:root {
    --bg: #f2f0ed;
    --surface: #ffffff;
    --surface-warm: #f7f5f2;
    --surface-soft: #edf0ee;
    --ink: #173764;
    --ink-2: #173764;
    --text: #24406b;
    --muted: #677c99;
    --muted-light: rgba(255, 255, 255, 0.8);
    --accent: #173764;
    --accent-deep: #173764;
    --accent-light: #dfeeff;
    --dark: #173764;
    --dark-2: #173764;
    --dark-3: #173764;
    --gold: #f6bf50;
    --border: rgba(23, 55, 100, 0.12);
    --border-strong: rgba(23, 55, 100, 0.22);
    --white-border: rgba(255, 255, 255, 0.14);
    --shadow: 0 26px 56px rgba(6, 21, 23, 0.12);
    --shadow-soft: 0 16px 34px rgba(6, 21, 23, 0.08);
    --shadow-card: 0 10px 24px rgba(6, 21, 23, 0.08);
    --radius-xs: 6px;
    --radius-sm: 10px;
    --radius-md: 16px;
    --radius-lg: 28px;
    --page-gutter: clamp(1.5rem, 3vw, 2.95rem);
    --section-gap: clamp(4.5rem, 8vw, 6.75rem);
    --header-height: 7.5rem;
}

body {
    font-family: "Montserrat", sans-serif;
    color: var(--text);
    background: var(--bg);
}

[data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
}

h1,
h2,
h3,
.page-hero h1,
.contact-form-shell h2,
.service-accordion strong,
.progress-card h3 {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    letter-spacing: -0.03em;
}

strong,
summary,
.button,
.nav-link,
.header-phone strong,
.header-phone small,
.eyebrow,
.showcase-room,
.usage-card-kicker,
.process-number,
.panel-label {
    font-family: "Poppins", sans-serif;
}

.section-warm {
    background: var(--surface-warm);
}

.section-ink {
    background: var(--dark);
    color: #ffffff;
}

.eyebrow {
    gap: 0.75rem;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: var(--accent);
}

.button {
    min-height: 3rem;
    padding: 0 1.45rem;
    border-radius: 8px;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    box-shadow: none !important;
}

.button-primary {
    background: var(--ink);
    color: #ffffff;
    box-shadow: none !important;
}

.button-primary:hover,
.button-primary:focus-visible {
    background: var(--ink);
    box-shadow: none !important;
}

.button-secondary {
    border-color: rgba(22, 50, 95, 0.18);
    color: var(--ink);
    background: transparent;
}

.button-secondary:hover,
.button-secondary:focus-visible {
    color: var(--ink);
    border-color: rgba(22, 50, 95, 0.35);
    background: rgba(22, 50, 95, 0.04);
}

.button-light,
.button-accent {
    background: var(--ink);
    color: #ffffff;
    border-color: transparent;
    box-shadow: none !important;
    border-radius: 8px;
}

.button-light:hover,
.button-accent:hover {
    background: var(--ink);
    box-shadow: none !important;
}

.button-outline-white {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    box-shadow: none !important;
}

.button-outline-white:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.44);
}

.site-header {
    background: #ffffff;
    border-bottom: 1px solid rgba(22, 50, 95, 0.1);
    backdrop-filter: none;
}

.site-header.is-scrolled {
    background: #ffffff;
    border-color: rgba(22, 50, 95, 0.1);
    box-shadow: 0 14px 30px rgba(16, 40, 79, 0.08);
}

.header-shell {
    min-height: var(--header-height);
}

.brand img,
.footer-logo {
    width: auto;
    max-height: clamp(3.45rem, 4.8vw, 4.5rem);
}

.site-nav {
    gap: clamp(1rem, 2.2vw, 2rem);
}

.nav-link,
.site-header.is-scrolled ~ .site-nav .nav-link {
    color: var(--ink);
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.nav-link:hover {
    color: var(--accent-deep);
}

.nav-link::after {
    bottom: -0.55rem;
    background: var(--accent);
}

.header-phone {
    gap: 0.7rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ink);
}

.site-header.is-scrolled .header-phone {
    color: var(--ink);
    background: transparent;
    border-color: transparent;
}

.header-phone strong {
    font-size: 1.12rem;
    color: var(--ink);
}

.header-phone small {
    color: var(--muted);
}

.header-phone-icon {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 999px;
    color: var(--accent);
    background: rgba(223, 238, 255, 0.9);
    border: 1px solid rgba(23, 55, 100, 0.1);
}

.site-header:not(.is-scrolled) .header-phone-icon {
    color: var(--accent);
    background: rgba(223, 238, 255, 0.9);
    border-color: rgba(23, 55, 100, 0.1);
}

.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.46rem;
    min-height: 3.35rem;
    padding: 0 1.35rem;
    border-radius: 12px;
}

.header-cta-label {
    display: inline-flex;
    align-items: center;
}

.header-cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    flex: 0 0 auto;
}

.header-cta-icon svg {
    width: 0.86rem;
    height: 0.86rem;
}

.menu-toggle {
    border: 0;
    background: transparent;
    color: var(--ink);
}

.site-header.is-scrolled .menu-toggle {
    color: var(--ink);
    border-color: transparent;
}

.hero,
.page-hero,
.legal-hero {
    color: #ffffff;
}

.hero::before,
.page-hero::before,
.legal-hero::before {
    background:
        linear-gradient(100deg, rgba(23, 55, 100, 0.93), rgba(23, 55, 100, 0.86) 46%, rgba(23, 55, 100, 0.74) 100%),
        radial-gradient(circle at 78% 24%, rgba(223, 238, 255, 0.22), transparent 28%);
}

.hero::after,
.page-hero::after {
    filter: saturate(0.82) contrast(0.95);
}

.legal-hero {
    padding-top: calc(var(--header-height) + 2.6rem);
    padding-bottom: 3rem;
    background: var(--dark);
}

.page-hero,
.hero-home,
.legal-hero {
    padding-top: calc(var(--header-height) + 2.75rem);
}

.hero-layout,
.page-hero-grid,
.contact-layout,
.split-panel,
.two-column-highlight {
    gap: clamp(1.75rem, 4vw, 3rem);
}

.page-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
    align-items: end;
}

.page-hero-copy h1,
.legal-hero h1 {
    font-size: clamp(2.9rem, 5vw, 5rem);
    line-height: 0.95;
}

.page-hero-copy p,
.legal-content p {
    color: var(--muted-light);
}

.page-hero-card {
    padding: 1.8rem;
    background: rgba(23, 55, 100, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: none;
    backdrop-filter: blur(12px);
    color: #ffffff;
}

.page-hero-card h2,
.page-hero-card strong,
.page-hero-card .clean-list span {
    color: #ffffff;
}

.page-hero-card p,
.page-hero-card small,
.page-hero-card .clean-list li {
    color: var(--muted-light);
}

.panel-label {
    color: var(--accent-light);
}

.statement-section {
    margin-top: 0;
    background: var(--dark);
}

.statement-shell {
    grid-template-columns: 1fr;
    padding: 0 0 0.25rem;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #ffffff;
    align-items: end;
}

.statement-copy h2 {
    font-size: clamp(2rem, 3.4vw, 3.2rem);
    line-height: 0.98;
    color: #ffffff;
}

.statement-copy p {
    color: var(--muted-light);
}

.statement-actions .button-secondary {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.28);
}

