/* K-RAM Pitch Deck — Cream/Navy/Terracotta */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
:root{--cream:#F5F0EB;--navy:#1B365D;--terra:#C4754B;--terra-light:#D4906B;--black:#111;--white:#fff;--gray-100:#F8F6F3;--gray-200:#E8E4DF;--gray-400:#A09890;--gray-600:#6B6560;--gray-800:#333;--font-main:'Inter',-apple-system,sans-serif;--font-mono:'JetBrains Mono','SF Mono',monospace;}
html{font-size:16px;}
body{font-family:var(--font-main);color:var(--black);background:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;}
.container{max-width:1200px;margin:0 auto;padding:0 2rem;}

/* NAV */
.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0;transition:background .3s,padding .3s;}
.nav.scrolled{background:rgba(245,240,235,.92);backdrop-filter:blur(20px);padding:.6rem 0;border-bottom:1px solid var(--gray-200);}
.nav-inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;}
.nav-logo{text-decoration:none;font-weight:900;font-size:1.4rem;letter-spacing:-.03em;}
.logo-k{color:var(--navy);}.logo-dash{color:var(--gray-400);}.logo-ram{color:var(--terra);}
.nav-links{display:flex;align-items:center;gap:2rem;}
.nav-links a{text-decoration:none;color:var(--gray-600);font-size:.875rem;font-weight:500;transition:color .2s;}
.nav-links a:hover{color:var(--black);}
.nav-cta{background:var(--navy)!important;color:var(--white)!important;padding:.5rem 1.25rem;border-radius:6px;font-size:.85rem!important;transition:background .2s!important;}
.nav-cta:hover{background:#244a7a!important;}
.nav-toggle{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--black);}
.mobile-menu{display:none;position:fixed;inset:0;background:var(--cream);z-index:99;flex-direction:column;align-items:center;justify-content:center;gap:2rem;}
.mobile-menu.active{display:flex;}
.mobile-menu a{text-decoration:none;color:var(--black);font-size:1.5rem;font-weight:700;}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2rem;border-radius:8px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .25s;border:none;cursor:pointer;}
.btn-primary{background:var(--navy);color:var(--white);}
.btn-primary:hover{background:#244a7a;transform:translateY(-1px);}
.btn-secondary{background:transparent;color:var(--navy);border:1.5px solid var(--navy);}
.btn-secondary:hover{background:var(--navy);color:var(--white);}
.btn-lg{padding:1rem 2.5rem;font-size:1.1rem;}

/* HERO */
.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;position:relative;padding:6rem 2rem 3rem;max-width:1400px;margin:0 auto;gap:2rem;}
.hero-grid-bg{position:fixed;inset:0;background-image:linear-gradient(rgba(27,54,93,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(27,54,93,.03) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;z-index:0;}
.hero-content{position:relative;z-index:1;}
.hero-badge{display:inline-block;padding:.4rem 1rem;background:var(--navy);color:var(--white);font-family:var(--font-mono);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border-radius:4px;margin-bottom:1.5rem;}
.hero-title{font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:900;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem;}
.text-accent{color:var(--terra);}
.hero-sub{font-size:1.05rem;color:var(--gray-600);max-width:520px;line-height:1.7;margin-bottom:2.5rem;}
.hero-stats{display:flex;align-items:center;gap:1.5rem;margin-bottom:2.5rem;flex-wrap:wrap;}
.stat{text-align:center;}
.stat-value{display:block;font-size:1.6rem;font-weight:800;color:var(--navy);letter-spacing:-.02em;font-family:var(--font-mono);}
.stat-label{display:block;font-size:.7rem;color:var(--gray-600);text-transform:uppercase;letter-spacing:.08em;margin-top:.2rem;}
.stat-divider{width:1px;height:36px;background:var(--gray-200);}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;}
.hero-visual{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;}
.vessel-container{width:380px;height:380px;position:relative;}
.orbit{position:absolute;border:1px solid;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);}
.orbit-1{width:280px;height:280px;border-color:rgba(27,54,93,.12);animation:spin 20s linear infinite;}
.orbit-2{width:340px;height:340px;border-color:rgba(196,117,75,.1);animation:spin 30s linear infinite reverse;}
.orbit-3{width:380px;height:380px;border-color:rgba(27,54,93,.06);animation:spin 40s linear infinite;}
.vessel-core{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140px;height:140px;background:linear-gradient(135deg,var(--navy),#2a5a8f);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;}
.core-label{color:var(--white);text-align:center;font-weight:800;font-size:1.1rem;letter-spacing:.04em;}
.core-label span{display:block;font-size:.55rem;font-weight:500;letter-spacing:.15em;opacity:.7;margin-top:.2rem;}
.pulse-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140px;height:140px;border-radius:50%;border:2px solid var(--terra);opacity:0;animation:pulse 3s ease-out infinite;}
.pulse-ring-2{animation-delay:1.5s;}
.data-particle{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--terra);box-shadow:0 0 12px rgba(196,117,75,.6);}
.p1{animation:op1 6s linear infinite;}.p2{animation:op2 8s linear infinite;}.p3{animation:op1 7s linear infinite 2s;}.p4{animation:op2 9s linear infinite 3s;}.p5{animation:op1 5s linear infinite 1s;}.p6{animation:op2 7s linear infinite 4s;}
@keyframes op1{0%{top:50%;left:5%;opacity:0}10%{opacity:1}50%{top:5%;left:50%}90%{opacity:1}100%{top:50%;left:95%;opacity:0}}
@keyframes op2{0%{top:95%;left:50%;opacity:0}10%{opacity:1}50%{top:50%;left:95%}90%{opacity:1}100%{top:5%;left:50%;opacity:0}}
@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}
@keyframes pulse{0%{width:140px;height:140px;opacity:.6}100%{width:300px;height:300px;opacity:0}}
.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:2;}
.scroll-indicator span{font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:var(--gray-400);}
.scroll-arrow{width:20px;height:20px;border-right:2px solid var(--gray-400);border-bottom:2px solid var(--gray-400);transform:rotate(45deg);animation:bounce 2s infinite;}
@keyframes bounce{0%,100%{transform:rotate(45deg) translateY(0)}50%{transform:rotate(45deg) translateY(6px)}}

