:root {
    --navbar-height: 4.25rem;
}

html,
body {
    margin: 0;
    max-width: 100%;
    overflow-x: clip;
    width: 100%;
}

body  { 
    background-color: #ffffff;
    padding-top: var(--navbar-height);
    /* #001e48; */
}

header {
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    transform: translateY(0);
    transition: transform 0.28s ease;
    width: 100%;
    z-index: 1020;
}

header.header-hidden {
    transform: translateY(-100%);
}

.navbar {
    background-color: #fff;
    left: 0;
    min-height: var(--navbar-height);
    padding-bottom: 0.45rem;
    padding-top: 0.45rem;
    right: 0;
    width: 100vw;
}

.brand-lockup {
    align-items: center;
    color: #000;
    display: inline-flex;
    font-family: Arial, Helvetica, sans-serif;
    gap: clamp(0.55rem, 1.2vw, 0.9rem);
    line-height: 1;
    margin: 0;
    max-width: 100%;
    min-width: 0;
    text-decoration: none;
    white-space: nowrap;
}

.brand-lockup:hover,
.brand-lockup:focus {
    color: #000;
}

.brand-ra {
    font-size: clamp(1.45rem, 3.2vw, 2.4rem);
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0;
}

.brand-divider {
    align-self: stretch;
    background-color: #9ac7ff;
    display: block;
    min-height: clamp(1.8rem, 3.2vw, 2.6rem);
    width: clamp(0.25rem, 0.45vw, 0.35rem);
}

.brand-name {
    font-size: clamp(1.35rem, 3vw, 2.4rem);
    font-weight: 300;
    letter-spacing: 0.08em;
    min-width: 0;
    overflow: hidden;
    padding-bottom: 0.02em;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.navbar-links {
    align-items: flex-end;
    gap: clamp(1.1rem, 2.2vw, 2rem);
    justify-content: flex-end;
}

.navbar-toggler {
    border: 0;
    box-shadow: none;
    padding: 0.25rem;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: 0;
}

.navbar-links .nav-link {
    border-bottom: 0.18rem solid #8fc4ff;
    color: #000;
    font-size: clamp(1.05rem, 1.45vw, 1.45rem);
    line-height: 1.1;
    padding: 0 0.1rem 0.22rem;
}

.navbar-links .nav-link:hover,
.navbar-links .nav-link:focus,
.navbar-links .nav-link.active {
    background-color: transparent;
    color: #000;
    border-bottom-color: #159cff;
}

.hero {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(0, 30, 72, 0.9) 0%, rgba(0, 30, 72, 0.68) 42%, rgba(0, 30, 72, 0.18) 100%),
        url("assets/img/hero_background_1.jpg") center / cover no-repeat;

    display: flex;
    min-height: calc(100dvh - var(--navbar-height));
    padding: clamp(3rem, 7vw, 7.5rem) clamp(1.25rem, 3vw, 3rem);
}

.hero-content {
    max-width: 58rem;
}

.hero h1 {
    color: #fff;
    font-size: clamp(2.4rem, 6.3vw, 5.8rem);
    font-weight: 800;
    line-height: 1.18;
    margin: 0 0 1.6rem;
}

.hero-cta {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: clamp(0.9rem, 1.4vw, 1.35rem);
    font-weight: 500;
    letter-spacing: 0.28em;
    line-height: 1;
    padding: 0.8rem 1.35rem;
    text-decoration: none;
    text-transform: uppercase;
}

.hero-cta:hover,
.hero-cta:focus {
    background-color: #fff;
    color: #001e48;
}

