/* ValoCookie Streamer Tools — site v3.3 */
:root {
  --bg: #0b0d14;
  --panel: #121621;
  --panel-soft: #171b27;
  --border: rgba(255,255,255,.09);
  --border-strong: rgba(255,255,255,.15);
  --text: #f7f7fb;
  --muted: #aeb4c2;
  --muted-2: #7f8798;
  --purple: #8f63ff;
  --purple-soft: #b39aff;
  --blue: #78b9ff;
  --pink: #f29bcf;
  --shadow: 0 24px 70px rgba(0,0,0,.32);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; min-height: 100vh; color: var(--text);
  background: radial-gradient(circle at 20% -10%, rgba(143,99,255,.16), transparent 32rem), radial-gradient(circle at 95% 20%, rgba(120,185,255,.08), transparent 28rem), linear-gradient(180deg, #090b11 0%, var(--bg) 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
.shell { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.site-header { min-height:78px; display:flex; align-items:center; justify-content:space-between; gap:24px; border-bottom:1px solid rgba(255,255,255,.06); }
.brand { display:flex; align-items:center; gap:12px; text-decoration:none; }
.brand-mark { width:42px; height:42px; display:grid; place-items:center; border-radius:13px; overflow:hidden; box-shadow:0 10px 30px rgba(143,99,255,.2); flex:0 0 auto; }
.brand-mark img { width:100%; height:100%; display:block; object-fit:cover; }
.brand-copy strong,.brand-copy small { display:block; }
.brand-copy strong { font-size:15px; }
.brand-copy small { color:var(--muted); font-size:12px; margin-top:-2px; }
nav { display:flex; gap:20px; align-items:center; flex-wrap:wrap; }
nav a { color:var(--muted); text-decoration:none; font-size:14px; font-weight:750; }
nav a:hover { color:var(--text); }
.hero { padding:98px 0 86px; }
.brand-banner {
  position:relative;
  height:clamp(170px,23vw,250px);
  margin:0 auto 54px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:28px;
  overflow:visible;
  background:
    linear-gradient(180deg,rgba(5,7,15,.06),rgba(5,7,15,.26)),
    url("/assets/valocookie-banner.jpg") center/cover no-repeat;
  box-shadow:0 24px 70px rgba(0,0,0,.28), inset 0 0 0 1px rgba(143,99,255,.05);
}
.brand-banner::after {
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:linear-gradient(90deg,rgba(8,10,18,.22),transparent 42%,rgba(8,10,18,.06));
  pointer-events:none;
}
.brand-banner-logo {
  position:absolute;
  left:50%;
  bottom:0;
  width:92px;
  height:92px;
  object-fit:cover;
  border-radius:24px;
  transform:translate(-50%,50%);
  border:4px solid var(--bg);
  box-shadow:0 16px 44px rgba(0,0,0,.42), 0 0 30px rgba(143,99,255,.26);
  z-index:2;
}

.hero-center { text-align:center; }
.eyebrow { color:var(--purple-soft); font-size:12px; font-weight:900; letter-spacing:.17em; text-transform:uppercase; }
h1,h2,h3 { text-wrap:balance; }
h1 { margin:14px 0 20px; font-size:clamp(48px,8vw,88px); line-height:.98; letter-spacing:-.06em; }
h1 .gradient { background:linear-gradient(90deg,var(--purple-soft),var(--blue),var(--pink)); -webkit-background-clip:text; color:transparent; }
.hero-copy { max-width:760px; margin:0 auto; color:var(--muted); font-size:18px; }
.hero-actions { margin-top:30px; display:flex; justify-content:center; gap:12px; flex-wrap:wrap; }
.button { min-height:46px; padding:0 20px; display:inline-flex; align-items:center; justify-content:center; border-radius:12px; border:1px solid transparent; text-decoration:none; font-weight:850; font-size:14px; transition:transform .16s ease,border-color .16s ease,background .16s ease; }
.button:hover { transform:translateY(-2px); }
.button-primary { background:linear-gradient(135deg,#8255ef,#9a68ff); box-shadow:0 12px 30px rgba(143,99,255,.18); }
.button-secondary { background:rgba(255,255,255,.04); border-color:var(--border); }
.button-secondary:hover { border-color:var(--border-strong); }
.trust-row { margin-top:30px; display:flex; justify-content:center; gap:18px; flex-wrap:wrap; color:var(--muted-2); font-size:13px; }
.section { padding:52px 0 88px; }
.section-head { display:flex; justify-content:space-between; gap:44px; align-items:end; margin-bottom:30px; }
.section-head h2 { margin:8px 0 0; font-size:clamp(30px,4vw,46px); letter-spacing:-.045em; line-height:1.05; }
.section-head p { max-width:440px; margin:0; color:var(--muted); }
.product-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.product-card { position:relative; min-height:0; height:100%; padding:30px; overflow:hidden; border:1px solid var(--border); border-radius:var(--radius); background:linear-gradient(180deg,rgba(23,27,39,.96),rgba(15,18,27,.96)); box-shadow:var(--shadow); display:flex; flex-direction:column; box-sizing:border-box; }
.product-card::before { content:""; position:absolute; inset:0 0 auto; height:3px; }
.product-card.osu::before { background:linear-gradient(90deg,var(--pink),var(--purple)); }
.product-card.flight::before { background:linear-gradient(90deg,var(--blue),var(--purple)); }
.card-top { display:flex; justify-content:space-between; gap:14px; align-items:center; }
.product-icon { min-width:58px; height:58px; padding:0 12px; display:grid; place-items:center; border:1px solid var(--border); border-radius:16px; background:rgba(255,255,255,.05); font-weight:950; }
.osu .product-icon { color:#ffc4e7; }
.flight .product-icon { color:#c6e2ff; }
.release-chip { padding:7px 10px; border-radius:999px; border:1px solid var(--border); background:rgba(255,255,255,.035); color:var(--muted); font-size:12px; font-weight:800; }
.product-card h3 { margin:24px 0 4px; font-size:36px; letter-spacing:-.045em; }
.tagline { margin:0; font-weight:760; color:#e1deea; }
.description { color:var(--muted); margin:18px 0 20px; }
.feature-list { margin:0; padding:0; list-style:none; flex:0 0 auto; }
.feature-list li { padding:8px 0 8px 26px; border-top:1px solid rgba(255,255,255,.05); position:relative; color:#d5d8e0; }
.feature-list li::before { content:"✓"; position:absolute; left:2px; color:var(--purple-soft); font-weight:900; }
.card-actions { position:relative; z-index:2; flex:0 0 auto; margin-top:auto; padding-top:24px; display:flex; justify-content:space-between; align-items:center; gap:14px; flex-wrap:wrap; border-top:1px solid rgba(255,255,255,.05); }
.text-link { color:var(--muted); text-decoration:none; font-size:13px; font-weight:800; }
.text-link:hover { color:var(--text); }
.band { margin:10px auto 86px; padding:38px 40px; display:grid; grid-template-columns:.9fr 1.1fr; gap:46px; align-items:center; border:1px solid var(--border); border-radius:var(--radius); background:rgba(255,255,255,.025); }
.band h2 { margin:8px 0 0; font-size:clamp(28px,3.8vw,42px); line-height:1.06; letter-spacing:-.04em; }
.band p { margin:0; color:var(--muted); font-size:16px; }
.app-hero { padding:82px 0 58px; }
.app-hero-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:50px; align-items:center; }
.app-hero h1 { font-size:clamp(46px,7vw,78px); margin-bottom:18px; }
.app-hero .hero-copy { margin:0; max-width:690px; }
.app-hero .hero-actions { justify-content:flex-start; }
.app-badge { padding:26px; border:1px solid var(--border); border-radius:var(--radius); background:rgba(255,255,255,.025); box-shadow:var(--shadow); }
.app-badge .giant { font-size:clamp(54px,8vw,90px); font-weight:950; letter-spacing:-.06em; }
.app-badge p { color:var(--muted); margin:6px 0 0; }
.keyword { color:var(--purple-soft); font-weight:800; }
.detail-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.detail-card { padding:22px; border:1px solid var(--border); border-radius:18px; background:rgba(255,255,255,.025); }
.detail-card h3 { margin:0 0 8px; font-size:19px; }
.detail-card p { margin:0; color:var(--muted); }
.faq { max-width:860px; }
.faq details { border-top:1px solid var(--border); padding:18px 0; }
.faq details:last-child { border-bottom:1px solid var(--border); }
.faq summary { cursor:pointer; font-weight:800; }
.faq p { color:var(--muted); margin:10px 0 0; }
.notice { border-left:3px solid var(--purple); padding:8px 0 8px 24px; color:var(--muted); }
.notice strong { color:var(--text); }
.site-footer { min-height:108px; padding:28px 0; display:flex; justify-content:space-between; align-items:center; gap:24px; border-top:1px solid rgba(255,255,255,.07); color:var(--muted); font-size:13px; }
.site-footer strong { display:block; color:var(--text); font-size:15px; }
.site-footer a { text-decoration:none; font-weight:800; }
.footer-links { display:flex; gap:16px; flex-wrap:wrap; }
@media (max-width:860px) { .product-grid,.app-hero-grid,.detail-grid { grid-template-columns:1fr; } .section-head,.band { display:grid; grid-template-columns:1fr; gap:18px; } .product-card { min-height:0; } .app-badge { max-width:520px; } }
@media (max-width:580px) { .shell { width:min(100% - 26px,1140px); } .site-header { align-items:flex-start; padding:16px 0; } nav { justify-content:flex-end; gap:12px; } .brand-copy small { display:none; } .hero { padding-top:72px; } .hero-copy { font-size:16px; } .product-card { padding:22px; min-height:0; height:auto; } .card-actions { flex-direction:column; align-items:stretch; padding-top:24px; } .text-link { text-align:center; } .band { padding:28px; } .site-footer { align-items:flex-start; flex-direction:column; } }

@media (max-width:580px) {
  .brand-banner { height:150px; margin-bottom:48px; border-radius:22px; }
  .brand-banner-logo { width:78px; height:78px; border-radius:21px; }
}

/* v2.5 ValoCookie brand identity */
.brand-mark {
  overflow: hidden;
  padding: 0;
  background: #171126;
  border: 1px solid rgba(179,154,255,.30);
}
.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.12);
}
.brand-hero {
  position: relative;
  min-height: 510px;
  margin-top: 34px;
  margin-bottom: 34px;
  padding: 74px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(179,154,255,.16);
  border-radius: 30px;
  background: #090713;
  box-shadow: 0 32px 90px rgba(0,0,0,.38), 0 0 60px rgba(118,74,255,.08);
  isolation: isolate;
}
.brand-hero-art {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url('/assets/valocookie-banner.jpg');
  background-position: center;
  background-size: cover;
  opacity: .92;
}
.brand-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(7,7,18,.94) 0%, rgba(9,8,23,.83) 38%, rgba(10,8,26,.35) 65%, rgba(8,7,18,.12) 100%);
}
.brand-hero-content {
  width: min(610px, 58%);
}
.brand-hero h1 {
  margin-top: 14px;
  font-size: clamp(52px, 7vw, 82px);
}
.brand-hero .hero-copy {
  margin: 0;
  max-width: 580px;
  color: #c3c7d5;
}
.brand-hero .hero-actions,
.brand-hero .trust-row {
  justify-content: flex-start;
}
.brand-hero .trust-row {
  max-width: 600px;
}
@media (max-width: 860px) {
  .brand-hero {
    min-height: 500px;
    padding: 58px 38px;
  }
  .brand-hero-content { width: 72%; }
  .brand-hero::after {
    background: linear-gradient(90deg, rgba(7,7,18,.95) 0%, rgba(9,8,23,.78) 52%, rgba(8,7,18,.28) 100%);
  }
}
@media (max-width: 580px) {
  .brand-hero {
    min-height: 520px;
    margin-top: 18px;
    padding: 46px 24px;
    border-radius: 22px;
  }
  .brand-hero-content { width: 100%; }
  .brand-hero-art {
    background-position: 70% center;
    opacity: .72;
  }
  .brand-hero::after {
    background: linear-gradient(180deg, rgba(7,7,18,.72) 0%, rgba(8,7,20,.88) 48%, rgba(7,7,18,.97) 100%);
  }
  .brand-hero .hero-actions,
  .brand-hero .trust-row { justify-content: center; }
  .brand-hero-content { text-align: center; }
}

/* Compact product wordmarks. */
.product-icon.word-icon{font-size:10px;letter-spacing:.06em;min-width:58px;padding:0 8px}
.app-badge .giant.wordmark{font-size:clamp(36px,5vw,62px);letter-spacing:-.04em}
/* ValoCookie Setup card */
.installer-section { padding-top: 12px; padding-bottom: 26px; }
.installer-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(139,92,246,.10), rgba(23,27,39,.96) 44%, rgba(15,18,27,.96));
  box-shadow: var(--shadow);
}
.installer-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--pink), var(--purple), var(--blue));
}
.installer-copy { max-width: 780px; }
.installer-kicker { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.installer-kicker img { width: 34px; height: 34px; object-fit: contain; image-rendering: auto; }
.installer-card h2 { margin: 16px 0 10px; font-size: clamp(27px, 3.4vw, 38px); letter-spacing: -.04em; }
.installer-card p { margin: 0; color: var(--muted); max-width: 760px; }
.installer-card .installer-note { margin-top: 10px; color: var(--text); opacity: .86; }
.installer-actions { min-width: 220px; display: flex; flex-direction: column; align-items: stretch; gap: 12px; }
.installer-actions .button { text-align: center; }
.installer-actions .text-link { text-align: center; }
@media (max-width: 860px) { .installer-card { grid-template-columns: 1fr; gap: 22px; } .installer-actions { min-width: 0; } }