.statement-actions .button-secondary:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.42);
}

.statement-quote {
    padding: 0 0 0 1.5rem;
    background: transparent;
    border: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.88);
    border-radius: 0;
}

.statement-quote-icon {
    display: none;
}

.statement-quote p {
    color: #ffffff;
    font-size: 1.02rem;
    line-height: 1.55;
}

.statement-quote strong {
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.12em;
}

.section-heading {
    max-width: 56rem;
}

.section-heading-split {
    margin-inline: auto;
    text-align: center;
}

.section-heading-split .eyebrow {
    justify-content: center;
}

.section-heading-split p {
    margin-inline: auto;
}

body.home-page .hero-home-ref {
    min-height: 100svh;
    padding-top: calc(var(--header-height) + 2.9rem);
    padding-bottom: 3rem;
}

body.home-page .hero-home-ref::before {
    background:
        linear-gradient(98deg, rgba(23, 55, 100, 0.94), rgba(23, 55, 100, 0.86) 46%, rgba(23, 55, 100, 0.7) 100%),
        radial-gradient(circle at 78% 24%, rgba(223, 238, 255, 0.22), transparent 30%);
}

body.home-page .hero-layout-ref {
    grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.76fr);
    align-items: end;
    gap: clamp(2rem, 4vw, 3.2rem);
}

body.home-page .hero-copy-ref {
    max-width: 47rem;
    gap: 1.2rem;
}

body.home-page .hero-fixed {
    max-width: 12ch;
    font-family: "Outfit", sans-serif;
    font-size: clamp(2.8rem, 4.6vw, 4.9rem);
    font-weight: 600;
    line-height: 0.93;
}

body.home-page .word-wrapper {
    height: 1em;
    margin-top: -0.08rem;
    font-size: clamp(3rem, 5vw, 5.25rem);
    line-height: 0.95;
}

body.home-page #typeword {
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    color: #ffffff;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.94);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.32);
}

body.home-page .hero-text-ref {
    max-width: 42rem;
    color: var(--muted-light);
    font-size: 1.05rem;
    line-height: 1.68;
}

body.home-page .hero-text-ref::before {
    content: "";
    display: block;
    width: 5.75rem;
    height: 3px;
    margin-bottom: 1.35rem;
    border-radius: 999px;
    background: var(--accent);
}

body.home-page .hero-actions .button {
    min-height: 3rem;
    border-radius: 10px;
}

body.home-page .hero .button-primary {
    background: var(--accent-light);
    color: var(--ink);
    border-color: transparent;
    box-shadow: none !important;
}

body.home-page .hero .button-primary:hover,
body.home-page .hero .button-primary:focus-visible {
    background: #d4e6ff;
    color: var(--ink);
}

body.home-page .hero .button-secondary {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.28);
}

body.home-page .hero .button-secondary:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.08);
}

body.home-page .hero-meta-strip-ref {
    gap: 1.6rem;
    padding-top: 0.4rem;
}

body.home-page .hero-contact-inline {
    gap: 0.8rem;
    color: rgba(255, 255, 255, 0.94);
}

body.home-page .hero-contact-icon {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

body.home-page .hero-contact-copy small {
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.16em;
}

body.home-page .hero-sidebar-ref {
    align-content: end;
}

body.home-page .hero-side-card {
    gap: 0.95rem;
    padding: 2.15rem 2rem;
    border-radius: 24px;
    background: rgba(23, 55, 100, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: none;
    backdrop-filter: blur(10px);
}

body.home-page .hero-side-google-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding-bottom: 0.95rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
}

body.home-page .hero-side-google-top .google-g {
    width: 1.6rem;
    height: 1.6rem;
    flex-shrink: 0;
}

body.home-page .hero-side-google-inline {
    display: grid;
    justify-items: center;
    gap: 0.12rem;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.92rem;
    font-weight: 500;
    text-align: center;
}

body.home-page .hero-side-stars {
    display: inline-flex;
    gap: 0.2rem;
    color: var(--gold);
}

body.home-page .hero-side-stars svg {
    width: 0.92rem;
    height: 0.92rem;
    fill: currentColor;
}

body.home-page .hero-side-star-muted {
    opacity: 0.4;
}

body.home-page .hero-side-card-request h2 {
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.9rem, 2.4vw, 2.85rem);
    line-height: 0.98;
    text-align: center;
}

body.home-page .hero-side-card-request p {
    color: var(--muted-light);
    font-size: 0.94rem;
    line-height: 1.62;
    text-align: center;
}

body.home-page .hero-side-divider {
    width: 7rem;
    height: 3px;
    background: var(--accent);
    margin-inline: auto;
}

body.home-page .hero-side-question {
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

body.home-page .hero-side-form {
    display: grid;
    gap: 0.8rem;
}

body.home-page .hero-side-form label,
body.home-page .hero-side-form .phone-field-shell {
    display: grid;
    gap: 0.38rem;
}

body.home-page .hero-side-form label > span,
body.home-page .hero-side-form .phone-field-shell > span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body.home-page .hero-side-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.56rem;
}

body.home-page .hero-side-service-card {
    display: block;
    position: relative;
}

body.home-page .hero-side-service-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

body.home-page .hero-side-service-card span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.65rem;
    padding: 0.8rem 0.7rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    box-shadow: 0 10px 22px rgba(3, 13, 17, 0.18);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.home-page .hero-side-service-card input:checked + span {
    background: var(--accent-light);
    border-color: rgba(23, 55, 100, 0.16);
    color: var(--ink);
    box-shadow: none;
}

body.home-page .hero-side-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.56rem;
}

body.home-page .hero-side-service-card:hover span,
body.home-page .hero-side-service-card input:focus-visible + span {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.28);
}

body.home-page .hero-side-form input:not([type="checkbox"]):not([type="hidden"]):not([type="radio"]),
body.home-page .hero-side-form .phone-field-prefix {
    min-height: 2.85rem;
    border-radius: 12px;
}

body.home-page .hero-side-form label:not(.hero-side-checkbox) > span,
body.home-page .hero-side-form .phone-field-shell > span {
    display: none;
}

body.home-page .hero-side-form .phone-field {
    gap: 0.52rem;
}

body.home-page .hero-side-checkbox {
    gap: 0.65rem;
    margin-top: 0.2rem;
}

body.home-page .hero-side-checkbox input {
    width: 1.1rem;
    min-height: 1.1rem;
    padding: 0;
    border: 0;
    background: transparent;
    accent-color: var(--accent);
}

body.home-page .hero-side-checkbox span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.76rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: none;
}

body.home-page .hero-side-checkbox a {
    color: #ffffff;
}

body.home-page .hero-side-cta {
    min-height: 3rem;
    margin-top: 0.1rem;
    padding-inline: 1.45rem;
    justify-self: center;
    border-radius: 8px;
    font-size: 0.86rem;
    background: var(--accent-light);
    color: var(--ink);
    border-color: transparent;
    box-shadow: none !important;
}

