/* Header, hero, package strip, and trust strip */
/* ── 5. HEADER ───────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 6px 0;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(19, 39, 51, 0.06);
}

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand img {
  height: 60px;
  width: auto;
}

.brand-copy {
  max-width: 300px;
  padding-left: 14px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-call-icon {
  animation: ringing 2s infinite ease-in-out;
  transform-origin: center;
}

@keyframes ringing {
  0% {
    transform: rotate(0);
  }

  10% {
    transform: rotate(15deg);
  }

  20% {
    transform: rotate(-15deg);
  }

  30% {
    transform: rotate(10deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(7deg);
  }

  60% {
    transform: rotate(-7deg);
  }

  70% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0);
  }
}

/* ── 6. HERO — 3-col grid: [stage | visual | form] ─────── */
.hero {
  padding: 8px 0 8px;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 360px;
  gap: 16px;
  align-items: stretch;
}

.hero-stage {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hero-visual-panel,
.hero-form {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(19, 39, 51, 0.06);
  box-shadow: 0 18px 36px rgba(10, 42, 52, 0.08);
}

.hero-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 2px;
}

.hero-copy h1,
.section-head h2,
.final-copy h2 {
  margin: 8px 0 6px;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 500;
}

.insight-section-head h2 {
  max-width: 11.5ch;
}

.hero-sub {
  margin: 0;
  font-size: clamp(0.92rem, 1.1vw, 1.08rem);
  line-height: 1.18;
  color: #2b4753;
}

.hero-support,
.section-head p,
.hero-form p,
.package-card p,
.insight-card p,
.pricing-card p,
.pricing-aside p,
.coverage-card p,
.coverage-card li,
.process-card p,
.apollo-card p,
.faq-answer,
.final-copy p,
.lead-note,
.lifestyle-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-support {
  max-width: 38ch;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.3;
}

.hero-offers {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  flex: 1;
}

/* ── 6a. HERO STAGE — offer banners ──────────────────────── */
.offer-banner,
.dual-banner {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 14px;
  box-shadow: var(--shadow-md);
}

.offer-banner {
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(0, 124, 157, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f6fbfd 100%);
  border: 1px solid rgba(0, 124, 157, 0.18);
  height: 100%;
  text-align: left;
}

.dual-banner {
  color: #fff;
  background: linear-gradient(135deg, #0a6c88, #0d95b5);
}

.offer-banner h3,
.dual-banner h3 {
  margin: 4px 0 3px;
  font-size: 1.08rem;
  line-height: 1.25;
}

.offer-banner p,
.dual-banner p {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}

.offer-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 10px;
  margin-top: 8px;
}

.offer-price {
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.offer-price small {
  display: block;
  margin-top: 2px;
  color: #718490;
  text-decoration: line-through;
  font-size: 11px;
  font-weight: 500;
}

.offer-tests {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--raspberry-dark), var(--raspberry));
  border: 0;
  text-align: center;
}

.offer-tests strong {
  font-size: 1.1rem;
  line-height: 1;
}

.offer-tests span {
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.offer-actions .primary-button,
.offer-actions .secondary-button {
  min-height: 56px;
  padding: 0 16px;
  font-size: 14px;
  border-radius: 8px;
}

.offer-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--raspberry);
}

.offer-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--raspberry), var(--raspberry-dark));
}

.offer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
}

.offer-heading h3 {
  margin: 8px 0 4px;
  font-size: 1.06rem;
  line-height: 1.12;
}

.offer-heading p {
  margin: 0;
  color: #4f6470;
}

.offer-value {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: end;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #dbeaf0;
}

.offer-price-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.offer-price-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5c7280;
}

.offer-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.offer-benefit {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef7fa;
  color: #45616d;
  font-size: 11px;
  font-weight: 700;
}

.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-weight: 700;
}

.hero-featured-card {
  background: #fff;
  border: 1px solid rgba(0, 124, 157, 0.15);
  box-shadow: 0 24px 50px rgba(10, 42, 52, 0.08);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px 28px;
  border-radius: 22px;
}

.hero-featured-title {
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 12px;
  color: var(--ink);
  line-height: 1.1;
}

.starting-text {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 10px;
}

.package-price-row-new {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.main-price {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.02em;
}

.price-side {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.old-price-slashed {
  font-size: 14px;
  color: #94a3b8;
  text-decoration: line-through;
  line-height: 1;
}

.save-pill {
  background: var(--raspberry);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  line-height: 1;
}

.most-booked-tag {
  background: #fff0f5;
  color: var(--raspberry);
  font-size: 11px;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 999px;
  display: inline-block;
  width: fit-content;
  margin-bottom: 22px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.parameter-list-new {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  gap: 6px;
}

.parameter-list-new li {
  font-size: 13px;
  color: #475569;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.parameter-list-new li::before {
  content: "•";
  color: var(--teal);
  font-size: 18px;
  line-height: 0;
  margin-top: 1px;
}

.offer-tag {
  display: none;
  /* Hidden as per new design */
}

/* ── 6b. HERO VISUAL — centre photo collage column ──────── */
.hero-visual-panel {
  display: block;
  padding: 0;
  overflow: hidden;
}

.hero-collage {
  width: 100%;
  height: 100%;
  display: block;
  margin-top: 0;
}

.hero-main-photo,
.mini-photo,
.lifestyle-card,
.together-photo {
  position: relative;
  overflow: hidden;
}

.hero-main-photo {
  width: 100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
  border-radius: 22px;
}

.mini-stack {
  display: none;
}

.mini-photo {
  min-height: 202px;
  border-radius: 26px;
}

.hero-main-photo img,
.mini-photo img,
.lifestyle-card img,
.together-photo img,
.pricing-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-main-photo::after,
.mini-photo::after,
.lifestyle-card::after,
.together-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 36, 46, 0) 34%, rgba(10, 36, 46, 0.7) 100%);
}

