:root {
    --font-body: 'Manrope', sans-serif;
    --font-heading: 'Space Grotesk', sans-serif;

    --ink-950: #0d1a33;
    --ink-900: #132645;
    --ink-800: #1b355f;
    --ink-700: #2f4d80;

    --accent-600: #0093b5;
    --accent-500: #02adc6;
    --accent-400: #2bc8dc;
    --accent-200: #b8edf5;

    --sand-50: #f5f7fb;
    --sand-100: #edf1f7;
    --sand-200: #dde5f0;
    --sand-300: #bfccdc;

    --success: #1f8d59;
    --warning: #a75f15;

    --radius-sm: 0.65rem;
    --radius-md: 1rem;
    --radius-lg: 1.35rem;
    --radius-xl: 1.8rem;

    --shadow-sm: 0 10px 30px rgba(21, 47, 87, 0.08);
    --shadow-md: 0 20px 48px rgba(18, 43, 82, 0.12);

    --bs-primary: var(--accent-500);
    --bs-primary-rgb: 2, 173, 198;
    --bs-body-font-family: var(--font-body);
    --bs-body-bg: var(--sand-50);
    --bs-body-color: var(--ink-900);
    --bs-link-color: var(--ink-900);
    --bs-link-hover-color: var(--accent-600);
}

