@font-face { font-family: "Geist"; font-style: normal; font-weight: 100 900; font-display: swap; src: url("/assets/fonts/geist-latin-ext.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Geist"; font-style: normal; font-weight: 100 900; font-display: swap; src: url("/assets/fonts/geist-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --navy: #071a35;
  --navy-dark: #031127;
  --yellow: #f4c31d;
  --yellow-hover: #dcae0c;
  --white: #ffffff;
  --off-white: #f6f5ef;
  --gray-light: #e5e8ec;
  --gray-text: #626a78;
  --text: #121c2a;
  --success: #14875d;
  --error: #c83d3d;
  --shadow: 0 24px 70px rgba(3, 17, 39, .14);
  --display: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --body: "Geist", Inter, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--off-white); color: var(--text); font-family: var(--body); overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
svg { flex: 0 0 auto; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 118px 0; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 12px 16px; border-radius: 6px; background: var(--yellow); color: var(--navy-dark); font-weight: 850; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: fixed; z-index: 50; inset: 0 0 auto; color: var(--white); transition: .3s ease; }
.site-header.is-solid { background: rgba(3,17,39,.94); backdrop-filter: blur(16px); box-shadow: 0 8px 30px rgba(0,0,0,.16); }
.header-inner { height: 92px; display: flex; align-items: center; gap: 30px; transition: .3s ease; }
.is-solid .header-inner { height: 76px; }
.brand { display: inline-flex; align-items: center; min-width: 215px; }
.brand-logo { display: block; width: 172px; height: auto; border-radius: 4px; }
.desktop-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.desktop-nav a { font-size: 13px; font-weight: 650; color: rgba(255,255,255,.78); transition: .2s; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--yellow); }
.button { border: 0; border-radius: 8px 18px 8px 18px; min-height: 52px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--yellow); color: var(--navy-dark); font-size: 12px; font-weight: 900; letter-spacing: .055em; box-shadow: 0 12px 28px rgba(244,195,29,.16); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--yellow-hover); box-shadow: 0 16px 34px rgba(244,195,29,.22); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(244,195,29,.55); outline-offset: 3px; }
.button-small { min-height: 43px; padding: 0 18px; font-size: 10px; }
.header-cta { margin-left: 2px; }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; min-height: 850px; padding: 150px 0 0; color: white; background: radial-gradient(circle at 76% 20%, rgba(43,93,142,.5), transparent 28%), linear-gradient(120deg, var(--navy-dark), var(--navy) 58%, #0d315c); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; border: 1px solid rgba(244,195,29,.12); border-radius: 50%; right: -100px; top: -140px; box-shadow: 0 0 0 80px rgba(244,195,29,.025), 0 0 0 160px rgba(244,195,29,.02); }
.hero-grid-lines { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(to right, transparent, black 60%, black); transform: perspective(600px) rotateX(58deg) scale(1.3) translateY(220px); transform-origin: bottom; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: .18em; font-weight: 850; color: var(--yellow); }
.eyebrow i { width: 26px; height: 2px; background: var(--yellow); }
h1, h2, h3 { margin: 0; }
h1, h2 { font-family: var(--display); text-transform: uppercase; letter-spacing: -.025em; line-height: .96; }
.hero h1 { margin: 24px 0 27px; max-width: 650px; font-size: clamp(58px, 5.2vw, 86px); }
.hero h1 span, .section-heading h2 span, .analysis-section h2 span, .process-section h2 span, .final-cta h2 span { display: block; color: var(--yellow); }
.hero-points { display: grid; gap: 10px; margin: 0 0 22px; }
.hero-points p { display: flex; align-items: center; gap: 11px; margin: 0; color: rgba(255,255,255,.93); font-size: 14px; line-height: 1.4; }
.hero-points svg { color: var(--yellow); }
.hero-description { max-width: 630px; color: rgba(255,255,255,.68); line-height: 1.7; font-size: 15px; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.button-ghost { border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.04); color: white; box-shadow: none; }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.microcopy { display: flex; align-items: center; gap: 8px; margin: 15px 0 0; color: var(--gray-text); font-size: 12px; }
.hero .microcopy { color: rgba(255,255,255,.76); }
.hero .microcopy svg { color: var(--yellow); }
.hero-visual { position: relative; min-height: 555px; }
.hero-image-placeholder { position: absolute; inset: 20px 0 20px 28px; overflow: hidden; border-radius: 28px 80px 28px 80px; border: 1px solid rgba(255,255,255,.18); background: #0a2548; box-shadow: 0 40px 90px rgba(0,0,0,.36); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-image-placeholder::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(3,17,39,.55)); }
.floating-tag { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 8px; padding: 11px 15px; background: rgba(255,255,255,.94); color: var(--navy); border-radius: 7px 15px 7px 15px; font-size: 11px; font-weight: 800; box-shadow: 0 12px 35px rgba(0,0,0,.26); }
.floating-tag svg { color: #c69700; }
.tag-a { left: 0; top: 80px; }.tag-b { right: -24px; top: 240px; }.tag-c { left: 2px; bottom: 52px; }
.trust-line { position: relative; z-index: 2; margin-top: 70px; min-height: 77px; display: flex; align-items: center; justify-content: center; gap: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.7); font-size: 12px; font-weight: 650; }
.trust-line i, .final-support i { width: 4px; height: 4px; border-radius: 50%; background: var(--yellow); }

.positioning { background: var(--yellow); color: var(--navy); padding: 48px 0; }
.positioning .container { display: grid; grid-template-columns: .95fr 2.05fr; align-items: center; gap: 60px; }
.positioning h2 { font-size: 36px; }
.position-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.position-grid > div { display: flex; align-items: center; gap: 13px; padding: 4px 24px; border-left: 1px solid rgba(7,26,53,.22); }
.position-grid p { margin: 0; font-size: 12px; line-height: 1.5; }
.position-grid strong { display: block; font-size: 13px; margin-bottom: 4px; }

.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading h2, .analysis-section h2, .diff-intro h2, .faq-grid > div > h2, .savings h2 { margin: 14px 0 25px; font-size: clamp(46px, 5vw, 68px); color: var(--navy); }
.section-heading > p { margin: 7px 0; color: var(--gray-text); line-height: 1.65; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.solution-card { background: white; border: 1px solid #e5e8ec; border-radius: 17px 42px 17px 42px; overflow: hidden; box-shadow: 0 12px 40px rgba(5,27,54,.06); transition: transform .25s ease, box-shadow .25s ease; }
.solution-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.solution-image { height: 205px; display: flex; align-items: flex-end; padding: 17px; position: relative; overflow: hidden; }
.solution-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.solution-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,17,39,.9), transparent 65%); }
.solution-image span { position: relative; z-index: 1; color: white; font-size: 10px; font-weight: 850; letter-spacing: .18em; }
.solution-card.commercial .solution-image img { object-position: 68% center; }
.solution-card.farm .solution-image img { object-position: 24% center; }
.solution-body { padding: 28px 26px 30px; }
.icon-box { width: 44px; height: 44px; display: grid; place-items: center; margin: -50px 0 24px; position: relative; z-index: 2; border-radius: 8px 16px 8px 16px; color: var(--navy); background: var(--yellow); box-shadow: 0 10px 22px rgba(0,0,0,.18); }
.solution-body h3 { font-size: 21px; line-height: 1.2; color: var(--navy); margin-bottom: 17px; }
.solution-body p { color: var(--gray-text); font-size: 13px; line-height: 1.65; }
.text-button { border: 0; background: none; color: var(--navy); display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; padding: 8px 0; font-size: 10px; font-weight: 900; letter-spacing: .06em; }
.text-button:hover { color: #a87f00; }

.analysis-section { position: relative; background: var(--navy); color: white; overflow: hidden; }
.analysis-section::before { content: ""; position: absolute; inset: 0 55% 0 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size: 50px 50px; }
.analysis-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.analysis-section h2 { color: white; }
.analysis-section h2 span { color: var(--yellow); }
.analysis-section p { color: rgba(255,255,255,.67); font-size: 14px; line-height: 1.65; margin: 8px 0; }
.analysis-section .button { margin-top: 25px; }
.light-copy { color: rgba(255,255,255,.74)!important; }
.light { color: var(--yellow); }
.analysis-panel { background: white; color: var(--text); padding: 18px 30px 28px; border-radius: 18px 52px 18px 52px; box-shadow: 0 35px 80px rgba(0,0,0,.25); }
.analysis-panel-top { display: flex; align-items: center; justify-content: space-between; color: var(--yellow-hover); border-bottom: 1px solid var(--gray-light); padding: 3px 0 17px; font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.analysis-panel h3 { font-size: 24px; color: var(--navy); padding: 22px 0 10px; }
.analysis-row { display: grid; grid-template-columns: 36px 1fr 20px; align-items: center; gap: 8px; padding: 11px 0; border-bottom: 1px solid #edf0f2; }
.analysis-row > span { color: #a1a7b0; font-size: 10px; font-weight: 800; }
.analysis-row p { color: var(--text); margin: 0; font-weight: 620; }
.analysis-row svg { color: var(--success); }

.split-heading { max-width: none; display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; }
.split-heading .kicker { margin-top: 12px; }
.benefit-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; }
.benefit-item { position: relative; min-height: 250px; padding: 34px; background: white; border: 1px solid var(--gray-light); border-radius: 14px 34px 14px 34px; }
.benefit-item > span { font-family: var(--display); font-size: 54px; color: rgba(7,26,53,.1); position: absolute; right: 25px; top: 20px; }
.benefit-item h3 { max-width: 75%; color: var(--navy); font-size: 23px; line-height: 1.2; margin-bottom: 20px; }
.benefit-item p { font-size: 13px; color: var(--gray-text); line-height: 1.7; }
.item-1 { grid-row: span 2; background: var(--yellow); border: 0; }
.item-1 > span { color: rgba(7,26,53,.16); }
.item-1 h3 { margin-top: 110px; font-size: 30px; }
.item-1 p { color: rgba(7,26,53,.78); }
.item-4 { grid-column: span 1; }.item-5 { grid-column: span 1; background: var(--navy); border: 0; }
.item-5 h3 { color: white; }.item-5 p { color: rgba(255,255,255,.65); }.item-5 > span { color: rgba(255,255,255,.1); }

.process-section { background: white; }
.centered { text-align: center; margin-inline: auto; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 70px; }
.timeline::before { content: ""; position: absolute; top: 35px; left: 11%; right: 11%; height: 1px; background: #d8dce0; }
.timeline article { position: relative; padding: 0 15px; text-align: center; }
.step-number { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 28px; border-radius: 50%; background: var(--navy); color: var(--yellow); font-family: var(--display); font-size: 25px; position: relative; z-index: 2; box-shadow: 0 0 0 9px white; }
.timeline h3 { color: var(--navy); font-size: 17px; line-height: 1.3; min-height: 44px; }
.timeline p { color: var(--gray-text); font-size: 13px; line-height: 1.65; }
.centered-action { display: flex; flex-direction: column; align-items: center; margin-top: 50px; }

.differentiators { background: var(--off-white); }
.diff-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.analogy { margin: 30px 0; padding: 28px; border-left: 4px solid var(--yellow); background: white; box-shadow: 0 15px 40px rgba(7,26,53,.06); }
.analogy svg { color: #bc9100; }
.analogy p { color: var(--navy); font-size: 17px; line-height: 1.55; }
.analogy strong { color: var(--navy); font-size: 20px; line-height: 1.4; }
.diff-intro > p { color: var(--gray-text); line-height: 1.7; }
.diff-list article { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid #dfe2e5; }
.diff-list article > span { color: #b58b00; font-family: var(--display); font-size: 22px; }
.diff-list h3 { color: var(--navy); font-size: 19px; }
.diff-list p { color: var(--gray-text); font-size: 13px; line-height: 1.65; margin: 8px 0 0; }

.projects-section { background: var(--navy); color: white; }
.projects-section .section-heading h2 { color: white; max-width: 850px; }
.project-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.project-gallery article { overflow: hidden; background: #0c294c; border: 1px solid rgba(255,255,255,.1); border-radius: 16px 36px 16px 36px; }
.project-image { display: block; width: 100%; height: 230px; object-fit: cover; object-position: center; }
.project-gallery article > div:last-child { padding: 26px; }
.project-label { color: var(--yellow); font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.project-gallery h3 { font-size: 20px; margin: 12px 0; }
.project-gallery p { color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.65; }

.savings { color: white; background: linear-gradient(120deg, #071a35 0 55%, #0b2b52 55%); }
.savings-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.savings h2 { color: white; }
.savings p { color: rgba(255,255,255,.67); line-height: 1.7; font-size: 14px; }
.savings ul { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9px 18px; margin-top: 25px; }
.savings li { display: flex; gap: 8px; color: rgba(255,255,255,.78); font-size: 12px; }
.savings li svg { color: var(--yellow); }
.answer-card { position: relative; background: white; color: var(--text); padding: 55px; border-radius: 20px 60px 20px 60px; box-shadow: 0 35px 80px rgba(0,0,0,.25); }
.sun-disc { position: absolute; right: 36px; top: -26px; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); color: var(--navy); }
.answer-card h3 { font-family: var(--display); font-size: 38px; line-height: 1; color: var(--navy); text-transform: uppercase; }
.answer-card p { color: var(--gray-text); }
.answer-card .honest-answer { color: var(--navy); font-size: 19px; font-weight: 800; }
.answer-card h4 { font-size: 21px; line-height: 1.4; color: var(--navy); padding: 20px 0; border-top: 1px solid var(--gray-light); border-bottom: 1px solid var(--gray-light); }
.answer-card .disclaimer { font-size: 10px; color: #7e8490; }
.answer-card .button { margin-top: 10px; }

.faq-section { background: white; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.faq-grid > div > p { color: var(--gray-text); line-height: 1.7; }
.accordion article { border-bottom: 1px solid #dfe3e7; }
.accordion h3 button { width: 100%; border: 0; background: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; text-align: left; color: var(--navy); font-weight: 750; }
.accordion h3 button svg { color: #b48900; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer p { overflow: hidden; margin: 0; color: var(--gray-text); font-size: 13px; line-height: 1.65; }
.faq-answer.is-open { grid-template-rows: 1fr; }
.faq-answer.is-open p { padding-bottom: 24px; }

.final-cta { position: relative; overflow: hidden; padding: 125px 0 95px; color: white; text-align: center; background: var(--navy-dark); }
.sun-rays { position: absolute; left: 50%; top: 0; width: 900px; height: 900px; transform: translate(-50%,-50%); border-radius: 50%; background: repeating-conic-gradient(from 0deg, rgba(244,195,29,.07) 0deg 8deg, transparent 8deg 18deg); }
.final-cta-inner { position: relative; }
.final-cta h2 { max-width: 1000px; margin: 18px auto 30px; font-size: clamp(50px, 6vw, 82px); }
.final-copy { max-width: 720px; margin: 0 auto; }
.final-copy p { margin: 8px 0; color: rgba(255,255,255,.67); line-height: 1.6; }
.button-large { min-height: 60px; padding-inline: 34px; margin-top: 30px; }
.final-support { display: flex; justify-content: center; align-items: center; gap: 13px; font-size: 11px; color: rgba(255,255,255,.74); }
.signature { margin: 70px auto 0; padding-top: 35px; max-width: 700px; border-top: 1px solid rgba(255,255,255,.12); display: flex; flex-direction: column; }
.signature span { font-family: var(--display); font-size: 24px; text-transform: uppercase; }
.signature strong { color: var(--yellow); font-family: var(--display); font-size: 34px; text-transform: uppercase; }

footer { background: #020c1c; color: white; padding: 72px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 60px; }
.footer-brand { margin-bottom: 18px; }
.footer-grid > div > p { color: rgba(255,255,255,.74); font-size: 13px; }
.national { display: inline-flex; align-items: center; gap: 7px; color: var(--yellow); font-size: 11px; font-weight: 750; margin-top: 12px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-grid > div:not(:first-child) > strong { margin-bottom: 8px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--yellow); }
.footer-grid a, .footer-grid button { color: rgba(255,255,255,.76); font-size: 12px; border: 0; background: none; padding: 0; }
.footer-grid a:hover, .footer-grid button:hover { color: white; }
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 55px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.62); font-size: 9px; line-height: 1.6; }

.floating-cta { position: fixed; z-index: 35; right: 24px; bottom: 24px; border: 0; border-radius: 9px 20px 9px 20px; min-height: 52px; padding: 0 20px; display: flex; align-items: center; gap: 9px; color: var(--navy); background: var(--yellow); box-shadow: 0 16px 40px rgba(3,17,39,.25); font-size: 12px; font-weight: 850; }
.mobile-floating { display: none; }

.legal-page { min-height: 100vh; padding: 54px 0 90px; background: var(--off-white); }
.legal-shell { width: min(860px, calc(100% - 48px)); margin-inline: auto; }
.legal-header { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 58px; }
.legal-header .brand-logo { width: 160px; }
.legal-back { color: var(--navy); font-size: 12px; font-weight: 800; }
.legal-back:hover { color: #a87f00; }
.legal-content { padding: clamp(30px, 6vw, 64px); border: 1px solid var(--gray-light); border-radius: 18px 52px 18px 52px; background: white; box-shadow: var(--shadow); }
.legal-content .kicker { margin-bottom: 18px; }
.legal-content h1 { color: var(--navy); font-size: clamp(42px, 7vw, 68px); }
.legal-updated { margin: 18px 0 38px; color: var(--gray-text); font-size: 12px; }
.legal-content h2 { margin: 34px 0 12px; color: var(--navy); font-family: var(--body); font-size: 20px; line-height: 1.25; letter-spacing: 0; text-transform: none; }
.legal-content p, .legal-content li { color: var(--gray-text); font-size: 14px; line-height: 1.75; }
.legal-content ul { padding-left: 20px; }
.legal-content a { color: #8b6900; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.legal-company { margin-top: 42px; padding-top: 28px; border-top: 1px solid var(--gray-light); }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(1,8,19,.82); backdrop-filter: blur(8px); }
.quiz-dialog { width: min(650px,100%); max-height: calc(100dvh - 40px); display: flex; flex-direction: column; overflow: hidden; background: white; border-radius: 18px 48px 18px 48px; box-shadow: 0 40px 100px rgba(0,0,0,.45); }
.quiz-topbar { display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; gap: 14px; padding: 17px 22px; border-bottom: 1px solid var(--gray-light); }
.icon-button { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--gray-light); background: white; display: grid; place-items: center; color: var(--navy); }
.icon-button:disabled { opacity: .3; cursor: default; }
.quiz-progress-wrap > span { display: block; margin-bottom: 7px; color: var(--gray-text); text-align: center; font-size: 9px; font-weight: 850; letter-spacing: .15em; }
.quiz-progress { height: 4px; overflow: hidden; border-radius: 4px; background: #e9ebed; }
.quiz-progress i { display: block; height: 100%; background: var(--yellow); transition: width .3s; }
.quiz-content { min-height: 400px; padding: 44px 48px 28px; overflow-y: auto; }
.quiz-intro, .quiz-result { text-align: center; }
.quiz-sun, .result-icon { width: 68px; height: 68px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 24px; color: var(--navy); background: var(--yellow); }
.result-icon { background: #dff5ec; color: var(--success); }
.result-icon.neutral { background: #fff3c7; color: #997500; }
.quiz-content h2 { font-size: 38px; color: var(--navy); margin-bottom: 20px; }
.quiz-content p { color: var(--gray-text); line-height: 1.7; }
.quiz-intro .button, .quiz-result .button { margin-top: 22px; }
.question .kicker { margin-bottom: 14px; }
.question h2 { font-size: 36px; line-height: 1.05; }
.options { display: grid; gap: 9px; margin-top: 26px; }
.option { min-height: 55px; border: 1px solid #dfe3e7; border-radius: 8px 17px 8px 17px; background: white; color: var(--text); display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 15px 10px 18px; text-align: left; font-size: 13px; transition: .2s; }
.option:hover { border-color: #c5a42c; background: #fffdf4; }
.option i { width: 31px; height: 31px; border-radius: 50%; display: grid; place-items: center; color: var(--navy); background: var(--off-white); }
.option.is-selected { border-color: var(--yellow-hover); background: #fff9dc; }
.option.is-selected i { background: var(--yellow); }
.location-fields { display: grid; grid-template-columns: 1.5fr .5fr; gap: 12px; margin-top: 30px; }
.location-fields label { display: grid; gap: 8px; color: var(--navy); font-size: 11px; font-weight: 800; }
.location-fields input, .location-fields select { width: 100%; height: 56px; border: 1px solid #dfe3e7; border-radius: 9px; padding: 0 14px; background: white; color: var(--text); }
.quiz-footer { display: flex; align-items: center; justify-content: flex-end; gap: 15px; min-height: 82px; padding: 14px 28px; border-top: 1px solid var(--gray-light); background: #fbfbf9; }
.error-message { margin: 0 auto 0 0; color: var(--error); font-size: 11px; }
.result-error { color: var(--error); text-align: center; font-size: 12px; margin: -12px 30px 28px; }
.whatsapp-button { background: var(--success); color: white; box-shadow: 0 12px 28px rgba(20,135,93,.18); }
.whatsapp-button:hover { background: #0f7250; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero-grid { gap: 35px; }
  .hero h1 { font-size: 62px; }
  .positioning .container { grid-template-columns: 1fr; gap: 28px; }
  .analysis-grid, .diff-grid, .savings-grid, .faq-grid { gap: 50px; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 32px, 600px); }
  .section { padding: 82px 0; }
  .header-inner { height: 74px; }
  .is-solid .header-inner { height: 68px; }
  .brand { min-width: 0; }
  .brand-logo { width: 142px; }
  .legal-page { padding-top: 30px; }
  .legal-shell { width: min(100% - 28px, 860px); }
  .legal-header { margin-bottom: 30px; }
  .legal-header .brand-logo { width: 132px; }
  .header-cta { display: none; }
  .menu-toggle { margin-left: auto; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 8px 15px 8px 15px; background: rgba(255,255,255,.06); color: white; }
  .mobile-menu { position: fixed; z-index: 49; inset: 74px 0 auto; padding: 25px 24px 32px; background: var(--navy-dark); border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-direction: column; gap: 6px; transform: translateY(-130%); visibility: hidden; opacity: 0; transition: .3s; }
  .mobile-menu.is-open { transform: translateY(0); visibility: visible; opacity: 1; }
  .mobile-menu a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-weight: 650; }
  .mobile-menu .button { margin-top: 15px; }
  .hero { min-height: 0; padding-top: 118px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(48px, 14vw, 66px); margin-top: 20px; }
  .hero-points p { align-items: flex-start; font-size: 13px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 410px; order: 2; }
  .hero-image-placeholder { inset: 20px 8px; border-radius: 20px 52px 20px 52px; }
  .tag-a { left: -3px; top: 60px; }.tag-b { right: -4px; top: 190px; }.tag-c { left: 6px; bottom: 28px; }
  .trust-line { flex-wrap: wrap; gap: 9px 13px; padding: 22px 0; margin-top: 30px; text-align: center; }
  .trust-line i { display: none; }
  .trust-line span { width: 100%; }
  .positioning { padding: 42px 0; }
  .positioning h2 { font-size: 34px; }
  .position-grid { grid-template-columns: 1fr; }
  .position-grid > div { border-left: 0; border-top: 1px solid rgba(7,26,53,.2); padding: 16px 0; }
  .section-heading h2, .analysis-section h2, .diff-intro h2, .faq-grid > div > h2, .savings h2 { font-size: 46px; }
  .solution-grid, .analysis-grid, .diff-grid, .savings-grid, .faq-grid, .project-gallery { grid-template-columns: 1fr; }
  .solution-card { border-radius: 14px 32px 14px 32px; }
  .analysis-grid { gap: 50px; }
  .analysis-panel { padding: 14px 20px 24px; }
  .split-heading { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-item { min-height: auto; }
  .item-1 { grid-row: auto; }
  .item-1 h3 { margin-top: 70px; }
  .timeline { grid-template-columns: 1fr; gap: 0; margin-top: 45px; }
  .timeline::before { left: 34px; top: 20px; bottom: 20px; width: 1px; height: auto; right: auto; }
  .timeline article { display: grid; grid-template-columns: 70px 1fr; column-gap: 20px; text-align: left; padding: 0 0 30px; }
  .step-number { grid-row: 1 / span 2; margin: 0; }
  .timeline h3 { min-height: 0; padding-top: 10px; }
  .timeline p { margin: 5px 0 0; }
  .savings { background: var(--navy); }
  .savings ul { grid-template-columns: 1fr; }
  .answer-card { padding: 42px 25px 30px; border-radius: 16px 40px 16px 40px; }
  .answer-card h3 { font-size: 34px; }
  .answer-card .button { width: 100%; padding-inline: 15px; }
  .faq-grid { gap: 25px; }
  .final-cta { padding: 90px 0 75px; }
  .final-cta h2 { font-size: 50px; }
  .final-support { flex-wrap: wrap; }
  .signature strong { font-size: 27px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 30px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { grid-template-columns: 1fr; gap: 14px; }
  .floating-cta { left: 12px; right: 12px; bottom: calc(10px + env(safe-area-inset-bottom)); justify-content: center; min-height: 56px; border-radius: 10px 18px 10px 18px; }
  .desktop-floating { display: none; }.mobile-floating { display: inline; font-size: 10px; }
  body { padding-bottom: 0; }
  .modal-backdrop { align-items: end; padding: 0; }
  .quiz-dialog { width: 100%; max-height: 94dvh; border-radius: 24px 24px 0 0; }
  .quiz-topbar { position: sticky; top: 0; z-index: 2; background: white; }
  .quiz-content { min-height: 0; padding: 32px 20px 20px; }
  .quiz-content h2 { font-size: 33px; }
  .location-fields { grid-template-columns: 1fr .55fr; }
  .quiz-footer { position: sticky; bottom: 0; background: white; padding: 13px 18px calc(13px + env(safe-area-inset-bottom)); }
  .quiz-footer .button { min-width: 150px; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 45px; }
  .hero-description { font-size: 14px; }
  .floating-tag { font-size: 9px; padding: 9px 11px; }
  .section-heading h2, .analysis-section h2, .diff-intro h2, .faq-grid > div > h2, .savings h2 { font-size: 40px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .quiz-content { padding-top: 26px; }
  .quiz-content h2 { font-size: 30px; }
  .option { font-size: 12px; }
}

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