:root {
    --bs-primary: #0d5c63;
    --bs-primary-rgb: 13, 92, 99;
    --bs-link-color: #0d5c63;
    --bs-link-hover-color: #094046;
}

body {
    background-color: #f4f7f8;
}

.boundary-nav {
    border-bottom: 1px solid rgba(23, 41, 54, 0.08);
}

.boundary-brand {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
}

.boundary-masthead {
    position: relative;
}

.boundary-masthead::before,
.paper-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(11, 30, 44, 0.82), rgba(13, 92, 99, 0.58));
}

.hero-panel,
.paper-hero .container {
    position: relative;
    z-index: 1;
}

.hero-panel {
    max-width: 760px;
    margin: 0 auto;
}

.hero-kicker {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero-lead {
    font-size: 1.2rem;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.section-soft {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.showcase-text {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.contact-section {
    padding: 5rem 0;
}

.contact-card {
    border-radius: 1.5rem;
    background: #ffffff;
    padding: 2.5rem;
}

.contact-card .row.g-0 {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
}

.contact-copy {
    padding: 4rem 3rem;
    background: linear-gradient(180deg, #12313d 0%, #0d5c63 100%);
    color: #ffffff;
    border-radius: 1rem;
}

.contact-copy h2 {
    margin-bottom: 1rem;
    font-size: 2rem;
}

.contact-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
}

.section-label {
    margin-bottom: 0.75rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.contact-form-wrap {
    padding: 2.75rem;
    border-radius: 1rem;
    background: #f7fafb;
}

.contact-form-wrap form {
    padding: 1.5rem;
    border: 1px solid rgba(23, 41, 54, 0.08);
    border-radius: 1rem;
    background: #ffffff;
}

.field-error {
    margin-top: 0.45rem;
    color: #a33030;
    font-size: 0.92rem;
}

.form-control:focus {
    border-color: rgba(13, 92, 99, 0.55);
    box-shadow: 0 0 0 0.25rem rgba(13, 92, 99, 0.15);
}

.paper-body {
    background: linear-gradient(180deg, #173540 0%, #12303b 16rem, #eef3f5 16rem, #eef3f5 100%);
}

.paper-hero {
    position: relative;
    padding: 5rem 0 4rem;
    background-image: url("/assets/img/bg-showcase-2.jpg");
    background-position: center;
    background-size: cover;
}

.paper-main {
    margin-top: -2rem;
    padding-bottom: 5rem;
}

.paper-hero-copy {
    padding: 2rem 2.25rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(6px);
    color: #172934;
}

.paper-hero-copy .hero-kicker,
.paper-hero-copy .hero-lead,
.paper-hero-copy h1 {
    color: #172934;
}

.paper-card {
    padding: 3rem;
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: 0 1.5rem 3.5rem rgba(18, 31, 38, 0.12);
}

.paper-section + .paper-section {
    margin-top: 2.25rem;
    padding-top: 2.25rem;
    border-top: 1px solid rgba(23, 41, 54, 0.1);
}

.paper-section h2 {
    margin-bottom: 1rem;
    font-size: 1.7rem;
}

.paper-section p {
    margin-bottom: 0;
    color: #41515d;
    font-size: 1.05rem;
    line-height: 1.85;
}

.paper-metric {
    height: 100%;
    padding: 1.5rem;
    border: 1px solid rgba(23, 41, 54, 0.08);
    border-radius: 1rem;
    background: #f8fbfb;
}

.paper-metric h3 {
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
}

.paper-metric p {
    font-size: 0.98rem;
    line-height: 1.7;
}

@media (max-width: 991.98px) {
    .contact-copy,
    .contact-form-wrap,
    .paper-card {
        padding: 2rem;
    }

    .contact-form-wrap form {
        padding: 1rem;
    }

    .contact-card {
        padding: 1rem;
    }

    .contact-card .row.g-0 {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }
}

@media (max-width: 767.98px) {
    .hero-actions {
        justify-content: center;
    }

    .contact-section,
    .section-soft {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .showcase-text {
        padding: 3rem 1.5rem;
    }

    .paper-hero {
        padding: 4rem 0 3rem;
    }

    .paper-main {
        margin-top: -1.5rem;
        padding-bottom: 4rem;
    }
}