.content-intro {
    background: linear-gradient(135deg, #001e48 0%, #002b64 100%);
    color: #fff;
    display: grid;
    grid-template-columns: minmax(22rem, 34%) 1fr;
    min-height: 100dvh;
    overflow: hidden;
    position: relative;
}

.content-intro::before,
.request-section::before {
    animation: ambient-pulse 5s ease-in-out infinite alternate;
    background: radial-gradient(circle, rgba(143, 196, 255, 0.28) 0%, rgba(143, 196, 255, 0.12) 32%, transparent 68%);
    content: "";
    height: 42rem;
    pointer-events: none;
    position: absolute;
    width: 42rem;
    z-index: 0;
}

.content-intro::before {
    right: -10rem;
    top: -8rem;
}

.content-intro > *,
.request-section > * {
    position: relative;
    z-index: 1;
}

.intro-image {
    background-color: #fff;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.intro-image::after {
    background-color: #8fc4ff;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 0.35rem;
}

.intro-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.intro-copy {
    align-content: center;
    display: grid;
    max-width: 76rem;
    padding: clamp(2.5rem, 4.8vw, 5rem) clamp(2rem, 5vw, 7rem);
}


.intro-copy h2 {
    color: #fff;
    font-size: clamp(3rem, 5.3vw, 5.4rem);
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.08;
    margin: 0 0 clamp(2rem, 3.8vw, 3.7rem);
    text-transform: uppercase;
}

.intro-animated-heading span {
    display: block;
    opacity: 0;
    transform: translateY(2.2rem);
    transition: opacity 2s ease, transform 1s ease;
}

.intro-animated-heading.is-visible span {
    opacity: 1;
    transform: translateY(0);
}

.intro-animated-heading.is-visible span:nth-child(2) {
    transition-delay: 0.16s;
}

.intro-animated-heading.is-visible span:nth-child(3) {
    transition-delay: 0.32s;
}

.intro-facts {
    border-left: 0.25rem solid #8fc4ff;
    display: grid;
    gap: clamp(1rem, 1.8vw, 1.7rem);
    padding-left: clamp(1.1rem, 2vw, 2rem);
}

.intro-copy p {
    color: #fff;
    font-size: clamp(1.18rem, 1.65vw, 1.65rem);
    line-height: 1.42;
    margin: 0;
    max-width: 56rem;
}

.intro-signature {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: clamp(2.4rem, 4.2vw, 4.25rem) auto 0;
    max-width: 28rem;
    text-align: center;
}

.intro-signature img {
    display: block;
    filter: brightness(0) invert(1);
    margin-bottom: 0.25rem;
    max-width: min(100%, 22rem);
}

.intro-signature span {
    color: #fff;
    font-size: clamp(1.25rem, 1.8vw, 2rem);
    line-height: 1.2;
}

.services-section {
    background-color: #f4f8fd;
    color: #001e48;
    padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 4vw, 4rem);
}

.services-inner {
    margin: 0 auto;
    max-width: 92rem;
}

.services-heading {
    display: grid;
    gap: 1rem;
    margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
    max-width: 58rem;
}

.services-heading h2 {
    color: #001e48;
    font-size: clamp(2.4rem, 5vw, 5rem);
    font-weight: 800;
    line-height: 1.06;
    margin: 0;
}

.services-heading p {
    color: #4e5b70;
    font-size: clamp(1.1rem, 1.6vw, 1.45rem);
    line-height: 1.45;
    margin: 0;
}

.services-grid {
    display: grid;
    gap: clamp(1rem, 2vw, 1.5rem);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
    background-color: #fff;
    border-top: 0.35rem solid #8fc4ff;
    box-shadow: 0 1rem 2.8rem rgba(0, 30, 72, 0.12);
    display: grid;
    gap: 1.2rem;
    grid-template-rows: auto 1fr auto;
    min-height: 22rem;
    opacity: 0;
    padding: clamp(1.4rem, 2.6vw, 2.4rem);
    transform: translateY(2.2rem);
    transition: opacity 0.8s ease, transform 0.8s ease, box-shadow 0.28s ease;
}

.service-card.is-visible {
    opacity: 0.9;
    transform: translateY(0);
}

.service-card:hover,
.service-card:focus-within {
    box-shadow: 0 1.35rem 3.4rem rgba(0, 30, 72, 0.16);
    opacity: 1;
    transform: translateY(-0.2rem);
}

