/*
Theme Name: HAVA v53
Theme URI: https://hava-technology.de
Author: HAVA Technology GmbH
Description: Portierung des HAVA Technology v53 Designs nach WordPress. Enthaelt Produkt-Custom-Post-Type, v53 Header/Footer und Cookie-Consent.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
License: Proprietary
Text Domain: hava-v53
*/


:root {
  --ink: #111d2e;
  --body: #465164;
  --navy: #0b3159;
  --navy-deep: #071f37;
  --blue: #174e87;
  --green: #4eae4b;
  --green-dark: #3a9238;
  --line: #dfe6ec;
  --soft: #f4f8fb;
  --white: #ffffff;
  --shadow: 0 14px 38px rgba(13, 38, 62, 0.11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
main#top { padding-top: 84px; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { height: 84px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(7,35,59,.08); position: fixed; inset: 0 0 auto 0; z-index: 1001; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: background-color .28s ease, box-shadow .28s ease, border-color .28s ease; }
.site-header.scrolled { background: rgba(255,255,255,.985); border-bottom-color: rgba(7,35,59,.12); box-shadow: 0 8px 24px rgba(12,36,57,.1); }
.header-inner { height: 84px; padding: 0 64px; display: flex; align-items: center; gap: 46px; max-width: 1920px; margin: 0 auto; }
.brand { display: inline-flex; width: 128px; flex-direction: column; align-items: flex-start; justify-content: center; line-height: 1; flex: 0 0 auto; color: var(--navy); }
.brand-name { font-size: 31px; font-weight: 800; letter-spacing: 1.2px; }
.brand-sub { font-size: 10px; font-weight: 700; letter-spacing: 2.35px; margin-top: 5px; }
.desktop-nav { margin-left: auto; height: 100%; display: flex; align-items: stretch; gap: 40px; font-size: 16px; font-weight: 500; color: #202632; }
.desktop-nav > a, .nav-group > a { height: 100%; display: flex; align-items: center; gap: 5px; position: relative; white-space: nowrap; transition: color .2s ease; }
.desktop-nav > a::after, .nav-group > a::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--green); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.desktop-nav > a:hover, .nav-group:hover > a, .desktop-nav > a:focus-visible { color: var(--navy); }
.desktop-nav > a:hover::after, .nav-group:hover > a::after, .desktop-nav > a:focus-visible::after { transform: scaleX(1); }
.nav-group { position: relative; }
.nav-dropdown { position: absolute; top: calc(100% - 1px); left: -24px; width: 360px; padding: 14px; border: 1px solid #e4e9ee; border-top: 3px solid var(--green); border-radius: 0 0 10px 10px; background: white; box-shadow: 0 18px 42px rgba(15,38,59,.16); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .18s ease; }
.nav-group:hover .nav-dropdown, .nav-group:focus-within .nav-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown a { min-height: 50px; display: flex; align-items: center; gap: 13px; padding: 10px 12px; border-radius: 6px; color: #253145; line-height: 1.28; }
.nav-dropdown a:hover { background: #f2f7fa; color: var(--navy); }
.nav-dropdown a svg { color: var(--green-dark); flex: 0 0 auto; }
.product-dropdown { width: 300px; }
.product-dropdown a { justify-content: space-between; }
.header-actions { display: flex; align-items: center; margin-left: 3px; }
.language-switch { border: 0; background: transparent; height: 44px; display: inline-flex; align-items: center; gap: 9px; color: #1f2936; cursor: pointer; padding: 0; font-size: 15px; font-weight: 600; }
.language-switch:hover { color: var(--navy); }
.menu-button { display: none; border: 0; background: transparent; color: var(--navy); padding: 7px; cursor: pointer; }
.mobile-menu { display: none; }

.hero { position: relative; height: calc(100vh - 84px); min-height: 660px; max-height: 1100px; background: url('assets/img/hero-desktop.png') center center / cover no-repeat; overflow: hidden; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,25,43,.22) 0%, rgba(5,25,43,.06) 42%, rgba(5,25,43,0) 72%); }
.hero-panel { position: absolute; left: 72px; top: 50%; transform: translateY(-50%); width: min(660px, calc(100% - 144px)); padding: 56px 60px 58px; background: rgba(255,255,255,.79); border: 1px solid rgba(255,255,255,.66); border-radius: 12px; box-shadow: 0 16px 34px rgba(12,32,49,.12); backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px); }
.hero-kicker { margin: 0 0 18px !important; color: var(--green-dark) !important; font-size: 12px !important; line-height: 1 !important; letter-spacing: 2.2px; font-weight: 800; }
.hero h1 { margin: 0; font-size: clamp(46px, 3vw, 54px); line-height: 1.12; letter-spacing: -1.7px; font-weight: 600; color: #101820; }
.hero h1 span { display: block; }
.hero h1 span:last-child::after { content: "."; color: var(--green); }
.hero-panel > p { max-width: 520px; margin: 28px 0 0; color: #343d48; font-size: 19px; line-height: 30px; }
.hero-actions { margin-top: 34px; display: flex; gap: 16px; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 25px; border: 1px solid transparent; border-radius: 6px; font-size: 16px; font-weight: 600; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--navy); box-shadow: 0 8px 20px rgba(10,48,88,.18); }
.button-primary:hover { background: #0f4276; box-shadow: 0 11px 24px rgba(10,48,88,.25); }
.button-secondary { background: rgba(255,255,255,.42); color: #1e3146; border-color: #5e7186; }
.button-secondary:hover { background: rgba(255,255,255,.8); border-color: var(--navy); }
.scroll-cue { position: absolute; right: 34px; bottom: 26px; color: white; display: flex; align-items: center; gap: 9px; text-transform: uppercase; font-size: 10px; letter-spacing: 1.6px; text-shadow: 0 1px 6px rgba(0,0,0,.4); }
.scroll-cue span { width: 42px; height: 1px; background: currentColor; transform-origin: right center; animation: scrollLine 2.2s ease-in-out infinite; }
@keyframes scrollLine { 0%,100% { transform: scaleX(.48); opacity: .55; } 50% { transform: scaleX(1); opacity: 1; } }

.section { padding: 88px 64px; }
.section-inner { max-width: 1500px; margin: 0 auto; }
.section-heading { max-width: 860px; }
.section-heading.centered { margin: 0 auto 48px; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 13px; color: var(--navy); font-size: 13px; line-height: 1; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }
.eyebrow::after { content: ""; width: 34px; height: 2px; background: var(--green); }
.eyebrow.light { color: #d5e8f8; }
.section h2, .contact-section h2 { margin: 0; color: var(--ink); font-size: clamp(34px, 2.55vw, 48px); line-height: 1.14; letter-spacing: -1.1px; font-weight: 600; }
.section-heading > p:last-child { margin: 18px auto 0; color: var(--body); font-size: 18px; line-height: 29px; }

.about-section { padding-top: 72px; padding-bottom: 72px; background: #fff; }
.home-about-heading { margin: 0 0 44px; padding: 0 0 38px; display: grid; grid-template-columns: minmax(0,1.18fr) minmax(320px,.62fr); align-items: end; gap: clamp(56px,7vw,120px); border-bottom: 1px solid #dfe7ed; }
.home-about-title { min-width: 0; }
.home-about-title h2 { max-width: 820px; font-size: clamp(42px,3.5vw,62px); line-height: 1.04; letter-spacing: -2px; font-weight: 600; }
.home-about-intro { max-width: 500px; margin: 0 0 4px; padding-left: 25px; position: relative; color: var(--body); font-size: 18px; line-height: 29px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.home-about-intro::before { content: ""; width: 3px; height: 100%; position: absolute; inset: 0 auto 0 0; border-radius: 3px; background: linear-gradient(180deg,var(--green) 0%,var(--blue) 100%); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card { display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 20px; min-height: 176px; padding: 28px 30px; background: #f8fafc; border: 1px solid #dfe7ed; border-radius: 10px; box-shadow: 0 8px 24px rgba(25,54,78,.055); transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease, border-color .25s ease; }
.value-card:hover { transform: translateY(-6px); background: #fff; border-color: #bfd3c5; box-shadow: var(--shadow); }
.value-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; color: var(--green-dark); background: #edf7ef; }
.value-card:nth-child(2) .value-icon { color: var(--navy); background: #edf5fb; }
.value-label { display: flex; align-items: center; color: var(--navy); }
.value-label strong { font-size: 20px; letter-spacing: .4px; }
.value-card p { max-width: 330px; margin: 11px 0 0; color: var(--body); font-size: 16px; line-height: 24px; }

.why-section { min-height: calc(100vh - 84px); min-height: calc(100svh - 84px); padding-top: clamp(56px, 6.5vh, 82px); padding-bottom: clamp(56px, 6.5vh, 82px); display: flex; align-items: stretch; position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(135deg, #fbfdff 0%, #f2f7fb 56%, #f3f8f3 100%); }
.why-section::before { content: ""; position: absolute; z-index: -1; width: min(48vw, 760px); aspect-ratio: 1; right: min(-16vw, -210px); top: min(-24vw, -310px); border: 1px solid rgba(23,78,135,.1); border-radius: 50%; box-shadow: 0 0 0 82px rgba(23,78,135,.025), 0 0 0 164px rgba(23,78,135,.018); }
.why-section::after { content: ""; position: absolute; z-index: -1; width: min(36vw, 580px); aspect-ratio: 1; left: min(-14vw, -180px); bottom: min(-23vw, -300px); border-radius: 50%; background: radial-gradient(circle, rgba(78,174,75,.14) 0%, rgba(78,174,75,.04) 48%, rgba(78,174,75,0) 70%); }
.why-inner { width: 100%; display: grid; grid-template-columns: minmax(380px, .82fr) minmax(580px, 1.18fr); align-items: center; gap: clamp(60px, 7vw, 128px); position: relative; z-index: 1; }
.why-heading { max-width: 650px; text-align: left; margin: 0; padding-left: 30px; position: relative; }
.why-heading::before { content: ""; position: absolute; left: 0; top: 34px; width: 4px; height: 132px; border-radius: 4px; background: linear-gradient(180deg, var(--green) 0%, var(--blue) 100%); }
.why-heading h2 { max-width: 610px; font-size: clamp(48px, 3.55vw, 68px); line-height: 1.05; letter-spacing: -2px; }
.why-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.why-item { min-height: 96px; display: flex; align-items: center; gap: 22px; padding: 20px 30px; position: relative; overflow: hidden; color: var(--navy); background: rgba(255,255,255,.9); border: 1px solid rgba(211,223,231,.96); border-radius: 12px; box-shadow: 0 14px 32px rgba(19,48,73,.08); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); font-size: 19px; line-height: 1.35; font-weight: 650; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.why-item::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--green); opacity: .86; }
.why-item:nth-child(even)::before { background: var(--blue); }
.why-item:nth-child(1), .why-item:nth-child(5) { margin-right: 9%; }
.why-item:nth-child(2), .why-item:nth-child(4) { margin-left: 4%; margin-right: 5%; }
.why-item:nth-child(3) { margin-left: 8%; }
.why-item:hover { transform: translateX(6px); border-color: #b9d2bf; box-shadow: 0 18px 40px rgba(19,48,73,.13); }
.why-check { width: 54px; height: 54px; flex: 0 0 auto; display: grid; place-items: center; color: var(--green-dark); background: #edf7ef; border-radius: 50%; }
.why-item:nth-child(even) .why-check { color: var(--blue); background: #edf5fb; }

.reveal { opacity: 0; transform: translateY(42px); transition: opacity .8s ease-in-out, transform .8s ease-in-out; will-change: opacity, transform; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }
.reveal-delay-3 { transition-delay: .36s; }
.value-card.reveal.is-visible:hover { transform: translateY(-6px); }
.why-item.reveal.is-visible:hover { transform: translateX(6px); }

.solutions-section { background: #fff; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.solution-card { min-width: 0; overflow: hidden; background: white; border: 1px solid #dfe6eb; border-radius: 10px; box-shadow: 0 8px 24px rgba(20,45,66,.06); transition: transform .25s ease, box-shadow .25s ease; }
.solution-card:hover { transform: translateY(-7px); box-shadow: 0 18px 42px rgba(16,44,70,.14); }
.solution-image { height: 270px; position: relative; overflow: hidden; background: #dce5eb; }
.solution-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.solution-card:hover .solution-image img { transform: scale(1.045); }
.solution-icon { position: absolute; left: 25px; bottom: -1px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50% 50% 0 0; color: var(--green-dark); background: white; box-shadow: 0 -5px 15px rgba(15,40,60,.08); }
.solution-content { min-height: 240px; padding: 29px 28px 25px; display: flex; flex-direction: column; align-items: flex-start; }
.solution-content h3 { max-width: 340px; margin: 0; font-size: 23px; line-height: 1.23; letter-spacing: -.35px; }
.solution-content p { margin: 14px 0 25px; color: var(--body); font-size: 16px; line-height: 25px; }
.solution-content a, .text-link, .category-header a { margin-top: auto; display: inline-flex; align-items: center; gap: 12px; color: var(--navy); font-size: 14px; font-weight: 700; }
.solution-content a svg, .text-link svg, .category-header a svg { transition: transform .2s ease; }
.solution-content a:hover svg, .text-link:hover svg, .category-header a:hover svg { transform: translateX(4px); }

.products-section { background: linear-gradient(180deg, #f1f7fb 0%, #f8fbfd 100%); }
.product-switcher { max-width: 900px; margin: -5px auto 28px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-bottom: 1px solid #cfdae2; }
.product-switcher button { position: relative; min-height: 58px; border: 0; padding: 0 22px 17px; display: inline-flex; align-items: center; justify-content: center; color: #6b7a89; background: transparent; font: inherit; font-size: 15px; font-weight: 650; cursor: pointer; transition: color .22s ease; }
.product-switcher button::after { content: ""; position: absolute; left: 22px; right: 22px; bottom: -1px; height: 3px; background: var(--green-dark); transform: scaleX(0); transform-origin: center; transition: transform .28s ease; }
.product-switcher button:hover, .product-switcher button.active { color: var(--navy); }
.product-switcher button.active::after { transform: scaleX(1); }
.product-switcher button:focus-visible { outline: 2px solid var(--green-dark); outline-offset: -3px; }
.product-showcase { min-height: 510px; display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr); overflow: hidden; background: white; border: 1px solid #dbe5eb; border-radius: 12px; box-shadow: 0 18px 48px rgba(21,47,69,.1); }
.product-stage { position: relative; min-width: 0; min-height: 510px; padding: 38px 46px; display: grid; place-items: center; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 48% 46%, #fff 0%, #f5f8f8 48%, #e8f0f3 100%); }
.product-stage::before { content: ""; position: absolute; width: 540px; height: 540px; border: 1px solid rgba(37,129,74,.14); border-radius: 50%; box-shadow: 0 0 0 78px rgba(15,69,111,.035), 0 0 0 158px rgba(15,69,111,.025); z-index: -1; }
.product-stage::after { content: ""; position: absolute; left: 12%; right: 12%; bottom: 12%; height: 42px; border-radius: 50%; background: rgba(15,35,52,.12); filter: blur(22px); transform: scaleX(.72); z-index: -1; }
.product-stage picture { width: 100%; height: 100%; display: grid; place-items: center; }
.showcase-image { max-width: 100%; max-height: 430px; object-fit: contain; filter: drop-shadow(0 22px 20px rgba(10,27,42,.2)); animation: productFade .48s cubic-bezier(.2,.7,.2,1) both; }
.showcase-image-pro { width: min(124%, 860px); max-width: none; max-height: 480px; }
.showcase-image-ac { width: min(116%, 800px); max-width: none; max-height: 450px; }
.showcase-copy { padding: clamp(48px, 5vw, 82px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border-left: 1px solid #e0e8ed; animation: copyFade .4s ease both; }
.product-type { color: var(--green-dark); font-size: 11px; letter-spacing: 1.4px; font-weight: 800; }
.showcase-copy h3 { max-width: 470px; margin: 18px 0 17px; font-size: clamp(30px, 2.35vw, 40px); line-height: 1.13; letter-spacing: -.8px; }
.showcase-copy p { max-width: 440px; margin: 0 0 32px; color: var(--body); font-size: 17px; line-height: 28px; }
.text-link { padding: 10px 15px; margin-top: auto; border-radius: 5px; color: white; background: var(--navy); }
.text-link:hover { background: #104677; }
.showcase-copy .text-link { min-height: 50px; padding: 0 20px; margin-top: 8px; font-size: 15px; }
@keyframes productFade { from { opacity: 0; transform: translateY(14px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes copyFade { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: translateX(0); } }
.category-header { margin: 36px 2px 16px; display: flex; align-items: center; justify-content: space-between; }
.category-header h3 { margin: 0; font-size: 18px; }
.product-categories { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.category-card { min-height: 104px; display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 13px; padding: 16px; background: white; border: 1px solid #dfe6ec; border-radius: 8px; box-shadow: 0 7px 18px rgba(21,47,69,.04); color: var(--ink); font-size: 14px; font-weight: 650; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.category-card:hover { transform: translateY(-4px); border-color: #b8cfbd; box-shadow: 0 12px 28px rgba(20,48,70,.1); }
.category-card > svg { color: var(--navy); transition: transform .2s ease; }
.category-card:hover > svg { transform: translateX(4px); }
.category-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 8px; color: var(--green-dark); background: #edf7ef; }

.sustainability-section { min-height: 540px; padding: 0; display: grid; grid-template-columns: 46% 54%; color: white; background: radial-gradient(circle at 15% 50%, #154b6b 0%, #0a3152 42%, #071f37 100%); overflow: hidden; }
.sustainability-art { position: relative; min-height: 540px; display: grid; place-items: center; overflow: hidden; }
.energy-orbit { position: absolute; border: 1px solid rgba(139,207,144,.38); border-radius: 50%; }
.orbit-one { width: 390px; height: 390px; animation: pulse 5s infinite ease-in-out; }
.orbit-two { width: 540px; height: 540px; border-color: rgba(129,183,220,.2); animation: pulse 5s 1s infinite ease-in-out; }
.energy-core { width: 184px; height: 184px; display: grid; place-items: center; border-radius: 50%; color: #8ed389; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.23); box-shadow: 0 0 0 22px rgba(255,255,255,.03), 0 0 90px rgba(94,188,99,.18); }
.sustainability-content { max-width: 770px; padding: 90px 72px 84px 20px; align-self: center; }
.sustainability-content h2 { color: white; max-width: 650px; }
.sustainability-content > p:not(.eyebrow) { max-width: 680px; margin: 22px 0 26px; color: #d8e4ed; font-size: 18px; line-height: 30px; }
.sustainability-content ul { list-style: none; padding: 0; margin: 0 0 31px; display: grid; gap: 13px; color: #edf5f9; }
.sustainability-content li { display: flex; gap: 12px; align-items: center; }
.sustainability-content li span { color: #89d985; font-weight: 800; }
.button-light { color: var(--navy-deep); background: white; }
.button-light:hover { background: #f0f8f1; }
@keyframes pulse { 0%,100% { transform: scale(1); opacity: .7; } 50% { transform: scale(1.035); opacity: 1; } }

.contact-section { min-height: 330px; position: relative; overflow: hidden; color: white; background: #0b3159; }
.contact-visual { position: absolute; inset: 0 0 0 48%; background: linear-gradient(90deg, #0b3159 0%, rgba(11,49,89,.36) 35%, rgba(11,49,89,.04) 100%), url('assets/img/solution-rooftop-pv.png') center 56% / cover no-repeat; opacity: .78; }
.contact-inner { position: relative; z-index: 1; min-height: 330px; max-width: 1660px; margin: 0 auto; padding: 67px 64px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.contact-inner > div:first-child { max-width: 760px; }
.contact-section h2 { color: white; font-size: 36px; }
.contact-section p:not(.eyebrow) { margin: 13px 0 0; color: #e5eef5; font-size: 18px; line-height: 28px; }
.contact-actions { margin-top: 29px; display: flex; gap: 16px; }
.button-green { color: white; background: var(--green-dark); }
.button-green:hover { background: var(--green); box-shadow: 0 10px 26px rgba(39,139,54,.25); }
.button-outline-light { color: white; background: rgba(6,26,44,.18); border-color: rgba(255,255,255,.75); }
.button-outline-light:hover { background: rgba(255,255,255,.12); }

.footer { color: #e8f0f6; background: var(--navy-deep); }
.footer-main { max-width: 1680px; margin: 0 auto; padding: 54px 64px 45px; display: grid; grid-template-columns: 1.3fr 1fr 1fr .9fr 1.35fr; gap: 38px; }
.footer .brand { color: white; }
.footer-brand p { max-width: 260px; margin: 20px 0; color: #b8c9d8; font-size: 13px; line-height: 21px; }
.social-row { display: flex; gap: 10px; }
.social-row a { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #70859a; border-radius: 50%; font-size: 12px; font-weight: 700; transition: .2s ease; }
.social-row a:hover { border-color: #8ed389; color: #8ed389; }
.footer h3 { margin: 3px 0 18px; color: white; font-size: 14px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column a { color: #bac9d6; font-size: 12px; line-height: 1.35; transition: .2s ease; }
.footer-column a:hover { color: white; transform: translateX(2px); }
.footer-newsletter p { margin: 0 0 17px; color: #bac9d6; font-size: 12px; line-height: 19px; }
.footer-newsletter form { height: 44px; display: grid; grid-template-columns: 1fr 47px; }
.footer-newsletter input { width: 100%; border: 0; outline: 0; padding: 0 14px; border-radius: 4px 0 0 4px; color: #1c2834; background: white; font-size: 12px; }
.footer-newsletter button { border: 0; border-radius: 0 4px 4px 0; color: white; background: var(--green-dark); display: grid; place-items: center; cursor: pointer; }
.footer-newsletter button:hover { background: var(--green); }
.footer-bottom { max-width: 1680px; min-height: 64px; margin: 0 auto; padding: 0 64px; display: grid; grid-template-columns: 1.5fr 1fr auto; align-items: center; gap: 24px; border-top: 1px solid rgba(255,255,255,.16); color: #9fb3c5; font-size: 11px; }
.footer-bottom > div { display: flex; align-items: center; gap: 30px; }
.footer-bottom a:hover { color: white; }
.footer-bottom button { border: 0; padding: 8px 0; display: flex; align-items: center; gap: 5px; color: #cfdae3; background: transparent; cursor: pointer; font-size: 11px; }
.footer-bottom .footer-cookie-button { padding: 0; color: #9fb3c5; font: inherit; }
.footer-bottom .footer-cookie-button:hover { color: #fff; }

.toast { position: fixed; z-index: 100; left: 50%; bottom: 26px; transform: translate(-50%, 20px); max-width: min(520px, calc(100vw - 34px)); padding: 13px 19px; border-radius: 7px; background: rgba(7,31,55,.95); color: white; box-shadow: 0 15px 35px rgba(4,20,34,.25); font-size: 14px; opacity: 0; visibility: hidden; transition: .22s ease; text-align: center; }
.toast.visible { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

@media (max-width: 1500px) {
  .header-inner { gap: 28px; }
  .desktop-nav { gap: 25px; font-size: 14px; }
  .product-categories { grid-template-columns: repeat(3, 1fr); }
  .footer-main { grid-template-columns: 1.25fr repeat(3, .8fr) 1.25fr; gap: 26px; }
}

@media (max-width: 1180px) {
  .header-inner { padding: 0 32px; }
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; gap: 15px; }
  .menu-button { display: inline-grid; place-items: center; }
  .mobile-menu { display: flex; position: absolute; top: 84px; left: 0; right: 0; max-height: 0; overflow: hidden; flex-direction: column; background: white; box-shadow: 0 16px 30px rgba(12,32,49,.12); transition: max-height .28s ease, padding .28s ease; padding: 0 32px; }
  .mobile-menu.open { max-height: 510px; padding: 18px 32px 25px; }
  .mobile-menu a { padding: 14px 2px; border-bottom: 1px solid #e8edf1; font-size: 16px; font-weight: 600; }
  .hero-panel { left: 48px; }
  .section { padding-left: 38px; padding-right: 38px; }
  .value-card { padding-left: 30px; padding-right: 30px; }
  .why-inner { grid-template-columns: minmax(320px, .8fr) minmax(480px, 1.2fr); gap: 44px; }
  .why-heading h2 { font-size: clamp(42px, 4.5vw, 56px); }
  .solution-image { height: 230px; }
  .product-showcase { grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); }
  .product-stage { padding: 38px 28px; }
  .showcase-copy { padding: 48px 38px; }
  .footer-main { grid-template-columns: repeat(3, 1fr); padding-left: 38px; padding-right: 38px; row-gap: 45px; }
  .footer-bottom { padding: 0 38px; }
}

@media (max-width: 850px) {
  html { scroll-padding-top: 72px; }
  main#top { padding-top: 72px; }
  .site-header, .header-inner { height: 72px; }
  .header-inner { padding: 0 22px; }
  .brand { width: 105px; }
  .brand-name { font-size: 26px; }
  .brand-sub { font-size: 8px; letter-spacing: 2px; }
  .mobile-menu { top: 72px; }
  .hero { height: calc(100svh - 72px); min-height: 640px; max-height: none; background-image: url('assets/img/hero-mobile.png'); background-position: center center; }
  .hero-shade { background: linear-gradient(180deg, rgba(5,24,40,.02) 35%, rgba(5,24,40,.22) 65%, rgba(5,24,40,.38) 100%); }
  .hero-panel { left: 20px; right: 20px; top: auto; bottom: 24px; width: auto; transform: none; padding: 28px 27px 30px; border-radius: 9px; background: rgba(255,255,255,.84); }
  .hero-kicker { margin-bottom: 12px !important; }
  .hero h1 { font-size: clamp(36px, 8.5vw, 48px); line-height: 1.08; letter-spacing: -1.2px; }
  .hero-panel > p { margin-top: 18px; font-size: 16px; line-height: 24px; }
  .hero-actions { margin-top: 23px; gap: 10px; }
  .button { min-height: 48px; font-size: 14px; padding: 0 17px; }
  .scroll-cue { display: none; }
  .section { padding: 68px 22px; }
  .section-heading.centered { margin-bottom: 35px; }
  .section h2 { font-size: 34px; }
  .section-heading > p:last-child { font-size: 16px; line-height: 26px; }
  .home-about-heading { margin-bottom: 34px; padding-bottom: 32px; grid-template-columns: 1fr; align-items: start; gap: 24px; }
  .home-about-title h2 { max-width: 700px; font-size: 42px; letter-spacing: -1.4px; }
  .home-about-intro { max-width: 620px; margin: 0; font-size: 16px; line-height: 26px; }
  .value-grid, .solution-grid { grid-template-columns: 1fr; }
  .value-grid { width: 100%; }
  .value-card { min-height: 0; }
  .why-section { min-height: auto; padding-top: 68px; padding-bottom: 68px; }
  .why-inner { display: flex; flex-direction: column; gap: 42px; }
  .why-heading { max-width: 720px; margin: 0 auto; padding-left: 0; text-align: center; }
  .why-heading::before { display: none; }
  .why-heading h2 { max-width: 720px; font-size: 40px; }
  .why-list { width: 100%; }
  .why-item, .why-item:nth-child(1), .why-item:nth-child(2), .why-item:nth-child(3), .why-item:nth-child(4), .why-item:nth-child(5) { min-height: 86px; margin-left: 0; margin-right: 0; }
  .solution-image { height: 280px; }
  .solution-content { min-height: 215px; }
  .product-switcher { margin-bottom: 22px; }
  .product-showcase { min-height: 0; grid-template-columns: 1fr; }
  .product-stage { min-height: 430px; padding: 28px 42px; }
  .showcase-image { max-height: 420px; }
  .showcase-image-ac { max-height: 370px; }
  .showcase-copy { min-height: 320px; padding: 46px 42px; border-left: 0; border-top: 1px solid #e0e8ed; }
  .product-categories { grid-template-columns: repeat(2, 1fr); }
  .sustainability-section { grid-template-columns: 1fr; }
  .sustainability-art { min-height: 320px; }
  .orbit-one { width: 280px; height: 280px; }
  .orbit-two { width: 390px; height: 390px; }
  .energy-core { width: 140px; height: 140px; }
  .sustainability-content { padding: 52px 38px 70px; }
  .contact-visual { inset: 0; opacity: .26; background-position: 65% 55%; }
  .contact-inner { padding: 62px 30px; }
  .footer-main { grid-template-columns: repeat(2, 1fr); padding: 48px 30px; }
  .footer-bottom { grid-template-columns: 1fr auto; padding: 20px 30px; }
  .footer-bottom > div { order: 3; grid-column: 1/-1; }
}

@media (max-width: 560px) {
  .language-switch svg:last-child { display: none; }
  .language-switch { gap: 6px; }
  .hero-panel { left: 14px; right: 14px; bottom: 14px; padding: 24px 22px 24px; }
  .hero h1 { font-size: 35px; }
  .hero-panel > p { font-size: 15px; line-height: 22px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { width: 100%; padding: 0 12px; }
  .hero-actions .button { font-size: 12px; }
  .home-about-heading { gap: 20px; padding-bottom: 28px; }
  .home-about-title h2 { font-size: 36px; line-height: 1.08; letter-spacing: -1.1px; }
  .home-about-intro { padding-left: 19px; font-size: 15px; line-height: 24px; }
  .value-card { grid-template-columns: 58px 1fr; padding: 25px 22px; gap: 17px; }
  .value-icon { width: 58px; height: 58px; }
  .why-heading h2 { font-size: 36px; }
  .why-item { gap: 16px; padding: 18px 20px; font-size: 16px; }
  .why-check { width: 48px; height: 48px; }
  .solution-image { height: 225px; }
  .product-switcher { margin-top: 0; }
  .product-switcher button { min-height: 70px; padding: 0 8px 15px; gap: 6px; flex-direction: column; font-size: 12px; line-height: 1.25; text-align: center; }
  .product-switcher button::after { left: 8px; right: 8px; }
  .product-stage { min-height: 330px; padding: 24px 16px; }
  .product-stage::before { width: 320px; height: 320px; box-shadow: 0 0 0 45px rgba(15,69,111,.035); }
  .product-stage::after { bottom: 10%; }
  .showcase-image { max-height: 340px; }
  .showcase-image-pro { width: min(125%, 480px); }
  .showcase-image-ac { width: min(120%, 460px); max-height: 300px; }
  .showcase-copy { min-height: 300px; padding: 36px 26px; }
  .showcase-copy h3 { font-size: 29px; }
  .showcase-copy p { font-size: 16px; line-height: 26px; }
  .category-header a { font-size: 0; gap: 0; }
  .product-categories { grid-template-columns: 1fr; }
  .category-card { min-height: 86px; }
  .sustainability-content { padding: 45px 24px 62px; }
  .sustainability-art { min-height: 260px; }
  .orbit-one { width: 235px; height: 235px; }
  .orbit-two { width: 325px; height: 325px; }
  .energy-core { width: 120px; height: 120px; }
  .contact-actions { width: 100%; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom > div { grid-column: auto; flex-wrap: wrap; gap: 18px; }
  .footer-bottom button { justify-self: start; }
}

/* About HAVA */
.about-page { overflow: hidden; background: #fff; }
.about-hero { min-height: 620px; position: relative; display: flex; align-items: stretch; overflow: hidden; color: #fff; background: var(--navy-deep); }
.about-hero > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 52%; }
.about-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,24,42,.94) 0%,rgba(6,31,53,.84) 38%,rgba(6,31,53,.34) 68%,rgba(6,31,53,.08) 100%),linear-gradient(180deg,rgba(3,18,31,.04),rgba(3,18,31,.24)); }
.about-hero-copy { width: 100%; max-width: 1680px; margin: 0 auto; padding: 48px 64px 58px; position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.about-breadcrumb { display: flex; align-items: center; gap: 10px; margin: 0 0 48px; color: rgba(255,255,255,.72); font-size: 12px; }
.about-breadcrumb a:hover { color: #fff; }
.about-kicker,.about-heading > p,.about-cta > div > p { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 17px; color: #a9dfa6; text-transform: uppercase; letter-spacing: 1.35px; font-size: 12px; line-height: 1; font-weight: 800; }
.about-kicker::after,.about-heading > p::after,.about-cta > div > p::after { content: ""; width: 40px; height: 2px; background: var(--green); }
.about-hero h1 { max-width: 780px; margin: 0; color: #fff; font-size: clamp(46px,4.1vw,68px); line-height: 1.02; letter-spacing: -2.8px; font-weight: 650; }
.about-intro { max-width: 650px; margin: 22px 0 0; color: #e0ebf2; font-size: 17px; line-height: 27px; }
.about-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 29px; }

.about-inner { max-width: 1500px; margin: 0 auto; }
.about-profile,.about-mission { padding: 92px 64px; }
.about-heading { max-width: 700px; }
.about-heading > p { color: var(--navy); }
.about-heading h2,.about-cta h2 { margin: 0; color: var(--ink); font-size: clamp(36px,2.9vw,50px); line-height: 1.1; letter-spacing: -1.5px; font-weight: 650; }
.about-heading > span { display: block; margin-top: 18px; color: var(--body); font-size: 17px; line-height: 27px; }
.about-profile-layout { display: grid; grid-template-columns: minmax(420px,.86fr) minmax(560px,1.14fr); align-items: center; gap: clamp(54px,6vw,105px); }
.about-expertise-list { margin-top: 38px; border-top: 1px solid #dbe4ea; }
.about-expertise-list article { min-height: 88px; padding: 16px 0; display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 18px; border-bottom: 1px solid #dbe4ea; }
.about-expertise-list article > div { width: 48px; height: 48px; display: grid; place-items: center; color: var(--green-dark); background: #edf7ef; border-radius: 50%; }
.about-expertise-list article:nth-child(even) > div { color: var(--blue); background: #edf5fb; }
.about-expertise-list article > span { display: flex; flex-direction: column; gap: 5px; }
.about-expertise-list strong { color: var(--navy); font-size: 17px; line-height: 1.3; }
.about-expertise-list small { color: var(--body); font-size: 14px; line-height: 1.45; }
.about-profile-visual { min-height: 570px; margin: 0; position: relative; overflow: hidden; border-radius: 4px; box-shadow: 0 22px 55px rgba(13,38,62,.16); }
.about-profile-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 56%,rgba(5,29,50,.58) 100%); pointer-events: none; }
.about-profile-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.about-profile-visual figcaption { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 25px; display: flex; align-items: center; gap: 11px; color: #fff; font-size: 14px; font-weight: 800; letter-spacing: .5px; }
.about-profile-visual figcaption span { font-weight: 600; }

.about-network { min-height: 560px; padding: 82px 64px; position: relative; overflow: hidden; color: #fff; background: var(--navy-deep); }
.about-network-image { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 56%; }
.about-network-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,26,45,.91) 0%,rgba(6,34,58,.8) 43%,rgba(6,34,58,.32) 100%),linear-gradient(180deg,rgba(5,27,47,.1),rgba(5,27,47,.48)); }
.about-network-layout { min-height: 396px; position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; }
.about-network .about-heading { max-width: 710px; }
.about-network .about-heading > p { color: #b7e2b4; }
.about-network .about-heading h2 { color: #fff; }
.about-network .about-heading > span { color: #dce8f0; }
.about-partner-list { width: 100%; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.about-partner-list > div { min-height: 74px; padding: 17px 20px; display: flex; align-items: center; gap: 14px; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); font-size: 16px; line-height: 1.25; font-weight: 700; }
.about-partner-list svg { flex: 0 0 auto; color: #9adc96; }

.about-mission { background: #fff; }
.about-mission-layout { display: grid; grid-template-columns: minmax(550px,1.08fr) minmax(420px,.92fr); align-items: center; gap: clamp(58px,7vw,120px); }
.about-image-collage { min-height: 600px; position: relative; }
.about-image-collage figure { margin: 0; position: absolute; overflow: hidden; box-shadow: 0 20px 50px rgba(13,38,62,.15); }
.about-image-collage figure:first-child { width: 78%; height: 78%; left: 0; top: 0; }
.about-image-collage figure:last-child { width: 47%; height: 47%; right: 0; bottom: 0; border: 8px solid #fff; }
.about-image-collage img { width: 100%; height: 100%; object-fit: cover; }
.about-image-collage figure:last-child img { object-position: 64% center; }
.about-field-list { margin-top: 36px; display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid #dbe4ea; border-left: 1px solid #dbe4ea; }
.about-field-list article { min-height: 98px; padding: 20px; display: flex; align-items: center; gap: 14px; color: var(--navy); border-right: 1px solid #dbe4ea; border-bottom: 1px solid #dbe4ea; }
.about-field-list svg { flex: 0 0 auto; color: var(--green-dark); }
.about-field-list article:nth-child(even) svg { color: var(--blue); }
.about-field-list strong { font-size: 16px; line-height: 1.3; }

.about-cta { max-width: 1680px; min-height: 270px; margin: 0 auto; padding: 58px 64px; display: flex; align-items: center; justify-content: space-between; gap: 50px; color: #fff; background: linear-gradient(125deg,#092943 0%,#0b3159 70%,#0d446b 100%); }
.about-cta > div { max-width: 850px; }
.about-cta > div > p { color: #b7e2b4; }
.about-cta h2 { color: #fff; font-size: clamp(34px,2.7vw,46px); }
.about-cta span { display: block; margin-top: 14px; color: #d4e1ea; font-size: 16px; line-height: 26px; }
.about-cta .button { flex: 0 0 auto; }

@media (max-width: 1180px) {
  .about-hero-copy,.about-profile,.about-network,.about-mission,.about-cta { padding-left: 40px; padding-right: 40px; }
  .about-profile-layout,.about-mission-layout { gap: 45px; }
  .about-profile-visual { min-height: 510px; }
  .about-mission-layout { grid-template-columns: minmax(470px,1fr) minmax(390px,1fr); }
  .about-image-collage { min-height: 520px; }
}

@media (max-width: 850px) {
  .about-hero { min-height: 640px; }
  .about-hero > img { object-position: 63% center; }
  .about-hero-shade { background: linear-gradient(90deg,rgba(4,24,42,.93),rgba(6,31,53,.67)),linear-gradient(180deg,rgba(3,18,31,.06),rgba(3,18,31,.3)); }
  .about-hero-copy { padding: 42px 25px 52px; }
  .about-breadcrumb { margin-bottom: 42px; }
  .about-hero h1 { font-size: clamp(42px,9vw,58px); letter-spacing: -2.1px; }
  .about-profile,.about-network,.about-mission { padding: 76px 24px; }
  .about-profile-layout,.about-mission-layout { grid-template-columns: 1fr; gap: 48px; }
  .about-profile-visual { min-height: 460px; }
  .about-network { min-height: 620px; }
  .about-network-layout { min-height: 468px; }
  .about-partner-list { grid-template-columns: repeat(2,1fr); }
  .about-image-collage { min-height: 560px; }
  .about-cta { min-height: 0; padding: 60px 28px; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
  .about-hero { min-height: 650px; }
  .about-hero > img { object-position: 69% center; }
  .about-hero-shade { background: linear-gradient(90deg,rgba(4,24,42,.95),rgba(6,31,53,.74)); }
  .about-hero-copy { padding: 34px 20px 42px; }
  .about-breadcrumb { margin-bottom: 38px; font-size: 11px; }
  .about-hero h1 { font-size: 39px; line-height: 1.04; letter-spacing: -1.6px; }
  .about-intro { margin-top: 19px; font-size: 15px; line-height: 24px; }
  .about-actions { width: 100%; display: grid; grid-template-columns: 1fr; margin-top: 26px; }
  .about-heading h2 { font-size: 32px; letter-spacing: -1px; }
  .about-heading > span { font-size: 15px; line-height: 24px; }
  .about-expertise-list strong { font-size: 15px; }
  .about-expertise-list small { font-size: 13px; }
  .about-profile-visual { min-height: 360px; }
  .about-profile-visual figcaption { left: 19px; right: 19px; bottom: 18px; }
  .about-network { min-height: 670px; padding-top: 68px; padding-bottom: 68px; }
  .about-network-layout { min-height: 534px; }
  .about-partner-list { grid-template-columns: 1fr; gap: 8px; }
  .about-partner-list > div { min-height: 62px; font-size: 15px; }
  .about-image-collage { min-height: 390px; }
  .about-image-collage figure:first-child { width: 84%; height: 78%; }
  .about-image-collage figure:last-child { width: 52%; height: 48%; border-width: 5px; }
  .about-field-list { grid-template-columns: 1fr; }
  .about-field-list article { min-height: 78px; }
  .about-cta h2 { font-size: 32px; }
}

/* Contact */
.contact-page { overflow: hidden; background: #fff; }
.contact-page-inner { width: 100%; max-width: 1500px; margin: 0 auto; }
.contact-hero { min-height: 520px; padding: 78px 64px 82px; position: relative; display: flex; align-items: center; overflow: hidden; color: #fff; background-image: linear-gradient(90deg,rgba(5,31,55,.96) 0%,rgba(7,43,76,.88) 44%,rgba(7,43,76,.56) 72%,rgba(7,43,76,.42) 100%),url('assets/img/contact-hero-nature-pv.webp'); background-position: center; background-size: cover; background-repeat: no-repeat; }
.contact-hero-content { position: relative; z-index: 1; }
.contact-breadcrumb { margin: 0 0 58px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.7); font-size: 12px; }
.contact-breadcrumb a:hover { color: #fff; }
.contact-page-kicker,.contact-page-heading > p,.contact-direct-card > p { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 17px; color: #a9dfa6; text-transform: uppercase; letter-spacing: 1.35px; font-size: 12px; line-height: 1; font-weight: 800; }
.contact-page-kicker::after,.contact-page-heading > p::after,.contact-direct-card > p::after { content: ""; width: 40px; height: 2px; background: var(--green); }
.contact-hero h1 { max-width: 940px; margin: 0; color: #fff; font-size: clamp(48px,4.25vw,70px); line-height: 1.02; letter-spacing: -2.8px; font-weight: 650; }
.contact-page-intro { max-width: 700px; margin: 23px 0 0; color: #dce8f0; font-size: 18px; line-height: 29px; }

.contact-main { padding: 96px 64px; background: linear-gradient(180deg,#fff 0%,#f7fafc 100%); }
.contact-main-layout { display: grid; grid-template-columns: minmax(390px,.76fr) minmax(620px,1.24fr); gap: clamp(48px,5vw,82px); align-items: stretch; }
.contact-page-heading { max-width: 690px; }
.contact-page-heading > p { color: var(--navy); }
.contact-page-heading h2,.contact-direct-card h2 { margin: 0; color: var(--ink); font-size: clamp(36px,2.9vw,50px); line-height: 1.1; letter-spacing: -1.5px; font-weight: 650; }
.contact-page-heading > span { display: block; margin-top: 18px; color: var(--body); font-size: 17px; line-height: 27px; }
.contact-direct { display: flex; align-items: center; }
.contact-direct-card { width: 100%; padding: 20px 12px 20px 0; }
.contact-direct-card > p { color: var(--navy); }
.contact-direct-card h2 { font-size: 31px; letter-spacing: -.9px; }
.contact-detail-list { margin-top: 29px; border-top: 1px solid #e0e7ec; }
.contact-detail-list > div,.contact-detail-list > a { min-height: 86px; padding: 16px 0; display: grid; grid-template-columns: 46px 1fr; align-items: center; gap: 16px; border-bottom: 1px solid #e0e7ec; }
.contact-detail-list > div > svg,.contact-detail-list > a > svg { color: var(--green-dark); }
.contact-detail-list > a:nth-child(2) > svg { color: var(--blue); }
.contact-detail-list span { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.contact-detail-list small { color: #6d7987; font-size: 12px; font-weight: 600; }
.contact-detail-list strong { color: var(--navy); font-size: 15px; line-height: 1.45; overflow-wrap: anywhere; }
.contact-detail-list a:hover strong { color: var(--green-dark); }
.contact-register { margin-top: 25px; display: flex; align-items: flex-start; gap: 11px; color: #687687; font-size: 12px; line-height: 19px; }
.contact-register svg { flex: 0 0 auto; margin-top: 1px; color: var(--blue); }
.contact-map { min-height: 100%; overflow: hidden; border: 1px solid #dbe5eb; border-radius: 8px; background: #e7edf1; box-shadow: 0 22px 55px rgba(13,38,62,.1); }
.contact-map iframe { width: 100%; height: 100%; min-height: 540px; display: block; border: 0; }
.contact-map-consent { min-height: 540px; padding: 52px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: var(--navy); background: radial-gradient(circle at 50% 35%,#f7fbfd 0%,#e7eef1 72%,#dce6eb 100%); }
.contact-map-consent > svg { color: var(--green-dark); }
.contact-map-consent h3 { margin: 20px 0 0; font-size: 24px; }
.contact-map-consent p { max-width: 480px; margin: 13px 0 0; color: var(--body); font-size: 14px; line-height: 23px; }
.contact-map-consent button { margin-top: 26px; min-height: 50px; padding: 0 25px; border: 0; border-radius: 4px; color: #fff; background: var(--navy); font-weight: 750; cursor: pointer; }
.contact-map-consent button:hover { background: var(--green-dark); }
.contact-map-consent a { margin-top: 16px; color: #526b80; font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }

/* Legal information */
.legal-page { background: #fff; }
.legal-inner { width: min(1120px,calc(100% - 128px)); margin: 0 auto; }
.legal-hero { min-height: 410px; padding: 74px 0 70px; display: flex; align-items: center; color: #fff; background: radial-gradient(circle at 86% 20%,rgba(74,162,75,.15),transparent 34%),linear-gradient(135deg,#071f37 0%,#0a345c 100%); }
.legal-breadcrumb { margin-bottom: 48px; display: flex; gap: 10px; color: rgba(255,255,255,.65); font-size: 12px; }
.legal-breadcrumb a:hover { color: #fff; }
.legal-kicker { margin: 0 0 17px; display: flex; align-items: center; gap: 13px; color: #a9dfa6; text-transform: uppercase; letter-spacing: 1.3px; font-size: 12px; font-weight: 800; }
.legal-kicker::after { content: ""; width: 42px; height: 2px; background: var(--green); }
.legal-hero h1 { margin: 0; color: #fff; font-size: clamp(48px,5vw,74px); line-height: 1; letter-spacing: -2.8px; }
.legal-intro { max-width: 720px; margin: 22px 0 0; color: #dce8f0; font-size: 18px; line-height: 29px; }
.legal-content { padding-top: 88px; padding-bottom: 104px; }
.legal-section { padding: 32px 0; display: grid; grid-template-columns: minmax(220px,.38fr) minmax(0,.62fr); gap: 58px; border-top: 1px solid #dfe7ec; }
.legal-section:last-of-type { border-bottom: 1px solid #dfe7ec; }
.legal-section h2 { margin: 0; color: var(--navy); font-size: 21px; line-height: 1.35; }
.legal-section > div { color: #405164; font-size: 15px; line-height: 1.72; }
.legal-section p { margin: 0 0 14px; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section a { color: #075696; text-decoration: underline; text-underline-offset: 3px; }
.legal-updated { margin: 26px 0 0; color: #768595; font-size: 12px; }

/* Consent control */
.cookie-consent { width: min(1200px,calc(100% - 40px)); padding: 27px 30px; position: fixed; z-index: 2000; left: 50%; bottom: 20px; transform: translateX(-50%); display: grid; grid-template-columns: minmax(420px,1fr) auto; align-items: center; gap: 36px; color: #fff; background: linear-gradient(120deg,rgba(5,27,47,.985),rgba(9,55,91,.985)); border: 1px solid rgba(255,255,255,.15); border-radius: 8px; box-shadow: 0 24px 76px rgba(0,0,0,.34); }
.cookie-consent::before { content: ""; width: 220px; height: 220px; position: absolute; right: 20%; top: -170px; pointer-events: none; border: 1px solid rgba(115,205,112,.18); border-radius: 50%; box-shadow: 0 0 0 38px rgba(115,205,112,.035); }
.cookie-consent-copy,.cookie-consent-actions,.cookie-settings-panel { position: relative; z-index: 1; }
.cookie-consent-kicker { margin: 0 0 7px !important; color: #a8dfa5 !important; text-transform: uppercase; letter-spacing: 1.25px; font-size: 10px !important; font-weight: 800; }
.cookie-consent h2 { margin: 0; color: #fff; font-size: 20px; line-height: 1.25; letter-spacing: -.25px; }
.cookie-consent p { max-width: 760px; margin: 8px 0 0; color: #d1dce5; font-size: 12px; line-height: 19px; }
.cookie-consent a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.cookie-consent-actions { display: flex; align-items: center; gap: 9px; }
.cookie-consent button { min-height: 43px; padding: 0 17px; border-radius: 3px; font: inherit; font-size: 12px; font-weight: 750; cursor: pointer; white-space: nowrap; transition: color .2s ease,background .2s ease,border-color .2s ease; }
.cookie-primary { border: 1px solid var(--green); color: #fff; background: var(--green-dark); }
.cookie-primary:hover { background: #277f32; border-color: #6fbe70; }
.cookie-secondary { border: 1px solid rgba(255,255,255,.55); color: #fff; background: transparent; }
.cookie-secondary:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.cookie-settings-button { border: 0; color: #d8e3eb; background: transparent; text-decoration: underline; text-underline-offset: 3px; }
.cookie-settings-button:hover { color: #fff; }
.cookie-dialog-close { width: 38px; min-height: 38px !important; padding: 0 !important; position: absolute; z-index: 3; right: 14px; top: 13px; border: 0; color: #b9c8d3; background: transparent; font-size: 25px !important; font-weight: 300 !important; line-height: 1; }
.cookie-dialog-close:hover { color: #fff; }

.cookie-consent-settings { width: min(800px,calc(100% - 40px)); padding: 31px 32px 28px; grid-template-columns: 1fr; }
.cookie-settings-panel { width: 100%; }
.cookie-settings-heading { padding-right: 42px; }
.cookie-settings-heading h2 { font-size: 24px; }
.cookie-settings-heading > p:last-child { max-width: 660px; }
.cookie-category-list { margin-top: 24px; display: grid; gap: 10px; }
.cookie-category-list article { min-height: 102px; padding: 18px 20px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.07); }
.cookie-category-list strong { color: #fff; font-size: 14px; }
.cookie-category-list p { max-width: 540px; margin-top: 6px; }
.cookie-always-active { padding: 7px 10px; color: #b9e7b6; border: 1px solid rgba(139,210,137,.28); background: rgba(79,166,78,.12); font-size: 10px; font-weight: 800; white-space: nowrap; }
.cookie-toggle { min-width: 96px; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 9px; cursor: pointer; }
.cookie-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.cookie-toggle > span { width: 42px; height: 23px; position: relative; border: 1px solid rgba(255,255,255,.35); border-radius: 20px; background: rgba(255,255,255,.12); transition: background .2s ease,border-color .2s ease; }
.cookie-toggle > span::after { content: ""; width: 17px; height: 17px; position: absolute; left: 2px; top: 2px; border-radius: 50%; background: #fff; transition: transform .2s ease; }
.cookie-toggle input:checked + span { border-color: var(--green); background: var(--green-dark); }
.cookie-toggle input:checked + span::after { transform: translateX(19px); }
.cookie-toggle input:focus-visible + span { outline: 2px solid #fff; outline-offset: 3px; }
.cookie-toggle em { color: #d3dee7; font-size: 10px; font-style: normal; font-weight: 700; }
.cookie-settings-actions { margin-top: 20px; display: flex; justify-content: flex-end; gap: 10px; }

@media (max-width: 850px) {
  .legal-inner { width: min(100% - 48px,1120px); }
  .legal-hero { min-height: 380px; padding: 62px 0; }
  .legal-section { grid-template-columns: 1fr; gap: 14px; }
  .cookie-consent { grid-template-columns: 1fr; gap: 20px; }
  .cookie-consent-actions { flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .legal-inner { width: min(100% - 40px,1120px); }
  .legal-hero h1 { font-size: 44px; letter-spacing: -1.8px; }
  .legal-breadcrumb { margin-bottom: 36px; }
  .legal-intro { font-size: 15px; line-height: 24px; }
  .legal-content { padding-top: 58px; padding-bottom: 72px; }
  .legal-section { padding: 26px 0; }
  .cookie-consent { width: calc(100% - 24px); max-height: calc(100vh - 24px); padding: 22px; bottom: 12px; overflow-y: auto; }
  .cookie-consent-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-consent button { width: 100%; }
  .cookie-dialog-close { width: 36px !important; }
  .cookie-settings-heading { padding-right: 30px; }
  .cookie-settings-heading h2 { font-size: 21px; }
  .cookie-category-list article { grid-template-columns: 1fr; gap: 14px; }
  .cookie-always-active { width: fit-content; }
  .cookie-settings-actions { display: grid; grid-template-columns: 1fr; }
}

.contact-topics { padding: 90px 64px 96px; background: #fff; }
.contact-topics-heading { max-width: 760px; margin-bottom: 42px; }
.contact-topic-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.contact-topic-grid article { min-height: 245px; padding: 32px; border: 1px solid #dfe7ed; background: #f8fafc; box-shadow: 0 8px 24px rgba(25,54,78,.045); }
.contact-topic-grid article > div { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--green-dark); background: #eaf6ec; }
.contact-topic-grid article:nth-child(even) > div { color: var(--blue); background: #eaf2f8; }
.contact-topic-grid h3 { margin: 23px 0 0; color: var(--navy); font-size: 21px; line-height: 1.25; }
.contact-topic-grid p { margin: 12px 0 0; color: var(--body); font-size: 15px; line-height: 24px; }

@media (max-width: 1180px) {
  .contact-hero,.contact-main,.contact-topics { padding-left: 40px; padding-right: 40px; }
  .contact-main-layout { grid-template-columns: minmax(350px,.78fr) minmax(500px,1.22fr); gap: 42px; }
  .contact-map iframe { min-height: 520px; }
}

@media (max-width: 850px) {
  .contact-hero { min-height: 560px; padding: 66px 25px 72px; }
  .contact-hero { background-position: 62% center; }
  .contact-hero h1 { font-size: clamp(43px,9vw,58px); letter-spacing: -2px; }
  .contact-breadcrumb { margin-bottom: 48px; }
  .contact-main,.contact-topics { padding: 76px 24px; }
  .contact-main-layout { grid-template-columns: 1fr; gap: 52px; }
  .contact-direct { max-width: 680px; }
  .contact-direct-card { padding: 0; }
  .contact-map { min-height: 500px; }
  .contact-map iframe { min-height: 500px; }
  .contact-topic-grid { grid-template-columns: 1fr; }
  .contact-topic-grid article { min-height: 0; }
}

@media (max-width: 560px) {
  .contact-hero { min-height: 590px; padding: 56px 20px 62px; }
  .contact-breadcrumb { margin-bottom: 43px; font-size: 11px; }
  .contact-hero h1 { font-size: 39px; line-height: 1.04; letter-spacing: -1.6px; }
  .contact-page-intro { font-size: 15px; line-height: 24px; }
  .contact-main,.contact-topics { padding: 66px 20px; }
  .contact-page-heading h2 { font-size: 32px; letter-spacing: -1px; }
  .contact-page-heading > span { font-size: 15px; line-height: 24px; }
  .contact-direct-card { padding: 29px 24px 27px; }
  .contact-direct-card h2 { font-size: 27px; }
  .contact-map,.contact-map iframe { min-height: 390px; }
  .contact-topic-grid article { padding: 27px; }
}

@media (max-height: 760px) and (min-width: 851px) {
  .hero { min-height: calc(100vh - 84px); }
  .hero-panel { padding-top: 39px; padding-bottom: 42px; }
  .hero h1 { font-size: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Solution detail pages */
.solution-page { background: #fff; overflow: hidden; }
.mobile-menu-solutions { display: none; }
.solution-detail-hero { min-height: 710px; position: relative; display: flex; align-items: stretch; overflow: hidden; color: #fff; background: var(--navy-deep); }
.solution-detail-hero-image { position: absolute; inset: 0; }
.solution-detail-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.solution-detail-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,27,47,.94) 0%, rgba(7,34,58,.86) 34%, rgba(7,34,58,.36) 68%, rgba(7,34,58,.1) 100%), linear-gradient(180deg, rgba(4,22,38,.12), rgba(4,22,38,.2)); }
.solution-detail-hero-copy { width: 100%; max-width: 1680px; margin: 0 auto; padding: 58px 64px 68px; position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.solution-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 0 0 clamp(58px,8vh,88px); color: rgba(255,255,255,.72); font-size: 13px; }
.solution-breadcrumb a:hover { color: #fff; }
.solution-kicker, .solution-detail-heading > p, .solution-detail-cta > div > p { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 18px; color: #a9dfa6; text-transform: uppercase; letter-spacing: 1.45px; font-size: 13px; line-height: 1; font-weight: 800; }
.solution-kicker::after, .solution-detail-heading > p::after, .solution-detail-cta > div > p::after { content: ""; width: 40px; height: 2px; background: var(--green); }
.solution-detail-hero h1 { max-width: 820px; margin: 0; color: #fff; font-size: clamp(52px,5vw,82px); line-height: .99; letter-spacing: -3.5px; font-weight: 650; }
.solution-detail-intro { max-width: 720px; margin: 27px 0 0; color: #e0ebf2; font-size: 19px; line-height: 30px; }
.solution-detail-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.solution-detail-section { padding: 104px 64px; }
.solution-detail-inner { max-width: 1500px; margin: 0 auto; }
.solution-detail-heading { max-width: 770px; }
.solution-detail-heading.centered { margin: 0 auto 54px; text-align: center; }
.solution-detail-heading.centered > p { justify-content: center; }
.solution-detail-heading > p { color: var(--navy); }
.solution-detail-heading h2, .solution-detail-cta h2 { margin: 0; color: var(--ink); font-size: clamp(40px,3.4vw,58px); line-height: 1.08; letter-spacing: -1.9px; font-weight: 650; }
.solution-detail-heading > span { display: block; margin-top: 21px; color: var(--body); font-size: 18px; line-height: 30px; }
.solution-detail-heading.centered > span { max-width: 790px; margin-left: auto; margin-right: auto; }

.solution-overview { background: #fff; }
.solution-overview .solution-detail-heading { max-width: none; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(390px,.72fr); column-gap: clamp(72px,8vw,144px); align-items: end; }
.solution-overview .solution-detail-heading > p { grid-column: 1; grid-row: 1; margin-bottom: 23px; }
.solution-overview .solution-detail-heading h2 { grid-column: 1; grid-row: 2; max-width: 820px; text-wrap: balance; }
.solution-overview .solution-detail-heading > span { grid-column: 2; grid-row: 1 / 3; align-self: end; max-width: 540px; margin: 0; padding-left: 24px; border-left: 2px solid rgba(78,174,75,.58); color: #4f6071; font-size: 17px; line-height: 29px; }
.solution-benefit-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #dbe4ea; border-left: 1px solid #dbe4ea; }
.solution-benefit { min-height: 288px; padding: 38px 40px; border-right: 1px solid #dbe4ea; border-bottom: 1px solid #dbe4ea; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.solution-benefit:hover { position: relative; z-index: 1; transform: translateY(-5px); background: #fbfdfe; box-shadow: 0 18px 38px rgba(12,42,67,.09); }
.solution-benefit > div { width: 58px; height: 58px; display: grid; place-items: center; color: var(--green-dark); background: #edf7ef; border-radius: 50%; }
.solution-benefit:nth-child(even) > div { color: var(--blue); background: #edf5fb; }
.solution-benefit h3 { margin: 26px 0 12px; color: var(--navy); font-size: 22px; line-height: 1.24; }
.solution-benefit p { margin: 0; color: var(--body); font-size: 15px; line-height: 25px; }

.solution-connection { position: relative; overflow: hidden; background: linear-gradient(135deg,#f1f7fb 0%,#f7fafc 58%,#f2f8f3 100%); }
.solution-connection::after { content: ""; width: 620px; height: 620px; position: absolute; right: -340px; bottom: -370px; border: 1px solid rgba(78,174,75,.13); border-radius: 50%; box-shadow: 0 0 0 86px rgba(78,174,75,.025), 0 0 0 172px rgba(23,78,135,.018); }
.solution-connection-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(410px,.84fr) minmax(650px,1.16fr); align-items: center; gap: clamp(56px,5.5vw,92px); }
.solution-connection-layout .solution-detail-heading { max-width: 590px; }
.solution-connection-layout .solution-detail-heading > p { margin-bottom: 24px; }
.solution-connection-layout .solution-detail-heading h2 { max-width: 570px; font-size: clamp(40px,3vw,50px); line-height: 1.06; letter-spacing: -1.45px; font-weight: 620; text-wrap: balance; }
.solution-connection-layout .solution-detail-heading > span { max-width: 560px; margin-top: 27px; padding-left: 20px; border-left: 2px solid rgba(78,174,75,.58); color: #4f6071; font-size: 16px; line-height: 28px; }
.solution-connection-flow { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid #cedae2; border-left: 1px solid #cedae2; background: rgba(255,255,255,.45); }
.solution-connection-flow article { min-height: 190px; padding: 31px 30px; border-right: 1px solid #cedae2; border-bottom: 1px solid #cedae2; }
.solution-connection-flow article > div { width: 51px; height: 51px; display: grid; place-items: center; color: var(--navy); background: rgba(255,255,255,.72); border: 1px solid #b9cbd7; border-radius: 50%; }
.solution-connection-flow article:nth-child(2n) > div { color: var(--green-dark); border-color: #bfd9c1; }
.solution-connection-flow h3 { margin: 20px 0 7px; color: var(--navy); font-size: 19px; }
.solution-connection-flow p { margin: 0; color: #647386; font-size: 14px; line-height: 22px; }
.solution-note { grid-column: 1/-1; margin: 32px 0 0; padding: 17px 21px; color: #536375; background: rgba(255,255,255,.64); border-left: 3px solid var(--green); font-size: 13px; line-height: 21px; }

.solution-products { scroll-margin-top: 84px; background: #fff; }
.solution-product-grid { display: grid; gap: 22px; }
.solution-product-grid-4 { grid-template-columns: repeat(4,1fr); }
.solution-product-grid-3 { grid-template-columns: repeat(3,1fr); }
.solution-product-grid-2 { grid-template-columns: repeat(2,minmax(0,510px)); justify-content: center; }
.solution-product-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; background: #fff; border: 1px solid #dce5eb; box-shadow: 0 10px 28px rgba(13,38,62,.06); transition: transform .23s ease, box-shadow .23s ease; }
.solution-product-card:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(13,38,62,.13); }
.solution-product-image { min-height: 295px; position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 50%,#fff 0%,#edf4f8 66%,#e6eef3 100%); }
.solution-product-image::before { content: ""; width: 70%; aspect-ratio: 1; position: absolute; border: 1px solid rgba(23,78,135,.11); border-radius: 50%; box-shadow: 0 0 0 54px rgba(255,255,255,.33); }
.solution-product-image img { width: 82%; height: 245px; position: relative; z-index: 1; object-fit: contain; transition: transform .32s ease; filter: drop-shadow(0 22px 20px rgba(16,40,60,.16)); }
.solution-product-card:hover .solution-product-image img { transform: scale(1.025); }
.solution-product-copy { flex: 1; padding: 28px 28px 30px; display: flex; flex-direction: column; align-items: flex-start; }
.solution-product-copy > span { color: var(--green-dark); font-size: 11px; line-height: 1.35; font-weight: 800; letter-spacing: .8px; }
.solution-product-copy h3 { margin: 10px 0 12px; color: var(--navy); font-size: 21px; line-height: 1.22; }
.solution-product-copy p { margin: 0 0 24px; color: var(--body); font-size: 14px; line-height: 23px; }
.solution-product-copy strong { margin-top: auto; display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 13px; }
.solution-product-card:hover .solution-product-copy strong svg { transform: translateX(4px); }
.solution-product-copy strong svg { transition: transform .2s ease; }

.solution-detail-cta { max-width: 1680px; min-height: 310px; margin: 0 auto; padding: 70px 64px; display: flex; align-items: center; justify-content: space-between; gap: 50px; color: #fff; background: linear-gradient(125deg,#092943 0%,#0b3159 70%,#0d446b 100%); }
.solution-detail-cta > div { max-width: 850px; }
.solution-detail-cta > div > p { color: #b7e2b4; }
.solution-detail-cta h2 { color: #fff; font-size: clamp(35px,3vw,50px); }
.solution-detail-cta span { display: block; margin-top: 16px; color: #d4e1ea; font-size: 17px; line-height: 28px; }
.solution-detail-cta .button { flex: 0 0 auto; }

@media (max-width: 1280px) {
  .solution-connection-layout { grid-template-columns: minmax(360px,.85fr) minmax(540px,1.15fr); gap: 50px; }
  .solution-product-grid-4 { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 1180px) {
  .mobile-menu-solutions { display: flex; flex-direction: column; padding-left: 18px; border-bottom: 1px solid #e8edf1; }
  .mobile-menu-solutions a { padding: 10px 2px; border-bottom: 0; color: #5a6878; font-size: 14px; font-weight: 500; }
  .mobile-menu > a:first-child { border-bottom: 0; padding-bottom: 8px; }
  .solution-detail-hero-copy { padding-left: 40px; padding-right: 40px; }
  .solution-detail-section { padding-left: 40px; padding-right: 40px; }
  .solution-overview .solution-detail-heading { grid-template-columns: minmax(0,1fr) minmax(330px,.7fr); column-gap: 52px; }
  .solution-connection-layout { grid-template-columns: 1fr; gap: 48px; }
  .solution-connection-layout .solution-detail-heading { max-width: 780px; }
  .solution-detail-cta { padding-left: 40px; padding-right: 40px; }
}

@media (max-width: 850px) {
  .solution-detail-hero { min-height: 720px; }
  .solution-detail-hero-image img { object-position: 62% center; }
  .solution-detail-hero-shade { background: linear-gradient(90deg,rgba(5,27,47,.92),rgba(7,34,58,.68)), linear-gradient(180deg,rgba(4,22,38,.08),rgba(4,22,38,.3)); }
  .solution-detail-hero-copy { padding: 42px 25px 52px; }
  .solution-breadcrumb { margin-bottom: 55px; }
  .solution-detail-hero h1 { font-size: clamp(44px,10vw,64px); letter-spacing: -2.3px; }
  .solution-detail-intro { font-size: 17px; line-height: 27px; }
  .solution-detail-section { padding: 76px 24px; }
  .solution-overview .solution-detail-heading { display: block; max-width: 770px; }
  .solution-overview .solution-detail-heading > span { max-width: 680px; margin-top: 24px; padding-left: 18px; }
  .solution-benefit-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .solution-benefit { min-height: 0; }
  .solution-product-grid-4, .solution-product-grid-3, .solution-product-grid-2 { grid-template-columns: 1fr; }
  .solution-product-grid-2 { justify-content: stretch; }
  .solution-product-card { display: grid; grid-template-columns: minmax(240px,.9fr) minmax(300px,1.1fr); }
  .solution-product-image { min-height: 300px; }
  .solution-detail-cta { min-height: 0; padding: 60px 28px; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
  .mobile-menu.open { max-height: 620px; }
  .solution-detail-hero { min-height: 690px; }
  .solution-detail-hero-image img { object-position: 68% center; }
  .solution-detail-hero-shade { background: linear-gradient(90deg,rgba(5,27,47,.94),rgba(7,34,58,.73)); }
  .solution-detail-hero-copy { padding: 34px 20px 42px; }
  .solution-breadcrumb { margin-bottom: 44px; font-size: 11px; }
  .solution-detail-hero h1 { font-size: 42px; line-height: 1.02; letter-spacing: -1.8px; }
  .solution-kicker { font-size: 11px; }
  .solution-detail-intro { margin-top: 21px; font-size: 15px; line-height: 24px; }
  .solution-detail-actions { width: 100%; display: grid; grid-template-columns: 1fr; margin-top: 26px; }
  .solution-detail-heading h2 { font-size: 34px; letter-spacing: -1.2px; }
  .solution-detail-heading > span { font-size: 16px; line-height: 26px; }
  .solution-connection-layout .solution-detail-heading h2 { font-size: 34px; letter-spacing: -1.2px; }
  .solution-connection-layout .solution-detail-heading > span { margin-top: 22px; padding-left: 16px; line-height: 26px; }
  .solution-benefit { padding: 31px 27px; }
  .solution-connection-flow { grid-template-columns: 1fr; }
  .solution-connection-flow article { min-height: 0; }
  .solution-product-card { display: flex; }
  .solution-product-image { min-height: 280px; }
  .solution-product-image img { height: 225px; }
  .solution-detail-cta h2 { font-size: 34px; }
}

/* Solar Arc P2700 Pro product detail */
.pdp { background: #fff; overflow: hidden; }
.pdp-hero { min-height: calc(100svh - 84px); position: relative; display: flex; align-items: stretch; overflow: hidden; background: radial-gradient(circle at 76% 42%, rgba(79,174,75,.09), transparent 29%), linear-gradient(130deg, #fbfdff 0%, #f1f7fb 58%, #f6faf6 100%); }
.pdp-hero::before { content: ""; position: absolute; width: 660px; height: 660px; right: -290px; top: -320px; border: 1px solid rgba(23,78,135,.09); border-radius: 50%; box-shadow: 0 0 0 92px rgba(23,78,135,.025), 0 0 0 184px rgba(23,78,135,.018); }
.pdp-hero-inner { width: 100%; max-width: 1700px; min-height: 680px; margin: 0 auto; padding: 64px; display: grid; grid-template-columns: minmax(480px,.92fr) minmax(580px,1.08fr); align-items: center; gap: clamp(34px,4vw,78px); position: relative; z-index: 1; }
.pdp-hero-copy { max-width: 650px; }
.pdp-breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: clamp(44px,6vh,72px); color: #748293; font-size: 14px; }
.pdp-breadcrumb a:hover { color: var(--navy); }
.pdp-product-type, .pdp-section-heading > p, .pdp-downloads-inner > div:first-child > p { display: inline-flex; align-items: center; gap: 11px; margin: 0 0 17px; color: var(--navy); text-transform: uppercase; letter-spacing: 1.3px; font-size: 13px; line-height: 1; font-weight: 800; }
.pdp-product-type::after, .pdp-section-heading > p::after, .pdp-downloads-inner > div:first-child > p::after { content: ""; width: 38px; height: 2px; background: var(--green); }
.pdp-hero h1 { margin: 0; color: #101b2b; font-size: clamp(52px,4.2vw,76px); line-height: 1.02; letter-spacing: -3px; font-weight: 650; }
.pdp-hero-text { max-width: 620px; margin: 27px 0 0; color: var(--body); font-size: 19px; line-height: 30px; }
.pdp-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.pdp-metrics { margin: clamp(48px,6vh,72px) 0 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #cfdbe3; }
.pdp-metrics > div { padding: 22px 22px 0 0; }
.pdp-metrics > div + div { padding-left: 22px; border-left: 1px solid #d5e0e7; }
.pdp-metrics dt { color: var(--navy); font-size: clamp(21px,1.65vw,29px); line-height: 1.1; font-weight: 750; white-space: nowrap; }
.pdp-metrics dd { max-width: 145px; margin: 9px 0 0; color: #667587; font-size: 12px; line-height: 18px; }
.pdp-product-visual { min-height: 620px; display: grid; place-items: center; position: relative; }
.pdp-product-visual::after { content: ""; position: absolute; left: 14%; right: 10%; bottom: 15%; height: 9%; border-radius: 50%; background: rgba(8,29,47,.19); filter: blur(24px); transform: perspective(200px) rotateX(62deg); }
.pdp-product-visual img { width: min(115%,830px); max-height: 610px; position: relative; z-index: 2; object-fit: contain; filter: drop-shadow(0 34px 30px rgba(18,42,61,.22)); animation: pdpImageIn .5s ease both; }
@keyframes pdpImageIn { from { opacity: 0; transform: translateY(14px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }
.pdp-orbit { position: absolute; border: 1px solid rgba(25,79,126,.12); border-radius: 50%; z-index: 0; }
.pdp-orbit.orbit-a { width: min(43vw,660px); aspect-ratio: 1; }
.pdp-orbit.orbit-b { width: min(32vw,480px); aspect-ratio: 1; border-color: rgba(78,174,75,.17); }
.pdp-view-switch { position: absolute; z-index: 4; right: 6px; bottom: 25px; display: flex; gap: 22px; }
.pdp-view-switch button { padding: 8px 0; display: inline-flex; align-items: center; gap: 8px; border: 0; color: #6a7887; background: transparent; font-size: 13px; cursor: pointer; }
.pdp-view-switch button span { width: 18px; height: 2px; background: #b7c4ce; transition: width .2s ease, background .2s ease; }
.pdp-view-switch button:hover, .pdp-view-switch button.active { color: var(--navy); }
.pdp-view-switch button.active span { width: 31px; background: var(--green); }

.pdp-section { padding: 102px 64px; }
.pdp-inner, .pdp-downloads-inner { max-width: 1500px; margin: 0 auto; }
.pdp-section-heading { max-width: 720px; }
.pdp-section-heading.centered { margin: 0 auto 56px; text-align: center; }
.pdp-section-heading.centered > p { justify-content: center; }
.pdp-section-heading h2, .pdp-downloads h2 { margin: 0; color: var(--ink); font-size: clamp(38px,3vw,54px); line-height: 1.1; letter-spacing: -1.6px; font-weight: 650; }
.pdp-section-heading > span, .pdp-downloads-inner > div:first-child > span { display: block; margin-top: 20px; color: var(--body); font-size: 18px; line-height: 29px; }
.pdp-section-heading.centered > span { max-width: 800px; margin-left: auto; margin-right: auto; }

.pdp-highlights { background: #fff; }
.pdp-highlight-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #dce5eb; border-left: 1px solid #dce5eb; }
.pdp-highlight { min-height: 218px; padding: 36px 36px 31px; display: grid; grid-template-columns: 54px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 22px; border-right: 1px solid #dce5eb; border-bottom: 1px solid #dce5eb; transition: background .25s ease, transform .25s ease; }
.pdp-highlight:hover { z-index: 1; background: #f7fafc; transform: translateY(-4px); }
.pdp-highlight-icon { width: 54px; height: 54px; grid-row: 1/3; display: grid; place-items: center; color: var(--green-dark); background: #edf7ef; border-radius: 50%; }
.pdp-highlight:nth-child(even) .pdp-highlight-icon { color: var(--blue); background: #edf5fb; }
.pdp-highlight strong { align-self: end; color: var(--navy); font-size: 27px; line-height: 1.15; }
.pdp-highlight > span { margin-top: 7px; color: var(--body); font-size: 15px; line-height: 22px; }

.pdp-system { position: relative; overflow: hidden; background: linear-gradient(135deg,#f2f7fb 0%,#f7fafc 60%,#f3f8f3 100%); }
.pdp-system::after { content: ""; position: absolute; width: 520px; height: 520px; right: -260px; bottom: -290px; border: 1px solid rgba(78,174,75,.13); border-radius: 50%; box-shadow: 0 0 0 80px rgba(78,174,75,.025); }
.pdp-system-layout { display: grid; grid-template-columns: minmax(480px,.95fr) minmax(540px,1.05fr); gap: clamp(60px,7vw,120px); align-items: center; }
.pdp-system-visual { min-height: 650px; position: relative; display: grid; place-items: center; }
.pdp-system-visual img { width: min(100%,650px); max-height: 620px; object-fit: contain; position: relative; z-index: 2; filter: drop-shadow(0 30px 34px rgba(20,43,61,.2)); }
.pdp-system-halo { width: min(38vw,560px); aspect-ratio: 1; position: absolute; border-radius: 50%; background: rgba(255,255,255,.62); border: 1px solid rgba(25,79,126,.1); box-shadow: 0 0 0 72px rgba(255,255,255,.28), 0 0 0 144px rgba(23,78,135,.025); }
.pdp-system-content .pdp-section-heading { max-width: 670px; }
.pdp-system-list { margin-top: 40px; border-top: 1px solid #cedae2; }
.pdp-system-list article { min-height: 130px; padding: 25px 0; display: grid; grid-template-columns: 58px 1fr; column-gap: 22px; border-bottom: 1px solid #cedae2; }
.pdp-system-list article > div { width: 52px; height: 52px; grid-row: 1/3; display: grid; place-items: center; color: var(--navy); border: 1px solid #b8cad7; border-radius: 50%; background: rgba(255,255,255,.5); }
.pdp-system-list h3 { margin: 1px 0 7px; color: var(--navy); font-size: 20px; }
.pdp-system-list p { margin: 0; color: var(--body); font-size: 15px; line-height: 24px; }

.pdp-specs { scroll-margin-top: 84px; color: #fff; background: linear-gradient(145deg,#092943 0%,#0b3159 64%,#0c3b64 100%); }
.pdp-specs .pdp-section-heading > p { color: #d8e8f4; }
.pdp-specs .pdp-section-heading h2 { color: #fff; }
.pdp-specs .pdp-section-heading > span { color: #c2d4e2; }
.pdp-spec-tabs { margin-top: 58px; display: grid; grid-template-columns: repeat(6,1fr); border-bottom: 1px solid rgba(255,255,255,.23); }
.pdp-spec-tabs button { min-height: 66px; position: relative; padding: 0 12px; border: 0; color: #a9bece; background: transparent; font-size: 15px; font-weight: 650; cursor: pointer; }
.pdp-spec-tabs button::after { content: ""; position: absolute; left: 14%; right: 14%; bottom: -1px; height: 3px; background: #67cf61; transform: scaleX(0); transition: transform .2s ease; }
.pdp-spec-tabs button:hover, .pdp-spec-tabs button.active { color: #fff; }
.pdp-spec-tabs button.active::after { transform: scaleX(1); }
.pdp-spec-table { margin-top: 26px; border: 1px solid rgba(255,255,255,.16); }
.pdp-spec-row { min-height: 58px; padding: 15px 26px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 30px; color: #dbe6ee; border-bottom: 1px solid rgba(255,255,255,.11); }
.pdp-spec-row:last-child { border-bottom: 0; }
.pdp-spec-row:nth-child(odd):not(.header) { background: rgba(255,255,255,.035); }
.pdp-spec-row.header { min-height: 48px; color: #8fb0c9; background: rgba(255,255,255,.07); text-transform: uppercase; letter-spacing: .9px; font-size: 11px; font-weight: 800; }
.pdp-spec-row strong { color: #fff; font-size: 15px; font-weight: 650; }

.pdp-downloads { min-height: 440px; padding: 94px 64px; position: relative; display: flex; align-items: center; overflow: hidden; color: #fff; background: #071f37; }
.pdp-downloads-art { width: min(46vw,760px); aspect-ratio: 1; position: absolute; right: -170px; top: 50%; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025),0 0 0 160px rgba(78,174,75,.025); }
.pdp-downloads-art div { position: absolute; border-radius: 50%; border: 1px solid rgba(78,174,75,.2); }
.pdp-downloads-art div:first-child { inset: 22%; }
.pdp-downloads-art div:last-child { inset: 41%; background: rgba(78,174,75,.1); }
.pdp-downloads-inner { width: 100%; display: grid; grid-template-columns: minmax(500px,1fr) auto; align-items: end; gap: 70px; position: relative; z-index: 1; }
.pdp-downloads-inner > div:first-child { max-width: 720px; }
.pdp-downloads-inner > div:first-child > p { color: #d9e9f4; }
.pdp-downloads h2 { color: #fff; }
.pdp-downloads-inner > div:first-child > span { color: #bfd1df; }
.pdp-download-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button-light { color: var(--navy-deep); background: #fff; }
.button-light:hover { background: #eef6f0; }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.03); }
.button-outline-light:hover { background: rgba(255,255,255,.1); border-color: #fff; }

/* EQ Microinverter product pages */
.micro-models { margin: 17px 0 0; color: var(--navy); font-size: 15px; line-height: 1.4; font-weight: 750; letter-spacing: .3px; }
.micro-image-bound { min-height: 0; position: relative; z-index: 2; display: grid; place-items: center; overflow: visible; }
.micro-image-bound img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; position: absolute; inset: 0; object-fit: contain; }
.micro-hero-image-bound { width: min(115%,830px); max-width: 100%; max-height: 610px; aspect-ratio: 2048 / 1145; }
.micro-product-visual.micro-view-product .micro-hero-image-bound { width: min(74%,560px); }
.micro-system-image-bound { width: min(100%,650px); max-height: 620px; aspect-ratio: 2048 / 1263; }
.micro-spec-tabs { grid-template-columns: repeat(5,1fr); }
.gateway-pdp .micro-image-bound { z-index: 2; overflow: visible; }
.gateway-pdp img[src*="hava-smart-gateway"] { z-index: 2; mix-blend-mode: normal; filter: drop-shadow(0 24px 24px rgba(18,42,61,.16)); }
.dock-pdp img[src*="hava-smart-dock"] { z-index: 2; mix-blend-mode: normal; filter: drop-shadow(0 24px 24px rgba(18,42,61,.16)); }
.energy-pdp .micro-image-bound { overflow: hidden; border-radius: 22px; background: #111519; box-shadow: 0 24px 56px rgba(10,25,38,.2); }
.energy-pdp .micro-image-bound img { object-fit: cover; filter: none; }
.energy-pdp .micro-hero-image-bound { width: min(100%,700px); aspect-ratio: 4 / 3; }
.energy-pdp .micro-product-visual.micro-view-product .micro-hero-image-bound { width: min(100%,700px); }
.energy-pdp .micro-system-image-bound { width: min(100%,590px); aspect-ratio: 1 / 1; }
.cloud-features { color: #fff; background: linear-gradient(145deg,#081f35 0%,#0b3159 68%,#0b3a57 100%); }
.cloud-features .pdp-section-heading > p { color: #d8e8f4; }
.cloud-features .pdp-section-heading h2 { color: #fff; }
.cloud-features .pdp-section-heading > span { color: #c5d7e4; }
.cloud-feature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.cloud-feature-card { min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.07); box-shadow: 0 18px 42px rgba(2,14,25,.22); }
.cloud-feature-card img { width: 100%; height: 290px; display: block; object-fit: cover; object-position: center; }
.cloud-feature-card > div { padding: 27px 28px 30px; }
.cloud-feature-card h3 { margin: 0; color: #fff; font-size: 22px; line-height: 1.2; }
.cloud-feature-card p { margin: 13px 0 0; color: #c7d7e3; font-size: 15px; line-height: 24px; }
.cloud-contact { min-height: 390px; }

@media (max-width: 1180px) {
  .pdp-hero-inner { padding: 52px 40px; grid-template-columns: .9fr 1.1fr; }
  .pdp-breadcrumb { margin-bottom: 38px; }
  .pdp-product-visual { min-height: 520px; }
  .pdp-hero h1 { font-size: clamp(48px,5vw,66px); }
  .pdp-metrics { margin-top: 48px; }
  .pdp-metrics dt { font-size: 21px; }
  .pdp-section { padding: 88px 40px; }
  .pdp-system-layout { grid-template-columns: .9fr 1.1fr; gap: 55px; }
  .pdp-system-visual { min-height: 540px; }
  .pdp-downloads { padding-left: 40px; padding-right: 40px; }
  .pdp-downloads-inner { grid-template-columns: 1fr; align-items: start; gap: 35px; }
}

@media (max-width: 850px) {
  .pdp-hero { min-height: auto; }
  .pdp-hero-inner { min-height: 0; padding: 54px 30px 70px; grid-template-columns: 1fr; gap: 20px; }
  .pdp-hero-copy { max-width: 100%; }
  .pdp-product-visual { min-height: 540px; order: -1; }
  .pdp-product-visual img { max-height: 500px; }
  .micro-hero-image-bound { max-height: 500px; }
  .pdp-view-switch { right: 0; bottom: 0; }
  .pdp-breadcrumb { margin-bottom: 30px; }
  .pdp-metrics { max-width: 700px; }
  .pdp-section { padding: 78px 30px; }
  .pdp-highlight-grid { grid-template-columns: repeat(2,1fr); }
  .pdp-system-layout { grid-template-columns: 1fr; }
  .pdp-system-visual { min-height: 500px; }
  .pdp-system-halo { width: min(72vw,540px); }
  .pdp-spec-tabs { grid-template-columns: repeat(3,1fr); }
  .micro-spec-tabs { grid-template-columns: repeat(3,1fr); }
  .cloud-feature-grid { grid-template-columns: 1fr; }
  .cloud-feature-card { display: grid; grid-template-columns: minmax(260px,.9fr) 1fr; }
  .cloud-feature-card img { height: 100%; min-height: 270px; }
  .pdp-downloads { padding: 78px 30px; }
  .pdp-downloads-inner { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .pdp-hero-inner { padding: 32px 20px 58px; }
  .pdp-product-visual { min-height: 365px; }
  .pdp-product-visual img { width: 125%; max-width: none; max-height: 360px; }
  .micro-hero-image-bound { width: 125%; max-width: none; max-height: 360px; }
  .micro-product-visual.micro-view-product .micro-hero-image-bound { width: 78%; max-height: 330px; }
  .micro-image-bound img { width: 100%; max-width: 100%; max-height: 100%; }
  .pdp-orbit.orbit-a { width: 94vw; }
  .pdp-orbit.orbit-b { width: 72vw; }
  .pdp-view-switch { position: absolute; right: 0; bottom: -5px; }
  .pdp-breadcrumb { margin: 0 0 32px; font-size: 12px; }
  .pdp-product-type { font-size: 11px; }
  .pdp-hero h1 { font-size: 43px; letter-spacing: -2px; }
  .pdp-hero-text { margin-top: 20px; font-size: 16px; line-height: 25px; }
  .pdp-hero-actions { display: grid; grid-template-columns: 1fr; }
  .pdp-metrics { margin-top: 42px; grid-template-columns: 1fr; }
  .pdp-metrics > div { padding: 17px 0; display: grid; grid-template-columns: 145px 1fr; align-items: center; border-bottom: 1px solid #d5e0e7; }
  .pdp-metrics > div + div { padding-left: 0; border-left: 0; }
  .pdp-metrics dd { max-width: none; margin: 0; }
  .pdp-section { padding: 68px 20px; }
  .pdp-section-heading.centered { margin-bottom: 38px; text-align: left; }
  .pdp-section-heading.centered > p { justify-content: flex-start; }
  .pdp-section-heading h2, .pdp-downloads h2 { font-size: 35px; letter-spacing: -1px; }
  .pdp-section-heading > span, .pdp-downloads-inner > div:first-child > span { font-size: 16px; line-height: 25px; }
  .pdp-highlight-grid { grid-template-columns: 1fr; }
  .pdp-highlight { min-height: 170px; padding: 27px 24px; }
  .pdp-system-visual { min-height: 380px; }
  .pdp-system-visual img { width: 108%; max-width: none; }
  .micro-system-image-bound { width: 108%; max-width: none; }
  .micro-system-image-bound img { width: 100%; max-width: 100%; }
  .pdp-system-halo { width: 86vw; }
  .pdp-system-list article { grid-template-columns: 48px 1fr; gap: 15px; }
  .pdp-system-list article > div { width: 44px; height: 44px; }
  .pdp-spec-tabs { margin-top: 38px; grid-template-columns: repeat(2,1fr); }
  .micro-spec-tabs { grid-template-columns: repeat(2,1fr); }
  .energy-pdp .micro-hero-image-bound { width: 100%; max-width: 100%; aspect-ratio: 1 / 1; }
  .energy-pdp .micro-product-visual.micro-view-product .micro-hero-image-bound { width: 100%; }
  .cloud-feature-card { display: block; }
  .cloud-feature-card img { height: 250px; min-height: 0; }
  .pdp-spec-tabs button { min-height: 54px; font-size: 13px; }
  .pdp-spec-row { padding: 14px 16px; grid-template-columns: 1.25fr .75fr; gap: 15px; font-size: 13px; }
  .pdp-spec-row strong { font-size: 13px; text-align: right; }
  .pdp-downloads { min-height: 0; padding: 68px 20px; }
  .pdp-download-actions { display: grid; grid-template-columns: 1fr; }
}

/* Product overview */
.overview-hero { min-height: 700px; position: relative; display: grid; grid-template-columns: minmax(480px,.88fr) minmax(600px,1.12fr); overflow: hidden; background: linear-gradient(135deg,#f4f8fb 0%,#eef5f7 58%,#f3f8f3 100%); }
.overview-hero-copy { max-width: 760px; padding: 76px 30px 82px max(64px,calc((100vw - 1680px)/2)); align-self: center; position: relative; z-index: 2; }
.overview-breadcrumb { margin-bottom: 54px; display: flex; align-items: center; gap: 12px; color: #748295; font-size: 14px; }
.overview-breadcrumb a:hover { color: var(--navy); }
.overview-kicker, .overview-section-heading > p, .overview-cta p { margin: 0 0 15px; display: flex; align-items: center; gap: 14px; color: var(--navy); font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.overview-kicker::after, .overview-section-heading > p::after, .overview-cta p::after { content: ""; width: 40px; height: 2px; background: var(--green); }
.overview-hero h1 { max-width: 670px; margin: 0; color: var(--ink); font-size: clamp(58px,5vw,84px); line-height: .98; letter-spacing: -3.6px; font-weight: 650; }
.overview-intro { max-width: 680px; margin: 31px 0 0; color: var(--body); font-size: 18px; line-height: 30px; }
.overview-hero-visual { min-height: 700px; position: relative; display: grid; place-items: center; overflow: hidden; }
.overview-hero-visual::after { content: ""; width: 74%; height: 58px; position: absolute; left: 14%; bottom: 15%; border-radius: 50%; background: rgba(16,37,55,.13); filter: blur(28px); }
.overview-orbit { position: absolute; border: 1px solid rgba(23,78,135,.11); border-radius: 50%; }
.overview-orbit-a { width: 600px; height: 600px; box-shadow: 0 0 0 90px rgba(255,255,255,.24),0 0 0 180px rgba(23,78,135,.018); }
.overview-orbit-b { width: 390px; height: 390px; border-color: rgba(78,174,75,.2); }
.overview-hero-visual img { position: absolute; z-index: 2; object-fit: contain; filter: drop-shadow(0 24px 24px rgba(13,34,50,.18)); }
.overview-hero-storage { width: min(78%,760px); left: 8%; top: 14%; }
.overview-hero-micro { width: min(39%,380px); right: 7%; top: 40%; }
.overview-hero-gateway { width: min(31%,300px); left: 18%; bottom: 8%; }

.overview-products { max-width: 1680px; margin: 0 auto; padding: 110px 64px 124px; }
.overview-section-heading { max-width: 900px; margin-bottom: 76px; }
.overview-section-heading h2 { margin: 0; color: var(--ink); font-size: clamp(42px,3.4vw,62px); line-height: 1.06; letter-spacing: -2px; font-weight: 650; }
.overview-section-heading > span { max-width: 680px; display: block; margin-top: 20px; color: var(--body); font-size: 18px; line-height: 29px; }
.overview-product-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.overview-product-card { min-height: 470px; display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); overflow: hidden; color: var(--ink); background: #fff; border: 1px solid #dce5eb; border-radius: 12px; box-shadow: 0 12px 32px rgba(19,46,68,.07); transition: transform .25s ease,border-color .25s ease,box-shadow .25s ease; }
.overview-product-card:hover { transform: translateY(-7px); border-color: #b7cfbd; box-shadow: 0 22px 48px rgba(18,45,67,.14); }
.overview-product-image { min-width: 0; min-height: 470px; padding: 40px 28px; position: relative; display: grid; place-items: center; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 50% 47%,#fff 0%,#f4f8f8 48%,#e7eef2 100%); }
.overview-product-image::before { content: ""; width: 320px; height: 320px; position: absolute; z-index: -1; border: 1px solid rgba(23,78,135,.09); border-radius: 50%; box-shadow: 0 0 0 54px rgba(255,255,255,.28); }
.overview-product-image::after { content: ""; width: 65%; height: 30px; position: absolute; left: 18%; bottom: 14%; z-index: -1; border-radius: 50%; background: rgba(14,35,52,.13); filter: blur(17px); }
.overview-product-image img { width: 100%; height: 100%; max-height: 360px; object-fit: contain; filter: drop-shadow(0 20px 18px rgba(15,35,50,.17)); transition: transform .45s ease; }
.overview-product-card:hover .overview-product-image img { transform: scale(1.025); }
.overview-product-image img[src*="solar-arc-p2700-pro-ac-front"] { transform: scale(1.1); }
.overview-product-card:hover .overview-product-image img[src*="solar-arc-p2700-pro-ac-front"] { transform: scale(1.13); }
.overview-product-content { min-width: 0; padding: 47px clamp(28px,2.2vw,42px) 40px; display: flex; flex-direction: column; align-items: flex-start; }
.overview-product-model { color: var(--green-dark); font-size: 10px; line-height: 1.4; font-weight: 800; letter-spacing: 1px; }
.overview-product-content h3 { margin: 17px 0 16px; color: var(--ink); font-size: clamp(27px,2vw,35px); line-height: 1.08; letter-spacing: -1px; }
.overview-product-content p { margin: 0; color: var(--body); font-size: 15px; line-height: 24px; }
.overview-product-content > div { width: 100%; margin-top: auto; padding-top: 30px; display: flex; flex-direction: column; align-items: flex-start; gap: 17px; border-top: 1px solid #dce5eb; }
.overview-product-content strong { color: var(--navy); font-size: 14px; }
.overview-product-content > div > span { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: 13px; font-weight: 750; }
.overview-product-image-dark { background: #111519; }
.overview-product-image-dark::before,.overview-product-image-dark::after { display: none; }
.overview-product-image-dark img { max-height: none; object-fit: cover; filter: none; }
.overview-product-image-dark + .overview-product-content h3 { font-size: clamp(22px,1.55vw,29px); letter-spacing: -.7px; }

.overview-cta { min-height: 390px; padding: 82px max(64px,calc((100vw - 1552px)/2)); display: grid; grid-template-columns: minmax(500px,1fr) auto; align-items: center; gap: 70px; position: relative; overflow: hidden; color: #fff; background: linear-gradient(130deg,#071f37 0%,#0b3159 72%,#0d3b5d 100%); }
.overview-cta::after { content: ""; width: 480px; height: 480px; position: absolute; right: -80px; top: -210px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(78,174,75,.025); }
.overview-cta > div,.overview-cta > a { position: relative; z-index: 1; }
.overview-cta p { color: #d8e8f4; }
.overview-cta h2 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(38px,3vw,54px); line-height: 1.08; letter-spacing: -1.5px; }
.overview-cta span { max-width: 720px; display: block; margin-top: 19px; color: #c4d4df; font-size: 17px; line-height: 28px; }

@media (max-width: 1280px) {
  .overview-hero { grid-template-columns: .95fr 1.05fr; }
  .overview-hero-copy { padding-left: 44px; }
  .overview-products { padding-left: 40px; padding-right: 40px; }
  .overview-product-card { grid-template-columns: 1fr; }
  .overview-product-image { min-height: 380px; }
  .overview-product-content { min-height: 340px; }
  .overview-cta { padding-left: 40px; padding-right: 40px; }
}

@media (max-width: 900px) {
  .overview-hero { min-height: 0; grid-template-columns: 1fr; }
  .overview-hero-copy { max-width: none; padding: 64px 34px 50px; }
  .overview-breadcrumb { margin-bottom: 40px; }
  .overview-hero-visual { min-height: 560px; }
  .overview-hero-storage { width: min(72%,640px); left: 10%; top: 7%; }
  .overview-hero-micro { width: 35%; right: 8%; top: 40%; }
  .overview-hero-gateway { width: 29%; bottom: 8%; }
  .overview-products { padding: 86px 30px 96px; }
  .overview-section-heading { margin-bottom: 58px; }
  .overview-product-grid { grid-template-columns: 1fr; }
  .overview-product-card { grid-column: auto; grid-template-columns: minmax(300px,.9fr) 1.1fr; }
  .overview-product-image { min-height: 430px; }
  .overview-product-content { min-height: 430px; }
  .overview-cta { padding: 70px 30px; grid-template-columns: 1fr; gap: 36px; }
  .overview-cta > a { justify-self: start; }
}

@media (max-width: 620px) {
  .overview-hero-copy { padding: 42px 20px 34px; }
  .overview-breadcrumb { margin-bottom: 32px; font-size: 12px; }
  .overview-hero h1 { font-size: 48px; line-height: 1.02; letter-spacing: -2.2px; }
  .overview-intro { margin-top: 24px; font-size: 16px; line-height: 26px; }
  .overview-hero-visual { min-height: 390px; }
  .overview-orbit-a { width: 360px; height: 360px; }
  .overview-orbit-b { width: 235px; height: 235px; }
  .overview-hero-storage { width: 78%; left: 5%; top: 8%; }
  .overview-hero-micro { width: 40%; right: 3%; top: 42%; }
  .overview-hero-gateway { width: 33%; left: 14%; bottom: 4%; }
  .overview-products { padding: 70px 20px 78px; }
  .overview-section-heading h2 { font-size: 38px; letter-spacing: -1.2px; }
  .overview-section-heading > span { font-size: 16px; line-height: 25px; }
  .overview-product-card { min-height: 0; grid-template-columns: 1fr; }
  .overview-product-image { min-height: 340px; padding: 30px 22px; }
  .overview-product-image img { max-height: 290px; }
  .overview-product-image-dark img { min-height: 340px; }
  .overview-product-content { min-height: 330px; padding: 34px 27px 30px; }
  .overview-cta { padding: 62px 20px; }
  .overview-cta h2 { font-size: 36px; letter-spacing: -1px; }
}

/* Partners */
.partners-page { overflow: hidden; background: #fff; }
.partners-inner { width: 100%; max-width: 1500px; margin: 0 auto; }
.partners-hero { min-height: 620px; position: relative; display: flex; align-items: stretch; overflow: hidden; color: #fff; background: var(--navy-deep); }
.partners-hero > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 48%; }
.partners-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,24,42,.96) 0%,rgba(6,31,53,.89) 39%,rgba(6,31,53,.56) 64%,rgba(6,31,53,.19) 100%),linear-gradient(180deg,rgba(3,18,31,.03),rgba(3,18,31,.32)); }
.partners-hero-copy { padding: 49px 64px 62px; position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.partners-breadcrumb { margin: 0 0 48px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.7); font-size: 12px; }
.partners-breadcrumb a:hover { color: #fff; }
.partners-kicker,.partners-heading > p,.partners-cta > div > p { margin: 0 0 17px; display: inline-flex; align-items: center; gap: 12px; color: #a9dfa6; text-transform: uppercase; letter-spacing: 1.35px; font-size: 12px; line-height: 1; font-weight: 800; }
.partners-kicker::after,.partners-heading > p::after,.partners-cta > div > p::after { content: ""; width: 40px; height: 2px; background: var(--green); }
.partners-hero h1 { max-width: 850px; margin: 0; color: #fff; font-size: clamp(48px,4.15vw,70px); line-height: 1.02; letter-spacing: -2.8px; font-weight: 650; }
.partners-intro { max-width: 690px; margin: 23px 0 0; color: #dce8f0; font-size: 18px; line-height: 29px; }
.partners-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; }

.partners-audience { padding: 96px 64px 104px; background: linear-gradient(180deg,#fff 0%,#fbfcfd 100%); }
.partners-heading { max-width: 760px; }
.partners-heading > p { color: var(--navy); }
.partners-heading h2,.partners-cta h2 { margin: 0; color: var(--ink); font-size: clamp(38px,3vw,52px); line-height: 1.08; letter-spacing: -1.6px; font-weight: 650; }
.partners-heading > span { display: block; margin-top: 19px; color: var(--body); font-size: 17px; line-height: 28px; }
.partners-audience-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.partners-audience-grid article { min-height: 300px; padding: 31px 28px 30px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid #dfe7ed; background: #fff; box-shadow: 0 12px 34px rgba(25,54,78,.06); transition: transform .24s ease,border-color .24s ease,box-shadow .24s ease; }
.partners-audience-grid article::before { content: ""; height: 4px; position: absolute; inset: 0 0 auto; background: linear-gradient(90deg,var(--green),#9bd39b); }
.partners-audience-grid article:nth-child(even)::before { background: linear-gradient(90deg,var(--navy),#4f83ad); }
.partners-audience-grid article:hover { transform: translateY(-6px); border-color: #bfd3c5; box-shadow: var(--shadow); }
.partners-audience-grid article > div { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--green-dark); background: #eaf6ec; }
.partners-audience-grid article:nth-child(even) > div { color: var(--blue); background: #eaf2f8; }
.partners-audience-grid h3 { margin: 25px 0 0; color: var(--navy); font-size: 21px; line-height: 1.25; }
.partners-audience-grid p { margin: 13px 0 0; color: var(--body); font-size: 15px; line-height: 24px; }

.partners-value { padding: 96px 64px; position: relative; overflow: hidden; background: linear-gradient(135deg,#f3f8fb 0%,#f8fbf8 100%); }
.partners-value::after { content: ""; width: 520px; height: 520px; position: absolute; right: -250px; top: -260px; border: 1px solid rgba(23,78,135,.09); border-radius: 50%; box-shadow: 0 0 0 70px rgba(23,78,135,.025),0 0 0 140px rgba(78,174,75,.02); }
.partners-value-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(400px,.85fr) minmax(570px,1.15fr); align-items: center; gap: clamp(60px,7vw,120px); }
.partners-value-list { border-top: 1px solid #d6e1e7; }
.partners-value-list article { min-height: 116px; padding: 22px 0; display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 20px; border-bottom: 1px solid #d6e1e7; }
.partners-value-list article > div { width: 54px; height: 54px; display: grid; place-items: center; color: var(--green-dark); background: #fff; border: 1px solid #dce7e0; border-radius: 50%; }
.partners-value-list article:nth-child(even) > div { color: var(--blue); border-color: #d9e4ee; }
.partners-value-list article > span { display: flex; flex-direction: column; gap: 7px; }
.partners-value-list strong { color: var(--navy); font-size: 19px; }
.partners-value-list small { color: var(--body); font-size: 14px; line-height: 22px; }

.partners-principle { padding: 90px 64px; position: relative; overflow: hidden; color: var(--body); background: linear-gradient(125deg,#f8fbfa 0%,#eef6f2 54%,#edf4f9 100%); }
.partners-principle::after { content: ""; width: 420px; height: 420px; position: absolute; right: -210px; bottom: -300px; border: 1px solid rgba(49,157,61,.14); border-radius: 50%; box-shadow: 0 0 0 54px rgba(49,157,61,.035),0 0 0 108px rgba(23,78,135,.025); }
.partners-principle-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 110px minmax(430px,1fr) minmax(310px,.72fr); align-items: center; gap: 48px; }
.partners-principle-mark { width: 96px; height: 96px; display: grid; place-items: center; color: #a9e0a7; border: 1px solid rgba(11,49,89,.12); border-radius: 50%; background: var(--navy); box-shadow: 0 18px 42px rgba(11,49,89,.18); }
.partners-principle .partners-heading > p { color: var(--green-dark); }
.partners-principle .partners-heading h2 { color: var(--ink); }
.partners-principle .partners-heading > span { color: var(--body); }
.partners-principle-labels { display: grid; gap: 12px; }
.partners-principle-labels span { min-height: 58px; padding: 15px 19px; display: flex; align-items: center; color: var(--navy); border: 1px solid #dce7e2; border-left: 3px solid var(--green); background: rgba(255,255,255,.88); box-shadow: 0 10px 28px rgba(25,54,78,.06); font-size: 14px; font-weight: 700; }
.partners-principle-labels span::before { content: ""; width: 8px; height: 8px; margin-right: 12px; flex: 0 0 auto; border-radius: 50%; background: var(--green); }

.partners-cta { max-width: 1680px; min-height: 300px; margin: 0 auto; padding: 64px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 50px; color: #fff; background: linear-gradient(115deg,#082944 0%,#0c4167 64%,#237145 145%); }
.partners-cta::before { content: ""; width: 390px; height: 390px; position: absolute; right: 80px; top: -245px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.025),0 0 0 120px rgba(96,188,98,.04); }
.partners-cta > div { max-width: 850px; }
.partners-cta > div,.partners-cta > .button { position: relative; z-index: 1; }
.partners-cta h2 { color: #fff; font-size: clamp(34px,2.7vw,46px); }
.partners-cta span { display: block; margin-top: 15px; color: #d4e1ea; font-size: 16px; line-height: 26px; }
.partners-cta .button { flex: 0 0 auto; }
.button-white { color: var(--navy); background: #fff; border-color: #fff; }
.button-white:hover { color: #fff; background: var(--green-dark); border-color: var(--green-dark); }

@media (max-width: 1180px) {
  .partners-hero-copy,.partners-audience,.partners-value,.partners-principle,.partners-cta { padding-left: 40px; padding-right: 40px; }
  .partners-audience-grid { grid-template-columns: repeat(2,1fr); }
  .partners-value-layout { grid-template-columns: minmax(350px,.85fr) minmax(470px,1.15fr); gap: 50px; }
  .partners-principle-layout { grid-template-columns: 90px minmax(380px,1fr) minmax(280px,.72fr); gap: 34px; }
  .partners-principle-mark { width: 82px; height: 82px; }
}

@media (max-width: 850px) {
  .partners-hero { min-height: 650px; }
  .partners-hero > img { object-position: 62% center; }
  .partners-hero-shade { background: linear-gradient(90deg,rgba(4,24,42,.95),rgba(6,31,53,.68)),linear-gradient(180deg,rgba(3,18,31,.05),rgba(3,18,31,.34)); }
  .partners-hero-copy { padding: 43px 25px 54px; }
  .partners-breadcrumb { margin-bottom: 42px; }
  .partners-hero h1 { font-size: clamp(43px,9vw,59px); letter-spacing: -2.1px; }
  .partners-audience,.partners-value,.partners-principle { padding: 76px 24px; }
  .partners-value-layout { grid-template-columns: 1fr; gap: 48px; }
  .partners-principle-layout { grid-template-columns: 1fr; align-items: flex-start; gap: 30px; }
  .partners-principle-mark { width: 76px; height: 76px; }
  .partners-principle-labels { width: 100%; grid-template-columns: repeat(3,1fr); }
  .partners-cta { min-height: 0; padding: 60px 28px; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
  .partners-hero { min-height: 690px; }
  .partners-hero > img { object-position: 68% center; }
  .partners-hero-shade { background: linear-gradient(90deg,rgba(4,24,42,.96),rgba(6,31,53,.77)); }
  .partners-hero-copy { padding: 35px 20px 44px; }
  .partners-breadcrumb { margin-bottom: 37px; font-size: 11px; }
  .partners-hero h1 { font-size: 39px; line-height: 1.04; letter-spacing: -1.6px; }
  .partners-intro { font-size: 15px; line-height: 24px; }
  .partners-actions { width: 100%; display: grid; grid-template-columns: 1fr; }
  .partners-heading h2 { font-size: 33px; letter-spacing: -1px; }
  .partners-heading > span { font-size: 15px; line-height: 24px; }
  .partners-audience,.partners-value,.partners-principle { padding: 66px 20px; }
  .partners-audience-grid { margin-top: 38px; grid-template-columns: 1fr; }
  .partners-audience-grid article { min-height: 0; }
  .partners-value-list strong { font-size: 17px; }
  .partners-principle-labels { grid-template-columns: 1fr; }
  .partners-cta { padding: 56px 20px; }
}

/* ==========================================================================
   WordPress-spezifische Ergaenzungen zum v53-Stylesheet.
   Nur Klassen, die es in der statischen v53-Fassung nicht gab.
   ========================================================================== */

.hava-archive-hero { padding: 132px 64px 46px; background: linear-gradient(135deg,#f4f8fb 0%,#eef5f7 58%,#f3f8f3 100%); }
.hava-archive-inner { max-width: 1320px; margin: 0 auto; }
.hava-archive-kicker { margin: 22px 0 12px; color: var(--green-dark); font-size: 12px; letter-spacing: 2.2px; font-weight: 800; }
.hava-archive-hero h1 { margin: 0; color: var(--ink); font-size: clamp(42px,4vw,64px); line-height: 1.04; letter-spacing: -2.2px; font-weight: 650; }
.hava-archive-intro { max-width: 640px; margin: 20px 0 0; color: var(--body); font-size: 18px; line-height: 29px; }
.hava-archive-grid-section { padding: 56px 64px 96px; }

.overview-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.overview-card { border: 1px solid var(--line); border-radius: 12px; background: var(--white); overflow: hidden; transition: box-shadow .24s ease, transform .24s ease; }
.overview-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.overview-card > a { display: flex; flex-direction: column; height: 100%; }
.overview-card-image { aspect-ratio: 4 / 3; display: grid; place-items: center; padding: 22px; background: var(--soft); }
.overview-card-image img { max-height: 100%; width: auto; object-fit: contain; }
.overview-card-body { display: flex; flex-direction: column; gap: 9px; padding: 22px 24px 26px; }
.overview-card-type { margin: 0; color: var(--green-dark); font-size: 11px; letter-spacing: 1.6px; font-weight: 800; text-transform: uppercase; }
.overview-card-body h2, .overview-card-body h3 { margin: 0; color: var(--ink); font-size: 21px; line-height: 1.24; letter-spacing: -.5px; font-weight: 650; }
.overview-card-body p { margin: 0; color: var(--body); font-size: 15px; line-height: 24px; }
.overview-card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 12px; color: var(--navy); font-size: 15px; font-weight: 650; }
.overview-card:hover .overview-card-link { color: var(--green-dark); }

.hava-prose { max-width: 860px; }
.hava-prose h2 { margin: 40px 0 12px; color: var(--ink); font-size: 25px; line-height: 1.26; letter-spacing: -.7px; font-weight: 650; }
.hava-prose h3 { margin: 28px 0 10px; color: var(--ink); font-size: 19px; font-weight: 650; }
.hava-prose p, .hava-prose li { color: var(--body); font-size: 16px; line-height: 27px; }
.hava-prose p { margin: 0 0 14px; }
.hava-prose ul, .hava-prose ol { margin: 0 0 16px; padding-left: 22px; }
.hava-prose li { margin-bottom: 7px; }
.hava-prose a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.hava-prose a:hover { color: var(--navy); }
.hava-prose img { max-width: 100%; height: auto; border-radius: 8px; margin: 18px 0; }
.hava-prose table { width: 100%; border-collapse: collapse; margin: 18px 0; }
.hava-prose th, .hava-prose td { padding: 10px 12px; border: 1px solid var(--line); text-align: left; font-size: 15px; }
.hava-prose th { background: var(--soft); font-weight: 650; }
.hava-prose strong { color: var(--ink); }

.hava-newsletter-hint { color: rgba(255,255,255,.62); font-size: 13px; line-height: 20px; }

/* Consent-gesteuerte Einbettungen. */
iframe[data-hava-src]:not([src]) { display: none; }
[data-hava-map-placeholder] { display: grid; place-items: center; min-height: 260px; padding: 28px; border: 1px dashed var(--line); border-radius: 10px; background: var(--soft); color: var(--body); font-size: 15px; text-align: center; }

@media (max-width: 1100px) {
  .overview-grid { grid-template-columns: repeat(2,1fr); }
  .hava-archive-hero { padding: 112px 34px 40px; }
  .hava-archive-grid-section { padding: 44px 34px 74px; }
}

@media (max-width: 720px) {
  .overview-grid { grid-template-columns: 1fr; }
  .hava-archive-hero { padding: 96px 20px 32px; }
  .hava-archive-grid-section { padding: 34px 20px 60px; }
}
