:root {
  color-scheme: light;
  --ink: #15211c;
  --muted: #65716b;
  --paper: #f5f7f1;
  --card: #fff;
  --line: #dfe5dc;
  --offer-accent: #ff6b35;
  font-family: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); min-height: 100vh; }
button, input { font: inherit; }
a { color: inherit; }
[hidden] { display: none !important; }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 9% 20%, color-mix(in srgb, var(--offer-accent) 10%, transparent), transparent 29%), radial-gradient(circle at 91% 88%, rgba(32, 75, 53, .08), transparent 30%);
}

.site-header {
  width: min(1240px, calc(100% - 40px));
  height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font: 800 1.02rem/1 "Manrope", sans-serif; letter-spacing: -.02em; }
.brand-mark { width: 34px; height: 34px; display: inline-grid; place-items: center; border-radius: 10px; background: var(--ink); color: #fff; font: 800 1rem/1 "Manrope", sans-serif; box-shadow: 0 5px 15px rgba(21,33,28,.18); }
.header-note { display: flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); color: #526059; font-size: .86rem; font-weight: 600; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #28a66d; box-shadow: 0 0 0 4px rgba(40,166,109,.12); }

.page-shell { width: min(1180px, calc(100% - 40px)); min-height: calc(100vh - 150px); margin: 16px auto 54px; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(370px, .78fr); gap: clamp(42px, 7vw, 100px); align-items: center; }
.hero-copy { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 15px; color: var(--muted); font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow span { display: inline-block; padding: 6px 9px; border-radius: 6px; background: color-mix(in srgb, var(--offer-accent) 13%, white); color: color-mix(in srgb, var(--offer-accent) 80%, black); letter-spacing: .04em; }
h1, h2 { font-family: "Manrope", sans-serif; }
h1 { max-width: 680px; margin: 0; font-size: clamp(3rem, 5.7vw, 5.5rem); line-height: .98; letter-spacing: -.065em; }
.period { color: var(--offer-accent); }
.lede { max-width: 610px; margin: 22px 0 0; color: var(--muted); font-size: clamp(1.02rem, 1.4vw, 1.18rem); line-height: 1.62; }

.product-stage { position: relative; height: clamp(250px, 32vw, 390px); margin-top: 18px; display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.product-stage::before { content: ""; position: absolute; width: min(440px, 73%); aspect-ratio: 1; border-radius: 50%; background: color-mix(in srgb, var(--offer-accent) 17%, white); z-index: -2; }
.product-stage::after { content: ""; position: absolute; width: min(330px, 53%); height: 32px; bottom: 11%; border-radius: 50%; background: rgba(21,33,28,.17); filter: blur(14px); z-index: -1; }
.product-stage img { width: min(460px, 78%); height: 95%; object-fit: contain; filter: drop-shadow(0 22px 20px rgba(21,33,28,.20)); animation: float 5s ease-in-out infinite; }
.product-tag { position: absolute; right: 5%; bottom: 17%; padding: 8px 12px; background: rgba(255,255,255,.88); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.7); border-radius: 999px; box-shadow: 0 8px 24px rgba(21,33,28,.12); font-size: .78rem; font-weight: 700; }
.orbit { position: absolute; border: 1px solid color-mix(in srgb, var(--offer-accent) 28%, transparent); border-radius: 50%; z-index: -1; }
.orbit-one { width: min(500px, 83%); aspect-ratio: 1; }
.orbit-two { width: min(560px, 94%); aspect-ratio: 1; border-style: dashed; animation: spin 35s linear infinite; }

.assurances { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding-top: 20px; border-top: 1px solid var(--line); }
.assurances div { display: flex; flex-direction: column; gap: 2px; padding-left: 20px; border-left: 1px solid var(--line); }
.assurances div:first-child { padding-left: 0; border-left: 0; }
.assurances strong { font: 700 1.08rem/1.3 "Manrope", sans-serif; }
.assurances span { color: var(--muted); font-size: .8rem; }

.entry-card { min-height: 580px; padding: clamp(28px, 4vw, 46px); border: 1px solid rgba(21,33,28,.08); border-radius: 28px; background: rgba(255,255,255,.94); box-shadow: 0 28px 80px rgba(30,49,39,.13), 0 2px 8px rgba(30,49,39,.04); position: relative; }
.step-indicator { display: flex; gap: 6px; margin-bottom: 44px; }
.step-indicator span { width: 28px; height: 4px; border-radius: 10px; background: #e8ebe7; transition: .35s ease; }
.step-indicator span.active { width: 54px; background: var(--offer-accent); }
.step-label { margin: 0 0 8px; color: var(--offer-accent); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.flow-step h2 { margin: 0; font-size: clamp(1.65rem, 2.4vw, 2.15rem); line-height: 1.16; letter-spacing: -.045em; }
.supporting-copy { margin: 13px 0 28px; color: var(--muted); font-size: .96rem; line-height: 1.55; }
form label:not(.consent-row) { display: block; margin: 17px 0 7px; font-size: .85rem; font-weight: 700; }
input[type="text"], input[type="email"] { width: 100%; height: 52px; padding: 0 15px; border: 1px solid #d7ddd5; border-radius: 11px; outline: none; background: #fbfcfa; color: var(--ink); transition: .2s ease; }
input::placeholder { color: #a1aaa4; }
input:focus { border-color: var(--offer-accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--offer-accent) 13%, transparent); background: #fff; }
input[aria-invalid="true"] { border-color: #c74444; }
.field-error, .form-error { min-height: 17px; margin: 4px 0 0; color: #bb3131; font-size: .76rem; }
.consent-row { display: grid; grid-template-columns: 17px 1fr; gap: 9px; margin-top: 14px; color: var(--muted); font-size: .75rem; line-height: 1.4; cursor: pointer; }
.consent-row input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--offer-accent); }
.primary-button { width: 100%; min-height: 54px; margin-top: 12px; border: 0; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--ink); color: #fff; text-decoration: none; font-weight: 700; cursor: pointer; box-shadow: 0 10px 23px rgba(21,33,28,.20); transition: transform .2s ease, box-shadow .2s ease; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(21,33,28,.25); }
.primary-button:focus-visible, .text-button:focus-visible, a:focus-visible { outline: 3px solid color-mix(in srgb, var(--offer-accent) 55%, white); outline-offset: 3px; }
.primary-button:disabled { opacity: .65; cursor: wait; transform: none; }
.primary-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
.privacy-note { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 11px 0 0; color: #808a84; font-size: .69rem; text-align: center; }
.privacy-note svg { width: 13px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.centered { padding-top: 48px; text-align: center; }
.spinner { width: 74px; height: 74px; margin: 0 auto 27px; padding: 8px; border: 2px solid color-mix(in srgb, var(--offer-accent) 18%, white); border-radius: 50%; animation: pulse 1.5s ease-in-out infinite; }
.spinner span { display: block; width: 100%; height: 100%; border: 5px solid #eef0ed; border-top-color: var(--offer-accent); border-radius: 50%; animation: spin .8s linear infinite; }
.centered .supporting-copy { max-width: 340px; margin-left: auto; margin-right: auto; }
.check-list { width: min(320px, 100%); margin: 30px auto 0; padding: 18px; border-radius: 13px; background: #f6f8f5; text-align: left; }
.check-list p { display: flex; gap: 9px; margin: 0; padding: 8px 0; color: var(--muted); font-size: .86rem; }
.check-list span { color: #25a46c; font-weight: 800; }
.success-icon { width: 70px; height: 70px; margin: 0 auto 26px; display: grid; place-items: center; border-radius: 50%; background: #daf4e8; color: #168457; font-size: 1.8rem; box-shadow: 0 0 0 10px #f0faf5; }
.text-button { margin: 17px auto 0; padding: 6px; border: 0; background: transparent; color: var(--muted); font-size: .82rem; text-decoration: underline; cursor: pointer; }
.locker-container { min-height: 340px; border: 1px dashed var(--line); border-radius: 14px; overflow: hidden; }
.locker-container iframe { width: 100%; min-height: 430px; border: 0; }

footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 24px 0 35px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 32px; color: #7a847e; font-size: .72rem; line-height: 1.5; position: relative; }
footer p { max-width: 680px; margin: 0; }

.admin-page, .error-page { background: #f4f6f1; }
.admin-shell { width: min(1180px, calc(100% - 36px)); margin: 70px auto; }
.admin-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 25px; }
.admin-heading h1 { margin: 0; font-size: clamp(2.3rem, 5vw, 4.2rem); }
.lead-count, .offer-pill { padding: 7px 11px; border-radius: 999px; background: #e4ece5; font-size: .78rem; font-weight: 700; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 16px 50px rgba(30,49,39,.08); }
table { width: 100%; border-collapse: collapse; font-size: .86rem; }
th, td { padding: 15px 17px; border-bottom: 1px solid #edf0ec; text-align: left; white-space: nowrap; }
th { color: var(--muted); background: #fafbf9; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
td code { color: #65716b; font-size: .72rem; }
.empty-state { padding: 80px 30px; border: 1px dashed var(--line); border-radius: 18px; text-align: center; background: rgba(255,255,255,.65); }
.empty-state h2 { margin: 0 0 6px; }
.empty-state p { color: var(--muted); }
.error-page { display: grid; place-items: center; text-align: center; }
.error-page main { width: min(520px, calc(100% - 40px)); }
.error-page .brand-mark { margin: 0 auto 30px; }
.error-page .eyebrow { justify-content: center; }
.error-page h1 { font-size: clamp(2.5rem, 7vw, 4.8rem); }
.error-page p:not(.eyebrow) { color: var(--muted); }
.error-page .primary-button { width: auto; padding: 0 25px; margin-top: 18px; }

.confirmation-page { background: #f4f6f1; }
.confirmation-shell { width: min(580px, calc(100% - 32px)); min-height: 100vh; margin: 0 auto; display: grid; place-items: center; padding: 42px 0; text-align: center; }
.confirmation-card { width: 100%; padding: clamp(36px, 7vw, 64px); border: 1px solid rgba(21,33,28,.09); border-radius: 30px; background: rgba(255,255,255,.94); box-shadow: 0 28px 80px rgba(30,49,39,.13); }
.confirmation-brand { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 42px; font: 800 .9rem/1 "Manrope", sans-serif; letter-spacing: -.02em; }
.confirmation-brand .brand-mark { width: 29px; height: 29px; border-radius: 9px; font-size: .85rem; }
.confirmation-status { width: 76px; height: 76px; margin: 0 auto 28px; display: grid; place-items: center; border-radius: 50%; background: #daf4e8; box-shadow: 0 0 0 11px #f0faf5; color: #168457; font-size: 2rem; font-weight: 800; }
.confirmation-card h1 { max-width: 520px; margin: 0 auto; font-size: clamp(2.25rem, 6vw, 3.6rem); }
.confirmation-card .confirmation-copy { max-width: 470px; margin: 20px auto 0; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.inbox-reminder { display: flex; gap: 12px; margin: 28px 0 0; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #f6f8f5; text-align: left; }
.inbox-reminder strong { display: block; margin-bottom: 3px; font-size: .92rem; }
.inbox-reminder span { color: var(--muted); font-size: .84rem; line-height: 1.45; }
.mail-icon { flex: 0 0 36px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: color-mix(in srgb, var(--offer-accent) 14%, white); color: var(--offer-accent); font-size: 1.1rem; }
.confirmation-note { margin: 23px 0 0; color: #7a847e; font-size: .8rem; }

.offers-page { background: #f5f7f1; }
.hub-header { margin-bottom: 34px; }
.offers-hero, .offers-section, .hub-footer { width: min(1180px, calc(100% - 40px)); margin-left: auto; margin-right: auto; }
.offers-hero { padding: clamp(40px, 7vw, 88px) clamp(26px, 6vw, 82px); border-radius: 32px; color: #fff; background: #15211c; position: relative; overflow: hidden; }
.offers-hero::before { content: ""; position: absolute; width: 600px; height: 600px; right: -180px; top: -380px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.04), 0 0 0 140px rgba(255,255,255,.025); }
.offers-hero .eyebrow { color: #cbd7cf; position: relative; }
.offers-hero .eyebrow span { background: rgba(255,255,255,.12); color: #fff; }
.offers-hero h1 { position: relative; max-width: 720px; font-size: clamp(3rem, 6.7vw, 6.2rem); }
.offers-hero h1 em { color: #ffc24b; font-style: normal; }
.offers-hero > p:not(.eyebrow) { position: relative; max-width: 590px; margin: 22px 0 0; color: #d0dad3; font-size: 1.05rem; line-height: 1.65; }
.offers-hero-notes { position: relative; display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 34px; color: #cbd7cf; font-size: .88rem; }
.offers-hero-notes b { color: #fff; font-family: "Manrope", sans-serif; }
.offers-section { padding: 74px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 29px; }
.section-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.05em; }
.section-heading > p { max-width: 260px; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.5; text-align: right; }
.offer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.offer-card { min-height: 300px; border: 1px solid rgba(21,33,28,.08); border-radius: 20px; overflow: hidden; background: #fff; color: var(--ink); text-decoration: none; box-shadow: 0 10px 24px rgba(30,49,39,.06); transition: transform .22s ease, box-shadow .22s ease; }
.offer-card:hover { transform: translateY(-5px); box-shadow: 0 20px 35px rgba(30,49,39,.14); }
.offer-card.featured { grid-column: span 2; }
.offer-card-image { height: 180px; padding: 12px; display: grid; place-items: center; background: color-mix(in srgb, var(--card-accent) 13%, white); position: relative; overflow: hidden; }
.offer-card-image::after { content: ""; position: absolute; width: 180px; aspect-ratio: 1; border-radius: 50%; background: color-mix(in srgb, var(--card-accent) 20%, white); }
.offer-card-image img { width: 80%; height: 150px; object-fit: contain; filter: drop-shadow(0 12px 12px rgba(21,33,28,.18)); position: relative; z-index: 1; transition: transform .25s ease; }
.offer-card:hover .offer-card-image img { transform: scale(1.06) rotate(1deg); }
.offer-card-image span { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 5px 8px; border-radius: 99px; background: rgba(255,255,255,.9); color: color-mix(in srgb, var(--card-accent) 80%, black); font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.offer-card-copy { padding: 17px 18px 18px; }
.offer-card-copy p { margin: 0 0 4px; color: var(--card-accent); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.offer-card-copy h3 { margin: 0; font: 800 1.16rem/1.25 "Manrope", sans-serif; letter-spacing: -.035em; }
.offer-card-copy > span { display: inline-block; margin-top: 12px; color: var(--muted); font-size: .8rem; font-weight: 700; }
.offer-card-copy b { margin-left: 3px; color: var(--ink); font-size: 1rem; }
.hub-footer { padding: 24px 0 35px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 24px; color: #7a847e; font-size: .72rem; line-height: 1.5; }
.hub-footer p { max-width: 680px; margin: 0; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 50% { transform: translateY(-9px) rotate(1deg); } }
@keyframes pulse { 50% { box-shadow: 0 0 0 10px color-mix(in srgb, var(--offer-accent) 8%, transparent); } }

@media (max-width: 880px) {
  .page-shell { width: min(620px, calc(100% - 32px)); grid-template-columns: 1fr; margin-top: 30px; gap: 35px; }
  .hero-copy { text-align: center; }
  .eyebrow { justify-content: center; }
  .lede { margin-left: auto; margin-right: auto; }
  .product-stage { height: 330px; }
  .product-tag { right: 2%; }
  .entry-card { min-height: 0; text-align: left; }
  footer { flex-direction: column; text-align: center; }
  .offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hub-footer { flex-direction: column; text-align: center; }
}

@media (max-width: 520px) {
  .site-header { width: calc(100% - 30px); height: 72px; }
  .header-note { padding: 7px 9px; font-size: .74rem; }
  .page-shell { width: calc(100% - 24px); margin-top: 20px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .lede { font-size: 1rem; }
  .product-stage { height: 270px; margin-top: 8px; }
  .product-stage img { width: 86%; }
  .product-tag { display: none; }
  .assurances div { padding-left: 10px; }
  .assurances strong { font-size: .95rem; }
  .assurances span { font-size: .68rem; }
  .entry-card { padding: 27px 21px; border-radius: 22px; }
  .step-indicator { margin-bottom: 32px; }
  .centered { padding-top: 28px; }
  .offers-hero, .offers-section, .hub-footer { width: calc(100% - 24px); }
  .offers-hero { border-radius: 24px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 12px; text-align: left; }
  .offer-grid { gap: 11px; }
  .offer-card, .offer-card.featured { min-height: 246px; grid-column: span 1; border-radius: 16px; }
  .offer-card-image { height: 138px; }
  .offer-card-image img { height: 112px; width: 92%; }
  .offer-card-copy { padding: 13px; }
  .offer-card-copy h3 { font-size: 1rem; }
  .offer-card-copy > span { margin-top: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}
