﻿:root {
    --ink: #101828;
    --ink-soft: #243044;
    --muted: #667085;
    --line: #e4e7ec;
    --bg: #f6f8fb;
    --surface: #ffffff;
    --primary: #155eef;
    --primary-dark: #0b3b8f;
    --green: #12b76a;
    --amber: #f79009;
    --shadow: 0 28px 80px rgba(16, 24, 40, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 10px clamp(18px, 5vw, 64px); background: rgba(255, 255, 255, 0.88); border-bottom: 1px solid rgba(228, 231, 236, 0.9); backdrop-filter: blur(16px); }
.brand, nav, .hero-actions, .trust-row { display: flex; align-items: center; }
.brand { gap: 12px; text-decoration: none; font-weight: 850; }
.brand-logo { width: 92px; height: 92px; object-fit: contain; border-radius: 14px; padding: 8px; background: #ffffff; border: 1px solid #c7d7fe; box-shadow: 0 14px 34px rgba(16, 24, 40, 0.18); }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: linear-gradient(135deg, #101828, #155eef); font-size: 0.82rem; letter-spacing: 0; box-shadow: 0 12px 28px rgba(21, 94, 239, 0.24); }
nav { gap: 22px; flex-wrap: wrap; }
nav a, footer a { color: var(--muted); text-decoration: none; font-size: 0.94rem; font-weight: 750; }
nav a:hover, footer a:hover { color: var(--primary); }
.client-link { min-height: 40px; padding: 0 16px; display: inline-flex; align-items: center; border: 1px solid #c7d7fe; border-radius: 999px; color: var(--primary) !important; background: #eef4ff; }
.hero { min-height: calc(100vh - 73px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, 0.9fr); align-items: center; gap: clamp(36px, 6vw, 84px); padding: clamp(54px, 8vw, 104px) clamp(18px, 5vw, 64px) 56px; background: linear-gradient(115deg, rgba(16, 24, 40, 0.96) 0%, rgba(22, 36, 62, 0.94) 52%, rgba(11, 59, 143, 0.88) 100%), #101828; color: #fff; overflow: hidden; position: relative; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(180deg, transparent, rgba(246, 248, 251, 0.08)); pointer-events: none; }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow { width: fit-content; display: inline-flex; align-items: center; min-height: 34px; padding: 0 12px; border: 1px solid rgba(21, 94, 239, 0.18); border-radius: 999px; color: var(--primary); background: #eef4ff; font-size: 0.78rem; font-weight: 850; text-transform: uppercase; }
.hero .eyebrow { color: #b2ccff; background: rgba(255, 255, 255, 0.08); border-color: rgba(178, 204, 255, 0.22); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(2.5rem, 5.6vw, 5.25rem); line-height: 0.98; letter-spacing: 0; font-weight: 900; }
h2 { margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.04; letter-spacing: 0; font-weight: 900; }
h3 { margin-bottom: 10px; font-size: 1.18rem; line-height: 1.25; }
.hero p { max-width: 680px; color: rgba(255, 255, 255, 0.78); font-size: clamp(1rem, 1.4vw, 1.18rem); }
.hero-actions { gap: 12px; flex-wrap: wrap; margin: 32px 0 24px; }
.primary-cta, .secondary-cta { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border-radius: 12px; text-decoration: none; font-weight: 850; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }
.primary-cta { color: #fff; background: var(--primary); box-shadow: 0 16px 34px rgba(21, 94, 239, 0.28); }
.primary-cta:hover { transform: translateY(-2px); background: #004eeb; box-shadow: 0 20px 42px rgba(21, 94, 239, 0.36); }
.secondary-cta { color: #fff; border: 1px solid rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.08); }
.secondary-cta:hover { transform: translateY(-2px); background: rgba(255, 255, 255, 0.14); }
.trust-row { gap: 10px; flex-wrap: wrap; }
.trust-row span { padding: 8px 11px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 999px; color: rgba(255, 255, 255, 0.7); background: rgba(255, 255, 255, 0.06); font-size: 0.88rem; font-weight: 700; }
.hero-visual { display: flex; flex-direction: column; align-items: flex-end; justify-content: center; min-height: 560px; padding-top: 34px; }
.dashboard-card { border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 24px; background: rgba(255, 255, 255, 0.96); color: var(--ink); box-shadow: var(--shadow); }
.card-main { width: min(100%, 560px); padding: 22px; position: relative; z-index: 2; }
.card-toolbar { display: grid; grid-template-columns: 16px 1fr auto; align-items: center; gap: 12px; margin-bottom: 20px; }
.card-toolbar span { width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(18, 183, 106, 0.12); }
.card-toolbar small { color: var(--muted); font-weight: 750; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.metric-grid div { padding: 18px 14px; border: 1px solid var(--line); border-radius: 16px; background: #f9fafb; }
.metric-grid strong { display: block; margin-bottom: 4px; font-size: clamp(1.35rem, 2.2vw, 1.9rem); line-height: 1; }
.metric-grid small { color: var(--muted); font-size: 0.82rem; font-weight: 700; }
.delivery-list { display: grid; gap: 10px; margin-top: 18px; }
.delivery-list div { display: grid; grid-template-columns: 12px 1fr auto; align-items: center; gap: 12px; padding: 14px; border: 1px solid var(--line); border-radius: 16px; }
.delivery-list p { margin: 0; }
.delivery-list strong, .delivery-list small { display: block; }
.delivery-list small { color: var(--muted); font-size: 0.84rem; }
.delivery-list b { color: var(--ink-soft); font-size: 0.86rem; }
.status { width: 10px; height: 10px; border-radius: 50%; }
.status.ok { background: var(--green); }
.status.progress { background: var(--primary); }
.status.money { background: var(--amber); }
.floating-note { width: min(100%, 300px); position: relative; z-index: 1; align-self: flex-start; margin-top: 18px; padding: 16px; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 18px; color: #fff; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(14px); box-shadow: 0 20px 54px rgba(0, 0, 0, 0.2); }
.floating-note strong, .floating-note span { display: block; }
.floating-note span { margin-top: 5px; color: rgba(255, 255, 255, 0.7); font-size: 0.88rem; }
.section { padding: clamp(56px, 8vw, 104px) clamp(18px, 5vw, 64px); }
.section-heading { max-width: 850px; margin-bottom: 32px; }
.intro-section { background: var(--surface); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-grid article, .ops-list article, .pricing-card { border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 16px 46px rgba(16, 24, 40, 0.06); }
.value-grid article { padding: 26px; }
.value-number { display: block; margin-bottom: 44px; color: var(--primary); font-size: 0.82rem; font-weight: 900; }
.value-grid p, .ops-copy p, .ops-list span, .pricing-copy p, .pricing-card p, .pricing-card small, .proof-section span, footer p { color: var(--muted); }
.ops-section { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr); gap: clamp(28px, 5vw, 72px); align-items: center; background: #f6f8fb; }
.ops-copy { max-width: 600px; }
.text-link { color: var(--primary); font-weight: 850; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.ops-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.ops-list article { padding: 22px; }
.ops-list strong, .ops-list span { display: block; }
.ops-list strong { margin-bottom: 8px; }
.proof-section { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding-top: 0; padding-bottom: 0; background: #101828; }
.proof-section div { min-height: 150px; padding: 28px; color: #fff; background: #101828; }
.proof-section strong, .proof-section span { display: block; }
.proof-section strong { margin-bottom: 8px; font-size: 1.4rem; }
.proof-section span { color: rgba(255, 255, 255, 0.62); }
.pricing-section { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(360px, 520px); gap: clamp(30px, 6vw, 88px); align-items: center; background: #fff; }
.pricing-card { padding: 30px; border-color: #b2ccff; box-shadow: 0 28px 80px rgba(21, 94, 239, 0.14); }
.plan-label { display: inline-flex; padding: 7px 11px; border-radius: 999px; color: var(--primary); background: #eef4ff; font-size: 0.8rem; font-weight: 900; text-transform: uppercase; }
.pricing-card h3 { margin-top: 20px; font-size: 2rem; }
.pricing-card ul { margin: 22px 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.pricing-card li { position: relative; padding-left: 26px; color: var(--ink-soft); font-weight: 700; }
.pricing-card li::before { content: ""; position: absolute; left: 0; top: 8px; width: 9px; height: 9px; border-radius: 50%; background: var(--green); }
.cta-large { width: 100%; min-height: 54px; margin-bottom: 12px; }
footer { padding: 44px clamp(18px, 5vw, 64px); color: rgba(255, 255, 255, 0.75); background: #101828; }
.footer-content { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: start; margin-bottom: 30px; }
.footer-content strong { display: block; margin-bottom: 8px; color: #fff; }
.footer-nav { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-nav a { color: rgba(255, 255, 255, 0.68); }
.footer-copy { margin: 0; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 0.9rem; }
@media (max-width: 960px) { .hero, .ops-section, .pricing-section { grid-template-columns: 1fr; } .hero { min-height: auto; } .hero-visual { min-height: 520px; } .value-grid, .proof-section { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .site-header { align-items: flex-start; flex-direction: column; } nav { width: 100%; gap: 10px; } nav a:not(.client-link) { display: none; } .client-link { width: 100%; justify-content: center; } h1 { font-size: 2.55rem; } .hero { padding-top: 42px; } .hero-visual { min-height: auto; padding-top: 0; } .card-main { width: 100%; } .floating-note { width: 100%; } .metric-grid, .value-grid, .ops-list, .proof-section, .footer-content { grid-template-columns: 1fr; } .delivery-list div { grid-template-columns: 10px 1fr; } .delivery-list b { grid-column: 2; } }