﻿:root {
    --bg: #f4f7fb;
    --surface: #ffffff;
    --surface-alt: #ebf4ff;
    --text: #0f172a;
    --muted: #475569;
    --line: #d7e0f0;
    --brand: #2f46ff;
    --brand-deep: #132a93;
    --brand-soft: #8af7f0;
    --accent: #0ea5e9;
    --success: #0f766e;
    --shadow: 0 18px 60px rgba(15, 23, 42, 0.12);
    --container: 1200px;
    --font-sans: 'Plus Jakarta Sans', sans-serif;
    --font-serif: 'Fraunces', serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-sans); color: var(--text); background: radial-gradient(circle at top left, rgba(138, 247, 240, 0.28), transparent 28%), linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.site-nav { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(18px); background: rgba(19, 42, 147, 0.97); border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.site-status { width: min(var(--container), calc(100% - 32px)); margin: 14px auto 0; padding: 14px 18px; border-radius: 18px; border: 1px solid rgba(191, 219, 254, 0.9); background: rgba(219, 234, 254, 0.88); color: var(--brand-deep); font-weight: 700; box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08); }
.site-status.degraded { border-color: rgba(245, 158, 11, 0.35); background: rgba(255, 247, 237, 0.96); color: #9a3412; }
.nav-shell { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-lockup-png { gap: 10px; flex-wrap: nowrap; }
.brand-header-symbol { width: auto; height: 52px; flex: 0 0 auto; object-fit: contain; }
.brand-header-wordmark { width: auto; height: 32px; flex: 0 0 auto; object-fit: contain; }
.brand-mark { width: 42px; height: 42px; object-fit: contain; }
.brand-wordmark { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 700; color: var(--brand-deep); }
.nav-links { display: flex; gap: 20px; align-items: center; }
.nav-links a { color: rgba(255,255,255,0.78); font-weight: 600; font-size: 0.96rem; }
.nav-links a:hover { color: #fff; }
.nav-toggle { display: none; background: transparent; border: 0; padding: 0; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: #fff; }
.brand-juris-label { font-family: var(--font-sans); font-size: 1.35rem; font-weight: 700; color: #fff; letter-spacing: 0.01em; line-height: 1; }
.brand-juris-label strong { font-weight: 900; color: var(--brand-soft); }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 8px; border-radius: 999px; padding: 14px 22px; font-weight: 700; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; border: 1px solid transparent; cursor: pointer; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--brand) 0%, var(--accent) 100%); color: #fff; box-shadow: 0 14px 30px rgba(47, 70, 255, 0.22); }
.btn-secondary { background: #fff; border-color: var(--line); color: var(--brand-deep); }
.btn-nav { padding: 12px 18px; background: var(--brand-soft); color: var(--brand-deep) !important; font-weight: 800; }
.btn-block { width: 100%; }
.hero { padding: 72px 0 44px; }
.hero-grid { display: grid; grid-template-columns: 1.2fr 0.9fr; gap: 36px; align-items: stretch; }
.hero-copy, .trial-card, .demo-stage, .use-card, .step-card, .price-card, .contact-card, .faq-list details { background: rgba(255,255,255,0.88); border: 1px solid rgba(215, 224, 240, 0.85); box-shadow: var(--shadow); }
.hero-panel { min-width: 0; }
.hero-copy { border-radius: 34px; padding: 42px; }
.eyebrow, .trial-kicker, .plan-kicker, .card-tag, .play-pill { display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.74rem; font-weight: 800; color: var(--brand-deep); background: rgba(138, 247, 240, 0.4); border-radius: 999px; padding: 8px 12px; }
.hero h1, .section-heading h2, .trial-head h2, .demo-stage h3, .contact-section h2 { font-family: var(--font-serif); line-height: 1.06; margin: 18px 0 16px; color: #08122f; }
.hero h1 { font-size: clamp(2.6rem, 5vw, 4.6rem); max-width: 10ch; }
.hero-lead { font-size: 1.08rem; color: var(--muted); max-width: 62ch; }
.hero-points { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 10px; }
.hero-points li::before { content: ""; display: inline-block; width: 10px; height: 10px; margin-right: 10px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--brand-soft)); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.hero-trust { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; color: var(--muted); font-size: 0.92rem; }
.hero-trust span { padding: 10px 14px; border-radius: 999px; background: rgba(19, 42, 147, 0.05); }
.trial-card { border-radius: 34px; padding: 30px; position: relative; overflow: hidden; }
.trial-card::after { content: ""; position: absolute; inset: auto -40px -60px auto; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(138,247,240,0.5), transparent 72%); }
.trial-form { display: grid; gap: 14px; position: relative; z-index: 1; }
.trial-form label { display: grid; gap: 8px; font-size: 0.94rem; font-weight: 700; color: var(--brand-deep); }
.trial-form input, .trial-form select, .trial-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px; font: inherit; background: #fff; }
.trial-form textarea { resize: vertical; min-height: 120px; }
.form-note { margin: 0; font-size: 0.83rem; color: var(--muted); }
.form-message { min-height: 24px; font-size: 0.9rem; font-weight: 700; }
.form-message.success { color: var(--success); }
.form-message.error { color: #b91c1c; }
.signal-strip { padding: 10px 0 0; }
.signal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.signal-grid > div { background: rgba(8, 18, 47, 0.94); color: #eff6ff; border-radius: 22px; padding: 18px 22px; box-shadow: var(--shadow); }
.section { padding: 88px 0; }
.section-alt { background: linear-gradient(180deg, rgba(255,255,255,0.35), rgba(235,244,255,0.65)); }
.section-heading { max-width: 760px; margin-bottom: 30px; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.section-heading p { color: var(--muted); }
.steps-grid, .use-grid, .pricing-grid { display: grid; gap: 18px; }
.steps-grid { grid-template-columns: repeat(4, 1fr); }
.use-grid { grid-template-columns: repeat(4, 1fr); }
.pricing-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.step-card, .use-card, .price-card { border-radius: 24px; padding: 24px; }
.step-index { font-family: var(--font-serif); font-size: 2.1rem; color: var(--brand); }
.step-card h3, .use-card h3, .price-card h3 { margin: 14px 0 10px; font-size: 1.2rem; }
.step-card p, .use-card p, .price-card li { color: var(--muted); }
.featured, .featured-price { background: linear-gradient(180deg, rgba(19,42,147,0.97), rgba(47,70,255,0.92)); color: #fff; }
.featured p, .featured h3, .featured-price li, .featured-price h3, .featured-price .price-line, .featured .card-tag { color: #fff; }
.featured-price .btn-primary { background: #fff; color: var(--brand-deep); box-shadow: none; }
.demo-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; }
.demo-list { margin: 22px 0 0; padding-left: 18px; color: var(--muted); display: grid; gap: 10px; }
.demo-frame { border-radius: 34px; padding: 18px; background: linear-gradient(135deg, rgba(19,42,147,0.95), rgba(14,165,233,0.82)); box-shadow: var(--shadow); }
.demo-stage { min-height: 360px; border-radius: 28px; padding: 28px; color: #eff6ff; display: flex; flex-direction: column; justify-content: flex-end; background: radial-gradient(circle at top right, rgba(138,247,240,0.35), transparent 24%), linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.08)); }
.demo-stage p { max-width: 34ch; }
.price-line { display: flex; align-items: baseline; gap: 8px; margin: 10px 0 18px; }
.price-line strong { font-size: 2rem; }
.price-card ul { margin: 0 0 22px; padding-left: 18px; display: grid; gap: 10px; }
.faq-list { display: grid; gap: 14px; }
.faq-list details { border-radius: 20px; padding: 18px 20px; }
.faq-list summary { cursor: pointer; font-weight: 800; }
.faq-list p { color: var(--muted); margin-top: 12px; }
.contact-card { border-radius: 28px; padding: 28px; display: grid; gap: 18px; }
.contact-meta { display: grid; gap: 12px; }
.contact-line { margin: 0; color: var(--muted); }
.contact-line strong { color: var(--text); }
.site-footer { border-top: 1px solid rgba(215, 224, 240, 0.9); padding: 28px 0 40px; background: rgba(255,255,255,0.8); }
.footer-grid { display: flex; justify-content: space-between; gap: 32px; align-items: flex-start; }
.footer-copy { color: var(--muted); max-width: 34ch; }
.footer-note { margin: 10px 0 0; color: var(--muted); max-width: 42ch; line-height: 1.6; }
.footer-grid-clean { align-items: flex-start; }
.footer-brand-block { display: grid; gap: 10px; max-width: 440px; }
.footer-column { display: grid; gap: 12px; min-width: 180px; }
.footer-heading { margin: 0; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--brand-deep); font-weight: 800; }
.footer-links-stack { display: grid; gap: 10px; }
.legal-brand-link { gap: 10px; }
.legal-header-symbol { height: 46px; }
.legal-header-wordmark { height: 28px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; color: var(--muted); font-weight: 600; }
.footer-links a:hover { color: var(--brand-deep); }
.legal-page main { padding: 120px 0 80px; }
.legal-shell { max-width: 920px; margin: 0 auto; background: rgba(255,255,255,0.92); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); padding: 36px; }
.legal-shell h1 { font-family: var(--font-serif); font-size: clamp(2rem, 5vw, 3.2rem); margin-top: 0; }
.legal-shell h2 { margin-top: 28px; }
.legal-shell p, .legal-shell li { color: var(--muted); }
.footer-header-symbol { height: 44px; }
.footer-header-wordmark { height: 26px; }
@media (max-width: 1080px) { .hero-grid, .demo-grid, .contact-grid, .signal-grid, .steps-grid, .use-grid, .pricing-grid { grid-template-columns: 1fr; } }
@media (max-width: 860px) { .nav-toggle { display: inline-block; } .nav-links { display: none; position: absolute; top: 78px; left: 16px; right: 16px; flex-direction: column; align-items: stretch; background: rgba(19,42,147,0.98); border: 1px solid rgba(255,255,255,0.12); border-radius: 22px; padding: 18px; box-shadow: var(--shadow); } .nav-links.open { display: flex; } .nav-links a { color: rgba(255,255,255,0.82); border-bottom: 1px solid rgba(255,255,255,0.08); padding: 10px 0; } .nav-links a:last-child { border-bottom: none; } .nav-links a:hover { color: #fff; } .hero-copy, .trial-card { padding: 26px; } .hero h1 { max-width: none; } .footer-grid { flex-direction: column; } .footer-column { min-width: 0; } .brand-header-symbol { height: 46px; } .brand-juris-label { font-size: 1.15rem; } .legal-header-symbol { height: 42px; } .legal-header-wordmark { height: 24px; } }
@media (max-width: 640px) { .hero-actions { flex-direction: column; } .hero-actions .btn { width: 100%; } .hero-trust { display: grid; grid-template-columns: 1fr; } .signal-grid > div { padding: 16px 18px; } .site-status { width: calc(100% - 24px); margin-top: 10px; padding: 12px 14px; } .contact-card { padding: 22px; } .brand-lockup-png { gap: 8px; } .brand-header-symbol { height: 38px; } .brand-header-wordmark { height: 21px; } .footer-header-symbol { height: 40px; } .footer-header-wordmark { height: 22px; } .legal-header-symbol { height: 38px; } .legal-header-wordmark { height: 21px; } }


.oro-demo-player {
    width: 100%;
}
.demo-player-frame {
    display: grid;
    gap: 16px;
    min-height: 420px;
    padding: 24px;
    border-radius: 28px;
    background: linear-gradient(165deg, rgba(10, 22, 69, 0.98), rgba(19, 42, 147, 0.94) 54%, rgba(14, 165, 233, 0.78));
    color: #eef6ff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
    overflow: hidden;
}
.demo-player-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.demo-player-controls {
    display: inline-flex;
    gap: 8px;
}
.demo-player-control {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border-radius: 999px;
    padding: 8px 12px;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 700;
    cursor: pointer;
}
.demo-player-control:hover {
    background: rgba(255, 255, 255, 0.18);
}
.demo-player-canvas {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}
.demo-player-sidebar,
.demo-player-main {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    backdrop-filter: blur(12px);
}
.demo-player-sidebar {
    padding: 18px;
}
.demo-player-sidebar-title,
.demo-player-section-label {
    margin: 0 0 12px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(227, 239, 255, 0.86);
}
.demo-player-source-list {
    display: grid;
    gap: 10px;
}
.demo-player-source-item {
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid transparent;
}
.demo-player-source-item.active {
    background: rgba(138, 247, 240, 0.18);
    border-color: rgba(138, 247, 240, 0.45);
}
.demo-player-source-type {
    display: block;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(186, 230, 253, 0.95);
}
.demo-player-source-name {
    display: block;
    margin-top: 4px;
    font-size: 0.92rem;
    line-height: 1.4;
    color: #ffffff;
}
.demo-player-main {
    padding: 22px;
    display: grid;
    gap: 16px;
}
.demo-player-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.demo-player-step,
.demo-player-counter {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 0.8rem;
    font-weight: 800;
}
.demo-player-step {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}
.demo-player-counter {
    background: rgba(138, 247, 240, 0.22);
    color: #d9fbff;
}
.demo-player-main h3 {
    margin: 0;
    font-size: clamp(1.4rem, 2vw, 1.9rem);
    line-height: 1.12;
    color: #ffffff;
}
.demo-player-summary,
.demo-player-analysis p,
.demo-player-highlight blockquote {
    margin: 0;
    line-height: 1.65;
}
.demo-player-summary {
    color: rgba(230, 238, 248, 0.94);
    font-size: 1rem;
}
.demo-player-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.demo-player-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
}
.demo-player-highlight,
.demo-player-analysis {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
}
.demo-player-highlight blockquote {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
}
.demo-player-analysis p {
    color: rgba(229, 239, 255, 0.95);
}
.demo-player-progress-bar {
    position: relative;
    overflow: hidden;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
}
.demo-player-progress-bar span {
    position: absolute;
    inset: 0 auto 0 0;
    width: 25%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(138, 247, 240, 0.95), rgba(255, 255, 255, 0.95));
    transition: width 260ms ease;
}
@media (max-width: 860px) {
    .demo-player-canvas {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 640px) {
    .demo-player-frame {
        min-height: 0;
        padding: 18px;
    }
    .demo-player-head,
    .demo-player-meta {
        flex-direction: column;
        align-items: flex-start;
    }
    .demo-player-controls {
        width: 100%;
    }
    .demo-player-control {
        flex: 1 1 0;
        justify-content: center;
    }
}

/* Disclaimer Modal Styles */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    backdrop-filter: blur(4px);
}

.modal-overlay[hidden] {
    display: none;
}

.modal-content {
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    animation: slideUp 300ms ease;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    border-bottom: 1px solid #e5e7eb;
}

.modal-header h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
}

.modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #6b7280;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: background 200ms, color 200ms;
}

.modal-close:hover {
    background: #f3f4f6;
    color: #1f2937;
}

.modal-close::before {
    content: '×';
}

.modal-body {
    padding: 24px;
}

.disclaimer-text {
    margin-bottom: 24px;
    line-height: 1.6;
}

.disclaimer-text p {
    margin: 12px 0;
    color: #374151;
    font-size: 0.95rem;
}

.disclaimer-text p:first-child {
    margin-top: 0;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    user-select: none;
}

.checkbox-container input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #2563eb;
}

.checkbox-container span {
    color: #374151;
    font-size: 0.95rem;
    line-height: 1.5;
}

.modal-footer {
    display: flex;
    gap: 12px;
    padding: 24px;
    border-top: 1px solid #e5e7eb;
    justify-content: flex-end;
}

.modal-footer .btn {
    min-width: 120px;
}

.disclaimer-modal .btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 640px) {
    .modal-content {
        width: 95%;
        max-height: 95vh;
    }
    
    .modal-header {
        padding: 16px;
    }
    
    .modal-body {
        padding: 16px;
    }
    
    .modal-footer {
        padding: 16px;
        flex-direction: column-reverse;
    }
    
    .modal-footer .btn {
        width: 100%;
    }
}