body.home-page .hero-side-cta:hover,
body.home-page .hero-side-cta:focus-visible {
    background: #d4e6ff;
    color: var(--ink);
}

.hero-mobile-pill-list,
.hero-scroll-cue {
    display: none;
}

body.home-page .showcase-grid {
    gap: 1.3rem;
}

body.home-page .showcase-card,
body.home-page .showcase-card.is-reverse {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    align-items: center;
    gap: 0;
    padding: 1.34rem;
    border-radius: 18px;
    background: var(--dark);
    border: 0;
    box-shadow: none;
}

body.home-page .showcase-card.is-reverse .showcase-copy {
    order: 2;
}

body.home-page .showcase-card.is-reverse .showcase-media {
    order: 1;
}

body.home-page .showcase-copy {
    gap: 0.82rem;
    align-content: center;
    padding: 1.56rem 1.66rem 1.5rem;
}

body.home-page .showcase-room {
    display: inline-flex;
    align-items: center;
    padding: 0.36rem 0.72rem;
    border: 0;
    border-radius: 12px;
    background: var(--accent-light);
    color: var(--ink);
}

body.home-page .showcase-copy h3 {
    font-size: clamp(2rem, 3vw, 3.55rem);
    line-height: 0.94;
    color: #ffffff;
}

body.home-page .showcase-copy > p {
    color: var(--muted-light);
    font-size: 0.95rem;
    line-height: 1.58;
}

body.home-page .showcase-media {
    display: grid;
    align-content: center;
    align-self: center;
    margin-block: auto;
    margin: 0.58rem;
    aspect-ratio: 7 / 5;
    border-radius: 18px;
    overflow: hidden;
}

body.home-page .feat-accordion {
    margin-block: 0.1rem 0;
}

body.home-page .feat-item-head {
    gap: 0.62rem;
    padding: 0.72rem 0;
}

body.home-page .feat-item-title {
    font-size: 0.88rem;
    line-height: 1.34;
}

body.home-page .feat-item-body {
    padding: 0 0 0.68rem calc(1.45rem + 0.62rem);
}

body.home-page .feat-item-body p {
    font-size: 0.82rem;
    line-height: 1.56;
}

body.home-page .showcase-card-actions {
    gap: 0.55rem;
    margin-top: 0;
}

body.home-page .showcase-card-actions .button {
    min-height: 2.78rem;
    padding-inline: 1.28rem;
    border-radius: 12px;
}

body.home-page .showcase-card-actions .button-accent {
    background: var(--accent-light);
    color: var(--ink);
    border-color: transparent;
    box-shadow: none !important;
}

body.home-page .showcase-card-actions .button-accent:hover,
body.home-page .showcase-card-actions .button-accent:focus-visible {
    background: #d4e6ff;
    color: var(--ink);
}

body.home-page .section.section-warm,
body.home-page .process-section {
    background: var(--dark);
}

body.home-page .section.section-warm .section-heading h2,
body.home-page .section.section-warm .section-heading p,
body.home-page .process-intro h2,
body.home-page .process-intro p,
.process-faq-list summary,
.process-faq-list p {
    color: #ffffff;
}

body.home-page .usage-card {
    min-height: 13.5rem;
    border-radius: 10px;
    box-shadow: none;
}

body.home-page .usage-card-copy {
    min-height: 13.5rem;
    padding: 1rem;
}

body.home-page .usage-card-kicker {
    display: none;
}

body.home-page .usage-card h3 {
    font-family: "Outfit", sans-serif;
    font-size: clamp(1.8rem, 2.1vw, 2.4rem);
    line-height: 0.95;
}

body.home-page .process-card,
.service-accordion,
.progress-card,
.promise-grid article,
.contact-item,
.contact-form-shell,
.footer-map-frame {
    box-shadow: none;
}

body.home-page .process-card {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

body.home-page .process-number {
    color: var(--accent);
    font-family: "Poppins", sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
}

.contact-form-shell,
.legal-content,
.planning-form-card {
    background: #ffffff;
    border: 1px solid rgba(22, 50, 95, 0.1);
}

.footer-grid {
    grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 0.62fr)) minmax(0, 1.02fr);
    gap: 1.4rem;
}

.footer-area-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.footer-area-list span {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.74rem;
    font-weight: 600;
}

.footer-map-card {
    display: grid;
    gap: 0.85rem;
}

.footer-map-frame iframe {
    width: 100%;
    min-height: 13rem;
    border: 0;
}

@media (max-width: 1180px) {
    .header-shell {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .site-nav .nav-link,
    .site-header.is-scrolled ~ .site-nav .nav-link {
        font-size: clamp(1.3rem, 2.5vw, 1.7rem);
    }

    .hero-layout,
    .page-hero-grid,
    .contact-layout,
    .split-panel,
    .two-column-highlight,
    .planning-card,
    .footer-grid,
    body.home-page .hero-layout-ref,
    body.home-page .statement-shell,
    body.home-page .process-intro {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .header-actions,
    body.home-page .hero-actions,
    body.home-page .hero-meta-strip-ref {
        display: none;
    }

    .site-nav {
        background: #ffffff;
        border-top: 1px solid rgba(22, 50, 95, 0.08);
    }

    .hero-mobile-pill-list {
        display: grid;
        gap: 0.75rem;
        margin-top: 0.85rem;
    }

    .hero-mobile-pill {
        display: flex;
        align-items: center;
        gap: 0.9rem;
        width: 100%;
        padding: 1rem 1.15rem;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.12);
        color: #ffffff;
        text-align: left;
        font: inherit;
    }

    .hero-scroll-cue {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-top: 1rem;
        margin-top: auto;
        color: #ffffff;
    }

    .hero-scroll-cue span {
        width: 1.35rem;
        height: 1.35rem;
        border-right: 3px solid currentColor;
        border-bottom: 3px solid currentColor;
        transform: rotate(45deg);
    }

    body.home-page .showcase-card,
    body.home-page .showcase-card.is-reverse,
    body.home-page .process-intro,
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

:root {
    --bg: #ededed;
    --surface-warm: #f2f2f2;
    --surface-soft: #e6eceb;
}

body {
    background: var(--bg);
}

.shell {
    width: min(100%, 1600px);
    padding-inline: clamp(0.65rem, 0.9vw, 0.8rem);
}

.header-shell {
    width: min(100%, 1600px);
    padding-inline: clamp(0.65rem, 0.9vw, 0.8rem);
}

body.home-page .statement-section {
    margin-top: 0;
    padding-top: 4.75rem;
    padding-bottom: 4.9rem;
    background: var(--dark-2);
}

body.home-page .statement-shell {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.home-page .statement-copy {
    max-width: none;
}

body.home-page .statement-copy h2 {
    font-size: clamp(2.3rem, 3.7vw, 3.55rem);
    line-height: 0.98;
}

body.home-page .statement-copy p {
    max-width: 56rem;
    color: rgba(255, 255, 255, 0.78);
}

body.home-page .statement-actions {
    margin-top: 0.45rem;
}

body.home-page .statement-actions .button {
    border-radius: 8px;
}

body.home-page .statement-actions .button-primary {
    background: var(--accent-light);
    color: var(--ink);
    border-color: transparent;
    box-shadow: none !important;
}

body.home-page .statement-actions .button-primary:hover,
body.home-page .statement-actions .button-primary:focus-visible {
    background: #d4e6ff;
    color: var(--ink);
}

body.home-page .statement-quote {
    display: none;
}

body.home-page .statement-quote-icon {
    display: none;
}

body.home-page .statement-quote p {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.68;
}

body.home-page .statement-quote strong {
    display: inline-block;
    margin-top: 0.8rem;
    color: rgba(255, 255, 255, 0.58);
}

body.home-page .section.section-warm {
    padding-top: 5.1rem;
    padding-bottom: 5.4rem;
    background: var(--dark-2);
}

body.home-page .section.section-warm > .shell {
    width: min(100%, 1600px);
}

body.home-page .section.section-warm .section-heading {
    max-width: 48rem;
    margin-inline: auto;
    text-align: center;
}

body.home-page .section.section-warm .section-heading .eyebrow {
    justify-content: center;
}

body.home-page .section.section-warm .section-heading p {
    margin-inline: auto;
}

body.home-page .usage-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

body.home-page .showcase-card,
body.home-page .showcase-card.is-reverse {
    align-items: center;
}

body.home-page .showcase-media {
    align-self: center;
    min-height: 0;
    height: auto;
    aspect-ratio: 7 / 5;
}

body.home-page .showcase-media .slider,
body.home-page .showcase-media .slider-viewport,
body.home-page .showcase-media .slider-track,
body.home-page .showcase-media .slider-slide,
body.home-page .showcase-media .slider-slide img {
    height: 100%;
}

body.home-page .showcase-media .slider-viewport {
    width: 100%;
    overflow: hidden;
    border-radius: inherit;
    isolation: isolate;
}

body.home-page .showcase-media .slider-track {
    width: 100%;
    align-items: stretch;
}

body.home-page .showcase-media .slider-slide {
    margin: 0;
    overflow: hidden;
}

body.home-page .showcase-media .slider {
    display: grid;
    align-items: center;
    overflow: hidden;
}

body.home-page .showcase-media .slider-slide img {
    object-position: center center;
    object-fit: cover;
    transform: scale(1.01);
}

body.home-page .usage-card {
    position: relative;
    min-height: 23rem;
    border-radius: 16px;
    overflow: hidden;
}

body.home-page .usage-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 33, 65, 0) 18%, rgba(12, 33, 65, 0.08) 48%, rgba(12, 33, 65, 0.88) 100%);
    pointer-events: none;
}

