/* FORSIDE.CSS - Forside-specific styles */

/* ===== MAIN PAGE LAYOUT ===== */
.fh-page {
  width: 100%;
  display: flex;
  justify-content: center;
}

.fh-page-container {
  max-width: 1300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 2rem 4rem;
  box-sizing: border-box;
}

.sections-wrapper { 
  display: block; 
  width: 100%; 
}

.fh-section { 
  width: 100%; 
  min-height: 220px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  padding: 2.2rem 1rem; 
  box-sizing: border-box; 
  opacity: 0; 
  transform: translateY(12px); 
  transition: opacity .45s ease, transform .45s ease; 
  scroll-margin-top: 64px;
}

.fh-section__inner { 
  max-width: 1300px; 
  width: 100%; 
  box-sizing: border-box; 
}

/* Reveal when visible */
.fh-section.is-visible { 
  opacity: 1; 
  transform: translateY(0); 
}

/* ===== SECTION VARIANTS ===== */

/* Section 1 — Hero section */
.fh-section--hero { 
  background:
    radial-gradient(ellipse 80% 60% at 65% 40%, rgba(15,122,64,0.055) 0%, transparent 70%),
    radial-gradient(ellipse 55% 45% at 20% 80%, rgba(15,122,64,0.03) 0%, transparent 65%),
    linear-gradient(160deg, #ffffff 0%, #f8fdfb 50%, #f3faf6 100%);
  padding: 5.5rem 2.5rem 4.5rem 2.5rem !important;
  border-bottom: 1px solid rgba(15,122,64,0.07);
}

/* Section 2 — Why: soft clean background */
.fh-section--why {
  background: linear-gradient(180deg, #f8fbf8 0%, #f2f8f4 50%, #f8fbf8 100%);
  border-top: 1px solid rgba(15,122,64,0.06);
  border-bottom: 1px solid rgba(15,122,64,0.06);
}

/* Section 3 — Teknik: subtle warm neutral */
.fh-section--tech {
  background: linear-gradient(180deg, #fafbfc 0%, #f4f6f8 50%, #fafbfc 100%);
  border-top: 1px solid rgba(25,60,70,0.05);
}

/* Section: Sådan virker HostHavn */
.fh-section--howto {
  background: linear-gradient(180deg, #fafbfc 0%, #f4f6f8 50%, #fafbfc 100%);
  border-top: 1px solid rgba(25,60,70,0.05);
  border-bottom: 1px solid rgba(25,60,70,0.05);
}

.howto-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 2rem 0;
}

.howto-headline {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #1a2e1a;
  margin: 0 0 0.5rem 0;
}

.howto-lead {
  color: #4b5563;
  font-size: 1.05rem;
  margin: 0 0 2.5rem 0;
}

.howto-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.howto-step {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(15,122,64,0.08);
}

.howto-step:last-child {
  border-bottom: none;
}

.howto-step__num {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #0f7a40;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.15rem;
}

.howto-step__title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a2e1a;
  margin: 0 0 0.35rem 0;
}

.howto-step__text {
  font-size: 0.9375rem;
  color: #4b5563;
  line-height: 1.65;
  margin: 0;
}

/* ===== HERO SECTION ===== */
.fh-hero-grid { 
  display: grid; 
  grid-template-columns: 1fr 340px; 
  gap: 4rem; 
  align-items: center; 
}

.fh-hero-left { 
  display: flex; 
  flex-direction: column; 
  align-items: flex-start; 
}

.fh-hero-right { 
  display: flex; 
  align-items: center; 
  justify-content: flex-end; 
}

/* Hero badge styling */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.1rem;
  background: rgba(15,122,64,0.07);
  border: 1px solid rgba(15,122,64,0.18);
  border-radius: 50px;
  margin-bottom: 2rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #0f7a40;
  letter-spacing: 0.02em;
}

.badge-icon-svg {
  width: 0.875rem;
  height: 0.875rem;
}

.badge-text {
  letter-spacing: 0.025em;
}

/* Hero content */
.hero-inner { 
  width: 100%; 
  max-width: 720px; 
}

.hero-headline { 
  margin: 0 0 0.5rem 0; 
  line-height: 1.0; 
  font-size: 4rem; 
  font-weight: 800; 
  letter-spacing: 0.3px; 
  color: #071129; 
  display: block; 
}

.hero-headline span { 
  display: block; 
}

.hero-headline .green-text { 
  color: #008c3c; 
}

/* Hero subtext container */
.hero-subbox { 
  width: 100%; 
  max-width: 560px; 
  padding: 0; 
  border: none; 
  background: transparent; 
  box-shadow: none; 
  margin: 1.75rem 0 0 0; 
  height: auto; 
}

.hero-subbox .hero-subtext { 
  margin: 0 0 2rem 0; 
  color: #4b5563; 
  font-size: 1.075rem; 
  line-height: 1.75; 
}

/* Hero features */
.hero-features { 
  margin-top: 2rem; 
}

.features-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #374151;
  white-space: nowrap;
  padding: 0.35rem 0.8rem 0.35rem 0.6rem;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(15,122,64,0.1);
  border-radius: 7px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.feature-icon-svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* ===== PRICING CARD ===== */
.pricing-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(15,122,64,0.13);
  border-radius: 20px;
  padding: 2.25rem 2rem 2rem;
  box-shadow:
    0 2px 4px rgba(0,0,0,0.04),
    0 8px 24px -4px rgba(15,122,64,0.12),
    0 20px 40px -12px rgba(0,0,0,0.1);
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow .25s ease, transform .2s ease;
}

