/* ROOT */
:root{--red:#e03030;--red-dark:#b01e1e;--navy:#1e2a45;--navy-light:#2d3e5e;--navy-deep:#131c2e;--off-white:#f5f4f0;--muted:#8a94a8;}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;overflow-x:hidden;width:100%;max-width:100vw;}
body{background:var(--navy-deep);color:var(--off-white);font-family:'Barlow',sans-serif;font-weight:300;overflow-x:hidden;width:100%;max-width:100%;}

/* SCROLL BAR */
.scroll-bar{position:fixed;top:0;left:0;height:3px;background:var(--red);z-index:999;width:0%;transition:width .1s linear;}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:.85rem max(5%,calc((100% - 1200px)/2));background:rgba(13,18,30,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(224,48,48,.15);}
.logo-wrap{display:flex;align-items:center;gap:.65rem;text-decoration:none;}
.logo-img{width:42px;height:42px;border-radius:6px;object-fit:cover;border:1.5px solid rgba(224,48,48,.35);}
.logo-text{display:flex;flex-direction:column;}
.logo-name{font-family:'Rajdhani',sans-serif;font-weight:700;font-size:1.2rem;letter-spacing:.06em;color:#fff;line-height:1.1;}
.logo-name span{color:var(--red);}
.logo-tag{font-size:.58rem;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);}
.nav-links{display:flex;gap:2rem;list-style:none;align-items:center;}
.nav-links a{text-decoration:none;color:var(--muted);font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;transition:color .2s;position:relative;}
.nav-links a::after{content:'';position:absolute;left:0;bottom:-3px;width:0;height:1px;background:var(--red);transition:width .3s;}
.nav-links a:hover{color:#fff;}.nav-links a:hover::after{width:100%;}
.nav-cta{background:var(--red)!important;color:#fff!important;padding:.45rem 1.2rem;border-radius:3px;}
.nav-cta::after{display:none!important;}.nav-cta:hover{background:var(--red-dark)!important;}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;}
.hamburger span{display:block;width:22px;height:2px;background:#fff;transition:all .3s;border-radius:1px;}
.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px);}
.hamburger.open span:nth-child(2){opacity:0;}
.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);}
.mobile-nav{display:none;position:fixed;top:62px;left:0;right:0;background:rgba(10,14,22,.98);border-bottom:1px solid rgba(224,48,48,.2);z-index:190;padding:1rem 0;flex-direction:column;}
.mobile-nav.open{display:flex;}
.mobile-nav a{display:block;padding:.85rem max(5%,calc((100% - 1200px)/2));color:var(--muted);text-decoration:none;font-size:.9rem;letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.04);transition:color .2s;}
.mobile-nav a:hover{color:var(--red);}
.mobile-nav .m-cta{background:var(--red);color:#fff!important;margin:.75rem max(5%,calc((100% - 1200px)/2));border-radius:3px;text-align:center;border-bottom:none;}

/* TAGLINE BAR */
.tagline-bar{text-align:center;padding:.6rem max(5%,calc((100% - 1200px)/2));background:rgba(224,48,48,.06);border-top:1px solid rgba(224,48,48,.12);border-bottom:1px solid rgba(224,48,48,.12);}
.tagline-bar span{font-family:'Rajdhani',sans-serif;font-weight:600;font-size:.8rem;letter-spacing:.35em;text-transform:uppercase;color:rgba(224,48,48,.8);}

/* HERO */
#hero{min-height:100vh;display:flex;align-items:center;padding:7rem max(5%,calc((100% - 1200px)/2)) 4rem;position:relative;overflow:hidden;}
.hero-bg-grid{position:absolute;inset:0;z-index:0;opacity:.05;background-image:linear-gradient(rgba(224,48,48,.6) 1px,transparent 1px),linear-gradient(90deg,rgba(224,48,48,.6) 1px,transparent 1px);background-size:56px 56px;}
.hero-glow{position:absolute;right:-10%;top:50%;transform:translateY(-50%);width:60vw;height:60vw;border-radius:50%;background:radial-gradient(circle,rgba(224,48,48,.07) 0%,transparent 70%);z-index:0;}
.hero-content{position:relative;z-index:1;max-width:660px;width:100%;}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(224,48,48,.1);border:1px solid rgba(224,48,48,.3);padding:.35rem 1rem;border-radius:2px;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--red);margin-bottom:1.5rem;}
.badge-dot{width:6px;height:6px;border-radius:50%;background:var(--red);animation:blink 2s infinite;}
@keyframes blink{0%,100%{opacity:1;}50%{opacity:.2;}}
.hero-h1{font-family:'Rajdhani',sans-serif;font-weight:700;font-size:clamp(2.6rem,6vw,5rem);line-height:.95;letter-spacing:-.01em;margin-bottom:1.25rem;}
.hero-h1 em{color:var(--red);font-style:normal;}
.hero-h1 small{color:rgba(255,255,255,.4);font-weight:400;font-size:.6em;display:block;margin-top:.3rem;}
.hero-tagline{font-family:'Rajdhani',sans-serif;font-weight:600;font-size:1rem;letter-spacing:.3em;text-transform:uppercase;color:var(--red);margin-bottom:1rem;display:flex;align-items:center;gap:.75rem;}
.hero-tagline::before,.hero-tagline::after{content:'';flex:0 0 30px;height:1px;background:var(--red);opacity:.5;}
.hero-sub{font-size:1rem;line-height:1.75;color:rgba(255,255,255,.6);max-width:490px;margin-bottom:2.5rem;}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem;}
.btn-primary{background:var(--red);color:#fff;padding:.85rem 2rem;border-radius:3px;text-decoration:none;font-family:'Rajdhani',sans-serif;font-size:.95rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;transition:all .25s;border:none;cursor:pointer;display:inline-block;}
.btn-primary:hover{background:var(--red-dark);transform:translateY(-2px);}
.btn-outline{background:transparent;color:#fff;padding:.85rem 2rem;border-radius:3px;text-decoration:none;font-family:'Rajdhani',sans-serif;font-size:.95rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;border:1px solid rgba(255,255,255,.25);transition:all .25s;cursor:pointer;display:inline-block;}
.btn-outline:hover{border-color:#fff;transform:translateY(-2px);}
.hero-stats{display:flex;border-top:1px solid rgba(255,255,255,.08);padding-top:2.5rem;flex-wrap:wrap;}
.stat{padding:0;}
.stat-num{font-family:'Rajdhani',sans-serif;font-weight:700;font-size:4rem;color:#fff;line-height:1;margin-bottom:.5rem;}
.stat-num span{color:var(--red);}
.stat-label{font-size:1rem;letter-spacing:.3em;text-transform:uppercase;color:var(--red);margin-top:3px;font-weight:600;}

/* SECTIONS */
section{padding:5.5rem max(5%,calc((100% - 1200px)/2));}
.sec-tag{font-size:.68rem;letter-spacing:.25em;text-transform:uppercase;color:var(--red);margin-bottom:.75rem;display:flex;align-items:center;gap:.6rem;}
.sec-tag::before{content:'';display:block;width:22px;height:1px;background:var(--red);}
.sec-h2{font-family:'Rajdhani',sans-serif;font-weight:700;font-size:clamp(1.9rem,4vw,3rem);line-height:1.05;margin-bottom:1rem;}
.sec-sub{color:var(--muted);max-width:520px;line-height:1.75;margin-bottom:2.5rem;font-size:.95rem;}
.fade-up{opacity:0;transform:translateY(28px);transition:all .6s ease;}
.fade-up.visible{opacity:1;transform:none;}

/* SERVICES */
#services{background:var(--navy-deep);}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.06);}
.svc-card{background:var(--navy-deep);padding:2.2rem 1.8rem;position:relative;overflow:hidden;transition:background .3s;}
.svc-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .35s;}
.svc-card:hover, .svc-card.scroll-active{background:var(--navy);}.svc-card:hover::after, .svc-card.scroll-active::after{transform:scaleX(1);}
.svc-icon{width:44px;height:44px;margin-bottom:1.25rem;color:var(--red);}
.svc-title{font-family:'Rajdhani',sans-serif;font-weight:700;font-size:1.2rem;margin-bottom:.6rem;}
.svc-desc{font-size:.88rem;color:var(--muted);line-height:1.7;}

/* CLIENTS */
#clients{background:var(--navy-deep);padding-top:2rem;padding-bottom:1rem;}
.clients-swiper-wrapper { width: 100%; padding: 3rem 0; overflow: hidden; position: relative; transform: translateZ(0); clip-path: inset(0); }
.clients-swiper { width: 100%; max-width: 960px; margin: 0 auto; overflow: visible; }
.client-slide { transition: all 0.5s ease; opacity: 0; visibility: hidden; filter: blur(5px); transform: scale(0.82); display: flex; justify-content: center; pointer-events: none; }
.client-slide.swiper-slide-prev, .client-slide.swiper-slide-next { opacity: 0.35; visibility: visible; }
.client-slide.swiper-slide-active { opacity: 1; visibility: visible; filter: blur(0); transform: scale(1.08); z-index: 10; pointer-events: auto; }
.client-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:var(--navy);border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:1.8rem 1.6rem;width:100%;max-width:300px;text-align:center;text-decoration:none;transition:all .3s;}
.client-card:hover, .client-card.scroll-active{background:rgba(30,42,69,.9);border-color:rgba(224,48,48,.4);box-shadow:0 8px 24px rgba(0,0,0,.3);}
.client-logo-box{height:60px;width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;}
.client-logo-box img{max-height:100%;max-width:100%;object-fit:contain;filter:grayscale(100%) opacity(0.7);transition:all .3s;}
.client-card:hover .client-logo-box img, .client-card.scroll-active .client-logo-box img{filter:grayscale(0%) opacity(1);}
.client-name{font-family:'Rajdhani',sans-serif;font-weight:700;font-size:1.15rem;color:#fff;margin-bottom:.4rem;}
.client-desc{font-size:.84rem;color:var(--muted);line-height:1.6;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;}

/* PORTFOLIO */
#portfolio{background:var(--navy);}
.ptabs{display:flex;border:1px solid rgba(255,255,255,.1);border-radius:3px;width:fit-content;overflow:hidden;margin-bottom:2.5rem;}
.ptab{padding:.6rem 1.4rem;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;background:transparent;border:none;cursor:pointer;color:var(--muted);transition:all .2s;}
.ptab.active,.ptab:hover{background:var(--red);color:#fff;}
.video-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:1.25rem;margin-bottom:2.5rem;}
.vmain{border-radius:4px;overflow:hidden;background:var(--navy-deep);border:1px solid rgba(255,255,255,.06);}
.vmain-thumb{width:100%;aspect-ratio:16/9;background:linear-gradient(135deg,#1e2a45,#0d1220);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;cursor:pointer;}
.vmain-thumb:hover .play-btn, .vmain-thumb.scroll-active .play-btn{transform:scale(1.1);}
.play-btn{width:54px;height:54px;border-radius:50%;background:rgba(224,48,48,.9);display:flex;align-items:center;justify-content:center;transition:transform .2s;z-index:1;flex-shrink:0;}
.play-btn svg{width:18px;height:18px;fill:#fff;margin-left:3px;}
.voverlay{position:absolute;bottom:14px;left:14px;right:14px;}
.voverlay-title{font-family:'Rajdhani',sans-serif;font-weight:700;font-size:1.3rem;}
.voverlay-sub{font-size:.78rem;color:rgba(255,255,255,.6);margin-top:2px;}
.featured-badge{position:absolute;top:12px;right:12px;background:rgba(224,48,48,.85);color:#fff;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;padding:.25rem .6rem;border-radius:2px;}
.vlist{display:flex;flex-direction:column;gap:.75rem;}
.vitem{display:flex;gap:.75rem;align-items:center;background:var(--navy-deep);border-radius:4px;border:1px solid rgba(255,255,255,.06);overflow:hidden;cursor:pointer;transition:border-color .2s;}
.vitem:hover, .vitem.scroll-active{border-color:rgba(224,48,48,.4);}
.vthumb{width:88px;height:64px;min-width:88px;background:var(--navy-light);display:flex;align-items:center;justify-content:center;}
.vthumb-sm{width:26px;height:26px;border-radius:50%;background:rgba(224,48,48,.85);display:flex;align-items:center;justify-content:center;}
.vthumb-sm svg{width:10px;height:10px;fill:#fff;margin-left:2px;}
.vmeta{padding:.5rem;}
.vmeta h4{font-family:'Rajdhani',sans-serif;font-weight:600;font-size:.9rem;margin-bottom:2px;}
.vmeta p{font-size:.72rem;color:var(--muted);}
.audio-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;}
.aplayer{background:var(--navy-deep);border:1px solid rgba(255,255,255,.07);border-radius:4px;padding:1.1rem 1.25rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:border-color .2s;margin-bottom:.75rem;}
.aplayer:hover, .aplayer.scroll-active{border-color:rgba(224,48,48,.4);}
.aplay-btn{width:38px;height:38px;min-width:38px;border-radius:50%;background:var(--red);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.aplay-btn svg{width:13px;height:13px;fill:#fff;margin-left:2px;}
.ameta{flex:1;min-width:0;}
.atitle{font-family:'Rajdhani',sans-serif;font-weight:600;font-size:.92rem;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.asub{font-size:.72rem;color:var(--muted);}
.aprog{flex:1.5;}
.abar-bg{height:3px;background:rgba(255,255,255,.1);border-radius:2px;}
.abar-fill{height:100%;background:var(--red);border-radius:2px;width:0%;transition:width .15s;}
.atime{font-size:.68rem;color:var(--muted);margin-top:4px;display:flex;justify-content:space-between;}
.atag{font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--red);background:rgba(224,48,48,.1);padding:.18rem .5rem;border-radius:2px;white-space:nowrap;}
.port-note{font-size:.75rem;color:var(--muted);margin-top:1rem;text-align:center;}

/* ABOUT */
#about{background:var(--navy-deep);}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;}
.about-visual{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;}
.logo-ring-wrap{position:relative;width:280px;height:280px;display:flex;align-items:center;justify-content:center;}
.ring-circle{position:absolute;border-radius:50%;border:1px dashed rgba(224,48,48,.2);}
.ring-circle.r1{width:320px;height:320px;animation:spin 22s linear infinite;}
.ring-circle.r2{width:370px;height:370px;animation:spin 32s linear infinite reverse;}
.ring-dot{width:8px;height:8px;border-radius:50%;background:var(--red);position:absolute;top:-4px;left:50%;transform:translateX(-50%);}
@keyframes spin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}
.logo-display{width:240px;height:240px;border-radius:50%;background:rgba(30,42,69,.6);border:1px solid rgba(224,48,48,.2);display:flex;align-items:center;justify-content:center;overflow:hidden;}
.logo-display img{width:180px;height:180px;object-fit:contain;border-radius:4px;}
.about-tagline{font-family:'Rajdhani',sans-serif;font-weight:600;font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;color:var(--red);margin-top:1.25rem;}
.feat-list{display:flex;flex-direction:column;gap:1.2rem;margin-top:2rem;}
.feat-item{display:flex;gap:.9rem;align-items:flex-start;}
.feat-icon{width:34px;height:34px;min-width:34px;border-radius:50%;background:rgba(224,48,48,.1);border:1px solid rgba(224,48,48,.25);display:flex;align-items:center;justify-content:center;}
.feat-icon svg{width:15px;height:15px;color:var(--red);}
.feat-title{font-family:'Rajdhani',sans-serif;font-weight:600;font-size:.95rem;margin-bottom:3px;}
.feat-txt{font-size:.84rem;color:var(--muted);line-height:1.65;}

/* PROCESS */
#process{background:var(--navy);}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:3rem;}
.proc-step{padding:1.8rem 1.5rem;border-right:1px solid rgba(255,255,255,.07);transition:background .3s;}
.proc-step:last-child{border-right:none;}
.proc-step:hover, .proc-step.scroll-active{background:rgba(30,42,69,.5);}
.proc-step:hover .proc-num, .proc-step.scroll-active .proc-num{color:rgba(224,48,48,.8);}
.proc-num{font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:3.2rem;color:rgba(224,48,48,.15);line-height:1;margin-bottom:1rem;transition:color .3s;}
.proc-title{font-family:'Rajdhani',sans-serif;font-weight:700;font-size:1.1rem;margin-bottom:.5rem;}
.proc-desc{font-size:.84rem;color:var(--muted);line-height:1.7;}

/* CONTACT */
#contact{background:var(--navy-deep);}
.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start;}
.cinfo{display:flex;flex-direction:column;gap:1.75rem;}
.citem{display:flex;gap:.9rem;align-items:flex-start;}
.cicon{width:40px;height:40px;min-width:40px;border-radius:4px;background:rgba(224,48,48,.1);border:1px solid rgba(224,48,48,.25);display:flex;align-items:center;justify-content:center;}
.cicon svg{width:17px;height:17px;color:var(--red);}
.clabel{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:3px;}
.cval{font-size:.95rem;color:#fff;}
.social-row{display:flex;gap:.6rem;margin-top:.5rem;}
.soc-btn{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px rgba(0,0,0,.2);}
.soc-btn:hover{background:var(--red);border-color:var(--red);transform:translateY(-2px);box-shadow:0 6px 16px rgba(224,48,48,.3);}
.soc-btn svg{width:20px;height:20px;fill:none;stroke:var(--off-white);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;transition:stroke .2s;}
.soc-btn:hover svg{stroke:#fff;}
.cform{display:flex;flex-direction:column;gap:1rem;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}
.ff{display:flex;flex-direction:column;gap:.35rem;}
.ff label{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);}
.ff input,.ff textarea,.ff select{background:rgba(30,42,69,.7);border:1px solid rgba(255,255,255,.1);border-radius:3px;padding:.7rem .9rem;color:#fff;font-family:'Barlow',sans-serif;font-size:.9rem;transition:border-color .2s;outline:none;width:100%;}
.ff input:focus,.ff textarea:focus,.ff select:focus{border-color:rgba(224,48,48,.5);}
.ff textarea{resize:vertical;min-height:115px;}
.ff select option{background:var(--navy);}
.success-msg{display:none;text-align:center;color:#4ade80;font-size:.88rem;margin-top:.5rem;}

/* FOOTER */
footer{background:rgba(8,11,18,.98);padding:3rem max(5%,calc((100% - 1200px)/2)) 1.75rem;border-top:1px solid rgba(255,255,255,.06);}
.footer-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;flex-wrap:wrap;gap:2rem;}
.footer-brand{display:flex;align-items:center;gap:.65rem;}
.footer-logo-img{width:48px;height:48px;border-radius:6px;object-fit:cover;border:1.5px solid rgba(224,48,48,.35);}
.footer-brand-text{display:flex;flex-direction:column;}
.footer-name{font-family:'Rajdhani',sans-serif;font-weight:700;font-size:1.15rem;color:#fff;}
.footer-name span{color:var(--red);}
.footer-tagline{font-size:.65rem;color:var(--muted);letter-spacing:.15em;text-transform:uppercase;margin-top:3px;}
.footer-tagline em{color:rgba(224,48,48,.7);font-style:normal;}
.footer-links{display:flex;gap:3.5rem;flex-wrap:wrap;}
.fcol h4{font-family:'Rajdhani',sans-serif;font-weight:600;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;color:#fff;}
.fcol ul{list-style:none;display:flex;flex-direction:column;gap:.45rem;}
.fcol a{text-decoration:none;color:var(--muted);font-size:.83rem;transition:color .2s;}
.fcol a:hover{color:var(--red);}
.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;}
.footer-copy{font-size:.75rem;color:var(--muted);}
.footer-copy em{color:rgba(224,48,48,.6);font-style:normal;letter-spacing:.1em;}

/* MODAL */
.modal-bg{display:none;position:fixed;inset:0;background:rgba(0,0,0,.88);z-index:300;align-items:center;justify-content:center;padding:1rem;}
.modal-box{background:var(--navy);border:1px solid rgba(224,48,48,.3);border-radius:6px;max-width:680px;width:100%;padding:1.75rem;position:relative;}
.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;line-height:1;}
.modal-title{font-family:'Rajdhani',sans-serif;font-weight:700;font-size:1.4rem;margin-bottom:.4rem;}
.modal-sub{font-size:.82rem;color:var(--muted);margin-bottom:1.25rem;}
.modal-preview{background:var(--navy-deep);aspect-ratio:16/9;border-radius:4px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.modal-footer{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.25rem;flex-wrap:wrap;}

/* CHATBOT */
#chatWidget{position:fixed;bottom:24px;right:24px;z-index:1000;font-family:'Barlow',sans-serif;}
#chatToggle{width:60px;height:60px;border-radius:50%;background:var(--red);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px rgba(224,48,48,.5);transition:transform .2s,background .2s;position:relative;}
#chatToggle:hover{transform:scale(1.08);background:var(--red-dark);}
.ico-chat,.ico-close{position:absolute;transition:opacity .2s,transform .2s;}
.ico-close{opacity:0;transform:rotate(-90deg);}
#chatToggle.open .ico-chat{opacity:0;transform:rotate(90deg);}
#chatToggle.open .ico-close{opacity:1;transform:rotate(0deg);}
.ico-chat svg,.ico-close svg{width:26px;height:26px;fill:#fff;}
.chat-badge{position:absolute;top:-2px;right:-2px;width:20px;height:20px;border-radius:50%;background:#fff;color:var(--red);font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid var(--red);animation:blink 2s infinite;}
#chatBox{position:absolute;bottom:76px;right:0;width:360px;height:540px;background:var(--navy-deep);border:1px solid rgba(224,48,48,.25);border-radius:16px;display:flex;flex-direction:column;overflow:hidden;transform:scale(.88) translateY(12px);transform-origin:bottom right;opacity:0;pointer-events:none;transition:all .28s cubic-bezier(.34,1.56,.64,1);box-shadow:0 12px 48px rgba(0,0,0,.55);}
#chatBox.open{transform:scale(1) translateY(0);opacity:1;pointer-events:all;}
.chat-hdr{background:linear-gradient(135deg,#1e2a45 0%,#131c2e 100%);padding:1rem 1.1rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid rgba(224,48,48,.18);flex-shrink:0;}
.chat-av{width:40px;height:40px;border-radius:50%;overflow:hidden;border:2px solid rgba(224,48,48,.45);flex-shrink:0;}
.chat-av img{width:100%;height:100%;object-fit:cover;}
.chat-hi{flex:1;}
.chat-hn{font-family:'Rajdhani',sans-serif;font-weight:700;font-size:1rem;color:#fff;line-height:1.1;}
.chat-hs{font-size:.7rem;color:#4ade80;display:flex;align-items:center;gap:5px;margin-top:2px;}
.sdot{width:6px;height:6px;border-radius:50%;background:#4ade80;animation:blink 2.5s infinite;}
.chat-rst{background:none;border:none;color:var(--muted);cursor:pointer;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .6rem;border-radius:3px;transition:color .2s;}
.chat-rst:hover{color:var(--red);}
#chatMsgs{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.7rem;min-height:0;scroll-behavior:smooth;}
#chatMsgs::-webkit-scrollbar{width:3px;}
#chatMsgs::-webkit-scrollbar-thumb{background:rgba(224,48,48,.3);border-radius:2px;}
.cmsg{max-width:88%;animation:msgIn .22s ease;}
@keyframes msgIn{from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:none;}}
.cmsg-bot{align-self:flex-start;}.cmsg-usr{align-self:flex-end;}
.cbub{padding:.65rem .95rem;border-radius:14px;font-size:.84rem;line-height:1.65;}
.cmsg-bot .cbub{background:rgba(30,42,69,.95);border:1px solid rgba(255,255,255,.08);color:var(--off-white);border-bottom-left-radius:3px;}
.cmsg-usr .cbub{background:var(--red);color:#fff;border-bottom-right-radius:3px;}
.ctm{font-size:.61rem;color:var(--muted);margin-top:3px;padding:0 3px;}
.cmsg-bot .ctm{text-align:left;}.cmsg-usr .ctm{text-align:right;}
.qr-wrap{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.35rem;align-self:flex-start;max-width:95%;}
.qr-btn{background:transparent;border:1px solid rgba(224,48,48,.4);color:var(--red);border-radius:20px;padding:.32rem .75rem;font-size:.76rem;cursor:pointer;transition:all .18s;font-family:'Barlow',sans-serif;white-space:nowrap;}
.qr-btn:hover{background:var(--red);color:#fff;border-color:var(--red);}
.typing-wrap{align-self:flex-start;}
.tdots{display:flex;gap:4px;padding:.7rem 1rem;background:rgba(30,42,69,.95);border:1px solid rgba(255,255,255,.08);border-radius:14px;border-bottom-left-radius:3px;width:fit-content;}
.tdots span{width:7px;height:7px;border-radius:50%;background:var(--muted);animation:td 1.2s infinite;}
.tdots span:nth-child(2){animation-delay:.2s;}.tdots span:nth-child(3){animation-delay:.4s;}
@keyframes td{0%,80%,100%{transform:scale(.6);opacity:.4;}40%{transform:scale(1);opacity:1;}}
.chat-inrow{padding:.75rem;border-top:1px solid rgba(255,255,255,.07);display:flex;gap:.5rem;background:rgba(10,14,22,.65);flex-shrink:0;align-items:center;}
#chatIn{flex:1;background:rgba(30,42,69,.8);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:.55rem .85rem;color:#fff;font-family:'Barlow',sans-serif;font-size:.85rem;outline:none;transition:border-color .2s;resize:none;max-height:80px;overflow-y:auto;}
#chatIn:focus{border-color:rgba(224,48,48,.5);}
#chatIn::placeholder{color:var(--muted);}
#chatSend{width:38px;height:38px;min-width:38px;border-radius:10px;background:var(--red);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .1s;}
#chatSend:hover{background:var(--red-dark);}
#chatSend:active{transform:scale(.93);}
#chatSend svg{width:16px;height:16px;fill:#fff;}
/* CHAT POPUP */
.chat-popup{position:absolute;bottom:75px;right:0;background:#fff;color:var(--navy-deep);padding:.65rem .95rem;border-radius:12px;font-size:.85rem;font-weight:600;white-space:nowrap;box-shadow:0 8px 24px rgba(224,48,48,.3);opacity:0;transform:translateY(10px) scale(.9);transform-origin:bottom right;pointer-events:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);z-index:900;}
.chat-popup::after{content:'';position:absolute;bottom:-6px;right:26px;width:12px;height:12px;background:#fff;transform:rotate(45deg);}
.chat-popup.show{opacity:1;transform:translateY(0) scale(1);animation:pulse-popup 3s infinite;}
@keyframes pulse-popup{0%,100%{transform:scale(1);}50%{transform:scale(1.02);}}

#chatSend:disabled{background:rgba(224,48,48,.3);cursor:not-allowed;}

/* RADIO */
#radio{background:var(--navy);}
.radio-wrap{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center;}
.radio-player-box{background:linear-gradient(135deg,rgba(224,48,48,.08) 0%,rgba(19,28,46,.9) 100%);border:1px solid rgba(224,48,48,.25);border-radius:12px;padding:2.2rem;position:relative;overflow:hidden;}
.radio-player-box::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(224,48,48,.04),transparent);pointer-events:none;}
.radio-live-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(224,48,48,.15);border:1px solid rgba(224,48,48,.4);padding:.3rem .85rem;border-radius:20px;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--red);margin-bottom:1.25rem;}
.radio-live-dot{width:8px;height:8px;border-radius:50%;background:var(--red);animation:blink 1.5s infinite;}
.radio-album-row{display:flex;gap:1.25rem;align-items:center;margin-bottom:1.5rem;}
.radio-album-art{width:80px;height:80px;min-width:80px;border-radius:8px;background:var(--navy-deep);border:1px solid rgba(224,48,48,.2);overflow:hidden;position:relative;}
.radio-album-art img{width:100%;height:100%;object-fit:cover;transition:opacity .4s;}
.radio-album-spin{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(13,18,30,.7);}
.radio-album-spin svg{width:28px;height:28px;color:var(--red);animation:spin 3s linear infinite;}
.radio-track-info{flex:1;min-width:0;overflow:hidden;}
.radio-now-label{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:.3rem;}
.radio-track-title{font-family:'Rajdhani',sans-serif;font-weight:700;font-size:1.15rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.15rem;}
.radio-track-artist{font-size:.8rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.radio-controls{display:flex;align-items:center;gap:1rem;}
.radio-play-btn{width:56px;height:56px;min-width:56px;border-radius:50%;background:var(--red);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;box-shadow:0 4px 20px rgba(224,48,48,.4);}
.radio-play-btn:hover{background:var(--red-dark);transform:scale(1.06);}
.radio-play-btn svg{width:22px;height:22px;fill:#fff;margin-left:3px;}
.radio-play-btn.playing svg{margin-left:0;}
.radio-vol-wrap{flex:1;display:flex;align-items:center;gap:.65rem;}
.radio-vol-icon{color:var(--muted);flex-shrink:0;}
.radio-vol-icon svg{width:18px;height:18px;fill:var(--muted);}
.radio-vol-slider{-webkit-appearance:none;appearance:none;flex:1;max-width:160px;height:4px;border-radius:2px;background:rgba(255,255,255,.12);outline:none;cursor:pointer;}
.radio-vol-slider::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:var(--red);cursor:pointer;}
.radio-vol-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--red);border:none;cursor:pointer;}
.radio-share-btn{background:none;border:none;color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s;margin-left:auto;padding:.5rem;}
.radio-share-btn:hover{color:#fff;}
.radio-share-btn svg{width:18px;height:18px;fill:currentColor;}
.radio-listeners{font-size:.72rem;color:var(--muted);margin-top:1rem;display:flex;align-items:center;gap:.4rem;}
.radio-listeners span{color:var(--red);font-weight:600;}
.radio-info h3{font-family:'Rajdhani',sans-serif;font-weight:700;font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:.75rem;}
.radio-info h3 em{color:var(--red);font-style:normal;}
.radio-info p{color:var(--muted);font-size:.92rem;line-height:1.75;margin-bottom:1.5rem;}
.radio-history{margin-top:1.5rem;}
.radio-history-title{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem;}
.radio-history-title::before{content:'';display:block;width:18px;height:1px;background:var(--muted);}
.radio-history-list{display:flex;flex-direction:column;gap:.45rem;}
.radio-hist-item{display:flex;align-items:center;gap:.65rem;padding:.45rem .65rem;background:rgba(255,255,255,.03);border-radius:4px;border:1px solid rgba(255,255,255,.05);max-width:100%;overflow:hidden;}
.radio-hist-idx{font-size:.65rem;color:var(--muted);width:16px;text-align:center;flex-shrink:0;}
.radio-hist-text{flex:1;min-width:0;overflow:hidden;}
.radio-hist-track{font-family:'Rajdhani',sans-serif;font-size:.88rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.radio-hist-artist{font-size:.72rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.radio-hist-time{font-size:.65rem;color:var(--muted);flex-shrink:0;}
@media(max-width:820px){.radio-wrap{grid-template-columns:1fr;gap:2.5rem;}}

/* RESPONSIVE */
@media(max-width:1100px){.services-grid{grid-template-columns:repeat(3,1fr);}.video-grid{grid-template-columns:1fr;}.about-grid{grid-template-columns:1fr;gap:3rem;}.about-visual{order:-1;}.contact-grid{grid-template-columns:1fr;}.radio-wrap{grid-template-columns:1fr;gap:3rem;}}
@media(max-width:820px){.nav-links{display:none;}.hamburger{display:flex;}.process-grid{grid-template-columns:repeat(2,1fr);}.proc-step{border-right:none;border-bottom:1px solid rgba(255,255,255,.07);}.proc-step:nth-child(odd){border-right:1px solid rgba(255,255,255,.07);}.proc-step:nth-last-child(-n+2){border-bottom:none;}.audio-grid{grid-template-columns:1fr;}section{padding:4.5rem max(4%,calc((100% - 1200px)/2));}.video-grid{grid-template-columns:1fr;}#hero{padding:6rem max(4%,calc((100% - 1200px)/2)) 3.5rem;}}
@media(max-width:580px){nav{padding:.75rem 4%;}.logo-name{font-size:1rem;}.logo-img{width:36px;height:36px;}.hero-h1{font-size:clamp(2.1rem,9vw,3rem);}.hero-btns{flex-direction:column;}.btn-primary,.btn-outline{text-align:center;}.hero-stats{gap:1.5rem 2rem;}.stat{padding-right:0;}.services-grid{grid-template-columns:1fr;}.process-grid{grid-template-columns:1fr;}.proc-step{border-right:none;border-bottom:1px solid rgba(255,255,255,.07);}.proc-step:last-child{border-bottom:none;}.form-row{grid-template-columns:1fr;}.footer-top{flex-direction:column;}.footer-links{flex-direction:column;gap:1.5rem;}.footer-bottom{flex-direction:column;text-align:center;}.logo-ring-wrap{width:220px;height:220px;}.ring-circle.r1{width:260px;height:260px;}.ring-circle.r2{width:300px;height:300px;}.logo-display{width:190px;height:190px;}.logo-display img{width:140px;height:140px;}section{padding:4rem 4%;}.ptabs{flex-wrap:wrap;}#chatBox{width:calc(100vw - 32px);right:-4px;height:480px;}#chatWidget{bottom:16px;right:16px;}.radio-wrap{gap:1.5rem;width:100%;overflow:hidden;}.radio-player-box{padding:1.4rem;max-width:100%;box-sizing:border-box;}.radio-track-info{width:100%;min-width:0;overflow:hidden;}.radio-album-row{flex-direction:column;text-align:center;max-width:100%;overflow:hidden;}.radio-controls{flex-wrap:wrap;justify-content:center;gap:1rem;width:100%;}.radio-vol-wrap{min-width:120px;margin-top:.25rem;}.radio-info{max-width:100%;overflow:hidden;}.radio-history-list{max-width:100%;overflow:hidden;}.radio-hist-item{max-width:100%;overflow:hidden;}.aplayer{flex-wrap:wrap;}.ameta{flex:1 1 100%;}.proc-num{color:rgba(224,48,48,.4);}}
@media(max-width:380px){.hero-h1{font-size:2rem;}.logo-tag{display:none;}}
::-webkit-scrollbar{width:4px;}::-webkit-scrollbar-track{background:var(--navy-deep);}::-webkit-scrollbar-thumb{background:var(--red-dark);border-radius:2px;}