body.home-page .usage-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.home-page .usage-card-copy {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 1;
    min-height: auto;
    padding: 1.2rem 1.15rem 1.05rem;
}

body.home-page .usage-card-kicker {
    display: inline-flex;
    margin-bottom: 0.45rem;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.home-page .usage-card h3 {
    font-family: "Poppins", sans-serif;
    font-size: 1.45rem;
    line-height: 1.02;
    color: #ffffff;
}

body.home-page .usage-card p {
    max-width: 15rem;
    margin-top: 0.35rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.88rem;
    line-height: 1.55;
}

body.home-page .process-section {
    padding-top: 5rem;
    padding-bottom: 5.2rem;
    background: var(--dark-2);
}

body.home-page .process-intro {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
    justify-items: center;
    text-align: center;
}

body.home-page .process-intro-copy {
    display: grid;
    gap: 0.6rem;
    justify-items: center;
}

body.home-page .process-intro-copy .eyebrow {
    justify-content: center;
}

body.home-page .process-intro h2 {
    max-width: 16ch;
    font-size: clamp(2.4rem, 4vw, 4.1rem);
}

body.home-page .process-intro p {
    max-width: 45rem;
    color: rgba(255, 255, 255, 0.76);
}

body.home-page .process-grid {
    gap: 1rem;
    margin-bottom: 2.2rem;
}

body.home-page .process-card {
    min-height: 14.75rem;
    padding: 1.5rem 1.35rem;
    border: 1px solid transparent;
    border-radius: 16px;
    background: transparent;
}

body.home-page .process-card:nth-child(1) {
    background: var(--accent-light);
    border-color: rgba(223, 238, 255, 0.16);
}

body.home-page .process-card:nth-child(n + 2) {
    border-color: rgba(223, 238, 255, 0.56);
}

body.home-page .process-card:nth-child(1) .process-number,
body.home-page .process-card:nth-child(1) h3,
body.home-page .process-card:nth-child(1) p {
    color: var(--ink);
}

body.home-page .process-number {
    margin-bottom: 0.8rem;
    color: rgba(255, 255, 255, 0.88);
    font-family: "Poppins", sans-serif;
    font-size: 3rem;
}

body.home-page .process-card:nth-child(n + 2) .process-number {
    color: var(--accent-light);
}

body.home-page .process-card h3 {
    color: #ffffff;
}

body.home-page .process-card p {
    color: rgba(255, 255, 255, 0.74);
}

body.home-page .process-faq-shell {
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: 2.4rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.home-page .process-faq-copy {
    align-self: start;
}

body.home-page .process-faq-copy h3 {
    color: #ffffff;
}

body.home-page .process-faq-copy p {
    color: rgba(255, 255, 255, 0.74);
}

body.home-page .process-faq-copy .button {
    border-radius: 8px;
    background: var(--accent-light);
    color: var(--ink);
    border-color: transparent;
    box-shadow: none !important;
}

body.home-page .process-faq-copy .button:hover,
body.home-page .process-faq-copy .button:focus-visible {
    background: #d4e6ff;
    color: var(--ink);
}

body.home-page .process-faq-list {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.home-page .process-faq-list details {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body.home-page .process-faq-list summary {
    padding: 1.05rem 0;
    color: #ffffff;
    font-size: 1rem;
}

body.home-page .process-faq-list summary::after {
    color: var(--accent-light);
}

body.home-page .process-faq-list p {
    padding: 0 0 1rem;
    color: rgba(255, 255, 255, 0.72);
}

body.home-page .planning-section {
    padding-top: 5.4rem;
    padding-bottom: 5.4rem;
    background: #ffffff;
}

body.home-page .about-home-section {
    padding-top: 5rem;
    padding-bottom: 5.2rem;
    background: var(--dark-2);
}

body.home-page .about-home-grid {
    --about-home-card-height: clamp(13.75rem, 15vw, 14.8rem);
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.9fr) minmax(0, 1fr);
    grid-template-areas:
        "intro media-primary mission"
        "stat-primary stat-secondary media-secondary";
    grid-auto-rows: var(--about-home-card-height);
    align-items: start;
    gap: 0.95rem;
    width: min(100%, 1600px);
    margin: 0 auto;
    padding-inline: clamp(0.65rem, 0.9vw, 0.8rem);
}

body.home-page .about-home-intro {
    grid-area: intro;
    display: grid;
    gap: 0.85rem;
    align-content: end;
    height: 100%;
    max-width: none;
    padding: 0.4rem 0.3rem 0.2rem 0;
    color: #ffffff;
}

body.home-page .about-home-intro h2 {
    max-width: 12ch;
    font-size: clamp(2.05rem, 3vw, 3rem);
    line-height: 0.95;
    color: #ffffff;
}

body.home-page .about-home-contact {
    display: grid;
    gap: 0.72rem;
    max-width: 25rem;
}

body.home-page .about-home-contact-item {
    position: relative;
    display: grid;
    grid-template-columns: 2.9rem minmax(0, 1fr);
    column-gap: 0.85rem;
    row-gap: 0.18rem;
    align-items: center;
    padding-bottom: 0.72rem;
    border-bottom: 1px solid rgba(223, 238, 255, 0.18);
}

body.home-page .about-home-contact-item::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 999px;
    background: rgba(223, 238, 255, 0.95);
    border: 1px solid rgba(23, 55, 100, 0.12);
}

body.home-page .about-home-contact-item::after {
    content: "";
    position: absolute;
    top: 0.95rem;
    left: 0.92rem;
    width: 1.05rem;
    height: 1.05rem;
    background: var(--accent);
    pointer-events: none;
}

body.home-page .about-home-contact-item:nth-child(1)::after {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1-.24c1.12.37 2.33.56 3.59.56a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.3 21 3 13.7 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.26.19 2.47.56 3.59a1 1 0 0 1-.25 1.01l-2.19 2.19Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.05 15.05 0 0 0 6.59 6.59l2.2-2.2a1 1 0 0 1 1-.24c1.12.37 2.33.56 3.59.56a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1C10.3 21 3 13.7 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.26.19 2.47.56 3.59a1 1 0 0 1-.25 1.01l-2.19 2.19Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.home-page .about-home-contact-item:nth-child(2)::after {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 1 7 7c0 4.85-5.11 11.56-6.35 13.11a.83.83 0 0 1-1.3 0C10.11 20.56 5 13.85 5 9a7 7 0 0 1 7-7Zm0 9.5A2.5 2.5 0 1 0 12 6.5a2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 1 7 7c0 4.85-5.11 11.56-6.35 13.11a.83.83 0 0 1-1.3 0C10.11 20.56 5 13.85 5 9a7 7 0 0 1 7-7Zm0 9.5A2.5 2.5 0 1 0 12 6.5a2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.home-page .about-home-contact-item small,
body.home-page .about-home-kicker {
    grid-column: 2;
    font-family: "Poppins", sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent-light);
}

body.home-page .about-home-contact-item strong {
    grid-column: 2;
    font-family: "Outfit", sans-serif;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.35;
    color: #ffffff;
}

body.home-page .about-home-media {
    width: 100%;
    height: 100%;
    min-height: 0;
    justify-self: stretch;
    border-radius: 16px;
    overflow: hidden;
    background: var(--dark);
    border: 1px solid rgba(223, 238, 255, 0.12);
}

body.home-page .about-home-media-primary {
    grid-area: media-primary;
}

body.home-page .about-home-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.home-page .about-home-media-secondary > :not(img) {
    display: none;
}

body.home-page .about-home-stack {
    display: contents;
}

body.home-page .about-home-story {
    grid-area: mission;
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 0.54rem;
    align-content: start;
    height: 100%;
    padding: 1.15rem 1.05rem;
    max-width: none;
    background: var(--accent-light);
    border: 1px solid rgba(23, 55, 100, 0.1);
    border-radius: 16px;
    color: var(--ink);
}

body.home-page .about-home-story .about-home-kicker {
    color: rgba(23, 55, 100, 0.72);
}

body.home-page .about-home-story strong {
    font-family: "Outfit", sans-serif;
    font-size: clamp(1.05rem, 1.4vw, 1.3rem);
    font-weight: 700;
    line-height: 1.08;
    color: var(--ink);
}

body.home-page .about-home-story p {
    margin-top: auto;
    max-width: none;
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(23, 55, 100, 0.82);
}

body.home-page .about-home-stats {
    display: contents;
}

body.home-page .about-home-stat {
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 0.42rem;
    align-content: start;
    height: 100%;
    padding: 1.15rem 1.05rem;
    border-radius: 16px;
    background: var(--accent-light);
    border: 1px solid rgba(23, 55, 100, 0.1);
    color: var(--ink);
}

body.home-page .about-home-stats .about-home-stat:first-child {
    grid-area: stat-primary;
}

body.home-page .about-home-stats .about-home-stat:last-child {
    grid-area: stat-secondary;
}

body.home-page .about-home-stat strong {
    font-family: "Outfit", sans-serif;
    font-size: clamp(2rem, 2.3vw, 2.35rem);
    line-height: 0.88;
    color: var(--ink);
}

body.home-page .about-home-stat span {
    font-family: "Poppins", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.02em;
    text-transform: none;
    color: var(--ink);
}

body.home-page .about-home-stat p {
    margin-top: auto;
    font-size: 0.79rem;
    line-height: 1.58;
    color: rgba(23, 55, 100, 0.78);
}

body.home-page .about-home-stack > .about-home-owner,
body.home-page .about-home-stack > .about-home-list,
body.home-page .about-home-stack > a.button:not(.about-home-stack-button) {
    display: none;
}

body.home-page .about-home-stack-button {
    display: none;
}

body.home-page .about-home-media-secondary {
    grid-area: media-secondary;
}

body.home-page .planning-section > .shell {
    width: min(100%, 1600px);
}

body.home-page .planning-card {
    grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.9fr);
    gap: 3.2rem;
    padding: 3.5rem;
    background: #f2f2f2;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 20px 100px rgba(0, 0, 0, 0.06);
}

body.home-page .planning-left {
    gap: 1.1rem;
}

body.home-page .planning-left h2 {
    max-width: 13ch;
    font-size: clamp(2.5rem, 4vw, 4rem);
    line-height: 0.98;
}

body.home-page .planning-left h2 em {
    color: var(--ink);
    font-style: normal;
}

body.home-page .planning-left p {
    max-width: 33rem;
    color: var(--muted);
}

body.home-page .planning-actions {
    gap: 0.65rem;
}

body.home-page .planning-actions .button {
    border-radius: 8px;
}

body.home-page .planning-form-card {
    gap: 0.95rem;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.home-page .planning-form-kicker {
    padding: 0;
    background: transparent;
    color: var(--accent);
    font-size: 0.72rem;
    letter-spacing: 0.16em;
}

body.home-page .planning-form-card h3 {
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 0.98;
}

body.home-page .planning-form-card > p {
    max-width: 32rem;
    color: var(--muted);
}

body.home-page .planning-form {
    gap: 0.68rem;
}

body.home-page .planning-form-grid,
body.home-page .planning-service-grid {
    gap: 0.58rem;
}

body.home-page .planning-checkbox span {
    font-size: 0.78rem;
    letter-spacing: 0.04em;
}

body.home-page .planning-form label:not(.planning-checkbox) > span,
body.home-page .planning-service-shell > span,
body.home-page .planning-form .phone-field-shell > span {
    display: none;
}

body.home-page .planning-form input,
body.home-page .planning-form textarea,
body.home-page .planning-form select,
body.home-page .planning-form .phone-field-prefix,
body:not(.home-page) .contact-form input,
body:not(.home-page) .contact-form textarea,
body:not(.home-page) .contact-form select {
    min-height: 3rem;
    padding: 0.82rem 0.95rem;
    border-radius: 12px;
    border: 1px solid rgba(22, 50, 95, 0.14);
    background: #ffffff;
    box-shadow: none;
}

body.home-page .planning-form textarea,
body:not(.home-page) .contact-form textarea {
    min-height: 6.2rem;
}

body.home-page .planning-service-card span {
    min-height: 3.3rem;
    border-radius: 10px;
    border: 1px solid rgba(22, 50, 95, 0.14);
    background: #ffffff;
    color: var(--ink);
    font-size: 0.8rem;
}

body.home-page .planning-service-card input:checked + span {
    background: var(--accent-light);
    border-color: rgba(23, 55, 100, 0.16);
    box-shadow: none;
    color: var(--ink);
}

body.home-page .planning-form .button {
    width: auto;
    min-height: 3rem;
    margin-top: 0.2rem;
    padding-inline: 1.45rem;
    justify-self: start;
    border-radius: 8px;
    font-size: 0.86rem;
    background: var(--accent-light);
    color: var(--ink);
    border-color: transparent;
    box-shadow: none !important;
}

body.home-page .planning-form .button:hover,
body.home-page .planning-form .button:focus-visible {
    background: #d4e6ff;
    color: var(--ink);
}

.site-footer {
    background: #ffffff;
    padding-top: 3.35rem;
    border-top: 1px solid rgba(22, 50, 95, 0.1);
}

.footer-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 0.72fr) minmax(0, 0.95fr) minmax(0, 0.72fr) minmax(0, 1.34fr);
    align-items: start;
    gap: clamp(1.2rem, 2.5vw, 2.2rem);
}

.site-footer .footer-intro {
    gap: 0;
    align-content: start;
}

.site-footer .footer-intro p {
    display: none;
}

.site-footer .footer-logo {
    max-height: clamp(3.9rem, 5vw, 5rem);
}

.footer-map-frame {
    overflow: hidden;
    border: 1px solid rgba(22, 50, 95, 0.12);
    border-radius: 20px;
    background: #eef3fb;
    height: 13.5rem;
}

.footer-map-link {
    color: var(--muted);
    font-size: 0.82rem;
    text-decoration: none;
}

.footer-map-link:hover,
.footer-map-link:focus-visible {
    color: var(--text);
}

.footer-map-canvas,
.footer-map-frame .leaflet-container {
    width: 100%;
    height: 100%;
    min-height: 13.5rem;
    border-radius: inherit;
}

.footer-map-frame .leaflet-container {
    background: #edf1f6;
}

.footer-map-frame .leaflet-tile-pane {
    filter: grayscale(1) saturate(0.18) brightness(1.03);
}

.footer-map-frame .leaflet-control-container,
.footer-map-frame .leaflet-bottom,
.footer-map-frame .leaflet-top {
    display: none;
}

.footer-bottom {
    background: #ffffff;
    border-top: 1px solid rgba(22, 50, 95, 0.1);
}

.site-footer .footer-grid h3,
.site-footer .footer-intro p,
.site-footer .footer-list,
.site-footer .footer-list a,
.site-footer .footer-bottom p,
.site-footer .footer-bottom a {
    color: var(--text);
}

.site-footer .footer-list svg {
    color: var(--accent);
}

.footer-map-card {
    gap: 0.8rem;
    align-self: stretch;
}

.footer-map-meta {
    margin: 0;
}

.footer-map-attribution {
    margin: -0.22rem 0 0;
    color: var(--muted);
    font-size: 0.72rem;
    line-height: 1.4;
}

.phone-field {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.52rem;
    align-items: center;
    min-height: 3rem;
    padding: 0 0.9rem;
    border: 1px solid rgba(22, 50, 95, 0.14);
    border-radius: 12px;
    background: #ffffff;
}

.phone-field-prefix {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    justify-content: flex-start;
    min-height: auto;
    padding: 0 0.65rem 0 0;
    margin-right: 0.08rem;
    white-space: nowrap;
    border: 0;
    border-right: 1px solid rgba(22, 50, 95, 0.14);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.phone-field-prefix::after {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 0.42rem;
    height: 0.42rem;
    margin-left: 0.05rem;
    border-right: 1.75px solid currentColor;
    border-bottom: 1.75px solid currentColor;
    transform: translateY(-20%) rotate(45deg);
    opacity: 0.4;
    pointer-events: none;
}

.phone-field select {
    width: auto;
    color: inherit;
    font-weight: 600;
    min-width: 0;
    padding-right: 0;
    white-space: nowrap;
    cursor: pointer;
    color-scheme: light;
}

.phone-field-prefix .flag-de {
    display: inline-block;
}

.phone-field select option {
    color: var(--ink);
    background: #ffffff;
    font-weight: 600;
}

.phone-field select option:checked {
    color: var(--ink);
    background: #dfeeff;
}

.phone-field.is-dark {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.11);
}

.phone-field.is-dark .phone-field-prefix {
    border-right-color: rgba(255, 255, 255, 0.18);
}

.phone-field.is-dark input,
.phone-field.is-dark select {
    color: #ffffff;
}

.phone-field.is-dark input::placeholder {
    color: rgba(255, 255, 255, 0.74);
}

body.home-page .hero-side-form .phone-field,
body.home-page .planning-form .phone-field,
body:not(.home-page) .contact-form .phone-field {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.52rem;
    align-items: center;
    min-height: 3rem;
    padding: 0 0.9rem;
    border-radius: 12px;
}

body.home-page .hero-side-form .phone-field-prefix,
body.home-page .planning-form .phone-field-prefix,
body:not(.home-page) .contact-form .phone-field-prefix {
    min-height: auto;
    padding: 0 0.65rem 0 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    border-right: 1px solid rgba(22, 50, 95, 0.14);
}

body.home-page .hero-side-form .phone-field input,
body.home-page .hero-side-form .phone-field select,
body.home-page .planning-form .phone-field input,
body.home-page .planning-form .phone-field select,
body:not(.home-page) .contact-form .phone-field input,
body:not(.home-page) .contact-form .phone-field select {
    min-height: auto;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit;
}

body.home-page .hero-side-form .phone-field input,
body.home-page .planning-form .phone-field input,
body:not(.home-page) .contact-form .phone-field input {
    min-width: 0;
}

body.home-page .hero-side-form .phone-field.is-dark {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.11);
}

