/* =======================================================
   Absolve Digital — Homepage (vdigtech-inspired redesign)
   ======================================================= */

:root{
  --bg:#0A0A0B;
  --panel:#0f0f12;
  --txt:#F2F6FB;
  --muted:#CFE8FB;
  --glass:rgba(255,255,255,.08);

  --b1:#33b5df;   /* aqua-light */
  --b2:#2a8bb2;   /* mid blue */

  --shadow:0 24px 80px rgba(51,181,223,.18);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  background:var(--bg); color:var(--txt);
}
a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}
.container{width:min(1180px,92%); margin:auto}
.section{padding:96px 0; position:relative}
.section-hd{text-align:center; margin-bottom:40px}
.section-hd h2{font-size:2.2rem; margin:0 0 .5rem}
.section-hd p{color:var(--muted); margin:0}

/* Buttons */
.btn{display:inline-flex; align-items:center; justify-content:center; border-radius:999px; font-weight:700; padding:.9rem 1.2rem; transition:.25s ease}
.btn-primary{background:linear-gradient(90deg,var(--b1),var(--b2)); color:#061423; box-shadow:0 10px 26px rgba(51,181,223,.25)}
.btn-primary:hover{transform:translateY(-2px)}
.btn-ghost{border:1px solid var(--glass); background:rgba(255,255,255,.05); color:#fff}
.btn-ghost:hover{border-color:rgba(255,255,255,.18)}

/* Offset under fixed navbar */
main{padding-top:78px}

/* ---------------- FX background ---------------- */
.fx-bg{position:fixed; inset:0; z-index:-1; pointer-events:none}
.layer{position:absolute; inset:0}
.stars,.twinkle{
  --dot:radial-gradient(2px 2px at 2px 2px, rgba(255,255,255,.6), transparent 70%);
  background:var(--dot),var(--dot),var(--dot),var(--dot),var(--dot),var(--dot);
  background-size:160px 160px, 240px 240px, 320px 320px, 380px 380px, 440px 440px, 520px 520px;
  opacity:.25; animation:drift 42s linear infinite;
}
.twinkle{opacity:.12; animation:drift 68s linear infinite reverse}
.gradient{
  background:
    radial-gradient(900px 380px at 20% -12%, rgba(51,181,223,.18), transparent 60%),
    radial-gradient(700px 320px at 85% 10%, rgba(42,139,178,.14), transparent 60%);
}
@keyframes drift{from{background-position:0 0} to{background-position:280px 220px}}

/* ---------------- HERO ---------------- */
/* ---------------- HERO — high-impact, mobile-first ---------------- */
.hero{min-height:92vh; display:grid; place-items:center; padding-top:80px}
.hero-wrap{display:grid; grid-template-columns:1fr 420px; gap:28px; align-items:center}
/* Mobile-first: stack */
@media (max-width:900px){
  .hero-wrap{grid-template-columns:1fr; gap:18px}
  .hero{padding-top:72px; min-height:92vh}
}

/* copy */
.kicker{text-transform:uppercase; font-size:.78rem; color:#9ed8ef; margin-bottom:8px; letter-spacing:.12em}
.hero-title{font-size:clamp(1.7rem,6vw,3.2rem); line-height:1.02; margin:0 0 .6rem; display:block}
.hero-title .line{display:block}
.hero-title .typed{color:var(--b1); font-weight:800}
.cursor{display:inline-block; margin-left:6px; opacity:1; animation:blink 900ms steps(1) infinite}
@keyframes blink{50%{opacity:0}}
.lede{color:var(--muted); margin:0 0 14px; max-width:60ch}
.cta-row{display:flex; gap:12px; margin:12px 0 18px; flex-wrap:wrap}
.hero-bullets{list-style:none; padding:0; margin:12px 0; color:var(--muted)}
.hero-bullets li{margin:8px 0; font-size:.95rem}

/* trust/metrics small */
.hero-trust{display:flex; gap:18px; align-items:center; margin-top:14px; flex-wrap:wrap}
.metrics{display:flex; gap:10px; align-items:center}
.metrics .m{display:flex; flex-direction:column; text-align:center; font-weight:700; color:#eaf8ff; margin-right:6px}
.metrics .m span{font-weight:600; color:var(--muted); font-size:.83rem}
.mini-test{font-size:.9rem; color:var(--muted); margin:0 0 0 10px}

/* VISUAL — the "HUB" */
.hero-visual{width:100%; display:flex; align-items:center; justify-content:center; min-height:360px}
.hub{position:relative; width:min(420px,86vw); height:min(420px,72vw); display:block; transform-style:preserve-3d; perspective:900px}
.hub-core{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:160px; height:160px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01)); box-shadow:0 30px 90px rgba(6,20,35,.6), 0 10px 40px rgba(6,20,35,.5); border:1px solid rgba(255,255,255,.04)}
.hub-title{font-weight:800; font-size:1.05rem; color:var(--txt); text-align:center; line-height:1}
#hubMain{background:linear-gradient(90deg,var(--b1),var(--b2)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; font-size:1.15rem; display:inline-block; padding:.15rem .4rem; border-radius:8px}

/* pop bubbles */
.hub-bubble{position:absolute; padding:.45rem .7rem; border-radius:999px; background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.04); color:var(--muted); font-weight:700; cursor:pointer; transition:transform .22s ease, box-shadow .22s ease}
.hub-bubble:active{transform:scale(.96)}
.hub-bubble[data-word="Creative"]{left:10%; top:20%}
.hub-bubble[data-word="Analytics"]{right:8%; top:22%}
.hub-bubble[data-word="Marketing"]{left:6%; bottom:18%}
.hub-bubble[data-word="Transformation"]{right:12%; bottom:14%}

/* ring */
.hub-ring{position:absolute; inset:0; width:100%; height:100%; pointer-events:none; opacity:.8; transform:translateZ(-40px);}

/* slightly animate bubbles */
.hub-bubble{animation:floaty 6s ease-in-out infinite}
@keyframes floaty{
  0%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
  100%{transform:translateY(0)}
}

/* better stacking on small screens */
@media (max-width:420px){
  .hub{width:86vw; height:86vw}
  .hub-core{width:130px; height:130px}
  #hubMain{font-size:1rem}
  .hub-bubble{font-size:.88rem; padding:.42rem .6rem}
}

/* hero-scroll */
.hero-scroll{position:absolute; bottom:28px; left:50%; transform:translateX(-50%); font-size:.8rem; letter-spacing:.12em; color:#a6e3ff; opacity:.65}

/* remove old clients styles if still present */
.clients, .marquee, .track { display:none !important; }
@media (min-width:901px){
  .hero-wrap{grid-template-columns:1fr 420px}
}

/* ---------------- Vertical word ticker (right side) ---------------- */
.vertical-ticker {
  width: min(420px, 44vw);
  max-width: 480px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  position:relative;
  pointer-events:auto;
  height:360px;
}

.ticker-window{
  width:100%;
  height:220px;
  display:flex;
  align-items:flex-end; /* start from bottom */
  justify-content:center;
  overflow:hidden;
  position:relative;
  background:radial-gradient(circle at 60% 30%, rgba(6,20,35,.25), transparent 28%),
             linear-gradient(180deg, rgba(255,255,255,.01), transparent 40%);
  border-radius:24px;
  border:1px solid rgba(255,255,255,.03);
  padding:18px;
  box-shadow:0 30px 70px rgba(6,20,35,.6), inset 0 1px 0 rgba(255,255,255,.02);
}

/* current word container */
.ticker-word{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  transform:translateY(26px);
  opacity:0;
}

/* text */
.ticker-word .text{
  font-weight:800;
  font-size:clamp(1.05rem,4.2vw,1.6rem);
  letter-spacing: -0.02em;
  background:linear-gradient(90deg, var(--b1), var(--b2));
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  text-shadow:0 8px 22px rgba(6,20,35,.6);
  text-align:center;
  white-space:nowrap;
}

/* small caption */
.ticker-caption{font-size:.88rem; color:var(--muted); opacity:.9; margin-top:6px}

/* enter/exit animations */
.ticker-word.enter{
  animation:wordEnter .42s ease forwards;
}
.ticker-word.exit{
  animation:wordExit .42s ease forwards;
}
@keyframes wordEnter{
  0% { transform:translateY(28px) scale(.98); opacity:0; }
  60% { transform:translateY(-6px) scale(1.02); opacity:1; }
  100%{ transform:translateY(0) scale(1); opacity:1; }
}
@keyframes wordExit{
  0% { transform:translateY(0) scale(1); opacity:1; }
  100%{ transform:translateY(-36px) scale(.98); opacity:0; }
}

/* racing bars on each end */
.racer{
  width:18px;
  height:8px;
  border-radius:8px;
  background:linear-gradient(90deg, rgba(255,255,255,.12), rgba(255,255,255,.02));
  position:relative;
  overflow:hidden;
  opacity:.9;
  display:inline-block;
}
.racer::before{
  content:'';
  position:absolute;
  inset:0;
  transform:translateX(-120%);
  background:linear-gradient(90deg, rgba(6,20,35,0), rgba(51,181,223,1), rgba(6,20,35,0));
  filter:blur(6px);
  opacity:.95;
}
.racer.right::before{ transform:translateX(120%); }

/* when 'racing' class applied, animate the gradient 'sweep' */
.racing .racer.left::before{
  animation:raceLeft 420ms cubic-bezier(.2,.9,.2,1);
}
.racing .racer.right::before{
  animation:raceRight 420ms cubic-bezier(.2,.9,.2,1);
}
@keyframes raceLeft{
  0% { transform:translateX(-120%); opacity:0 }
  40%{ transform:translateX(-10%); opacity:1 }
  100%{ transform:translateX(120%); opacity:0 }
}
@keyframes raceRight{
  0% { transform:translateX(120%); opacity:0 }
  40%{ transform:translateX(10%); opacity:1 }
  100%{ transform:translateX(-120%); opacity:0 }
}

/* responsive tweaks */
@media (max-width:900px){
  .vertical-ticker{ width:86vw; height:240px }
  .ticker-window{ height:180px; padding:14px; border-radius:18px }
  .ticker-word .text{ font-size:clamp(1.05rem,5.6vw,1.25rem) }
}


/* Hologram visual */
.hero-visual {
  position: relative;
  width: 100%;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
}

.orb-container {
  position: relative;
  width: 360px;
  height: 360px;
  transform-style: preserve-3d;
  animation: orbRotate 14s linear infinite;
}

@keyframes orbRotate {
  from { transform: rotateX(18deg) rotateY(0deg); }
  to { transform: rotateX(18deg) rotateY(360deg); }
}

.orb-core {
  width: 60px;
  height: 60px;
  background: radial-gradient(circle at 30% 30%, #33b5df, #0a0a0b 80%);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(51,181,223,.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.orb-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(51,181,223,.15), transparent 70%);
  filter: blur(22px);
}

.orb-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1.5px solid rgba(51,181,223,.35);
  transform-origin: center;
  animation: ringSpin 6s linear infinite;
}

.orb-ring.r1 { animation-delay: 0s; }
.orb-ring.r2 { width: 320px; height: 320px; animation-delay: 2s; border-color: rgba(51,181,223,.25); }
.orb-ring.r3 { width: 380px; height: 380px; animation-delay: 4s; border-color: rgba(51,181,223,.15); }

@keyframes ringSpin {
  from { transform: translate(-50%, -50%) rotateY(0deg); }
  to { transform: translate(-50%, -50%) rotateY(360deg); }
}

.orb-particle {
  position: absolute;
  width: 10px;
  height: 10px;
  background: radial-gradient(circle, #eafaff, var(--b2));
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(51,181,223,.8);
  animation: floatParticle 8s ease-in-out infinite;
}

.orb-particle.p1 { top: 20%; left: 85%; animation-delay: 0s; }
.orb-particle.p2 { top: 80%; left: 25%; animation-delay: 2s; }
.orb-particle.p3 { top: 50%; left: 10%; animation-delay: 4s; }
.orb-particle.p4 { top: 65%; left: 70%; animation-delay: 6s; }

@keyframes floatParticle {
  0%,100% { transform: translateY(0) scale(1); opacity: .9; }
  50% { transform: translateY(-12px) scale(1.2); opacity: 1; }
}

.holo{position:relative; width:100%; height:100%; animation:holoFloat 8s ease-in-out infinite}
@keyframes holoFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
.holo-panel{position:absolute; inset:40px 10px 90px 10px; border-radius:20px; transform:perspective(900px) rotateX(52deg); background:linear-gradient(to bottom, rgba(51,181,223,.2), rgba(10,14,18,.5)); box-shadow:0 40px 120px rgba(42,139,178,.24); overflow:hidden}
.holo-panel .grid{position:absolute; inset:0; background:repeating-linear-gradient(0deg, rgba(255,255,255,.06) 0 1px, transparent 1px 24px), repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 1px, transparent 1px 24px); opacity:.35; animation:pan 14s linear infinite}
@keyframes pan{from{transform:translate3d(0,0,0)} to{transform:translate3d(-24px,-24px,0)}}
.holo-panel .scanlines{position:absolute; inset:0; background:linear-gradient(transparent 70%, rgba(255,255,255,.12) 85%, transparent 100%); background-size:100% 26px; animation:scan 3s linear infinite; opacity:.25}
@keyframes scan{from{background-position-y:0} to{background-position-y:26px}}
.holo-panel .glow-edge{position:absolute; inset:0; border-radius:20px; box-shadow:inset 0 0 28px rgba(51,181,223,.35)}
.nodes{position:absolute; inset:0; display:grid; place-items:center; list-style:none; margin:0; padding:0}
.node{--size:14px; position:absolute; left:50%; top:50%; width:var(--size); height:var(--size); border-radius:50%; background:radial-gradient(circle at 35% 35%, #e6f7ff, var(--b2) 70%); box-shadow:0 0 16px rgba(51,181,223,.9); transform-origin:0 -140px}
.n1{transform:rotate(0deg) translate(0,-240px)} .n2{transform:rotate(60deg) translate(0,-240px)}
.n3{transform:rotate(120deg) translate(0,-240px)} .n4{transform:rotate(180deg) translate(0,-240px)}
.n5{transform:rotate(240deg) translate(0,-240px)} .n6{transform:rotate(300deg) translate(0,-240px)}
.node.active{box-shadow:0 0 18px 6px rgba(51,181,223,.9)}
.ticker{position:absolute; left:50%; bottom:18px; transform:translateX(-50%); width:95%; text-align:center; background:rgba(8,12,16,.7); border:1px solid var(--glass); border-radius:999px; padding:.45rem .9rem; color:#d8f6ff; font-size:.85rem; backdrop-filter:blur(8px); box-shadow:0 8px 26px rgba(42,139,178,.25)}
.ticker span{display:inline-block; animation:fadeTicker .5s ease}
@keyframes fadeTicker{from{opacity:0; transform:translateY(4px)} to{opacity:1; transform:none}}
.hero-scroll{position:absolute; bottom:32px; left:50%; transform:translateX(-50%); font-size:.8rem; letter-spacing:.15em; color:#a6e3ff; opacity:.65}

/* ---------------- Clients marquee ---------------- */
.clients{padding:40px 0}
.marquee{overflow:hidden; mask-image:linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent)}
.track{display:flex; gap:40px; align-items:center; animation:slide 24s linear infinite}
.marquee img{opacity:.8; filter:grayscale(1); height:32px}
@keyframes slide{from{transform:translateX(0)} to{transform:translateX(-50%)}}

/* ---------------- Solutions ---------------- */
.solutions .cards{display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
.card{padding:22px 20px; border-radius:18px; background:rgba(255,255,255,.04); border:1px solid var(--glass); transition:.25s}
.card:hover{transform:translateY(-6px); border-color:rgba(51,181,223,.35); box-shadow:var(--shadow)}
.card h3{margin:0 0 6px}
.card p{color:var(--muted); margin:0 0 10px}
.card ul{padding-left:18px; color:var(--muted)}

/* ---------------- Case studies ---------------- */
.case{display:grid; grid-template-columns:1fr 1fr; gap:24px; align-items:center; margin:40px 0}
.case.flip{direction:rtl; text-align:right}
.case.flip .case-copy{direction:ltr}
.case-media img{border-radius:16px; border:1px solid var(--glass); box-shadow:var(--shadow)}
.case-copy h3{margin:0 0 .5rem}
.case-copy p{color:var(--muted)}
.bullets{padding-left:18px; margin:.5rem 0; color:var(--muted)}

/* ---------------- Metrics ---------------- */
.metrics-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:18px}
.metric{background:#0b0d10; border:1px solid var(--glass); border-radius:16px; padding:22px; text-align:center}
.metric .num{font-size:2.2rem; font-weight:800; background:linear-gradient(90deg,var(--b1),var(--b2)); -webkit-background-clip:text; -webkit-text-fill-color:transparent}
.metric .unit{margin-left:4px; color:#aee6ff}
.metric p{color:var(--muted)}

/* ---------------- Pricing ---------------- */
.price-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
.price.card{min-height:360px; display:flex; flex-direction:column; justify-content:space-between; position:relative; padding:20px}
.price .label{position:absolute; top:.9rem; left:.9rem; background:#06111a; color:#e6faff; border-radius:999px; padding:.25rem .6rem; font-size:.75rem; font-weight:800}
.price h3{margin:1.6rem 0 .4rem; font-size:1.6rem}
.price h3 small{font-size:.9rem; color:#b7e1f9; font-weight:600}
.price ul{margin:0 0 1rem; padding-left:1.1rem; color:var(--muted)}
.price.popular{border-color:#8fdcff; box-shadow:var(--shadow); transform:translateY(-2px)}
.more-note{text-align:center; color:var(--muted); margin-top:.8rem}

/* ---------------- Process ---------------- */
.steps{display:grid; grid-template-columns:repeat(5,1fr); gap:16px; counter-reset:stp}
.steps li{list-style:none; background:#0b0d10; border:1px solid var(--glass); padding:18px; border-radius:14px; text-align:center}
.steps li span{display:inline-block; width:34px; height:34px; border-radius:50%; background:linear-gradient(90deg,var(--b1),var(--b2)); text-align:center; line-height:34px; font-weight:800; margin-bottom:6px}
.steps h3{margin:0 0 6px; font-size:1rem}
.steps p{margin:0; color:var(--muted)}

/* ---------------- Testimonials ---------------- */
.snap-row{display:flex; gap:14px; overflow:auto; scroll-snap-type:x mandatory; padding-bottom:12px}
.t-card{min-width:320px; scroll-snap-align:start; border:1px solid var(--glass); background:#0b0d10; border-radius:14px; padding:18px; color:#eaf8ff}
.t-card cite{display:block; color:#aee6ff; margin-top:8px}

/* ---------------- FAQ ---------------- */
.faq-list details{border:1px solid var(--glass); border-radius:14px; padding:12px 14px; margin:10px 0; background:#0b0d10}
.faq-list summary{cursor:pointer; font-weight:700; color:#fff}
.faq-list p{color:var(--muted); margin:.5rem 0 0}

/* ---------------- Big CTA ---------------- */
.cta-big .cta-panel{border:1px solid var(--glass); border-radius:18px; padding:32px; background:linear-gradient(180deg, rgba(51,181,223,.12), rgba(255,255,255,.02)); text-align:center; box-shadow:0 30px 90px rgba(51,181,223,.16)}

/* ---------------- Responsive ---------------- */
@media (max-width:1024px){
  .hero-wrap{grid-template-columns:1fr; text-align:center}
  .hero-visual{order:-1; justify-self:center}
  .solutions .cards{grid-template-columns:repeat(2,1fr)}
  .metrics-grid{grid-template-columns:repeat(2,1fr)}
  .work-grid{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(3,1fr)}
  .price-grid{grid-template-columns:1fr}
  .case{grid-template-columns:1fr}
}
@media (max-width:680px){
  .solutions .cards,
  .metrics-grid,
  .steps{grid-template-columns:1fr}
  .cta-row{justify-content:center}
}
/* ===== New hero visual (dashboard tilt) ===== */
.hero-visual{width:min(520px,42vw); justify-self:center; position:relative;}
.dash-tilt{
  position:relative; perspective:900px; transform-style:preserve-3d;
  isolation:isolate;
}
.blob{
  position:absolute; border-radius:50%; filter:blur(42px); opacity:.26; z-index:-1;
  background:radial-gradient(circle at 30% 30%, rgba(51,181,223,.85), rgba(42,139,178,.15) 70%, transparent 80%);
  animation:blobFloat 12s ease-in-out infinite;
}
.b1{width:340px; height:340px; top:-40px; right:-40px; animation-delay:0s}
.b2{width:260px; height:260px; bottom:-30px; left:-20px; animation-delay:1.2s}
@keyframes blobFloat{
  0%,100%{transform:translate3d(0,0,0) scale(1)}
  50%{transform:translate3d(0,-12px,0) scale(1.03)}
}

.dash-card{
  position:relative; border-radius:22px; overflow:hidden;
  transform:rotateX(10deg) rotateY(-6deg) translateZ(0);
  box-shadow:
    0 20px 60px rgba(0,0,0,.5),
    0 30px 90px rgba(51,181,223,.18);
  border:1px solid rgba(255,255,255,.08);
  background:#0b0d10;
  will-change:transform;
}
.dash-card img{
  display:block; width:100%; height:auto; object-fit:cover;
}
.dash-grid{
  pointer-events:none; position:absolute; inset:0; mix-blend-mode:screen; opacity:.28;
  background:
    repeating-linear-gradient(0deg, rgba(255,255,255,.08) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 1px, transparent 1px 26px);
}
.dash-gloss{
  pointer-events:none; position:absolute; inset:-30% -10% auto -10%; height:50%;
  background:linear-gradient(180deg, rgba(255,255,255,.16), transparent 70%);
  transform:translateY(-20px) rotate(2deg);
  filter:blur(2px);
  opacity:.55;
}

.dash-pill{
  margin-top:14px; display:inline-flex; align-items:center; justify-content:center;
  white-space:nowrap; padding:.6rem 1rem; font-size:.88rem; color:#eaf8ff;
  border-radius:999px; background:rgba(8,12,16,.7);
  border:1px solid rgba(255,255,255,.08); backdrop-filter:blur(10px);
  box-shadow:0 12px 40px rgba(42,139,178,.28);
}

/* Responsive tweak */
@media (max-width:1024px){
  .hero-visual{width:min(560px,88vw)}
}
@media (max-width:680px){
  .dash-pill{font-size:.82rem}
}
@media screen and (max-width:420px){
  .vertical-ticker{height:100px !important}
  .ticker-window{height:100px !important}

}
/* ---------- MOBILE / SMALL TABLET: compact hero visual to 120px (max-width:680px) ---------- */
/* Replaces earlier mobile-only blocks — stronger, single override */
@media screen and (max-width:680px) {
  html,body{ -webkit-text-size-adjust:100%; }

  /* Tighten page top + hero */
  .hero { padding-top:56px !important; min-height: auto !important; }
  .hero-wrap { gap:12px !important; grid-template-columns: 1fr !important; }

  /* Force hero-visual size to exactly 120px tall */
  .hero-visual {
    width:100% !important;
    height:120px !important;
    min-height:120px !important;
    max-height:120px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:6px 8px !important;
    overflow:visible !important;
    background: radial-gradient(circle at 50% 40%, rgba(51,181,223,.02), transparent 30%) !important;
  }

  /* Hide heavy decorative items that take vertical space */
  .hero-visual::before,
  .hero-visual::after,
  .blob,
  .dash-card,
  .orb-container,
  .orb-glow,
  .orb-core,
  .dash-pill,
  .micro-particles,
  .info-panel,
  .mini-cards,
  .dash-grid,
  .holo-panel,
  .nodes { display:none !important; visibility:hidden !important; height:0 !important; }

  /* Vertical ticker forced into the small area */
  .vertical-ticker {
    width:86vw !important;
    height:100% !important;
    max-width:86vw !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
  }

  .ticker-window {
    height:84px !important;
    padding:8px !important;
    border-radius:12px !important;
    box-shadow:0 20px 40px rgba(6,20,35,.45) !important;
    background:linear-gradient(180deg, rgba(255,255,255,.01), transparent 40%) !important;
  }

  /* Make moving word readable but small */
  .ticker-word { transform:translateY(0) !important; opacity:1 !important; }
  .ticker-word .text {
    font-size: clamp(0.95rem, 4.6vw, 1.05rem) !important;
    font-weight:800 !important;
    line-height:1 !important;
    white-space:nowrap !important;
  }

  /* Smaller racers */
  .racer { width:14px !important; height:6px !important; border-radius:6px !important; }
  .racer::before { filter:blur(4px) !important; }

  /* Hide other non-essential things */
  .hero-trust,
  .metrics,
  .mini-test,
  .cta-row + .hero-trust,
  .dash-pill { display:none !important; }

  /* Headline / lede adjustments */
  .hero-title { font-size: clamp(1.5rem, 7.8vw, 2.0rem) !important; margin-top:10px !important; }
  .lede { font-size:.95rem !important; margin-bottom:8px !important; }

  .btn { padding:.66rem .9rem !important; font-size:.95rem !important; }
  .hero-scroll { bottom: 18px !important; font-size:.78rem !important; }

  /* Ensure no child retains a larger height */
  .hero-visual * { max-height: 120px !important; box-sizing:border-box !important; }

  /* If some other rules still force height, ensure important override on computed height */
  .hero-visual { min-height:120px !important; height:120px !important; max-height:120px !important; }
}
