@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";:root{--navy: #0E2438;--navy-light: #16324A;--teal: #00C48C;--teal-dark: #00A374;--offwhite: #F7F8FA;--white: #FFFFFF;--slate: #5A6B7B;--ink: #1A2733;--amber: #F5A623;--border: #E3E8ED;--footer-link: #8FA3B5;--on-navy-body: #A9BAC9;--divider-navy: rgba(255, 255, 255, .12);--shadow-whisper: 0 1px 2px rgba(14, 36, 56, .05);--font-sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius: 8px;--radius-card: 12px;--transition: .15s ease;--header-h: 72px;--max-width: 1200px;--color-bg: var(--offwhite);--color-bg-soft: var(--white);--color-bg-muted: var(--border);--color-bg-dark: var(--navy);--color-surface: var(--white);--color-border: var(--border);--color-border-light: var(--border);--color-text: var(--ink);--color-text-muted: var(--slate);--color-accent: var(--teal);--color-accent-hover: var(--teal-dark);--color-accent-soft: rgba(0, 196, 140, .1);--color-secondary: var(--navy);--color-secondary-hover: var(--navy-light);--color-secondary-soft: rgba(14, 36, 56, .06);--color-energy: var(--amber);--color-energy-soft: rgba(245, 166, 35, .12);--font-display: var(--font-sans);--radius-sm: var(--radius);--radius-md: var(--radius-card);--radius-lg: var(--radius-card);--radius-full: 9999px;--shadow-sm: var(--shadow-whisper);--shadow-md: none;--shadow-lg: none;--shadow-glow: none}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{font-family:var(--font-sans);background:var(--offwhite);color:var(--slate);line-height:1.65;font-size:16.5px;font-weight:400;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:min(100% - 2.5rem,var(--max-width));margin-inline:auto}h1,h2,.display{font-family:var(--font-sans);font-weight:600;color:var(--ink);line-height:1.2;letter-spacing:-.02em}h3{font-family:var(--font-sans);font-weight:500;color:var(--ink);line-height:1.3}h1.display{font-size:clamp(2rem,4.5vw,2.75rem)}h2.display{font-size:clamp(1.65rem,3vw,2.15rem)}.display em{font-style:normal;color:var(--teal);font-weight:600}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--teal-dark)}.lead{font-size:1.0625rem;color:var(--slate);line-height:1.65;max-width:58ch}.section-title{font-size:clamp(1.5rem,2.5vw,1.85rem);font-weight:600;color:var(--ink);margin-bottom:2.5rem;letter-spacing:-.02em}.section-intro{color:var(--slate);max-width:52ch;margin:-1.5rem 0 2.5rem;font-size:1.05rem}.text-link{font-weight:500;color:var(--teal-dark);display:inline-flex;align-items:center;gap:.35rem;transition:color var(--transition)}.text-link:hover{color:var(--teal-dark);text-decoration:underline;text-underline-offset:3px}.prose p{margin-bottom:1.15rem;color:var(--slate);max-width:68ch}.prose .section-title{margin-bottom:1.5rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-h);display:flex;align-items:center;background:var(--white);border-bottom:1px solid transparent;transition:border-color var(--transition),background var(--transition)}.site-header.scrolled{border-bottom-color:var(--border)}.site-header--over-hero{background:transparent;border-bottom-color:transparent}.site-header--over-hero .logo,.site-header--over-hero .nav-desktop a,.site-header--over-hero .menu-toggle{color:var(--white)}.site-header--over-hero .nav-desktop a{color:#ffffffc7}.site-header--over-hero .nav-desktop a:hover,.site-header--over-hero .nav-desktop a.active{color:var(--white)}.site-header--over-hero.scrolled,.site-header--over-hero.is-solid{background:var(--white)}.site-header--over-hero.scrolled .logo,.site-header--over-hero.is-solid .logo,.site-header--over-hero.scrolled .menu-toggle,.site-header--over-hero.is-solid .menu-toggle{color:var(--ink)}.site-header--over-hero.scrolled .nav-desktop a,.site-header--over-hero.is-solid .nav-desktop a{color:var(--slate)}.site-header--over-hero.scrolled .nav-desktop a:hover,.site-header--over-hero.scrolled .nav-desktop a.active,.site-header--over-hero.is-solid .nav-desktop a:hover,.site-header--over-hero.is-solid .nav-desktop a.active{color:var(--ink)}.header-inner{display:flex;align-items:center;justify-content:space-between;width:min(100% - 2.5rem,var(--max-width));margin-inline:auto}.logo{display:flex;align-items:center;gap:.65rem;font-weight:600;font-size:1.05rem;letter-spacing:-.02em;color:var(--ink)}.logo--text{font-weight:600}.nav-desktop{display:flex;align-items:center;gap:1.75rem}.nav-desktop a{font-size:.9rem;font-weight:500;color:var(--slate);transition:color var(--transition)}.nav-desktop a:hover,.nav-desktop a.active{color:var(--ink)}.nav-dropdown{position:relative;display:flex;align-items:center}.nav-dropdown>a{display:inline-flex;align-items:center;gap:.3rem}.nav-dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(6px);min-width:200px;padding:.4rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-card);box-shadow:var(--shadow-whisper);display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:opacity var(--transition),transform var(--transition),visibility var(--transition);z-index:20}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.nav-dropdown-menu a{padding:.55rem .75rem;border-radius:var(--radius);white-space:nowrap;color:var(--slate)!important}.nav-dropdown-menu a:hover,.nav-dropdown-menu a.active{background:var(--offwhite);color:var(--ink)!important}.header-actions{display:flex;align-items:center;gap:.75rem}.header-cta-wrap{display:inline-flex;align-items:center;gap:.55rem;height:36px}.header-actions .nav-cta{height:36px;padding:0 1.1rem;font-size:.82rem;border-radius:9999px}.ua-heart{display:inline-flex;align-items:center;line-height:0}.ua-heart svg{display:block}.cta-with-heart{display:inline-flex;align-items:center;justify-content:center;gap:.75rem}.lang-switcher{display:flex;align-items:center;gap:2px;height:36px;box-sizing:border-box;padding:3px;background:var(--offwhite);border:1px solid var(--border);border-radius:9999px}.site-header--over-hero:not(.scrolled):not(.is-solid) .lang-switcher{background:#ffffff1a;border-color:#fff3}.site-header--over-hero:not(.scrolled):not(.is-solid) .lang-btn{color:#ffffffbf}.lang-btn{font-family:inherit;font-size:.68rem;font-weight:600;padding:.3rem .55rem;border:none;border-radius:9999px;background:transparent;color:var(--slate);cursor:pointer;transition:background var(--transition),color var(--transition)}.lang-btn:hover{color:var(--ink)}.lang-btn.active{background:var(--navy);color:var(--white)}.menu-toggle{display:none;background:none;border:none;color:var(--ink);cursor:pointer;padding:.5rem}.nav-mobile{display:none;position:fixed;top:0;right:0;bottom:0;left:0;top:var(--header-h);background:var(--white);padding:2rem;flex-direction:column;gap:1.25rem;z-index:99;border-top:1px solid var(--border)}.nav-mobile.open{display:flex}.nav-mobile a{font-size:1.05rem;font-weight:500;color:var(--ink)}.nav-mobile a.nav-mobile-sub{font-size:.95rem;font-weight:400;color:var(--slate);padding-left:1.25rem}.nav-mobile .lang-switcher{align-self:flex-start}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:44px;padding:0 1.35rem;font-family:inherit;font-size:.9rem;font-weight:500;border-radius:9999px;border:none;cursor:pointer;transition:background var(--transition),color var(--transition),border-color var(--transition)}.btn-primary{background:var(--teal);color:#04342c;border-radius:9999px}.btn-primary:hover{background:var(--teal-dark);color:var(--white)}.btn-lg{height:48px;padding:0 1.75rem;font-size:.95rem}.btn-secondary{background:transparent;color:var(--navy);border:1px solid var(--navy)}.btn-secondary:hover{background:var(--navy);color:var(--white)}.btn-outline-light,.btn-ghost-light{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.85)}.btn-outline-light:hover,.btn-ghost-light:hover{background:#ffffff14;border-color:var(--white)}.btn-ghost{background:var(--offwhite);color:var(--ink);border:1px solid var(--border)}.btn-ghost:hover{border-color:var(--teal-dark);color:var(--teal-dark)}.hero{position:relative;min-height:min(88vh,720px);display:flex;align-items:center;padding:calc(var(--header-h) + 3rem) 0 4rem;overflow:hidden;background:var(--navy);color:var(--white)}.hero--simple{min-height:min(78vh,640px)}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.hero-media .hero-poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0e2438,#16324a 45%,#0a1a28);background-size:cover;background-position:center}.hero-media.has-poster-img .hero-poster{background-image:url(/assets/hero-poster-D2_2sup-.jpg)}.hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(105deg,#0e2438e0,#0e2438b8 45%,#0e24388c);pointer-events:none}.hero-inner{position:relative;z-index:2;max-width:720px}.hero .display{color:var(--white);margin-bottom:1.25rem}.hero .display em{color:var(--teal)}.hero .lead{color:var(--on-navy-body);margin-bottom:2rem;font-size:1.0625rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center}.stats-inline{background:var(--navy);padding:2.75rem 0;border-top:1px solid var(--divider-navy)}.stats-inline-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stats-inline-grid strong{display:block;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:600;color:var(--white);font-variant-numeric:tabular-nums;line-height:1.1;margin-bottom:.4rem;letter-spacing:-.02em}.stats-inline-grid span{font-size:.85rem;color:var(--on-navy-body)}section{padding:6.5rem 0}.section-simple{padding:6.5rem 0;background:var(--offwhite)}.section-simple.section-alt,section.section-alt{background:var(--white)}.section-navy{background:var(--navy);color:var(--on-navy-body)}.section-navy .section-title,.section-navy h2,.section-navy h3{color:var(--white)}.section-navy .eyebrow{color:var(--teal)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.product-grid--wide{grid-template-columns:repeat(3,1fr)}.product-card,.service-card,.blog-card,.why-item,.why-simple-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-card);padding:1.75rem;box-shadow:none;transition:border-color var(--transition),transform var(--transition)}.section-alt .product-card,.section-alt .why-simple-item{background:var(--offwhite)}.product-card:hover,.service-card:hover,.blog-card:hover,.why-item:hover,.why-simple-item:hover{border-color:var(--teal-dark);transform:translateY(-2px);box-shadow:var(--shadow-whisper)}.product-card h3,.service-card h3{font-size:1.1rem;font-weight:500;margin-bottom:.75rem;color:var(--ink)}.product-card p,.service-card p{font-size:.95rem;color:var(--slate);margin-bottom:1.25rem;flex:1}.product-card{display:flex;flex-direction:column;overflow:hidden}.product-card:has(.product-card-media){padding:0}.product-card-media{aspect-ratio:16 / 9;background-size:cover;background-position:center;margin-bottom:0}.product-card-media--audit{background-image:url(/assets/bg-modeling-H1lrvdr8.jpg)}.product-card-media--build{background-image:url(/assets/bg-solar-53YPZifh.jpg)}.product-card-media--transaction{background-image:url(/assets/bg-storage-DeNSalNo.jpg)}.product-card:has(.product-card-media) h3,.product-card:has(.product-card-media) p,.product-card:has(.product-card-media) .text-link{padding-left:1.75rem;padding-right:1.75rem}.product-card:has(.product-card-media) h3{padding-top:1.25rem}.product-card:has(.product-card-media) .text-link{padding-bottom:1.75rem}.product-card .text-link{margin-top:auto}.why-simple{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.why-simple-item h3{font-size:1rem;font-weight:500;margin-bottom:.5rem}.why-simple-item p{font-size:.9rem;color:var(--slate)}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.steps-simple{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;width:100%;max-width:none}.steps-simple li{display:flex;gap:1.25rem;align-items:flex-start;padding:1.5rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-card);transition:border-color var(--transition),transform var(--transition)}.steps-simple li:hover{border-color:var(--teal-dark);transform:translateY(-2px)}.steps-simple-num{flex-shrink:0;width:2.25rem;height:2.25rem;display:grid;place-items:center;background:var(--navy);color:var(--white);font-weight:600;font-size:.9rem;border-radius:var(--radius);font-variant-numeric:tabular-nums}.steps-simple h3{font-size:1.05rem;font-weight:500;margin-bottom:.35rem}.steps-simple p{font-size:.95rem;color:var(--slate)}.steps-simple--page{grid-template-columns:repeat(2,1fr);max-width:none;margin-inline:0}@media(max-width:640px){.steps-simple,.steps-simple--page{grid-template-columns:1fr}}.section-cta-link{margin-top:2rem}.section-cta-link a{color:var(--teal-dark);font-weight:500}.section-cta-link a:hover{text-decoration:underline;text-underline-offset:3px}.text-center{text-align:center}.mt-2{margin-top:2rem}.cta-simple{background:var(--navy);padding:6rem 0;text-align:center}.cta-simple .section-title{color:var(--white);margin-bottom:.85rem}.cta-simple p{color:var(--on-navy-body);max-width:48ch;margin:0 auto 1.75rem}.cta-band{background:var(--navy);color:var(--white);border-radius:var(--radius-card);padding:4rem 3rem;text-align:center;border:1px solid var(--divider-navy)}.cta-band-glow{display:none}.cta-band h2{color:var(--white);margin-bottom:1rem}.cta-band p{color:var(--on-navy-body);margin-bottom:2rem;max-width:48ch;margin-inline:auto}.page-hero{padding:calc(var(--header-h) + 4rem) 0 3.5rem;background:var(--navy);color:var(--white);border-bottom:none;position:relative;overflow:hidden}.page-hero--photo{background-color:var(--navy);background-size:cover;background-position:center}.page-hero--photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0e2438d1,#0e2438e0);pointer-events:none}.page-hero--photo .container{position:relative;z-index:1}.page-hero--solar{background-image:url(/assets/bg-solar-53YPZifh.jpg)}.page-hero--wind{background-image:url(/assets/bg-wind-Bw1GGggJ.jpg)}.page-hero--storage{background-image:url(/assets/bg-storage-DeNSalNo.jpg)}.page-hero--grid{background-image:url(/assets/bg-grid-D0y2yF33.jpg)}.page-hero--modeling{background-image:url(/assets/bg-modeling-H1lrvdr8.jpg)}.page-hero:before{display:none}.page-hero .display,.page-hero h1{color:var(--white);margin:.5rem 0 1rem}.page-hero .lead{color:var(--on-navy-body)}.page-hero .eyebrow{color:var(--teal)}.page-hero--center{text-align:center}.page-hero--center .lead{margin-inline:auto}.visual-band{height:clamp(160px,28vw,280px);background-size:cover;background-position:center;position:relative}.visual-band:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0e243859}.visual-band--wind{background-image:url(/assets/bg-wind-Bw1GGggJ.jpg)}.visual-band--solar{background-image:url(/assets/bg-solar-53YPZifh.jpg)}.visual-band--grid{background-image:url(/assets/bg-grid-D0y2yF33.jpg)}.section-photo{position:relative;background-color:var(--navy);background-size:cover;background-position:center;color:var(--white)}.section-photo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0e2438e0;pointer-events:none}.section-photo>.container{position:relative;z-index:1}.section-photo .section-title,.section-photo .section-intro,.section-photo .section-cta-link a{color:var(--white)}.section-photo .section-intro{color:var(--on-navy-body)}.section-photo .section-cta-link a{color:var(--teal)}.section-photo--modeling{background-image:url(/assets/bg-modeling-H1lrvdr8.jpg)}.section-photo--grid{background-image:url(/assets/bg-grid-D0y2yF33.jpg)}.cta-simple--photo{position:relative;background-color:var(--navy);background-image:url(/assets/bg-grid-D0y2yF33.jpg);background-size:cover;background-position:center;overflow:hidden}.cta-simple--photo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0e2438db;pointer-events:none}.cta-simple--photo>.container{position:relative;z-index:1}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.blog-card{padding:0;overflow:hidden;display:block}.blog-card-image{aspect-ratio:16 / 9;background:var(--navy-light);background-size:cover;background-position:center;position:relative}.blog-card-image--solar{background-image:url(/assets/bg-solar-53YPZifh.jpg)}.blog-card-image--storage{background-image:url(/assets/bg-storage-DeNSalNo.jpg)}.blog-card-image--business{background-image:url(/assets/bg-modeling-H1lrvdr8.jpg)}.blog-card-image--policy{background-image:url(/assets/bg-grid-D0y2yF33.jpg)}.blog-card-image--wind{background-image:url(/assets/bg-wind-Bw1GGggJ.jpg)}.blog-card-image--tips{background-image:url(/assets/bg-storage-DeNSalNo.jpg)}.blog-card-body{padding:1.5rem}.blog-meta{font-size:.75rem;color:var(--slate);margin-bottom:.5rem}.blog-card h3{font-size:1.05rem;font-weight:500;margin-bottom:.5rem;line-height:1.4;color:var(--ink)}.blog-card p{font-size:.88rem;color:var(--slate)}.tag{display:inline-block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:.2rem .5rem;border-radius:var(--radius);background:#00a3741a;color:var(--teal-dark);margin-bottom:.65rem}.article{max-width:720px}.breadcrumb{font-size:.9rem;color:var(--on-navy-body);margin-bottom:1.5rem}.breadcrumb a{color:var(--teal)}.breadcrumb a:hover{text-decoration:underline;text-underline-offset:3px}.page-hero .article-header .tag{background:#00c48c26;color:var(--teal)}.page-hero .blog-meta{color:var(--on-navy-body)}.article-cover{aspect-ratio:21 / 9;background:var(--navy-light) url(/assets/bg-solar-53YPZifh.jpg) center / cover no-repeat;border-radius:var(--radius-card);margin-bottom:2.5rem}.article-body{max-width:68ch}.article-body h2{font-size:1.35rem;font-weight:600;color:var(--ink);margin:2rem 0 .85rem}.article-body p,.article-body li{color:var(--slate);margin-bottom:1rem}.article-body ul{list-style:disc;padding-left:1.25rem;margin-bottom:1.5rem}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.team-profile{display:grid;grid-template-columns:200px 1fr;gap:2.5rem;align-items:start;max-width:820px;margin-inline:auto;padding:2rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-card)}.team-profile-photo{width:200px;height:200px;object-fit:cover;border-radius:var(--radius-card);border:1px solid var(--border);background:var(--offwhite)}.team-profile-body h2{font-size:1.5rem;font-weight:600;color:var(--ink);margin-bottom:.35rem}.team-profile-role{font-size:.95rem;font-weight:500;color:var(--teal-dark);margin-bottom:1.15rem}.team-profile-bio{color:var(--slate);margin-bottom:1.5rem;max-width:58ch;line-height:1.65}.team-profile-links{list-style:none;display:flex;flex-direction:column;gap:.55rem}.team-profile-links a{color:var(--teal-dark);font-weight:500;font-size:.95rem}.team-profile-links a:hover{text-decoration:underline;text-underline-offset:3px}@media(max-width:640px){.team-profile{grid-template-columns:1fr;justify-items:center;text-align:center}.team-profile-bio{text-align:left}.team-profile-links{align-items:center}}.team-card{text-align:center}.team-avatar{width:100%;aspect-ratio:1;border-radius:var(--radius-card);background:var(--offwhite);border:1px solid var(--border);margin-bottom:1rem;display:grid;place-items:center;font-size:1.5rem;font-weight:600;color:var(--navy);font-variant-numeric:tabular-nums}.team-card h4{font-size:1rem;margin-bottom:.2rem;font-weight:500;color:var(--ink)}.team-card p{font-size:.85rem;color:var(--slate)}.contact-section{padding-top:4rem;padding-bottom:5.5rem}.contact-shell{max-width:920px;margin-inline:auto;display:grid;grid-template-columns:minmax(200px,.85fr) minmax(0,1.35fr);gap:3rem 3.5rem;align-items:start}.contact-meta{display:flex;flex-direction:column;gap:1.5rem;padding-top:.35rem}.contact-meta-intro{font-size:.95rem;line-height:1.5;color:var(--slate);margin:0 0 .25rem;max-width:18rem}.contact-detail{display:flex;flex-direction:column;gap:.35rem;min-width:0}.contact-detail[hidden]{display:none}.contact-detail-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--slate)}.contact-detail-value{color:var(--ink);font-size:.95rem;line-height:1.5}.contact-meta a{color:var(--teal-dark);font-size:.95rem;word-break:break-word}.contact-meta a:hover{text-decoration:underline;text-underline-offset:3px}.contact-form{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-card);padding:2rem 2.15rem 2.15rem}.contact-form .btn{align-self:flex-start;margin-top:.15rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.1rem}.form-group:last-of-type{margin-bottom:1.15rem}.form-group label{display:block;font-size:.85rem;font-weight:500;color:var(--ink);margin-bottom:.4rem}.form-group input,.form-group textarea,.form-group select{width:100%;font-family:inherit;font-size:.95rem;color:var(--ink);background:var(--offwhite);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem .9rem;transition:border-color var(--transition)}.form-group textarea{min-height:140px;resize:vertical}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--teal-dark)}.form-status{margin-top:1rem;font-size:.9rem;color:var(--slate)}.site-footer{background:var(--navy);color:var(--footer-link);padding:4rem 0 0;border-top:1px solid var(--divider-navy)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:3rem;padding-bottom:3rem}.footer-grid--simple{grid-template-columns:1.4fr 1fr 1fr}.footer-brand .logo{color:var(--white);margin-bottom:.85rem}.footer-brand p{font-size:.9rem;color:var(--footer-link);max-width:32ch;line-height:1.6}.footer-col h4{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--white);margin-bottom:1rem}.footer-col ul li{margin-bottom:.55rem}.footer-col a{color:var(--footer-link);font-size:.9rem;transition:color var(--transition)}.footer-col a:hover{color:var(--white)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;padding:1.25rem 0;border-top:1px solid var(--divider-navy);font-size:.8rem;color:var(--footer-link)}.footer-bottom-links{display:inline-flex;align-items:center;gap:1.25rem}.footer-bottom-links a{color:var(--footer-link)}.footer-bottom-links a:hover{color:var(--white)}.footer-linkedin{color:var(--footer-link)}.footer-linkedin:hover{color:var(--white)}.footer-legal{border-top:1px solid var(--divider-navy);padding:.85rem 0 1.25rem;font-size:12px;color:#8fa3b5d9;line-height:1.5}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.form-status{margin-top:1rem;padding:.75rem 1rem;border-radius:var(--radius);font-size:.9rem;line-height:1.45}.form-status--ok{background:var(--color-accent-soft);color:var(--teal-dark)}.form-status--error{background:#d645451a;color:#b23b3b}.cookie-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:200;max-width:640px;margin-inline:auto;display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;padding:1.15rem 1.4rem;background:var(--navy);color:var(--on-navy-body);border-radius:var(--radius-card);box-shadow:0 10px 34px #0e243847;opacity:0;transform:translateY(12px);transition:opacity .3s ease,transform .3s ease}.cookie-banner.visible{opacity:1;transform:translateY(0)}.cookie-banner-text{flex:1 1 240px;font-size:.88rem;line-height:1.5}.cookie-banner-text a{color:var(--white);text-decoration:underline;text-underline-offset:2px}.cookie-banner-actions{display:flex;gap:.6rem;flex-shrink:0}.cookie-banner .btn{height:40px;padding:0 1.1rem;font-size:.85rem}@media(max-width:520px){.cookie-banner-actions{width:100%}.cookie-banner-actions .btn{flex:1}}.reveal{opacity:0;transform:translateY(12px);transition:opacity .4s ease,transform .4s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.glass-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-card)}.floating-badge,.pulse-dot,.hero-bg{display:none}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media(max-width:960px){.product-grid,.product-grid--wide,.services-grid,.blog-grid,.why-simple,.why-grid,.team-grid,.stats-inline-grid,.process-steps{grid-template-columns:repeat(2,1fr)}.contact-shell{grid-template-columns:1fr;gap:2.25rem;max-width:560px}.contact-meta-intro{max-width:none}.footer-grid,.footer-grid--simple{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.nav-desktop,.header-actions .header-cta-wrap{display:none}.menu-toggle{display:block}.hero{min-height:70vh;padding:calc(var(--header-h) + 2.5rem) 0 3rem}.stats-inline-grid,.product-grid,.product-grid--wide,.why-simple,.why-grid,.blog-grid,.team-grid,.services-grid{grid-template-columns:1fr}section,.section-simple,.cta-simple{padding:4.5rem 0}.form-row{grid-template-columns:1fr}.hero-media video{display:none!important}}