body.home-page .hero-side-form .phone-field.is-dark .phone-field-prefix {
    border-right-color: rgba(255, 255, 255, 0.18);
}

body.home-page .hero-side-form .phone-field.is-dark input,
body.home-page .hero-side-form .phone-field.is-dark select {
    color: #ffffff;
}

body.home-page .hero-side-form .phone-field.is-dark input::placeholder {
    color: rgba(255, 255, 255, 0.74);
}

.footer-map-pin-wrap {
    background: transparent;
    border: 0;
}

.footer-map-pin {
    display: inline-flex;
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 999px;
    background: var(--ink);
    box-shadow: 0 0 0 4px rgba(223, 238, 255, 0.92);
}

body.home-page .about-home-stack-button {
    background: var(--accent-light);
    color: var(--ink);
    border-color: transparent;
    box-shadow: none !important;
}

body.home-page .about-home-stack-button:hover,
body.home-page .about-home-stack-button:focus-visible {
    background: #d4e6ff;
    color: var(--ink);
}

.site-footer .footer-area-list span {
    border: 1px solid rgba(23, 55, 100, 0.1);
    background: rgba(223, 238, 255, 0.9);
    color: var(--ink);
}

body:not(.home-page) .page-hero {
    padding-top: calc(var(--header-height) + 3rem);
    padding-bottom: 4rem;
}

