/* =====================================================================
   Online Tijara — Homepage sections (front page only)
   Shared backdrop / glass / buttons / section shell / reveal live in
   cosmos.css. This file styles the 8 homepage sections only.
   All classes .ot- prefixed (avoids WooCommerce .price collisions).
   ===================================================================== */

.ot-home { perspective: 1300px; }

/* =========================================================
   1) HERO — "Ascent / Liftoff": rise from a dark-earth launchpad,
      up a light trail, to the molten Core glowing in golden orbit.
   ========================================================= */
.ot-hero-ascent {
  min-height: 100svh; display: grid; grid-template-rows: auto auto;
  align-content: center; justify-items: center; gap: clamp(4px, 1.4vh, 18px);
  text-align: center; padding: 104px 6% 6vh; overflow: hidden; position: relative;
}

/* --- ascent stage (launchpad + trail; absolute, behind content) --- */
.ot-ascent-stage { position: absolute; inset: 0; z-index: 0; pointer-events: none; }

/* launchpad — the dark-earth glow you lift off from */
.ot-launchpad {
  position: absolute; left: 50%; bottom: -6%; transform: translateX(-50%);
  width: 150%; height: 44%; filter: blur(8px);
  background: radial-gradient(58% 100% at 50% 100%, rgba(255,107,26,.32), rgba(255,138,61,.08) 38%, transparent 66%);
}

