:root {
    --navy: #103c43;
    --navy-deep: #062a31;
    --accent: #ffc53d;
    --accent-dark: #b87900;
    --accent-soft: #fff6d9;
    --mint: #dff4e9;
    --ink: #18343a;
    --text: #526a6e;
    --muted: #73888b;
    --line: #d9e7e5;
    --line-dark: #bdd2cf;
    --soft: #f2f8f6;
    --danger: #a61b15;
    --shadow: 0 22px 70px rgba(4, 37, 43, .16);
    --shadow-sm: 0 11px 32px rgba(5, 45, 51, .08);
    --radius: 19px;
    --radius-lg: 27px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; line-height: 1.58; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.07; letter-spacing: -.038em; }
p { color: var(--text); }
.wrap { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 15px; border-radius: 8px; background: var(--navy-deep); color: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.icon { display: block; width: 1em; height: 1em; overflow: visible; }
.eyebrow { display: inline-block; margin-bottom: 12px; color: var(--accent-dark); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.underline { position: relative; z-index: 0; white-space: nowrap; }
.underline::after { position: absolute; z-index: -1; right: -.04em; bottom: .03em; left: -.04em; height: .22em; border-radius: 2em; background: var(--accent); content: ""; opacity: .85; transform: rotate(-1deg); }
.topbar { position: relative; z-index: 102; background: var(--navy-deep); color: #d8e7e5; font-size: 12px; }
.topbar-inner { display: flex; min-height: 37px; align-items: center; justify-content: space-between; gap: 22px; }
.topbar strong { color: #fff; }
.topbar a { color: var(--accent); font-weight: 850; }
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(207, 224, 221, .9); background: rgba(255,255,255,.96); box-shadow: 0 5px 22px rgba(13,53,59,.05); backdrop-filter: blur(18px); }
.header-inner { display: flex; width: min(1500px, calc(100% - 64px)); min-height: 86px; margin-inline: auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; white-space: nowrap; }
.brand-mark { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 16px; background: linear-gradient(145deg, var(--accent), #ffdc74); color: var(--navy-deep); box-shadow: 0 10px 24px rgba(255,197,61,.28); }
.brand-mark .icon { width: 36px; height: 36px; }
.brand-copy { display: grid; line-height: .95; }
.brand-copy strong { color: var(--navy-deep); font-size: 22px; font-weight: 900; letter-spacing: .01em; }
.brand-copy span { margin-top: 8px; color: var(--accent-dark); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.main-nav { display: flex; margin-inline: auto; align-items: center; gap: 28px; }
.main-nav a { position: relative; color: #263d42; font-size: 14px; font-weight: 700; white-space: nowrap; }
.main-nav a:not(.button)::after { position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; border-radius: 8px; background: var(--accent); content: ""; opacity: 0; transform: scaleX(.4); transition: .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { opacity: 1; transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 13px; }
.locale { color: var(--muted); font-size: 11px; font-weight: 850; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--navy); }
.button { display: inline-flex; min-height: 49px; padding: 0 22px; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 10px; font-weight: 850; line-height: 1.1; transition: .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: linear-gradient(135deg, var(--accent), #ffda70); box-shadow: 0 10px 24px rgba(255,197,61,.25); color: var(--navy-deep); }
.button-ghost { border-color: var(--line-dark); background: rgba(255,255,255,.93); color: var(--navy); }
.button-white { background: #fff; color: var(--navy); box-shadow: 0 12px 30px rgba(0,0,0,.15); }
.button-wide { width: 100%; min-height: 55px; }
.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--navy-deep); }
.hero-image { position: absolute; z-index: -3; inset: 0; background: url("/assets/photovoltaik/hero.webp") center / cover no-repeat; }
.hero-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(4,32,38,.98) 0%, rgba(4,32,38,.92) 38%, rgba(4,32,38,.38) 72%, rgba(4,32,38,.17) 100%); }
.hero::after { position: absolute; z-index: -1; right: -150px; bottom: -250px; width: 590px; height: 590px; border: 90px solid rgba(255,197,61,.13); border-radius: 50%; content: ""; }
.hero-inner { display: grid; min-height: 720px; padding-block: 70px 52px; align-items: center; grid-template-columns: minmax(0, 1fr) minmax(420px, .84fr); gap: 68px; }
.hero-copy { max-width: 660px; color: #fff; }
.hero-copy .eyebrow { color: var(--accent); }
.hero-copy h1 { margin: 0; color: #fff; font-size: clamp(45px, 4.8vw, 67px); }
.hero-copy > p { max-width: 640px; margin: 22px 0 0; color: #dce9e7; font-size: 18px; line-height: 1.65; }
.hero-proof { display: flex; width: fit-content; max-width: 630px; margin-top: 25px; padding: 16px 18px; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(4,32,37,.67); backdrop-filter: blur(10px); }
.hero-proof > span { display: grid; width: 43px; height: 43px; flex: 0 0 43px; place-items: center; border-radius: 12px; background: var(--accent); color: var(--navy-deep); }
.hero-proof .icon { width: 27px; height: 27px; }
.hero-proof strong { display: block; color: #fff; }
.hero-proof small { color: #c2d5d3; }
.google-hero-proof > span { background: #fff; }
.google-hero-proof > span .icon { width: 35px; height: 35px; }
.google-hero-proof > div { display: grid; }
.rating-stars { color: #f9b800; font-size: 18px; letter-spacing: 2px; line-height: 1; }
.google-hero-proof .rating-stars { margin: 3px 0; font-size: 14px; }
.hero-actions { display: flex; margin-top: 27px; gap: 12px; flex-wrap: wrap; }
.hero .button-ghost { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.1); color: #fff; }
.lead-form { padding: 28px; border: 1px solid rgba(255,255,255,.58); border-radius: var(--radius-lg); background: rgba(255,255,255,.98); box-shadow: var(--shadow); color: var(--ink); }
.form-progress { display: flex; margin-bottom: 22px; align-items: center; gap: 10px; color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.form-progress span { display: inline-flex; align-items: center; gap: 7px; }
.form-progress b { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: #e8f0ef; color: var(--muted); }
.form-progress span.is-active { color: var(--navy); }
.form-progress span.is-active b, .form-progress span.is-done b { background: var(--accent); color: var(--navy-deep); }
.form-progress i { height: 1px; flex: 1; background: var(--line); }
.form-step[hidden] { display: none; }
.form-heading h2 { margin-bottom: 8px; font-size: 28px; }
.form-heading p { margin-bottom: 19px; font-size: 14px; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
legend, .field > span { margin-bottom: 7px; color: var(--ink); font-size: 13px; font-weight: 850; }
.topic-options { display: grid; margin-bottom: 16px; grid-template-columns: 1fr 1fr; gap: 8px; }
.topic-options legend { grid-column: 1 / -1; }
.topic-option { position: relative; display: flex; min-height: 52px; padding: 10px 11px; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 11px; background: #fff; cursor: pointer; }
.topic-option:has(input:checked) { border-color: var(--accent-dark); background: var(--accent-soft); box-shadow: inset 0 0 0 1px var(--accent-dark); }
.topic-option input { position: absolute; opacity: 0; pointer-events: none; }
.topic-option strong { font-size: 12px; line-height: 1.25; }
.topic-check { display: grid; width: 23px; height: 23px; flex: 0 0 23px; place-items: center; border: 1px solid var(--line-dark); border-radius: 7px; background: #fff; color: transparent; }
.topic-check .icon { width: 16px; }
.topic-option:has(input:checked) .topic-check { border-color: var(--accent); background: var(--accent); color: var(--navy-deep); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.field { display: grid; margin-bottom: 12px; }
input, select, textarea { width: 100%; border: 1px solid var(--line-dark); border-radius: 10px; outline: none; background: #fff; color: var(--ink); transition: .18s ease; }
input, select { min-height: 49px; padding: 0 13px; }
textarea { min-height: 105px; padding: 12px 13px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--accent-dark); box-shadow: 0 0 0 3px rgba(255,197,61,.22); }
.privacy-check { display: flex; margin: 5px 0 16px; align-items: flex-start; gap: 9px; color: var(--text); font-size: 12px; font-weight: 600; }
.privacy-check input { width: 18px; min-height: 18px; flex: 0 0 18px; margin: 2px 0 0; accent-color: var(--accent-dark); }
.privacy-check a { color: var(--accent-dark); text-decoration: underline; }
.form-actions { display: flex; justify-content: space-between; gap: 10px; }
.form-microcopy { display: flex; margin: 12px 0 0; align-items: center; justify-content: center; gap: 7px; color: var(--muted); font-size: 11px; text-align: center; }
.form-microcopy .icon { width: 15px; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.field-error { display: block; margin: 4px 0 8px; color: var(--danger); font-size: 12px; font-weight: 750; }
.form-alert, .form-success { margin-bottom: 17px; padding: 13px 14px; border-radius: 11px; font-size: 13px; }
.form-alert { border: 1px solid #f0b3ae; background: #fff1f0; color: #8f1f17; }
.form-success { border: 1px solid #b4dac8; background: #eefaf4; color: var(--navy); }
.trust-proof-row { display: grid; position: relative; z-index: 2; width: min(1500px, calc(100% - 64px)); margin: 18px auto 0; align-items: center; grid-template-columns: minmax(290px, 340px) minmax(0, 1fr); gap: 18px; }
.quality-award { overflow: hidden; border: 1px solid var(--line-dark); border-radius: 15px; background: #fff; box-shadow: var(--shadow-sm); }
.quality-award img { width: 100%; height: auto; }
.quality-award p { margin: 0; padding: 9px 12px 11px; color: var(--muted); font-size: 9px; font-weight: 700; line-height: 1.35; text-align: center; }
.trust-band { display: grid; position: relative; z-index: 2; width: 100%; min-height: 126px; margin: 0; padding: 18px 0; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.trust-item { display: flex; min-width: 0; padding: 4px 27px; align-items: center; gap: 13px; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-icon, .card-icon { display: grid; place-items: center; border-radius: 14px; background: var(--accent-soft); color: var(--navy); }
.trust-icon { width: 45px; height: 45px; flex: 0 0 45px; }
.trust-icon .icon { width: 28px; height: 28px; }
.trust-item strong { display: block; font-size: 14px; }
.trust-item p { margin: 2px 0 0; font-size: 12px; line-height: 1.35; }
.section { padding: 86px 0; }
.soft-section { border-block: 1px solid var(--line); background: var(--soft); }
.section-heading { max-width: 780px; margin: 0 auto 40px; text-align: center; }
.section-heading h2, .split-copy h2, .content-main > h2 { margin-bottom: 16px; font-size: clamp(33px, 4vw, 49px); }
.section-heading > p { margin: 0; font-size: 17px; }
.section-heading-row { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 24px; text-align: left; }
.section-heading-row > div { max-width: 780px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.service-card { display: flex; min-height: 315px; padding: 25px; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: .2s ease; }
.service-card:hover { border-color: var(--line-dark); box-shadow: 0 18px 42px rgba(5,45,51,.12); transform: translateY(-4px); }
.card-icon { width: 58px; height: 58px; margin-bottom: 23px; }
.card-icon .icon { width: 36px; height: 36px; }
.service-card h3 { margin-bottom: 10px; font-size: 22px; }
.service-card p { margin-bottom: 20px; font-size: 14px; }
.card-link, .text-link { margin-top: auto; color: var(--accent-dark); font-weight: 850; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process-card { position: relative; padding: 30px 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.process-number { position: absolute; top: 20px; right: 22px; color: #f4d47e; font-size: 48px; font-weight: 900; line-height: 1; }
.process-card h3 { margin: 20px 0 8px; font-size: 22px; }
.process-card p { margin: 0; font-size: 14px; }
.team-section { position: relative; overflow: hidden; padding: 92px 0 86px; background: #fff; }
.team-section::before { position: absolute; top: -180px; right: -170px; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(255,197,61,.2), rgba(255,197,61,0) 68%); content: ""; pointer-events: none; }
.team-heading { max-width: 880px; }
.team-figure { margin: 0; }
.team-photo-frame { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 27px; background: var(--navy); box-shadow: var(--shadow); }
.team-photo-frame::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(4,36,42,.3) 100%); content: ""; pointer-events: none; }
.team-photo-frame img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 8.35; object-fit: cover; object-position: center 46%; }
.team-photo-badge { position: absolute; z-index: 1; bottom: 20px; left: 20px; display: flex; min-height: 48px; padding: 7px 16px 7px 8px; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(5,37,42,.9); color: #fff; font-size: 12px; font-weight: 850; backdrop-filter: blur(10px); }
.team-photo-badge .icon { width: 34px; height: 34px; padding: 7px; border-radius: 50%; background: var(--accent); color: var(--navy-deep); }
.team-figure figcaption { margin: 10px 5px 0; color: var(--muted); font-size: 11px; text-align: right; }
.role-grid { display: grid; margin-top: 27px; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.role-card { display: grid; min-height: 188px; padding: 24px; grid-template-columns: 48px 1fr; gap: 15px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.role-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 13px; background: var(--accent-soft); color: var(--navy); }
.role-icon .icon { width: 28px; }
.role-kicker { display: block; margin: 1px 0 8px; color: var(--accent-dark); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.role-card h3 { margin-bottom: 7px; font-size: 20px; }
.role-card p { margin: 0; font-size: 13px; line-height: 1.55; }
.team-home-action { margin-top: 26px; text-align: center; }
.split-layout { display: grid; align-items: center; grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr); gap: 68px; }
.split-copy > p { font-size: 17px; }
.check-list { display: grid; margin: 25px 0 28px; padding: 0; gap: 15px; list-style: none; }
.check-list li { display: grid; grid-template-columns: 31px 1fr; gap: 12px; }
.check-list li > span { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 9px; background: var(--accent); color: var(--navy-deep); }
.check-list li .icon { width: 18px; }
.check-list strong { display: block; margin-bottom: 3px; }
.check-list p { margin: 0; font-size: 14px; }
.support-image { position: relative; }
.support-image img { width: 100%; min-height: 510px; border-radius: var(--radius-lg); box-shadow: var(--shadow); object-fit: cover; }
.image-note { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; padding: 15px 17px; align-items: center; gap: 12px; border-radius: 14px; background: rgba(5,37,42,.9); color: #fff; backdrop-filter: blur(10px); }
.image-note > span { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border-radius: 11px; background: var(--accent); color: var(--navy-deep); }
.image-note .icon { width: 25px; }
.image-note small { display: block; color: #c6d9d7; }
.location-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.location-card { display: flex; min-height: 72px; padding: 14px 16px; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 13px; background: #fff; font-weight: 850; transition: .18s ease; }
.location-card:hover { border-color: var(--accent-dark); transform: translateY(-2px); }
.location-card > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: var(--accent-soft); color: var(--navy); }
.location-card .icon { width: 24px; }
.location-card b { margin-left: auto; color: var(--accent-dark); }
.source-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.source-card { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.source-card h3 { margin-bottom: 10px; font-size: 22px; }
.source-card p { margin-bottom: 18px; font-size: 14px; }
.customer-reviews { padding: 92px 0; background: radial-gradient(circle at 8% 12%, rgba(255,197,61,.12), transparent 24rem), linear-gradient(150deg, #f7fbfa, #edf6f4); }
.reviews-layout { display: grid; align-items: stretch; grid-template-columns: minmax(330px, .88fr) minmax(0, 1.55fr); gap: 22px; }
.reviews-score-card { position: relative; display: flex; min-height: 330px; padding: 35px; overflow: hidden; flex-direction: column; justify-content: space-between; border-radius: var(--radius-lg); background: linear-gradient(145deg, #0b2f36, #06262c 66%, #041d22); box-shadow: 0 24px 55px rgba(4,37,43,.22); color: #fff; }
.reviews-score-card::after { position: absolute; right: -65px; bottom: -78px; width: 230px; height: 230px; border: 1px solid rgba(255,197,61,.28); border-radius: 50%; box-shadow: inset 0 0 0 30px rgba(255,197,61,.035), inset 0 0 0 64px rgba(255,197,61,.025); content: ""; }
.reviews-score-head { position: relative; z-index: 1; display: flex; align-items: center; gap: 14px; }
.reviews-google-mark { display: grid; width: 58px; height: 58px; flex: 0 0 58px; place-items: center; border-radius: 17px; background: #fff; box-shadow: 0 9px 22px rgba(0,0,0,.16); }
.reviews-google-mark .icon { width: 45px; height: 45px; }
.reviews-score-head > div { display: grid; }
.reviews-score-head span { color: #a6bdc0; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.reviews-score-head strong { font-size: 17px; }
.reviews-score-main { position: relative; z-index: 1; display: flex; align-items: flex-end; gap: 19px; }
.reviews-score-main > strong { font-size: clamp(55px, 5vw, 72px); font-weight: 900; letter-spacing: -.06em; line-height: .88; }
.reviews-score-main > strong span { color: #9bb2b5; font-size: .42em; letter-spacing: -.03em; }
.reviews-score-main > div { display: grid; gap: 7px; }
.reviews-score-main > div > span { color: var(--accent); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.reviews-score-card > p { position: relative; z-index: 1; margin: 0; color: #ccdcde; font-size: 14px; }
.reviews-score-card > p strong { color: #fff; }
.review-proof-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.review-proof-card { position: relative; min-height: 155px; padding: 28px 29px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.94); box-shadow: var(--shadow-sm); }
.review-proof-card-verified { grid-column: 1 / -1; padding-right: 115px; }
.review-proof-kicker { display: block; margin-bottom: 9px; color: var(--accent-dark); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.review-proof-value { display: block; margin-bottom: 10px; color: var(--navy-deep); font-size: 38px; letter-spacing: -.045em; line-height: 1; }
.review-proof-value small { color: var(--muted); font-size: 14px; font-weight: 700; letter-spacing: 0; }
.review-proof-title { display: block; margin-bottom: 9px; color: var(--navy-deep); font-size: 23px; line-height: 1.15; }
.review-proof-card p { max-width: 420px; margin: 0; font-size: 13px; line-height: 1.55; }
.review-proof-icon { position: absolute; top: 50%; right: 33px; display: grid; width: 65px; height: 65px; place-items: center; border: 1px solid #ecd58d; border-radius: 19px; background: linear-gradient(145deg, #fff, var(--accent-soft)); color: var(--navy); transform: translateY(-50%); }
.review-proof-icon .icon { width: 42px; height: 42px; }
.trust-promise-section { padding-top: 0; }
.trust-promise-section .wrap { position: relative; overflow: hidden; padding: 56px; border-radius: var(--radius-lg); background: linear-gradient(125deg, var(--navy-deep), #0d4a50); color: #fff; box-shadow: var(--shadow); }
.trust-promise-section .wrap::after { position: absolute; right: -75px; bottom: -90px; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.025), 0 0 0 76px rgba(255,255,255,.02); content: ""; pointer-events: none; }
.trust-promise-head { display: grid; position: relative; z-index: 1; margin-bottom: 30px; align-items: end; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 48px; }
.trust-promise-head h2 { max-width: 770px; margin: 6px 0 0; color: #fff; font-size: clamp(34px, 4.4vw, 53px); }
.trust-promise-head h2 span, .trust-promise-head .eyebrow { color: var(--accent); }
.trust-promise-head > p { margin: 0; color: #c9dbda; font-size: 15px; }
.trust-promise-grid { display: grid; position: relative; z-index: 1; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.trust-promise-grid article { padding: 22px 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.07); }
.trust-promise-grid article > span { display: grid; width: 42px; height: 42px; margin-bottom: 17px; place-items: center; border-radius: 12px; background: var(--accent); color: var(--navy-deep); }
.trust-promise-grid .icon { width: 25px; }
.trust-promise-grid strong { display: block; margin-bottom: 8px; color: #fff; font-size: 16px; }
.trust-promise-grid p { margin: 0; color: #c9dbda; font-size: 12px; line-height: 1.55; }
.transparency-note { display: flex; position: relative; z-index: 1; margin-top: 18px; padding: 16px 18px; align-items: center; gap: 12px; border: 1px solid rgba(255,197,61,.28); border-radius: 14px; background: rgba(255,197,61,.1); }
.transparency-note > span { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 10px; background: var(--accent); color: var(--navy-deep); }
.transparency-note .icon { width: 23px; }
.transparency-note p { margin: 0; color: #e2edec; font-size: 13px; }
.transparency-note strong { color: #fff; }
.faq-list { display: grid; max-width: 900px; margin-inline: auto; gap: 10px; }
details { border: 1px solid var(--line); border-radius: 14px; background: #fff; }
summary { position: relative; padding: 20px 56px 20px 22px; cursor: pointer; font-weight: 850; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { position: absolute; top: 16px; right: 18px; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; background: var(--accent-soft); color: var(--accent-dark); content: "+"; font-size: 23px; }
details[open] summary::after { content: "–"; }
details p { margin: -3px 22px 21px; }
.cta-section { display: flex; width: min(1220px, calc(100% - 48px)); margin: 0 auto 86px; padding: 48px 52px; align-items: center; justify-content: space-between; gap: 35px; border-radius: var(--radius-lg); background: linear-gradient(125deg, var(--navy-deep), var(--navy)); color: #fff; box-shadow: var(--shadow); }
.cta-section h2 { margin-bottom: 8px; color: #fff; font-size: clamp(31px, 4vw, 48px); }
.cta-section h2 span, .cta-section .eyebrow { color: var(--accent); }
.cta-section p { margin: 0; color: #cfdfdd; }
.inner-hero { position: relative; isolation: isolate; overflow: hidden; padding: 78px 0; background: var(--navy-deep); color: #fff; }
.inner-hero::before { position: absolute; z-index: -2; inset: 0; background: url("/assets/photovoltaik/hero.webp") center / cover no-repeat; content: ""; opacity: .34; }
.inner-hero::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, var(--navy-deep) 0%, rgba(6,42,49,.86) 55%, rgba(6,42,49,.35) 100%); content: ""; }
.breadcrumbs { display: flex; margin-bottom: 21px; align-items: center; gap: 9px; color: #bed0cf; font-size: 13px; flex-wrap: wrap; }
.breadcrumbs a { color: var(--accent); font-weight: 750; }
.inner-hero h1 { max-width: 920px; margin-bottom: 19px; color: #fff; font-size: clamp(42px, 6vw, 68px); }
.inner-hero p { max-width: 780px; margin-bottom: 0; color: #d7e5e4; font-size: 19px; }
.inner-actions { display: flex; margin-top: 27px; gap: 11px; flex-wrap: wrap; }
.content-layout { display: grid; align-items: start; grid-template-columns: minmax(0, 1fr) 360px; gap: 54px; }
.content-main > p { font-size: 17px; }
.content-section { margin-bottom: 39px; }
.content-section h2 { margin-bottom: 14px; font-size: 31px; }
.content-section p { font-size: 17px; }
.info-panel { padding: 23px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.sticky-panel { position: sticky; top: 112px; }
.sidebar-card { margin-bottom: 16px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.sidebar-card h3 { margin-bottom: 10px; font-size: 23px; }
.sidebar-card p { font-size: 14px; }
.sidebar-card .button { width: 100%; }
.symptom-list { display: grid; margin: 0; padding: 0; gap: 9px; list-style: none; }
.symptom-list li { padding: 11px 12px; border-radius: 10px; background: var(--accent-soft); color: var(--navy); font-size: 13px; font-weight: 750; }
.guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.guide-card { display: flex; min-height: 260px; padding: 27px; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.guide-card h2 { margin-bottom: 12px; font-size: 25px; }
.guide-card p { font-size: 14px; }
.legal-content { max-width: 900px; }
.legal-content h1 { margin-bottom: 24px; font-size: 50px; }
.legal-content h2 { margin: 35px 0 12px; font-size: 27px; }
.legal-notice { padding: 20px; border: 1px solid #e8c98e; border-radius: 14px; background: #fff9ea; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: start; }
.contact-copy h1, .contact-copy h2 { margin-bottom: 18px; font-size: clamp(42px, 5vw, 62px); }
.site-footer { padding: 52px 0 24px; background: #06272c; color: #d9e7e6; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 55px; }
.footer-brand { max-width: 430px; }
.footer-brand .brand-copy strong { color: #fff; }
.footer-brand .brand-copy span { color: var(--accent); }
.footer-brand p { margin: 19px 0 0; color: #a9bfbd; font-size: 13px; }
.footer-column strong { display: block; margin-bottom: 13px; color: #fff; }
.footer-column a { display: block; margin: 8px 0; color: #b7cdcb; font-size: 14px; }
.footer-bottom { display: flex; margin-top: 39px; padding-top: 20px; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #91aaa8; font-size: 12px; }
.mobile-cta { display: none; }

@media (max-width: 1100px) {
    .header-inner { width: min(100% - 36px, 1220px); }
    .main-nav { gap: 17px; }
    .hero-inner { grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr); gap: 34px; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-band { grid-template-columns: repeat(2, 1fr); }
    .trust-proof-row { width: min(100% - 36px, 1220px); grid-template-columns: 1fr; }
    .quality-award { width: min(360px, 100%); justify-self: center; }
    .trust-item:nth-child(2) { border-right: 0; }
    .trust-item:nth-child(-n+2) { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
    .trust-item:nth-child(n+3) { padding-top: 18px; }
    .role-grid { grid-template-columns: 1fr; }
    .role-card { min-height: 0; }
    .reviews-layout { grid-template-columns: 1fr; }
    .trust-promise-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
    .wrap { width: min(100% - 30px, 1220px); }
    .topbar-inner { justify-content: center; text-align: center; }
    .topbar-inner span:first-child { display: none; }
    .header-inner { width: calc(100% - 28px); min-height: 76px; }
    .brand-mark { width: 47px; height: 47px; border-radius: 13px; }
    .brand-mark .icon { width: 30px; }
    .brand-copy strong { font-size: 18px; }
    .brand-copy span { margin-top: 6px; font-size: 9px; }
    .main-nav { position: fixed; z-index: 101; top: 113px; right: 14px; left: 14px; display: none; margin: 0; padding: 17px; align-items: stretch; flex-direction: column; gap: 2px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
    .main-nav.is-open { display: flex; }
    .main-nav a { display: block; padding: 12px 10px; }
    .main-nav a::after { display: none !important; }
    .header-actions .button, .locale { display: none; }
    .menu-toggle { display: block; }
    .hero-inner { min-height: 0; padding: 58px 0 45px; grid-template-columns: 1fr; gap: 36px; }
    .hero-overlay { background: linear-gradient(180deg, rgba(4,32,38,.95), rgba(4,32,38,.84)); }
    .hero-form-wrap { width: min(100%, 620px); }
    .split-layout, .content-layout, .contact-grid { grid-template-columns: 1fr; }
    .split-layout { gap: 40px; }
    .sticky-panel { position: static; }
    .process-grid, .source-grid { grid-template-columns: 1fr; }
    .team-section { padding: 76px 0; }
    .team-photo-frame img { aspect-ratio: 16 / 10; }
    .trust-promise-head { grid-template-columns: 1fr; gap: 17px; }
    .trust-promise-section .wrap { padding: 42px 34px; }
    .location-grid { grid-template-columns: repeat(2, 1fr); }
    .section-heading-row { display: block; }
    .section-heading-row .button { margin-top: 17px; }
    .cta-section { width: min(100% - 30px, 1220px); padding: 39px 32px; align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
    body { padding-bottom: 70px; }
    .topbar { font-size: 10px; }
    .topbar-inner { min-height: 35px; }
    .header-inner { gap: 8px; }
    .brand { gap: 8px; }
    .brand-mark { width: 42px; height: 42px; }
    .brand-copy strong { max-width: 205px; overflow: hidden; font-size: 15px; text-overflow: ellipsis; }
    .brand-copy span { font-size: 8px; }
    .hero-inner { padding-top: 45px; }
    .underline { padding-inline: .03em; background: linear-gradient(transparent 78%, rgba(255,197,61,.88) 78% 96%, transparent 96%); box-decoration-break: clone; -webkit-box-decoration-break: clone; white-space: normal; }
    .underline::after { display: none; }
    .hero-copy h1 { font-size: 36px; }
    .hero-copy > p { font-size: 16px; }
    .hero-proof { align-items: flex-start; }
    .hero-actions .button { width: 100%; }
    .lead-form { padding: 20px 17px; border-radius: 20px; }
    .form-heading h2 { font-size: 25px; }
    .topic-options, .field-row { grid-template-columns: 1fr; }
    .form-actions { align-items: stretch; flex-direction: column-reverse; }
    .trust-proof-row { width: calc(100% - 30px); }
    .trust-band { width: 100%; grid-template-columns: 1fr; }
    .trust-item, .trust-item:nth-child(n+1) { padding: 15px 4px; border-right: 0; border-bottom: 1px solid var(--line); }
    .trust-item:last-child { border-bottom: 0; }
    .section { padding: 62px 0; }
    .section-heading { margin-bottom: 29px; text-align: left; }
    .section-heading h2, .split-copy h2, .content-main > h2 { font-size: 34px; }
    .service-grid, .location-grid, .guide-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 0; }
    .support-image img { height: 520px; min-height: 0; }
    .team-section { padding: 62px 0; }
    .team-photo-frame { border-radius: 18px; }
    .team-photo-frame img { aspect-ratio: 16 / 10; object-position: center; }
    .team-photo-badge { right: 12px; bottom: 12px; left: 12px; min-height: 43px; padding: 6px 10px 6px 7px; justify-content: center; font-size: 10px; }
    .team-photo-badge .icon { width: 30px; height: 30px; }
    .team-figure figcaption { font-size: 9px; text-align: left; }
    .role-card { padding: 20px; grid-template-columns: 42px 1fr; gap: 12px; }
    .role-icon { width: 42px; height: 42px; }
    .role-card h3 { font-size: 18px; }
    .customer-reviews { padding: 62px 0; }
    .reviews-score-card { min-height: 295px; padding: 27px 24px; }
    .reviews-score-main { align-items: flex-start; flex-direction: column; gap: 14px; }
    .reviews-score-main > strong { font-size: 61px; }
    .review-proof-grid { grid-template-columns: 1fr; }
    .review-proof-card, .review-proof-card-verified { grid-column: auto; min-height: 0; padding: 25px 24px; }
    .review-proof-card-verified { padding-right: 82px; }
    .review-proof-icon { right: 18px; width: 50px; height: 50px; border-radius: 15px; }
    .trust-promise-section { padding-top: 0; }
    .trust-promise-section .wrap { width: calc(100% - 30px); padding: 33px 22px; border-radius: 20px; }
    .trust-promise-grid { grid-template-columns: 1fr; }
    .transparency-note { align-items: flex-start; }
    .support-image img { min-height: 390px; }
    .inner-hero { padding: 58px 0; }
    .inner-hero h1 { font-size: 41px; }
    .inner-hero p { font-size: 17px; }
    .cta-section { margin-bottom: 60px; padding: 32px 24px; }
    .cta-section .button { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
    .mobile-cta { position: fixed; z-index: 99; right: 0; bottom: 0; left: 0; display: flex; height: 70px; padding: 10px 14px; border-top: 1px solid var(--line); background: rgba(255,255,255,.97); box-shadow: 0 -8px 28px rgba(5,35,41,.13); }
    .mobile-cta .button { width: 100%; min-height: 49px; }
}

/* Shared visual language from Umzugs-Vergleich.ch */
.topbar { display: none; }
.header-inner { width: min(1580px, calc(100% - 64px)); min-height: 88px; gap: 38px; }
.brand { gap: 10px; }
.brand-mark {
    width: 57px;
    height: 57px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--accent-dark);
}
.brand-mark .icon { width: 54px; height: 54px; }
.brand-copy { line-height: .9; }
.brand-copy strong { font-size: 25px; letter-spacing: .035em; }
.brand-copy span { margin-top: 8px; font-size: 14px; letter-spacing: .11em; }
.main-nav { gap: 30px; }
.main-nav a { color: #21334f; font-weight: 590; }
.header-actions { gap: 18px; }
.button { min-height: 48px; border-radius: 9px; font-weight: 750; }
.button-primary {
    background: linear-gradient(135deg, var(--accent-dark), var(--accent));
    box-shadow: 0 9px 22px rgba(154,105,0,.2);
    color: #fff;
}
.button-primary:hover { background: linear-gradient(135deg, var(--navy), var(--accent-dark)); }

.hero {
    min-height: 820px;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
    background: var(--soft);
    isolation: auto;
}
.hero::after { display: none; }
.hero-image { z-index: auto; background-position: 68% center; }
.hero-overlay {
    z-index: auto;
    background:
        linear-gradient(90deg, rgba(249,252,255,.99) 0%, rgba(249,252,255,.97) 27%, rgba(249,252,255,.73) 47%, rgba(249,252,255,.05) 68%),
        linear-gradient(0deg, rgba(245,249,253,.94), transparent 25%);
}
.hero-inner {
    display: block;
    position: relative;
    z-index: 1;
    width: min(1580px, calc(100% - 96px));
    min-height: 820px;
    padding: 32px 0 0;
}
.hero-copy { width: min(720px, 49%); max-width: none; color: var(--ink); }
.hero-copy > .eyebrow { display: none; }
.hero-copy h1 {
    max-width: 710px;
    margin-bottom: 22px;
    color: var(--navy-deep);
    font-size: clamp(44px, 3.25vw, 55px);
    font-weight: 820;
    letter-spacing: -.045em;
}
.hero-copy > p { max-width: 590px; margin: 0 0 16px; color: var(--text); font-size: 17px; line-height: 1.65; }
.hero-actions { margin-top: 14px; }
.hero .button-ghost { border-color: var(--line-dark); background: rgba(255,255,255,.88); color: var(--navy); }
.hero-proof {
    position: absolute;
    top: 32px;
    left: calc(52% + 20px);
    width: 270px;
    margin: 0;
    padding: 12px 14px;
    border-color: var(--line);
    background: rgba(255,255,255,.95);
    box-shadow: var(--shadow-sm);
    color: var(--ink);
    backdrop-filter: blur(14px);
}
.hero-proof strong { color: var(--navy-deep); font-size: 13px; }
.hero-proof small { color: var(--muted); font-size: 10px; }
.hero-form-wrap {
    position: absolute;
    z-index: 3;
    bottom: 120px;
    left: 0;
    width: min(790px, 54vw);
}
.hero .lead-form {
    padding: 20px 22px 16px;
    border-color: rgba(204,218,234,.95);
    border-radius: 14px;
    background: rgba(255,255,255,.97);
    box-shadow: var(--shadow);
}
.hero .form-progress { margin-bottom: 12px; }
.hero .form-heading { grid-column: 1 / -1; }
.hero .form-heading .eyebrow { margin-bottom: 4px; font-size: 9px; }
.hero .form-heading h2 { margin-bottom: 4px; font-size: 20px; }
.hero .form-heading p { display: none; }
.hero .form-step[data-form-step="1"]:not([hidden]) {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(235px, .8fr);
    column-gap: 14px;
}
.hero .topic-options { grid-column: 1; grid-row: 2 / span 3; margin: 0; gap: 7px; }
.hero .topic-option { min-height: 47px; padding: 8px 10px; }
.hero .topic-option strong { font-size: 11px; }
.hero .field-row { grid-column: 2; margin-top: 2px; grid-template-columns: 1fr; gap: 0; }
.hero .field { margin-bottom: 8px; }
.hero input, .hero select { min-height: 43px; }
.hero .button-wide { grid-column: 2; min-height: 45px; }
.hero .form-microcopy { grid-column: 2; margin-top: 7px; font-size: 9px; }
.hero .form-step[data-form-step="2"]:not([hidden]) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
}
.hero .form-step[data-form-step="2"] > .form-heading,
.hero .form-step[data-form-step="2"] > .privacy-check,
.hero .form-step[data-form-step="2"] > .field-error,
.hero .form-step[data-form-step="2"] > .form-actions,
.hero .form-step[data-form-step="2"] > .form-microcopy { grid-column: 1 / -1; }
.hero .form-step[data-form-step="2"] > .field-row { display: contents; }
.hero .form-step[data-form-step="2"] .field { margin: 0; }
.hero .form-step[data-form-step="2"] textarea { min-height: 76px; }
.hero .form-step[data-form-step="2"] .privacy-check { margin: 2px 0 4px; }
.hero .form-step[data-form-step="2"] .form-microcopy { margin-top: 0; }
.hero-benefits {
    position: absolute;
    right: 18px;
    bottom: 25px;
    display: flex;
    padding: 8px 0;
    align-items: center;
}
.hero-benefits > div {
    display: flex;
    min-width: 180px;
    padding: 7px 24px;
    align-items: center;
    gap: 11px;
    border-left: 1px solid var(--line-dark);
}
.hero-benefits > div:first-child { border-left: 0; }
.benefit-icon {
    display: grid;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    place-items: center;
    border: 1px solid #d6b65d;
    border-radius: 50%;
    background: rgba(255,255,255,.74);
    color: var(--navy);
}
.benefit-icon .icon { width: 27px; height: 27px; }
.hero-benefits strong { color: var(--navy); font-size: 14px; line-height: 1.35; }

.trust-proof-row { width: min(1580px, calc(100% - 64px)); }
.process-grid { grid-template-columns: repeat(4, 1fr); gap: 15px; }
.process-card { min-height: 240px; padding: 25px; box-shadow: var(--shadow-sm); }
.process-number { color: #f7e8b7; }
.team-section { padding-inline: max(24px, calc((100% - 1240px) / 2)); }
.team-section > .wrap { width: min(1240px, 100%); }
.site-footer { padding-top: 70px; background: var(--navy-deep); }
body.home main { display: flex; flex-direction: column; }
body.home .hero { order: 1; }
body.home .trust-proof-row { order: 2; }
body.home #ablauf { order: 3; }
body.home #entscheidung { order: 4; }
body.home #vergleich { order: 5; }
body.home .team-section { order: 6; }
body.home #regionen-home { order: 7; }
body.home .customer-reviews { order: 8; }
body.home #quellen-home { order: 9; }
body.home .trust-promise-section { order: 10; }
body.home #faq-home { order: 11; }
body.home .cta-section { order: 12; }

@media (max-width: 1400px) {
    .header-inner { width: min(1320px, calc(100% - 42px)); gap: 24px; }
    .hero, .hero-inner { min-height: 840px; }
    .hero-inner { width: min(1320px, calc(100% - 64px)); }
    .hero-copy { width: 52%; }
    .hero-proof { left: calc(52% + 20px); }
    .hero-form-wrap { width: 740px; }
    .hero-benefits > div { min-width: 165px; padding-inline: 18px; }
    .trust-proof-row { width: min(1320px, calc(100% - 64px)); }
}

@media (max-width: 1180px) {
    body { padding-bottom: 66px; }
    .header-inner { min-height: 72px; }
    .brand-mark { width: 43px; height: 43px; }
    .brand-mark .icon { width: 41px; height: 41px; }
    .brand-copy strong { font-size: 21px; }
    .brand-copy span { margin-top: 6px; font-size: 11px; }
    .main-nav { display: none; }
    .header-actions { margin-left: auto; }
    .header-actions .button, .locale { display: none; }
    .menu-toggle { display: block; }
    .main-nav.is-open {
        position: fixed;
        top: 72px;
        right: 0;
        left: 0;
        display: grid;
        height: calc(100vh - 72px);
        padding: 28px 24px;
        align-content: start;
        background: white;
    }
    .main-nav.is-open a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 18px; }
    .hero { min-height: 0; overflow: visible; }
    .hero-image { position: relative; height: 330px; background-position: 72% center; }
    .hero-overlay { height: 330px; background: linear-gradient(0deg, var(--soft), transparent 50%); }
    .hero-inner { width: 100%; min-height: 0; padding: 0; }
    .hero-copy { width: auto; padding: 30px 24px 20px; background: var(--soft); }
    .hero-copy > .eyebrow { display: inline-block; }
    .hero-copy h1 { margin-bottom: 18px; font-size: clamp(37px, 9vw, 50px); }
    .hero-proof { position: relative; top: auto; left: auto; width: min(100%, 340px); margin: 17px 0 3px; }
    .hero-form-wrap { position: relative; bottom: auto; width: calc(100% - 32px); margin: 8px 16px 0; }
    .hero-benefits { position: relative; right: auto; bottom: auto; display: grid; padding: 25px 20px; grid-template-columns: repeat(3, 1fr); background: var(--soft); }
    .hero-benefits > div { min-width: 0; padding: 0 10px; flex-direction: column; text-align: center; }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-proof-row { width: calc(100% - 32px); }
}

@media (max-width: 768px) {
    .hero-image, .hero-overlay { display: none; }
    .hero-copy { padding-top: 28px; }
}

@media (max-width: 600px) {
    .header-inner { width: calc(100% - 28px); }
    .brand-copy strong { max-width: none; overflow: visible; font-size: 18px; text-overflow: clip; }
    .brand-copy span { font-size: 9px; }
    .hero-inner { padding-top: 0; }
    .hero .form-step[data-form-step="1"]:not([hidden]) { display: block; }
    .hero .form-step[data-form-step="2"]:not([hidden]) { display: block; }
    .hero .form-step[data-form-step="2"] .field { margin-bottom: 13px; }
    .hero .form-step[data-form-step="2"] textarea { min-height: 108px; }
    .hero .topic-options { grid-template-columns: 1fr 1fr; margin-bottom: 14px; }
    .hero-benefits { padding-inline: 10px; }
    .hero-benefits strong { font-size: 11px; }
    .benefit-icon { width: 40px; height: 40px; flex-basis: 40px; }
    .process-grid { grid-template-columns: 1fr; }
}

/* Schweizer Identität – gemeinsam über alle Service-Portale */
.swiss-flag {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    overflow: hidden;
    border-radius: 7px;
    background: #e3263b;
    box-shadow: 0 5px 12px rgba(172, 24, 44, .2);
}
.swiss-flag::before,
.swiss-flag::after {
    position: absolute;
    border-radius: 1px;
    background: #fff;
    content: "";
}
.swiss-flag::before { top: 42%; left: 28%; width: 44%; height: 16%; }
.swiss-flag::after { top: 28%; left: 42%; width: 16%; height: 44%; }
.brand { position: relative; }
.brand-swiss-flag {
    position: absolute;
    z-index: 2;
    top: 1px;
    left: 40px;
    width: 20px;
    height: 20px;
    flex-basis: 20px;
    border: 2px solid #fff;
    border-radius: 6px;
}
.swiss-locale {
    display: inline-flex;
    min-height: 34px;
    padding: 4px 9px 4px 5px;
    align-items: center;
    gap: 7px;
    border: 1px solid #ead6d9;
    border-radius: 999px;
    background: #fff;
    color: var(--navy);
    box-shadow: 0 6px 18px rgba(18, 43, 80, .06);
}
.swiss-locale .swiss-flag { width: 24px; height: 24px; flex-basis: 24px; border-radius: 6px; }
.hero-copy > .eyebrow.swiss-kicker {
    display: inline-flex;
    min-height: 35px;
    margin-bottom: 14px;
    padding: 5px 13px 5px 6px;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(227, 38, 59, .18);
    border-radius: 999px;
    background: rgba(255,255,255,.93);
    box-shadow: 0 8px 24px rgba(18, 43, 80, .08);
    color: #b41f31;
    letter-spacing: .11em;
}
.swiss-kicker .swiss-flag { width: 25px; height: 25px; flex-basis: 25px; border-radius: 6px; }
.swiss-form-kicker { display: inline-flex; align-items: center; gap: 7px; }
.swiss-flag-tiny { width: 20px; height: 20px; flex-basis: 20px; border-radius: 5px; box-shadow: none; }
.trust-icon-swiss .swiss-flag-trust { width: 38px; height: 38px; flex-basis: 38px; border-radius: 10px; }
.swiss-signature {
    display: inline-flex;
    min-height: 38px;
    margin-top: 15px;
    padding: 5px 11px 5px 5px;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
}
.swiss-signature .swiss-flag { width: 27px; height: 27px; flex-basis: 27px; border-radius: 6px; }

@media (max-width: 1180px) {
    .header-actions .locale.swiss-locale { display: none; }
    .brand-swiss-flag { top: -1px; left: 30px; width: 18px; height: 18px; flex-basis: 18px; }
}
