@font-face { font-family: Questrial; src: url('/assets/questrial.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: Montserrat; src: url('/assets/montserrat-600.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }

:root {
  --teal: #0f777c;
  --teal-dark: #0d4255;
  --aqua: #14b7c8;
  --brown: #b67352;
  --ink: #2b2345;
  --muted: #6f6788;
  --mist: #eff0f5;
  --white: #fff;
  --line: #d8e1e2;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Questrial, Arial, sans-serif; font-size: 17px; line-height: 1.55; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; padding: 10px 16px; background: var(--white); color: var(--teal); border-radius: 4px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #f0bd69; outline-offset: 4px; }
h1, h2, h3 { margin: 0; font-family: Montserrat, Arial, sans-serif; line-height: 1.15; letter-spacing: -.025em; }
h1 { max-width: 800px; font-size: clamp(2.8rem, 6.2vw, 5.4rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.5rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.7rem); }
p { margin: 0; }
.nowrap { white-space: nowrap; }
.site-header { background: var(--teal); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.22); }
.header-inner { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 168px; }
.header-link { font-family: Montserrat, sans-serif; font-size: .88rem; text-underline-offset: 5px; }

.hero { position: relative; overflow: hidden; min-height: 690px; display: grid; align-items: center; background: var(--teal); color: var(--white); }
.hero::after { content: ''; position: absolute; z-index: 2; left: 0; right: 0; bottom: -1px; height: 25px; background: var(--white); clip-path: polygon(0 70%, 20% 30%, 41% 74%, 60% 26%, 80% 68%, 100% 32%, 100% 100%, 0 100%); opacity: .12; }
.hero-video { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-scrim { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(13,66,85,.94) 0%, rgba(13,66,85,.82) 52%, rgba(15,119,124,.76) 100%); }
.hero-grid { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(270px, .65fr); gap: clamp(50px, 8vw, 110px); align-items: center; padding-block: 80px 105px; }
.eyebrow, .kicker { margin-bottom: 17px; color: inherit; font-family: Montserrat, sans-serif; font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { color: #efc286; }
.hero-lead { max-width: 720px; margin-top: 28px; font-size: clamp(1.12rem, 1.7vw, 1.35rem); color: rgba(255,255,255,.88); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 40px; }
.deadline { padding-left: 26px; border-left: 1px solid rgba(255,255,255,.35); font-size: .95rem; color: rgba(255,255,255,.84); line-height: 1.45; }
.deadline strong { color: var(--white); }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 22px; border-radius: 5px; font-family: Montserrat, sans-serif; font-size: .9rem; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--white); color: var(--teal-dark); }
.button-light:hover { background: #f3fbfb; }
.button-teal { margin-top: 28px; background: var(--teal); color: var(--white); }
.button-teal:hover { background: var(--teal-dark); }
.hero-card { position: relative; padding: 33px; background: rgba(255,255,255,.98); color: var(--ink); border-radius: 20px; box-shadow: 0 28px 80px rgba(3,45,48,.25); transform: rotate(1.5deg); }
.hero-card::before { content: ''; position: absolute; width: 85px; height: 24px; left: calc(50% - 42px); top: -12px; background: rgba(236,201,148,.8); transform: rotate(-3deg); }
.hero-card-label { color: var(--teal); font-family: Montserrat, sans-serif; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; }
.big-number { margin-top: 8px; color: var(--brown); font-family: Montserrat, sans-serif; font-size: 7rem; line-height: .95; }
.hero-card-title { font-family: Montserrat, sans-serif; font-size: 1.45rem; }
.hero-card ul { margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero-card li { position: relative; padding: 7px 0 7px 25px; color: var(--muted); }
.hero-card li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 700; }
.hero-shape { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.hero-shape-one { width: 460px; height: 460px; right: -140px; top: -160px; }
.hero-shape-two { width: 230px; height: 230px; left: -130px; bottom: 30px; }

.quick-nav { padding: 100px 0 90px; background: var(--white); }
.compact-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 40px; }
.compact-heading .kicker { flex: 0 0 auto; margin: 0 0 8px; color: var(--teal); }
.compact-heading h2 { max-width: 680px; }
.offer-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.offer-tabs a { min-height: 125px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 24px; text-decoration: none; border-right: 1px solid var(--line); transition: background .18s ease; }
.offer-tabs a:last-child { border: 0; }
.offer-tabs a:hover { background: var(--mist); }
.tab-number { color: var(--brown); font-family: Montserrat, sans-serif; font-size: .78rem; }
.offer-tabs strong, .offer-tabs small { display: block; }
.offer-tabs strong { font-family: Montserrat, sans-serif; line-height: 1.3; font-size: .96rem; }
.offer-tabs small { margin-top: 7px; color: var(--muted); }
.tab-arrow { color: var(--teal); font-size: 1.25rem; }

.offers { background: var(--mist); }
.offer { display: grid; grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr); gap: clamp(50px, 8vw, 105px); padding-block: 110px; scroll-margin-top: 0; }
.offer + .offer { border-top: 1px solid #ccd8d9; }
.offer-number { display: flex; align-items: center; gap: 15px; margin-bottom: 23px; color: var(--teal); font-family: Montserrat, sans-serif; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.offer-number span { padding-left: 15px; border-left: 1px solid #aababb; color: var(--muted); }
.offer-summary h2 { margin-bottom: 29px; font-size: clamp(2rem, 3.4vw, 3.1rem); }
.offer-summary > p:not(.offer-number):not(.highlight-note) { margin-top: 17px; color: #405b5d; }
.price-row { display: flex; align-items: center; gap: 20px; margin-block: 18px 24px; }
.price { color: var(--brown); font-family: Montserrat, sans-serif; font-size: clamp(3.3rem, 5vw, 4.7rem); line-height: 1; letter-spacing: -.055em; }
.price span { font-size: 1rem; letter-spacing: 0; vertical-align: top; }
.price-note { padding-left: 19px; border-left: 1px solid #b8c5c6; color: var(--muted); font-size: .92rem; line-height: 1.45; }
.highlight-note { display: inline-block; padding: 10px 14px; background: #e3f3f3; color: var(--teal-dark); border-left: 3px solid var(--aqua); font-size: .94rem; }
.steps-card { align-self: start; overflow: hidden; background: var(--white); border-radius: 18px; box-shadow: 0 18px 55px rgba(15,79,83,.09); }
.steps-head { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 30px 32px; border-bottom: 1px solid var(--line); }
.steps-head .kicker { margin: 0 0 6px; color: var(--teal); }
.steps-head h3 { font-size: 1.45rem; }
.code-box { flex: 0 0 auto; }
.code-box > span { display: block; margin-bottom: 5px; color: var(--muted); font-size: .73rem; }
.copy-code { display: flex; align-items: center; gap: 9px; padding: 8px 10px; background: #e7f4f4; border: 1px dashed var(--teal); border-radius: 4px; color: var(--teal-dark); cursor: pointer; }
.copy-code:hover { background: #d8eeee; }
code { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .88em; }
.copy-label { font-size: .72rem; text-decoration: underline; }
.steps { margin: 0; padding: 14px 32px 8px; list-style: none; }
.steps li { display: grid; grid-template-columns: 32px 1fr; gap: 15px; padding: 16px 0; border-bottom: 1px solid #e7ebec; }
.steps li:last-child { border: 0; }
.steps li > span { width: 28px; height: 28px; display: grid; place-items: center; background: var(--teal); color: var(--white); border-radius: 50%; font-family: Montserrat, sans-serif; font-size: .73rem; }
.steps p { padding-top: 1px; color: #40585a; }
.check-note { margin: 12px 32px 30px; padding: 15px 17px; background: var(--mist); color: var(--teal-dark); border-radius: 6px; font-size: .93rem; }
.check-note span { margin-right: 8px; font-family: Montserrat, sans-serif; }
.poster-price { display: flex; align-items: center; gap: 20px; margin-bottom: 24px; }
.poster-price strong { color: var(--brown); font-family: Montserrat, sans-serif; font-size: clamp(2.8rem, 4vw, 4rem); line-height: 1; white-space: nowrap; }
.poster-price span { padding-left: 18px; border-left: 1px solid #b8c5c6; color: var(--muted); font-size: .92rem; }

.final-cta { padding: 75px 0; background: var(--teal); color: var(--white); }
.final-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-inner .eyebrow { margin-bottom: 12px; color: rgba(255,255,255,.7); }
.final-inner h2 { max-width: 760px; font-size: clamp(2rem, 3.7vw, 3.25rem); }
.final-inner .button { flex: 0 0 auto; }
footer { padding: 46px 0; background: #095e62; color: rgba(255,255,255,.75); }
.footer-inner { display: flex; align-items: center; gap: 30px; }
.footer-inner img { width: 130px; }
.footer-inner p { flex: 1; font-size: .9rem; }
.footer-inner a { color: var(--white); text-underline-offset: 5px; }
.toast { position: fixed; z-index: 30; left: 50%; bottom: 24px; padding: 11px 18px; background: var(--ink); color: var(--white); border-radius: 5px; box-shadow: 0 8px 30px rgba(0,0,0,.2); opacity: 0; transform: translate(-50%, 18px); pointer-events: none; transition: .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 65px 90px; }
  .hero-card { max-width: 500px; transform: none; }
  .compact-heading { display: block; }
  .compact-heading .kicker { margin-bottom: 15px; }
  .offer-tabs { grid-template-columns: 1fr; }
  .offer-tabs a { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--line); }
  .offer { grid-template-columns: 1fr; }
  .steps-card { max-width: 700px; }
  .final-inner { display: block; }
  .final-inner .button { margin-top: 30px; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .header-inner { min-height: 86px; }
  .brand img { width: 130px; }
  .header-link { font-family: Questrial, sans-serif; font-size: .82rem; }
  .hero-grid { padding-block: 54px 75px; gap: 55px; }
  h1 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .hero-lead { margin-top: 22px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .deadline { padding: 0; border: 0; }
  .hero-card { padding: 27px; }
  .big-number { font-size: 5.5rem; }
  .quick-nav { padding: 75px 0 65px; }
  .offer-tabs a { padding: 20px 13px; gap: 12px; }
  .offer { padding-block: 78px; gap: 45px; }
  .offer-number { align-items: start; flex-direction: column; gap: 7px; }
  .offer-number span { padding: 0; border: 0; }
  .price-row, .poster-price { align-items: flex-start; flex-direction: column; gap: 12px; }
  .price-note, .poster-price span { padding: 0; border: 0; }
  .steps-head { align-items: flex-start; flex-direction: column; padding: 26px 22px; }
  .steps { padding-inline: 22px; }
  .steps li { grid-template-columns: 29px 1fr; gap: 12px; }
  .check-note { margin-inline: 22px; }
  .button { width: 100%; }
  .final-cta { padding-block: 65px; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .hero-video { display: none; }
}
