.corporate-hero{background:var(--color-background);color:var(--color-text);position:relative;overflow:hidden}.corporate-hero:before{content:"";position:absolute;inset:5% 0;pointer-events:none;background:radial-gradient(ellipse 50% 40% at 10% 40%,rgba(74,124,63,.04) 0%,transparent 100%),radial-gradient(ellipse 40% 40% at 85% 30%,rgba(13,115,119,.03) 0%,transparent 100%),radial-gradient(ellipse 35% 35% at 50% 50%,rgba(212,168,85,.03) 0%,transparent 100%)}.corporate-hero-inner{display:grid;grid-template-columns:1fr 1fr;min-height:min(calc(100vh - 100px),660px);max-width:1440px;margin:0 auto;position:relative;z-index:1}.hero-left{padding:clamp(24px,4vh,40px) clamp(20px,3vw,48px);display:flex;flex-direction:column;justify-content:center}.hero-pill{display:inline-flex;align-items:center;gap:7px;padding:5px 14px 5px 9px;border-radius:var(--radius-full, 9999px);background:var(--color-surface);border:1px solid var(--color-section-border, rgba(0, 0, 0, .08));font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-secondary);width:fit-content;margin-bottom:24px;box-shadow:var(--shadow-sm, 0 1px 2px rgba(0, 0, 0, .06));animation:heroFadeIn .5s ease-out}.hero-pill strong{color:var(--color-text);font-weight:700}.hero-pill-dot{width:6px;height:6px;border-radius:50%;background:var(--color-corporate-accent, #d4a855);box-shadow:0 0 6px var(--color-corporate-accent, #d4a855);animation:heroBlink 2.5s ease-in-out infinite}.corporate-hero h1{font-size:clamp(2rem,4.2vw,3rem);font-weight:900;line-height:1.08;letter-spacing:-.04em;color:var(--color-text);margin:0 0 16px;animation:heroFadeIn .5s ease-out .05s both}.hero-accent{display:block;background:linear-gradient(135deg,var(--color-corporate-accent, #d4a855) 20%,#e2c17e 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:.95rem;color:var(--color-text-secondary);line-height:1.7;max-width:420px;margin-bottom:32px;font-weight:400;animation:heroFadeIn .5s ease-out .1s both}.hero-products{display:flex;flex-direction:column;gap:.4rem;animation:heroFadeIn .5s ease-out .15s both}.hero-prod{display:flex;align-items:center;gap:12px;padding:.7rem .875rem;border-radius:var(--radius-md, 10px);background:var(--color-surface);border:1px solid var(--color-section-border, rgba(0, 0, 0, .08));border-left:3px solid transparent;cursor:pointer;transition:all .2s;text-decoration:none;color:inherit}.hero-prod:hover{border-color:var(--color-text-muted);transform:translate(4px);box-shadow:var(--shadow-sm, 0 1px 3px rgba(0, 0, 0, .1));text-decoration:none}.hero-prod *,.hero-prod:hover *{text-decoration:none!important}.hero-prod-icon{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-prod-body{flex:1;min-width:0}.hero-prod-name{font-size:.8rem;font-weight:700;line-height:1.25}.hero-prod-desc{font-size:.65rem;color:var(--color-text-muted);margin-top:1px}.hero-prod-price{font-size:.875rem;font-weight:800;flex-shrink:0;font-variant-numeric:tabular-nums}.hero-prod-go{color:var(--color-text-muted);font-size:14px;margin-left:2px;opacity:.4;transition:all .2s}.hero-prod:hover .hero-prod-go{opacity:1;transform:translate(3px);color:var(--color-corporate-accent, #d4a855)}.hero-prod--ausweise{border-left-color:var(--color-product-ausweise)}.hero-prod--ausweise .hero-prod-name,.hero-prod--ausweise .hero-prod-price{color:var(--color-product-ausweise)}.hero-prod--ausweise .hero-prod-icon{background:var(--color-product-ausweise-bg);color:var(--color-product-ausweise)}.hero-prod--beratung{border-left-color:var(--color-product-beratung)}.hero-prod--beratung .hero-prod-name,.hero-prod--beratung .hero-prod-price{color:var(--color-product-beratung)}.hero-prod--beratung .hero-prod-icon{background:var(--color-product-beratung-bg);color:var(--color-product-beratung)}.hero-prod--audits{border-left-color:var(--color-product-audits)}.hero-prod--audits .hero-prod-name,.hero-prod--audits .hero-prod-price{color:var(--color-product-audits)}.hero-prod--audits .hero-prod-icon{background:var(--color-product-audits-bg);color:var(--color-product-audits)}.hero-badges{display:flex;gap:1.25rem;margin-top:24px;animation:heroFadeIn .5s ease-out .2s both}.hero-badge{display:flex;align-items:center;gap:.6rem;padding:.35rem 0}.hero-badge-text{display:flex;flex-direction:column}.hero-badge-title{font-size:.7rem;font-weight:700;color:var(--color-text);line-height:1.3}.hero-badge-desc{font-size:.575rem;color:var(--color-text-muted);line-height:1.3}.hero-badge-check{width:28px;height:28px;border-radius:50%;background:var(--color-corporate-accent-light, #fdf8ef);display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--color-corporate-accent, #d4a855);font-weight:800;flex-shrink:0}.hero-right{padding:clamp(24px,4vh,48px) clamp(20px,3vw,40px);display:flex;align-items:center;justify-content:center;animation:heroFadeIn .5s ease-out .1s both;transition:box-shadow .2s ease;background:linear-gradient(135deg,transparent 0%,rgba(212,168,85,.04) 40%,rgba(212,168,85,.06) 100%)}[data-theme=dark] .hero-right{background:linear-gradient(135deg,transparent 0%,rgba(212,168,85,.05) 40%,rgba(212,168,85,.08) 100%)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .hero-right{background:linear-gradient(135deg,transparent 0%,rgba(212,168,85,.05) 40%,rgba(212,168,85,.08) 100%)}}.hero-mon-card{width:100%;max-width:560px;padding:clamp(16px,2vw,24px);display:flex;flex-direction:column;margin-top:2rem}.hero-mon-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.hero-mon-head-l{display:flex;align-items:center;gap:7px}.hero-mon-dot{width:6px;height:6px;border-radius:50%;background:var(--color-success, #22c55e);box-shadow:0 0 #22c55e66;animation:monitorPulse 2s ease-in-out infinite}.hero-kpis>.hero-kpi{opacity:0;transform:translateY(10px);animation:heroKpiReveal .4s ease-out forwards}@keyframes heroKpiReveal{to{opacity:1;transform:translateY(0)}}.hero-kpis>.hero-kpi:nth-child(1){animation-delay:0s}.hero-kpis>.hero-kpi:nth-child(2){animation-delay:.08s}.hero-kpis>.hero-kpi:nth-child(3){animation-delay:.16s}.hero-kpis>.hero-kpi:nth-child(4){animation-delay:.24s}.hero-kpis>.hero-kpi:nth-child(5){animation-delay:.32s}.hero-kpis>.hero-kpi:nth-child(6){animation-delay:.4s}.hero-mon-title{font-size:.8rem;font-weight:800;letter-spacing:-.01em;color:var(--color-text)}.hero-mon-head-r{display:flex;align-items:center;gap:10px}.hero-mon-time{font-size:.6rem;color:var(--color-text-muted)}.hero-mon-link{font-size:.65rem;font-weight:700;color:var(--color-corporate-accent, #d4a855);text-decoration:none;transition:opacity .2s;display:flex;align-items:center;gap:3px}.hero-mon-link:hover{opacity:.75}.hero-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem;margin-bottom:.5rem}.hero-kpi{padding:.5rem .4rem;text-align:center;border-radius:var(--radius-md, 10px);background:var(--color-surface);border:1px solid var(--color-section-border, rgba(0, 0, 0, .08));box-shadow:var(--shadow-sm, 0 1px 2px rgba(0, 0, 0, .06));transition:all .15s;animation:heroFadeIn .3s ease-out both;overflow:hidden}.hero-kpi:nth-child(1){animation-delay:.12s}.hero-kpi:nth-child(2){animation-delay:.16s}.hero-kpi:nth-child(3){animation-delay:.2s}.hero-kpi:nth-child(4){animation-delay:.24s}.hero-kpi:nth-child(5){animation-delay:.28s}.hero-kpi:nth-child(6){animation-delay:.32s}.hero-kpi:hover{box-shadow:var(--shadow-sm, 0 1px 3px rgba(0, 0, 0, .1))}.hero-kpi-label{font-size:.55rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero-kpi-val{font-size:1.2rem;font-weight:900;letter-spacing:-.03em;line-height:1;font-variant-numeric:tabular-nums}.hero-kpi-unit{font-size:.6rem;font-weight:600;opacity:.7;margin-left:1px}.hero-kpi-hint{font-size:.5rem;color:var(--color-text-muted);margin-top:3px}.hero-kpi--fuel{padding:.4rem .4rem .3rem}.hero-kpi--fuel .hero-kpi-label{margin-bottom:5px}.hero-fuel-row{display:flex;align-items:center;gap:5px;justify-content:center;line-height:1.4}.hero-fuel-dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}.hero-fuel-lbl{font-size:.55rem;color:var(--color-text-muted);width:30px;text-align:left}.hero-fuel-val{font-size:.75rem;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.hero-charts{display:grid;grid-template-columns:1fr 1fr;gap:.4rem}.hero-chart{background:var(--color-surface);border:1px solid var(--color-section-border, rgba(0, 0, 0, .08));border-radius:var(--radius-lg, 12px);box-shadow:var(--shadow-sm, 0 1px 2px rgba(0, 0, 0, .06));overflow:hidden;display:flex;flex-direction:column;min-height:170px;transition:all .15s;animation:heroFadeIn .4s ease-out .35s both}.hero-chart:nth-child(2){animation-delay:.4s}.hero-chart:hover{box-shadow:var(--shadow-sm, 0 1px 3px rgba(0, 0, 0, .1))}.hero-chart-head{padding:.6rem .75rem 0;display:flex;justify-content:space-between;align-items:baseline}.hero-chart-title{font-size:.6rem;color:var(--color-text-muted);font-weight:600}.hero-chart-val{font-size:.7rem;font-weight:800;letter-spacing:-.01em}.hero-chart-body{flex:1;min-height:0;padding:4px 0 0;clip-path:inset(0 100% 0 0);animation:heroChartReveal .8s ease-out .5s forwards}@keyframes heroChartReveal{to{clip-path:inset(0 0 0 0)}}.hero-mon-cta{margin-top:24px;display:flex;align-items:center;justify-content:center}.hero-mon-btn{display:inline-flex;align-items:center;gap:7px;padding:.6rem 1.25rem;border-radius:var(--radius-full, 9999px);background:var(--color-corporate-accent, #d4a855);border:none;color:#2d3436;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .2s;cursor:pointer;box-shadow:0 2px 10px var(--color-corporate-accent-shadow, rgba(212, 168, 85, .25))}.hero-mon-btn:hover{background:var(--color-corporate-accent-hover, #c9993e);transform:translateY(-1px);box-shadow:0 4px 16px #d4a85559}.hero-mon-sources{text-align:center;margin-top:8px;font-size:.55rem;color:var(--color-text-muted);letter-spacing:.01em}.hero-kpi-skeleton{height:1.2rem;width:60px;margin:0 auto;background:var(--color-surface-alt, #f0f0f0);border-radius:var(--radius-sm, 4px);animation:heroShimmer 1.5s ease-in-out infinite}.hero-chart-skeleton{flex:1;margin:8px;background:var(--color-surface-alt, #f0f0f0);border-radius:var(--radius-md, 8px);animation:heroShimmer 1.5s ease-in-out infinite}@keyframes heroShimmer{0%,to{opacity:.4}50%{opacity:1}}@media(max-width:960px){.corporate-hero-inner{grid-template-columns:1fr;min-height:auto}.hero-left{padding:2.5rem 1.25rem 2rem}.hero-right{padding:1.5rem 1.25rem 2rem;border-radius:16px 16px 0 0;margin:0}.hero-mon-card{max-width:100%}.hero-mon-head-r .hero-mon-time{display:none}.hero-badges{flex-direction:column;gap:.5rem}.hero-badge{gap:.5rem}.hero-badge-check{width:24px;height:24px}.hero-badge-check svg{width:11px;height:11px}}@media(min-width:480px){.hero-kpi{padding:.75rem .5rem .6rem;border-radius:12px}.hero-kpi-label{font-size:.6rem;letter-spacing:.06em}.hero-kpi-val{font-size:1.35rem}.hero-kpi-unit{font-size:.65rem}.hero-chart{border-radius:14px}}@media(max-width:480px){.hero-kpis{grid-template-columns:repeat(2,1fr)}.hero-charts{grid-template-columns:1fr}.hero-prod-price{display:none}}@media(min-width:768px){.hero-kpi-val{font-size:1.5rem}.hero-chart{border-radius:16px;min-height:200px}}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes heroBlink{0%,to{opacity:1}50%{opacity:.35}}@keyframes monitorPulse{0%,to{box-shadow:0 0 #22c55e66}50%{box-shadow:0 0 0 6px #22c55e00}}@media(prefers-reduced-motion:reduce){.hero-pill,.corporate-hero h1,.hero-subtitle,.hero-products,.hero-badges,.hero-right,.hero-kpi,.hero-chart,.hero-pill-dot,.hero-mon-dot{animation:none!important}.hero-kpis>.hero-kpi{animation:none!important;opacity:1!important;transform:none!important}.hero-chart-body{clip-path:none!important;animation:none!important}}.news-ticker{display:flex;align-items:center;background:var(--color-surface-alt);border-bottom:1px solid var(--color-border);padding:0;height:36px;overflow:hidden}.news-ticker-label,.news-ticker-label:link,.news-ticker-label:visited{display:flex;align-items:center;gap:6px;flex-shrink:0;padding:0 14px;color:var(--color-corporate-accent)!important;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;border-right:1px solid var(--color-border);margin-right:14px;text-decoration:none!important;transition:opacity .15s}.news-ticker-label:hover{opacity:.75;text-decoration:none!important}.news-ticker-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--color-corporate-accent);flex-shrink:0;animation:news-blink 2.5s ease-in-out infinite}.news-ticker-scroll-wrapper{flex:1;overflow:hidden;min-width:0}.news-ticker-scroll{display:inline-flex;align-items:center;white-space:nowrap;height:36px;animation:news-ticker-scroll calc(var(--ticker-item-count, 8) * 5s) linear infinite}.news-ticker-item,.news-ticker-item:link,.news-ticker-item:visited{color:var(--color-text-secondary)!important;font-size:12px;line-height:36px;text-decoration:none!important;flex-shrink:0;transition:color .15s}.news-ticker-item:hover{color:var(--color-text)!important;text-decoration:none!important}.news-ticker-item:after{content:"·";color:var(--color-text-muted);padding:0 20px;opacity:.4}.news-ticker-item-title{white-space:nowrap;font-size:inherit}@keyframes news-blink{0%,to{opacity:1}50%{opacity:.2}}@keyframes news-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:767px){.news-ticker,.news-ticker-scroll{height:32px}.news-ticker-label{padding:0 8px 0 12px;margin-right:8px;font-size:9px;line-height:32px}.news-ticker-item,.news-ticker-item:link,.news-ticker-item:visited{font-size:12px!important;line-height:32px!important}.news-ticker-item:after{padding:0 14px}}.ausweis-section{background:var(--color-background);position:relative;overflow:hidden}.ausweis-section:before{content:"";position:absolute;inset:10% 0;pointer-events:none;background:radial-gradient(ellipse 40% 40% at 80% 50%,rgba(74,124,63,.04) 0%,transparent 100%)}.aw-preview{position:relative;width:300px;max-width:100%;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #00000026,0 8px 20px #0000001a;transform:rotate(1.5deg);transition:transform .3s ease;user-select:none;-webkit-user-select:none}.aw-preview:hover{transform:rotate(0) scale(1.02)}.aw-preview-img{display:block;width:100%;height:auto;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.aw-preview-fade{position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.95) 70%,#ffffff 100%);pointer-events:none}[data-theme=dark] .aw-preview-fade{background:linear-gradient(to bottom,transparent 0%,rgba(30,35,36,.6) 30%,rgba(30,35,36,.95) 70%,var(--color-surface, #1e2324) 100%)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .aw-preview-fade{background:linear-gradient(to bottom,transparent 0%,rgba(30,35,36,.6) 30%,rgba(30,35,36,.95) 70%,var(--color-surface, #1e2324) 100%)}}@media(max-width:560px){.aw-preview{width:220px}}.aw-preview-badge{position:absolute;bottom:12px;right:12px;background:#b8860b;color:#fff;font-size:.625rem;font-weight:600;padding:5px 12px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;pointer-events:none;z-index:2}.aw-potential{margin-top:.625rem;background:var(--color-product-ausweise-bg);border-radius:8px;padding:.75rem .875rem;border:1px solid rgba(74,124,63,.08);font-size:.75rem;color:var(--color-product-ausweise);line-height:1.55;display:flex;gap:.4rem;align-items:flex-start}.aw-potential strong{font-weight:700}.beratung-section{background:var(--color-background);position:relative;overflow:hidden}.beratung-section:before{content:"";position:absolute;inset:10% 0;pointer-events:none;background:radial-gradient(ellipse 40% 40% at 15% 50%,rgba(13,115,119,.04) 0%,transparent 100%)}.isfp-spread{position:relative;width:480px;max-width:100%;aspect-ratio:480 / 400;margin:0 auto;user-select:none;-webkit-user-select:none}.isfp-card{position:absolute;width:220px;border-radius:8px;overflow:hidden;box-shadow:0 6px 24px #0000001f,0 2px 6px #00000014;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease;max-height:320px}.isfp-card img{display:block;width:100%;height:auto;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.isfp-card-1{left:0;top:30px;transform:rotate(-3deg);z-index:1}.isfp-card-2{left:120px;top:0;transform:rotate(.5deg);z-index:3;width:230px;max-height:330px}.isfp-card-3{right:0;top:40px;transform:rotate(3.5deg);z-index:2}.isfp-spread:hover .isfp-card-1{transform:rotate(-5deg) translate(-8px) translateY(-4px);box-shadow:0 10px 36px #00000029,0 3px 10px #0000001a}.isfp-spread:hover .isfp-card-2{transform:rotate(0) translateY(-8px);box-shadow:0 12px 40px #0000002e,0 4px 12px #0000001a}.isfp-spread:hover .isfp-card-3{transform:rotate(5deg) translate(8px) translateY(-4px);box-shadow:0 10px 36px #00000029,0 3px 10px #0000001a}@media(max-width:560px){.isfp-spread{width:340px;aspect-ratio:340 / 260}.isfp-card{width:148px;max-height:210px}.isfp-card-1{top:16px}.isfp-card-2{left:85px;width:158px;max-height:220px}.isfp-card-3{top:22px}}.isfp-badge{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);z-index:10;display:inline-flex;align-items:center;gap:4px;background:#0d7377;color:#fff;font-size:.6rem;font-weight:600;padding:5px 14px;border-radius:20px;letter-spacing:.3px;white-space:nowrap;box-shadow:0 2px 8px #0d73774d}.beratung-rechner-teaser{margin-top:1.25rem;padding:14px 16px;background:var(--color-product-beratung-bg);border:1px solid rgba(13,115,119,.15);border-radius:12px;display:flex;align-items:center;gap:12px;flex-wrap:wrap;position:relative}.beratung-rechner-teaser-icon{width:32px;height:32px;border-radius:8px;background:var(--color-product-beratung);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.beratung-rechner-teaser-content{display:flex;flex-direction:column;min-width:0;flex:1}.beratung-rechner-teaser-title{font-size:.78rem;font-weight:700;color:var(--color-product-beratung);line-height:1.2}.beratung-rechner-teaser-sub{font-size:.72rem;color:var(--color-text-secondary);line-height:1.3}.beratung-rechner-teaser-chips{display:flex;gap:6px;flex-wrap:wrap}.beratung-rechner-teaser-chip{display:flex;flex-direction:column;align-items:center;padding:4px 12px;background:var(--color-surface);border:1px solid var(--color-border-light, rgba(0,0,0,.06));border-radius:8px}.beratung-rechner-teaser-chip-label{font-size:.58rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted, #888)}.beratung-rechner-teaser-chip-value{font-family:DM Sans,system-ui,sans-serif;font-size:.85rem;font-weight:700;color:var(--color-product-beratung);line-height:1.2}.beratung-rechner-teaser-badge{position:absolute;top:-8px;right:12px;font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 10px;border-radius:10px;background:var(--color-border, #e2e5e9);color:var(--color-text-muted, #888)}@media(max-width:560px){.beratung-rechner-teaser{flex-direction:column;align-items:flex-start;gap:10px}.beratung-rechner-teaser-chips{width:100%}.beratung-rechner-teaser-chip{flex:1}}.audit-section{background:var(--color-background);position:relative;overflow:hidden}.audit-section:before{content:"";position:absolute;inset:10% 0;pointer-events:none;background:radial-gradient(ellipse 40% 40% at 85% 50%,rgba(26,77,143,.04) 0%,transparent 100%)}.audit-spread{display:flex;justify-content:center;gap:0;margin:0 auto;user-select:none;-webkit-user-select:none}.audit-card{width:220px;flex-shrink:0;border-radius:8px;overflow:hidden;box-shadow:0 6px 24px #0000001f,0 2px 6px #00000014;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease;max-height:320px}.audit-card img{display:block;width:100%;height:auto;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.audit-card-1{transform:rotate(-2deg);z-index:1;margin-right:-20px;margin-top:14px}.audit-card-2{transform:rotate(.5deg);z-index:3;width:230px;max-height:330px}.audit-card-3{transform:rotate(2.5deg);z-index:2;margin-left:-20px;margin-top:18px}.audit-spread:hover .audit-card-1{transform:rotate(-4deg) translate(-6px);box-shadow:0 10px 36px #00000029,0 3px 10px #0000001a}.audit-spread:hover .audit-card-2{transform:rotate(0) translateY(-6px);box-shadow:0 12px 40px #0000002e,0 4px 12px #0000001a}.audit-spread:hover .audit-card-3{transform:rotate(4deg) translate(6px);box-shadow:0 10px 36px #00000029,0 3px 10px #0000001a}@media(max-width:560px){.audit-card{width:130px;max-height:190px}.audit-card-2{width:140px;max-height:200px}.audit-card-1{margin-right:-18px;margin-top:10px}.audit-card-3{margin-left:-18px;margin-top:12px}}.audit-flow{display:flex;align-items:center;justify-content:center;gap:0;margin-top:1rem}.audit-flow-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.1rem;width:130px}.audit-flow-num{width:18px;height:18px;border-radius:50%;background:var(--color-product-audits, #2563eb);color:#fff;font-size:.55rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:.2rem}.audit-flow-label{font-size:.6rem;font-weight:600;color:var(--color-text-secondary);line-height:1.2}.audit-flow-amount{font-size:.7rem;font-weight:800;color:var(--color-text);letter-spacing:-.02em;line-height:1.3}.audit-flow-amount.highlight{color:var(--color-corporate-accent, #b8860b)}.audit-flow-arrow{color:var(--color-text-muted);opacity:.35;flex-shrink:0;margin:0 .15rem}.audit-flow-tag{display:inline-flex;align-items:center;gap:4px;margin-top:.5rem;font-size:.6rem;font-weight:600;letter-spacing:.3px;color:#fff;background:#1a4d8f;border-radius:20px;padding:5px 14px;white-space:nowrap;box-shadow:0 2px 8px #1a4d8f4d}@media(max-width:560px){.audit-flow-step{width:95px}.audit-flow-label{font-size:.5rem}.audit-flow-amount{font-size:.6rem}}.team{padding:2.5rem 1.25rem}@media(min-width:560px){.team{padding:3rem 2rem}}@media(min-width:768px){.team{padding:3.5rem 2rem}}.team-container{max-width:1140px;margin:0 auto}.team-header{text-align:center}.team-label{font-size:.6rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-muted)}.team-heading{font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:700;letter-spacing:-.025em;line-height:1.15;margin:.3rem 0 0}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.75rem}@media(max-width:800px){.team-grid{grid-template-columns:1fr}}.tm-card{background:var(--color-surface);border-radius:var(--radius-md, 10px);padding:1.375rem;border:1px solid var(--color-section-border);border-top:3px solid var(--tm-accent, var(--color-corporate-accent));text-align:left;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s ease}.tm-card:hover{transform:translateY(-4px)!important;box-shadow:0 8px 24px #00000014}.tm-photo{width:72px;height:72px;border-radius:50%;object-fit:cover;border:3px solid;margin-bottom:.75rem}.tm-name{font-size:.85rem;font-weight:800;color:var(--color-text);margin-bottom:.05rem}.tm-role{font-size:.675rem;color:var(--color-text-muted)}.tm-qual{font-size:.6rem;color:var(--color-text-secondary);margin-top:.15rem;margin-bottom:.5rem;line-height:1.4}.tm-quote{font-size:.78rem;color:var(--color-text-secondary);line-height:1.65;font-style:italic;border-top:1px solid var(--color-section-border);padding-top:.5rem;margin:0}.eee-card{display:flex;align-items:center;gap:1rem;max-width:480px;margin:1.25rem auto 0;padding:1rem 1.5rem;background:var(--color-surface);border:1px solid var(--color-section-border);border-radius:var(--radius-lg, 14px);box-shadow:var(--shadow-sm, 0 1px 2px rgba(0, 0, 0, .06))}.eee-logo{width:120px;height:auto;flex-shrink:0;object-fit:contain}.eee-text{font-size:.8rem;color:var(--color-text-secondary);line-height:1.5}.trust-grid{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1.25rem}.trust-card{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem}.trust-eee{display:flex;align-items:center;gap:1rem;max-width:480px;margin:1.25rem auto 0;padding:1rem 1.5rem;background:var(--color-surface);border:1px solid var(--color-section-border);border-radius:var(--radius-lg, 14px);box-shadow:var(--shadow-sm, 0 1px 2px rgba(0, 0, 0, .06));transition:box-shadow .2s ease}.trust-eee:hover{box-shadow:0 4px 16px #0000000f}.trust-eee-logo{width:120px;height:auto;flex-shrink:0;object-fit:contain}.trust-eee-text{font-size:.8rem;color:var(--color-text-secondary);line-height:1.5}.trust-ico{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-ico.grn{background:var(--color-product-ausweise-bg);color:var(--color-product-ausweise)}.trust-ico.tel{background:var(--color-product-beratung-bg);color:var(--color-product-beratung)}.trust-ico.blu{background:var(--color-product-audits-bg);color:var(--color-product-audits)}.trust-ico.gold{background:var(--color-corporate-accent-light);color:var(--color-corporate-accent)}.trust-text{display:flex;flex-direction:column}.trust-t{font-size:.75rem;font-weight:700;color:var(--color-text);line-height:1.25}.trust-d{font-size:.6rem;color:var(--color-text-muted);line-height:1.35}@media(max-width:700px){.trust-card{flex:1 1 45%;min-width:140px;padding:.4rem .5rem;gap:.5rem}.trust-ico{width:30px;height:30px}.trust-ico svg{width:14px;height:14px}.trust-t{font-size:.7rem}.trust-d{font-size:.55rem}.trust-eee-logo{width:80px}}.cta-section{padding:2.5rem 1.25rem;background:var(--color-background)}@media(min-width:560px){.cta-section{padding:3rem 2rem}}@media(min-width:768px){.cta-section{padding:3.5rem 2rem}}.cta-inner{max-width:1140px;margin:0 auto}.cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,3.5rem);align-items:start}@media(max-width:860px){.cta-grid{grid-template-columns:1fr;gap:1.5rem}}.cta-left{display:flex;flex-direction:column}.cta-label{font-size:.65rem;font-weight:700;letter-spacing:.12em;color:var(--color-text-muted);margin-bottom:.6rem}.cta-title{font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:700;color:var(--color-text);line-height:1.25;letter-spacing:-.015em;margin:0 0 .75rem}.cta-lead{font-size:.85rem;color:var(--color-text-secondary);line-height:1.6;margin:0 0 1.5rem}.cta-form-col{display:flex;flex-direction:column}.cta-form{display:flex;flex-direction:column;gap:.7rem}.cta-form-row{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}@media(max-width:480px){.cta-form-row{grid-template-columns:1fr}}.cta-form input,.cta-form select,.cta-form textarea{width:100%;padding:.65rem .8rem;border:1px solid var(--color-section-border, rgba(0, 0, 0, .1));border-radius:var(--radius-md, 10px);background:var(--color-background);color:var(--color-text);font-size:.82rem;font-family:inherit;transition:border-color .15s,box-shadow .15s}.cta-form input:focus,.cta-form select:focus,.cta-form textarea:focus{outline:none;border-color:var(--color-corporate-accent, #d4a855);box-shadow:0 0 0 3px #d4a8551a}.cta-form input::placeholder,.cta-form textarea::placeholder{color:var(--color-text-muted)}.cta-form textarea{resize:vertical;min-height:200px}.cta-form select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.cta-error{display:flex;align-items:center;gap:.4rem;padding:.5rem .75rem;border-radius:var(--radius-md, 8px);background:#ef44440f;color:#dc2626;font-size:.78rem}.cta-form-actions{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:.25rem}.cta-privacy{display:flex;align-items:center;gap:.25rem;font-size:.6rem;color:var(--color-text-muted)}.cta-privacy a{color:var(--color-corporate-accent);text-decoration:none}.cta-privacy a:hover{text-decoration:underline}.cta-success{text-align:center;padding:2rem 1rem;color:var(--color-success, #22c55e)}.cta-success h3{color:var(--color-text);margin:.75rem 0 .4rem;font-size:1.1rem}.cta-success p{color:var(--color-text-secondary);font-size:.85rem;margin-bottom:1.25rem}.cta-contacts{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.cta-contact{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:opacity .15s}.cta-contact:hover{opacity:.75;text-decoration:none}.cta-contact-icon{width:36px;height:36px;border-radius:50%;background:var(--color-corporate-accent-light, #fdf8ef);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-corporate-accent, #d4a855)}.cta-contact-body{display:flex;flex-direction:column}.cta-contact-label{font-size:.7rem;font-weight:700;color:var(--color-text);line-height:1.3}.cta-contact-value{font-size:.85rem;font-weight:700;color:var(--color-text-secondary);line-height:1.3}.cta-contact-detail{font-size:.6rem;color:var(--color-text-muted)}.cta-contact--wa .cta-contact-value{color:#25d366}.cta-btn-gold{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-weight:700;text-decoration:none;border-radius:var(--radius-full, 9999px);font-size:.82rem;padding:.65rem 1.4rem;background:var(--color-corporate-accent, #d4a855);color:#2d3436;box-shadow:0 2px 10px #d4a85540;transition:transform .15s,box-shadow .15s;border:none;cursor:pointer;font-family:inherit;white-space:nowrap}.cta-btn-gold:hover{transform:translateY(-1px);box-shadow:0 4px 16px #d4a85559;text-decoration:none}.cta-btn-gold:disabled{opacity:.6;cursor:not-allowed;transform:none}.cta-btn-outline{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;text-decoration:none;border-radius:var(--radius-full, 9999px);font-size:.82rem;padding:.6rem 1.2rem;background:transparent;border:1px solid var(--color-section-border);color:var(--color-text-secondary);cursor:pointer;font-family:inherit;transition:background .15s}.cta-btn-outline:hover{background:var(--color-surface-alt);text-decoration:none}