body:not(.home-page) .page-hero-short {
    padding-bottom: 3rem;
}

body:not(.home-page) .page-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
}

body:not(.home-page) .page-hero-copy {
    max-width: 56rem;
}

body:not(.home-page) .page-hero-card {
    display: grid;
    gap: 1rem;
    padding: 2rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(22, 50, 95, 0.1);
    color: var(--ink);
    backdrop-filter: blur(8px);
}

body:not(.home-page) .page-hero-card h2 {
    font-size: clamp(2rem, 2.8vw, 2.7rem);
    line-height: 0.98;
    color: var(--ink);
}

body:not(.home-page) .page-hero-card p,
body:not(.home-page) .page-hero-card small,
body:not(.home-page) .page-hero-card strong,
body:not(.home-page) .page-hero-card .clean-list span,
body:not(.home-page) .page-hero-card .panel-label {
    color: var(--ink);
}

body:not(.home-page) .page-hero-card p,
body:not(.home-page) .page-hero-card small {
    color: var(--muted);
}

body:not(.home-page) .page-hero-card .choice-list {
    display: grid;
    gap: 0.7rem;
}

body:not(.home-page) .page-hero-card .choice-button-light {
    background: var(--accent-light);
    border: 1px solid rgba(23, 55, 100, 0.12);
    color: var(--ink);
    border-radius: 10px;
}

