:root{
  --navy:#031126;--deep:#061a38;--deep2:#020a17;--card:rgba(7,28,62,.70);--card2:rgba(8,38,82,.55);
  --line:rgba(86,194,255,.16);--line2:rgba(255,255,255,.10);--cyan:#37c9ff;--blue:#1478ff;--gold:#ffb237;
  --white:#f8fbff;--muted:#b9c8da;--soft:#dcecff;--shadow:0 24px 75px rgba(0,0,0,.36);--radius:24px;--container:1160px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Cairo","Tajawal","Segoe UI",Arial,sans-serif;background:var(--navy);color:var(--white);direction:rtl;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,textarea,select{font-family:inherit}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.page{position:relative;min-height:100vh}.site-bg{position:fixed;inset:0;z-index:-5;background:linear-gradient(180deg,#041328 0%,#061b38 45%,#020913 100%)}.site-bg:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 15%,rgba(55,201,255,.16),transparent 32%),radial-gradient(circle at 86% 28%,rgba(255,178,55,.10),transparent 30%),radial-gradient(circle at 55% 92%,rgba(20,120,255,.16),transparent 38%)}.site-bg: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:72px 72px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),rgba(0,0,0,.12))}.code-stream{position:fixed;inset:0;pointer-events:none;z-index:-4;overflow:hidden;opacity:.45}.code-line{position:absolute;white-space:nowrap;color:#7adfff;font:800 12px/1.2 ui-monospace,monospace;opacity:.16;text-shadow:0 0 15px rgba(55,201,255,.42);animation:flow 34s linear infinite}.code-line:nth-child(even){animation-duration:42s;opacity:.10}.float-code-icon{position:absolute;width:36px;height:36px;border-radius:13px;background:linear-gradient(145deg,rgba(34,145,255,.34),rgba(4,28,60,.42));border:1px solid rgba(105,211,255,.18);display:grid;place-items:center;color:#dff7ff;opacity:.24;animation:drift 13s ease-in-out infinite}.float-code-icon svg{width:18px;height:18px;fill:currentColor}.nav{position:sticky;top:0;z-index:80;background:rgba(3,14,31,.72);backdrop-filter:blur(22px);border-bottom:1px solid rgba(105,211,255,.13)}.nav-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;min-width:190px}.brand img{width:118px;height:auto}.brand small{display:block;color:#a8dfff;font-size:11px;font-weight:900;margin-top:2px}.nav-links{display:flex;align-items:center;gap:20px;font-size:14px;font-weight:900;color:#c9d8e9}.nav-links a{position:relative;padding:10px 1px;opacity:.86}.nav-links a:after{content:"";position:absolute;right:0;bottom:2px;width:0;height:2px;border-radius:3px;background:linear-gradient(90deg,var(--gold),var(--cyan));transition:.25s}.nav-links a:hover,.nav-links a.active{opacity:1;color:#fff}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-cta{display:flex;align-items:center;gap:10px}.menu-btn{display:none;width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff;font-size:20px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:12px 20px;font-size:15px;font-weight:950;background:rgba(255,255,255,.06);transition:.25s;cursor:pointer}.btn:hover{transform:translateY(-2px);border-color:rgba(70,210,255,.48);box-shadow:0 18px 35px rgba(0,140,255,.16)}.btn.primary{background:linear-gradient(135deg,#0d72ff,#28c9ff);box-shadow:0 18px 40px rgba(0,123,255,.25)}.btn.gold{background:linear-gradient(135deg,#ffb237,#f28a16);color:#061326}.btn.slim{padding:9px 15px;font-size:13px}.scroll-hero{position:relative;height:230vh;background:#020913}.hero-sticky{position:sticky;top:0;height:100vh;overflow:hidden;display:grid;align-items:center}.hero-stage{position:absolute;inset:0;overflow:hidden}.hero-layer{position:absolute;inset:-6%;background-size:cover;background-position:center;transform:scale(1);will-change:transform,opacity;transition:opacity .18s linear}.hero-layer.entry{background-image:url('hero-entry.webp');opacity:1}.hero-layer.gate{background-image:url('hero-gate.webp');opacity:0}.hero-layer.inside{background-image:url('hero-inside.webp');opacity:0}.hero-vignette{position:absolute;inset:0;background:radial-gradient(circle at 50% 44%,rgba(3,17,38,.18) 0%,rgba(3,17,38,.36) 38%,rgba(2,9,19,.78) 100%),linear-gradient(180deg,rgba(2,9,19,.44) 0%,rgba(2,9,19,.20) 42%,rgba(2,9,19,.82) 100%)}.hero-river{position:absolute;inset:0;opacity:.48;mix-blend-mode:screen;pointer-events:none}.hero-river span{position:absolute;display:block;height:1px;width:42vw;background:linear-gradient(90deg,transparent,rgba(55,201,255,.60),transparent);transform:rotate(-12deg);animation:riverMove 8s linear infinite}.hero-river span:nth-child(1){top:24%;right:5%;animation-delay:-1s}.hero-river span:nth-child(2){top:45%;right:22%;animation-delay:-4s}.hero-river span:nth-child(3){top:66%;right:10%;animation-delay:-7s}.hero-content{position:relative;z-index:5;display:flex;justify-content:center;align-items:center;text-align:center}.hero-copy{max-width:760px;margin-inline:auto;padding:30px 34px 32px;border-radius:34px;background:linear-gradient(180deg,rgba(2,12,27,.38),rgba(2,12,27,.16));border:1px solid rgba(255,255,255,.10);box-shadow:0 34px 100px rgba(0,0,0,.22);backdrop-filter:blur(3px)}.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(88,210,255,.24);background:rgba(14,100,180,.20);border-radius:999px;padding:8px 14px;color:#83eaff;font-size:12px;font-weight:950;margin-bottom:18px}.eyebrow:before{content:"";width:7px;height:7px;background:var(--gold);border-radius:50%;box-shadow:0 0 16px var(--gold)}.hero h1{margin:0 0 18px;font-weight:950;letter-spacing:-1.3px;line-height:1.08;font-size:clamp(40px,4.7vw,64px);text-shadow:0 6px 30px rgba(0,0,0,.55)}.hero h1 .line{display:block}.hero h1 .accent{color:var(--gold)}.lead{margin:0 auto 24px;color:#dcecff;font-size:clamp(16px,1.45vw,20px);line-height:1.9;font-weight:750;max-width:660px;text-shadow:0 2px 18px rgba(0,0,0,.45)}.hero-actions{display:flex;flex-wrap:wrap;gap:11px;justify-content:center}.scroll-hint{position:absolute;right:50%;bottom:28px;transform:translateX(50%);z-index:5;color:#bdeeff;font-weight:900;font-size:12px;opacity:.76;display:flex;flex-direction:column;align-items:center;gap:8px}.mouse{width:24px;height:38px;border:1px solid rgba(180,238,255,.55);border-radius:16px;position:relative}.mouse:before{content:"";position:absolute;right:50%;top:8px;width:4px;height:7px;border-radius:2px;background:var(--cyan);transform:translateX(50%);animation:wheel 1.8s infinite}.section{position:relative;padding:78px 0}.section.compact{padding:56px 0}.section-head{text-align:center;margin-bottom:38px}.kicker{color:var(--gold);font-size:13px;font-weight:950;margin-bottom:9px}.section h2,.page-hero h1{font-size:clamp(30px,3.7vw,46px);line-height:1.22;margin:0 0 13px;font-weight:950;letter-spacing:-.5px}.sub{margin:0 auto;color:#c4d4e6;line-height:1.85;font-size:17px;max-width:760px;font-weight:700}.trust-strip{margin-top:-48px;position:relative;z-index:6}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.trust-item{background:linear-gradient(180deg,rgba(14,58,105,.76),rgba(5,21,45,.78));border:1px solid rgba(80,200,255,.15);border-radius:20px;padding:18px;text-align:center;box-shadow:0 18px 42px rgba(0,0,0,.24)}.trust-item b{font-size:24px;display:block}.trust-item span{display:block;color:#a8bfd8;font-size:13px;font-weight:850;margin-top:5px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{background:linear-gradient(180deg,rgba(15,48,91,.68),rgba(3,18,40,.76));border:1px solid rgba(92,210,255,.15);border-radius:var(--radius);padding:24px;box-shadow:0 18px 45px rgba(0,0,0,.20);position:relative;overflow:hidden;transition:.25s}.card:before{content:"";position:absolute;left:-50px;bottom:-80px;width:150px;height:150px;border-radius:50%;background:rgba(40,180,255,.08);filter:blur(12px)}.card:hover{transform:translateY(-6px);border-color:rgba(78,210,255,.38)}.icon{width:50px;height:50px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(145deg,#126de5,#24caff);color:#fff;box-shadow:0 14px 30px rgba(0,128,255,.23);margin-bottom:16px}.icon svg{width:24px;height:24px;fill:currentColor}.card h3{font-size:20px;margin:0 0 8px}.card p{color:#c5d7e9;line-height:1.75;margin:0;font-size:15px;font-weight:700}.split{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.panel{border-radius:30px;overflow:hidden;border:1px solid rgba(90,210,255,.16);background:linear-gradient(180deg,rgba(9,38,80,.72),rgba(3,18,40,.78));box-shadow:var(--shadow)}.panel-pad{padding:30px}.visual-scene{min-height:350px;background:url('service-bg.webp') center/cover no-repeat;position:relative}.visual-scene:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,17,38,.08),rgba(3,17,38,.72))}.why-list{display:grid;gap:12px}.why-row{display:flex;gap:12px;align-items:flex-start;padding:15px;border:1px solid rgba(90,210,255,.14);border-radius:18px;background:rgba(255,255,255,.045)}.why-row b{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--gold);color:#05152c;flex:0 0 28px}.mascot-row{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.mascot-card{text-align:center;padding:16px 10px;border-radius:24px;background:rgba(9,35,75,.58);border:1px solid rgba(90,210,255,.14);transition:.25s;min-height:214px;display:flex;flex-direction:column;justify-content:end}.mascot-card:hover{transform:translateY(-7px);border-color:rgba(255,178,55,.46);box-shadow:0 22px 45px rgba(0,100,255,.16)}.mascot-card img{height:118px;object-fit:contain;margin:0 auto 9px;filter:drop-shadow(0 17px 16px rgba(0,0,0,.30))}.mascot-card h3{font-size:19px;margin:0;color:#fff}.mascot-card p{margin:3px 0 0;color:var(--gold);font-size:14px;font-weight:900}.ai-preview{display:grid;grid-template-columns:.85fr 1.15fr;gap:22px;align-items:center}.mini-chat{border-radius:26px;background:rgba(4,20,43,.88);border:1px solid rgba(90,210,255,.20);box-shadow:0 24px 70px rgba(0,0,0,.34);overflow:hidden}.mini-chat-head{display:flex;align-items:center;gap:10px;padding:13px 15px;background:linear-gradient(135deg,rgba(25,130,255,.25),rgba(255,178,55,.10))}.mini-chat-head img{width:42px;height:42px;object-fit:contain;border-radius:50%;background:rgba(255,255,255,.06)}.mini-chat-body{padding:16px}.bubble{max-width:85%;padding:10px 12px;border-radius:16px;margin-bottom:9px;line-height:1.6;font-weight:750;font-size:14px}.bubble.bot{background:rgba(255,255,255,.075);border-top-right-radius:4px}.bubble.user{background:linear-gradient(135deg,#0d72ff,#28c9ff);margin-right:auto;border-top-left-radius:4px}.portfolio-cta{background:linear-gradient(135deg,rgba(20,120,255,.22),rgba(255,178,55,.10)),url('hero-inside.webp') center/cover no-repeat;border-radius:34px;padding:42px;border:1px solid rgba(90,210,255,.18);overflow:hidden;position:relative}.portfolio-cta:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,17,38,.88),rgba(3,17,38,.55),rgba(3,17,38,.78))}.portfolio-cta>*{position:relative;z-index:1;max-width:620px}.page-hero{position:relative;padding:70px 0 42px;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;background:url('about-bg.webp') center/cover no-repeat;opacity:.22}.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,17,38,.50),rgba(3,17,38,1))}.page-hero .container{position:relative;z-index:1}.service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.step{padding:20px;border-radius:20px;background:rgba(10,38,80,.65);border:1px solid rgba(90,210,255,.14)}.step b{display:flex;width:34px;height:34px;border-radius:50%;align-items:center;justify-content:center;background:var(--gold);color:#061326;margin-bottom:10px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.form input,.form textarea,.form select{width:100%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:15px;padding:13px 15px;color:#fff;font-weight:800;margin-bottom:11px}.form option{background:#061a38}.form textarea{min-height:120px;resize:vertical}.footer{padding:58px 0 24px;background:rgba(2,12,27,.76);border-top:1px solid rgba(90,210,255,.12)}.footer-grid{display:grid;grid-template-columns:1.25fr repeat(3,1fr);gap:24px}.footer h3{color:#35caff;margin:0 0 16px;font-size:17px}.footer p,.footer a{color:#c3d2e2;line-height:1.75;font-size:14px;font-weight:700}.footer-logo{width:132px;margin-bottom:15px}.socials{display:flex;gap:9px;flex-wrap:wrap}.socials a{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);transition:.25s}.socials a:hover{background:rgba(55,201,255,.16);border-color:rgba(55,201,255,.45);transform:translateY(-2px)}.socials svg{width:18px;height:18px;fill:currentColor}.copyright{margin-top:30px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);text-align:center;color:#8197ad;font-size:13px;font-weight:800}.floating{position:fixed;left:18px;bottom:18px;z-index:95;display:flex;flex-direction:column;gap:10px;align-items:center}.whatsapp-float,.ai-float{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);box-shadow:0 18px 38px rgba(0,0,0,.28);cursor:pointer;transition:.25s}.whatsapp-float{background:#22c55e;color:#fff}.ai-float{background:linear-gradient(145deg,#0a3a78,#071c3a);border-color:rgba(90,210,255,.34);animation:pulseSoft 3s ease-in-out infinite}.ai-float img{width:44px;height:44px;object-fit:contain;border-radius:50%}.whatsapp-float svg{width:25px;height:25px;fill:currentColor}.chat-panel{position:fixed;left:18px;bottom:142px;width:360px;max-width:calc(100vw - 28px);background:rgba(4,20,43,.97);border:1px solid rgba(90,210,255,.25);border-radius:24px;box-shadow:0 28px 90px rgba(0,0,0,.48);z-index:100;overflow:hidden;display:none}.chat-panel.open{display:block;animation:fadeUp .25s ease}.chat-head{display:flex;align-items:center;gap:10px;padding:13px 14px;background:linear-gradient(135deg,rgba(25,130,255,.28),rgba(255,178,55,.10))}.chat-head img{width:42px;height:42px;object-fit:contain;border-radius:50%;background:rgba(255,255,255,.06)}.chat-head b{display:block}.chat-head span{display:block;color:#9edcff;font-size:12px;font-weight:800}.chat-head button{margin-right:auto;background:rgba(255,255,255,.09);border:0;color:#fff;width:30px;height:30px;border-radius:50%;cursor:pointer}.chat-messages{padding:14px;max-height:330px;overflow:auto;display:flex;flex-direction:column}.chat-msg{max-width:86%;padding:10px 12px;border-radius:16px;margin-bottom:8px;line-height:1.6;font-size:14px;font-weight:750}.chat-msg.bot{align-self:flex-start;background:rgba(255,255,255,.07);border-top-right-radius:4px}.chat-msg.user{align-self:flex-end;background:linear-gradient(135deg,#0d72ff,#28c9ff);border-top-left-radius:4px}.quick-replies{display:flex;flex-wrap:wrap;gap:8px;margin:2px 0 8px}.quick-replies button{border:1px solid rgba(90,210,255,.22);background:rgba(18,90,170,.18);color:#fff;border-radius:999px;padding:8px 10px;font-weight:900;cursor:pointer;font-size:12px}.chat-input{display:flex;gap:7px;padding:10px;border-top:1px solid rgba(255,255,255,.08)}.chat-input input{flex:1;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#fff;padding:10px 13px;font-weight:750}.chat-input button{width:42px;border-radius:50%;border:0;background:linear-gradient(135deg,#0d72ff,#28c9ff);color:#fff;font-weight:950;cursor:pointer}.wa-ready{display:inline-flex;margin-top:6px;background:#22c55e;color:#fff;border-radius:999px;padding:9px 12px;font-weight:950;font-size:13px}.phone-number{direction:ltr;unicode-bidi:embed;display:inline-block}.hidden{display:none!important}@keyframes flow{from{transform:translateX(-120%)}to{transform:translateX(120%)}}@keyframes drift{0%,100%{transform:translate3d(0,0,0) rotate(0deg)}50%{transform:translate3d(13px,-18px,0) rotate(4deg)}}@keyframes riverMove{from{transform:translateX(70vw) rotate(-12deg)}to{transform:translateX(-80vw) rotate(-12deg)}}@keyframes wheel{0%{opacity:0;transform:translate(50%,0)}40%{opacity:1}100%{opacity:0;transform:translate(50%,12px)}}@keyframes pulseSoft{0%,100%{transform:translateY(0);box-shadow:0 18px 38px rgba(55,201,255,.18)}50%{transform:translateY(-4px);box-shadow:0 20px 42px rgba(55,201,255,.32)}}@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(24px);transition:.6s ease}.reveal.in{opacity:1;transform:translateY(0)}@media(max-width:1050px){.split,.contact-grid,.ai-preview{grid-template-columns:1fr}.trust-grid{grid-template-columns:repeat(2,1fr)}.cards{grid-template-columns:repeat(2,1fr)}.mascot-row{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.hero h1{font-size:44px}.hero-copy{max-width:620px}.timeline{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.container{width:min(100% - 24px,var(--container))}.nav-inner{height:72px}.brand img{width:104px}.brand small{display:none}.nav-links{position:fixed;inset:72px 0 auto 0;background:rgba(3,14,31,.98);display:none;flex-direction:column;align-items:stretch;padding:18px 22px;border-bottom:1px solid rgba(90,210,255,.16)}.nav-links.open{display:flex}.menu-btn{display:grid;place-items:center}.nav-cta .btn{display:none}.scroll-hero{height:115vh}.hero-sticky{position:relative;height:100svh}.hero-layer{inset:-3%;transform:none!important}.hero-layer.gate,.hero-layer.inside{opacity:0!important}.hero-vignette{background:linear-gradient(180deg,rgba(2,9,19,.62),rgba(2,9,19,.72)),radial-gradient(circle at 50% 50%,transparent,rgba(2,9,19,.62))}.hero-copy{text-align:center;padding:22px 18px;margin:auto;border-radius:24px;background:rgba(2,12,27,.26)}.hero h1{font-size:36px;letter-spacing:-.4px}.hero h1 .line{display:block}.lead{font-size:15.5px;line-height:1.8}.hero-actions{justify-content:center}.scroll-hint{display:none}.trust-strip{margin-top:0}.trust-grid,.cards,.service-list,.timeline,.footer-grid{grid-template-columns:1fr}.mascot-row{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}.mascot-card{min-width:160px;scroll-snap-align:start}.section{padding:58px 0}.section h2,.page-hero h1{font-size:30px}.sub{font-size:15.5px}.float-code-icon{width:30px;height:30px;opacity:.22}.floating{left:12px;bottom:12px}.whatsapp-float,.ai-float{width:48px;height:48px}.ai-float img{width:40px;height:40px}.chat-panel{left:10px;bottom:118px;width:calc(100vw - 20px)}.contact-grid{gap:15px}.footer{text-align:center;padding-bottom:92px}.footer-logo{margin-inline:auto}.socials{justify-content:center}.portfolio-cta{padding:28px}.panel-pad{padding:22px}}


/* v3 premium hero + mobile polish */
.hero-vignette{background:radial-gradient(circle at 50% 48%,rgba(3,17,38,.03) 0%,rgba(3,17,38,.12) 26%,rgba(3,17,38,.38) 58%,rgba(2,9,19,.78) 100%),linear-gradient(180deg,rgba(2,9,19,.46) 0%,rgba(2,9,19,.08) 46%,rgba(2,9,19,.86) 100%)}
.hero-content{min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:12px;padding-bottom:70px;pointer-events:none}.hero-copy{position:relative;max-width:920px;width:min(920px,calc(100% - 30px));padding:0 16px;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;pointer-events:auto}.hero-copy:before{content:"";position:absolute;z-index:-1;left:50%;top:52%;width:min(700px,90vw);height:300px;transform:translate(-50%,-50%);background:radial-gradient(ellipse at center,rgba(2,10,24,.62) 0%,rgba(2,10,24,.38) 42%,rgba(2,10,24,0) 72%);filter:blur(8px)}.eyebrow{margin-bottom:16px;background:rgba(8,47,90,.28);backdrop-filter:blur(12px);box-shadow:0 15px 40px rgba(0,0,0,.12)}.hero h1{font-size:clamp(42px,5.25vw,76px);line-height:1.04;margin-bottom:16px;letter-spacing:-1px;text-shadow:0 8px 34px rgba(0,0,0,.72),0 0 28px rgba(20,120,255,.18)}.hero h1 .brand-line{font-size:.82em;letter-spacing:0;color:#fff}.lead{max-width:680px;font-size:clamp(16px,1.35vw,19px);line-height:1.85;font-weight:800;text-shadow:0 3px 18px rgba(0,0,0,.86)}.hero-actions{margin-top:4px}.hero-actions .btn{box-shadow:0 18px 38px rgba(0,0,0,.18)}.scroll-hint{bottom:20px}.nav{background:rgba(3,14,31,.64)}.nav-inner{height:72px}.brand{min-width:0}.brand img{width:112px}.btn.slim{padding:8px 14px}
@media(max-width:1050px){.hero-content{padding-inline:0}.hero h1{font-size:clamp(40px,6vw,58px)}.lead{font-size:16.5px}.hero-copy{width:min(840px,calc(100% - 28px))}}
@media(max-width:760px){
  body{min-width:0;overflow-x:hidden}.container{width:calc(100% - 28px);max-width:100%;margin-inline:auto}.nav{position:sticky;top:0}.nav-inner{height:64px;gap:8px}.brand{min-width:0;flex:0 1 auto}.brand img{width:88px;max-width:28vw}.menu-btn{display:grid!important;place-items:center;width:40px;height:40px;flex:0 0 40px}.nav-cta{margin-right:auto}.nav-links{inset:64px 0 auto 0;z-index:120;text-align:center;gap:4px}.nav-links a{padding:12px;border-radius:12px}.scroll-hero{height:auto;min-height:calc(100svh - 64px);overflow:hidden}.hero-sticky{position:relative;height:auto;min-height:calc(100svh - 64px);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:42px 0 46px}.hero-content{min-height:auto;width:100%;padding:0;align-items:center}.hero-stage{inset:0}.hero-layer{inset:-2%;background-position:53% center!important;background-size:cover!important;transform:none!important}.hero-layer.entry{opacity:1!important}.hero-layer.gate,.hero-layer.inside{opacity:0!important}.hero-vignette{background:linear-gradient(180deg,rgba(2,9,19,.56) 0%,rgba(2,9,19,.30) 44%,rgba(2,9,19,.82) 100%),radial-gradient(circle at 50% 50%,rgba(2,9,19,.06) 0%,rgba(2,9,19,.28) 48%,rgba(2,9,19,.70) 100%)}.hero-river{opacity:.25}.hero-copy{width:100%;max-width:100%;padding:0 4px;margin:0 auto;text-align:center}.hero-copy:before{width:98vw;height:310px;top:50%;background:radial-gradient(ellipse at center,rgba(2,10,24,.72) 0%,rgba(2,10,24,.48) 45%,rgba(2,10,24,0) 76%);filter:blur(10px)}.eyebrow{font-size:10px;padding:7px 10px;margin-bottom:13px;max-width:100%;white-space:normal;line-height:1.45}.hero h1{font-size:clamp(29px,8.2vw,36px)!important;line-height:1.16;letter-spacing:-.2px;margin-bottom:12px;overflow-wrap:normal;text-wrap:balance}.hero h1 .line{display:block}.hero h1 .brand-line{font-size:.86em}.lead{font-size:14px;line-height:1.75;font-weight:800;max-width:340px;margin-bottom:18px}.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;max-width:320px;width:100%;margin-inline:auto}.hero-actions .btn{padding:11px 10px;font-size:13px;min-width:0;white-space:nowrap}.hero-actions .btn.gold{grid-column:1/-1}.scroll-hint{display:none}.trust-strip{margin-top:0}.trust-grid{grid-template-columns:1fr 1fr;gap:10px}.trust-item{padding:14px 8px;border-radius:16px}.trust-item b{font-size:20px}.trust-item span{font-size:11px}.section{padding:44px 0}.section.compact{padding:38px 0}.section-head{margin-bottom:24px}.section h2,.page-hero h1{font-size:clamp(25px,7vw,31px);line-height:1.28}.sub{font-size:14.5px;line-height:1.75}.cards,.service-list,.timeline,.footer-grid,.split,.contact-grid,.ai-preview{grid-template-columns:1fr!important;gap:13px}.card{padding:19px;border-radius:20px}.icon{width:44px;height:44px;border-radius:14px}.visual-scene{min-height:220px}.panel-pad{padding:20px}.why-row{padding:13px}.mascot-row{display:flex;gap:12px;overflow-x:auto;padding:4px 2px 12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.mascot-card{min-width:158px;min-height:196px;scroll-snap-align:start}.mascot-card img{height:105px}.mini-chat{border-radius:22px}.portfolio-cta{padding:24px;border-radius:24px}.page-hero{padding:46px 0 30px}.form input,.form textarea,.form select{padding:12px 13px;border-radius:13px}.footer{text-align:center;padding:42px 0 92px}.footer-logo{width:112px;margin-inline:auto}.socials{justify-content:center}.floating{left:12px;bottom:12px;gap:8px}.whatsapp-float,.ai-float{width:46px;height:46px}.ai-float img{width:38px;height:38px}.whatsapp-float svg{width:22px;height:22px}.chat-panel{left:8px;bottom:112px;width:calc(100vw - 16px);border-radius:20px}.chat-messages{max-height:300px}.code-stream{opacity:.24}.float-code-icon{display:none}.copyright{font-size:12px;line-height:1.7}
}
@media(max-width:380px){.container{width:calc(100% - 22px)}.hero h1{font-size:28px!important}.lead{font-size:13.5px;max-width:300px}.hero-actions{max-width:292px}.hero-actions .btn{font-size:12.5px;padding:10px 8px}.eyebrow{font-size:9.5px}.brand img{width:80px}.trust-grid{grid-template-columns:1fr}.mascot-card{min-width:148px}}

/* === v4 final fixes: premium mobile + smart chat + centered CTA === */
.final-cta-card,
.portfolio-cta{
  max-width: 960px;
  margin-inline: auto;
  text-align: center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.final-cta-card h2,.final-cta-card p,.portfolio-cta h2,.portfolio-cta p{margin-left:auto;margin-right:auto;text-align:center}.final-cta-card .btn,.portfolio-cta .btn{margin-inline:auto}.final-cta-card{padding:46px 28px!important;border-radius:30px}.final-cta-card .sub{max-width:640px}
.chat-head{position:relative;gap:12px}.chat-avatar-wrap{width:48px;height:48px;position:relative;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.06);border:1px solid rgba(90,210,255,.22);flex:0 0 48px}.chat-avatar-wrap img{width:42px!important;height:42px!important;object-fit:contain;border:0!important;background:transparent!important;position:relative;z-index:2}.avatar-pulse{position:absolute;inset:-4px;border-radius:50%;background:radial-gradient(circle,rgba(55,201,255,.22),transparent 62%);opacity:.7;z-index:1}.chat-avatar-wrap[data-state="idle"] img{animation:avatarBreath 3s ease-in-out infinite}.chat-avatar-wrap[data-state="listening"] img{animation:avatarListen .9s ease-in-out infinite}.chat-avatar-wrap[data-state="thinking"] img{animation:avatarThink 1s ease-in-out infinite}.chat-avatar-wrap[data-state="happy"] img{animation:avatarHappy .8s ease-in-out 2}.chat-avatar-wrap[data-state="concerned"]{background:rgba(20,80,145,.18);border-color:rgba(120,200,255,.32)}.chat-avatar-wrap[data-state="concerned"] img{animation:avatarConcern 1.4s ease-in-out infinite}.chat-avatar-wrap[data-state="boundary"] img{animation:avatarBoundary .6s ease-in-out 2}.chat-avatar-wrap[data-state="cta"] .avatar-pulse{background:radial-gradient(circle,rgba(34,197,94,.35),transparent 68%);animation:ctaPulse 1.2s ease-in-out infinite}.chat-title{min-width:0}.chat-title span{white-space:normal}.chat-msg.bot{align-self:flex-start;text-align:right}.chat-msg.user{align-self:flex-end;text-align:right}.quick-replies{padding:0 14px 8px;max-height:108px;overflow:auto}.quick-replies:empty{display:none}.quick-replies button:hover{border-color:rgba(255,178,55,.52);background:rgba(255,178,55,.16)}
@keyframes avatarBreath{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-2px) scale(1.03)}}@keyframes avatarListen{0%,100%{transform:rotate(0) translateY(0)}50%{transform:rotate(-5deg) translateY(-2px)}}@keyframes avatarThink{0%,100%{transform:translateY(0) rotate(0)}35%{transform:translateY(-2px) rotate(4deg)}70%{transform:translateY(0) rotate(-3deg)}}@keyframes avatarHappy{0%,100%{transform:scale(1)}50%{transform:scale(1.09) translateY(-2px)}}@keyframes avatarConcern{0%,100%{transform:translateY(0)}50%{transform:translateY(1px) scale(.99)}}@keyframes avatarBoundary{0%,100%{transform:translateX(0)}30%{transform:translateX(-2px)}70%{transform:translateX(2px)}}@keyframes ctaPulse{0%,100%{opacity:.35;transform:scale(.95)}50%{opacity:1;transform:scale(1.08)}}
@media (max-width:760px){
  html,body{width:100%;max-width:100%;overflow-x:hidden}.container{width:calc(100% - 32px)!important;max-width:100%!important}.nav{z-index:120}.nav-inner{height:60px!important;padding:0!important}.brand{gap:0;min-width:0!important}.brand img{width:82px!important;max-width:26vw!important}.nav-cta{margin-right:auto!important}.menu-btn{width:38px!important;height:38px!important;border-radius:13px!important;font-size:19px!important}.nav-links{position:fixed!important;top:60px!important;left:10px!important;right:10px!important;inset:auto 10px auto 10px!important;background:rgba(3,14,31,.98)!important;border:1px solid rgba(90,210,255,.18)!important;border-radius:18px!important;padding:10px!important;box-shadow:0 24px 70px rgba(0,0,0,.45)!important}.nav-links a{font-size:14px!important;padding:11px 10px!important}.scroll-hero{height:auto!important;min-height:calc(100svh - 60px)!important}.hero-sticky{min-height:calc(100svh - 60px)!important;height:auto!important;padding:34px 0 72px!important;display:flex!important;align-items:center!important}.hero-content{display:flex!important;align-items:center!important;justify-content:center!important}.hero-layer{background-position:50% center!important;filter:saturate(1.05) contrast(1.02)}.hero-copy{width:100%!important;max-width:360px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;position:relative}.hero-copy:before{content:""!important;position:absolute!important;z-index:-1!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:min(92vw,390px)!important;height:360px!important;border-radius:45%!important;background:radial-gradient(ellipse at center,rgba(2,10,24,.78) 0%,rgba(2,10,24,.52) 42%,rgba(2,10,24,.08) 74%,transparent 100%)!important;filter:blur(12px)!important}.eyebrow{font-size:9.5px!important;padding:6px 9px!important;margin-bottom:10px!important;line-height:1.35!important}.hero h1{font-size:clamp(24px,7.4vw,32px)!important;line-height:1.18!important;margin-bottom:10px!important;letter-spacing:0!important;text-wrap:balance}.hero h1 .line{display:block!important}.hero h1 .accent{font-size:1.02em}.lead{font-size:13.2px!important;line-height:1.68!important;max-width:310px!important;margin-bottom:15px!important;font-weight:800!important}.hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;max-width:300px!important;width:100%!important}.hero-actions .btn{height:42px!important;padding:9px 8px!important;font-size:12.2px!important;white-space:nowrap!important}.hero-actions .btn.gold{grid-column:1/-1!important;height:40px!important}.trust-grid{grid-template-columns:1fr 1fr!important}.trust-item{min-height:auto!important}.section{padding:40px 0!important}.section.compact{padding:34px 0!important}.section-head{margin-bottom:22px!important}.page-hero{padding:40px 0 22px!important}.page-hero h1,.section h2{font-size:clamp(23px,6.6vw,30px)!important;line-height:1.28!important;text-wrap:balance}.sub{font-size:14px!important;line-height:1.72!important;max-width:100%!important}.cards,.service-list,.timeline,.footer-grid,.split,.contact-grid,.ai-preview{grid-template-columns:1fr!important}.card{padding:18px!important;border-radius:20px!important}.card h3{font-size:18px!important}.card p{font-size:14px!important}.panel,.portfolio-cta,.final-cta-card{border-radius:22px!important}.final-cta-card{padding:28px 18px!important}.final-cta-card h2{font-size:24px!important}.mascot-row{display:flex!important;overflow-x:auto!important;gap:12px!important;padding:4px 2px 14px!important}.mascot-card{min-width:154px!important}.footer{padding-bottom:92px!important}.floating{left:12px!important;bottom:12px!important;gap:8px!important}.whatsapp-float,.ai-float{width:44px!important;height:44px!important}.ai-float img{width:36px!important;height:36px!important}.chat-panel{position:fixed!important;left:8px!important;right:8px!important;bottom:78px!important;width:auto!important;max-width:none!important;height:min(78svh,620px)!important;display:none;flex-direction:column;border-radius:22px!important}.chat-panel.open{display:flex!important}.chat-head{padding:11px 12px!important;flex:0 0 auto}.chat-avatar-wrap{width:44px!important;height:44px!important;flex-basis:44px!important}.chat-avatar-wrap img{width:38px!important;height:38px!important}.chat-messages{flex:1 1 auto!important;max-height:none!important;min-height:0!important;padding:12px!important}.chat-msg{font-size:13.5px!important;line-height:1.6!important;max-width:92%!important}.quick-replies{flex:0 0 auto!important;padding:0 12px 8px!important;max-height:96px!important}.quick-replies button{font-size:11.8px!important;padding:7px 9px!important}.chat-input{flex:0 0 auto!important;padding:9px!important}.chat-input input{min-width:0;font-size:14px!important;padding:10px 12px!important}.code-stream{opacity:.18!important}.float-code-icon{display:none!important}.copyright{font-size:12px!important}
}
@media (max-width:390px){.container{width:calc(100% - 24px)!important}.brand img{width:78px!important}.hero-copy{max-width:326px!important}.hero-copy:before{height:330px!important}.hero h1{font-size:clamp(22px,7.1vw,28px)!important}.lead{font-size:12.6px!important;max-width:292px!important}.hero-actions{max-width:282px!important}.hero-actions .btn{font-size:11.6px!important;height:39px!important}.eyebrow{font-size:8.8px!important}.trust-grid{grid-template-columns:1fr!important}.chat-panel{bottom:74px!important;height:min(80svh,610px)!important}.page-hero h1,.section h2{font-size:24px!important}}

