@font-face {
    font-family: "Inter";
    src: url("/assets/fonts/inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("/assets/fonts/inter/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

html{font-size: 0.0520833333333333vw;}
@media(min-width:1921px){html{font-size:1px}}
@media (max-width: 1500px) {html { font-size: 0.0666666666666667vw; }}
@media (max-width: 1024px) {html { font-size: 0.09765625vw; }}
@media (max-width: 600px) {html { font-size: 0.1666666667vw;}}
@media (max-width: 460px) {html { font-size: 0.2173913043478261vw;}}

:root {
    --color-bg: #f8f9fa;
    --color-surface: #ffffff;
    --color-surface-muted: #edeeef;
    --color-border: #e5e7eb;
    --color-border-strong: #cbd0d6;
    --color-text: #0d1b2a;
    --color-text-soft: #44474c;
    --color-text-muted: #74777d;
    --color-primary: #ff8c00;
    --color-primary-dark: #904d00;
    --color-primary-soft: rgba(255, 140, 0, 0.14);
    --color-blue: #0d63b5;
    --color-footer: #0d1b2a;
    --color-danger: #c0362c;
    --color-success: #197a45;
    --radius-xs: 4rem;
    --radius-sm: 8rem;
    --radius-md: 12rem;
    --radius-lg: 16rem;
    --shadow-sm: 0 1rem 2rem rgba(13, 27, 42, 0.06);
    --shadow-md: 0 10rem 24rem rgba(13, 27, 42, 0.09);
    --shadow-lg: 0 18rem 42rem rgba(13, 27, 42, 0.12);
    --container: 1152rem;
    --header-height: 80rem;
    --font-sans: "Inter", Arial, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-width: 320rem;
    background: var(--color-bg);
    color: var(--color-text);
    font-family: var(--font-sans);
    font-size: 16rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.has-ambient {
    position: relative;
    isolation: isolate;
}

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

img {
    display: block;
    max-width: 100%;
}

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

button {
    cursor: pointer;
}

:focus-visible {
    outline: 3rem solid rgba(255, 140, 0, 0.45);
    outline-offset: 3rem;
}

.ambient-bg {
    position: fixed;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(248, 249, 250, 0.9), rgba(248, 249, 250, 0.96)),
        #ffffff;
}

.ambient-bg__shape {
    position: absolute;
    display: block;
    border-radius: 9999rem;
    border: 1rem solid rgba(13, 27, 42, 0.035);
    background:
        radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.18) 42%, transparent 63%),
        rgba(13, 27, 42, 0.026);
    opacity: 0.88;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    animation: ambient-flow 18s ease-in-out infinite alternate;
}

.ambient-bg__shape::after {
    content: "";
    position: absolute;
    inset: 18%;
    border-radius: inherit;
    border: 1rem solid rgba(13, 27, 42, 0.018);
    background: rgba(13, 27, 42, 0.018);
}

.ambient-bg__shape--one {
    width: 470rem;
    height: 470rem;
    left: -110rem;
    top: 68rem;
}

.ambient-bg__shape--two {
    width: 360rem;
    height: 360rem;
    right: 40rem;
    top: 210rem;
    animation-duration: 22s;
    animation-delay: -7s;
}

.ambient-bg__shape--three {
    width: 650rem;
    height: 650rem;
    left: 430rem;
    top: 420rem;
    animation-duration: 28s;
    animation-delay: -13s;
    opacity: 0.76;
}

.ambient-bg__shape--four {
    width: 290rem;
    height: 290rem;
    left: 285rem;
    top: 300rem;
    animation-duration: 20s;
    animation-delay: -4s;
}

.ambient-bg__shape--five {
    width: 390rem;
    height: 390rem;
    left: 66vw;
    top: 72vh;
    animation-duration: 24s;
    animation-delay: -10s;
    opacity: 0.7;
}

