:root {
    color-scheme: light;
    --ja-blue: #0a1f64;
    --ja-navy: #031436;
    --ja-deep: #061a3d;
    --ja-gold: #f0a000;
    --ja-yellow: #ffc107;
    --ja-white: #ffffff;
    --ja-paper: #f6f9ff;
    --ja-muted: #5c6e8a;
    --ja-line: rgba(10, 31, 100, 0.14);
    --ja-shadow: 0 30px 86px rgba(3, 20, 54, 0.18);
    --ja-radius: 8px;
    --ja-font-sans: "Inter", "Segoe UI Variable", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

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

body.ja-site {
    color: var(--ja-blue);
    font-family: var(--ja-font-sans);
    letter-spacing: 0;
    background: var(--ja-paper);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body.landing-only {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(255, 193, 7, 0.48);
    outline-offset: 3px;
}

.simple-landing {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    height: 100svh;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    padding: clamp(24px, 3vw, 46px);
    background:
        linear-gradient(90deg, rgba(246, 249, 255, 0.98) 0%, rgba(246, 249, 255, 0.92) 44%, rgba(246, 249, 255, 0.42) 72%, rgba(246, 249, 255, 0.08) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0)),
        url("/ge_web_portal/static/src/img/bg-electric-main-2200.webp") center center / cover no-repeat,
        var(--ja-paper);
}

.simple-landing::before,
.simple-landing::after {
    display: none;
}

.simple-landing::before {
    inset: -18% auto auto -10%;
    width: 54vw;
    height: 54vw;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(83, 142, 255, 0.2), transparent 68%);
}

.simple-landing::after {
    right: -12%;
    bottom: -18%;
    width: 46vw;
    height: 46vw;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.18), transparent 70%);
}

.simple-header,
.simple-footer {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(1320px, 100%);
    margin: 0 auto;
}

.brand-image-link {
    display: inline-flex;
    align-items: center;
    max-width: min(190px, 28vw);
}

.brand-logo {
    display: block;
    width: 100%;
    height: auto;
}

.header-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 1px solid transparent;
    border-radius: var(--ja-radius);
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    cursor: pointer;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.btn:hover,
.btn:focus-visible {
    transform: translateY(-1px);
}

.btn-primary {
    color: var(--ja-white);
    background: linear-gradient(135deg, var(--ja-navy), var(--ja-blue));
    box-shadow: 0 18px 46px rgba(3, 20, 54, 0.2);
}

.btn-primary:hover,
.btn-primary:focus-visible {
    background: var(--ja-gold);
}

.btn-secondary {
    color: var(--ja-blue);
    background: rgba(255, 255, 255, 0.76);
    border-color: var(--ja-line);
}

.landing-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(640px, 1fr) minmax(380px, 430px);
    gap: clamp(42px, 5vw, 76px);
    align-items: center;
    width: min(1320px, 100%);
    margin: 0 auto;
    padding: clamp(10px, 2vh, 28px) 0;
}

.landing-copy {
    width: min(840px, 100%);
}

.kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: var(--ja-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.kicker::before {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.landing-copy h1 {
    max-width: 720px;
    margin: 0;
    color: var(--ja-deep);
    font-size: clamp(34px, 3.9vw, 54px);
    font-weight: 750;
    line-height: 1.06;
    letter-spacing: 0;
    overflow-wrap: break-word;
}

.service-panel {
    width: min(820px, 100%);
    margin-top: clamp(24px, 4vh, 36px);
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    overflow: visible;
}

.service-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.service-chip {
    position: relative;
    display: grid;
    grid-template-rows: auto auto auto;
    justify-items: start;
    align-content: center;
    gap: 10px;
    min-height: 178px;
    border: 1px solid rgba(10, 31, 100, 0.12);
    border-radius: var(--ja-radius);
    padding: 19px 18px 18px;
    color: var(--ja-blue);
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 193, 7, 0.12), transparent 36%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(246, 250, 255, 0.6)),
        rgba(255, 255, 255, 0.44);
    box-shadow: 0 18px 44px rgba(3, 20, 54, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(14px) saturate(1.03);
    font-size: 13px;
    font-weight: 720;
    line-height: 1.18;
    text-align: left;
    overflow: hidden;
    cursor: default;
    transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.service-chip:last-child {
    border-right: 1px solid rgba(10, 31, 100, 0.12);
}

.service-chip::before {
    content: "";
    position: absolute;
    inset: -1px auto auto 18px;
    width: 52px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ja-gold), rgba(255, 193, 7, 0));
}

