:root {
  --black: #111111;
  --black-2: #171717;
  --black-3: #202020;
  --yellow: #ffd21a;
  --yellow-2: #f3be00;
  --cream: #fffdf3;
  --line: rgba(17,17,17,.12);
  --muted: #66645f;
  --shadow: 0 18px 45px rgba(0,0,0,.12);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, sans-serif; color: var(--black); background: var(--cream); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(17,17,17,.95); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: 'Space Grotesk', sans-serif; font-weight: 700; }
.brand-mark { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; color: var(--yellow); background: #242424; }
.brand-mark svg { width: 27px; height: 27px; }
.brand-text { color: #fff; font-size: 17px; letter-spacing: -.02em; }
.brand-text span { color: var(--yellow); }
.desktop-nav { margin-left: auto; display: flex; gap: 24px; }
.desktop-nav a { color: #b9b8b4; font-size: 13px; font-weight: 600; transition: .2s ease; }
.desktop-nav a:hover { color: #fff; }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; border-radius: 999px; background: var(--yellow); font-size: 13px; font-weight: 800; }
.hero { position: relative; overflow: hidden; background: var(--black); color: #fff; }
.hero-grid { position: absolute; inset: 0; opacity: .4; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(circle at 70% 35%, black 0%, transparent 72%); }
.hero::after { content: ''; position: absolute; width: 540px; height: 540px; right: -160px; top: -190px; background: radial-gradient(circle, rgba(255,210,26,.28) 0%, rgba(255,210,26,0) 68%); }
.hero-content { position: relative; z-index: 1; min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; padding: 80px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--yellow); margin-bottom: 22px; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 6px rgba(255,210,26,.1); }
h1, h2, h3 { font-family: 'Space Grotesk', sans-serif; margin: 0; letter-spacing: -.03em; }
h1 { font-size: clamp(52px, 6vw, 88px); line-height: .98; max-width: 760px; }
.hero-lead { margin: 24px 0 0; color: #c7c6c2; font-size: 18px; line-height: 1.75; max-width: 690px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 18px; border-radius: 13px; font-size: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); box-shadow: 0 10px 30px rgba(255,210,26,.18); }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.03); }
.button-dark { background: var(--black); color: #fff; }
.button.large { padding: 16px 22px; }
.hero-note { margin-top: 18px; font-size: 12px; color: #8d8b85; }
.hero-panel { width: 100%; max-width: 520px; justify-self: end; background: #181818; border: 1px solid rgba(255,255,255,.09); border-radius: 22px; box-shadow: 0 28px 80px rgba(0,0,0,.36); padding: 18px; }
.panel-top { display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .12em; color: #777570; padding-bottom: 16px; }
.panel-live { color: #a3d96a; }
.score-card { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px; border-radius: 17px; background: #222; }
.small-label { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; color: #777570; }
.score-card strong { display: block; font-family: 'Space Grotesk', sans-serif; font-size: 56px; line-height: 1; margin-top: 6px; }
.score-card strong span { font-size: 19px; color: #6d6b66; }
.score-status { display: block; margin-top: 10px; font-size: 11px; color: #a3a19b; }
.ring { width: 98px; height: 98px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--yellow) 0 78%, #333 78% 100%); position: relative; }
.ring::before { content: ''; position: absolute; inset: 9px; background: #222; border-radius: 50%; }
.ring span { position: relative; font-family: 'Space Grotesk'; font-weight: 700; font-size: 22px; }
.findings { margin-top: 12px; display: grid; gap: 8px; }
.finding { display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: 10px; padding: 14px; border-radius: 14px; background: #1e1e1e; }
.dot { width: 7px; height: 7px; border-radius: 50%; }
.dot.high { background: #ff6868; box-shadow: 0 0 0 5px rgba(255,104,104,.08); }
.dot.medium { background: var(--yellow); box-shadow: 0 0 0 5px rgba(255,210,26,.08); }
.dot.low { background: #6ea8ff; box-shadow: 0 0 0 5px rgba(110,168,255,.08); }
.finding b { display: block; font-size: 11px; }
.finding small { color: #898781; font-size: 10px; }
.arrow { color: #64625c; font-size: 14px; }
.panel-foot { display: flex; justify-content: space-between; padding: 16px 4px 2px; color: #777570; font-size: 11px; }
.panel-foot strong { color: #fff; }
.ticker {
    background: var(--yellow);
    overflow: hidden;
    width: 100%;
}

.ticker-track {
    width: max-content;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 13px 20px;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
}

.ticker-track i {
    width: 5px;
    height: 5px;
    flex: 0 0 5px;
    background: var(--black);
    border-radius: 50%;
    display: block;
}
.section { padding: 110px 0; }
.section-light { background: var(--cream); }
.section-dark { background: var(--black); color: #fff; }
.section-yellow { background: var(--yellow); }
.section-intro { margin-bottom: 54px; }
.section-intro.centered { max-width: 790px; margin-left: auto; margin-right: auto; text-align: center; }
.split-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; }
.section-kicker { font-size: 11px; letter-spacing: .13em; font-weight: 900; color: #7a776e; margin-bottom: 14px; }
.section-kicker.accent { color: var(--yellow); }
.dark-kicker { color: var(--black); }
.section-intro h2, .detail-sticky h2, .about-grid h2, .cta-wrap h2, .contact-grid h2, .faq h2 { font-size: clamp(38px, 5vw, 58px); line-height: 1.03; }
.section-intro p { color: #706e68; font-size: 16px; }
.intro-copy p { margin: 0 0 18px; font-size: 18px; color: #55534d; }
blockquote { margin: 0; padding-left: 18px; border-left: 3px solid var(--yellow); font-family: 'Space Grotesk'; font-size: 24px; line-height: 1.25; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.value-card { border: 1px solid var(--line); border-radius: 18px; padding: 24px; min-height: 230px; background: rgba(255,255,255,.56); }
.value-icon { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--black); color: var(--yellow); font: 800 11px/1 Inter; }
.value-card h3 { margin-top: 32px; font-size: 22px; }
.value-card p { margin: 10px 0 0; color: #6c6a64; font-size: 14px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card { position: relative; padding: 26px; border-radius: 18px; background: #181818; border: 1px solid rgba(255,255,255,.08); min-height: 245px; overflow: hidden; }
.feature-card::after { content: ''; position: absolute; width: 130px; height: 130px; border-radius: 50%; right: -60px; bottom: -70px; background: radial-gradient(circle, rgba(255,210,26,.18), transparent 68%); }
.feature-num { color: #595752; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.feature-icon { color: var(--yellow); font-size: 25px; margin-top: 26px; }
.feature-card h3 { margin-top: 16px; font-size: 22px; }
.feature-card p { color: #98958e; font-size: 13px; margin: 9px 0 0; max-width: 300px; }
.safe-banner { display: flex; align-items: center; gap: 16px; margin-top: 18px; padding: 19px 20px; border: 1px solid rgba(255,210,26,.22); background: rgba(255,210,26,.06); border-radius: 16px; }
.safe-mark { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--black); font-weight: 900; }
.safe-banner strong { display: block; font-size: 13px; }
.safe-banner span { display: block; margin-top: 2px; color: #9b9992; font-size: 12px; }
.detail-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.detail-sticky { position: sticky; top: 115px; align-self: start; }
.detail-sticky p { margin: 20px 0 24px; color: #66635b; }
.text-link { font-weight: 800; font-size: 13px; }
.text-link span { margin-left: 5px; color: var(--yellow-2); }
.detail-list { border-top: 1px solid var(--line); }
.detail-item { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.detail-item > span { font: 800 12px/1 Inter; color: #a09c91; }
.detail-item h3 { font-size: 23px; }
.detail-item p { color: #6c6962; margin: 8px 0 0; font-size: 14px; }
.dark-text { color: var(--black); }
.dark-text p { color: rgba(17,17,17,.67); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.price-card { position: relative; background: rgba(255,255,255,.78); border: 1px solid rgba(17,17,17,.1); border-radius: 20px; padding: 28px; box-shadow: 0 14px 35px rgba(0,0,0,.08); }
.price-card.featured { background: var(--black); color: #fff; border-color: var(--black); transform: translateY(-10px); }
.popular { position: absolute; top: 16px; right: 16px; background: var(--yellow); color: var(--black); font-size: 9px; font-weight: 900; letter-spacing: .08em; padding: 7px 9px; border-radius: 999px; }
.plan-tag { display: inline-block; font-size: 10px; font-weight: 900; letter-spacing: .13em; color: #6f6c64; }
.featured .plan-tag { color: var(--yellow); }
.price-head h3 { margin-top: 12px; font-size: 28px; }
.price-head p { margin: 7px 0 0; color: #77736b; font-size: 13px; }
.featured .price-head p { color: #939089; }
.price { margin-top: 28px; font: 800 64px/1 'Space Grotesk'; }
.price > span { font-size: 23px; vertical-align: top; margin-right: 4px; }
.price small { font: 600 12px/1 Inter; color: #77736b; margin-left: 4px; }
.featured .price small { color: #939089; }
.contract { margin-top: 10px; font-size: 11px; color: #7a766d; font-weight: 700; }
.featured .contract { color: #96928a; }
.price-card ul { list-style: none; padding: 0; margin: 26px 0; display: grid; gap: 10px; }
.price-card li { position: relative; padding-left: 22px; font-size: 13px; color: #5d5a54; }
.featured li { color: #d1cec6; }
.price-card li::before { content: '✓'; position: absolute; left: 0; top: 0; font-weight: 900; }
.enterprise-note { margin-top: 18px; text-align: center; font-size: 12px; color: rgba(17,17,17,.74); }
.enterprise-note a { font-weight: 800; text-decoration: underline; }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.about-grid p { color: #95918a; max-width: 700px; }
.about-card { min-height: 330px; border-radius: 22px; background: #191919; border: 1px solid rgba(255,255,255,.08); display: flex; align-items: flex-end; padding: 30px; position: relative; overflow: hidden; }
.about-card::before { content: ''; position: absolute; width: 280px; height: 280px; border-radius: 50%; right: -60px; top: -60px; background: radial-gradient(circle, rgba(255,210,26,.28), transparent 68%); }
.bee-large { font-size: 110px; color: var(--yellow); opacity: .95; line-height: 1; position: absolute; right: 22px; top: 20px; transform: rotate(-8deg); }
.about-card h3 { font-size: 32px; margin-top: 10px; position: relative; }
.about-card p { margin: 7px 0 0; position: relative; }
.limit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.limit-col { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #fffdf7; }
.limit-item { display: grid; grid-template-columns: 22px 1fr; gap: 10px; padding: 17px 18px; border-bottom: 1px solid var(--line); }
.limit-item:last-child { border-bottom: 0; }
.limit-item span { color: #ba6f00; font-weight: 900; }
.limit-item p { margin: 0; font-size: 13px; color: #5f5d57; }
.disclaimer { margin-top: 18px; padding: 18px 20px; border-radius: 16px; background: #181818; color: #fff; }
.disclaimer strong { color: var(--yellow); }
.disclaimer { font-size: 13px; }
.cta-section { padding: 80px 0; background: var(--yellow); }
.cta-wrap { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta-wrap p { margin: 10px 0 0; color: rgba(17,17,17,.68); max-width: 690px; }
.contact-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 90px; align-items: center; }
.contact-card { border-top: 1px solid var(--line); }
.contact-row { display: flex; justify-content: space-between; gap: 22px; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.contact-row span { color: #77736b; }
.contact-row a { font-weight: 800; }
.contact-row a:hover { text-decoration: underline; }
.faq { padding: 110px 0; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq-list details { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; }
.faq-list details:last-child { border-bottom: 1px solid rgba(255,255,255,.1); }
.faq-list summary { cursor: pointer; list-style: none; font-family: 'Space Grotesk'; font-size: 20px; font-weight: 600; padding-right: 30px; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 0; color: var(--yellow); }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { color: #98958e; margin: 12px 0 2px; font-size: 13px; max-width: 700px; }
.site-footer { background: #0b0b0b; color: #fff; border-top: 1px solid rgba(255,255,255,.08); padding: 34px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: end; }
.footer-copy { margin: 8px 0 0; color: #77736b; font-size: 12px; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { color: #8f8b84; font-size: 12px; }
.footer-contact { display: grid; gap: 8px; text-align: right; }
.footer-contact a { font-weight: 800; color: var(--yellow); font-size: 12px; }
.footer-contact span { color: #66625b; font-size: 11px; }
.footer-brand .brand-mark { background: #1a1a1a; }
@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .nav-cta { margin-left: auto; }
  .hero-content, .split-intro, .detail-layout, .about-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero-content { padding: 70px 0; }
  .hero-panel { justify-self: start; max-width: 650px; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 680px; margin: 0 auto; }
  .price-card.featured { transform: none; }
  .detail-sticky { position: static; }
  .cta-wrap { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-contact { text-align: left; }
  .footer-links { flex-wrap: wrap; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header .nav-wrap { min-height: 68px; }
  .nav-cta { padding: 9px 13px; }
  h1 { font-size: 48px; }
  .hero-lead { font-size: 16px; }
  .score-card { align-items: flex-start; }
  .ring { width: 80px; height: 80px; }
  .value-grid, .feature-grid, .limit-grid { grid-template-columns: 1fr; }
  .section { padding: 82px 0; }
  .section-intro h2, .detail-sticky h2, .about-grid h2, .cta-wrap h2, .contact-grid h2, .faq h2 { font-size: 38px; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-contact { text-align: left; }
}
