:root {
    --bg: #f3f5f6;
    --surface: #f8f9fa;
    --white: #ffffff;
    --text: #1e2a32;
    --muted: #66747d;
    --blue: #356582;
    --blue-dark: #274e67;
    --blue-soft: #e3edf2;
    --green: #4f8d73;
    --line: #d9e0e4;
    --line-dark: #c4cfd5;
    --container: 1160px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
}

body {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
}

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

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

.container {
    width: min(var(--container), calc(100% - 40px));
    margin: 0 auto;
}

.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 72px;
    background: rgba(248, 249, 250, 0.96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px);
    box-shadow: 0 3px 15px rgba(30, 50, 60, 0.05);
}

.nav {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
}

.brand {
    width: 138px;
    flex: 0 0 108px;
    max-height: 68px;
}

.brand img {
    max-height: 68px;
    mix-blend-mode: multiply;
}

.main-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 25px;
}

.main-nav a {
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
}

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

.nav-button,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    font-weight: 800;
    transition: .2s ease;
}

.nav-button {
    min-height: 40px;
    padding: 0 16px;
    background: var(--blue);
    color: var(--white);
    font-size: 10px;
    white-space: nowrap;
    margin-left: auto;
}

.nav-button:hover,
.primary:hover,
.contact-button:hover {
    background: var(--blue-dark);
    transform: translateY(-1px);
}

.section {
    padding: 78px 0;
}

.section-kicker {
    margin-bottom: 14px;
    color: var(--blue);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.9px;
}

h2 {
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.02;
    letter-spacing: -2.2px;
}

/* HERO */

.hero {
    padding: 62px 0 48px;
    background:
        radial-gradient(circle at 78% 38%, rgba(53, 101, 130, .10), transparent 28%),
        linear-gradient(135deg, #f8f9fa, #eef2f4);
}

.hero-grid {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    align-items: center;
    gap: 55px;
}

.eyebrow {
    margin-bottom: 14px;
    color: var(--blue);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 2px;
}

.hero h1 {
    max-width: 610px;
    font-size: clamp(43px, 5.1vw, 63px);
    line-height: .98;
    letter-spacing: -3px;
    font-weight: 900;
}

.hero h1 span {
    display: block;
    color: var(--muted);
}

.hero-copy > p {
    max-width: 540px;
    margin-top: 23px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}

.button {
    min-height: 48px;
    padding: 0 20px;
    font-size: 11px;
}

.primary {
    margin-top: 26px;
    background: var(--blue);
    color: var(--white);
    box-shadow: 0 8px 22px rgba(53, 101, 130, .15);
}

.secondary {
    background: rgba(255,255,255,.7);
    border: 1px solid var(--line-dark);
    color: var(--text);
}

.hero-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 17px;
    color: #7f8b92;
    font-size: 10px;
}

.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--blue);
}

.hero-image-wrap {
    width: min(580px, 100%);
    justify-self: end;
}

.declaration-image {
    width: 100%;
    height: auto;
    border-radius: 7px;
    border: 1px solid #d7dfe4;
    box-shadow: 0 18px 42px rgba(31, 53, 65, .11);
    background: white;
}

/* TRUST */

.trust-bar {
    background: var(--white);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.trust-content {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #6f7c84;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.3px;
    flex-wrap: wrap;
}

.trust-content i {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #abb6bd;
}

/* SERVICE */

.service-section {
    background: var(--bg);
}

.service-grid {
    display: grid;
    grid-template-columns: .52fr 1fr;
    gap: 80px;
}

.service-grid > div:first-child h2 {
    font-size: clamp(38px, 4.5vw, 56px);
    margin-top: 1px;
}

.service-content {
    padding-top: 4px;
    border-top: 1px solid var(--line);
}

.service-content h3 {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 25px;
    letter-spacing: -.5px;
}

.lead {
    max-width: 640px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}

.fit-title {
    margin-top: 32px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 850;
}

.fit-list {
    border-top: 1px solid var(--line);
}

.fit-row {
    display: grid;
    grid-template-columns: 36px 1fr;
    align-items: center;
    gap: 6px;
    min-height: 48px;
    border-bottom: 1px solid var(--line);
}

.fit-row > span {
    color: var(--blue);
    font-size: 8px;
    font-weight: 900;
}

.fit-row p {
    color: var(--muted);
    font-size: 12px;
}

.fit-row strong {
    color: var(--text);
}

/* FAQ */

.faq-section {
    background: var(--white);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.faq-heading {
    display: grid;
    grid-template-columns: 1fr .65fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 35px;
}

.faq-heading p {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.75;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
}

.faq-column {
    display: flex;
    flex-direction: column;
}

details {
    border-bottom: 1px solid var(--line);
}

summary {
    min-height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    list-style: none;
    font-size: 12px;
    font-weight: 750;
}

summary::-webkit-details-marker {
    display: none;
}

summary span {
    color: var(--blue);
    font-size: 18px;
    font-weight: 400;
}

details p {
    padding: 0 0 17px;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.75;
}

/* ABOUT */

.about-section {
    background: var(--surface);
}

.about-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 75px;
    align-items: center;
}

.about-copy h2 {
    max-width: 650px;
}

.about-copy > p {
    max-width: 650px;
    margin-top: 20px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.8;
}

.about-copy strong {
    color: var(--text);
}

.growth-note {
    max-width: 650px;
    margin-top: 24px;
    padding: 16px 0 0 17px;
    border-top: 1px solid var(--line);
    border-left: 2px solid var(--blue);
}

.growth-note strong {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
}

.growth-note span {
    color: var(--muted);
    font-size: 11px;
    line-height: 1.75;
}

.about-logo-panel {
    min-height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border: 1px solid #d5dfe4;
    overflow: hidden;
}

.about-logo-panel::before {
    content: "";
    position: absolute;
    width: 0;
}

.about-logo {
    width: 100%;
}


/* PRICE */

.price-section {
    background: var(--bg);
}

.price-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 45px;
    align-items: stretch;
    padding: 30px;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: 0 16px 40px rgba(30, 52, 64, .06);
}