/* SECTIONS */
.section{padding:6rem 0;position:relative;}
.section-dark{background:var(--navy);color:var(--white);}
.section-blueprint{background:var(--gray-100);}
.section-shifts{padding:5rem 0;background:var(--cream);}
.section-label{font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--terra);margin-bottom:1rem;font-weight:600;}
.section-label.light{color:var(--terra-light);}
.section-title{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:900;line-height:1.15;letter-spacing:-.03em;margin-bottom:3rem;}
.section-title.light{color:var(--white);}
.section-title.center{text-align:center;}

/* PROBLEM CARDS */
.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:4rem;}
.problem-card{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:2rem 1.5rem;transition:transform .3s,box-shadow .3s;}
.problem-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.08);}
.problem-icon{width:48px;height:48px;color:var(--terra);margin-bottom:1.2rem;}
.problem-card h3{font-size:1.3rem;font-weight:800;margin-bottom:.6rem;color:var(--navy);}
.problem-card p{font-size:.9rem;color:var(--gray-600);line-height:1.6;}

/* ROOFLINE */
.roofline-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:3rem;background:var(--white);border:1px solid var(--gray-200);border-radius:16px;}
.roofline-text h3{font-size:1.5rem;font-weight:800;margin-bottom:1rem;color:var(--navy);}
.roofline-text p{color:var(--gray-600);line-height:1.7;margin-bottom:1rem;}
.text-emphasis{color:var(--terra)!important;font-weight:700;font-style:italic;}
.roofline-svg{width:100%;max-width:400px;}

