:root {
    font-family:
        Inter,
        ui-sans-serif,
        -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        sans-serif;
    color: #14352f;
    background: #fafbf8;
    font-synthesis: none;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
}
a {
    color: inherit;
}
button,
a {
    -webkit-tap-highlight-color: transparent;
}
a:focus-visible {
    outline: 3px solid #087f64;
    outline-offset: 5px;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 24px;
}
.wrap {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}
.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 25px;
    border-bottom: 1px solid #dde5dd;
    gap: 20px;
}
.brand {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 22px;
    font-weight: 750;
    letter-spacing: -0.7px;
}
.brand small {
    display: block;
    font-size: 9px;
    letter-spacing: 1.8px;
    margin-top: 5px;
    font-weight: 600;
    color: #62726b;
}
.brand-icon {
    display: grid;
    place-items: center;
    background: #14352f;
    color: #c1f579;
    border-radius: 15px;
    width: 45px;
    height: 45px;
    font-size: 38px;
}
.site-header nav,
.footer nav {
    display: flex;
    align-items: center;
    gap: 25px;
}
.site-header nav > a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 15px 22px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 650;
    font-size: 15px;
    min-height: 48px;
}
.dark {
    background: #14352f;
    color: white;
}
.lime {
    background: #c1f579;
    color: #14352f;
}
.button:hover {
    filter: brightness(0.95);
}
.hero {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 65px;
    align-items: center;
    padding-block: 85px 90px;
}
.eyebrow {
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 1.8px;
    color: #397361;
    line-height: 1.8;
}
.status-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #689f35;
    border-radius: 100%;
    margin-right: 7px;
}
h1 {
    font-size: clamp(38px, 4.7vw, 60px);
    line-height: 1.09;
    letter-spacing: -2.5px;
    margin: 24px 0;
}
h1 em {
    font-style: normal;
    color: #57806e;
}
h2 {
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.18;
    letter-spacing: -1.2px;
    margin: 18px 0 25px;
}
h3 {
    font-size: 19px;
    letter-spacing: -0.3px;
    margin: 14px 0;
}
p {
    font-size: 15px;
    line-height: 1.8;
    color: #62726b;
}
.intro {
    font-size: 18px;
    line-height: 1.8;
    max-width: 530px;
}
.actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 30px;
}
.text-link {
    font-weight: 650;
    font-size: 14px;
    text-underline-offset: 5px;
}
.hero-note {
    font-size: 12px;
    max-width: 440px;
    margin-top: 25px;
}
.preview {
    border-radius: 28px;
    background: #14352f;
    color: #fff;
    padding: 30px;
    transform: rotate(1deg);
    box-shadow: 0 24px 50px #16392b14;
}
.preview-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    letter-spacing: 1.5px;
    color: #bdd3c7;
    gap: 10px;
}
.preview-tag {
    border: 1px solid #577166;
    padding: 5px 8px;
    border-radius: 6px;
    letter-spacing: 0;
}
.preview h2 {
    font-size: 30px;
    margin-block: 28px;
}
.message {
    padding: 17px 20px;
    border-radius: 14px;
    max-width: 88%;
    margin-block: 14px;
}
.message small {
    font-size: 9px;
    letter-spacing: 1.4px;
    font-weight: 700;
}
.message p {
    font-size: 14px;
    color: inherit;
    line-height: 1.6;
    margin: 7px 0 0;
}
.incoming {
    background: #fff;
    color: #14352f;
}
.outgoing {
    background: #d8efb8;
    color: #17362d;
    margin-left: auto;
}
.next-step {
    border-top: 1px solid #466158;
    padding-top: 22px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 13px;
}
.check {
    background: #ffffff15;
    color: #c1f579;
    padding: 10px;
    border-radius: 10px;
}
.next-step strong {
    font-size: 13px;
}
.next-step small {
    display: block;
    color: #b0c6ba;
    font-size: 12px;
    margin-top: 5px;
}
.preview-note {
    color: #a5bcaf;
    font-size: 10px;
    margin-bottom: 0;
}
.feature-section {
    padding-bottom: 85px;
    border-top: 1px solid #dde5dd;
    padding-top: 40px;
}
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 34px;
}
.feature-grid article {
    background: white;
    border: 1px solid #dfe7df;
    border-radius: 18px;
    padding: 28px;
}
.feature-number {
    font-size: 10px;
    letter-spacing: 1.6px;
    color: #638b77;
}
.feature-grid p {
    margin-bottom: 0;
}
.how-section {
    background: #edf2eb;
    padding-block: 75px;
}
.how-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 85px;
}
.steps {
    list-style: none;
    padding: 0;
    margin: 0;
}
.steps li {
    display: flex;
    gap: 20px;
    padding-block: 18px;
    border-bottom: 1px solid #d6e0d4;
}
.steps li:first-child {
    padding-top: 0;
}
.steps li:last-child {
    border: 0;
}
.steps li > span {
    flex-shrink: 0;
    display: grid;
    place-items: center;
    align-self: flex-start;
    width: 33px;
    height: 33px;
    border: 1px solid #b7c8b7;
    border-radius: 50%;
    font-size: 13px;
}
.steps h3 {
    margin: 5px 0 8px;
    font-size: 17px;
}
.steps p {
    margin: 0;
    font-size: 14px;
}
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    padding-block: 85px;
}
.contact-card {
    padding: 34px;
    background: #fff;
    border: 1px solid #dfe7df;
    border-radius: 20px;
    align-self: center;
}
.contact-email {
    overflow-wrap: anywhere;
}
.contact-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 28px;
    font-size: 13px;
}
.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dde5dd;
    padding-block: 30px;
    gap: 25px;
}
.footer p {
    font-size: 12px;
    margin-bottom: 0;
}
.footer nav {
    flex-wrap: wrap;
    gap: 20px;
    font-size: 12px;
}
.policy {
    max-width: 820px;
    padding-block: 45px 75px;
}
.policy h1 {
    font-size: 44px;
    letter-spacing: -1.5px;
}
.policy h2 {
    font-size: 24px;
    margin-top: 35px;
    letter-spacing: -0.4px;
}
.policy p,
.policy li {
    line-height: 1.9;
    color: #53675d;
    font-size: 16px;
}
.policy li {
    margin-block: 14px;
}
.policy .eyebrow {
    margin-top: 35px;
}
.muted {
    color: #73877b;
}
.skip {
    position: absolute;
    top: -100px;
    left: 15px;
    padding: 12px;
    background: white;
    z-index: 5;
}
.skip:focus {
    top: 10px;
}
@media (max-width: 850px) {
    .hero {
        gap: 35px;
        padding-block: 55px;
    }
    .hero,
    .how-grid,
    .about-grid {
        grid-template-columns: 1fr;
    }
    .preview {
        transform: none;
        max-width: 560px;
        width: 100%;
        margin: auto;
    }
    .feature-grid {
        grid-template-columns: 1fr;
    }
    .feature-grid article {
        padding: 24px;
    }
    .how-grid,
    .about-grid {
        gap: 35px;
    }
    .footer {
        align-items: flex-start;
        flex-direction: column;
    }
    .hero h1 {
        max-width: 600px;
    }
    .feature-section {
        padding-bottom: 50px;
    }
    .how-section {
        padding-block: 50px;
    }
    .about-grid {
        padding-block: 50px;
    }
}
@media (max-width: 480px) {
    .wrap {
        width: calc(100% - 32px);
    }
    .nav-about {
        display: none;
    }
    .brand {
        font-size: 19px;
        gap: 8px;
    }
    .brand-icon {
        width: 35px;
        height: 35px;
        font-size: 30px;
    }
    .brand small {
        font-size: 7px;
        letter-spacing: 1px;
    }
    .site-header .button {
        padding: 12px;
        font-size: 12px;
    }
    .hero {
        padding-block: 35px 45px;
    }
    h1 {
        letter-spacing: -1.5px;
    }
    .preview {
        padding: 22px;
    }
    .policy h1 {
        font-size: 35px;
    }
    .contact-card {
        padding: 24px;
    }
    .actions {
        align-items: flex-start;
        flex-direction: column;
    }
}
