@font-face {
    font-family: DM Sans;
    src: url("fonts/DM_Sans/DMSans-VariableFont_opsz,wght.ttf");
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    background: #070c16;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.45;
}
a {
    color: inherit;
    text-decoration: none;
}
button,
input,
textarea {
    font: inherit;
}
.wrap {
    width: min(1248px, calc(100% - 48px));
    margin: auto;
}
.header {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
}
.mark {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #2f7f7a;
    color: #070c16;
    font-size: 14px;
}
.logo {
    width: 38px;
    height: 38px;
    object-fit: contain;
}
.wordmark {
    gap: 8.4px;
    font-size: 28.56px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
}
.wordmark strong {
    font-weight: 700;
}
.wordmark img {
    width: 10.08px;
    height: 26.88px;
}
.nav {
    display: flex;
    gap: 32px;
    color: #94a1b6;
    font-size: 15px;
    font-weight: 500;
}
.mobile-nav {
    display: none;
}
.nav a:hover,
.footer a:hover {
    color: #ddece9;
}
.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1e514e;
    border-radius: 14px;
    padding: 15px 24px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
}
.button.primary {
    background: #2f7f7a;
    border-color: #2f7f7a;
    color: #fff;
}
.button:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}
.menu {
    display: none;
    background: none;
    border: 0;
    color: #fff;
    font-size: 24px;
    padding: 8px;
}
.hero {
    min-height: 640px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    padding: 72px 0;
}
.home .hero {
    min-height: 720px;
    padding: 88px 0;
}
.copy {
    max-width: 720px;
}
.badge,
.eyebrow {
    color: #2f7f7a;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.badge {
    display: inline-block;
    border: 1px solid #1e514e;
    border-radius: 999px;
    padding: 7px 14px;
}
.hero h1 {
    font-size: clamp(44px, 4.45vw, 64px);
    line-height: 1.16;
    letter-spacing: -0.03em;
    margin: 28px 0;
}
.hero p {
    color: #94a1b6;
    font-size: 20px;
    max-width: 660px;
    margin: 0;
}
.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px;
}
.panel,
.card {
    background: #0c1322;
    border: 1px solid #1e514e;
    border-radius: 22px;
}
.process-panel {
    width: 430px;
    padding: 28px;
    flex: 0 0 auto;
}
.process-panel h2 {
    font-size: 24px;
    margin: 0 0 14px;
}
.process {
    display: flex;
    gap: 16px;
    padding: 13px 0;
}
.number {
    color: #2f7f7a;
    font-size: 14px;
    font-weight: 700;
    min-width: 36px;
}
.process strong {
    display: block;
    font-size: 18px;
}
.process p {
    font-size: 14px;
    margin: 4px 0 0;
}
.section {
    padding: 88px 0;
}
.section h2 {
    max-width: 900px;
    font-size: 44px;
    line-height: 1.18;
    letter-spacing: -0.025em;
    margin: 24px 0;
}
.lead {
    max-width: 850px;
    color: #94a1b6;
    font-size: 19px;
}
.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.card {
    padding: 26px;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.card h3 {
    font-size: 23px;
    line-height: 1.22;
    margin: 0;
}
.card p {
    color: #94a1b6;
    font-size: 15px;
    margin: 0;
}
.card small {
    color: #2f7f7a;
    font-size: 13px;
    font-weight: 600;
    margin-top: auto;
}
.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 40px;
}
.step h3 {
    margin: 10px 0;
    font-size: 24px;
}
.step p {
    color: #94a1b6;
    font-size: 16px;
    margin: 0;
}
.contact-cta {
    background: #ddece9;
    color: #070c16;
    border-radius: 28px;
    text-align: center;
    padding: 48px 56px;
    max-width: 1140px;
    margin: auto;
}
.contact-cta h2 {
    font-size: 40px;
    margin: 0;
}
.contact-cta p {
    font-size: 18px;
    max-width: 760px;
    margin: 18px auto 24px;
}
.contact-cta .button {
    border: 0;
}
.footer {
    background: #0c1322;
    padding: 72px 0;
}
.footer .wrap {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    color: #94a1b6;
    font-size: 14px;
}
.footer strong {
    color: #fff;
    font-size: 20px;
}
.services-grid {
    grid-template-columns: repeat(3, 1fr);
}
.services-grid .card {
    min-height: 352px;
}
.comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 24px;
}
.comparison .card {
    min-height: 286px;
}
.comparison ul {
    margin: 0;
    padding-left: 18px;
    line-height: 1.5;
}
.legal {
    width: min(900px, 100%);
    padding: 104px 0 120px;
}
.legal header {
    margin-bottom: 64px;
}
.legal h1 {
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin: 20px 0;
}
.legal h2 {
    font-size: 32px;
    line-height: 1.25;
    margin: 0 0 16px;
}
.legal h3 {
    font-size: 22px;
    margin: 22px 0 8px;
}
.legal p,
.legal li {
    color: #94a1b6;
    font-size: 17px;
    line-height: 1.65;
}
.legal .legal-card {
    padding: 32px;
    border-radius: 20px;
    margin-bottom: 64px;
}
.legal section {
    margin: 0 0 54px;
}
.legal-card .columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}
.legal-card h2 {
    font-size: 28px;
}
.legal-card h3 {
    color: #2f7f7a;
    font-size: 14px;
    letter-spacing: 0.04em;
}
.contact-page {
    display: grid;
    grid-template-columns: 430px 1fr;
    gap: 80px;
    padding: 60px 0 106px;
}
.contact-page h1 {
    font-size: 52px;
    line-height: 1.12;
    margin: 16px 0;
}
.contact-page .intro {
    color: #94a1b6;
    font-size: 18px;
}
.direct {
    margin-top: 48px;
    padding: 28px;
    border-radius: 16px;
}
.direct p {
    color: #94a1b6;
}
.direct a {
    display: block;
    font-weight: 500;
    margin: 12px 0;
}
.direct a:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #2f7f7a;
    margin-right: 12px;
}
.form {
    padding: 36px;
    border-radius: 20px;
}
.form h2 {
    margin: 0;
    font-size: 28px;
}
.form > p {
    color: #94a1b6;
    margin: 8px 0 22px;
}
.topics,
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.topic {
    background: #101a2d;
    border: 1px solid #253149;
    padding: 14px 16px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}