/* PARADIGM SHIFT */
.paradigm-shift{display:flex;align-items:center;justify-content:center;gap:3rem;margin-bottom:3rem;}
.paradigm-col{text-align:center;flex:1;max-width:300px;}
.paradigm-col h3{font-size:1.3rem;font-weight:800;margin-bottom:1.5rem;color:var(--white);}
.paradigm-visual{height:180px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;}
.silicon-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;width:100px;opacity:.5;}
.grid-cell{width:20px;height:20px;border:1px solid rgba(255,255,255,.3);border-radius:2px;}
.fiber-loop{width:160px;height:160px;position:relative;}
.loop-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140px;height:140px;border:2px solid var(--terra);border-radius:50%;animation:spin 8s linear infinite;}
.loop-ring-2{width:110px;height:110px;border-color:rgba(196,117,75,.5);animation-direction:reverse;animation-duration:6s;}
.photon{position:absolute;width:6px;height:6px;background:var(--terra);border-radius:50%;box-shadow:0 0 10px var(--terra);}
.ph-1{animation:pho 4s linear infinite;}.ph-2{animation:pho 4s linear infinite 1.3s;}.ph-3{animation:pho 4s linear infinite 2.6s;}
@keyframes pho{0%{top:10px;left:80px}25%{top:80px;left:150px}50%{top:150px;left:80px}75%{top:80px;left:10px}100%{top:10px;left:80px}}
.paradigm-arrow svg{width:60px;}
.paradigm-list{list-style:none;text-align:left;display:inline-block;}
.paradigm-list li{padding:.3rem 0;font-size:.95rem;color:rgba(255,255,255,.6);position:relative;padding-left:1.2rem;}
.paradigm-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.3);}
.paradigm-list.accent li{color:var(--terra-light);}
.paradigm-list.accent li::before{background:var(--terra);}
.quote-block{text-align:center;padding:2rem;}
.quote-block p{font-size:1.8rem;font-weight:800;color:var(--white);font-style:italic;letter-spacing:-.02em;}

/* TECHNOLOGY */
.tech-vessel{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-bottom:4rem;}
.vessel-diagram{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:2.5rem;}
.vessel-body{min-height:300px;display:flex;flex-direction:column;align-items:center;gap:1rem;}
.vessel-glass{width:200px;height:200px;border:2px solid var(--navy);border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center;background:rgba(27,54,93,.03);}
.vessel-coil{position:relative;width:120px;height:120px;}
.coil-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:1.5px solid var(--terra);border-radius:50%;animation:spin 6s linear infinite;}
.cr-1{width:120px;height:120px;}.cr-2{width:90px;height:90px;animation-direction:reverse;animation-duration:4s;}.cr-3{width:60px;height:60px;animation-duration:3s;}.cr-4{width:30px;height:30px;animation-direction:reverse;animation-duration:2s;background:var(--terra);opacity:.3;}
.vessel-label{font-family:var(--font-mono);font-size:.65rem;color:var(--gray-600);text-transform:uppercase;letter-spacing:.08em;position:absolute;white-space:nowrap;}
.vl-1{top:-24px;left:50%;transform:translateX(-50%);}.vl-2{bottom:-24px;left:50%;transform:translateX(-50%);}
.vessel-base{width:100px;height:40px;border:2px solid var(--navy);border-radius:4px;display:flex;align-items:center;justify-content:center;background:linear-gradient(to right,transparent,rgba(27,54,93,.05),transparent);}
.vl-3,.vl-4{position:static;font-family:var(--font-mono);font-size:.65rem;color:var(--gray-600);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;}
.vessel-specs{display:flex;flex-direction:column;}
.spec-item{display:flex;justify-content:space-between;align-items:baseline;padding:1rem 0;border-bottom:1px solid var(--gray-200);}
.spec-item:first-child{border-top:1px solid var(--gray-200);}
.spec-key{font-family:var(--font-mono);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-600);}
.spec-val{font-weight:700;color:var(--navy);}

/* FORMULA */
.formula-section{text-align:center;padding:3rem;background:var(--white);border:1px solid var(--gray-200);border-radius:16px;margin-bottom:4rem;}
.formula{font-family:var(--font-mono);font-size:1.8rem;font-weight:700;color:var(--navy);margin-bottom:1rem;}
.formula-desc{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;}
.formula-desc span{font-family:var(--font-mono);font-size:.75rem;color:var(--gray-600);}
.formula-note{font-style:italic;color:var(--gray-600);}

/* COMPRESSION */
.compression-section h3{font-size:1.5rem;font-weight:800;margin-bottom:.5rem;}
.compression-sub{color:var(--gray-600);margin-bottom:2.5rem;}
.pipeline{display:flex;align-items:stretch;margin-bottom:2rem;}
.pipeline-stage{flex:1;background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:2rem 1.5rem;text-align:center;}
.stage-num{width:32px;height:32px;background:var(--navy);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;margin:0 auto 1rem;}
.pipeline-stage h4{font-size:1.1rem;font-weight:800;margin-bottom:.5rem;color:var(--navy);}
.pipeline-stage p{font-size:.85rem;color:var(--gray-600);line-height:1.6;}
.pipeline-connector{width:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;}
.pipeline-connector::after{content:'';width:100%;height:2px;background:var(--terra);}
.compression-result{text-align:center;padding:2rem;background:var(--navy);border-radius:12px;color:var(--white);}
.result-formula{font-family:var(--font-mono);font-size:1.2rem;margin-bottom:.5rem;color:var(--terra-light);}
.result-stat{font-size:1.5rem;font-weight:800;}