.service-chip::after {
    display: none;
}

.service-icon {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 70px;
    height: 70px;
    border: 1px solid rgba(10, 31, 100, 0.16);
    border-radius: 10px;
    color: var(--ja-blue);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 255, 0.72)),
        repeating-linear-gradient(90deg, rgba(10, 31, 100, 0.08) 0 1px, transparent 1px 11px),
        repeating-linear-gradient(0deg, rgba(10, 31, 100, 0.06) 0 1px, transparent 1px 11px);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.74), 0 10px 24px rgba(3, 20, 54, 0.06);
    overflow: hidden;
    transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.service-asset {
    width: 86px;
    height: 86px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.service-asset img {
    display: block;
    width: 86px;
    height: 86px;
    object-fit: contain;
}

.service-name {
    display: block;
    max-width: 100%;
    min-height: 0;
    font-size: 14px;
    font-weight: 750;
    letter-spacing: 0;
}

.service-caption {
    display: block;
    max-width: 100%;
    color: rgba(92, 110, 138, 0.96);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
}

.service-chip:hover {
    color: var(--ja-blue);
    border-color: rgba(240, 160, 0, 0.28);
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 193, 7, 0.2), transparent 38%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 229, 0.62)),
        rgba(255, 255, 255, 0.72);
    box-shadow: 0 24px 54px rgba(3, 20, 54, 0.1), inset 0 -2px 0 rgba(240, 160, 0, 0.74);
}

.service-chip:hover::after {
    opacity: 1;
}

.service-chip:hover .service-icon {
    color: var(--ja-gold);
    border-color: rgba(240, 160, 0, 0.44);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 225, 0.82)),
        repeating-linear-gradient(90deg, rgba(240, 160, 0, 0.12) 0 1px, transparent 1px 11px),
        repeating-linear-gradient(0deg, rgba(240, 160, 0, 0.08) 0 1px, transparent 1px 11px);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.74), 0 10px 24px rgba(240, 160, 0, 0.12);
}

.service-chip:hover .service-asset {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.form-card {
    position: relative;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--ja-radius);
    padding: clamp(24px, 2.4vw, 32px);
    color: var(--ja-white);
    background:
        linear-gradient(155deg, rgba(3, 20, 54, 0.96), rgba(7, 31, 82, 0.92) 58%, rgba(10, 31, 100, 0.84)),
        var(--ja-navy);
    box-shadow: 0 32px 78px rgba(3, 20, 54, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(18px) saturate(1.04);
}

.form-card::before {
    content: "";
    position: absolute;
    inset: -1px auto auto 28px;
    width: 72px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ja-gold), rgba(255, 193, 7, 0));
}

.form-card h2 {
    margin: -4px 0 18px;
    color: var(--ja-white);
    font-size: 23px;
    font-weight: 750;
    line-height: 1.1;
}

.form-card .kicker {
    margin-bottom: 10px;
}

.budget-form {
    display: grid;
    gap: 13px;
}

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

.budget-form label {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.budget-form label span {
    color: rgba(255, 255, 255, 0.86);
    font-size: 11px;
    font-weight: 650;
}

.budget-form input,
.budget-form select,
.budget-form textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 7px;
    padding: 11px 12px;
    color: var(--ja-deep);
    background: rgba(255, 255, 255, 0.94);
    outline: 0;
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.budget-form input:focus,
.budget-form select:focus,
.budget-form textarea:focus {
    border-color: rgba(240, 160, 0, 0.94);
    box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.22);
    background: var(--ja-white);
}

.budget-form textarea {
    min-height: 104px;
    resize: vertical;
    line-height: 1.45;
}

.field-full {
    grid-column: 1 / -1;
}

.consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 560;
    line-height: 1.38;
}

.consent input {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    flex: 0 0 auto;
    accent-color: var(--ja-gold);
}

