/* BullsEye Pro — shared site styles (generated site, edit _build/styles.css) */
:root {
    --primary-red: #ff2b2b;
    --red-soft: rgba(255, 43, 43, 0.12);
    --bg-black: #050505;
    --card-bg: rgba(15, 15, 15, 0.6);
    --text: #ffffff;
    --text-body: #d6d6d6;
    --text-muted: #a1a1a1;
    --border-color: rgba(255, 255, 255, 0.08);
    --radius: 20px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; -webkit-text-size-adjust: 100%; }

body {
    background: var(--bg-black);
    color: var(--text);
    font-family: 'Saira Extra Condensed', 'Arial Narrow', sans-serif;
    overflow-x: hidden;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
}

p, li, td, th, dd, .body-font { font-family: 'Inter', system-ui, sans-serif; }
p { line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }

body::before {
    content: "";
    position: fixed;
    top: 50%; left: 50%;
    width: 80%; height: 100%;
    background: url(/assets/icon-512.png) no-repeat center;
    background-size: contain;
    opacity: 0.2;
    filter: blur(21px);
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}

main, section, footer, header { position: relative; z-index: 1; }
.container { width: min(1200px, 92%); margin: auto; }
.container.narrow { width: min(1000px, 92%); }

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--primary-red); color: #fff; padding: 10px 16px; z-index: 2000; }
.skip-link:focus { left: 10px; top: 10px; }
:focus-visible { outline: 2px solid var(--primary-red); outline-offset: 3px; }

/* ---------- Header ---------- */
header.site-header {
    padding: 16px 0;
    background: rgba(5, 5, 5, 0.9);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    position: sticky; top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-color);
}
.nav { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; flex-shrink: 0; }
.brand img { width: 38px; height: 38px; }
.brand .brand-name { font-size: 28px; font-weight: 800; text-transform: uppercase; letter-spacing: -0.5px; }
.brand span, .brand-name span { color: var(--primary-red); }

.nav-right { display: flex; align-items: center; gap: 28px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 26px; }
.nav-links a, .menu-panel a {
    text-decoration: none; color: #fff;
    font-size: 17px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.1em;
    transition: color 0.2s;
}
.nav-links a:hover, .nav-links a[aria-current="page"], .menu-panel a:hover { color: var(--primary-red); }