/* SHIFTS */
.shifts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;}
.shift-card{padding:2.5rem 2rem;border-left:3px solid var(--terra);background:var(--white);border-radius:0 12px 12px 0;}
.shift-num{font-size:2.5rem;font-weight:900;color:var(--terra);line-height:1;margin-bottom:.5rem;}
.shift-card h3{font-size:1.3rem;font-weight:800;margin-bottom:.8rem;color:var(--navy);}
.shift-card p{color:var(--gray-600);line-height:1.6;}

/* COMPARISON TABLE */
.comparison-table{margin-bottom:3rem;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1);}
.table-header{display:grid;grid-template-columns:1fr 1fr 1fr;background:rgba(255,255,255,.08);}
.th{padding:1.2rem 1.5rem;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;}
.th.accent{color:var(--terra-light);}
.table-row{display:grid;grid-template-columns:1fr 1fr 1fr;border-top:1px solid rgba(255,255,255,.06);}
.td{padding:1rem 1.5rem;font-size:1rem;}
.td.label{font-weight:600;color:rgba(255,255,255,.7);font-size:.9rem;}
.td.old{color:rgba(255,255,255,.5);}
.td.new{color:var(--terra-light);font-weight:700;}
.roi-banner{text-align:center;padding:2.5rem;background:var(--terra);border-radius:12px;margin-bottom:3rem;}
.roi-number{display:block;font-size:3rem;font-weight:900;color:var(--white);letter-spacing:-.03em;}
.roi-text{display:block;font-size:1rem;color:rgba(255,255,255,.85);margin-top:.5rem;}
.market-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;}
.market-card{padding:2rem 1.5rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:12px;text-align:center;}
.market-value{font-size:2rem;font-weight:900;color:var(--terra-light);margin-bottom:.5rem;}
.market-card p{font-size:.85rem;color:rgba(255,255,255,.6);line-height:1.5;}

/* MOAT */
.moat-rings{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;}
.ring{padding:2.5rem 2rem;border-radius:12px;border:1px solid var(--gray-200);}
.ring-outer{border-left:4px solid var(--gray-400);background:var(--gray-100);}
.ring-middle{border-left:4px solid var(--terra);background:var(--white);}
.ring-core{border-left:4px solid var(--navy);background:var(--white);}
.ring-label{font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-weight:700;color:var(--navy);}
.ring p{font-size:.9rem;color:var(--gray-600);line-height:1.6;}
.moat-quote{text-align:center;font-size:1.6rem;font-weight:800;color:var(--navy);padding:2rem;border:2px solid var(--navy);border-radius:12px;margin-top:1rem;}

/* TIMELINE */
.timeline{position:relative;padding:2rem 0;margin-bottom:4rem;}
.timeline-line{position:absolute;left:20px;top:0;bottom:0;width:2px;background:var(--gray-200);}
.timeline-item{position:relative;padding-left:60px;margin-bottom:2.5rem;}
.timeline-item:last-child{margin-bottom:0;}
.timeline-dot{position:absolute;left:12px;top:4px;width:18px;height:18px;border-radius:50%;background:var(--terra);border:3px solid var(--cream);box-shadow:0 0 0 2px var(--terra);}
.timeline-label{font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--terra);font-weight:600;margin-bottom:.3rem;}
.timeline-content h4{font-size:1.2rem;font-weight:800;margin-bottom:.4rem;color:var(--black);}
.timeline-content p{color:var(--gray-600);font-size:.9rem;line-height:1.6;}
.geo-section{padding:3rem;background:var(--white);border:1px solid var(--gray-200);border-radius:16px;}
.geo-text h3{font-size:1.5rem;font-weight:800;margin-bottom:1rem;color:var(--navy);}
.geo-text p{color:var(--gray-600);line-height:1.7;margin-bottom:.8rem;}
.geo-tagline{font-weight:800!important;color:var(--terra)!important;font-size:1.2rem!important;margin-top:1rem!important;}

