:root {
    --green: #154f38;
    --green-dark: #0e3d2b;
    --green-soft: #e9f6ef;
    --ink: #08111f;
    --muted: #647083;
    --line: #e6e9ee;
    --bg: #f7f8fb;
    --white: #ffffff;
    --shadow: 0 26px 80px rgba(8, 17, 31, 0.14);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: -0.01em;
    background: var(--bg);
    color: var(--ink);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a {
    text-decoration: none;
}

.navbar {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line);
}

.navbar-brand {
    gap: 0;
    color: var(--ink);
}

.site-logo {
    height: 35px;
    width: auto;
    display: block;
}

.footer-logo {
    height: 25px;
    width: auto;
    display: block;
}

.nav-link {
    font-size: 15px;
    font-weight: 560;
    letter-spacing: -0.015em;
    color: #475569;
}

.nav-link:hover {
    color: var(--green);
}

.btn-taskker {
    background: var(--green);
    color: white;
    border-radius: 16px;
    padding: 13px 22px;
    font-size: 15px;
    font-weight: 680;
    letter-spacing: -0.015em;
    border: none;
    box-shadow: 0 16px 30px rgba(21, 79, 56, 0.24);
    transition: all .2s ease;
}

.btn-taskker:hover {
    background: var(--green-dark);
    color: white;
    transform: translateY(-2px);
}

.hero {
    padding: 140px 0 90px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(21, 79, 56, .18), rgba(21, 79, 56, 0));
    top: -180px;
    right: -160px;
}

.hero-title {
    font-size: clamp(44px, 7.2vw, 82px);
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: -0.07em;
    max-width: 720px;
}

.hero-title span {
    color: var(--green);
}

.hero-copy {
    font-size: clamp(18px, 2vw, 21px);
    font-weight: 400;
    color: var(--muted);
    max-width: 640px;
    margin-top: 24px;
    line-height: 1.55;
    letter-spacing: -0.02em;
}

.store-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.store-btn {
    background: #08111f;
    color: white;
    border-radius: 18px;
    padding: 12px 18px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 210px;
    transition: all .2s ease;
}

.store-btn img {
    height: 48px;
    width: auto;
}

.store-btn:hover {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(8, 17, 31, .18);
}

.store-btn i {
    font-size: 30px;
}

.store-btn small {
    display: block;
    font-size: 11px;
    font-weight: 500;
    opacity: .75;
    line-height: 1;
}

.store-btn strong {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
}

.hero-note {
    margin-top: 18px;
    color: var(--muted);
    font-weight: 500;
    letter-spacing: -0.01em;
}

.phone-area {
    position: relative;
    min-height: 640px;
}

.phone {
    background: #0b0f19;
    border-radius: 54px;
    padding: 13px;
    max-width: 335px;
    box-shadow: var(--shadow);
    position: absolute;
}

.phone.one {
    right: 95px;
    top: 0;
    z-index: 3;
}

.phone.two {
    left: 15px;
    top: 105px;
    transform: rotate(-6deg) scale(.92);
    z-index: 2;
    opacity: .95;
}

.screen {
    background: var(--bg);
    border-radius: 42px;
    min-height: 600px;
    padding: 23px;
    overflow: hidden;
}

.notch {
    width: 110px;
    height: 28px;
    border-radius: 999px;
    background: #0b0f19;
    margin: 0 auto 20px;
}

.app-card {
    background: white;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 18px;
    margin-bottom: 16px;
}

.label {
    color: var(--muted);
    font-size: 11px;
    font-weight: 650;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.money {
    font-size: 42px;
    font-weight: 760;
    letter-spacing: -0.06em;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--green-soft);
    color: var(--green);
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 650;
    letter-spacing: -0.01em;
}

.pill .fi {
    width: 18px;
    height: 12px;
    border-radius: 2px;
    overflow: hidden;
}

.section {
    padding: 95px 0;
}

.section-white {
    background: white;
}

.section-title {
    font-size: clamp(34px, 4.8vw, 58px);
    line-height: 1.03;
    letter-spacing: -0.06em;
    font-weight: 800;
}

.section-copy {
    color: var(--muted);
    font-size: clamp(17px, 1.6vw, 19px);
    font-weight: 400;
    line-height: 1.62;
    letter-spacing: -0.015em;
    max-width: 720px;
}