.ambient-bg::before,
.ambient-bg::after {
    content: "";
    position: absolute;
    will-change: transform;
    pointer-events: none;
}

.ambient-bg::before {
    width: 520rem;
    height: 1450rem;
    left: 420rem;
    top: -230rem;
    background: rgba(255, 255, 255, 0.66);
    transform: rotate(-9deg);
    animation: ambient-ribbon-flow 16s ease-in-out infinite alternate;
}

.ambient-bg::after {
    width: 100vw;
    height: 100vh;
    inset: 0;
    background:
        radial-gradient(circle at 14% 28%, rgba(13, 27, 42, 0.028), transparent 24%),
        radial-gradient(circle at 82% 48%, rgba(13, 27, 42, 0.022), transparent 20%),
        linear-gradient(102deg, transparent 32%, rgba(255, 255, 255, 0.58) 33%, rgba(255, 255, 255, 0.58) 48%, transparent 49%);
    animation: ambient-sheen 19s ease-in-out infinite alternate;
}

@keyframes ambient-flow {
    0% {
        transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    }
    50% {
        transform: translate3d(74rem, -48rem, 0) scale(1.08) rotate(5deg);
    }
    100% {
        transform: translate3d(-58rem, 62rem, 0) scale(0.96) rotate(-4deg);
    }
}

@keyframes ambient-ribbon-flow {
    0% {
        transform: translate3d(-24rem, -18rem, 0) rotate(-9deg);
    }
    100% {
        transform: translate3d(170rem, 54rem, 0) rotate(-13deg);
    }
}

@keyframes ambient-sheen {
    0% {
        transform: translate3d(-34rem, 0, 0) scale(1);
    }
    100% {
        transform: translate3d(42rem, -28rem, 0) scale(1.03);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }

    .ambient-bg__shape,
    .ambient-bg::before,
    .ambient-bg::after {
        animation-duration: 26s !important;
        animation-iteration-count: infinite !important;
        animation-play-state: running !important;
    }

    .ambient-bg::before {
        animation-duration: 30s !important;
    }

    .ambient-bg::after {
        animation-duration: 34s !important;
    }
}

.site-page {
    position: relative;
    z-index: 1;
    min-height: 100vh;
}

.site-container {
    width: min(var(--container), calc(100% - 128rem));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    height: var(--header-height);
    border-bottom: 1rem solid var(--color-border);
    background: rgba(248, 249, 250, 0.92);
    backdrop-filter: blur(14rem);
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    width: 88rem;
    height: 58rem;
}

.site-logo img {
    width: 88rem;
    height: auto;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 24rem;
}

.site-nav a {
    color: var(--color-text-soft);
    font-size: 14rem;
    font-weight: 650;
    line-height: 20rem;
    border-bottom: 2rem solid transparent;
    padding: 8rem 0;
}

.site-nav a[aria-current="page"],
.site-nav a:hover {
    color: var(--color-primary-dark);
    border-bottom-color: var(--color-primary-dark);
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 12rem;
}

.site-menu-toggle {
    display: none;
    width: 44rem;
    height: 44rem;
    border: 1rem solid var(--color-border);
    border-radius: var(--radius-sm);
    background: var(--color-surface);
    color: var(--color-text);
    font-weight: 800;
}

.button,
.site-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44rem;
    border: 1rem solid transparent;
    border-radius: var(--radius-sm);
    padding: 12rem 24rem;
    font-size: 14rem;
    font-weight: 750;
    line-height: 20rem;
    text-align: center;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-button--primary,
.button--primary {
    background: var(--color-primary);
    color: #ffffff;
    box-shadow: var(--shadow-sm);
}

.site-button--primary:hover,
.button--primary:hover {
    background: #ee8100;
    transform: translateY(-1rem);
}

.site-button--outline,
.button--outline {
    border-color: var(--color-text);
    background: var(--color-surface);
    color: var(--color-text);
}

