@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600;700&display=swap');

:root{
  --coral:#ff5a5f;
  --coral-dark:#e9474d;
  --coral-soft:#fff0ef;
  --ink:#121212;
  --ink-2:#1a1d22;
  --muted:#666b74;
  --muted-light:#aab0b9;
  --line:#e9ebef;
  --white:#fff;
  --off:#f7f8fa;
  --radius:28px;
  --shadow:0 25px 70px rgba(22,24,29,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Titillium Web',Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.5;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1240px,calc(100% - 40px));margin:0 auto}
.section-pad{padding:110px 0}
.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:13px;font-weight:700;letter-spacing:.14em;color:var(--coral);margin-bottom:22px}
.eyebrow:before{content:"";width:28px;height:2px;background:currentColor}
.eyebrow.light{color:#fff}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(52px,7vw,92px);line-height:.94;letter-spacing:-.045em;margin-bottom:22px;font-weight:700}
h1 span,h2 span{color:var(--coral)}
h2{font-size:clamp(40px,5vw,66px);line-height:1.02;letter-spacing:-.035em;margin-bottom:22px}
h3{font-size:27px;line-height:1.1;margin-bottom:12px}
p{color:var(--muted);font-size:18px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 27px;border-radius:14px;font-weight:700;font-size:17px;transition:.25s ease;border:1px solid transparent}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--coral);color:#fff;box-shadow:0 15px 30px rgba(255,90,95,.25)}
.btn-primary:hover{background:var(--coral-dark)}
.btn-secondary{border-color:#d9dde4;background:#fff;color:#18191c}
.btn-secondary:hover{border-color:var(--coral);color:var(--coral)}
.btn-white{background:#fff;color:#0e1014;box-shadow:0 18px 40px rgba(0,0,0,.18)}
.btn-darkline{border-color:#33363d;background:#16181d;color:#fff}
.btn-darkline:hover{border-color:var(--coral);color:#fff;background:#20242a}
.text-link{display:inline-flex;align-items:center;gap:10px;color:var(--coral);font-weight:700;font-size:18px}

.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(230,232,236,.8)}
.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{width:56px;height:56px;border-radius:16px;background:#fff;display:grid;place-items:center;box-shadow:0 10px 28px rgba(33,36,42,.14);overflow:hidden;padding:9px}
.brand-mark img{width:100%;height:100%;object-fit:contain}
.brand-copy{display:flex;align-items:baseline;gap:7px}
.brand-copy strong{font-size:26px;letter-spacing:-.02em}
.brand-copy small{text-transform:uppercase;font-size:11px;letter-spacing:.18em;color:var(--coral);font-weight:700}
.main-nav{display:flex;align-items:center;gap:28px;font-weight:600}
.main-nav a{position:relative}
.main-nav a:not(.btn):after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--coral);transition:.25s}
.main-nav a:hover:after{right:0}
.menu-toggle{display:none;border:0;background:transparent;padding:8px}
.menu-toggle span{display:block;width:25px;height:2px;background:#111;margin:5px 0}
.nav-btn:after{display:none!important}

.hero{padding:72px 0 30px;background:linear-gradient(180deg,#fff 0%,#fff 58%,#fafafb 100%)}
.hero-intro{text-align:center;max-width:1020px;margin:0 auto 38px}
.hero-intro .eyebrow{justify-content:center}
.hero-lead{font-size:21px;max-width:980px;margin:0 auto}
.hero-lead strong{color:#17191d}
.hero-split{display:grid;grid-template-columns:1fr 1fr;gap:18px;width:min(1400px,calc(100% - 40px));margin:0 auto}
.hero-panel{position:relative;overflow:hidden;border-radius:34px;min-height:720px;padding:42px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 28px 85px rgba(23,26,32,.12)}
.hero-panel:before{content:"";position:absolute;inset:0;pointer-events:none}
.hero-panel-studio{background:linear-gradient(160deg,#fff 0%,#fff7f6 70%,#fff0ef 100%);border:1px solid #ffd9d7}
.hero-panel-studio:before{background:radial-gradient(circle at 10% 14%,rgba(255,90,95,.18),transparent 24%),radial-gradient(circle at 85% 85%,rgba(255,90,95,.12),transparent 26%)}
.hero-panel-control{background:linear-gradient(145deg,#0d0f13 0%,#15181d 58%,#1d2229 100%);border:1px solid #2a2e35;color:#fff}
.hero-panel-control:before{background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(135deg,#000,transparent 82%)}
.panel-content{position:relative;z-index:2;max-width:600px}
.panel-kicker{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.16em;color:var(--coral);margin-bottom:24px}
.hero-panel-control .panel-kicker{color:#ff8084}
.panel-kicker:before{content:"";width:24px;height:2px;background:currentColor}
.hero-panel h2{font-size:clamp(42px,4.4vw,72px);margin-bottom:18px;max-width:620px}
.hero-panel h2 span{color:var(--coral)}
.hero-panel-control p{color:#c1c5cc}
.panel-tags{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0 32px}
.panel-tags span{padding:9px 12px;border-radius:999px;background:#fff;border:1px solid #ffd5d3;color:#5b616a;font-size:13px;font-weight:700}
.panel-tags-dark span{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff}
.studio-shot,.control-shot{position:relative;z-index:2}
.studio-shot img{width:100%;border-radius:24px;box-shadow:0 26px 60px rgba(255,90,95,.16);border:1px solid #ffd9d7}
.control-window{width:100%;background:#111418;border-radius:24px;overflow:hidden;box-shadow:0 26px 70px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.06)}
.control-topbar{height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#1a1e25;color:#fff;font-size:12px;letter-spacing:.08em}
.dots{display:inline-flex;gap:6px}.dots i{display:block;width:9px;height:9px;border-radius:50%;background:#3a404b}.dots i:first-child{background:#ff5a5f}.dots i:nth-child(2){background:#f3b83a}.dots i:last-child{background:#3fd772}
.status-pill{padding:6px 10px;border-radius:999px;background:rgba(63,215,114,.12);color:#7ef0a5;font-size:11px;font-weight:700}
.control-body{display:flex;min-height:360px}
.control-side{width:60px;background:#0c0e12;padding:17px 14px;display:flex;flex-direction:column;gap:14px}.control-side span{display:block;height:30px;border-radius:9px;background:#2a2f38}.control-side span.active{background:var(--coral)}
.control-main{flex:1;padding:18px;background:linear-gradient(180deg,#171b22,#111418);display:grid;gap:16px}
.control-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.metric-card{padding:16px 14px;border-radius:18px;background:#1e232d;border:1px solid rgba(255,255,255,.04)}
.metric-card small{display:block;color:#98a0ac;font-size:12px;margin-bottom:6px}.metric-card strong{font-size:30px;color:#fff;line-height:1}
.metric-live{background:linear-gradient(135deg,rgba(255,90,95,.22),rgba(255,90,95,.08));border-color:rgba(255,90,95,.18)}
.wave-panel{display:grid;grid-template-columns:1.1fr .9fr;gap:12px;align-items:center;padding:18px;border-radius:20px;background:#141922;border:1px solid rgba(255,255,255,.04)}
.wave-bars{display:grid;grid-template-columns:repeat(8,1fr);align-items:end;gap:7px;height:110px}.wave-bars span{display:block;border-radius:999px 999px 5px 5px;background:linear-gradient(180deg,#ff7478,#ff4f5e)}.wave-bars span:nth-child(1){height:28%}.wave-bars span:nth-child(2){height:76%}.wave-bars span:nth-child(3){height:48%}.wave-bars span:nth-child(4){height:86%}.wave-bars span:nth-child(5){height:58%}.wave-bars span:nth-child(6){height:71%}.wave-bars span:nth-child(7){height:35%}.wave-bars span:nth-child(8){height:90%}
.wave-copy strong,.wave-copy small{display:block}.wave-copy strong{font-size:18px;color:#fff}.wave-copy small{color:#98a0ac;font-size:14px;margin-top:6px}
.stream-list{display:grid;gap:10px}.stream-list div{padding:14px 16px;border-radius:16px;background:#1b2028;border:1px solid rgba(255,255,255,.04)}.stream-list b,.stream-list span{display:block}.stream-list b{font-size:16px;color:#fff}.stream-list span{color:#99a0aa;font-size:13px;margin-top:4px}

.impact-strip{background:var(--ink);color:#fff;padding:34px 0}.impact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.impact-grid div{padding-left:20px;border-left:3px solid var(--coral)}.impact-grid strong,.impact-grid span{display:block}.impact-grid strong{font-size:19px}.impact-grid span{color:#b8bbc0;font-size:14px;margin-top:4px}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end}.story-copy p:first-child{font-size:22px;color:#2a2b2f}
.workflow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:64px}.workflow-card{padding:34px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 20px 45px rgba(15,18,23,.04)}.workflow-index{display:inline-flex;width:44px;height:44px;border-radius:14px;background:var(--coral-soft);color:var(--coral);font-size:16px;font-weight:700;align-items:center;justify-content:center;margin-bottom:30px}.workflow-card p{font-size:16px;margin-bottom:0}

.product-section-light{background:#fff}
.product-section-dark{background:linear-gradient(180deg,#111316 0%,#171a1f 100%);color:#fff}
.product-grid{display:grid;grid-template-columns:.96fr 1.04fr;gap:64px;align-items:center}.reverse-grid{grid-template-columns:1.04fr .96fr}
.product-section-dark p{color:#c4c9d0}
.feature-list{list-style:none;padding:0;margin:30px 0 0;display:grid;gap:14px}.feature-list li{position:relative;padding-left:32px;font-size:18px;font-weight:600}.feature-list li:before{content:'✓';position:absolute;left:0;top:0;width:22px;height:22px;border-radius:50%;background:var(--coral-soft);color:var(--coral);display:grid;place-items:center;font-size:12px}
.feature-list-light li{color:#fff}.feature-list-light li:before{background:rgba(255,255,255,.1);color:#fff}
.product-visual{display:flex;justify-content:center}
.visual-card{width:100%;border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}
.visual-card-studio{background:#fff;border:1px solid #ffd9d7;padding:18px}.visual-card-studio img{border-radius:18px}
.visual-card-control{background:linear-gradient(145deg,#0f1116,#171b20);border:1px solid #2c3138;padding:24px}
.control-dashboard-large{display:grid;gap:16px}
.dashboard-head{display:flex;align-items:end;justify-content:space-between;gap:15px}.dashboard-head strong{font-size:28px;color:#fff}.dashboard-head span{font-size:14px;color:#9ba2ac}
.dashboard-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.dashboard-metrics div{padding:18px;border-radius:18px;background:#1b2028;border:1px solid rgba(255,255,255,.04)}.dashboard-metrics small{display:block;color:#98a0ac;font-size:12px;margin-bottom:6px}.dashboard-metrics strong{font-size:30px;color:#fff}
.dashboard-chart{display:grid;grid-template-columns:repeat(10,1fr);align-items:end;gap:7px;height:180px;padding:22px 18px;border-radius:20px;background:#141922;border:1px solid rgba(255,255,255,.04)}.dashboard-chart span{display:block;border-radius:999px 999px 5px 5px;background:linear-gradient(180deg,#ff7377,#ff4f5e)}.dashboard-chart span:nth-child(1){height:28%}.dashboard-chart span:nth-child(2){height:58%}.dashboard-chart span:nth-child(3){height:70%}.dashboard-chart span:nth-child(4){height:40%}.dashboard-chart span:nth-child(5){height:88%}.dashboard-chart span:nth-child(6){height:62%}.dashboard-chart span:nth-child(7){height:75%}.dashboard-chart span:nth-child(8){height:45%}.dashboard-chart span:nth-child(9){height:91%}.dashboard-chart span:nth-child(10){height:55%}
.dashboard-table{display:grid;gap:12px}.dashboard-table div{padding:16px;border-radius:16px;background:#1b2028;border:1px solid rgba(255,255,255,.04)}.dashboard-table b,.dashboard-table small{display:block}.dashboard-table b{color:#fff;font-size:17px}.dashboard-table small{font-size:13px;color:#99a0aa;margin-top:4px}

.recorder-section{background:linear-gradient(180deg,#fff6f5 0%,#fff 100%)}
.recorder-card{display:grid;grid-template-columns:1.02fr .98fr;gap:26px;align-items:stretch;background:#fff;border:1px solid #ffd6d5;border-radius:34px;padding:38px;box-shadow:0 24px 65px rgba(255,90,95,.12)}
.recorder-copy p:last-child{margin-bottom:0}
.recorder-points{display:grid;grid-template-columns:1fr 1fr;gap:14px}.recorder-points div{padding:20px;border-radius:22px;background:#fff4f4;border:1px solid #ffe1df}.recorder-points strong,.recorder-points span{display:block}.recorder-points strong{font-size:18px;color:#181a1f}.recorder-points span{font-size:14px;color:#646972;margin-top:6px}

.origins-section{background:var(--off)}
.origins-grid{display:grid;grid-template-columns:.98fr 1.02fr;gap:50px;align-items:center}
.origins-panel{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.origin-card{padding:28px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:0 16px 35px rgba(20,23,28,.05)}.origin-card strong,.origin-card span{display:block}.origin-card strong{font-size:22px;color:#18191d}.origin-card span{font-size:15px;color:#676c75;margin-top:6px}

.final-section{padding:0 0 100px;background:linear-gradient(180deg,#f7f8fa 0%,#fff 100%)}
.final-card{padding:62px;border-radius:34px;background:linear-gradient(145deg,#13161b 0%,#1d2128 100%);border:1px solid #2a2f36;box-shadow:0 30px 80px rgba(14,16,20,.20);color:#fff;text-align:center}
.final-card .eyebrow{justify-content:center;color:#ff7c80}.final-card .eyebrow:before{background:currentColor}
.final-card h2{font-size:clamp(38px,4.6vw,62px);max-width:850px;margin-left:auto;margin-right:auto}
.final-card p{max-width:740px;margin:0 auto;color:#c2c7cf;font-size:20px}
.final-actions{display:flex;justify-content:center;gap:14px;margin-top:32px;flex-wrap:wrap}

.site-footer{padding:35px 0;background:#111316;color:#fff}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:25px}.footer-grid p{font-size:14px;color:#aeb1b7;margin:0}.footer-grid p:last-child{text-align:right}.footer-brand .brand-copy strong{color:#fff}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.22s}

@media(max-width:1120px){
  .main-nav{gap:18px;font-size:15px}
  .hero-panel{min-height:660px}
  .hero-panel h2{font-size:clamp(38px,5vw,60px)}
  .product-grid,.story-grid,.origins-grid,.recorder-card{grid-template-columns:1fr}
}
@media(max-width:980px){
  .main-nav{position:absolute;left:20px;right:20px;top:70px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;display:none;flex-direction:column;align-items:stretch;box-shadow:var(--shadow)}
  .main-nav.open{display:flex}
  .menu-toggle{display:block}
  .hero-split,.impact-grid,.workflow-grid,.origins-panel,.recorder-points{grid-template-columns:1fr}
  .hero-panel{min-height:auto}
  .control-cards,.dashboard-metrics{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;text-align:center}
  .footer-brand{justify-content:center}
  .footer-grid p:last-child{text-align:center}
}
@media(max-width:640px){
  .container{width:min(100% - 26px,1240px)}
  .section-pad{padding:78px 0}
  h1{font-size:50px}
  .nav-wrap{height:74px}
  .brand-mark{width:50px;height:50px;border-radius:14px}
  .hero{padding-top:54px}
  .hero-intro{margin-bottom:26px}
  .hero-lead{font-size:19px}
  .hero-split{width:min(100% - 26px,1400px);gap:14px}
  .hero-panel{padding:26px;border-radius:26px}
  .panel-tags span{font-size:12px}
  .control-body{flex-direction:column}
  .control-side{width:100%;padding:12px;flex-direction:row}.control-side span{flex:1;height:24px}
  .wave-panel{grid-template-columns:1fr}
  .impact-strip{padding:26px 0}
  .workflow-card,.origin-card,.final-card,.recorder-card{padding:26px}
  .feature-list li{font-size:17px}
  .final-actions .btn{width:100%}
  .site-footer{padding:28px 0}
}

/* Motion + impact refinement */
:root{--section-space:88px}
.section-pad{padding:var(--section-space) 0}
.hero{padding-top:56px}
.hero-intro{margin-bottom:28px}
.hero-split{position:relative}
.hero-panel{min-height:650px;padding:38px}

.motion-field{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:1}
.motion-field span{position:absolute;display:block;border-radius:999px;will-change:transform}
.motion-field-studio span:nth-child(1){width:260px;height:260px;right:-80px;top:-70px;background:radial-gradient(circle,rgba(255,90,95,.23),rgba(255,90,95,0) 70%);animation:floatOrbit 8s ease-in-out infinite}
.motion-field-studio span:nth-child(2){width:150px;height:150px;left:-46px;bottom:110px;border:1px solid rgba(255,90,95,.24);animation:floatOrbit 10s ease-in-out infinite reverse}
.motion-field-studio span:nth-child(3){width:8px;height:8px;left:62%;top:30%;background:var(--coral);box-shadow:0 0 0 10px rgba(255,90,95,.08);animation:pulseDot 2.6s ease-in-out infinite}
.motion-field-control:before{content:"";position:absolute;inset:-40%;background:linear-gradient(110deg,transparent 44%,rgba(255,90,95,.08) 50%,transparent 56%);animation:scanSweep 6.8s linear infinite}
.motion-field-control span:nth-child(1){width:220px;height:220px;right:-70px;bottom:-60px;border:1px solid rgba(255,90,95,.22);animation:rotateSlow 14s linear infinite}
.motion-field-control span:nth-child(2){width:110px;height:110px;right:34px;bottom:35px;border:1px dashed rgba(255,255,255,.12);animation:rotateSlow 10s linear infinite reverse}
.motion-field-control span:nth-child(3){width:9px;height:9px;right:110px;top:110px;background:#56e48a;box-shadow:0 0 0 10px rgba(86,228,138,.08);animation:pulseDot 2.2s ease-in-out infinite}


.ecosystem-marquee{overflow:hidden;background:var(--coral);color:#fff;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(0,0,0,.05)}
.marquee-track{display:flex;width:max-content;align-items:center;gap:28px;padding:14px 0;font-size:13px;font-weight:700;letter-spacing:.16em;white-space:nowrap;animation:marqueeMove 24s linear infinite}
.marquee-track i{font-style:normal;opacity:.55}

.story-section{padding-top:82px}
.story-grid{gap:54px}
.ecosystem-flow{position:relative;margin-top:44px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:28px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(180deg,#fff,#fafbfc);overflow:hidden}
.flow-line{position:absolute;left:9%;right:9%;top:51%;height:2px;background:#e7e9ed;transform:translateY(-50%);z-index:0}
.flow-line span{display:block;height:100%;width:34%;background:linear-gradient(90deg,transparent,var(--coral),transparent);animation:flowSignal 4.2s linear infinite}
.flow-node{position:relative;z-index:1;min-height:114px;padding:18px;border-radius:18px;background:#fff;border:1px solid #eceef1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-shadow:0 10px 30px rgba(18,20,24,.04)}
.flow-node b{width:30px;height:30px;border-radius:10px;background:var(--coral-soft);color:var(--coral);display:grid;place-items:center;font-size:12px;margin-bottom:8px}
.flow-node strong{font-size:18px}.flow-node small{font-size:12px;color:#747983;margin-top:2px}
.flow-node-core{background:#15181d;color:#fff;border-color:#22262d;transform:translateY(-7px)}
.flow-node-core b{background:var(--coral);color:#fff}.flow-node-core small{color:#aeb4bd}
.workflow-grid{margin-top:65px}

.product-section{position:relative;overflow:hidden}
.product-section-light:before{content:"";position:absolute;width:480px;height:480px;border-radius:50%;left:-260px;top:10%;background:radial-gradient(circle,rgba(255,90,95,.11),transparent 70%);animation:floatOrbit 11s ease-in-out infinite}
.product-section-dark:after{content:"";position:absolute;width:560px;height:560px;border-radius:50%;right:-300px;bottom:-160px;background:radial-gradient(circle,rgba(255,90,95,.18),transparent 72%);animation:floatOrbit 13s ease-in-out infinite reverse}
.product-grid{position:relative;z-index:1}
.visual-card-studio{position:relative}.visual-card-studio:after{content:"";position:absolute;inset:14px;border-radius:20px;border:1px solid rgba(255,90,95,.28);pointer-events:none;animation:softBlink 3.4s ease-in-out infinite}
.dashboard-chart span{animation:barBreath 3.2s ease-in-out infinite;transform-origin:bottom}.dashboard-chart span:nth-child(2n){animation-delay:.35s}.dashboard-chart span:nth-child(3n){animation-delay:.7s}
.wave-bars span{animation:barBreath 2.6s ease-in-out infinite;transform-origin:bottom}.wave-bars span:nth-child(2n){animation-delay:.25s}.wave-bars span:nth-child(3n){animation-delay:.55s}
.status-pill{animation:statusPulse 2.4s ease-in-out infinite}

.recorder-section{padding-top:78px;padding-bottom:78px}
.recorder-card{position:relative;overflow:hidden;padding:34px}
.recorder-card:before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;right:-160px;top:-190px;background:radial-gradient(circle,rgba(255,90,95,.18),transparent 70%);animation:floatOrbit 9s ease-in-out infinite}
.recorder-copy,.recorder-points{position:relative;z-index:1}
.recorder-mini{width:min(360px,100%);height:74px;margin:4px 0 22px;display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:18px;background:#15181d;border:1px solid #292d35;box-shadow:0 16px 40px rgba(18,20,24,.12)}
.recorder-dot{width:12px;height:12px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 7px rgba(255,90,95,.12);animation:statusPulse 1.7s ease-in-out infinite}
.recorder-screen{flex:1;height:38px;border-radius:9px;background:#242832;display:flex;align-items:end;gap:5px;padding:7px 9px;overflow:hidden}
.recorder-screen i{display:block;flex:1;border-radius:999px 999px 3px 3px;background:linear-gradient(180deg,#ff777b,#ff4f5e);animation:barBreath 2.1s ease-in-out infinite;transform-origin:bottom}.recorder-screen i:nth-child(1){height:55%}.recorder-screen i:nth-child(2){height:90%;animation-delay:.25s}.recorder-screen i:nth-child(3){height:68%;animation-delay:.5s}
.recorder-time{font-size:11px;color:#fff;font-weight:700;letter-spacing:.08em}

.origins-section{padding-top:100px;padding-bottom:100px}
.origin-card{transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.origin-card:hover{transform:translateY(-5px);border-color:#ffd1cf;box-shadow:0 20px 45px rgba(20,23,28,.08)}
.final-section{padding-bottom:100px}
.final-card{position:relative;overflow:hidden;padding:52px}
.final-card:before{content:"";position:absolute;inset:-80% -20%;background:linear-gradient(105deg,transparent 43%,rgba(255,255,255,.05) 49%,transparent 55%);animation:scanSweep 8s linear infinite;pointer-events:none}
.final-card>*{position:relative;z-index:1}

@keyframes floatOrbit{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(16px,-14px,0) scale(1.06)}}
@keyframes pulseDot{0%,100%{transform:scale(.85);opacity:.7}50%{transform:scale(1.15);opacity:1}}
@keyframes rotateSlow{to{transform:rotate(360deg)}}
@keyframes scanSweep{from{transform:translateX(-36%)}to{transform:translateX(36%)}}
@keyframes marqueeMove{to{transform:translateX(-50%)}}
@keyframes flowSignal{from{transform:translateX(-110%)}to{transform:translateX(320%)}}
@keyframes barBreath{0%,100%{transform:scaleY(.78);opacity:.72}50%{transform:scaleY(1);opacity:1}}
@keyframes statusPulse{0%,100%{opacity:.75}50%{opacity:1;filter:brightness(1.18)}}
@keyframes softBlink{0%,100%{opacity:.35}50%{opacity:.9}}

@media(max-width:1120px){
  :root{--section-space:78px}
  .hero-panel{min-height:610px;padding:30px}
  .hero-panel h2{font-size:clamp(36px,4.8vw,56px)}
}
@media(max-width:980px){
  :root{--section-space:70px}
  .hero{padding-top:46px}
  .hero-split{grid-template-columns:1fr;gap:16px}
  .hero-panel{min-height:auto;padding:34px}
  .story-grid{gap:26px}
  .ecosystem-flow{grid-template-columns:1fr 1fr;margin-top:34px}
  .flow-line{display:none}
  .flow-node-core{transform:none}
  .workflow-grid{grid-template-columns:1fr 1fr}
  .product-grid,.reverse-grid{gap:38px}
  .origins-grid{gap:34px}
  .recorder-section,.origins-section{padding-top:68px;padding-bottom:68px}
}
@media(max-width:760px){
  .hero-intro{text-align:left}.hero-intro .eyebrow{justify-content:flex-start}
  .hero-lead{font-size:18px}
  .hero-panel{padding:28px;border-radius:26px}
  .hero-panel h2{font-size:42px}
  .studio-shot{margin-top:26px}.control-shot{margin-top:26px}
  .control-cards{grid-template-columns:repeat(3,1fr)}
  .metric-card{padding:12px 10px}.metric-card strong{font-size:24px}
  .workflow-grid{grid-template-columns:1fr}
  .recorder-points{grid-template-columns:1fr 1fr}
  .origins-panel{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  :root{--section-space:58px}
  .hero{padding-top:34px;padding-bottom:20px}
  .hero-intro{margin-bottom:20px}
  h1{font-size:44px}
  h2{font-size:38px}
  .hero-panel{padding:24px;border-radius:23px}
  .hero-panel h2{font-size:38px}
  .panel-tags{margin:22px 0 26px;gap:7px}
  .panel-tags span{font-size:11px;padding:7px 9px}
  .hero-panel .btn{width:100%}
  .studio-shot img,.control-window{border-radius:18px}
  .control-topbar strong{font-size:10px}
  .control-cards{grid-template-columns:1fr}
  .wave-panel{padding:14px}
  .wave-bars{height:76px}
  .ecosystem-marquee{margin-top:0}.marquee-track{gap:18px;font-size:11px;padding:12px 0;animation-duration:19s}
  .story-section{padding-top:56px}
  .ecosystem-flow{grid-template-columns:1fr;padding:16px;border-radius:22px;margin-top:26px}
  .flow-node{min-height:94px}
  .workflow-grid{margin-top:18px}
  .workflow-card{padding:25px}
  .product-grid,.reverse-grid{gap:28px}
  .visual-card-control{padding:16px}
  .dashboard-metrics{grid-template-columns:1fr}.dashboard-chart{height:130px;padding:16px 12px}
  .recorder-section,.origins-section{padding-top:56px;padding-bottom:56px}
  .recorder-card{padding:24px;border-radius:26px}
  .recorder-points,.origins-panel{grid-template-columns:1fr}
  .final-section{padding-bottom:56px}.final-card{padding:34px 24px;border-radius:26px}.final-card p{font-size:17px}
}
@media(max-width:420px){
  .container{width:min(100% - 22px,1240px)}
  .hero-split{width:min(100% - 22px,1400px)}
  h1{font-size:39px}
  .hero-panel h2{font-size:34px}
  .brand-copy small{display:none}
  .brand-mark{width:46px;height:46px}
  .panel-content p,.story-copy p,.product-copy p{font-size:16px}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
  .reveal{opacity:1!important;transform:none!important}
}


/* Hero premium refinement */
.hero{padding-top:88px;padding-bottom:92px}
.hero-intro{max-width:1060px;margin-bottom:100px}
.hero-lead{max-width:1000px;line-height:1.58}
.hero-split{gap:26px}
.hero-panel{min-height:790px;padding:48px 48px 42px;border-radius:38px;justify-content:flex-start;box-shadow:0 34px 90px rgba(23,26,32,.13);transition:transform .45s ease,box-shadow .45s ease,border-color .45s ease}
.hero-panel:hover{transform:translateY(-5px);box-shadow:0 42px 105px rgba(23,26,32,.17)}
.hero-panel-studio{background:linear-gradient(155deg,#fff 0%,#fffafa 46%,#fff0ef 100%);border-color:#ffd8d6}
.hero-panel-control{background:linear-gradient(145deg,#0b0d10 0%,#14171c 48%,#20252c 100%)}
.hero-panel .panel-content{max-width:590px}
.hero-panel h2{font-size:clamp(43px,4.15vw,68px);line-height:.99;margin-bottom:20px}
.hero-panel .panel-content>p{max-width:560px;line-height:1.58}
.hero-panel-control .panel-content>p strong{color:#fff}
.panel-tags{margin:27px 0 31px}

.hero-visual-stage{position:relative;z-index:3;height:390px;min-height:390px;margin-top:46px;transform:translate3d(var(--parallax-x,0),var(--parallax-y,0),0);transition:transform .18s ease-out}
.studio-shot,.control-shot{width:100%}

/* Bespoke Castly Studio hero console */
.studio-console{position:absolute;inset:10px 16px 0 5px;border-radius:25px;overflow:hidden;background:#171a20;border:1px solid rgba(18,20,24,.13);box-shadow:0 28px 66px rgba(47,31,33,.20);transform:perspective(900px) rotateX(1deg) rotateY(-1deg)}
.studio-console-top{height:49px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;background:#21252c;color:#fff;font-size:11px;font-weight:700;letter-spacing:.10em}
.console-brand,.console-live{display:inline-flex;align-items:center;gap:8px}.console-brand i{width:10px;height:10px;border-radius:3px;background:var(--coral);box-shadow:0 0 0 5px rgba(255,90,95,.11)}.console-live{color:#ff8b8e}.console-live i{width:8px;height:8px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 5px rgba(255,90,95,.12);animation:pulseDot 1.8s ease-in-out infinite}
.studio-console-body{display:flex;height:calc(100% - 49px)}
.studio-console-side{width:54px;flex:0 0 54px;padding:17px 12px;background:#101216;display:flex;flex-direction:column;gap:13px}.studio-console-side span{height:29px;border-radius:8px;background:#2d323b}.studio-console-side span.active{background:var(--coral);box-shadow:0 8px 20px rgba(255,90,95,.25)}
.studio-console-main{flex:1;min-width:0;padding:14px;background:linear-gradient(180deg,#292d35,#22262d)}
.studio-program-head{height:24px;display:flex;align-items:flex-start;justify-content:space-between;color:#aeb5c0;font-size:9px;letter-spacing:.14em}.studio-program-head b{color:#ff8b8e;font-size:9px}
.studio-program-screen{position:relative;height:245px;display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:31px 12px 48px;border-radius:15px;overflow:hidden;background:linear-gradient(140deg,#3b424e,#171a20);box-shadow:inset 0 0 0 1px rgba(255,255,255,.035)}
.studio-program-screen:before{content:"";position:absolute;inset:-55% -20%;background:linear-gradient(108deg,transparent 45%,rgba(255,255,255,.06) 50%,transparent 55%);animation:scanSweep 7.5s linear infinite}
.studio-video{position:relative;display:grid;place-items:end start;padding:10px;border-radius:10px;background:linear-gradient(145deg,#6b7483,#343a45);overflow:hidden}.studio-video:after{content:"";position:absolute;width:54px;height:54px;border-radius:50%;left:50%;top:46%;transform:translate(-50%,-50%);background:linear-gradient(145deg,#f7f8fa,#bdc4ce);box-shadow:0 0 0 12px rgba(255,255,255,.05)}.studio-video-guest{background:linear-gradient(145deg,#555e6c,#282d35)}.studio-video span{position:relative;z-index:2;padding:4px 7px;border-radius:6px;background:rgba(0,0,0,.42);color:#fff;font-size:8px;font-weight:700;letter-spacing:.1em}
.studio-broadcast-logo{position:absolute;right:12px;top:10px;color:#fff;font-size:8px;font-weight:700;letter-spacing:.11em;z-index:3}
.studio-lower-third{position:absolute;left:12px;bottom:23px;z-index:3;min-width:54%;padding:6px 11px;background:#fff;border-left:4px solid var(--coral);border-radius:3px;box-shadow:0 8px 18px rgba(0,0,0,.14)}.studio-lower-third strong,.studio-lower-third small{display:block}.studio-lower-third strong{font-size:9px;color:#17191d}.studio-lower-third small{font-size:7px;color:#68707a;margin-top:1px}
.studio-ticker{position:absolute;left:0;right:0;bottom:0;height:18px;overflow:hidden;background:var(--coral);color:#fff;font-size:7px;line-height:18px;white-space:nowrap}.studio-ticker span{display:inline-block;min-width:max-content;padding-left:100%;animation:studioTicker 11s linear infinite}
.studio-console-controls{height:43px;display:flex;align-items:center;justify-content:center;gap:9px}.studio-console-controls i{width:24px;height:24px;border-radius:50%;background:#3a4049;box-shadow:inset 0 0 0 1px rgba(255,255,255,.03)}.studio-console-controls i.record{background:var(--coral);box-shadow:0 0 0 6px rgba(255,90,95,.09);animation:statusPulse 2s ease-in-out infinite}

.visual-float{position:absolute;z-index:6;display:flex;align-items:center;border-radius:15px;backdrop-filter:blur(12px);box-shadow:0 18px 45px rgba(18,20,24,.16);animation:heroFloat 4.8s ease-in-out infinite}
.studio-float-guests{left:-6px;top:-7px;gap:8px;padding:10px 14px;background:rgba(255,255,255,.96);border:1px solid #ffe1df}.studio-float-guests strong{font-size:23px;line-height:1;color:var(--coral)}.studio-float-guests span{font-size:12px;font-weight:700;color:#5e646d}
.studio-float-output{right:0;bottom:5px;gap:7px;padding:10px 13px;background:rgba(18,20,24,.92);border:1px solid rgba(255,255,255,.08);color:#fff;animation-delay:.7s}.studio-float-output>i{width:8px;height:8px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 6px rgba(255,90,95,.12)}.studio-float-output span{font-size:11px;color:#b8bec7}.studio-float-output strong{font-size:11px;letter-spacing:.08em;color:#fff}

/* Balanced Control Room hero visual */
.hero-panel .control-window{position:absolute;inset:10px 5px 0 16px;height:auto;min-height:0;border-radius:25px}
.hero-panel .control-topbar{height:49px}
.hero-panel .control-body{height:331px;min-height:0}
.hero-panel .control-side{width:54px;padding:15px 12px;gap:12px}.hero-panel .control-side span{height:27px}
.hero-panel .control-main{padding:13px;gap:10px;grid-template-rows:auto 1fr auto}
.hero-panel .control-cards{gap:8px}.hero-panel .metric-card{padding:11px 10px;border-radius:13px}.hero-panel .metric-card small{font-size:9px;margin-bottom:4px}.hero-panel .metric-card strong{font-size:22px}
.metric-latency{background:linear-gradient(135deg,rgba(255,90,95,.29),rgba(255,90,95,.09));border-color:rgba(255,90,95,.32)!important}.metric-latency strong{color:#ff8589!important}
.hero-panel .control-radar-panel{min-height:112px;padding:10px 14px;grid-template-columns:128px 1fr;gap:18px}
.control-radar{position:relative;width:104px;height:104px;margin:auto;border-radius:50%;border:1px solid rgba(255,255,255,.13);background:radial-gradient(circle,rgba(255,90,95,.18) 0 2px,transparent 3px),repeating-radial-gradient(circle,transparent 0 23px,rgba(255,255,255,.08) 24px 25px);overflow:hidden}.control-radar:before,.control-radar:after{content:"";position:absolute;background:rgba(255,255,255,.08)}.control-radar:before{left:50%;top:0;bottom:0;width:1px}.control-radar:after{top:50%;left:0;right:0;height:1px}.radar-sweep{position:absolute;left:50%;top:50%;width:50%;height:50%;transform-origin:left top;background:conic-gradient(from 270deg,rgba(255,90,95,.42),transparent 48%);animation:radarSweep 3s linear infinite}.control-radar i{position:absolute;width:6px;height:6px;border-radius:50%;background:#6cf19a;box-shadow:0 0 0 5px rgba(108,241,154,.09),0 0 12px rgba(108,241,154,.6)}.control-radar i:nth-of-type(1){left:29%;top:32%}.control-radar i:nth-of-type(2){right:24%;top:46%;animation:pulseDot 2s ease-in-out infinite}.control-radar i:nth-of-type(3){left:44%;bottom:20%;animation:pulseDot 2.4s ease-in-out infinite .4s}
.hero-panel .wave-copy strong{font-size:16px}.hero-panel .wave-copy small{font-size:11px;line-height:1.35}
.hero-panel .stream-list{gap:7px}.hero-panel .stream-list div{padding:9px 11px;border-radius:12px}.hero-panel .stream-list b{font-size:12px}.hero-panel .stream-list span{font-size:10px;margin-top:2px}.stream-dot{display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:#6cf19a;box-shadow:0 0 0 4px rgba(108,241,154,.08)}
.control-float-latency{right:-5px;top:-8px;gap:8px;padding:10px 13px;background:rgba(255,255,255,.97);border:1px solid rgba(255,90,95,.24);animation-delay:.3s}.control-float-latency span{font-size:9px;font-weight:700;letter-spacing:.12em;color:#777e88}.control-float-latency strong{font-size:25px;line-height:1;color:var(--coral)}.control-float-latency i{width:7px;height:7px;border-radius:50%;background:#55e28a;box-shadow:0 0 0 5px rgba(85,226,138,.10)}
.control-float-signal{left:1px;bottom:5px;gap:9px;padding:10px 13px;background:rgba(17,20,25,.94);border:1px solid rgba(255,255,255,.08);color:#fff;animation-delay:1s}.control-float-signal i{width:8px;height:8px;border-radius:50%;background:#55e28a;box-shadow:0 0 0 6px rgba(85,226,138,.09);animation:pulseDot 2.2s ease-in-out infinite}.control-float-signal span{font-size:11px;font-weight:700}

/* Continuous marquee: two identical groups, each at least viewport-wide */
.ecosystem-marquee{margin-top:0}
.marquee-track{display:flex;gap:0;width:max-content;padding:0;animation:marqueeMove 25s linear infinite;will-change:transform}
.marquee-group{display:flex;align-items:center;justify-content:space-around;gap:28px;min-width:100vw;flex:0 0 auto;padding:14px 28px;font-size:13px;font-weight:700;letter-spacing:.16em;white-space:nowrap}
.marquee-group i{font-style:normal;opacity:.55}

/* Restore deliberate breathing room */
.impact-strip{margin-top:0}
.story-section{padding-top:90px}

@keyframes heroFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes radarSweep{to{transform:rotate(360deg)}}
@keyframes studioTicker{to{transform:translateX(-100%)}}
@keyframes marqueeMove{to{transform:translateX(-50%)}}

@media(max-width:1120px){
  .hero{padding-top:76px;padding-bottom:78px}
  .hero-intro{margin-bottom:52px}
  .hero-panel{min-height:730px;padding:40px 38px 36px}
  .hero-visual-stage{height:360px;min-height:360px;margin-top:40px}
  .hero-panel .control-body{height:301px}
  .hero-panel .control-radar-panel{grid-template-columns:110px 1fr}
  .control-radar{width:92px;height:92px}
}
@media(max-width:980px){
  .hero{padding-top:68px;padding-bottom:72px}
  .hero-intro{margin-bottom:48px}
  .hero-split{gap:24px}
  .hero-panel{min-height:auto;padding:40px;border-radius:32px}
  .hero-visual-stage{height:390px;min-height:390px;margin-top:42px}
  .hero-panel .control-body{height:331px}
  .marquee-group{min-width:110vw}
}
@media(max-width:760px){
  .hero{padding-top:58px;padding-bottom:62px}
  .hero-intro{margin-bottom:42px;text-align:left}
  .hero-intro .eyebrow{justify-content:flex-start}
  .hero-split{gap:22px}
  .hero-panel{padding:32px 28px 28px;border-radius:28px}
  .hero-panel h2{font-size:42px}
  .hero-visual-stage{height:340px;min-height:340px;margin-top:36px}
  .studio-console,.hero-panel .control-window{inset:8px 0 0 0}
  .studio-console-body{height:calc(100% - 46px)}.studio-console-top,.hero-panel .control-topbar{height:46px}
  .studio-program-screen{height:210px}
  .hero-panel .control-body{height:286px}
  .hero-panel .control-radar-panel{grid-template-columns:96px 1fr;min-height:102px}
  .control-radar{width:82px;height:82px}
  .studio-float-guests,.control-float-latency{top:-5px}
  .marquee-group{min-width:140vw;gap:22px;padding:13px 22px;font-size:12px}
}
@media(max-width:640px){
  .hero{padding-top:48px;padding-bottom:54px}
  .hero-intro{margin-bottom:36px}
  .hero-lead{font-size:18px}
  .hero-panel{padding:27px 23px 24px}
  .hero-panel h2{font-size:38px}
  .hero-visual-stage{height:305px;min-height:305px;margin-top:32px}
  .studio-console-side,.hero-panel .control-side{width:43px;flex-basis:43px;padding:13px 9px}.studio-console-side span,.hero-panel .control-side span{height:24px}
  .studio-console-main{padding:11px}.studio-program-screen{height:183px;padding:27px 9px 42px}.studio-console-controls{height:38px}.studio-console-controls i{width:21px;height:21px}
  .hero-panel .control-body{height:251px}.hero-panel .control-main{padding:10px;gap:7px}.hero-panel .control-cards{grid-template-columns:repeat(3,1fr)}.hero-panel .metric-card{padding:9px 7px}.hero-panel .metric-card strong{font-size:17px}.hero-panel .metric-card small{font-size:8px}
  .hero-panel .control-radar-panel{grid-template-columns:78px 1fr;padding:8px;gap:10px;min-height:88px}.control-radar{width:70px;height:70px}.hero-panel .wave-copy strong{font-size:14px}.hero-panel .wave-copy small{font-size:9px}
  .hero-panel .stream-list div{padding:7px 9px}.hero-panel .stream-list b{font-size:10px}.hero-panel .stream-list span{font-size:8px}
  .visual-float{padding:8px 10px}.studio-float-guests strong,.control-float-latency strong{font-size:20px}.studio-float-guests span,.studio-float-output span,.studio-float-output strong,.control-float-signal span{font-size:9px}
  .marquee-track{animation-duration:21s}.marquee-group{min-width:190vw;gap:18px;padding:12px 18px;font-size:11px}
}
@media(max-width:420px){
  .hero{padding-top:44px;padding-bottom:50px}
  .hero-intro{margin-bottom:32px}
  .hero-panel{padding:24px 20px 21px}
  .hero-panel h2{font-size:34px}
  .hero-visual-stage{height:280px;min-height:280px;margin-top:28px}
  .studio-console-side{display:none}.studio-program-screen{height:171px}.hero-panel .control-side{display:none}.hero-panel .control-body{height:226px}.hero-panel .control-radar-panel{grid-template-columns:70px 1fr}.control-radar{width:64px;height:64px}
  .studio-float-output,.control-float-signal{bottom:-2px}
  .marquee-group{min-width:220vw}
}

/* Slightly more editorial spacing across the landing */
:root{--section-space:98px}
.hero-panel-studio .btn-primary{position:relative;z-index:5;background:#ff5a5f;color:#fff;border-color:#ff5a5f;box-shadow:0 15px 30px rgba(255,90,95,.25)}
.hero-panel-studio .btn-primary:hover{background:#e9474d;border-color:#e9474d;color:#fff}
@media(max-width:1120px){:root{--section-space:90px}}
@media(max-width:980px){:root{--section-space:82px}}
@media(max-width:640px){:root{--section-space:68px}}

/* === Ecosystem flow + Recorder premium refinement === */
.product-section-light{padding-top:62px}

.ecosystem-flow{
  position:relative;
  isolation:isolate;
  margin-top:69px;
  display:block;
  padding:38px 40px 34px;
  border:1px solid #242830;
  border-radius:34px;
  background:
    radial-gradient(circle at 50% 48%,rgba(255,90,95,.15),transparent 24%),
    linear-gradient(145deg,#101216 0%,#171a20 58%,#111318 100%);
  box-shadow:0 30px 75px rgba(18,20,24,.16);
  overflow:hidden;
  color:#fff;
}
.ecosystem-flow:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(180deg,#000,transparent 92%);z-index:-2}
.ecosystem-flow:after{content:"";position:absolute;left:8%;right:8%;top:57%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,90,95,.26),rgba(255,255,255,.08),rgba(255,90,95,.26),transparent);z-index:-1}
.flow-ambient{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:-1}.flow-ambient span{position:absolute;border-radius:50%}.flow-ambient span:nth-child(1){width:340px;height:340px;left:-180px;top:-170px;background:radial-gradient(circle,rgba(255,90,95,.22),transparent 70%);animation:floatOrbit 10s ease-in-out infinite}.flow-ambient span:nth-child(2){width:280px;height:280px;right:-130px;bottom:-170px;border:1px solid rgba(255,90,95,.16);animation:rotateSlow 18s linear infinite}.flow-ambient span:nth-child(3){width:9px;height:9px;right:20%;top:22%;background:#58e58d;box-shadow:0 0 0 9px rgba(88,229,141,.08);animation:pulseDot 2.4s ease-in-out infinite}
.flow-heading{position:relative;z-index:2;max-width:760px;margin:0 auto 34px;text-align:center}.flow-heading>span{display:block;color:#ff8589;font-size:11px;font-weight:700;letter-spacing:.18em;margin-bottom:8px}.flow-heading>strong{display:block;color:#fff;font-size:clamp(22px,2.4vw,32px);line-height:1.18;letter-spacing:-.02em}
.flow-map{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 66px 178px 66px minmax(0,1fr);align-items:center;gap:0}
.flow-product{position:relative;min-height:205px;padding:24px 24px 22px;border-radius:24px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}
.flow-product:hover{transform:translateY(-5px)}
.flow-product-studio{background:linear-gradient(145deg,#fff,#fff5f4);border:1px solid #ffd9d7;color:#17191d;box-shadow:0 20px 45px rgba(0,0,0,.12)}
.flow-product-studio:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-90px;bottom:-90px;background:radial-gradient(circle,rgba(255,90,95,.20),transparent 68%)}
.flow-product-control{background:linear-gradient(145deg,#1c2027,#14171c);border:1px solid #30353e;color:#fff;box-shadow:0 20px 45px rgba(0,0,0,.20)}
.flow-product-control:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(135deg,#000,transparent 85%);pointer-events:none}
.flow-product-top{position:relative;z-index:2;display:flex;align-items:center;gap:9px;margin-bottom:12px}.flow-product-top small{font-size:10px;font-weight:700;letter-spacing:.16em;color:#7a808a}.flow-product-control .flow-product-top small{color:#a4aab4}.flow-live-dot,.flow-signal-dot{width:8px;height:8px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 6px rgba(255,90,95,.10);animation:pulseDot 2s ease-in-out infinite}.flow-signal-dot{background:#58e58d;box-shadow:0 0 0 6px rgba(88,229,141,.08)}
.flow-product>strong{position:relative;z-index:2;font-size:24px;line-height:1.05}.flow-product p{position:relative;z-index:2;margin:8px 0 20px;font-size:14px;line-height:1.45}.flow-product-control p{color:#aeb4bd}.flow-status{position:relative;z-index:2;align-self:flex-start;padding:7px 10px;border-radius:999px;background:var(--coral-soft);color:var(--coral);font-size:9px;font-weight:700;letter-spacing:.12em}.flow-status-dark{background:rgba(255,90,95,.13);color:#ff8b8f;border:1px solid rgba(255,90,95,.16)}
.flow-core{position:relative;width:154px;height:154px;margin:auto;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:radial-gradient(circle at 34% 28%,#ff7c80 0%,#ff5a5f 35%,#d93f47 100%);box-shadow:0 0 0 9px rgba(255,90,95,.07),0 24px 50px rgba(255,90,95,.25);z-index:4}.flow-core>span{font-size:25px;font-weight:700;letter-spacing:-.03em}.flow-core>strong{font-size:12px;letter-spacing:.18em;margin-top:-2px}.flow-core>small{font-size:9px;color:rgba(255,255,255,.78);margin-top:5px}.flow-core-rings{position:absolute;inset:-18px;border-radius:50%;pointer-events:none}.flow-core-rings i{position:absolute;inset:0;border-radius:50%;border:1px solid rgba(255,90,95,.24);animation:corePulse 3.6s ease-out infinite}.flow-core-rings i:nth-child(2){inset:-10px;animation-delay:1.2s}.flow-core-rings i:nth-child(3){inset:-20px;animation-delay:2.4s}
.flow-connector{height:2px;position:relative;overflow:hidden;background:rgba(255,255,255,.08)}.flow-connector span{position:absolute;top:0;width:42%;height:100%;background:linear-gradient(90deg,transparent,var(--coral),transparent);animation:connectorSignal 2.8s linear infinite}.flow-connector-right span{animation-delay:1.4s}
.flow-recorder-row{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;margin-top:24px}.flow-recorder-line{position:relative;width:2px;height:28px;background:rgba(255,255,255,.10);overflow:hidden}.flow-recorder-line i{position:absolute;left:0;top:-50%;width:100%;height:50%;background:linear-gradient(180deg,transparent,var(--coral));animation:recorderLine 2s linear infinite}.flow-recorder-pill{display:flex;align-items:center;gap:13px;min-width:min(560px,100%);padding:13px 18px;border-radius:18px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.09);backdrop-filter:blur(10px);box-shadow:0 12px 30px rgba(0,0,0,.15)}.flow-rec-dot{width:11px;height:11px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 7px rgba(255,90,95,.10);animation:statusPulse 1.8s ease-in-out infinite}.flow-recorder-pill div{display:flex;flex-direction:column;min-width:0}.flow-recorder-pill small{font-size:8px;color:#959ca6;letter-spacing:.14em;font-weight:700}.flow-recorder-pill strong{font-size:16px;color:#fff}.flow-recorder-pill em{margin-left:auto;font-style:normal;font-size:12px;color:#b8bec7}

/* Castly Recorder: product-like showcase instead of a standard card */
.recorder-section{padding-top:100px;padding-bottom:100px;background:linear-gradient(180deg,#fff 0%,#fff7f6 58%,#fff 100%)}
.recorder-card{position:relative;isolation:isolate;display:grid;grid-template-columns:.92fr 1.08fr;gap:34px;align-items:center;padding:46px 46px 28px;border-radius:36px;background:linear-gradient(145deg,#fff 0%,#fffafa 55%,#fff2f1 100%);border:1px solid #ffd7d5;box-shadow:0 30px 78px rgba(62,30,33,.12);overflow:hidden}
.recorder-card:before{content:"";position:absolute;width:500px;height:500px;right:-240px;top:-300px;border-radius:50%;background:radial-gradient(circle,rgba(255,90,95,.22),transparent 68%);animation:floatOrbit 10s ease-in-out infinite;z-index:-1}.recorder-card:after{content:"";position:absolute;left:-160px;bottom:-230px;width:380px;height:380px;border-radius:50%;border:1px solid rgba(255,90,95,.13);animation:rotateSlow 20s linear infinite;z-index:-1}
.recorder-card-copy{position:relative;z-index:2;padding:10px 4px 12px}.recorder-card-copy h2{font-size:clamp(42px,4.8vw,66px);margin-bottom:18px}.recorder-card-copy p{max-width:570px}.recorder-lead{font-size:21px!important;color:#292b30!important;line-height:1.5}.recorder-feature-line{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:28px}.recorder-feature-line span{font-size:12px;font-weight:700;color:#50555e}.recorder-feature-line i{width:4px;height:4px;border-radius:50%;background:var(--coral)}
.recorder-visual{position:relative;z-index:2;min-height:365px;display:flex;align-items:center;justify-content:center}
.recorder-window{position:relative;width:100%;max-width:610px;border-radius:26px;overflow:hidden;background:#111419;border:1px solid #292e36;box-shadow:0 30px 70px rgba(24,25,29,.28);transform:perspective(1000px) rotateY(-2deg)}
.recorder-window-top{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 17px;background:#1d2128;color:#fff}.recorder-window-brand{display:flex;align-items:center;gap:8px;font-size:10px;letter-spacing:.11em}.recorder-window-brand i{width:10px;height:10px;border-radius:3px;background:var(--coral);box-shadow:0 0 0 5px rgba(255,90,95,.10)}.recorder-window-time{display:flex;align-items:center;gap:7px;padding:6px 9px;border-radius:999px;background:rgba(255,90,95,.10);color:#ff8b8f;font-size:9px;font-weight:700;letter-spacing:.09em}.recorder-window-time i{width:7px;height:7px;border-radius:50%;background:var(--coral);animation:pulseDot 1.7s ease-in-out infinite}
.recorder-window-body{padding:16px;background:linear-gradient(180deg,#171a20,#111419)}
.recorder-capture-area{position:relative;height:235px;border-radius:18px;background:linear-gradient(135deg,#303641,#20252d);overflow:hidden;box-shadow:inset 0 0 0 1px rgba(255,255,255,.035)}
.recorder-capture-area:after{content:"";position:absolute;inset:-50% -20%;background:linear-gradient(108deg,transparent 45%,rgba(255,255,255,.07) 50%,transparent 55%);animation:scanSweep 6.8s linear infinite}
.capture-screen-ui{position:absolute;inset:26px 34px;display:flex;border-radius:11px;overflow:hidden;background:#f7f8fa;box-shadow:0 16px 38px rgba(0,0,0,.20)}.capture-sidebar{width:38px;padding:10px 8px;background:#171a20;display:flex;flex-direction:column;gap:8px}.capture-sidebar i{height:18px;border-radius:5px;background:#333943}.capture-sidebar i:first-child{background:var(--coral)}.capture-content{flex:1;padding:13px;display:grid;gap:8px}.capture-content b{height:20px;width:58%;border-radius:6px;background:#d9dde3}.capture-content span{display:block;border-radius:7px;background:#e8eaee}.capture-content span:nth-of-type(1){height:45px;background:#ffdedd}.capture-content span:nth-of-type(2){height:28px}.capture-content span:nth-of-type(3){height:34px;width:76%}
.capture-corner{position:absolute;width:22px;height:22px;z-index:4}.corner-tl{left:15px;top:15px;border-left:3px solid var(--coral);border-top:3px solid var(--coral)}.corner-tr{right:15px;top:15px;border-right:3px solid var(--coral);border-top:3px solid var(--coral)}.corner-bl{left:15px;bottom:15px;border-left:3px solid var(--coral);border-bottom:3px solid var(--coral)}.corner-br{right:15px;bottom:15px;border-right:3px solid var(--coral);border-bottom:3px solid var(--coral)}
.capture-cursor{position:absolute;left:61%;top:48%;width:15px;height:20px;background:#fff;clip-path:polygon(0 0,100% 72%,61% 75%,78% 100%,64% 100%,49% 77%,22% 100%);filter:drop-shadow(0 2px 2px rgba(0,0,0,.5));z-index:5;animation:cursorMove 5s ease-in-out infinite}
.recorder-controls{height:44px;display:flex;align-items:center;justify-content:center;gap:10px}.recorder-controls span{width:24px;height:24px;border-radius:50%;background:#343a44}.recorder-controls .recorder-stop{background:var(--coral);box-shadow:0 0 0 6px rgba(255,90,95,.09);position:relative}.recorder-controls .recorder-stop:after{content:"";position:absolute;width:7px;height:7px;border-radius:2px;background:#fff;left:50%;top:50%;transform:translate(-50%,-50%)}
.recorder-float{position:absolute;z-index:5;padding:10px 13px;border-radius:14px;display:flex;align-items:center;gap:8px;box-shadow:0 16px 38px rgba(18,20,24,.16);animation:heroFloat 4.8s ease-in-out infinite}.recorder-float-format{right:-5px;top:7px;flex-direction:column;align-items:flex-start;gap:0;background:rgba(255,255,255,.97);border:1px solid #ffe0de}.recorder-float-format small{font-size:8px;letter-spacing:.12em;color:#8a9098;font-weight:700}.recorder-float-format strong{font-size:12px;color:#1d2025}.recorder-float-mode{left:-5px;bottom:9px;background:rgba(17,20,25,.94);border:1px solid rgba(255,255,255,.08);color:#fff;animation-delay:.7s}.recorder-float-mode>span{width:8px;height:8px;border-radius:50%;background:#58e58d;box-shadow:0 0 0 5px rgba(88,229,141,.09)}.recorder-float-mode strong{font-size:10px;letter-spacing:.10em}
.recorder-points{position:relative;z-index:2;grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-top:2px}.recorder-points div{position:relative;display:grid;grid-template-columns:40px 1fr;grid-template-rows:auto auto;column-gap:11px;padding:16px 17px;border-radius:18px;background:rgba(255,255,255,.82);border:1px solid #f0dcdb;box-shadow:0 10px 26px rgba(37,28,29,.04);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.recorder-points div:hover{transform:translateY(-4px);border-color:#ffc9c7;box-shadow:0 16px 32px rgba(37,28,29,.08)}.recorder-point-icon{grid-row:1/3;width:40px;height:40px;border-radius:12px;background:var(--coral-soft);color:var(--coral);display:grid;place-items:center;font-size:17px}.recorder-points strong{font-size:15px;line-height:1.15;color:#1e2024}.recorder-points small{font-size:12px;line-height:1.35;color:#70757e;margin-top:4px}

@keyframes corePulse{0%{transform:scale(.82);opacity:.55}75%,100%{transform:scale(1.16);opacity:0}}
@keyframes connectorSignal{from{left:-45%}to{left:105%}}
@keyframes recorderLine{from{top:-50%}to{top:110%}}
@keyframes cursorMove{0%,100%{transform:translate(0,0) rotate(-3deg)}30%{transform:translate(22px,-18px) rotate(-3deg)}65%{transform:translate(-17px,12px) rotate(-3deg)}}

@media(max-width:1120px){
  .product-section-light{padding-top:58px}
  .ecosystem-flow{padding:34px 30px 30px}
  .flow-map{grid-template-columns:minmax(0,1fr) 38px 150px 38px minmax(0,1fr)}
  .flow-core{width:136px;height:136px}
  .recorder-card{grid-template-columns:1fr;gap:22px;padding:38px 38px 26px}
  .recorder-card-copy{padding-bottom:0}.recorder-card-copy p{max-width:780px}
  .recorder-visual{min-height:340px}.recorder-window{max-width:720px;transform:none}
}
@media(max-width:980px){
  .product-section-light{padding-top:54px}
  .ecosystem-flow{margin-top:40px;padding:32px 26px 28px}
  .flow-map{grid-template-columns:1fr 140px 1fr;gap:18px}.flow-connector{display:none}.flow-product{min-height:190px;padding:22px}.flow-core{width:130px;height:130px}.flow-recorder-row{margin-top:20px}
  .recorder-points{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .ecosystem-flow{border-radius:28px;padding:28px 22px 24px}.flow-heading{margin-bottom:26px;text-align:left}.flow-heading>strong{font-size:24px}
  .flow-map{grid-template-columns:1fr;gap:14px}.flow-core{order:2;width:120px;height:120px;margin:4px auto}.flow-product-studio{order:1}.flow-product-control{order:3}.flow-product{min-height:auto}.ecosystem-flow:after{display:none}
  .flow-recorder-pill{min-width:0;width:100%}.flow-recorder-pill em{font-size:11px}
  .recorder-card{padding:30px 26px 24px;border-radius:30px}.recorder-visual{min-height:300px}.recorder-capture-area{height:205px}.recorder-window{border-radius:22px}.recorder-points{gap:10px}
}
@media(max-width:640px){
  .product-section-light{padding-top:44px}
  .ecosystem-flow{margin-top:32px;padding:24px 18px 20px;border-radius:24px}.flow-heading{margin-bottom:22px}.flow-heading>strong{font-size:21px}.flow-product{padding:19px;border-radius:19px}.flow-product>strong{font-size:21px}.flow-product p{font-size:13px;margin-bottom:16px}.flow-core{width:108px;height:108px}.flow-core>span{font-size:21px}.flow-core>strong{font-size:10px}.flow-core>small{font-size:8px}.flow-recorder-line{height:22px}.flow-recorder-pill{padding:12px 13px;border-radius:15px;gap:11px}.flow-recorder-pill em{display:none}
  .recorder-section{padding-top:58px;padding-bottom:64px}.recorder-card{padding:25px 20px 20px;border-radius:26px;gap:20px}.recorder-card-copy h2{font-size:40px}.recorder-lead{font-size:18px!important}.recorder-feature-line{margin-top:22px}.recorder-visual{min-height:270px}.recorder-window-top{height:46px;padding:0 12px}.recorder-window-brand strong{font-size:9px}.recorder-window-body{padding:11px}.recorder-capture-area{height:178px;border-radius:14px}.capture-screen-ui{inset:22px 25px}.capture-sidebar{width:30px}.recorder-controls{height:38px}.recorder-float-format{right:-2px;top:2px}.recorder-float-mode{left:-2px;bottom:2px}.recorder-points{grid-template-columns:1fr}.recorder-points div{padding:14px 15px}
}
@media(max-width:420px){
  .product-section-light{padding-top:40px}
  .ecosystem-flow{padding:22px 16px 18px}.flow-recorder-pill strong{font-size:14px}.flow-recorder-pill small{font-size:7px}
  .recorder-card{padding:22px 17px 18px}.recorder-card-copy h2{font-size:36px}.recorder-visual{min-height:245px}.recorder-capture-area{height:158px}.capture-screen-ui{inset:18px 20px}.recorder-float{padding:8px 9px}.recorder-float-format strong{font-size:10px}.recorder-float-mode strong{font-size:8px}
}

/* === Castly Studio product section: stronger visual identity === */
.product-section-light{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding-top:135px;
  padding-bottom:135px;
  background:
    radial-gradient(circle at 12% 18%,rgba(255,90,95,.15),transparent 28%),
    radial-gradient(circle at 88% 76%,rgba(255,90,95,.10),transparent 28%),
    linear-gradient(135deg,#fff3f2 0%,#fff8f7 42%,#f5f6f8 100%);
  border-top:1px solid #ffd9d7;
  border-bottom:1px solid #eceef1;
}
.product-section-light:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background-image:
    linear-gradient(rgba(255,90,95,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,90,95,.035) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.82) 44%,transparent 92%);
  pointer-events:none;
}
.product-section-light:after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:34%;
  height:5px;
  background:linear-gradient(90deg,var(--coral),#ff9194,transparent);
  z-index:4;
}
.studio-section-ambient{position:absolute;inset:0;z-index:-2;pointer-events:none;overflow:hidden}
.studio-section-ambient span{position:absolute;display:block}
.studio-section-ambient span:nth-child(1){width:520px;height:520px;border:1px solid rgba(255,90,95,.12);border-radius:50%;right:-210px;top:-245px;animation:rotateSlow 28s linear infinite}
.studio-section-ambient span:nth-child(1):before,.studio-section-ambient span:nth-child(1):after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,90,95,.11)}
.studio-section-ambient span:nth-child(1):before{inset:48px}.studio-section-ambient span:nth-child(1):after{inset:104px}
.studio-section-ambient span:nth-child(2){width:11px;height:11px;border-radius:50%;right:14%;top:18%;background:var(--coral);box-shadow:0 0 0 9px rgba(255,90,95,.09);animation:pulseDot 2.5s ease-in-out infinite}
.studio-section-ambient span:nth-child(3){width:260px;height:260px;left:-130px;bottom:-150px;border-radius:50%;background:radial-gradient(circle,rgba(255,90,95,.16),transparent 70%);animation:floatOrbit 10s ease-in-out infinite}
.studio-section-ambient span:nth-child(4){width:220px;height:1px;right:4%;bottom:18%;background:linear-gradient(90deg,transparent,rgba(255,90,95,.55),transparent);animation:studioSignalSweep 4.2s ease-in-out infinite}
.studio-product-grid{position:relative;z-index:2;grid-template-columns:.90fr 1.10fr;gap:58px;align-items:center}
.studio-product-grid:before{content:"";position:absolute;inset:-28px -34px;border:1px solid rgba(255,255,255,.72);border-radius:42px;background:linear-gradient(135deg,rgba(255,255,255,.76),rgba(255,255,255,.42));box-shadow:0 30px 80px rgba(42,31,33,.09);backdrop-filter:blur(12px);z-index:-1}
.studio-product-copy{position:relative;padding:10px 0 8px}
.studio-product-chip{display:flex;align-items:center;gap:9px;width:max-content;max-width:100%;margin-bottom:24px;padding:8px 11px;border-radius:999px;border:1px solid #ffd4d2;background:rgba(255,255,255,.82);box-shadow:0 10px 25px rgba(59,39,42,.05);font-size:10px;font-weight:700;letter-spacing:.12em;color:#575c65}
.studio-product-chip i{width:8px;height:8px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 6px rgba(255,90,95,.10);animation:pulseDot 2s ease-in-out infinite}
.studio-product-chip small{margin-left:5px;color:var(--coral);font-size:9px;letter-spacing:.13em}
.product-section-light .studio-product-copy h2{font-size:clamp(44px,5vw,68px);margin-bottom:22px}
.product-section-light .studio-product-copy>p{font-size:19px;line-height:1.62;max-width:590px;color:#5f646d}
.studio-feature-list{margin-top:27px;gap:12px}
.studio-feature-list li{padding-left:35px;font-size:17px}
.studio-feature-list li:before{width:24px;height:24px;box-shadow:0 7px 18px rgba(255,90,95,.12)}
.studio-mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:30px;padding-top:24px;border-top:1px solid rgba(255,90,95,.15)}
.studio-mini-stats div{padding:13px 12px;border-radius:15px;background:rgba(255,255,255,.65);border:1px solid rgba(255,255,255,.78)}
.studio-mini-stats strong,.studio-mini-stats span{display:block}.studio-mini-stats strong{font-size:16px;color:#17191d}.studio-mini-stats span{font-size:11px;line-height:1.3;color:#777c84;margin-top:3px}
.studio-product-visual{position:relative;padding:24px 6px}
.studio-visual-shell{position:relative;width:100%;padding:46px 16px 18px;border-radius:31px;background:linear-gradient(145deg,#171a20,#0f1115);border:1px solid #2a2f36;box-shadow:0 34px 75px rgba(27,29,34,.25);transform:perspective(1100px) rotateY(-1.5deg);transition:transform .45s ease,box-shadow .45s ease}
.studio-visual-shell:hover{transform:perspective(1100px) rotateY(0deg) translateY(-4px);box-shadow:0 42px 90px rgba(27,29,34,.30)}
.studio-visual-shell:before{content:"";position:absolute;inset:0;border-radius:inherit;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(135deg,#000,transparent 82%);pointer-events:none}
.studio-visual-shell:after{content:"";position:absolute;width:260px;height:260px;right:-100px;bottom:-120px;border-radius:50%;background:radial-gradient(circle,rgba(255,90,95,.30),rgba(255,90,95,.05) 45%,transparent 72%);pointer-events:none}
.studio-visual-topline{position:absolute;top:0;left:0;right:0;height:46px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:0 17px;color:#fff;border-bottom:1px solid rgba(255,255,255,.055);font-size:9px;font-weight:700;letter-spacing:.13em;z-index:3}
.studio-visual-topline span{display:flex;align-items:center;gap:8px}.studio-visual-topline i{width:8px;height:8px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 6px rgba(255,90,95,.10);animation:pulseDot 1.8s ease-in-out infinite}.studio-visual-topline small{color:#8f96a1;font-size:8px;letter-spacing:.14em}
.product-section-light .visual-card-studio{position:relative;z-index:2;padding:9px;border-radius:20px;background:#22262d;border:1px solid rgba(255,255,255,.065);box-shadow:none;overflow:hidden}
.product-section-light .visual-card-studio img{border-radius:14px;box-shadow:0 18px 42px rgba(0,0,0,.22)}
.studio-visual-float{position:absolute;z-index:5;padding:10px 12px;border-radius:14px;box-shadow:0 16px 38px rgba(17,19,23,.16);animation:heroFloat 4.7s ease-in-out infinite}
.studio-visual-float-live{left:-17px;top:87px;display:grid;grid-template-columns:10px auto;column-gap:8px;align-items:center;background:rgba(255,255,255,.97);border:1px solid #ffe0de;color:#1d2025}.studio-visual-float-live i{grid-row:1/3;width:9px;height:9px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 6px rgba(255,90,95,.10);animation:pulseDot 1.7s ease-in-out infinite}.studio-visual-float-live strong{font-size:11px;letter-spacing:.12em}.studio-visual-float-live span{font-size:9px;color:#7a8089}
.studio-visual-float-browser{right:-14px;bottom:54px;display:flex;flex-direction:column;background:rgba(18,20,25,.96);border:1px solid rgba(255,255,255,.08);color:#fff;animation-delay:.8s}.studio-visual-float-browser small{font-size:7px;color:#8e96a2;letter-spacing:.15em}.studio-visual-float-browser strong{font-size:10px;letter-spacing:.08em;margin-top:2px}
.studio-visual-signal{position:absolute;right:18px;top:63px;display:flex;gap:4px;align-items:end;z-index:5}.studio-visual-signal i{display:block;width:4px;border-radius:999px;background:#58e58d;animation:studioSignalBars 1.6s ease-in-out infinite}.studio-visual-signal i:nth-child(1){height:8px}.studio-visual-signal i:nth-child(2){height:13px;animation-delay:.18s}.studio-visual-signal i:nth-child(3){height:18px;animation-delay:.36s}
.studio-section-watermark{position:absolute;left:50%;bottom:-44px;transform:translateX(-50%);white-space:nowrap;font-size:clamp(84px,13vw,188px);font-weight:700;letter-spacing:-.055em;color:rgba(255,90,95,.045);z-index:-1;pointer-events:none;user-select:none}
@keyframes studioSignalSweep{0%,100%{transform:translateX(-25px);opacity:.35}50%{transform:translateX(25px);opacity:.9}}
@keyframes studioSignalBars{0%,100%{transform:scaleY(.65);opacity:.55}50%{transform:scaleY(1.1);opacity:1}}

@media(max-width:1120px){
  .product-section-light{padding-top:62px;padding-bottom:78px}
  .studio-product-grid{gap:42px}
  .studio-product-grid:before{inset:-24px -26px}
  .studio-mini-stats{grid-template-columns:1fr 1fr 1fr}
  .studio-visual-shell{transform:none}
}
@media(max-width:980px){
  .product-section-light{padding-top:58px;padding-bottom:74px}
  .studio-product-grid{grid-template-columns:1fr;gap:34px}
  .studio-product-copy{max-width:760px}
  .studio-product-visual{padding:8px 4px 20px}
  .studio-visual-shell{max-width:780px;margin:0 auto}
  .studio-section-watermark{bottom:-20px}
}
@media(max-width:640px){
  .product-section-light{padding-top:52px;padding-bottom:62px}
  .product-section-light:before{background-size:34px 34px}
  .studio-product-grid{gap:26px}
  .studio-product-grid:before{inset:-18px -7px;border-radius:28px}
  .studio-product-chip{margin-bottom:20px;letter-spacing:.09em}
  .studio-product-chip small{display:none}
  .product-section-light .studio-product-copy h2{font-size:40px}
  .product-section-light .studio-product-copy>p{font-size:17px}
  .studio-feature-list li{font-size:16px}
  .studio-mini-stats{grid-template-columns:1fr;gap:7px;margin-top:24px;padding-top:20px}.studio-mini-stats div{padding:11px 12px}
  .studio-product-visual{padding:4px 0 10px}
  .studio-visual-shell{padding:42px 9px 11px;border-radius:24px}
  .studio-visual-topline{height:42px;padding:0 12px}.studio-visual-topline small{display:none}
  .product-section-light .visual-card-studio{padding:6px;border-radius:16px}.product-section-light .visual-card-studio img{border-radius:11px}
  .studio-visual-float-live{left:-5px;top:72px;padding:8px 9px}.studio-visual-float-browser{right:-4px;bottom:32px;padding:8px 9px}
  .studio-section-watermark{font-size:66px;bottom:-10px}
}
@media(max-width:420px){
  .product-section-light{padding-top:48px;padding-bottom:58px}
  .product-section-light .studio-product-copy h2{font-size:36px}
  .studio-visual-float-browser{display:none}
  .studio-visual-float-live{top:64px}
}

/* CASTLY COOKIE / PRIVACY BANNER */
.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;z-index:1400;max-width:960px;margin:0 auto;background:#fff;color:#121212;border:1px solid rgba(18,18,18,.12);border-radius:16px;box-shadow:0 24px 70px rgba(17,19,22,.20);padding:22px 24px;display:none}
.cookie-banner.show{display:block;animation:cookieUp .28s cubic-bezier(.16,1,.3,1)}
@keyframes cookieUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
.cookie-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:end}
.cookie-title{font-size:1.05rem;font-weight:700;margin-bottom:6px;color:#121212}
.cookie-text{font-size:.98rem;color:#34373d;line-height:1.55;margin:0}
.cookie-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end}
.cookie-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:10px;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;transition:all .22s cubic-bezier(.16,1,.3,1);border:1px solid transparent;min-width:140px;cursor:pointer;font-family:'Titillium Web',Arial,sans-serif}
.cookie-accept{background:var(--coral,#ff5a5f);color:#fff;border-color:var(--coral,#ff5a5f);box-shadow:0 10px 24px rgba(255,90,95,.20)}
.cookie-accept:hover{background:var(--coral-dark,#e9474d);border-color:var(--coral-dark,#e9474d);transform:translateY(-1px)}
.cookie-reject{background:#fff;color:#121212;border-color:rgba(18,18,18,.22)}
.cookie-reject:hover{background:#f5f6f8;border-color:rgba(18,18,18,.34);transform:translateY(-1px)}
.cookie-more{background:#fff0ef;color:#121212;border-color:#ffd6d4}
.cookie-more:hover{background:#ffe5e3;border-color:#ffc7c4;transform:translateY(-1px)}
.cookie-panel{margin-top:16px;padding-top:16px;border-top:1px solid rgba(18,18,18,.12);display:none}
.cookie-panel.open{display:block}
.cookie-panel p,.cookie-panel li{font-size:.93rem;color:#3b3e44}
.cookie-panel p{margin:0}
.cookie-panel ul{list-style:disc;padding-left:20px;margin:12px 0}
.cookie-links{display:flex;gap:14px;flex-wrap:wrap;margin-top:10px}
.cookie-links a{color:#121212;text-decoration:underline;text-underline-offset:3px;font-weight:700}
.cookie-manage{position:fixed;right:18px;bottom:18px;z-index:1300;display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border-radius:999px;background:#fff;color:#121212;border:1px solid rgba(18,18,18,.12);box-shadow:0 8px 22px rgba(0,0,0,.10);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;line-height:1;max-width:calc(100vw - 24px);transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;font-family:'Titillium Web',Arial,sans-serif}
.cookie-manage:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(0,0,0,.14)}
body.cookie-banner-open .cookie-manage{display:none}
.footer-legal{grid-column:1/-1;display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:center;text-align:center!important}
.footer-legal a,.footer-legal button{color:inherit;text-decoration:underline;text-underline-offset:3px}
.footer-cookie-settings{appearance:none;border:0;background:none;padding:0;font:inherit;cursor:pointer}
@media(max-width:840px){.cookie-grid{grid-template-columns:1fr}.cookie-actions{justify-content:flex-start}.cookie-btn{min-width:unset;flex:1 1 180px}}
@media(max-width:640px){.cookie-banner{left:12px;right:12px;bottom:12px;padding:18px;max-height:calc(100vh - 24px);overflow:auto}.cookie-banner.reopened{top:50%;bottom:auto;transform:translateY(-50%)}.cookie-title{font-size:1rem}.cookie-text{font-size:.92rem}.cookie-btn{width:100%}.cookie-manage{right:12px;bottom:12px;font-size:.64rem;padding:8px 10px;gap:5px}}