/* === v4.1 strict QA fixes: chat containment + final responsive polish === */
.chat-panel{
  position:fixed!important;
  left:18px!important;
  top:96px!important;
  bottom:auto!important;
  width:min(390px,calc(100vw - 36px))!important;
  height:min(640px,calc(100svh - 118px))!important;
  max-height:calc(100svh - 118px)!important;
  display:none!important;
  flex-direction:column!important;
  overflow:hidden!important;
  z-index:200!important;
}
.chat-panel.open{display:flex!important;animation:fadeUp .25s ease!important}
.chat-head{flex:0 0 auto!important}
.chat-messages{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow:auto!important;overscroll-behavior:contain!important}
.quick-replies{flex:0 0 auto!important;max-height:112px!important;overflow:auto!important;overscroll-behavior:contain!important}
.chat-input{flex:0 0 auto!important}
.chat-msg{overflow-wrap:anywhere!important}
.final-cta-card,.portfolio-cta{text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}
.final-cta-card h2,.final-cta-card p,.portfolio-cta h2,.portfolio-cta p{margin-left:auto!important;margin-right:auto!important;text-align:center!important;max-width:900px!important}
.final-cta-card .btn,.portfolio-cta .btn{margin-left:auto!important;margin-right:auto!important}

@media (max-width:760px){
  .chat-panel{
    left:10px!important;
    right:10px!important;
    top:auto!important;
    bottom:72px!important;
    width:auto!important;
    height:min(78svh,610px)!important;
    max-height:calc(100svh - 86px)!important;
    border-radius:22px!important;
  }
  .chat-head{padding:10px 12px!important}
  .chat-title b{font-size:14px!important;line-height:1.2!important}
  .chat-title span{font-size:11px!important;line-height:1.3!important}
  .chat-messages{padding:11px!important}
  .chat-msg{font-size:13px!important;line-height:1.58!important;max-width:94%!important;padding:10px 12px!important}
  .quick-replies{padding:0 11px 7px!important;max-height:92px!important}
  .quick-replies button{font-size:11.5px!important;line-height:1.25!important;padding:7px 9px!important}
  .chat-input{padding:8px!important;gap:7px!important}
  .chat-input input{height:42px!important;font-size:13.5px!important}
  .chat-input button{width:42px!important;height:42px!important;flex:0 0 42px!important}
}

