/* stránka jak nakupovat */

.f1-how-to-shop {
  padding: 40px 20px;
  background: #f7f8fa;
}

.f1-how-to-shop__inner {
  max-width: 980px;
  margin: 0 auto;
}

.f1-how-to-shop h1 {
  margin: 0 0 32px;
  font-size: 32px;
  line-height: 1.25;
  color: #1f2933;
  text-align: center;
}

.f1-steps {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.f1-step {
  display: flex;
  gap: 20px;
  padding: 24px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.f1-step__number {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #1f5f9f;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f1-step__content h2 {
  margin: 0 0 10px;
  font-size: 21px;
  color: #1f2933;
}

.f1-step__content p {
  margin: 0 0 12px;
  color: #4b5563;
  line-height: 1.65;
}

.f1-step__content ul {
  margin: 12px 0 0;
  padding-left: 20px;
  color: #4b5563;
  line-height: 1.65;
}

.f1-step__content address {
  margin: 12px 0;
  padding: 16px;
  background: #f1f5f9;
  border-left: 4px solid #1f5f9f;
  border-radius: 8px;
  font-style: normal;
  color: #374151;
  line-height: 1.6;
}

.f1-step__content a {
  color: #1f5f9f;
  font-weight: 700;
  text-decoration: underline;
}

.f1-how-to-shop__footer {
  margin-top: 28px;
  padding: 24px;
  background: #1f5f9f;
  color: #ffffff;
  border-radius: 14px;
  text-align: center;
}

.f1-how-to-shop__footer p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 640px) {
  .f1-how-to-shop {
    padding: 28px 14px;
  }

  .f1-how-to-shop h1 {
    font-size: 25px;
    text-align: left;
  }

  .f1-step {
    padding: 20px;
    gap: 14px;
  }

  .f1-step__number {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .f1-step__content h2 {
    font-size: 19px;
  }
}

/* stránka reference */

/* reference */
.f1-reference-menu{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin:40px 0}
.f1-reference-box{padding:30px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 5px 20px #0001}
.f1-reference-box h2{margin:0 0 15px;font-size:28px}
.f1-reference-box p{margin:0 0 25px;line-height:1.7;color:#555}
.f1-reference-btn{
    display:block;
    padding:14px 26px;
    background:#2f5eea;
    color:#fff!important;
    text-decoration:none;
    border-radius:8px;
    font-size:17px;
    font-weight:700;
    text-align:center;
}
.f1-reference-btn:hover{background:#1d4ed8}
.f1-reference-box{
    display:flex;
    flex-direction:column;
}

.f1-reference-btn{
    margin-top:auto;
}
@media(max-width:768px){.f1-reference-menu{grid-template-columns:1fr}}

/* distributoři */
/* stránka distributoři */

.f1-distributors {
  padding: 40px 20px;
  background: #f7f8fa;
}

.f1-distributors__inner {
  max-width: 980px;
  margin: 0 auto;
}

.f1-distributors h1 {
  margin: 0 0 32px;
  font-size: 32px;
  line-height: 1.25;
  color: #1f2933;
  text-align: center;
}

.f1-distributors__intro {
  margin-bottom: 24px;
  padding: 24px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.f1-distributors__intro h2 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.3;
  color: #1f2933;
}

.f1-distributors__intro p {
  margin: 0 0 12px;
  color: #4b5563;
  line-height: 1.65;
}

.f1-distributors__intro p:last-child {
  margin-bottom: 0;
}

.f1-distributors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.f1-distributor-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.f1-distributor-card--highlight {
  border-left: 5px solid #2f5eea;
}

.f1-distributor-card h2 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.3;
  color: #1f2933;
}

.f1-distributor-card p {
  margin: 0 0 22px;
  color: #4b5563;
  line-height: 1.65;
}

.f1-distributor-btn {
  display: block;
  margin-top: auto;
  padding: 14px 18px;
  background: #2f5eea;
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.f1-distributor-btn:hover {
  background: #1d4ed8;
}

@media (max-width: 800px) {
  .f1-distributors {
    padding: 28px 14px;
  }

  .f1-distributors h1 {
    font-size: 25px;
    text-align: left;
  }

  .f1-distributors__intro,
  .f1-distributor-card {
    padding: 20px;
  }

  .f1-distributors__intro h2 {
    font-size: 21px;
  }

  .f1-distributors-grid {
    grid-template-columns: 1fr;
  }
}

/* stránka Staňte se naším distributorem */

.f1-distributor-page{
    max-width:980px;
    margin:0 auto;
    padding:40px 20px;
}

.f1-distributor-page h1{
    margin:0 0 32px;
    font-size:32px;
    text-align:center;
    color:#1f2933;
}

.f1-distributor-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin:18px 0;
}

.f1-distributor-box{
    padding:24px;
    background:#fff;
    border-radius:14px;
    box-shadow:0 8px 24px rgba(0,0,0,.06);
}

.f1-distributor-box h2{
    margin:0 0 14px;
    font-size:22px;
    color:#1f2933;
}

.f1-distributor-box p,
.f1-distributor-box li{
    color:#4b5563;
    line-height:1.7;
}

.f1-distributor-box ul{
    margin:0;
    padding-left:20px;
}

.f1-distributor-box--highlight{
    border-left:5px solid #2f5eea;
}

.f1-distributor-steps{
    margin:0;
    padding-left:22px;
}

.f1-distributor-steps li{
    margin-bottom:12px;
}

.f1-distributor-cta{
    margin-top:24px;
    padding:28px;
    background:#2f5eea;
    color:#fff;
    border-radius:14px;
    text-align:center;
}

.f1-distributor-cta h2{
    margin:0 0 12px;
    color:#fff;
}

.f1-distributor-cta p{
    margin:0 0 20px;
    line-height:1.7;
}

.f1-distributor-btn{
    display:inline-block;
    padding:14px 26px;
    background:#fff;
    color:#2f5eea !important;
    text-decoration:none;
    font-weight:700;
    border-radius:8px;
}

.f1-distributor-btn:hover{
    background:#eef2fd;
}

@media(max-width:800px){

    .f1-distributor-page{
        padding:28px 14px;
    }

    .f1-distributor-page h1{
        font-size:25px;
        text-align:left;
    }

    .f1-distributor-grid{
        grid-template-columns:1fr;
    }

    .f1-distributor-box,
    .f1-distributor-cta{
        padding:20px;
    }
}

/* stránka Naši prodejci */

.f1-sellers-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #f7f8fa;
}

.f1-sellers-page h1 {
  margin: 0 0 32px;
  font-size: 32px;
  line-height: 1.25;
  color: #1f2933;
  text-align: center;
}

.f1-sellers-page h2 {
  margin: 28px 0 16px;
  font-size: 26px;
  color: #1f2933;
}

.f1-sellers-intro {
  padding: 24px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.f1-sellers-intro p {
  margin: 0 0 12px;
  color: #4b5563;
  line-height: 1.65;
}

.f1-sellers-intro p:last-child {
  margin-bottom: 0;
}

.f1-sellers-table-wrap {
  overflow-x: auto;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.f1-sellers-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.f1-sellers-table th {
  padding: 14px 16px;
  background: #2f5eea;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
}

.f1-sellers-table td {
  padding: 15px 16px;
  border-bottom: 1px solid #e5e7eb;
  color: #4b5563;
  line-height: 1.55;
  vertical-align: top;
}

.f1-sellers-table tr:last-child td {
  border-bottom: 0;
}

.f1-sellers-table td:first-child {
  font-weight: 700;
  color: #1f2933;
}

@media (max-width: 800px) {
  .f1-sellers-page {
    padding: 28px 14px;
  }

  .f1-sellers-page h1 {
    font-size: 25px;
    text-align: left;
  }

  .f1-sellers-page h2 {
    font-size: 23px;
  }

  .f1-sellers-table-wrap {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
  }

  .f1-sellers-table,
  .f1-sellers-table thead,
  .f1-sellers-table tbody,
  .f1-sellers-table th,
  .f1-sellers-table td,
  .f1-sellers-table tr {
    display: block;
  }

  .f1-sellers-table thead {
    display: none;
  }

  .f1-sellers-table tr {
    margin-bottom: 14px;
    padding: 18px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  }

  .f1-sellers-table td {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #e5e7eb;
  }

  .f1-sellers-table td:last-child {
    border-bottom: 0;
  }

  .f1-sellers-table td::before {
    content: attr(data-label);
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
}

.f1-sellers-table--sk th,
.f1-sellers-table--sk td {
  width: 20%;
}

.f1-sellers-table--sk td:nth-child(5) {
  color: #6b7280;
}

@media (max-width: 800px) {
  .f1-sellers-table--sk td {
    width: auto;
  }
}