:root {
  --ink: #15231f;
  --muted: #596962;
  --paper: #f6f3eb;
  --white: #fffefa;
  --green: #104b3b;
  --green-2: #1c6a50;
  --lime: #d7ff75;
  --line: #dfe5df;
  --orange: #f6a54b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: var(--paper); }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header { min-height: 78px; padding: 0 clamp(22px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(21, 35, 31, .12); background: rgba(246, 243, 235, .94); }
.wordmark { font-weight: 900; font-size: 1.35rem; letter-spacing: .16em; text-decoration: none; }
.site-header nav { display: flex; align-items: center; gap: clamp(14px, 3vw, 34px); }
.site-header nav a { color: #34463f; font-size: .92rem; font-weight: 650; text-decoration: none; }
.site-header nav a:hover { color: var(--green-2); }

.hero { min-height: 640px; padding: clamp(60px, 9vw, 120px) clamp(22px, 7vw, 110px); display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); align-items: center; gap: clamp(40px, 7vw, 100px); overflow: hidden; }
.hero-copy { max-width: 710px; position: relative; z-index: 2; }
.eyebrow, .step-label { margin: 0 0 18px; color: var(--green-2); font-size: .76rem; font-weight: 850; letter-spacing: .15em; }
.hero h1, .warranty-summary h1, .legal-shell h1 { margin: 0; font-size: clamp(3rem, 7vw, 6.5rem); line-height: .92; letter-spacing: -.06em; }
.lede { max-width: 660px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1.06rem, 1.8vw, 1.3rem); line-height: 1.7; }
.actions { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 800; text-decoration: none; }
.button.primary { color: white; background: var(--green); }
.button.secondary { color: var(--green); border: 1px solid rgba(16, 75, 59, .28); background: transparent; }
.button.light { color: var(--green); background: var(--lime); white-space: nowrap; }

