@font-face { font-family: "Sora"; src: url("/solar/fonts/sora-latin-ext.woff2") format("woff2"); font-style: normal; font-weight: 100 800; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/solar/fonts/inter-latin-ext.woff2") format("woff2"); font-style: normal; font-weight: 100 900; font-display: swap; }

:root {
  --navy: #061934;
  --navy-2: #0d294d;
  --ink: #07192f;
  --paper: #f7f6f1;
  --white: #fff;
  --muted: #667286;
  --line: rgba(7, 25, 47, .13);
  --orange: #e49a00;
  --solar: #ffd33f;
  --green: #179552;
  --max: 1220px;
  --section-space: clamp(2.6rem, 3.4vw, 3.7rem);
  --radius: 24px;
  --radius-lg: 34px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "Inter", system-ui, sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
section[id] { scroll-margin-top: 76px; }
body.menu-open { overflow: hidden; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid rgba(228, 154, 0, .42); outline-offset: 3px; }
img { max-width: 100%; display: block; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
::selection { color: var(--ink); background: var(--solar); }

.skip-link { position: fixed; z-index: 999; top: 0; left: 1rem; padding: .8rem 1rem; color: var(--ink); background: var(--solar); transform: translateY(-120%); font-weight: 800; }
.skip-link:focus { transform: none; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.page-progress { position: fixed; z-index: 140; inset: 0 0 auto; height: 3px; background: rgba(255, 255, 255, .08); }
.page-progress span { display: block; width: 100%; height: 100%; background: var(--orange); transform: scaleX(0); transform-origin: left; }
.site-energy-canvas { position: fixed; z-index: 8; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .65; mix-blend-mode: screen; transition: opacity .35s; }
body.energy-light .site-energy-canvas { opacity: .56; mix-blend-mode: multiply; }
body.energy-dark .site-energy-canvas { opacity: .82; mix-blend-mode: screen; }
main, footer { position: relative; z-index: 1; }

.site-header { position: fixed; z-index: 120; inset: 0 0 auto; height: 82px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: white; border-bottom: 1px solid transparent; transition: height .25s, background .25s, color .25s, box-shadow .25s; }
.site-header.scrolled { height: 68px; color: var(--ink); background: rgba(255, 255, 255, .94); border-color: var(--line); box-shadow: 0 12px 35px rgba(7, 25, 47, .07); backdrop-filter: blur(15px); }
.brand { width: 126px; }
.brand img { width: 100%; height: auto; filter: brightness(0) invert(1); transition: filter .25s; }
.site-header.scrolled .brand img { filter: brightness(0) saturate(100%) invert(12%) sepia(25%) saturate(1300%) hue-rotate(176deg) brightness(87%) contrast(102%); }
.desktop-nav { display: flex; align-items: center; gap: clamp(1rem, 2.6vw, 2.2rem); }
.desktop-nav a { color: inherit; font-size: .77rem; font-weight: 700; }
.nav-solutions { position: relative; }
.nav-solutions summary { display: flex; align-items: center; gap: .35rem; list-style: none; color: inherit; font-size: .77rem; font-weight: 700; cursor: pointer; }
.nav-solutions summary::-webkit-details-marker { display: none; }
.nav-solutions summary span { color: var(--solar); transition: transform .2s; }
.nav-solutions[open] summary span { transform: rotate(180deg); }
.nav-solutions > div { position: absolute; top: calc(100% + 1rem); left: 50%; width: 210px; padding: .45rem; display: grid; gap: .2rem; color: var(--ink); border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, .98); box-shadow: 0 20px 55px rgba(7, 25, 47, .16); transform: translateX(-50%); }
.nav-solutions > div::before { content: ""; position: absolute; right: 0; bottom: 100%; left: 0; height: 1.1rem; }
.nav-solutions > div a { padding: .7rem .75rem; border-radius: 11px; color: var(--ink); font-size: .72rem; }
.nav-solutions > div a:hover, .nav-solutions > div a[aria-current="page"] { background: rgba(228, 154, 0, .1); color: #b27300; }
.header-cta { justify-self: end; padding: .72rem .95rem; border: 1px solid rgba(255, 255, 255, .35); border-radius: 999px; font-size: .74rem; font-weight: 800; }
.header-cta span { margin-left: .45rem; color: var(--solar); }
.site-header.scrolled .header-cta { border-color: var(--line); }
.menu-button { display: none; justify-self: end; position: relative; width: 44px; height: 44px; padding: 0; color: currentColor; border: 1px solid rgba(255, 255, 255, .32); border-radius: 50%; background: rgba(7, 25, 47, .2); }
.site-header.scrolled .menu-button { border-color: var(--line); background: white; }
.menu-button span { position: absolute; left: 12px; width: 18px; height: 1px; background: currentColor; transition: transform .2s, top .2s; }
.menu-button span:first-child { top: 17px; }
.menu-button span:last-child { top: 25px; }
.menu-button[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 110; inset: 0; padding: 92px 20px 30px; color: var(--ink); background: rgba(247, 246, 241, .98); backdrop-filter: blur(18px); }
.mobile-menu nav { border-top: 1px solid var(--line); }
.mobile-menu a { padding: 1rem 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-family: "Sora", sans-serif; font-size: clamp(1.35rem, 7vw, 2rem); font-weight: 560; letter-spacing: -.04em; }
.mobile-menu a span { color: var(--orange); font-size: .62rem; letter-spacing: .08em; }
.mobile-solutions { border-bottom: 1px solid var(--line); }
.mobile-solutions summary { padding: 1rem 0; display: flex; justify-content: space-between; list-style: none; font-family: "Sora", sans-serif; font-size: clamp(1.35rem, 7vw, 2rem); font-weight: 560; letter-spacing: -.04em; cursor: pointer; }
.mobile-solutions summary::-webkit-details-marker { display: none; }
.mobile-solutions summary span { color: var(--orange); font-size: .62rem; letter-spacing: .08em; }
.mobile-solutions > div { padding: 0 0 .75rem 1rem; border-left: 2px solid rgba(228, 154, 0, .25); }
.mobile-solutions > div a { padding: .65rem 0; font-size: 1rem; }

.hero { position: relative; min-height: min(790px, 100svh); overflow: hidden; display: flex; align-items: center; color: white; background: var(--navy); isolation: isolate; }
.hero-photo, .hero-shade { position: absolute; inset: 0; }
.hero-photo { z-index: -3; background: url("/solar/assets/hero-solar-premium.jpg") 58% center / cover no-repeat; animation: heroBreath 18s alternate infinite ease-in-out; }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(2, 13, 30, .96) 0%, rgba(3, 20, 42, .86) 48%, rgba(3, 19, 39, .42) 100%), linear-gradient(0deg, rgba(3, 16, 36, .72), transparent 45%); }
.hero-shell { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 110px 0 54px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .55fr); align-items: center; gap: clamp(2.5rem, 5vw, 5.5rem); }
.hero-copy { max-width: 780px; }
.eyebrow { margin: 0; color: var(--orange); font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero .eyebrow { color: var(--solar); }
.hero h1, .section-heading h2, .calculator-intro h2, .reviews-head h2, .social-copy h2, .final-content h2 { margin: 1rem 0 0; font-family: "Sora", sans-serif; font-weight: 520; line-height: .93; letter-spacing: -.065em; }
.hero h1 { max-width: 820px; font-size: clamp(3.65rem, 6.2vw, 6.15rem); }
.hero h1 span, .section-heading h2 span, .calculator-intro h2 span, .reviews-head h2 span, .final-content h2 span { color: var(--orange); }
.hero h1 span, .final-content h2 span { color: var(--solar); }
.hero-lead { max-width: 680px; margin: 1.35rem 0 0; color: rgba(255, 255, 255, .74); font-size: 1rem; line-height: 1.7; }
.hero-actions, .final-actions { margin-top: 1.8rem; display: flex; flex-wrap: wrap; gap: .75rem; }
.button { position: relative; min-height: 52px; padding: .85rem 1.15rem; overflow: hidden; display: inline-flex; align-items: center; justify-content: space-between; gap: 1.5rem; border: 1px solid transparent; border-radius: 999px; font-size: .78rem; font-weight: 850; transition: transform .2s, background .2s; }
.button::before { content: ""; position: absolute; inset: -50% auto -50% -45%; width: 24%; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .65), transparent); transform: rotate(18deg); transition: left .6s ease; }
.button:hover::before { left: 125%; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--solar); }
.button-ghost { color: white; border-color: rgba(255, 255, 255, .32); background: rgba(6, 25, 52, .2); }
.hero-proof { margin-top: 1.7rem; display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; color: rgba(255, 255, 255, .6); font-size: .72rem; }
.hero-proof span { display: inline-flex; align-items: baseline; gap: .3rem; }
.hero-proof strong { color: white; font-family: "Sora", sans-serif; font-size: .9rem; }
.hero-curiosity { padding: 1.4rem; border: 1px solid rgba(255, 255, 255, .18); border-radius: var(--radius-lg); background: linear-gradient(155deg, rgba(23, 49, 81, .92), rgba(4, 21, 43, .9)); box-shadow: 0 30px 90px rgba(0, 0, 0, .28); backdrop-filter: blur(14px); }
.hero-curiosity > small { color: rgba(255, 255, 255, .62); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-curiosity > strong { margin-top: 2rem; display: block; font-family: "Sora", sans-serif; font-size: clamp(2.4rem, 4.5vw, 4.3rem); font-weight: 480; line-height: .92; letter-spacing: -.07em; }
.hero-curiosity > strong span { color: #75eaa0; }
.hero-curiosity p { margin: 1.2rem 0; color: rgba(255, 255, 255, .67); font-size: .82rem; line-height: 1.6; }
.hero-curiosity a { min-height: 48px; padding: 0 .9rem; display: flex; align-items: center; justify-content: space-between; color: var(--ink); border-radius: 16px; background: var(--solar); font-size: .73rem; font-weight: 850; }

.proof-strip { position: relative; color: white; background: var(--navy); }
.proof-strip-inner { width: min(var(--max), 100%); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); border-right: 1px solid rgba(255, 255, 255, .12); border-left: 1px solid rgba(255, 255, 255, .12); }
.proof-strip-inner > div { min-height: 94px; padding: .95rem 1.1rem; display: flex; align-items: center; gap: .75rem; border-right: 1px solid rgba(255, 255, 255, .12); }
.proof-strip-inner > div:last-child { border-right: 0; }
.proof-strip strong { color: var(--solar); font-family: "Sora", sans-serif; font-size: clamp(1.6rem, 2.8vw, 2.3rem); font-weight: 520; letter-spacing: -.05em; white-space: nowrap; }
.proof-strip span { max-width: 100px; color: rgba(255, 255, 255, .64); font-size: .68rem; line-height: 1.4; }

.section, .section-shell { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.section { padding: var(--section-space) 0; }
.section-heading { max-width: 960px; }
.section-heading h2, .calculator-intro h2, .reviews-head h2 { font-size: clamp(2.55rem, 4vw, 3.95rem); }
.section-heading > p:last-child { max-width: 570px; margin: 1.2rem 0 0; color: var(--muted); line-height: 1.7; }

.calculator-section { position: relative; padding: var(--section-space) 0; overflow: hidden; color: white; background: var(--navy); isolation: isolate; }
.calculator-section::before, .social-section::before { content: ""; position: absolute; z-index: 0; width: min(720px, 74vw); aspect-ratio: 1; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(255, 211, 63, .09), transparent 68%); filter: blur(8px); animation: ambientGlow 10s ease-in-out infinite alternate; }
.calculator-section::before { top: -38%; right: -16%; }
.calculator-section > .section-shell, .social-section > .section-shell { position: relative; z-index: 1; }
.calculator-layout { display: grid; grid-template-columns: .76fr 1.24fr; align-items: start; gap: clamp(2.2rem, 5vw, 5rem); }
.calculator-intro { position: sticky; top: 100px; }
.calculator-intro .eyebrow { color: var(--solar); }
.calculator-intro h2 { color: white; }
.calculator-intro h2 span { color: var(--solar); }
.calculator-intro > p:not(.eyebrow) { margin-top: 1.3rem; color: rgba(255, 255, 255, .72); font-size: .9rem; line-height: 1.7; }
.diagnostic-reward { margin-top: 1.6rem; padding: 1rem; display: grid; grid-template-columns: 104px 1fr; align-items: center; gap: 1rem; border: 1px solid rgba(255, 255, 255, .13); border-radius: 22px; background: rgba(255, 255, 255, .055); }
.reward-marker { width: 104px; aspect-ratio: 1; padding: .8rem; display: flex; flex-direction: column; justify-content: center; gap: .65rem; border: 1px solid rgba(255, 211, 63, .22); border-radius: 20px; background: rgba(255, 211, 63, .06); }
.reward-marker > span { color: white; font-family: "Sora", sans-serif; font-size: 1rem; font-weight: 700; }
.reward-marker > i { height: 5px; overflow: hidden; display: block; border-radius: 99px; background: rgba(255, 255, 255, .1); }
.reward-marker b { display: block; width: var(--reward-progress); height: 100%; border-radius: inherit; background: var(--solar); transition: width .45s ease; }
.diagnostic-reward > div:last-child { display: flex; flex-direction: column; gap: .25rem; }
.diagnostic-reward > div:last-child > small { color: rgba(255, 255, 255, .48); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.diagnostic-reward > div:last-child > strong { color: var(--solar); font-family: "Sora", sans-serif; font-size: 1.08rem; }
.diagnostic-reward p { margin: 0; color: rgba(255, 255, 255, .64); font-size: .75rem; line-height: 1.5; }
.diagnostic-signals { margin-top: .7rem; display: grid; gap: .45rem; }
.diagnostic-signals > div { min-height: 58px; padding: .65rem .8rem; display: grid; grid-template-columns: 26px 1fr; align-items: center; gap: .65rem; border: 1px solid rgba(255, 255, 255, .09); border-radius: 15px; color: rgba(255, 255, 255, .42); transition: color .25s, border-color .25s, background .25s; }
.diagnostic-signals i { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .58rem; font-style: normal; font-weight: 850; }
.diagnostic-signals span { display: flex; flex-direction: column; gap: .12rem; font-size: .68rem; }
.diagnostic-signals strong { color: rgba(255, 255, 255, .7); font-size: .76rem; }
.diagnostic-signals > .is-active { color: var(--solar); border-color: rgba(255, 211, 63, .26); background: rgba(255, 211, 63, .06); }
.diagnostic-signals > .is-complete { color: #7ae7a0; }
.diagnostic-signals > .is-complete i { color: var(--navy); border-color: #7ae7a0; background: #7ae7a0; }
.solar-calculator { position: relative; min-height: 555px; padding: clamp(1.1rem, 2.4vw, 1.65rem); overflow: hidden; border: 1px solid rgba(255, 255, 255, .16); border-radius: var(--radius-lg); background: linear-gradient(150deg, #112d51, #0c2443); box-shadow: 0 32px 85px rgba(0, 0, 0, .22); }
.solar-calculator::after { content: ""; position: absolute; top: -45%; left: -20%; width: 35%; height: 190%; opacity: 0; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255, 220, 92, .12), transparent); transform: rotate(18deg); }
.solar-calculator.is-calculating::after { animation: diagnosticScan .65s ease; }
.calculator-progress { margin-bottom: 1.7rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: .4rem; }
.calculator-progress span { padding-bottom: .7rem; display: flex; align-items: center; gap: .45rem; color: rgba(255, 255, 255, .46); border-bottom: 2px solid rgba(255, 255, 255, .1); font-size: .7rem; font-weight: 750; }
.calculator-progress span.is-active, .calculator-progress span.is-complete { color: white; border-color: var(--solar); }
.calculator-progress i { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-style: normal; }
.calculator-step { animation: stepIn .32s ease both; }
.calculator-step legend { color: white; font-family: "Sora", sans-serif; font-size: clamp(1.65rem, 3vw, 2.5rem); font-weight: 540; line-height: 1.12; letter-spacing: -.045em; }
.calculator-step > p:not(.field-error, .submit-status, .step-kicker) { margin: .55rem 0 1.4rem; color: rgba(255, 255, 255, .64); font-size: .84rem; line-height: 1.55; }
.step-kicker { margin: .6rem 0 0; color: var(--solar); font-size: .65rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.money-field { min-height: 100px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: baseline; gap: .55rem; }
.money-field > span { color: var(--solar); font-family: "Sora", sans-serif; font-size: 1.35rem; }
.money-field input { width: 100%; min-width: 0; padding: 0; color: white; border: 0; outline: 0; background: transparent; font-family: "Sora", sans-serif; font-size: clamp(3.3rem, 5.8vw, 5.25rem); font-weight: 470; line-height: 1; letter-spacing: -.07em; }
.money-field small { color: rgba(255, 255, 255, .58); }
.bill-range { width: 100%; height: 5px; accent-color: var(--solar); cursor: pointer; }
.range-labels { margin-top: .5rem; display: flex; justify-content: space-between; color: rgba(255, 255, 255, .56); font-size: .72rem; }
.diagnostic-insight { margin-top: 1.2rem; padding: .9rem 1rem; border: 1px solid rgba(255, 211, 63, .2); border-radius: 17px; background: rgba(255, 211, 63, .06); }
.diagnostic-insight > span { color: var(--solar); font-size: .64rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.diagnostic-insight p { margin: .35rem 0 0; color: rgba(255, 255, 255, .72); font-size: .8rem; line-height: 1.5; }
.diagnostic-insight strong { color: white; }
.step-button { min-height: 54px; padding: 0 1rem; display: flex; align-items: center; justify-content: space-between; color: var(--ink); border: 0; border-radius: 16px; background: var(--solar); font-size: .84rem; font-weight: 850; cursor: pointer; }
.calculator-step > .step-button { width: 100%; margin-top: 1.1rem; }
.step-actions { margin-top: 1.2rem; display: grid; grid-template-columns: auto 1fr; gap: .65rem; }
.step-actions > button:first-child { padding: 0 1rem; color: rgba(255, 255, 255, .7); border: 1px solid rgba(255, 255, 255, .16); border-radius: 16px; background: transparent; cursor: pointer; }
.profile-options { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.profile-options input, .priority-options input { position: absolute; opacity: 0; pointer-events: none; }
.profile-options label > span { position: relative; min-height: 142px; padding: 1rem; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto auto; align-content: center; gap: .12rem .7rem; border: 1px solid rgba(255, 255, 255, .13); border-radius: 18px; background: rgba(255, 255, 255, .05); cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.profile-options label > span:hover, .priority-options label > span:hover { transform: translateY(-2px); }
.profile-options svg { grid-row: 1 / 3; width: 34px; height: 34px; align-self: center; fill: none; stroke: var(--solar); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.profile-options strong { align-self: end; font-size: .84rem; }
.profile-options small { color: rgba(255, 255, 255, .56); font-size: .68rem; }
.profile-options input:checked + span { border-color: var(--solar); background: rgba(255, 211, 63, .1); box-shadow: inset 0 0 0 1px var(--solar); }
.priority-options { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
.priority-options label > span { min-height: 102px; padding: .85rem; display: grid; grid-template-columns: 28px 1fr; grid-template-rows: auto auto; align-content: center; gap: .18rem .65rem; border: 1px solid rgba(255, 255, 255, .13); border-radius: 16px; background: rgba(255, 255, 255, .045); cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.priority-options i { grid-row: 1 / 3; width: 28px; height: 28px; display: grid; place-items: center; align-self: center; color: var(--solar); border: 1px solid rgba(255, 211, 63, .35); border-radius: 50%; font-size: .52rem; font-style: normal; font-weight: 850; }
.priority-options strong { font-size: .84rem; }
.priority-options small { color: rgba(255, 255, 255, .54); font-size: .68rem; line-height: 1.35; }
.priority-options input:checked + span { border-color: #7ae7a0; background: rgba(122, 231, 160, .09); box-shadow: inset 0 0 0 1px #7ae7a0; }
.priority-options input:checked + span i { color: var(--navy); border-color: #7ae7a0; background: #7ae7a0; }
.locked-preview { margin-top: .75rem; padding: .8rem .9rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .85rem; overflow: hidden; border: 1px solid rgba(255, 255, 255, .13); border-radius: 16px; background: rgba(255, 255, 255, .05); }
.locked-preview > div { min-width: 110px; padding-right: .85rem; display: flex; flex-direction: column; gap: .12rem; border-right: 1px solid rgba(255, 255, 255, .12); }
.locked-preview span, .locked-preview small { color: rgba(255, 255, 255, .48); font-size: .62rem; }
.locked-preview > div strong { color: white; font-family: "Sora", sans-serif; font-size: 1.12rem; letter-spacing: .03em; }
.locked-preview p { margin: 0; display: flex; flex-direction: column; gap: .15rem; }
.locked-preview p strong { color: var(--solar); font-size: .74rem; }
.locked-preview > i { color: var(--solar); font-style: normal; }
.diagnostic-ready { margin: .7rem 0 1rem; padding: .7rem .8rem; display: flex; align-items: center; gap: .7rem; border: 1px solid rgba(122, 231, 160, .25); border-radius: 15px; background: rgba(122, 231, 160, .07); }
.diagnostic-ready > span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--navy); border-radius: 50%; background: #7ae7a0; font-weight: 900; }
.diagnostic-ready p { margin: 0; display: flex; flex-direction: column; gap: .1rem; }
.diagnostic-ready small { color: rgba(255, 255, 255, .52); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.diagnostic-ready strong { color: #7ae7a0; font-size: .78rem; }
.answer-summary { margin-bottom: .9rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: .45rem; }
.answer-summary > span { min-width: 0; padding: .6rem; display: flex; flex-direction: column; gap: .18rem; border-radius: 12px; background: rgba(255, 255, 255, .055); }
.answer-summary small { color: rgba(255, 255, 255, .46); font-size: .58rem; text-transform: uppercase; }
.answer-summary strong { overflow: hidden; color: white; font-size: .7rem; text-overflow: ellipsis; white-space: nowrap; }
.lead-fields { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.lead-fields label { display: flex; flex-direction: column; gap: .4rem; }
.lead-fields label > span { color: rgba(255, 255, 255, .62); font-size: .66rem; font-weight: 750; }
.lead-fields input { min-width: 0; height: 52px; padding: 0 .85rem; color: white; border: 1px solid rgba(255, 255, 255, .16); border-radius: 14px; outline: 0; background: rgba(255, 255, 255, .06); }
.lead-fields input:focus { border-color: var(--solar); }
.lead-fields-wide { grid-column: 1 / -1; }
.honeypot { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.privacy-check { margin-top: .85rem; display: flex; align-items: flex-start; gap: .6rem; color: rgba(255, 255, 255, .62); font-size: .68rem; line-height: 1.45; }
.privacy-check input { margin-top: .1rem; accent-color: var(--solar); }
.field-error { margin: .7rem 0 0; color: #ffb5a8; font-size: .68rem; }
.submit-status { min-height: 1.2em; margin: .7rem 0 0; color: rgba(255, 255, 255, .62); font-size: .68rem; }
.calculator-result { animation: resultIn .4s ease both; }
.result-achievement { position: relative; margin: .8rem 0; padding: .85rem; overflow: hidden; display: grid; grid-template-columns: 46px 1fr; align-items: center; gap: .75rem; border: 1px solid rgba(130, 237, 170, .28); border-radius: 16px; background: linear-gradient(120deg, rgba(23, 149, 82, .16), rgba(255, 211, 63, .07)); }
.result-achievement::after { content: ""; position: absolute; inset: -60% auto -60% -30%; width: 24%; opacity: 0; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .52), transparent); filter: blur(7px); transform: rotate(16deg); pointer-events: none; }
.result-achievement > span { position: relative; width: 46px; height: 46px; display: grid; place-items: center; color: var(--ink); border-radius: 50%; background: #82edaa; box-shadow: 0 0 0 0 rgba(130, 237, 170, .3); font-size: 1rem; font-weight: 900; }
.result-achievement p { margin: 0; display: flex; flex-direction: column; gap: .18rem; }
.result-achievement small { color: #82edaa; font-size: .56rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.result-achievement strong { color: white; font-family: "Sora", sans-serif; font-size: .9rem; line-height: 1.3; }
.calculator-result.is-celebrating .result-achievement { animation: achievementIn .58s cubic-bezier(.2,.8,.2,1) both; }
.calculator-result.is-celebrating .result-achievement::after { animation: achievementSweep 1.15s .2s ease-out both; }
.calculator-result.is-celebrating .result-achievement > span { animation: achievementPulse 1.1s .18s ease-out both; }
.result-head { padding-bottom: 1rem; display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.result-head span { color: #82edaa; font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.result-head strong { color: white; }
.result-context { margin-top: .75rem; display: flex; flex-wrap: wrap; gap: .45rem; color: rgba(255, 255, 255, .48); font-size: .68rem; }
.result-context strong { color: white; }
.result-grid { margin-top: 1rem; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid rgba(255, 255, 255, .14); border-radius: 18px; }
.result-grid > div { min-height: 115px; padding: 1rem; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255, 255, 255, .12); border-bottom: 1px solid rgba(255, 255, 255, .12); }
.result-grid > div:last-child { grid-column: 1 / -1; border: 0; }
.result-grid small { color: rgba(255, 255, 255, .52); font-size: .65rem; line-height: 1.4; }
.result-grid strong { color: white; font-family: "Sora", sans-serif; font-size: clamp(1.5rem, 3vw, 2.3rem); font-weight: 520; letter-spacing: -.05em; }
.result-grid .result-loss { background: linear-gradient(145deg, rgba(255, 93, 80, .13), rgba(255, 93, 80, .035)); }
.result-grid .result-loss small { display: flex; flex-direction: column; gap: .22rem; }
.result-grid .result-loss small em { color: #ff8175; font-size: .58rem; font-style: normal; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.result-grid .result-loss strong { color: #ff948a; }
.result-grid .result-saving strong { color: #82edaa; }
.calculator-result > p { color: rgba(255, 255, 255, .66); font-size: .75rem; line-height: 1.55; }
.calculator-result .result-followup { margin: .9rem 0; padding: .8rem .9rem; color: rgba(255, 255, 255, .78); border: 1px solid rgba(255, 211, 63, .2); border-radius: 14px; background: rgba(255, 211, 63, .07); }
.result-whatsapp { min-height: 56px; padding: 0 1rem; display: flex; align-items: center; justify-content: space-between; color: white; border-radius: 16px; background: var(--green); font-size: .78rem; font-weight: 850; }
.restart-calculator { margin-top: .8rem; padding: 0; color: rgba(255, 255, 255, .58); border: 0; border-bottom: 1px solid currentColor; background: transparent; font-size: .66rem; cursor: pointer; }
.calculator-result > small { margin-top: 1rem; display: block; color: rgba(255, 255, 255, .42); font-size: .6rem; line-height: 1.45; }

@keyframes stepIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes diagnosticScan { 0% { opacity: 0; transform: translateX(0) rotate(18deg); } 35% { opacity: 1; } 100% { opacity: 0; transform: translateX(430%) rotate(18deg); } }
@keyframes achievementIn { from { opacity: 0; transform: translateY(14px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes achievementSweep { 0% { left: -30%; opacity: 0; } 30% { opacity: .75; } 100% { left: 122%; opacity: 0; } }
@keyframes achievementPulse { 0% { transform: scale(.6); box-shadow: 0 0 0 0 rgba(130, 237, 170, .45); } 55% { transform: scale(1.08); box-shadow: 0 0 0 15px rgba(130, 237, 170, 0); } 100% { transform: none; box-shadow: 0 0 0 0 rgba(130, 237, 170, 0); } }

.process-grid { margin-top: 2rem; display: grid; grid-template-columns: repeat(5, 1fr); gap: .7rem; }
.process-grid article { min-height: 178px; padding: 1rem; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 16px 42px rgba(7, 25, 47, .05); }
.process-grid svg { width: 42px; height: 42px; fill: none; stroke: var(--orange); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.process-grid article > span { margin: auto 0 .65rem; color: var(--orange); font-size: .65rem; font-weight: 850; }
.process-grid h3 { margin: 0; font-family: "Sora", sans-serif; font-size: 1.05rem; letter-spacing: -.035em; }
.process-grid p { margin: .5rem 0 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }

@media (min-width: 761px) {
  .process-grid article { align-items: center; justify-content: center; text-align: center; }
  .process-grid svg { width: 72px; height: 72px; margin: 0 auto .65rem; }
  .process-grid article > span { margin: 0 0 .45rem; }
  .process-grid p { max-width: 190px; }
}

.audiences-section { padding: var(--section-space) 0; background: #eef2f4; }
.audience-grid { margin-top: 1.7rem; display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
.audience-card { min-height: 220px; overflow: hidden; display: grid; grid-template-columns: .82fr 1.18fr; border-radius: var(--radius); background: white; box-shadow: 0 20px 50px rgba(7, 25, 47, .06); cursor: pointer; }
.audience-card > img { width: 100%; height: 100%; object-fit: cover; }
.audience-card > img { transition: transform .65s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.audience-card:hover > img { transform: scale(1.045); filter: saturate(1.06); }
.audience-card > div { padding: 1.1rem; display: flex; flex-direction: column; }
.audience-card svg { width: 34px; height: 34px; fill: none; stroke: var(--orange); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.audience-card h3 { margin: auto 0 .45rem; font-family: "Sora", sans-serif; font-size: 1.3rem; letter-spacing: -.04em; }
.audience-card p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.audience-link { margin-top: .7rem; padding-top: .6rem; display: flex; justify-content: space-between; color: var(--orange); border-top: 1px solid var(--line); font-size: .68rem; font-weight: 850; }
.audience-link i { font-style: normal; transition: transform .25s; }
.audience-card:hover .audience-link i { transform: translateX(4px); }
.project-grid { margin-top: 1.7rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: .85rem; }
.project-card { overflow: hidden; border-radius: var(--radius); background: var(--navy); box-shadow: 0 20px 50px rgba(7, 25, 47, .1); }
.project-video-media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #020d1d; }
.project-video-media > img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, opacity .25s; }
.project-video-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3, 17, 37, .72), transparent 68%); pointer-events: none; transition: opacity .25s; }
.project-video-trigger { position: absolute; z-index: 2; inset: 0; padding: 1rem; display: flex; align-items: flex-end; gap: .65rem; color: white; border: 0; background: transparent; cursor: pointer; text-align: left; }
.project-video-trigger > span { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; color: var(--ink); border-radius: 50%; background: var(--solar); box-shadow: 0 8px 24px rgba(0, 0, 0, .22); font-size: .72rem; }
.project-video-trigger > strong { padding-bottom: .55rem; font-size: .72rem; }
.project-video-media:hover > img { transform: scale(1.045); }
.project-card:hover .project-video-trigger > span { transform: scale(1.08); box-shadow: 0 10px 28px rgba(255, 205, 42, .38); }
.project-video-trigger > span { transition: transform .3s ease, box-shadow .3s ease; }
.project-video-media.is-playing::after, .project-video-media.is-playing > img, .project-video-media.is-playing > .project-video-trigger { opacity: 0; pointer-events: none; }
.project-card > div:last-child { position: relative; min-height: 145px; padding: 1rem; color: white; }
.project-card > div:last-child > span { position: absolute; top: 1.2rem; right: 1.2rem; color: rgba(255, 255, 255, .32); font-family: "Sora", sans-serif; font-size: 1.3rem; }
.project-card small { color: var(--solar); font-size: .62rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.project-card h3 { max-width: 260px; margin: 1.25rem 0 .5rem; font-family: "Sora", sans-serif; font-size: 1.25rem; line-height: 1.08; letter-spacing: -.04em; }
.project-card p { margin: 0; color: rgba(255, 255, 255, .6); font-size: .73rem; line-height: 1.55; }
.project-card p > strong { color: white; }
.project-saving { margin-top: .85rem; padding-top: .75rem; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: .1rem .55rem; border-top: 1px solid rgba(255, 255, 255, .13); }
.project-saving small { grid-column: 1 / -1; color: rgba(255, 255, 255, .46); font-size: .56rem; letter-spacing: .08em; }
.project-saving strong { color: #82edaa; font-family: "Sora", sans-serif; font-size: 1.35rem; font-weight: 560; letter-spacing: -.05em; }
.project-saving span { padding-bottom: .15rem; color: rgba(255, 255, 255, .52); font-size: .62rem; }
.watch-button { min-height: 50px; padding: 0 1rem; display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); border: 0; border-radius: 999px; background: var(--solar); font-size: .76rem; font-weight: 900; cursor: pointer; }
.watch-button span { width: 30px; height: 30px; display: grid; place-items: center; color: white; border-radius: 50%; background: var(--ink); font-size: .58rem; }

.reviews-section { padding: var(--section-space) 0; background: #eef2f4; }
.reviews-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; }
.google-rating { min-width: 260px; padding: 1rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .2rem .75rem; border: 1px solid var(--line); border-radius: 18px; background: white; }
.google-rating > span { grid-column: 1 / -1; color: var(--orange); font-size: .72rem; letter-spacing: .1em; }
.google-rating strong { font-family: "Sora", sans-serif; font-size: 2rem; }
.google-rating small { color: var(--muted); }
.google-rating i { color: var(--orange); font-style: normal; }
.review-grid { margin-top: 1.8rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: .85rem; }
.review-card { min-height: 185px; padding: 1.1rem; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.review-card > span { color: var(--orange); font-size: .72rem; letter-spacing: .1em; }
.review-card blockquote { margin: 1rem 0; font-family: "Sora", sans-serif; font-size: 1.08rem; line-height: 1.45; letter-spacing: -.025em; }
.review-card p { margin: auto 0 0; display: flex; flex-direction: column; gap: .2rem; }
.review-card p small { color: var(--muted); }

.trust-grid { margin-top: 1.9rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; }
.trust-grid article { min-height: 165px; padding: 1rem; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.trust-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--orange); border: 1px solid rgba(228, 154, 0, .3); border-radius: 50%; font-size: .65rem; font-weight: 900; }
.trust-grid h3 { margin: auto 0 .5rem; font-family: "Sora", sans-serif; font-size: 1.05rem; letter-spacing: -.035em; }
.trust-grid p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.5; }

.about-section { margin-block: var(--section-space); padding: clamp(1rem, 2.2vw, 1.6rem); display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; gap: clamp(1.4rem, 3vw, 2.8rem); overflow: hidden; color: white; border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--radius-lg); background: linear-gradient(135deg, #061934, #0b2b51); box-shadow: 0 28px 75px rgba(7, 25, 47, .16); }
.about-visual { position: relative; min-height: 410px; overflow: hidden; border-radius: calc(var(--radius-lg) - 10px); box-shadow: 0 22px 55px rgba(0, 0, 0, .2); }
.about-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .6s ease; }
.about-visual:hover > img { transform: scale(1.035); filter: saturate(1.08); }
.about-visual > div { position: absolute; right: .7rem; bottom: .7rem; left: .7rem; padding: .7rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; border: 1px solid rgba(255, 255, 255, .18); border-radius: 16px; background: rgba(4, 20, 43, .88); backdrop-filter: blur(12px); }
.about-visual span { min-width: 0; padding-right: .45rem; display: flex; flex-direction: column; gap: .18rem; color: rgba(255, 255, 255, .62); border-right: 1px solid rgba(255, 255, 255, .12); font-size: .58rem; line-height: 1.35; }
.about-visual span:last-child { padding-right: 0; border-right: 0; }
.about-visual strong { color: var(--solar); font-family: "Sora", sans-serif; font-size: 1.45rem; }
.about-copy { padding: clamp(.5rem, 1.5vw, 1.4rem) clamp(.4rem, 1vw, 1rem); align-self: center; }
.about-copy .eyebrow { color: var(--solar); }
.about-copy h2 { margin: .7rem 0 1rem; color: white; font-family: "Sora", sans-serif; font-size: clamp(2.45rem, 3.8vw, 3.75rem); font-weight: 520; line-height: .95; letter-spacing: -.065em; }
.about-copy h2 span { color: var(--solar); }
.about-copy > p:not(.eyebrow) { margin: .72rem 0 0; color: rgba(255, 255, 255, .66); font-size: .8rem; line-height: 1.62; }

.solar-cursor-core { position: fixed; z-index: 170; width: 20px; height: 20px; opacity: 0; pointer-events: none; border: 1px solid rgba(255, 210, 56, .98); border-radius: 50%; background: radial-gradient(circle, rgba(255, 249, 190, .9) 0 9%, rgba(255, 205, 43, .24) 22%, transparent 65%); box-shadow: 0 0 10px rgba(255, 238, 132, .9), 0 0 28px rgba(255, 188, 24, .72), inset 0 0 9px rgba(255, 244, 175, .48); transform: translate(-50%, -50%); transition: opacity .15s; }
.solar-cursor-spark { position: fixed; z-index: 169; width: var(--spark-size, 8px); height: var(--spark-size, 8px); pointer-events: none; border-radius: 50%; background: radial-gradient(circle, #fffbd0 0 18%, #ffd33f 38%, rgba(228, 154, 0, .28) 70%, transparent 74%); box-shadow: 0 0 18px rgba(255, 204, 42, .9); transform: translate(-50%, -50%); animation: solarCursorTrail .86s ease-out forwards; }
@keyframes solarCursorTrail { 55% { opacity: .7; } to { opacity: 0; transform: translate(calc(-50% + var(--drift-x)), calc(-50% + var(--drift-y))) scale(.12); } }

.social-section { position: relative; padding: var(--section-space) 0; overflow: hidden; color: white; background: var(--navy); isolation: isolate; }
.social-section::before { right: auto; bottom: -55%; left: -12%; animation-direction: alternate-reverse; }
.social-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(2rem, 7vw, 7rem); }
.social-copy .eyebrow { color: var(--solar); }
.social-copy h2 { font-size: clamp(3rem, 5.5vw, 5.35rem); }
.social-copy h2 span { display: block; color: var(--solar); }
.social-copy > p:last-child { max-width: 520px; color: rgba(255, 255, 255, .62); line-height: 1.65; }
.social-channel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; }
.social-channel-card { position: relative; min-height: 215px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .14); border-radius: 20px; background: #0c294b; }
.social-channel-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2, 14, 32, .96), rgba(2, 14, 32, .04) 72%); }
.social-channel-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.social-channel-card:hover img { transform: scale(1.045); }
.social-channel-card > span { position: absolute; z-index: 1; right: .8rem; bottom: .8rem; left: .8rem; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: .15rem; }
.social-channel-card small { grid-column: 1 / -1; color: var(--solar); font-size: .55rem; font-weight: 850; text-transform: uppercase; }
.social-channel-card strong { font-family: "Sora", sans-serif; font-size: .78rem; line-height: 1.2; }
.social-channel-card i { color: var(--solar); font-style: normal; }
.social-video-grid { margin-top: 1.3rem; display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
.social-video { position: relative; min-height: 235px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .12); border-radius: var(--radius); background: #061a36; }
.social-video::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3, 17, 37, .92), rgba(3, 17, 37, .04) 72%); pointer-events: none; }
.social-video > img { width: 100%; height: 100%; object-fit: cover; }
.social-video > div { position: absolute; z-index: 1; right: 1.1rem; bottom: 1.1rem; left: 1.1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.social-video small { color: white; font-family: "Sora", sans-serif; font-size: .92rem; }
.social-video.is-playing::after, .social-video.is-playing > img, .social-video.is-playing > div:not(.inline-video-player) { opacity: 0; pointer-events: none; }
.inline-video-player { position: absolute; z-index: 5; inset: 0; background: #000; animation: resultIn .28s ease both; }
.inline-video-player iframe { width: 100%; height: 100%; display: block; border: 0; }
.inline-video-close { position: absolute; z-index: 1; top: .6rem; right: .6rem; width: 36px; height: 36px; padding: 0; display: grid; place-items: center; color: white; border: 1px solid rgba(255, 255, 255, .45); border-radius: 50%; background: rgba(2, 13, 30, .8); box-shadow: 0 8px 22px rgba(0, 0, 0, .3); font-size: 1.2rem; cursor: pointer; backdrop-filter: blur(8px); }

.faq-section { display: grid; grid-template-columns: .7fr 1fr; gap: clamp(2.5rem, 8vw, 8rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; list-style: none; cursor: pointer; font-weight: 700; line-height: 1.4; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font-size: 1.2rem; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { margin: -.2rem 0 1.25rem; color: var(--muted); font-size: .82rem; line-height: 1.65; }

.final-cta { position: relative; min-height: 590px; padding: var(--section-space) max(24px, calc((100vw - var(--max)) / 2)); overflow: hidden; display: flex; flex-direction: column; justify-content: center; color: white; background: var(--navy); isolation: isolate; }
.final-cta-photo { position: absolute; z-index: -2; inset: 0; opacity: .22; background: url("/solar/assets/hero-real.jpg") center / cover no-repeat; }
.final-cta::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(6, 25, 52, .7), var(--navy)); }
.final-content { text-align: center; }
.final-content > img { width: 138px; height: auto; margin: 0 auto 1.6rem; filter: brightness(0) invert(1); }
.final-content .eyebrow { color: var(--solar); }
.final-content h2 { color: white; font-size: clamp(3rem, 5.6vw, 5.55rem); }
.final-actions { justify-content: center; }
.contact-grid { width: min(var(--max), 100%); margin: 3rem auto 0; display: grid; grid-template-columns: 1.2fr .8fr 1fr; border-top: 1px solid rgba(255, 255, 255, .15); }
.contact-grid > div { padding: 1rem; display: flex; flex-direction: column; gap: .45rem; border-right: 1px solid rgba(255, 255, 255, .15); }
.contact-grid > div:last-child { border-right: 0; }
.contact-grid small { color: rgba(255, 255, 255, .45); font-size: .62rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.contact-grid a { width: max-content; max-width: 100%; color: rgba(255, 255, 255, .75); font-size: .78rem; line-height: 1.5; overflow-wrap: anywhere; }

.site-footer { min-height: 84px; padding: 1rem max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1.5rem; color: rgba(255, 255, 255, .62); border-top: 1px solid rgba(255, 255, 255, .1); background: var(--navy); }
.site-footer p { margin: 0; font-size: .68rem; line-height: 1.5; }
.footer-networks { display: flex; gap: 1rem; }
.footer-networks a, .back-to-top { font-size: .68rem; }
.back-to-top { justify-self: end; }
.privacy-settings { margin-top: .2rem; padding: 0; color: inherit; border: 0; border-bottom: 1px solid currentColor; background: transparent; font: inherit; cursor: pointer; }

.whatsapp-dock { position: fixed; z-index: 100; right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); width: 66px; height: 76px; transition: width .35s ease, opacity .2s, transform .2s; }
.whatsapp-dock.is-expanded { width: 254px; }
.whatsapp-dock.is-hidden { display: none; }
.whatsapp-dismiss { position: absolute; z-index: 2; top: 0; right: 0; width: 24px; height: 24px; padding: 0; display: grid; place-items: center; color: var(--muted); border: 1px solid var(--line); border-radius: 50%; background: white; box-shadow: 0 5px 15px rgba(7, 25, 47, .12); cursor: pointer; }
.whatsapp-float { position: absolute; right: 2px; bottom: 0; width: 58px; height: 58px; overflow: hidden; display: flex; align-items: center; justify-content: flex-end; gap: .75rem; color: white; border: 2px solid rgba(255, 255, 255, .82); border-radius: 999px; background: #1fb95c; box-shadow: 0 14px 35px rgba(15, 130, 61, .3); transition: width .35s ease, padding .35s ease; }
.whatsapp-dock.is-expanded .whatsapp-float { width: 246px; padding-left: 1rem; }
.whatsapp-float svg { width: 54px; height: 54px; padding: 13px; flex: 0 0 54px; fill: currentColor; }
.whatsapp-label { min-width: 0; width: 0; opacity: 0; display: flex; flex-direction: column; gap: .1rem; white-space: nowrap; transform: translateX(12px); transition: width .35s ease, opacity .25s ease, transform .35s ease; }
.whatsapp-label small { color: rgba(255, 255, 255, .72); font-size: .54rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.whatsapp-label strong { font-size: .75rem; }
.whatsapp-dock.is-expanded .whatsapp-label { width: 168px; opacity: 1; transform: none; }
body.footer-visible .whatsapp-dock { opacity: 0; transform: translateY(10px); pointer-events: none; }

.consent-banner { position: fixed; z-index: 180; right: 20px; bottom: max(20px, env(safe-area-inset-bottom)); left: 20px; width: min(760px, calc(100% - 40px)); margin-inline: auto; padding: 1rem; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1rem; color: white; border: 1px solid rgba(255, 255, 255, .16); border-radius: 20px; background: rgba(6, 25, 52, .98); box-shadow: 0 22px 65px rgba(3, 16, 36, .32); }
.consent-banner strong { display: block; font-size: .86rem; }
.consent-banner p { margin: .3rem 0 0; color: rgba(255, 255, 255, .66); font-size: .7rem; line-height: 1.45; }
.consent-actions { display: flex; gap: .5rem; }
.consent-actions button { min-height: 42px; padding: .6rem .85rem; color: white; border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px; background: transparent; font-size: .66rem; font-weight: 780; cursor: pointer; }
.consent-actions [data-consent-accept] { color: var(--ink); border-color: var(--solar); background: var(--solar); }

.reveal { opacity: 0; transform: perspective(1000px) translateY(26px) rotateX(4deg) scale(.985); transform-origin: center bottom; transition: opacity .72s var(--reveal-delay), transform .78s var(--reveal-delay); }
.reveal.is-visible { opacity: 1; transform: none; }
.motion-3d { --tilt-x: 0deg; --tilt-y: 0deg; --glow-x: 50%; --glow-y: 50%; --card-lift: 0px; position: relative; transform: perspective(950px) translateY(var(--card-lift)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateZ(0); transform-style: preserve-3d; will-change: transform; transition: transform .18s ease-out, border-color .25s ease, box-shadow .25s ease; }
.motion-3d::before { content: ""; position: absolute; z-index: 3; inset: 0; opacity: 0; pointer-events: none; border-radius: inherit; background: radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(255, 217, 77, .16), transparent 38%); transition: opacity .25s; }
.motion-3d:hover::before { opacity: 1; }
.motion-3d:hover { --card-lift: -6px; border-color: rgba(228, 154, 0, .3); box-shadow: 0 28px 62px rgba(5, 22, 45, .18); }
.reveal.motion-3d:not(.is-visible) { transform: perspective(950px) translateY(26px) rotateX(5deg) scale(.985); }
.reveal.motion-3d.is-visible { transform: perspective(950px) translateY(var(--card-lift)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateZ(0); }

@keyframes heroBreath { to { transform: scale(1.055) translate3d(-.4%, -.25%, 0); } }
@keyframes ambientGlow { from { transform: translate3d(-3%, -2%, 0) scale(.9); opacity: .45; } to { transform: translate3d(8%, 6%, 0) scale(1.15); opacity: 1; } }
@keyframes resultIn { from { opacity: 0; transform: translateY(14px); } }

/* Densidade para notebooks: preserva a leitura e faz cada módulo caber melhor
   na altura útil de navegadores em 1366 × 768 e telas desktop mais baixas. */
@media (min-width: 1001px) and (max-width: 1440px), (min-width: 1001px) and (max-height: 820px) {
  :root { --section-space: 2rem; --radius: 20px; --radius-lg: 28px; }
  section[id] { scroll-margin-top: 66px; }
  .site-header { height: 72px; }
  .site-header.scrolled { height: 60px; }
  .hero { min-height: min(680px, 100svh); }
  .hero-shell { padding: 88px 0 34px; gap: 2.8rem; }
  .hero h1 { font-size: clamp(3.5rem, 5.2vw, 5rem); }
  .hero-lead { margin-top: 1rem; font-size: .92rem; line-height: 1.55; }
  .hero-actions { margin-top: 1.2rem; }
  .hero-proof { margin-top: 1rem; }
  .hero-curiosity { padding: 1rem; }
  .hero-curiosity > strong { margin-top: 1.1rem; font-size: clamp(2.3rem, 3.7vw, 3.5rem); }
  .hero-curiosity p { margin: .85rem 0; }
  .proof-strip-inner > div { min-height: 78px; }

  .section-heading h2, .calculator-intro h2, .reviews-head h2 { font-size: clamp(2.3rem, 3.35vw, 3.2rem); }
  .section-heading > p:last-child { margin-top: .8rem; font-size: .88rem; line-height: 1.55; }

  .calculator-layout { grid-template-columns: .72fr 1.28fr; gap: 2.5rem; }
  .calculator-intro { top: 76px; }
  .calculator-intro > p:not(.eyebrow) { margin-top: .8rem; line-height: 1.55; }
  .diagnostic-reward { margin-top: .9rem; padding: .75rem; grid-template-columns: 82px 1fr; gap: .75rem; border-radius: 18px; }
  .reward-marker { width: 82px; padding: .6rem; border-radius: 16px; }
  .reward-marker > span { font-size: .82rem; }
  .diagnostic-reward > div:last-child > strong { font-size: .96rem; }
  .diagnostic-signals { gap: .35rem; }
  .diagnostic-signals > div { min-height: 48px; padding: .45rem .65rem; }
  .solar-calculator { min-height: 500px; padding: 1.1rem; }
  .calculator-progress { margin-bottom: 1.05rem; }
  .calculator-step legend { font-size: clamp(1.9rem, 2.35vw, 2.25rem); }
  .calculator-step > p:not(.field-error, .submit-status, .step-kicker) { margin-bottom: .9rem; }
  .money-field { min-height: 76px; }
  .money-field input { font-size: clamp(3.2rem, 5vw, 4.2rem); }
  .diagnostic-insight { margin-top: .75rem; padding: .7rem .85rem; }
  .calculator-step > .step-button { margin-top: .8rem; }
  .step-actions { margin-top: .85rem; }
  .profile-options label > span { min-height: 112px; padding: .8rem; }
  .priority-options label > span { min-height: 86px; padding: .7rem .8rem; }
  .locked-preview { margin-top: .55rem; padding: .65rem .75rem; }
  .lead-fields input { height: 46px; }

  .process-grid { margin-top: 1.25rem; }
  .process-grid article { min-height: 155px; padding: .75rem; }
  .process-grid svg { width: 56px; height: 56px; margin-bottom: .4rem; }

  .audience-grid { margin-top: 1.1rem; gap: .65rem; }
  .audience-card { min-height: 174px; }
  .audience-card > div { padding: .8rem; }
  .audience-card svg { width: 28px; height: 28px; }
  .audience-card h3 { margin-bottom: .3rem; font-size: 1.12rem; }
  .audience-card p { font-size: .72rem; line-height: 1.4; }
  .audience-link { margin-top: .5rem; padding-top: .45rem; }

  .project-grid { margin-top: 1.1rem; gap: .7rem; }
  .project-card > div:last-child { min-height: 168px; padding: .8rem; }
  .project-card > div:last-child > span { top: .9rem; right: .9rem; font-size: 1.05rem; }
  .project-card h3 { margin: .75rem 0 .35rem; font-size: 1.08rem; }
  .project-card p { font-size: .69rem; line-height: 1.4; }

  .reviews-head { gap: 1.3rem; }
  .review-grid, .trust-grid { margin-top: 1.15rem; }
  .review-card { min-height: 160px; padding: .9rem; }
  .review-card blockquote { margin: .7rem 0; font-size: .96rem; }
  .trust-grid article { min-height: 142px; padding: .8rem; }
  .trust-grid h3 { margin-bottom: .35rem; }

  .social-layout { gap: 3rem; }
  .social-copy h2 { font-size: clamp(2.8rem, 4.5vw, 4.2rem); }
  .social-channel-card { min-height: 175px; }
  .social-video-grid { margin-top: .85rem; }
  .social-video { min-height: 195px; }
  .final-cta { min-height: 500px; }
  .final-content > img { width: 122px; margin-bottom: 1rem; }
  .final-content h2 { font-size: clamp(2.8rem, 4.6vw, 4.45rem); }
  .contact-grid { margin-top: 2rem; }
}

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .hero-shell { grid-template-columns: 1fr .5fr; gap: 2.5rem; }
  .hero h1 { font-size: clamp(4rem, 8.4vw, 6rem); }
  .calculator-layout { grid-template-columns: .68fr 1.32fr; gap: 2.5rem; }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .process-grid article:nth-child(n+4) { min-height: 160px; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-card:last-child { grid-column: 1 / -1; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  :root { --section-space: 2.75rem; --radius: 20px; --radius-lg: 26px; }
  .site-header { height: 68px; padding-inline: 16px; }
  .brand { width: 112px; }
  .section, .section-shell { width: calc(100% - 32px); }
  .hero { min-height: auto; align-items: flex-end; }
  .hero-photo { background-position: 62% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(3, 16, 36, .25), rgba(3, 16, 36, .78) 35%, rgba(3, 16, 36, .98) 72%); }
  .hero-shell { width: calc(100% - 32px); padding: 102px 0 46px; grid-template-columns: 1fr; gap: 1.25rem; }
  .hero h1 { font-size: clamp(3rem, 13.8vw, 4rem); }
  .hero-lead { font-size: .9rem; line-height: 1.6; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: .5rem .8rem; }
  .hero-curiosity { padding: 1.05rem; }
  .hero-curiosity > strong { margin-top: 1.2rem; font-size: 3.2rem; }
  .proof-strip-inner { grid-template-columns: 1fr 1fr; }
  .proof-strip-inner > div { min-height: 92px; padding: .8rem; }
  .proof-strip-inner > div:nth-child(2) { border-right: 0; }
  .proof-strip-inner > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .proof-strip strong { font-size: 1.55rem; }
  .proof-strip span { font-size: .61rem; }
  .section-heading h2, .calculator-intro h2, .reviews-head h2 { font-size: clamp(2.45rem, 11vw, 3.5rem); }
  .calculator-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .calculator-intro { position: static; }
  .calculator-intro ul { display: none; }
  .diagnostic-reward { grid-template-columns: 82px 1fr; }
  .reward-marker { width: 82px; padding: .65rem; }
  .reward-marker > span { font-size: .78rem; }
  .diagnostic-signals { grid-template-columns: repeat(3, 1fr); gap: .35rem; }
  .diagnostic-signals > div { min-height: 88px; padding: .5rem; display: flex; flex-direction: column; align-items: flex-start; gap: .4rem; }
  .diagnostic-signals i { width: 22px; height: 22px; }
  .diagnostic-signals span { font-size: .58rem; }
  .diagnostic-signals strong { font-size: .63rem; line-height: 1.25; }
  .solar-calculator { min-height: 0; padding: 1rem; }
  .calculator-progress { gap: .28rem; }
  .calculator-progress span { align-items: flex-start; flex-direction: column; gap: .25rem; font-size: .56rem; }
  .calculator-progress i { width: 21px; height: 21px; }
  .calculator-step legend { font-size: 1.82rem; }
  .money-field { min-height: 88px; }
  .money-field input { font-size: clamp(3.5rem, 18vw, 5rem); }
  .profile-options { grid-template-columns: 1fr 1fr; gap: .55rem; }
  .profile-options label > span { min-height: 132px; padding: .75rem; grid-template-columns: 30px 1fr; }
  .profile-options svg { width: 28px; height: 28px; }
  .priority-options { grid-template-columns: 1fr; }
  .priority-options label > span { min-height: 82px; }
  .locked-preview { grid-template-columns: 1fr auto; gap: .65rem; }
  .locked-preview > div { min-width: 0; }
  .locked-preview p { display: none; }
  .answer-summary { grid-template-columns: 1fr 1fr; }
  .answer-summary > span:last-child { grid-column: 1 / -1; }
  .lead-fields { grid-template-columns: 1fr; }
  .lead-fields-wide { grid-column: auto; }
  .result-grid { grid-template-columns: 1fr; }
  .result-grid > div, .result-grid > div:last-child { grid-column: auto; min-height: 98px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .result-grid > div:last-child { border-bottom: 0; }
  .process-grid { margin-top: 1.5rem; grid-template-columns: 1fr 1fr; gap: .6rem; }
  .process-grid article, .process-grid article:nth-child(n+4) { min-height: 148px; padding: .8rem; display: flex; }
  .process-grid article:last-child { grid-column: 1 / -1; min-height: 116px; display: grid; grid-template-columns: 42px 34px 1fr; grid-template-rows: auto auto; align-content: center; gap: .2rem .55rem; }
  .process-grid svg { width: 42px; height: 42px; }
  .process-grid article > span { margin: auto 0 .35rem; }
  .process-grid article:last-child svg, .process-grid article:last-child > span { grid-row: 1 / 3; align-self: center; margin: 0; }
  .process-grid h3 { font-size: .93rem; }
  .process-grid p { margin-top: .25rem; font-size: .68rem; }
  .audience-grid { margin-top: 1.5rem; grid-template-columns: 1fr 1fr; gap: .65rem; }
  .audience-card { min-height: 260px; display: flex; flex-direction: column; }
  .audience-card > img { height: 112px; }
  .audience-card > div { flex: 1; padding: .85rem; }
  .audience-card h3 { font-size: 1.2rem; }
  .audience-card p { font-size: .7rem; }
  .project-grid { width: calc(100% + 16px); margin-top: 2rem; padding: 0 16px 10px 0; display: flex; gap: .7rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .project-card, .project-card:last-child { width: 82vw; flex: 0 0 82vw; scroll-snap-align: start; }
  .project-video-media { height: 205px; aspect-ratio: auto; }
  .project-card > div:last-child { min-height: 142px; }
  .reviews-head { grid-template-columns: 1fr; }
  .google-rating { min-width: 0; width: 100%; }
  .review-grid { width: calc(100% + 16px); margin-top: 1.5rem; padding: 0 16px 10px 0; display: flex; gap: .7rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .review-card { width: 82vw; min-height: 180px; flex: 0 0 82vw; scroll-snap-align: start; }
  .trust-grid { margin-top: 2rem; grid-template-columns: 1fr 1fr; gap: .65rem; }
  .trust-grid article { min-height: 165px; padding: .9rem; }
  .about-section { width: calc(100% - 32px); margin-block: var(--section-space); padding: .75rem; grid-template-columns: 1fr; gap: 1rem; }
  .about-visual { min-height: 300px; }
  .about-visual > div { grid-template-columns: 1fr 1fr; }
  .about-visual span:nth-child(2) { padding-right: 0; border-right: 0; }
  .about-visual span:last-child { grid-column: 1 / -1; padding-top: .45rem; border-top: 1px solid rgba(255, 255, 255, .12); }
  .about-copy { padding: .55rem .5rem 1rem; }
  .about-copy h2 { font-size: clamp(2.55rem, 11vw, 3.65rem); }
  .social-layout { grid-template-columns: 1fr; gap: 2rem; }
  .social-copy h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .social-channel-grid { grid-template-columns: repeat(3, 1fr); gap: .45rem; }
  .social-channel-card { min-height: 165px; border-radius: 15px; }
  .social-channel-card > span { right: .55rem; bottom: .55rem; left: .55rem; }
  .social-channel-card strong { font-size: .61rem; overflow-wrap: anywhere; }
  .social-channel-card small { font-size: .48rem; }
  .social-video-grid { width: 100%; margin-top: 1rem; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; overflow: visible; }
  .social-video { width: auto; min-height: 220px; }
  .social-video > div { right: .6rem; bottom: .6rem; left: .6rem; align-items: stretch; flex-direction: column; gap: .45rem; }
  .social-video small { max-width: none; font-size: .67rem; }
  .social-video .watch-button { min-height: 42px; padding: 0 .55rem; gap: .4rem; justify-content: center; font-size: .59rem; }
  .social-video .watch-button span { width: 24px; height: 24px; flex: 0 0 24px; }
  .faq-section { display: block; }
  .faq-list { margin-top: 2.2rem; }
  .faq-list summary { min-height: 68px; font-size: .88rem; }
  .final-cta { min-height: auto; padding: 4rem 16px 3rem; }
  .final-content h2 { font-size: clamp(2.7rem, 12vw, 4rem); }
  .final-content > img { width: 130px; }
  .final-actions { flex-direction: column; }
  .final-actions .button { width: 100%; }
  .contact-grid { margin-top: 3.2rem; grid-template-columns: 1fr; }
  .contact-grid > div { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .15); }
  .contact-grid > div:last-child { border-bottom: 0; }
  .site-footer { padding: 1.2rem 16px; grid-template-columns: 1fr auto; gap: .8rem; }
  .footer-networks { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; }
  .back-to-top { grid-column: 2; grid-row: 1; }
  .whatsapp-dock { right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); width: 62px; height: 70px; }
  .whatsapp-dock.is-expanded { width: min(226px, calc(100vw - 20px)); }
  .whatsapp-float { width: 54px; height: 54px; }
  .whatsapp-dock.is-expanded .whatsapp-float { width: min(218px, calc(100vw - 28px)); }
  .whatsapp-float svg { width: 50px; height: 50px; padding: 12px; flex-basis: 50px; }
  .whatsapp-dock.is-expanded .whatsapp-label { width: 146px; }
  .consent-banner { right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); left: 12px; width: auto; grid-template-columns: 1fr; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .solar-cursor-core, .solar-cursor-spark { display: none; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 2.85rem; }
  .profile-options { grid-template-columns: 1fr; }
  .profile-options label > span { min-height: 92px; }
  .audience-card { grid-template-columns: 1fr; }
  .audience-card > img { height: 170px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .motion-3d, .reveal.motion-3d, .reveal.motion-3d.is-visible { transform: none; }
  .solar-cursor-spark { animation-duration: .86s !important; }
  .solar-cursor-core { transition-duration: .15s !important; }
}
