* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #172033;
    background: #ffffff;
    line-height: 1.6;
}

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

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

.narrow {
    max-width: 780px;
    text-align: center;
}

.header {
    height: 78px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e9edf3;
    background: rgba(255, 255, 255, 0.96);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 18px;
    font-weight: 700;
}

.logo-mark {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #176b55;
    color: white;
    border-radius: 9px;
    font-size: 13px;
}

nav {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 14px;
    font-weight: 500;
}

nav a {
    color: #4b5565;
}

nav a:hover {
    color: #176b55;
}

.nav-button {
    background: #176b55;
    color: white !important;
    padding: 10px 18px;
    border-radius: 8px;
}

.hero {
    padding: 105px 0 120px;
    background:
        radial-gradient(circle at 90% 10%, #e6f4ef 0, transparent 31%),
        linear-gradient(180deg, #fbfdfc, #ffffff);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 85px;
    align-items: center;
}

.eyebrow,
.section-label {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: 12px;
    font-weight: 700;
    color: #176b55;
    margin-bottom: 16px;
}

.hero h1 {
    font-size: clamp(44px, 5vw, 65px);
    line-height: 1.08;
    letter-spacing: -2.2px;
    margin: 0 0 25px;
    color: #121a29;
}

.hero h1 span {
    color: #176b55;
}

.hero-text {
    max-width: 650px;
    font-size: 19px;
    line-height: 1.7;
    color: #5b6575;
    margin-bottom: 34px;
}

.hero-buttons {
    display: flex;
    gap: 14px;
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 23px;
    min-height: 50px;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 650;
    transition: 0.2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-primary {
    background: #176b55;
    color: white;
}

.button-primary:hover {
    background: #115642;
}

.button-secondary {
    border: 1px solid #d6dce4;
    background: white;
    color: #273142;
}

.dashboard-preview {
    background: #ffffff;
    border: 1px solid #e2e7ed;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 30px 80px rgba(27, 42, 68, 0.12);
}

.preview-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.preview-header > div:first-child {
    display: flex;
    flex-direction: column;
}

.preview-label {
    font-size: 11px;
    text-transform: uppercase;
    color: #8993a2;
    letter-spacing: 1px;
}

.preview-header strong {
    font-size: 20px;
}

.status-online {
    color: #1b8c67;
    background: #eaf7f2;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 11px;
    border-radius: 20px;
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 24px;
}

.stat {
    background: #f6f8fa;
    border-radius: 10px;
    padding: 15px;
}

.stat span {
    display: block;
    color: #7a8493;
    font-size: 11px;
    margin-bottom: 4px;
}

.stat strong {
    font-size: 21px;
}

.table {
    border: 1px solid #edf0f3;
    border-radius: 10px;
    overflow: hidden;
}

.table-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding: 13px;
    border-bottom: 1px solid #edf0f3;
    font-size: 12px;
}

.table-row:last-child {
    border-bottom: 0;
}

.table-head {
    background: #f7f9fb;
    color: #8791a0;
    font-size: 10px;
    text-transform: uppercase;
}

.badge {
    width: fit-content;
    border-radius: 20px;
    padding: 4px 9px;
    font-size: 10px;
    font-weight: 600;
}

.green {
    color: #197858;
    background: #e6f5ef;
}

.orange {
    color: #a26513;
    background: #fff3dd;
}

.blue {
    color: #3369a8;
    background: #e9f2fc;
}

.intro {
    padding: 110px 0;
}

.intro h2,
.section-heading h2,
.process h2,
.contact h2 {
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: -1.2px;
    margin: 0 0 22px;
}

.intro p {
    color: #657080;
    font-size: 18px;
}

.features {
    background: #f7f9f8;
    padding: 110px 0;
}

.section-heading {
    max-width: 650px;
    margin-bottom: 55px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature-card {
    background: white;
    border: 1px solid #e6ebe9;
    border-radius: 13px;
    padding: 31px;
}

.icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e7f3ef;
    color: #176b55;
    border-radius: 9px;
    font-weight: 750;
    font-size: 12px;
    margin-bottom: 25px;
}

.feature-card h3 {
    margin: 0 0 11px;
    font-size: 19px;
}

.feature-card p {
    color: #687383;
    margin: 0;
    font-size: 15px;
}

.process {
    padding: 120px 0;
}

.process-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.process-grid > div:first-child p {
    font-size: 17px;
    color: #687383;
}

.process-list {
    display: flex;
    flex-direction: column;
}

.process-item {
    display: flex;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid #e8ecf0;
}

.process-item > span {
    min-width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8f4f0;
    color: #176b55;
    font-weight: 700;
}

.process-item strong {
    display: block;
    margin-bottom: 5px;
}

.process-item p {
    color: #707b8a;
    margin: 0;
    font-size: 14px;
}

.contact {
    padding: 40px 0 110px;
}

.contact-box {
    background: #176b55;
    color: white;
    padding: 55px 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.contact-box > div {
    max-width: 700px;
}

.contact-box h2 {
    margin-bottom: 14px;
}

.contact-box p {
    margin: 0;
    color: #d7ebe5;
}

.light {
    color: #aee0d1;
}

.button-white {
    background: white;
    color: #176b55;
    min-width: 170px;
}

footer {
    border-top: 1px solid #e8ecf0;
    padding: 35px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    color: #6c7786;
    font-size: 13px;
}

.footer-content strong {
    color: #202a39;
}

.footer-content p {
    margin: 2px 0 0;
}

@media (max-width: 900px) {
    nav a:not(.nav-button) {
        display: none;
    }

    .hero {
        padding: 75px 0;
    }

    .hero-grid,
    .process-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

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

    .contact-box {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .container {
        width: min(100% - 30px, 1160px);
    }

    .header {
        height: 68px;
    }

    .hero h1 {
        font-size: 40px;
        letter-spacing: -1.4px;
    }

    .hero-text {
        font-size: 17px;
    }

    .hero-buttons {
        flex-direction: column;
    }

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

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

    .intro,
    .features,
    .process {
        padding: 80px 0;
    }

    .contact {
        padding-bottom: 70px;
    }

    .contact-box {
        padding: 38px 28px;
    }

    .intro h2,
    .section-heading h2,
    .process h2,
    .contact h2 {
        font-size: 31px;
    }

    .footer-content {
        flex-direction: column;
        gap: 15px;
    }
}