.pricing-card:hover {
  box-shadow:
    0 2px 4px rgba(0,0,0,0.04),
    0 12px 32px -6px rgba(15,122,64,0.18),
    0 28px 48px -14px rgba(0,0,0,0.13);
  transform: translateY(-3px);
}

.pricing-header {
  margin-bottom: 0.25rem;
}

.pricing-label {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0f7a40;
  margin-bottom: 0.7rem;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.pricing-amount {
  font-size: 3.5rem;
  font-weight: 800;
  color: #071129;
  line-height: 1;
  letter-spacing: -1.5px;
}

.pricing-period {
  font-size: 1rem;
  font-weight: 500;
  color: #6b7280;
}

.pricing-divider {
  border: none;
  border-top: 1px solid #e9ecef;
  margin: 1.25rem 0;
}

.pricing-includes-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  margin: 0 0 0.75rem 0;
}

.pricing-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.pricing-features-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.5;
}

.pricing-features-list li::before {
  content: '';
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f0fdf4 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 6l2.5 2.5 4.5-5' stroke='%230f7a40' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  border: 1.5px solid rgba(15,122,64,0.25);
  margin-top: 1px;
}

.pricing-steps-section {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 1rem 1.1rem;
  margin-bottom: 1.5rem;
}

.pricing-steps-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
  margin: 0 0 0.65rem 0;
}

.pricing-steps-ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  counter-reset: step-counter;
}

.pricing-steps-ol li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.4;
  counter-increment: step-counter;
}

.pricing-steps-ol li::before {
  content: counter(step-counter);
  flex-shrink: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #0f7a40;
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.pricing-cta {
  width: 100%;
  padding: 0.9rem 1.5rem;
  font-family: 'OpenSans', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 10px;
  background: linear-gradient(135deg, #0f7a40 0%, #138f4a 100%);
  color: white;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 16px -3px rgba(15,122,64,0.38);
  transition: all .2s ease;
  letter-spacing: 0.01em;
}

.pricing-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 22px -4px rgba(15,122,64,0.5);
  background: linear-gradient(135deg, #0d6b38 0%, #0f7a40 100%);
}

/* ===== ORDER CARD STYLES ===== */
.order-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  background: #f7f3e9;
  border: 2px solid #e6d7c3;
  border-radius: 16px;
  box-shadow: 0 4px 12px -4px rgba(0,0,0,0.15);
  color: #2d2d2d;
  box-sizing: border-box;
  max-width: 320px;
  min-height: 480px;
  transition: box-shadow .22s ease, transform .12s ease;
}

.order-card:hover {
  box-shadow: 0 8px 25px -8px rgba(0,0,0,0.2);
  transform: translateY(-2px);
}

.order-card .order-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.order-headline {
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .2px;
  color: #2d2d2d;
  text-align: left;
}

.order-features {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}

.order-features p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #4a4a4a;
}

.order-features p:first-child {
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 0.25rem;
}

/* Orange Bestil button styling */
.order-card .btn-primary {
  background: #e67e22;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: auto;
  text-transform: none;
  box-shadow: 0 2px 4px rgba(230, 126, 34, 0.3);
}

.order-card .btn-primary:hover {
  background: #d35400;
  box-shadow: 0 4px 8px rgba(230, 126, 34, 0.4);
  transform: translateY(-1px);
}

/* Order card variants */
.variant-small { max-width: 600px; }
.variant-medium { max-width: 960px; }
.variant-large { max-width: 1140px; }