.price-grid h2 {
    margin-bottom: 25px;
}

.price-value {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.price-value strong {
    font-size: 58px;
    line-height: .95;
    letter-spacing: -2px;
}

.price-value span {
    color: var(--muted);
    font-size: 14px;
    font-weight: 750;
}

.price-note {
    max-width: 430px;
    margin-top: 18px;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.7;
}

.included {
    padding-left: 35px;
    border-left: 1px solid var(--line);
}

.included h3 {
    margin-bottom: 8px;
    font-size: 13px;
}

.included-row {
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    font-size: 11px;
}

.included-row span {
    color: var(--green);
    font-weight: 900;
}

.extra-price {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 16px;
    padding-top: 14px;
    color: var(--text);
    border-top: 1px solid var(--line);
    font-size: 11px;
}

.extra-price span {
    color: var(--blue);
    font-weight: 850;
}

/* CTA */

.cta-section {
    padding: 60px 0;
    background: var(--blue);
    color: var(--white);
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.cta-section .section-kicker {
    color: #c8dbe5;
}

.cta-section h2 {
    max-width: 760px;
}

.cta-section p {
    margin-top: 14px;
    color: #d6e3e9;
    font-size: 12px;
}

.light {
    min-width: 210px;
    background: var(--white);
    color: var(--blue);
}

/* CONTACT */

.contact-section {
    background: var(--surface);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 80px;
    align-items: center;
}

.contact-grid > div:first-child > p {
    max-width: 540px;
    margin-top: 18px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.8;
}

.contact-card {
    border-top: 1px solid var(--line);
}

.contact-row {
    min-height: 62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--line);
}

.contact-row small {
    display: block;
    margin-bottom: 2px;
    color: #87939a;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: 1.4px;
}

.contact-row strong {
    font-size: 12px;
}

.contact-row > span {
    color: var(--blue);
}

.contact-button {
    min-height: 47px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--blue);
    color: var(--white);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 850;
}

/* FOOTER */

.footer {
    padding: 22px 0;
    background: #e5eaed;
    border-top: 1px solid var(--line);
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.footer-brand {
    width: 120px;
}

.footer-brand img {
    width: 100%;
    mix-blend-mode: multiply;
}

.footer p,
.footer > .container > a:last-child {
    color: #77848c;
    font-size: 9px;
}

/* RESPONSIVE */

@media (max-width: 1000px) {
    .main-nav {
        display: none;
    }

    .hero-grid,
    .service-grid,
    .about-grid,
    .price-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        padding-top: 55px;
    }

    .hero-image-wrap {
        width: min(640px, 100%);
        justify-self: start;
    }

    .faq-heading {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .included {
        padding-left: 0;
        border-left: 0;
    }

    .price-grid {
        gap: 28px;
    }
}

@media (max-width: 680px) {
    .container {
        width: calc(100% - 28px);
    }

    .header {
        height: 66px;
    }


    .nav-button {
        padding: 0 11px;
        font-size: 8px;
    }

    .hero h1 {
        font-size: 39px;
        letter-spacing: -2.2px;
    }

    .hero-copy > p {
        font-size: 13px;
    }

    .section {
        padding: 60px 0;
    }

    h2,
    .service-grid > div:first-child h2 {
        font-size: 37px;
    }

    .trust-content {
        padding: 10px 0;
        gap: 9px 14px;
        font-size: 7px;
        text-align: center;
    }

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

    .price-grid {
        padding: 22px;
    }

    .price-value strong {
        font-size: 49px;
    }

    .extra-price {
        flex-direction: column;
        gap: 5px;
    }

    .cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .light {
        width: 100%;
    }

    .footer-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}