.service-card h3 {
    color: #001e48;
    font-size: clamp(1.7rem, 2.4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
}

.service-card p {
    color: #4e5b70;
    font-size: clamp(1rem, 1.25vw, 1.18rem);
    line-height: 1.5;
    margin: 0;
}

.service-link {
    align-self: end;
    border: 1px solid #001e48;
    color: #001e48;
    display: inline-block;
    font-size: 0.95rem;
    font-weight: 800;
    justify-self: start;
    letter-spacing: 0.12em;
    line-height: 1;
    padding: 0.85rem 1.05rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.22s ease, color 0.22s ease;
}

.service-link:hover,
.service-link:focus {
    background-color: #001e48;
    color: #fff;
}

.request-section {
    align-items: center;
    background: linear-gradient(135deg, #001e48 0%, #002b64 100%);
    color: #fff;
    display: flex;
    justify-content: center;
    min-height: 50dvh;
    overflow: hidden;
    padding: 3rem 1.25rem;
    position: relative;
    text-align: center;
}

.request-section::before {
    animation-duration: 10s;
    left: -12rem;
    top: -10rem;
}

@keyframes ambient-pulse {
    0% {
        opacity: 0.55;
        transform: translate3d(0, 0, 0) scale(0.9);
    }

    50% {
        opacity: 0.9;
        transform: translate3d(-2rem, 1.4rem, 0) scale(1.12);
    }

    100% {
        opacity: 0.65;
        transform: translate3d(2.4rem, -1.2rem, 0) scale(1.02);
    }
}

@media (prefers-reduced-motion: reduce) {
    .content-intro::before,
    .request-section::before {
        animation: none;
    }

    .service-card {
        transition: opacity 0.2s ease, box-shadow 0.2s ease;
        transform: none;
    }

    .service-card:hover,
    .service-card:focus-within {
        transform: none;
    }
}

.request-content {
    max-width: 52rem;
}

.request-content h2 {
    color: #fff;
    font-size: clamp(2.7rem, 6vw, 5.2rem);
    font-weight: 800;
    line-height: 1;
    margin: 0 0 1rem;
}

.request-content p {
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1.1rem, 1.8vw, 1.45rem);
    line-height: 1.45;
    margin: 0 auto 2rem;
    max-width: 40rem;
}

.request-button {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: clamp(0.95rem, 1.4vw, 1.15rem);
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1;
    padding: 1rem 1.35rem;
    text-decoration: none;
    text-transform: uppercase;
}

.request-button:hover,
.request-button:focus {
    background-color: #fff;
    color: #001e48;
    outline: 0;
}

.site-footer {
    align-items: flex-start;
    background-color: #fff;
    color: #1b2738;
    display: grid;
    gap: clamp(2rem, 5vw, 6rem);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 6vw, 6rem);
}

.site-footer p {
    color: #5d6878;
    font-size: 0.95rem;
    margin: 0;
}

.footer-brand {
    display: grid;
    gap: 1rem;
}

.footer-brand-lockup {
    align-items: center;
    color: #000;
    display: inline-flex;
    font-family: Arial, Helvetica, sans-serif;
    gap: 0.55rem;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    font-size: clamp(1.15rem, 5vw, 1.55rem);
}


.footer-brand-lockup:hover,
.footer-brand-lockup:focus {
    color: #000;
}

.footer-brand-ra {
    font-size: clamp(1.45rem, 5vw, 1.8rem);
    font-style: italic;
    font-weight: 800;
}

.footer-brand-divider {
    align-self: stretch;
    background-color: #8fc4ff;
    display: block;
    min-height: 2.25rem;
    width: 0.25rem;
}

