*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}[hidden]{display:none!important}img{-webkit-user-drag:none;-moz-user-drag:none;user-drag:none;user-select:none;-webkit-user-select:none}html{width:100%;scroll-behavior:smooth;scroll-padding-top:var(--header-h,80px);font-size:16px;-webkit-text-size-adjust:100%}body{width:100%;overflow-x:clip;font-family:'Inter',system-ui,-apple-system,sans-serif;color:var(--c-text);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}main{display:block;width:100%}img,svg{display:block;max-width:100%}ul,ol{list-style:none}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit}#main-header,.site-footer,.hero,.trust-bar,.two-col-section,.info-grid-section,.share-banner,.news-banner,.podcast-banner,.topics-section,.status-section,.faq-section,.survey-hero,.survey-form-section,.thank-hero,.confirm-section,.thank-footer,.stub-section{width:100%;box-sizing:border-box}:root{--c-dark:#1b2d3e;--c-green:#4c7c5a;--c-green-hover:#3a6246;--c-green-banner:#2e5c3f;--c-green-light:#eaf2ed;--c-bg-alt:#f4f6f8;--c-white:#ffffff;--c-border:#dde3ea;--c-text:#1b2d3e;--c-text-mid:#4a5568;--c-text-muted:#718096;--c-on-dark:#ffffff;--c-bar-red:#e05252;--c-bar-amber:#f0a030;--container-max:1280px;--container-pad:1.5rem;--section-y:4rem;--r-sm:6px;--r-md:10px;--r-lg:14px;--r-xl:20px;--sh-sm:0 1px 4px rgba(0,0,0,0.06);--sh-md:0 2px 12px rgba(0,0,0,0.09);--sh-lg:0 6px 28px rgba(0,0,0,0.13);--tr:0.18s ease}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-pad)}.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}.heading-section{font-size:clamp(1.35rem,3vw,1.9rem);font-weight:800;text-transform:uppercase;letter-spacing:0.04em;color:var(--c-text);line-height:1.2;margin-bottom:1.75rem}.heading-section.on-dark{color:var(--c-on-dark)}.heading-section.centered{text-align:center}.heading-card{font-size:clamp(1rem,2vw,1.15rem);font-weight:800;text-transform:uppercase;letter-spacing:0.04em;color:var(--c-text);line-height:1.25;margin-bottom:1rem}.btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.75rem 1.5rem;font-size:0.8125rem;font-weight:700;letter-spacing:0.04em;text-transform:uppercase;border-radius:var(--r-md);border:2px solid transparent;transition:background var(--tr),color var(--tr),border-color var(--tr);cursor:pointer;white-space:nowrap;line-height:1;text-decoration:none}.btn:focus-visible{outline:3px solid var(--c-green);outline-offset:3px;border-radius:var(--r-md)}.btn-primary{background:var(--c-green);color:#fff;border-color:var(--c-green)}.btn-primary:hover{background:var(--c-green-hover);border-color:var(--c-green-hover)}.btn-outline{background:transparent;color:var(--c-green);border-color:var(--c-green)}.btn-outline:hover{background:var(--c-green-light)}.btn-outline-light{background:transparent;color:#fff;border-color:rgba(255,255,255,0.65)}.btn-outline-light:hover{background:rgba(255,255,255,0.12);border-color:#fff}.btn-lg{padding:1rem 1.875rem;font-size:0.9375rem}.btn-xl{padding:1.125rem 2.25rem;font-size:1rem}.btn-block{width:100%;justify-content:center}.btn[disabled],.btn[aria-disabled="true"]{opacity:0.45;cursor:not-allowed;pointer-events:none}.skip-link{position:absolute;top:-100%;left:1rem;z-index:9999;padding:0.75rem 1.5rem;background:var(--c-dark);color:#fff;font-weight:700;border-radius:var(--r-md);transition:top 0.15s}.skip-link:focus{top:0.75rem}#main-header{position:sticky;top:0;z-index:500;background:var(--c-dark);box-shadow:0 2px 16px rgba(0,0,0,0.28)}.header-inner{display:flex;align-items:center;gap:1.5rem;padding-block:0.625rem;min-height:68px}.site-logo{display:block;flex-shrink:0;text-decoration:none;line-height:1}.header-logo-img{height:56px;width:auto;display:block}.logo-wordmark{display:flex;flex-direction:column;line-height:1.0}.logo-line1,.logo-line2{font-size:1.05rem;font-weight:900;text-transform:uppercase;letter-spacing:0.06em;color:#fff}.logo-tagline{font-size:0.52rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:rgba(255,255,255,0.55);white-space:nowrap}#primary-nav{margin-left:auto}.nav-list{display:none;list-style:none;gap:0.125rem}.nav-link{display:block;padding:0.5rem 0.625rem;font-size:0.8125rem;font-weight:600;color:rgba(255,255,255,0.82);border-radius:var(--r-sm);transition:color var(--tr),background var(--tr);white-space:nowrap}.nav-link:hover{color:#fff;background:rgba(255,255,255,0.1)}.nav-link:focus-visible{outline:2px solid var(--c-green);outline-offset:2px}.header-cta{flex-shrink:0;display:none}.header-cta--always{display:inline-flex!important}@media (max-width:1023px){.header-cta--always .header-cta-label{display:none}}.hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;flex-shrink:0;border-radius:var(--r-sm)}.hamburger:focus-visible{outline:2px solid var(--c-green)}.hamburger-line{display:block;width:100%;height:2px;background:#fff;border-radius:2px;transition:transform var(--tr),opacity var(--tr)}.hamburger.is-open .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.is-open .hamburger-line:nth-child(2){opacity:0}.hamburger.is-open .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-overlay-topbar{display:none}.nav-overlay-logo-img{display:block;height:40px;width:auto}.nav-overlay-close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#fff;border-radius:50%;border:1.5px solid rgba(255,255,255,0.25);transition:background var(--tr),border-color var(--tr);flex-shrink:0}.nav-overlay-close:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.5)}#main-header.nav-open #primary-nav{display:flex!important;flex-direction:column;align-items:center;justify-content:center;position:fixed!important;inset:0;background:var(--c-dark)!important;padding:0 2rem 6rem!important;z-index:510;box-shadow:none!important;border:none!important}#main-header.nav-open .nav-overlay-topbar{display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;height:68px;padding:0 1.5rem;border-bottom:1px solid rgba(255,255,255,0.1)}#main-header.nav-open .nav-list{display:flex;flex-direction:column;align-items:center;gap:0.25rem;width:100%}#main-header.nav-open .nav-link{font-size:1.3rem;font-weight:700;padding:0.875rem 2.5rem;text-align:center;letter-spacing:0.02em;color:rgba(255,255,255,0.88);border-radius:var(--r-sm)}#main-header.nav-open .nav-link:hover,#main-header.nav-open .nav-link.active{color:#fff;background:rgba(255,255,255,0.08)}.nav-overlay-cta{display:none}#main-header.nav-open .nav-overlay-cta{display:flex;align-items:center;justify-content:center;gap:0.5rem;position:fixed;bottom:2rem;left:1.5rem;right:1.5rem;padding:1rem 1.5rem;background:var(--c-green);color:#fff;font-size:1rem;font-weight:800;text-transform:uppercase;letter-spacing:0.06em;border-radius:var(--r-md);text-decoration:none;transition:background var(--tr)}#main-header.nav-open .nav-overlay-cta:hover{background:var(--c-green-hover)}.header-light{background:var(--c-white);border-bottom:1px solid var(--c-border);box-shadow:var(--sh-sm)}.site-logo-img{display:block;flex-shrink:0}.site-logo-img img{height:52px;width:auto}.header-trust-badge{display:flex;align-items:center;gap:0.5rem;color:var(--c-green);font-size:0.8125rem;font-weight:600;white-space:nowrap}.hero{position:relative;width:100%;min-height:600px;display:flex;flex-direction:column;color:#fff;overflow:clip;background-image:url('/static/images/windpark-hero.jpeg');background-size:cover;background-position:70% 38%;background-repeat:no-repeat}.hero::before{content:'';position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(to right,rgba(20,38,56,0.91) 0%,rgba(20,38,56,0.80) 28%,rgba(20,38,56,0.46) 56%,rgba(20,38,56,0.12) 100%)}.hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:200px;z-index:0;pointer-events:none;background:linear-gradient(to top,rgba(14,28,44,0.70) 0%,rgba(14,28,44,0.00) 100%)}.hero-content{position:relative;z-index:1;width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-pad);padding-top:3rem;padding-bottom:2.25rem;display:flex;flex-direction:column;flex:1}.hero-upper{display:flex;flex-direction:column;gap:2rem;margin-bottom:2.5rem;flex:1}.hero-text{max-width:580px}.hero-heading{font-size:clamp(2.25rem,8.5vw,5rem);font-weight:900;text-transform:uppercase;letter-spacing:0.02em;line-height:1.05;margin-bottom:1.125rem;color:#fff}.hero-lead{font-size:clamp(1rem,2vw,1.0625rem);color:rgba(255,255,255,0.88);line-height:1.65;margin-bottom:1.875rem;max-width:460px}.hero-ctas{display:flex;flex-wrap:wrap;gap:0.75rem;align-items:center}.btn-ghost-white{background:rgba(10,26,40,0.40);color:#fff;border-color:rgba(255,255,255,0.75)}.btn-ghost-white:hover{background:rgba(10,26,40,0.60);border-color:#fff}.btn-ghost-white:focus-visible{outline-color:#fff}.hero-word--green{color:var(--c-green)}.hero-word--blue{color:#3579d4}.hero-screen-mobile{display:none}@media (max-width:639px){.hero-screen-desktop{display:none}.hero-screen-mobile{display:inline}}.hero-subheadline{font-size:clamp(1.1rem,3.5vw,1.75rem);font-weight:800;text-transform:uppercase;letter-spacing:0.04em;color:rgba(255,255,255,0.92);line-height:1.2;margin-bottom:1.75rem;max-width:600px}.btn-blue{background:#1f5ba8;color:#fff;border-color:#1f5ba8}.btn-blue:hover{background:#174d90;border-color:#174d90}.hero-badge-circle{display:flex;flex-shrink:0;align-self:flex-start;width:142px;height:142px;border-radius:50%;background:rgba(14,28,44,0.93);border:2px solid rgba(255,255,255,0.30);flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem;gap:0.3rem}.hero-badge-circle-icon{color:var(--c-green);flex-shrink:0}.hero-badge-circle-text{font-size:0.75rem;color:rgba(255,255,255,0.88);line-height:1.4}.hero-badge-circle-cta{font-size:0.8rem;font-weight:700;color:var(--c-green);line-height:1.3}.hero-trust-bar{display:flex;flex-direction:column;gap:0.875rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,0.15)}.hero-trust-item{display:flex;align-items:flex-start;gap:0.625rem}.hero-trust-icon{flex-shrink:0;width:26px;height:26px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.88)}.hero-trust-item strong{display:block;font-size:0.9rem;font-weight:700;color:#fff;margin-bottom:0.1rem;line-height:1.3}.hero-trust-item span{font-size:0.825rem;color:rgba(255,255,255,0.70);line-height:1.4;display:block}.trust-bar{background:var(--c-white);padding-block:2.75rem;border-bottom:1px solid var(--c-border)}.trust-bar-inner{display:grid;grid-template-columns:1fr;gap:2rem}.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0.75rem}.trust-icon{width:52px;height:52px;background:var(--c-green-light);color:var(--c-green);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-title{font-size:1rem;font-weight:700;color:var(--c-text)}.trust-desc{font-size:0.9rem;color:var(--c-text-mid);line-height:1.5}.two-col-section{background:var(--c-white);padding-block:calc(var(--section-y) * 0.6);border-bottom:1px solid var(--c-border)}.two-col-inner{display:grid;grid-template-columns:1fr;gap:0;align-items:start}.about-block,.why-block{background:none;border:none;border-radius:0;padding:0;box-shadow:none;height:100%}@media (max-width:1023px){.about-block{padding-bottom:2.5rem;border-bottom:1px solid var(--c-border)}.why-block{padding-top:2.5rem}}.about-block .section-heading,.why-block .section-heading{position:relative;padding-bottom:0.9rem;margin-bottom:1.5rem}.about-block .section-heading::after,.why-block .section-heading::after{content:'';position:absolute;bottom:0;left:0;width:44px;height:3px;background:var(--c-green);border-radius:2px}.about-block p,.why-block p{color:var(--c-text-mid);line-height:1.7;margin-bottom:0.875rem;font-size:1rem}.about-block p:last-child,.why-block p:last-child{margin-bottom:0}.about-tagline{display:flex;align-items:center;gap:0.75rem;margin-top:1.75rem;color:var(--c-green)!important;font-weight:500}.about-tagline strong{color:var(--c-green);font-weight:700;line-height:1.5}.about-tagline-icon{flex-shrink:0;color:var(--c-green)}.about-initiative-name{font-size:0.8125rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:var(--c-green);margin-bottom:1rem!important}.about-social{margin-top:1.75rem}.about-social-links{display:flex;flex-wrap:wrap;gap:0.625rem}.about-social-btn{display:inline-flex;align-items:center;gap:0.45rem}@media (max-width:639px){.about-social-links{flex-direction:column;align-items:flex-start}.about-social-btn{width:100%;justify-content:center}}.why-list{display:flex;flex-direction:column;gap:1.125rem}.why-item{display:flex;gap:0.875rem;align-items:flex-start}.why-icon{width:34px;height:34px;min-width:34px;background:var(--c-green-light);color:var(--c-green);border-radius:50%;display:flex;align-items:center;justify-content:center}.why-item strong{display:block;font-weight:700;color:var(--c-text);margin-bottom:0.2rem;font-size:1rem}.why-item p{font-size:0.9375rem;color:var(--c-text-mid);line-height:1.5;margin-bottom:0!important}.info-grid-section{background:var(--c-white);padding-block:3.5rem}.info-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:start}.known-facts-card,.factsheet-card,.official-info-card{border-radius:var(--r-lg);padding:2rem;display:flex;flex-direction:column}.known-facts-card{background:var(--c-dark);color:var(--c-on-dark)}.facts-list{display:flex;flex-direction:column;gap:0.875rem}.facts-list li{display:flex;gap:0.75rem;align-items:flex-start;font-size:0.9rem;line-height:1.55;color:rgba(255,255,255,0.87)}.check-icon{width:22px;height:22px;min-width:22px;background:rgba(76,124,90,0.25);color:var(--c-green);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.75rem;font-weight:900;line-height:1;flex-shrink:0}.known-facts-callout{display:flex;gap:0.75rem;align-items:flex-start;margin-top:auto;padding-top:1.5rem;padding:0.875rem 1rem;background:rgba(76,124,90,0.18);border-left:3px solid var(--c-green);border-radius:0 var(--r-sm) var(--r-sm) 0;margin-top:1.5rem}.known-facts-callout-icon{flex-shrink:0;color:var(--c-green);margin-top:0.05rem}.known-facts-callout p{font-size:0.875rem;line-height:1.6;color:rgba(255,255,255,0.92);margin:0;font-style:italic}.factsheet-card{background:var(--c-bg-alt);border:1px solid var(--c-border)}.factsheet-intro{font-size:0.875rem;color:var(--c-text-mid);line-height:1.55;margin-bottom:1.25rem}.factsheet-topics{display:grid;grid-template-columns:repeat(2,1fr);gap:0.875rem;margin-bottom:1.25rem}.factsheet-topic{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0.4rem}.topic-icon{color:var(--c-green)}.factsheet-topic span:last-child{font-size:0.775rem;font-weight:600;color:var(--c-text);line-height:1.3}.factsheet-download{border-top:1px solid var(--c-border);padding-top:1.25rem;margin-top:auto}.factsheet-source{font-size:0.775rem;color:var(--c-text-muted);margin-top:0.5rem;line-height:1.4}.dev-notice{background:#fff9e6;border:1px solid #f0d060;border-radius:var(--r-sm);padding:0.5rem 0.75rem;color:#856404;font-size:0.775rem;margin-top:0.5rem}.official-info-card{background:var(--c-white);border:1px solid var(--c-border);box-shadow:var(--sh-sm)}.official-info-card p{font-size:0.9rem;color:var(--c-text-mid);line-height:1.6;margin-bottom:1.25rem}.official-source{font-size:0.775rem;color:var(--c-text-muted);margin-top:0.75rem!important;margin-bottom:0!important}.share-banner,.news-banner{background:var(--c-green-banner);color:#fff;padding-block:2rem 2.25rem}.news-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.news-text{flex:1;min-width:220px}.news-eyebrow{font-size:0.75rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,255,255,0.6);margin-bottom:0.35rem}.news-heading{font-size:clamp(1rem,2.5vw,1.375rem);font-weight:800;line-height:1.25;margin-bottom:0.6rem;color:#fff}.news-text p{font-size:0.9375rem;color:rgba(255,255,255,0.85);line-height:1.6;margin:0}.news-deco{flex-shrink:0;opacity:0.18;display:flex;align-items:center}.news-btn{margin-top:1.25rem}.news-image{flex-shrink:0;width:clamp(180px,28%,320px)}.news-image img{width:100%;border-radius:10px;object-fit:cover;max-height:240px;box-shadow:0 4px 20px rgba(0,0,0,0.25)}@media (max-width:680px){.news-inner{flex-direction:column;gap:1.25rem}.news-deco{display:none}.news-image{width:100%}.news-image img{max-height:none;object-fit:unset;height:auto}.news-heading{font-size:1.125rem}}.share-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.share-text{flex:1;min-width:220px}.share-heading{font-size:clamp(1rem,2.5vw,1.375rem);font-weight:800;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:0.4rem;color:#fff}.share-text p{font-size:0.9375rem;color:rgba(255,255,255,0.85);line-height:1.6;margin:0}.share-action{display:flex;flex-direction:column;align-items:flex-start;gap:0.5rem;flex-shrink:0}.share-sub{font-size:0.8125rem;color:rgba(255,255,255,0.6);font-style:italic}.share-feedback{font-size:0.875rem;font-weight:600;color:rgba(255,255,255,0.9);min-height:1.25em}.podcast-banner{background:var(--c-dark);color:#fff;padding-block:2.25rem}.podcast-inner{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.podcast-text{align-self:center}.podcast-eyebrow{font-size:0.72rem;font-weight:700;letter-spacing:0.15em;text-transform:uppercase;color:var(--c-green);margin:0 0 0.5rem}.podcast-heading{font-size:clamp(1.05rem,1.85vw,1.4rem);font-weight:800;letter-spacing:0.01em;color:#fff;margin:0 0 0.75rem;line-height:1.25}.podcast-text>p{font-size:0.9375rem;color:rgba(255,255,255,0.72);line-height:1.75;margin:0 0 1.5rem}.podcast-text .btn{padding:0.8rem 1.75rem;font-size:0.875rem;letter-spacing:0.06em}.podcast-image{max-width:560px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 6px 24px rgba(0,0,0,0.4)}.podcast-image img{width:100%;height:auto;display:block;object-fit:contain}.topics-section{background:var(--c-bg-alt);padding-block:3.5rem}.topics-grid{display:grid;grid-template-columns:1fr;gap:0.875rem;margin-top:1.75rem}.topic-card{perspective:900px}.topic-card-inner{position:relative;height:320px;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transition:transform 0.55s cubic-bezier(.4,0,.2,1);border-radius:var(--r-lg)}.topic-card.is-flipped .topic-card-inner{transform:rotateY(180deg)}.topic-card-front,.topic-card-back{position:absolute;inset:0;display:flex;flex-direction:column;padding:1.5rem;border-radius:var(--r-lg);border:1px solid var(--c-border);box-shadow:var(--sh-sm);backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:box-shadow var(--tr)}.topic-card-front{background:var(--c-white);gap:0.625rem}.topic-card-front:hover{box-shadow:var(--sh-md)}.topic-card-back{background:#fafcfb;border-top:3px solid var(--c-green);transform:rotateY(180deg);gap:0.75rem;overflow-y:auto}.topic-card-icon{width:46px;height:46px;background:var(--c-green-light);color:var(--c-green);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.topic-card-title{font-size:1rem;font-weight:700;color:var(--c-text);line-height:1.3}.topic-card-desc{font-size:0.875rem;color:var(--c-text-mid);line-height:1.55}.topic-more-btn{display:inline-flex;align-items:center;gap:0.3rem;margin-top:auto;font-size:0.8rem;font-weight:700;letter-spacing:0.02em;color:var(--c-green);background:none;border:none;cursor:pointer;font-family:inherit}.topic-more-btn svg{transition:transform var(--tr);flex-shrink:0}.topic-more-btn:hover svg{transform:translateX(3px)}.topic-more-btn:focus-visible{outline:2px solid var(--c-green);outline-offset:2px;border-radius:3px}.topic-card-back-title{font-size:0.875rem;font-weight:800;color:var(--c-dark);line-height:1.3;display:flex;align-items:flex-start;gap:0.5rem;flex-shrink:0}.topic-card-back-title::before{content:'';flex-shrink:0;display:inline-block;width:3px;height:1.1em;background:var(--c-green);border-radius:2px;margin-top:0.1em}.topic-card-back-text{font-size:0.845rem;color:var(--c-text-mid);line-height:1.7;flex:1}.topic-back-btn{display:inline-flex;align-items:center;gap:0.35rem;padding:0.4rem 0.875rem;border:1.5px solid var(--c-border);border-radius:999px;font-family:inherit;font-size:0.78rem;font-weight:700;color:var(--c-text-muted);background:#fff;cursor:pointer;align-self:flex-start;flex-shrink:0;transition:border-color var(--tr),color var(--tr),background var(--tr)}.topic-back-btn:hover{border-color:var(--c-green);color:var(--c-green);background:var(--c-green-light)}.topic-back-btn:focus-visible{outline:2px solid var(--c-green);outline-offset:2px}.status-section{background:var(--c-dark);color:#fff;padding-block:1.75rem var(--section-y)}.status-section .section-heading{margin-bottom:0.25rem}.demo-notice{display:flex;align-items:center;gap:0.5rem;background:rgba(255,220,80,0.1);border:1px solid rgba(255,220,80,0.28);border-radius:var(--r-sm);padding:0.5rem 0.875rem;font-size:0.775rem;color:rgba(255,220,80,0.88);margin-bottom:1.5rem;max-width:680px;margin-inline:auto}.status-scope-badge{display:flex;align-items:center;gap:0.375rem;width:fit-content;margin-inline:auto;margin-bottom:2.25rem;font-size:0.8rem;font-weight:600;color:rgba(255,255,255,0.85);letter-spacing:0.025em;line-height:1;background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.2);border-radius:999px;padding:0.35rem 0.875rem 0.35rem 0.6rem}.status-scope-badge svg{color:var(--c-green);flex-shrink:0}.segment-tabs{display:flex;flex-wrap:wrap;gap:0.5rem;justify-content:center;margin-bottom:2rem}.segment-tab{padding:0.425rem 0.9375rem;font-size:0.8125rem;font-weight:600;color:rgba(255,255,255,0.65);background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);border-radius:999px;cursor:pointer;transition:background var(--tr),color var(--tr),border-color var(--tr);white-space:nowrap}.segment-tab:hover{background:rgba(255,255,255,0.14);color:rgba(255,255,255,0.9)}.segment-tab.active{background:var(--c-green);color:#fff;border-color:var(--c-green)}.segment-tab:focus-visible{outline:2px solid var(--c-green);outline-offset:2px}.status-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}.status-count-block{text-align:center;display:flex;flex-direction:column;align-items:center;gap:0}.status-count{font-size:clamp(4rem,12vw,6.5rem);font-weight:900;color:#fff;line-height:1;display:block;letter-spacing:-0.02em}.status-count-label{font-size:0.875rem;font-weight:600;color:rgba(255,255,255,0.7);margin-top:0.625rem;display:block;letter-spacing:0.01em}.status-count-date{font-size:0.75rem;color:rgba(255,255,255,0.4);margin-top:0.375rem;display:block;min-height:1.1em}.status-cta-btn{margin-top:1.75rem;width:100%;justify-content:center;box-sizing:border-box}.status-data-block{display:flex;flex-direction:column;gap:0}.status-sub-heading{font-size:0.8125rem;font-weight:700;color:rgba(255,255,255,0.55);text-transform:uppercase;letter-spacing:0.07em;margin-bottom:0.75rem;line-height:1.4;border-top:1px solid rgba(255,255,255,0.12);padding-top:1.375rem;margin-top:0}.status-sub-heading:first-child{border-top:none;padding-top:0}.status-sub-heading--second{margin-top:0.5rem}.position-bars,.theme-bars{display:flex;flex-direction:column;gap:0;margin-bottom:0}.bar-item{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;column-gap:1rem;row-gap:0.45rem;padding:0.75rem 0;border-bottom:1px solid rgba(255,255,255,0.08)}.bar-item:last-child{border-bottom:none;padding-bottom:0.25rem}.bar-label{grid-column:1;grid-row:1;font-size:0.875rem;color:rgba(255,255,255,0.88);line-height:1.35}.bar-pct{grid-column:2;grid-row:1;font-size:0.875rem;font-weight:700;color:rgba(255,255,255,0.95);text-align:right;white-space:nowrap}.bar-track{grid-column:1 / -1;grid-row:2;background:rgba(255,255,255,0.14);border-radius:999px;height:9px;overflow:hidden}.bar-fill{height:100%;border-radius:999px;transition:width 0.55s cubic-bezier(0.4,0,0.2,1)}.bar-kritisch{background:var(--c-bar-red)}.bar-unentschlossen{background:var(--c-bar-amber)}.bar-positiv{background:var(--c-green)}.bar-theme{background:var(--c-green)}.res-bar-list{list-style:none;margin:0;padding:0}.res-bar-item{display:flex;flex-direction:column;gap:0.5rem;padding:0.875rem 0;border-bottom:1px solid var(--c-border)}.res-bar-item:last-child{border-bottom:none}.res-bar-header{display:flex;justify-content:space-between;align-items:baseline;gap:1.25rem;min-width:0}.res-bar-label{font-size:0.9375rem;font-weight:500;color:var(--c-text);line-height:1.4;min-width:0}.res-bar-meta{font-size:0.85rem;font-weight:700;color:var(--c-text-mid);white-space:nowrap;flex-shrink:0}.res-bar-track{width:100%;height:11px;background:#e8edf2;border-radius:999px;overflow:hidden}.res-bar-fill{height:100%;border-radius:999px;width:0%;transition:width 0.7s cubic-bezier(0.4,0,0.2,1)}.res-no-data{font-size:0.875rem;color:var(--c-text-muted);padding:0.875rem 0;font-style:italic}.status-disclaimer{font-size:0.75rem;color:rgba(255,255,255,0.45);margin-top:0.875rem;margin-bottom:1.25rem;padding-left:0.625rem;border-left:2px solid rgba(255,255,255,0.15);line-height:1.5}.status-more{font-size:0.875rem;color:rgba(255,255,255,0.55);margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,0.1)}.status-more a{color:rgba(255,255,255,0.85);text-decoration:none;font-weight:600;letter-spacing:0.01em;border-bottom:1px solid rgba(255,255,255,0.3);padding-bottom:1px;transition:color var(--tr),border-color var(--tr)}.status-more a:hover{color:#fff;border-bottom-color:var(--c-green)}.status-loading{display:flex;align-items:center;gap:0.625rem;color:rgba(255,255,255,0.5);font-size:0.875rem;padding-block:1.25rem}@keyframes spin{to{transform:rotate(360deg)}}.status-spinner{animation:spin 1.1s linear infinite;flex-shrink:0}.status-insufficient{color:rgba(255,255,255,0.6);font-size:0.9rem;line-height:1.6}.status-insufficient-cta{margin-top:0.375rem;font-weight:600;color:rgba(255,255,255,0.8)}.faq-section{background:var(--c-white);padding-block:3.5rem}.faq-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}.faq-card{background:var(--c-bg-alt);border:1px solid var(--c-border);border-radius:var(--r-lg);padding:1.75rem;border-top:3px solid var(--c-green)}.faq-question{font-size:1rem;font-weight:700;color:var(--c-text);margin-bottom:0.625rem;line-height:1.35}.faq-answer{font-size:0.9375rem;color:var(--c-text-mid);line-height:1.65}.faq-answer .faq-link{color:var(--c-green);font-weight:600;text-decoration:underline;text-underline-offset:2px}.faq-answer .faq-link:hover{color:#3a5f45}.site-footer{background:var(--c-dark);color:#fff;padding:3rem 0 0}.footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,0.1)}.footer-brand{display:flex;flex-direction:column;gap:0.4rem}.footer-logo-link{display:block}.footer-logo-img{height:36px;width:auto;display:block;opacity:0.88}.footer-wordmark{display:flex;flex-direction:column;line-height:1.05}.footer-tagline{font-size:0.6rem;font-weight:600;letter-spacing:0.09em;text-transform:uppercase;color:rgba(255,255,255,0.45)}.footer-links ul{display:flex;flex-wrap:wrap;gap:1.5rem}.footer-links a{color:rgba(255,255,255,0.7);font-size:0.9rem;transition:color var(--tr)}.footer-links a:hover{color:#fff}.footer-links a:focus-visible{outline:2px solid var(--c-green);border-radius:2px}.link-placeholder{color:rgba(255,255,255,0.3);font-size:0.9rem;cursor:not-allowed;text-decoration:line-through}.footer-note{padding:1rem 0;font-size:0.775rem;color:rgba(255,255,255,0.35);text-align:center}.footer-credit{margin-top:0.2rem;font-size:0.72rem;color:rgba(255,255,255,0.2)}.survey-hero{position:relative;background:linear-gradient(135deg,#0d1929 0%,var(--c-dark) 45%,#1a3028 80%,#1e3820 100%);color:#fff;padding-block:4.5rem;overflow:clip}.survey-hero-overlay{position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(76,124,90,0.14) 0%,transparent 55%);pointer-events:none}.survey-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}.survey-hero-eyebrow{font-size:0.75rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--c-green);margin-bottom:0.5rem}.survey-hero-title{font-size:clamp(3rem,8vw,5.5rem);font-weight:900;text-transform:uppercase;letter-spacing:0.03em;line-height:1;margin-bottom:0.4rem}.survey-hero-subtitle{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;color:var(--c-green);margin-bottom:1rem}.survey-hero-desc{font-size:1rem;color:rgba(255,255,255,0.8);max-width:460px;line-height:1.6}.survey-hero-illustration{opacity:0.85;flex-shrink:0}.survey-form-section{background:var(--c-bg-alt);padding-block:3rem 5rem}.survey-form-container{max-width:840px}.survey-intro{background:var(--c-white);border-radius:var(--r-lg);border-left:4px solid var(--c-green);padding:1.75rem 2rem;margin-bottom:1.75rem;box-shadow:var(--sh-sm)}.survey-intro-title{font-size:0.875rem;font-weight:800;text-transform:uppercase;letter-spacing:0.05em;color:var(--c-text);margin-bottom:0.75rem}.survey-intro-text{font-size:0.9rem;color:var(--c-text-mid);line-height:1.65}.question-block{background:var(--c-white);border:1px solid var(--c-border);border-radius:var(--r-lg);padding:1.625rem 1.75rem;margin-bottom:1.125rem;box-shadow:var(--sh-sm);transition:border-color var(--tr)}.question-block.has-error{border-color:#d9534f;border-left:4px solid #d9534f}.question-header{display:flex;gap:0.875rem;align-items:flex-start;margin-bottom:1.125rem}.question-icon{flex-shrink:0;width:36px;height:36px;background:var(--c-green-light);color:var(--c-green);border-radius:50%;display:flex;align-items:center;justify-content:center}.question-icon img{display:block}.question-text{font-size:0.9375rem;font-weight:700;color:var(--c-text);line-height:1.4;display:block}.q-num{color:var(--c-green);margin-right:0.2rem}.question-hint{font-weight:400;font-size:0.8375rem;color:var(--c-text-muted)}.options-row{display:flex;flex-wrap:wrap;gap:0.5rem}.options-grid{display:grid;grid-template-columns:1fr 1fr;gap:0.5rem}.option-label{display:flex;align-items:center;gap:0.5rem;padding:0.475rem 0.875rem;border:1.5px solid var(--c-border);border-radius:var(--r-sm);cursor:pointer;font-size:0.875rem;font-weight:500;color:var(--c-text);transition:border-color var(--tr),background var(--tr);user-select:none;box-sizing:border-box}.option-label:hover{border-color:var(--c-green);background:var(--c-green-light)}.option-label:has(input:checked),.option-label.is-selected{border-color:var(--c-green);background:var(--c-green-light);color:var(--c-green-hover)}.option-label input[type="radio"],.option-label input[type="checkbox"]{accent-color:var(--c-green);width:15px;height:15px;flex-shrink:0;cursor:pointer}.survey-textarea{width:100%;padding:0.75rem 0.875rem;border:1.5px solid var(--c-border);border-radius:var(--r-sm);font-family:inherit;font-size:0.9rem;color:var(--c-text);background:var(--c-white);resize:vertical;line-height:1.6;transition:border-color var(--tr),box-shadow var(--tr)}.survey-textarea:focus{outline:none;border-color:var(--c-green);box-shadow:0 0 0 3px rgba(76,124,90,0.16)}.textarea-hint{font-size:0.775rem;color:var(--c-text-muted);margin-top:0.4rem}.additional-fields-block{background:var(--c-white);border:1px solid var(--c-border);border-radius:var(--r-lg);padding:1.75rem;margin-bottom:1.125rem;box-shadow:var(--sh-sm)}.additional-fields-title{font-size:0.875rem;font-weight:800;text-transform:uppercase;letter-spacing:0.05em;color:var(--c-text);margin-bottom:1.375rem;padding-bottom:0.75rem;border-bottom:1px solid var(--c-border)}.form-row{display:grid;grid-template-columns:1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:0.35rem;margin-bottom:0.875rem}.form-group:last-child{margin-bottom:0}.form-label{font-size:0.9rem;font-weight:600;color:var(--c-text)}.required-star{color:#d9534f;margin-left:2px}.form-input{padding:0.7rem 0.875rem;border:1.5px solid var(--c-border);border-radius:var(--r-sm);font-family:inherit;font-size:0.9rem;color:var(--c-text);background:var(--c-white);transition:border-color var(--tr),box-shadow var(--tr);width:100%}.form-input:focus{outline:none;border-color:var(--c-green);box-shadow:0 0 0 3px rgba(76,124,90,0.16)}.form-input.is-invalid{border-color:#d9534f}.field-desc{font-size:0.775rem;color:var(--c-text-muted);line-height:1.4}.field-error{font-size:0.8rem;font-weight:600;color:#c0392b;min-height:1.2em}.privacy-notice-block{background:#fff8e6;border:1.5px solid #edc94a;border-radius:var(--r-lg);padding:1.75rem;margin-bottom:1.125rem}.privacy-notice-title{display:flex;align-items:center;gap:0.5rem;font-size:0.9375rem;font-weight:700;color:var(--c-text);margin-bottom:0.875rem}.privacy-notice-title svg,.privacy-notice-title img{display:block;flex-shrink:0;color:var(--c-green)}.privacy-notice-text{display:flex;flex-direction:column;gap:0.5rem;margin-bottom:1rem}.privacy-notice-text p{font-size:0.9rem;color:var(--c-text-mid);line-height:1.6}.checkbox-label{display:flex;align-items:flex-start;gap:0.625rem;cursor:pointer;font-size:0.9rem;font-weight:600;color:var(--c-text);line-height:1.4;position:relative}.checkbox-label input[type="checkbox"]{position:absolute;opacity:0;width:20px;height:20px;top:1px;left:0;margin:0;cursor:pointer;z-index:1}.checkbox-custom{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;min-width:20px;border:2px solid var(--c-green);border-radius:5px;background:#fff;margin-top:1px;transition:background 0.15s ease,border-color 0.15s ease;pointer-events:none}.checkbox-label input[type="checkbox"]:checked + .checkbox-custom{background:var(--c-green);border-color:var(--c-green)}.checkbox-label input[type="checkbox"]:checked + .checkbox-custom::after{content:'';display:block;width:5px;height:9px;border-right:2.5px solid #fff;border-bottom:2.5px solid #fff;transform:rotate(45deg) translateY(-1px)}.checkbox-label input[type="checkbox"]:focus-visible + .checkbox-custom{outline:3px solid var(--c-green);outline-offset:2px}.captcha-block{background:#f6f9f7;border:1.5px solid var(--c-border);border-radius:var(--r-lg);padding:1.5rem 1.75rem;margin-bottom:1.125rem}.captcha-block.has-error{border-color:#d9534f;background:#fdf0ef}.captcha-label{display:flex;align-items:center;gap:0.5rem;font-size:0.9375rem;font-weight:700;color:var(--c-text);margin-bottom:0.375rem}.captcha-label svg{color:var(--c-green);flex-shrink:0}.captcha-desc{font-size:0.875rem;color:var(--c-text-mid);margin-bottom:1rem;line-height:1.5}.survey-outro{text-align:center;padding:1.75rem 0 1rem;border-top:1px solid var(--c-border)}.survey-outro-tagline{font-size:1rem;color:var(--c-text-mid);line-height:1.7}.survey-outro-tagline em{color:var(--c-text);font-style:normal;font-weight:500}.submit-area{display:flex;flex-direction:column;align-items:center;gap:0.875rem;padding-top:0.75rem}.submit-note{font-size:0.825rem;color:var(--c-text-muted);text-align:center;max-width:480px;line-height:1.5}.form-error-summary{display:flex;align-items:center;gap:0.5rem;background:#fdf0ef;border:1.5px solid #d9534f;border-radius:var(--r-sm);padding:0.75rem 1rem;font-size:0.875rem;font-weight:600;color:#c0392b;max-width:480px;width:100%}.form-error-summary[hidden]{display:none}.thank-hero{position:relative;padding-block:5rem 6.5rem;background:linear-gradient(180deg,rgba(212,230,215,0.5) 0%,rgba(195,220,200,0.8) 100%),url('/static/images/windpark-hero.jpeg') center 60% / cover no-repeat}.thank-hero-overlay{position:absolute;inset:0;background:rgba(255,255,255,0.18);pointer-events:none}.thank-hero-content{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}.thank-heading{font-size:clamp(1.5rem,5vw,3.25rem);font-weight:800;color:var(--c-text);line-height:1.15;margin-bottom:1.125rem}.thank-desc{font-size:1.0625rem;color:var(--c-text-mid);max-width:380px;line-height:1.65}.thank-hero-art{opacity:0.75;justify-self:end;display:none}.thank-check-wrap{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);z-index:10}.thank-check-circle{width:76px;height:76px;background:var(--c-green);border-radius:50%;border:4px solid var(--c-white);box-shadow:var(--sh-lg);display:flex;align-items:center;justify-content:center}.confirm-section{position:relative;background:var(--c-bg-alt);padding:6.5rem 0 4rem}.confirm-card{background:var(--c-white);border:1px solid var(--c-border);border-radius:var(--r-xl);padding:2.5rem 2rem;margin-bottom:1.25rem;box-shadow:var(--sh-md);text-align:center}.confirm-card-title{font-size:1.125rem;font-weight:700;color:var(--c-text);margin-bottom:0.875rem}.confirm-step-hint{text-align:center;margin:0 0 3.5rem;font-size:0.9375rem;color:var(--c-text-mid);line-height:1.6}.confirm-divider{width:44px;height:3px;background:var(--c-green);border-radius:2px;margin:0 auto 2rem}.confirm-features{display:grid;grid-template-columns:1fr;gap:2rem}.confirm-feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0.625rem}.confirm-feature-icon{color:var(--c-green)}.confirm-feature-title{font-size:0.9rem;font-weight:700;color:var(--c-text)}.confirm-feature-desc{font-size:0.825rem;color:var(--c-text-mid);line-height:1.55;max-width:180px}.bestaetigen-note{text-align:center;color:var(--c-text-mid);line-height:1.65;margin:0 0 2rem;font-size:0.9375rem}.confirm-action-center{display:flex;justify-content:center;margin-top:2rem}.confirm-action-center .btn{min-width:200px;justify-content:center}.info-card{background:var(--c-white);border:1px solid var(--c-border);border-radius:var(--r-lg);padding:1.375rem 1.5rem;margin-bottom:0.875rem;box-shadow:var(--sh-sm);display:flex;gap:1.125rem;align-items:flex-start}.info-card--with-action{flex-direction:column;align-items:flex-start;gap:1rem}.info-card--with-action .info-card-body{width:100%;min-width:0}.info-card--with-action .info-card-action{width:100%;margin-left:0}.info-card--with-action .info-card-action .btn{width:100%;justify-content:center}.info-card--email{background:var(--c-green-light);border-color:#c3d9cb}.info-card-icon{flex-shrink:0;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center}.info-card-icon--green{background:var(--c-green-light);color:var(--c-green)}.info-card-body{flex:1;min-width:0}.info-card-title{font-size:0.9375rem;font-weight:700;color:var(--c-text);margin-bottom:0.3rem}.info-card-text{font-size:0.875rem;color:var(--c-text-mid);line-height:1.55}.info-card-action{flex-shrink:0;margin-left:auto}.thank-back-wrap{text-align:center;padding:1.5rem 0 0}.thank-back-wrap .btn{width:100%;justify-content:center;max-width:360px}.thank-footer{background:var(--c-bg-alt);border-top:1px solid var(--c-border);padding:1.125rem 0}.thank-footer-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.thank-footer-left{display:flex;align-items:center;gap:0.5rem;font-size:0.825rem;color:var(--c-text-mid)}.thank-footer-left svg{color:var(--c-green);flex-shrink:0}.thank-footer-brand{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2}.thank-footer-wordmark{font-size:0.8125rem;font-weight:900;letter-spacing:0.05em;color:var(--c-text)}.thank-footer-tagline{font-size:0.55rem;font-weight:600;letter-spacing:0.07em;text-transform:uppercase;color:var(--c-text-muted)}.stub-section{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:5rem 0}.stub-inner{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.stub-icon{color:var(--c-green)}.stub-inner h1{font-size:2rem;font-weight:800;color:var(--c-text)}.stub-lead{font-size:1.125rem;color:var(--c-text-mid);line-height:1.65}.section-heading{font-size:clamp(1.5rem,5vw,1.9rem);font-weight:800;text-transform:uppercase;letter-spacing:0.04em;color:var(--c-text);line-height:1.2;margin-bottom:1.375rem}.section-heading.on-dark{color:var(--c-on-dark)}.section-heading.centered{text-align:center}.section-heading-sm{font-size:clamp(1rem,2vw,1.15rem);font-weight:800;text-transform:uppercase;letter-spacing:0.04em;color:var(--c-text);line-height:1.25;margin-bottom:1rem}.known-facts-card .section-heading-sm{color:var(--c-on-dark)}.nav-link--accent{color:rgba(255,255,255,0.95)!important}.nav-link--accent:hover{color:#fff!important}.results-hero{background:var(--c-dark);padding-block:1.75rem 1.5rem;border-bottom:1px solid rgba(255,255,255,0.1)}.results-hero-inner{display:flex;align-items:flex-end}.results-hero-label{font-size:0.75rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--c-green);margin-bottom:0.5rem}.results-hero-title{font-size:clamp(1.6rem,4vw,2.6rem);font-weight:900;text-transform:uppercase;letter-spacing:0.04em;color:#fff;line-height:1.15;margin-bottom:0.75rem}.results-hero-sub{font-size:1rem;color:rgba(255,255,255,0.72);line-height:1.6;max-width:600px}.gate-section{background:var(--c-bg-alt);padding-block:var(--section-y)}.gate-wrap{display:flex;justify-content:center}.gate-card{width:100%;max-width:500px;background:var(--c-white);border:1px solid var(--c-border);border-radius:var(--r-lg);padding:2.5rem 2rem;box-shadow:0 4px 24px rgba(27,45,62,0.1);text-align:center}.gate-icon-wrap{width:64px;height:64px;margin:0 auto 1.25rem;background:var(--c-green-light);color:var(--c-green);border-radius:50%;display:flex;align-items:center;justify-content:center}.gate-title{font-size:1.3rem;font-weight:800;color:var(--c-text);margin-bottom:0.625rem}.gate-desc{font-size:0.9375rem;color:var(--c-text-mid);line-height:1.6;margin-bottom:1.5rem}.gate-form{text-align:left;margin-bottom:1.25rem}.gate-error{font-size:0.875rem;color:#c53030;background:#fff5f5;border:1px solid #feb2b2;border-radius:var(--r-sm);padding:0.625rem 0.875rem;margin-bottom:1rem}.gate-note{display:flex;align-items:center;justify-content:center;gap:0.375rem;font-size:0.825rem;color:var(--c-text-muted);flex-wrap:wrap}.gate-note svg{flex-shrink:0}.gate-note a{color:var(--c-green);text-decoration:underline}.results-content-section{padding-block:var(--section-y);background:var(--c-bg-alt)}.results-dev-notice{margin-bottom:2rem}.results-segment-tabs{margin-bottom:2.5rem}.results-segment-tabs .segment-tab{color:var(--c-text-mid);background:var(--c-bg-alt);border:1.5px solid var(--c-border)}.results-segment-tabs .segment-tab:hover{background:#e4ecf2;color:var(--c-text);border-color:#9baebf}.results-segment-tabs .segment-tab.active{background:var(--c-green);color:#fff;border-color:var(--c-green)}.results-overview{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;margin-bottom:1.5rem;background:var(--c-white);border:1px solid var(--c-border);border-radius:var(--r-lg);padding:1.5rem 2rem;box-shadow:0 1px 3px rgba(0,0,0,0.05)}.results-kpi{display:flex;flex-direction:column}.results-kpi-num{font-size:clamp(2.5rem,6vw,3.5rem);font-weight:900;color:var(--c-dark);line-height:1}.results-kpi-label{font-size:0.9rem;color:var(--c-text-mid);font-weight:600;margin-top:0.25rem}.results-kpi-date{font-size:0.775rem;color:var(--c-text-muted);margin-top:0.25rem}.results-disclaimer{font-size:0.825rem;color:var(--c-text-muted);border-left:3px solid var(--c-border);padding-left:0.875rem;line-height:1.55;max-width:400px}.results-q-block{background:var(--c-white);border:1px solid var(--c-border);border-radius:var(--r-lg);padding:1.75rem 2rem;margin-bottom:1rem;box-shadow:0 1px 3px rgba(0,0,0,0.05)}.results-q-block--last{margin-bottom:0}.results-q-header{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--c-bg-alt)}.results-q-num{font-size:1.5rem;font-weight:900;color:var(--c-green);line-height:1;flex-shrink:0;min-width:2rem}.results-q-text{font-size:1rem;font-weight:700;color:var(--c-text);line-height:1.45}.results-q-note{display:inline-flex;align-items:center;gap:0.375rem;font-size:0.8rem;font-weight:600;color:var(--c-green);background:#eaf3ec;border-radius:var(--r-sm);padding:0.3rem 0.65rem;margin-bottom:1.125rem}.results-bars{width:100%}.results-q11-note{display:flex;align-items:center;gap:0.5rem;font-size:0.825rem;color:var(--c-text-muted);background:var(--c-bg-alt);border-radius:var(--r-sm);padding:0.75rem 1rem;margin-bottom:2.5rem}.results-back-row{display:flex;gap:1rem;flex-wrap:wrap;padding-top:2rem;border-top:1px solid var(--c-border)}.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}section[id]{scroll-margin-top:var(--header-h,80px)}:focus-visible{outline:3px solid var(--c-green);outline-offset:2px;border-radius:3px}@media (min-width:640px){:root{--container-pad:2rem;--section-y:5.5rem}.hero-upper{flex-direction:row;justify-content:space-between;align-items:flex-start}.hero-badge-circle{width:180px;height:180px;align-self:center;padding:1.375rem}.footer-logo-img{height:52px}.hero-badge-circle-text{font-size:0.825rem}.hero-badge-circle-cta{font-size:0.875rem}.hero-trust-bar{flex-direction:row;gap:2rem}.hero-trust-item{flex:1}}@media (max-width:639px){.hero-content{padding-top:2.75rem;padding-bottom:2rem}.hero-upper{gap:1.5rem;margin-bottom:1.75rem}.hero-br{display:none}.hero--no-badge{min-height:440px}.hero--no-badge .hero-upper{flex:none}.hero-ctas{flex-direction:column;gap:0.75rem}.hero-ctas .btn{width:100%;justify-content:center;white-space:normal;line-height:1.35;text-align:center}.hero-badge-circle{align-self:center;width:158px;height:158px;padding:0.875rem}.hero-badge-circle-text{font-size:0.71rem}.hero-badge-circle-cta{font-size:0.75rem}.hero-trust-bar{gap:0.75rem;padding-top:1rem}.hero-trust-item{align-items:flex-start;gap:0.5rem}.hero-trust-item strong{font-size:0.875rem}.hero-trust-item>div>span{display:block;font-size:0.8125rem}.section-heading{font-size:clamp(1.4rem,6vw,1.9rem);margin-bottom:1.125rem}.two-col-section{padding-block:2.5rem}.about-block{padding-bottom:2rem}.why-block{padding-top:2rem}.why-list{gap:1rem}.info-grid-section{padding-block:2.5rem}.known-facts-card,.factsheet-card{padding:1.5rem}.btn-block{white-space:normal;line-height:1.35}.share-inner{flex-direction:column;gap:1.25rem}.share-action{width:100%}.share-action .btn{width:100%;justify-content:center}.share-heading{font-size:1.25rem}.podcast-inner{display:flex;flex-direction:column;gap:1.5rem}.podcast-image{width:100%}.podcast-text>p{max-width:100%;font-size:0.9375rem}.podcast-text .btn{width:100%;justify-content:center}.topics-section{padding-block:2.5rem}.topics-grid{gap:0.75rem}.topic-card-inner{height:300px}.topic-card-front{padding:1.125rem;gap:0.5rem}.topic-card-back{padding:1.125rem}.status-section{padding-top:2rem;padding-bottom:3rem}.status-section .section-heading{font-size:clamp(1.1rem,5.5vw,1.4rem);margin-bottom:0.25rem}.status-count{font-size:clamp(3.5rem,14vw,5rem)}.status-scope-badge{font-size:0.75rem;margin-top:0;margin-bottom:2rem;padding:0.3rem 0.75rem 0.3rem 0.5rem}.status-grid{gap:2rem}.status-count-label{font-size:0.8125rem;margin-top:0.5rem}.status-count-date{font-size:0.7rem}.status-cta-btn{margin-top:1.25rem}.bar-item{padding:0.75rem 0;column-gap:0.75rem}.bar-label{font-size:0.8125rem}.bar-pct{font-size:0.8125rem}.bar-track{height:8px}.status-sub-heading{padding-top:1.25rem;margin-bottom:0.625rem}.status-disclaimer{margin-top:0.75rem;margin-bottom:1rem}.status-more{margin-top:1rem;padding-top:0.875rem}.results-q-block{padding:1.25rem 1.125rem}.results-q-header{gap:0.75rem;margin-bottom:1.125rem;padding-bottom:0.875rem}.results-q-num{font-size:1.25rem}.results-q-text{font-size:0.9375rem}.res-bar-label{font-size:0.9rem}.res-bar-meta{font-size:0.8rem}.results-overview{padding:1.125rem 1.25rem;gap:1rem}.segment-tabs{gap:0.375rem;justify-content:flex-start}.segment-tab{font-size:0.8125rem;padding:0.475rem 0.875rem;white-space:normal;line-height:1.3;text-align:center}.faq-section{padding-block:2.5rem}.faq-grid{gap:0.875rem;margin-top:1.25rem}.faq-card{padding:1.375rem 1.25rem}.question-block{padding:1.125rem 1rem}.additional-fields-block{padding:1.25rem 1rem}.privacy-notice-block{padding:1.25rem 1rem}.captcha-block{padding:1.125rem 1rem}.options-row{display:grid;grid-template-columns:1fr;gap:0.5rem}.options-grid{grid-template-columns:1fr}.site-footer{padding-top:2rem}.footer-inner{flex-wrap:nowrap;align-items:center;padding-bottom:1.75rem;gap:1.5rem}.footer-brand{flex-shrink:0}.footer-links{flex-shrink:1;min-width:0;overflow:hidden}.footer-logo-img{height:42px}.footer-links ul{flex-wrap:nowrap;gap:0.375rem 0.875rem;align-items:center;justify-content:flex-end}.footer-links a,.link-placeholder{font-size:0.82rem;white-space:nowrap}.footer-note{font-size:clamp(0.42rem,2vw,0.68rem);padding:0.75rem 0.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn{min-height:44px}}@media (max-width:479px){.hero-heading{font-size:clamp(2rem,10vw,2.6rem)}.hero-lead{font-size:0.9375rem}.hero-badge-circle{width:148px;height:148px;padding:0.75rem}.hero-badge-circle img{width:38px!important;height:38px!important}.hero-badge-circle-text{font-size:0.68rem}.hero-badge-circle-cta{font-size:0.72rem}.survey-hero-title{font-size:clamp(2rem,11vw,3rem)}.survey-hero-subtitle{font-size:1.05rem}.survey-hero-desc{font-size:0.9rem}.thank-hero{padding-block:3rem 5.5rem}.thank-heading{font-size:1.45rem}.thank-desc{font-size:0.9375rem}.confirm-section{padding:5.5rem 0 3.5rem}.confirm-card{padding:1.75rem 1.125rem}.confirm-card-title{font-size:1.0625rem}.confirm-step-hint{font-size:0.9rem;margin-bottom:2.5rem}.confirm-features{gap:1.5rem;margin-bottom:0.5rem}.confirm-features{grid-template-columns:repeat(2,1fr)}.confirm-feature:last-child{grid-column:1 / -1;max-width:280px;margin-inline:auto}.confirm-feature-desc{max-width:none}.confirm-action-center{margin-top:1.5rem}.confirm-action-center .btn{width:100%;max-width:340px}.bestaetigen-note{font-size:0.9rem}.thank-back-wrap{padding-top:1.75rem}.info-card{padding:1rem 1rem;gap:0.875rem}.heading-section{font-size:1.15rem;letter-spacing:0.02em}.status-count{font-size:clamp(3rem,13vw,4.5rem)}.results-q-num{font-size:1.35rem;min-width:1.75rem}.results-q-text{font-size:0.9375rem}.footer-logo-img{height:36px}.footer-inner{gap:0.75rem}.footer-links ul{gap:0.375rem 0.875rem}.footer-links a,.link-placeholder{font-size:0.75rem}}@media (min-width:400px) and (max-width:639px){.options-row{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){:root{--container-pad:2.5rem;--section-y:7rem;--container-max:1440px}.hamburger{display:none}.header-cta{display:inline-flex}.nav-list{display:flex!important}#primary-nav{display:block!important;position:static!important;background:none!important;padding:0!important;border:none!important;box-shadow:none!important;z-index:auto!important}.nav-overlay-topbar,.nav-overlay-cta,.nav-overlay-close{display:none!important}.logo-line1,.logo-line2{font-size:1.2rem}.logo-tagline{font-size:0.58rem}.hero{min-height:640px}.hero-upper{align-items:flex-start}.hero-trust-bar{gap:3rem}.hero-badge-circle{width:192px;height:192px}.footer-logo-img{height:60px}.info-grid{grid-template-columns:repeat(2,1fr);align-items:stretch}.topics-grid{grid-template-columns:repeat(4,1fr)}.status-grid{grid-template-columns:200px 1fr;gap:3.5rem}.status-count-block{text-align:left;align-items:flex-start;padding-right:2rem;border-right:1px solid rgba(255,255,255,0.1)}.faq-grid{grid-template-columns:repeat(3,1fr)}.trust-bar-inner{grid-template-columns:repeat(3,1fr)}.two-col-inner{grid-template-columns:1fr 1fr;gap:0}.about-block{padding-right:3.5rem;border-right:1px solid var(--c-border)}.why-block{padding-left:3.5rem}.share-action{align-items:flex-start}.factsheet-topics{grid-template-columns:repeat(3,1fr)}.confirm-features{grid-template-columns:repeat(3,1fr)}.confirm-feature:last-child{grid-column:auto;max-width:none;margin-inline:0}.confirm-feature-desc{max-width:180px}.thank-hero-content{grid-template-columns:1fr auto}.thank-hero-art{display:block}.thank-check-wrap{left:50%;transform:translate(-50%,-50%)}.info-card--with-action{flex-direction:row;flex-wrap:nowrap;align-items:center;gap:1.125rem}.info-card--with-action .info-card-body{width:auto;flex:1}.info-card--with-action .info-card-action{width:auto;margin-left:auto}.info-card--with-action .info-card-action .btn{width:auto}.options-row{flex-wrap:nowrap}.form-row{grid-template-columns:1fr 1fr}.options-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){:root{--container-pad:3rem}.hero-text{max-width:640px}.hero-lead{max-width:520px}.status-grid{grid-template-columns:220px 1fr;gap:4.5rem}.faq-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1600px){:root{--container-max:1860px;--container-pad:4rem;--section-y:8rem}.hero{min-height:700px}.hero-text{max-width:700px}.hero-lead{max-width:560px}.hero-badge-circle{width:212px;height:212px}.hero-trust-bar{gap:4.5rem}.hero-heading{font-size:clamp(3.2rem,5vw,5.5rem)}.topics-grid{gap:1.375rem}.faq-grid{gap:1.25rem}.topic-card-inner{height:270px}.about-block{padding-right:4.5rem}.why-block{padding-left:4.5rem}.info-grid{gap:2.5rem}.status-grid{gap:5.5rem}.bar-track{max-width:680px}.share-inner{gap:6rem}}@media (min-width:1920px){:root{--container-max:1960px;--container-pad:5rem;--section-y:9rem}.hero-text{max-width:780px}.hero-lead{max-width:620px}.hero-badge-circle{width:222px;height:222px}.bar-track{max-width:800px}.status-grid{gap:7rem}.share-inner{gap:8rem}}.btn-sm{padding:0.5rem 1.125rem;font-size:0.8125rem;gap:0.375rem}.survey-inline-error{display:flex;align-items:flex-start;gap:0.625rem;background:#fdf0ef;border:1.5px solid #d9534f;border-radius:var(--r-sm);padding:0.875rem 1rem;font-size:0.875rem;font-weight:600;color:#c0392b;max-width:620px;width:100%;margin-bottom:0.75rem}.survey-inline-error svg{flex-shrink:0;margin-top:1px}.area-confirm-block{background:var(--c-green-light);border:1.5px solid var(--c-green);border-radius:var(--r-md);padding:1.25rem 1.375rem;max-width:620px;width:100%;margin-bottom:1rem}.area-confirm-inner{display:flex;align-items:flex-start;gap:0.875rem}.area-confirm-icon{flex-shrink:0;color:var(--c-green);margin-top:2px}.area-confirm-body{flex:1}.area-confirm-title{font-size:0.9375rem;font-weight:700;color:var(--c-text);margin-bottom:0.375rem}.area-confirm-text{font-size:0.9rem;color:var(--c-text-mid);margin-bottom:0.875rem;line-height:1.55}.area-confirm-actions{display:flex;gap:0.625rem;flex-wrap:wrap}.area-confirm-alt{margin-top:0.875rem;display:flex;flex-direction:column;gap:0.5rem}.area-confirm-alt-label{font-size:0.875rem;font-weight:600;color:var(--c-text);margin-bottom:0.25rem}.area-confirm-option{margin:0}.area-confirm-alt .btn{align-self:flex-start;margin-top:0.5rem}.results-no-data{font-size:0.875rem;color:var(--c-text-muted);font-style:italic;padding:0.5rem 0}@media print{#main-header,.hero,.share-banner{display:none}.container{max-width:100%;padding:0}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;transition-duration:0.01ms!important}html{scroll-behavior:auto}}.legal-page{padding:3rem 0 5rem;min-height:60vh;background:var(--color-bg,#f8f9fa)}.legal-header{padding:2.5rem 0 2rem;border-bottom:2px solid var(--color-primary,#4c7c5a);margin-bottom:2.5rem}.legal-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--color-navy,#1b2d3e);margin:0 0 0.5rem;line-height:1.15}.legal-subtitle{color:var(--color-muted,#6b7a8d);font-size:0.95rem;margin:0}.legal-body{display:flex;flex-direction:column;gap:2.5rem}.legal-section{background:#fff;border-radius:12px;padding:2rem 2.25rem;box-shadow:0 1px 6px rgba(27,45,62,.06)}.legal-section h2{font-size:1.2rem;font-weight:700;color:var(--color-navy,#1b2d3e);margin:0 0 1rem;padding-bottom:0.6rem;border-bottom:1px solid #e8ecf0}.legal-section h3{font-size:1rem;font-weight:600;color:var(--color-navy,#1b2d3e);margin:1.5rem 0 0.5rem}.legal-section p{color:#374151;line-height:1.75;margin:0 0 0.75rem;font-size:0.95rem}.legal-section p:last-child{margin-bottom:0}.legal-address{font-style:normal;line-height:1.8;color:#374151;font-size:0.95rem;margin:0.75rem 0;padding:1rem 1.25rem;background:#f8f9fa;border-radius:8px;border-left:3px solid var(--color-primary,#4c7c5a)}.legal-list{margin:0.5rem 0 0.75rem 1.25rem;padding:0;color:#374151;font-size:0.95rem}.legal-list li{margin-bottom:0.6rem;line-height:1.65}.legal-list li:last-child{margin-bottom:0}.legal-note{font-size:0.875rem!important;color:#6b7a8d!important;background:#f0f4f8;border-radius:6px;padding:0.75rem 1rem;margin-top:0.75rem!important;border-left:3px solid #94a3b8}.legal-table-wrap{overflow-x:auto;margin:1rem 0;border-radius:8px;border:1px solid #e2e8f0}.legal-table{width:100%;border-collapse:collapse;font-size:0.9rem;color:#374151}.legal-table th{background:var(--color-navy,#1b2d3e);color:#fff;font-weight:600;text-align:left;padding:0.75rem 1rem;font-size:0.85rem;letter-spacing:0.03em}.legal-table td{padding:0.75rem 1rem;vertical-align:top;border-bottom:1px solid #e2e8f0;line-height:1.6}.legal-table tbody tr:last-child td{border-bottom:none}.legal-table tbody tr:nth-child(even){background:#f8fafc}.legal-back{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}@media (max-width:640px){.legal-section{padding:1.5rem 1.25rem}.legal-table th,.legal-table td{padding:0.6rem 0.75rem;font-size:0.85rem}}.contact-success{text-align:center;padding:2.5rem 1rem;display:flex;flex-direction:column;align-items:center;gap:0.75rem}.contact-success-icon{width:60px;height:60px;background:var(--c-green-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:0.25rem}.contact-success-title{font-size:1.4rem;font-weight:800;color:var(--c-text)}.contact-success-text{color:var(--c-text-mid);font-size:0.95rem;max-width:34ch;line-height:1.6;margin:0}.contact-error-banner{display:flex;align-items:flex-start;gap:0.6rem;background:#fdf0ef;border:1.5px solid #d9534f;border-radius:var(--r-md);padding:0.875rem 1rem;margin-bottom:1.25rem;font-size:0.875rem;color:#922b21;line-height:1.45}.contact-error-banner svg{flex-shrink:0;margin-top:1px}.contact-submit-row{display:flex;flex-direction:column;align-items:flex-start;gap:0.875rem;margin-top:0.25rem}@media (min-width:480px){.contact-submit-row{flex-direction:row;align-items:center}}.contact-captcha-wrap{margin-bottom:1.25rem}[name="g-recaptcha-response"],[id="g-recaptcha-response"],.g-recaptcha-response{display:none!important;visibility:hidden!important;pointer-events:none!important;width:0!important;height:0!important;position:absolute!important;left:-9999px!important;top:-9999px!important;opacity:0!important}