:root {
  --bg: #070a13;
  --bg-soft: #0b1020;
  --panel: rgba(17, 24, 45, 0.76);
  --panel-strong: #11182b;
  --text: #f4f7ff;
  --muted: #98a4bb;
  --line: rgba(255,255,255,.09);
  --blue: #4d8dff;
  --blue-bright: #72a8ff;
  --violet: #a56dff;
  --green: #54d6a5;
  --max: 1180px;
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; min-width: 320px; overflow-x: clip; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 16px; transform: translateY(-150%); border-radius: 10px; background: white; color: #060913; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--blue-bright); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; background: rgba(7,10,19,.7); backdrop-filter: blur(18px); transition: .25s ease; }
.site-header.scrolled { border-color: var(--line); background: rgba(7,10,19,.92); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; }
.brand img { width: 92px; height: 58px; object-fit: cover; border-radius: 2px; }
.site-nav { display: flex; align-items: center; gap: 28px; color: #bac3d4; font-size: 14px; font-weight: 650; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: white; }
.site-nav .nav-cta { padding: 10px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: white; background: rgba(255,255,255,.04); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.04); }
.nav-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: white; transition: .2s ease; }

.hero { position: relative; min-height: 800px; display: grid; place-items: center; overflow: hidden; padding: 170px 0 95px; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, transparent 5%, #000 42%, transparent 92%); }
.hero-glow { position: absolute; z-index: -1; width: min(72vw, 760px); aspect-ratio: 1; border-radius: 50%; filter: blur(120px); opacity: .28; pointer-events: none; }
.hero-glow-one { top: 5%; left: 4%; background: #175dcf; }
.hero-glow-two { right: 2%; bottom: -22%; background: #6830ba; }
.hero-inner { text-align: center; }
.eyebrow { width: fit-content; margin: 0 auto 28px; display: flex; align-items: center; gap: 10px; padding: 8px 14px; border: 1px solid rgba(77,141,255,.3); border-radius: 999px; color: var(--blue-bright); background: rgba(77,141,255,.07); font-size: 13px; font-weight: 750; text-transform: uppercase; letter-spacing: .12em; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 14px var(--blue); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 1000px; margin: 0 auto 28px; font-size: clamp(54px, 8vw, 104px); line-height: .98; letter-spacing: -.055em; }
.hero h1 em { font-style: normal; color: transparent; background: linear-gradient(105deg, #6eaeff 10%, #9d79ff 80%); -webkit-background-clip: text; background-clip: text; }
.hero-copy { max-width: 760px; margin: 0 auto 38px; color: #aab5c9; font-size: clamp(18px, 2vw, 22px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 14px 25px; border: 1px solid transparent; border-radius: 999px; font-weight: 780; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, #2869ea, #7147dc); box-shadow: 0 15px 46px rgba(54,105,232,.28); }
.button-secondary { border-color: rgba(255,255,255,.17); background: rgba(255,255,255,.05); }
.button-secondary:hover { border-color: rgba(255,255,255,.34); }
.hero-note { margin: 20px 0 0; color: #68748b; font-size: 13px; text-transform: uppercase; letter-spacing: .15em; }

.metric-band { position: relative; z-index: 2; border-block: 1px solid var(--line); background: rgba(13,18,34,.78); }
.metrics { display: grid; grid-template-columns: repeat(4,1fr); }
.metrics article { min-height: 164px; display: flex; flex-direction: column; justify-content: center; padding: 30px; border-right: 1px solid var(--line); }
.metrics article:last-child { border-right: 0; }
.metrics strong { font-size: 35px; line-height: 1.1; letter-spacing: -.04em; }
.metrics span { margin-top: 8px; font-size: 14px; font-weight: 750; color: #dce5f7; text-transform: uppercase; letter-spacing: .08em; }
.metrics small { margin-top: 5px; color: #6f7c94; }

.section { position: relative; padding: 125px 0; overflow: hidden; }
.section-tint { border-block: 1px solid rgba(255,255,255,.055); background: var(--bg-soft); }
.section-heading { max-width: 770px; margin: 0 auto 60px; text-align: center; }
.section-heading.compact { margin-bottom: 46px; }
.section-heading.left { margin: 0; text-align: left; }
.kicker { margin-bottom: 13px; color: var(--blue-bright); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; }
.section-heading h2, .quality-panel h2, .contact-card h2 { margin-bottom: 20px; font-size: clamp(38px, 5vw, 62px); line-height: 1.05; letter-spacing: -.045em; }
.section-heading > p:last-child, .quality-panel > p, .contact-card > div > p:last-child { color: var(--muted); font-size: 18px; }

.partner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.partner-card { position: relative; min-height: 510px; display: flex; flex-direction: column; overflow: hidden; padding: 48px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(22,33,61,.86), rgba(10,15,30,.88)); }
.partner-card::after { content: ""; position: absolute; right: -100px; bottom: -120px; width: 280px; height: 280px; border-radius: 50%; background: var(--blue); filter: blur(100px); opacity: .14; }
.partner-affiliate::after { background: var(--violet); }
.card-label { width: fit-content; margin-bottom: 40px; padding: 7px 12px; border: 1px solid rgba(114,168,255,.25); border-radius: 999px; color: var(--blue-bright); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.partner-affiliate .card-label { border-color: rgba(165,109,255,.27); color: #c09aff; }
.partner-card h3 { max-width: 500px; margin-bottom: 18px; font-size: clamp(30px, 3.2vw, 43px); line-height: 1.08; letter-spacing: -.035em; }
.partner-card > p { color: var(--muted); font-size: 17px; }
.feature-list { display: grid; gap: 10px; margin: 18px 0 34px; padding: 0; list-style: none; color: #c5cede; }
.feature-list li::before { content: "✓"; margin-right: 10px; color: var(--green); font-weight: 800; }
.text-link { width: fit-content; margin-top: auto; color: white; font-weight: 800; }
.text-link span { margin-left: 7px; color: var(--blue-bright); transition: margin .2s ease; }
.text-link:hover span { margin-left: 12px; }

.channel-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.channel-card { min-height: 395px; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.025); }
.channel-mark { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 35px; border-radius: 16px; font-size: 21px; font-weight: 900; }
.channel-mark.meta { background: rgba(77,141,255,.13); color: #79b0ff; border: 1px solid rgba(77,141,255,.27); }
.channel-mark.tiktok { background: linear-gradient(135deg, rgba(67,232,219,.13), rgba(255,73,120,.13)); color: #bdf8f4; border: 1px solid rgba(125,240,229,.2); }
.channel-mark.google { background: rgba(255,197,79,.1); color: #ffd37b; border: 1px solid rgba(255,197,79,.2); }
.channel-name { margin-bottom: 8px; color: var(--muted); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.channel-card h3 { margin-bottom: 14px; font-size: 27px; letter-spacing: -.03em; }
.channel-card > p:not(.channel-name) { color: var(--muted); }
.tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 26px; }
.tags span { padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.055); color: #aab5c9; font-size: 11px; font-weight: 700; }

.representative-note { margin: -35px auto 34px; color: #68748b; text-align: center; font-size: 12px; text-transform: uppercase; letter-spacing: .15em; }
.team-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 20px; }
.team-card { grid-column: span 2; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--panel); }
.team-card:nth-child(4) { grid-column: 2 / span 2; }
.team-card:nth-child(5) { grid-column: 4 / span 2; }
.team-card img { width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; border-bottom: 1px solid var(--line); background: #11182a; }
.team-copy { padding: 25px; }
.team-copy span { color: var(--blue-bright); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.team-copy h3 { min-height: 56px; margin: 7px 0 12px; font-size: 21px; line-height: 1.3; }
.team-copy p { margin: 0; color: var(--muted); font-size: 14px; }

.vertical-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; }
.vertical-list { display: grid; gap: 14px; }
.vertical-card { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.025); }
.vertical-card.featured { border-color: rgba(77,141,255,.25); background: linear-gradient(120deg, rgba(48,94,182,.18), rgba(255,255,255,.02)); }
.vertical-index { color: #63708a; font-size: 14px; font-weight: 800; }
.vertical-card span { color: var(--blue-bright); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.vertical-card h3 { margin: 3px 0 7px; font-size: 25px; }
.vertical-card p { margin: 0; color: var(--muted); }

.quality-section { background: radial-gradient(circle at 14% 30%, rgba(38,91,190,.16), transparent 30%); }
.quality-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.quality-panel > p { max-width: 520px; }
.quality-status { max-width: 430px; display: grid; grid-template-columns: 12px 1fr; column-gap: 12px; margin-top: 38px; padding: 18px 20px; border: 1px solid rgba(84,214,165,.2); border-radius: 16px; background: rgba(84,214,165,.05); }
.status-dot { grid-row: 1 / 3; width: 9px; height: 9px; margin-top: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px var(--green); }
.quality-status strong { font-size: 14px; }
.quality-status small { color: var(--muted); }
.quality-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quality-item { min-height: 230px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: rgba(15,22,41,.72); }
.quality-item > span { color: var(--blue-bright); font-size: 13px; font-weight: 800; }
.quality-item h3 { margin: 30px 0 10px; font-size: 20px; }
.quality-item p { margin: 0; color: var(--muted); font-size: 14px; }

.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.process-step { min-height: 280px; padding: 34px 28px; border-right: 1px solid var(--line); background: rgba(255,255,255,.018); }
.process-step:last-child { border-right: 0; }
.process-step > span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(77,141,255,.24); border-radius: 13px; color: var(--blue-bright); font-size: 13px; font-weight: 800; }
.process-step h3 { margin: 48px 0 10px; font-size: 26px; }
.process-step p { margin: 0; color: var(--muted); font-size: 14px; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.faq-layout .text-link { display: block; margin-top: 30px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 44px 25px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 730; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; top: 19px; right: 0; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.06); color: var(--blue-bright); font-size: 20px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; padding: 0 50px 25px 0; color: var(--muted); }

.contact-section { padding: 0 0 110px; }
.contact-card { min-height: 400px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 60px; overflow: hidden; padding: 65px; border: 1px solid rgba(93,149,255,.3); border-radius: 32px; background: linear-gradient(130deg, #152a57, #17122e 74%); box-shadow: 0 40px 100px rgba(0,0,0,.25); }
.contact-card h2 { margin-bottom: 18px; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
.button-light { color: #07101f; background: white; }
.contact-actions small { color: #95a6c8; }

.site-footer { border-top: 1px solid var(--line); background: #05070d; }
.footer-main { display: grid; grid-template-columns: 1.5fr .7fr .8fr 1fr; gap: 50px; padding: 70px 0 50px; }
.footer-brand p { max-width: 280px; margin-top: 18px; color: var(--muted); }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 14px; }
.footer-column h2 { margin: 0 0 10px; color: white; font-size: 13px; text-transform: uppercase; letter-spacing: .14em; }
.footer-column a:hover { color: white; }
.footer-column p { margin: 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 24px 0 34px; border-top: 1px solid var(--line); color: #67738a; font-size: 13px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom a:hover { color: white; }

.legal-page { padding: 150px 0 100px; }
.legal-shell { max-width: 820px; }
.legal-shell h1 { margin-bottom: 12px; font-size: clamp(42px, 6vw, 68px); letter-spacing: -.04em; }
.legal-meta { margin-bottom: 55px; color: var(--muted); }
.legal-shell h2 { margin: 42px 0 12px; font-size: 24px; }
.legal-shell p, .legal-shell li { color: #aab5c9; }
.legal-shell a { color: var(--blue-bright); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .nav-toggle { display: block; color: white; }
  .site-nav { position: fixed; inset: 82px 20px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 20px; background: rgba(9,13,25,.98); box-shadow: 0 24px 80px rgba(0,0,0,.45); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 14px; }
  .site-nav .nav-cta { margin-top: 8px; text-align: center; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .metrics { grid-template-columns: 1fr 1fr; }
  .metrics article:nth-child(2) { border-right: 0; }
  .metrics article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .partner-grid, .vertical-layout, .quality-layout, .faq-layout, .contact-card { grid-template-columns: 1fr; }
  .channel-grid { grid-template-columns: 1fr 1fr; }
  .channel-card:last-child { grid-column: 1 / -1; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .team-card, .team-card:nth-child(4), .team-card:nth-child(5) { grid-column: auto; }
  .team-card:last-child { grid-column: 1 / -1; width: calc(50% - 10px); justify-self: center; }
  .vertical-layout, .quality-layout, .faq-layout { gap: 48px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 74px; }
  .brand img { width: 82px; height: 52px; }
  .site-nav { inset: 74px 14px auto; }
  .hero { min-height: 760px; padding: 140px 0 72px; }
  .eyebrow { font-size: 10px; letter-spacing: .1em; }
  .hero h1 { font-size: clamp(47px, 14vw, 66px); }
  .hero-copy { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-note { font-size: 10px; }
  .metrics article { min-height: 142px; padding: 22px 18px; }
  .metrics strong { font-size: 28px; }
  .metrics span { font-size: 11px; }
  .metrics small { font-size: 11px; }
  .section { padding: 88px 0; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2, .quality-panel h2, .contact-card h2 { font-size: 39px; }
  .partner-card { min-height: auto; padding: 30px 24px; }
  .partner-card h3 { font-size: 31px; }
  .channel-grid, .quality-grid, .process-grid, .team-grid { grid-template-columns: 1fr; }
  .channel-card:last-child, .team-card:last-child { grid-column: auto; width: auto; }
  .channel-card { min-height: auto; }
  .team-copy h3 { min-height: 0; }
  .vertical-card { grid-template-columns: 38px 1fr; gap: 14px; padding: 23px 20px; }
  .quality-item { min-height: auto; }
  .quality-item h3 { margin-top: 22px; }
  .process-step { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-step:last-child { border-bottom: 0; }
  .process-step h3 { margin-top: 28px; }
  .faq-list summary { font-size: 16px; }
  .contact-section { padding-bottom: 80px; }
  .contact-card { min-height: auto; gap: 30px; padding: 38px 24px; border-radius: 24px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 36px 22px; }
  .footer-brand, .footer-column:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