.consent a {
    color: var(--ja-yellow);
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.form-submit {
    width: 100%;
    color: var(--ja-navy);
    background: linear-gradient(135deg, var(--ja-yellow), var(--ja-gold));
    box-shadow: 0 18px 42px rgba(240, 160, 0, 0.22);
}

.form-submit:hover,
.form-submit:focus-visible {
    color: var(--ja-white);
    background: var(--ja-blue);
}

.hp-field {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-errors {
    margin-bottom: 16px;
    border: 1px solid rgba(165, 45, 45, 0.24);
    border-radius: var(--ja-radius);
    padding: 12px 14px;
    color: #8c1d1d;
    background: #fff4f4;
}

.form-errors p {
    margin: 0 0 8px;
    font-weight: 750;
}

.form-errors ul {
    margin: 0;
    padding-left: 18px;
}

.simple-footer {
    color: rgba(10, 31, 100, 0.64);
    font-size: 12px;
    font-weight: 700;
}

.simple-footer nav {
    display: flex;
    gap: 13px;
}

.thanks-page {
    min-height: 100vh;
    background:
        linear-gradient(180deg, rgba(246, 249, 255, 0.96), rgba(246, 249, 255, 0.9)),
        url("/ge_web_portal/static/src/img/bg-electric-main-2200.webp") center center / cover no-repeat,
        var(--ja-paper);
}

.thanks-shell,
.legal-shell {
    min-height: 100vh;
    display: grid;
    place-items: center;
    width: 100%;
    max-width: 100vw;
    padding: 28px;
    overflow-x: hidden;
}

.thanks-card,
.legal-card {
    border: 1px solid rgba(188, 208, 235, 0.92);
    border-radius: var(--ja-radius);
    padding: 34px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--ja-shadow);
    backdrop-filter: blur(20px);
}

.thanks-card {
    width: min(680px, 100%);
}

.legal-card {
    width: min(940px, calc(100vw - 56px));
    min-width: 0;
    overflow-wrap: anywhere;
}

.thanks-card .brand-image-link,
.legal-card .brand-image-link {
    max-width: 260px;
    margin-bottom: 30px;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--ja-gold);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.thanks-card h1,
.legal-card h1 {
    margin: 0 0 18px;
    color: var(--ja-deep);
    font-size: clamp(32px, 6vw, 42px);
    font-weight: 780;
    line-height: 1.08;
    letter-spacing: 0;
}

.thanks-card p,
.legal-card p {
    max-width: 520px;
    margin: 0;
    color: var(--ja-muted);
    font-size: 16px;
    line-height: 1.68;
}

.legal-card .legal-intro,
.legal-card .legal-updated,
.legal-card .legal-content p {
    max-width: none;
}

.legal-updated {
    margin: -6px 0 18px;
    color: var(--ja-slate);
    font-size: 13px;
    font-weight: 700;
}

.legal-intro {
    margin-bottom: 26px;
}

.legal-content {
    display: grid;
    gap: 22px;
    margin-top: 30px;
}

.legal-section {
    padding-top: 22px;
    border-top: 1px solid rgba(188, 208, 235, 0.72);
}

.legal-section h2 {
    margin: 0 0 10px;
    color: var(--ja-deep);
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0;
}

.legal-section p + p {
    margin-top: 12px;
}

.legal-section ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding-left: 20px;
    color: var(--ja-muted);
    font-size: 15px;
    line-height: 1.62;
    overflow-wrap: anywhere;
}

.legal-section li::marker {
    color: var(--ja-gold);
}

.legal-actions,
.thanks-card .landing-actions {
    margin-top: 24px;
}

.legal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cookie-preferences-panel {
    display: grid;
    gap: 14px;
    margin-top: 28px;
    padding: 18px;
    border: 1px solid rgba(188, 208, 235, 0.88);
    border-radius: var(--ja-radius);
    background: rgba(246, 249, 255, 0.78);
}

.cookie-preferences-panel p {
    max-width: none;
    margin: 0;
}

.cookie-preferences-panel .btn {
    justify-self: start;
}

.cookie-banner {
    position: fixed;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 50;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.cookie-banner[hidden] {
    display: none;
}

.cookie-banner-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    width: min(980px, 100%);
    max-width: 100%;
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(188, 208, 235, 0.95);
    border-radius: var(--ja-radius);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 72px rgba(3, 20, 54, 0.24);
    backdrop-filter: blur(18px);
    pointer-events: auto;
}

.cookie-banner-copy {
    display: grid;
    gap: 5px;
}

.cookie-banner-title {
    margin: 0;
    color: var(--ja-deep);
    font-size: 15px;
    font-weight: 820;
}

.cookie-banner-copy p:not(.cookie-banner-title) {
    margin: 0;
    color: var(--ja-muted);
    font-size: 13px;
    line-height: 1.5;
}

.cookie-banner-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-width: 0;
}

.cookie-banner-actions .btn {
    min-width: 0;
    min-height: 40px;
    padding: 10px 14px;
    font-size: 12px;
    white-space: nowrap;
}

