/* ============================================================
   AKUM — static site styles
   Brand: teal #18e0d0 on dark #141414, clean & responsive
   ============================================================ */
:root{
  --teal:#18ddcd;
  --teal-d:#11b6a8;
  --ink:#141414;
  --ink-2:#1e2024;
  --ink-3:#26292e;
  --paper:#ffffff;
  --muted:#6c727b;
  --line:#e7e9ee;
  --radius:18px;
  --maxw:1180px;
  --shadow:0 18px 40px -22px rgba(20,20,20,.45);
  --font:"Poppins","Segoe UI",system-ui,-apple-system,Roboto,Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html{scroll-padding-top:84px}
body{
  margin:0;font-family:var(--font);color:#222;background:#fff;
  line-height:1.6;-webkit-font-smoothing:antialiased;font-size:16px;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-weight:700;line-height:1.15;margin:0 0 .5em;color:#16181c}
p{margin:0 0 1em}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px}
.btn{
  display:inline-block;background:var(--teal);color:#062b28;font-weight:600;
  padding:13px 26px;border-radius:999px;border:2px solid var(--teal);
  transition:.2s;cursor:pointer;font-size:.95rem;letter-spacing:.2px;
}
.btn:hover{background:transparent;color:var(--teal-d);border-color:var(--teal-d)}
.btn-ghost{background:transparent;color:var(--teal-d);border:2px solid var(--teal)}
.btn-ghost:hover{background:var(--teal);color:#062b28}
.center{text-align:center}

/* ---------- UTILITY BAR ---------- */
.utility-bar{background:#101316;color:#e8fbf9;font-size:.82rem}
.utility-wrap{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.utility-info,.utility-social{display:flex;align-items:center;gap:12px;min-width:0}
.utility-link{display:inline-flex;align-items:center;gap:7px;color:#d7e7e6;white-space:nowrap}
.utility-link:hover{color:#fff}
.utility-link svg{width:15px;height:15px;fill:var(--teal)}
.utility-location{color:#aeb9bd}
.utility-social span{color:#aeb9bd;font-weight:600;text-transform:uppercase;font-size:.68rem;letter-spacing:.12em}
.utility-social a{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);transition:.2s}
.utility-social a:hover{background:var(--teal);transform:translateY(-1px)}
.utility-social svg{width:14px;height:14px;fill:#fff}
.utility-social a:hover svg{fill:#06302c}

/* ---------- HEADER / NAV ---------- */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line);box-shadow:0 12px 30px -28px rgba(0,0,0,.55);transition:box-shadow .22s,background .22s}
.nav{display:grid;grid-template-columns:230px minmax(0,1fr) 214px;align-items:center;gap:24px;min-height:104px;transition:min-height .22s,padding .22s}
.brand{display:flex;align-items:center;gap:13px;min-width:0}
.brand img{width:86px;height:86px;border-radius:50%;object-fit:contain;box-shadow:0 0 0 2px var(--teal);transition:width .22s,height .22s}
.brand span{display:flex;flex-direction:column;line-height:1.15;min-width:0}
.brand strong{font-size:1.12rem;letter-spacing:.08em;color:#151719}
.brand small{margin-top:4px;color:var(--muted);font-size:.72rem;white-space:nowrap}
.brand b{display:none}
.primary-nav{justify-self:center;min-width:0}
.menu{display:flex;align-items:center;justify-content:center;gap:4px;list-style:none;margin:0;padding:0}
.menu>li{position:relative;margin:0}
.menu a,.submenu-toggle{min-height:44px;display:inline-flex;align-items:center;gap:5px;padding:0 12px;border-radius:999px;border:0;background:transparent;font-family:inherit;font-weight:700;font-size:.78rem;letter-spacing:.04em;color:#25282d;text-transform:uppercase;cursor:pointer;white-space:nowrap}
.menu a:hover,.menu a.active,.submenu-toggle:hover,.submenu-toggle.active{color:#06302c;background:rgba(24,221,205,.18)}
.submenu-toggle svg{width:16px;height:16px;fill:currentColor;transition:.2s}
.has-submenu:hover .submenu-toggle svg,.has-submenu:focus-within .submenu-toggle svg{transform:rotate(180deg)}
.submenu{position:absolute;top:calc(100% + 12px);left:50%;width:292px;margin:0;padding:10px;list-style:none;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 22px 55px -32px rgba(20,20,20,.55);opacity:0;visibility:hidden;transform:translate(-50%,8px);transition:.18s;z-index:20}
.submenu::before{content:"";position:absolute;left:0;right:0;bottom:100%;height:14px}
.has-submenu:hover .submenu,.has-submenu:focus-within .submenu,.has-submenu.open .submenu{opacity:1;visibility:visible;transform:translate(-50%,0)}
.submenu li{margin:0}
.submenu a{width:100%;min-height:auto;display:flex;flex-direction:column;align-items:flex-start;gap:3px;border-radius:10px;padding:12px 14px;text-transform:none;letter-spacing:0;font-size:.95rem}
.submenu a small{font-weight:500;color:var(--muted);font-size:.78rem;line-height:1.25}
.submenu a:hover small,.submenu a.active small{color:#38524f}
.nav-cta{display:flex;align-items:center;justify-content:flex-end;gap:10px}
.nav-whatsapp{width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#25d366;box-shadow:0 10px 24px -14px rgba(0,0,0,.55);transition:.2s}
.nav-whatsapp svg{width:23px;height:23px;fill:#fff}
.nav-whatsapp span{display:none}
.nav-whatsapp:hover{transform:translateY(-1px);filter:brightness(1.04)}
.nav-quote{padding:11px 20px;font-size:.86rem}
.burger{display:none;width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:#fff;cursor:pointer;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.burger span{display:block;width:21px;height:2px;background:#1d1f24;border-radius:3px;transition:.25s}
.burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.header-compact .site-header{background:rgba(255,255,255,.97);box-shadow:0 10px 28px -18px rgba(0,0,0,.42)}
.header-compact .nav{min-height:66px}
.header-compact .brand img{width:50px;height:50px}
.header-compact .brand span{display:none}
.header-compact .brand small{display:none}
.header-compact .menu a,.header-compact .submenu-toggle{min-height:38px;font-size:.74rem}
.header-compact .nav-whatsapp{width:38px;height:38px}
.header-compact .nav-quote{padding:9px 16px}

/* ---------- HERO ---------- */
.hero{
  position:relative;background:var(--ink) center/cover no-repeat;color:#fff;
  padding:90px 0;text-align:center;overflow:hidden;
}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,12,.72),rgba(10,10,12,.82))}
.hero .wrap{position:relative}
.hero h1{font-size:clamp(2rem,5vw,3.4rem);color:#fff;letter-spacing:1px}
.hero h1 span{color:var(--teal)}
.hero p{font-size:1.15rem;max-width:680px;margin:0 auto 26px;color:#dfe3e6}
.hero .btn+.btn{margin-left:12px}

/* ---------- ORIGINAL-STYLE AKUM HERO ---------- */
.akum-hero{
  position:relative;
  width:100%;
  height:468px;
  overflow:hidden;
  background:#031212;
}
.akum-hero .hero-layer{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  pointer-events:none;
  user-select:none;
}
.akum-hero .hero-bg{z-index:1;filter:saturate(1.05)}
.akum-hero .hero-title{z-index:4;animation:heroFloat 6s ease-in-out infinite}
.akum-hero .hero-logo-mark{z-index:5;animation:heroPulse 7s ease-in-out infinite}
.akum-hero .hero-deadpool{z-index:6;animation:heroRise 7s ease-in-out infinite}
.akum-hero .hero-mazinger{z-index:6;animation:heroRise 7.5s ease-in-out infinite .2s}
.akum-hero .hero-yoda{z-index:6;animation:heroRise 6.8s ease-in-out infinite .35s}
.akum-hero .hero-printer{z-index:6;animation:heroDrift 8s ease-in-out infinite}
@keyframes heroFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}
@keyframes heroPulse{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.025)}
}
@keyframes heroRise{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-12px)}
}
@keyframes heroDrift{
  0%,100%{transform:translateX(0)}
  50%{transform:translateX(10px)}
}

/* ---------- SECTION ---------- */
section{padding:68px 0}
.section-title{text-align:center;font-size:clamp(1.5rem,3vw,2.1rem);letter-spacing:.5px;margin-bottom:8px}
.section-sub{text-align:center;color:var(--muted);max-width:640px;margin:0 auto 44px}
.kicker{display:block;text-align:center;color:var(--teal-d);font-weight:700;letter-spacing:3px;text-transform:uppercase;font-size:.78rem;margin-bottom:10px}

/* ---------- FEATURE CARDS ---------- */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.card{
  background:var(--ink-2);color:#eef0f2;border-radius:var(--radius);padding:34px 30px;
  box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.05);
  transition:.25s;
}
.card:hover{transform:translateY(-6px)}
.card h3{color:#fff;font-size:1.18rem;margin-bottom:12px}
.card p{color:#b9bfc6;font-size:.95rem;margin:0}
.card .ic{width:46px;height:46px;border-radius:12px;background:rgba(24,221,205,.15);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.card .ic svg{width:24px;height:24px;fill:var(--teal)}

/* ---------- STATS BANNER ---------- */
.stats{position:relative;background:var(--ink) center/cover;color:#fff;text-align:center}
.stats::before{content:"";position:absolute;inset:0;background:rgba(10,12,14,.78)}
.stats .wrap{position:relative}
.stats h2{color:#fff;margin-bottom:36px;letter-spacing:1px;font-size:clamp(1.3rem,2.6vw,1.9rem)}
.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.stat .num{font-size:clamp(2.4rem,5vw,3.6rem);font-weight:800;color:var(--teal);line-height:1}
.stat .lbl{letter-spacing:2px;text-transform:uppercase;font-size:.8rem;color:#cfd4d8;margin-top:8px}

/* ---------- PRODUCT / SERVICE ROWS ---------- */
.prow{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;margin-bottom:64px}
.prow:last-child{margin-bottom:0}
.prow.rev .pmedia{order:2}
.prow .pmedia img,.prow .pmedia video{width:100%;border-radius:var(--radius);box-shadow:var(--shadow);background:#0c0d0f}
.prow h3{font-size:1.7rem;margin-bottom:14px}
.prow p{color:#4a4f57}

/* zigzag divider */
.zig{height:22px;background:
  linear-gradient(135deg,var(--teal) 25%,transparent 25%) -11px 0/22px 22px,
  linear-gradient(225deg,var(--teal) 25%,transparent 25%) -11px 0/22px 22px;
}

/* ---------- REVIEWS ---------- */
.reviews-head{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:36px;flex-wrap:wrap}
.reviews-head .gbox{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 20px;box-shadow:var(--shadow)}
.reviews-head img{width:46px;height:46px;border-radius:50%}
.stars{color:#fbbf24;letter-spacing:2px;font-size:1rem}
.review-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:22px}
.review{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:var(--shadow)}
.review .who{display:flex;align-items:center;gap:12px;margin-bottom:8px}
.review .av{width:42px;height:42px;border-radius:50%;background:var(--teal);color:#06302c;font-weight:700;display:flex;align-items:center;justify-content:center}
.review .who b{display:block;font-size:.95rem}
.review .who small{color:var(--muted)}
.review p{font-size:.92rem;color:#4a4f57;margin:.5em 0 0}

/* ---------- FAQ ---------- */
.faq{max-width:860px;margin:0 auto}
.faq details{background:var(--ink-2);color:#eef0f2;border-radius:12px;margin-bottom:12px;overflow:hidden;border:1px solid rgba(255,255,255,.05)}
.faq summary{list-style:none;cursor:pointer;padding:18px 22px;font-weight:600;display:flex;justify-content:space-between;align-items:center;color:#fff}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:var(--teal);font-size:1.4rem;font-weight:400}
.faq details[open] summary::after{content:"–"}
.faq details p{padding:0 22px 20px;margin:0;color:#b9bfc6;font-size:.94rem}

/* ---------- CLIENT LOGOS ---------- */
.clients-banner{position:relative;background:var(--ink) center/cover;color:#fff;text-align:center;padding:30px 0}
.clients-banner::before{content:"";position:absolute;inset:0;background:rgba(10,12,14,.72)}
.clients-banner h2{position:relative;color:#fff;margin:0;font-size:clamp(1.1rem,2.4vw,1.6rem);letter-spacing:.5px}
.logo-carousel{overflow:hidden}
.logo-grid{display:flex;gap:18px;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:38px}
.logo-carousel .logo-grid{justify-content:flex-start;flex-wrap:nowrap;width:max-content;animation:logoMarquee 24s linear infinite}
.logo-grid .lg{background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px 22px;display:flex;align-items:center;justify-content:center;min-height:124px;box-shadow:var(--shadow)}
.logo-grid .lg{width:224px;flex:0 0 224px}
.logo-grid .lg img{width:100%;height:84px;max-width:178px;object-fit:contain;object-position:center;filter:none;opacity:1;transition:.25s}
.logo-grid .lg:hover img{transform:scale(1.04)}
.logo-carousel:hover .logo-grid{animation-play-state:paused}
@keyframes logoMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(calc(-50% - 9px))}
}

/* ---------- SPLIT / SERVICE CTA ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.split .s-dark{background:var(--ink-2);color:#fff;padding:54px 46px}
.split .s-dark h2{color:#fff}
.split .s-dark h2 span{color:var(--teal)}
.split .s-img{background:center/cover}
.split .s-dark p{color:#c2c7cd}
.split-service .service-visual{display:grid;gap:14px;align-content:center;background:#f3f3f3;padding:18px}
.split-service .service-visual img{width:100%;background:#f3f3f3}

/* ---------- CONTACT ---------- */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:start}
.contact-card{background:var(--ink-2);color:#fff;border-radius:var(--radius);padding:38px;box-shadow:var(--shadow)}
.contact-card h3{color:#fff}
.contact-video{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#0c0d0f}
.contact-video video{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#0c0d0f}
.field{margin-bottom:16px}
.field label{display:block;font-size:.82rem;letter-spacing:.5px;margin-bottom:6px;color:#cfd4d8}
.field input,.field textarea{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #3a3e45;background:#16181c;color:#fff;font-family:inherit;font-size:.95rem}
.field textarea{min-height:120px;resize:vertical}
.info-list{list-style:none;margin:0;padding:0}
.info-list li{display:flex;gap:14px;align-items:flex-start;margin-bottom:22px}
.info-list .ic{flex:0 0 44px;height:44px;border-radius:12px;background:rgba(24,221,205,.13);display:flex;align-items:center;justify-content:center}
.info-list .ic svg{width:20px;height:20px;fill:var(--teal-d)}
.info-list b{display:block}
.info-list a,.info-list span{color:#4a4f57}

/* ---------- LEGAL / PROSE ---------- */
.page-head{background:var(--ink) center/cover;color:#fff;text-align:center;padding:70px 0;position:relative}
.page-head::before{content:"";position:absolute;inset:0;background:rgba(10,12,14,.78)}
.page-head .wrap{position:relative}
.page-head h1{color:#fff;font-size:clamp(1.8rem,4vw,2.8rem)}
.page-head .crumbs{color:var(--teal);font-size:.85rem;letter-spacing:1px}
.prose{max-width:860px;margin:0 auto}
.prose h2{color:var(--teal-d);font-size:1.3rem;margin-top:1.8em}
.prose h3{font-size:1.05rem;margin-top:1.4em}
.prose ul{padding-left:20px}
.prose li{margin-bottom:.4em}
.prose a{color:var(--teal-d);font-weight:600}

/* service feature chips */
.feat-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.feat-list li{display:flex;gap:12px;align-items:flex-start;color:#3a3f47}
.feat-list svg{flex:0 0 22px;width:22px;height:22px;fill:var(--teal-d);margin-top:2px}
.steps{counter-reset:s;list-style:none;padding:0;margin:0;display:grid;gap:18px}
.steps li{position:relative;padding-left:58px;color:#4a4f57}
.steps li::before{counter-increment:s;content:counter(s);position:absolute;left:0;top:-4px;width:40px;height:40px;border-radius:50%;background:var(--teal);color:#06302c;font-weight:700;display:flex;align-items:center;justify-content:center}
.band{background:var(--teal);color:#06302c;text-align:center;padding:16px;border-radius:12px;font-weight:700;letter-spacing:1px;margin:30px 0 18px;font-size:1.05rem}

/* tienda empty */
.empty-shop{text-align:center;padding:40px 0}
.empty-shop .box{display:inline-block;background:var(--ink-2);color:#fff;border-radius:var(--radius);padding:46px 50px;box-shadow:var(--shadow)}

/* ---------- FOOTER ---------- */
.site-footer{background:var(--ink);color:#c4c9cf;padding:60px 0 0}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px}
.site-footer h4{color:#fff;font-size:.95rem;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:18px}
.site-footer ul{list-style:none;padding:0;margin:0}
.site-footer li{margin-bottom:10px}
.site-footer a:hover{color:var(--teal)}
.foot-brand img{width:76px;height:76px;border-radius:50%;margin-bottom:14px}
.foot-brand p{color:#9aa0a7;font-size:.92rem}
.foot-social{display:flex;gap:10px;margin-top:8px}
.foot-social a{width:38px;height:38px;border-radius:50%;background:var(--ink-3);display:inline-flex;align-items:center;justify-content:center}
.foot-social a:hover{background:var(--teal)}
.foot-social svg{width:17px;height:17px;fill:#cfd4d8}
.foot-social a:hover svg{fill:#06302c}
.foot-bottom{border-top:1px solid #2a2d33;margin-top:48px;padding:22px 0;text-align:center;font-size:.85rem;color:#7e858d}

/* whatsapp float */
.wa-float{position:fixed;right:20px;bottom:20px;z-index:60;width:58px;height:58px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px -6px rgba(0,0,0,.4);transition:.2s}
.wa-float:hover{transform:scale(1.06)}
.wa-float svg{width:30px;height:30px;fill:#fff}

/* ---------- RESPONSIVE ---------- */
@media(max-width:920px){
  .utility-wrap{justify-content:center}
  .utility-location{display:none}
  .nav{grid-template-columns:auto 1fr auto;min-height:82px}
  .brand img{width:68px;height:68px}
  .brand small{display:none}
  .primary-nav{grid-column:1/-1;justify-self:stretch;display:none}
  .primary-nav.open{display:block}
  .menu{align-items:stretch;flex-direction:column;gap:8px;padding:0 0 18px}
  .menu a,.submenu-toggle{width:100%;justify-content:space-between;border-radius:12px;padding:0 14px;background:#f7f8fa}
  .submenu{position:static;width:auto;margin:4px 0 0;padding:8px;background:#f7f8fa;border:0;border-radius:12px;box-shadow:none;opacity:1;visibility:visible;transform:none}
  .submenu::before{display:none}
  .has-submenu:hover .submenu,.has-submenu:focus-within .submenu,.has-submenu.open .submenu{transform:none}
  .submenu a{background:#fff}
  .nav-cta{gap:8px}
  .nav-quote{display:none}
  .burger{display:inline-flex;grid-column:3;grid-row:1}
  .cards{grid-template-columns:1fr}
  .prow,.prow.rev{grid-template-columns:1fr}
  .prow .pmedia{order:0!important}
  .contact-grid{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr 1fr}
  .logo-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  /* compact dark social strip */
  .utility-bar{font-size:.76rem}
  .utility-wrap{min-height:38px;padding:0 16px;justify-content:center}
  .utility-info{display:none}
  .utility-social{width:100%;justify-content:center;gap:10px}
  .utility-social span{font-size:.64rem;letter-spacing:.14em}
  .utility-social a{width:26px;height:26px}
  .utility-social svg{width:13px;height:13px}

  /* header becomes a clean stacked block: [logo · burger] then CTA bar */
  .site-header{position:relative}
  .nav{
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:12px;
    padding:12px 18px 0;
    min-height:0;
  }
  .header-compact .nav{min-height:0;padding:12px 18px 0}
  .brand{gap:0}
  .brand img,.header-compact .brand img{width:58px;height:58px}
  .brand span{display:none}
  .burger{display:inline-flex;grid-column:3;grid-row:1;width:46px;height:46px}

  /* full-width action bar under the logo row */
  .nav-cta{
    grid-column:1/-1;
    display:flex;
    align-items:stretch;
    gap:10px;
    margin-top:12px;
    padding:14px 0 16px;
    border-top:1px solid var(--line);
  }
  .nav-whatsapp,.nav-quote{
    flex:1 1 0;
    min-width:0;
    height:48px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    font-size:.9rem;
    font-weight:700;
  }
  .nav-whatsapp{width:auto;gap:8px;background:#25d366}
  .nav-whatsapp svg{width:21px;height:21px}
  .nav-whatsapp span{display:inline;color:#fff}
  .nav-quote{display:inline-flex;padding:0 16px;letter-spacing:.2px}
  .primary-nav.open{border-top:1px solid var(--line);margin-top:0}
  .akum-hero{height:240px}
  .akum-hero .hero-layer{width:720px;max-width:none;left:50%;transform:translateX(-50%);object-fit:contain}
  .akum-hero .hero-title{animation:heroFloatMobile 6s ease-in-out infinite}
  .akum-hero .hero-logo-mark{animation:heroPulseMobile 7s ease-in-out infinite}
  .akum-hero .hero-deadpool,.akum-hero .hero-mazinger,.akum-hero .hero-yoda{animation:heroRiseMobile 7s ease-in-out infinite}
  .akum-hero .hero-printer{animation:heroDriftMobile 8s ease-in-out infinite}
  .stat-grid{grid-template-columns:1fr;gap:24px}
  .logo-grid{grid-template-columns:repeat(2,1fr)}
  .split-service .service-visual{padding:14px}
  section{padding:48px 0}
  .foot-grid{grid-template-columns:1fr}
}

@keyframes heroFloatMobile{
  0%,100%{transform:translateX(-50%) translateY(0)}
  50%{transform:translateX(-50%) translateY(-6px)}
}
@keyframes heroPulseMobile{
  0%,100%{transform:translateX(-50%) scale(1)}
  50%{transform:translateX(-50%) scale(1.02)}
}
@keyframes heroRiseMobile{
  0%,100%{transform:translateX(-50%) translateY(0)}
  50%{transform:translateX(-50%) translateY(-8px)}
}
@keyframes heroDriftMobile{
  0%,100%{transform:translateX(-50%)}
  50%{transform:translateX(calc(-50% + 6px))}
}
