:root {
    --ink: #101b2b;
    --muted: #adb8c7;
    --paper: #f8f4e9;
    --accent: #ffe94a;
    --line: #2d3848;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { background: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.5; color: var(--paper); animation: none; }
a { color: inherit; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.page-width { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 16px; padding: 12px 20px; background: var(--accent); color: var(--ink); z-index: 1000000; }
.skip-link:focus { top: 12px; }
.site-header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 12px; font-size: 21px; font-weight: 750; letter-spacing: -.7px; text-decoration: none; }
.wordmark img { border-radius: 12px; }
.site-header nav, .site-footer nav { display: flex; align-items: center; gap: 30px; }
.site-header nav a, .site-footer nav a { font-size: 14px; text-decoration: none; }
.site-header nav a:hover, .site-footer nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.site-header .nav-download { border: 1px solid #566170; border-radius: 100px; padding: 11px 18px; }
.nav-download span { padding-left: 10px; }
.product-hero { display: grid; grid-template-columns: 1.3fr .9fr; align-items: center; gap: 76px; padding-block: 76px 88px; }
.eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: 1.7px; font-size: 11px; font-weight: 750; margin: 0 0 22px; }
.product-hero h1 { color: var(--paper); text-align: start; font-size: clamp(44px, 5.1vw, 68px); font-weight: 650; line-height: 1.035; letter-spacing: -3.6px; margin: 0 0 26px; }
.product-hero h1 span { color: var(--accent); }
.hero-description { font-size: 19px; line-height: 1.65; color: #c5cfdb; max-width: 510px; margin: 0 0 30px; }
.hero-actions { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.download-button { display: inline-flex; justify-content: center; align-items: center; gap: 19px; padding: 16px 22px; background: var(--accent); color: var(--ink); border: 1px solid var(--accent); border-radius: 8px; font-size: 14px; line-height: 1.4; font-weight: 750; text-decoration: none; transition: background .15s, transform .15s; }
.download-button:hover { background: #fff17e; transform: translateY(-2px); }
.text-link { display: inline-flex; gap: 10px; align-items: center; text-underline-offset: 5px; font-size: 14px; font-weight: 600; }
.offer-note { font-size: 12px; color: var(--muted); margin: 13px 0 0; }
.preview-note { max-width: 470px; font-size: 12px; line-height: 1.65; color: var(--muted); margin: 20px 0 0; }
.preview-note strong { color: #dbe3ed; font-weight: 600; }
.platform-list { font-size: 12px; font-weight: 600; color: var(--paper); margin: 30px 0 0; line-height: 1.9; }
.platform-list span { margin-inline: 6px; color: #718095; }
.product-proof { margin: 0; background: var(--paper); color: var(--ink); padding: 26px 30px 25px; border-radius: 20px; transform: rotate(1.5deg); }
.proof-heading { display: flex; justify-content: space-between; align-items: center; font-size: 9px; font-weight: 750; letter-spacing: 1.5px; border-bottom: 1px solid #c9c8be; padding-bottom: 17px; }
.proof-heading span:last-child { font-size: 20px; }
.proof-title { font-size: 37px; line-height: 1.05; letter-spacing: -1.5px; font-weight: 650; margin: 23px 0; }
.watch-example { display: block; width: 220px; max-width: 100%; height: auto; margin: 0 auto; border-radius: 22px; border: 6px solid #171c25; box-shadow: 0 14px 28px #101b2b26; }
.product-proof figcaption { font-size: 10px; line-height: 1.5; color: #4a5360; text-align: center; margin-top: 22px; }
.product-section { padding-block: 74px 80px; border-top: 1px solid var(--line); }
.section-heading { margin-bottom: 38px; }
.section-heading .eyebrow { margin-bottom: 16px; }
.product-section h2, .preview-section h2, .faq-section h2, .live-heading h2 { font-size: clamp(30px, 3.3vw, 42px); letter-spacing: -1.6px; font-weight: 600; line-height: 1.1; margin: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.feature-card { padding: 28px; border: 1px solid var(--line); border-radius: 12px; display: flex; flex-direction: column; }
.feature-number { font-size: 10px; letter-spacing: 1.3px; color: var(--accent); font-weight: 700; }
.feature-card h3 { font-size: 25px; font-weight: 550; line-height: 1.2; letter-spacing: -.6px; margin: 30px 0 12px; }
.feature-card p { font-size: 14px; color: #bec9d6; line-height: 1.65; margin: 0 0 28px; }
.feature-detail { font-size: 11px; color: #d9e0e9; border-top: 1px solid var(--line); padding-top: 19px; margin-top: auto; }
.feature-disclosure { font-size: 11px; color: var(--muted); margin: 22px 0 0; }
.preview-section { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 44px 46px; border-radius: 16px; background: #1c2a3c; }
.preview-section .eyebrow { margin-bottom: 18px; }
.preview-copy > p { font-size: 15px; color: #d0d8e3; margin: 0 0 17px; }
.preview-copy .download-button { margin-top: 8px; }
.preview-copy .offer-note { font-size: 11px; margin-top: 12px; margin-bottom: 0; }
.faq-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; padding-block: 88px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { cursor: pointer; padding: 21px 26px 21px 0; font-size: 16px; font-weight: 550; }
.faq-list p { color: #bec9d6; font-size: 14px; margin: 0 0 24px; }
.faq-list a { text-underline-offset: 4px; }
.live-section { background: transparent; box-shadow: none; border: 0; border-top: 1px solid var(--line); border-radius: 0; padding: 66px 0 0; }
.live-heading { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-bottom: 44px; }
.live-heading .eyebrow { margin-bottom: 16px; }
.live-section #price { position: static; text-align: start; padding: 0; font-size: 12px; color: var(--muted); }
.live-section #price .big { font-size: 60px; color: var(--paper); font-variant-numeric: tabular-nums; font-weight: 600; text-shadow: none; }
.news-feed { gap: 16px; }
.news-item { background: #162336; border: 1px solid var(--line); box-shadow: none; border-radius: 10px; padding: 24px; }
.news-item:hover { transform: none; box-shadow: none; border-color: #536176; }
.news-title { margin-right: 65px; }
.news-title a { font-family: inherit; color: var(--paper); font-size: 18px; line-height: 1.4; font-weight: 600; }
.news-title a:hover { color: var(--accent); text-shadow: none; }
.news-description { color: #bec9d6; font-size: 14px; }
.news-date { font-size: 11px; right: 24px; top: 21px; color: var(--muted); }
.news-item-c1 { background: #f4df6e; color: var(--ink); border: 0; }
.news-item-c1:hover { box-shadow: none; }
.news-item-c1 h2 { font-size: 19px; line-height: 1.45; font-weight: 600; color: var(--ink); margin-right: 0; }
.news-item-c1 span { color: var(--ink); }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 25px; border-top: 1px solid var(--line); padding-block: 30px 108px; }
.site-footer .wordmark { font-size: 17px; }
.site-footer nav a { font-size: 12px; color: var(--muted); }
.marquee-container { background: #101b2bf2; border-color: var(--line); font-family: "JetBrains Mono", monospace; font-size: 12px; }
.marquee-content { padding-block: 13px; }
.floating-price { background: #101b2b; color: var(--accent); padding: 13px 18px; font-family: "JetBrains Mono", monospace; font-size: 12px; border-right: 1px solid var(--line); font-variant-numeric: tabular-nums; }
.rtl .news-title { margin-right: 0; margin-left: 65px; }
.rtl .news-date { right: auto; left: 24px; }

@media (max-width: 1000px) {
    .page-width { width: calc(100% - 48px); }
    .product-hero { gap: 40px; grid-template-columns: 1.15fr .85fr; }
    .product-hero h1 { letter-spacing: -2.7px; }
    .hero-description { font-size: 17px; }
    .proof-title { font-size: 31px; }
    .feature-grid { gap: 16px; }
    .feature-card { padding: 22px; }
    .feature-card h3 { font-size: 22px; }
    .faq-section { gap: 40px; }
}
@media (max-width: 700px) {
    .page-width { width: calc(100% - 40px); }
    .site-header { min-height: 85px; gap: 10px; }
    .wordmark { font-size: 19px; gap: 8px; }
    .wordmark img { width: 32px; height: 32px; border-radius: 10px; }
    .site-header nav { gap: 15px; }
    .site-header nav a { font-size: 11px; }
    .site-header nav a:first-child { display: none; }
    .site-header .nav-download { padding: 9px 12px; }
    .nav-download span { padding-left: 3px; }
    .product-hero { grid-template-columns: 1fr; padding-block: 52px 62px; gap: 44px; }
    .product-hero h1 { font-size: clamp(42px, 9.8vw, 64px); letter-spacing: -2.4px; }
    .hero-description { font-size: 17px; margin-bottom: 25px; }
    .hero-actions { gap: 20px; }
    .hero-actions .text-link { font-size: 12px; }
    .download-button { font-size: 13px; padding: 15px 18px; }
    .preview-note { margin-top: 17px; }
    .platform-list { font-size: 11px; margin-top: 23px; }
    .platform-list span { margin-inline: 4px; }
    .product-proof { width: min(360px, 100% - 12px); justify-self: center; padding: 24px; }
    .proof-title { font-size: 34px; }
    .watch-example { width: 210px; }
    .product-section { padding-block: 52px; }
    .section-heading { margin-bottom: 30px; }
    .feature-grid { grid-template-columns: 1fr; gap: 14px; }
    .feature-card { padding: 25px; }
    .feature-card h3 { font-size: 25px; margin-top: 23px; }
    .feature-card p { margin-bottom: 22px; }
    .preview-section { grid-template-columns: 1fr; gap: 25px; padding: 30px 25px; }
    .preview-copy .download-button { width: 100%; gap: 12px; }
    .faq-section { grid-template-columns: 1fr; gap: 0; padding-block: 54px; }
    .faq-list summary { font-size: 15px; }
    .live-section { padding-top: 44px; }
    .live-heading { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 28px; }
    .news-item { padding: 21px; }
    .news-date { position: static; margin: 0 0 12px; }
    .news-title, .rtl .news-title { margin: 0; }
    .news-title a { font-size: 17px; }
    .news-item-c1 h2 { font-size: 17px; }
    .site-footer { flex-direction: column; align-items: flex-start; padding-bottom: 100px; }
    .site-footer nav { flex-wrap: wrap; gap: 24px; }
}
@media (max-width: 360px) {
    .site-header nav a:nth-child(2) { display: none; }
    .product-hero h1 { font-size: 39px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .product-proof { transform: none; }
}
