/* Taxo-inspired cinematic landing system — near-black canvas, giant serif,
   blue glow accents, white pill CTAs. Shares tokens with web/style.css. */

/* ===== cinematic hero — animated fluid blue + film grain ===== */
.cine-hero {
  position: relative; text-align: center; display: flex; flex-direction: column;
  justify-content: center; min-height: 86vh;
  padding: 90px 20px 90px; overflow: hidden;
  width: 100vw; margin: -24px 0 0 calc(50% - 50vw);
  background: #05060a;
}
.cine-hero::before {
  content: ""; position: absolute; inset: -35%;
  background:
    radial-gradient(42% 55% at 30% 30%, rgba(96, 165, 250, .75) 0%, rgba(37, 99, 235, .35) 45%, transparent 72%),
    radial-gradient(50% 60% at 75% 60%, rgba(29, 78, 216, .65) 0%, rgba(30, 58, 138, .30) 50%, transparent 75%),
    radial-gradient(38% 48% at 55% 15%, rgba(191, 219, 254, .35) 0%, transparent 65%),
    radial-gradient(60% 70% at 50% 95%, rgba(2, 6, 23, .9) 0%, transparent 70%);
  filter: blur(30px) saturate(1.15);
  animation: fluid 22s ease-in-out infinite alternate;
  pointer-events: none;
}
.cine-hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  opacity: .16; mix-blend-mode: overlay;
}
@keyframes fluid {
  0%   { transform: translate3d(-4%, -3%, 0) rotate(-3deg) scale(1); }
  50%  { transform: translate3d(3%, 4%, 0) rotate(2deg) scale(1.08); }
  100% { transform: translate3d(-2%, 2%, 0) rotate(-1deg) scale(1.03); }
}
.cine-hero > * { position: relative; z-index: 1; }
.cine-hero h1 { animation: rise .9s cubic-bezier(.16,1,.3,1) both .1s; }
.cine-hero .cine-sub { animation: rise .9s cubic-bezier(.16,1,.3,1) both .28s; }
.cine-hero .urdu { animation: rise .9s cubic-bezier(.16,1,.3,1) both .38s; }
.cine-hero .cine-ctas { animation: rise .9s cubic-bezier(.16,1,.3,1) both .46s; }
.cine-hero .hint { animation: rise .9s cubic-bezier(.16,1,.3,1) both .6s; }
@keyframes rise {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: none; }
}
.cine-hero h1 {
  font-family: "Instrument Serif", serif; font-weight: 400;
  font-size: clamp(44px, 8vw, 84px); line-height: 1.04; color: var(--heading, #fff);
  letter-spacing: .005em; margin: 0 0 18px;
}
.cine-hero h1 em { font-style: italic; }
.cine-hero .cine-sub {
  max-width: 52ch; margin: 0 auto 26px; color: #c8cede; font-size: 15.5px;
}
.cine-hero .urdu { font-size: 22px; color: #cfd4e6; margin: 0 0 22px; }
.cine-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cine-hero .hint { margin-top: 18px; }

/* ===== large statement intro ===== */
.statement {
  max-width: 880px; margin: 90px auto 70px; padding: 0 20px;
}
.statement p {
  font-family: "Instrument Serif", serif; font-weight: 400;
  font-size: clamp(24px, 3.4vw, 34px); line-height: 1.35; color: #b9b9b2; margin: 0;
}
.statement p strong { color: var(--heading, #fff); font-weight: 400; }

/* ===== product shot ===== */
.shot-section { max-width: 1000px; margin: 0 auto 60px; padding: 0 20px; }
.browser-frame {
  display: flex; gap: 6px; align-items: center;
  background: #1c1c1f; border: 1px solid var(--line); border-bottom: none;
  border-radius: 14px 14px 0 0; padding: 12px 16px;
}
.browser-frame span { width: 10px; height: 10px; border-radius: 50%; background: #3a3a40; }
.shot-section img, .hero-shot img {
  width: 100%; height: auto; display: block;
  border: 1px solid var(--line); border-top: none; border-radius: 0 0 14px 14px;
  box-shadow: 0 40px 120px -30px rgba(37, 99, 235, .35);
}

/* ===== numbers band ===== */
.numbers { max-width: 1000px; margin: 80px auto; padding: 0 20px; }
.numbers-head {
  font-family: "Instrument Serif", serif; font-weight: 400; font-size: 30px;
  color: var(--heading, #fff); text-transform: none; letter-spacing: 0; margin-bottom: 34px;
}
.num-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px 60px; }
@media (max-width: 860px) { .num-grid { grid-template-columns: 1fr; } }
.num-item .num {
  font-family: "Instrument Serif", serif; font-size: clamp(56px, 7vw, 84px);
  line-height: 1; color: var(--heading, #fff);
}
.num-item h3 { margin: 8px 0 8px; font-size: 16px; color: var(--heading, #fff); }
.num-item p { color: var(--muted); font-size: 14.5px; margin: 0; line-height: 1.65; }

/* ===== feature grid ===== */
.section-title {
  font-family: "Instrument Serif", serif; font-weight: 400; text-transform: none;
  letter-spacing: 0; text-align: center; font-size: 32px; color: var(--heading, #fff); margin: 80px 0 28px;
}
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 900px; margin: 0 auto; padding: 0 20px; }
.feature-grid-3 { grid-template-columns: repeat(3, 1fr); max-width: 1060px; }
@media (max-width: 960px) { .feature-grid, .feature-grid-3 { grid-template-columns: 1fr; } }
.feature { margin-bottom: 0; background: var(--card); }
.feature h3 { margin: 0 0 8px; font-size: 15.5px; color: var(--heading, #fff); }
.feature p { color: var(--muted); font-size: 14px; margin: 0; line-height: 1.6; }

/* ===== FAQ ===== */
.faq { max-width: 780px; margin: 90px auto; padding: 0 20px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  display: flex; gap: 18px; align-items: baseline; cursor: pointer;
  padding: 20px 4px; font-size: 16.5px; color: var(--heading, #fff); list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .qnum { font-family: "Instrument Serif", serif; color: var(--muted); font-size: 15px; }
.faq summary::after { content: "+"; margin-left: auto; color: var(--muted); font-size: 20px; }
.faq details[open] summary::after { content: "–"; }
.faq .answer { padding: 0 4px 20px 44px; color: var(--muted); font-size: 14.5px; line-height: 1.7; }

/* ===== ghost-word section + gradient card ===== */
.ghost-section { position: relative; max-width: 1000px; margin: 110px auto 90px; padding: 0 20px; }
.ghost-word {
  font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400;
  font-size: clamp(64px, 11vw, 130px); line-height: 1; color: #1d1d20;
  text-align: center; margin-bottom: -34px; user-select: none;
}
.grad-card {
  position: relative; border-radius: 18px; padding: 44px 44px 40px;
  background:
    radial-gradient(110% 150% at 15% 110%, rgba(59, 130, 246, .85) 0%, rgba(29, 78, 216, .45) 40%, rgba(13, 20, 45, .9) 75%),
    #0e1220;
  border: 1px solid #24304f;
}
.grad-card p {
  font-family: "Instrument Serif", serif; font-size: clamp(22px, 3vw, 30px);
  line-height: 1.4; color: #e7ecf9; margin: 0 0 14px; max-width: 60ch;
}
.grad-card .small { font-family: "Inter", sans-serif; font-size: 14px; color: #b9c6e8; }
.grad-card a { color: var(--heading, #fff); }

/* ===== CTA band ===== */
.cta-band { text-align: center; padding: 40px 16px 100px; }
.cta-band h2 {
  font-family: "Instrument Serif", serif; font-weight: 400; text-transform: none;
  letter-spacing: 0; font-size: clamp(30px, 5vw, 46px); line-height: 1.2;
  color: var(--heading, #fff); margin-bottom: 26px;
}
.cta-band h2 em { font-style: italic; }

/* ===== steps (kept, restyled) ===== */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 1000px; margin: 40px auto; padding: 0 20px; }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr; } }
.step { text-align: center; padding: 26px 18px; background: var(--card); }
.step-num {
  width: 36px; height: 36px; line-height: 36px; border-radius: 50%;
  background: #fff; color: #0b0b0c; font-weight: 700; margin: 0 auto 12px;
}
.step h3 { margin: 0 0 6px; font-size: 16px; color: var(--heading, #fff); }
.step p { color: var(--muted); font-size: 14px; margin: 0; }

/* ===== language band ===== */
.lang-band { text-align: center; padding: 30px 0 0; }
.lang-band .muted { margin-top: 12px; font-size: 14px; }
.lang-pill {
  display: inline-block; margin: 4px; padding: 8px 18px; border-radius: 999px;
  background: var(--card); border: 1px solid var(--line-strong); font-size: 15px; color: var(--ink);
}

/* ===== insights ===== */
.insights-preview { max-width: 1000px; margin: 70px auto; padding: 0 20px; }
.section-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 14px; }
.section-head h2 {
  font-family: "Instrument Serif", serif; font-weight: 400; text-transform: none;
  font-size: 26px; color: var(--heading, #fff); letter-spacing: 0;
}
.section-head a { color: var(--teal); text-decoration: none; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 860px) { .post-grid { grid-template-columns: 1fr; } }
.post-card { display: block; text-decoration: none; color: var(--ink); background: var(--card); }
.post-card:hover { border-color: var(--line-strong); }
.post-card h3 { margin: 0 0 8px; font-size: 15.5px; color: var(--heading, #fff); }
.post-card p { color: var(--muted); font-size: 13.5px; }

/* ===== article prose & footer ===== */
.prose { max-width: 680px; margin: 44px auto; padding: 0 20px; }
.prose h1 { font-size: 34px; line-height: 1.2; margin-bottom: 14px; color: var(--heading, #fff); }
.prose h1 em { font-style: italic; }
.prose h2 { text-transform: none; letter-spacing: 0; font-size: 20px; color: var(--heading, #fff); margin-top: 26px; }
.prose p, .prose li { font-size: 15px; line-height: 1.7; }
.prose .lede-lg { font-size: 17px; color: var(--muted); }
.prose a { color: var(--teal); }
.post-body { max-width: 720px; margin: 30px auto 16px; }
.post-body h1 { margin-bottom: 4px; color: var(--heading, #fff); }
.post-body h2 { text-transform: none; letter-spacing: 0; font-size: 20px; color: var(--heading, #fff); margin-top: 22px; }
.post-body a { color: var(--teal); }
.post-body blockquote { border-left: 3px solid var(--blue); margin: 14px 0; padding: 4px 14px; color: var(--muted); }
.post-back { max-width: 720px; margin: 0 auto 40px; padding: 0 20px; }
.post-back a { color: var(--teal); }

.site-foot {
  border-top: 1px solid var(--line); margin-top: 60px;
  padding: 34px 20px 48px; text-align: center; color: var(--muted);
}
.site-foot p { margin: 4px 0; font-size: 14px; }
.foot-nav { display: flex; gap: 18px; justify-content: center; margin: 10px 0; }
.foot-nav a { color: var(--ink); text-decoration: none; }
.foot-clock { font-size: 12.5px; color: #8b8b84; margin-top: 10px; }


/* ===== scroll reveal & motion polish ===== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.feature, .post-card, .step { transition: transform .35s cubic-bezier(.16,1,.3,1), border-color .35s, opacity .7s cubic-bezier(.16,1,.3,1); }
.feature:hover, .post-card:hover, .step:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.btn { transition: background .25s, border-color .25s, transform .2s; }
.btn:active { transform: scale(.97); }
.btn-primary { box-shadow: 0 0 0 0 rgba(255,255,255,.0); transition: background .25s, box-shadow .35s, transform .2s; }
.btn-primary:hover { box-shadow: 0 0 34px -6px rgba(147, 197, 253, .55); }
.grad-card { overflow: hidden; }
.grad-card::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  opacity: .18; mix-blend-mode: overlay;
}
@media (prefers-reduced-motion: reduce) {
  .cine-hero::before { animation: none; }
  .cine-hero h1, .cine-hero .cine-sub, .cine-hero .urdu, .cine-hero .cine-ctas, .cine-hero .hint { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .feature, .post-card, .step, .btn { transition: none; }
}

/* ===== badges ===== */
.badge-live, .badge-soon {
  display: inline-block; vertical-align: 2px; margin-left: 6px;
  font-family: "Inter", sans-serif; font-size: 10.5px; font-weight: 600;
  letter-spacing: .05em; text-transform: uppercase;
  padding: 2px 8px; border-radius: 999px;
}
.badge-live { background: #12251a; border: 1px solid #23543a; color: #6fdc9a; }
.badge-soon { background: #101a3a; border: 1px solid #24304f; color: #8ab4ff; }

/* ===== duo: two sides showcase ===== */
.duo { max-width: 1060px; margin: 80px auto; padding: 0 20px; }
.duo-grid { display: grid; grid-template-columns: 320px 1fr; gap: 34px; align-items: start; }
@media (max-width: 960px) { .duo-grid { grid-template-columns: 1fr; } }
.duo-item { margin: 0; }
.duo-item figcaption { color: var(--muted); font-size: 14px; line-height: 1.6; margin-top: 14px; }
.duo-item figcaption strong { color: var(--heading, #fff); }
.duo-shot { width: 100%; height: auto; display: block; border: 1px solid var(--line); border-top: none; border-radius: 0 0 14px 14px; box-shadow: 0 40px 120px -30px rgba(37, 99, 235, .35); }
.phone-frame {
  border: 3px solid #2a2a2f; border-radius: 34px; overflow: hidden;
  background: #000; box-shadow: 0 40px 120px -30px rgba(37, 99, 235, .4);
  max-width: 300px; margin: 0 auto; position: relative;
}
.phone-frame::before {
  content: ""; position: absolute; top: 10px; left: 50%; transform: translateX(-50%);
  width: 88px; height: 22px; background: #000; border-radius: 12px; z-index: 2;
}
.phone-frame img { width: 100%; height: auto; display: block; }

/* ===== visit flow ===== */
.visit-flow { max-width: 1060px; margin: 80px auto; padding: 0 20px; }
.flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 960px) { .flow-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .flow-grid { grid-template-columns: 1fr; } }
.flow-step { background: var(--card); }
.flow-when {
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 8px;
}
.flow-step h3 { margin: 0 0 8px; font-size: 15.5px; color: var(--heading, #fff); }
.flow-step p { color: var(--muted); font-size: 13.5px; margin: 0; line-height: 1.6; }

/* ===== analytics mock ===== */
.analytics { max-width: 1060px; margin: 80px auto; padding: 0 20px; }
.dash-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 860px) { .dash-grid { grid-template-columns: 1fr; } }
.dash-card h3 { margin: 0 0 10px; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.dash-num { font-family: "Instrument Serif", serif; font-size: 38px; color: var(--heading, #fff); line-height: 1; margin-bottom: 14px; }
.dash-num span { font-family: "Inter", sans-serif; font-size: 13px; color: var(--muted); }
.bars { display: flex; gap: 8px; align-items: flex-end; height: 76px; }
.bars i {
  flex: 1; border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #3b82f6, #1d4ed8);
}
.hbar { display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 10px; margin: 9px 0; }
.hbar span { font-size: 12.5px; color: var(--muted); }
.hbar b { display: block; height: 10px; border-radius: 5px; background: linear-gradient(90deg, #1d4ed8, #3b82f6); }
.center { text-align: center; margin-top: 14px; font-size: 13px; }

/* ===== solutions grid & pages ===== */
.sol-others { max-width: 1060px; margin: 80px auto; padding: 0 20px; }
.sol-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
@media (max-width: 960px) { .sol-grid { grid-template-columns: 1fr 1fr; } }
.sol-card { display: block; text-decoration: none; }
.sol-card h3 { margin: 0 0 4px; font-size: 15.5px; color: var(--heading, #fff); }
.sol-card p { margin: 0; color: var(--muted); font-size: 12.5px; }
.sol-card:hover { border-color: var(--line-strong); }
.sol-hero { min-height: 62vh; }
.eyebrow-dark {
  display: inline-block; margin: 0 auto 14px; font-size: 12px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase; color: #8ab4ff;
  border: 1px solid #24304f; border-radius: 999px; padding: 5px 14px;
}
.pain-list { max-width: 780px; margin: 0 auto 20px; padding: 0 20px; display: grid; gap: 10px; }
.pain { display: flex; gap: 12px; align-items: baseline; color: var(--muted); font-size: 15px; margin: 0; }
.pain-x { color: var(--error); font-weight: 700; }


/* ===== Taxo-style blog ===== */
.blog-head { max-width: 1000px; margin: 60px auto 30px; padding: 0 20px; }
.blog-head h1 { font-size: clamp(38px, 6vw, 60px); color: var(--heading, #fff); }
.blog-head h1 em { font-style: italic; }
.blog-grid { max-width: 1060px; margin: 0 auto 80px; padding: 0 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 22px; }
@media (max-width: 960px) { .blog-grid { grid-template-columns: 1fr; } }
.blog-card { display: block; text-decoration: none; color: var(--ink); }
.blog-cover, .article-hero {
  position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 16/10;
  background:
    radial-gradient(120% 140% at 20% 110%, hsl(var(--hue,220) 75% 45% / .9) 0%, hsl(var(--hue,220) 60% 25% / .8) 45%, #0b0e18 100%);
  display: flex; align-items: center; justify-content: center;
  transition: transform .35s cubic-bezier(.16,1,.3,1);
}
.blog-cover::after, .article-hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  opacity: .2; mix-blend-mode: overlay;
}
.blog-card:hover .blog-cover { transform: scale(1.02); }
.blog-cover-mark {
  font-family: "Instrument Serif", serif; font-style: italic;
  font-size: clamp(64px, 8vw, 110px); color: rgba(255,255,255,.85); line-height: 1;
}
.blog-meta { display: flex; flex-wrap: wrap; gap: 6px 18px; margin: 14px 0 8px; color: var(--muted); font-size: 13px; }
.blog-card h2 {
  font-family: "Instrument Serif", serif; font-weight: 400; text-transform: none;
  letter-spacing: 0; font-size: 23px; line-height: 1.25; color: var(--heading, #fff); margin: 0 0 8px;
}
.blog-card p { color: var(--muted); font-size: 14px; margin: 0 0 10px; }
.read-more { color: var(--ink); font-size: 14px; text-decoration: underline; text-underline-offset: 4px; }
.blog-card:hover .read-more { color: var(--teal); }

.article { max-width: 860px; margin: 50px auto 20px; padding: 0 20px; }
.article-head h1 { font-size: clamp(34px, 5.5vw, 54px); line-height: 1.12; color: var(--heading, #fff); margin-bottom: 12px; }
.article-sub { color: var(--muted); font-size: 17px; margin: 0 0 26px; max-width: 60ch; }
.article-rule { border: none; border-top: 1px solid var(--line); margin: 0 0 14px; }
.article-meta { margin: 0 0 30px; }
.article-hero { aspect-ratio: 21/9; margin-bottom: 36px; }
.article-body { max-width: 720px; }
.article-body h2 { text-transform: none; letter-spacing: 0; font-size: 22px; color: var(--heading, #fff); margin: 28px 0 10px; font-family: "Instrument Serif", serif; font-weight: 400; }
.article-body p, .article-body li { font-size: 15.5px; line-height: 1.75; color: var(--ink); }
.article-body a { color: var(--teal); }
.article-body strong { color: var(--heading, #fff); }
.article-body blockquote { border-left: 3px solid var(--blue); margin: 14px 0; padding: 4px 14px; color: var(--muted); }

/* ===== Mobile optimization (marketing) ===== */
@media (max-width: 760px) {
  .cine-hero { min-height: 72vh; padding: 60px 18px 64px; }
  .cine-hero h1 { font-size: clamp(38px, 11vw, 54px); }
  .cine-ctas { width: 100%; }
  .cine-ctas .btn { flex: 1 1 auto; text-align: center; padding: 13px 18px; }
  .statement { margin: 48px auto 36px; }
  .statement p { font-size: 21px; }
  .numbers { margin: 48px auto; }
  .num-item .num { font-size: 54px; }
  .section-title { font-size: 26px; margin: 48px 0 18px; }
  .duo-grid { gap: 40px; }
  .phone-frame { max-width: 250px; }
  .visit-flow, .analytics, .sol-others, .insights-preview { margin: 48px auto; }
  .faq { margin: 56px auto; }
  .faq summary { font-size: 15px; gap: 12px; }
  .faq .answer { padding-left: 32px; }
  .ghost-section { margin: 64px auto 56px; }
  .grad-card { padding: 28px 22px 24px; }
  .cta-band { padding: 24px 16px 70px; }
  .blog-head { margin: 36px auto 20px; }
  .blog-grid { gap: 30px; }
  .article { margin: 30px auto 12px; }
  .article-hero { aspect-ratio: 16/10; }
  .lang-pill { padding: 9px 15px; font-size: 14px; }
  .eyebrow { font-size: 11px; }
  .sol-grid { grid-template-columns: 1fr; }
  .dash-grid { gap: 12px; }
  .site-foot { padding: 26px 16px 36px; }
  .foot-nav { flex-wrap: wrap; gap: 10px 16px; }
}

/* Always-dark art blocks keep light text in BOTH themes */
.cine-hero, .band-green, .grad-card {
  --heading: #ffffff;
  --ink: #eef0f6;
  --muted: #a9b2c6;
  --line: rgba(255,255,255,.18);
  --line-strong: rgba(255,255,255,.5);
}
.cine-hero .btn-primary, .band-green .btn-primary {
  background: #fff; border-color: #fff; color: #0b0b0c;
}
.cine-hero .btn-primary:hover { background: #d9d9d4; border-color: #d9d9d4; }
.cine-hero .btn:not(.btn-primary) { color: #eef0f6; border-color: rgba(255,255,255,.5); background: transparent; }
.cine-hero .btn:not(.btn-primary):hover { background: rgba(255,255,255,.12); }
html[data-theme="light"] .statement p { color: #4b5148; }
html[data-theme="light"] .statement p strong { color: #12150f; }
html[data-theme="light"] .cine-hero { background: #05060a; }
.cine-hero .btn.btn-primary, .band-green .btn.btn-primary { background: #fff; border-color: #fff; color: #0b0b0c; }
.topbar { --muted: #a3a39c; }