.cookie-link {
    color: var(--ja-blue);
    font-size: 12px;
    font-weight: 760;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.landing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 980px) {
    .simple-landing {
        background:
            linear-gradient(180deg, rgba(246, 249, 255, 0.98) 0%, rgba(246, 249, 255, 0.92) 50%, rgba(246, 249, 255, 0.5) 100%),
            url("/ge_web_portal/static/src/img/bg-electric-mobile.webp") center bottom / cover no-repeat,
            var(--ja-paper);
    }

    .landing-grid {
        grid-template-columns: 1fr;
        width: min(760px, 100%);
        gap: 24px;
        align-content: start;
        align-items: start;
    }

    .landing-copy h1 {
        font-size: clamp(36px, 7vw, 54px);
    }

    .landing-copy p {
        max-width: 620px;
        margin-top: 14px;
    }

    .form-card {
        max-width: 560px;
        justify-self: center;
    }
}

@media (max-width: 620px) {
    body.landing-only {
        overflow: auto;
    }

    .simple-landing {
        grid-template-rows: auto minmax(0, 1fr);
        height: auto;
        width: 100vw;
        max-width: 100vw;
        min-height: 100vh;
        min-height: 100svh;
        overflow: visible;
        padding: 14px 14px 150px;
    }

    .simple-header {
        justify-content: space-between;
        gap: 10px;
    }

    .brand-image-link {
        max-width: min(176px, 54vw);
    }

    .header-actions {
        display: flex;
        flex: 0 0 auto;
    }

    .header-actions .btn {
        min-height: 34px;
        padding: 8px 10px;
        font-size: 11px;
        white-space: nowrap;
    }

    .simple-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-top: 14px;
        font-size: 10px;
        text-align: center;
    }

    .simple-footer nav {
        justify-content: center;
        gap: 10px;
    }

    .landing-grid {
        width: 100%;
        max-width: 420px;
        min-width: 0;
        gap: 16px;
        justify-items: start;
        padding: 10px 0 0;
        margin: 0;
    }

    .landing-copy {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .kicker {
        margin-bottom: 7px;
        font-size: 9px;
        letter-spacing: 0.1em;
    }

    .kicker::before {
        width: 14px;
    }

    .landing-copy h1 {
        max-width: 100%;
        font-size: clamp(25px, 6.4vw, 31px);
        line-height: 1.04;
    }

    .service-panel {
        width: 100%;
        max-width: 100%;
        margin-top: 18px;
    }

    .service-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        max-width: 100%;
        min-width: 0;
    }

    .service-chip {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
        align-items: center;
        justify-items: start;
        column-gap: 10px;
        row-gap: 2px;
        min-height: 86px;
        border: 1px solid rgba(10, 31, 100, 0.12);
        border-radius: var(--ja-radius);
        padding: 11px 12px;
        font-size: 11px;
        text-align: left;
        white-space: normal;
        overflow-wrap: anywhere;
        min-width: 0;
    }

    .service-chip:last-child {
        border-right: 1px solid rgba(10, 31, 100, 0.12);
    }

    .service-icon {
        grid-row: 1 / span 2;
        width: 48px;
        height: 48px;
        border-radius: 7px;
    }

    .service-asset {
        width: 58px;
        height: 58px;
    }

    .service-asset img {
        width: 58px;
        height: 58px;
    }

    .service-name {
        padding-right: 10px;
        font-size: 10px;
        line-height: 1.15;
        overflow-wrap: normal;
        word-break: normal;
    }

    .service-caption {
        grid-column: 2;
        font-size: 9px;
        line-height: 1.2;
    }

    .form-card {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 18px 16px 17px;
        background:
            linear-gradient(155deg, rgba(3, 20, 54, 0.96), rgba(7, 31, 82, 0.92) 58%, rgba(10, 31, 100, 0.84)),
            var(--ja-navy);
        box-shadow: 0 22px 56px rgba(3, 20, 54, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.16);
    }

    .form-card .kicker {
        display: none;
    }

    .form-card h2 {
        margin: 0 0 10px;
        font-size: 20px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .budget-form {
        gap: 7px;
    }

    .budget-form label {
        gap: 4px;
    }

    .budget-form label span {
        font-size: 10px;
    }

    .budget-form input,
    .budget-form select,
    .budget-form textarea {
        min-height: 36px;
        padding: 7px 9px;
        font-size: 13px;
    }

    .budget-form textarea {
        min-height: 76px;
    }

    .consent {
        gap: 7px;
        font-size: 10px;
        line-height: 1.25;
    }

    .consent input {
        width: 13px;
        height: 13px;
    }

    .form-submit {
        min-height: 42px;
        padding: 9px 10px;
        font-size: 12px;
    }

    .cookie-banner {
        right: 8px;
        bottom: 8px;
        left: 8px;
    }

    .cookie-banner-card {
        grid-template-columns: 1fr;
        gap: 9px;
        padding: 11px;
    }

    .cookie-banner-title {
        font-size: 14px;
    }

    .cookie-banner-copy p:not(.cookie-banner-title) {
        font-size: 11px;
        line-height: 1.35;
    }

    .cookie-banner-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .cookie-banner-actions .btn {
        min-height: 36px;
        padding: 8px 10px;
        font-size: 11px;
    }

    .cookie-link {
        grid-column: 1 / -1;
        text-align: center;
        font-size: 11px;
    }

}

