:root {
    --bg: #071429;
    --bg-soft: #0d1f3b;
    --text: #eaf2ff;
    --muted: #a8bcdf;
    --primary: #4e8dff;
    --secondary: #5ddc88;
    --card: rgba(255, 255, 255, 0.08);
    --border: rgba(255, 255, 255, 0.14);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 20% 0%, #1e3f74 0%, transparent 36%),
        radial-gradient(circle at 85% 8%, #1f6b5a 0%, transparent 32%),
        linear-gradient(160deg, var(--bg) 0%, #091a32 55%, #061325 100%);
}

.container {
    width: min(1120px, 92vw);
    margin: 0 auto;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(8px);
    background: rgba(7, 20, 41, 0.68);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    gap: 18px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}

.brand-icon {
    font-size: 24px;
}

.topnav {
    display: flex;
    gap: 16px;
}

.topnav a {
    color: var(--muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.topnav a:hover {
    color: #fff;
}

.hero {
    padding: 74px 0 38px;
}

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

.eyebrow {
    display: inline-block;
    margin: 0 0 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(93, 220, 136, 0.16);
    border: 1px solid rgba(93, 220, 136, 0.4);
    color: #c7f9dc;
    font-size: 13px;
}

h1 {
    margin: 0 0 14px;
    font-size: clamp(32px, 5vw, 54px);
    line-height: 1.05;
}

.lead {
    margin: 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.6;
}

.hero-cta {
    display: flex;
    gap: 12px;
    margin: 26px 0 16px;
}

.hero-points {
    margin: 0;
    padding-left: 18px;
    color: #d4e2fa;
    line-height: 1.8;
}

.mockup-card {
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
    border: 1px solid var(--border);
    padding: 20px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.34);
}

.mockup-title {
    max-width: 280px;
    width: 100%;
    display: block;
    margin: 0 auto 12px;
}

.mockup-stage {
    position: relative;
    height: 240px;
    display: grid;
    place-items: center;
}

.mockup-stage > img:first-child {
    width: 190px;
    animation: float 3s ease-in-out infinite;
}

.mockup-can {
    position: absolute;
    right: 6%;
    top: 20%;
    width: 130px;
    opacity: 0.84;
}

.mockup-progress {
    font-size: 14px;
    color: #d6e4ff;
}

.bar {
    margin-top: 8px;
    background: rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    height: 10px;
}

.bar i {
    display: block;
    width: 88%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.section {
    padding: 58px 0;
}

.section-alt {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    border-block: 1px solid rgba(255, 255, 255, 0.08);
}

h2 {
    margin: 0 0 10px;
    font-size: clamp(28px, 4vw, 40px);
}

.section-sub {
    margin: 0 0 18px;
    color: var(--muted);
}

.feature-grid,
.benefit-grid,
.admin-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.card:hover {
    transform: translateY(-3px);
    border-color: rgba(126, 170, 255, 0.5);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.25);
}

.card h3 {
    margin: 0 0 8px;
}

.card p {
    margin: 0;
    color: #c6d6f1;
    line-height: 1.7;
}

.steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.step {
    border-radius: 14px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.06);
    padding: 14px;
    text-align: center;
}

.step span {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--primary), #356de0);
    margin-bottom: 8px;
    font-weight: 700;
}

.step p {
    margin: 0;
    color: #d3e2fa;
}

.shots-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.shot-head {
    margin-bottom: 10px;
    font-weight: 600;
}

.shot img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 12px;
}

.fake-chart {
    height: 190px;
    border-radius: 12px;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    padding: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
}

.fake-chart i {
    flex: 1;
    border-radius: 8px 8px 4px 4px;
    background: linear-gradient(180deg, #5ddc88, #3ca9ff);
    animation: rise 1.4s ease both;
}

.testimonials {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

blockquote {
    margin: 0;
    color: #d6e4ff;
    line-height: 1.7;
}

cite {
    display: block;
    margin-top: 8px;
    color: #9fb5db;
    font-style: normal;
}

.cta-box {
    text-align: center;
    border-radius: 24px;
    border: 1px solid rgba(105, 154, 255, 0.45);
    background: linear-gradient(145deg, rgba(59, 122, 255, 0.2), rgba(58, 191, 134, 0.16));
    padding: 34px 20px;
    box-shadow: 0 18px 36px rgba(5, 17, 37, 0.34);
}

.cta-box p {
    max-width: 760px;
    margin: 0 auto 16px;
    color: #d3e3ff;
}

.footer {
    padding: 24px 0 34px;
    text-align: center;
    color: #9cb1d6;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    border-radius: 999px;
    padding: 12px 18px;
    border: 1px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    color: #fff;
    background: linear-gradient(180deg, #5894ff, #3f7cff);
    box-shadow: 0 10px 18px rgba(63, 124, 255, 0.35);
}

.btn-ghost {
    color: #dbe8ff;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.04);
}

.btn-sm {
    padding: 10px 14px;
}

.btn-lg {
    padding: 14px 24px;
    font-size: 18px;
}

.btn-full {
    margin-top: 14px;
    width: 100%;
}

.reveal {
    opacity: 0;
    transform: translateY(14px);
}

.reveal.in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes rise {
    from { transform: scaleY(0.3); transform-origin: bottom; opacity: 0.3; }
    to { transform: scaleY(1); transform-origin: bottom; opacity: 1; }
}

@media (max-width: 980px) {
    .hero-grid,
    .feature-grid,
    .shots-grid,
    .benefit-grid,
    .admin-grid,
    .testimonials {
        grid-template-columns: 1fr 1fr;
    }

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

@media (max-width: 720px) {
    .topnav {
        display: none;
    }

    .hero-grid,
    .feature-grid,
    .shots-grid,
    .benefit-grid,
    .admin-grid,
    .testimonials,
    .steps {
        grid-template-columns: 1fr;
    }

    .hero {
        padding-top: 48px;
    }
}