/* Dropdowns (language + mobile menu) — CSS only via <details> */
.dropdown { position: relative; }
.dropdown > summary {
    list-style: none; cursor: pointer;
    display: flex; align-items: center; gap: 6px;
    border: 1px solid var(--border-color); border-radius: 10px;
    padding: 7px 12px;
    font-size: 16px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
    background: rgba(255,255,255,0.03);
}
.dropdown > summary::-webkit-details-marker { display: none; }
.dropdown > summary:hover { border-color: rgba(255, 43, 43, 0.5); }
.dropdown svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.dropdown-panel {
    position: absolute; right: 0; top: calc(100% + 10px);
    background: #0d0d0d; border: 1px solid var(--border-color); border-radius: 14px;
    padding: 8px; min-width: 190px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.7);
    display: flex; flex-direction: column;
}
.dropdown-panel a {
    padding: 10px 12px; border-radius: 8px; text-decoration: none;
    font-family: 'Inter', sans-serif; font-size: 15px; color: #ddd;
    display: flex; justify-content: space-between; gap: 12px;
}
.dropdown-panel a:hover { background: var(--red-soft); color: #fff; }
.dropdown-panel a[aria-current="true"] { color: var(--primary-red); font-weight: 500; }
.dropdown-panel a small { color: var(--text-muted); text-transform: uppercase; }
.menu-toggle { display: none; }
.menu-panel a { font-family: 'Saira Extra Condensed', sans-serif; font-size: 20px; }

/* ---------- Language suggestion banner ---------- */
.lang-banner {
    display: none;
    position: fixed; left: 50%; bottom: 20px; transform: translateX(-50%);
    z-index: 1500; width: min(560px, calc(100% - 32px));
    background: #111; border: 1px solid rgba(255, 43, 43, 0.4); border-radius: 14px;
    padding: 14px 16px; box-shadow: 0 20px 60px rgba(0,0,0,0.8);
    align-items: center; gap: 12px; justify-content: space-between;
    font-family: 'Inter', sans-serif; font-size: 15px;
}
.lang-banner.show { display: flex; }
.lang-banner a.go { background: var(--primary-red); color: #fff; text-decoration: none; padding: 8px 14px; border-radius: 8px; font-weight: 500; white-space: nowrap; }
.lang-banner button { background: none; border: 0; color: var(--text-muted); font-size: 22px; cursor: pointer; padding: 0 4px; }

/* ---------- Hero ---------- */
.hero { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 60px; padding: 90px 0 70px; }
.eyebrow {
    display: inline-block; color: var(--primary-red);
    font-size: 18px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
    margin-bottom: 14px;
}
.hero-content h1 {
    font-size: clamp(46px, 6vw, 76px); font-weight: 700; line-height: 0.92;
    margin-bottom: 24px; text-transform: uppercase; font-style: italic; letter-spacing: -0.01em;
    transform: translateZ(0);
}
.hero-content h1 span, .accent { color: var(--primary-red); }
.hero-content > p { color: var(--text-muted); font-size: 20px; margin-bottom: 28px; max-width: 540px; line-height: 1.45; }
.trust-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; list-style: none; }
.trust-chips li {
    font-family: 'Saira Extra Condensed', sans-serif;
    border: 1px solid var(--border-color); background: rgba(255,255,255,0.03);
    border-radius: 999px; padding: 6px 14px;
    font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
}
.trust-chips li::before { content: "● "; color: var(--primary-red); font-size: 10px; vertical-align: middle; }
.hero-image img { width: 100%; border-radius: 20px; box-shadow: 0 30px 80px rgba(0,0,0,0.8), 0 0 40px rgba(255,0,0,0.1); }

.store-badge-group { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.store-badge { transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); display: block; }
.store-badge:hover { transform: scale(1.05); }
.store-badge img { height: 52px; width: auto; }
.hero-content > p.store-note { margin: 14px 0 0; font-size: 14px; color: var(--text-muted); max-width: none; }

/* ---------- Sections ---------- */
.section { padding: 90px 0; }
.section.alt { background: linear-gradient(180deg, rgba(5,5,5,0) 0%, rgba(12,12,12,0.85) 50%, rgba(5,5,5,0) 100%); }
.section-header { text-align: center; margin-bottom: 56px; }
.section-header h2 { font-size: clamp(38px, 5vw, 52px); font-weight: 800; text-transform: uppercase; font-style: italic; line-height: 0.95; }
.section-header h2 span { color: var(--primary-red); }
.section-header p {
    color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.3em;
    margin-top: 10px; font-size: 15px; font-weight: 600;
    font-family: 'Saira Extra Condensed', sans-serif;
}
.lead { color: var(--text-body); font-size: 18px; max-width: 760px; margin: 0 auto 40px; text-align: center; }

/* Features */
.features-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.card {
    border: 1px solid var(--border-color); border-radius: var(--radius);
    background: var(--card-bg); padding: 32px 28px;
    transition: border-color 0.3s;
}
.card:hover { border-color: rgba(255, 43, 43, 0.35); }
.card h3 { font-size: 24px; margin-bottom: 10px; text-transform: uppercase; font-weight: 700; }
.card p { font-size: 15.5px; color: var(--text-muted); }
.feature-icon-svg { width: 40px; height: 40px; margin-bottom: 18px; stroke: var(--primary-red); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

/* Screenshots */
.mockups-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.mockup-card img { width: 100%; border-radius: 30px; border: 1px solid var(--border-color); margin-bottom: 20px; transition: border-color 0.3s; }
.mockup-card:hover img { border-color: var(--primary-red); }
.mockup-card h3 { text-transform: uppercase; font-size: 22px; font-weight: 700; margin-bottom: 6px; }
.mockup-card p { font-size: 15px; color: var(--text-muted); }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; list-style: none; }
.steps li { font-family: 'Saira Extra Condensed', sans-serif; }
.step-num {
    display: inline-flex; width: 46px; height: 46px; border-radius: 50%;
    align-items: center; justify-content: center; margin-bottom: 16px;
    border: 2px solid var(--primary-red); color: var(--primary-red);
    font-size: 24px; font-weight: 800; font-style: italic;
}

/* Split rows (image + text) */
.split { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 60px; align-items: center; }
.split.reverse { grid-template-columns: 1.2fr 0.8fr; }
.split.reverse .split-media { order: 2; }
.split-media img { max-width: 320px; margin: auto; border-radius: 30px; border: 1px solid var(--border-color); }
.split h2 { font-size: clamp(36px, 4.5vw, 48px); font-weight: 800; text-transform: uppercase; font-style: italic; line-height: 0.95; margin-bottom: 20px; }
.split h2 span { color: var(--primary-red); }
.split > div > p { color: var(--text-body); font-size: 17px; margin-bottom: 18px; }

.mode-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 24px 0; }
.mode-list .card { padding: 22px; }
.mode-list .card h3 { font-size: 22px; }
.mode-list .card h3 span { color: var(--primary-red); }
.check-list { list-style: none; display: grid; gap: 10px; }
.check-list li { padding-left: 28px; position: relative; color: var(--text-body); font-size: 16px; line-height: 1.5; }
.check-list li::before { content: ""; position: absolute; left: 2px; top: 7px; width: 12px; height: 12px; border-radius: 50%; border: 3px solid var(--primary-red); }
.check-list strong { color: #fff; font-weight: 500; }

.lang-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.lang-list a {
    display: flex; justify-content: space-between; align-items: center;
    border: 1px solid var(--border-color); border-radius: 12px; padding: 14px 16px;
    text-decoration: none; background: rgba(255,255,255,0.02);
    font-family: 'Saira Extra Condensed', sans-serif; font-size: 22px; font-weight: 700; text-transform: uppercase;
}
.lang-list a:hover, .lang-list a[aria-current="true"] { border-color: var(--primary-red); }
.lang-list a small { color: var(--text-muted); font-size: 14px; letter-spacing: 0.1em; }

/* Comparison table */
.table-wrap { overflow-x: auto; border: 1px solid var(--border-color); border-radius: var(--radius); background: var(--card-bg); }
table.compare { width: 100%; border-collapse: collapse; min-width: 620px; }
.compare th, .compare td { padding: 16px 18px; text-align: center; border-bottom: 1px solid var(--border-color); font-size: 15px; }
.compare thead th { font-family: 'Saira Extra Condensed', sans-serif; font-size: 20px; text-transform: uppercase; font-weight: 700; color: var(--text-muted); }
.compare thead th.us { color: #fff; }
.compare th[scope="row"] { text-align: left; font-weight: 500; color: #fff; }
.compare td.us { background: var(--red-soft); }
.compare tr:last-child td, .compare tr:last-child th { border-bottom: 0; }
.yes { color: #3ddc84; font-weight: 500; }
.no { color: #777; }
.part { color: #e0b44a; }

/* FAQ */
.faq { max-width: 860px; margin: auto; display: grid; gap: 12px; }
.faq details { border: 1px solid var(--border-color); border-radius: 14px; background: var(--card-bg); }
.faq details[open] { border-color: rgba(255, 43, 43, 0.35); }
.faq summary {
    cursor: pointer; list-style: none; padding: 20px 56px 20px 22px; position: relative;
    font-size: 22px; font-weight: 700; text-transform: uppercase;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); color: var(--primary-red); font-size: 28px; }
.faq details[open] summary::after { content: "–"; }
.faq .answer { padding: 0 22px 22px; color: var(--text-body); font-size: 16px; }
.faq .answer p + p { margin-top: 10px; }

/* CTA */
.footer-cta {
    background: #080808; border: 1px solid var(--border-color); border-radius: 20px;
    padding: 40px 60px; display: flex; justify-content: space-between; align-items: center; gap: 30px;
    margin: 20px auto 90px;
}
.cta-left h2 { font-size: 36px; font-weight: 800; font-style: italic; text-transform: uppercase; }
.cta-left h2 span { color: var(--primary-red); }
.cta-left p { color: var(--text-muted); font-weight: 500; margin-top: 5px; }

/* ---------- Content pages (rules, checkout, privacy) ---------- */
.page-hero { padding: 70px 0 40px; text-align: center; }
.breadcrumb { list-style: none; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; font-size: 14px; color: var(--text-muted); }
.breadcrumb li + li::before { content: "/"; margin-right: 8px; color: #555; }
.breadcrumb a { color: var(--text-muted); text-decoration: none; }
.breadcrumb a:hover { color: #fff; }
.page-hero h1 { font-size: clamp(44px, 7vw, 64px); font-weight: 800; text-transform: uppercase; font-style: italic; line-height: 0.92; margin-bottom: 20px; }
.page-hero h1 span { color: var(--primary-red); }
.page-hero p { color: var(--text-muted); font-size: 19px; max-width: 680px; margin: auto; }

.toc { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0 auto 40px; list-style: none; }
.toc a {
    display: block; border: 1px solid var(--border-color); border-radius: 999px; padding: 8px 16px;
    text-decoration: none; font-family: 'Saira Extra Condensed', sans-serif; font-weight: 700; font-size: 17px;
    text-transform: uppercase; letter-spacing: 0.06em;
}
.toc a:hover { border-color: var(--primary-red); }

.rule-card { background: var(--card-bg); border: 1px solid var(--border-color); padding: 40px; border-radius: 20px; margin-bottom: 30px; transition: border-color 0.3s; }
.rule-card:hover { border-color: rgba(255, 43, 43, 0.3); }
.rule-card h2 { color: var(--primary-red); font-size: 34px; text-transform: uppercase; font-style: italic; margin-bottom: 20px; font-weight: 800; }
.rule-card h3 { font-size: 24px; text-transform: uppercase; margin: 22px 0 10px; }
.rule-card > p { color: var(--text-body); font-size: 17px; margin-bottom: 16px; }
.rule-card ul.darts { padding-left: 30px; list-style: none; }
.rule-card ul.darts li { margin-bottom: 12px; color: #ddd; font-size: 17px; position: relative; line-height: 1.5; }
.rule-card ul.darts li::before { content: "🎯"; position: absolute; left: -30px; font-size: 14px; top: 2px; }
.rule-card strong { color: #fff; font-weight: 500; }
.glossary { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 30px; }
.glossary dt { font-size: 22px; font-weight: 700; text-transform: uppercase; color: #fff; }
.glossary dd { color: var(--text-muted); font-size: 15.5px; line-height: 1.5; margin-bottom: 8px; }
.links { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 10px; }
.links a {
    background: #1a1a1a; border: 1px solid var(--border-color); color: white; padding: 16px 24px;
    border-radius: 12px; text-decoration: none; font-weight: 500; text-transform: uppercase; font-size: 14px;
    transition: 0.3s; font-family: 'Inter', sans-serif;
}
.links a:hover { border-color: var(--primary-red); }

/* Checkout chart */
.checkout-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 10px; list-style: none; }
.checkout-grid li {
    display: flex; align-items: baseline; gap: 12px;
    border: 1px solid var(--border-color); border-radius: 10px; padding: 10px 14px; background: rgba(255,255,255,0.02);
}
.checkout-grid li:hover { border-color: rgba(255, 43, 43, 0.5); }
.checkout-grid b { font-family: 'Saira Extra Condensed', sans-serif; font-size: 26px; font-weight: 800; font-style: italic; color: var(--primary-red); min-width: 44px; }
.checkout-grid span { font-size: 15px; color: #eee; letter-spacing: 0.02em; }
.checkout-grid li.bogey b { color: #666; }
.checkout-grid li.bogey span { color: var(--text-muted); font-style: italic; }
.checkout-filter { display: flex; justify-content: center; margin-bottom: 30px; }
.checkout-filter input {
    width: min(360px, 100%); background: #0d0d0d; color: #fff; border: 1px solid var(--border-color);
    border-radius: 12px; padding: 14px 16px; font-size: 17px; font-family: 'Inter', sans-serif;
}
.checkout-filter input:focus { border-color: var(--primary-red); outline: none; }

.policy-content { max-width: 800px; padding: 20px 0 100px; }
.policy-content h2 { color: var(--primary-red); font-size: 30px; text-transform: uppercase; font-style: italic; margin: 40px 0 12px; font-weight: 800; }
.policy-content p, .policy-content li { color: var(--text-body); font-size: 17px; }
.policy-content ul { padding-left: 22px; margin-top: 8px; }
.last-updated { color: var(--text-muted); font-family: 'Inter', sans-serif; font-size: 14px; margin-top: 12px; }
.contact-box { background: var(--card-bg); border: 1px solid var(--border-color); border-radius: 20px; padding: 30px; margin-top: 50px; }
.contact-box h2 { margin-top: 0; }
.contact-box a { color: #fff; }

/* ---------- Footer ---------- */
footer.site-footer { padding: 70px 0 60px; text-align: center; border-top: 1px solid var(--border-color); background: #000; z-index: 8; }
.brand-horizontal { display: flex; align-items: center; justify-content: center; gap: 15px; margin-bottom: 30px; text-decoration: none; color: #fff; }
.brand-horizontal img { width: 60px; height: 60px; }
.brand-horizontal .brand-name { font-size: 32px; text-transform: uppercase; font-weight: 800; }
.footer-links, .footer-langs { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 36px; margin-bottom: 22px; list-style: none; }
.footer-links a { color: var(--text-muted); text-decoration: none; font-size: 16px; text-transform: uppercase; font-weight: 700; }
.footer-links a:hover, .footer-langs a:hover { color: #fff; }
.footer-langs a { color: #777; text-decoration: none; font-family: 'Inter', sans-serif; font-size: 14px; }
.footer-langs a[aria-current="true"] { color: var(--primary-red); }
.footer-tagline { color: var(--text-muted); font-family: 'Inter', sans-serif; font-size: 14px; max-width: 620px; margin: 0 auto 18px; line-height: 1.55; }
.copyright { color: #555; font-size: 13px; font-family: 'Inter', sans-serif; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
    .hero { grid-template-columns: 1fr; text-align: center; padding-top: 60px; }
    .hero-content > p { margin: 0 auto 28px; }
    .trust-chips, .store-badge-group { justify-content: center; }
    .mockups-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-cta { flex-direction: column; text-align: center; padding: 40px 28px; }
    .split, .split.reverse { grid-template-columns: 1fr; gap: 36px; }
    .split.reverse .split-media { order: 0; }
}
@media (max-width: 960px) {
    .nav-links { display: none; }
    .menu-toggle { display: block; }
    .nav-right { gap: 10px; }
    .features-grid, .steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
    .container, .container.narrow { width: calc(100% - 32px); }
    .brand .brand-name { font-size: 24px; }
    .hero-content > p { font-size: 18px; }
    .brand img { width: 32px; height: 32px; }
    .features-grid, .steps, .mode-list, .glossary { grid-template-columns: 1fr; }
    .mockups-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .mockup-card img { border-radius: 18px; }
    .mockup-card h3 { font-size: 19px; }
    .section { padding: 64px 0; }
    .rule-card { padding: 26px 22px; }
    .store-badge img { height: 46px; }
    .lang-list { grid-template-columns: 1fr; }
    .checkout-grid { grid-template-columns: 1fr 1fr; }
    .checkout-grid li { flex-direction: column; gap: 2px; }
    .dropdown > summary .label { display: none; }
}
@media (max-width: 380px) {
    .brand .brand-name { font-size: 21px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { transition: none !important; }
}