.site-button--muted,
.button--muted {
    border-color: var(--color-border);
    background: var(--color-surface-muted);
    color: var(--color-text);
}

.site-main {
    min-height: calc(100vh - var(--header-height));
}

.site-footer {
    background: var(--color-footer);
    color: #ffffff;
}

.site-footer__top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 24rem;
    padding: 56rem 0;
}

.site-footer h2,
.site-footer h3 {
    margin: 0 0 14rem;
    font-size: 24rem;
    line-height: 32rem;
}

.site-footer h3 {
    font-size: 14rem;
    line-height: 20rem;
}

.site-footer p,
.site-footer a {
    margin: 0 0 8rem;
    color: rgba(225, 227, 228, 0.78);
    font-size: 14rem;
}

.site-footer a:hover {
    color: var(--color-primary);
}

.site-footer__bottom {
    border-top: 1rem solid rgba(225, 227, 228, 0.22);
    padding: 24rem 0;
    color: rgba(225, 227, 228, 0.6);
    font-size: 12rem;
}

.field {
    display: grid;
    gap: 8rem;
}

.field span,
.form-label {
    color: var(--color-text);
    font-size: 14rem;
    font-weight: 650;
    line-height: 20rem;
}

.field input,
.field select,
.field textarea,
.form-control {
    width: 100%;
    border: 1rem solid var(--color-border);
    border-radius: var(--radius-sm);
    background: var(--color-surface);
    color: var(--color-text);
    padding: 14rem 16rem;
    font-size: 16rem;
    line-height: 22rem;
}

.field textarea,
textarea.form-control {
    min-height: 128rem;
    resize: vertical;
}

.field-error,
.admin-error {
    color: var(--color-danger);
    font-size: 13rem;
    line-height: 18rem;
}

.form-status {
    border: 1rem solid rgba(25, 122, 69, 0.22);
    border-radius: var(--radius-sm);
    background: rgba(25, 122, 69, 0.08);
    color: var(--color-success);
    padding: 12rem 14rem;
    font-weight: 650;
}

.checkbox-row {
    display: flex;
    gap: 10rem;
    align-items: flex-start;
    color: var(--color-text-soft);
    font-size: 12rem;
    line-height: 16rem;
}

.checkbox-row input {
    width: 16rem;
    height: 16rem;
    margin-top: 2rem;
}

.section-eyebrow {
    margin: 0 0 16rem;
    color: var(--color-primary-dark);
    font-size: 14rem;
    font-weight: 750;
    line-height: 20rem;
    text-transform: uppercase;
}

.section-title {
    margin: 0;
    color: var(--color-text);
    font-size: 48rem;
    font-weight: 800;
    line-height: 56rem;
}

.section-copy {
    margin: 16rem 0 0;
    color: var(--color-text-soft);
    font-size: 18rem;
    line-height: 28rem;
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 6rem;
    min-height: 24rem;
    background: rgba(13, 27, 42, 0.08);
    color: var(--color-text);
    padding: 4rem 10rem;
    font-size: 12rem;
    font-weight: 750;
    line-height: 16rem;
}

.chip img {
    width: 16rem;
    height: 16rem;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .site-container {
        width: min(100% - 48rem, var(--container));
    }

    .site-nav {
        position: absolute;
        inset: var(--header-height) 24rem auto;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        border: 1rem solid var(--color-border);
        border-radius: var(--radius-md);
        background: var(--color-surface);
        box-shadow: var(--shadow-md);
        padding: 12rem;
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        padding: 12rem;
        border-bottom: 0;
    }

    .site-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .site-footer__top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .site-header__actions .site-button {
        display: none;
    }

    .site-footer__top {
        grid-template-columns: 1fr;
        padding: 40rem 0;
    }

    .section-title {
        font-size: 36rem;
        line-height: 44rem;
    }

    .section-copy {
        font-size: 16rem;
        line-height: 24rem;
    }
}
