@charset "UTF-8";

:root {
    --ink: #1b2443;
    --muted: #5e6782;
    --blue: #2f3f7a;
    --blue-strong: #243268;
    --cyan: #4fb4df;
    --orange: #f0a33a;
    --paper: #ffffff;
    --soft: #f3f7fb;
    --line: #dbe4ef;
    --shadow: 0 20px 60px rgba(25, 39, 80, .12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55;
}

body.nav-open {
    overflow: hidden;
}

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

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 76px;
    padding: 0 clamp(20px, 5vw, 72px);
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px solid rgba(219, 228, 239, .76);
    backdrop-filter: blur(14px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--blue-strong);
    font-size: 18px;
    font-weight: 800;
    white-space: nowrap;
}

.brand-logo {
    width: 42px;
    height: 38px;
    object-fit: contain;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--muted);
    font-size: 15px;
    font-weight: 700;
}

.main-nav a {
    white-space: nowrap;
}

.main-nav a:hover {
    color: var(--blue);
}

.nav-cta {
    padding: 10px 16px;
    color: #fff !important;
    background: var(--blue);
    border-radius: 999px;
}

.nav-cabinet {
    padding: 9px 14px;
    color: var(--blue) !important;
    border: 1px solid var(--line);
    border-radius: 999px;
}

.nav-cabinet:hover {
    border-color: var(--blue);
    background: var(--soft);
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 10px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 8px;
}

.nav-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--blue);
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 48vw);
    align-items: center;
    min-height: calc(100vh - 76px);
    padding: clamp(36px, 6vw, 86px) clamp(20px, 5vw, 72px);
    gap: clamp(28px, 5vw, 72px);
    overflow: hidden;
}

.hero-copy {
    max-width: 560px;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--cyan);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 22px;
    color: var(--blue-strong);
    font-size: clamp(40px, 5.4vw, 66px);
    line-height: 1.02;
}

h2 {
    margin-bottom: 18px;
    color: var(--blue-strong);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
}

h3 {
    margin-bottom: 10px;
    color: var(--blue-strong);
    font-size: 21px;
    line-height: 1.2;
}

.hero-text {
    max-width: 580px;
    color: var(--muted);
    font-size: 20px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 20px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 800;
}

.btn-primary {
    color: #fff;
    background: var(--blue);
}

.btn-secondary {
    color: var(--blue);
    border-color: var(--line);
    background: #fff;
}

.btn-light {
    color: var(--blue-strong);
    background: #fff;
}

.hero-media {
    position: relative;
    min-height: 540px;
    border-radius: 42% 0 0 42%;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.hero-media img {
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
    object-position: 64% center;
}

.section {
    padding: clamp(58px, 8vw, 112px) clamp(20px, 5vw, 72px);
}

.section-heading {
    max-width: 860px;
    margin-bottom: 34px;
}

.section-heading p:not(.eyebrow) {
    color: var(--muted);
    font-size: 18px;
}

.section-heading.compact {
    max-width: 720px;
}

.intro-band,
.pricing,
.ready {
    background: var(--soft);
}

.metric-grid,
.service-grid,
.pricing-grid,
.team-grid,
.trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.metric-card,
.service-grid article,
.pricing-grid article,
.team-grid article,
.trust-row article {
    padding: 26px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(27, 36, 67, .06);
}

.metric-card span,
.rate {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--orange);
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}

.metric-card p,
.service-grid p,
.pricing-grid p,
.team-grid p,
.trust-row p {
    margin-bottom: 0;
    color: var(--muted);
}

.split {
    display: grid;
    grid-template-columns: minmax(280px, .85fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: start;
}

.goal-list {
    display: grid;
    gap: 14px;
}

.goal-list article {
    padding: 26px;
    border-left: 5px solid var(--cyan);
    background: var(--soft);
    border-radius: 0 8px 8px 0;
}

.goal-list p {
    margin-bottom: 0;
    color: var(--muted);
}

.service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-grid ul {
    margin: 16px 0 0;
    padding-left: 18px;
    color: var(--muted);
}

.service-grid li + li {
    margin-top: 10px;
}

.pricing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rate {
    color: var(--blue);
}

.trust-row article {
    background: var(--blue-strong);
}

.trust-row h3,
.trust-row p {
    color: #fff;
}

.ready-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ready-list div {
    position: relative;
    padding: 20px 20px 20px 54px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--muted);
    font-weight: 700;
}

.ready-list div::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 24px;
    width: 12px;
    height: 12px;
    background: var(--orange);
    border-radius: 50%;
}

.site-footer {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 24px clamp(20px, 5vw, 72px);
    color: var(--muted);
    border-top: 1px solid var(--line);
}

.site-footer span:first-child {
    color: var(--blue-strong);
    font-weight: 900;
}

@media (max-width: 1100px) {
    .service-grid,
    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .hero-media {
        min-height: 380px;
        border-radius: 24px;
    }

    .hero-media img {
        min-height: 380px;
        object-position: 70% center;
    }
}

@media (max-width: 820px) {
    .nav-toggle {
        display: block;
    }

    .main-nav {
        position: fixed;
        inset: 76px 16px auto;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 18px;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 8px;
        box-shadow: var(--shadow);
    }

    body.nav-open .main-nav {
        display: flex;
    }

    .hero {
        min-height: auto;
        padding-top: 42px;
    }

    h1 {
        font-size: 42px;
    }

    .metric-grid,
    .team-grid,
    .trust-row,
    .ready-list,
    .split {
        grid-template-columns: 1fr;
    }

    .site-footer {
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .site-header {
        min-height: 68px;
    }

    .brand {
        font-size: 16px;
    }

    .brand-logo {
        width: 38px;
        height: 34px;
    }

    .main-nav {
        inset: 68px 16px auto;
    }

    .hero-actions,
    .btn {
        width: 100%;
    }

    .hero-media,
    .hero-media img {
        min-height: 300px;
        object-position: 74% center;
    }

    .service-grid,
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .metric-card,
    .service-grid article,
    .pricing-grid article,
    .team-grid article,
    .trust-row article {
        padding: 22px;
    }
}