.footer-brand-name {

    font-weight: 300;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.footer-contact {
    justify-items: center;
    display: grid;
    gap: 0.35rem;
    line-height: 1.2;
    margin: 0;
}

.footer-contact a,
.footer-contact span {
    color: #1b2738;
    font-style: normal;
    text-decoration: none;
}

.footer-contact a:hover,
.footer-contact a:focus {
    color: #001e48;
    text-decoration: underline;
    text-decoration-color: #8fc4ff;
    text-underline-offset: 0.25rem;
}

.footer-links {
    display: grid;
    gap: 0.85rem;
    justify-self: end;
}

.footer-links a {
    color: #1b2738;
    text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus {
    color: #001e48;
    text-decoration: underline;
    text-decoration-color: #8fc4ff;
    text-underline-offset: 0.25rem;
}

.page-hero {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(0, 30, 72, 0.94) 0%, rgba(0, 43, 100, 0.78) 58%, rgba(0, 30, 72, 0.42) 100%),
        url("assets/img/hero_leistungen.jpg") center top / cover no-repeat;
    color: #fff;
    display: flex;
    min-height: 50dvh;
    padding: clamp(3rem, 7vw, 6rem) clamp(1.25rem, 4vw, 4rem);
}

.page-hero-content {
    max-width: 64rem;
}

.page-hero h1 {
    color: #fff;
    font-size: clamp(3.2rem, 7vw, 6.4rem);
    font-weight: 800;
    line-height: 1;
    margin: 0 0 1rem;
}

.page-hero p {
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1.15rem, 1.8vw, 1.55rem);
    line-height: 1.45;
    margin: 0;
    max-width: 48rem;
}

.legal-section {
    background-color: #f4f8fd;
    color: #001e48;
    overflow: visible;
    padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 4vw, 4rem);
}

.legal-section-alt {
    background-color: #fff;
}

.legal-layout {
    align-items: start;
    display: grid;
    gap: clamp(2rem, 4vw, 4rem);
    grid-template-columns: minmax(18rem, 28rem) 1fr;
    margin: 0 auto;
    max-width: 96rem;
    overflow: visible;
}

.legal-sidebar {
    align-self: start;
    border-left: 0.35rem solid #8fc4ff;
    height: fit-content;
    min-width: 0;
    position: sticky;
    top: calc(var(--navbar-height) + 1.5rem);
    padding-left: 1.4rem;
    z-index: 1;
}

body.header-is-hidden .legal-sidebar {
    top: 1.5rem;
}

.legal-sidebar h2 {
    color: #001e48;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 800;
    line-height: 1;
    margin: 0 0 1rem;
    overflow-wrap: break-word;
}

.legal-sidebar p {
    color: #4e5b70;
    font-size: 1.05rem;
    line-height: 1.5;
    margin: 0;
}

.legal-content {
    background-color: #fff;
    border-top: 0.35rem solid #8fc4ff;
    padding: clamp(1.5rem, 4vw, 3.5rem);
}

.legal-toggle {
    display: none;
}

.legal-content-alt {
    background-color: #f4f8fd;
    border-top: 0.35rem solid #8fc4ff;
}

.legal-content h2 {
    color: #001e48;
    font-size: clamp(2.2rem, 4.5vw, 4.2rem);
    font-weight: 800;
    line-height: 1.08;
    margin: 0 0 1.6rem;
}

.legal-content h3 {
    color: #001e48;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    font-weight: 800;
    line-height: 1.12;
    margin: clamp(2.2rem, 4vw, 3.5rem) 0 1.3rem;
}

.legal-content p {
    color: #334158;
    font-size: clamp(1.05rem, 1.4vw, 1.24rem);
    line-height: 1.7;
    margin: 0 0 1.1rem;
}

.legal-list {
    border-left: 0.25rem solid #8fc4ff;
    color: #334158;
    display: grid;
    gap: 0.6rem;
    font-size: clamp(1.02rem, 1.3vw, 1.18rem);
    line-height: 1.45;
    list-style: none;
    margin: 0;
    padding: 0 0 0 1.2rem;
}

.legal-list li {
    position: relative;
}

.legal-list li::before {
    background-color: #8fc4ff;
    content: "";
    height: 0.45rem;
    left: -1.55rem;
    position: absolute;
    top: 0.65em;
    width: 0.45rem;
}

.legal-page-hero {
    min-height: 34dvh;
}

.document-section {
    background-color: #f4f8fd;
    color: #001e48;
    padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 4vw, 4rem);
}

.document-content {
    background-color: #fff;
    border-top: 0.35rem solid #8fc4ff;
    margin: 0 auto;
    max-width: 72rem;
    padding: clamp(1.5rem, 4vw, 3.5rem);
}