/* VALIDATION */
.validation-block{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;}
.validation-quote{position:relative;}
.big-quote{font-size:6rem;color:rgba(255,255,255,.15);line-height:1;font-weight:900;position:absolute;top:-1.5rem;left:-.5rem;}
.validation-quote p{font-size:1rem;line-height:1.8;color:rgba(255,255,255,.7);position:relative;z-index:1;}
.response-headline{font-size:1.5rem!important;font-weight:800!important;color:var(--terra-light)!important;margin-bottom:1rem!important;}
.validation-response p{color:rgba(255,255,255,.85);line-height:1.7;font-size:1.1rem;}

/* CTA */
.section-cta{padding:8rem 0;text-align:center;background:var(--black);color:var(--white);}
.cta-title{font-size:clamp(1.6rem,3.5vw,2.5rem);font-weight:900;line-height:1.2;max-width:700px;margin:0 auto 1rem;letter-spacing:-.02em;}
.cta-sub{font-size:1.15rem;color:rgba(255,255,255,.5);margin-bottom:3rem;}
.cta-info{display:flex;flex-direction:column;align-items:center;gap:1.5rem;}
.cta-founder{display:flex;flex-direction:column;align-items:center;gap:.3rem;}
.founder-name{font-size:1.2rem;font-weight:700;}
.founder-org,.founder-loc{font-size:.9rem;color:rgba(255,255,255,.5);}
.cta-info .btn-primary{background:var(--terra);}
.cta-info .btn-primary:hover{background:var(--terra-light);}

/* FOOTER */
.footer{padding:2rem 0;background:var(--black);border-top:1px solid rgba(255,255,255,.06);}
.footer-inner{display:flex;justify-content:space-between;align-items:center;}
.footer-brand{display:flex;align-items:center;gap:.3rem;font-weight:900;font-size:1.1rem;}
.footer-brand .logo-k{color:rgba(255,255,255,.8);}.footer-brand .logo-dash{color:rgba(255,255,255,.3);}.footer-brand .logo-ram{color:var(--terra);}
.footer-project{font-family:var(--font-mono);font-size:.7rem;color:rgba(255,255,255,.3);margin-left:1rem;text-transform:uppercase;letter-spacing:.1em;font-weight:400;}
.footer-note{font-family:var(--font-mono);font-size:.75rem;color:rgba(255,255,255,.3);letter-spacing:.05em;}

/* ANIMATIONS */
body.js-ready .fade-target{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease;}
body.js-ready .fade-target.visible{opacity:1;transform:translateY(0);}

/* RESPONSIVE */
@media(max-width:1024px){
  .problem-grid{grid-template-columns:repeat(2,1fr);}
  .market-grid{grid-template-columns:repeat(2,1fr);}
  .moat-rings,.shifts-grid{grid-template-columns:1fr;}
  .hero{grid-template-columns:1fr;min-height:auto;padding-top:8rem;}
  .hero-visual{order:-1;}
  .vessel-container{width:280px;height:280px;}
  .orbit-1{width:200px;height:200px;}.orbit-2{width:240px;height:240px;}.orbit-3{width:280px;height:280px;}
  .vessel-core{width:100px;height:100px;}.core-label{font-size:.9rem;}
  .pulse-ring{width:100px;height:100px;}
  .tech-vessel,.roofline-section,.validation-block{grid-template-columns:1fr;}
  .scroll-indicator{display:none;}
}
@media(max-width:768px){
  .nav-links{display:none;}.nav-toggle{display:flex;}
  .problem-grid,.market-grid{grid-template-columns:1fr;}
  .paradigm-shift{flex-direction:column;gap:2rem;}
  .paradigm-arrow{transform:rotate(90deg);}
  .hero-stats .stat-divider{display:none;}
  .pipeline{flex-direction:column;}
  .pipeline-connector{width:100%;height:30px;}
  .pipeline-connector::after{width:2px;height:100%;}
  .section{padding:4rem 0;}
  .th,.td{padding:.8rem 1rem;}
  .footer-inner{flex-direction:column;gap:.5rem;text-align:center;}
}
@media(max-width:480px){
  .hero-title{font-size:1.8rem;}.section-title{font-size:1.5rem;}
  .hero-actions{flex-direction:column;}.btn{width:100%;}
}