.order-card.grid-item {
  flex: 0 0 300px;
  max-width: 300px;
  min-width: 240px;
  min-height: 140px;
}

/* Make .fh-advertise cards stretch to container width */
.fh-advertise { 
  width: 100%; 
  box-sizing: border-box; 
}

.fh-advertise .order-content { 
  padding: 0.25rem 0; 
}

.fh-advertise .order-headline { 
  font-size: 1.6rem; 
}

/* ===== WHY SECTION ===== */
.why-inner { 
  max-width: 820px; 
  margin: 0 auto; 
}

.why-headline { 
  margin: 0 0 1rem 0; 
  font-size: 2rem; 
  font-weight: 800; 
  color: #071129;
  letter-spacing: 0.2px;
}

.why-lead { 
  margin: 0 0 1rem 0; 
  color: #374151; 
  font-size: 1.05rem;
  line-height: 1.75;
}

.why-principle {
  margin: 0.5rem 0 1.5rem 0;
  font-size: 1.075rem;
  font-weight: 700;
  font-style: italic;
  color: #065f2c;
  padding-left: 1rem;
  border-left: 3px solid rgba(15,122,64,0.35);
  line-height: 1.6;
}

.why-list { 
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.why-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.95rem;
  color: #374151;
  line-height: 1.5;
}

.why-list li::before {
  content: '';
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f0fdf4 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 6l2.5 2.5 4.5-5' stroke='%230f7a40' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  border: 1.5px solid rgba(15,122,64,0.22);
  margin-top: 2px;
}

/* ===== TEKNIK SECTION ===== */
.teknik-inner { 
  max-width: 760px; 
}

.teknik-headline { 
  margin: 0 0 0.6rem 0; 
  line-height: 1.05; 
  font-size: 1.9rem; 
  font-weight: 800; 
  color: #071129; 
}

.teknik-lead { 
  margin: 0 0 1rem 0; 
  color: #2b2b2b; 
  font-size: 1.02rem; 
}

.teknik-list { 
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  color: #374151;
}

.teknik-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

.teknik-list li::before {
  content: '';
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f0fdf4 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 6l2.5 2.5 4.5-5' stroke='%230f7a40' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  border: 1.5px solid rgba(15,122,64,0.22);
  margin-top: 2px;
}

/* ===== BASISPAKKER SECTION ===== */
.fh-section--pakker {
  background: #f8fafb;
}

.pakker-inner {
  max-width: 860px;
  margin-left: auto;
}

.pakker-label {
  display: inline-flex;
  align-items: center;
  background: rgba(15,122,64,0.08);
  color: #0f7a40;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 0.75rem;
}

.pakker-headline {
  margin: 0 0 0.5rem 0;
  font-size: 2rem;
  font-weight: 800;
  color: #071129;
  letter-spacing: 0.2px;
}

.pakker-lead {
  margin: 0 0 1.25rem 0;
  color: #374151;
  font-size: 1.05rem;
  line-height: 1.75;
}

.pakker-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 2rem;
  margin-bottom: 1.75rem;
}

.pakker-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.pakker-feature__icon {
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.pakker-feature div {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.pakker-feature strong {
  font-size: 0.95rem;
  font-weight: 700;
  color: #071129;
}

.pakker-feature span {
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.45;
}

.pakker-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(15,122,64,0.15);
  border-top: 3px solid #0f7a40;
  box-shadow: 0 4px 18px rgba(15,122,64,0.08), 0 1px 4px rgba(0,0,0,0.04);
  overflow: hidden;
  margin-bottom: 0.9rem;
}

.pakker-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.pakker-table thead tr {
  background: rgba(15,122,64,0.05);
}

.pakker-table th {
  padding: 0.7rem 1.1rem;
  text-align: left;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #374151;
  border-bottom: 1px solid rgba(15,122,64,0.1);
}

.pakker-table td {
  padding: 0.75rem 1.1rem;
  border-bottom: 1px solid #f3f4f6;
  color: #374151;
  vertical-align: middle;
}

.pakker-table tbody tr:last-child td {
  border-bottom: none;
}

.pakker-table strong {
  color: #071129;
  font-weight: 600;
}

.pakker-desc {
  color: #6b7280;
  font-size: 0.88rem;
}

.pakker-price {
  color: #0f7a40;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.pakker-footnote {
  font-size: 0.83rem;
  color: #9ca3af;
  margin: 0;
}

.pakker-footnote a {
  color: #0f7a40;
  text-decoration: none;
  font-weight: 500;
}

.pakker-footnote a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .pakker-features {
    grid-template-columns: 1fr;
  }
}