.document-content h2 {
    color: #001e48;
    font-size: clamp(1.55rem, 2.7vw, 2.35rem);
    font-weight: 800;
    line-height: 1.12;
    margin: 2.5rem 0 0.85rem;
}

.document-content h2:first-child {
    margin-top: 0;
}

.document-content p {
    color: #334158;
    font-size: clamp(1.03rem, 1.25vw, 1.16rem);
    line-height: 1.7;
    margin: 0 0 1rem;
}

.document-content a {
    color: #001e48;
    text-decoration-color: #8fc4ff;
    text-underline-offset: 0.22rem;
}

.law-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.law-card {
    background-color: #f4f8fd;
    border-left: 0.25rem solid #8fc4ff;
    padding: 1.2rem;
}

.law-card h4 {
    color: #001e48;
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0 0 0.85rem;
}

.law-card ul {
    color: #334158;
    margin: 0;
    padding-left: 1.15rem;
}

.law-card li {
    line-height: 1.45;
    margin-bottom: 0.4rem;
}

@media (max-width: 991.98px) {
    :root {
        --navbar-height: 3.75rem;
    }

    .brand-lockup {
        max-width: calc(100% - 4rem);
    }

    .navbar-links {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.55rem;
        justify-content: flex-start;
        margin-left: 0 !important;
        margin-top: 0.75rem;
        width: 100%;
    }

    .navbar-links .nav-link {
        padding-left: 0;
    }

    .brand-name {
        letter-spacing: 0.04em;
    }

    .content-intro {
        background: linear-gradient(180deg, #001e48 0%, #002b64 100%);
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .intro-image {
        height: min(62vh, 34rem);
        max-height: 34rem;
    }

    .intro-image::after {
        bottom: 0;
        height: 0.3rem;
        right: auto;
        top: auto;
        width: 100%;
    }

    .intro-image img {
        object-position: center 12%;
    }

    .intro-copy {
        align-content: start;
        padding: 2.25rem 1.25rem 3rem;
    }

    

    .intro-copy h2 {
        margin-bottom: 1.6rem;
    }

    .intro-facts {
        background-color: rgba(255, 255, 255, 0.06);
        border-left: 0.25rem solid #8fc4ff;
        padding: 1.1rem 1rem 1.1rem 1.2rem;
    }

    .intro-signature {
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 20rem;
        text-align: center;
    }

    .intro-signature img {
        max-width: 15rem;
    }

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

    .service-card {
        min-height: auto;
    }

    .site-footer {
        align-items: center;
        gap: 2rem;
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 2.5rem 1.25rem 3rem;
        text-align: center;
    }

    .footer-brand {
        gap: 0.8rem;
        justify-items: center;
        width: 100%;
    }

    .footer-brand-lockup {
        max-width: 100%;
        white-space: normal;
    }

    .footer-brand-ra {
        font-size: clamp(1.55rem, 8vw, 2.1rem);
        line-height: 1;
    }

    .footer-brand-divider {
        min-height: clamp(2rem, 8vw, 2.7rem);
    }

    .footer-brand-name {
        font-size: clamp(1.3rem, 6.5vw, 2rem);
        letter-spacing: 0.04em;
        line-height: 1.08;
        overflow-wrap: anywhere;
    }

    .site-footer p {
        font-size: 1rem;
    }

    .footer-contact {
        gap: 0.5rem;
        justify-items: center;
        line-height: 1.28;
        width: 100%;
    }

    .footer-contact a,
    .footer-contact span {
        font-size: clamp(1.05rem, 5vw, 1.35rem);
        overflow-wrap: anywhere;
    }

    .footer-contact a[href^="mailto:"] {
        font-size: clamp(1rem, 4.7vw, 1.25rem);
    }

    .footer-links {
        gap: 0.75rem;
        justify-items: center;
        justify-self: center;
        width: 100%;
    }

    .footer-links a {
        font-size: clamp(1.05rem, 5vw, 1.35rem);
    }

    .legal-layout {
        grid-template-columns: 1fr;
    }

    

    .legal-sidebar {
        display: none;
    }

    .legal-content.is-collapsible {
        max-height: 20rem;
        overflow: hidden;
        position: relative;
        transition: max-height 0.35s ease;
    }

    .legal-content.is-collapsible::after {
        background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0),
            #fff 68%
        );
        bottom: 0;
        content: "";
        height: 6rem;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        transition: opacity 0.2s ease;
    }

    .legal-content-alt.is-collapsible::after {
        background: linear-gradient(
            to bottom,
            rgba(244, 248, 253, 0),
            #f4f8fd 68%
        );
    }

    .legal-content.is-collapsible.is-expanded {
        max-height: none;
    }

    .legal-content.is-collapsible.is-expanded::after {
        opacity: 0;
    }

    .legal-content.is-collapsible .legal-toggle {
        align-items: center;
        background-color: #001e48;
        border: 0;
        bottom: 1rem;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        height: 3rem;
        justify-content: center;
        left: 50%;
        padding: 0;
        position: absolute;
        transform: translateX(-50%);
        width: 3rem;
        z-index: 2;
    }

    .legal-toggle::before {
        border-bottom: 0.15rem solid currentColor;
        border-right: 0.15rem solid currentColor;
        content: "";
        height: 0.75rem;
        transform: translateY(-0.15rem) rotate(45deg);
        transition: transform 0.2s ease;
        width: 0.75rem;
    }

    .legal-content.is-expanded .legal-toggle {
        bottom: auto;
        display: flex;
        left: auto;
        margin: 1.4rem auto 0;
        position: relative;
        transform: none;
    }

    .legal-content.is-expanded .legal-toggle::before {
        transform: translateY(0.2rem) rotate(225deg);
    }

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

    .footer-brand-divider{
        width: 0.2rem;
        min-height: 2rem;
    }

}

