:root {
    color-scheme: light;
    --ink: #18212f;
    --muted: #647084;
    --line: #d9e1ea;
    --soft: #f5f7fb;
    --brand: #ff5b45;
    --brand-dark: #c83d2c;
    --green: #27b07d;
    --blue: #3568d4;
    --paper: #ffffff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
}

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 68px;
    padding: 0 6vw;
    border-bottom: 1px solid rgba(217, 225, 234, 0.82);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
}

.brand,
.nav,
.hero-actions,
.site-footer {
    display: flex;
    align-items: center;
}

.brand {
    gap: 10px;
    font-weight: 800;
}

.brand-mark {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    color: white;
    background: var(--brand);
}

.nav {
    gap: 22px;
    color: var(--muted);
    font-size: 14px;
}

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

.hero {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    gap: 52px;
    align-items: center;
    min-height: auto;
    padding: 84px 6vw 72px;
    background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}

.hero-copy {
    max-width: 660px;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--brand-dark);
    font-size: 14px;
    font-weight: 800;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 22px;
    font-size: 56px;
    line-height: 1.05;
    letter-spacing: 0;
}

h2 {
    font-size: 32px;
    line-height: 1.2;
}

h3 {
    font-size: 18px;
}

.hero-text,
.page-hero p,
.compact p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.8;
}

.hero-actions {
    gap: 12px;
    margin-top: 32px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    font-weight: 800;
}

.button.primary {
    color: white;
    border-color: var(--brand);
    background: var(--brand);
}

.button.secondary {
    color: var(--ink);
    background: white;
}

.button.full {
    width: 100%;
}

.product-shot {
    position: relative;
    min-height: 520px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #eef3f8;
    box-shadow: 0 28px 80px rgba(34, 52, 76, 0.16);
    overflow: hidden;
}

.search-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 54px;
    padding: 0 18px;
    border-radius: 8px;
    background: white;
    color: #273347;
    font-weight: 700;
}

.search-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--brand);
}

.result-list {
    display: grid;
    gap: 12px;
    width: min(68%, 520px);
    margin-top: 18px;
}

.result {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
}

.result h2 {
    margin-bottom: 8px;
    color: #123184;
    font-size: 18px;
}

.result p,
.feature p,
.price-plan li,
.step p,
.policy-body p {
    color: var(--muted);
    line-height: 1.7;
}

.source {
    margin-bottom: 7px;
    color: var(--green);
    font-size: 13px;
    font-weight: 800;
}

.result.hidden {
    color: #7f8794;
    background: repeating-linear-gradient(135deg, #fff 0, #fff 12px, #f2f5f8 12px, #f2f5f8 24px);
}

.brief {
    position: absolute;
    right: 22px;
    top: 132px;
    width: 270px;
    padding: 18px;
    border: 1px solid #bdd7ff;
    border-radius: 8px;
    background: white;
    box-shadow: 0 18px 44px rgba(53, 104, 212, 0.18);
}

.brief span {
    color: var(--blue);
    font-weight: 900;
}

.brief p {
    margin: 10px 0 0;
    color: var(--muted);
    line-height: 1.7;
}

.section,
.page {
    padding: 76px 6vw;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 28px;
}

.feature-grid,
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.feature,
.price-plan {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
}

.feature {
    padding: 22px;
}

.pricing-section {
    background: var(--soft);
}

.pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 360px));
}

.price-plan {
    padding: 24px;
}

.price-plan.featured {
    border-color: rgba(255, 91, 69, 0.55);
    box-shadow: 0 18px 44px rgba(255, 91, 69, 0.12);
}

.price {
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 900;
}

.price span {
    color: var(--muted);
    font-size: 16px;
}

.price-plan ul {
    display: grid;
    gap: 10px;
    min-height: 148px;
    padding-left: 20px;
}

.compact {
    max-width: 980px;
}

.site-footer {
    justify-content: space-between;
    gap: 20px;
    padding: 28px 6vw;
    border-top: 1px solid var(--line);
    color: var(--muted);
}

.page {
    max-width: 980px;
}

.page-hero {
    margin-bottom: 36px;
}

.steps {
    display: grid;
    gap: 16px;
}

.step {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 18px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.step span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    color: white;
    background: var(--brand);
    font-weight: 900;
}

code {
    padding: 3px 6px;
    border-radius: 6px;
    background: #edf1f5;
}

.policy-body {
    display: grid;
    gap: 22px;
}

.policy-body h2 {
    margin-bottom: 4px;
    font-size: 24px;
}

.policy-body a {
    color: var(--blue);
    font-weight: 800;
}

@media (max-width: 900px) {
    .site-header {
        align-items: flex-start;
        flex-direction: column;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .nav {
        flex-wrap: wrap;
        gap: 14px;
    }

    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    h1 {
        font-size: 42px;
    }

    .product-shot {
        min-height: 500px;
    }

    .result-list {
        width: 100%;
    }

    .brief {
        position: relative;
        inset: auto;
        width: auto;
        margin-top: 14px;
    }

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

@media (max-width: 560px) {
    .hero,
    .section,
    .page {
        padding-left: 20px;
        padding-right: 20px;
    }

    h1 {
        font-size: 36px;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .product-shot {
        padding: 14px;
    }

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