body:not(.home-page) .page-hero-card .choice-button-light:hover,
body:not(.home-page) .page-hero-card .choice-button-light:focus-visible {
    background: #d4e6ff;
}

body:not(.home-page) .section {
    padding-top: 5.2rem;
    padding-bottom: 5.2rem;
}

body:not(.home-page) .service-accordion-list {
    gap: 1rem;
    border-top: 0;
}

body:not(.home-page) .service-accordion {
    overflow: hidden;
    border: 1px solid rgba(22, 50, 95, 0.14);
    border-radius: 16px;
    background: #ffffff;
}

body:not(.home-page) .service-accordion summary {
    position: relative;
    align-items: center;
    padding: 1.15rem 4.8rem 1.15rem 1.35rem;
}

body:not(.home-page) .service-accordion summary::after {
    position: absolute;
    top: 50%;
    right: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 0;
    border: 1px solid rgba(23, 55, 100, 0.12);
    border-radius: 12px;
    background: var(--accent-light);
    color: var(--ink);
    transform: translateY(-50%);
}

body:not(.home-page) .service-accordion[open] summary::after {
    background: #d4e6ff;
}

body:not(.home-page) .service-accordion-body {
    padding: 0 1.35rem 1.35rem;
}

body:not(.home-page) .service-icon {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 12px;
    background: linear-gradient(180deg, #f4f8ff 0%, #dfeeff 100%);
    border: 1px solid rgba(23, 55, 100, 0.12);
    color: var(--ink);
}

body:not(.home-page) .service-summary-copy {
    gap: 0.15rem;
}

body:not(.home-page) .service-summary-copy strong {
    font-size: 1.08rem;
    line-height: 1.3;
}

body:not(.home-page) .service-summary-copy small {
    color: rgba(23, 55, 100, 0.7);
}

body:not(.home-page) .two-column-highlight {
    align-items: center;
}

body:not(.home-page) .feature-image,
body:not(.home-page) .highlight-image {
    min-height: 0;
    align-self: start;
    overflow: hidden;
    border-radius: 18px;
}

body:not(.home-page) .feature-image img,
body:not(.home-page) .highlight-image img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: inherit;
    box-shadow: none;
}