.hero-photo-copy,
.lifestyle-copy,
.together-copy-over {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  color: #fff;
  text-align: left;
}

.hero-photo-copy h3,
.lifestyle-copy h3,
.together-copy-over h3 {
  margin: 6px 0 2px;
  font-size: 1rem;
  line-height: 1.2;
}

.hero-photo-copy p,
.together-copy-over p {
  color: rgba(255, 255, 255, 0.86);
  margin: 0;
  font-size: 10px;
  line-height: 1.15;
}

/* ── 6c. HERO FORM — sticky lead capture (right column) ─── */
.hero-form {
  position: relative;
  z-index: 2;
}

/* SVG icon sizing used across all card types */
.trust-inline-item svg,
.trust-bar-item svg,
.metric-item svg,
.insight-card svg,
.meta-block svg,
.process-card svg,
.apollo-card svg,
.faq-toggle svg {
  width: 22px;
  height: 22px;
  color: var(--teal);
  flex: 0 0 auto;
}

/* ── 12. PACKAGE CARDS (hero package grid — hidden desktop, shown mobile) */
.hero-package-grid,
.insight-grid,
.lifestyle-grid,
.pricing-grid,
.coverage-grid,
.process-grid,
.apollo-grid,
.apollo-proof {
  display: grid;
  gap: 18px;
}

.hero-package-grid {
  display: none;
}

.package-card {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(19, 39, 51, 0.08);
  box-shadow: var(--shadow-md);
}

.package-media {
  position: relative;
  aspect-ratio: 1 / 0.9;
  overflow: hidden;
}

.package-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 36, 46, 0) 28%, rgba(10, 36, 46, 0.72) 100%);
}

.package-badges {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.package-copy {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  color: #fff;
}

.package-copy h3 {
  margin: 10px 0 6px;
  font-size: 1.22rem;
  line-height: 1.2;
}

.package-body {
  padding: 18px 18px 20px;
}

.package-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #d7e4e9;
}

.meta-block {
  display: flex;
  align-items: start;
  gap: 10px;
}

.meta-block strong {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  color: #42606b;
}

.meta-block span {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.package-price-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}

.package-price strong {
  display: block;
  font-size: 2.15rem;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.package-price small {
  display: block;
  margin-top: 6px;
  color: #8aa0aa;
  text-decoration: line-through;
}

.package-actions {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.package-actions .secondary-button,
.package-actions .primary-button {
  min-height: 46px;
  padding-inline: 16px;
}

.hero-form {
  position: sticky;
  top: 64px;
  padding: 30px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f9fcfd, #eef6f8);
  border: 1px solid #dbe8ed;
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
}

.hero-form h4 {
  margin: 0 0 8px;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.1;
}

.hero-form p.description {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.hero-form .primary-button {
  min-height: 48px !important;
  font-size: 16px;
  border-radius: 8px;
  margin-top: 12px;
}

.hero-featured-card .primary-button,
.hero-featured-card .secondary-button {
  min-height: 48px !important;
  border-radius: 8px;
}

.form-trust-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.trust-pill {
  background: #f0f7f9;
  color: var(--teal);
  font-size: 11px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 100px;
  border: 1px solid rgba(0, 124, 157, 0.1);
  white-space: nowrap;
}

.form-footer-note {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #dbe8ed;
  color: #5e7681;
  font-size: 11px;
  line-height: 1.5;
}

.form-stack {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.field span {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #35515d;
}

.field input,
.field select {
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 14px;
  border: 1px solid #d4e2e7;
  background: #fff;
  font-size: 14px;
  outline: 0;
}

.field input:focus,
.field select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(0, 124, 157, 0.12);
}

.lead-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.metric-item {
  display: flex;
  gap: 6px;
  align-items: center;
  color: #4d6571;
  font-size: 11px;
  line-height: 1.1;
}

/* ── 7. TRUST MARQUEE — seamless scrolling icons ─────────── */
.trust-marquee {
  width: 100%;
  max-width: 1280px;
  margin: 24px auto;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 0;
}

.marquee-container {
  display: flex;
  width: max-content;
  animation: marquee-scroll 40s linear infinite;
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 0 30px;
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}

.marquee-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.marquee-item span {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--ink);
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ── 13. MOBILE OPTIMIZATION ──────────────────────────────── */
@media (max-width: 991px) {
  .hero-shell {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hero-visual-panel {
    order: -1;
    /* Move photo to top after stage heading */
    padding: 0;
  }

  .hero-stage {
    padding: 0 4px;
    height: auto;
  }

  .hero-featured-card {
    padding: 16px 20px 20px;
    margin-top: 16px;
  }

  .hero-featured-title {
    font-size: 24px;
  }

  .main-price {
    font-size: 2.2rem;
  }

  .hero-form {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .marquee-track {
    gap: 32px;
  }

  .marquee-item span {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 20px 0 !important;
  }

  .site-header .brand img {
    height: 48px;
  }

  .brand-copy {
    display: none;
  }

  .hero-featured-title {
    font-size: 22px;
  }

  .parameter-list-new li {
    font-size: 12px;
  }

  .footer-row {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  .footer-copy {
    font-size: 12px;
  }
}