/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.grid{display:grid}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--navy:#071d2c;--navy-2:#0c2a3e;--ink:#0b2435;--muted:#5d6e78;--yellow:#ffc400;--yellow-2:#ffe16a;--cream:#f7f5ee;--white:#fff;--line:#dce3e7;--green:#1fa564}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--white);color:var(--ink);font-family:var(--font-geist-sans), Arial, Helvetica, sans-serif;margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-shell{width:min(1180px,100% - 48px);margin:0 auto}.site-header{z-index:20;height:92px;color:var(--navy);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#efe8d3f7;border-bottom:1px solid #071d2c21;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 max(28px,50vw - 590px);display:grid;position:absolute;inset:0 0 auto}.brand{align-items:center;width:250px;display:flex}.brand img{filter:none;width:100%;height:auto}.desktop-nav{gap:34px;font-size:14px;font-weight:700;display:flex}.desktop-nav a{opacity:.88;transition:all .2s}.desktop-nav a:hover{color:#795b00;opacity:1}.site-header>.button{justify-self:end}.site-header .button-small{color:var(--navy);border-color:#071d2c8c}.site-header .button-small:hover{background:var(--navy);color:#fff}.button{border-radius:8px;justify-content:center;align-items:center;gap:12px;min-height:52px;padding:0 24px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-small{color:#fff;border:1px solid #ffffffa6;min-height:44px;padding:0 20px}.button-small:hover{color:var(--navy);background:#fff}.button-primary{background:var(--yellow);color:var(--navy);box-shadow:0 10px 30px #00000038}.button-primary:hover{background:#ffd53d;box-shadow:0 15px 34px #00000047}.hero{color:#fff;background:var(--navy);min-height:780px;position:relative;overflow:hidden}.hero-image{background-image:url(/assets/residential-hero.png);background-position:59%;background-size:cover;position:absolute;inset:0;transform:scale(1.01)}.hero-shade{background:linear-gradient(90deg,#041622fa 0%,#041622eb 32%,#04162294 56%,#04162214 100%),linear-gradient(#0000 50%,#020e166b);position:absolute;inset:0}.hero-content{grid-template-columns:minmax(0,680px) 340px;justify-content:space-between;align-items:end;gap:60px;min-height:780px;padding-top:162px;padding-bottom:84px;display:grid;position:relative}.hero-copy{align-self:center}.eyebrow{color:var(--yellow);letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:11px;margin-bottom:22px;font-size:13px;font-weight:900;display:inline-flex}.eyebrow span{background:var(--yellow);width:30px;height:2px}h1{letter-spacing:-.055em;max-width:700px;margin:0;font-size:clamp(54px,5.4vw,82px);font-weight:800;line-height:.99}h1 em{color:var(--yellow);font-style:normal}.hero-lead{color:#ffffffd6;max-width:635px;margin:26px 0 30px;font-size:19px;line-height:1.62}.hero-actions{align-items:center;gap:28px;display:flex}.text-link{border-bottom:1px solid #ffffff8c;padding:14px 0;font-size:14px;font-weight:800}.text-link span{color:var(--yellow);margin-left:6px}.hero-points{color:#ffffffc2;flex-wrap:wrap;gap:12px 24px;margin-top:30px;font-size:13px;display:flex}.hero-points b{color:var(--yellow);margin-right:6px}.rebate-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#071d2cdb;border:1px solid #ffffff36;border-radius:18px;align-self:end;margin-bottom:4px;padding:28px;box-shadow:0 24px 70px #00000047}.rebate-topline{letter-spacing:.12em;text-transform:uppercase;color:var(--yellow);font-size:12px;font-weight:900}.rebate-amount{color:#fff;letter-spacing:-.04em;align-items:baseline;gap:10px;margin-top:9px;font-size:44px;font-weight:900;display:flex}.rebate-amount small{letter-spacing:0;font-size:15px}.rebate-card>p{color:#ffffffbd;margin:10px 0 20px;font-size:13px;line-height:1.55}.deadline-row{border-top:1px solid #ffffff21;border-bottom:1px solid #ffffff21;grid-template-columns:42px 1fr;align-items:center;gap:12px;padding:16px 0;display:grid}.calendar-icon{background:var(--yellow);width:42px;height:42px;color:var(--navy);border-radius:8px;place-items:center;font-size:17px;font-weight:900;display:grid}.deadline-row b,.deadline-row small{display:block}.deadline-row b{font-size:13px}.deadline-row small{color:#ffffff9e;margin-top:4px;font-size:11px;line-height:1.4}.rebate-card>a{color:var(--yellow);justify-content:space-between;margin-top:19px;font-size:13px;font-weight:900;display:flex}.coverage-bar{background:var(--yellow);color:var(--navy)}.coverage-inner{justify-content:space-between;align-items:center;gap:28px;min-height:78px;display:flex}.coverage-inner p{margin:0;font-size:14px}.locations{flex-wrap:wrap;justify-content:flex-end;gap:25px;display:flex}.locations span{align-items:center;gap:8px;font-size:13px;font-weight:800;display:inline-flex}.locations i{background:var(--navy);border-radius:50%;width:7px;height:7px;display:block;box-shadow:0 0 0 3px #071d2c21}.proof-strip{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr 1.4fr 2fr;align-items:center;gap:28px;min-height:148px;display:grid}.proof-strip>div:not(.accreditations){border-right:1px solid var(--line);align-items:center;gap:13px;padding-right:22px;display:flex}.proof-strip strong{color:var(--ink);letter-spacing:-.04em;font-size:27px}.proof-strip span{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;font-size:11px;font-weight:800;line-height:1.4}.accreditations{justify-content:flex-end;align-items:center;gap:22px;display:flex}.accreditations img{object-fit:contain;filter:saturate(.8);width:58px;max-height:48px}.section{padding:112px 0}.section-heading{margin-bottom:52px}.section-kicker{color:#b98f00;letter-spacing:.14em;text-transform:uppercase;margin:0 0 16px;font-size:12px;font-weight:900;line-height:1}.section-kicker.light{color:var(--yellow)}.section-heading h2,.savings-copy h2,.system-copy h2,.lead-copy h2,.faq-heading h2,.office-layout h2{color:var(--ink);letter-spacing:-.05em;margin:0;font-size:clamp(40px,4.3vw,64px);line-height:1.04}.split-heading{grid-template-columns:1.3fr .7fr;align-items:end;gap:70px;display:grid}.split-heading>p,.centered-heading>p,.section-intro{color:var(--muted);margin:0;font-size:16px;line-height:1.75}.centered-heading{text-align:center;max-width:780px;margin-left:auto;margin-right:auto}.centered-heading h2{margin-bottom:22px}.benefit-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.benefit-card{border:1px solid var(--line);background:#fff;border-radius:16px;min-height:390px;padding:30px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 20px 55px #0a26361a}.card-number{color:#ced8dd;letter-spacing:.12em;font-size:13px;font-weight:900;position:absolute;top:22px;right:24px}.benefit-icon{background:var(--cream);border-radius:50%;width:86px;height:86px;margin-bottom:47px;position:relative}.benefit-icon:before,.benefit-icon:after,.benefit-icon span{content:"";display:block;position:absolute}.benefit-icon:before{border:2px solid var(--navy);background:repeating-linear-gradient(90deg,#0000 0 8px,#071d2c24 8px 10px);width:42px;height:27px;top:29px;left:20px;transform:skew(-12deg)}.benefit-icon:after{background:var(--yellow);border-radius:50%;width:13px;height:13px;top:14px;right:13px;box-shadow:0 0 0 5px #ffc40029}.benefit-card:nth-child(2) .benefit-icon:before{background:linear-gradient(var(--navy) 0 0) center 9px / 16px 2px no-repeat, linear-gradient(var(--yellow) 0 0) center 18px / 16px 2px no-repeat;border-radius:3px 3px 12px 12px;width:33px;height:39px;top:22px;left:27px;transform:none}.benefit-card:nth-child(2) .benefit-icon:after{top:18px;right:16px}.benefit-card:nth-child(3) .benefit-icon:before{background:linear-gradient(var(--yellow) 0 0) center / 17px 24px no-repeat;border-radius:5px;width:31px;height:45px;top:20px;left:28px;transform:none}.benefit-card:nth-child(3) .benefit-icon:after{width:4px;height:10px;box-shadow:none;background:var(--navy);border-radius:0;top:8px;left:41px;right:auto}.benefit-card h3{letter-spacing:-.03em;margin:0 0 16px;font-size:25px;line-height:1.15}.benefit-card>p{color:var(--muted);margin:0;font-size:14px;line-height:1.72}.card-tag{border-top:1px solid var(--line);color:#8b979e;letter-spacing:.12em;text-transform:uppercase;padding-top:14px;font-size:10px;font-weight:900;position:absolute;bottom:28px;left:30px}.cta-ribbon{background:var(--yellow);color:var(--navy)}.cta-ribbon-inner{justify-content:space-between;align-items:center;gap:30px;min-height:154px;display:flex}.cta-ribbon-inner div span,.cta-ribbon-inner div strong{display:block}.cta-ribbon-inner div span{letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:900}.cta-ribbon-inner div strong{letter-spacing:-.03em;font-size:25px}.cta-ribbon .button-primary{background:var(--navy);color:#fff;box-shadow:none}.savings-section{background:var(--navy);color:#fff;padding:120px 0;overflow:hidden}.savings-layout{grid-template-columns:.88fr 1.12fr;align-items:center;gap:85px;display:grid}.savings-copy h2{color:#fff}.savings-copy .section-intro{color:#ffffffad;max-width:550px;margin:24px 0 44px}.savings-copy label{color:#ffffffb3;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:900;display:block}.range-value{letter-spacing:-.05em;color:var(--yellow);margin-bottom:22px;font-size:48px;font-weight:900;line-height:1}.range-value small{color:#fff9;letter-spacing:0;margin-left:7px;font-size:13px;font-weight:600}.bill-range{width:100%;height:5px;accent-color:var(--yellow);cursor:pointer}.range-labels{color:#ffffff75;justify-content:space-between;margin-top:10px;font-size:11px;display:flex}.estimate-card{color:var(--ink);background:#fff;border-radius:20px;padding:34px;position:relative;box-shadow:0 30px 90px #00000047}.estimate-card:before{content:"";z-index:0;background:var(--yellow);opacity:.17;border-radius:50%;width:270px;height:270px;position:absolute;top:-130px;right:-120px}.estimate-card>*{z-index:1;position:relative}.estimate-header{border-bottom:1px solid var(--line);letter-spacing:.11em;text-transform:uppercase;justify-content:space-between;align-items:center;padding-bottom:22px;font-size:12px;font-weight:900;display:flex}.estimate-header b{color:#168553;background:#e6f7ef;border-radius:999px;padding:7px 10px;font-size:9px}.estimate-primary{padding:32px 0}.estimate-primary small,.estimate-primary strong,.estimate-primary span{display:block}.estimate-primary small{color:var(--muted);font-size:12px}.estimate-primary strong{color:var(--navy);letter-spacing:-.06em;margin:7px 0;font-size:clamp(42px,5vw,62px);line-height:1}.estimate-primary span{color:var(--muted);font-size:12px}.estimate-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:1fr 1fr;margin-bottom:28px;display:grid}.estimate-grid>div{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:96px;padding:20px}.estimate-grid small,.estimate-grid b{display:block}.estimate-grid small{color:#84939b;letter-spacing:.08em;text-transform:uppercase;margin-bottom:9px;font-size:10px}.estimate-grid b{font-size:17px}.full-button{cursor:pointer;border:0;width:100%}.estimate-card>p{color:#82919a;margin:16px 0 0;font-size:10px;line-height:1.55}.programme-section{background:var(--cream)}.programme-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.programme-grid article{background:#ffffffb8;border:1px solid #dedfd9;border-radius:14px;grid-template-columns:50px 1fr;gap:24px;min-height:205px;padding:30px;display:grid}.programme-step{background:var(--navy);width:50px;height:50px;color:var(--yellow);border-radius:50%;place-items:center;font-size:13px;font-weight:900;display:grid}.programme-grid small{color:#88949a;letter-spacing:.11em;text-transform:uppercase;font-size:10px;font-weight:900}.programme-grid h3{letter-spacing:-.04em;margin:9px 0 11px;font-size:28px}.programme-grid p{color:var(--muted);margin:0;font-size:13px;line-height:1.65}.programme-grid .deadline-programme{background:var(--yellow);border-color:var(--yellow)}.deadline-programme .programme-step{color:var(--navy);background:#fff}.deadline-programme small,.deadline-programme p{color:#071d2cb8}.regional-note{background:#fff;border:1px solid #d7d9d4;border-radius:14px;grid-template-columns:repeat(3,1fr);margin-top:28px;display:grid}.regional-note>div{border-right:1px solid #d7d9d4;padding:24px}.regional-note>div:last-child{border-right:0}.regional-note span,.regional-note b{display:block}.regional-note span{color:#979f9d;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:9px}.regional-note b{font-size:13px;line-height:1.4}.energy-explainer{background:#fff}.energy-heading>p{max-width:510px}.energy-house-visual{background:var(--cream);border:1px solid #dfe3e4;border-radius:22px 22px 0 0;margin:0;position:relative;overflow:hidden;box-shadow:0 24px 70px #071d2c1f}.energy-house-visual>img{aspect-ratio:3/2;object-fit:cover;width:100%;display:block}.energy-house-visual figcaption{z-index:2;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#071d2ce6;border:1px solid #ffffff6b;border-radius:12px;gap:5px;max-width:250px;padding:14px 17px;display:grid;position:absolute;top:24px;left:24px}.energy-house-visual figcaption span{color:var(--yellow);letter-spacing:.11em;text-transform:uppercase;font-size:9px;font-weight:900}.energy-house-visual figcaption strong{font-size:14px}.system-marker{z-index:2;background:var(--yellow);width:34px;height:34px;color:var(--navy);border:3px solid #fff;border-radius:50%;place-items:center;font-size:11px;font-style:normal;font-weight:900;display:grid;position:absolute;transform:translate(-50%,-50%);box-shadow:0 8px 20px #071d2c47}.marker-panels{top:24%;left:53%}.marker-inverter{top:66%;left:70%}.marker-home{top:70%;left:50%}.marker-meter{top:83%;left:75%}.marker-grid{top:36%;left:92%}.energy-visual-legend{border:1px solid var(--navy);background:var(--navy);color:#fff;border-top:0;border-radius:0 0 22px 22px;grid-template-columns:repeat(5,1fr);display:grid}.energy-visual-legend article{border-right:1px solid #ffffff21;grid-template-columns:28px 1fr;gap:10px;min-width:0;padding:20px 16px;display:grid}.energy-visual-legend article:last-child{border-right:0}.energy-visual-legend article>span{background:var(--yellow);width:27px;height:27px;color:var(--navy);border-radius:50%;place-items:center;font-size:9px;font-weight:900;display:grid}.energy-visual-legend strong{margin:2px 0 6px;font-size:13px;display:block}.energy-visual-legend p{color:#ffffff9e;margin:0;font-size:10px;line-height:1.45}.energy-summary-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:36px;display:grid}.energy-summary-grid article{border-top:3px solid var(--yellow);background:#f7f6f1;grid-template-columns:38px 1fr;gap:15px;padding:24px;display:grid}.energy-summary-grid article>span{background:var(--navy);width:34px;height:34px;color:var(--yellow);border-radius:50%;place-items:center;font-size:11px;font-weight:900;display:grid}.energy-summary-grid strong{margin:2px 0 8px;font-size:15px;display:block}.energy-summary-grid p{color:var(--muted);margin:0;font-size:11px;line-height:1.55}.tariff-section{background:var(--navy);color:#fff}.tariff-heading h2{color:#fff}.tariff-heading>p{color:#ffffffa6;max-width:520px;line-height:1.7}.tariff-heading>p b{color:#fff}.tariff-rate-grid{grid-template-columns:1fr 1fr .9fr;gap:16px;display:grid}.tariff-rate-card,.export-rate-card{border-radius:17px;min-width:0;padding:30px}.tariff-rate-card{color:var(--navy);background:#fff}.high-rate-card{background:var(--yellow)}.rate-card-top{border-bottom:1px solid #071d2c21;justify-content:space-between;align-items:center;gap:16px;padding-bottom:20px;display:flex}.rate-card-top span{color:#7d8c94;letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:900}.high-rate-card .rate-card-top span{color:#071d2c94}.rate-card-top strong{font-size:13px}.rate-number{padding:28px 0 24px}.rate-number small,.rate-number b,.rate-number span{display:block}.rate-number small{color:#83929a;text-transform:uppercase;letter-spacing:.1em;margin-bottom:5px;font-size:10px}.high-rate-card .rate-number small{color:#071d2c94}.rate-number b{letter-spacing:-.07em;font-size:clamp(52px,5vw,72px);line-height:.95}.rate-number span{margin-top:8px;font-size:12px;font-weight:900}.rate-breakdown{border-top:1px solid #071d2c21;grid-template-columns:1fr;display:grid}.rate-breakdown span{color:#71828b;border-bottom:1px solid #071d2c1a;justify-content:space-between;gap:12px;padding:10px 0;font-size:10px;display:flex}.high-rate-card .rate-breakdown span{color:#071d2cb3}.rate-breakdown b{color:var(--navy)}.tariff-rate-card>p{color:#778991;margin:20px 0 0;font-size:10px;line-height:1.55}.high-rate-card>p{color:#071d2cad}.export-rate-card{background:#ffffff0e;border:1px solid #ffffff2e;flex-direction:column;justify-content:center;display:flex}.export-label{color:var(--yellow);letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:900}.export-rate-card h3{color:#fff;letter-spacing:-.04em;margin:18px 0 13px;font-size:27px;line-height:1.08}.export-rate-card>p{color:#ffffffa3;margin:0;font-size:12px;line-height:1.7}.export-rate-card>p b{color:#fff}.export-equation{border-top:1px solid #ffffff24;gap:7px;margin-top:26px;padding-top:22px;display:grid}.export-equation span{color:#fff;font-size:19px;font-weight:900}.export-equation b{color:var(--yellow);letter-spacing:.08em;text-transform:uppercase;font-size:9px}.tariff-takeaway{color:var(--navy);background:#fff;border-radius:14px;grid-template-columns:150px 1fr;gap:28px;margin-top:20px;padding:27px 30px;display:grid}.tariff-takeaway>span{color:#8d6a00;letter-spacing:.11em;text-transform:uppercase;font-size:9px;font-weight:900}.tariff-takeaway p{margin:0;font-size:13px;line-height:1.65}.tariff-source{color:#ffffff6e;margin:17px 0 0;font-size:9px;line-height:1.55}.how-section{background:#fff}.process-list{border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:0;margin:0;padding:0;list-style:none;display:grid}.process-list li{border-right:1px solid var(--line);min-height:285px;padding:34px 28px 0 0;position:relative}.process-list li:not(:first-child){padding-left:28px}.process-list li:last-child{border-right:0}.process-list>li>span{border:1px solid var(--line);color:#8d9ba3;border-radius:50%;place-items:center;width:44px;height:44px;margin-bottom:62px;font-size:11px;font-weight:900;display:inline-grid}.process-list li:not(:last-child):after{content:"→";z-index:1;text-align:center;width:26px;height:20px;color:var(--yellow);background:#fff;font-weight:900;position:absolute;top:47px;right:-13px}.process-list h3{letter-spacing:-.03em;margin:0 0 13px;font-size:21px}.process-list p{color:var(--muted);margin:0;font-size:13px;line-height:1.7}.system-section{color:#fff;background:#0b2639;overflow:hidden}.system-heading h2{color:#fff}.system-heading>p{color:#ffffff9e;max-width:520px;line-height:1.7}.system-option-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.system-option{border-radius:18px;min-width:0;padding:35px;position:relative}.standard-option{color:var(--navy);background:#fff}.hybrid-option{background:var(--yellow);color:var(--navy)}.option-top{border-bottom:1px solid #071d2c21;justify-content:space-between;align-items:center;gap:14px;padding-bottom:22px;display:flex}.option-top span{letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:900}.option-top b{background:var(--navy);color:#fff;border-radius:999px;padding:7px 10px;font-size:9px}.option-visual{background:#dfe7e8;border-radius:13px;margin:28px 0 25px;position:relative;overflow:hidden}.option-visual img{aspect-ratio:3/2;object-fit:cover;width:100%;display:block}.option-visual figcaption{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#071d2ce6;border-radius:9px;gap:3px;padding:11px 13px;display:grid;position:absolute;inset:auto 12px 12px}.option-visual figcaption b{color:var(--yellow);letter-spacing:.06em;text-transform:uppercase;font-size:10px}.option-visual figcaption span{color:#ffffffb8;font-size:9px;line-height:1.35}.system-option h3{letter-spacing:-.045em;margin:0;font-size:32px}.option-subtitle{color:#6f818a;margin:8px 0 27px;font-size:12px}.hybrid-option .option-subtitle{color:#071d2ca3}.system-option ul{border-top:1px solid #071d2c1f;margin:0;padding:0;list-style:none}.system-option li{border-bottom:1px solid #071d2c1a;grid-template-columns:22px 1fr;gap:10px;padding:13px 0;font-size:12px;line-height:1.45;display:grid}.system-option li span{background:var(--navy);width:20px;height:20px;color:var(--yellow);border-radius:50%;place-items:center;font-size:9px;font-weight:900;display:grid}.best-for{background:#edf1f2;border-radius:11px;margin-top:25px;padding:20px}.hybrid-option .best-for{background:#ffffffa3}.best-for small,.best-for strong{display:block}.best-for small{color:#74858d;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-size:9px;font-weight:900}.best-for strong{font-size:13px;line-height:1.55}.battery-threshold-panel{background:#ffffff0b;border:1px solid #ffffff29;border-radius:17px;grid-template-columns:.8fr 1.2fr;gap:50px;margin-top:20px;padding:34px;display:grid}.threshold-kicker{color:var(--yellow);letter-spacing:.11em;text-transform:uppercase;font-size:9px;font-weight:900}.threshold-copy h3{color:#fff;letter-spacing:-.04em;margin:14px 0 0;font-size:26px;line-height:1.18}.threshold-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.threshold-grid>div{background:#ffffff12;border-radius:9px;grid-template-columns:28px 1fr;gap:12px;padding:15px;display:grid}.threshold-grid span{color:var(--yellow);font-size:10px;font-weight:900}.threshold-grid p{color:#ffffff9e;margin:0;font-size:11px;line-height:1.5}.threshold-grid b{color:#fff}.hybrid-ready-note{min-height:140px;color:var(--navy);background:#fff;border-radius:15px;justify-content:space-between;align-items:center;gap:28px;margin-top:20px;padding:28px 32px;display:flex}.hybrid-ready-note div span,.hybrid-ready-note div strong{display:block}.hybrid-ready-note div span{color:#8a6a00;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-size:9px;font-weight:900}.hybrid-ready-note div strong{max-width:650px;font-size:20px;line-height:1.35}.residential-track-section{background:var(--cream)}.residential-track-heading>p{max-width:520px}.residential-gallery{grid-template-columns:repeat(4,1fr);grid-auto-rows:215px;gap:14px;display:grid}.residential-project{background:var(--navy);border-radius:14px;min-width:0;position:relative;overflow:hidden}.residential-project.featured-home{grid-area:span 2/span 2}.residential-project img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.residential-project:hover img{transform:scale(1.045)}.residential-project-shade{background:linear-gradient(#0000 42%,#03111ae0);position:absolute;inset:0}.residential-project-copy{z-index:2;color:#fff;justify-content:space-between;align-items:flex-end;gap:16px;display:flex;position:absolute;inset:auto 18px 17px}.residential-project-copy>span{color:var(--yellow);letter-spacing:.1em;font-size:10px;font-weight:900}.residential-project-copy div{text-align:right}.residential-project-copy strong,.residential-project-copy small{display:block}.residential-project-copy strong{letter-spacing:-.03em;font-size:19px}.residential-project-copy small{color:#ffffffb3;text-transform:uppercase;letter-spacing:.06em;margin-top:4px;font-size:10px}.featured-home .residential-project-copy{inset:auto 27px 25px}.featured-home .residential-project-copy strong{font-size:29px}.residential-track-cta{background:var(--navy);color:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:28px;min-height:145px;margin-top:20px;padding:28px 32px;display:flex}.residential-track-cta div span,.residential-track-cta div strong{display:block}.residential-track-cta div span{color:var(--yellow);letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:10px;font-weight:900}.residential-track-cta div strong{letter-spacing:-.03em;font-size:23px}.trust-section{background:#fff}.why-us-grid{border:1px solid var(--line);border-radius:15px;grid-template-columns:repeat(4,1fr);margin-bottom:20px;display:grid;overflow:hidden}.why-us-grid article{border-right:1px solid var(--line);min-height:205px;padding:28px}.why-us-grid article:last-child{border-right:0}.why-us-grid strong,.why-us-grid span{display:block}.why-us-grid strong{color:var(--navy);letter-spacing:-.05em;font-size:34px}.why-us-grid span{color:#8b6b00;letter-spacing:.1em;text-transform:uppercase;margin:16px 0 11px;font-size:9px;font-weight:900}.why-us-grid p{color:var(--muted);margin:0;font-size:11px;line-height:1.6}.authority-panel{background:var(--cream);border-radius:17px;grid-template-columns:.7fr 1.3fr;gap:40px;padding:35px;display:grid}.authority-intro{align-self:center}.authority-intro>span{color:#8b6b00;letter-spacing:.11em;text-transform:uppercase;font-size:9px;font-weight:900}.authority-intro h3{letter-spacing:-.04em;margin:14px 0 12px;font-size:28px;line-height:1.15}.authority-intro p{color:var(--muted);margin:0;font-size:12px;line-height:1.65}.authority-logo-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.authority-logo-grid>div{background:#fff;border-radius:11px;flex-direction:column;justify-content:flex-end;align-items:flex-start;min-width:0;min-height:190px;padding:22px 15px;display:flex}.authority-logo-grid img{object-fit:contain;object-position:left center;width:100%;height:64px;margin-bottom:auto}.authority-logo-grid strong{margin-top:18px;font-size:13px}.authority-logo-grid span{color:var(--muted);margin-top:5px;font-size:9px;line-height:1.35}.trusted-heading{justify-content:space-between;align-items:end;gap:28px;margin:55px 0 20px;display:flex}.trusted-heading span{letter-spacing:-.03em;font-size:19px;font-weight:900}.trusted-heading p{color:var(--muted);margin:0;font-size:11px}.project-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.project-card{border:1px solid var(--line);background:#fff;border-radius:16px;overflow:hidden}.project-image{background:var(--cream);height:235px;position:relative;overflow:hidden}.project-image img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.project-card:hover img{transform:scale(1.04)}.project-image span{background:var(--yellow);color:var(--navy);border-radius:4px;padding:8px 11px;font-size:11px;font-weight:900;position:absolute;bottom:17px;left:18px}.project-copy{min-height:154px;padding:25px}.project-copy h3{letter-spacing:-.03em;margin:0 0 12px;font-size:22px}.project-copy p{color:var(--muted);margin:0;font-size:13px;line-height:1.65}.why-us-cta{background:var(--navy);color:#fff;border-radius:15px;justify-content:space-between;align-items:center;gap:30px;min-height:150px;margin-top:20px;padding:30px 34px;display:flex}.why-us-cta div span,.why-us-cta div strong{display:block}.why-us-cta div span{color:var(--yellow);letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-size:9px;font-weight:900}.why-us-cta div strong{max-width:700px;font-size:18px;line-height:1.45}.lead-section{background:var(--yellow);color:var(--navy);padding:120px 0}.lead-layout{grid-template-columns:1fr 500px;align-items:center;gap:90px;display:grid}.lead-copy .section-kicker,.lead-copy h2{color:var(--navy)}.lead-copy>p{color:#071d2cb8;max-width:580px;margin:24px 0 30px;font-size:16px;line-height:1.7}.lead-copy ul{margin:0;padding:0;list-style:none}.lead-copy li{gap:11px;margin:14px 0;font-size:14px;font-weight:800;display:flex}.lead-copy li span{background:var(--navy);height:22px;color:var(--yellow);border-radius:50%;flex:0 0 22px;place-items:center;font-size:11px;display:grid}.assessment-form{color:var(--ink);background:#fff;border-radius:18px;padding:32px;box-shadow:0 26px 70px #071d2c33}.form-top{border-bottom:1px solid var(--line);text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:20px;font-size:12px;font-weight:900;display:flex}.form-top b{color:#52717f;background:#edf5f7;border-radius:999px;padding:7px 9px;font-size:9px}.assessment-form>label:not(.consent-row){color:#5e6f78;letter-spacing:.06em;text-transform:uppercase;margin-bottom:17px;font-size:11px;font-weight:900;display:block}.assessment-form input[type=text],.assessment-form select{width:100%;height:50px;color:var(--ink);background:#fff;border:1px solid #ccd7dc;border-radius:7px;outline:none;margin-top:8px;padding:0 14px}.assessment-form input:focus,.assessment-form select:focus{border-color:#ba8c00;box-shadow:0 0 0 3px #ffc4002b}.consent-row{color:#74838b;grid-template-columns:18px 1fr;align-items:start;gap:10px;margin:7px 0 20px;font-size:10px;line-height:1.5;display:grid}.consent-row input{width:17px;height:17px;accent-color:var(--navy);margin:0}.assessment-form .button-primary{background:var(--navy);color:#fff}.form-note{text-align:center;color:#8b979e;margin:14px 0 0;font-size:9px}.faq-section{background:var(--cream)}.faq-layout{grid-template-columns:.75fr 1.25fr;gap:85px;display:grid}.faq-heading{align-self:start;position:sticky;top:30px}.faq-heading h2{margin-bottom:30px}.faq-heading>a{border-bottom:1px solid var(--ink);gap:8px;padding-bottom:8px;font-size:13px;font-weight:900;display:inline-flex}.faq-heading>a span{color:#b98f00}.faq-list{border-top:1px solid #d4d8d8}.faq-list details{border-bottom:1px solid #d4d8d8}.faq-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;min-height:86px;font-size:17px;font-weight:800;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{background:var(--yellow);border-radius:50%;flex:0 0 31px;place-items:center;width:31px;height:31px;transition:transform .2s;display:grid}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details>p{color:var(--muted);margin:-4px 55px 28px 0;font-size:14px;line-height:1.75}.office-section{background:var(--navy);color:#fff;padding:94px 0}.office-layout{grid-template-columns:1.05fr 1.45fr;align-items:end;gap:70px;display:grid}.office-layout h2{color:#fff;max-width:520px}.office-layout>div:first-child>p:last-child{color:#ffffff9e;max-width:520px;margin:22px 0 0;font-size:14px;line-height:1.7}.office-grid{border-top:1px solid #ffffff2b;border-left:1px solid #ffffff2b;grid-template-columns:repeat(3,1fr);display:grid}.office-grid div{border-bottom:1px solid #ffffff2b;border-right:1px solid #ffffff2b;min-height:88px;padding:19px}.office-grid span,.office-grid b{display:block}.office-grid span{color:var(--yellow);margin-bottom:12px;font-size:9px}.office-grid b{font-size:13px}.office-layout>.button{grid-column:2;justify-self:start;margin-top:-36px}.privacy-section{color:#fff;background:#061722;padding:40px 0}.privacy-details{border-top:1px solid #ffffff2b;border-bottom:1px solid #ffffff2b}.privacy-details>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;min-height:74px;font-size:13px;font-weight:800;list-style:none;display:flex}.privacy-details>summary::-webkit-details-marker{display:none}.privacy-details>summary span{color:var(--yellow);font-size:11px}.privacy-content{color:#ffffffa8;max-width:900px;padding:10px 0 40px;font-size:12px;line-height:1.75}.privacy-content h3{color:#fff;margin:28px 0 7px;font-size:14px}.privacy-content p{margin:0 0 12px}footer{color:var(--navy);background:#e9dfc4;padding:72px 0 24px}.footer-grid{grid-template-columns:1.5fr repeat(3,1fr);gap:55px;display:grid}.footer-brand img{filter:none;width:250px}.footer-brand p{color:#071d2c9e;max-width:300px;margin:20px 0 0;font-size:13px;line-height:1.6}.footer-grid h2{color:#795b00;letter-spacing:.12em;text-transform:uppercase;margin:0 0 22px;font-size:11px}.footer-grid>div:not(.footer-brand) a,.footer-grid>div:not(.footer-brand)>span{color:#071d2cb3;margin:11px 0;font-size:12px;display:block}.footer-grid a:hover{color:#795b00!important}.footer-whatsapp{font-weight:900;color:var(--navy)!important}.footer-whatsapp span{color:#795b00}.footer-bottom{color:#071d2c85;text-transform:uppercase;letter-spacing:.08em;border-top:1px solid #071d2c29;justify-content:space-between;margin-top:58px;padding-top:20px;font-size:9px;display:flex}.floating-whatsapp{z-index:30;color:#fff;background:#20b66e;border-radius:999px;align-items:center;gap:9px;padding:12px 17px 12px 12px;font-size:13px;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 12px 34px #00000040}.floating-whatsapp span{border:2px solid #fff;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}@media (width<=1000px){.site-header{grid-template-columns:1fr auto}.desktop-nav{display:none}.hero{min-height:830px}.hero-content{grid-template-columns:1fr 300px;gap:30px;min-height:830px}.hero-shade{background:linear-gradient(90deg,#041622f7,#041622b8 65%,#0416224d)}.coverage-inner{align-items:flex-start;padding:18px 0}.locations{gap:14px 20px}.proof-strip{grid-template-columns:repeat(3,1fr);padding:30px 0}.accreditations{border-top:1px solid var(--line);grid-column:1/-1;justify-content:flex-start;padding-top:22px}.section{padding:88px 0}.split-heading{gap:38px}.benefit-grid{grid-template-columns:1fr 1fr}.benefit-card:nth-child(3){grid-column:1/-1;min-height:320px}.savings-layout{grid-template-columns:1fr;gap:52px}.savings-copy{max-width:680px}.programme-grid article{min-height:225px}.energy-visual-legend{grid-template-columns:repeat(3,1fr)}.energy-visual-legend article:nth-child(3){border-right:0}.energy-visual-legend article:nth-child(-n+3){border-bottom:1px solid #ffffff21}.tariff-rate-grid{grid-template-columns:1fr 1fr}.export-rate-card{grid-column:1/-1;min-height:300px}.process-list{grid-template-columns:1fr 1fr}.process-list li{border-bottom:1px solid var(--line);min-height:230px;padding:28px}.process-list li:nth-child(2){border-right:0}.process-list li:nth-child(3),.process-list li:nth-child(4){border-bottom:0}.process-list>li>span{margin-bottom:40px}.process-list li:after{display:none}.battery-threshold-panel{grid-template-columns:1fr;gap:28px}.why-us-grid{grid-template-columns:1fr 1fr}.why-us-grid article{border-bottom:1px solid var(--line)}.why-us-grid article:nth-child(2){border-right:0}.why-us-grid article:nth-child(3),.why-us-grid article:nth-child(4){border-bottom:0}.authority-panel{grid-template-columns:1fr}.residential-gallery{grid-template-columns:1fr 1fr;grid-auto-rows:230px}.residential-project.featured-home{grid-column:span 2}.project-image{height:200px}.lead-layout{grid-template-columns:1fr;gap:52px}.lead-copy{max-width:720px}.assessment-form{max-width:650px}.faq-layout{grid-template-columns:1fr;gap:48px}.faq-heading{max-width:600px;position:static}.office-layout{grid-template-columns:1fr;gap:48px}.office-layout>.button{grid-column:1;margin-top:-20px}.footer-grid{grid-template-columns:1.3fr 1fr;row-gap:48px}}@media (width<=720px){.page-shell{width:min(100% - 32px,1180px)}.site-header{height:72px;padding:0 16px}.brand{width:188px}.site-header>.button{min-height:40px;padding:0 13px;font-size:12px}.hero,.hero-content{min-height:auto}.hero-image{opacity:.72;background-position:65%}.hero-shade{background:linear-gradient(#041622e6 0%,#041622b8 43%,#041622fa 75%)}.hero-content{grid-template-columns:1fr;gap:38px;padding-top:128px;padding-bottom:36px}.hero-copy{padding-top:220px}.eyebrow{font-size:11px}h1{font-size:clamp(44px,13.3vw,62px)}.hero-lead{margin:20px 0 24px;font-size:16px}.hero-actions{flex-direction:column;align-items:stretch;gap:10px}.hero-actions .button{width:100%}.text-link{align-self:flex-start}.hero-points{gap:9px;display:grid}.rebate-card{margin:0;padding:23px}.coverage-inner{padding:20px 0;display:block}.coverage-inner p{margin-bottom:15px}.locations{justify-content:flex-start;gap:12px 18px}.proof-strip{grid-template-columns:1fr 1fr;gap:22px;padding:28px 0}.proof-strip>div:not(.accreditations){min-height:72px;padding-right:12px;display:block}.proof-strip>div:nth-child(3){border-right:0;border-top:1px solid var(--line);grid-column:1/-1;padding-top:20px}.proof-strip strong,.proof-strip span{display:block}.proof-strip span{margin-top:7px}.accreditations{gap:15px;overflow:hidden}.accreditations img{width:50px}.section{padding:68px 0}.section-heading{margin-bottom:35px}.section-heading h2,.savings-copy h2,.system-copy h2,.lead-copy h2,.faq-heading h2,.office-layout h2{font-size:clamp(36px,10.7vw,49px)}.split-heading{grid-template-columns:1fr;align-items:start;gap:18px}.benefit-grid{grid-template-columns:1fr}.benefit-card,.benefit-card:nth-child(3){grid-column:auto;min-height:330px;padding:25px}.benefit-icon{margin-bottom:35px}.card-tag{left:25px}.cta-ribbon-inner{flex-direction:column;justify-content:center;align-items:stretch;min-height:210px;padding:32px 0}.cta-ribbon-inner div strong{font-size:21px}.savings-section{padding:74px 0}.savings-layout{gap:38px}.range-value{font-size:41px}.estimate-card{padding:24px}.estimate-header{align-items:flex-start;gap:12px}.estimate-primary strong{font-size:42px}.estimate-grid,.programme-grid{grid-template-columns:1fr}.programme-grid article{grid-template-columns:43px 1fr;gap:16px;min-height:auto;padding:23px}.programme-step{width:43px;height:43px}.programme-grid h3{font-size:24px}.regional-note{grid-template-columns:1fr}.regional-note>div{border-bottom:1px solid #d7d9d4;border-right:0}.regional-note>div:last-child{border-bottom:0}.energy-house-visual{border-radius:15px 15px 0 0}.energy-house-visual>img{aspect-ratio:3/2}.energy-house-visual figcaption{padding:10px 12px;top:12px;left:12px}.energy-house-visual figcaption strong{font-size:12px}.system-marker{border-width:2px;width:27px;height:27px;font-size:9px}.energy-visual-legend{border-radius:0 0 15px 15px;grid-template-columns:1fr}.energy-visual-legend article,.energy-visual-legend article:nth-child(3),.energy-visual-legend article:nth-child(-n+3){border-bottom:1px solid #ffffff21;border-right:0;padding:14px 16px}.energy-visual-legend article:last-child{border-bottom:0}.energy-summary-grid,.tariff-rate-grid{grid-template-columns:1fr}.export-rate-card{grid-column:auto;min-height:320px}.tariff-rate-card,.export-rate-card{padding:25px}.tariff-takeaway{grid-template-columns:1fr;gap:12px;padding:25px}.process-list{grid-template-columns:1fr}.process-list li,.process-list li:not(:first-child){border-right:0;border-bottom:1px solid var(--line);grid-template-columns:46px 1fr;gap:18px;min-height:auto;padding:27px 0;display:grid}.process-list li:nth-child(3){border-bottom:1px solid var(--line)}.process-list>li>span{margin:0}.system-option-grid{grid-template-columns:1fr}.system-option{padding:26px}.system-option h3{font-size:29px}.battery-threshold-panel{padding:26px}.threshold-grid{grid-template-columns:1fr}.hybrid-ready-note{flex-direction:column;justify-content:center;align-items:stretch;min-height:240px;padding:27px}.hybrid-ready-note .button{width:100%}.residential-gallery{grid-template-columns:1fr;grid-auto-rows:255px}.residential-project.featured-home{grid-area:auto}.featured-home .residential-project-copy{inset:auto 18px 17px}.featured-home .residential-project-copy strong{font-size:21px}.residential-track-cta{flex-direction:column;justify-content:center;align-items:stretch;min-height:230px;padding:27px}.residential-track-cta .button{width:100%}.project-grid{grid-template-columns:1fr}.project-image{height:230px}.project-copy{min-height:auto}.why-us-grid{grid-template-columns:1fr}.why-us-grid article{border-right:0;min-height:auto;border-bottom:1px solid var(--line)!important}.why-us-grid article:last-child{border-bottom:0!important}.authority-panel{padding:26px}.authority-logo-grid{grid-template-columns:1fr 1fr}.authority-logo-grid>div{min-height:175px}.trusted-heading{flex-direction:column;align-items:flex-start;gap:8px}.why-us-cta{flex-direction:column;justify-content:center;align-items:stretch;min-height:260px;padding:27px}.why-us-cta .button{width:100%}.lead-section{padding:74px 0}.lead-layout{gap:36px}.assessment-form{padding:23px}.form-top{align-items:flex-start;gap:12px}.faq-list summary{min-height:78px;font-size:15px}.office-section{padding:70px 0}.office-grid{grid-template-columns:1fr 1fr}.office-layout>.button{width:100%;margin-top:-18px}.privacy-details>summary{flex-direction:column;justify-content:center;align-items:flex-start;min-height:88px}.footer-grid{grid-template-columns:1fr 1fr;gap:40px 28px}.footer-brand,.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{flex-direction:column;align-items:flex-start;gap:9px}.floating-whatsapp{justify-content:center;min-height:52px;bottom:14px;left:16px;right:16px}body{padding-bottom:72px}}@media (width<=390px){.brand{width:156px}.site-header>.button{padding:0 10px}.hero-copy{padding-top:180px}.rebate-amount{font-size:38px}.estimate-primary strong{font-size:37px}.authority-logo-grid,.office-grid,.footer-grid{grid-template-columns:1fr}.footer-brand,.footer-grid>div:last-child{grid-column:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
