:root{
  --lime:#B6FF00;
  --charcoal:#080E10;
  --off:#F7F7F5;
  --grey:#9CA3AF;
  --ink:#111719;
  --line:rgba(255,255,255,.12);
  --line-dark:rgba(8,14,16,.12);
  --max:1200px;
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--charcoal);color:var(--off);line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.eyebrow{font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;color:var(--lime);font-weight:800}
.kicker{font-size:.92rem;color:var(--grey)}
h1,h2,h3{font-family:"Space Grotesk",Inter,Arial,sans-serif;line-height:.98;letter-spacing:-.045em;margin:0}
h1{font-size:clamp(3.2rem,7.5vw,7.3rem);max-width:1050px}
h2{font-size:clamp(2.4rem,5vw,5rem)}
h3{font-size:clamp(1.4rem,2.1vw,2rem)}
p{margin:0 0 1rem}.lead{font-size:clamp(1.05rem,1.7vw,1.35rem);max-width:760px;color:#cbd2d5}
.lime{color:var(--lime)}
.muted{color:var(--grey)}
.section{padding:110px 0;position:relative}.section.light{background:var(--off);color:var(--ink)}.section.soft{background:#0d1518}.section.compact{padding:78px 0}
.grid{display:grid;gap:22px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.topbar{position:fixed;inset:0 0 auto 0;z-index:20;background:rgba(8,14,16,.82);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.nav{height:80px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand img{width:205px;height:54px;object-fit:contain;object-position:left center}.navlinks{display:flex;align-items:center;gap:24px;font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.055em}.navlinks a:hover{color:var(--lime)}.nav-actions{display:flex;align-items:center;gap:12px}.lang{font-size:.78rem;color:var(--grey)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 22px;border:1px solid transparent;font-weight:800;font-size:.92rem;transition:.2s ease;cursor:pointer}.btn-primary{background:var(--lime);color:var(--charcoal)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 35px rgba(182,255,0,.18)}.btn-secondary{border-color:rgba(247,247,245,.32);color:var(--off)}.btn-secondary:hover{border-color:var(--lime);color:var(--lime)}.light .btn-secondary{border-color:var(--line-dark);color:var(--ink)}
.menu-btn{display:none;position:relative;width:44px;height:44px;flex:0 0 44px;padding:0;background:transparent;border:0;border-radius:12px;color:white;cursor:pointer;z-index:35;-webkit-tap-highlight-color:transparent}
.menu-btn span{position:absolute;left:8px;width:28px;height:3px;background:currentColor;border-radius:999px;transform-origin:center;transition:transform .22s cubic-bezier(.2,.8,.2,1),opacity .12s ease,top .22s cubic-bezier(.2,.8,.2,1);will-change:transform,top,opacity}
.menu-btn span:nth-child(1){top:12px}.menu-btn span:nth-child(2){top:20.5px}.menu-btn span:nth-child(3){top:29px}
.nav.open .menu-btn span:nth-child(1){top:20.5px;transform:rotate(405deg)}
.nav.open .menu-btn span:nth-child(2){top:20.5px;opacity:0;transform:rotate(360deg) scaleX(.25)}
.nav.open .menu-btn span:nth-child(3){top:20.5px;transform:rotate(-405deg)}
.hero{min-height:100vh;padding:150px 0 90px;display:flex;align-items:center;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 33%,rgba(182,255,0,.12),transparent 28%),linear-gradient(120deg,transparent 45%,rgba(255,255,255,.03) 45%,rgba(255,255,255,.03) 46%,transparent 46%);pointer-events:none}.hero-copy{position:relative;z-index:2}.hero h1 span{display:block}.hero .lead{margin-top:28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.hero-meta{margin-top:66px;display:flex;gap:18px;flex-wrap:wrap;color:var(--grey);font-size:.8rem;text-transform:uppercase;letter-spacing:.12em}.hero-x{position:absolute;right:-6vw;top:16vh;width:min(46vw,700px);opacity:.18;filter:drop-shadow(0 20px 60px rgba(182,255,0,.12));pointer-events:none}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:48px}.section-head .copy{max-width:770px}.section-head p{margin-top:18px}
.problem-chain{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:46px;overflow:auto;padding-bottom:10px}.chain-item{min-width:130px;border:1px solid var(--line);border-radius:999px;padding:13px 16px;text-align:center;font-weight:800}.times{color:var(--lime);font-size:1.4rem}
.triad{margin-top:38px}.triad-card{border:1px solid var(--line);border-radius:var(--radius);padding:32px;min-height:280px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.008))}.triad-card .num{font-size:.78rem;color:var(--lime);letter-spacing:.15em}.triad-card p{color:#b6c0c4}.triad-card .pair{font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem}
.triad-section{background:#A8D884;color:var(--ink);border-top:1px solid rgba(8,14,16,.08);border-bottom:1px solid rgba(8,14,16,.08)}.triad-section:before{content:none}.triad-section .section-head .eyebrow{color:#263000}.triad-section .section-head .lead{color:#33403a}.triad-section .section-head h2,.triad-section h3{color:var(--ink)}.triad-section .triad-card{background:rgba(255,255,255,.28);border-color:rgba(8,14,16,.14);box-shadow:none}.triad-section .triad-card .num{color:#365000}.triad-section .triad-card p{color:#34413c}.triad-section .triad-card .pair{color:#111719}
.flagship{border-radius:0;background:transparent;color:var(--charcoal);padding:0;display:grid;grid-template-columns:1.35fr .65fr;gap:40px;align-items:end;border:0;box-shadow:none}.flagship .price{font-family:"Space Grotesk";font-size:clamp(2.5rem,5vw,5rem);font-weight:800;line-height:1}.flagship .btn{background:var(--charcoal);color:white;margin-top:24px}.pill-row{display:flex;gap:9px;flex-wrap:wrap;margin-top:28px}.pill{border:1px solid rgba(8,14,16,.2);border-radius:999px;padding:8px 12px;font-size:.78rem;font-weight:800}
.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.card{border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:rgba(255,255,255,.02);transition:.22s ease}.card:hover{transform:translateY(-4px);border-color:rgba(182,255,0,.55)}.card .icon{width:56px;height:56px;border:1px solid var(--line);border-radius:14px;display:grid;place-items:center;color:var(--lime);margin-bottom:34px;flex:0 0 56px}.card .icon svg{width:28px;height:28px;display:block;stroke:currentColor;fill:none;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}.card p{color:#aeb9bd;margin-top:12px}.card .arrow{margin-top:30px;color:var(--lime);font-weight:800}.light .card{background:white;border-color:var(--line-dark)}.light .card p{color:#5f696d}.light .card .icon{border-color:var(--line-dark)}
.statement{padding:80px 0;border-block:1px solid var(--line);background:#0d1518}.statement h2{max-width:900px}.statement-list{margin-top:38px;display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.statement-list div{padding:18px 0;border-top:1px solid var(--line);color:#c0c8cb;font-size:.92rem}
.work-card{border-radius:26px;min-height:340px;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;background:linear-gradient(145deg,#111b1e,#060a0b)}.work-card:before{content:"";position:absolute;inset:auto -15% -35% 35%;height:320px;background:var(--lime);transform:rotate(-28deg);opacity:.12}.badge{display:inline-flex;width:max-content;background:rgba(182,255,0,.12);color:var(--lime);padding:7px 11px;border-radius:999px;font-size:.7rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase;margin-bottom:12px}
.process{counter-reset:step}.process-item{display:grid;grid-template-columns:100px 1fr;gap:26px;padding:28px 0;border-top:1px solid var(--line)}.process-item .n{font-family:"Space Grotesk";color:var(--lime);font-size:1.6rem;font-weight:800}.process-item p{color:#aeb9bd;max-width:720px;margin-top:9px}
.audit-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;align-items:start}.form-card{background:white;color:var(--ink);border-radius:30px;padding:34px}.fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.field input,.field select,.field textarea{border:1px solid #d7dddf;border-radius:14px;padding:13px 14px;background:#fbfcfc;color:#111;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:#8cbe00;box-shadow:0 0 0 3px rgba(182,255,0,.18)}.form-card .btn{width:100%;margin-top:18px}.form-note{font-size:.76rem;color:#6f7a7e;margin-top:10px}
.footer{padding:70px 0 30px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:30px}.footer-logo{width:220px}.footer h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--grey);margin:0 0 16px}.footer a{display:block;font-size:.9rem;margin:8px 0;color:#c2cbce}.footer a:hover{color:var(--lime)}.copyright{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:24px;margin-top:50px;color:#7f8a8f;font-size:.78rem}
.page-hero{padding:160px 0 80px;min-height:62vh;display:flex;align-items:end}.page-hero h1{font-size:clamp(3.2rem,6vw,6rem)}.page-hero .lead{margin-top:24px}.page-hero .hero-actions{margin-top:28px}
.split-feature{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.sticky{position:sticky;top:120px}.list{display:grid;gap:14px}.list-item{border-top:1px solid var(--line);padding:24px 0}.light .list-item{border-color:var(--line-dark)}
.price-table{width:100%;border-collapse:collapse}.price-table th,.price-table td{padding:18px 12px;border-bottom:1px solid var(--line);text-align:left}.price-table th{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--grey)}
.notice{border-left:3px solid var(--lime);padding-left:18px;color:#b7c1c4}.light .notice{color:#4f5b5f}
@media(max-width:900px){
  .nav{height:80px;position:relative}
  .navlinks{display:flex;position:fixed;top:80px;left:0;right:0;z-index:19;background:rgba(8,14,16,.98);backdrop-filter:blur(16px);padding:22px 20px 26px;flex-direction:column;align-items:flex-start;gap:0;border-bottom:1px solid var(--line);box-shadow:0 18px 45px rgba(0,0,0,.2);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:opacity .16s ease,transform .16s ease,visibility 0s linear .16s}
  .navlinks a{width:100%;padding:12px 0;font-size:.86rem;letter-spacing:.08em}
  .nav.open .navlinks{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:opacity .16s ease,transform .16s ease,visibility 0s}
  .nav-actions{margin-left:auto;min-width:44px;justify-content:flex-end}
  .nav-actions .lang,.nav-actions .btn{display:none}
  .menu-btn{display:block}
  .hero-x{right:-30vw;width:100vw}
  .grid-2,.grid-3,.grid-4,.cards,.audit-wrap,.flagship,.split-feature,.footer-grid{grid-template-columns:1fr}
  .statement-list{grid-template-columns:1fr 1fr}
  .section-head{display:block}.section-head .btn{margin-top:18px}
  .fields{grid-template-columns:1fr}.field.full{grid-column:auto}.sticky{position:static}.footer-grid{gap:18px}.process-item{grid-template-columns:70px 1fr}
}
@media(max-width:560px){.container{width:min(100% - 28px,var(--max))}.section{padding:82px 0}.hero{padding-top:125px}.hero-actions .btn{width:100%}.flagship{padding:30px}.statement-list{grid-template-columns:1fr}.brand img{width:170px}.problem-chain{justify-content:flex-start}.copyright{display:block}.copyright div+div{margin-top:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.card,.btn{transition:none}}

/* =========================================================
   KREATIAX v2.1 — desktop typography + mobile overflow fix
   ========================================================= */

/* Keep every page constrained to the viewport. */
html,body{max-width:100%}
body{overflow-x:clip}
.hero{position:relative;isolation:isolate}
.page-hero,.section,.footer,.topbar{max-width:100%;overflow-x:clip}
.container,.grid>*{min-width:0}

/* Intrinsic-width controls: forms, CTAs and labels must never widen mobile layouts. */
.btn{max-width:100%;white-space:normal;text-align:center;overflow-wrap:anywhere}
.badge{max-width:100%;white-space:normal;overflow-wrap:anywhere}
.field{min-width:0}
.field input,.field select,.field textarea{display:block;width:100%;min-width:0;max-width:100%}
.form-card{min-width:0;max-width:100%}
.audit-wrap>*{min-width:0}
.problem-chain{max-width:100%;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}
.hero-x{max-width:none}

/* Smaller, calmer desktop type scale. Mobile/tablet styling stays unchanged. */
@media(min-width:901px){
  body{font-size:15px}
  h1{font-size:clamp(3rem,5vw,5.15rem);max-width:980px}
  h2{font-size:clamp(2.05rem,3.35vw,3.55rem)}
  h3{font-size:clamp(1.22rem,1.55vw,1.58rem)}
  .lead{font-size:clamp(1rem,1.15vw,1.16rem);max-width:720px}
  .page-hero h1{font-size:clamp(3rem,4.25vw,4.45rem)}
  .flagship .price{font-size:clamp(2.35rem,3.45vw,3.7rem)}
  .process-item .n{font-size:1.4rem}
}

/* Mobile integrity: preserve approved visual design while preventing sideways page movement. */
@media(max-width:900px){
  html,body{width:100%;overflow-x:clip}
  .topbar,.nav,.hero,.page-hero,.section,.footer{width:100%;max-width:100%}
  .nav{min-width:0}
  .nav.open .navlinks{width:100%;max-width:100%}
  .hero-x{right:-30vw;max-width:none}
  .flagship,.triad-card,.card,.work-card,.form-card{max-width:100%}
  .price-table{display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
  .price-table th,.price-table td{white-space:nowrap}
  h1,h2,h3,p{overflow-wrap:break-word}
}

@media(max-width:560px){
  .container{max-width:100%}
  .hero-actions,.nav-actions,.pill-row{max-width:100%}
  .hero-actions .btn{min-width:0}
  .footer-logo,.brand img{max-width:100%}
}

/* KREATIAX v2.2 — navigation refinement */
@media(max-width:1080px) and (min-width:901px){
  .nav{height:80px;position:relative}
  .navlinks{display:flex;position:fixed;top:80px;left:0;right:0;z-index:19;background:rgba(8,14,16,.98);backdrop-filter:blur(16px);padding:22px 20px 26px;flex-direction:column;align-items:flex-start;gap:0;border-bottom:1px solid var(--line);box-shadow:0 18px 45px rgba(0,0,0,.2);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:opacity .16s ease,transform .16s ease,visibility 0s linear .16s}
  .navlinks a{width:100%;padding:12px 0;font-size:.86rem;letter-spacing:.08em}
  .nav.open .navlinks{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:opacity .16s ease,transform .16s ease,visibility 0s}
  .nav-actions{margin-left:auto;min-width:44px;justify-content:flex-end}
  .nav-actions .lang,.nav-actions .btn{display:none}
  .menu-btn{display:block}
}

/* KREATIAX v2.3 — hero audit flow */
.hero .hero-shell{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(470px,.75fr);gap:54px;align-items:center;position:relative;z-index:2}
.hero .hero-copy{width:auto;max-width:760px}
.hero-audit-card{position:relative;z-index:3;border:1px solid rgba(182,255,0,.45);border-radius:34px;padding:28px 28px 24px;background:linear-gradient(180deg,rgba(8,14,16,.96),rgba(6,11,12,.97));box-shadow:0 26px 80px rgba(0,0,0,.32),inset 0 0 0 1px rgba(255,255,255,.015);overflow:hidden}
.hero-audit-card:after{content:"";position:absolute;width:220px;height:220px;right:-105px;bottom:-95px;background:var(--lime);opacity:.09;transform:rotate(45deg);pointer-events:none}
.audit-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;position:relative;margin-bottom:18px}
.audit-flow:before{content:"";position:absolute;left:17%;right:17%;top:50%;height:1px;background:rgba(182,255,0,.48);z-index:0}
.audit-step{position:relative;z-index:1;min-height:116px;border:1px solid rgba(182,255,0,.48);border-radius:22px;background:#07100d;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:14px 10px;text-align:center}
.audit-step.active{border-color:var(--lime);box-shadow:0 0 0 1px rgba(182,255,0,.10),0 0 28px rgba(182,255,0,.06)}
.audit-step svg{width:32px;height:32px;fill:none;stroke:var(--lime);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.audit-step span{font-size:.62rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#9ca8aa}
.audit-step.active span{color:var(--lime)}
.hero-audit-divider{height:1px;background:rgba(255,255,255,.09);margin:0 0 20px}
.hero-audit-card .eyebrow{font-size:.72rem}
.hero-audit-card h2{font-size:clamp(1.65rem,2.1vw,2.2rem);margin-top:8px;letter-spacing:-.035em}
.hero-audit-card .audit-intro{font-size:.9rem;line-height:1.55;color:#aeb9bd;margin-top:6px;max-width:470px}
.hero-audit-card .fields{margin-top:17px;gap:10px}
.hero-audit-card .field{gap:6px}
.hero-audit-card .field label{font-size:.66rem;color:#9ca8aa;letter-spacing:.08em}
.hero-audit-card .field input{background:#081114;border-color:#263237;color:#f7f7f5;padding:12px 13px;border-radius:13px}
.hero-audit-card .field input::placeholder{color:#687579}
.hero-audit-card .field input:focus{border-color:var(--lime);box-shadow:0 0 0 3px rgba(182,255,0,.11)}
.hero-audit-card .btn{width:100%;margin-top:14px;padding:13px 18px}
.hero-audit-card .whatsapp-btn{background:transparent;border-color:rgba(182,255,0,.5);color:var(--lime);margin-top:9px}
.hero-audit-card .whatsapp-btn:hover{border-color:var(--lime);box-shadow:0 0 24px rgba(182,255,0,.07);transform:none}
.hero-audit-card .whatsapp-btn svg,.audit-security svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.audit-security{display:flex;align-items:center;gap:9px;margin-top:14px;color:#839095;font-size:.7rem;line-height:1.35}
.audit-security svg{color:var(--lime);flex:0 0 auto;width:15px;height:15px}
@media(max-width:1100px){.hero .hero-shell{grid-template-columns:minmax(0,1fr) minmax(420px,.82fr);gap:32px}.hero-audit-card{padding:24px}.audit-flow{gap:14px}.audit-step{min-height:104px}}
@media(max-width:900px){.hero .hero-shell{display:block}.hero-audit-card{display:none}}


/* KREATIAX v2.4 — hero refinement */
.hero .hero-headline{font-size:clamp(3.25rem,5.05vw,5.15rem);max-width:none}
.hero .hero-line-one{white-space:nowrap}
.hero .hero-line-two{line-height:.98}
.audit-scanner{transform-box:view-box;transform-origin:center;animation:kreatiaxScan 2.4s cubic-bezier(.45,0,.55,1) infinite}
@keyframes kreatiaxScan{0%,100%{transform:translate(-3.5px,-1px)}50%{transform:translate(3.5px,1px)}}
@media(prefers-reduced-motion:reduce){.audit-scanner{animation:none}}
.hero-audit-card .field select{width:100%;background:#081114;border:1px solid #263237;color:#f7f7f5;padding:12px 38px 12px 13px;border-radius:13px;outline:none}
.hero-audit-card .field select:focus{border-color:var(--lime);box-shadow:0 0 0 3px rgba(182,255,0,.11)}
.hero-audit-card .field.full{grid-column:1/-1}
.hero-audit-card .whatsapp-mark{width:21px;height:21px;fill:var(--lime);stroke:none;flex:0 0 auto}
.hero-audit-card .whatsapp-mark .wa-phone{fill:#07100d;stroke:none}
@media(max-width:1180px) and (min-width:901px){.hero .hero-headline{font-size:clamp(2.75rem,4.25vw,4.25rem)}.hero .hero-shell{grid-template-columns:minmax(0,1fr) minmax(450px,.9fr)}}
@media(max-width:900px){.hero .hero-line-one{white-space:normal}.hero .hero-line-two br{display:none}}

/* KREATIAX v2.5 — balanced desktop hero */
@media(min-width:1181px){
  .hero{min-height:100vh;padding:128px 0 48px;align-items:flex-start}
  .hero .hero-shell{grid-template-columns:minmax(0,1.32fr) minmax(470px,.92fr);gap:48px;align-items:center}
  .hero .hero-copy{max-width:none;min-width:0;padding-right:2px}
  .hero .hero-headline{font-size:clamp(3.05rem,3.25vw,3.55rem);line-height:.98;max-width:100%;margin-top:8px}
  .hero .hero-line-one{white-space:nowrap;letter-spacing:-.05em}
  .hero .hero-line-two{line-height:.98;margin-top:8px}
  .hero .lead{font-size:1.03rem;line-height:1.52;max-width:650px;margin-top:38px}
  .hero-actions{margin-top:28px;gap:10px}
  .hero-actions .btn{padding:13px 20px;font-size:.86rem}
  .hero-meta{margin-top:50px}

  .hero-audit-card{padding:22px 24px 20px;border-radius:30px}
  .audit-flow{gap:18px;margin-bottom:14px}
  .audit-step{min-height:98px;border-radius:20px;gap:7px;padding:11px 8px}
  .audit-step svg{width:28px;height:28px}
  .audit-step span{font-size:.58rem}
  .hero-audit-divider{margin-bottom:15px}
  .hero-audit-card .eyebrow{font-size:.68rem}
  .hero-audit-card h2{font-size:clamp(1.55rem,1.75vw,1.85rem);margin-top:6px}
  .hero-audit-card .audit-intro{font-size:.82rem;line-height:1.45;margin-top:5px}
  .hero-audit-card .fields{margin-top:13px;gap:8px 10px}
  .hero-audit-card .field{gap:4px}
  .hero-audit-card .field label{font-size:.61rem}
  .hero-audit-card .field input,.hero-audit-card .field select{padding-top:9px;padding-bottom:9px;min-height:41px}
  .hero-audit-card .btn{margin-top:11px;padding:11px 16px;font-size:.84rem}
  .hero-audit-card .whatsapp-btn{margin-top:7px}
  .audit-security{margin-top:10px;font-size:.64rem}
}

@media(max-width:1180px) and (min-width:901px){
  .hero{padding:126px 0 54px;align-items:flex-start}
  .hero .hero-shell{grid-template-columns:minmax(0,1.2fr) minmax(430px,.9fr);gap:30px;align-items:center}
  .hero .hero-headline{font-size:clamp(2.55rem,3.65vw,3.25rem);line-height:.98;max-width:100%}
  .hero .hero-line-one{white-space:nowrap}
  .hero .lead{font-size:.98rem;line-height:1.5;margin-top:22px}
  .hero-actions{margin-top:24px;gap:9px}
  .hero-actions .btn{padding:12px 16px;font-size:.8rem}
  .hero-meta{margin-top:42px;font-size:.72rem}
  .hero-audit-card{padding:20px 21px 18px;border-radius:28px}
  .audit-flow{gap:12px;margin-bottom:12px}
  .audit-step{min-height:92px;padding:10px 7px}
  .audit-step svg{width:27px;height:27px}
  .audit-step span{font-size:.55rem}
  .hero-audit-divider{margin-bottom:14px}
  .hero-audit-card h2{font-size:1.55rem;margin-top:5px}
  .hero-audit-card .audit-intro{font-size:.78rem;line-height:1.42}
  .hero-audit-card .fields{margin-top:11px;gap:7px 9px}
  .hero-audit-card .field{gap:4px}
  .hero-audit-card .field label{font-size:.59rem}
  .hero-audit-card .field input,.hero-audit-card .field select{padding-top:8px;padding-bottom:8px;min-height:39px}
  .hero-audit-card .btn{margin-top:9px;padding:10px 14px;font-size:.8rem}
  .hero-audit-card .whatsapp-btn{margin-top:6px}
  .audit-security{margin-top:9px;font-size:.62rem}
}

/* KREATIAX v2.6 — compact hero: audit process icons hidden */
.hero-audit-card .audit-flow,
.hero-audit-card .hero-audit-divider{display:none}

@media(min-width:901px){
  .hero .hero-shell{align-items:center}
  .hero-audit-card{align-self:center}
}

@media(min-width:1181px){
  .hero{padding-top:118px;padding-bottom:42px}
  .hero-audit-card{padding-top:24px;padding-bottom:20px}
}

@media(max-width:1180px) and (min-width:901px){
  .hero{padding-top:116px;padding-bottom:46px}
  .hero-audit-card{padding-top:22px;padding-bottom:18px}
}

/* v2.7 — hero audit country + phone code controls */
.hero-audit-card .phone-control{display:grid;grid-template-columns:minmax(92px,34%) minmax(0,1fr);gap:7px;width:100%;min-width:0}
.hero-audit-card .phone-control select,.hero-audit-card .phone-control input{min-width:0;width:100%}
.hero-audit-card .phone-control select{padding-left:10px;padding-right:26px}
.hero-audit-card .field select:required:invalid{color:#687579}
.hero-audit-card .field select option{color:#f7f7f5;background:#081114}
@media(max-width:1100px){.hero-audit-card .phone-control{grid-template-columns:minmax(84px,36%) minmax(0,1fr);gap:6px}}


/* KREATIAX v2.8 — wider hero audit panel, flag-first dial code and cleaner WhatsApp icon */
.hero-audit-card .phone-control .country-code-select{font-family:"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Inter",sans-serif;font-size:.96rem;line-height:1.1}
.hero-audit-card .phone-control .country-code-select option{font-family:"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Inter",sans-serif}
.hero-audit-card .whatsapp-btn{justify-content:center;gap:12px;padding-left:18px;padding-right:18px}
.hero-audit-card .whatsapp-mark{width:22px;height:22px;fill:none;stroke:none;flex:0 0 22px;display:block}
.hero-audit-card .whatsapp-mark .wa-bubble{fill:var(--lime)}
.hero-audit-card .whatsapp-mark .wa-phone{fill:#07100d}
.hero-audit-card .whatsapp-btn span{line-height:1.1}
@media(min-width:1181px){.hero .hero-shell{grid-template-columns:minmax(0,.9fr) minmax(610px,1.12fr);gap:34px}.hero .hero-copy{max-width:640px}.hero-audit-card{width:100%;max-width:640px;justify-self:end;padding:26px 28px 22px}.hero-audit-card .audit-intro{max-width:none}.hero-audit-card .fields{gap:10px 12px}.hero-audit-card .phone-control{grid-template-columns:minmax(122px,39%) minmax(0,1fr);gap:8px}}
@media(max-width:1180px) and (min-width:901px){.hero .hero-shell{grid-template-columns:minmax(0,.96fr) minmax(500px,1.06fr);gap:26px}.hero .hero-copy{max-width:610px}.hero-audit-card{width:100%;max-width:540px;justify-self:end}.hero-audit-card .fields{gap:8px 10px}.hero-audit-card .phone-control{grid-template-columns:minmax(112px,40%) minmax(0,1fr);gap:7px}.hero-audit-card .phone-control .country-code-select{font-size:.9rem}}


/* KREATIAX v2.9 — rebalance hero panel and render reliable local flags */
.hero-audit-card .phone-control{grid-template-columns:minmax(116px,36%) minmax(0,1fr)}
.hero-audit-card .dial-code-wrap{position:relative;min-width:0}
.hero-audit-card .dial-code-wrap .dial-flag{position:absolute;left:11px;top:50%;transform:translateY(-50%);width:24px;height:16px;border-radius:2px;object-fit:cover;box-shadow:0 0 0 1px rgba(255,255,255,.14);pointer-events:none;z-index:2}
.hero-audit-card .dial-code-wrap .country-code-select{padding-left:43px!important;font-family:Inter,sans-serif;font-size:.92rem}
@media(min-width:1181px){
  .hero .hero-shell{grid-template-columns:minmax(0,1.05fr) minmax(540px,.95fr);gap:40px}
  .hero .hero-copy{max-width:670px}
  .hero-audit-card{width:100%;max-width:570px;justify-self:end;padding:25px 26px 21px}
  .hero-audit-card .fields{gap:9px 11px}
  .hero-audit-card .phone-control{grid-template-columns:minmax(120px,36%) minmax(0,1fr);gap:8px}
}
@media(max-width:1180px) and (min-width:901px){
  .hero .hero-shell{grid-template-columns:minmax(0,1fr) minmax(470px,.92fr);gap:28px}
  .hero .hero-copy{max-width:620px}
  .hero-audit-card{width:100%;max-width:510px;justify-self:end}
  .hero-audit-card .phone-control{grid-template-columns:minmax(112px,38%) minmax(0,1fr);gap:7px}
}


/* KREATIAX v2.10 — custom flag dial-code menu + larger phone input */
.hero-audit-card .phone-control{grid-template-columns:104px minmax(0,1fr)!important;gap:8px}
.hero-audit-card .dial-code-wrap{position:relative;width:104px;min-width:0}
.hero-audit-card .country-code-native{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;clip:rect(0 0 0 0)!important;overflow:hidden!important}
.hero-audit-card .dial-code-trigger{width:100%;height:100%;min-height:41px;display:flex;align-items:center;gap:7px;background:#081114;border:1px solid #263237;border-radius:13px;padding:0 9px;color:#f7f7f5;font:600 .88rem/1 Inter,sans-serif;cursor:pointer;outline:none;transition:border-color .18s ease,box-shadow .18s ease}
.hero-audit-card .dial-code-trigger:focus,.hero-audit-card .dial-code-wrap.open .dial-code-trigger{border-color:var(--lime);box-shadow:0 0 0 3px rgba(182,255,0,.11)}
.hero-audit-card .dial-code-trigger .dial-flag{position:static;transform:none;width:22px;height:15px;flex:0 0 22px;border-radius:2px;object-fit:cover;box-shadow:0 0 0 1px rgba(255,255,255,.13)}
.hero-audit-card .dial-code-trigger svg{width:10px;height:7px;margin-left:auto;fill:none;stroke:#8e999c;stroke-width:1.5;transition:transform .18s ease}
.hero-audit-card .dial-code-wrap.open .dial-code-trigger svg{transform:rotate(180deg)}
.hero-audit-card .dial-code-menu{position:absolute;z-index:80;left:0;top:calc(100% + 7px);width:245px;max-height:280px;overflow:auto;background:#071012;border:1px solid rgba(182,255,0,.45);border-radius:14px;padding:6px;box-shadow:0 18px 48px rgba(0,0,0,.48);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-4px);transition:opacity .14s ease,transform .14s ease,visibility 0s linear .14s}
.hero-audit-card .dial-code-wrap.open .dial-code-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:opacity .14s ease,transform .14s ease,visibility 0s}
.hero-audit-card .dial-option{display:grid;grid-template-columns:24px 52px minmax(0,1fr);align-items:center;gap:8px;width:100%;border:0;background:transparent;color:#f7f7f5;padding:8px 9px;border-radius:9px;text-align:left;font:500 .78rem/1.25 Inter,sans-serif;cursor:pointer}
.hero-audit-card .dial-option:hover,.hero-audit-card .dial-option:focus{background:rgba(182,255,0,.09);outline:none}
.hero-audit-card .dial-option[aria-selected="true"]{background:rgba(182,255,0,.14)}
.hero-audit-card .dial-option img{width:24px;height:16px;border-radius:2px;object-fit:cover;box-shadow:0 0 0 1px rgba(255,255,255,.12)}
.hero-audit-card .dial-option-code{font-weight:700;color:#f7f7f5}
.hero-audit-card .dial-option-country{color:#9ca8aa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:1180px) and (min-width:901px){.hero-audit-card .phone-control{grid-template-columns:98px minmax(0,1fr)!important}.hero-audit-card .dial-code-wrap{width:98px}.hero-audit-card .dial-code-menu{width:225px}.hero-audit-card .dial-code-trigger{min-height:39px;padding:0 8px}.hero-audit-card .dial-code-trigger .dial-flag{width:21px;height:14px;flex-basis:21px}.hero-audit-card .dial-current-code{font-size:.82rem}}


/* KREATIAX v2.11 — European dialing codes */
.hero-audit-card .dial-code-menu{max-height:min(390px,48vh)}
.hero-audit-card .dial-option:nth-child(20){margin-top:6px;border-top:1px solid rgba(182,255,0,.20);padding-top:12px}


/* KREATIAX v2.12 — restore stable desktop hero after dial-code expansion */
@media(min-width:1181px){
  .hero .hero-shell{grid-template-columns:minmax(0,1.05fr) minmax(540px,.95fr);gap:40px;align-items:center}
  .hero .hero-copy{max-width:670px;min-width:0}
  .hero-audit-card{width:100%;max-width:570px;justify-self:end;align-self:center}
}
@media(max-width:1180px) and (min-width:901px){
  .hero .hero-shell{grid-template-columns:minmax(0,1fr) minmax(470px,.92fr);gap:28px;align-items:center}
  .hero .hero-copy{max-width:620px;min-width:0}
  .hero-audit-card{width:100%;max-width:510px;justify-self:end;align-self:center}
}
.hero-audit-card .phone-control{display:grid;grid-template-columns:104px minmax(0,1fr)!important;gap:8px;min-width:0}
.hero-audit-card .phone-control>input{min-width:0;width:100%}
.hero-audit-card .dial-code-wrap{width:104px;min-width:104px;position:relative}
.hero-audit-card .dial-code-menu{position:absolute;left:0;top:calc(100% + 7px);z-index:100;width:245px;max-width:min(245px,calc(100vw - 32px))}


/* KREATIAX v2.13 — centered security note + bilingual availability */
.hero-audit-card .audit-security{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:5px;width:100%}
.hero-audit-card .audit-security-line{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-align:center}
.hero-audit-card .audit-security-line svg{color:var(--lime);flex:0 0 auto;width:15px;height:15px}
.hero-audit-card .audit-language-note{color:#aeb9bd;font-size:.68rem;line-height:1.3;text-align:center}
@media(max-width:1180px) and (min-width:901px){.hero-audit-card .audit-language-note{font-size:.64rem}}


/* KREATIAX v2.14 — bilingual EN | ES navigation switch */
.lang-switch{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:38px;padding:0 13px;border:1px solid rgba(182,255,0,.58);border-radius:999px;background:rgba(8,14,16,.36);white-space:nowrap;line-height:1}
.lang-switch .lang-option{font-family:"Inter",sans-serif;font-size:.76rem;font-weight:700;letter-spacing:.045em;color:#8d999d;transition:color .18s ease,text-shadow .18s ease}
.lang-switch .lang-option:hover{color:var(--off)}
.lang-switch .lang-option.active{color:var(--lime);text-shadow:0 0 13px rgba(182,255,0,.18)}
.lang-switch .lang-sep{font-size:.76rem;color:rgba(182,255,0,.8);transform:translateY(-.5px)}
.nav-actions{gap:12px}
@media(max-width:1080px) and (min-width:901px){.nav-actions .lang-switch,.nav-actions .btn{display:none}}
@media(max-width:900px){.nav-actions .lang-switch,.nav-actions .btn{display:none}}


/* KREATIAX v2.15 — compact segmented bilingual switch */
.lang-switch{height:30px;padding:2px;gap:0;border-color:rgba(182,255,0,.62);background:rgba(8,14,16,.28);overflow:hidden}
.lang-switch .lang-option{height:24px;min-width:32px;padding:0 7px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:.68rem;font-weight:800;letter-spacing:.035em;color:#9aa5a8;text-shadow:none;transition:background .18s ease,color .18s ease}
.lang-switch .lang-option:hover{color:var(--off);background:rgba(255,255,255,.035)}
.lang-switch .lang-option.active{background:var(--lime);color:var(--charcoal);text-shadow:none}
.lang-switch .lang-sep{display:none}


/* KREATIAX v2.17 — slimmer header CTA, same typography */
.nav-actions .btn.btn-primary{padding-top:10px;padding-bottom:10px}

/* KREATIAX v2.18 — slightly slimmer header CTA, same typography */
.nav-actions .btn.btn-primary{padding-top:8px;padding-bottom:8px}


/* KREATIAX v2.19 — primary navigation animated lime underline */
@media(min-width:901px){
  .navlinks a{position:relative;display:inline-flex;align-items:center;padding-bottom:7px;transition:color .2s ease}
  .navlinks a::after{content:"";position:absolute;left:0;right:0;bottom:1px;height:2px;border-radius:999px;background:var(--lime);transform:scaleX(0);transform-origin:left center;opacity:.35;box-shadow:0 0 0 rgba(182,255,0,0);transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .2s ease,box-shadow .2s ease}
  .navlinks a:hover::after,.navlinks a:focus-visible::after{transform:scaleX(1);opacity:1;box-shadow:0 0 12px rgba(182,255,0,.58)}
  .navlinks a:hover,.navlinks a:focus-visible{color:var(--lime)}
}
@media(prefers-reduced-motion:reduce){
  .navlinks a::after{transition:none}
}


/* KREATIAX v2.20 — plain black hero with subtle floating X accents */
.hero{background:#000}
.hero:before{display:none}
.hero-x{display:none!important}
.hero-x-cluster{position:absolute;left:clamp(22px,3.2vw,54px);top:clamp(98px,13vh,138px);width:96px;height:82px;pointer-events:none;z-index:1}
.hero-x-mini{position:absolute;width:clamp(18px,1.55vw,24px);height:auto;opacity:0;filter:drop-shadow(0 0 10px rgba(182,255,0,.18));transform-origin:center center;will-change:transform,opacity}
.hero-x-mini-1{left:0;top:0;animation:kxFloatOne 7.6s ease-in-out infinite}
.hero-x-mini-2{left:28px;top:18px;animation:kxFloatTwo 7.6s ease-in-out infinite .85s}
.hero-x-mini-3{left:56px;top:-4px;animation:kxFloatThree 7.6s ease-in-out infinite 1.65s}
@keyframes kxFloatOne{
  0%,9%,100%{opacity:0;transform:translate3d(0,10px,0) scale(.76) rotate(-10deg)}
  12%,22%{opacity:.34;transform:translate3d(2px,3px,0) scale(.9) rotate(-4deg)}
  15%,19%{opacity:.52}
  26%,34%{opacity:.16;transform:translate3d(5px,-2px,0) scale(.98) rotate(0deg)}
  40%,100%{opacity:0;transform:translate3d(8px,-8px,0) scale(1.04) rotate(5deg)}
}
@keyframes kxFloatTwo{
  0%,14%,100%{opacity:0;transform:translate3d(-6px,12px,0) scale(.72) rotate(8deg)}
  18%,29%{opacity:.26;transform:translate3d(-2px,4px,0) scale(.86) rotate(4deg)}
  22%,26%{opacity:.44}
  31%,40%{opacity:.12;transform:translate3d(3px,-3px,0) scale(.94) rotate(0deg)}
  45%,100%{opacity:0;transform:translate3d(8px,-10px,0) scale(1) rotate(-5deg)}
}
@keyframes kxFloatThree{
  0%,18%,100%{opacity:0;transform:translate3d(-8px,14px,0) scale(.68) rotate(-12deg)}
  22%,33%{opacity:.22;transform:translate3d(-3px,5px,0) scale(.8) rotate(-5deg)}
  25%,29%{opacity:.36}
  35%,44%{opacity:.1;transform:translate3d(2px,-2px,0) scale(.9) rotate(1deg)}
  48%,100%{opacity:0;transform:translate3d(8px,-9px,0) scale(.98) rotate(6deg)}
}
@media(max-width:900px){
  .hero-x-cluster{left:18px;top:88px;width:74px;height:64px}
  .hero-x-mini{width:16px}
  .hero-x-mini-2{left:22px;top:16px}
  .hero-x-mini-3{left:43px;top:1px}
}
@media (prefers-reduced-motion: reduce){
  .hero-x-mini{animation:none;opacity:.14;transform:none}
  .hero-x-mini-2,.hero-x-mini-3{opacity:0}
}


/* KREATIAX v2.21 — floating X accents removed */
.hero-x-cluster,.hero-x-mini{display:none!important}


/* v2.22 hero value band */
.hero-value-band{margin-top:56px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;position:relative;z-index:2}
.hero-value-card{display:flex;gap:16px;align-items:flex-start;padding:16px 18px;border:1px solid rgba(182,255,0,.2);border-radius:18px;background:rgba(8,12,8,.72);box-shadow:0 10px 28px rgba(0,0,0,.18)}
.hero-value-icon{flex:0 0 42px;width:42px;height:42px;display:grid;place-items:center;color:var(--lime)}
.hero-value-icon svg{width:32px;height:32px}
.hero-value-copy h3{margin:0;color:var(--white);font-size:.84rem;line-height:1.15;text-transform:uppercase;letter-spacing:.1em}
.hero-value-copy p{margin:10px 0 0;color:var(--grey);font-size:.96rem;line-height:1.45;max-width:26ch}
@media(max-width:1200px){
  .hero-value-band{grid-template-columns:1fr;max-width:640px;gap:14px;margin-top:46px}
  .hero-value-card{padding:15px 16px}
}
@media(max-width:700px){
  .hero-value-band{margin-top:38px;gap:12px}
  .hero-value-icon{flex-basis:38px;width:38px;height:38px}
  .hero-value-icon svg{width:28px;height:28px}
  .hero-value-copy h3{font-size:.78rem}
  .hero-value-copy p{font-size:.9rem;max-width:none}
}


/* v2.23 — reference-style hero value strip: no cards, smaller typography */
.hero-value-band{margin-top:52px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;align-items:start}
.hero-value-card{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;align-items:start;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.hero-value-icon{width:30px;height:30px;flex:0 0 30px;color:var(--lime);display:grid;place-items:center;margin-top:1px}
.hero-value-icon svg{width:27px;height:27px;stroke-width:2}
.hero-value-copy h3{margin:0;color:var(--white);font-size:.72rem;line-height:1.2;text-transform:uppercase;letter-spacing:.035em;font-weight:800}
.hero-value-copy p{margin:6px 0 0;color:#c1c8ca;font-size:.76rem;line-height:1.42;max-width:23ch}
@media(max-width:1200px){
  .hero-value-band{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:42px;max-width:none}
  .hero-value-card{grid-template-columns:30px minmax(0,1fr);gap:10px;padding:0}
  .hero-value-icon{width:28px;height:28px}
  .hero-value-icon svg{width:25px;height:25px}
  .hero-value-copy h3{font-size:.68rem}
  .hero-value-copy p{font-size:.72rem}
}
@media(max-width:900px){
  .hero-value-band{grid-template-columns:1fr;gap:16px;margin-top:36px;max-width:420px}
  .hero-value-card{grid-template-columns:30px minmax(0,1fr)}
  .hero-value-copy p{max-width:none}
}


/* KREATIAX v2.24 — classic desktop signature, larger mobile value strip */
.hero-meta-desktop{display:flex}
.hero-value-mobile{display:none}
@media(max-width:900px){
  .hero-meta-desktop{display:none!important}
  .hero-value-mobile{display:grid!important;grid-template-columns:1fr;gap:20px;margin-top:42px;max-width:100%}
  .hero-value-mobile .hero-value-card{display:flex;align-items:flex-start;gap:18px;padding:0;background:none;border:0;box-shadow:none}
  .hero-value-mobile .hero-value-icon{flex:0 0 52px;width:52px;height:52px;color:var(--lime)}
  .hero-value-mobile .hero-value-icon svg{width:42px;height:42px}
  .hero-value-mobile .hero-value-copy h3{font-size:1rem;line-height:1.15;letter-spacing:.095em}
  .hero-value-mobile .hero-value-copy p{font-size:1rem;line-height:1.48;max-width:31ch;margin-top:8px}
}
@media(max-width:560px){
  .hero-value-mobile{gap:18px;margin-top:38px}
  .hero-value-mobile .hero-value-icon{flex-basis:48px;width:48px;height:48px}
  .hero-value-mobile .hero-value-icon svg{width:38px;height:38px}
  .hero-value-mobile .hero-value-copy h3{font-size:.96rem}
  .hero-value-mobile .hero-value-copy p{font-size:.96rem;max-width:none}
}


/* KREATIAX v2.25 — interactive flagship business model */
.flagship-interactive{align-items:center}
.flagship-visual-shell{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:320px}
.flagship-visual-note{font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:rgba(8,14,16,.72);text-align:center}
.flagship-visual-caption{margin:0;font-size:.82rem;line-height:1.4;color:rgba(8,14,16,.72);text-align:center}
.business-viewport{position:relative;width:min(100%,390px);height:280px;border-radius:30px;perspective:1200px;isolation:isolate;cursor:grab;user-select:none;-webkit-user-select:none;touch-action:none}
.business-viewport:active{cursor:grabbing}
.business-halo{position:absolute;inset:18px 24px 26px;border-radius:28px;background:radial-gradient(circle at 50% 46%,rgba(247,247,245,.2),rgba(247,247,245,0) 62%),linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.02));opacity:.9}
.business-grid{position:absolute;inset:18px 24px 26px;border-radius:28px;background-image:linear-gradient(rgba(8,14,16,.11) 1px,transparent 1px),linear-gradient(90deg,rgba(8,14,16,.11) 1px,transparent 1px);background-size:22px 22px,22px 22px;mask-image:linear-gradient(180deg,rgba(0,0,0,.92),rgba(0,0,0,.55));opacity:.6}
.business-grid:before,.business-grid:after{content:"";position:absolute;inset:14px;border:1px solid rgba(8,14,16,.14);border-radius:20px}
.business-grid:after{inset:auto 24px 22px 24px;height:1px;border:0;background:rgba(8,14,16,.14)}
.business-shadow{position:absolute;left:50%;bottom:46px;width:180px;height:42px;border-radius:50%;background:radial-gradient(circle,rgba(8,14,16,.28),rgba(8,14,16,0) 72%);transform:translateX(-50%) scale(1.05);filter:blur(2px)}
.business-model{--bw:170px;--bh:108px;--bd:108px;position:absolute;left:50%;top:56%;width:var(--bw);height:var(--bh);transform-style:preserve-3d;transform:translate3d(-50%,-50%,0) rotateX(-18deg) rotateY(28deg);will-change:transform;transition:transform .18s ease-out}
.business-face{position:absolute;left:0;top:0;backface-visibility:hidden;border:2px solid rgba(8,14,16,.28);background:rgba(247,247,245,.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}
.business-front,.business-back{width:var(--bw);height:var(--bh)}
.business-right,.business-left{width:var(--bd);height:var(--bh)}
.business-top,.business-bottom{width:var(--bw);height:var(--bd)}
.business-front{transform:translateZ(calc(var(--bd)/2));background:linear-gradient(180deg,rgba(8,14,16,.06),rgba(8,14,16,.16))}
.business-back{transform:rotateY(180deg) translateZ(calc(var(--bd)/2));background:linear-gradient(180deg,rgba(8,14,16,.04),rgba(8,14,16,.12))}
.business-right{transform:rotateY(90deg) translateZ(calc(var(--bw)/2));transform-origin:center;background:linear-gradient(180deg,rgba(8,14,16,.05),rgba(8,14,16,.15))}
.business-left{transform:rotateY(-90deg) translateZ(calc(var(--bw)/2));transform-origin:center;background:linear-gradient(180deg,rgba(8,14,16,.04),rgba(8,14,16,.13))}
.business-top{transform:rotateX(90deg) translateZ(calc(var(--bh)/2));transform-origin:center;background:linear-gradient(180deg,rgba(247,247,245,.18),rgba(8,14,16,.08));box-shadow:inset 0 0 0 1px rgba(255,255,255,.12),0 0 0 1px rgba(8,14,16,.08)}
.business-bottom{transform:rotateX(-90deg) translateZ(calc(var(--bh)/2));transform-origin:center;background:rgba(8,14,16,.08)}
.business-top:before,.business-top:after{content:"";position:absolute;border:2px solid rgba(8,14,16,.18);border-radius:4px;background:rgba(247,247,245,.05)}
.business-top:before{left:16px;top:16px;width:58px;height:28px}
.business-top:after{right:16px;bottom:16px;width:48px;height:22px}
.store-sign{position:absolute;left:18px;right:18px;top:14px;height:20px;border:2px solid rgba(8,14,16,.3);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:800;letter-spacing:.18em;color:rgba(8,14,16,.82);background:rgba(247,247,245,.12)}
.awning{position:absolute;left:14px;right:14px;top:40px;height:18px;display:grid;grid-template-columns:repeat(5,1fr);gap:0;border:2px solid rgba(8,14,16,.3);border-bottom-width:3px;border-radius:7px 7px 10px 10px;overflow:hidden;background:rgba(247,247,245,.12)}
.awning span:nth-child(odd){background:rgba(8,14,16,.16)}
.awning span:nth-child(even){background:rgba(247,247,245,.1)}
.store-front{position:absolute;left:16px;right:16px;bottom:14px;height:42px;display:grid;grid-template-columns:1fr 44px 1fr;gap:10px}
.window,.door,.side-window{border:2px solid rgba(8,14,16,.28);border-radius:8px;background:linear-gradient(180deg,rgba(247,247,245,.12),rgba(8,14,16,.04));position:relative;overflow:hidden}
.window:before,.door:before,.side-window:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:rgba(8,14,16,.16);transform:translateX(-50%)}
.window:after,.side-window:after{content:"";position:absolute;left:0;right:0;top:50%;height:2px;background:rgba(8,14,16,.16);transform:translateY(-50%)}
.door{background:linear-gradient(180deg,rgba(8,14,16,.12),rgba(8,14,16,.2))}
.door:after{content:"";position:absolute;right:8px;top:50%;width:6px;height:6px;border-radius:50%;background:rgba(247,247,245,.35);transform:translateY(-50%)}
.business-right{display:flex;justify-content:center}
.side-window{position:absolute;left:20px;right:20px;height:24px}
.side-window-1{top:18px}
.side-window-2{top:56px}
.business-back:before,.business-left:before{content:"";position:absolute;inset:16px;border:2px dashed rgba(8,14,16,.18);border-radius:10px}
.business-model.is-snapping{transition:transform .28s ease}
@media(min-width:901px){
  .flagship-interactive{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)}
}
@media(max-width:900px){
  .flagship-visual-shell{min-height:0;padding-top:6px}
  .business-viewport{width:min(100%,340px);height:250px}
}
@media(max-width:560px){
  .flagship-visual-note{font-size:.74rem}
  .flagship-visual-caption{font-size:.78rem;max-width:26ch}
  .business-viewport{width:min(100%,300px);height:224px}
  .business-model{--bw:148px;--bh:96px;--bd:96px}
  .store-front{grid-template-columns:1fr 38px 1fr;gap:8px;height:38px}
  .store-sign{font-size:.54rem;letter-spacing:.14em}
}


/* KREATIAX v2.26 — premium 3D storefront refinement */
.flagship-visual-shell{gap:10px}
.business-viewport{height:300px;perspective:1500px}
.business-halo{inset:12px 18px 24px;background:radial-gradient(circle at 50% 40%,rgba(255,255,255,.30),rgba(255,255,255,.10) 38%,rgba(8,14,16,.03) 62%,transparent 76%);filter:blur(.2px)}
.business-grid{opacity:.18;background-size:28px 28px,28px 28px}
.business-shadow{bottom:38px;width:210px;height:52px;background:radial-gradient(circle,rgba(8,14,16,.35),rgba(8,14,16,0) 70%);filter:blur(6px)}
.business-model{--bw:188px;--bh:120px;--bd:120px;top:54%;filter:drop-shadow(0 24px 30px rgba(8,14,16,.28));transform:translate3d(-50%,-50%,0) rotateX(-16deg) rotateY(30deg)}
.business-face{border:1px solid rgba(8,14,16,.32);box-shadow:inset 0 0 0 1px rgba(255,255,255,.18),inset 0 -18px 32px rgba(8,14,16,.06)}
.business-front{background:linear-gradient(180deg,rgba(250,255,240,.30),rgba(236,248,208,.12) 45%,rgba(8,14,16,.12))}
.business-back{background:linear-gradient(180deg,rgba(240,250,220,.16),rgba(8,14,16,.14))}
.business-right{background:linear-gradient(160deg,rgba(250,255,240,.24),rgba(8,14,16,.16))}
.business-left{background:linear-gradient(160deg,rgba(230,246,196,.20),rgba(8,14,16,.18))}
.business-top{background:linear-gradient(145deg,rgba(255,255,255,.34),rgba(218,246,160,.16) 55%,rgba(8,14,16,.06));box-shadow:inset 0 0 0 1px rgba(255,255,255,.20),0 10px 30px rgba(8,14,16,.08)}
.business-bottom{background:rgba(8,14,16,.16)}
.store-sign{left:20px;right:20px;top:12px;height:23px;border:1px solid rgba(8,14,16,.28);background:linear-gradient(180deg,rgba(255,255,255,.28),rgba(255,255,255,.10));box-shadow:0 4px 12px rgba(8,14,16,.10);font-size:.64rem;letter-spacing:.16em}
.awning{left:16px;right:16px;top:41px;height:21px;border:1px solid rgba(8,14,16,.28);border-bottom-width:2px;background:rgba(255,255,255,.16);box-shadow:0 5px 10px rgba(8,14,16,.10)}
.awning span:nth-child(odd){background:rgba(8,14,16,.22)}
.awning span:nth-child(even){background:rgba(255,255,255,.28)}
.store-front{left:18px;right:18px;bottom:15px;height:46px;grid-template-columns:1fr 46px 1fr;gap:10px}
.window,.door,.side-window{border:1px solid rgba(8,14,16,.30);background:linear-gradient(180deg,rgba(210,244,255,.30),rgba(78,120,132,.12));box-shadow:inset 0 0 14px rgba(255,255,255,.14)}
.window:before,.door:before,.side-window:before,.window:after,.side-window:after{background:rgba(8,14,16,.18)}
.door{background:linear-gradient(180deg,rgba(126,161,170,.24),rgba(8,14,16,.16))}
.door:after{background:rgba(255,255,255,.55);box-shadow:0 0 0 1px rgba(8,14,16,.16)}
.side-window{left:22px;right:22px;height:26px}
.side-window-1{top:19px}
.side-window-2{top:61px}
.business-top:before{left:18px;top:17px;width:62px;height:30px;background:rgba(8,14,16,.08);box-shadow:0 3px 10px rgba(8,14,16,.10)}
.business-top:after{right:18px;bottom:18px;width:52px;height:24px;background:rgba(8,14,16,.06);box-shadow:0 3px 10px rgba(8,14,16,.08)}
.business-front:after{content:"";position:absolute;left:12px;right:12px;bottom:-9px;height:9px;background:linear-gradient(180deg,rgba(8,14,16,.20),rgba(8,14,16,.05));transform:skewX(-18deg);transform-origin:left top}
.flagship-visual-note{font-size:.76rem;letter-spacing:.14em}
.flagship-visual-caption{font-size:.78rem;color:rgba(8,14,16,.66)}
@media(max-width:900px){.business-viewport{height:264px}.business-model{--bw:166px;--bh:106px;--bd:106px}}
@media(max-width:560px){.business-viewport{height:238px}.business-model{--bw:150px;--bh:96px;--bd:96px}.store-front{grid-template-columns:1fr 38px 1fr;height:38px}.store-sign{font-size:.52rem}}


/* KREATIAX v2.27 — integrated premium 3D storefront PNG */
.storefront-visual{gap:8px;min-height:330px;overflow:visible}
.storefront-stage{position:relative;width:min(100%,430px);height:300px;display:grid;place-items:center;isolation:isolate;perspective:1100px;cursor:grab;touch-action:none;outline:none}
.storefront-stage:active{cursor:grabbing}
.storefront-stage:focus-visible{border-radius:24px;box-shadow:0 0 0 3px rgba(8,14,16,.2)}
.storefront-glow{position:absolute;left:50%;bottom:30px;width:68%;height:25%;transform:translateX(-50%);border-radius:50%;background:radial-gradient(ellipse at center,rgba(8,14,16,.30),rgba(8,14,16,0) 70%);filter:blur(10px);opacity:.45;z-index:0}
.storefront-3d-image{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;transform:rotateX(0deg) rotateY(0deg) scale(1.02);transform-style:preserve-3d;transform-origin:50% 56%;filter:drop-shadow(0 22px 20px rgba(8,14,16,.24));transition:transform .18s ease-out,filter .18s ease-out;will-change:transform}
.storefront-stage:hover .storefront-3d-image{filter:drop-shadow(0 26px 24px rgba(8,14,16,.30))}
@media(min-width:901px){.flagship-interactive{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr)}.storefront-stage{height:320px}}
@media(max-width:900px){.storefront-visual{padding-top:10px}.storefront-stage{width:min(100%,390px);height:300px}}
@media(max-width:560px){.storefront-stage{width:min(100%,330px);height:260px}.storefront-3d-image{width:108%;max-width:none}.storefront-visual{gap:5px}.flagship-visual-note{font-size:.78rem}.flagship-visual-caption{font-size:.8rem}}
@media(prefers-reduced-motion:reduce){.storefront-3d-image{transition:none!important;transform:none!important}}


/* KREATIAX v2.28 — static blueprint integration for Digital Presence System */
.storefront-static{gap:10px;min-height:330px}
.storefront-static .storefront-stage{position:relative;width:min(100%,430px);height:auto;display:grid;place-items:center;isolation:isolate;perspective:none;cursor:default;touch-action:auto;outline:none}
.storefront-static .storefront-3d-image{display:block;width:100%;height:auto;max-height:340px;object-fit:contain;transform:none!important;filter:none!important;transition:none!important;will-change:auto}
.storefront-static .storefront-stage:hover .storefront-3d-image{filter:none!important}
.storefront-static .flagship-visual-caption{display:none}
@media(max-width:900px){.storefront-static .storefront-stage{width:min(100%,390px)}}
@media(max-width:560px){.storefront-static .storefront-stage{width:min(100%,320px)}.storefront-static .storefront-3d-image{max-height:280px}}


/* KREATIAX v2.29 — refined blueprint placement */
@media(min-width:901px){
  .storefront-static{justify-content:center;align-self:center;padding-top:0}
  .storefront-static .storefront-stage{transform:translate(10px,-8px)}
  .storefront-static .flagship-visual-note{transform:translate(10px,-2px)}
}
@media(max-width:900px){
  .storefront-static .storefront-stage,.storefront-static .flagship-visual-note{transform:none}
}


/* KREATIAX v2.31 — remove blueprint label and give the image more visual weight */
.storefront-static{gap:0;min-height:360px}
.storefront-static .storefront-stage{width:min(100%,520px);max-width:520px}
.storefront-static .storefront-3d-image{max-height:420px;width:100%}
@media(min-width:901px){
  .flagship-interactive{grid-template-columns:minmax(0,1fr) minmax(460px,1fr)}
  .storefront-static{justify-content:center;align-self:center}
  .storefront-static .storefront-stage{transform:translate(18px,-2px)}
}
@media(max-width:900px){
  .storefront-static{min-height:auto;padding-top:6px}
  .storefront-static .storefront-stage{width:min(100%,430px);max-width:430px;transform:none}
  .storefront-static .storefront-3d-image{max-height:360px}
}
@media(max-width:560px){
  .storefront-static .storefront-stage{width:min(100%,350px);max-width:350px}
  .storefront-static .storefront-3d-image{max-height:300px}
}

@media(max-width:767px){.card .icon{width:52px;height:52px;flex-basis:52px;margin-bottom:28px}.card .icon svg{width:26px;height:26px}}


/* KREATIAX v2.33 — services cards with title beside icon */
.service-cards .card{display:grid;grid-template-columns:56px minmax(0,1fr);grid-template-areas:"icon title" "copy copy" "arrow arrow";column-gap:18px;row-gap:10px;align-items:center}
.service-cards .card .icon{grid-area:icon;margin-bottom:0;align-self:start}
.service-cards .card h3{grid-area:title;margin:0;align-self:center}
.service-cards .card p{grid-area:copy;margin-top:4px}
.service-cards .card .arrow{grid-area:arrow;margin-top:8px}
@media(max-width:767px){
  .service-cards .card{grid-template-columns:52px minmax(0,1fr);column-gap:16px}
  .service-cards .card .icon{margin-bottom:0}
}


/* KREATIAX v2.37 — mobile horizontal swipe guide */
.problem-swipe-hint{display:none}
@media(max-width:900px){
  .problem-chain{scrollbar-width:none;-ms-overflow-style:none;padding-bottom:0}
  .problem-chain::-webkit-scrollbar{display:none;width:0;height:0}
  .problem-swipe-hint{display:block;position:relative;width:140px;height:18px;margin:12px 0 0 6px;opacity:.92;pointer-events:none;--swipe-shift:0px;--swipe-scale:1;transform:translateX(var(--swipe-shift)) scaleX(var(--swipe-scale));transform-origin:center center;will-change:transform,opacity;transition:opacity .25s ease}
  .problem-swipe-hint.is-reverse{--swipe-scale:-1}
  .problem-swipe-hint::before{content:"";position:absolute;left:0;top:50%;width:calc(100% + 2px);height:1.5px;background:var(--lime);transform:translateY(-50%);border-radius:999px}
  .problem-swipe-hint::after{content:"";position:absolute;right:0;top:50%;width:10px;height:10px;border-top:1.5px solid var(--lime);border-right:1.5px solid var(--lime);transform:translateY(-50%) rotate(45deg);transform-origin:center}
}


/* KREATIAX v2.46 — larger animated section boundary scroll guides */
main{position:relative}
.section-scroll-guide{position:absolute;left:50%;top:var(--guide-top,0px);width:48px;height:62px;transform:translateX(-50%);display:grid;place-items:start center;z-index:999;pointer-events:none;color:var(--lime)}
.section-scroll-guide.is-dark{color:#080e10}
.section-scroll-guide svg{display:block;width:40px;height:52px;overflow:visible;animation:sectionGuideFloat 1.9s ease-in-out infinite}
.section-scroll-guide .guide-line,.section-scroll-guide .guide-head{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.section-scroll-guide .guide-line{stroke-dasharray:2.4 3.4}
@keyframes sectionGuideFloat{0%{transform:translateY(-5px);opacity:.78}50%{transform:translateY(8px);opacity:1}100%{transform:translateY(-5px);opacity:.78}}
@media(max-width:900px){
  .section-scroll-guide{width:42px;height:54px}
  .section-scroll-guide svg{width:36px;height:46px}
  .section-scroll-guide .guide-line,.section-scroll-guide .guide-head{stroke-width:1.75}
}
@media(prefers-reduced-motion:reduce){.section-scroll-guide svg{animation:none}}



/* KREATIAX v2.44 — hero signature */
.hero-signature{display:flex;align-items:center;gap:14px;margin-top:38px;color:var(--white);font-family:"Space Grotesk",sans-serif;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;position:relative;z-index:2}
.hero-signature-line{display:block;width:54px;height:3px;background:var(--lime);border-radius:999px;flex:0 0 54px}
@media(max-width:900px){.hero-signature{margin-top:32px;font-size:.74rem;gap:12px}.hero-signature-line{width:46px;flex-basis:46px;height:2px}}
@media(max-width:560px){.hero-signature{margin-top:28px;font-size:.7rem;letter-spacing:.1em}.hero-signature-line{width:40px;flex-basis:40px}}


/* KREATIAX v2.49 — Solutions flagship storefront visual */
.solutions-storefront-visual{display:flex;align-items:flex-end;justify-content:center;min-width:0;padding:6px 8px 0}
.solutions-storefront-visual img{display:block;width:min(100%,280px);max-height:250px;object-fit:contain;object-position:center bottom}
@media(max-width:900px){
  .solutions-storefront-visual{padding-top:14px}
  .solutions-storefront-visual img{width:min(100%,235px);max-height:215px}
}
@media(max-width:560px){
  .solutions-storefront-visual{justify-content:center;padding-top:10px}
  .solutions-storefront-visual img{width:min(100%,205px);max-height:190px}
}


/* KREATIAX v2.50 — country picker with flags */
.hero-audit-card .country-picker-wrap{position:relative;width:100%;min-width:0}
.hero-audit-card .country-select-native{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;clip:rect(0 0 0 0)!important;overflow:hidden!important}
.hero-audit-card .country-picker-trigger{width:100%;min-height:41px;display:flex;align-items:center;gap:10px;background:#081114;border:1px solid #263237;border-radius:13px;padding:0 13px;color:#f7f7f5;cursor:pointer;outline:none;text-align:left;transition:border-color .18s ease,box-shadow .18s ease}
.hero-audit-card .country-picker-trigger:focus,.hero-audit-card .country-picker-wrap.open .country-picker-trigger{border-color:var(--lime);box-shadow:0 0 0 3px rgba(182,255,0,.11)}
.hero-audit-card .country-picker-trigger img,.hero-audit-card .country-picker-flag-placeholder{width:24px;height:16px;flex:0 0 24px;border-radius:2px;object-fit:cover;box-shadow:0 0 0 1px rgba(255,255,255,.13)}
.hero-audit-card .country-picker-flag-placeholder{display:block;background:transparent;box-shadow:0 0 0 1px rgba(255,255,255,.12)}
.hero-audit-card .country-picker-current{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f7f7f5}
.hero-audit-card .country-picker-wrap:not(.has-value) .country-picker-current{color:#687579}
.hero-audit-card .country-picker-trigger svg{width:10px;height:7px;margin-left:auto;fill:none;stroke:#8e999c;stroke-width:1.5;flex:0 0 auto;transition:transform .18s ease}
.hero-audit-card .country-picker-wrap.open .country-picker-trigger svg{transform:rotate(180deg)}
.hero-audit-card .country-picker-menu{position:absolute;z-index:120;left:0;top:calc(100% + 7px);width:100%;min-width:245px;max-height:min(390px,48vh);overflow:auto;background:#071012;border:1px solid rgba(182,255,0,.45);border-radius:14px;padding:6px;box-shadow:0 18px 48px rgba(0,0,0,.48);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-4px);transition:opacity .14s ease,transform .14s ease,visibility 0s linear .14s}
.hero-audit-card .country-picker-wrap.open .country-picker-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:opacity .14s ease,transform .14s ease,visibility 0s}
.hero-audit-card .country-picker-option{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:10px;width:100%;border:0;background:transparent;color:#f7f7f5;padding:8px 9px;border-radius:9px;text-align:left;font:500 .82rem/1.25 Inter,sans-serif;cursor:pointer}
.hero-audit-card .country-picker-option:hover,.hero-audit-card .country-picker-option:focus{background:rgba(182,255,0,.09);outline:none}
.hero-audit-card .country-picker-option[aria-selected="true"]{background:rgba(182,255,0,.14)}
.hero-audit-card .country-picker-option img{width:24px;height:16px;border-radius:2px;object-fit:cover;box-shadow:0 0 0 1px rgba(255,255,255,.12)}
.hero-audit-card .country-picker-option .country-other-icon{width:24px;height:16px;display:grid;place-items:center;font-size:14px;color:#9ca8aa}
.hero-audit-card .country-picker-option span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:900px){.hero-audit-card .country-picker-menu{min-width:0;width:100%}}


/* KREATIAX v2.51 — dropdowns can extend outside audit card + complete alphabetical country list */
.hero-audit-card{overflow:visible}
.hero-audit-card:after{right:0;bottom:0;width:150px;height:150px;transform:none;clip-path:polygon(100% 0,100% 100%,0 100%);border-bottom-right-radius:33px}
.hero-audit-card .dial-code-menu,.hero-audit-card .country-picker-menu{z-index:2000;max-height:min(520px,58vh)}
.hero-audit-card .dial-code-menu{width:280px;max-width:min(280px,calc(100vw - 28px))}
.hero-audit-card .country-picker-menu{width:max(100%,300px);max-width:min(360px,calc(100vw - 28px))}
@media(max-width:1180px) and (min-width:901px){
  .hero-audit-card .dial-code-menu{width:270px}
  .hero-audit-card .country-picker-menu{width:max(100%,285px)}
}


/* KREATIAX v2.52 — adaptive floating country selectors only */
.hero-audit-card .dial-code-menu,.hero-audit-card .country-picker-menu{z-index:10000!important;transform:none!important}
.hero-audit-card .dial-code-wrap.open .dial-code-menu,.hero-audit-card .country-picker-wrap.open .country-picker-menu{transform:none!important}
.hero-audit-card .dial-code-wrap.opens-up .dial-code-trigger svg,.hero-audit-card .country-picker-wrap.opens-up .country-picker-trigger svg{transform:rotate(180deg)}
@media(max-width:600px){
  .hero-audit-card .dial-code-menu,.hero-audit-card .country-picker-menu{max-width:calc(100vw - 24px)!important}
}

/* KREATIAX v2.54 — branded scrollbars for country selectors */
.hero-audit-card .dial-code-menu,
.hero-audit-card .country-picker-menu{
  scrollbar-width:thin;
  scrollbar-color:var(--lime) #050a0b;
}
.hero-audit-card .dial-code-menu::-webkit-scrollbar,
.hero-audit-card .country-picker-menu::-webkit-scrollbar{
  width:10px;
}
.hero-audit-card .dial-code-menu::-webkit-scrollbar-track,
.hero-audit-card .country-picker-menu::-webkit-scrollbar-track{
  background:#050a0b;
  border-radius:999px;
}
.hero-audit-card .dial-code-menu::-webkit-scrollbar-thumb,
.hero-audit-card .country-picker-menu::-webkit-scrollbar-thumb{
  background:var(--lime);
  border:2px solid #050a0b;
  border-radius:999px;
}
.hero-audit-card .dial-code-menu::-webkit-scrollbar-thumb:hover,
.hero-audit-card .country-picker-menu::-webkit-scrollbar-thumb:hover{
  background:#c7ff35;
}
.hero-audit-card .dial-code-menu::-webkit-scrollbar-corner,
.hero-audit-card .country-picker-menu::-webkit-scrollbar-corner{
  background:#050a0b;
}


/* KREATIAX v2.55 — mobile navigation conversion actions + hero alignment */
.mobile-menu-actions{display:none}
@keyframes kxMenuShakeStrong{
  0%,100%{transform:translateX(0) rotate(0)}
  12%{transform:translateX(-8px) rotate(-1.5deg)}
  24%{transform:translateX(8px) rotate(1.5deg)}
  36%{transform:translateX(-7px) rotate(-1deg)}
  48%{transform:translateX(7px) rotate(1deg)}
  60%{transform:translateX(-5px)}
  72%{transform:translateX(5px)}
  84%{transform:translateX(-2px)}
}
@keyframes kxWhatsAppHeartbeat{
  0%,100%{transform:scale(1);opacity:.72;box-shadow:0 0 0 0 rgba(182,255,0,.34)}
  12%{transform:scale(1.45);opacity:1;box-shadow:0 0 0 5px rgba(182,255,0,.10)}
  22%{transform:scale(1);opacity:.8;box-shadow:0 0 0 0 rgba(182,255,0,0)}
  34%{transform:scale(1.28);opacity:1;box-shadow:0 0 0 4px rgba(182,255,0,.08)}
  46%{transform:scale(1);opacity:.78;box-shadow:0 0 0 0 rgba(182,255,0,0)}
  72%{transform:scale(1);opacity:.72;box-shadow:0 0 0 0 rgba(182,255,0,0)}
}
@media(max-width:900px){
  .navlinks .mobile-menu-actions{display:grid;width:100%;gap:10px;margin-top:14px;padding-top:18px;border-top:1px solid var(--line)}
  .navlinks .mobile-menu-actions .btn{width:100%;padding:14px 18px;font-size:.9rem;letter-spacing:.02em;text-transform:none}
  .navlinks .mobile-menu-audit{background:var(--lime);color:var(--charcoal)}
  .navlinks .mobile-menu-whatsapp{background:transparent;color:var(--lime);border-color:rgba(182,255,0,.58);position:relative}
  .navlinks .mobile-menu-whatsapp:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--lime);flex:0 0 8px;box-shadow:0 0 0 0 rgba(182,255,0,.45);animation:kxWhatsAppHeartbeat 1.45s ease-in-out infinite}
  .navlinks .mobile-menu-whatsapp:hover{border-color:var(--lime);color:var(--lime)}
  .navlinks .mobile-menu-audit.shake-once{animation:kxMenuShakeStrong .72s cubic-bezier(.36,.07,.19,.97) both}
  .topbar .brand{display:flex;align-items:center;margin-left:0}
  .topbar .brand img{transform:translateX(-4px);object-position:left center}
}
@media(prefers-reduced-motion:reduce){
  .navlinks .mobile-menu-audit.shake-once{animation:none}
  .navlinks .mobile-menu-whatsapp:before{animation:none}
}

/* KREATIAX v2.57 — mobile header alignment + language switch */
@media(max-width:900px){
  .topbar .nav{gap:10px}
  .topbar .brand{margin-left:0}
  .topbar .brand img{transform:translateX(4px);object-position:left center}
  .topbar .nav-actions{display:flex;align-items:center;gap:8px;min-width:auto;margin-left:auto}
  .topbar .nav-actions .lang-switch{display:inline-flex;height:30px;padding:2px;border:1px solid rgba(182,255,0,.62);border-radius:999px;background:rgba(8,14,16,.28);overflow:hidden}
  .topbar .nav-actions .lang-option{height:24px;min-width:31px;padding:0 7px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:.66rem;font-weight:800;letter-spacing:.035em;color:#9aa5a8}
  .topbar .nav-actions .lang-option.active{background:var(--lime);color:var(--charcoal)}
  .topbar .nav-actions .lang-option:hover{color:var(--off);background:rgba(255,255,255,.04)}
  .topbar .nav-actions .lang-sep{display:none}
  .topbar .nav-actions>.btn{display:none}
  .topbar .menu-btn{display:block;flex:0 0 42px;width:42px;height:42px}
}
@media(max-width:560px){
  .topbar .brand img{width:156px;transform:translateX(4px)}
  .topbar .nav-actions{gap:6px}
  .topbar .nav-actions .lang-switch{height:28px}
  .topbar .nav-actions .lang-option{height:22px;min-width:29px;padding:0 6px;font-size:.64rem}
  .topbar .menu-btn{flex-basis:40px;width:40px;height:40px}
}


/* KREATIAX v2.59 — refined industries showcase block */
.industries-showcase{background:#0d1518;color:var(--off);padding:104px 0 106px}
.industries-showcase .container{width:min(1110px,calc(100% - 40px));margin:auto}
.industries-showcase-head{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(315px,.82fr);gap:70px;align-items:end;margin-bottom:44px}
.industries-showcase-copy{min-width:0}
.industries-kicker{display:flex;align-items:center;gap:13px;color:#fff;font-size:.67rem;letter-spacing:.14em}
.industries-kicker:before{content:"";width:34px;height:2px;background:var(--lime);flex:0 0 34px}
.industries-showcase-copy h2{max-width:640px;font-size:clamp(3.25rem,5.25vw,4.85rem);line-height:.94;letter-spacing:-.06em;margin-top:14px}
.industries-showcase-side{max-width:430px;justify-self:end;padding-bottom:10px}
.industries-showcase-side p{font-size:1rem;line-height:1.5;color:#d5dddf;margin:0 0 14px}
.industries-showcase-link{display:inline-flex;align-items:center;gap:8px;font-size:.86rem;font-weight:800;color:var(--lime)}
.industry-shot-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border:1px solid rgba(255,255,255,.17);overflow:hidden;background:#0a1214}
.industry-shot-card{position:relative;display:block;aspect-ratio:1.14/1;background:#0b1214;border-right:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16);overflow:hidden;isolation:isolate}
.industry-shot-card:nth-child(4n){border-right:none}
.industry-shot-card:nth-last-child(-n+4){border-bottom:none}
.industry-shot-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.02);transition:transform .35s ease,filter .35s ease}
.industry-shot-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(4,8,9,.04) 25%,rgba(4,8,9,.1) 52%,rgba(4,8,9,.96) 100%)}
.industry-shot-overlay{position:absolute;left:0;right:0;bottom:0;z-index:2;min-height:72px;padding:14px 24px 16px;display:grid;grid-template-columns:1fr auto;grid-template-areas:"icon icon" "title arrow";column-gap:12px;align-items:end;color:#fff}
.industry-shot-icon{grid-area:icon;color:var(--lime);font-size:1rem;line-height:1;margin-bottom:7px}
.industry-shot-overlay strong{grid-area:title;font-family:"Space Grotesk",Inter,Arial,sans-serif;font-size:.9rem;line-height:1.15;letter-spacing:-.02em;max-width:180px}
.industry-shot-arrow{grid-area:arrow;color:var(--lime);font-size:1.45rem;line-height:.8;align-self:end}
@media(hover:hover) and (pointer:fine){.industry-shot-card:hover img{transform:scale(1.065);filter:brightness(1.07)}.industry-shot-card:hover .industry-shot-arrow{transform:translateX(4px)}.industry-shot-arrow{transition:transform .2s ease}}
@media(max-width:980px){.industries-showcase-head{grid-template-columns:1fr;gap:26px}.industries-showcase-side{justify-self:start;max-width:650px;padding-bottom:0}.industry-shot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.industry-shot-card:nth-child(4n){border-right:1px solid rgba(255,255,255,.16)}.industry-shot-card:nth-child(2n){border-right:none}.industry-shot-card:nth-last-child(-n+4){border-bottom:1px solid rgba(255,255,255,.16)}.industry-shot-card:nth-last-child(-n+2){border-bottom:none}}
@media(max-width:640px){.industries-showcase{padding:82px 0}.industries-showcase .container{width:min(100% - 28px,1110px)}.industries-showcase-copy h2{font-size:clamp(2.55rem,11vw,3.5rem)}.industries-showcase-copy h2 br{display:none}.industries-showcase-side p{font-size:.96rem}.industry-shot-grid{grid-template-columns:1fr}.industry-shot-card{aspect-ratio:1.35/1}.industry-shot-card,.industry-shot-card:nth-child(2n),.industry-shot-card:nth-child(4n){border-right:none}.industry-shot-card:not(:last-child){border-bottom:1px solid rgba(255,255,255,.16)}.industry-shot-card:nth-last-child(-n+2){border-bottom:1px solid rgba(255,255,255,.16)}.industry-shot-card:last-child{border-bottom:none}.industry-shot-overlay{padding:16px 20px 18px}.industry-shot-overlay strong{font-size:1rem;max-width:220px}}


/* KREATIAX v2.61 — immersive KREATIAX experience */
.experience-immersive{position:relative;min-height:720px;background:#061012 url('../images/kreatiax-experience-bg-clean-v263.avif') center center/cover no-repeat;overflow:hidden;border-block:1px solid var(--line)}
.experience-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,10,11,.04) 0%,rgba(4,10,11,.08) 40%,rgba(4,10,11,.72) 58%,rgba(4,10,11,.92) 76%,rgba(4,10,11,.96) 100%);pointer-events:none}
.experience-shell{position:relative;z-index:2;min-height:720px;display:grid;grid-template-columns:1fr 1fr;align-items:center}
.experience-spacer{min-height:1px}
.experience-copy{max-width:650px;justify-self:end;padding:76px 0 72px 36px;transform:translateY(-16px)}
.experience-kicker{display:flex;align-items:center;gap:12px;color:var(--off)}
.experience-kicker:before{content:"";display:block;width:34px;height:2px;background:var(--lime);flex:0 0 34px}
.experience-copy h2{font-size:clamp(3.2rem,4.6vw,5.15rem);line-height:.96;letter-spacing:-.055em;margin-top:18px;max-width:720px}
.experience-intro{font-size:1.08rem;color:#d8dfe1;margin-top:34px;margin-bottom:22px}
.experience-checks{list-style:none;padding:0;margin:0;display:grid;gap:9px;color:#eef2f3;font-size:.98rem}
.experience-checks li{position:relative;padding-left:24px}
.experience-checks li:before{content:"✓";position:absolute;left:0;top:0;color:var(--lime);font-weight:900}
.experience-close{font-weight:800;color:#fff;margin-top:10px;margin-bottom:0}
.experience-btn{margin-top:28px;background:rgba(4,10,11,.3);border-color:var(--lime);color:#fff;padding:13px 24px}
.experience-btn:hover{color:var(--lime);box-shadow:0 0 28px rgba(182,255,0,.08)}
@media(min-width:901px){
  .experience-immersive{min-height:680px}
  .experience-shell{min-height:680px;grid-template-columns:minmax(0,1.06fr) minmax(520px,.94fr)}
  .experience-copy{padding-right:8px}
}
@media(max-width:900px){
  .experience-immersive{min-height:0;background-position:38% center}
  .experience-overlay{background:linear-gradient(180deg,rgba(4,10,11,.12) 0%,rgba(4,10,11,.52) 36%,rgba(4,10,11,.93) 66%,rgba(4,10,11,.98) 100%)}
  .experience-shell{min-height:620px;display:flex;align-items:flex-end}
  .experience-spacer{display:none}
  .experience-copy{max-width:100%;padding:96px 0 58px}
  .experience-copy h2{font-size:clamp(2.55rem,10vw,4rem)}
  .experience-intro{margin-top:24px}
}
@media(max-width:560px){
  .experience-shell{min-height:580px}
  .experience-copy{padding-top:72px;padding-bottom:50px}
  .experience-kicker{font-size:.68rem}
  .experience-copy h2{font-size:clamp(2.25rem,11vw,3.25rem)}
  .experience-checks{font-size:.92rem}
}

/* KREATIAX v2.75 — Instagram + TikTok in mobile menu and footer */
.social-links{display:flex;align-items:center;gap:10px}
.social-icon-link{display:inline-flex!important;align-items:center;justify-content:center;width:40px;height:40px;margin:0!important;border:1px solid rgba(182,255,0,.42);border-radius:50%;color:#f7f7f5!important;transition:transform .18s ease,border-color .18s ease,color .18s ease,background .18s ease}
.social-icon-link svg{width:20px;height:20px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.social-icon-link svg path{fill:currentColor;stroke:none}
.social-icon-link .social-icon-dot{fill:currentColor;stroke:none}
.social-icon-link .social-youtube-play{fill:currentColor;stroke:none}
.social-icon-link:hover{color:var(--lime)!important;border-color:var(--lime);background:rgba(182,255,0,.06);transform:translateY(-2px)}
.social-links-menu{display:none}
.social-links-footer{margin-top:18px}
@media(max-width:900px){
  .navlinks .social-links-menu{display:flex;width:100%;justify-content:flex-start;gap:12px;margin-top:4px;padding-top:4px}
  .navlinks .social-links-menu .social-icon-link{width:42px;height:42px;padding:0;font-size:0}
  .navlinks .social-links-menu .social-icon-link svg{width:21px;height:21px}
}

/* KREATIAX v2.78 — mobile experience uses the same solid green as the KREATIAX system */
@media(max-width:900px){
  .experience-immersive{
    background:#A8D884;
    background-image:none;
    border-color:rgba(8,14,16,.08);
  }
  .experience-overlay{display:none}
  .experience-kicker{color:#263000}
  .experience-kicker:before{background:#263000}
  .experience-copy h2{color:var(--ink)}
  .experience-copy h2 .lime{color:#263000}
  .experience-intro{color:#33403a}
  .experience-checks{color:#26302c}
  .experience-checks li:before{color:#263000}
  .experience-close{color:var(--ink)}
  .experience-btn{background:var(--charcoal);border-color:var(--charcoal);color:#fff}
  .experience-btn:hover{color:#fff;box-shadow:none}
}

/* KREATIAX v2.79 — centered audit journey in final CTA */
.cta-audit-flow{width:min(100%,560px);margin:34px auto 0}
.cta-audit-flow .audit-flow{margin:0}
.cta-audit-flow .audit-step{min-height:104px}
@media(max-width:640px){
  .cta-audit-flow{width:100%;margin-top:26px}
  .cta-audit-flow .audit-flow{gap:10px}
  .cta-audit-flow .audit-step{min-height:86px;border-radius:18px;padding:10px 6px}
  .cta-audit-flow .audit-step svg{width:25px;height:25px}
  .cta-audit-flow .audit-step span{font-size:.52rem;letter-spacing:.09em}
}

/* KREATIAX v2.80 — final CTA responsive two-column layout */
@media(min-width:901px){
  .final-cta-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);align-items:center;gap:72px;margin-bottom:0}
  .final-cta-layout .copy{max-width:680px}
  .final-cta-layout .cta-audit-flow{width:100%;max-width:520px;margin:0;justify-self:end}
}
@media(max-width:900px){
  .final-cta-layout{display:block;margin-bottom:0}
  .final-cta-layout .cta-audit-flow{width:100%;margin-top:44px}
}
@media(max-width:640px){
  .final-cta-layout .cta-audit-flow{margin-top:48px}
}


/* KREATIAX v2.81 — two-line steps headline in final CTA */
.cta-steps-heading{margin-top:68px;text-align:center;font-family:"Space Grotesk",sans-serif;font-weight:700;font-size:clamp(2rem,3vw,3rem);line-height:1.03;letter-spacing:-.035em}
.cta-steps-heading span{display:block;color:#fff}
.cta-steps-heading .lime{color:var(--lime)}
@media(min-width:901px){
  .final-cta-layout .copy{align-self:stretch;display:flex;flex-direction:column;justify-content:center}
  .final-cta-layout .copy .cta-steps-heading{margin-top:72px;max-width:640px}
}
@media(max-width:900px){
  .cta-steps-heading{margin-top:54px;font-size:clamp(2rem,8vw,2.8rem)}
}
@media(max-width:640px){
  .cta-steps-heading{margin-top:50px;line-height:1.06}
}


/* KREATIAX v2.82 — restore final CTA right column */
.final-cta-right{min-width:0}
@media(min-width:901px){
  .final-cta-layout .copy{align-self:center;display:block}
  .final-cta-right{width:100%;max-width:560px;justify-self:end;display:flex;flex-direction:column;align-items:stretch}
  .final-cta-right .cta-steps-heading{margin:0 0 28px;text-align:center;max-width:none;font-size:clamp(2rem,2.6vw,2.8rem)}
  .final-cta-right .cta-audit-flow{width:100%;max-width:none;margin:0;justify-self:auto}
}
@media(max-width:900px){
  .final-cta-right{margin-top:54px}
  .final-cta-right .cta-steps-heading{margin:0 0 32px;text-align:center}
  .final-cta-right .cta-audit-flow{margin-top:0}
}
@media(max-width:640px){
  .final-cta-right{margin-top:58px}
  .final-cta-right .cta-steps-heading{margin-bottom:30px}
}


/* KREATIAX v2.83 — sequential CTA card activation */
.cta-audit-flow .audit-flow-sequence{--sequence-duration:10.8s;position:relative;align-items:stretch}
.cta-audit-flow .audit-flow-sequence .audit-step{position:relative;overflow:hidden;isolation:isolate;gap:10px;background:rgba(7,16,13,.94);border-color:rgba(182,255,0,.38);box-shadow:inset 0 0 0 1px rgba(182,255,0,.03);transform-origin:center center;will-change:transform;animation:ctaStepCard var(--sequence-duration) ease-in-out infinite}
.cta-audit-flow .audit-flow-sequence .audit-step::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(182,255,0,.98) 0%,rgba(182,255,0,.88) 100%);transform:scaleX(0);transform-origin:left center;opacity:0;z-index:-1;animation:ctaStepFill var(--sequence-duration) cubic-bezier(.42,0,.18,1) infinite}
.cta-audit-flow .audit-flow-sequence .audit-step::after{content:"";position:absolute;inset:-1px;border-radius:inherit;opacity:0;box-shadow:0 0 0 0 rgba(182,255,0,0);pointer-events:none;animation:ctaStepGlow var(--sequence-duration) ease-in-out infinite}
.cta-audit-flow .audit-flow-sequence .audit-step-icon{position:relative;width:38px;height:38px;display:grid;place-items:center}
.cta-audit-flow .audit-flow-sequence .audit-step-icon svg{width:32px;height:32px;animation:ctaStepIcon var(--sequence-duration) ease-in-out infinite}
.cta-audit-flow .audit-flow-sequence .audit-step-number{position:absolute;display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#000;color:#fff;font-family:"Space Grotesk",sans-serif;font-size:.98rem;font-weight:700;line-height:1;opacity:0;transform:scale(.72);box-shadow:0 10px 24px rgba(4,8,9,.22);animation:ctaStepBadge var(--sequence-duration) ease-in-out infinite}
.cta-audit-flow .audit-flow-sequence .audit-step-label{position:relative;z-index:1;font-size:.62rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#9ca8aa;transition:none;animation:ctaStepLabel var(--sequence-duration) ease-in-out infinite}
.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(1),.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(1)::before,.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(1)::after,.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(1) .audit-step-icon svg,.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(1) .audit-step-number,.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(1) .audit-step-label{animation-delay:0s}
.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(2),.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(2)::before,.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(2)::after,.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(2) .audit-step-icon svg,.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(2) .audit-step-number,.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(2) .audit-step-label{animation-delay:3.6s}
.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(3),.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(3)::before,.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(3)::after,.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(3) .audit-step-icon svg,.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(3) .audit-step-number,.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(3) .audit-step-label{animation-delay:7.2s}
.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(2){animation-name:ctaStepCardAudit}
.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(2) .audit-step-number::after{content:"";position:absolute;inset:-8px;border-radius:999px;border:1px solid rgba(8,14,16,.4);opacity:0;transform:translate(-1px,-1px) scale(.82);animation:ctaAuditPulse var(--sequence-duration) cubic-bezier(.45,0,.55,1) infinite;animation-delay:3.6s}
@keyframes ctaStepCard{0%,10%,100%{transform:none;border-color:rgba(182,255,0,.38)}14%,24%{transform:translateY(-2px);border-color:rgba(182,255,0,.9)}}
@keyframes ctaStepCardAudit{0%,10%,100%{transform:none;border-color:rgba(182,255,0,.38)}14%,24%{transform:translateY(-3px) scale(1.045);border-color:rgba(182,255,0,.95)}}
@keyframes ctaStepFill{0%,4%,100%{opacity:0;transform:scaleX(0)}14%,24%{opacity:1;transform:scaleX(1)}29%,100%{opacity:0;transform:scaleX(1)}}
@keyframes ctaStepGlow{0%,10%,100%{opacity:0;box-shadow:0 0 0 0 rgba(182,255,0,0)}14%,24%{opacity:1;box-shadow:0 0 0 1px rgba(182,255,0,.24),0 0 30px rgba(182,255,0,.18)}}
@keyframes ctaStepIcon{0%,10%,100%{opacity:1;transform:scale(1)}14%,24%{opacity:0;transform:scale(.7)}29%,100%{opacity:1;transform:scale(1)}}
@keyframes ctaStepBadge{0%,10%,100%{opacity:0;transform:scale(.72)}14%,24%{opacity:1;transform:scale(1)}29%,100%{opacity:0;transform:scale(.72)}}
@keyframes ctaStepLabel{0%,10%,100%{color:#9ca8aa}14%,24%{color:#07100d}29%,100%{color:#9ca8aa}}
@keyframes ctaAuditPulse{0%,10%,100%{opacity:0;transform:translate(-1px,-1px) scale(.82)}16%{opacity:.9;transform:translate(-2px,-2px) scale(.92)}20%{opacity:.45;transform:translate(2px,1px) scale(1.08)}24%{opacity:0;transform:translate(4px,2px) scale(1.18)}28%,100%{opacity:0;transform:translate(4px,2px) scale(1.18)}}
@media(max-width:640px){.cta-audit-flow .audit-flow-sequence .audit-step-icon{width:34px;height:34px}.cta-audit-flow .audit-flow-sequence .audit-step-number{width:30px;height:30px;font-size:.9rem}.cta-audit-flow .audit-flow-sequence .audit-step-label{font-size:.52rem;letter-spacing:.09em}}
@media(prefers-reduced-motion:reduce){.cta-audit-flow .audit-flow-sequence .audit-step,.cta-audit-flow .audit-flow-sequence .audit-step::before,.cta-audit-flow .audit-flow-sequence .audit-step::after,.cta-audit-flow .audit-flow-sequence .audit-step-icon svg,.cta-audit-flow .audit-flow-sequence .audit-step-number,.cta-audit-flow .audit-flow-sequence .audit-step-label,.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(2) .audit-step-number::after{animation:none}.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(2){transform:scale(1.04);border-color:rgba(182,255,0,.95);box-shadow:0 0 0 1px rgba(182,255,0,.24),0 0 30px rgba(182,255,0,.18)}.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(2)::before{opacity:1;transform:scaleX(1)}.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(2) .audit-step-icon svg{opacity:0;transform:scale(.7)}.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(2) .audit-step-number{opacity:1;transform:scale(1)}.cta-audit-flow .audit-flow-sequence .audit-step:nth-child(2) .audit-step-label{color:#07100d}}

/* KREATIAX v2.85 — mobile vertical CTA sequence */
@media(max-width:640px){
  .final-cta-right .cta-audit-flow{width:100%;max-width:none}
  .cta-audit-flow .audit-flow-sequence{grid-template-columns:1fr;gap:16px;width:100%}
  .cta-audit-flow .audit-flow-sequence::before{left:50%;right:auto;top:8%;bottom:8%;width:1px;height:auto;transform:translateX(-50%);background:rgba(182,255,0,.42)}
  .cta-audit-flow .audit-flow-sequence .audit-step{width:100%;min-height:116px;border-radius:20px;padding:18px 16px;gap:12px}
  .cta-audit-flow .audit-flow-sequence .audit-step::before{transform:scaleY(0);transform-origin:center top}
  .cta-audit-flow .audit-flow-sequence .audit-step-icon{width:42px;height:42px}
  .cta-audit-flow .audit-flow-sequence .audit-step-icon svg{width:34px;height:34px}
  .cta-audit-flow .audit-flow-sequence .audit-step-number{width:36px;height:36px;font-size:1rem}
  .cta-audit-flow .audit-flow-sequence .audit-step-label{font-size:.68rem;letter-spacing:.11em}
  @keyframes ctaStepFill{0%,4%,100%{opacity:0;transform:scaleY(0)}14%,24%{opacity:1;transform:scaleY(1)}29%,100%{opacity:0;transform:scaleY(1)}}
}


/* KREATIAX v2.86 — centered contact prompt below final CTA cards */
.cta-start-link{display:block;width:max-content;max-width:100%;margin:18px auto 0;text-align:center;color:#a9b1b3!important;font-size:.72rem;line-height:1.45;letter-spacing:.02em;text-decoration:none;transition:color .18s ease,opacity .18s ease}
.cta-start-link:hover,.cta-start-link:focus-visible{color:#d8ddde!important}
@media(max-width:900px){.cta-start-link{margin-top:20px;font-size:.7rem}}


/* KREATIAX v2.87 — step 2 links to contact */
.cta-audit-flow .audit-flow-sequence .audit-step-link{text-decoration:none;color:inherit;cursor:pointer}
.cta-audit-flow .audit-flow-sequence .audit-step-link:focus-visible{outline:2px solid var(--lime);outline-offset:4px}


/* KREATIAX v2.89 — mobile Spanish services block */
.mobile-services-es{display:none}
@media(max-width:900px){
  .mobile-services-es{display:block}
  .mobile-services-es .section-head{display:block;margin-bottom:30px}
  .mobile-services-es .section-head .copy{max-width:100%}
  .mobile-services-es .section-head h2{font-size:clamp(2.25rem,10vw,3.5rem);line-height:1.02;max-width:720px}
  .mobile-services-es .section-head .btn{margin-top:24px}
  .mobile-services-es .service-cards{grid-template-columns:1fr;gap:14px}
  .mobile-services-es .service-cards .card{min-height:0;padding:24px 22px}
  .mobile-services-es .service-cards .card p{font-size:.94rem;line-height:1.55}
  .mobile-services-es .service-cards .card .arrow{margin-top:8px}
}


/* KREATIAX v2.92 — selected work block on Spanish mobile */
.mobile-selected-work-es{display:none}
/* v3.67 — show the existing Home projects section on desktop too. */
@media(min-width:901px){
  .mobile-selected-work-es{display:block;background:#fff;color:#080e10}
  .mobile-selected-work-es .eyebrow,.mobile-selected-work-es h2,.mobile-selected-work-es h3,.mobile-selected-work-es .lead,.mobile-selected-work-es .muted{color:#080e10}
  .mobile-selected-work-es .lead{opacity:.78}
  .mobile-selected-work-es .mobile-work-btn{background:#080e10;color:#fff;border-color:#080e10;flex-shrink:0}
  .mobile-selected-work-es .mobile-work-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
  .mobile-selected-work-es .work-card{min-width:0;background:#fff;border:1px solid rgba(8,14,16,.14);box-shadow:0 14px 34px rgba(8,14,16,.06)}
  .mobile-selected-work-es .work-card:before{background:#080e10;opacity:.035}
  .mobile-selected-work-es .badge{background:#080e10;color:#fff}
}
@media(max-width:900px){
  .mobile-selected-work-es{display:block;background:#fff;color:#080e10}
  .mobile-selected-work-es .section-head{display:block;margin-bottom:30px}
  .mobile-selected-work-es .section-head .copy{max-width:100%}
  .mobile-selected-work-es .eyebrow,.mobile-selected-work-es h2,.mobile-selected-work-es h3,.mobile-selected-work-es .lead,.mobile-selected-work-es .muted{color:#080e10}
  .mobile-selected-work-es .section-head h2{font-size:clamp(2.25rem,10vw,3.5rem);line-height:1.02;max-width:720px}
  .mobile-selected-work-es .lead{opacity:.78}
  .mobile-selected-work-es .mobile-work-btn{margin-top:24px;background:#080e10;color:#fff;border-color:#080e10}
  .mobile-selected-work-es .mobile-work-btn:hover{background:#080e10;color:#fff;border-color:#080e10;transform:translateY(-2px)}
  .mobile-selected-work-es .mobile-work-grid{grid-template-columns:1fr;gap:14px}
  .mobile-selected-work-es .work-card{min-height:230px;background:#fff;border:1px solid rgba(8,14,16,.14);box-shadow:0 14px 34px rgba(8,14,16,.06)}
  .mobile-selected-work-es .work-card:before{background:#080e10;opacity:.035}
  .mobile-selected-work-es .badge{background:#080e10;color:#fff}
}


/* KREATIAX v2.94 — full Spanish Services catalog */
.services-catalog{background:var(--charcoal)}
.services-catalog-hero{min-height:92vh;padding:150px 0 90px;display:flex;align-items:center;position:relative;overflow:hidden;background:#080e10}
.services-catalog-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 24%,rgba(182,255,0,.16),transparent 30%),linear-gradient(120deg,transparent 52%,rgba(255,255,255,.035) 52%,rgba(255,255,255,.035) 53%,transparent 53%);pointer-events:none}
.services-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:70px;align-items:end}
.services-hero-copy h1{font-size:clamp(3.9rem,7.1vw,7rem);max-width:920px}
.services-hero-copy .lead{margin-top:28px;max-width:720px}
.services-hero-system{display:grid;grid-template-columns:1fr auto 1fr;gap:14px 12px;align-items:center;padding:30px;border:1px solid rgba(182,255,0,.34);border-radius:28px;background:rgba(13,21,24,.76);box-shadow:0 30px 80px rgba(0,0,0,.28)}
.services-hero-system span{font-family:"Space Grotesk",sans-serif;font-size:clamp(1.05rem,2vw,1.65rem);font-weight:700;letter-spacing:-.03em}
.services-hero-system b{color:var(--lime);font-weight:500;text-align:center}
.services-overview{background:#0d1518}
.services-jump{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.services-jump a{min-height:128px;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:20px;display:flex;flex-direction:column;justify-content:space-between;background:rgba(255,255,255,.02);transition:.2s ease}
.services-jump a:hover{border-color:rgba(182,255,0,.7);transform:translateY(-3px);background:rgba(182,255,0,.04)}
.services-jump small{color:var(--lime);font-weight:800;letter-spacing:.12em}
.services-jump strong{font-family:"Space Grotesk",sans-serif;font-size:1.1rem}
.services-detail{padding:118px 0;scroll-margin-top:78px}
.services-detail-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:90px;align-items:start}
.services-detail-title{position:sticky;top:120px}
.services-index{font-family:"Space Grotesk",sans-serif;font-size:.76rem;font-weight:800;letter-spacing:.16em;color:var(--lime);margin-bottom:28px}
.services-detail-title h2{font-size:clamp(2.7rem,5vw,5.1rem);max-width:620px}
.services-statement{font-family:"Space Grotesk",sans-serif;font-size:clamp(1.18rem,1.8vw,1.55rem);font-weight:700;line-height:1.28;letter-spacing:-.02em;margin-top:28px;max-width:650px}
.services-detail-body>p:first-child{font-size:1.08rem;line-height:1.72;max-width:730px;color:#b7c0c3}
.services-list{list-style:none;padding:0;margin:34px 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.services-list li{min-height:92px;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.025);display:flex;flex-direction:column;justify-content:center;gap:5px}
.services-list strong{font-family:"Space Grotesk",sans-serif;font-size:.96rem;color:var(--off)}
.services-list span{font-size:.88rem;color:#a9b3b7}
.services-note{font-size:.98rem;line-height:1.7;color:#b7c0c3;max-width:730px}
.services-tagline{margin-top:26px;color:var(--lime);font-family:"Space Grotesk",sans-serif;font-weight:700;font-size:1.05rem}
.services-actions{margin-top:28px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.services-actions>span{font-size:.76rem;color:#8e999d;max-width:300px}
.services-deep{background:#0d1518}
.services-green{background:#A8D884!important;color:#111719}
.services-light,.services-build{background:#f7f7f5;color:#111719}
.services-light .eyebrow,.services-green .eyebrow,.services-build .eyebrow{color:#365000}
.services-light .services-index,.services-green .services-index,.services-build .services-index{color:#365000}
.services-light .services-detail-body>p:first-child,.services-light .services-note,.services-build .services-detail-body>p:first-child,.services-build .services-note,.services-green .services-detail-body>p:first-child,.services-green .services-note{color:#45514d}
.services-light .services-list li,.services-build .services-list li,.services-green .services-list li{border-color:rgba(8,14,16,.14);background:rgba(255,255,255,.42)}
.services-light .services-list strong,.services-build .services-list strong,.services-green .services-list strong{color:#111719}
.services-light .services-list span,.services-build .services-list span,.services-green .services-list span{color:#58635f}
.services-light .services-tagline,.services-build .services-tagline,.services-green .services-tagline{color:#365000}
.services-light .services-actions>span,.services-build .services-actions>span,.services-green .services-actions>span{color:#606a66}
.services-dark-btn{background:#080e10;color:#fff;border-color:#080e10}
.services-dark-btn:hover{transform:translateY(-2px);box-shadow:0 14px 35px rgba(8,14,16,.16)}
.services-final-cta{background:#080e10;padding:118px 0}
.services-final-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:end}
.services-final-grid h2{font-size:clamp(2.9rem,5.2vw,5.4rem)}
.services-final-grid .lead{max-width:550px}
@media(max-width:1000px){
  .services-hero-grid{grid-template-columns:1fr;gap:48px}
  .services-hero-system{max-width:620px}
  .services-jump{grid-template-columns:repeat(3,minmax(0,1fr))}
  .services-detail-grid{grid-template-columns:1fr;gap:48px}
  .services-detail-title{position:static}
  .services-final-grid{grid-template-columns:1fr;gap:34px}
}
@media(max-width:640px){
  .services-catalog-hero{min-height:auto;padding:138px 0 76px}
  .services-hero-copy h1{font-size:clamp(3rem,13vw,4.4rem)}
  .services-hero-system{grid-template-columns:1fr auto 1fr;padding:22px 18px;gap:12px 8px}
  .services-hero-system span{font-size:1rem}
  .services-overview{padding:82px 0}
  .services-jump{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .services-jump a{min-height:102px;padding:16px}
  .services-detail{padding:88px 0}
  .services-detail-grid{gap:36px}
  .services-detail-title h2{font-size:clamp(2.5rem,11vw,3.7rem)}
  .services-statement{font-size:1.12rem;margin-top:22px}
  .services-list{grid-template-columns:1fr;gap:10px;margin:28px 0}
  .services-list li{min-height:0;padding:17px}
  .services-actions{align-items:stretch;flex-direction:column}
  .services-actions .btn{width:100%}
  .services-actions>span{max-width:none;text-align:center}
  .services-final-cta{padding:88px 0}
  .services-final-grid h2{font-size:clamp(2.6rem,11vw,4rem)}
}

/* KREATIAX v2.95 — Services aligned to the approved Home design system */
.services-catalog{background:var(--charcoal);color:var(--off)}
.services-catalog-hero{min-height:62vh;padding:160px 0 80px;display:flex;align-items:flex-end;background:#000;overflow:hidden}
.services-catalog-hero:before{display:none}
.services-hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:60px;align-items:end}
.services-hero-copy h1{font-size:clamp(3.2rem,6vw,6rem);max-width:900px}
.services-hero-copy .lead{margin-top:24px;max-width:760px}
.services-hero-copy .hero-actions{margin-top:28px}
.services-hero-system{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.02);box-shadow:none}
.services-hero-system span{font-family:"Space Grotesk",sans-serif;font-size:1rem;font-weight:800;letter-spacing:.08em;text-align:center}
.services-hero-system b{display:none}
.services-overview{background:#0d1518}
.services-overview .section-head{margin-bottom:48px}
.services-jump{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.services-jump a{min-height:240px;border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:rgba(255,255,255,.02);display:grid;grid-template-columns:56px minmax(0,1fr);grid-template-areas:"icon title" "copy copy" "arrow arrow";column-gap:18px;row-gap:10px;align-items:center;transition:.22s ease}
.services-jump a:hover{transform:translateY(-4px);border-color:rgba(182,255,0,.55);background:rgba(255,255,255,.02)}
.services-jump .icon{grid-area:icon;width:56px;height:56px;border:1px solid var(--line);border-radius:14px;display:grid;place-items:center;color:var(--lime)}
.services-jump .icon svg{width:28px;height:28px;display:block;stroke:currentColor;fill:none;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.services-jump h3{grid-area:title;margin:0;align-self:center}
.services-jump p{grid-area:copy;color:#aeb9bd;margin:4px 0 0}
.services-jump .arrow{grid-area:arrow;margin-top:8px;color:var(--lime);font-weight:800}
.services-detail{padding:110px 0;scroll-margin-top:80px}
.services-detail-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:60px;align-items:start}
.services-detail-title{position:sticky;top:120px}
.services-detail-icon{width:56px;height:56px;border:1px solid var(--line);border-radius:14px;display:grid;place-items:center;color:var(--lime);margin-bottom:24px}
.services-detail-icon svg{width:28px;height:28px;display:block;stroke:currentColor;fill:none;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.services-index{font-size:.76rem;font-weight:800;letter-spacing:.16em;color:var(--lime);margin-bottom:12px}
.services-detail-title h2{font-size:clamp(2.4rem,5vw,5rem);max-width:650px}
.services-statement{font-family:Inter,Arial,sans-serif;font-size:clamp(1.05rem,1.7vw,1.35rem);font-weight:400;line-height:1.55;letter-spacing:0;margin-top:18px;max-width:650px;color:#cbd2d5}
.services-detail-body>p:first-child{font-size:1rem;line-height:1.65;color:#aeb9bd;max-width:760px}
.services-list{list-style:none;padding:0;margin:34px 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.services-list li{min-height:118px;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.02);display:flex;flex-direction:column;justify-content:center;gap:6px}
.services-list strong{font-family:"Space Grotesk",sans-serif;font-size:1rem;color:var(--off)}
.services-list span{font-size:.9rem;color:#aeb9bd}
.services-note{font-size:.98rem;line-height:1.65;color:#aeb9bd;max-width:760px}
.services-tagline{margin-top:24px;color:var(--lime);font-family:"Space Grotesk",sans-serif;font-weight:700;font-size:1rem}
.services-actions{margin-top:28px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.services-actions>span{font-size:.76rem;color:#8e999d;max-width:320px}
.services-deep{background:#0d1518}
.services-green{background:#A8D884!important;color:var(--ink)}
.services-light,.services-build{background:var(--off);color:var(--ink)}
.services-light .services-detail-icon,.services-build .services-detail-icon,.services-green .services-detail-icon{border-color:var(--line-dark);color:#365000}
.services-light .services-index,.services-build .services-index,.services-green .services-index,.services-light .eyebrow,.services-build .eyebrow,.services-green .eyebrow{color:#365000}
.services-light .services-statement,.services-build .services-statement,.services-green .services-statement{color:#33403a}
.services-light .services-detail-body>p:first-child,.services-light .services-note,.services-build .services-detail-body>p:first-child,.services-build .services-note,.services-green .services-detail-body>p:first-child,.services-green .services-note{color:#5f696d}
.services-light .services-list li,.services-build .services-list li,.services-green .services-list li{border-color:var(--line-dark);background:rgba(255,255,255,.28)}
.services-light .services-list strong,.services-build .services-list strong,.services-green .services-list strong{color:var(--ink)}
.services-light .services-list span,.services-build .services-list span,.services-green .services-list span{color:#5f696d}
.services-light .services-tagline,.services-build .services-tagline,.services-green .services-tagline{color:#365000}
.services-light .services-actions>span,.services-build .services-actions>span,.services-green .services-actions>span{color:#606a66}
.services-dark-btn{background:var(--charcoal);color:#fff;border-color:var(--charcoal)}
.services-final-cta{background:#080e10;padding:110px 0}
.services-final-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:end}
.services-final-grid h2{font-size:clamp(2.4rem,5vw,5rem)}
.services-final-grid .lead{max-width:600px}
@media(max-width:1000px){
  .services-hero-grid{grid-template-columns:1fr;gap:42px}
  .services-hero-system{max-width:640px}
  .services-detail-grid{grid-template-columns:1fr;gap:42px}
  .services-detail-title{position:static}
  .services-final-grid{grid-template-columns:1fr;gap:32px}
}
@media(max-width:900px){
  .services-catalog-hero{min-height:auto;padding:138px 0 76px;align-items:flex-end}
  .services-hero-copy h1{font-size:clamp(3rem,13vw,4.4rem)}
  .services-hero-system{grid-template-columns:repeat(2,minmax(0,1fr));padding:22px;border-radius:var(--radius)}
  .services-jump{grid-template-columns:1fr;gap:14px}
  .services-jump a{min-height:0;padding:24px 22px;grid-template-columns:52px minmax(0,1fr);column-gap:16px}
  .services-jump .icon{width:52px;height:52px}
  .services-jump .icon svg{width:26px;height:26px}
  .services-detail{padding:88px 0}
  .services-detail-grid{gap:36px}
  .services-detail-title h2{font-size:clamp(2.5rem,11vw,3.7rem)}
  .services-list{grid-template-columns:1fr;gap:14px;margin:28px 0}
  .services-list li{min-height:0;padding:22px}
  .services-actions{align-items:stretch;flex-direction:column}
  .services-actions .btn{width:100%}
  .services-actions>span{max-width:none;text-align:center}
  .services-final-cta{padding:88px 0}
}

/* KREATIAX v2.96 — Services columns remain static while scrolling */
.services-catalog .services-detail-title{
  position:static!important;
  top:auto!important;
  transform:none!important;
}
.services-catalog .services-detail-body{
  transform:none!important;
}

/* KREATIAX v2.97 — Black service icons on light backgrounds */
.services-catalog .services-light .services-detail-icon,
.services-catalog .services-green .services-detail-icon,
.services-catalog .services-build .services-detail-icon{
  color:#080e10!important;
  border-color:#080e10!important;
}

/* KREATIAX v2.98 — mobile service visuals, preserving the Home typography system */
.services-service-visual{display:none}
@media(max-width:900px){
  .services-catalog .services-detail-title{display:block}
  .services-catalog .services-service-visual{
    display:block;
    width:min(100%,620px);
    margin:28px auto 4px;
    overflow:visible;
    pointer-events:none;
  }
  .services-catalog .services-service-visual-img{
    display:block;
    width:100%;
    height:auto;
    max-height:330px;
    object-fit:contain;
    object-position:center;
  }
  .services-catalog .services-detail-title h2,
  .services-catalog .services-statement,
  .services-catalog .services-detail-body,
  .services-catalog .services-list,
  .services-catalog .services-actions{
    font-family:inherit;
  }
  .services-catalog .services-detail-title h2,
  .services-catalog .services-list strong,
  .services-catalog .services-tagline{
    font-family:"Space Grotesk",sans-serif;
  }
  .services-catalog .services-statement,
  .services-catalog .services-detail-body,
  .services-catalog .services-list span,
  .services-catalog .services-actions{
    font-family:Inter,Arial,sans-serif;
  }
}
@media(max-width:560px){
  .services-catalog .services-service-visual{margin-top:22px;margin-bottom:0}
  .services-catalog .services-service-visual-img{max-height:270px}
}


/* KREATIAX v2.99 — transparent hero-style visuals integrated on Services mobile */
@media(max-width:900px){
  .services-catalog .services-service-visual{
    width:min(100%,680px);
    margin:30px auto 8px;
    overflow:visible;
  }
  .services-catalog .services-service-visual-img{
    width:100%;
    max-height:360px;
    object-fit:contain;
    object-position:center;
  }
}
@media(max-width:560px){
  .services-catalog .services-service-visual{
    width:min(100%,520px);
    margin:24px auto 0;
  }
  .services-catalog .services-service-visual-img{
    max-height:300px;
  }
}



/* KREATIAX v3.00 — Solutions page expanded content system */
.solutions-page{background:var(--charcoal)}
.solutions-page .page-hero{padding-bottom:54px}
.solutions-hero .container{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:42px;align-items:end}
.solutions-hero-copy .lead{max-width:720px}
.solutions-hero-copy .hero-actions{margin-top:30px}
.solutions-signal-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.solutions-signal-card{position:relative;border:1px solid var(--line);border-radius:24px;padding:22px 22px 20px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018));overflow:hidden;min-height:138px}
.solutions-signal-card:before{content:none!important;display:none!important}
.solutions-signal-card .label{display:flex;align-items:center;gap:10px;font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--lime)}
.solutions-signal-card .dot{width:10px;height:10px;border-radius:999px;background:var(--lime);box-shadow:0 0 0 0 rgba(182,255,0,.45);animation:solutionsPulse 2.2s ease-in-out infinite}
.solutions-signal-card h3{margin-top:16px;font-size:1.08rem;line-height:1.08;letter-spacing:-.04em}
.solutions-signal-card p{margin-top:10px;color:#afbabd;font-size:.94rem;line-height:1.62}
.solutions-overview{background:#0d1518}
.solutions-overview .section-head{margin-bottom:48px}
.solutions-jump{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.solutions-jump a{min-height:265px;border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:rgba(255,255,255,.02);display:grid;grid-template-columns:56px minmax(0,1fr);grid-template-areas:"icon title" "copy copy" "tags tags" "arrow arrow";column-gap:18px;row-gap:12px;align-items:center;transition:.22s ease}
.solutions-jump a:hover{transform:translateY(-4px);border-color:rgba(182,255,0,.55);background:rgba(255,255,255,.028)}
.solutions-jump .icon{grid-area:icon;width:56px;height:56px;border:1px solid var(--line);border-radius:14px;display:grid;place-items:center;color:var(--lime)}
.solutions-jump .icon svg{width:28px;height:28px;display:block;stroke:currentColor;fill:none;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.solutions-jump h3{grid-area:title;margin:0;align-self:center}
.solutions-jump p{grid-area:copy;color:#aeb9bd;margin:0;line-height:1.62}
.solutions-jump .tag-row{grid-area:tags;display:flex;gap:8px;flex-wrap:wrap}
.solutions-jump .tag-row span,.solution-chip,.solution-focus-tags span{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:7px 11px;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#dfe5e6}
.solutions-jump .arrow{grid-area:arrow;margin-top:4px;color:var(--lime);font-weight:800}
.solutions-detail{padding:112px 0;scroll-margin-top:82px}
.solutions-detail-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:62px;align-items:start}
.solutions-detail-title{position:static}
.solutions-index{font-size:.76rem;font-weight:800;letter-spacing:.16em;color:var(--lime);margin-bottom:12px}
.solutions-detail-icon{width:56px;height:56px;border:1px solid var(--line);border-radius:14px;display:grid;place-items:center;color:var(--lime);margin-bottom:22px}
.solutions-detail-icon svg{width:28px;height:28px;display:block;stroke:currentColor;fill:none;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.solutions-detail-title h2{font-size:clamp(2.35rem,4.8vw,4.75rem);max-width:640px}
.solutions-statement{margin-top:18px;max-width:650px;font-size:clamp(1.03rem,1.6vw,1.28rem);line-height:1.6;color:#c7d0d3}
.solutions-visual{position:relative;width:min(100%,680px);margin-top:30px;padding:22px;border:1px solid var(--line);border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));overflow:hidden}
.solutions-visual:before{content:"";position:absolute;inset:auto auto -12% -8%;width:180px;height:180px;border-radius:999px;background:radial-gradient(circle,rgba(182,255,0,.22),transparent 70%);pointer-events:none}
.solutions-visual img{width:100%;height:auto;object-fit:contain;object-position:center;max-height:380px;position:relative;z-index:1;animation:solutionsFloat 5.8s ease-in-out infinite}
.solutions-detail-body>p:first-child{font-size:1rem;line-height:1.72;color:#aeb9bd;max-width:760px}
.solution-focus-tags{display:flex;gap:9px;flex-wrap:wrap;margin-top:24px}
.solution-focus-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:32px}
.solution-focus-card{border:1px solid var(--line);border-radius:26px;padding:24px;background:rgba(255,255,255,.02);min-height:100%}
.solution-focus-card h3{font-size:1.08rem;line-height:1.1;letter-spacing:-.04em}
.solution-focus-card p{margin:12px 0 0;color:#aeb9bd;font-size:.94rem;line-height:1.68}
.solution-focus-card ul{margin:14px 0 0;padding:0;list-style:none;display:grid;gap:10px}
.solution-focus-card li{position:relative;padding-left:16px;color:#d7dddf;font-size:.92rem;line-height:1.58}
.solution-focus-card li:before{content:"";position:absolute;left:0;top:.62em;width:6px;height:6px;border-radius:999px;background:var(--lime)}
.solution-outcomes{margin-top:28px;display:flex;gap:10px;flex-wrap:wrap}
.solution-chip{background:rgba(182,255,0,.08);color:var(--lime);border-color:rgba(182,255,0,.22)}
.solution-actions{margin-top:30px;display:flex;gap:14px;flex-wrap:wrap}
.solutions-light{background:var(--off);color:var(--ink)}
.solutions-light .eyebrow,.solutions-light .solutions-index,.solutions-light .solutions-tagline{color:#365000}
.solutions-light .solutions-detail-icon{border-color:var(--line-dark);color:#080e10}
.solutions-light .solutions-statement,.solutions-light .solutions-detail-body>p:first-child,.solutions-light .solution-focus-card p{color:#4f5a5d}
.solutions-light .solutions-visual{border-color:var(--line-dark);background:rgba(255,255,255,.5)}
.solutions-light .solution-focus-card{border-color:var(--line-dark);background:rgba(255,255,255,.52)}
.solutions-light .solution-focus-card li{color:#182023}
.solutions-light .solution-focus-card li:before{background:#365000}
.solutions-light .solution-chip,.solutions-light .solution-focus-tags span,.solutions-light .solutions-jump .tag-row span{border-color:rgba(8,14,16,.12);color:#263000;background:rgba(168,216,132,.2)}
.solutions-light .btn-secondary{border-color:var(--line-dark);color:var(--ink)}
.solutions-process{background:#A8D884;color:var(--ink);border-top:1px solid rgba(8,14,16,.08);border-bottom:1px solid rgba(8,14,16,.08)}
.solutions-process .section-head .eyebrow{color:#263000}
.solutions-process .section-head .lead,.solutions-process .process-card p{color:#33403a}
.solutions-process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.process-card{border:1px solid rgba(8,14,16,.12);border-radius:28px;padding:30px;background:rgba(255,255,255,.28);display:flex;flex-direction:column;gap:14px;min-height:100%}
.process-card .num{font-size:.78rem;font-weight:800;letter-spacing:.14em;color:#365000}
.process-card h3{color:var(--ink)}
.process-card p{margin:0;line-height:1.66}
.process-card .pair{font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#111719}
.solutions-final-cta{background:#080e10;padding:110px 0}
.solutions-final-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:60px;align-items:end}
.solutions-final-grid h2{font-size:clamp(2.35rem,4.6vw,4.7rem)}
.solutions-final-grid .lead{max-width:620px}
@keyframes solutionsFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes solutionsPulse{0%,100%{box-shadow:0 0 0 0 rgba(182,255,0,.12)}50%{box-shadow:0 0 0 8px rgba(182,255,0,0)}}
@media(max-width:1000px){
  .solutions-hero .container,.solutions-detail-grid,.solutions-final-grid{grid-template-columns:1fr;gap:38px}
  .solutions-process-grid{grid-template-columns:1fr}
}
@media(max-width:900px){
  .solutions-page .page-hero{padding:138px 0 44px;min-height:auto}
  .solutions-hero-copy h1{font-size:clamp(3rem,13vw,4.4rem)}
  .solutions-signal-strip,.solutions-jump,.solution-focus-grid{grid-template-columns:1fr}
  .solutions-signal-card,.solutions-jump a,.solution-focus-card{padding:24px 22px}
  .solutions-jump a{min-height:0;grid-template-columns:52px minmax(0,1fr);column-gap:16px}
  .solutions-jump .icon,.solutions-detail-icon{width:52px;height:52px}
  .solutions-jump .icon svg,.solutions-detail-icon svg{width:26px;height:26px}
  .solutions-detail{padding:88px 0}
  .solutions-detail-title h2,.solutions-final-grid h2{font-size:clamp(2.45rem,11vw,3.7rem)}
  .solutions-visual{padding:18px}
  .solutions-visual img{max-height:320px}
  .solution-actions{flex-direction:column}
  .solution-actions .btn{width:100%}
  .solutions-final-cta{padding:88px 0}
}
@media(max-width:560px){
  .solutions-signal-card h3{font-size:1rem}
  .solutions-visual{padding:16px;border-radius:24px;margin-top:24px}
  .solutions-visual img{max-height:280px}
  .solutions-jump .tag-row span,.solution-chip,.solution-focus-tags span{font-size:.68rem}
}


/* KREATIAX v3.03 — remove green glow from Solutions hero signal cards */
.solutions-page .solutions-signal-card:before{content:none!important;display:none!important;background:none!important;}



/* KREATIAX v3.04 — Industries page: real-world industry solution system */
.industries-page{background:var(--charcoal)}
.industries-hero{padding:155px 0 72px;min-height:66vh;display:flex;align-items:flex-end;background:#080e10}
.industries-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:56px;align-items:end}
.industries-hero-copy h1{font-size:clamp(3.1rem,6vw,5.8rem);max-width:900px}
.industries-hero-copy .lead{margin-top:24px;max-width:720px}
.industries-hero-copy .hero-actions{margin-top:30px}
.industries-hero-visual{position:relative;min-height:430px;border:1px solid var(--line);border-radius:32px;overflow:hidden;background:#0d1518}
.industries-hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.78;filter:saturate(.92) contrast(1.03);transform:scale(1.02)}
.industries-hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,14,16,.08),rgba(8,14,16,.76));pointer-events:none}
.industries-hero-panel{position:absolute;left:24px;right:24px;bottom:24px;z-index:2;border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:20px;background:rgba(8,14,16,.82);backdrop-filter:blur(12px)}
.industries-hero-panel .mini-label{font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--lime)}
.industries-hero-panel strong{display:block;margin-top:8px;font-family:"Space Grotesk",sans-serif;font-size:1.15rem;line-height:1.15}
.industries-hero-panel p{margin:9px 0 0;color:#b9c3c6;font-size:.92rem;line-height:1.6}
.industries-map{background:#0d1518}
.industries-map .section-head{margin-bottom:46px}
.industries-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.industry-jump{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:rgba(255,255,255,.02);transition:.22s ease;min-height:100%}
.industry-jump:hover{transform:translateY(-4px);border-color:rgba(182,255,0,.5)}
.industry-jump-image{aspect-ratio:16/10;overflow:hidden;background:#11191c}
.industry-jump-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.industry-jump:hover img{transform:scale(1.04)}
.industry-jump-copy{padding:20px}
.industry-jump-copy .eyebrow{font-size:.68rem}
.industry-jump-copy h3{font-size:1.12rem;margin-top:9px;line-height:1.08}
.industry-jump-copy p{font-size:.88rem;line-height:1.55;color:#aeb9bd;margin:10px 0 0}
.industry-jump-copy .arrow{margin-top:14px;color:var(--lime);font-weight:800;font-size:.86rem}
.industry-detail{padding:112px 0;scroll-margin-top:80px}
.industry-detail-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:64px;align-items:start}
.industry-detail-main{min-width:0}
.industry-number{font-size:.76rem;font-weight:800;letter-spacing:.16em;color:var(--lime);margin-bottom:12px}
.industry-icon{width:56px;height:56px;border:1px solid var(--line);border-radius:14px;display:grid;place-items:center;color:var(--lime);margin-bottom:22px}
.industry-icon svg{width:28px;height:28px;display:block;stroke:currentColor;fill:none;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.industry-detail h2{font-size:clamp(2.35rem,4.65vw,4.65rem);max-width:650px}
.industry-summary{font-size:clamp(1.02rem,1.55vw,1.24rem);line-height:1.62;color:#c6cfd2;margin-top:18px;max-width:680px}
.industry-visual{margin-top:30px;border:1px solid var(--line);border-radius:30px;overflow:hidden;position:relative;background:#11191c;min-height:360px}
.industry-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,8,10,0) 28%,rgba(5,8,10,.18) 46%,rgba(5,8,10,.44) 68%,rgba(5,8,10,.76) 100%);pointer-events:none;z-index:1}
.industry-visual img{width:100%;height:100%;min-height:360px;object-fit:cover;display:block}
.industry-visual-overlay{position:absolute;left:20px;right:20px;bottom:20px;z-index:2;max-width:min(540px,calc(100% - 40px));border:1px solid rgba(255,255,255,.18);border-radius:22px;padding:20px 20px 18px;background:linear-gradient(180deg,rgba(7,12,14,.96) 0%,rgba(7,12,14,.9) 100%);backdrop-filter:blur(14px) saturate(135%);box-shadow:0 20px 50px rgba(0,0,0,.34)}
.industry-visual-overlay .eyebrow{font-size:.66rem;color:var(--lime)!important;letter-spacing:.16em;margin:0}
.industry-visual-overlay strong{display:block;font-family:"Space Grotesk",sans-serif;font-size:1.06rem;line-height:1.4;margin:0;color:#fff!important;text-shadow:0 1px 0 rgba(0,0,0,.18)}
.industry-visual-overlay p{font-size:.9rem;color:rgba(255,255,255,.88)!important;line-height:1.62;margin:0}
.industry-light .industry-visual-overlay,.industry-green .industry-visual-overlay{background:linear-gradient(180deg,rgba(7,12,14,.96) 0%,rgba(7,12,14,.9) 100%)}
.industry-light .industry-visual-overlay .eyebrow,.industry-green .industry-visual-overlay .eyebrow{color:var(--lime)!important}
.industry-light .industry-visual-overlay strong,.industry-green .industry-visual-overlay strong{color:#fff!important}
.industry-light .industry-visual-overlay p,.industry-green .industry-visual-overlay p{color:rgba(255,255,255,.88)!important}
.industry-detail-body>p:first-child{color:#aeb9bd;line-height:1.72;max-width:760px}
.industry-pain-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:28px}
.industry-info-card{border:1px solid var(--line);border-radius:24px;padding:22px;background:rgba(255,255,255,.02);min-height:100%}
.industry-info-card h3{font-size:1.06rem;line-height:1.12}
.industry-info-card p{font-size:.91rem;color:#aeb9bd;line-height:1.65;margin:11px 0 0}
.industry-info-card ul{margin:13px 0 0;padding:0;list-style:none;display:grid;gap:9px}
.industry-info-card li{position:relative;padding-left:16px;color:#dbe1e3;font-size:.9rem;line-height:1.55}
.industry-info-card li:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;border-radius:50%;background:var(--lime)}
.industry-stack{display:flex;gap:9px;flex-wrap:wrap;margin-top:24px}
.industry-stack span{border:1px solid rgba(182,255,0,.25);background:rgba(182,255,0,.07);color:var(--lime);border-radius:999px;padding:7px 11px;font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.industry-example{margin-top:28px;border-left:3px solid var(--lime);padding:2px 0 2px 18px}
.industry-example .example-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--lime)}
.industry-example p{margin:9px 0 0;color:#dce2e4;line-height:1.68;max-width:760px}
.industry-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.industry-light{background:var(--off);color:var(--ink)}
.industry-light .industry-number,.industry-light .eyebrow{color:#365000}
.industry-light .industry-icon{color:#080e10;border-color:var(--line-dark)}
.industry-light .industry-summary,.industry-light .industry-detail-body>p:first-child,.industry-light .industry-info-card p{color:#4f595d}
.industry-light .industry-info-card{background:rgba(255,255,255,.52);border-color:var(--line-dark)}
.industry-light .industry-info-card li{color:#172024}
.industry-light .industry-info-card li:before{background:#365000}
.industry-light .industry-stack span{border-color:rgba(8,14,16,.14);background:rgba(168,216,132,.25);color:#263000}
.industry-light .industry-example{border-left-color:#365000}
.industry-light .industry-example .example-label{color:#365000}
.industry-light .industry-example p{color:#263033}
.industry-light .btn-secondary{border-color:var(--line-dark);color:var(--ink)}
.industry-light .industry-visual{border-color:var(--line-dark)}
.industry-green{background:#A8D884;color:var(--ink)}
.industry-green .industry-number,.industry-green .eyebrow{color:#263000}
.industry-green .industry-icon{color:#080e10;border-color:#080e10}
.industry-green .industry-summary,.industry-green .industry-detail-body>p:first-child,.industry-green .industry-info-card p{color:#34413c}
.industry-green .industry-info-card{background:rgba(255,255,255,.28);border-color:rgba(8,14,16,.14)}
.industry-green .industry-info-card li{color:#111719}
.industry-green .industry-info-card li:before{background:#263000}
.industry-green .industry-stack span{border-color:rgba(8,14,16,.14);background:rgba(255,255,255,.22);color:#172013}
.industry-green .industry-example{border-left-color:#080e10}
.industry-green .industry-example .example-label{color:#263000}
.industry-green .industry-example p{color:#172013}
.industry-green .btn-primary{background:#080e10;color:white}
.industry-green .btn-secondary{border-color:rgba(8,14,16,.3);color:#080e10}
.industry-green .industry-visual{border-color:rgba(8,14,16,.14)}
.industries-connection{background:#0d1518}
.industries-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:38px}
.industries-flow-card{border:1px solid var(--line);border-radius:24px;padding:24px;position:relative;background:rgba(255,255,255,.02)}
.industries-flow-card:not(:last-child):after{content:"→";position:absolute;right:-14px;top:50%;transform:translateY(-50%);z-index:2;color:var(--lime);font-weight:900;background:#0d1518;padding:4px}
.industries-flow-card .n{font-size:.72rem;color:var(--lime);font-weight:800;letter-spacing:.14em}
.industries-flow-card h3{font-size:1.05rem;margin-top:12px}
.industries-flow-card p{font-size:.88rem;color:#aeb9bd;line-height:1.58;margin:10px 0 0}
.industries-final{background:#080e10;padding:110px 0}
.industries-final-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:end}
.industries-final-grid h2{font-size:clamp(2.4rem,4.8vw,4.8rem)}
.industries-final-grid .lead{max-width:620px}
@media(max-width:1000px){
  .industries-hero-grid,.industry-detail-grid,.industries-final-grid{grid-template-columns:1fr;gap:40px}
  .industries-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .industries-flow{grid-template-columns:repeat(2,minmax(0,1fr))}
  .industries-flow-card:after{display:none}
}
@media(max-width:900px){
  .industries-hero{padding:138px 0 68px;min-height:auto}
  .industries-hero-copy h1{font-size:clamp(3rem,13vw,4.4rem)}
  .industries-hero-visual{min-height:360px}
  .industry-detail{padding:88px 0}
  .industry-detail h2{font-size:clamp(2.45rem,11vw,3.7rem)}
  .industry-pain-grid{grid-template-columns:1fr}
  .industry-actions{flex-direction:column}
  .industry-actions .btn{width:100%}
  .industries-final{padding:88px 0}
}
@media(max-width:560px){
  .industries-grid,.industries-flow{grid-template-columns:1fr}
  .industries-hero-visual{min-height:320px;border-radius:26px}
  .industries-hero-panel{left:16px;right:16px;bottom:16px;padding:17px}
  .industry-visual,.industry-visual img{min-height:310px}
  .industry-visual-overlay{left:14px;right:14px;bottom:14px;max-width:calc(100% - 28px);padding:16px 16px 15px}
}


/* KREATIAX v3.05 — Florida Apostillar featured project card */
.work-card-project{padding:0;justify-content:flex-start;border:1px solid rgba(182,255,0,.48);background:linear-gradient(180deg,#0f1719,#081012);box-shadow:none;transition:.22s ease}
.work-card-project:before{display:none}
.work-card-project:hover{transform:translateY(-4px);border-color:var(--lime)}
.project-site-preview{margin:18px 18px 0;border:1px solid rgba(255,255,255,.13);border-radius:18px;overflow:hidden;background:#f5f8fb;color:#0d2940;box-shadow:0 18px 40px rgba(0,0,0,.22)}
.project-site-bar{height:28px;background:#0d2f4b;display:flex;align-items:center;gap:6px;padding:0 10px}
.project-site-bar span{width:7px;height:7px;border-radius:999px;background:rgba(255,255,255,.78)}
.project-site-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 14px;border-bottom:1px solid #dce6ee;background:white}
.project-site-brand{font-family:"Space Grotesk",sans-serif;font-size:.67rem;font-weight:800;line-height:1;text-transform:uppercase;color:#0b3555;letter-spacing:-.02em}
.project-site-brand b{display:block;color:#178ed0;font-size:.82rem;margin-top:2px}
.project-site-nav{font-size:.52rem;font-weight:700;color:#3e586b;white-space:nowrap}
.project-site-hero{display:grid;grid-template-columns:1.05fr .95fr;min-height:180px;background:linear-gradient(135deg,#f7fbff,#eaf4fa)}
.project-site-copy{padding:18px 16px;display:flex;flex-direction:column;justify-content:center}
.project-site-copy .reviews{font-size:.53rem;font-weight:800;color:#e48a00;letter-spacing:.04em;text-transform:uppercase;margin-bottom:7px}
.project-site-copy h4{font-family:"Space Grotesk",sans-serif;font-size:1.02rem;line-height:1.02;letter-spacing:-.04em;margin:0;color:#0d3655}
.project-site-copy p{font-size:.62rem;line-height:1.45;color:#526c7d;margin:8px 0 10px}
.project-site-actions{display:flex;gap:7px;flex-wrap:wrap}
.project-site-actions span{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:.52rem;font-weight:800;background:#0f5a8f;color:white}
.project-site-actions span:last-child{background:white;color:#0f5a8f;border:1px solid #b8ccda}
.project-site-photo{min-height:180px;position:relative;overflow:hidden}
.project-site-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.project-site-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(234,244,250,.2),transparent 35%);pointer-events:none}
.project-site-proof{display:grid;grid-template-columns:repeat(3,1fr);background:white;border-top:1px solid #dce6ee}
.project-site-proof span{padding:8px 6px;text-align:center;font-size:.5rem;font-weight:800;color:#31536a;border-right:1px solid #e5edf2}
.project-site-proof span:last-child{border-right:0}
.project-card-body{position:relative;z-index:1;padding:22px 24px 24px;display:flex;flex-direction:column;align-items:flex-start}
.project-card-body .badge{margin-bottom:10px}
.project-card-body h3{font-size:clamp(1.5rem,2vw,2rem)}
.project-card-copy{color:#b9c3c6;margin:10px 0 0;font-size:.94rem;line-height:1.6}
.project-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.project-tags span{border:1px solid var(--line);border-radius:999px;padding:7px 10px;font-size:.68rem;font-weight:800;color:#d7dfe1;letter-spacing:.04em}
.project-card-link{display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:var(--lime);font-weight:800;font-size:.9rem}
.project-card-link:hover{gap:12px}
@media(max-width:900px){
  .project-site-preview{margin:14px 14px 0}
  .project-site-hero{grid-template-columns:1fr;min-height:0}
  .project-site-photo{min-height:190px;order:-1}
  .project-site-copy{padding:16px}
  .project-card-body{padding:20px 20px 22px}
}
@media(max-width:560px){
  .project-site-nav{display:none}
  .project-site-copy h4{font-size:.95rem}
  .project-site-photo{min-height:170px}
  .project-site-proof span{font-size:.47rem;padding:7px 4px}
}


/* KREATIAX v3.06 — Florida Apostillar approved desktop/laptop/phone mockup */
.project-site-mockup{
  margin:18px 18px 0;
  border:1px solid rgba(255,255,255,.13);
  border-radius:18px;
  overflow:hidden;
  background:#0b1113;
  box-shadow:0 18px 40px rgba(0,0,0,.22);
  aspect-ratio:1.43/1;
}
.project-site-mockup img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}
@media(max-width:900px){.project-site-mockup{margin:14px 14px 0;border-radius:16px}}


/* KREATIAX v3.07 — Work / Projects page redesigned to approved visual reference */
.work-showcase-page{background:#080e10;color:#f7f7f5}
.work-showcase-hero{padding:142px 0 34px;border-bottom:0;overflow:visible}
.work-showcase-hero .container{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(420px,.8fr);gap:64px;align-items:end}
.work-showcase-hero h1{font-size:clamp(3.25rem,5.4vw,5.65rem);max-width:820px;line-height:.98}
.work-showcase-hero .lead{margin-top:22px;max-width:720px;color:#c3cccf;font-size:clamp(1.05rem,1.35vw,1.28rem);line-height:1.55}
.work-showcase-side{display:grid;grid-template-columns:minmax(0,1fr) 150px 110px;gap:30px;align-items:center;padding-bottom:8px}
.work-showcase-side-copy{border-left:1px solid var(--line);padding-left:42px;color:#c6cfd2;font-size:1rem;line-height:1.55}
.work-showcase-side-copy p+p{margin-top:20px}
.work-showcase-arrow{width:144px;height:144px;border:1px solid rgba(255,255,255,.28);border-radius:50%;display:grid;place-items:center}
.work-showcase-arrow svg{width:66px;height:66px;stroke:#fff;fill:none;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round}
.work-showcase-next{font-family:"Space Grotesk",sans-serif;font-size:.94rem;font-weight:800;letter-spacing:.12em;line-height:1.2;text-transform:uppercase;color:#fff}
.work-showcase-next:after{content:"";display:block;width:48px;height:2px;background:var(--lime);margin-top:18px}
.work-filter-wrap{padding:0 0 20px}
.work-filters{display:flex;gap:14px;align-items:center;overflow-x:auto;padding:0 0 8px;scrollbar-width:none}
.work-filters::-webkit-scrollbar{display:none}
.work-filter-btn{flex:0 0 auto;border:1px solid rgba(255,255,255,.18);background:transparent;color:#f1f4f5;border-radius:999px;padding:11px 23px;font:700 .9rem Inter,Arial,sans-serif;cursor:default}
.work-filter-btn.active{background:var(--lime);color:#080e10;border-color:var(--lime)}
.work-showcase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding-bottom:112px}
.work-project-card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:linear-gradient(180deg,#0f1719,#081012);min-width:0;display:flex;flex-direction:column;transition:.22s ease}
.work-project-card:before{display:none}
.work-project-card:hover{transform:translateY(-4px);border-color:rgba(182,255,0,.6)}
.work-project-visual{height:305px;position:relative;overflow:hidden;background:#0c1214;border-bottom:1px solid rgba(255,255,255,.08)}
.work-project-visual>img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.work-project-card.featured .work-project-visual>img{object-position:center 52%}
.work-project-info{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1}
.work-project-kicker{display:flex;align-items:center;gap:10px;color:var(--lime);font-size:.72rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.work-project-kicker:before{content:"";width:11px;height:11px;border-radius:50%;background:var(--lime);flex:0 0 auto}
.work-project-info h3{font-size:clamp(1.55rem,2vw,2rem);margin-top:12px}
.work-project-info .meta{margin-top:6px;color:#aeb9bd;font-size:.95rem;line-height:1.45}
.work-project-footer{margin-top:auto;padding-top:16px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.work-project-link{color:var(--lime);font-weight:800;font-size:.9rem;display:inline-flex;align-items:center;gap:9px}
.work-project-link:hover{gap:13px}
.work-project-round{width:48px;height:48px;border:1px solid rgba(255,255,255,.28);border-radius:50%;display:grid;place-items:center;color:#fff;font-size:1.25rem;flex:0 0 48px}
.work-project-round:hover{border-color:var(--lime);color:var(--lime)}
.work-project-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.work-project-tags span{border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:6px 10px;color:#d6dddf;font-size:.66rem;font-weight:700}
/* lightweight CSS device mockups for portfolio concepts */
.work-device-scene{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:26px 24px 22px}
.work-laptop{position:relative;width:78%;height:78%;border-radius:14px 14px 6px 6px;background:#111820;border:2px solid #414a50;box-shadow:0 18px 36px rgba(0,0,0,.35);overflow:hidden}
.work-laptop:after{content:"";position:absolute;left:7%;right:7%;bottom:-9px;height:12px;border-radius:0 0 16px 16px;background:linear-gradient(180deg,#4a5257,#22292d)}
.work-phone{position:absolute;right:7%;bottom:15%;width:21%;height:64%;border:2px solid #465057;border-radius:24px;background:#10161a;box-shadow:0 14px 30px rgba(0,0,0,.42);overflow:hidden;z-index:4}
.work-phone:before{content:"";position:absolute;left:34%;right:34%;top:7px;height:4px;border-radius:999px;background:#262e33;z-index:5}
.device-screen{position:absolute;inset:8px;border-radius:8px;overflow:hidden;background:#050909}
.work-phone .device-screen{inset:7px;border-radius:17px}
.techflow-screen{background:radial-gradient(circle at 78% 58%,rgba(45,255,148,.18),transparent 32%),linear-gradient(135deg,#05090b,#0a1515)}
.techflow-screen:before{content:"";position:absolute;inset:18% -15% 5% 35%;background:repeating-radial-gradient(ellipse at 20% 50%,transparent 0 16px,rgba(68,255,150,.28) 17px 19px,transparent 20px 33px);transform:rotate(-12deg);filter:blur(.4px)}
.techflow-brand{position:absolute;left:6%;top:8%;font:800 .68rem "Space Grotesk",sans-serif;color:#5dffb2;letter-spacing:-.02em}
.techflow-copy{position:absolute;left:7%;top:29%;z-index:3;font-family:"Space Grotesk",sans-serif;font-weight:700;line-height:.96;color:white;font-size:1.25rem}
.techflow-copy b{color:#58ffaf}
.techflow-cta{position:absolute;left:7%;bottom:13%;padding:7px 12px;border-radius:999px;background:#58ffaf;color:#07110e;font-size:.55rem;font-weight:800}
.solymar-screen{background:#0a0a08}
.solymar-screen:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88) 0 42%,rgba(0,0,0,.22) 70%),url('../images/industries/restaurants-food.avif') center/cover no-repeat}
.solymar-brand{position:absolute;left:7%;top:8%;z-index:2;font:800 .68rem "Space Grotesk",sans-serif;color:#ffb21e}
.solymar-copy{position:absolute;left:7%;top:29%;z-index:3;font-family:"Space Grotesk",sans-serif;font-weight:700;line-height:.96;color:white;font-size:1.2rem;max-width:45%}
.solymar-copy small{display:block;color:#f4b01f;font-size:.45rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:9px}
.solymar-cta{position:absolute;left:7%;bottom:13%;padding:7px 12px;border-radius:999px;background:#ffb21e;color:#0b0a07;font-size:.55rem;font-weight:800}
.work-phone .techflow-copy,.work-phone .solymar-copy{font-size:.55rem;top:28%;left:10%;max-width:78%}
.work-phone .techflow-brand,.work-phone .solymar-brand{font-size:.38rem;left:10%;top:10%}
.work-phone .techflow-cta,.work-phone .solymar-cta{left:10%;bottom:12%;font-size:.32rem;padding:4px 6px}
@media(max-width:1100px){
  .work-showcase-hero .container{grid-template-columns:1fr;gap:38px}
  .work-showcase-side{grid-template-columns:minmax(0,1fr) 120px 90px;max-width:720px}
  .work-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  .work-showcase-hero{padding:128px 0 28px}
  .work-showcase-hero h1{font-size:clamp(3rem,12vw,4.4rem)}
  .work-showcase-side{grid-template-columns:1fr;gap:18px}
  .work-showcase-side-copy{padding-left:22px}
  .work-showcase-arrow,.work-showcase-next{display:none}
  .work-showcase-grid{grid-template-columns:1fr;padding-bottom:86px}
  .work-project-visual{height:300px}
  .work-filter-btn{padding:10px 18px;font-size:.82rem}
}
@media(max-width:560px){
  .work-showcase-hero{padding-top:118px}
  .work-showcase-hero .lead{font-size:1rem}
  .work-project-visual{height:245px}
  .work-project-info{padding:18px}
  .work-device-scene{padding:18px 14px}
  .work-laptop{width:82%;height:75%}
  .work-phone{right:5%;width:24%;height:63%}
}

/* KREATIAX v3.09 — hide only the two global section guide arrows on Work / Proyectos */
.work-showcase-page > .section-scroll-guide{
  display:none!important;
}

/* KREATIAX v3.11 — centered Work hero arrow rotates toward pointer like a clock hand */
.work-showcase-arrow{position:relative;overflow:hidden;isolation:isolate}
.work-showcase-arrow svg{position:relative;z-index:2;transform-origin:50% 50%;transform:rotate(var(--arrow-rotation,0deg));transition:transform .34s cubic-bezier(.22,.61,.36,1);will-change:transform;pointer-events:none}
.work-showcase-arrow.is-pointer-active svg{transition:transform .08s linear}
@media (prefers-reduced-motion:reduce){
  .work-showcase-arrow svg{transition:none!important;transform:none!important}
}

/* KREATIAX v3.12 — Work hero compass arrow follows cursor continuously without reset */
.work-showcase-arrow svg{transition:none!important}
.work-showcase-arrow.is-pointer-active svg{transition:none!important}

/* KREATIAX v3.15 — privacy & consent center */
.kx-consent{position:fixed;left:16px;right:16px;bottom:16px;z-index:99999;background:#f7f7f5;color:#080e10;border:1px solid rgba(8,14,16,.12);border-radius:22px;box-shadow:0 24px 70px rgba(0,0,0,.34);font-family:Inter,system-ui,sans-serif;overflow:hidden;transform:translateY(120%);opacity:0;transition:transform .38s cubic-bezier(.2,.8,.2,1),opacity .28s ease}.kx-consent.is-visible{transform:translateY(0);opacity:1}.kx-consent__main{display:grid;grid-template-columns:86px minmax(0,1fr) 290px;gap:22px;align-items:center;padding:24px 28px 20px}.kx-consent__mark{width:72px;height:72px;border-radius:16px;display:grid;place-items:center;background:#080e10;overflow:hidden}.kx-consent__mark img{width:100%;height:100%;object-fit:cover}.kx-consent__copy h2{font-family:'Space Grotesk',Inter,sans-serif;font-size:24px;line-height:1.05;margin:0 0 9px;color:#080e10}.kx-consent__copy p{font-size:14px;line-height:1.48;margin:0;max-width:860px;color:#394145}.kx-consent__links{display:flex;gap:16px;flex-wrap:wrap;margin-top:10px}.kx-consent__links a,.kx-privacy-choices{color:#080e10;text-decoration:underline;text-underline-offset:3px;font-size:13px;font-weight:700}.kx-consent__actions{display:grid;gap:9px}.kx-consent__btn{appearance:none;border:1px solid #141a1c;border-radius:10px;background:#fff;color:#080e10;font:700 14px/1 Inter,system-ui,sans-serif;padding:14px 16px;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.kx-consent__btn:hover{transform:translateY(-1px)}.kx-consent__btn--primary{background:#b6ff00;border-color:#b6ff00}.kx-consent__btn--primary:hover{box-shadow:0 10px 28px rgba(182,255,0,.25)}.kx-consent__close{position:absolute;top:12px;right:14px;width:32px;height:32px;border:0;background:transparent;font-size:24px;line-height:1;color:#080e10;cursor:pointer}.kx-consent__prefs{display:none;border-top:1px solid rgba(8,14,16,.12);grid-template-columns:repeat(4,1fr);padding:0 18px}.kx-consent.is-managing .kx-consent__prefs{display:grid}.kx-consent__cat{padding:20px 18px;min-height:124px;border-right:1px solid rgba(8,14,16,.1)}.kx-consent__cat:last-child{border-right:0}.kx-consent__cat-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}.kx-consent__cat strong{font-size:14px}.kx-consent__cat p{font-size:12.5px;line-height:1.45;color:#5b6569;margin:0}.kx-consent__always{font-size:11px;font-weight:700;color:#3f7d00;border:1px solid #9ad64b;border-radius:999px;padding:4px 7px;white-space:nowrap}.kx-toggle{position:relative;width:40px;height:22px;display:inline-block;flex:0 0 auto}.kx-toggle input{position:absolute;opacity:0;pointer-events:none}.kx-toggle span{position:absolute;inset:0;background:#c8ced1;border-radius:999px;transition:.2s;cursor:pointer}.kx-toggle span:before{content:"";position:absolute;width:16px;height:16px;left:3px;top:3px;background:#fff;border-radius:50%;box-shadow:0 1px 4px rgba(0,0,0,.2);transition:.2s}.kx-toggle input:checked+span{background:#7ecb00}.kx-toggle input:checked+span:before{transform:translateX(18px)}.kx-consent__save{display:none;padding:0 28px 22px;text-align:right}.kx-consent.is-managing .kx-consent__save{display:block}.kx-consent__save .kx-consent__btn{min-width:180px}.kx-privacy-choices-wrap{margin-top:14px}.kx-privacy-choices{background:none;border:0;padding:0;cursor:pointer;color:inherit}.kx-legal-content{max-width:920px}.kx-legal-content h2{margin:38px 0 12px;font-family:'Space Grotesk',Inter,sans-serif}.kx-legal-content h3{margin:24px 0 8px}.kx-legal-content p,.kx-legal-content li{line-height:1.7}.kx-legal-content ul{padding-left:22px}.kx-legal-note{border-left:3px solid #b6ff00;padding:14px 16px;background:rgba(182,255,0,.07);border-radius:0 10px 10px 0;margin:22px 0}
@media(max-width:900px){.kx-consent{left:10px;right:10px;bottom:10px;border-radius:18px;max-height:calc(100vh - 20px);overflow:auto}.kx-consent__main{grid-template-columns:56px 1fr;padding:20px 18px 16px;gap:14px}.kx-consent__mark{width:52px;height:52px;border-radius:12px}.kx-consent__copy h2{font-size:20px;padding-right:22px}.kx-consent__copy p{font-size:13px}.kx-consent__actions{grid-column:1/-1;grid-template-columns:1fr}.kx-consent__prefs{grid-template-columns:1fr;padding:0}.kx-consent__cat{min-height:auto;border-right:0;border-bottom:1px solid rgba(8,14,16,.1);padding:15px 18px}.kx-consent__cat:last-child{border-bottom:0}.kx-consent__save{padding:0 18px 18px}.kx-consent__save .kx-consent__btn{width:100%}}

/* KREATIAX v3.27 — Industries card image framing */
.industries-grid .industry-jump:nth-child(1) .industry-jump-image img{object-position:50% 36%}
.industries-grid .industry-jump:nth-child(2) .industry-jump-image img{object-position:56% 42%}
.industries-grid .industry-jump:nth-child(3) .industry-jump-image img{object-position:50% 28%}
.industries-grid .industry-jump:nth-child(4) .industry-jump-image img{object-position:54% 28%}
.industries-grid .industry-jump:nth-child(5) .industry-jump-image img{object-position:52% 37%}
.industries-grid .industry-jump:nth-child(6) .industry-jump-image img{object-position:50% 34%}
.industries-grid .industry-jump:nth-child(7) .industry-jump-image img{object-position:52% 40%}
.industries-grid .industry-jump:nth-child(8) .industry-jump-image img{object-position:51% 30%}
@media(max-width:640px){
  .industries-grid .industry-jump:nth-child(1) .industry-jump-image img{object-position:50% 34%}
  .industries-grid .industry-jump:nth-child(2) .industry-jump-image img{object-position:56% 40%}
  .industries-grid .industry-jump:nth-child(3) .industry-jump-image img{object-position:50% 24%}
  .industries-grid .industry-jump:nth-child(4) .industry-jump-image img{object-position:54% 24%}
  .industries-grid .industry-jump:nth-child(5) .industry-jump-image img{object-position:52% 34%}
  .industries-grid .industry-jump:nth-child(6) .industry-jump-image img{object-position:50% 31%}
  .industries-grid .industry-jump:nth-child(7) .industry-jump-image img{object-position:52% 38%}
  .industries-grid .industry-jump:nth-child(8) .industry-jump-image img{object-position:51% 26%}
}


/* KREATIAX v3.32 — centered clean footer */
.footer-simple{padding:64px 0 30px;border-top:1px solid var(--line);background:#080e10}
.footer-simple-shell{display:flex;flex-direction:column;align-items:stretch}
.footer-simple-top{display:grid;grid-template-columns:minmax(240px,330px) minmax(0,1fr);gap:72px;align-items:start}
.footer-simple-brand{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}
.footer-simple-logo{display:block;width:min(230px,70vw);height:auto}
.footer-simple-tagline{margin:24px 0 0;max-width:290px;color:#c2cbce;font-size:1rem;line-height:1.55}
.footer-simple-socials{display:flex;align-items:center;gap:12px;margin:22px 0 16px}
.footer-simple-socials .social-icon-link{width:40px;height:40px;margin:0!important}
.footer-simple-privacy-link{display:inline-block;color:#e7ecef;font-size:.96rem;line-height:1.5;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}
.footer-simple-privacy-link:hover{color:var(--lime)}
.footer-simple-menu{width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 36px}
.footer-simple-group{min-width:0}
.footer-simple-group h4{margin:0 0 16px;font-size:.8rem;line-height:1.2;text-transform:uppercase;letter-spacing:.1em;color:var(--grey);font-family:"Space Grotesk",sans-serif}
.footer-simple-group a{display:block;margin:9px 0;color:#c2cbce;font-size:.9rem;line-height:1.5;text-decoration:none;transition:color .2s ease,transform .2s ease}
.footer-simple-group a:hover{color:var(--lime);transform:translateX(2px)}
.footer-simple-divider{height:1px;width:100%;margin:46px 0 26px;background:linear-gradient(90deg,rgba(168,216,132,.42),rgba(190,197,198,.28),rgba(168,216,132,.42))}
.footer-simple-bottom{display:flex;align-items:center;justify-content:space-between;gap:28px}
.footer-simple-copyright,.footer-simple-signoff{color:#7f8a8f;font-size:.78rem;line-height:1.45}
@media (max-width:980px){
  .footer-simple{padding:48px 0 26px}
  .footer-simple-top{grid-template-columns:1fr;gap:34px}
  .footer-simple-brand{align-items:center;text-align:center}
  .footer-simple-logo{width:min(220px,72vw)}
  .footer-simple-tagline{margin-top:18px;max-width:360px}
  .footer-simple-socials{justify-content:center;margin:20px 0 14px}
  .footer-simple-menu{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 26px}
  .footer-simple-group h4{font-size:.76rem;margin-bottom:13px}
  .footer-simple-group a{font-size:.88rem;margin:8px 0}
  .footer-simple-divider{margin:38px 0 22px}
  .footer-simple-bottom{flex-direction:column;align-items:center;text-align:center;gap:10px}
}
@media (max-width:640px){
  .footer-simple-menu{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 22px}
}

}


/* KREATIAX v3.39 — Spanish mobile hero audit form after Experience */
.hero-audit-card-mobile{display:none}
@media(max-width:900px){
  .hero-shell > .hero-audit-card{display:none!important}
  .hero-value-mobile .hero-audit-card-mobile{display:block!important;width:100%;max-width:100%;margin-top:10px;justify-self:stretch;padding:22px 18px 18px}
  .hero-value-mobile .hero-audit-card-mobile .fields{grid-template-columns:1fr;gap:10px}
  .hero-value-mobile .hero-audit-card-mobile .phone-control{grid-template-columns:104px minmax(0,1fr)!important}
}

/* KREATIAX v3.42 — Floating WhatsApp robot: vertical float + sonar every 10s */
.kx-wa-robot-float{
  position:fixed;
  right:20px;
  bottom:18px;
  z-index:9998;
  width:118px;
  height:118px;
  display:block;
  background:transparent;
  border:0;
  text-decoration:none;
  overflow:visible;
  isolation:isolate;
}
.kx-wa-robot-stage{
  position:relative;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  width:100%;
  height:100%;
  overflow:visible;
  animation:kxRobotFloat 3.4s ease-in-out infinite;
  will-change:transform;
}
.kx-wa-robot-img{
  position:relative;
  z-index:2;
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  filter:drop-shadow(0 12px 22px rgba(0,0,0,.38));
  user-select:none;
  -webkit-user-drag:none;
}
.kx-wa-robot-stage::before,
.kx-wa-robot-stage::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:58%;
  height:58%;
  border:2px solid rgba(182,255,0,.78);
  border-radius:50%;
  transform:translate(-50%,-50%) scale(.72);
  opacity:0;
  z-index:1;
  pointer-events:none;
  animation:kxRobotSonar 10s ease-out infinite;
}
.kx-wa-robot-stage::after{animation-delay:.45s}
.kx-wa-robot-float:hover .kx-wa-robot-img{filter:drop-shadow(0 14px 28px rgba(0,0,0,.44)) drop-shadow(0 0 12px rgba(182,255,0,.18))}
.kx-wa-robot-float:focus-visible{outline:2px solid var(--lime);outline-offset:6px;border-radius:50%}
@keyframes kxRobotFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-9px)}
}
@keyframes kxRobotSonar{
  0%,84%{opacity:0;transform:translate(-50%,-50%) scale(.72)}
  85%{opacity:.62;transform:translate(-50%,-50%) scale(.72)}
  92%{opacity:.26}
  99%,100%{opacity:0;transform:translate(-50%,-50%) scale(1.58)}
}
@media(max-width:768px){
  .kx-wa-robot-float{width:96px;height:96px;right:12px;bottom:14px}
  @keyframes kxRobotFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
}
@media(prefers-reduced-motion:reduce){
  .kx-wa-robot-stage{animation:none}
  .kx-wa-robot-stage::before,.kx-wa-robot-stage::after{animation:none}
}


/* KREATIAX v3.53 — About / Nosotros */
.about-v353{overflow:hidden}
.about-hero-v353{padding:112px 0 86px;background:radial-gradient(circle at 82% 24%,rgba(182,255,0,.12),transparent 26%),#080e10}
.about-hero-grid-v353{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:70px;align-items:end}
.about-hero-copy-v353 h1{max-width:920px;margin:12px 0 24px;font-size:clamp(3.2rem,6.2vw,6.5rem);line-height:.96;letter-spacing:-.055em}
.about-hero-copy-v353 .lead{max-width:790px;color:#c9d0d3;font-size:clamp(1.06rem,1.5vw,1.28rem);line-height:1.65}
.about-manifesto-v353{display:grid;gap:6px;justify-items:end;font-family:"Space Grotesk",sans-serif;font-weight:700;font-size:clamp(1.45rem,2.6vw,2.6rem);letter-spacing:-.03em;color:#fff;text-align:right}
.about-manifesto-v353 b{color:var(--lime);font-size:.78em}
.about-split-v353{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:72px;align-items:start}
.about-split-v353 h2,.section-head-v353 h2{margin:10px 0 0;font-size:clamp(2.4rem,4.7vw,4.8rem);line-height:1.02;letter-spacing:-.045em}
.about-copy-v353{max-width:720px;font-size:clamp(1.04rem,1.4vw,1.22rem);line-height:1.75}
.about-copy-v353 p{margin:0 0 18px}
.section-head-v353{max-width:950px;margin-bottom:46px}
.about-cards-3-v353{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.about-card-v353{min-height:320px;border:1px solid rgba(8,14,16,.14);border-radius:28px;padding:30px;display:flex;flex-direction:column;background:#fff}
.about-card-v353 h3{font-size:1.7rem;margin:50px 0 12px}
.about-card-v353 p{margin:0;line-height:1.65;color:#3d474b}
.about-num-v353{font:700 .78rem/1 "Space Grotesk",sans-serif;letter-spacing:.12em;color:#638d00}
.about-principles-v353{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line)}
.about-principles-v353 article{padding:32px 34px 34px 0;border-bottom:1px solid var(--line);min-height:210px}
.about-principles-v353 article:nth-child(odd){border-right:1px solid var(--line);padding-right:42px}
.about-principles-v353 article:nth-child(even){padding-left:42px}
.about-principles-v353 span,.about-process-grid-v353 span{display:block;color:var(--lime);font:700 .76rem/1 "Space Grotesk",sans-serif;letter-spacing:.12em;margin-bottom:22px}
.about-principles-v353 h3,.about-process-grid-v353 h3{font-size:1.38rem;margin:0 0 10px}
.about-principles-v353 p,.about-process-grid-v353 p{margin:0;color:#aeb8bc;line-height:1.65}
.about-ecosystem-v353,.about-final-v353{color:#080e10}
.about-ecosystem-v353 .eyebrow,.about-final-v353 .eyebrow{color:#080e10}
.about-ecosystem-v353 .about-copy-v353{color:#172022}
.about-services-v353{margin-top:52px;padding-top:30px;border-top:1px solid rgba(8,14,16,.28);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px;font:700 clamp(1.05rem,2vw,1.65rem)/1 "Space Grotesk",sans-serif;letter-spacing:.03em}
.about-services-v353 b{font-size:.8em}
.text-link-v353{display:inline-block;margin-top:12px;color:inherit;font-weight:700;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:3px}
.about-process-grid-v353{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line);border-radius:28px;overflow:hidden}
.about-process-grid-v353 article{background:#fff;padding:30px;min-height:245px}
.about-process-grid-v353 span{color:#668e00}
.about-process-grid-v353 p{color:#495459}
.about-human-card-v353{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end;border:1px solid var(--line);border-radius:32px;padding:44px;background:linear-gradient(135deg,#0e171a,#080e10)}
.about-human-card-v353 h2{font-size:clamp(2.2rem,4vw,4.2rem);line-height:1.02;margin:10px 0 0}
.about-human-card-v353>p{font-size:1.12rem;line-height:1.75;color:#b9c3c6;margin:0}
.about-final-inner-v353{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:end}
.about-final-v353 h2{max-width:860px;font-size:clamp(2.4rem,4.8vw,5rem);line-height:1.01;margin:10px 0 18px;letter-spacing:-.045em}
.about-final-v353 p{max-width:720px;font-size:1.1rem;line-height:1.7;margin:0}
.about-final-v353 .hero-actions{justify-content:flex-end}
.btn-dark{background:#080e10!important;color:#fff!important;border-color:#080e10!important}
.btn-dark-outline{background:transparent!important;color:#080e10!important;border-color:#080e10!important}
@media(max-width:900px){
  .about-hero-v353{padding:88px 0 64px}
  .about-hero-grid-v353,.about-split-v353,.about-human-card-v353,.about-final-inner-v353{grid-template-columns:1fr;gap:34px}
  .about-manifesto-v353{justify-items:start;text-align:left;border-top:1px solid var(--line);padding-top:28px}
  .about-cards-3-v353{grid-template-columns:1fr}
  .about-card-v353{min-height:0}
  .about-card-v353 h3{margin-top:28px}
  .about-process-grid-v353{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-final-v353 .hero-actions{justify-content:flex-start}
}
@media(max-width:640px){
  .about-hero-v353{padding:72px 0 52px}
  .about-hero-copy-v353 h1{font-size:clamp(2.65rem,12vw,4.15rem)}
  .about-principles-v353{grid-template-columns:1fr}
  .about-principles-v353 article,.about-principles-v353 article:nth-child(odd),.about-principles-v353 article:nth-child(even){border-right:0;padding:26px 0}
  .about-process-grid-v353{grid-template-columns:1fr}
  .about-human-card-v353{padding:26px}
  .about-services-v353{justify-content:flex-start;gap:14px 18px}
}

/* KREATIAX v3.54 — About typography + readability refinement */
.about-v353{font-size:1rem}
.about-hero-copy-v353 h1{font-size:clamp(3rem,5.35vw,5.55rem);line-height:.99;letter-spacing:-.048em}
.about-hero-copy-v353 .lead{font-size:clamp(1rem,1.25vw,1.16rem);line-height:1.62;color:#cbd2d5}
.about-manifesto-v353{font-size:clamp(1.25rem,2vw,2rem)}
.about-split-v353 h2,.section-head-v353 h2{font-size:clamp(2.15rem,3.75vw,3.9rem);line-height:1.04;letter-spacing:-.04em}
.about-copy-v353{font-size:clamp(1rem,1.12vw,1.1rem);line-height:1.7}
.about-card-v353 h3{font-size:1.48rem;line-height:1.08}
.about-card-v353 p{font-size:.98rem;line-height:1.62;color:#3d474b}
.about-principles-v353 h3,.about-process-grid-v353 h3{font-size:1.22rem;line-height:1.12;letter-spacing:-.025em}
.about-principles-v353 p,.about-process-grid-v353 p{font-size:.96rem;line-height:1.62}
.about-human-card-v353 h2{font-size:clamp(2.1rem,3.45vw,3.65rem);line-height:1.04}
.about-human-card-v353>p{font-size:1.04rem;line-height:1.7}
.about-final-v353 h2{font-size:clamp(2.15rem,3.8vw,4rem);line-height:1.04}
.about-final-v353 p{font-size:1.04rem;line-height:1.65}

/* Explicit contrast: never rely on inherited section color */
.about-purpose-v353 h2,.about-thinking-v353 h2,.about-bilingual-v353 h2,.about-human-v353 h2{color:#f7f7f5}
.about-purpose-v353 .about-copy-v353,.about-bilingual-v353 .about-copy-v353{color:#c5ced1}
.about-thinking-v353 .about-principles-v353 h3{color:#f7f7f5}
.about-thinking-v353 .about-principles-v353 p{color:#b9c3c6}
.about-human-card-v353>p{color:#c4cdd0}
.about-pillars-v353 h2,.about-audience-v353 h2,.about-process-v353 h2,
.about-pillars-v353 h3,.about-process-v353 h3{color:#080e10}
.about-audience-v353 .about-copy-v353{color:#3e494d}
.about-process-v353 p{color:#465156}
.about-ecosystem-v353 h2,.about-ecosystem-v353 p,.about-ecosystem-v353 .about-services-v353,
.about-final-v353 h2,.about-final-v353 p{color:#080e10}

@media(max-width:980px){
  .about-hero-copy-v353 h1{font-size:clamp(2.8rem,8.8vw,4.4rem)}
  .about-split-v353 h2,.section-head-v353 h2{font-size:clamp(2.05rem,6.8vw,3.25rem)}
  .about-human-card-v353 h2,.about-final-v353 h2{font-size:clamp(2.05rem,6.6vw,3.25rem)}
}
@media(max-width:640px){
  .about-hero-copy-v353 h1{font-size:clamp(2.45rem,10.6vw,3.55rem);line-height:1.01}
  .about-hero-copy-v353 .lead{font-size:1rem}
  .about-split-v353 h2,.section-head-v353 h2,.about-human-card-v353 h2,.about-final-v353 h2{font-size:clamp(2rem,9.4vw,3rem);line-height:1.05}
  .about-copy-v353,.about-human-card-v353>p,.about-final-v353 p{font-size:1rem}
  .about-card-v353 h3{font-size:1.35rem}
  .about-principles-v353 h3,.about-process-grid-v353 h3{font-size:1.14rem}
}

/* KREATIAX v3.55 — About green sections visibility fix */
.about-ecosystem-v353,
.about-final-v353{
  background:#A8D884!important;
  background-color:#A8D884!important;
  color:#080e10!important;
}
.about-ecosystem-v353 h2,
.about-ecosystem-v353 p,
.about-ecosystem-v353 .eyebrow,
.about-ecosystem-v353 .about-services-v353,
.about-ecosystem-v353 .about-services-v353 span,
.about-ecosystem-v353 .about-services-v353 b,
.about-final-v353 h2,
.about-final-v353 p,
.about-final-v353 .eyebrow{
  color:#080e10!important;
}
.about-ecosystem-v353 .about-services-v353{
  border-top-color:rgba(8,14,16,.3)!important;
}

/* =========================================================
   KREATIAX v3.56 — About typography locked to Home scale
   ========================================================= */
.about-v353 .about-hero-copy-v353 h1{font-size:clamp(3.2rem,7.5vw,7.3rem);line-height:.98;letter-spacing:-.045em;max-width:1050px}
.about-v353 .about-hero-copy-v353 .lead{font-size:clamp(1.05rem,1.7vw,1.35rem);line-height:1.55;max-width:760px}
.about-v353 .about-split-v353 h2,
.about-v353 .section-head-v353 h2,
.about-v353 .about-human-card-v353 h2,
.about-v353 .about-final-v353 h2{font-size:clamp(2.4rem,5vw,5rem);line-height:.98;letter-spacing:-.045em}
.about-v353 .about-card-v353 h3,
.about-v353 .about-principles-v353 h3,
.about-v353 .about-process-grid-v353 h3{font-size:clamp(1.4rem,2.1vw,2rem);line-height:.98;letter-spacing:-.045em}
.about-v353 .about-copy-v353,
.about-v353 .about-card-v353 p,
.about-v353 .about-principles-v353 p,
.about-v353 .about-process-grid-v353 p,
.about-v353 .about-human-card-v353>p,
.about-v353 .about-final-v353 p{font-size:1rem;line-height:1.55}
@media(min-width:901px){
  .about-v353 .about-hero-copy-v353 h1{font-size:clamp(3rem,5vw,5.15rem);max-width:980px}
  .about-v353 .about-hero-copy-v353 .lead{font-size:clamp(1rem,1.15vw,1.16rem);max-width:720px}
  .about-v353 .about-split-v353 h2,
  .about-v353 .section-head-v353 h2,
  .about-v353 .about-human-card-v353 h2,
  .about-v353 .about-final-v353 h2{font-size:clamp(2.05rem,3.35vw,3.55rem)}
  .about-v353 .about-card-v353 h3,
  .about-v353 .about-principles-v353 h3,
  .about-v353 .about-process-grid-v353 h3{font-size:clamp(1.22rem,1.55vw,1.58rem)}
}

/* KREATIAX v3.57 — Hide About hero eyebrow on Spanish mobile only */
@media (max-width: 768px){
  .about-hero-eyebrow-es{display:none!important;}
}