@media (max-width: 560px) {
    body.thanks-page {
        overflow-x: hidden;
    }

    .legal-shell,
    .thanks-shell {
        display: block;
        width: 100%;
        max-width: 100vw;
        padding: 18px 10px;
    }

    .legal-card,
    .thanks-card {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 24px 20px;
    }

    .legal-card .brand-image-link,
    .thanks-card .brand-image-link {
        max-width: min(238px, 100%);
        margin-bottom: 26px;
    }

    .legal-card h1,
    .thanks-card h1 {
        font-size: clamp(30px, 8vw, 36px);
    }

    .legal-section h2 {
        font-size: 19px;
    }

    .legal-actions .btn {
        width: 100%;
    }

    .cookie-preferences-panel .btn {
        width: 100%;
    }

    .cookie-banner {
        right: 8px;
        left: 8px;
        max-width: calc(100vw - 16px);
    }

    .cookie-banner-card {
        width: 100%;
        max-width: 100%;
    }

    .cookie-banner-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .cookie-banner-actions .btn,
    .cookie-link {
        width: 100%;
    }
}

@media (max-width: 380px) {
    .simple-landing {
        padding: 8px 10px 140px;
    }

    .brand-image-link {
        max-width: min(154px, 52vw);
    }

    .header-actions .btn {
        min-height: 32px;
        padding: 7px 8px;
        font-size: 10px;
    }

    .landing-grid {
        gap: 7px;
        padding-top: 6px;
    }

    .landing-copy h1 {
        font-size: 27px;
    }

    .service-panel {
        margin-top: 12px;
    }

    .service-chip {
        min-height: 66px;
        gap: 5px;
        padding: 8px 9px;
        font-size: 9px;
    }

    .service-icon {
        width: 28px;
        height: 28px;
    }

    .service-asset,
    .service-asset img {
        width: 44px;
        height: 44px;
    }

    .service-name {
        font-size: 9px;
    }

    .service-caption {
        font-size: 7.5px;
    }

    .form-card {
        padding: 13px 12px;
    }

    .form-card h2 {
        font-size: 17px;
        margin-bottom: 6px;
    }

    .form-grid,
    .budget-form {
        gap: 5px;
    }

    .budget-form label span {
        font-size: 9px;
    }

    .budget-form input,
    .budget-form select,
    .budget-form textarea {
        min-height: 32px;
        padding: 5px 8px;
        font-size: 11px;
    }

    .budget-form textarea {
        min-height: 42px;
    }

    .consent {
        font-size: 9px;
    }

    .form-submit {
        min-height: 30px;
        padding: 5px 8px;
    }
}

@media (max-width: 360px) and (max-height: 600px) {
    .simple-landing {
        padding: 6px 9px 132px;
    }

    .brand-image-link {
        max-width: min(138px, 50vw);
    }

    .landing-grid {
        gap: 5px;
        padding-top: 4px;
    }

    .form-card .kicker {
        display: none;
    }

    .landing-copy h1 {
        font-size: 23px;
        line-height: 1;
    }

    .form-card {
        padding: 7px 9px;
    }

    .form-card h2 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .form-grid,
    .budget-form {
        gap: 4px;
    }

    .budget-form label {
        gap: 2px;
    }

    .budget-form label span {
        font-size: 8px;
    }

    .budget-form input,
    .budget-form select,
    .budget-form textarea {
        min-height: 25px;
        padding: 3px 6px;
        font-size: 10px;
    }

    .budget-form textarea {
        min-height: 30px;
    }

    .consent {
        font-size: 7px;
        line-height: 1.08;
    }

    .consent input {
        width: 11px;
        height: 11px;
        margin-top: 0;
    }

    .form-submit {
        min-height: 27px;
        padding: 4px 7px;
        font-size: 10px;
    }
}
