:root {
    --navy: #0b1f33;
    --navy-soft: #142f4a;
    --amber: #f5b700;
    --amber-bright: #ffc72c;
    --mist: #f6f8fa;
    --slate: #526170;
    --line: #dfe5ea;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 6rem; }
body { width: 100%; overflow-x: hidden; }
main, section { min-width: 0; }
a, button, input { -webkit-tap-highlight-color: transparent; }

.skip-link {
    position: fixed; left: 1rem; top: -5rem; z-index: 100;
    border-radius: .5rem; background: var(--amber); color: var(--navy);
    padding: .75rem 1rem; font-weight: 800; transition: top .2s;
}
.skip-link:focus { top: 1rem; }

.site-header {
    position: sticky; top: 0; z-index: 40; border-bottom: 1px solid transparent;
    background: rgba(255, 255, 255, .92); backdrop-filter: blur(18px);
    transition: border-color .25s, box-shadow .25s;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 12px 35px rgba(11,31,51,.06); }
.nav-link { color: var(--slate); transition: color .2s; }
.nav-link:hover, .nav-link:focus-visible { color: var(--navy); }

.button {
    display: inline-flex; min-height: 2.75rem; align-items: center; justify-content: center;
    border-radius: .65rem; padding: .7rem 1.15rem; text-align: center; font-weight: 800;
    transition: transform .2s, background .2s, border-color .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid rgba(245,183,0,.42); outline-offset: 3px; }
.button-primary { background: var(--amber); color: var(--navy); box-shadow: 0 12px 28px rgba(245,183,0,.18); }
.button-primary:hover { background: var(--amber-bright); box-shadow: 0 16px 34px rgba(245,183,0,.25); }
.button-secondary { border: 1px solid #cbd4dc; background: white; color: var(--navy); }
.button-secondary:hover { border-color: var(--navy); }
.button-large { min-height: 3.35rem; padding: .9rem 1.4rem; }

.menu-button { position: relative; z-index: 50; width: 2.75rem; height: 2.75rem; border-radius: .6rem; border: 1px solid var(--line); background: white; }
.menu-button span:not(.sr-only) { position: absolute; left: .72rem; width: 1.25rem; height: 2px; background: var(--navy); transition: transform .25s, opacity .2s, top .25s; }
.menu-button span:nth-child(2) { top: .88rem; }
.menu-button span:nth-child(3) { top: 1.3rem; }
.menu-button span:nth-child(4) { top: 1.72rem; }
.menu-button[aria-expanded="true"] span:nth-child(2) { top: 1.3rem; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(4) { top: 1.3rem; transform: rotate(-45deg); }
.mobile-menu { border-top: 1px solid var(--line); background: white; box-shadow: 0 20px 35px rgba(11,31,51,.08); }
.mobile-menu nav > a:not(.button) { border-bottom: 1px solid #edf0f3; padding: 1rem 0; font-weight: 700; }

.hero-section { position: relative; overflow: hidden; background: linear-gradient(135deg, #fff 0%, #fff 54%, #f8fafb 100%); }
.hero-glow { position: absolute; width: 38rem; height: 38rem; right: -15rem; top: -18rem; border-radius: 50%; background: rgba(245,183,0,.12); filter: blur(2rem); }
.hero-copy, .product-stage { min-width: 0; }
.product-stage { position: relative; padding: 2rem 0 2.6rem 1rem; }
.product-window { position: relative; z-index: 2; overflow: hidden; border: 1px solid #d8e0e7; border-radius: 1.1rem; background: white; box-shadow: 0 35px 80px rgba(11,31,51,.18); transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.product-toolbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 3.3rem; border-bottom: 1px solid #e4e9ed; padding: 0 1rem; color: #607080; font-size: .68rem; font-weight: 700; }
.product-dots { display: flex; gap: .35rem; }
.product-dots span { width: .55rem; height: .55rem; border-radius: 50%; background: #d8dee4; }
.product-toolbar > p { text-align: center; }
.product-status { justify-self: end; color: #687786; }
.product-body { display: grid; grid-template-columns: 3.2rem 1fr; min-height: 24rem; }
.product-sidebar { display: flex; flex-direction: column; align-items: center; gap: 1.15rem; background: var(--navy); padding: 1rem .7rem; }
.product-sidebar img { width: 1.75rem; height: 1.75rem; object-fit: contain; }
.product-sidebar > span { width: 1.2rem; height: .22rem; border-radius: 1rem; background: rgba(255,255,255,.2); }
.product-sidebar .sidebar-active { height: 1.35rem; width: 1.35rem; background: var(--amber); border-radius: .35rem; }
.product-content { padding: 1.25rem; }
.proposal-topline { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e6ebef; padding-bottom: 1rem; }
.proposal-topline p, .product-label { color: #788693; font-size: .62rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.proposal-topline strong { display: block; margin-top: .2rem; font-size: .9rem; }
.proposal-topline button { border-radius: .4rem; background: var(--amber); color: var(--navy); padding: .55rem .75rem; font-size: .64rem; font-weight: 800; }
.proposal-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1rem; padding-top: 1.1rem; }
.proposal-main { min-width: 0; border-right: 1px solid #e6ebef; padding-right: 1rem; }
.proposal-main h2 { margin-top: .25rem; font-size: .95rem; font-weight: 800; }
.energy-number { display: flex; align-items: baseline; gap: .35rem; margin-top: 1.2rem; }
.energy-number strong { font-family: Sora, sans-serif; font-size: 2.35rem; line-height: 1; }
.energy-number span { color: var(--slate); font-size: .75rem; font-weight: 800; }
.generation-chart { display: flex; align-items: end; gap: .3rem; height: 8.5rem; margin-top: 1.1rem; border-bottom: 1px solid #dfe5e9; }
.generation-chart span { flex: 1; height: var(--bar); border-radius: .2rem .2rem 0 0; background: linear-gradient(to top, #e7ad00, var(--amber-bright)); }
.proposal-summary dl { margin-top: .6rem; }
.proposal-summary dl div { border-bottom: 1px solid #edf0f2; padding: .65rem 0; }
.proposal-summary dt { color: #758390; font-size: .6rem; }
.proposal-summary dd { margin-top: .15rem; font-size: .76rem; font-weight: 800; }
.proposal-price { margin-top: 1rem; border-radius: .55rem; background: var(--navy); padding: .8rem; color: white; }
.proposal-price span { display: block; color: #acbac6; font-size: .58rem; }
.proposal-price strong { display: block; margin-top: .25rem; color: var(--amber); font-size: .9rem; }
.solar-ring { position: absolute; right: -4rem; top: -1rem; width: 13rem; height: 13rem; border: 2.2rem solid rgba(245,183,0,.2); border-radius: 50%; }
.solar-ring::before, .solar-ring::after, .solar-ring span::before, .solar-ring span::after { content: ''; position: absolute; width: .18rem; height: 2.5rem; background: rgba(245,183,0,.24); left: 50%; top: -4rem; transform-origin: 50% 10.5rem; }
.solar-ring::after { transform: rotate(45deg); }.solar-ring span::before { transform: rotate(90deg); }.solar-ring span::after { transform: rotate(135deg); }

.audience-strip { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); background: white; }
.audience-strip li { position: relative; padding-left: 1rem; }
.audience-strip li::before { content: ''; position: absolute; left: 0; top: .45rem; width: .42rem; height: .42rem; background: var(--amber); transform: rotate(45deg); }
.section-space { padding: 7rem 0; }
.section-heading { display: grid; grid-template-columns: 5rem 1fr; align-items: start; gap: 2rem; max-width: 62rem; }
.section-heading h2, .section-title { font-family: Sora, sans-serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 700; line-height: 1.12; letter-spacing: -.04em; }
.section-heading p:not(.section-index), .section-copy { max-width: 42rem; margin-top: 1.25rem; color: var(--slate); font-size: 1.08rem; line-height: 1.8; }
.section-index { color: #b27f00; font-size: .75rem; font-weight: 800; letter-spacing: .16em; }
.section-index-light { color: var(--amber); }
.process-list { margin-top: 4rem; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 5rem 1fr auto; align-items: center; gap: 2rem; border-bottom: 1px solid var(--line); padding: 2rem 0; }
.process-list > li > span { color: #9aa6b0; font-family: Sora, sans-serif; font-size: .9rem; }
.process-list h3 { font-family: Sora, sans-serif; font-size: 1.35rem; font-weight: 700; }
.process-list p { margin-top: .35rem; color: var(--slate); }
.process-list strong { color: #768491; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.feature-lines { margin-top: 2.5rem; border-top: 1px solid #dbe2e7; }
.feature-lines li { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid #dbe2e7; padding: 1.15rem 0; }
.feature-lines span { color: var(--slate); font-size: .8rem; }.feature-lines strong { text-align: right; }
.template-stack { position: relative; min-height: 35rem; }
.template-sheet { position: absolute; left: 50%; top: 50%; width: min(75%, 25rem); aspect-ratio: 1/1.35; border-radius: .45rem; background: white; box-shadow: 0 26px 65px rgba(11,31,51,.14); }
.template-sheet-back { transform: translate(-65%,-50%) rotate(-8deg); background: #dce4e9; }
.template-sheet-middle { transform: translate(-42%,-50%) rotate(6deg); background: #f1d678; }
.template-sheet-front { z-index: 2; overflow: hidden; transform: translate(-52%,-50%) rotate(-1deg); padding: 2.2rem; }
.template-brand { display: flex; align-items: center; gap: .65rem; }
.template-brand span { width: 2rem; height: 2rem; border: .55rem solid var(--amber); border-radius: 50%; border-bottom-color: var(--navy); }
.template-brand strong { font-size: .78rem; }
.template-sheet-front > p { margin-top: 4rem; color: var(--slate); font-size: .58rem; font-weight: 800; letter-spacing: .14em; }
.template-sheet-front h3 { max-width: 14rem; margin-top: .75rem; font-family: Sora, sans-serif; font-size: 1.75rem; font-weight: 700; line-height: 1.15; }
.template-data { display: flex; gap: 1.5rem; margin-top: 1.5rem; border-top: 1px solid var(--line); padding-top: 1rem; color: var(--navy); font-size: .7rem; font-weight: 800; }
.template-sun { position: absolute; right: -5rem; bottom: -5rem; width: 15rem; height: 15rem; border: 3rem solid var(--amber); border-radius: 50%; }
.template-sheet-front small { position: absolute; bottom: 1.8rem; left: 2.2rem; z-index: 2; color: var(--slate); font-size: .55rem; }

.calculation-section { background: var(--navy); }
.calculation-visual { min-width: 0; }
.irradiation-map { position: relative; min-height: 25rem; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 1rem; background: radial-gradient(circle at 58% 48%, rgba(245,183,0,.22), transparent 18%), linear-gradient(135deg, #173754, #0b1f33); color: white; }
.map-grid { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 2.6rem 2.6rem; transform: perspective(350px) rotateX(28deg) scale(1.2); }
.map-point { position: absolute; z-index: 2; left: 58%; top: 45%; width: 1rem; height: 1rem; border: .25rem solid var(--navy); border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 .55rem rgba(245,183,0,.2), 0 0 2rem rgba(245,183,0,.6); }
.irradiation-map p, .irradiation-map strong { position: absolute; z-index: 2; left: 2rem; }
.irradiation-map p { bottom: 3.8rem; color: #aebbc6; font-size: .8rem; font-weight: 700; }.irradiation-map strong { bottom: 1.8rem; font-family: Sora,sans-serif; font-size: 1.2rem; }
.formula-line { display: flex; align-items: center; gap: .8rem; margin-top: 1.2rem; color: #b7c3cd; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.formula-line i { flex: 1; height: 1px; background: rgba(255,255,255,.16); }.formula-line strong { color: var(--amber); }
.calculation-points { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 2.5rem; background: rgba(255,255,255,.12); }
.calculation-points div { min-height: 7rem; background: var(--navy); padding: 1.2rem; }
.calculation-points span { color: var(--amber); font-size: .65rem; font-weight: 800; }.calculation-points p { margin-top: .65rem; color: white; font-weight: 700; line-height: 1.5; }

.proposal-contents { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; margin-top: 4rem; border-top: 1px solid var(--line); padding-top: 3rem; }
.proposal-content-main > p { color: var(--slate); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.proposal-content-main h3 { margin-top: 1rem; font-family: Sora,sans-serif; font-size: 2rem; font-weight: 700; line-height: 1.3; }
.proposal-contents ul { border-top: 1px solid var(--line); }
.proposal-contents li { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; border-bottom: 1px solid var(--line); padding: 1rem 0; font-weight: 700; }
.proposal-contents li span { color: #9aa6b0; font-size: .7rem; }

.roi-showcase { display:grid; grid-template-columns:.72fr 1.28fr; gap:1px; margin-top:4rem; overflow:hidden; border:1px solid var(--line); border-radius:1rem; background:var(--line); box-shadow:0 26px 65px rgba(11,31,51,.1); }
.roi-summary { background:var(--navy); padding:2.5rem; color:white; }
.roi-example-label { color:var(--amber); font-size:.68rem; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.roi-summary h3 { margin-top:1rem; font-family:Sora,sans-serif; font-size:1.65rem; font-weight:700; line-height:1.3; letter-spacing:-.03em; }
.roi-summary dl { margin-top:2rem; border-top:1px solid rgba(255,255,255,.14); }
.roi-summary dl div { display:flex; justify-content:space-between; gap:1rem; border-bottom:1px solid rgba(255,255,255,.14); padding:.9rem 0; }
.roi-summary dt { color:#aebbc6; font-size:.75rem; }.roi-summary dd { font-weight:800; text-align:right; }
.roi-note { margin-top:1.5rem; color:#8fa0af; font-size:.66rem; line-height:1.65; }
.roi-visuals { min-width:0; background:#f8fafb; padding:2rem; }
.roi-chart { border:1px solid #dfe5ea; border-radius:.75rem; background:white; padding:1.4rem; }
.roi-chart figcaption { display:flex; align-items:flex-start; justify-content:space-between; gap:1rem; }
.roi-chart figcaption span { color:var(--slate); font-size:.72rem; font-weight:800; }.roi-chart figcaption strong { font-size:.82rem; text-align:right; }
.roi-chart-area { position:relative; margin-top:1.5rem; }
.roi-chart-area svg { display:block; width:100%; height:auto; }
.roi-break-even { position:absolute; z-index:2; left:37%; top:37%; height:44%; border-left:1px dashed #8d9aa5; }
.roi-break-even span { position:absolute; left:.5rem; top:-1.1rem; color:#657582; font-size:.6rem; font-weight:800; text-transform:uppercase; }
.roi-axis { display:flex; justify-content:space-between; border-top:1px solid #e4e9ed; padding-top:.6rem; color:#85929d; font-size:.58rem; }
.roi-mini-grid { display:grid; grid-template-columns:1fr 1fr; gap:1rem; margin-top:1rem; }
.roi-mini { min-height:9rem; overflow:hidden; border:1px solid #dfe5ea; border-radius:.75rem; background:white; padding:1.2rem; }
.roi-mini figcaption { color:var(--slate); font-size:.68rem; font-weight:800; }.roi-mini > strong { display:block; margin-top:.35rem; font-family:Sora,sans-serif; font-size:1.55rem; }
.roi-bars { display:flex; align-items:end; gap:.35rem; height:3rem; margin-top:.75rem; }.roi-bars span { flex:1; border-radius:.18rem .18rem 0 0; background:var(--amber); }.roi-bars span:nth-child(1){height:28%}.roi-bars span:nth-child(2){height:42%}.roi-bars span:nth-child(3){height:58%}.roi-bars span:nth-child(4){height:76%}.roi-bars span:nth-child(5){height:100%}
.roi-mini-dark { background:var(--navy); color:white; }.roi-mini-dark figcaption { color:#aebbc6; }
.roi-gauge { position:relative; width:5.4rem; height:2.7rem; margin-top:.8rem; overflow:hidden; }.roi-gauge::before { content:''; position:absolute; inset:0; border:.65rem solid rgba(255,255,255,.12); border-bottom:0; border-radius:5rem 5rem 0 0; }.roi-gauge span { position:absolute; inset:0; border:.65rem solid var(--amber); border-bottom:0; border-left-color:transparent; border-radius:5rem 5rem 0 0; transform:rotate(23deg); transform-origin:50% 100%; }

.pricing-section { background: #edf2f5; }
.pricing-plans { display:grid; grid-template-columns:1fr 1.08fr; gap:1.25rem; max-width:62rem; margin:3.5rem auto 0; align-items:stretch; }
.plan-card { position:relative; display:flex; flex-direction:column; border:1px solid #d6dee4; border-radius:1rem; background:white; padding:2rem; box-shadow:0 18px 44px rgba(11,31,51,.06); }
.plan-annual { border:2px solid var(--navy); box-shadow:0 26px 65px rgba(11,31,51,.14); transform:translateY(-.8rem); }
.annual-highlight { display:flex; align-items:center; justify-content:space-between; gap:1rem; margin:-2rem -2rem 1.7rem; border-radius:.82rem .82rem 0 0; background:var(--navy); padding:.85rem 1.2rem; color:white; }
.annual-highlight span { color:var(--amber); font-size:.7rem; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }.annual-highlight strong { font-size:.75rem; }
.plan-name { font-family:Sora,sans-serif; font-size:1.35rem; font-weight:700; }.plan-description { min-height:3rem; margin-top:.5rem; color:var(--slate); font-size:.83rem; line-height:1.6; }
.plan-price { display:flex; align-items:baseline; margin-top:1.5rem; }.plan-price span { margin-right:.35rem; font-weight:800; }.plan-price strong { font-family:Sora,sans-serif; font-size:3.4rem; letter-spacing:-.06em; }.plan-price small { color:var(--slate); }
.plan-total { color:var(--slate); font-size:.73rem; font-weight:700; }
.plan-card ul { margin:1.6rem 0; border-top:1px solid var(--line); }.plan-card li { position:relative; border-bottom:1px solid var(--line); padding:.8rem 0 .8rem 1.4rem; font-size:.82rem; font-weight:700; }.plan-card li::before { content:''; position:absolute; left:.05rem; top:1.1rem; width:.45rem; height:.45rem; border-radius:50%; background:var(--amber); }
.plan-card .button { width:100%; margin-top:auto; }.plan-card > small { display:block; margin-top:.8rem; color:#6f7e8a; font-size:.64rem; line-height:1.5; text-align:center; }
.pricing-footnote { margin-top:2rem; text-align:center; color:var(--slate); font-size:.78rem; font-weight:700; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; cursor: pointer; list-style: none; padding: 1.4rem 3rem 1.4rem 0; font-size: 1.05rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span::before, .faq-list summary span::after { content: ''; position: absolute; right: .5rem; top: 50%; width: 1rem; height: 2px; background: var(--navy); transition: transform .2s; }.faq-list summary span::after { transform: rotate(90deg); }.faq-list details[open] summary span::after { transform: rotate(0); }.faq-list details p { max-width: 44rem; padding: 0 3rem 1.5rem 0; color: var(--slate); line-height: 1.75; }
.faq-list .faq-preview { padding: 0 0 1.5rem; }
.faq-list .faq-preview p { padding: 0 0 .9rem; }
.faq-list .faq-preview .button { width: fit-content; max-width: 100%; text-align: center; }
.final-cta { position: relative; overflow: hidden; background: linear-gradient(135deg, #102b45, #071727); }.final-cta::after { content: ''; position: absolute; width: 22rem; height: 22rem; right: -8rem; top: -12rem; border: 3.5rem solid rgba(245,183,0,.12); border-radius: 50%; }

.legal-hero { border-bottom:1px solid var(--line); background:var(--mist); padding:6.5rem 0 5rem; }
.legal-hero h1 { max-width:50rem; font-family:Sora,sans-serif; font-size:clamp(2.7rem,6vw,5rem); font-weight:700; line-height:1.05; letter-spacing:-.05em; }
.legal-hero p { max-width:46rem; margin-top:1.5rem; color:var(--slate); font-size:1.1rem; line-height:1.8; }
.legal-hero small { display:block; margin-top:2rem; color:#71808d; font-size:.75rem; font-weight:700; }
.legal-section { background:white; padding:5rem 0 7rem; }
.legal-layout { display:grid; grid-template-columns:13rem minmax(0,48rem); justify-content:space-between; gap:5rem; }
.legal-index { position:sticky; top:7rem; align-self:start; border-top:2px solid var(--amber); padding-top:1rem; }
.legal-index > p { color:#71808d; font-size:.7rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.legal-index nav { display:flex; flex-direction:column; margin-top:.8rem; }
.legal-index a { border-bottom:1px solid var(--line); padding:.7rem 0; color:var(--slate); font-size:.78rem; font-weight:700; transition:color .18s,padding-left .18s; }
.legal-index a:hover,.legal-index a:focus-visible { padding-left:.3rem; color:var(--navy); }
.legal-document { min-width:0; }
.legal-company { display:flex; flex-direction:column; align-items:flex-start; border-left:3px solid var(--amber); background:var(--mist); padding:1.2rem 1.4rem; color:var(--slate); font-size:.78rem; line-height:1.7; }
.legal-company strong { color:var(--navy); }.legal-company a { color:#8a6500; font-weight:800; }
.legal-document > section { scroll-margin-top:7rem; border-top:1px solid var(--line); padding:2.4rem 0; }
.legal-document > section:first-of-type { margin-top:2.5rem; }
.legal-document h2 { font-family:Sora,sans-serif; font-size:1.45rem; font-weight:700; line-height:1.35; letter-spacing:-.025em; }
.legal-document p { margin-top:1rem; color:#465867; line-height:1.85; }
.legal-document ul { margin-top:1rem; padding-left:1.2rem; color:#465867; }
.legal-document li { position:relative; margin-top:.65rem; padding-left:.8rem; line-height:1.75; }
.legal-document li::before { content:''; position:absolute; left:-.55rem; top:.72rem; width:.38rem; height:.38rem; border-radius:50%; background:var(--amber); }
.legal-document a { color:#765800; font-weight:700; text-decoration:underline; text-underline-offset:3px; }
.legal-related { display:flex; align-items:center; justify-content:space-between; gap:1.5rem; margin-top:2.5rem; border-top:2px solid var(--navy); padding-top:1.4rem; }
.legal-related span { color:var(--slate); font-size:.75rem; font-weight:700; }.legal-related a { color:var(--navy); }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); transition-delay: var(--reveal-delay, 0ms); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1023px) {
    .section-space { padding: 5.5rem 0; }
    .product-stage { margin: 0 auto; max-width: 46rem; padding-left: 0; }
    .roi-showcase { grid-template-columns:1fr; }
    .legal-layout { grid-template-columns:11rem minmax(0,1fr); gap:3rem; }
}
@media (max-width: 767px) {
    .hero-section { background: white; }
    .product-stage { width: 100%; max-width: calc(100vw - 2.5rem); padding-top: .5rem; }
    .product-window { transform: none; border-radius: .8rem; }
    .product-toolbar { grid-template-columns: 1fr auto; }.product-toolbar > p { display: none; }
    .product-body { grid-template-columns: 2.5rem 1fr; min-height: 20rem; }
    .product-content { padding: .9rem; }.proposal-grid { grid-template-columns: 1fr; }.proposal-main { border-right: 0; padding-right: 0; }.proposal-summary { display: none; }
    .generation-chart { height: 6rem; }.solar-ring { right: -7rem; }
    .section-space { padding: 4.5rem 0; }
    .section-heading { grid-template-columns: 1fr; gap: 1rem; }.section-heading h2, .section-title { font-size: 2.15rem; }
    .process-list { margin-top: 2.5rem; }.process-list li { grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1.5rem 0; }.process-list strong { display: none; }
    .template-stack { min-height: 28rem; }.template-sheet { width: 72%; }.template-sheet-front { padding: 1.5rem; }.template-sheet-front > p { margin-top: 2.5rem; }.template-sheet-front h3 { font-size: 1.35rem; }.template-sheet-front small { left: 1.5rem; }
    .calculation-points { grid-template-columns: 1fr; }.calculation-points div { min-height: auto; }
    .irradiation-map { min-height: 20rem; }
    .proposal-contents { grid-template-columns: 1fr; gap: 2rem; }.proposal-contents { margin-top: 2.5rem; }
    .roi-showcase { margin-top:2.5rem; }.roi-summary,.roi-visuals { padding:1.4rem; }.roi-mini-grid { grid-template-columns:1fr; }.roi-chart figcaption { flex-direction:column; }.roi-chart figcaption strong { text-align:left; }.roi-break-even { left:38%; }
    .pricing-plans { grid-template-columns:1fr; }.plan-annual { transform:none; order:-1; }.plan-card { padding:1.5rem; }.annual-highlight { margin:-1.5rem -1.5rem 1.5rem; }.plan-description { min-height:0; }.plan-price strong { font-size:3rem; }
    .legal-hero { padding:4.5rem 0 3.5rem; }.legal-hero h1 { font-size:2.65rem; }.legal-section { padding:3rem 0 5rem; }.legal-layout { grid-template-columns:1fr; gap:2.5rem; }.legal-index { position:static; }.legal-index nav { display:grid; grid-template-columns:1fr 1fr; column-gap:1rem; }.legal-document > section:first-of-type { margin-top:2rem; }.legal-related { align-items:flex-start; flex-direction:column; }
}
@media (max-width: 420px) {
    .hero-copy h1 { font-size: 2.35rem; }
    .product-toolbar { padding: 0 .7rem; }.product-status { font-size: .58rem; }
    .product-sidebar { padding: .8rem .5rem; }.proposal-topline button { display: none; }
    .audience-strip ul { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
    .template-sheet { width: 78%; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    [data-reveal] { opacity: 1; transform: none; }
}