@media (max-width: 480px) {
    .brand-ra {
        font-size: clamp(1.45rem, 5vw, 1.8rem);
    }

    .brand-divider {
        min-height: 2rem;
        width: 0.2rem;
    }

    .brand-name {
        font-size: clamp(1.15rem, 5vw, 1.55rem);
    }

    .hero {
        align-items: flex-start;
        background-position: 58% center;
        padding-top: 3rem;
    }

    .hero h1 {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    .hero-cta {
        letter-spacing: 0.18em;
    }

    .intro-copy h2 {
        font-size: clamp(2.25rem, 12vw, 3.1rem);
        line-height: 1.04;
    }

    .intro-copy p {
        font-size: 1.1rem;
    }

 
    .intro-facts {
        gap: 0.9rem;
    }

    .services-section {
        padding: 3rem 1rem;
    }

    .services-heading h2 {
        font-size: clamp(2.1rem, 11vw, 3rem);
    }

    .page-hero {
        min-height: 34dvh;
    }

    .legal-section {
        padding: 3rem 1rem;
    }

    .legal-content {
        padding: 1.25rem;
    }

    .site-footer {
        gap: 1.65rem;
        padding: 2.2rem 1rem 2.7rem;
    }

    .footer-brand-lockup {
        gap: 0.45rem;
    }

    .footer-brand-name {
        font-size: clamp(1.18rem, 6vw, 1.65rem);
    }

    .footer-contact a,
    .footer-contact span,
    .footer-links a {
        font-size: 1.05rem;
    }

}

@media (max-width: 991.98px) {
    @supports (-webkit-touch-callout: none) and (height: 100lvh) {
        .hero {
            min-height: calc(100lvh - var(--navbar-height));
        }

        .content-intro {
            min-height: 100lvh;
        }

        .request-section {
            min-height: 50lvh;
        }

        .page-hero {
            min-height: 50lvh;
        }

        .legal-page-hero {
            min-height: 34lvh;
        }
    }
}

@media (max-width: 480px) {
    @supports (-webkit-touch-callout: none) and (height: 100lvh) {
        .page-hero {
            min-height: 34lvh;
        }
    }
}
