html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.contact-panel {
    padding: 2rem;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.07);
}

.honeypot-field {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

:root {
    --wolfe-navy: #0f2744;
    --wolfe-blue: #1769aa;
    --wolfe-blue-dark: #0f4f86;
    --wolfe-light: #f5f8fb;
    --wolfe-border: #dce4ec;
    --wolfe-text: #172033;
    --wolfe-muted: #637083;
}

body {
    color: var(--wolfe-text);
    background: #ffffff;
}

.hero-section {
    position: relative;
    padding: 7rem 0 6rem;
    overflow: hidden;
    background: radial-gradient( circle at 90% 10%, rgba(23, 105, 170, 0.14), transparent 34% ), linear-gradient(180deg, #ffffff 0%, #f7fafe 100%);
}

    .hero-section::after {
        position: absolute;
        right: -10rem;
        bottom: -14rem;
        width: 34rem;
        height: 34rem;
        border-radius: 50%;
        background: rgba(23, 105, 170, 0.05);
        content: "";
    }

.hero-eyebrow,
.section-eyebrow {
    margin-bottom: 0.8rem;
    color: var(--wolfe-blue);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-title {
    max-width: 850px;
    margin-bottom: 1.5rem;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    font-weight: 750;
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.hero-description {
    max-width: 740px;
    color: var(--wolfe-muted);
    font-size: 1.2rem;
    line-height: 1.75;
}

.hero-status-card {
    position: relative;
    z-index: 1;
    padding: 2.25rem;
    border: 1px solid var(--wolfe-border);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 70px rgba(15, 39, 68, 0.12);
}

.status-badge {
    display: inline-block;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    color: var(--wolfe-blue-dark);
    background: #e5f1fb;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.status-list {
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

    .status-list li {
        position: relative;
        margin-bottom: 0.9rem;
        padding-left: 1.75rem;
        color: #354154;
    }

        .status-list li::before {
            position: absolute;
            left: 0;
            color: var(--wolfe-blue);
            font-weight: 800;
            content: "✓";
        }

.redesign-section {
    padding: 6rem 0;
}

.section-heading {
    max-width: 800px;
}

    .section-heading h2 {
        margin-bottom: 1rem;
        font-size: clamp(2rem, 4vw, 3.2rem);
        font-weight: 750;
        letter-spacing: -0.035em;
    }

    .section-heading > p:last-child {
        color: var(--wolfe-muted);
        font-size: 1.1rem;
        line-height: 1.75;
    }

.feature-card {
    padding: 2rem;
    border: 1px solid var(--wolfe-border);
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(15, 39, 68, 0.05);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

    .feature-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 45px rgba(15, 39, 68, 0.1);
    }

.feature-number {
    margin-bottom: 1.5rem;
    color: var(--wolfe-blue);
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.feature-card h3 {
    margin-bottom: 1rem;
    font-size: 1.35rem;
    font-weight: 750;
}

.feature-card p {
    margin-bottom: 0;
    color: var(--wolfe-muted);
    line-height: 1.7;
}

.experience-section {
    padding: 1rem 0 6rem;
}

.experience-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2.5rem;
    border-radius: 1.25rem;
    background: var(--wolfe-light);
}

.btn-primary {
    border-color: var(--wolfe-blue);
    background-color: var(--wolfe-blue);
}

    .btn-primary:hover,
    .btn-primary:focus {
        border-color: var(--wolfe-blue-dark);
        background-color: var(--wolfe-blue-dark);
    }

@media (max-width: 767.98px) {
    .hero-section {
        padding: 4.5rem 0 4rem;
    }

    .hero-title {
        letter-spacing: -0.03em;
    }

    .hero-status-card {
        padding: 1.5rem;
    }

    .redesign-section {
        padding: 4rem 0;
    }

    .experience-panel {
        align-items: flex-start;
        flex-direction: column;
        padding: 1.75rem;
    }
}

.privacy-hero {
    padding: 5rem 0 3rem;
    background: linear-gradient( 180deg, #f7fafe 0%, #ffffff 100% );
}

    .privacy-hero h1 {
        margin-bottom: 1rem;
        font-size: clamp(2.5rem, 5vw, 4rem);
        font-weight: 750;
        letter-spacing: -0.04em;
    }

.privacy-intro {
    max-width: 760px;
    margin-bottom: 0.75rem;
    color: var(--wolfe-muted);
    font-size: 1.15rem;
    line-height: 1.75;
}

.privacy-updated {
    margin-bottom: 0;
    color: #7a8798;
    font-size: 0.9rem;
}

.privacy-content {
    padding: 3rem 0 6rem;
}

.privacy-layout {
    display: grid;
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
    gap: 3rem;
    align-items: start;
}

.privacy-summary {
    position: sticky;
    top: 2rem;
    padding: 2rem;
    border: 1px solid var(--wolfe-border);
    border-radius: 1rem;
    background: var(--wolfe-light);
}

    .privacy-summary h2 {
        margin-bottom: 1rem;
        font-size: 1.35rem;
        font-weight: 750;
    }

    .privacy-summary p {
        color: var(--wolfe-muted);
        line-height: 1.65;
    }

.privacy-policy {
    min-width: 0;
}

    .privacy-policy section {
        padding: 0 0 2.5rem;
        margin-bottom: 2.5rem;
        border-bottom: 1px solid var(--wolfe-border);
    }

        .privacy-policy section:last-child {
            margin-bottom: 0;
            border-bottom: 0;
        }

    .privacy-policy h2 {
        margin-bottom: 1rem;
        font-size: 1.55rem;
        font-weight: 750;
        letter-spacing: -0.02em;
    }

    .privacy-policy p,
    .privacy-policy li {
        color: #4f5d70;
        line-height: 1.75;
    }

    .privacy-policy ul {
        padding-left: 1.25rem;
    }

    .privacy-policy address {
        color: #4f5d70;
        font-style: normal;
        line-height: 1.75;
    }

@media (max-width: 991.98px) {
    .privacy-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .privacy-summary {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .privacy-hero {
        padding: 4rem 0 2rem;
    }

    .privacy-content {
        padding: 2rem 0 4rem;
    }

    .privacy-summary {
        padding: 1.5rem;
    }
}