/* Two-column layout for Teknik — removed, now full-width */

/* ===== COMPLIANCE SECTION (GDPR/NIS2) ===== */
.adv1-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 1rem;
  align-items: start;
  width: 100%;
  box-sizing: border-box;
}

.adv1-left {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: flex-start;
}

.adv1-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.adv1-media img {
  width: 260px;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: contain;
}

.adv1-text {
  text-align: left;
  color: #1f2933;
}

.adv1-title {
  margin: 0 0 0.35rem 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0b2540;
}

.adv1-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.adv1-list li {
  margin-bottom: 0.3rem;
  color: #2b3a42;
}

.adv1-nis2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
  margin-left: auto;
}

.adv1-nis2-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.adv1-nis2-media img {
  width: 220px;
  height: auto;
  display: block;
  border-radius: 6px;
  object-fit: contain;
}

.adv1-nis2-text {
  max-width: 520px;
  text-align: left;
  color: #1f2933;
}

.adv1-nis2-title {
  margin: 0 0 0.25rem 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0b2540;
}

.adv1-nis2-lead {
  margin: 0 0 0.5rem 0;
  color: #2b3a42;
}

.adv1-nis2-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.adv1-nis2-list li {
  margin-bottom: 0.35rem;
}

/* ===== REFERENCES SECTION (LOGOS) ===== */
.adv3-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f7fbf9 0%, #fdfefc 100%);
  border: 1px solid #e6f3ea;
  border-radius: 14px;
  padding: 0.8rem 1rem;
  box-shadow: 0 6px 18px -8px rgba(0,0,0,0.12);
  width: 100%;
  box-sizing: border-box;
}

.adv3-marquee { 
  position: relative; 
  overflow: hidden; 
  width: 100%; 
}

.adv3-track { 
  display: flex; 
  gap: 2.25rem; 
  align-items: center; 
  white-space: nowrap;
  will-change: transform; 
  animation: adv3-scroll 32s linear infinite; 
  transform: translate3d(0,0,0);
}

.adv3-track > .adv3-item { 
  flex: 0 0 auto; 
}

.adv3-item img { 
  max-width: 72px; 
  height: auto; 
  display: block; 
}

.adv3-card.wide .adv3-item img { 
  max-width: 64px; 
}

@keyframes adv3-scroll {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(-50%,0,0); }
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 980px) {
  .fh-hero-grid { 
    grid-template-columns: 1fr; 
    gap: 2rem; 
  }
  
  .fh-hero-right { 
    justify-content: flex-start; 
  }
  
  .hero-headline { 
    font-size: 3.5rem; 
  }
  
  .order-card.grid-item {
    flex: 0 0 48%;
    max-width: 48%;
  }
}

@media (min-width: 1000px) {
  .fh-section { 
    padding: 3.5rem 1rem; 
  }
  
  .fh-advertise { 
    padding: 1.25rem 1.5rem; 
  }
}

@media (max-width: 900px) {
  .adv3-track { 
    gap: 1.5rem; 
  }
}

@media (max-width: 780px) {
  .order-card { 
    flex-direction: row; 
    max-width: 100%; 
  }
}

@media (max-width: 760px) {
  .fh-page-container {
    padding: 1rem 1rem 3rem;
  }
  
  .fh-section { 
    padding: 2.5rem 0.8rem; 
  }
  
  .fh-section--hero { 
    padding: 3rem 1rem 2rem 1rem !important; 
  }
  
  .hero-headline {
    font-size: 3rem;
  }
  
  .fh-advertise .order-headline { 
    font-size: 1.25rem; 
  }
  
  .why-headline, .teknik-headline { 
    font-size: 1.6rem; 
  }
  
  .pricing-amount {
    font-size: 2.75rem;
  }
}

@media (max-width: 720px) {
  .adv1-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
  
  .adv1-right {
    display: none;
  }
  
  .adv1-nis2 {
    align-items: flex-start;
  }
  
  .adv1-media img,
  .adv1-nis2-media img {
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 640px) {
  .adv3-track { 
    gap: 1rem; 
  }
  
  .adv3-card.wide .adv3-item img { 
    max-width: 56px; 
  }
}

@media (max-width: 600px) {
  .order-card.grid-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Scroll snapping */
.fh-page .sections-wrapper { 
  scroll-snap-type: y mandatory; 
  overflow-y: auto; 
}

.fh-page .fh-section { 
  scroll-snap-align: start; 
}