/* ascent trail — vertical light beam with a rising spark (the liftoff) */
.ot-ascent-trail {
  position: absolute; left: 50%; bottom: 7%; width: 3px; height: 62%; transform: translateX(-50%);
  background: linear-gradient(180deg, transparent, rgba(255,170,90,.30) 42%, rgba(255,210,122,.7));
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 28%, #000 82%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 28%, #000 82%, transparent);
}
.ot-ascent-trail .ot-spark {
  position: absolute; left: 50%; bottom: 0; width: 10px; height: 10px; transform: translateX(-50%); border-radius: 50%;
  background: radial-gradient(circle, #fff7ec, var(--ot-gold) 50%, var(--ot-orange));
  box-shadow: 0 0 16px var(--ot-gold), 0 0 32px var(--ot-orange);
  animation: ot-ascend 4.5s ease-in infinite;
}
@keyframes ot-ascend { 0% { bottom: 0; opacity: 0; } 14% { opacity: 1; } 86% { opacity: 1; } 100% { bottom: 100%; opacity: 0; } }

/* orbit core — the destination; grid row 1, centered (layout box shorter
   than the visual so the rings/glow overflow gracefully above & below) */
.ot-orbit-core {
  position: relative; z-index: 1; justify-self: center; pointer-events: none;
  width: 360px; height: 300px; display: flex; align-items: center; justify-content: center; will-change: transform;
}
.ot-core-glow { position: absolute; inset: -52%; border-radius: 50%; background: radial-gradient(circle, rgba(255,107,26,.42), rgba(255,138,61,.14) 40%, transparent 68%); animation: ot-breathe 7s ease-in-out infinite; }
@keyframes ot-breathe { 0%,100% { transform: scale(1); opacity: .9; } 50% { transform: scale(1.14); opacity: 1; } }
.ot-core-sphere {
  position: relative; width: 236px; height: 236px; border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #fff7ec 0%, #ffd27a 16%, #ff8a3d 46%, #ff6b1a 72%, #8a3505 100%);
  box-shadow: inset -32px -32px 64px rgba(0,0,0,.45), inset 26px 26px 50px rgba(255,255,255,.28), 0 36px 110px var(--ot-glow), 0 0 210px rgba(255,107,26,.55), 0 0 90px rgba(255,210,122,.4);
  animation: ot-coreRotate 16s ease-in-out infinite;
}
.ot-core-sphere::before { content: ''; position: absolute; top: 14%; right: 18%; width: 64px; height: 38px; border-radius: 50%; background: radial-gradient(ellipse, rgba(255,255,255,.8), transparent 70%); filter: blur(5px); transform: rotate(-26deg); }
.ot-core-sphere::after { content: ''; position: absolute; inset: -8%; border-radius: 50%; mix-blend-mode: screen; background: conic-gradient(from 0deg, transparent, rgba(255,210,122,.4), transparent 30%, rgba(255,107,26,.3), transparent 60%); animation: ot-plasma 9s linear infinite; }
@keyframes ot-coreRotate { 0%,100% { transform: rotate(0); } 50% { transform: rotate(12deg); } }
@keyframes ot-plasma { to { transform: rotate(360deg); } }

.ot-orbit-ring { position: absolute; top: 50%; left: 50%; border-radius: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(255,210,122,.16); }
.ot-orbit-ring.ot-ring-1 { width: 330px; height: 330px; box-shadow: inset 0 0 50px rgba(255,107,26,.08); }
.ot-orbit-ring.ot-ring-2 { width: 460px; height: 460px; border-color: rgba(255,107,26,.10); }

.ot-sat-ring { position: absolute; top: 50%; left: 50%; width: 380px; height: 380px; transform: translate(-50%,-50%); animation: ot-orbitRotate 20s linear infinite; }
@keyframes ot-orbitRotate { from { transform: translate(-50%,-50%) rotate(0); } to { transform: translate(-50%,-50%) rotate(360deg); } }
.ot-sat {
  position: absolute; width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; color: #160a02;
  background: radial-gradient(circle at 30% 30%, #fff7ec, #ffd27a 40%, #ff8a3d 70%, #b84a0a);
  box-shadow: inset -5px -5px 10px rgba(0,0,0,.4), inset 3px 3px 7px rgba(255,255,255,.35), 0 8px 22px var(--ot-glow);
}
.ot-sat-1 { top: 0; left: 50%; transform: translateX(-50%); }
.ot-sat-2 { top: 50%; right: 0; transform: translateY(-50%); }
.ot-sat-3 { bottom: 0; left: 50%; transform: translateX(-50%); }
.ot-sat span { display: inline-block; animation: ot-counterRotate 20s linear infinite; }
@keyframes ot-counterRotate { to { transform: rotate(-360deg); } }

/* --- hero content (foreground) --- */
.ot-hero-inner { position: relative; z-index: 2; max-width: 880px; margin-inline: auto; }
@keyframes ot-slideUp { from { opacity: 0; transform: translateY(46px); } to { opacity: 1; transform: none; } }

.ot-hero-kicker {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px;
  padding: 9px 20px; border-radius: 50px; font-size: .82rem; font-weight: 800; letter-spacing: .1em; color: var(--ot-gold);
  background: rgba(255,210,122,.07); border: 1px solid rgba(255,210,122,.22);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); animation: ot-slideUp .8s .05s both;
}
.ot-hero-kicker .ot-num { font-size: 1rem; color: var(--ot-gold); }
.ot-hero-kicker .ot-k-arrow { color: var(--ot-orange-2); font-weight: 900; animation: ot-arrowUp 2s ease-in-out infinite; }
@keyframes ot-arrowUp { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }

.ot-hero h1 { font-size: clamp(2.6rem, 6vw, 5.4rem); line-height: 1.05; margin-bottom: 16px; }
.ot-hero h1 .ot-line { display: block; animation: ot-slideUp .9s both; }
.ot-hero h1 .ot-line:nth-child(1) { animation-delay: .15s; }
.ot-hero h1 .ot-line-2 { font-size: .58em; color: var(--ot-text); margin-top: .18em; animation-delay: .3s; }
.ot-hero h1 .ot-accent { position: relative; background: linear-gradient(120deg, var(--ot-orange) 0%, var(--ot-orange-2) 45%, var(--ot-gold) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ot-hero h1 .ot-accent::after { content: ''; position: absolute; bottom: -.12em; right: 0; left: 0; height: 5px; border-radius: 3px; background: linear-gradient(90deg, transparent, var(--ot-orange), var(--ot-gold), transparent); animation: ot-lineGlow 3s infinite; }
@keyframes ot-lineGlow { 0%,100% { opacity: .4; } 50% { opacity: 1; box-shadow: 0 0 22px var(--ot-orange); } }

.ot-hero p { font-size: clamp(1.02rem, 1.6vw, 1.2rem); color: var(--ot-text-dim); margin: 0 auto 24px; max-width: 620px; animation: ot-slideUp .8s .45s both; }
.ot-hero-cta { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; margin-bottom: 28px; animation: ot-slideUp .8s .55s both; }
.ot-hero-stats { display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; animation: ot-slideUp .8s .65s both; }
.ot-glass-chip { padding: 16px 26px; border-radius: 18px; min-width: 120px; background: var(--ot-glass); border: 1px solid var(--ot-border); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); box-shadow: 0 16px 40px rgba(0,0,0,.4); }
.ot-hero-stats .ot-stat .ot-num { font-size: 2.1rem; font-weight: 800; line-height: 1; background: linear-gradient(135deg, var(--ot-orange), var(--ot-gold)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ot-hero-stats .ot-lbl { color: var(--ot-text-dim); font-size: .85rem; margin-top: 6px; }

.ot-scroll-hint { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--ot-text-dim); font-size: .82rem; text-decoration: none; animation: ot-bounceDown 2s infinite; z-index: 2; }
.ot-scroll-hint:hover { color: var(--ot-gold); }
@keyframes ot-bounceDown { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(10px); } }
.ot-scroll-hint .ot-arrow { width: 22px; height: 22px; border-right: 2px solid var(--ot-orange); border-bottom: 2px solid var(--ot-orange); transform: rotate(45deg); }

/* =========================================================
   2) TRUST MARQUEE
   ========================================================= */
.ot-trust { padding: 54px 0; background: linear-gradient(180deg, transparent, rgba(255,107,26,.05), transparent); border-block: 1px solid var(--ot-border); overflow: hidden; }
.ot-marquee { display: flex; gap: 56px; width: max-content; white-space: nowrap; animation: ot-marquee 34s linear infinite; }
@keyframes ot-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ot-marquee-item { display: flex; align-items: center; gap: 14px; font-family: 'Cairo', sans-serif; font-weight: 800; font-size: 1.45rem; color: var(--ot-text-dim); flex-shrink: 0; }
.ot-marquee-item .ot-num { color: var(--ot-gold); }
.ot-marquee-item .ot-ic { width: 40px; height: 40px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #fff7ec, var(--ot-orange)); box-shadow: 0 4px 14px var(--ot-glow); display: flex; align-items: center; justify-content: center; color: #160a02; font-size: 1.15rem; }

/* =========================================================
   3) PROBLEMS — glass tilt cards
   ========================================================= */
.ot-problems-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 28px; max-width: 1300px; margin: 0 auto; }
.ot-problem-card { padding: 38px 30px; overflow: hidden; }
.ot-problem-card::after { content: ''; position: absolute; top: 0; right: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--ot-orange), var(--ot-gold)); transform: scaleX(0); transform-origin: right; transition: transform .5s var(--ot-ease); }
.ot-problem-card:hover::after { transform: scaleX(1); }
.ot-problem-card:hover { box-shadow: 0 34px 80px rgba(255,107,26,.22); }
.ot-problem-icon-3d { width: 78px; height: 78px; border-radius: 20px; background: radial-gradient(circle at 30% 30%, var(--ot-orange-soft), var(--ot-orange) 60%, var(--ot-orange-deep)); box-shadow: inset -6px -6px 14px rgba(0,0,0,.3), inset 4px 4px 8px rgba(255,255,255,.2), 0 12px 30px var(--ot-glow); display: flex; align-items: center; justify-content: center; font-size: 2.1rem; margin-bottom: 22px; transition: transform .5s var(--ot-ease); }
.ot-problem-card:hover .ot-problem-icon-3d { transform: rotate(-8deg) scale(1.08); }
.ot-problem-card h3 { font-size: 1.3rem; margin-bottom: 12px; }
.ot-problem-card p { color: var(--ot-text-dim); font-size: .98rem; }