@media (max-width:430px){
  .scroll-hero{min-height:100svh!important;height:auto!important}
  .hero-sticky{min-height:100svh!important;padding:28px 0 88px!important}
  .hero-content{padding-top:8px!important}
  .hero-copy{max-width:338px!important}
  .hero-copy:before{width:min(94vw,360px)!important;height:320px!important;filter:blur(14px)!important}
  .eyebrow{font-size:8.8px!important;padding:5px 8px!important;margin-bottom:9px!important}
  .hero h1{font-size:clamp(22px,7vw,29px)!important;line-height:1.17!important;margin-bottom:9px!important}
  .lead{font-size:12.5px!important;line-height:1.62!important;max-width:292px!important;margin-bottom:13px!important}
  .hero-actions{max-width:290px!important;gap:7px!important}
  .hero-actions .btn{height:39px!important;font-size:11.5px!important;padding:8px 7px!important}
  .hero-actions .btn.gold{height:38px!important}
  .floating{left:10px!important;bottom:10px!important}
}

@media (max-width:370px){
  .brand img{width:72px!important}
  .hero-copy{max-width:304px!important}
  .hero h1{font-size:21px!important}
  .lead{font-size:12px!important;max-width:272px!important}
  .hero-actions{grid-template-columns:1fr!important;max-width:230px!important}
  .hero-actions .btn.gold{grid-column:auto!important}
}


