/* Hero network enhancement — self-contained so this file can replace the old home view. */
.hero-networked{min-height:760px;isolation:isolate;background:radial-gradient(circle at 15% 18%,rgba(53,224,189,.10),transparent 28%),radial-gradient(circle at 82% 48%,rgba(35,153,149,.11),transparent 34%)}
.hero-networked .hero-grid{grid-template-columns:1.02fr .98fr;gap:52px}
.hero-networked .hero-copy{position:relative;z-index:8}
.hero-networked .hero-copy h1{font-size:clamp(43px,4.6vw,68px);line-height:1.38;max-width:690px}
.hero-network-scene{min-height:610px;isolation:isolate;overflow:visible}
.hero-network-scene:before{content:"";position:absolute;inset:8% 4%;border-radius:50%;background:radial-gradient(circle,rgba(53,224,189,.13),rgba(23,105,105,.05) 42%,transparent 72%);filter:blur(15px);z-index:0;pointer-events:none}
.network-halo{position:absolute;border-radius:50%;pointer-events:none;z-index:0;filter:blur(12px)}
.network-halo-one{width:370px;height:370px;background:rgba(53,224,189,.085);left:10%;top:15%}
.network-halo-two{width:260px;height:260px;background:rgba(123,101,255,.07);right:4%;bottom:7%}
.network-circuit{position:absolute;z-index:1;width:122%;max-width:none;height:auto;left:50%;top:50%;transform:translate(-50%,-50%);overflow:visible;pointer-events:none;filter:drop-shadow(0 0 9px rgba(53,224,189,.15))}
.circuit-path{fill:none;stroke-width:1.4;stroke-linecap:round;stroke-dasharray:6 12;animation:networkDash 18s linear infinite}
.circuit-path-b,.circuit-path-d{animation-direction:reverse;animation-duration:22s}
.circuit-junctions circle{fill:#80f5dd;opacity:.65;filter:drop-shadow(0 0 6px #35e0bd);animation:junctionPulse 3s ease-in-out infinite}
.circuit-junctions circle:nth-child(2n){animation-delay:-1.2s}
.circuit-signal{fill:#dffff8;stroke:#35e0bd;stroke-width:2}
.network-orbit{position:absolute;z-index:2;left:50%;top:50%;border:1px solid rgba(91,235,206,.16);border-radius:50%;pointer-events:none;box-shadow:inset 0 0 26px rgba(53,224,189,.025),0 0 28px rgba(53,224,189,.035)}
.network-orbit:after{content:"";position:absolute;inset:-1px;border-radius:inherit;border-top:1px solid rgba(139,247,223,.20);border-left-color:transparent;border-bottom-color:transparent}
.network-orbit-one{width:690px;height:360px;margin-left:-345px;margin-top:-180px;transform:rotate(-15deg);animation:orbitOne 25s linear infinite}
.network-orbit-two{width:510px;height:550px;margin-left:-255px;margin-top:-275px;transform:rotate(27deg);animation:orbitTwo 31s linear infinite}
.network-orbit-three{width:735px;height:270px;margin-left:-367px;margin-top:-135px;transform:rotate(16deg);animation:orbitThree 29s linear infinite reverse}
.network-orbit-four{width:585px;height:445px;margin-left:-292px;margin-top:-222px;transform:rotate(-33deg);animation:orbitFour 34s linear infinite reverse}
.network-node{position:absolute;width:43px;height:43px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(17,76,77,.98),rgba(5,35,37,.98));border:1px solid rgba(154,255,234,.45);color:#cffff4;box-shadow:0 0 0 6px rgba(53,224,189,.04),0 0 24px rgba(53,224,189,.30),inset 0 1px rgba(255,255,255,.08);animation:nodePulse 3.2s ease-in-out infinite}
.network-node:before{content:"";position:absolute;inset:-8px;border:1px solid rgba(53,224,189,.13);border-radius:19px;animation:nodeRing 2.8s ease-out infinite}
.network-node>span{display:grid;place-items:center}
.network-node-code{left:11%;top:-22px;color:#d4c9ff;border-color:rgba(170,144,255,.5);box-shadow:0 0 0 6px rgba(135,104,255,.04),0 0 28px rgba(135,104,255,.34),inset 0 1px rgba(255,255,255,.08)}
.network-node-search{right:-21px;top:28%;color:#fff4b6;border-color:rgba(255,220,104,.52);box-shadow:0 0 0 6px rgba(255,210,75,.035),0 0 26px rgba(255,210,75,.28),inset 0 1px rgba(255,255,255,.08);animation-delay:-.9s}
.network-node-chart{left:26%;bottom:-22px;animation-delay:-1.8s}
.network-node-monitor{left:-21px;bottom:24%;color:#b9efff;border-color:rgba(94,211,255,.48);box-shadow:0 0 0 6px rgba(68,191,255,.035),0 0 26px rgba(68,191,255,.27),inset 0 1px rgba(255,255,255,.08);animation-delay:-2.4s}
.network-particle{position:absolute;z-index:3;width:5px;height:5px;border-radius:50%;background:#baffef;box-shadow:0 0 12px #35e0bd,0 0 25px rgba(53,224,189,.45);pointer-events:none;animation:particleFloat 7s ease-in-out infinite}
.particle-one{top:11%;left:20%}.particle-two{top:25%;right:4%;animation-delay:-2s}.particle-three{bottom:12%;right:15%;animation-delay:-4.5s}.particle-four{bottom:20%;left:4%;animation-delay:-1.2s}.particle-five{top:47%;left:0;animation-delay:-5.5s}
.hero-network-scene .dashboard-card{z-index:5;width:min(100%,555px);transform:perspective(1200px) rotateY(-3deg) rotateX(1.2deg);box-shadow:0 35px 85px rgba(0,0,0,.4),0 0 75px rgba(53,224,189,.105),inset 0 1px rgba(255,255,255,.04);animation:dashboardHover 6s ease-in-out infinite}
.hero-network-scene .dashboard-card:after{content:"";position:absolute;inset:12px;border-radius:20px;pointer-events:none;background:linear-gradient(110deg,transparent 15%,rgba(255,255,255,.028) 45%,transparent 72%);transform:translateX(-120%);animation:dashboardSheen 8s ease-in-out infinite}
@keyframes networkDash{to{stroke-dashoffset:-360}}
@keyframes junctionPulse{0%,100%{opacity:.38;transform:scale(.9);transform-origin:center}50%{opacity:1;transform:scale(1.28);transform-origin:center}}
@keyframes orbitOne{from{transform:rotate(-15deg)}to{transform:rotate(345deg)}}
@keyframes orbitTwo{from{transform:rotate(27deg)}to{transform:rotate(387deg)}}
@keyframes orbitThree{from{transform:rotate(16deg)}to{transform:rotate(376deg)}}
@keyframes orbitFour{from{transform:rotate(-33deg)}to{transform:rotate(327deg)}}
@keyframes nodePulse{0%,100%{filter:brightness(.92);transform:scale(.96)}50%{filter:brightness(1.14);transform:scale(1.05)}}
@keyframes nodeRing{0%{opacity:.2;transform:scale(.82)}70%,100%{opacity:0;transform:scale(1.38)}}
@keyframes particleFloat{0%,100%{transform:translate3d(0,0,0);opacity:.35}30%{transform:translate3d(9px,-14px,0);opacity:1}65%{transform:translate3d(-8px,8px,0);opacity:.65}}
@keyframes dashboardHover{0%,100%{transform:perspective(1200px) rotateY(-3deg) rotateX(1.2deg) translateY(0)}50%{transform:perspective(1200px) rotateY(-2deg) rotateX(.6deg) translateY(-7px)}}
@keyframes dashboardSheen{0%,62%{transform:translateX(-135%);opacity:0}75%{opacity:1}100%{transform:translateX(135%);opacity:0}}
@media(max-width:1050px){.hero-networked .hero-grid{gap:22px}.network-circuit{width:110%}.network-orbit-one{width:600px;height:320px;margin-left:-300px;margin-top:-160px}.network-orbit-three{width:640px;height:245px;margin-left:-320px;margin-top:-122px}}
@media(max-width:820px){.hero-networked{min-height:auto}.hero-networked .hero-grid{grid-template-columns:1fr}.hero-network-scene{min-height:530px;order:1}.hero-networked .hero-copy{order:2}.network-circuit{width:95%}.network-orbit-one{width:580px;height:300px;margin-left:-290px;margin-top:-150px}.network-orbit-two{width:440px;height:480px;margin-left:-220px;margin-top:-240px}.network-orbit-three{width:610px;height:225px;margin-left:-305px;margin-top:-112px}.network-orbit-four{width:500px;height:390px;margin-left:-250px;margin-top:-195px}}
@media(max-width:600px){.hero-networked .hero-copy h1{font-size:38px}.hero-network-scene{min-height:430px}.hero-network-scene .dashboard-card{width:94%;animation:none;transform:none}.network-circuit{width:118%}.network-orbit-one{width:430px;height:230px;margin-left:-215px;margin-top:-115px}.network-orbit-two{width:350px;height:370px;margin-left:-175px;margin-top:-185px}.network-orbit-three{width:455px;height:178px;margin-left:-227px;margin-top:-89px}.network-orbit-four{width:390px;height:300px;margin-left:-195px;margin-top:-150px}.network-node{width:36px;height:36px;border-radius:12px}.network-node .icon{width:14px;height:14px}.network-node-code{top:-18px}.network-node-search{right:-18px}.network-node-chart{bottom:-18px}.network-node-monitor{left:-18px}.network-halo-one{width:260px;height:260px}.network-halo-two{width:190px;height:190px}}
@media(prefers-reduced-motion:reduce){.network-circuit animateMotion{display:none}.circuit-path,.circuit-junctions circle,.network-orbit,.network-node,.network-node:before,.network-particle,.hero-network-scene .dashboard-card,.hero-network-scene .dashboard-card:after{animation:none!important}.hero-network-scene .dashboard-card{transform:none}}

/* Compact six-card services section — matches the approved UI concept. */
.services-compact{padding-top:54px;padding-bottom:64px;border-top:1px solid rgba(91,235,206,.07);border-bottom:1px solid rgba(91,235,206,.07);background:linear-gradient(180deg,rgba(2,15,17,.16),rgba(3,19,21,.42))}
.services-compact .section-head{max-width:760px;margin:0 auto 28px;text-align:center}
.services-compact .section-head .eyebrow{font-size:13px;margin-bottom:5px}
.services-compact .section-head h2{font-size:clamp(24px,2.35vw,36px);line-height:1.45;margin:0}
.services-compact .section-head p{display:none}
.services-compact-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;align-items:stretch}
.services-compact-card{position:relative;min-width:0;min-height:218px;padding:22px 14px 16px;border:1px solid rgba(130,224,211,.24);border-radius:13px;background:linear-gradient(180deg,rgba(8,39,42,.54),rgba(4,23,25,.72));box-shadow:inset 0 1px rgba(255,255,255,.025);display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden;transition:transform .28s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease}
.services-compact-card:before{content:"";position:absolute;left:15%;right:15%;top:-42px;height:80px;border-radius:50%;background:rgba(53,224,189,.10);filter:blur(28px);opacity:0;transition:opacity .28s ease}
.services-compact-card:hover{transform:translateY(-5px);border-color:rgba(67,231,204,.52);background:linear-gradient(180deg,rgba(10,52,54,.68),rgba(5,27,29,.86));box-shadow:0 15px 32px rgba(0,0,0,.22),0 0 26px rgba(53,224,189,.07)}
.services-compact-card:hover:before{opacity:1}
.services-compact-icon{width:43px;height:43px;margin:0 auto 14px;display:grid;place-items:center;color:#24e0c4;filter:drop-shadow(0 0 8px rgba(36,224,196,.30))}
.services-compact-icon .icon{width:32px;height:32px;stroke-width:1.65}
.services-compact-card h3{margin:0 0 10px;color:#f4ffff;font-size:15px;line-height:1.65;font-weight:800;white-space:normal}
.services-compact-card p{margin:0;color:#a8c9c7;font-size:11.7px;line-height:1.85;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.services-compact-card a{margin-top:auto;padding-top:13px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#31e2c5;font-size:11.7px;font-weight:800;text-decoration:none;transition:gap .2s ease,color .2s ease}
.services-compact-card a:hover{gap:9px;color:#a8fff0}
.services-compact-card a .icon{width:13px;height:13px}
@media(max-width:1180px){.services-compact-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.services-compact-card{min-height:210px;padding-inline:18px}}
@media(max-width:720px){.services-compact{padding-top:44px;padding-bottom:50px}.services-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.services-compact-card{min-height:205px}}
@media(max-width:470px){.services-compact-grid{grid-template-columns:1fr}.services-compact-card{min-height:190px;padding:22px 20px}.services-compact-card p{-webkit-line-clamp:2}}

/* Why us section — compact one-row layout matching the approved concept */
.why-band{padding:26px 0 34px;border-top:1px solid rgba(91,235,206,.06);background:linear-gradient(180deg,rgba(2,15,17,.18),rgba(3,17,19,.32))}
.why-kicker{margin:0 0 18px;text-align:center;color:#66e8cf;font-size:12px;font-weight:800;line-height:1.5}
.why-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(350px,.9fr);gap:28px;align-items:center;direction:ltr}
.why-features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;direction:rtl}
.why-card{min-height:112px;padding:13px 10px 11px;border:1px solid rgba(130,224,211,.22);border-radius:12px;background:linear-gradient(180deg,rgba(7,34,37,.50),rgba(3,19,21,.68));display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:inset 0 1px rgba(255,255,255,.025)}
.why-card .icon-wrap{width:35px;height:35px;margin:0 auto 7px;display:grid;place-items:center;color:#28e3c7;filter:drop-shadow(0 0 7px rgba(40,227,199,.24))}
.why-card .icon-wrap .icon{width:24px;height:24px;stroke-width:1.6}
.why-card h3{margin:0 0 5px;color:#f5ffff;font-size:13px;line-height:1.55;font-weight:850}
.why-card p{margin:0;color:#a7c4c3;font-size:9.8px;line-height:1.75;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.why-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:center;direction:rtl}
.why-stat{min-height:88px;padding:8px 4px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border:0;background:transparent}
.why-stat strong{display:block;margin-bottom:7px;color:#36e7cd;font-size:clamp(25px,2vw,35px);line-height:1;font-weight:900;text-shadow:0 0 14px rgba(53,224,189,.16);white-space:nowrap}
.why-stat span{color:#d0e9e7;font-size:10px;line-height:1.6;font-weight:700;white-space:nowrap}
@media(max-width:1180px){.why-layout{grid-template-columns:1fr;gap:20px}.why-features,.why-stats{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:760px){.why-features,.why-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.why-card{min-height:118px}.why-stat{min-height:72px}}
@media(max-width:440px){.why-features{grid-template-columns:1fr}.why-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* Interactive semicircular collaboration process */
.process-orbit-section{
    position:relative;
    padding:48px 0 64px;
    overflow:hidden;
    border-top:1px solid rgba(91,235,206,.06);
    background:
        radial-gradient(circle at 50% 15%,rgba(49,226,197,.075),transparent 34%),
        linear-gradient(180deg,rgba(2,16,18,.04),rgba(4,18,20,.26));
}
.process-orbit-section:before{
    content:"";
    position:absolute;
    width:560px;
    height:240px;
    left:50%;
    bottom:-150px;
    transform:translateX(-50%);
    border-radius:50%;
    background:rgba(49,226,197,.055);
    filter:blur(70px);
    pointer-events:none;
}
.process-orbit-header{
    position:relative;
    z-index:2;
    max-width:620px;
    margin:0 auto 10px;
    text-align:center;
}
.process-orbit-header .eyebrow{
    margin-bottom:7px;
    color:#56e7ce;
}
.process-orbit-header h2{
    margin:0 0 5px;
    color:#f4ffff;
    font-size:clamp(25px,2.5vw,36px);
    line-height:1.5;
    font-weight:900;
}
.process-orbit-header p{
    margin:0;
    color:#a7c7c5;
    font-size:13px;
    line-height:1.9;
}
.process-orbit{
    position:relative;
    max-width:1180px;
    margin-inline:auto;
}
.process-orbit [x-cloak]{
    display:none!important;
}
.process-orbit__stage{
    position:relative;
    min-height:570px;
    overflow:hidden;
    isolation:isolate;
}
.process-orbit__arc{
    position:absolute;
    z-index:0;
    left:50%;
    bottom:-500px;
    width:min(980px,88vw);
    aspect-ratio:1;
    transform:translateX(-50%);
    border:1px solid rgba(102,234,211,.24);
    border-radius:50%;
    box-shadow:
        0 0 34px rgba(49,226,197,.07),
        inset 0 0 42px rgba(49,226,197,.025);
}
.process-orbit__arc:before{
    content:"";
    position:absolute;
    inset:-3px;
    padding:3px;
    border-radius:inherit;
    background:
        conic-gradient(
            from 0deg,
            transparent 0deg 252deg,
            rgba(93,238,214,.02) 270deg,
            rgba(125,255,234,.34) 292deg,
            rgba(225,255,249,.62) 302deg,
            rgba(80,231,205,.16) 314deg,
            transparent 332deg 360deg
        );
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite:xor;
    mask-composite:exclude;
    filter:drop-shadow(0 0 9px rgba(49,226,197,.12));
    animation:processOrbitLight 9s linear infinite reverse;
}
.process-orbit__arc:after{
    content:"";
    position:absolute;
    inset:14px;
    border:1px solid rgba(105,235,212,.06);
    border-radius:inherit;
}
.process-orbit__arc-dot{
    position:absolute;
    z-index:2;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#67efd8;
    box-shadow:0 0 0 4px rgba(49,226,197,.04),0 0 13px rgba(49,226,197,.42);
}
.process-orbit__arc-dot--one{top:10.5%;left:25%}
.process-orbit__arc-dot--two{top:1.3%;left:50%;transform:translateX(-50%)}
.process-orbit__arc-dot--three{top:10.5%;right:25%}
.process-orbit__nodes{
    position:absolute;
    inset:0;
    z-index:3;
}
.process-orbit__node{
    --connector-angle:0deg;
    position:absolute;
    width:150px;
    padding:0;
    border:0;
    background:transparent;
    color:inherit;
    text-align:center;
    cursor:pointer;
    appearance:none;
    transition:transform .3s ease,filter .3s ease;
}
.process-orbit__node:nth-child(1){right:1.5%;top:276px}
.process-orbit__node:nth-child(2){right:15.5%;top:118px}
.process-orbit__node:nth-child(3){right:34%;top:51px}
.process-orbit__node:nth-child(4){left:34%;top:51px}
.process-orbit__node:nth-child(5){left:15.5%;top:118px}
.process-orbit__node:nth-child(6){left:1.5%;top:276px}
.process-orbit__node:hover,
.process-orbit__node:focus-visible{
    transform:translateY(-4px);
    outline:none;
}
.process-orbit__node-ring{
    position:relative;
    width:76px;
    height:76px;
    margin:0 auto 12px;
    display:grid;
    place-items:center;
    border:1px solid rgba(122,239,218,.36);
    border-radius:50%;
    color:#dcfff8;
    background:
        radial-gradient(circle at 50% 35%,rgba(25,81,80,.94),rgba(3,23,25,.98) 70%);
    box-shadow:
        0 0 0 5px rgba(49,226,197,.028),
        0 0 0 9px rgba(49,226,197,.014),
        0 0 22px rgba(49,226,197,.09),
        inset 0 1px rgba(255,255,255,.07);
    transition:
        border-color .3s ease,
        color .3s ease,
        box-shadow .3s ease,
        transform .3s ease,
        background .3s ease;
}
.process-orbit__node-ring:before{
    content:"";
    position:absolute;
    inset:5px;
    border:1px solid rgba(134,244,225,.15);
    border-radius:50%;
}
.process-orbit__node-ring:after{
    content:"";
    position:absolute;
    z-index:-1;
    left:50%;
    top:calc(100% + 8px);
    width:2px;
    height:0;
    transform-origin:top;
    transform:translateX(-50%) rotate(var(--connector-angle));
    border-radius:999px;
    background:linear-gradient(to bottom,rgba(83,235,210,.52),rgba(83,235,210,0));
    box-shadow:0 0 10px rgba(49,226,197,.16);
    opacity:0;
    transition:height .35s ease,opacity .25s ease;
}
.process-orbit__step-number{
    position:absolute;
    top:5px;
    right:6px;
    min-width:21px;
    height:21px;
    padding-inline:4px;
    display:grid;
    place-items:center;
    border:1px solid rgba(117,238,216,.24);
    border-radius:999px;
    background:#092f31;
    color:#71e9d3;
    font-size:8px;
    line-height:1;
    font-weight:900;
}
.process-orbit__node-label{
    display:block;
    color:#dcefed;
    font-size:12px;
    line-height:1.7;
    font-weight:800;
    transition:color .3s ease,text-shadow .3s ease;
}
.process-orbit__node.is-active{
    filter:drop-shadow(0 0 16px rgba(49,226,197,.12));
}
.process-orbit__node.is-active .process-orbit__node-ring{
    transform:scale(1.08);
    border-color:#4ae6ca;
    color:#f1fffc;
    background:
        radial-gradient(circle at 50% 35%,rgba(35,111,106,.98),rgba(4,29,31,.98) 72%);
    box-shadow:
        0 0 0 5px rgba(49,226,197,.055),
        0 0 0 10px rgba(49,226,197,.024),
        0 0 30px rgba(49,226,197,.24),
        inset 0 1px rgba(255,255,255,.09);
}
.process-orbit__node.is-active .process-orbit__node-ring:after{
    height:62px;
    opacity:1;
}
.process-orbit__node.is-active .process-orbit__node-label{
    color:#72efd8;
    text-shadow:0 0 12px rgba(49,226,197,.16);
}
.process-orbit__content{
    position:absolute;
    z-index:2;
    top:205px;
    left:50%;
    width:min(470px,48vw);
    min-height:230px;
    transform:translateX(-50%);
}
.process-orbit__panel{
    position:absolute;
    inset:0;
    padding:27px 38px 25px;
    overflow:hidden;
    border:1px solid rgba(125,235,215,.19);
    border-radius:22px;
    background:
        radial-gradient(circle at 50% 0,rgba(49,226,197,.10),transparent 42%),
        linear-gradient(150deg,rgba(8,48,50,.85),rgba(3,24,26,.94));
    box-shadow:
        0 24px 55px rgba(0,0,0,.22),
        0 0 34px rgba(49,226,197,.055),
        inset 0 1px rgba(255,255,255,.045);
    text-align:center;
    backdrop-filter:blur(16px);
}
.process-orbit__panel:before,
.process-orbit__panel:after{
    content:"";
    position:absolute;
    border-radius:50%;
    pointer-events:none;
}
.process-orbit__panel:before{
    width:130px;
    height:130px;
    right:-70px;
    top:-70px;
    border:1px solid rgba(108,237,214,.08);
}
.process-orbit__panel:after{
    width:90px;
    height:90px;
    left:-47px;
    bottom:-47px;
    background:rgba(49,226,197,.035);
    filter:blur(12px);
}
.process-orbit__panel-icon{
    width:48px;
    height:48px;
    margin:0 auto 10px;
    display:grid;
    place-items:center;
    border:1px solid rgba(115,240,217,.22);
    border-radius:15px;
    color:#46e6ca;
    background:rgba(49,226,197,.07);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.025),0 0 18px rgba(49,226,197,.07);
}
.process-orbit__panel-step{
    display:inline-block;
    margin-bottom:5px;
    color:#6dddc9;
    font-size:10px;
    line-height:1.6;
    font-weight:800;
}
.process-orbit__panel h3{
    margin:0 0 8px;
    color:#f2fffc;
    font-size:22px;
    line-height:1.6;
    font-weight:900;
}
.process-orbit__panel p{
    margin:0;
    color:#bad1cf;
    font-size:13px;
    line-height:2;
}
.process-orbit__panel small{
    display:block;
    margin-top:12px;
    padding-top:11px;
    border-top:1px solid rgba(126,231,211,.10);
    color:#7fa8a4;
    font-size:10px;
    line-height:1.8;
}
.process-orbit__mobile-hint{
    display:none;
    margin-top:12px;
    color:#789f9b;
    font-size:10px;
    line-height:1.8;
    text-align:center;
}
@keyframes processOrbitLight{
    to{transform:rotate(-360deg)}
}
@media(max-width:1040px){
    .process-orbit__stage{min-height:540px}
    .process-orbit__arc{
        bottom:-485px;
        width:min(920px,94vw);
    }
    .process-orbit__node{width:132px}
    .process-orbit__node:nth-child(1){right:0;top:270px}
    .process-orbit__node:nth-child(2){right:13%;top:126px}
    .process-orbit__node:nth-child(3){right:32%;top:62px}
    .process-orbit__node:nth-child(4){left:32%;top:62px}
    .process-orbit__node:nth-child(5){left:13%;top:126px}
    .process-orbit__node:nth-child(6){left:0;top:270px}
    .process-orbit__content{
        top:212px;
        width:min(440px,48vw);
    }
}
@media(max-width:820px){
    .process-orbit-section{padding:42px 0 52px}
    .process-orbit-header{margin-bottom:24px}
    .process-orbit__stage{
        min-height:0;
        overflow:visible;
    }
    .process-orbit__arc{
        display:none;
    }
    .process-orbit__nodes{
        position:relative;
        display:grid;
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:12px;
    }
    .process-orbit__node,
    .process-orbit__node:nth-child(n){
        position:relative;
        inset:auto;
        width:auto;
        min-width:0;
        padding:14px 8px;
        border:1px solid rgba(122,229,210,.13);
        border-radius:15px;
        background:rgba(5,31,33,.48);
    }
    .process-orbit__node:hover,
    .process-orbit__node:focus-visible{
        transform:translateY(-2px);
    }
    .process-orbit__node.is-active{
        border-color:rgba(72,230,203,.34);
        background:rgba(9,52,54,.68);
        box-shadow:0 12px 25px rgba(0,0,0,.14),0 0 20px rgba(49,226,197,.05);
    }
    .process-orbit__node-ring{
        width:62px;
        height:62px;
        margin-bottom:9px;
    }
    .process-orbit__node-ring:after{
        display:none;
    }
    .process-orbit__node-label{
        font-size:10.5px;
    }
    .process-orbit__content{
        position:relative;
        top:auto;
        left:auto;
        width:100%;
        min-height:245px;
        margin-top:18px;
        transform:none;
    }
    .process-orbit__mobile-hint{
        display:block;
    }
}
@media(max-width:520px){
    .process-orbit__nodes{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:9px;
    }
    .process-orbit__node,
    .process-orbit__node:nth-child(n){
        padding:12px 6px;
    }
    .process-orbit__node-ring{
        width:56px;
        height:56px;
    }
    .process-orbit__node-ring .icon{
        width:20px;
        height:20px;
    }
    .process-orbit__step-number{
        top:3px;
        right:3px;
        min-width:18px;
        height:18px;
        font-size:7px;
    }
    .process-orbit__content{
        min-height:275px;
    }
    .process-orbit__panel{
        padding:24px 18px 22px;
        border-radius:18px;
    }
    .process-orbit__panel h3{
        font-size:19px;
    }
    .process-orbit__panel p{
        font-size:12px;
    }
}
@media(prefers-reduced-motion:reduce){
    .process-orbit__arc:before{
        animation:none!important;
    }
    .process-orbit__node,
    .process-orbit__node-ring,
    .process-orbit__node-ring:after{
        transition:none!important;
    }
}


/* Glass portfolio showcase with scrollable project menu */
.portfolio-showcase-section{
    position:relative;
    padding:54px 0 62px;
    overflow:hidden;
    border-top:1px solid rgba(91,235,206,.06);
    background:
        radial-gradient(circle at 15% 50%,rgba(49,226,197,.06),transparent 30%),
        radial-gradient(circle at 88% 15%,rgba(65,119,160,.06),transparent 28%),
        linear-gradient(180deg,rgba(2,16,18,.12),rgba(4,18,20,.34));
}
.portfolio-showcase-section:before{
    content:"";
    position:absolute;
    width:520px;
    height:260px;
    left:-180px;
    bottom:-150px;
    border-radius:50%;
    background:rgba(49,226,197,.045);
    filter:blur(75px);
    pointer-events:none;
}
.portfolio-showcase__header{
    max-width:710px;
    margin:0 auto 28px;
    text-align:center;
}
.portfolio-showcase__header .eyebrow{
    margin-bottom:6px;
}
.portfolio-showcase__header h2{
    margin:0 0 7px;
    color:#f4ffff;
    font-size:clamp(25px,2.55vw,38px);
    line-height:1.5;
    font-weight:900;
}
.portfolio-showcase__header p{
    margin:0;
    color:#9fbcba;
    font-size:13px;
    line-height:1.9;
}
.portfolio-showcase{
    position:relative;
    display:grid;
    grid-template-columns:minmax(270px,330px) minmax(0,1fr);
    gap:16px;
    min-height:545px;
    direction:rtl;
}
.portfolio-showcase [x-cloak]{
    display:none!important;
}
.portfolio-showcase__menu-shell,
.portfolio-showcase__display{
    position:relative;
    border:1px solid rgba(127,231,211,.18);
    border-radius:22px;
    background:
        linear-gradient(145deg,rgba(10,53,55,.63),rgba(3,25,27,.82));
    box-shadow:
        0 24px 58px rgba(0,0,0,.18),
        inset 0 1px rgba(255,255,255,.045);
    backdrop-filter:blur(18px);
}
.portfolio-showcase__menu-shell{
    height:545px;
    padding:16px 10px 14px;
    overflow:hidden;
}
.portfolio-showcase__menu-title{
    position:relative;
    z-index:4;
    min-height:52px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:0 8px 12px;
    border-bottom:1px solid rgba(128,226,208,.10);
}
.portfolio-showcase__menu-title small,
.portfolio-showcase__menu-title strong{
    display:block;
}
.portfolio-showcase__menu-title small{
    color:#789d99;
    font-size:9px;
    line-height:1.6;
}
.portfolio-showcase__menu-title strong{
    color:#effffc;
    font-size:14px;
    line-height:1.6;
}
.portfolio-showcase__menu-title>span{
    padding:5px 8px;
    border:1px solid rgba(94,220,199,.12);
    border-radius:999px;
    color:#6ccfbe;
    background:rgba(49,226,197,.04);
    font-size:8px;
    white-space:nowrap;
}
.portfolio-showcase__menu{
    position:relative;
    z-index:2;
    height:calc(100% - 54px);
    padding:8px 2px 26px;
    overflow-y:auto;
    overflow-x:hidden;
    overscroll-behavior:contain;
    scrollbar-width:thin;
    scrollbar-color:rgba(49,226,197,.34) rgba(255,255,255,.03);
}
.portfolio-showcase__menu::-webkit-scrollbar{
    width:5px;
}
.portfolio-showcase__menu::-webkit-scrollbar-track{
    background:rgba(255,255,255,.025);
    border-radius:999px;
}
.portfolio-showcase__menu::-webkit-scrollbar-thumb{
    border-radius:999px;
    background:linear-gradient(#31e2c5,#177e73);
}
.portfolio-showcase__menu-item{
    --project-accent:#31e2c5;
    position:relative;
    width:100%;
    min-height:78px;
    display:grid;
    grid-template-columns:68px minmax(0,1fr) 24px;
    align-items:center;
    gap:10px;
    margin:0 0 8px;
    padding:9px;
    overflow:hidden;
    border:1px solid rgba(125,224,207,.10);
    border-radius:15px;
    color:inherit;
    background:rgba(255,255,255,.018);
    text-align:right;
    cursor:pointer;
    appearance:none;
    transition:
        transform .25s ease,
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}
.portfolio-showcase__menu-item:before{
    content:"";
    position:absolute;
    right:0;
    top:12px;
    bottom:12px;
    width:3px;
    border-radius:999px;
    background:var(--project-accent);
    box-shadow:0 0 12px color-mix(in srgb,var(--project-accent) 60%,transparent);
    opacity:0;
    transform:scaleY(.4);
    transition:opacity .25s ease,transform .25s ease;
}
.portfolio-showcase__menu-item:hover,
.portfolio-showcase__menu-item:focus-visible{
    transform:translateX(-3px);
    outline:none;
    border-color:rgba(128,232,212,.22);
    background:rgba(255,255,255,.035);
}
.portfolio-showcase__menu-item.is-active{
    border-color:color-mix(in srgb,var(--project-accent) 42%,rgba(116,231,210,.25));
    background:
        linear-gradient(90deg,color-mix(in srgb,var(--project-accent) 9%,transparent),rgba(255,255,255,.025));
    box-shadow:
        0 12px 26px rgba(0,0,0,.11),
        inset 0 1px rgba(255,255,255,.025);
}
.portfolio-showcase__menu-item.is-active:before{
    opacity:1;
    transform:scaleY(1);
}
.portfolio-showcase__menu-thumb{
    width:68px;
    height:50px;
    display:block;
    overflow:hidden;
    border:1px solid rgba(213,255,247,.14);
    border-radius:10px;
    background:#0a2b2d;
    box-shadow:0 8px 18px rgba(0,0,0,.16);
}
.portfolio-showcase__menu-thumb img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}
.portfolio-showcase__menu-copy{
    min-width:0;
}
.portfolio-showcase__menu-copy small,
.portfolio-showcase__menu-copy strong,
.portfolio-showcase__menu-copy em{
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.portfolio-showcase__menu-copy small{
    margin-bottom:2px;
    color:#779a97;
    font-size:8px;
    line-height:1.6;
}
.portfolio-showcase__menu-copy strong{
    color:#e9faf7;
    font-size:11.5px;
    line-height:1.65;
}
.portfolio-showcase__menu-copy em{
    color:var(--project-accent);
    font-size:8.5px;
    line-height:1.65;
    font-style:normal;
    opacity:.84;
}
.portfolio-showcase__menu-arrow{
    width:24px;
    height:24px;
    display:grid;
    place-items:center;
    border:1px solid rgba(118,223,204,.10);
    border-radius:8px;
    color:#729b97;
    background:rgba(255,255,255,.018);
    transform:rotate(180deg);
    transition:color .25s ease,background .25s ease,border-color .25s ease;
}
.portfolio-showcase__menu-item.is-active .portfolio-showcase__menu-arrow{
    color:var(--project-accent);
    border-color:color-mix(in srgb,var(--project-accent) 28%,transparent);
    background:color-mix(in srgb,var(--project-accent) 8%,transparent);
}
.portfolio-showcase__menu-fade{
    position:absolute;
    z-index:3;
    left:10px;
    right:10px;
    height:32px;
    pointer-events:none;
}
.portfolio-showcase__menu-fade--top{
    top:69px;
    background:linear-gradient(rgba(5,35,37,.95),transparent);
}
.portfolio-showcase__menu-fade--bottom{
    bottom:10px;
    background:linear-gradient(transparent,rgba(4,28,30,.98));
}
.portfolio-showcase__display{
    height:545px;
    overflow:hidden;
}
.portfolio-showcase__display:before{
    content:"";
    position:absolute;
    z-index:0;
    width:300px;
    height:300px;
    left:-120px;
    bottom:-150px;
    border-radius:50%;
    background:rgba(49,226,197,.045);
    filter:blur(45px);
    pointer-events:none;
}
.portfolio-showcase__panel{
    --project-accent:#31e2c5;
    position:absolute;
    inset:0 0 50px;
    z-index:1;
    display:grid;
    grid-template-rows:minmax(0,1.45fr) auto;
    direction:rtl;
}
.portfolio-showcase__image{
    position:relative;
    min-height:0;
    overflow:hidden;
    border-radius:21px 21px 0 0;
    background:#082628;
}
.portfolio-showcase__image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center top;
    transform:scale(1.002);
}
.portfolio-showcase__image-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(180deg,rgba(3,21,23,.04),rgba(3,21,23,.08) 54%,rgba(3,21,23,.78)),
        linear-gradient(90deg,rgba(3,21,23,.16),transparent 35%);
    pointer-events:none;
}
.portfolio-showcase__type{
    position:absolute;
    top:17px;
    right:17px;
    padding:7px 11px;
    border:1px solid color-mix(in srgb,var(--project-accent) 30%,rgba(255,255,255,.12));
    border-radius:999px;
    color:#f3fffd;
    background:rgba(4,28,30,.70);
    box-shadow:0 9px 22px rgba(0,0,0,.16);
    backdrop-filter:blur(12px);
    font-size:9px;
    font-weight:800;
}
.portfolio-showcase__image-result{
    position:absolute;
    left:18px;
    bottom:17px;
    min-width:135px;
    padding:10px 13px;
    border:1px solid color-mix(in srgb,var(--project-accent) 30%,rgba(255,255,255,.10));
    border-radius:14px;
    background:rgba(3,28,30,.72);
    box-shadow:0 14px 28px rgba(0,0,0,.18);
    backdrop-filter:blur(14px);
}
.portfolio-showcase__image-result small,
.portfolio-showcase__image-result strong{
    display:block;
}
.portfolio-showcase__image-result small{
    color:#8aa9a5;
    font-size:8px;
    line-height:1.6;
}
.portfolio-showcase__image-result strong{
    color:var(--project-accent);
    font-size:15px;
    line-height:1.6;
    font-weight:900;
}
.portfolio-showcase__details{
    position:relative;
    z-index:2;
    padding:19px 21px 17px;
    background:
        linear-gradient(140deg,rgba(8,48,50,.94),rgba(3,25,27,.98));
    border-top:1px solid rgba(123,225,207,.10);
}
.portfolio-showcase__details-main{
    display:grid;
    grid-template-columns:44px minmax(0,1fr);
    gap:13px;
    align-items:start;
}
.portfolio-showcase__number{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border:1px solid color-mix(in srgb,var(--project-accent) 30%,transparent);
    border-radius:13px;
    color:var(--project-accent);
    background:color-mix(in srgb,var(--project-accent) 7%,rgba(5,39,41,.95));
    font-size:11px;
    font-weight:900;
}
.portfolio-showcase__details h3{
    margin:0 0 5px;
    color:#f1fffc;
    font-size:20px;
    line-height:1.55;
    font-weight:900;
}
.portfolio-showcase__details p{
    margin:0;
    color:#a6c2bf;
    font-size:11.5px;
    line-height:1.9;
}
.portfolio-showcase__details-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin-top:13px;
    padding-top:13px;
    border-top:1px solid rgba(123,225,207,.09);
}
.portfolio-showcase__tags{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
}
.portfolio-showcase__tags span{
    padding:5px 8px;
    border:1px solid rgba(118,219,201,.10);
    border-radius:999px;
    color:#8eaaa7;
    background:rgba(255,255,255,.018);
    font-size:8px;
    line-height:1.4;
}
.portfolio-showcase__link{
    display:inline-flex;
    align-items:center;
    gap:7px;
    flex:0 0 auto;
    color:var(--project-accent);
    font-size:10px;
    line-height:1.6;
    font-weight:800;
    text-decoration:none;
}
.portfolio-showcase__link .icon{
    transform:rotate(180deg);
}
.portfolio-showcase__controls{
    position:absolute;
    z-index:4;
    left:18px;
    right:18px;
    bottom:10px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:13px;
}
.portfolio-showcase__controls>button{
    width:30px;
    height:30px;
    padding:0;
    display:grid;
    place-items:center;
    border:1px solid rgba(116,222,203,.15);
    border-radius:9px;
    color:#b5cecb;
    background:rgba(4,31,33,.76);
    cursor:pointer;
    appearance:none;
    transition:color .2s ease,border-color .2s ease,background .2s ease;
}
.portfolio-showcase__controls>button:hover{
    color:#42e6c9;
    border-color:rgba(66,230,201,.32);
    background:rgba(8,52,54,.92);
}
.portfolio-showcase__controls>button.is-next .icon{
    transform:rotate(180deg);
}
.portfolio-showcase__progress{
    display:flex;
    align-items:center;
    gap:6px;
}
.portfolio-showcase__progress button{
    position:relative;
    width:8px;
    height:8px;
    padding:0;
    overflow:hidden;
    border:1px solid rgba(106,220,201,.20);
    border-radius:999px;
    background:rgba(255,255,255,.04);
    cursor:pointer;
    appearance:none;
    transition:width .25s ease,background .25s ease,border-color .25s ease;
}
.portfolio-showcase__progress button.is-active{
    width:35px;
    border-color:rgba(68,231,202,.35);
    background:rgba(49,226,197,.09);
}
.portfolio-showcase__progress button.is-active:after{
    content:"";
    position:absolute;
    inset:1px;
    width:0;
    border-radius:inherit;
    background:linear-gradient(90deg,#31e2c5,#94fff0);
    animation:portfolioShowcaseProgress 10s linear forwards;
}
.portfolio-showcase__footer{
    margin-top:18px;
    text-align:center;
}
.portfolio-showcase__footer .btn{
    min-width:205px;
}
.portfolio-panel-enter{
    transition:opacity .45s ease,transform .55s cubic-bezier(.2,.8,.2,1);
}
.portfolio-panel-enter-start{
    opacity:0;
    transform:translateY(14px) scale(.985);
}
.portfolio-panel-enter-end{
    opacity:1;
    transform:translateY(0) scale(1);
}
.portfolio-panel-leave{
    transition:opacity .25s ease,transform .25s ease;
}
.portfolio-panel-leave-start{
    opacity:1;
    transform:translateY(0);
}
.portfolio-panel-leave-end{
    opacity:0;
    transform:translateY(-8px);
}
@keyframes portfolioShowcaseProgress{
    from{width:0}
    to{width:calc(100% - 2px)}
}
@media(max-width:980px){
    .portfolio-showcase{
        grid-template-columns:minmax(230px,280px) minmax(0,1fr);
    }
    .portfolio-showcase__menu-item{
        grid-template-columns:58px minmax(0,1fr) 22px;
    }
    .portfolio-showcase__menu-thumb{
        width:58px;
        height:46px;
    }
    .portfolio-showcase__details h3{
        font-size:18px;
    }
}
@media(max-width:760px){
    .portfolio-showcase-section{
        padding:44px 0 52px;
    }
    .portfolio-showcase__header{
        margin-bottom:21px;
    }
    .portfolio-showcase{
        display:flex;
        flex-direction:column;
        min-height:0;
        gap:12px;
    }
    .portfolio-showcase__menu-shell{
        order:1;
        height:auto;
        padding:10px 0 8px;
        overflow:hidden;
        border-radius:18px;
    }
    .portfolio-showcase__menu-title{
        min-height:43px;
        padding:0 13px 9px;
    }
    .portfolio-showcase__menu-title>span{
        display:none;
    }
    .portfolio-showcase__menu{
        height:auto;
        display:flex;
        gap:8px;
        padding:8px 18px 10px;
        overflow-x:auto;
        overflow-y:hidden;
        direction:rtl;
        scroll-snap-type:x mandatory;
        scroll-padding-inline:18px;
        scrollbar-width:none;
    }
    .portfolio-showcase__menu::-webkit-scrollbar{
        display:none;
    }
    .portfolio-showcase__menu-item{
        flex:0 0 min(72vw,255px);
        width:min(72vw,255px);
        min-height:76px;
        margin:0;
        scroll-snap-align:center;
        scroll-snap-stop:always;
    }
    .portfolio-showcase__menu-fade{
        top:52px;
        bottom:8px;
        width:24px;
        height:auto;
    }
    .portfolio-showcase__menu-fade--top{
        right:0;
        left:auto;
        background:linear-gradient(90deg,transparent,rgba(5,35,37,.98));
    }
    .portfolio-showcase__menu-fade--bottom{
        left:0;
        right:auto;
        background:linear-gradient(270deg,transparent,rgba(5,35,37,.98));
    }
    .portfolio-showcase__display{
        order:2;
        height:auto;
        min-height:535px;
        border-radius:18px;
    }
    .portfolio-showcase__panel{
        position:relative;
        inset:auto;
        min-height:485px;
        grid-template-rows:245px auto;
        padding-bottom:48px;
    }
    .portfolio-showcase__image{
        border-radius:17px 17px 0 0;
    }
    .portfolio-showcase__details{
        padding:17px 16px 15px;
    }
    .portfolio-showcase__details-bottom{
        align-items:flex-start;
        flex-direction:column;
    }
    .portfolio-showcase__controls{
        bottom:9px;
    }
}
@media(max-width:480px){
    .portfolio-showcase__header h2{
        font-size:23px;
    }
    .portfolio-showcase__header p{
        font-size:11.5px;
    }
    .portfolio-showcase__menu-item{
        flex-basis:min(78vw,270px);
        width:min(78vw,270px);
    }
    .portfolio-showcase__display{
        min-height:555px;
    }
    .portfolio-showcase__panel{
        min-height:510px;
        grid-template-rows:220px auto;
    }
    .portfolio-showcase__image-result{
        left:12px;
        bottom:12px;
        min-width:120px;
        padding:8px 10px;
    }
    .portfolio-showcase__type{
        top:12px;
        right:12px;
    }
    .portfolio-showcase__details-main{
        grid-template-columns:38px minmax(0,1fr);
        gap:10px;
    }
    .portfolio-showcase__number{
        width:36px;
        height:36px;
        border-radius:11px;
    }
    .portfolio-showcase__details h3{
        font-size:17px;
    }
    .portfolio-showcase__details p{
        font-size:10.5px;
    }
    .portfolio-showcase__tags span{
        font-size:7.5px;
    }
}
@media(prefers-reduced-motion:reduce){
    .portfolio-showcase__progress button.is-active:after{
        animation:none!important;
    }
    .portfolio-panel-enter,
    .portfolio-panel-leave{
        transition:none!important;
    }
}



/* Pricing section rebuilt to match the approved reference: 3 cards left, comparison table right. */
.pricing-exact{padding:44px 0 56px;border-top:1px solid rgba(91,235,206,.07);border-bottom:1px solid rgba(91,235,206,.07);background:linear-gradient(180deg,rgba(2,15,17,.10),rgba(3,18,20,.35));overflow:hidden}
.pricing-exact-shell{width:min(1500px,calc(100% - 30px));margin-inline:auto;display:grid;grid-template-columns:minmax(0,1.72fr) minmax(430px,.96fr);gap:28px;align-items:start;direction:ltr}
.pricing-exact-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:stretch;padding-top:26px;direction:ltr;min-width:0}
.pricing-exact-card{position:relative;min-width:0;min-height:410px;padding:24px 22px 18px;border:1px solid rgba(130,224,211,.23);border-radius:14px;background:linear-gradient(180deg,rgba(7,35,38,.62),rgba(3,20,22,.84));box-shadow:inset 0 1px rgba(255,255,255,.025);display:flex;flex-direction:column;direction:rtl;text-align:right;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.pricing-exact-card:hover{transform:translateY(-4px);border-color:rgba(67,231,204,.43);box-shadow:0 16px 32px rgba(0,0,0,.18),0 0 24px rgba(49,226,197,.07)}
.pricing-exact-card.is-featured{transform:translateY(-16px);border-color:#28dec2;box-shadow:0 0 0 1px rgba(40,222,194,.20),0 18px 36px rgba(0,0,0,.22),0 0 30px rgba(40,222,194,.13)}
.pricing-exact-card.is-featured:hover{transform:translateY(-20px)}
.pricing-exact-ribbon{position:absolute;top:-27px;left:12px;right:12px;height:28px;border-radius:10px 10px 0 0;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#21c9b1,#4de7d3);color:#032829;font-size:11px;font-weight:900;box-shadow:0 0 22px rgba(49,226,197,.20)}
.pricing-exact-card h3{margin:0 0 5px;color:#f4ffff;font-size:23px;line-height:1.5;font-weight:900;text-align:center}
.pricing-exact-subtitle{min-height:40px;margin:0 0 17px;color:#9fc0be;font-size:11px;line-height:1.8;text-align:center}
.pricing-exact-price{display:flex;align-items:baseline;justify-content:center;gap:7px;margin:0 0 18px;white-space:nowrap}
.pricing-exact-price small{color:#9fc0be;font-size:10px}
.pricing-exact-price strong{color:#f5ffff;font-size:25px;line-height:1;font-weight:900}
.pricing-exact-price span{color:#d7efed;font-size:11px;font-weight:700}
.pricing-exact-features{list-style:none;margin:0;padding:17px 0 0;border-top:1px solid rgba(130,224,211,.14);display:grid;gap:9px}
.pricing-exact-features li{display:flex;align-items:flex-start;gap:8px;color:#d7eceb;font-size:11.4px;line-height:1.8}
.pricing-exact-features li .icon{flex:0 0 auto;width:14px;height:14px;margin-top:3px;color:#31e2c5}
.pricing-exact-meta{display:flex;justify-content:space-between;gap:10px;margin-top:auto;padding:15px 0 12px;color:#9fc2bf;font-size:10px;line-height:1.6;border-top:1px solid rgba(130,224,211,.09)}
.pricing-exact-card .btn{width:100%;min-width:0;height:42px;border-radius:10px;padding-inline:12px;font-size:12px}
.pricing-exact-compare{min-width:0;direction:rtl}
.pricing-exact-compare h3{margin:0 0 12px;color:#f4ffff;font-size:20px;line-height:1.5;font-weight:900;text-align:right}
.pricing-exact-table-wrap{width:100%;border:1px solid rgba(130,224,211,.22);border-radius:13px;background:linear-gradient(180deg,rgba(7,34,37,.72),rgba(3,19,21,.88));overflow:hidden;box-shadow:inset 0 1px rgba(255,255,255,.025),0 14px 30px rgba(0,0,0,.12)}
.pricing-exact-table{width:100%;border-collapse:collapse;table-layout:fixed;direction:ltr}
.pricing-exact-table col.plan-col{width:20.5%}
.pricing-exact-table col.feature-col{width:38.5%}
.pricing-exact-table th,.pricing-exact-table td{height:43px;padding:7px 8px;border-bottom:1px solid rgba(130,224,211,.14);border-right:1px solid rgba(130,224,211,.13);font-size:11.5px;line-height:1.45;text-align:center;color:#d8efed;vertical-align:middle;direction:rtl}
.pricing-exact-table thead th{height:47px;background:rgba(255,255,255,.045);color:#f4ffff;font-weight:900;white-space:nowrap}
.pricing-exact-table thead th.professional-col{position:relative;color:#42ead1;background:rgba(49,226,197,.09)}
.pricing-exact-table thead th.professional-col:before{content:"";display:inline-block;width:7px;height:12px;margin-left:5px;border-radius:6px 2px 2px 6px;background:#31e2c5;box-shadow:0 0 8px rgba(49,226,197,.38);vertical-align:-2px}
.pricing-exact-table .feature-heading,.pricing-exact-table .feature-name{text-align:right;padding-right:13px}
.pricing-exact-table .feature-heading{color:#f7ffff}
.pricing-exact-table .feature-name{font-weight:700;color:#ecfbfa;white-space:normal}
.pricing-exact-table .feature-name span{display:inline-flex;align-items:center;gap:7px}
.pricing-exact-table .feature-info{width:14px;height:14px;flex:0 0 14px;border:1px solid rgba(219,250,247,.62);border-radius:50%;display:inline-grid;place-items:center;color:#dffbf8;font-size:8px;line-height:1;font-style:normal}
.pricing-exact-table th:last-child,.pricing-exact-table td:last-child{border-right:0}
.pricing-exact-table tbody tr:last-child th,.pricing-exact-table tbody tr:last-child td{border-bottom:0}
.pricing-exact-table tbody tr:hover th,.pricing-exact-table tbody tr:hover td{background-color:rgba(49,226,197,.025)}
.pricing-exact-table .professional-col{background:rgba(49,226,197,.055);color:#36e7cd;font-weight:900}
.pricing-exact-check{display:inline-block;color:#31e2c5;font-size:18px;font-weight:900;line-height:1;text-shadow:0 0 9px rgba(49,226,197,.20)}
.pricing-exact-dash{color:#8ca5a3}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:1250px){.pricing-exact-shell{grid-template-columns:1fr;max-width:980px}.pricing-exact-cards{order:1}.pricing-exact-compare{order:2}.pricing-exact-compare h3{text-align:center}.pricing-exact-card{min-height:390px}}
@media(max-width:820px){.pricing-exact{padding:38px 0 46px}.pricing-exact-cards{grid-template-columns:1fr;gap:28px;padding-top:24px}.pricing-exact-card{min-height:auto}.pricing-exact-card.is-featured,.pricing-exact-card.is-featured:hover{transform:none}.pricing-exact-table-wrap{overflow-x:auto}.pricing-exact-table{min-width:560px}.pricing-exact-shell{width:min(100% - 24px,680px)}}


/* Compact testimonials — matched to the approved reference */
.testimonials-compact{padding:46px 0 54px;border-top:1px solid rgba(91,235,206,.06);background:linear-gradient(180deg,rgba(2,16,18,.08),rgba(3,18,20,.28))}
.testimonials-compact .testimonials-title{margin:0 0 24px;text-align:center;color:#f2ffff;font-size:clamp(23px,2vw,31px);line-height:1.5;font-weight:900}
.testimonials-compact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.testimonial-compact-card{position:relative;min-height:168px;margin:0;padding:22px 22px 18px;border:1px solid rgba(130,224,211,.20);border-radius:14px;background:linear-gradient(180deg,rgba(7,35,38,.58),rgba(4,22,24,.78));box-shadow:inset 0 1px rgba(255,255,255,.03),0 12px 28px rgba(0,0,0,.10);overflow:hidden}
.testimonial-compact-card:before{content:"“";position:absolute;top:8px;right:18px;color:#31e2c5;font-size:42px;line-height:1;font-weight:900;text-shadow:0 0 12px rgba(49,226,197,.26)}
.testimonial-compact-card p{margin:0 0 18px;padding-right:34px;color:#d8eeee;font-size:13.5px;line-height:2;text-align:right;min-height:60px}
.testimonial-compact-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}
.testimonial-person{display:flex;align-items:center;gap:12px}
.testimonial-avatar{position:relative;width:52px;height:52px;flex:0 0 52px;border-radius:50%;overflow:hidden;border:2px solid rgba(224,255,249,.55);background:linear-gradient(145deg,#174d4d,#092d2f);box-shadow:0 0 0 4px rgba(49,226,197,.04),0 0 18px rgba(49,226,197,.12)}
.testimonial-avatar svg{display:block;width:100%;height:100%}
.testimonial-meta strong{display:block;margin-bottom:3px;color:#f5ffff;font-size:14px;line-height:1.6;font-weight:900}
.testimonial-meta small{display:block;color:#9fc8c6;font-size:11.5px;line-height:1.7}
.testimonial-stars{display:flex;direction:ltr;gap:2px;color:#ffd84b;font-size:14px;letter-spacing:1px;text-shadow:0 0 8px rgba(255,216,75,.20)}
@media(max-width:920px){.testimonials-compact-grid{grid-template-columns:1fr}.testimonial-compact-card{min-height:auto}}
@media(max-width:520px){.testimonials-compact{padding:38px 0 44px}.testimonial-compact-card{padding:20px 18px}.testimonial-compact-card p{padding-right:28px;font-size:13px}.testimonial-avatar{width:46px;height:46px;flex-basis:46px}.testimonial-stars{font-size:12px}}

/* Comparison grid v2 — guarantees all four columns remain visible */
.pricing-compare-scroll{
    width:100%;
    overflow:visible;
    border:1px solid rgba(130,224,211,.22);
    border-radius:13px;
    background:linear-gradient(180deg,rgba(7,34,37,.72),rgba(3,19,21,.88));
    box-shadow:inset 0 1px rgba(255,255,255,.025),0 14px 30px rgba(0,0,0,.12);
}
.pricing-compare-grid{
    width:100%;
    min-width:0;
    display:grid;
    grid-template-columns:minmax(168px,1.55fr) repeat(3,minmax(72px,.82fr));
    direction:rtl;
    overflow:hidden;
    border-radius:12px;
}
.compare-cell{
    min-width:0;
    min-height:43px;
    padding:7px 8px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-left:1px solid rgba(130,224,211,.13);
    border-bottom:1px solid rgba(130,224,211,.14);
    color:#d8efed;
    font-size:11.5px;
    line-height:1.45;
    text-align:center;
    direction:rtl;
}
.compare-cell:nth-child(4n){border-left:0}
.compare-head{
    min-height:47px;
    background:rgba(255,255,255,.045);
    color:#f4ffff;
    font-weight:900;
    white-space:nowrap;
}
.compare-feature-head{
    justify-content:flex-start;
    padding-right:13px;
}
.compare-feature{
    justify-content:flex-start;
    padding-right:13px;
    color:#ecfbfa;
    font-weight:700;
    text-align:right;
}
.compare-feature span{
    min-width:0;
    display:inline-flex;
    align-items:center;
    gap:7px;
}
.compare-professional{
    background:rgba(49,226,197,.055);
    color:#36e7cd;
    font-weight:900;
}
.compare-head.compare-professional{
    position:relative;
    background:rgba(49,226,197,.09);
    color:#42ead1;
}
.compare-head.compare-professional:before{
    content:"";
    width:7px;
    height:12px;
    margin-left:5px;
    border-radius:6px 2px 2px 6px;
    background:#31e2c5;
    box-shadow:0 0 8px rgba(49,226,197,.38);
}
.pricing-compare-grid > .compare-cell:nth-last-child(-n+4){border-bottom:0}
.compare-value:hover,.compare-feature:hover{background-color:rgba(49,226,197,.025)}

@media(max-width:820px){
    .pricing-compare-scroll{overflow-x:auto;overscroll-behavior-inline:contain}
    .pricing-compare-grid{min-width:610px;grid-template-columns:220px repeat(3,130px)}
}

/* SEO results strip — compact chart + four KPI cards + trusted brands */
.seo-results-strip{
    padding:52px 0 54px;
    border-top:1px solid rgba(91,235,206,.06);
    background:
        radial-gradient(circle at 18% 46%,rgba(49,226,197,.055),transparent 30%),
        linear-gradient(180deg,rgba(2,15,17,.18),rgba(3,18,20,.38));
}
.seo-results-head{
    max-width:620px;
    margin:0 auto 24px;
    text-align:center;
}
.seo-results-head h2{
    margin:0 0 5px;
    color:#f4ffff;
    font-size:clamp(24px,2.2vw,32px);
    line-height:1.5;
    font-weight:900;
}
.seo-results-head p{
    margin:0;
    color:#a7c7c5;
    font-size:13px;
    line-height:1.9;
}
.seo-results-layout{
    display:grid;
    grid-template-columns:minmax(0,1.12fr) minmax(0,1.88fr);
    gap:22px;
    align-items:start;
    direction:ltr;
}
.seo-growth-chart,
.seo-results-side{
    direction:rtl;
}
.seo-growth-chart{
    min-height:252px;
    padding:16px 16px 12px;
    border:1px solid rgba(130,224,211,.20);
    border-radius:15px;
    background:linear-gradient(180deg,rgba(7,34,37,.66),rgba(3,19,21,.84));
    box-shadow:inset 0 1px rgba(255,255,255,.025),0 14px 30px rgba(0,0,0,.12);
}
.seo-growth-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin-bottom:8px;
}
.seo-growth-top h3{
    margin:0;
    color:#efffff;
    font-size:15px;
    line-height:1.6;
    font-weight:900;
}
.seo-growth-top span{
    padding:5px 9px;
    border-radius:8px;
    background:rgba(49,226,197,.08);
    color:#bceee7;
    font-size:10px;
    font-weight:700;
    white-space:nowrap;
}
.seo-chart-wrap{
    position:relative;
    padding:4px 0 0 34px;
}
.seo-chart-y{
    position:absolute;
    left:0;
    top:5px;
    bottom:28px;
    width:30px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:flex-start;
    color:#799796;
    font-size:8px;
    direction:ltr;
}
.seo-line-chart{
    display:block;
    width:100%;
    height:176px;
    overflow:visible;
}
.seo-grid-lines path{
    fill:none;
    stroke:rgba(151,204,199,.09);
    stroke-width:1;
}
.seo-area{
    fill:url(#seoAreaGradient);
}
.seo-line{
    fill:none;
    stroke:#31e2c5;
    stroke-width:4;
    stroke-linecap:round;
    stroke-linejoin:round;
    filter:drop-shadow(0 0 7px rgba(49,226,197,.30));
}
.seo-points circle{
    fill:#8dfff0;
    stroke:#31e2c5;
    stroke-width:2;
}
.seo-chart-x{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:4px;
    padding:2px 2px 0;
    color:#7f9e9c;
    font-size:8px;
    text-align:center;
}
.seo-results-side{
    min-width:0;
}
.seo-metric-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
}
.seo-metric-card{
    min-height:152px;
    padding:18px 12px 14px;
    border:1px solid rgba(130,224,211,.22);
    border-radius:14px;
    background:linear-gradient(180deg,rgba(7,33,36,.60),rgba(4,21,23,.82));
    box-shadow:inset 0 1px rgba(255,255,255,.03),0 12px 26px rgba(0,0,0,.10);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.seo-metric-card:hover{
    transform:translateY(-4px);
    border-color:rgba(67,231,204,.46);
    box-shadow:0 16px 30px rgba(0,0,0,.16),0 0 22px rgba(49,226,197,.07);
}
.seo-metric-card strong{
    display:block;
    margin-bottom:11px;
    color:#38ead0;
    font-size:clamp(27px,2.25vw,39px);
    line-height:1;
    font-weight:500;
    letter-spacing:-.02em;
    text-shadow:0 0 16px rgba(49,226,197,.16);
    white-space:nowrap;
}
.seo-metric-card span{
    display:block;
    min-height:38px;
    color:#d1e9e7;
    font-size:11.5px;
    line-height:1.8;
    font-weight:700;
}
.seo-metric-card svg{
    width:34px;
    height:22px;
    margin-top:7px;
    fill:none;
    stroke:#31e2c5;
    stroke-width:2.5;
    stroke-linecap:round;
    stroke-linejoin:round;
    filter:drop-shadow(0 0 6px rgba(49,226,197,.25));
}
.seo-metric-card svg circle{
    fill:#31e2c5;
    stroke:none;
}
.seo-trusted-brands{
    margin-top:16px;
    padding-top:14px;
    border-top:1px solid rgba(130,224,211,.10);
    display:flex;
    align-items:center;
    gap:20px;
    min-width:0;
}
.seo-trusted-label{
    flex:0 0 auto;
    color:#a9c6c4;
    font-size:11px;
    font-weight:700;
    white-space:nowrap;
}
.seo-brand-list{
    min-width:0;
    flex:1;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    color:#78908f;
    filter:grayscale(1);
    opacity:.88;
}
.brand-word{
    font-size:17px;
    line-height:1;
    font-weight:900;
    white-space:nowrap;
    letter-spacing:-.02em;
}
.brand-snapp{
    direction:ltr;
    font-family:Arial,sans-serif;
    font-size:20px;
}
.brand-mark{
    font-size:25px;
    line-height:1;
}
@media(max-width:1180px){
    .seo-results-layout{grid-template-columns:1fr}
    .seo-growth-chart{max-width:720px;width:100%;margin-inline:auto}
}
@media(max-width:860px){
    .seo-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .seo-trusted-brands{align-items:flex-start;flex-direction:column;gap:12px}
    .seo-brand-list{width:100%;flex-wrap:wrap;justify-content:flex-start}
}
@media(max-width:520px){
    .seo-results-strip{padding:42px 0 46px}
    .seo-results-head{margin-bottom:20px}
    .seo-metric-grid{grid-template-columns:1fr 1fr;gap:10px}
    .seo-metric-card{min-height:132px;padding:16px 9px 12px}
    .seo-metric-card strong{font-size:26px}
    .seo-metric-card span{font-size:10.5px}
    .seo-growth-chart{padding:14px 10px 10px}
    .seo-chart-wrap{padding-left:28px}
    .seo-line-chart{height:156px}
    .seo-brand-list{gap:16px}
    .brand-word{font-size:14px}
    .brand-snapp{font-size:17px}
}

/* =========================================================
   AKASH HERO V2 — premium animated first section
   ========================================================= */
.akash-hero{
    position:relative;
    min-height:790px;
    padding:58px 0 42px;
    isolation:isolate;
    overflow:hidden;
    background:
        radial-gradient(circle at 19% 43%,rgba(53,224,189,.12),transparent 32%),
        radial-gradient(circle at 79% 24%,rgba(34,129,126,.16),transparent 31%),
        linear-gradient(135deg,#021416 0%,#031b1d 48%,#06282a 100%);
}
.akash-hero:after{
    height:90px;
    background:linear-gradient(transparent,#031b1d);
}
.akash-hero__mesh{
    position:absolute;
    inset:0;
    z-index:-3;
    pointer-events:none;
    opacity:.34;
    background-image:
        linear-gradient(rgba(116,246,220,.045) 1px,transparent 1px),
        linear-gradient(90deg,rgba(116,246,220,.045) 1px,transparent 1px);
    background-size:58px 58px;
    mask-image:linear-gradient(90deg,rgba(0,0,0,.75),rgba(0,0,0,.18) 48%,rgba(0,0,0,.58));
}
.akash-hero__glow{
    position:absolute;
    z-index:-2;
    border-radius:50%;
    pointer-events:none;
    filter:blur(28px);
    animation:akashGlowPulse 7s ease-in-out infinite;
}
.akash-hero__glow--one{
    width:480px;
    height:480px;
    left:-150px;
    top:80px;
    background:radial-gradient(circle,rgba(53,224,189,.18),rgba(53,224,189,.04) 48%,transparent 72%);
}
.akash-hero__glow--two{
    width:640px;
    height:640px;
    right:-250px;
    bottom:-260px;
    background:radial-gradient(circle,rgba(19,104,106,.34),rgba(19,104,106,.06) 52%,transparent 72%);
    animation-delay:-3.5s;
}
.akash-hero__grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr);
    grid-template-areas:
        "visual copy"
        "stats stats";
    align-items:center;
    column-gap:58px;
    row-gap:34px;
    direction:ltr;
}
.akash-hero__copy{
    grid-area:copy;
    direction:rtl;
    position:relative;
    z-index:8;
    padding-block:24px;
}
.akash-hero__eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:8px 13px;
    border:1px solid rgba(92,239,209,.20);
    border-radius:999px;
    background:rgba(9,54,56,.48);
    color:#9bffec;
    font-size:12px;
    font-weight:800;
    box-shadow:inset 0 1px rgba(255,255,255,.035),0 0 22px rgba(53,224,189,.05);
}
.akash-hero__eyebrow i{
    width:7px;
    height:7px;
    border-radius:50%;
    background:#35e0bd;
    box-shadow:0 0 0 5px rgba(53,224,189,.08),0 0 16px #35e0bd;
    animation:akashStatusPulse 2.4s ease-in-out infinite;
}
.akash-hero__copy h1{
    max-width:680px;
    margin:18px 0 20px;
    color:#f5fffd;
    font-size:clamp(42px,4.45vw,68px);
    line-height:1.43;
    letter-spacing:-2px;
    font-weight:900;
}
.akash-hero__copy h1 span{
    display:inline;
    color:#50e8cc;
    text-shadow:0 0 26px rgba(53,224,189,.24);
}
.akash-hero__copy>p{
    max-width:660px;
    margin:0;
    color:#b6cfcc;
    font-size:16px;
    line-height:2.05;
}
.akash-hero__actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:30px;
}
.akash-hero__actions .btn{
    min-height:52px;
    border-radius:13px;
    padding-inline:23px;
}
.akash-hero__primary{
    position:relative;
    overflow:hidden;
}
.akash-hero__primary:after{
    content:"";
    position:absolute;
    top:-80%;
    bottom:-80%;
    width:38px;
    left:-70px;
    transform:rotate(20deg);
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.46),transparent);
    animation:akashButtonShine 4.8s ease-in-out infinite;
}
.akash-hero__secondary{
    background:rgba(4,31,33,.72);
    backdrop-filter:blur(12px);
}
.akash-hero__features{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:11px 18px;
    margin-top:24px;
    color:#c8ddda;
    font-size:11.5px;
    font-weight:700;
}
.akash-hero__features span{
    display:inline-flex;
    align-items:center;
    gap:6px;
}
.akash-hero__features .icon{
    color:#35e0bd;
    filter:drop-shadow(0 0 7px rgba(53,224,189,.28));
}
.akash-hero__visual{
    grid-area:visual;
    direction:ltr;
    min-width:0;
}
.akash-stage{
    position:relative;
    min-height:560px;
    display:grid;
    place-items:center;
    isolation:isolate;
}
.akash-stage__halo{
    position:absolute;
    z-index:-2;
    width:440px;
    height:440px;
    border-radius:50%;
    background:
        radial-gradient(circle,rgba(53,224,189,.19),rgba(26,126,122,.08) 42%,transparent 70%);
    filter:blur(8px);
    animation:akashHaloBreath 5.5s ease-in-out infinite;
}
.akash-stage__ring{
    position:absolute;
    z-index:-1;
    border:1px solid rgba(99,241,213,.21);
    border-radius:50%;
    box-shadow:inset 0 0 30px rgba(53,224,189,.025),0 0 30px rgba(53,224,189,.04);
    pointer-events:none;
}
.akash-stage__ring:before,
.akash-stage__ring:after{
    content:"";
    position:absolute;
    border-radius:50%;
    background:#aaffee;
    box-shadow:0 0 12px #35e0bd,0 0 28px rgba(53,224,189,.64);
}
.akash-stage__ring:before{
    width:7px;
    height:7px;
    top:14%;
    left:11%;
}
.akash-stage__ring:after{
    width:4px;
    height:4px;
    right:7%;
    bottom:18%;
}
.akash-stage__ring--one{
    width:545px;
    height:390px;
    transform:rotate(-13deg);
    animation:akashRingOne 24s linear infinite;
}
.akash-stage__ring--two{
    width:430px;
    height:510px;
    transform:rotate(28deg);
    border-color:rgba(88,214,195,.14);
    animation:akashRingTwo 30s linear infinite reverse;
}
.akash-stage__spark{
    position:absolute;
    z-index:5;
    width:5px;
    height:5px;
    border-radius:50%;
    background:#cafff5;
    box-shadow:0 0 11px #35e0bd,0 0 25px rgba(53,224,189,.62);
    animation:akashSpark 6s ease-in-out infinite;
}
.akash-stage__spark--one{left:5%;top:23%}
.akash-stage__spark--two{right:9%;top:15%;animation-delay:-2.1s}
.akash-stage__spark--three{right:2%;bottom:21%;animation-delay:-4.2s}
.akash-stage__spark--four{left:13%;bottom:12%;animation-delay:-1.1s}
.akash-laptop-wrap{
    position:relative;
    z-index:3;
    width:min(100%,570px);
    padding:28px 12px 54px;
    animation:akashLaptopFloat 6.3s ease-in-out infinite;
}
.akash-laptop{
    position:relative;
    width:100%;
    transform:perspective(1250px) rotateY(7deg) rotateX(2deg) rotateZ(-1.4deg);
    transform-style:preserve-3d;
    filter:drop-shadow(0 35px 38px rgba(0,0,0,.44));
}
.akash-laptop__screen{
    position:relative;
    aspect-ratio:16/10;
    padding:13px;
    overflow:hidden;
    border:1px solid rgba(170,255,238,.30);
    border-radius:22px 22px 13px 13px;
    background:linear-gradient(145deg,#142d2f,#061719 44%,#0d2f31);
    box-shadow:
        0 0 0 4px rgba(4,17,19,.92),
        0 0 0 5px rgba(117,240,216,.13),
        0 25px 75px rgba(0,0,0,.42),
        0 0 70px rgba(53,224,189,.12),
        inset 0 1px rgba(255,255,255,.11);
}
.akash-laptop__camera{
    position:absolute;
    z-index:7;
    top:5px;
    left:50%;
    width:4px;
    height:4px;
    border-radius:50%;
    transform:translateX(-50%);
    background:#2c6261;
    box-shadow:0 0 6px rgba(102,244,215,.35);
}
.akash-laptop__shine{
    position:absolute;
    z-index:9;
    inset:-30% auto -30% -46%;
    width:34%;
    pointer-events:none;
    transform:skewX(-17deg);
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),rgba(121,255,228,.11),transparent);
    animation:akashScreenShine 7.5s ease-in-out infinite;
}
.akash-laptop__base{
    position:absolute;
    z-index:-1;
    left:-6%;
    right:-6%;
    bottom:-34px;
    height:42px;
    transform:perspective(600px) rotateX(67deg);
    transform-origin:top;
    border-radius:6px 6px 25px 25px;
    border:1px solid rgba(207,255,246,.25);
    background:linear-gradient(180deg,#29484a,#0d2224 42%,#071719);
    box-shadow:0 20px 30px rgba(0,0,0,.42),inset 0 1px rgba(255,255,255,.15);
}
.akash-laptop__base:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-5px;
    height:7px;
    border-radius:0 0 28px 28px;
    background:linear-gradient(90deg,#071719,#294345 45%,#08191b);
}
.akash-laptop__base span{
    position:absolute;
    left:50%;
    top:3px;
    width:74px;
    height:7px;
    border-radius:0 0 10px 10px;
    transform:translateX(-50%);
    background:rgba(0,0,0,.32);
    box-shadow:inset 0 1px rgba(255,255,255,.06);
}
.akash-dashboard{
    height:100%;
    display:grid;
    grid-template-columns:43px minmax(0,1fr);
    overflow:hidden;
    border:1px solid rgba(127,239,218,.12);
    border-radius:12px;
    background:
        radial-gradient(circle at 90% 0,rgba(53,224,189,.08),transparent 29%),
        linear-gradient(145deg,rgba(5,32,34,.98),rgba(3,22,24,.98));
}
.akash-dashboard__sidebar{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    padding:17px 8px;
    border-right:1px solid rgba(132,237,216,.09);
    background:rgba(255,255,255,.014);
}
.akash-dashboard__sidebar span{
    width:27px;
    height:27px;
    display:grid;
    place-items:center;
    border-radius:8px;
    color:#6f9793;
}
.akash-dashboard__sidebar span.is-active{
    color:#baffef;
    background:rgba(53,224,189,.12);
    box-shadow:0 0 17px rgba(53,224,189,.09),inset 0 0 0 1px rgba(111,242,216,.15);
}
.akash-dashboard__main{
    min-width:0;
    padding:15px 16px 13px;
}
.akash-dashboard__header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    margin-bottom:12px;
}
.akash-dashboard__header small,
.akash-dashboard__header strong{
    display:block;
}
.akash-dashboard__header small{
    color:#71918e;
    font-size:8.5px;
    line-height:1.5;
}
.akash-dashboard__header strong{
    color:#effffc;
    font-size:12px;
    line-height:1.5;
}
.akash-dashboard__header>span{
    display:inline-flex;
    align-items:center;
    gap:5px;
    padding:4px 7px;
    border:1px solid rgba(83,229,200,.12);
    border-radius:999px;
    background:rgba(53,224,189,.055);
    color:#8bdcca;
    font-size:7.7px;
}
.akash-dashboard__header>span i{
    width:5px;
    height:5px;
    border-radius:50%;
    background:#35e0bd;
    box-shadow:0 0 8px #35e0bd;
    animation:akashStatusPulse 2s ease-in-out infinite;
}
.akash-dashboard__metrics{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:7px;
}
.akash-dashboard__metrics article{
    position:relative;
    min-width:0;
    padding:9px 8px;
    overflow:hidden;
    border:1px solid rgba(139,237,217,.09);
    border-radius:9px;
    background:rgba(255,255,255,.022);
}
.akash-dashboard__metrics article:after{
    content:"";
    position:absolute;
    width:46px;
    height:46px;
    top:-27px;
    left:-20px;
    border-radius:50%;
    background:rgba(53,224,189,.07);
    filter:blur(12px);
}
.akash-metric-icon{
    width:21px;
    height:21px;
    display:grid;
    place-items:center;
    margin-bottom:4px;
    border-radius:7px;
    color:#43e3c3;
    background:rgba(53,224,189,.08);
}
.akash-dashboard__metrics small,
.akash-dashboard__metrics strong,
.akash-dashboard__metrics em{
    display:block;
}
.akash-dashboard__metrics small{
    overflow:hidden;
    color:#789895;
    font-size:7.3px;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.akash-dashboard__metrics strong{
    margin:2px 0 1px;
    color:#f2fffd;
    font-size:12px;
    line-height:1.4;
}
.akash-dashboard__metrics em{
    color:#35e0bd;
    font-size:7px;
    font-style:normal;
}
.akash-dashboard__chart{
    margin-top:8px;
    padding:10px 10px 4px;
    border:1px solid rgba(139,237,217,.085);
    border-radius:10px;
    background:rgba(0,0,0,.12);
}
.akash-dashboard__chart-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.akash-dashboard__chart-head small,
.akash-dashboard__chart-head strong{
    display:block;
}
.akash-dashboard__chart-head small{
    color:#799c98;
    font-size:7.5px;
}
.akash-dashboard__chart-head strong{
    color:#48e6c7;
    font-size:12px;
}
.akash-dashboard__chart-head>span{
    color:#6d8d89;
    font-size:7px;
}
.akash-dashboard__chart svg{
    display:block;
    width:100%;
    height:105px;
    margin-top:2px;
    overflow:visible;
}
.akash-chart-grid{
    fill:none;
    stroke:rgba(255,255,255,.055);
    stroke-width:1;
}
.akash-chart-area{
    fill:url(#akashChartArea);
}
.akash-chart-line{
    fill:none;
    stroke:#35e0bd;
    stroke-width:3;
    stroke-linecap:round;
    stroke-dasharray:690;
    stroke-dashoffset:690;
    animation:akashChartDraw 3.2s ease-out .45s forwards,akashChartBreathe 4s ease-in-out 3.8s infinite;
}
.akash-chart-point{
    fill:#35e0bd;
    stroke:#dffff8;
    stroke-width:2;
    opacity:0;
    animation:akashPointReveal .5s ease-out 3s forwards,akashPointPulse 2.2s ease-in-out 3.5s infinite;
}
.akash-dashboard__bottom{
    display:grid;
    grid-template-columns:auto minmax(70px,1fr) auto;
    align-items:center;
    gap:10px;
    margin-top:7px;
}
.akash-keywords{
    display:flex;
    align-items:center;
    gap:7px;
}
.akash-keywords>span{
    width:24px;
    height:24px;
    display:grid;
    place-items:center;
    border-radius:7px;
    background:#eef7ff;
    color:#3477d7;
    font-size:10px;
    font-weight:900;
}
.akash-keywords p{
    margin:0;
}
.akash-keywords small,
.akash-keywords strong{
    display:block;
    white-space:nowrap;
}
.akash-keywords small{
    color:#708f8c;
    font-size:6.8px;
}
.akash-keywords strong{
    color:#deefec;
    font-size:8.5px;
}
.akash-bars{
    height:28px;
    display:flex;
    align-items:flex-end;
    gap:4px;
}
.akash-bars i{
    width:7px;
    height:var(--bar);
    min-height:7px;
    border-radius:4px 4px 1px 1px;
    background:linear-gradient(to top,#177b6d,#35e0bd);
    box-shadow:0 0 8px rgba(53,224,189,.10);
    transform-origin:bottom;
    animation:akashBarPulse 3.8s ease-in-out infinite;
}
.akash-bars i:nth-child(2){animation-delay:-.8s}
.akash-bars i:nth-child(3){animation-delay:-1.6s}
.akash-bars i:nth-child(4){animation-delay:-2.4s}
.akash-bars i:nth-child(5){animation-delay:-3.2s}
.akash-score-ring{
    width:35px;
    height:35px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:conic-gradient(#35e0bd 86%,rgba(255,255,255,.06) 0);
    box-shadow:0 0 16px rgba(53,224,189,.10);
}
.akash-score-ring:before{
    content:"";
    position:absolute;
    width:28px;
    height:28px;
    border-radius:50%;
    background:#08292b;
}
.akash-score-ring span{
    position:relative;
    z-index:1;
    color:#dffff8;
    font-size:8px;
    font-weight:900;
}
.akash-float-card{
    position:absolute;
    z-index:8;
    display:flex;
    align-items:center;
    gap:10px;
    min-width:145px;
    padding:10px 12px;
    border:1px solid rgba(129,244,221,.28);
    border-radius:13px;
    background:linear-gradient(145deg,rgba(8,48,50,.86),rgba(3,25,27,.92));
    backdrop-filter:blur(15px);
    box-shadow:0 16px 38px rgba(0,0,0,.30),0 0 22px rgba(53,224,189,.10),inset 0 1px rgba(255,255,255,.05);
}
.akash-float-card strong,
.akash-float-card small{
    display:block;
    white-space:nowrap;
}
.akash-float-card strong{
    color:#f0fffc;
    font-size:10.5px;
    line-height:1.55;
}
.akash-float-card small{
    color:#8eafab;
    font-size:7.8px;
    line-height:1.6;
}
.akash-float-card--tech{
    left:1%;
    top:12%;
    animation:akashCardFloat 5.4s ease-in-out infinite;
}
.akash-float-card--seo{
    right:-1%;
    top:20%;
    animation:akashCardFloat 6.1s ease-in-out -1.4s infinite;
}
.akash-float-card--growth{
    left:4%;
    bottom:17%;
    animation:akashCardFloat 5.8s ease-in-out -2.5s infinite;
}
.akash-float-card--speed{
    right:2%;
    bottom:10%;
    animation:akashCardFloat 6.6s ease-in-out -3.4s infinite;
}
.akash-tech-icons{
    display:flex;
    direction:ltr;
}
.akash-tech-icons span{
    width:24px;
    height:24px;
    display:grid;
    place-items:center;
    margin-left:-5px;
    border:1px solid rgba(166,255,238,.28);
    border-radius:8px;
    background:#0a3b3d;
    color:#72efd7;
    font-size:8px;
    font-weight:900;
    box-shadow:0 0 12px rgba(53,224,189,.08);
}
.akash-tech-icons span:nth-child(2){color:#c8b8ff;background:#28234a}
.akash-tech-icons span:nth-child(3){color:#ffe68e;background:#4b4020}
.akash-mini-ring{
    width:36px;
    height:36px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:conic-gradient(#35e0bd 98%,rgba(255,255,255,.06) 0);
    box-shadow:0 0 15px rgba(53,224,189,.15);
}
.akash-mini-ring:before{
    content:"";
    position:absolute;
    width:29px;
    height:29px;
    border-radius:50%;
    background:#08292b;
}
.akash-mini-ring span{
    position:relative;
    z-index:1;
    color:#cffff5;
    font-size:9px;
    font-weight:900;
}
.akash-growth-icon{
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    border-radius:10px;
    color:#35e0bd;
    background:rgba(53,224,189,.09);
    box-shadow:inset 0 0 0 1px rgba(105,239,212,.12);
}
.akash-speed-dot{
    position:relative;
    width:31px;
    height:31px;
    border:1px solid rgba(94,232,205,.24);
    border-radius:50%;
    background:radial-gradient(circle,rgba(53,224,189,.18),transparent 64%);
}
.akash-speed-dot:before,
.akash-speed-dot:after{
    content:"";
    position:absolute;
    border-radius:50%;
}
.akash-speed-dot:before{
    inset:6px;
    border:2px solid #35e0bd;
    border-left-color:transparent;
    transform:rotate(-25deg);
}
.akash-speed-dot:after{
    width:3px;
    height:9px;
    left:50%;
    bottom:7px;
    transform:translateX(-50%) rotate(24deg);
    transform-origin:bottom;
    background:#cffff5;
    box-shadow:0 0 7px #35e0bd;
}
.akash-hero__stats{
    grid-area:stats;
    direction:rtl;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    overflow:hidden;
    border:1px solid rgba(120,237,214,.15);
    border-radius:18px;
    background:linear-gradient(90deg,rgba(5,38,40,.70),rgba(7,48,49,.52),rgba(5,38,40,.70));
    box-shadow:inset 0 1px rgba(255,255,255,.035),0 17px 40px rgba(0,0,0,.15);
    backdrop-filter:blur(14px);
}
.akash-hero__stats>div{
    min-height:86px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:11px;
    padding:14px 18px;
    border-left:1px solid rgba(130,236,215,.10);
}
.akash-hero__stats>div:last-child{
    border-left:0;
}
.akash-hero__stats>div>span{
    width:39px;
    height:39px;
    display:grid;
    place-items:center;
    flex:0 0 39px;
    border-radius:12px;
    color:#42e5c5;
    background:rgba(53,224,189,.07);
    box-shadow:inset 0 0 0 1px rgba(107,242,216,.11),0 0 18px rgba(53,224,189,.05);
}
.akash-hero__stats p{
    margin:0;
}
.akash-hero__stats strong,
.akash-hero__stats small{
    display:block;
    white-space:nowrap;
}
.akash-hero__stats strong{
    color:#ecfffb;
    font-size:19px;
    line-height:1.35;
}
.akash-hero__stats small{
    color:#89aaa6;
    font-size:9.5px;
    line-height:1.6;
}

@keyframes akashGlowPulse{
    0%,100%{opacity:.68;transform:scale(.94)}
    50%{opacity:1;transform:scale(1.08)}
}
@keyframes akashStatusPulse{
    0%,100%{opacity:.55;transform:scale(.88)}
    50%{opacity:1;transform:scale(1.18)}
}
@keyframes akashButtonShine{
    0%,58%{left:-70px;opacity:0}
    68%{opacity:1}
    88%,100%{left:125%;opacity:0}
}
@keyframes akashHaloBreath{
    0%,100%{opacity:.55;transform:scale(.92)}
    50%{opacity:1;transform:scale(1.08)}
}
@keyframes akashRingOne{
    from{transform:rotate(-13deg)}
    to{transform:rotate(347deg)}
}
@keyframes akashRingTwo{
    from{transform:rotate(28deg)}
    to{transform:rotate(388deg)}
}
@keyframes akashSpark{
    0%,100%{opacity:.25;transform:translate3d(0,0,0) scale(.8)}
    30%{opacity:1;transform:translate3d(10px,-14px,0) scale(1.2)}
    65%{opacity:.62;transform:translate3d(-8px,8px,0) scale(.9)}
}
@keyframes akashLaptopFloat{
    0%,100%{transform:translate3d(0,0,0)}
    50%{transform:translate3d(0,-10px,0)}
}
@keyframes akashScreenShine{
    0%,55%{left:-46%;opacity:0}
    66%{opacity:1}
    84%,100%{left:125%;opacity:0}
}
@keyframes akashChartDraw{
    to{stroke-dashoffset:0}
}
@keyframes akashChartBreathe{
    0%,100%{opacity:.72}
    50%{opacity:1}
}
@keyframes akashPointReveal{
    to{opacity:1}
}
@keyframes akashPointPulse{
    0%,100%{r:5;opacity:.7}
    50%{r:7;opacity:1}
}
@keyframes akashBarPulse{
    0%,100%{transform:scaleY(.78);filter:brightness(.88)}
    50%{transform:scaleY(1.05);filter:brightness(1.2)}
}
@keyframes akashCardFloat{
    0%,100%{transform:translate3d(0,0,0)}
    50%{transform:translate3d(0,-9px,0)}
}

@media(max-width:1120px){
    .akash-hero__grid{column-gap:24px}
    .akash-hero__copy h1{font-size:clamp(40px,4.3vw,58px)}
    .akash-laptop-wrap{width:min(100%,520px)}
    .akash-stage__ring--one{width:490px;height:350px}
    .akash-stage__ring--two{width:390px;height:465px}
    .akash-float-card{min-width:132px;padding:9px 10px}
}
@media(max-width:920px){
    .akash-hero{
        min-height:auto;
        padding:48px 0 42px;
    }
    .akash-hero__grid{
        grid-template-columns:1fr;
        grid-template-areas:
            "copy"
            "visual"
            "stats";
        gap:18px;
    }
    .akash-hero__copy{
        max-width:760px;
        margin-inline:auto;
        text-align:center;
        padding-block:10px 18px;
    }
    .akash-hero__copy h1,
    .akash-hero__copy>p{
        margin-inline:auto;
    }
    .akash-hero__actions,
    .akash-hero__features{
        justify-content:center;
    }
    .akash-stage{
        min-height:530px;
    }
    .akash-laptop-wrap{
        width:min(92%,560px);
    }
    .akash-hero__stats{
        margin-top:3px;
    }
}
@media(max-width:700px){
    .akash-hero{
        padding-top:36px;
    }
    .akash-hero__copy h1{
        font-size:clamp(35px,8.8vw,48px);
        letter-spacing:-1px;
        line-height:1.5;
    }
    .akash-hero__copy>p{
        font-size:14px;
        line-height:2;
    }
    .akash-stage{
        min-height:450px;
    }
    .akash-laptop-wrap{
        width:96%;
        padding-bottom:42px;
    }
    .akash-laptop{
        transform:perspective(1000px) rotateY(3deg) rotateX(1deg) rotateZ(-.7deg);
    }
    .akash-float-card--tech{left:0;top:8%}
    .akash-float-card--seo{right:0;top:16%}
    .akash-float-card--growth{left:1%;bottom:13%}
    .akash-float-card--speed{right:1%;bottom:8%}
    .akash-float-card{
        min-width:118px;
        gap:7px;
        padding:8px 9px;
    }
    .akash-float-card strong{font-size:9px}
    .akash-float-card small{font-size:7px}
    .akash-tech-icons span{width:21px;height:21px}
    .akash-mini-ring{width:31px;height:31px}
    .akash-mini-ring:before{width:25px;height:25px}
    .akash-growth-icon{width:29px;height:29px}
    .akash-speed-dot{width:28px;height:28px}
    .akash-hero__stats{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .akash-hero__stats>div:nth-child(2){
        border-left:0;
    }
    .akash-hero__stats>div:nth-child(-n+2){
        border-bottom:1px solid rgba(130,236,215,.10);
    }
}
@media(max-width:520px){
    .akash-hero__eyebrow{
        font-size:10.5px;
        padding:7px 10px;
    }
    .akash-hero__actions{
        display:grid;
        grid-template-columns:1fr;
    }
    .akash-hero__actions .btn{
        width:100%;
    }
    .akash-hero__features{
        display:grid;
        grid-template-columns:1fr;
        justify-items:center;
        gap:8px;
    }
    .akash-stage{
        min-height:365px;
        margin-inline:-8px;
    }
    .akash-stage__halo{
        width:310px;
        height:310px;
    }
    .akash-stage__ring--one{
        width:365px;
        height:260px;
    }
    .akash-stage__ring--two{
        width:300px;
        height:350px;
    }
    .akash-laptop-wrap{
        width:100%;
        padding-inline:7px;
    }
    .akash-laptop__screen{
        padding:9px;
        border-radius:17px 17px 10px 10px;
    }
    .akash-dashboard{
        grid-template-columns:31px minmax(0,1fr);
    }
    .akash-dashboard__sidebar{
        gap:6px;
        padding:11px 5px;
    }
    .akash-dashboard__sidebar span{
        width:21px;
        height:21px;
    }
    .akash-dashboard__sidebar .icon{
        width:12px;
        height:12px;
    }
    .akash-dashboard__main{
        padding:9px 9px 8px;
    }
    .akash-dashboard__metrics{
        gap:4px;
    }
    .akash-dashboard__metrics article{
        padding:6px 5px;
    }
    .akash-metric-icon{
        width:17px;
        height:17px;
    }
    .akash-metric-icon .icon{
        width:11px;
        height:11px;
    }
    .akash-dashboard__metrics small{
        font-size:5.9px;
    }
    .akash-dashboard__metrics strong{
        font-size:9px;
    }
    .akash-dashboard__metrics em{
        font-size:5.7px;
    }
    .akash-dashboard__chart{
        margin-top:5px;
        padding:6px 6px 2px;
    }
    .akash-dashboard__chart svg{
        height:75px;
    }
    .akash-dashboard__header{
        margin-bottom:6px;
    }
    .akash-dashboard__header strong{
        font-size:9px;
    }
    .akash-dashboard__header small,
    .akash-dashboard__header>span{
        font-size:5.7px;
    }
    .akash-dashboard__chart-head small,
    .akash-dashboard__chart-head>span{
        font-size:5.7px;
    }
    .akash-dashboard__chart-head strong{
        font-size:9px;
    }
    .akash-dashboard__bottom{
        gap:5px;
        margin-top:4px;
    }
    .akash-keywords>span{
        width:19px;
        height:19px;
        font-size:8px;
    }
    .akash-keywords small{
        display:none;
    }
    .akash-keywords strong{
        font-size:6.8px;
    }
    .akash-bars{
        height:21px;
        gap:3px;
    }
    .akash-bars i{
        width:5px;
    }
    .akash-score-ring{
        width:28px;
        height:28px;
    }
    .akash-score-ring:before{
        width:22px;
        height:22px;
    }
    .akash-score-ring span{
        font-size:6px;
    }
    .akash-laptop__base{
        bottom:-26px;
        height:34px;
    }
    .akash-float-card--tech,
    .akash-float-card--speed{
        display:none;
    }
    .akash-float-card--seo{
        right:-1%;
        top:9%;
    }
    .akash-float-card--growth{
        left:0;
        bottom:9%;
    }
    .akash-float-card{
        min-width:103px;
        padding:7px 8px;
        border-radius:11px;
    }
    .akash-hero__stats>div{
        min-height:74px;
        padding:11px 8px;
        gap:8px;
    }
    .akash-hero__stats>div>span{
        width:32px;
        height:32px;
        flex-basis:32px;
    }
    .akash-hero__stats>div>span .icon{
        width:17px;
        height:17px;
    }
    .akash-hero__stats strong{
        font-size:16px;
    }
    .akash-hero__stats small{
        font-size:8px;
    }
}
@media(prefers-reduced-motion:reduce){
    .akash-hero__glow,
    .akash-hero__eyebrow i,
    .akash-hero__primary:after,
    .akash-stage__halo,
    .akash-stage__ring,
    .akash-stage__spark,
    .akash-laptop-wrap,
    .akash-laptop__shine,
    .akash-chart-line,
    .akash-chart-point,
    .akash-bars i,
    .akash-float-card{
        animation:none!important;
    }
    .akash-chart-line{
        stroke-dashoffset:0;
    }
    .akash-chart-point{
        opacity:1;
    }
}

/* Process orbit carousel behavior and mobile discoverability v3 */
.process-orbit__carousel-footer{
    position:relative;
    z-index:7;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:13px;
    margin-top:4px;
}
.process-orbit__dots{
    display:flex;
    align-items:center;
    gap:7px;
    direction:rtl;
}
.process-orbit__dots button{
    position:relative;
    width:9px;
    height:9px;
    padding:0;
    overflow:hidden;
    border:1px solid rgba(99,225,204,.26);
    border-radius:999px;
    background:rgba(110,224,206,.10);
    cursor:pointer;
    appearance:none;
    transition:width .28s ease,background .28s ease,border-color .28s ease,box-shadow .28s ease;
}
.process-orbit__dots button.is-active{
    width:31px;
    border-color:rgba(73,232,204,.48);
    background:rgba(49,226,197,.13);
    box-shadow:0 0 13px rgba(49,226,197,.10);
}
.process-orbit__dots button.is-active:after{
    content:"";
    position:absolute;
    inset:1px;
    width:0;
    border-radius:inherit;
    background:linear-gradient(90deg,#31e2c5,#8ffff0);
    box-shadow:0 0 8px rgba(49,226,197,.25);
    animation:processCarouselProgress 5s linear forwards;
}
.process-orbit.is-paused .process-orbit__dots button.is-active:after{
    animation-play-state:paused;
}
.process-orbit__autoplay-label{
    color:#719995;
    font-size:9.5px;
    line-height:1.7;
}
.process-orbit__nodes-shell{
    position:static;
}
.process-orbit__edge{
    display:none;
}
@keyframes processCarouselProgress{
    from{width:0}
    to{width:calc(100% - 2px)}
}

@media(max-width:820px){
    .process-orbit-section{
        padding:38px 0 44px;
    }
    .process-orbit-header{
        margin-bottom:16px;
    }
    .process-orbit-header p{
        font-size:11.5px;
    }
    .process-orbit__stage{
        display:flex;
        flex-direction:column;
        min-height:0;
        overflow:visible;
    }
    .process-orbit__arc{
        display:none;
    }
    .process-orbit__nodes-shell{
        position:relative;
        order:1;
        margin-inline:-12px;
        isolation:isolate;
    }
    .process-orbit__nodes{
        position:relative;
        display:flex;
        grid-template-columns:none;
        gap:10px;
        width:auto;
        margin:0;
        padding:6px 26px 14px;
        overflow-x:auto;
        overflow-y:hidden;
        direction:rtl;
        scroll-snap-type:x mandatory;
        scroll-padding-inline:26px;
        scrollbar-width:none;
        overscroll-behavior-inline:contain;
        -webkit-overflow-scrolling:touch;
        touch-action:pan-x;
    }
    .process-orbit__nodes::-webkit-scrollbar{
        display:none;
    }
    .process-orbit__edge{
        position:absolute;
        z-index:5;
        top:0;
        bottom:10px;
        display:block;
        width:31px;
        pointer-events:none;
    }
    .process-orbit__edge--right{
        right:0;
        background:linear-gradient(90deg,transparent,rgba(3,31,33,.97));
    }
    .process-orbit__edge--left{
        left:0;
        background:linear-gradient(270deg,transparent,rgba(3,31,33,.97));
    }
    .process-orbit__node,
    .process-orbit__node:nth-child(n){
        position:relative;
        inset:auto;
        flex:0 0 min(40vw,164px);
        width:min(40vw,164px);
        min-width:min(40vw,164px);
        min-height:122px;
        padding:13px 9px 12px;
        border:1px solid rgba(122,229,210,.14);
        border-radius:15px;
        background:
            radial-gradient(circle at 50% 0,rgba(49,226,197,.045),transparent 52%),
            rgba(5,31,33,.55);
        scroll-snap-align:center;
        scroll-snap-stop:always;
        transform:none;
    }
    .process-orbit__node:hover,
    .process-orbit__node:focus-visible{
        transform:none;
    }
    .process-orbit__node.is-active{
        border-color:rgba(72,230,203,.42);
        background:
            radial-gradient(circle at 50% 0,rgba(49,226,197,.10),transparent 54%),
            rgba(9,52,54,.78);
        box-shadow:
            0 12px 25px rgba(0,0,0,.14),
            0 0 22px rgba(49,226,197,.07),
            inset 0 1px rgba(255,255,255,.025);
    }
    .process-orbit__node-ring{
        width:58px;
        height:58px;
        margin-bottom:8px;
    }
    .process-orbit__node-ring:after{
        display:none;
    }
    .process-orbit__node.is-active .process-orbit__node-ring{
        transform:scale(1.04);
    }
    .process-orbit__node-label{
        font-size:10.5px;
        line-height:1.65;
    }
    .process-orbit__content{
        position:relative;
        order:2;
        top:auto;
        left:auto;
        width:100%;
        min-height:0;
        margin-top:4px;
        transform:none;
    }
    .process-orbit__panel{
        position:relative;
        inset:auto;
        min-height:210px;
        padding:23px 22px 20px;
        border-radius:18px;
    }
    .process-orbit__panel-icon{
        width:43px;
        height:43px;
        margin-bottom:8px;
    }
    .process-orbit__panel h3{
        margin-bottom:6px;
        font-size:19px;
    }
    .process-orbit__panel p{
        font-size:12px;
        line-height:1.9;
    }
    .process-orbit__panel small{
        margin-top:9px;
        padding-top:9px;
        font-size:9px;
    }
    .process-orbit__carousel-footer{
        margin-top:13px;
        flex-direction:column;
        gap:7px;
    }
    .process-orbit__autoplay-label{
        font-size:9px;
    }
    .process-orbit__mobile-hint{
        display:flex;
        align-items:center;
        justify-content:center;
        gap:8px;
        margin-top:9px;
        color:#80aaa6;
        font-size:9px;
        line-height:1.8;
        text-align:center;
    }
    .process-orbit__swipe-icon{
        position:relative;
        width:34px;
        height:16px;
        flex:0 0 34px;
    }
    .process-orbit__swipe-icon:before,
    .process-orbit__swipe-icon:after{
        content:"";
        position:absolute;
        top:50%;
        width:7px;
        height:7px;
        border-top:1px solid #54dec8;
        border-right:1px solid #54dec8;
    }
    .process-orbit__swipe-icon:before{
        left:1px;
        transform:translateY(-50%) rotate(-135deg);
    }
    .process-orbit__swipe-icon:after{
        right:1px;
        transform:translateY(-50%) rotate(45deg);
    }
    .process-orbit__swipe-icon i{
        position:absolute;
        top:50%;
        left:8px;
        right:8px;
        height:1px;
        transform:translateY(-50%);
        background:linear-gradient(90deg,transparent,#54dec8,transparent);
        animation:processSwipeHint 1.9s ease-in-out infinite;
    }
}

@media(max-width:520px){
    .process-orbit-section{
        padding-top:34px;
    }
    .process-orbit__nodes-shell{
        margin-inline:-10px;
    }
    .process-orbit__nodes{
        gap:9px;
        padding-inline:24px;
        scroll-padding-inline:24px;
    }
    .process-orbit__node,
    .process-orbit__node:nth-child(n){
        flex-basis:min(43vw,160px);
        width:min(43vw,160px);
        min-width:min(43vw,160px);
        min-height:116px;
        padding:11px 7px 10px;
    }
    .process-orbit__node-ring{
        width:53px;
        height:53px;
    }
    .process-orbit__node-label{
        font-size:9.8px;
    }
    .process-orbit__content{
        min-height:0;
    }
    .process-orbit__panel{
        min-height:195px;
        padding:21px 16px 18px;
    }
    .process-orbit__panel h3{
        font-size:18px;
    }
    .process-orbit__panel p{
        font-size:11.5px;
    }
}

@keyframes processSwipeHint{
    0%,100%{opacity:.35;transform:translate(-5px,-50%)}
    50%{opacity:1;transform:translate(5px,-50%)}
}

@media(prefers-reduced-motion:reduce){
    .process-orbit__dots button.is-active:after,
    .process-orbit__swipe-icon i{
        animation:none!important;
    }
}

/* Carousel viewport jump prevention */
.process-orbit,
.process-orbit__nodes,
.portfolio-showcase,
.portfolio-showcase__menu,
.portfolio-showcase__display{
    overflow-anchor:none;
}
.dorsan-tech-section{
    padding:100px 0;
    position:relative;
    overflow:hidden;
}


.dorsan-tech-section .section-head h2 span{
    color:#35e0bd;
}



.dorsan-tech-map{

    position:relative;
    width:700px;
    height:420px;
    margin:60px auto;

}



.dorsan-tech-lines{

    position:absolute;
    inset:0;
    width:100%;
    height:100%;

}


.dorsan-tech-lines path{

    fill:none;
    stroke:#35e0bd;
    stroke-opacity:.18;
    stroke-width:2;

    stroke-dasharray:8 8;

    animation:
    techLine 8s linear infinite;

}


@keyframes techLine{

    from{
        stroke-dashoffset:0;
    }

    to{
        stroke-dashoffset:100;
    }

}





.dorsan-tech-core{

    position:absolute;

    left:50%;
    top:50%;

    transform:
    translate(-50%,-50%);


    width:150px;
    height:150px;


    border-radius:50%;


    background:
    linear-gradient(
        145deg,
        #093537,
        #052528
    );


    border:
    1px solid rgba(53,224,189,.5);


    box-shadow:
    0 0 60px rgba(53,224,189,.25);


    display:flex;
    flex-direction:column;

    justify-content:center;
    align-items:center;


}



.dorsan-tech-core strong{

    color:#35e0bd;
    font-size:24px;

}



.dorsan-tech-core span{

    color:#aaa;
    font-size:13px;

}





.dorsan-tech-node{

    position:absolute;

    display:flex;
    align-items:center;
    gap:15px;


    padding:18px 22px;


    background:
    rgba(255,255,255,.04);


    backdrop-filter:blur(15px);


    border:
    1px solid rgba(255,255,255,.1);


    border-radius:20px;


    transition:.3s;

}



.dorsan-tech-node:hover{

    transform:translateY(-8px);

    border-color:#35e0bd;

}



.dorsan-tech-node span{

    width:50px;
    height:50px;


    display:flex;
    align-items:center;
    justify-content:center;


    border-radius:15px;


    background:
    rgba(53,224,189,.12);


    color:#35e0bd;

    font-weight:900;

}



.dorsan-tech-node strong{

    display:block;

    color:#fff;

}



.dorsan-tech-node small{

    color:#8c9999;

}




.node-top{

    top:0;
    left:50%;

    transform:
    translateX(-50%);

}



.node-left{

    left:0;
    top:50%;

    transform:
    translateY(-50%);

}



.node-right{

    right:0;
    top:50%;

    transform:
    translateY(-50%);

}



.node-bottom{

    bottom:0;
    left:50%;

    transform:
    translateX(-50%);

}




.dorsan-tech-action{

    text-align:center;

}





@media(max-width:768px){


.dorsan-tech-map{

    width:100%;
    height:600px;

}



.dorsan-tech-lines{

    display:none;

}



.node-top,
.node-left,
.node-right,
.node-bottom{

    left:50%;
    right:auto;

    transform:
    translateX(-50%);

}



.node-top{
    top:0;
}


.node-left{
    top:160px;
}


.node-right{
    top:320px;
}


.node-bottom{
    top:480px;
}


}

/* SEO Growth Chart Scroll Animation */

.seo-results-strip .seo-line{
    fill:none;
    stroke:#35e0bd;
    stroke-width:4;
    stroke-linecap:round;
    stroke-dasharray:1200;
    stroke-dashoffset:1200;
    transition:stroke-dashoffset 2.6s cubic-bezier(.22,.8,.2,1);
}

.seo-results-strip .seo-area{
    opacity:0;
    transform:translateY(12px);
    transition:opacity 1.2s ease .8s, transform 1.2s ease .8s;
}

.seo-results-strip .seo-points circle,
.seo-results-strip .seo-points{
    opacity:0;
    transform:scale(.4);
    transform-origin:center;
    transition:opacity .45s ease, transform .45s ease;
}

.seo-results-strip.is-chart-visible .seo-line{
    stroke-dashoffset:0;
}

.seo-results-strip.is-chart-visible .seo-area{
    opacity:1;
    transform:translateY(0);
}

.seo-results-strip.is-chart-visible .seo-points{
    opacity:1;
    transform:scale(1);
    transition-delay:2s;
}

.seo-results-strip.is-chart-visible .seo-points circle:nth-child(1){
    transition-delay:1s;
}

.seo-results-strip.is-chart-visible .seo-points circle:nth-child(2){
    transition-delay:1.3s;
}

.seo-results-strip.is-chart-visible .seo-points circle:nth-child(3){
    transition-delay:1.6s;
}

.seo-results-strip.is-chart-visible .seo-points circle:nth-child(4){
    transition-delay:1.9s;
}

@keyframes seoChartGlow{
    0%,100%{
        filter:drop-shadow(0 0 5px rgba(53,224,189,.2));
    }
    50%{
        filter:drop-shadow(0 0 14px rgba(53,224,189,.55));
    }
}

.seo-results-strip.is-chart-visible .seo-line{
    animation:seoChartGlow 3s ease-in-out infinite 2.5s;
}