/* =========================================================
   4) SOLUTION + phone mockup
   ========================================================= */
.ot-solution { overflow: hidden; }
.ot-solution-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 76px; align-items: center; max-width: 1300px; margin: 0 auto; }
.ot-solution-text h2 { font-size: clamp(2rem,4vw,3.2rem); line-height: 1.14; margin-bottom: 22px; }
.ot-solution-text > p { color: var(--ot-text-dim); font-size: 1.1rem; margin-bottom: 30px; }
.ot-checks { list-style: none; padding: 0; margin: 0; }
.ot-checks li { display: flex; gap: 14px; margin-bottom: 16px; align-items: flex-start; padding: 14px 18px; border-radius: 14px; background: rgba(255,107,26,.05); border: 1px solid rgba(255,107,26,.14); transition: transform .3s var(--ot-ease), background .3s; }
.ot-checks li:hover { transform: translateX(-8px); background: rgba(255,107,26,.1); }
.ot-checks .ot-ck { width: 32px; height: 32px; border-radius: 10px; flex-shrink: 0; background: linear-gradient(135deg, var(--ot-orange), var(--ot-gold)); color: #160a02; display: flex; align-items: center; justify-content: center; font-weight: 900; box-shadow: 0 6px 16px var(--ot-glow); }
.ot-checks h3 { font-size: 1rem; margin-bottom: 2px; }
.ot-checks p { color: var(--ot-text-dim); font-size: .9rem; }

.ot-mockup-3d { position: relative; width: 100%; height: 560px; transform-style: preserve-3d; animation: ot-mockupFloat 7s ease-in-out infinite; }
@keyframes ot-mockupFloat { 0%,100% { transform: rotateY(-14deg) rotateX(5deg) translateY(0); } 50% { transform: rotateY(-11deg) rotateX(7deg) translateY(-16px); } }
.ot-screen { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) rotateY(-9deg); width: 90%; max-width: 480px; aspect-ratio: 9/16; background: linear-gradient(150deg, #1c1c28, #0a0a0f); border-radius: 38px; border: 8px solid #15151f; box-shadow: 0 50px 100px rgba(0,0,0,.6), 0 0 60px var(--ot-glow), inset 0 0 0 2px rgba(255,255,255,.05); overflow: hidden; padding: 24px 20px; }
.ot-screen-notch { position: absolute; top: 14px; left: 50%; transform: translateX(-50%); width: 90px; height: 24px; background: #000; border-radius: 12px; z-index: 5; }
.ot-screen-header { display: flex; justify-content: space-between; align-items: center; margin: 30px 0 18px; font-size: .72rem; color: var(--ot-text-dim); }
.ot-screen-balance { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--ot-orange), var(--ot-orange-2) 70%, var(--ot-gold)); padding: 22px; border-radius: 20px; color: #160a02; margin-bottom: 16px; box-shadow: 0 10px 30px var(--ot-glow); }
.ot-screen-balance::before { content: ''; position: absolute; top: -50%; right: -30%; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.35), transparent 70%); }
.ot-screen-balance .ot-lbl { font-size: .72rem; opacity: .85; margin-bottom: 6px; }
.ot-screen-balance .ot-amount { font-family: var(--ot-num); font-weight: 800; font-size: 1.8rem; line-height: 1; }
.ot-screen-balance .ot-delta { display: inline-flex; align-items: center; gap: 4px; margin-top: 8px; font-size: .76rem; font-weight: 700; }
.ot-mini-chart { height: 100px; margin-bottom: 16px; position: relative; background: rgba(255,107,26,.05); border-radius: 14px; padding: 14px; overflow: hidden; }
.ot-mini-chart::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 60%; background: linear-gradient(180deg, transparent, rgba(255,107,26,.22)); clip-path: polygon(0 100%,10% 70%,20% 80%,30% 50%,40% 65%,50% 30%,60% 45%,70% 20%,80% 35%,90% 10%,100% 25%,100% 100%); }
.ot-mini-chart::after { content: ''; position: absolute; bottom: 35%; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--ot-orange), var(--ot-gold)); clip-path: polygon(0 100%,10% 50%,20% 60%,30% 20%,40% 35%,50% 0,60% 15%,70% 0,80% 10%,90% 0,100% 5%,100% 100%); filter: drop-shadow(0 0 6px var(--ot-orange)); }
.ot-screen-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.ot-screen-stats .ot-ss { background: rgba(255,255,255,.04); padding: 12px; border-radius: 12px; border: 1px solid var(--ot-border); }
.ot-screen-stats .ot-ss .ot-l { font-size: .66rem; color: var(--ot-text-dim); }
.ot-screen-stats .ot-ss .ot-v { font-family: var(--ot-num); font-weight: 800; font-size: 1rem; color: var(--ot-gold); margin-top: 2px; }
.ot-order-row { display: flex; align-items: center; gap: 10px; padding: 10px; background: rgba(255,255,255,.03); border-radius: 10px; margin-bottom: 8px; font-size: .76rem; }
.ot-order-row .ot-dot-g { width: 8px; height: 8px; border-radius: 50%; background: #2ee07a; }
.ot-order-row .ot-price { margin-left: auto; color: var(--ot-gold); font-weight: 800; }

.ot-float-card { position: absolute; padding: 13px 17px; border-radius: 14px; display: flex; align-items: center; gap: 10px; animation: ot-cardFloat 5s ease-in-out infinite; z-index: 6; }
.ot-float-card .ot-fc-icon { width: 32px; height: 32px; border-radius: 10px; background: linear-gradient(135deg, var(--ot-orange), var(--ot-gold)); display: flex; align-items: center; justify-content: center; color: #160a02; font-size: 1.05rem; }
.ot-float-card .ot-fc-text { font-size: .8rem; line-height: 1.2; color: var(--ot-text); }
.ot-float-card .ot-fc-text strong { display: block; font-size: .95rem; color: var(--ot-gold); }
.ot-float-card.ot-fc1 { top: 6%; left: 0; animation-delay: 0s; }
.ot-float-card.ot-fc2 { top: 40%; right: -5%; animation-delay: -2s; }
.ot-float-card.ot-fc3 { bottom: 8%; left: 4%; animation-delay: -4s; }
@keyframes ot-cardFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }

/* =========================================================
   5) BIG STATS — glass tilt boxes + count-up
   ========================================================= */
.ot-big-stats { background: radial-gradient(ellipse at center, rgba(255,107,26,.12), transparent 70%); }
.ot-stats-grid-big { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 26px; max-width: 1200px; margin: 0 auto; }
.ot-stat-box-3d { padding: 40px 30px; text-align: center; overflow: hidden; }
.ot-stat-box-3d:hover { box-shadow: 0 30px 70px rgba(255,107,26,.2); }
.ot-stat-3d-icon { width: 78px; height: 78px; border-radius: 50%; margin: 0 auto 18px; background: radial-gradient(circle at 30% 30%, #fff7ec, var(--ot-orange) 60%, var(--ot-orange-deep)); box-shadow: inset -6px -6px 12px rgba(0,0,0,.3), 0 12px 30px var(--ot-glow); display: flex; align-items: center; justify-content: center; font-size: 1.9rem; color: #160a02; }
.ot-stat-num-big { font-family: var(--ot-num); font-size: clamp(2.8rem,5vw,3.6rem); font-weight: 800; line-height: 1; background: linear-gradient(135deg, var(--ot-orange), var(--ot-orange-2), var(--ot-gold)); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 8px; }
/* Text tokens (e.g. "Meta · TikTok", "Stripe") instead of a count-up number —
   smaller so they sit on one line and balance the numeric boxes. */
.ot-stat-num-big.ot-stat-token { font-size: clamp(1.5rem,3.2vw,2rem); font-weight: 900; letter-spacing: -.01em; }
.ot-stat-label-big { color: var(--ot-text-dim); font-size: 1rem; }

/* =========================================================
   6) JOURNEY timeline
   ========================================================= */
.ot-timeline { max-width: 920px; margin: 0 auto; position: relative; padding: 40px 0; }
.ot-timeline::before { content: ''; position: absolute; top: 0; bottom: 0; right: 50%; width: 3px; background: linear-gradient(180deg, var(--ot-orange), var(--ot-gold) 50%, var(--ot-orange)); border-radius: 2px; box-shadow: 0 0 24px var(--ot-orange); transform: translateX(50%); }
.ot-journey-step { display: flex; align-items: center; margin-bottom: 56px; position: relative; }
.ot-journey-step:nth-child(even) { flex-direction: row-reverse; }
.ot-journey-step .ot-content { flex: 1; padding: 0 40px; }
.ot-content-card { padding: 26px; }
.ot-journey-step:hover .ot-content-card { box-shadow: 0 22px 54px rgba(255,107,26,.22); }
.ot-journey-step h3 { font-size: 1.3rem; margin-bottom: 8px; }
.ot-journey-step p { color: var(--ot-text-dim); font-size: .95rem; }
.ot-journey-node { position: relative; z-index: 2; width: 78px; height: 78px; flex-shrink: 0; background: radial-gradient(circle at 30% 30%, #fff7ec, var(--ot-orange) 50%, var(--ot-orange-deep)); border-radius: 50%; box-shadow: inset -8px -8px 16px rgba(0,0,0,.3), 0 0 0 6px var(--ot-bg), 0 0 0 8px var(--ot-orange), 0 12px 40px var(--ot-glow); display: flex; align-items: center; justify-content: center; font-family: var(--ot-num); font-weight: 800; font-size: 1.8rem; color: #160a02; }

/* =========================================================
   6.5) FORECAST — interactive D3 earnings console
   ========================================================= */
.ot-forecast-console { max-width: 920px; margin: 0 auto; padding: clamp(24px, 4vw, 40px); }
.ot-fc-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 18px; flex-wrap: wrap; margin-bottom: 16px; }
.ot-fc-rd-label { display: block; color: var(--ot-text-dim); font-size: .82rem; letter-spacing: .03em; margin-bottom: 6px; }
.ot-fc-rd-value { font-size: clamp(2.3rem, 6vw, 3.4rem); font-weight: 800; line-height: 1; background: linear-gradient(135deg, var(--ot-orange), var(--ot-gold)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ot-fc-level { color: var(--ot-text-dim); font-size: .88rem; padding: 8px 14px; border-radius: 50px; background: rgba(255,210,122,.06); border: 1px solid rgba(255,210,122,.18); }
.ot-fc-level strong { color: var(--ot-gold); font-weight: 800; }

/* Progressive enhancement: chart hidden until D3 renders; static shown. */
.ot-forecast-chart { display: none; width: 100%; }
.ot-forecast-static { color: var(--ot-text-dim); text-align: center; padding: 26px 10px; font-size: 1.06rem; line-height: 1.9; }
.ot-forecast.ot-ready .ot-forecast-chart { display: block; }
.ot-forecast.ot-ready .ot-forecast-static { display: none; }

.ot-forecast-chart svg { width: 100%; height: auto; display: block; overflow: visible; }
.ot-fc-grid line { stroke: rgba(255,255,255,.06); stroke-width: 1; }
.ot-fc-line { filter: drop-shadow(0 2px 10px rgba(255,107,26,.55)); }
.ot-fc-xaxis text, .ot-fc-yaxis text { fill: var(--ot-text-dim); font-family: var(--ot-num); font-size: 13px; font-variant-numeric: lining-nums tabular-nums; }
.ot-fc-dots circle { fill: var(--ot-gold); stroke: #160a02; stroke-width: 1.5; }
.ot-fc-dots circle.ot-fc-dot-end { filter: drop-shadow(0 0 8px var(--ot-gold)); }

.ot-forecast-controls { margin-top: 22px; }
.ot-fc-slider-label { display: block; text-align: center; color: var(--ot-text-dim); font-size: .85rem; margin-bottom: 12px; }
.ot-forecast-slider {
  -webkit-appearance: none; appearance: none; width: 100%; height: 8px; border-radius: 50px; outline: none; cursor: pointer; direction: rtl;
  background: linear-gradient(90deg, var(--ot-orange), var(--ot-gold));
}
.ot-forecast-slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 26px; height: 26px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #fff7ec, var(--ot-gold) 45%, var(--ot-orange)); border: 2px solid #160a02; box-shadow: 0 4px 16px var(--ot-glow); cursor: pointer; }
.ot-forecast-slider::-moz-range-thumb { width: 26px; height: 26px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #fff7ec, var(--ot-gold) 45%, var(--ot-orange)); border: 2px solid #160a02; box-shadow: 0 4px 16px var(--ot-glow); cursor: pointer; }
.ot-forecast-slider:focus-visible { outline: 3px solid var(--ot-gold); outline-offset: 4px; }
.ot-fc-scale { display: flex; justify-content: space-between; margin-top: 10px; color: var(--ot-text-dim); font-size: .78rem; }
.ot-fc-note { text-align: center; color: var(--ot-text-dim); font-size: .74rem; margin-top: 16px; opacity: .7; }

/* =========================================================
   7) PRICING — molten-rim card
   ========================================================= */
.ot-pricing { background: radial-gradient(ellipse at center, rgba(255,107,26,.12), transparent 70%); }
/* The pricing-card component (.ot-pricing-wrap, .ot-price-card-3d, …) is a
   SHARED component defined in cosmos.css (reused by the /pricing/ page). */

/* =========================================================
   8) FAQ
   ========================================================= */
.ot-faq-wrap { max-width: 820px; margin: 0 auto; }
.ot-faq-item { margin-bottom: 16px; overflow: hidden; }
.ot-faq-item[open] { box-shadow: 0 12px 34px rgba(255,107,26,.14); }
.ot-faq-q { padding: 22px 26px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-weight: 700; font-size: 1.06rem; list-style: none; }
.ot-faq-q::-webkit-details-marker { display: none; }
.ot-faq-q::marker { content: ''; }
.ot-faq-q .ot-ic { width: 36px; height: 36px; border-radius: 12px; flex-shrink: 0; background: linear-gradient(135deg, var(--ot-orange), var(--ot-gold)); color: #160a02; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; font-weight: 900; transition: transform .4s var(--ot-ease); box-shadow: 0 6px 16px var(--ot-glow); }
.ot-faq-item[open] .ot-ic { transform: rotate(45deg); }
.ot-faq-a { color: var(--ot-text-dim); padding: 0 26px 22px; }

/* =========================================================
   SCENE TREATMENTS (P3) — a distinct cinematic mood per section,
   layered over the existing markup (no structural changes).
   ========================================================= */

/* TRUST = "Signal": faint telemetry scan-lines over the marquee band. */
.ot-trust { position: relative; }
.ot-trust::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(180deg, transparent 0 3px, rgba(255,255,255,.016) 3px 4px);
}

/* PROBLEMS = "The Cold Void": the one desaturated beat — colour drains
   (being stuck), and each card warms back to life on hover/focus. */
.ot-problems-section {
  background: linear-gradient(180deg, transparent, rgba(26,32,54,.4) 46%, transparent);
}
.ot-problems-section .ot-section-title h2 .ot-hl {
  background: linear-gradient(120deg, #7a86ad, #aab4d4);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.ot-problem-card { filter: grayscale(.62) saturate(.45) brightness(.92); }
.ot-problem-card:hover, .ot-problem-card:focus-within { filter: none; }

/* SOLUTION = "The Forge": warmth floods back; a molten forge-glow rises
   behind the device mockup. */
.ot-solution { background: radial-gradient(78% 92% at 32% 42%, rgba(255,107,26,.16), transparent 60%); }
.ot-mockup-3d::before {
  content: ''; position: absolute; inset: -6% -8% -16%; z-index: -1; pointer-events: none;
  background: radial-gradient(circle at 50% 62%, rgba(255,107,26,.42), rgba(255,138,61,.12) 42%, transparent 64%);
  filter: blur(42px);
}
/* "Living OS": the device shows live activity — a periodic light sweep,
   glowing balance, pulsing live-order dots, breathing chart + float-cards.
   (Numbers also count up on first view via app.js data-count.) */
.ot-screen::after {
  content: ''; position: absolute; inset: 0; z-index: 7; pointer-events: none; border-radius: inherit;
  background: linear-gradient(115deg, transparent 38%, rgba(255,210,122,.12) 50%, transparent 62%);
  transform: translateX(-70%); animation: ot-screenSweep 7s ease-in-out infinite;
}
@keyframes ot-screenSweep { 0%,18% { transform: translateX(-70%); opacity: 0; } 26% { opacity: 1; } 55%,100% { transform: translateX(70%); opacity: 0; } }
.ot-screen-balance .ot-amount { animation: ot-amtGlow 3.6s ease-in-out infinite; }
@keyframes ot-amtGlow { 0%,100% { text-shadow: 0 0 0 transparent; } 50% { text-shadow: 0 0 18px rgba(255,255,255,.4); } }
.ot-order-row .ot-dot-g { animation: ot-liveDot 1.9s ease-in-out infinite; }
.ot-order-row:nth-child(odd) .ot-dot-g { animation-delay: .65s; }
@keyframes ot-liveDot { 0%,100% { box-shadow: 0 0 0 0 rgba(46,224,122,.55); } 50% { box-shadow: 0 0 0 5px rgba(46,224,122,0); } }
.ot-mini-chart::after { animation: ot-chartGlow 4s ease-in-out infinite; }
@keyframes ot-chartGlow { 0%,100% { filter: drop-shadow(0 0 5px var(--ot-orange)); } 50% { filter: drop-shadow(0 0 11px var(--ot-gold)); } }
.ot-float-card { animation: ot-cardFloat 5s ease-in-out infinite, ot-cardPulse 4.5s ease-in-out infinite; }
@keyframes ot-cardPulse { 0%,100% { box-shadow: 0 8px 22px rgba(0,0,0,.45); } 50% { box-shadow: 0 8px 22px rgba(0,0,0,.45), 0 0 22px rgba(255,107,26,.3); } }

/* BIG STATS = "Power Readout": stronger luminance on the Latin numerals so
   they read as glowing HUD readouts. (The glass rim uses ::before and the
   global HUD frame already supplies bracket language, so no per-card ticks.) */
.ot-big-stats { background: radial-gradient(ellipse at center, rgba(255,107,26,.14), transparent 68%); }
.ot-stat-num-big { filter: drop-shadow(0 2px 16px rgba(255,107,26,.5)); }
.ot-stat-box-3d .ot-stat-label-big { letter-spacing: .01em; }

/* JOURNEY = "Trajectory": a light climbs the flight-path (continuing the
   ascent), and the waypoint nodes pulse warm→gold as you pass. */
.ot-timeline::after {
  content: ''; position: absolute; top: 0; right: 50%; transform: translateX(50%);
  width: 9px; height: 9px; border-radius: 50%; z-index: 1; pointer-events: none;
  background: radial-gradient(circle, #fff7ec, var(--ot-gold) 50%, var(--ot-orange));
  box-shadow: 0 0 16px var(--ot-gold), 0 0 32px var(--ot-orange);
  animation: ot-trajectory 5.5s ease-in-out infinite;
}
@keyframes ot-trajectory { 0% { top: 100%; opacity: 0; } 12% { opacity: 1; } 88% { opacity: 1; } 100% { top: 0; opacity: 0; } }
.ot-journey-node { animation: ot-nodePulse 3.2s ease-in-out infinite; }
@keyframes ot-nodePulse {
  0%,100% { box-shadow: inset -8px -8px 16px rgba(0,0,0,.3), 0 0 0 6px var(--ot-bg), 0 0 0 8px var(--ot-orange), 0 12px 40px var(--ot-glow); }
  50%     { box-shadow: inset -8px -8px 16px rgba(0,0,0,.3), 0 0 0 6px var(--ot-bg), 0 0 0 8px var(--ot-gold),   0 12px 52px var(--ot-glow-gold); }
}

/* PRICING = "refined-gold Core" payoff: the recurring hero Core returns —
   now purified to gold — hovering above the offer as the culmination. */
.ot-pricing { position: relative; }
.ot-refined-core {
  position: absolute; top: 6%; left: 50%; transform: translateX(-50%);
  width: 88px; height: 88px; border-radius: 50%; z-index: 0; pointer-events: none;
  background: radial-gradient(circle at 34% 30%, #fffaf0 0%, #ffe7c2 22%, #ffd27a 52%, #ff8a3d 82%, #b84a0a 100%);
  box-shadow: 0 0 60px rgba(255,210,122,.6), 0 0 120px rgba(255,107,26,.32), inset -10px -10px 24px rgba(0,0,0,.3), inset 8px 8px 16px rgba(255,255,255,.42);
  animation: ot-breathe 7s ease-in-out infinite;
}

/* ===== Below-the-fold render perf ===== */
.ot-problems-section, .ot-solution, .ot-big-stats, .ot-journey, .ot-pricing, .ot-faq-section {
  content-visibility: auto; contain-intrinsic-size: 1px 800px;
}

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 980px) {
  .ot-solution-grid { grid-template-columns: 1fr; gap: 56px; }
  .ot-mockup-3d { height: 460px; }
  /* Shrink the orbit Core so the hero copy keeps room on tablets. */
  .ot-hero-ascent { padding-top: 96px; }
  .ot-orbit-core { width: 280px; height: 234px; }
  .ot-core-sphere { width: 168px; height: 168px; }
  .ot-orbit-ring.ot-ring-1 { width: 240px; height: 240px; }
  .ot-orbit-ring.ot-ring-2 { width: 320px; height: 320px; }
  .ot-sat-ring { width: 280px; height: 280px; }
  .ot-sat { width: 42px; height: 42px; font-size: .9rem; }
  .ot-timeline::before { right: 32px; transform: none; }
  .ot-timeline::after { right: 28px; transform: none; }
  .ot-journey-step, .ot-journey-step:nth-child(even) { flex-direction: row; }
  .ot-journey-step .ot-content { padding: 0 0 0 20px; }
  .ot-journey-step .ot-content:empty { display: none; }
  .ot-float-card { display: none; }
}

@media (max-width: 900px) {
  /* Tame the heaviest continuous hero effects on mobile / battery. */
  .ot-core-sphere, .ot-core-sphere::after, .ot-core-glow,
  .ot-sat-ring, .ot-sat span, .ot-ascent-trail .ot-spark,
  .ot-timeline::after, .ot-journey-node, .ot-refined-core,
  .ot-screen::after, .ot-screen-balance .ot-amount, .ot-order-row .ot-dot-g, .ot-mini-chart::after { animation: none; }
  .ot-screen { backdrop-filter: none; }
}

@media (max-width: 480px) {
  .ot-orbit-core { width: 220px; height: 196px; }
  .ot-core-sphere { width: 132px; height: 132px; }
  .ot-orbit-ring.ot-ring-1 { width: 180px; height: 180px; }
  .ot-orbit-ring.ot-ring-2 { width: 250px; height: 250px; }
  .ot-sat-ring { width: 220px; height: 220px; }
  .ot-hero-stats { gap: 12px; }
  .ot-glass-chip { padding: 13px 16px; min-width: 96px; }
  .ot-hero-stats .ot-stat .ot-num { font-size: 1.8rem; }
  .ot-marquee-item { font-size: 1.2rem; }
  /* tighter, symmetric pricing card on small screens (CTA stays centered) */
  .ot-price-card-3d { padding: 38px 20px; }
  .ot-btn-pricing { padding: 20px 16px; font-size: 1.06rem; }
  .ot-forecast-console { padding: 22px 16px; }
}

/* SHORT viewports (laptops ~768px tall): compress the hero so the CTAs +
   stat-chips stay above the fold. Desktop/laptop only — phones are tall and
   scroll naturally. The Core's layout box shrinks; its glow still overflows. */
/* Tier 1 — ~900px tall monitors: gentle compression, Core stays large. */
@media (min-width: 901px) and (max-height: 920px) {
  .ot-hero-ascent { padding-top: 92px; gap: 2px; }
  .ot-orbit-core { height: 244px; }
  .ot-hero-kicker { margin-bottom: 12px; }
  .ot-hero h1 { font-size: clamp(2.2rem, 4.4vw, 3.9rem); margin-bottom: 12px; }
  .ot-hero p { font-size: 1.02rem; margin-bottom: 16px; }
  .ot-hero-cta { margin-bottom: 18px; }
}
/* Tier 2 — ~768px tall laptops: tighter, smaller Core box. */
@media (min-width: 901px) and (max-height: 780px) {
  .ot-hero-ascent { padding-top: 86px; gap: 0; }
  .ot-orbit-core { height: 184px; }
  .ot-core-sphere { width: 200px; height: 200px; }
  .ot-hero h1 { font-size: clamp(2.1rem, 4vw, 3.3rem); margin-bottom: 10px; }
  .ot-hero p { margin-bottom: 12px; }
  .ot-hero-cta { margin-bottom: 12px; }
  .ot-hero-stats { gap: 12px; }
  .ot-glass-chip { padding: 12px 18px; }
}