.feature-card {
    background: white;
    border: 1px solid var(--line);
    border-radius: 30px;
    padding: 30px;
    height: 100%;
    transition: all .25s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(8, 17, 31, .08);
}

.feature-icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    background: var(--green-soft);
    color: var(--green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 22px;
}

.feature-card h3 {
    font-size: 22px;
    font-weight: 680;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.feature-card p {
    color: var(--muted);
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: -0.01em;
}

.workflow-box {
    background: var(--ink);
    color: white;
    border-radius: 44px;
    padding: 46px;
}

.workflow-step {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 26px;
    padding: 24px;
    height: 100%;
}

.workflow-number {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    background: var(--green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 18px;
}

.workflow-step h4 {
    font-weight: 680;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.workflow-step p {
    color: #cbd5e1;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: -0.01em;
}

.industry-card,
.language-card {
    background: white;
    border: 1px solid var(--line);
    border-radius: 26px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    height: 100%;
    transition: all .2s ease;
}

.industry-card:hover,
.language-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 50px rgba(8, 17, 31, .07);
}

.industry-icon,
.language-icon {
    width: 54px;
    height: 54px;
    border-radius: 19px;
    background: var(--green-soft);
    color: var(--green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex: 0 0 54px;
}

.industry-card h4,
.language-card h4 {
    font-weight: 680;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.language-card p {
    color: var(--muted);
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: -0.01em;
}

.price-card {
    background: white;
    border: 1px solid var(--line);
    border-radius: 34px;
    padding: 34px;
    height: 100%;
}

.price-card.pro {
    border: 2px solid var(--green);
    box-shadow: 0 30px 90px rgba(21, 79, 56, .16);
}

.price-card h3 {
    font-weight: 680;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.price-value {
    font-size: 58px;
    font-weight: 760;
    letter-spacing: -0.06em;
}

.price-value small {
    font-size: 18px;
    color: var(--muted);
    letter-spacing: 0;
    font-weight: 600;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 24px 0;
}

.check-list li {
    margin-bottom: 14px;
    display: flex;
    gap: 10px;
    color: #334155;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.01em;
}

.check-list i {
    color: var(--green);
}

.faq-item {
    background: white;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 22px 26px;
    margin-bottom: 14px;
}

.faq-question {
    font-size: 17px;
    font-weight: 680;
    line-height: 1.3;
    letter-spacing: -0.035em;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.faq-answer {
    display: none;
    color: var(--muted);
    margin-top: 14px;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: -0.01em;
}

.cta {
    background: var(--green);
    color: white;
    border-radius: 46px;
    padding: 72px 28px;
}

.cta h2 {
    font-size: clamp(36px, 5.4vw, 66px);
    font-weight: 800;
    letter-spacing: -0.065em;
    line-height: 1.02;
}

.cta p {
    color: rgba(255, 255, 255, .84);
    font-size: clamp(18px, 2vw, 20px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.02em;
}

footer {
    padding: 44px 0;
    color: var(--muted);
}

.footer-link {
    color: var(--muted);
    font-weight: 600;
    letter-spacing: -0.01em;
}

.footer-link:hover {
    color: var(--green);
}

.modal-body h6 {
    color: var(--ink);
    font-weight: 680;
    line-height: 1.25;
    letter-spacing: -0.035em;
}

.modal-body p {
    color: #475569;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.01em;
}

.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: all .75s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.language-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #F1F5F9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.language-icon .fi {
    font-size: 24px;
    border-radius: 4px;
}

@media (max-width: 991px) {
    .hero {
        padding-top: 110px;
    }

    .phone-area {
        min-height: auto;
        margin-top: 60px;
    }

    .phone {
        position: relative;
        margin: 0 auto;
    }

    .phone.one {
        right: auto;
    }

    .phone.two {
        display: none;
    }
}

@media (max-width: 575px) {
    .site-logo {
        height: 30px;
    }

    .footer-logo {
        height: 23px;
    }

    .store-btn {
        width: 100%;
        justify-content: center;
    }

    .section {
        padding: 72px 0;
    }

    .workflow-box {
        padding: 28px;
        border-radius: 32px;
    }

    .hero-title {
        letter-spacing: -0.055em;
    }
}