:root {
  --ink: #15313d;
  --muted: #60727a;
  --navy: #124d67;
  --navy-dark: #0a374c;
  --blue: #4eacd0;
  --sky: #eaf7fb;
  --cream: #fff9ef;
  --yellow: #ffc845;
  --orange: #ef6c3f;
  --green: #19815a;
  --white: #fff;
  --line: #dbe9ee;
  --shadow: 0 24px 70px rgba(18, 77, 103, .14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body, button, input { font-size: 16px; }
img { display: block; width: 100%; max-width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.announcement { padding: 9px 16px; color: #fff; background: var(--navy-dark); text-align: center; font-size: 13px; font-weight: 800; letter-spacing: .15px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .92); border-bottom: 1px solid rgba(219, 233, 238, .9); backdrop-filter: blur(16px); }
.header-row { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: grid; grid-template-columns: auto auto; align-items: center; width: max-content; color: var(--navy); text-decoration: none; font-weight: 950; line-height: .9; letter-spacing: -1px; }
.brand span { font-size: 21px; }
.brand b { color: var(--orange); font-size: 26px; }
.brand small { grid-column: 1 / -1; color: var(--muted); font-size: 8px; line-height: 1; letter-spacing: 1.35px; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { color: #49616c; text-decoration: none; font-size: 13px; font-weight: 800; }
.desktop-nav a:hover { color: var(--navy); }
.header-buy { display: inline-flex; align-items: center; gap: 9px; padding: 11px 14px; color: #fff; background: var(--navy); border-radius: 13px; text-decoration: none; font-size: 13px; font-weight: 900; box-shadow: 0 10px 24px rgba(18, 77, 103, .2); }
.header-buy span { padding: 4px 7px; color: var(--navy-dark); background: var(--yellow); border-radius: 8px; }

.hero { position: relative; overflow: hidden; padding: 50px 0 58px; background: radial-gradient(circle at 92% 12%, rgba(78, 172, 208, .18), transparent 33%), linear-gradient(135deg, #f9fdff 0%, #edf8fb 58%, #fff7e7 100%); }
.hero::before { position: absolute; inset: auto auto -230px -180px; width: 480px; height: 480px; border: 80px solid rgba(255, 200, 69, .13); border-radius: 50%; content: ""; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 42px; align-items: center; }
.stock-pill, .eyebrow { display: inline-flex; align-items: center; gap: 9px; width: max-content; max-width: 100%; padding: 7px 11px; color: var(--green); background: rgba(255, 255, 255, .9); border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .65px; }
.stock-pill i { width: 8px; height: 8px; background: #28b47b; border-radius: 50%; box-shadow: 0 0 0 5px rgba(40, 180, 123, .14); }
.hero h1 { max-width: 650px; margin: 17px 0 16px; font-size: clamp(42px, 5.4vw, 72px); line-height: .98; letter-spacing: -3.6px; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 620px; margin: 0; color: var(--muted); font-size: 18px; }
.hero-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; padding: 0; margin: 22px 0; list-style: none; }
.hero-points li { min-width: 0; padding: 13px 12px; display: flex; gap: 9px; align-items: flex-start; background: rgba(255, 255, 255, .8); border: 1px solid var(--line); border-radius: 16px; }
.hero-points li > span { flex: 0 0 28px; width: 28px; height: 28px; display: grid; place-items: center; color: var(--navy); background: var(--sky); border-radius: 9px; font-weight: 950; }
.hero-points b, .hero-points small { display: block; }
.hero-points b { font-size: 12px; line-height: 1.2; }
.hero-points small { margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.35; }

.order-card { max-width: 650px; padding: 20px; background: #fff; border: 1px solid rgba(199, 222, 230, .9); border-radius: 24px; box-shadow: var(--shadow); }
.offer-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.price span, .price strong { display: block; }
.price span { color: var(--muted); font-size: 12px; }
.price s { margin-left: 6px; color: #7d8b91; }
.price strong { color: var(--navy); font-size: 38px; line-height: 1; letter-spacing: -1.6px; }
.price strong small { font-size: 23px; }
.saving { padding: 8px 11px; color: #9a3b1e; background: #fff0e9; border: 1px solid #ffd8c9; border-radius: 12px; text-align: center; font-size: 10px; font-weight: 800; line-height: 1.2; }
.saving b { font-size: 14px; }
.order-form { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.field { display: grid; gap: 5px; }
.field > span { padding-left: 3px; color: #566b74; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; }
.field input { width: 100%; height: 53px; padding: 0 14px; color: var(--ink); background: #fff; border: 1.5px solid #cadde4; border-radius: 13px; outline: none; transition: .2s ease; }
.field input::placeholder { color: #9babb2; }
.field input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(78, 172, 208, .12); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.primary-btn { grid-column: 1 / -1; min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 14px 18px; color: #19313b; background: linear-gradient(135deg, #ffd461, var(--yellow)); border: 0; border-radius: 14px; text-decoration: none; font-weight: 950; cursor: pointer; box-shadow: 0 14px 30px rgba(255, 182, 40, .28); transition: transform .18s ease, filter .18s ease; }
.primary-btn:hover { transform: translateY(-2px); filter: saturate(1.08); }
.primary-btn:disabled { opacity: .65; cursor: wait; transform: none; }
.primary-btn span { font-size: 22px; line-height: 1; }
.form-note { grid-column: 1 / -1; margin: 0; color: var(--muted); text-align: center; font-size: 11px; }
.form-note b { color: var(--green); }

.hero-visual { position: relative; align-self: center; padding: 10px; background: rgba(255, 255, 255, .7); border: 1px solid rgba(255, 255, 255, .9); border-radius: 34px; box-shadow: var(--shadow); transform: rotate(1deg); }
.hero-visual picture { display: block; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 26px; }
.hero-visual img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.visual-badge { position: absolute; z-index: 2; top: 24px; left: -14px; display: grid; padding: 11px 15px; color: #fff; background: var(--navy); border: 4px solid #fff; border-radius: 16px; box-shadow: 0 12px 30px rgba(18, 77, 103, .24); transform: rotate(-5deg); }
.visual-badge b { color: var(--yellow); font-size: 24px; line-height: 1; }
.visual-badge span { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; }
.hero-caption { position: absolute; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 8px; max-width: 270px; padding: 10px 13px; background: rgba(255, 255, 255, .9); border-radius: 13px; box-shadow: 0 10px 25px rgba(18, 77, 103, .14); font-size: 11px; font-weight: 850; backdrop-filter: blur(8px); }
.hero-caption span { flex: 0 0 24px; width: 24px; height: 24px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; }

.trust-strip { background: #fff; border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 86px; display: flex; align-items: center; gap: 11px; padding: 16px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid i { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; color: var(--navy); background: var(--sky); border-radius: 12px; font-style: normal; font-weight: 950; }
.trust-grid b, .trust-grid small { display: block; }
.trust-grid b { font-size: 12px; }
.trust-grid small { margin-top: 3px; color: var(--muted); font-size: 10px; }

.section { padding: 88px 0; }
.section-head { max-width: 790px; margin: 0 auto 38px; text-align: center; }
.section-head .eyebrow { margin-inline: auto; }
.section h2 { margin: 13px 0; font-size: clamp(34px, 4.5vw, 54px); line-height: 1.04; letter-spacing: -2.2px; }
.section-head p, .split-copy > p, .spec-copy > p, .faq-grid > div > p { margin: 0; color: var(--muted); font-size: 17px; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.benefit-grid article { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 14px 38px rgba(18, 77, 103, .07); }
.benefit-grid .icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 18px; color: var(--navy); background: var(--sky); border-radius: 15px; font-size: 24px; font-weight: 950; }
.benefit-grid h3 { margin: 0 0 8px; font-size: 18px; line-height: 1.2; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.lifestyle-section { background: linear-gradient(180deg, #fff 0%, var(--cream) 100%); }
.split, .specs-grid, .included-grid, .faq-grid, .final-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.photo-card { position: relative; overflow: hidden; background: #f1f7f9; border-radius: var(--radius); box-shadow: var(--shadow); }
.photo-card picture, .included-photo picture { display: block; overflow: hidden; }
.photo-card img, .included-photo img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.photo-card--lifestyle picture { aspect-ratio: 1402 / 1122; }
.photo-note { position: absolute; left: 20px; bottom: 20px; display: grid; padding: 11px 15px; background: rgba(255, 255, 255, .9); border-radius: 14px; box-shadow: 0 12px 26px rgba(58, 38, 24, .14); backdrop-filter: blur(8px); }
.photo-note b { color: var(--orange); font-size: 15px; }
.photo-note span { font-size: 11px; font-weight: 800; }
.split-copy h2 { margin-top: 14px; }
.check-list { display: grid; gap: 13px; padding: 0; margin: 25px 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 9px; color: #536a74; font-size: 14px; }
.check-list li::before { flex: 0 0 24px; width: 24px; height: 24px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; content: "✓"; font-size: 11px; font-weight: 950; }
.check-list b { color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 950; text-decoration: none; border-bottom: 2px solid var(--yellow); }
.text-link span { font-size: 21px; }

.specs-section { color: #fff; background: var(--navy-dark); }
.eyebrow--light { color: #c9f2ff; background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .16); }
.spec-copy > p { color: #bed1d9; }
.spec-table { margin-top: 28px; border-top: 1px solid rgba(255, 255, 255, .14); }
.spec-table > div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.spec-table span { color: #b8ccd4; font-size: 13px; }
.spec-table b { color: var(--yellow); text-align: right; }
.photo-card--specs { padding: 18px; background: #fff; }
.photo-card--specs picture { aspect-ratio: 1280 / 1237; }

.included-section { background: var(--sky); }
.included-grid { gap: 30px; }
.included-photo { overflow: hidden; background: #fff; border: 8px solid #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.included-photo picture { aspect-ratio: 1 / 1; }
.included-list { padding: 0; margin: 0; list-style: none; counter-reset: items; }
.included-list li { position: relative; min-height: 74px; display: grid; align-content: center; padding: 13px 16px 13px 74px; margin-bottom: 9px; background: #fff; border: 1px solid var(--line); border-radius: 17px; counter-increment: items; }
.included-list li::before { position: absolute; top: 13px; left: 14px; width: 46px; height: 46px; display: grid; place-items: center; color: var(--navy); background: var(--yellow); border-radius: 14px; content: counter(items); font-weight: 950; }
.included-list b, .included-list span { display: block; }
.included-list b { font-size: 15px; }
.included-list span { margin-top: 2px; color: var(--muted); font-size: 12px; }

.delivery-section { background: #fff; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.steps article { position: relative; min-height: 200px; padding: 26px; overflow: hidden; color: #fff; background: var(--navy); border-radius: 23px; }
.steps article:nth-child(2) { color: var(--ink); background: var(--yellow); }
.steps article:nth-child(3) { background: var(--orange); }
.steps span { display: block; margin-bottom: 25px; opacity: .55; font-size: 34px; font-weight: 950; letter-spacing: -2px; }
.steps h3 { margin: 0 0 7px; font-size: 20px; }
.steps p { max-width: 260px; margin: 0; opacity: .84; font-size: 13px; }

.faq-section { background: var(--cream); }
.faq-grid { align-items: start; }
.faq-grid > div:first-child { position: sticky; top: 120px; }
.faq-grid h2 { margin-top: 14px; }
.faq details { margin-bottom: 10px; padding: 0 18px; background: #fff; border: 1px solid #ebdfcd; border-radius: 17px; }
.faq summary { position: relative; padding: 18px 38px 18px 0; cursor: pointer; list-style: none; font-weight: 850; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { position: absolute; top: 13px; right: 0; width: 30px; height: 30px; display: grid; place-items: center; color: var(--navy); background: var(--sky); border-radius: 10px; content: "+"; font-size: 20px; }
.faq details[open] summary::after { content: "−"; }
.faq p { margin: 0 0 18px; color: var(--muted); font-size: 14px; }

.final-section { padding: 82px 0; color: #fff; background: radial-gradient(circle at 8% 100%, rgba(78, 172, 208, .28), transparent 32%), linear-gradient(135deg, #092d3e, #125f7b); }
.final-grid { gap: 60px; }
.final-copy h2 { max-width: 600px; margin: 15px 0; font-size: clamp(40px, 5vw, 62px); line-height: 1; letter-spacing: -2.8px; }
.final-copy > p { max-width: 540px; margin: 0; color: #c9dce4; font-size: 17px; }
.final-price { display: flex; align-items: center; gap: 14px; margin-top: 25px; }
.final-price s { color: #98b0ba; }
.final-price strong { color: var(--yellow); font-size: 38px; }
.final-price span { padding: 6px 9px; color: #fff; background: rgba(255, 255, 255, .1); border-radius: 9px; font-size: 11px; font-weight: 800; }
.order-card--final { max-width: none; color: var(--ink); }
.order-card--final h3 { margin: 0; font-size: 26px; }
.order-card--final > p { margin: 4px 0 16px; color: var(--muted); font-size: 13px; }

footer { padding: 28px 0 98px; color: #9eb2bb; background: #062534; }
.footer-row { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; }
.brand--footer { color: #fff; }
.brand--footer small { color: #9eb2bb; }
.footer-row p { max-width: 650px; margin: 0; font-size: 10px; }
.footer-row > a { color: #d3e2e8; font-size: 11px; font-weight: 800; text-decoration: none; }
.mobile-buy { display: none; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { display: contents; }
  .stock-pill, .hero h1, .hero-lead, .hero-points { grid-column: 1; }
  .hero-visual { grid-row: 5; }
  .order-card { grid-row: 6; max-width: none; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split, .specs-grid, .included-grid, .faq-grid, .final-grid { gap: 34px; }
  .section { padding: 72px 0; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 72px; }
  .announcement { font-size: 11px; }
  .header-row { min-height: 60px; }
  .header-buy { padding: 9px 11px; }
  .header-buy span { display: none; }
  .hero { padding: 28px 0 38px; }
  .hero-grid { gap: 20px; }
  .hero h1 { margin-top: 13px; font-size: clamp(41px, 12vw, 62px); letter-spacing: -2.8px; }
  .hero-lead { font-size: 16px; }
  .hero-points { grid-template-columns: 1fr; margin: 12px 0 0; }
  .hero-points li { padding: 11px; }
  .hero-points small { font-size: 11px; }
  .hero-visual { padding: 6px; border-radius: 24px; transform: none; }
  .hero-visual picture, .hero-visual img { border-radius: 19px; }
  .visual-badge { top: 15px; left: 9px; padding: 9px 12px; border-width: 3px; }
  .hero-caption { right: 13px; bottom: 13px; max-width: 230px; }
  .order-card { padding: 15px; border-radius: 20px; }
  .order-form { grid-template-columns: 1fr; }
  .primary-btn, .form-note { grid-column: auto; }
  .price strong { font-size: 34px; }
  .trust-grid { width: 100%; }
  .trust-grid > div { min-height: 76px; padding: 12px; }
  .trust-grid i { flex-basis: 34px; width: 34px; height: 34px; }
  .trust-grid b { font-size: 10px; }
  .trust-grid small { font-size: 9px; }
  .section { padding: 58px 0; }
  .section-head { margin-bottom: 28px; }
  .section h2 { font-size: 35px; letter-spacing: -1.5px; }
  .section-head p, .split-copy > p, .spec-copy > p, .faq-grid > div > p { font-size: 15px; }
  .split, .specs-grid, .included-grid, .faq-grid, .final-grid { grid-template-columns: 1fr; }
  .photo-card--lifestyle { order: 2; }
  .benefit-grid { gap: 9px; }
  .benefit-grid article { padding: 17px; }
  .benefit-grid .icon { width: 42px; height: 42px; margin-bottom: 13px; }
  .benefit-grid h3 { font-size: 15px; }
  .benefit-grid p { font-size: 11px; }
  .specs-grid { gap: 28px; }
  .photo-card--specs { padding: 8px; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: 150px; }
  .faq-grid > div:first-child { position: static; }
  .final-section { padding: 60px 0; }
  .final-grid { gap: 34px; }
  .final-copy h2 { font-size: 42px; letter-spacing: -2px; }
  .footer-row { grid-template-columns: 1fr; gap: 16px; }
  .footer-row > a { display: none; }
  .mobile-buy { position: fixed; z-index: 60; right: 10px; bottom: 10px; left: 10px; min-height: 66px; display: flex; align-items: center; gap: 14px; padding: 8px 8px 8px 14px; background: rgba(255, 255, 255, .94); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 50px rgba(8, 51, 68, .24); backdrop-filter: blur(14px); }
  .mobile-buy > div { flex: 0 0 auto; display: grid; }
  .mobile-buy s { color: #82939b; font-size: 10px; }
  .mobile-buy b { color: var(--navy); font-size: 19px; }
  .mobile-buy .primary-btn { flex: 1; min-height: 48px; padding: 9px 12px; font-size: 14px; }
}

@media (max-width: 430px) {
  .container { width: min(100% - 22px, 1180px); }
  .hero h1 { font-size: 43px; }
  .stock-pill { font-size: 9px; }
  .hero-caption { max-width: 200px; font-size: 9px; }
  .benefit-grid article { padding: 14px; }
  .benefit-grid .icon { width: 38px; height: 38px; font-size: 20px; }
  .spec-table span { font-size: 11px; }
  .spec-table b { font-size: 13px; }
  .final-price { flex-wrap: wrap; }
}

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