* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #0f1115;
    color: #ffffff;
    line-height: 1.6;
}

.container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

/* HEADER */
.header {
    background: #12151b;
    border-bottom: 1px solid #222831;
    padding: 18px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 65px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-menu a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.nav-menu a:hover {
    color: #f28c28;
}

.nav-button {
    background: #f28c28;
    color: #000000 !important;
    padding: 10px 18px;
    border-radius: 6px;
}

/* HERO */
.hero {
    padding: 100px 0;
    background:
        radial-gradient(circle at center, rgba(242,140,40,0.10), transparent 40%),
        #0f1115;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

.hero-text h1 {
    font-size: 58px;
    margin-bottom: 20px;
}

.hero-text h2 {
    color: #f28c28;
    margin-bottom: 24px;
    font-size: 28px;
}

.hero-text p {
    color: #c5c5c5;
    font-size: 18px;
    margin-bottom: 30px;
    max-width: 650px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
}

.btn-primary,
.btn-secondary {
    text-decoration: none;
    padding: 14px 24px;
    border-radius: 8px;
    font-weight: bold;
}

.btn-primary {
    background: #f28c28;
    color: #000000;
}

.btn-secondary {
    border: 1px solid #f28c28;
    color: #ffffff;
}

.hero-image img {
    width: 100%;
    border-radius: 14px;
    border: 1px solid #2b313c;
    box-shadow: 0 0 30px rgba(0,0,0,0.45);
}

/* SECTION TITLES */
.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.section-title p {
    color: #bdbdbd;
}

/* FEATURES */
.features {
    padding: 90px 0;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}

.feature-card {
    background: #171b22;
    border: 1px solid #262d38;
    border-radius: 12px;
    padding: 28px;
}

.feature-card h3 {
    margin-bottom: 15px;
    color: #f28c28;
}

.feature-card p {
    color: #c7c7c7;
}

/* SECURITY */
.security {
    padding: 90px 0;
    background: #13171d;
}

.security-box {
    background: #1a2029;
    border: 1px solid #2b313c;
    border-radius: 14px;
    padding: 40px;
}

.security-box p {
    margin-bottom: 25px;
    color: #d0d0d0;
}

.security-box ul {
    padding-left: 20px;
}

.security-box li {
    margin-bottom: 12px;
}

/* DEMO */
.demo-section {
    padding: 90px 0;
}

.demo-box {
    text-align: center;
    background: #171b22;
    border: 1px solid #2a313c;
    border-radius: 14px;
    padding: 60px 30px;
}

.demo-box h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

.demo-box p {
    color: #c7c7c7;
    margin-bottom: 30px;
}

/* FOOTER */
.footer {
    background: #0b0d11;
    border-top: 1px solid #222831;
    padding: 30px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer p {
    color: #8b8b8b;
}

/* RESPONSIVE */
@media (max-width: 950px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-text h1 {
        font-size: 44px;
    }

    .nav-menu {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}

.eyebrow,
.section-kicker {
    display: inline-block;
    color: #f28c28;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 14px;
}

.screenshot-frame {
    background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
    border: 1px solid rgba(242, 140, 40, 0.28);
    border-radius: 18px;
    padding: 12px;
    box-shadow:
        0 25px 60px rgba(0,0,0,0.45),
        0 0 35px rgba(242,140,40,0.10);
}

.screenshot-frame img {
    display: block;
    width: 100%;
    border-radius: 12px;
}

.showcase-section {
    padding: 100px 0;
    background:
        linear-gradient(180deg, #0f1115 0%, #151922 100%);
    border-top: 1px solid rgba(255,255,255,0.05);
}

.showcase-section.alt {
    background:
        radial-gradient(circle at left, rgba(242,140,40,0.10), transparent 35%),
        linear-gradient(180deg, #151922 0%, #0f1115 100%);
}

.showcase-section.report-section {
    background:
        radial-gradient(circle at right, rgba(242,140,40,0.10), transparent 35%),
        #11151c;
}

.showcase-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 60px;
    align-items: center;
}

.showcase-grid.reverse {
    grid-template-columns: 1.15fr 0.85fr;
}

.showcase-grid.reverse .showcase-text {
    order: 2;
}

.showcase-grid.reverse .showcase-image {
    order: 1;
}

.showcase-text h2 {
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 20px;
}

.showcase-text p {
    color: #c7c7c7;
    font-size: 18px;
    margin-bottom: 24px;
}

.showcase-text ul {
    list-style: none;
    padding: 0;
}

.showcase-text li {
    color: #e5e5e5;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
}

.showcase-text li::before {
    content: "✓";
    color: #f28c28;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.dual-showcase {
    padding: 100px 0;
    background:
        linear-gradient(180deg, #0f1115 0%, #171b22 100%);
    border-top: 1px solid rgba(255,255,255,0.06);
}

.dual-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
}

.mini-showcase-card {
    background: #171b22;
    border: 1px solid #2a313c;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.28);
}

.mini-showcase-card h3 {
    color: #f28c28;
    font-size: 24px;
    margin-bottom: 12px;
}

.mini-showcase-card p {
    color: #c7c7c7;
    margin-bottom: 22px;
}

.feature-card {
    box-shadow: 0 18px 38px rgba(0,0,0,0.25);
}

.feature-card:hover,
.mini-showcase-card:hover {
    transform: translateY(-5px);
    border-color: #f28c28;
    transition: 0.25s ease;
}

.hero {
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.hero-text h1 {
    background: linear-gradient(90deg, #ffffff, #f28c28);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 950px) {
    .showcase-grid,
    .showcase-grid.reverse,
    .dual-grid {
        grid-template-columns: 1fr;
    }

    .showcase-grid.reverse .showcase-text,
    .showcase-grid.reverse .showcase-image {
        order: initial;
    }

    .showcase-text h2 {
        font-size: 34px;
    }
}

/* =========================
   FINAL POLISH / ANIMATIONS
========================= */

html {
    scroll-behavior: smooth;
}

.fade-in {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.screenshot-frame {
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.screenshot-frame:hover {
    transform: translateY(-6px);
    border-color: rgba(242, 140, 40, 0.65);
    box-shadow:
        0 30px 80px rgba(0,0,0,0.55),
        0 0 45px rgba(242,140,40,0.18);
}

.btn-primary,
.btn-secondary,
.nav-button {
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn-primary:hover,
.nav-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(242,140,40,0.28);
}

.btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(242,140,40,0.12);
}

.feature-card,
.mini-showcase-card,
.security-box,
.demo-box {
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.security-box:hover,
.demo-box:hover {
    border-color: rgba(242, 140, 40, 0.45);
    box-shadow: 0 24px 55px rgba(0,0,0,0.30);
}

.header {
    backdrop-filter: blur(10px);
    background: rgba(18, 21, 27, 0.92);
}

.logo {
    transition: transform 0.25s ease, filter 0.25s ease;
}

.logo:hover {
    transform: scale(1.03);
    filter: drop-shadow(0 0 12px rgba(242,140,40,0.28));
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .fade-in,
    .fade-in.visible,
    .screenshot-frame,
    .feature-card,
    .mini-showcase-card,
    .btn-primary,
    .btn-secondary,
    .nav-button,
    .logo {
        transition: none;
        transform: none;
    }
}