:root {
    --ink: #10233e;
    --muted: #617087;
    --surface: #ffffff;
    --line: #dce5ed;
    --green: #087f5b;
    --green-dark: #065f46;
    --green-soft: #e8f8f1;
    --amber: #f59e0b;
    --blue: #2463eb;
    --shadow: 0 20px 55px rgba(16, 35, 62, .11);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-height: 100vh;
    color: var(--ink);
    background:
        radial-gradient(circle at 12% 6%, rgba(16, 185, 129, .13), transparent 28rem),
        radial-gradient(circle at 92% 15%, rgba(36, 99, 235, .11), transparent 25rem),
        #f7fafc;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }
.shell { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 0;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 850; letter-spacing: -.03em; font-size: 1.25rem; }
.brand-mark {
    width: 46px; height: 46px; display: grid; place-items: center;
    background: var(--green); color: white; border-radius: 14px; font-size: 1.35rem;
    box-shadow: 0 9px 22px rgba(8,127,91,.22);
}
.nav { display: flex; align-items: center; gap: 8px; }
.nav a { text-decoration: none; color: var(--muted); font-weight: 650; padding: 10px 14px; border-radius: 10px; }
.nav a:hover, .nav a.active { color: var(--green-dark); background: var(--green-soft); }
.hero {
    display: grid; grid-template-columns: 1.12fr .88fr; gap: 44px; align-items: center;
    padding: 72px 0 82px;
}
.eyebrow { color: var(--green); font-weight: 800; text-transform: uppercase; letter-spacing: .11em; font-size: .78rem; }
h1 { font-size: clamp(2.5rem, 6vw, 4.8rem); line-height: 1.02; letter-spacing: -.055em; margin: 14px 0 20px; }
.hero p { color: var(--muted); font-size: 1.12rem; line-height: 1.75; max-width: 660px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    min-height: 52px; padding: 0 21px; border-radius: 14px; text-decoration: none;
    font-weight: 800; border: 1px solid var(--line); background: white;
}
.button.primary { color: white; border-color: var(--green); background: var(--green); box-shadow: 0 12px 25px rgba(8,127,91,.23); }
.button.primary:hover { background: var(--green-dark); }
.button.secondary:hover { border-color: var(--green); color: var(--green); }
.hero-panel {
    position: relative; overflow: hidden; border-radius: 28px; color: white;
    padding: 32px; min-height: 390px; background: linear-gradient(145deg, #087f5b, #075985);
    box-shadow: var(--shadow);
}
.hero-panel::before, .hero-panel::after {
    content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.09);
}
.hero-panel::before { width: 240px; height: 240px; right: -80px; top: -60px; }
.hero-panel::after { width: 170px; height: 170px; left: -65px; bottom: -70px; }
.panel-label { position: relative; opacity: .75; font-size: .8rem; letter-spacing: .1em; font-weight: 750; }
.panel-title { position: relative; font-size: 2rem; line-height: 1.15; font-weight: 850; margin: 14px 0 28px; }
.feature-list { position: relative; display: grid; gap: 12px; }
.feature { display: flex; align-items: center; gap: 12px; padding: 13px 14px; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; backdrop-filter: blur(8px); }
.feature-icon { width: 34px; height: 34px; display: grid; place-items: center; background: rgba(255,255,255,.15); border-radius: 10px; }
.page-head { text-align: center; padding: 62px 0 42px; }
.page-head h1 { font-size: clamp(2.25rem, 5vw, 3.7rem); margin-bottom: 14px; }
.page-head p { color: var(--muted); max-width: 680px; margin: 0 auto; line-height: 1.7; font-size: 1.06rem; }
.breadcrumb { color: var(--muted); font-size: .9rem; padding-top: 18px; }
.breadcrumb a { text-decoration: none; color: var(--green); font-weight: 700; }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; padding-bottom: 72px; }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card {
    display: flex; flex-direction: column; min-height: 280px; padding: 28px; border-radius: 22px;
    background: var(--surface); border: 1px solid rgba(220,229,237,.9); box-shadow: 0 13px 38px rgba(16,35,62,.07);
}
.card:hover { transform: translateY(-3px); transition: .2s ease; box-shadow: var(--shadow); }
.card-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: var(--green-soft); color: var(--green); font-size: 1.4rem; }
.card.blue .card-icon { color: var(--blue); background: #eaf0ff; }
.card h2, .card h3 { margin: 20px 0 10px; letter-spacing: -.03em; }
.card p { color: var(--muted); line-height: 1.65; margin: 0 0 24px; }
.card .button { margin-top: auto; align-self: flex-start; }
.status { align-self: flex-start; padding: 6px 10px; border-radius: 999px; font-size: .75rem; font-weight: 800; background: var(--green-soft); color: var(--green); }
.status.soon { background: #fff7df; color: #a16207; }
.info-strip {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden;
    margin-bottom: 72px; background: var(--line); border: 1px solid var(--line); border-radius: 20px;
}
.info-item { background: white; padding: 24px; }
.info-item strong { display: block; margin-bottom: 6px; }
.info-item span { color: var(--muted); font-size: .92rem; }
.site-footer { border-top: 1px solid var(--line); color: var(--muted); padding: 26px 0 36px; font-size: .9rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
@media (max-width: 820px) {
    .hero { grid-template-columns: 1fr; padding-top: 40px; }
    .hero-panel { min-height: 340px; }
    .grid, .grid.three { grid-template-columns: 1fr; }
    .info-strip { grid-template-columns: 1fr; }
}
@media (max-width: 580px) {
    .shell { width: min(100% - 22px, 1120px); }
    .site-header { padding: 14px 0; }
    .nav a:not(.active) { display: none; }
    h1 { font-size: 2.55rem; }
    .hero { padding-bottom: 58px; gap: 30px; }
    .hero-panel, .card { padding: 22px; border-radius: 20px; }
    .button { width: 100%; }
}