body:not(.home-page) .cta-band {
    padding: 1.8rem 2rem;
    background: linear-gradient(180deg, #ffffff, #f6faff);
    border: 1px solid rgba(22, 50, 95, 0.1);
    border-radius: 16px;
    box-shadow: none;
}

body:not(.home-page) .cta-band h2,
body:not(.home-page) .cta-band p {
    color: var(--ink);
}

body:not(.home-page) .cta-band p {
    color: var(--muted);
}

body:not(.home-page) .progress-card {
    background: #ffffff;
    border: 1px solid rgba(22, 50, 95, 0.1);
    border-radius: 16px;
    box-shadow: none;
}

body:not(.home-page) .progress-card h3,
body:not(.home-page) .progress-card p,
body:not(.home-page) .progress-card .progress-value {
    color: var(--ink);
}

body:not(.home-page) .progress-card p {
    color: var(--muted);
}

body:not(.home-page) .bar-row > strong {
    color: var(--ink);
}

body:not(.home-page) .progress-card .progress-bar,
body:not(.home-page) .section-ink .progress-bar {
    background: rgba(23, 55, 100, 0.08);
    border-color: rgba(23, 55, 100, 0.08);
}

body:not(.home-page) .progress-card .progress-bar span,
body:not(.home-page) .section-ink .progress-bar span {
    background: var(--ink);
}

body:not(.home-page) .promise-grid article {
    padding: 1.8rem 1.55rem;
    background: var(--accent-light);
    border: 1px solid rgba(23, 55, 100, 0.1);
    border-radius: 16px;
    box-shadow: none;
    color: var(--ink);
}

body:not(.home-page) .promise-grid article h2,
body:not(.home-page) .promise-grid article p,
body:not(.home-page) .promise-grid article .eyebrow {
    color: var(--ink);
}

body:not(.home-page) .promise-grid article p {
    color: rgba(23, 55, 100, 0.78);
}

body:not(.home-page) .contact-layout {
    align-items: start;
    gap: clamp(2rem, 4vw, 3rem);
}

body:not(.home-page) .contact-item {
    gap: 0.85rem;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(22, 50, 95, 0.1);
    border-radius: 14px;
    background: #ffffff;
}

body:not(.home-page) .contact-note {
    padding-top: 0.4rem;
}

body:not(.home-page) .contact-side .choice-list {
    gap: 0.7rem;
}

body:not(.home-page) .contact-side .choice-button-light {
    background: var(--accent-light);
    border: 1px solid rgba(23, 55, 100, 0.12);
    color: var(--ink);
    border-radius: 10px;
}

body:not(.home-page) .contact-side .choice-button-light:hover,
body:not(.home-page) .contact-side .choice-button-light:focus-visible {
    background: #d4e6ff;
}

body:not(.home-page) .contact-form-shell,
body:not(.home-page) .legal-content {
    padding: 2rem;
    border-radius: 16px;
    box-shadow: none;
}

body:not(.home-page) .faq-section {
    background: var(--dark-2);
}

body:not(.home-page) .faq-section .section-heading h2,
body:not(.home-page) .faq-section .section-heading p,
body:not(.home-page) .faq-section .eyebrow {
    color: #ffffff;
}

body:not(.home-page) .faq-list {
    max-width: none;
}

body:not(.home-page) .faq-list details {
    border-color: rgba(255, 255, 255, 0.12);
}

body:not(.home-page) .faq-list summary {
    color: #ffffff;
}

body:not(.home-page) .faq-list summary::after {
    color: var(--accent-light);
}

body:not(.home-page) .faq-list p {
    color: rgba(255, 255, 255, 0.74);
}

body:not(.home-page) .legal-hero {
    padding-top: calc(var(--header-height) + 4rem);
    padding-bottom: 1rem;
    background: #ffffff;
    color: var(--ink);
}

body:not(.home-page) .legal-hero::before {
    background: none;
}

body:not(.home-page) .legal-hero .eyebrow,
body:not(.home-page) .legal-hero h1 {
    color: var(--ink);
}

body:not(.home-page) .legal-content p {
    color: var(--text);
}

body.page-leistungen .material-section {
    background: linear-gradient(180deg, #173764 0%, #1e4478 100%);
}

body.page-leistungen .material-layout {
    align-items: stretch;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
}

body.page-leistungen .material-copy-card {
    padding: clamp(1.7rem, 2.8vw, 2.35rem);
    background: #ffffff;
    border: 1px solid rgba(23, 55, 100, 0.1);
    border-radius: 24px;
    color: var(--ink);
}

body.page-leistungen .material-copy-card h2,
body.page-leistungen .material-copy-card strong,
body.page-leistungen .material-copy-card small {
    color: var(--ink);
}

body.page-leistungen .material-copy-card .eyebrow,
body.page-kompetenzen .section-heading-light .eyebrow {
    color: var(--accent);
}

body.page-leistungen .material-copy-card > p,
body.page-leistungen .material-feature p,
body.page-leistungen .material-visual-note p {
    margin: 0;
    color: var(--muted);
}

body.page-leistungen .material-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.2rem;
}

body.page-leistungen .material-pill-list span {
    display: inline-flex;
    align-items: center;
    min-height: 2.3rem;
    padding: 0 1rem;
    border-radius: 12px;
    background: #f5f9ff;
    border: 1px solid rgba(23, 55, 100, 0.1);
    color: var(--ink);
    font-size: 0.92rem;
    font-weight: 600;
}

body.page-leistungen .material-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

body.page-leistungen .material-feature {
    display: grid;
    align-content: start;
    gap: 0.55rem;
    padding: 1rem 1rem 1.05rem;
    border-radius: 18px;
    background: var(--accent-light);
    border: 1px solid rgba(23, 55, 100, 0.1);
}

body.page-leistungen .material-feature small,
body.page-leistungen .material-note-kicker {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(23, 55, 100, 0.72);
}

body.page-leistungen .material-feature strong,
body.page-leistungen .material-visual-note strong {
    font-size: 1.08rem;
    line-height: 1.35;
    color: var(--ink);
}

body.page-leistungen .material-visual {
    position: relative;
    min-height: 0;
    align-self: stretch;
    border-radius: 24px;
}

body.page-leistungen .material-visual img {
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: 14 / 11;
    object-fit: cover;
    border-radius: 24px;
}

body.page-leistungen .material-visual-note {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    display: grid;
    gap: 0.45rem;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(23, 55, 100, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
}

body.page-kompetenzen .section-ink {
    background: linear-gradient(180deg, #eef6ff 0%, #f8fbff 100%);
    color: var(--ink);
}

body.page-kompetenzen .section-heading-light h2,
body.page-kompetenzen .section-heading-light p {
    color: var(--ink);
}

body.page-kompetenzen .section-heading-light p {
    color: var(--muted);
}

body.page-kompetenzen .progress-card .progress-bar span {
    background: var(--accent);
}

body.page-kompetenzen .competence-panel {
    align-items: center;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

body.page-kompetenzen .competence-image {
    min-height: 0;
    align-self: start;
    border-radius: 22px;
}

body.page-kompetenzen .competence-image img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 22px;
}

@media (max-width: 1180px) {
    body.home-page .usage-grid,
    body.home-page .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-leistungen .material-layout,
    body.page-kompetenzen .competence-panel {
        grid-template-columns: 1fr;
    }

    body.page-leistungen .material-feature-grid {
        grid-template-columns: 1fr;
    }

    body.home-page .planning-card,
    body.home-page .about-home-grid,
    body.home-page .process-faq-shell,
    body.home-page .statement-shell {
        grid-template-columns: 1fr;
    }

    body.home-page .planning-section > .shell,
    body.home-page .section.section-warm > .shell {
        width: min(100%, 1600px);
    }

    body.home-page .about-home-intro {
        min-height: auto;
        padding-right: 0;
    }

    body.home-page .about-home-intro h2 {
        max-width: none;
    }

    body.home-page .about-home-grid {
        grid-auto-rows: auto;
        grid-template-areas: none;
    }

    body.home-page .about-home-intro,
    body.home-page .about-home-media-primary,
    body.home-page .about-home-story,
    body.home-page .about-home-stats .about-home-stat:first-child,
    body.home-page .about-home-stats .about-home-stat:last-child,
    body.home-page .about-home-media-secondary {
        grid-area: auto;
        height: auto;
    }
}

@media (max-width: 760px) {
    body.home-page .statement-section,
    body.home-page .section.section-warm,
    body.home-page .process-section,
    body.home-page .planning-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    body.home-page .usage-grid,
    body.home-page .process-grid,
    body.home-page .about-home-grid,
    body.home-page .about-home-stats,
    body.home-page .hero-side-form-grid,
    body.home-page .hero-side-service-grid,
    body.home-page .planning-form-grid,
    body.home-page .planning-service-grid {
        grid-template-columns: 1fr;
    }

    body.home-page .hero-side-card {
        padding: 1.55rem 1.3rem;
    }

    body.home-page .hero-side-form .phone-field,
    body.home-page .planning-form .phone-field,
    body:not(.home-page) .contact-form .phone-field {
        grid-template-columns: minmax(5rem, auto) minmax(0, 1fr);
    }

    body.home-page .hero-side-cta {
        width: 100%;
    }

    body.home-page .usage-card {
        min-height: 19rem;
    }

    body.home-page .planning-card {
        gap: 2rem;
        padding: 2rem 1.4rem;
    }

    body.home-page .about-home-media {
        width: 100%;
        height: 13.5rem;
        min-height: 0;
    }

    body.home-page .planning-left h2 {
        max-width: none;
    }

    body.home-page .planning-form .button {
        width: 100%;
    }

    body:not(.home-page) .section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    body:not(.home-page) .service-accordion summary {
        padding-right: 4.3rem;
    }

    body.page-leistungen .material-copy-card,
    body.page-leistungen .material-visual-note {
        padding: 1.25rem;
    }

    body.page-leistungen .material-pill-list {
        gap: 0.55rem;
    }
}

@media (max-width: 420px) {
    body.home-page .hero-side-form .phone-field,
    body.home-page .planning-form .phone-field,
    body:not(.home-page) .contact-form .phone-field {
        grid-template-columns: minmax(4.8rem, auto) minmax(0, 1fr);
    }
}

@media (max-width: 760px) {
    .shell,
    .header-shell {
        padding-inline: 1.1rem;
    }

    body.home-page .statement-shell {
        padding-inline: 1.1rem !important;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 0.5rem;
    }
}