* {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    overflow-x: clip;
    line-height: 1.7;
    color: var(--ink-900);
    background:
        radial-gradient(circle at 100% -10%, rgba(43, 200, 220, 0.12), transparent 45%),
        linear-gradient(180deg, #ffffff 0%, var(--sand-50) 70%);
}

img,
svg {
    max-width: 100%;
}

a {
    text-decoration: none;
    transition: color 0.25s ease, opacity 0.25s ease;
}

a:hover {
    opacity: 0.95;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    letter-spacing: -0.02em;
    color: var(--ink-950);
    line-height: 1.2;
}

p:last-child {
    margin-bottom: 0;
}

.site-main {
    min-height: 60vh;
}

.section-space {
    padding-block: clamp(3.75rem, 8vw, 6.25rem);
}

.section-soft {
    background: linear-gradient(180deg, #f7f9fc 0%, #edf3f8 100%);
}

.section-dark {
    background: linear-gradient(130deg, #0f1f3b 0%, #132c52 65%, #1d3c66 100%);
    color: #f1f8ff;
}

.section-dark h2,
.section-dark h3,
.section-dark h4 {
    color: #ffffff;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(43, 200, 220, 0.14);
    color: var(--accent-600);
}

.eyebrow::before {
    content: '';
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: var(--accent-500);
}

.section-title {
    font-size: clamp(1.75rem, 3.4vw, 2.6rem);
    margin-bottom: 1rem;
}

.section-lead {
    color: #4d6285;
    max-width: 740px;
    margin-inline: auto;
}

.surface-card {
    height: 100%;
    border: 1px solid rgba(19, 38, 69, 0.08);
    border-radius: var(--radius-lg);
    background: #ffffff;
    padding: clamp(1.3rem, 2.2vw, 1.9rem);
    box-shadow: var(--shadow-sm);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.surface-card:hover {
    transform: translateY(-6px);
    border-color: rgba(2, 173, 198, 0.4);
    box-shadow: var(--shadow-md);
}

.surface-card .icon-wrap {
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem;
    color: var(--accent-600);
    background: rgba(2, 173, 198, 0.12);
    margin-bottom: 1rem;
}

.metric-card {
    border-radius: var(--radius-md);
    border: 1px solid rgba(19, 38, 69, 0.12);
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    padding: 1rem 1.1rem;
}

.metric-value {
    font-size: clamp(1.3rem, 2.6vw, 1.9rem);
    font-weight: 800;
    color: var(--ink-950);
    line-height: 1.1;
}

.metric-label {
    margin-top: 0.2rem;
    margin-bottom: 0;
    color: #4e6588;
    font-size: 0.86rem;
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 9999;
    background: #000;
    color: #fff;
    padding: 0.55rem 0.9rem;
    border-radius: 0.55rem;
}

.skip-link:focus {
    left: 1rem;
    top: 1rem;
}

.site-topbar {
    background: #0d1c35;
    color: #d3e1f6;
    font-size: 0.86rem;
}

.site-topbar a {
    color: #cceefe;
}

.site-navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(19, 38, 69, 0.08);
    padding-block: 0.9rem;
    transition: background-color 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.site-navbar.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 30px rgba(15, 34, 61, 0.08);
    padding-block: 0.58rem;
}

.navbar-brand {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-line {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    color: var(--ink-900);
}

.brand-line-accent {
    color: var(--accent-600);
    margin-top: 0.14rem;
}

.navbar-nav {
    gap: 0.35rem;
}

.navbar-nav .nav-link {
    font-weight: 600;
    color: #304f79;
    padding: 0.56rem 0.75rem;
    border-radius: 0.55rem;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.navbar-nav .nav-link:hover {
    color: var(--ink-950);
    background: rgba(19, 38, 69, 0.06);
}

.navbar-nav .nav-link.active {
    color: var(--ink-950);
    background: rgba(2, 173, 198, 0.14);
}

.navbar-toggler {
    border: 1px solid rgba(19, 38, 69, 0.2);
    padding: 0.35rem 0.55rem;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 173, 198, 0.22);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2819, 38, 69, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn {
    border-radius: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 0.72rem 1.15rem;
}

.btn-primary {
    color: #062031;
    border-color: var(--accent-500);
    background: linear-gradient(135deg, #3fd5e3 0%, var(--accent-500) 100%);
}

.btn-primary:hover,
.btn-primary:focus {
    color: #061b28;
    border-color: var(--accent-400);
    background: linear-gradient(135deg, #57deeb 0%, #24bbd1 100%);
    transform: translateY(-1px);
}

.btn-outline-light {
    border-width: 1px;
}

.nav-cta {
    white-space: nowrap;
}

.hero-home {
    position: relative;
    padding-top: clamp(7rem, 14vw, 10.5rem);
    padding-bottom: clamp(3.5rem, 8vw, 6rem);
    background:
        radial-gradient(circle at 85% 24%, rgba(43, 200, 220, 0.2), transparent 35%),
        linear-gradient(160deg, #eef4fa 0%, #fdfefe 45%, #edf4f9 100%);
    overflow: hidden;
}

.hero-home::after {
    content: '';
    position: absolute;
    inset: auto -160px -240px auto;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(2, 173, 198, 0.2) 0%, rgba(2, 173, 198, 0) 62%);
    pointer-events: none;
}

.hero-title {
    font-size: clamp(2rem, 5vw, 3.7rem);
    margin-bottom: 1rem;
}

.hero-title .accent {
    color: var(--accent-600);
}

.hero-subtitle {
    color: #456082;
    max-width: 42rem;
    margin-bottom: 1.8rem;
}

.hero-checklist {
    display: grid;
    gap: 0.65rem;
    margin-top: 1.6rem;
}

.hero-check {
    display: flex;
    align-items: center;
    gap: 0.62rem;
    color: #244267;
    font-weight: 600;
}

.hero-check span {
    width: 1.35rem;
    height: 1.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(31, 141, 89, 0.16);
    position: relative;
}

.hero-check span::before {
    content: '';
    width: 0.44rem;
    height: 0.23rem;
    border-left: 2px solid var(--success);
    border-bottom: 2px solid var(--success);
    transform: rotate(-45deg);
    display: block;
}

.hero-media {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    min-height: 340px;
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-media::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(155deg, rgba(8, 28, 53, 0.2), rgba(8, 28, 53, 0.62));
}

.hero-badge {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(2, 173, 198, 0.25);
    border-radius: 0.9rem;
    padding: 0.75rem 0.9rem;
    box-shadow: 0 12px 24px rgba(17, 40, 73, 0.12);
}

.hero-badge strong {
    display: block;
    font-size: 1.15rem;
    color: var(--ink-950);
    line-height: 1.1;
}

.hero-badge span {
    font-size: 0.82rem;
    color: #35547b;
}

.hero-metrics {
    margin-top: clamp(2rem, 4vw, 3.2rem);
}

.page-hero {
    position: relative;
    padding-block: clamp(4.2rem, 8vw, 5.7rem);
    background: linear-gradient(130deg, #0f1f3b 0%, #14335e 60%, #1d4d78 100%);
    overflow: hidden;
}

.page-hero::before,
.page-hero::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.page-hero::before {
    width: 420px;
    height: 420px;
    top: -210px;
    right: -180px;
    background: radial-gradient(circle, rgba(43, 200, 220, 0.4), rgba(43, 200, 220, 0));
}

.page-hero::after {
    width: 280px;
    height: 280px;
    bottom: -170px;
    left: -140px;
    background: radial-gradient(circle, rgba(138, 201, 255, 0.32), rgba(138, 201, 255, 0));
}

.page-hero-content {
    position: relative;
    z-index: 2;
    color: #eaf4ff;
}

.page-hero-title {
    color: #ffffff;
    font-size: clamp(2rem, 4.8vw, 3.3rem);
    margin-bottom: 0.9rem;
}

.page-hero p {
    color: #d7e7fb;
    max-width: 720px;
}

.list-check {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    gap: 0.75rem;
}

.list-check li {
    position: relative;
    padding-left: 1.95rem;
    color: #2f4c75;
}

.list-check li::before {
    content: '';
    position: absolute;
    left: 0.2rem;
    top: 0.45rem;
    width: 0.48rem;
    height: 0.26rem;
    border-left: 2px solid var(--success);
    border-bottom: 2px solid var(--success);
    transform: rotate(-45deg);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.process-step {
    background: #ffffff;
    border: 1px solid rgba(19, 38, 69, 0.08);
    border-radius: var(--radius-md);
    padding: 1.2rem;
    box-shadow: var(--shadow-sm);
    position: relative;
}

.process-step .step-number {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #082030;
    background: linear-gradient(135deg, #5cdde9 0%, #2dc8da 100%);
    margin-bottom: 0.85rem;
}

.cta-band {
    margin-bottom: clamp(-3.4rem, -4vw, -2.4rem);
    position: relative;
    z-index: 2;
}

.cta-panel {
    background: linear-gradient(130deg, #112644 0%, #15365f 58%, #1a4471 100%);
    color: #e7f3ff;
    border-radius: var(--radius-xl);
    padding: clamp(1.8rem, 4vw, 3rem);
    box-shadow: 0 24px 46px rgba(10, 26, 49, 0.34);
    position: relative;
    overflow: hidden;
}

.cta-panel::before {
    content: '';
    position: absolute;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    top: -180px;
    right: -160px;
    background: radial-gradient(circle, rgba(43, 200, 220, 0.46), transparent 65%);
}

.cta-panel h2,
.cta-panel h3 {
    color: #ffffff;
}

.cta-panel p {
    color: #d6e9fb;
}

.site-footer {
    background: linear-gradient(145deg, #0d1d35 0%, #142b4c 70%, #17365f 100%);
    color: #d4e2f7;
    padding-top: clamp(5.5rem, 9vw, 7rem);
    padding-bottom: 1.3rem;
}

.footer-brand {
    color: #ffffff;
    font-size: 1.25rem;
}

.footer-brand span {
    color: #8ee9f6;
}

.footer-title {
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.footer-links,
.footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}

.footer-links a,
.footer-contact a {
    color: #d4e4fb;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: #8ee9f6;
}

.footer-bottom {
    margin-top: 2rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(212, 228, 251, 0.18);
    color: #b4c9e8;
    font-size: 0.9rem;
}

.form-card {
    border-radius: var(--radius-lg);
    border: 1px solid rgba(19, 38, 69, 0.1);
    background: #ffffff;
    padding: clamp(1.2rem, 2.5vw, 2rem);
    box-shadow: var(--shadow-sm);
}

.form-control,
.form-select {
    border-radius: 0.65rem;
    border: 1px solid rgba(19, 38, 69, 0.16);
    background: #f9fbff;
    padding: 0.78rem 0.88rem;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(2, 173, 198, 0.68);
    box-shadow: 0 0 0 0.2rem rgba(2, 173, 198, 0.15);
}

.map-frame {
    width: 100%;
    min-height: 360px;
    border: 0;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.quote-box {
    border-left: 5px solid var(--accent-500);
    border-radius: var(--radius-md);
    background: #ffffff;
    box-shadow: var(--shadow-sm);
    padding: clamp(1.25rem, 3vw, 2rem);
}

.accent-text {
    color: var(--accent-600);
}

[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 {
    transition-delay: 0.1s;
}

.reveal-delay-2 {
    transition-delay: 0.2s;
}

.reveal-delay-3 {
    transition-delay: 0.3s;
}

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

    [data-reveal] {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 991.98px) {
    .site-navbar {
        padding-block: 0.62rem;
    }

    .site-navbar .navbar-collapse {
        margin-top: 0.8rem;
        padding: 0.95rem;
        border-radius: 0.95rem;
        border: 1px solid rgba(19, 38, 69, 0.1);
        background: #ffffff;
        box-shadow: var(--shadow-sm);
    }

    .navbar-nav {
        margin-bottom: 0.8rem;
    }

    .navbar-nav .nav-link {
        margin: 0;
        padding: 0.58rem 0.7rem;
    }

    .nav-cta {
        width: 100%;
        justify-content: center;
    }

    .hero-home {
        padding-top: clamp(6.6rem, 12vw, 7.8rem);
    }

    .hero-home::after {
        width: 380px;
        height: 380px;
    }
    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .section-space {
        padding-block: 3.5rem;
    }

    .hero-checklist {
        gap: 0.55rem;
    }

    .hero-media {
        min-height: 280px;
    }

    .hero-badge {
        right: 0.7rem;
        bottom: 0.7rem;
        padding: 0.62rem 0.75rem;
    }

    .cta-panel {
        text-align: center;
    }

    .process-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .brand-line {
        font-size: 0.85rem;
        letter-spacing: 0.05em;
    }

    .hero-title {
        font-size: 1.9rem;
    }

    .page-hero-title {
        font-size: 1.85rem;
    }

    .btn {
        width: 100%;
    }

    .btn + .btn {
        margin-top: 0.55rem;
    }

    .hero-cta-wrap {
        width: 100%;
    }
}
