body.public-site {
    color: var(--cs-gunmetal);
    background: #fff;
}

.public-site h1,
.public-site h2,
.public-site h3,
.public-site h4,
.public-site h5,
.public-site h6 {
    color: var(--cs-gunmetal);
    font-weight: 700;
    text-transform: uppercase;
}

.public-site p {
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}

.site-container-wide {
    max-width: 1440px;
}

.site-container-narrow {
    max-width: 840px;
}

.site-header {
    z-index: 1030;
    border-color: var(--cs-gunmetal-300) !important;
}

.site-header .navbar-brand img {
    display: block;
    width: auto;
    height: 52px;
}

.site-header .nav-link {
    padding: 0.75rem;
    color: var(--cs-gunmetal);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
}

.site-header .nav-link:hover,
.site-header .nav-link:focus {
    color: var(--cs-gunmetal-600);
}

.site-header .btn {
    min-height: 38px;
}

.site-section {
    padding-block: 3rem;
}

.site-section-lg {
    padding-block: clamp(4rem, 7vw, 7rem);
}

.site-section-dark {
    color: #fff;
    background: linear-gradient(135deg, var(--cs-blue-900) 0%, var(--cs-blue-700) 58%, var(--cs-blue-800) 100%);
}

.site-section-dark h1,
.site-section-dark h2,
.site-section-dark h3,
.site-section-dark h4,
.site-section-dark h5,
.site-section-dark h6,
.site-section-dark a:not(.btn) {
    color: #fff;
}

.site-section img {
    max-width: 100%;
    height: auto;
}

.site-heading-link {
    color: var(--cs-gunmetal);
    text-decoration: none;
}

.site-heading-link:hover,
.site-heading-link:focus {
    color: var(--cs-gunmetal-700);
    text-decoration: underline;
    text-decoration-color: var(--cs-gunmetal-400);
    text-underline-offset: 0.25rem;
}

.site-section-dark .site-heading-link:hover,
.site-section-dark .site-heading-link:focus {
    color: #fff;
    text-decoration-color: rgba(255, 255, 255, 0.55);
}

.site-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.site-cta > div {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.site-page-title {
    margin-bottom: 2rem;
}

.site-benefits p {
    font-size: clamp(0.875rem, 0.84rem + 0.16vw, 1rem);
}

.site-benefits img {
    margin-bottom: 1.5rem;
}

.site-benefits h4 {
    text-transform: none;
}

.site-benefit-icon {
    width: 80px;
    height: auto;
}

.site-partner-callout {
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid var(--cs-gunmetal-400);
    border-radius: 1rem;
    background: var(--cs-gunmetal-100);
}

.site-legal p,
.site-legal li {
    font-size: 1rem;
    line-height: 1.65;
}

.site-footer {
    background: var(--cs-gunmetal);
}

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

.site-footer a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
    color: #fff;
}

.site-footer-logo {
    width: 200px;
    height: auto;
}

.site-back-to-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    font-size: 1.25rem;
}

.fonio-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(0, 44, 73, 0.98) 0%, rgba(0, 62, 103, 0.92) 46%, rgba(0, 53, 82, 0.24) 100%),
        url('../images/fonio-wobble.webp') no-repeat center right;
    background-size: auto, min(92%, 560px);
}

.fonio-hero h1,
.fonio-hero h2,
.fonio-hero p,
.fonio-hero li {
    color: #fff;
}

.fonio-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.875rem;
    border-radius: 50rem;
    background: #fff;
    color: var(--cs-gunmetal);
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 0.5rem 1.4rem rgba(0, 0, 0, 0.14);
}

.fonio-benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: #fff;
    color: var(--cs-gunmetal);
    font-weight: 700;
    line-height: 1;
}

.fonio-card {
    border-radius: 1.125rem;
    background: #fff;
    box-shadow: 0 1rem 2.6rem rgba(0, 0, 0, 0.1);
}

.fonio-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: var(--cs-blue);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
}

.fonio-coupon-box {
    border: 2px dashed var(--cs-gunmetal);
    border-radius: 1rem;
    background: rgba(0, 62, 103, 0.05);
}

.fonio-copy-button {
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .site-header .navbar-brand img {
        height: 44px;
    }

    .site-header .offcanvas {
        --bs-offcanvas-width: min(88vw, 380px);
    }

    .site-header .nav-link {
        padding: 0.75rem 0;
        font-size: 1rem;
        text-align: left;
    }

    .fonio-hero {
        background:
            linear-gradient(180deg, rgba(0, 44, 73, 0.98) 0%, rgba(0, 62, 103, 0.93) 100%),
            url('../images/fonio-wobble.webp') no-repeat center bottom;
        background-size: auto, 90%;
    }

    .fonio-badge {
        white-space: normal;
    }
}