/* ===== Mascot interactions & polished contact ===== */
.mascot-note{margin-top:16px;text-align:center;color:#9bd8ff;font-size:13px;font-weight:800}
.mascot-card{position:relative;overflow:hidden;cursor:pointer;touch-action:manipulation}
.mascot-card::before{content:"";position:absolute;inset:auto -20% -35% auto;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(255,178,55,.12),transparent 65%);pointer-events:none;filter:blur(6px)}
.mascot-figure-wrap{min-height:126px;display:flex;align-items:flex-end;justify-content:center;margin-bottom:8px}
.mascot-card img.mascot-figure{height:118px;object-fit:contain;margin:0 auto;filter:drop-shadow(0 20px 18px rgba(0,0,0,.34));transform-origin:center bottom;animation:mascotBob 3.2s ease-in-out infinite}
.mascot-card .btn{margin-top:12px;position:relative;z-index:2}
.mascot-card h3,.mascot-card p,.mascot-card .mascot-tip{position:relative;z-index:2}
.mascot-tip{display:block;margin-top:10px;color:#9fdfff;font-size:11.5px;font-weight:800;line-height:1.5}
.mascot-badge{position:absolute;top:12px;inset-inline-end:12px;z-index:3;padding:7px 12px;border-radius:999px;background:linear-gradient(135deg,#ffcb61,#f49b20);color:#07162e;font-size:12px;font-weight:950;box-shadow:0 12px 24px rgba(244,155,32,.24)}
.mascot-card.is-awake{border-color:rgba(255,178,55,.5);box-shadow:0 22px 52px rgba(0,115,255,.18)}
.mascot-card.is-awake .mascot-figure{transform:translateY(-4px) scale(1.035)}
.mascot-card.is-active .mascot-figure{animation:mascotBurst .72s ease}
.mascot-card:focus-visible{outline:2px solid rgba(255,178,55,.6);outline-offset:3px}
@keyframes mascotBob{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@keyframes mascotBurst{0%{transform:translateY(0) scale(1)}30%{transform:translateY(-10px) scale(1.07)}65%{transform:translateY(0) scale(.97)}100%{transform:translateY(-3px) scale(1.03)}}
.contact-showcase{display:flex;flex-direction:column;gap:18px;justify-content:space-between}
.contact-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:12px;border-bottom:1px solid rgba(95,210,255,.12);color:#d8ecff;font-weight:900}
.contact-status{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(15,112,210,.16);border:1px solid rgba(95,210,255,.18);color:#9be5ff;font-size:12px;font-weight:900}
.contact-status::before{content:"";width:8px;height:8px;border-radius:50%;background:#4be870;box-shadow:0 0 12px rgba(75,232,112,.6)}
.contact-intro{margin:0;color:#c9dced;line-height:1.9;font-size:15px;font-weight:700}
.contact-points{display:grid;gap:12px}
.contact-point,.contact-social{display:flex;gap:14px;align-items:flex-start;padding:16px;border-radius:22px;border:1px solid rgba(95,210,255,.14);background:linear-gradient(180deg,rgba(14,50,97,.46),rgba(5,20,43,.52));transition:.25s}
.contact-point:hover,.contact-social:hover{transform:translateY(-3px);border-color:rgba(95,210,255,.34);box-shadow:0 16px 34px rgba(0,0,0,.18)}
.contact-point.primary{background:linear-gradient(180deg,rgba(11,93,168,.28),rgba(6,30,63,.62));border-color:rgba(95,210,255,.22)}
.contact-point-icon,.contact-social-icon{flex:0 0 42px;width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#0b70ff,#2ed7ff);color:#fff;font-size:18px;font-weight:950;box-shadow:0 14px 26px rgba(0,114,255,.22)}
.contact-point small,.contact-social span{display:block;color:#9fd8ff;font-size:12px;font-weight:850}
.contact-point strong,.contact-social b{display:block;color:#fff;font-size:18px;line-height:1.4;margin:3px 0 5px}
.contact-point span{display:block;color:#d4e5f4;font-size:13px;line-height:1.7;font-weight:700}
.contact-social-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.contact-micro-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.contact-micro{padding:16px;border-radius:20px;background:rgba(255,255,255,.04);border:1px solid rgba(95,210,255,.12)}
.contact-micro b{display:block;margin-bottom:6px;font-size:14px;color:#fff}
.contact-micro span{display:block;color:#bdd3e7;font-size:13px;line-height:1.65;font-weight:700}
@media (max-width:760px){
  .mascot-card img.mascot-figure{height:104px}
  .mascot-badge{top:10px;inset-inline-end:10px;padding:6px 10px;font-size:11px}
  .mascot-tip{font-size:11px}
  .contact-topline{flex-direction:column;align-items:flex-start}
  .contact-social-grid,.contact-micro-grid{grid-template-columns:1fr}
  .contact-point strong,.contact-social b{font-size:16px}
}

.inline-tag{display:inline-flex;align-items:center;justify-content:center;padding:6px 11px;margin-bottom:10px;border-radius:999px;background:rgba(255,178,55,.15);border:1px solid rgba(255,178,55,.38);color:#ffc85d;font-size:11px;font-weight:950;width:max-content}

/* v6.1 fixes: compact contact + organized mascot sequence */
.contact-grid{align-items:start;max-width:1080px;margin-inline:auto}
.compact-contact{padding:24px!important;gap:14px!important;min-height:auto!important;justify-content:flex-start!important}
.compact-contact h3{margin:0;font-size:22px}
.compact-contact .contact-intro{font-size:14px;line-height:1.7;margin:0;color:#c7d9ea}
.contact-main-whatsapp{display:block;padding:16px;border-radius:20px;background:linear-gradient(180deg,rgba(10,87,162,.34),rgba(6,30,63,.58));border:1px solid rgba(95,210,255,.22);transition:.25s}
.contact-main-whatsapp:hover{transform:translateY(-2px);border-color:rgba(95,210,255,.42);box-shadow:0 14px 30px rgba(0,114,255,.14)}
.contact-main-whatsapp span{display:block;color:#9ce5ff;font-size:12px;font-weight:900;margin-bottom:4px}
.contact-main-whatsapp b{display:block;font-size:20px;letter-spacing:.4px;color:#fff;margin-bottom:4px;text-align:right;direction:ltr;unicode-bidi:isolate}
.contact-main-whatsapp small{display:block;color:#c5d8e8;font-size:12px;font-weight:800;line-height:1.6}
.contact-social-compact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.contact-social-compact a{padding:13px;border-radius:17px;background:rgba(255,255,255,.045);border:1px solid rgba(95,210,255,.12);transition:.22s}
.contact-social-compact a:hover{transform:translateY(-2px);border-color:rgba(95,210,255,.32)}
.contact-social-compact b{display:block;color:#fff;font-size:14px;margin-bottom:4px}
.contact-social-compact span{display:block;color:#9ec9e6;font-size:12px;font-weight:800;direction:ltr;unicode-bidi:isolate;text-align:right}
.contact-mini-note{padding:13px 15px;border-radius:17px;background:rgba(255,178,55,.07);border:1px solid rgba(255,178,55,.14);color:#e6d7b4;font-size:13px;font-weight:850;line-height:1.7}
.mascot-card.is-hovering{border-color:rgba(255,178,55,.58)!important;box-shadow:0 24px 55px rgba(255,178,55,.10),0 22px 45px rgba(0,100,255,.14)!important}
.mascot-card.is-hovering .mascot-figure{animation:mascotClickPose .62s ease!important}
@keyframes mascotClickPose{0%{transform:translateY(0) scale(1)}45%{transform:translateY(-8px) scale(1.055)}100%{transform:translateY(-2px) scale(1.02)}}
@media(max-width:760px){.compact-contact{padding:18px!important}.contact-social-compact{grid-template-columns:1fr}.contact-main-whatsapp b{font-size:17px}.contact-mini-note{font-size:12.5px}.contact-grid{gap:14px!important}}


/* Header final transparency fix */
.nav{background:transparent!important;border-bottom:1px solid transparent!important;box-shadow:none!important;backdrop-filter:none!important;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease,backdrop-filter .25s ease;}
.nav.scrolled{background:rgba(3,14,31,.78)!important;border-bottom-color:rgba(105,211,255,.14)!important;box-shadow:0 16px 42px rgba(0,0,0,.22)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;}
.brand small{display:none!important;}
@media(max-width:760px){.nav{background:rgba(3,14,31,.50)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}.nav.scrolled{background:rgba(3,14,31,.86)!important}}

/* Final professional polish */
.mascot-tip,.mascot-note{display:none!important}
body:not(:has(.scroll-hero)) .code-stream{opacity:.22}
.mascot-card{cursor:default}
.mascot-card[role=button]{cursor:pointer}