.product-visual { min-height: 470px; position: relative; }
.sun-disc { width: 410px; height: 410px; position: absolute; top: 10px; right: -20px; border-radius: 50%; background: linear-gradient(145deg, #ffd89d, var(--orange)); box-shadow: 0 30px 100px rgba(246, 165, 75, .35); }
.shade-panel { width: min(86%, 430px); height: 290px; position: absolute; top: 92px; right: 55px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50% 50% 16px 16px; transform: rotate(-7deg); background: linear-gradient(135deg, rgba(255,255,255,.98), #d8ded9 62%, #aeb9b2); box-shadow: 0 34px 64px rgba(27, 49, 41, .24); }
.shade-panel::after { content: ""; width: 7px; height: 130px; position: absolute; top: 95%; background: var(--ink); border-radius: 9px; }
.shade-mark { color: var(--green); font-size: 4.5rem; font-weight: 950; transform: rotate(7deg); }
.metric { min-width: 132px; padding: 13px 16px; position: absolute; z-index: 2; display: grid; border: 1px solid rgba(16,75,59,.12); border-radius: 14px; background: rgba(255,254,250,.94); box-shadow: 0 12px 30px rgba(19, 43, 34, .11); }
.metric strong { font-size: 1.08rem; }.metric span { color: var(--muted); font-size: .76rem; }
.metric-one { top: 48px; left: 0; }.metric-two { bottom: 38px; left: 55px; }.metric-three { right: 0; bottom: 10px; }

.feature-grid { padding: 0 clamp(22px, 7vw, 110px) clamp(70px, 9vw, 120px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; }
.feature-grid article { padding: 34px; border-top: 1px solid var(--line); background: rgba(255,255,255,.25); }
.feature-grid span { color: var(--green-2); font-size: .72rem; font-weight: 900; }.feature-grid h2 { margin: 22px 0 10px; font-size: 1.35rem; }.feature-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.support-band { margin: 0 clamp(22px, 5vw, 72px); padding: clamp(42px, 6vw, 76px); display: flex; justify-content: space-between; align-items: center; gap: 40px; border-radius: 28px; color: white; background: var(--green); }
.support-band .eyebrow { color: var(--lime); }.support-band h2 { margin: 0; font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.045em; }.support-band p:not(.eyebrow) { max-width: 760px; color: #c7d8d1; line-height: 1.65; }
.guide-grid { padding: clamp(60px, 9vw, 120px) clamp(22px, 7vw, 110px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-grid a { min-height: 220px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 22px; text-decoration: none; background: var(--white); transition: transform .2s, box-shadow .2s; }
.guide-grid a:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(26, 48, 39, .09); }.guide-grid span { color: var(--green-2); font-size: .74rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }.guide-grid strong { margin-top: 16px; font-size: 1.45rem; }.guide-grid i { margin-top: auto; color: var(--muted); font-style: normal; font-weight: 700; }

.form-page { background: linear-gradient(120deg, #e9eee7 0 42%, #f8f6ef 42% 100%); }
.form-shell { width: min(1380px, 100%); margin: auto; padding: clamp(40px, 6vw, 84px) clamp(22px, 5vw, 72px); display: grid; grid-template-columns: minmax(320px, .85fr) minmax(520px, 1.15fr); gap: clamp(36px, 7vw, 100px); align-items: start; }
.warranty-summary { position: sticky; top: 30px; padding-top: 16px; }.warranty-summary h1 { max-width: 620px; font-size: clamp(3rem, 5vw, 5.5rem); }.summary-copy { max-width: 620px; margin: 24px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.coverage-math { margin: 34px 0; display: flex; align-items: center; gap: 10px; }.coverage-math div { min-width: 92px; padding: 16px 12px; display: grid; text-align: center; border-radius: 16px; background: rgba(255,255,255,.66); }.coverage-math strong { color: var(--green); font-size: 2rem; line-height: 1; }.coverage-math span { margin-top: 7px; color: var(--muted); font-size: .7rem; }.coverage-math b { color: #7d8b85; }.coverage-math .total { color: white; background: var(--green); }.coverage-math .total strong, .coverage-math .total span { color: white; }
.product-card { padding: 22px; display: grid; border: 1px solid rgba(16,75,59,.12); border-radius: 18px; background: rgba(255,255,255,.52); }.product-card span { color: var(--green-2); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }.product-card strong { margin-top: 8px; line-height: 1.35; }.product-card small { margin-top: 6px; color: var(--muted); }.product-card a { margin-top: 16px; color: var(--green); font-size: .86rem; font-weight: 800; }
.trust-list { padding: 0; margin: 26px 0 0; display: grid; gap: 10px; list-style: none; }.trust-list li { color: #43554d; font-size: .9rem; }.trust-list li::before { content: "✓"; margin-right: 9px; color: var(--green-2); font-weight: 900; }
.form-card { padding: clamp(28px, 5vw, 54px); border: 1px solid rgba(16,75,59,.1); border-radius: 28px; background: var(--white); box-shadow: 0 32px 80px rgba(29, 54, 45, .1); }.form-card h2 { margin: 0; font-size: clamp(2rem, 3vw, 3rem); letter-spacing: -.04em; }.form-intro { margin: 10px 0 30px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.form-grid label { display: grid; gap: 8px; font-size: .86rem; font-weight: 750; }.full-field { grid-column: 1 / -1; }.form-grid input, .form-grid textarea { width: 100%; padding: 14px 15px; border: 1px solid #ccd6d0; border-radius: 11px; outline: none; color: var(--ink); background: white; }.form-grid input:focus, .form-grid textarea:focus { border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(28,106,80,.12); }.form-grid textarea { resize: vertical; }.form-grid small { color: var(--muted); font-weight: 450; }
.consent { margin: 24px 0 0; display: flex; gap: 11px; color: var(--muted); font-size: .83rem; line-height: 1.55; }.consent input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--green); }.consent a { color: var(--green); font-weight: 700; }
.honeypot { width: 1px; height: 1px; position: absolute; left: -10000px; overflow: hidden; }
.form-error { margin-top: 18px; padding: 12px 14px; border-radius: 10px; color: #812c22; background: #fff0ed; }
.submit-button { width: 100%; min-height: 58px; margin-top: 24px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 12px; color: white; background: var(--green); font-weight: 850; cursor: pointer; }.submit-button:hover { background: #0c3f32; }.submit-button:disabled { cursor: wait; opacity: .7; }.submit-button i { font-size: 1.3rem; font-style: normal; }.legal-note { margin: 16px 0 0; color: #7a8781; font-size: .76rem; line-height: 1.5; text-align: center; }
.success-panel { text-align: center; }.success-panel[hidden] { display: none; }.success-icon { width: 66px; height: 66px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--green-2); font-size: 2rem; font-weight: 900; }.success-panel .step-label { margin-bottom: 12px; }.success-panel > p:not(.step-label):not(.success-help) { color: var(--muted); font-size: 1.05rem; line-height: 1.6; }.registration-code { margin: 28px 0; padding: 20px; display: grid; gap: 7px; border: 1px dashed #9fb2a9; border-radius: 14px; background: #f2f7f3; }.registration-code span { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }.registration-code strong { color: var(--green); font-size: 1.35rem; letter-spacing: .06em; }.success-help { color: var(--muted); font-size: .86rem; line-height: 1.6; }

.legal-shell { width: min(860px, calc(100% - 44px)); margin: 0 auto; padding: clamp(60px, 10vw, 120px) 0; }.legal-shell h1 { font-size: clamp(2.8rem, 7vw, 5.5rem); }.legal-lede { margin: 28px 0 50px; color: var(--muted); font-size: 1.2rem; line-height: 1.7; }.legal-shell h2 { margin: 36px 0 10px; font-size: 1.35rem; }.legal-shell p:not(.eyebrow):not(.legal-lede) { color: var(--muted); line-height: 1.75; }.legal-shell .button { margin-top: 30px; }
.site-footer { min-height: 110px; padding: 28px clamp(22px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(21,35,31,.12); color: var(--muted); font-size: .82rem; }.site-footer div { display: flex; flex-wrap: wrap; gap: 22px; }.site-footer a { text-decoration: none; }.site-footer a:hover { color: var(--green); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }.product-visual { min-height: 390px; }.sun-disc { width: 340px; height: 340px; }.shade-panel { height: 240px; right: 8%; }.feature-grid, .guide-grid { grid-template-columns: 1fr; }.support-band { align-items: flex-start; flex-direction: column; }.form-page { background: var(--paper); }.form-shell { grid-template-columns: 1fr; }.warranty-summary { position: static; }.form-card { padding: 30px 22px; }
}

@media (max-width: 620px) {
  .site-header { min-height: 68px; }.site-header nav a:not(:last-child) { display: none; }.hero { min-height: auto; padding-top: 70px; }.hero h1 { font-size: 3.45rem; }.product-visual { min-height: 330px; }.sun-disc { width: 270px; height: 270px; right: -38px; }.shade-panel { width: 280px; height: 185px; top: 80px; right: 6px; }.shade-panel::after { height: 88px; }.shade-mark { font-size: 3.5rem; }.metric { min-width: 112px; padding: 10px 12px; }.metric-one { top: 38px; }.metric-two { bottom: 16px; left: 0; }.metric-three { right: 0; bottom: -4px; }.feature-grid article { padding: 28px 4px; }.support-band { margin-inline: 14px; border-radius: 20px; }.guide-grid { padding-inline: 14px; }.form-shell { padding-inline: 14px; }.warranty-summary h1 { font-size: 3.2rem; }.coverage-math { gap: 5px; }.coverage-math div { min-width: 78px; padding: 14px 6px; }.form-grid { grid-template-columns: 1fr; }.full-field { grid-column: auto; }.site-footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