.topic input {
    accent-color: #2f7f7a;
    margin-right: 10px;
}
.field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 14px;
}
.field input,
.field textarea {
    background: #070c16;
    border: 1px solid #253149;
    border-radius: 10px;
    color: #fff;
    padding: 15px 16px;
    min-height: 54px;
    resize: vertical;
    font-weight: 400;
}
.field textarea {
    min-height: 132px;
}
.form .notice {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 20px;
}
.form .button {
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
}
.form-status {
    min-height: 1.5em;
    color: #94a1b6;
    font-size: 14px;
}
.honeypot {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}
@media (max-width: 760px) {
    .wrap {
        width: min(100% - 48px, 342px);
    }
    .header {
        height: 72px;
    }
    .wordmark {
        gap: 6px;
        font-size: 23px;
    }
    .wordmark img {
        width: 8px;
        height: 22px;
    }
    .header .button,
    .nav {
        display: none;
    }
    .menu {
        display: block;
    }
    .mobile-nav {
        display: none;
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        background: #0c1322;
        padding: 20px 24px;
        z-index: 2;
        border-bottom: 1px solid #1e514e;
    }
    .mobile-nav.open {
        display: grid;
        gap: 16px;
    }
    .footer {
        padding: 36px 0 82px;
    }
    .footer .wrap {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }
    .hero,
    .home .hero {
        min-height: auto;
        display: block;
        padding: 56px 0 64px;
    }
    .hero h1 {
        font-size: 40px;
        margin: 16px 0;
    }
    .hero p {
        font-size: 17px;
        line-height: 1.5;
    }
    .actions {
        display: grid;
    }
    .actions .button {
        width: 100%;
    }
    .process-panel {
        width: 100%;
        margin-top: 48px;
        padding: 24px;
        border-radius: 20px;
    }
    .process-panel h2 {
        font-size: 21px;
    }
    .section {
        padding: 64px 0;
    }
    .section h2 {
        font-size: 32px;
        margin: 16px 0;
    }
    .lead {
        font-size: 17px;
    }
    .grid,
    .services-grid,
    .steps,
    .comparison {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 32px;
    }
    .card,
    .services-grid .card {
        min-height: 0;
        padding: 24px;
    }
    .contact-cta {
        padding: 32px 24px;
        border-radius: 20px;
    }
    .contact-cta h2 {
        font-size: 30px;
    }
    .contact-cta p {
        font-size: 16px;
    }
    .legal {
        padding: 64px 0 72px;
    }
    .legal header {
        margin-bottom: 48px;
    }
    .legal h1 {
        font-size: 40px;
        margin: 12px 0;
    }
    .legal h2 {
        font-size: 28px;
    }
    .legal h3 {
        font-size: 19px;
    }
    .legal p,
    .legal li {
        font-size: 16px;
        line-height: 1.58;
    }
    .legal .legal-card {
        padding: 24px;
        margin-bottom: 48px;
    }
    .legal-card .columns {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .legal section {
        margin-bottom: 42px;
    }
    .contact-page {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 56px 0 64px;
    }
    .contact-page h1 {
        font-size: 40px;
    }
    .direct {
        margin-top: 32px;
        padding: 24px;
    }
    .form {
        padding: 24px;
    }
    .form h2 {
        font-size: 24px;
    }
    .topics,
    .form-grid {
        grid-template-columns: 1fr;
    }
    .form-grid {
        gap: 0;
    }
}
