:root{
  --bg:#120A3F;
  --panel:#17104f;
  --panel-soft:#1d145c;
  --line:rgba(33,118,255,.22);
  --text:#ffffff;
  --muted:#c7c3e8;
  --secondary:#2176FF;
  --accent:#04E4FF;
  --purple:#2176FF;
  --purple2:#120A3F;
  --pink:#04E4FF;
  --cyan:#04E4FF;
  --green:#6dff9b;
  --shadow:0 25px 90px rgba(4,228,255,.18);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:16px;
  background:
    radial-gradient(circle at 20% 5%,rgba(4,228,255,.18),transparent 26rem),
    radial-gradient(circle at 80% 0%,rgba(33,118,255,.24),transparent 24rem),
    linear-gradient(180deg,#120A3F 0%,#0f0836 50%,#09051f 100%);
  color:var(--text);
  min-height:100vh;
  overflow-x:hidden !important;
}
html, body { overflow-x: hidden; }
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.28;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:70px 70px;
  mask-image:linear-gradient(to bottom,black,transparent 92%);
  z-index:-3;
  overflow-x:hidden !important;
}

img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
.container{width:min(1400px,calc(100% - 48px));margin-inline:auto}
.section{padding:82px 0}

.page-glow{position:fixed;border-radius:999px;filter:blur(55px);pointer-events:none;z-index:-2;opacity:.6}
.page-glow-one{width:290px;height:290px;background:#2176FF;top:120px;left:-90px}
.page-glow-two{width:340px;height:340px;background:#04E4FF;right:-140px;top:420px}

.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(18,10,63,.78);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.07);
}
.navbar{height:82px;display:flex;align-items:center;gap:34px}
.brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:23px;letter-spacing:-.04em}
.brand-logo{height:34px;width:auto;max-width:200px;object-fit:contain;filter:drop-shadow(0 0 16px rgba(4,228,255,.18))}
.footer-logo{height:38px;max-width:220px}
.brand span span{color:var(--accent)}
.brand-mark{
  width:36px;height:36px;border-radius:12px;display:grid;place-items:center;
  background:linear-gradient(135deg,#04E4FF,#2176FF 60%,#120A3F);
  box-shadow:0 0 30px rgba(4,228,255,.36);
  color:#fff!important;
}
.nav-menu{display:flex;align-items:center;gap:32px;margin:auto;font-size:15px;font-weight:700;color:#e7e3ff}
.nav-menu a{opacity:.88;transition:.25s}
.nav-menu a:hover,.nav-menu a.active{color:var(--accent);text-shadow:0 0 16px rgba(4,228,255,.65)}
.nav-menu a.active{opacity:1}
.nav-toggle{display:none;background:transparent;border:0;width:42px;height:42px;margin-left:auto;cursor:pointer}
.nav-toggle span{display:block;width:24px;height:2px;background:white;margin:5px auto;border-radius:2px}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  border:1px solid var(--line);border-radius:10px;
  padding:15px 24px;font-size:15px;font-weight:800;cursor:pointer;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  background:linear-gradient(135deg,#2176FF 0%,#2176FF 55%,#04E4FF 100%);
  color:white;box-shadow:0 16px 38px rgba(33,118,255,.34);
}
.btn-primary:hover{box-shadow:0 20px 52px rgba(4,228,255,.38)}
.btn-ghost{background:rgba(255,255,255,.035);color:#fff;border-color:rgba(255,255,255,.15)}
.btn-ghost:hover{border-color:var(--accent);box-shadow:0 0 24px rgba(4,228,255,.16)}

.hero{padding-top:76px;padding-bottom:38px}

.eyebrow,.section-kicker{
  display:inline-flex;align-items:center;gap:8px;color:#04E4FF;text-transform:uppercase;
  font-size:14px;font-weight:900;letter-spacing:.12em;margin-bottom:20px;
}
.eyebrow{background:rgba(33,118,255,.16);border:1px solid rgba(4,228,255,.26);padding:8px 12px;border-radius:999px}
.hero h1{font-size:clamp(42px,5vw,68px);line-height:1.03;letter-spacing:-.065em;margin-bottom:24px}
.hero-grid{display:grid;grid-template-columns:1.08fr .95fr;gap:30px;align-items:center}
h1 span,h2 span{color:var(--pink);text-shadow:0 0 34px rgba(4,228,255,.45)}
.hero-text{font-size:18px;line-height:1.8;color:#ccc7eb;max-width:620px;margin-bottom:28px}
.trust-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap;color:#d4d0ec;font-size:14px;font-weight:700;margin-bottom:28px}
.trust-row span{display:inline-flex;align-items:center;gap:7px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}

.phone-showcase{height:430px;position:relative;display:grid;place-items:center}
.phone-showcase::before{
  content:"";position:absolute;width:380px;height:380px;border:1px solid rgba(4,228,255,.32);border-radius:50%;
  box-shadow:0 0 55px rgba(4,228,255,.22), inset 0 0 45px rgba(4,228,255,.09);
  animation:spinGlow 18s linear infinite;
}
.phone{
  position:absolute;width:178px;height:350px;border-radius:34px;padding:12px;
  background:linear-gradient(145deg,#0c0b18,#1d145c);border:1px solid rgba(255,255,255,.16);
  box-shadow:0 22px 70px rgba(0,0,0,.72),0 0 55px rgba(33,118,255,.34);
}
.phone-dark{transform:rotate(-9deg) translateX(-48px);z-index:2}
.phone-light{transform:rotate(10deg) translateX(85px) translateY(4px);background:linear-gradient(145deg,#f8f6ff,#dcd7ff);z-index:3;color:#151027}
.phone-top{width:54px;height:5px;background:rgba(255,255,255,.35);border-radius:20px;margin:2px auto 12px}
.phone-light .phone-top{background:#111}
.phone-screen{height:306px;border-radius:24px;background:linear-gradient(180deg,#120A3F,#0f0836);padding:22px 14px;overflow:hidden}
.phone-light .phone-screen{background:linear-gradient(180deg,#fff,#f1edff)}
.small-label{color:#8e83c2;font-size:14px;font-weight:800;margin-bottom:10px}
.phone h3{font-size:23px;margin-bottom:22px;letter-spacing:-.04em}
.chart-line{height:90px;border-radius:16px;background:linear-gradient(135deg,rgba(140,82,255,.16),rgba(80,227,255,.08));position:relative;overflow:hidden;margin-bottom:16px}
.chart-line::after{content:"";position:absolute;inset:18px;background:linear-gradient(135deg,transparent 0 20%,#04E4FF 21% 23%,transparent 24% 45%,#04E4FF 46% 48%,transparent 49% 70%,#04E4FF 71% 73%,transparent 74%);filter:drop-shadow(0 0 8px #04E4FF)}
.transaction{height:34px;border-radius:12px;background:rgba(255,255,255,.06);display:flex;align-items:center;gap:7px;padding:0 8px;margin-bottom:8px;font-size:10px;color:#ddd}
.transaction span{width:15px;height:15px;background:#f8b84e;border-radius:50%}.transaction b{margin-left:auto;color:#72ff94}.transaction.active{background:rgba(33,118,255,.22)}
.bar-chart{height:110px;display:flex;align-items:end;gap:10px;margin:20px 0}.bar-chart i{flex:1;border-radius:9px;background:linear-gradient(180deg,#2176FF,#d8ccff)}
.mini-cards{display:flex;gap:8px}.mini-cards span{height:42px;flex:1;border-radius:12px;background:#eee8ff}
.orb{position:absolute;z-index:4;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;font-size:28px;font-weight:900;box-shadow:0 0 36px rgba(4,228,255,.42)}
.orb-apple{left:5%;top:34%;background:linear-gradient(135deg,#2176FF,#120A3F)}
.orb-android{right:1%;bottom:24%;background:linear-gradient(135deg,#80ff88,#27c95f)}

.proposal-card{
  padding:30px;border:1px solid rgba(4,228,255,.26);border-radius:24px;
  background:linear-gradient(180deg,rgba(23,18,60,.78),rgba(8,8,28,.94));
  box-shadow:var(--shadow);position:relative;overflow:hidden;
}
.proposal-card::before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 70% 0%,rgba(33,118,255,.35),transparent 16rem);pointer-events:none}
.proposal-card>*{position:relative}
.proposal-card h2{font-size:25px;margin-bottom:8px}.proposal-card p{color:#c9c4e6;font-size:14px;line-height:1.7;margin-bottom:22px}
.proposal-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.proposal-form input,.proposal-form select,.proposal-form textarea{
  width:100%;border:1px solid rgba(255,255,255,.08);background:rgba(4,4,18,.55);color:white;border-radius:10px;padding:15px;outline:0;font-size:14px;
}
.proposal-form textarea,.proposal-form input[name="name"], .proposal-form button{grid-column:1/-1}
.proposal-form input:focus,.proposal-form select:focus,.proposal-form textarea:focus{border-color:rgba(4,228,255,.75);box-shadow:0 0 0 4px rgba(4,228,255,.12)}
.proposal-form ::placeholder{color:#817da1}.form-points{display:flex;gap:14px;justify-content:center;color:#c9c4e6;font-size:14px;margin-top:15px;flex-wrap:wrap}

.platforms{padding:36px 0 46px}
.logo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.logo-card,.stat-card,.service-card,.portfolio-card,.stack-panel,.cta,.faq-col,.site-footer{
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg,rgba(19,18,51,.72),rgba(9,9,28,.72));
  box-shadow:0 12px 38px rgba(0,0,0,.25);
}
.testimonial-card{border:1px solid rgba(255,255,255,.08); background:linear-gradient(180deg,rgba(19,18,51,.72),rgba(9,9,28,.72));}
.logo-card{border-radius:16px;padding:26px 12px;text-align:center;min-height:128px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}
.logo-card strong{font-size:22px}.logo-card span{font-size:15.5px;line-height:1.65;color:#e3e0f7;font-weight:700}


.platform-logo-box{
  width:100%;height:42px;display:flex;align-items:center;justify-content:center;margin-bottom:2px;
}
.platform-logo-box img{max-height:38px;max-width:142px;object-fit:contain;filter:drop-shadow(0 0 12px rgba(4,228,255,.16))}
.platform-logo-box.light-logo-bg{width:auto;min-width:128px;height:46px;background:transparent!important;background-color:transparent!important;border:0!important;border-radius:12px;padding:6px 12px;box-shadow:none!important}
.platform-logo-box.light-logo-bg img{max-height:34px;filter:invert(1) drop-shadow(0 0 12px rgba(4,228,255,.18));mix-blend-mode:screen;background:transparent!important}

.carousel{position:relative;min-width:0}
.carousel-viewport{overflow:hidden;min-width:0;padding:2px 2px 8px}
.carousel-track{display:flex;gap:22px;transition:transform .55s cubic-bezier(.22,.61,.36,1);will-change:transform}
.carousel-slide{flex:0 0 auto;min-width:0}
.carousel-controls{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:20px}
.carousel-btn{width:42px;height:42px;border-radius:50%;border:1px solid rgba(4,228,255,.35);background:rgba(255,255,255,.045);color:#fff;font-size:28px;line-height:1;cursor:pointer;transition:.25s;display:grid;place-items:center}
.carousel-btn:hover{background:linear-gradient(135deg,#2176FF,#04E4FF);border-color:rgba(4,228,255,.75);box-shadow:0 0 28px rgba(4,228,255,.3);transform:translateY(-2px)}
.carousel-dots{display:flex;align-items:center;justify-content:center;gap:8px}
.carousel-dot{width:9px;height:9px;border:0;border-radius:999px;background:rgba(255,255,255,.27);cursor:pointer;transition:.25s;padding:0}
.carousel-dot.active{width:30px;background:#04E4FF;box-shadow:0 0 14px rgba(4,228,255,.65)}
.portfolio-carousel .portfolio-card{height:100%}
.testimonial-carousel{min-width:0}
.testimonial-carousel .testimonial-card{height:100%;min-height:268px;display:flex;flex-direction:column;justify-content:space-between}

.trust-achievements{padding-top:128px;margin-top:58px}
.review-proof-card{position:relative;overflow:hidden;border:1px solid rgba(4,228,255,.22);border-radius:28px;background:linear-gradient(135deg,rgba(23,16,79,.86),rgba(8,7,30,.8));box-shadow:0 28px 82px rgba(0,0,0,.38),0 0 46px rgba(4,228,255,.1);padding:34px;display:grid;grid-template-columns:1.05fr 1.05fr minmax(240px,.55fr);gap:26px;align-items:center}
.review-proof-card::before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 8% 0%,rgba(4,228,255,.22),transparent 18rem),radial-gradient(circle at 88% 0%,rgba(33,118,255,.24),transparent 16rem);pointer-events:none}
.review-proof-card>*{position:relative}
.proof-badge{display:inline-flex;align-items:center;gap:8px;color:#ffd166;background:rgba(255,209,102,.09);border:1px solid rgba(255,209,102,.28);padding:9px 14px;border-radius:999px;font-size:14.5px;font-weight:900;margin-bottom:15px;box-shadow:0 0 26px rgba(255,209,102,.1)}
.verified-lines{display:flex;flex-direction:column;gap:10px;margin-top:18px}
.verified-lines span{display:inline-flex;align-items:center;border:1px solid rgba(4,228,255,.24);background:rgba(4,228,255,.07);color:#f2f0ff;border-radius:999px;padding:9px 13px;font-size:15px;font-weight:800;line-height:1.45}
.verified-lines b{color:#04E4FF}
.review-proof-card h2{font-size:clamp(28px,2.7vw,42px);line-height:1.1;letter-spacing:-.04em;margin-bottom:12px}
.review-proof-card p{font-size:16px;line-height:1.85;color:#e0dcf5;max-width:680px}
.proof-logos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:stretch}
.proof-logo-tile{min-height:118px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(255,255,255,.045);padding:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px}
.proof-logo-tile img{max-height:34px;max-width:112px;object-fit:contain;filter:drop-shadow(0 0 10px rgba(4,228,255,.12))}
.proof-logo-tile span{font-size:14px;color:#fff;font-weight:800}
.trustpilot-tile{background:rgba(255,255,255,.035)}
.proof-note{border:1px solid rgba(4,228,255,.22);border-radius:22px;background:linear-gradient(180deg,rgba(33,118,255,.16),rgba(255,255,255,.055));padding:22px;display:grid;gap:10px}
.proof-note strong{font-size:20px;color:#fff}.proof-note span{font-size:15px;line-height:1.7;color:#e7e3ff}.proof-note small{font-size:13px;color:#04E4FF;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.stats{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-top:44px}
.stat-card{position:relative;overflow:hidden;isolation:isolate;border-radius:20px;padding:25px 18px;min-height:186px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;background:linear-gradient(180deg,rgba(25,22,70,.84),rgba(8,8,28,.78))}
.stat-card::before{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 18% 0%,rgba(4,228,255,.22),transparent 9rem);z-index:-1}
.stat-card::after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:2px;background:linear-gradient(90deg,transparent,#04E4FF,transparent);opacity:.55}
.stat-card:hover{transform:translateY(-6px);border-color:rgba(4,228,255,.46);box-shadow:0 22px 58px rgba(4,228,255,.15)}
.stat-icon{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;margin-bottom:6px;background:linear-gradient(135deg,rgba(33,118,255,.95),rgba(4,228,255,.78));box-shadow:0 0 25px rgba(4,228,255,.25);font-size:18px;font-weight:900;color:#fff}
.stat-card strong{font-size:clamp(30px,2.3vw,37px);line-height:1;letter-spacing:-.04em}.stat-card>span{font-size:15.5px;color:#fff;font-weight:900}.stat-card small{font-size:14.5px;line-height:1.6;color:#d2cee8;font-weight:600}

.section-heading{text-align:center;margin-bottom:36px}.section-heading.left{text-align:left}.section-heading h2{font-size:clamp(30px,3vw,45px);letter-spacing:-.04em}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.service-card{border-radius:18px;padding:24px;min-height:210px;transition:.25s}
.service-card:hover,.portfolio-card:hover,.logo-card:hover{transform:translateY(-6px);border-color:rgba(4,228,255,.42);box-shadow:0 20px 55px rgba(4,228,255,.14)}
.icon{width:54px;height:54px;border-radius:16px;background:linear-gradient(135deg,rgba(4,228,255,.9),rgba(25,20,65,.9));display:grid;place-items:center;font-size:26px;margin-bottom:22px;box-shadow:0 0 28px rgba(4,228,255,.45)}
.icon svg{width:27px;height:27px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 8px rgba(255,255,255,.16))}
.service-card:hover .icon svg{stroke:#120A3F}
.service-card h3{font-size:17px;line-height:1.35;margin-bottom:10px}.service-card p{font-size:14.5px;line-height:1.75;color:#bcb7d7}

#portfolio{padding-top: 36px;}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.portfolio-card{border-radius:20px;padding:18px;display:grid;grid-template-columns:120px 1fr;gap:18px;align-items:center}
.app-preview{height:210px;border-radius:22px;background:linear-gradient(160deg,#f8f7ff,#2176FF);position:relative;overflow:hidden;box-shadow:inset 0 0 0 9px rgba(255,255,255,.08)}
.app-preview::before{content:"";position:absolute;left:18px;right:18px;top:28px;height:30px;border-radius:10px;background:white;opacity:.85;box-shadow:0 52px 0 rgba(255,255,255,.65),0 104px 0 rgba(255,255,255,.5)}
.app-preview::after{content:"";position:absolute;left:28px;right:28px;bottom:20px;height:44px;border-radius:16px;background:rgba(13,9,48,.75)}
.medical{background:linear-gradient(160deg,#ffffff,#2176FF)}.food{background:linear-gradient(160deg,#ffffff,#04E4FF)}.finance{background:linear-gradient(160deg,#ffffff,#2176FF)}.education{background:linear-gradient(160deg,#ffffff,#04E4FF)}.fitness{background:linear-gradient(160deg,#ffffff,#2176FF)}
.portfolio-card p{font-size:14px;color:#04E4FF;font-weight:900;margin-bottom:8px}.portfolio-card h3{font-size:22px;margin-bottom:8px}.portfolio-card span{color:#d2cee8;font-size:14px;line-height:1.65;display:block}.app-meta{display:flex;gap:34px;margin-top:20px}.app-meta b{font-size:20px;display:block}

.process-section{padding-top:30px}.process-line{position:relative;display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:18px}
.process-line::before{content:"";position:absolute;top:37px;left:0;right:0;border-top:1px dashed rgba(4,228,255,.45);z-index:-1}
.process-step{text-align:center;padding:0 12px}.process-step span{width:76px;height:76px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:#120A3F;border:1px solid rgba(4,228,255,.45);box-shadow:0 0 28px rgba(4,228,255,.26);font-size:30px}.process-step b{display:block;font-size:18px;margin-bottom:5px}.process-step h3{font-size:16px;margin-bottom:8px}.process-step p{font-size:14px;color:#b5b0cd;line-height:1.6}

.stack-panel{border-radius:22px;padding:28px}.stack-panel h2{font-size:30px;margin-bottom:26px}.stack-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.stack-grid div{border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:18px;background:rgba(255,255,255,.03)}.stack-grid h3{font-size:15px;color:#04E4FF;margin-bottom:14px}.stack-grid span{display:inline-flex;margin:5px 6px 5px 0;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.06);font-size:14px;color:#dcd8f4}

.testimonial-wrap{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:35px;align-items:center}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial-card{border-radius:18px;padding:26px}.testimonial-card>span{font-size:50px;color:#04E4FF;line-height:1}.testimonial-card p{color:#e0dcf5;font-size:16px;line-height:1.82;margin-bottom:24px}.testimonial-card div{display:flex;justify-content:space-between;gap:12px;font-size:15px}.testimonial-card em{color:#ffd166;font-style:normal}.rating-bubble{min-height:100%;border-radius:32px;background:radial-gradient(circle at 40% 10%,#04E4FF,#2176FF 62%,#120A3F);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-weight:900;box-shadow:0 0 80px rgba(4,228,255,.34);transform:rotate(3deg);padding:24px}.rating-bubble strong{font-size:32px}.rating-bubble span{display:block;font-size:17px;color:#fff;margin:8px 0 6px}.rating-bubble small{display:block;font-size:13px;line-height:1.55;color:#eee;max-width:230px}.bubble-logos{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;flex-wrap:wrap}.bubble-logos img{max-width:72px;max-height:26px;object-fit:contain;filter:drop-shadow(0 0 10px rgba(4,228,255,.15))}

.cta{border-radius:22px;padding:46px 36px;display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center;margin-top:20px}.cta-icon{width:92px;height:92px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,#04E4FF,#120A3F);font-size:36px;box-shadow:0 0 55px rgba(4,228,255,.34)}.cta h2{font-size:30px;margin-bottom:8px}.cta p{color:#c4bfdb;margin-bottom:15px}.cta .trust-row{margin-bottom:0}

.faq{padding:38px 0 64px;display:grid;grid-template-columns:1fr 1fr;gap:24px}.faq-col{border-radius:18px;overflow:hidden;background:rgba(8,8,28,.62)}.faq-item{width:100%;display:flex;justify-content:space-between;align-items:center;gap:15px;border:0;border-bottom:1px solid rgba(255,255,255,.08);background:transparent;color:white;text-align:left;padding:20px 22px;font-weight:800;cursor:pointer}.faq-item b{font-size:22px;color:#04E4FF}.faq-answer{max-height:0;overflow:hidden;color:#bfbad9;line-height:1.7;font-size:14px;padding:0 22px;transition:max-height .3s ease,padding .3s ease}.faq-item.active+.faq-answer{max-height:130px;padding:18px 22px;border-bottom:1px solid rgba(255,255,255,.08)}

.site-footer{border-left:0;border-right:0;border-bottom:0;padding:42px 0 28px;background:linear-gradient(180deg,rgba(12,8,38,.96),rgba(6,5,18,.98))}
.footer-premium{display:grid;gap:26px}
.footer-top{display:flex;align-items:center;justify-content:space-between;gap:22px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-brand{width:max-content}
.footer-social{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.footer-social a{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(4,228,255,.28);background:rgba(255,255,255,.045);color:#fff;font-size:20px;font-weight:600;transition:.25s}
.footer-social a:hover{transform:translateY(-4px);background:linear-gradient(135deg,#2176FF,#04E4FF);box-shadow:0 0 26px rgba(4,228,255,.28);border-color:rgba(4,228,255,.78)}
.footer-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.footer-contact-card{display:grid;gap:8px;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:20px;background:rgba(255,255,255,.035);transition:.25s}
.footer-contact-card:hover{border-color:rgba(4,228,255,.42);box-shadow:0 18px 45px rgba(4,228,255,.1);transform:translateY(-3px)}
.footer-contact-card span{color:#04E4FF;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.footer-contact-card strong{font-size:15px;color:#fff;line-height:1.5}
.footer-bottom{display:flex;justify-content:center;text-align:center;padding-top:4px;color:#aaa5c5}
.footer-bottom small{color:#aaa5c5;font-size:14px}.footer-bottom span{color:#fff}

.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}
@keyframes spinGlow{to{transform:rotate(360deg)}}

@media (max-width:1100px){
  .hero-grid{grid-template-columns:1fr 1fr}.proposal-card{grid-column:1/-1}.service-grid,.logo-grid,.stats{grid-template-columns:repeat(3,1fr)}.process-line,.stack-grid{grid-template-columns:repeat(3,1fr)}.process-line::before{display:none}.testimonial-wrap{grid-template-columns:1fr}.rating-bubble{display:none}.review-proof-card{grid-template-columns:1fr;align-items:flex-start}.proof-logos{justify-content:flex-start}
}
@media (max-width:820px){
  .container{width:min(100% - 28px,1240px)}.navbar{height:72px}.nav-toggle{display:block}.nav-menu{position:absolute;left:14px;right:14px;top:76px;display:none;flex-direction:column;align-items:stretch;gap:0;background:#17104f;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:14px}.nav-menu.open{display:flex}.nav-menu a{padding:15px}.nav-cta{display:none}.hero{padding-top:42px}.hero-grid{grid-template-columns:1fr}.phone-showcase{height:390px}.hero h1{font-size:44px}.proposal-form{grid-template-columns:1fr}.portfolio-grid,.testimonial-grid,.faq{grid-template-columns:1fr}.service-grid,.logo-grid,.stats,.process-line,.stack-grid{grid-template-columns:repeat(2,1fr)}.portfolio-card{grid-template-columns:95px 1fr}.app-preview{height:170px}.cta{grid-template-columns:1fr;text-align:left}.footer-contact-grid{grid-template-columns:1fr}.footer-top{align-items:flex-start;flex-direction:column}
}
@media (max-width:520px){
  .section{padding:58px 0}.brand{font-size:20px}.brand-logo{height:30px;max-width:176px}.footer-logo{height:32px;max-width:190px}.hero h1{font-size:38px}.hero-text{font-size:16px}.phone-showcase{transform:scale(.9);height:330px}.phone-dark{transform:rotate(-9deg) translateX(-48px) scale(.92)}.phone-light{transform:rotate(10deg) translateX(80px) scale(.92)}.orb-apple{left:-5%}.orb-android{right:-8%}.service-grid,.stats,.stack-grid{grid-template-columns:1fr}.logo-grid{grid-template-columns:repeat(2,1fr)}.logo-card{padding:20px 10px;min-height:142px}.logo-card span{font-size:14px}.platform-logo-box img{max-width:112px}.process-line{grid-template-columns:1fr 1fr}.proposal-card{padding:22px}.section-heading h2{font-size:32px}.portfolio-card{grid-template-columns:1fr}.app-preview{height:230px}.cta{padding:25px}.footer-contact-grid{gap:14px}.footer-social a{width:40px;height:40px}.trust-achievements{padding-top:88px;margin-top:38px}.review-proof-card{padding:20px}.proof-logos{justify-content:flex-start}.proof-logos img{max-width:105px}.proof-note{padding:16px}
}


@media (max-width:820px){
  .carousel-track{gap:18px}.carousel-controls{margin-top:16px}.testimonial-carousel .testimonial-card{min-height:240px}.platform-logo-box img{max-width:130px}
}
@media (max-width:520px){
  .carousel-track{gap:14px}.carousel-btn{width:38px;height:38px;font-size:25px}.carousel-dot.active{width:24px}.testimonial-carousel .testimonial-card{min-height:250px}
}

/* Mobile platform cards stay exactly two per row */
@media (max-width:640px){
  .platforms .logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .platforms .logo-card{min-width:0!important}
  .platforms{padding-top:28px;padding-bottom:48px}
  .trust-achievements{padding-top:96px!important;margin-top:42px!important}
  .review-proof-card{grid-template-columns:1fr!important}
  .proof-logos{grid-template-columns:1fr!important}
}

/* Readability polish: keep main content at 14px+ */
.nav-menu,.btn,.trust-row,.proposal-card p,.proposal-form input,.proposal-form select,.proposal-form textarea,.form-points,.process-step p,.stack-grid span,.faq-answer,.footer-contact-card strong{font-size:15px}
.logo-card span,.stat-card small,.stat-card>span,.testimonial-card div{font-size:14px}


/* FINAL V3 REQUESTED FIXES - do not remove */
body, p, a, button, input, select, textarea, .logo-card span, .stat-card span, .stat-card small, .testimonial-card p, .faq-answer{font-size:max(14px,1em)}
.platform-logo-box.light-logo-bg,
.platform-logo-box.light-logo-bg *{background:transparent!important;background-color:transparent!important;box-shadow:none!important;border-color:transparent!important}
.trust-achievements{padding-top:128px!important;margin-top:58px!important}
@media (max-width:640px){
  .platforms .logo-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .platforms .logo-card{min-height:142px!important;padding:18px 8px!important}
  .platforms .logo-card span{font-size:14px!important;line-height:1.55!important}
  .trust-achievements{padding-top:96px!important;margin-top:42px!important}
}

/* v1.0.9 - Match official FlowmazeUX card corner style */
:root{--card-radius:8px}
.proposal-card,
.logo-card,
.review-proof-card,
.proof-logo-tile,
.proof-note,
.stat-card,
.service-card,
.portfolio-card,
.stack-panel,
.stack-grid div,
.testimonial-card,
.cta,
.faq-col,
.footer-contact-card{
  border-radius:var(--card-radius)!important;
}
.platform-logo-box.light-logo-bg{
  border-radius:var(--card-radius)!important;
}

/* v1.0.14 - Official FlowmazeUX branding tone + supplied brand-style icons */
:root{
  --bg:#120A3F!important;
  --panel:#1b114d!important;
  --panel-soft:#241660!important;
  --line:rgba(151,117,255,.24)!important;
  --muted:#d7d0f2!important;
  --secondary:#2176FF!important;
  --accent:#04E4FF!important;
  --brand-violet:#744FFF!important;
  --brand-violet-2:#9B73FF!important;
  --brand-dark:#120A3F!important;
  --card-radius:8px!important;
  --shadow:0 22px 70px rgba(42,18,116,.24)!important;
}
html,body{background:#120A3F!important;color:#fff!important;}
body{
  background:
    radial-gradient(circle at 18% 0%,rgba(116,79,255,.22),transparent 30rem),
    radial-gradient(circle at 86% 4%,rgba(33,118,255,.14),transparent 28rem),
    radial-gradient(circle at 70% 55%,rgba(4,228,255,.06),transparent 34rem),
    linear-gradient(180deg,#120A3F 0%,#100737 52%,#0b0528 100%)!important;
}
body::before{
  opacity:.16!important;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px)!important;
}
.site-header{
  background:rgba(18,10,63,.94)!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 12px 40px rgba(0,0,0,.18)!important;
}
.brand-logo{filter:none!important;}
.nav-menu a:hover,.nav-menu a.active{color:#fff!important;text-shadow:0 0 18px rgba(155,115,255,.55)!important;}
.nav-menu a.active::after{background:#04E4FF!important;box-shadow:0 0 18px rgba(4,228,255,.55)!important;}
.btn{border-radius:8px!important;}
.btn-primary{
  background:#fff!important;
  color:#120A3F!important;
  border-color:#fff!important;
  box-shadow:0 16px 36px rgba(255,255,255,.10),0 0 0 1px rgba(255,255,255,.05)!important;
}
.btn-primary:hover{background:#f5f1ff!important;color:#120A3F!important;box-shadow:0 20px 46px rgba(155,115,255,.22)!important;}
.btn-ghost,.nav-cta{
  background:transparent!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.88)!important;
  box-shadow:none!important;
}
.btn-ghost:hover,.nav-cta:hover{background:rgba(255,255,255,.08)!important;border-color:#fff!important;box-shadow:0 16px 38px rgba(155,115,255,.16)!important;}
.eyebrow{
  color:#fff!important;
  background:rgba(116,79,255,.18)!important;
  border-color:rgba(155,115,255,.36)!important;
}
h1 span,h2 span,.portfolio-card p,.stack-grid h3,.footer-contact-card span{color:#fff !important;text-shadow:none!important;}
.hero-text,.service-card p,.portfolio-card span,.testimonial-card p,.faq-answer,.stat-card small{color:#d8d1f1!important;}
.proposal-card,
.logo-card,
.stat-card,
.service-card,
.portfolio-card,
.stack-panel,
.stack-grid div,
.cta,
.faq-col,
.footer-contact-card{
  border-radius:8px!important;
  background:linear-gradient(180deg,rgba(36,22,96,.82),rgba(21,12,66,.86))!important;
  border-color:rgba(151,117,255,.18)!important;
  box-shadow:0 16px 44px rgba(0,0,0,.22)!important;
}
.testimonial-card{
    border-radius:8px!important;
    background:linear-gradient(180deg,rgba(36,22,96,.82),rgba(21,12,66,.86))!important;
    border-color:rgba(151,117,255,.18)!important;
}
.logo-card:hover,.service-card:hover,.portfolio-card:hover,.stat-card:hover,.footer-contact-card:hover{
  border-color:rgba(155,115,255,.52)!important;
  box-shadow:0 22px 56px rgba(116,79,255,.18)!important;
}
.platforms{padding-top:34px!important;}
.platform-logo-box img,.proof-logo-tile img,.bubble-logos img{filter:drop-shadow(0 0 10px rgba(155,115,255,.18))!important;}
.service-card{padding:24px 20px!important;min-height:222px!important;}
.icon.brand-image-icon{
  width:68px!important;
  height:68px!important;
  border-radius:8px!important;
  background:linear-gradient(180deg,rgba(116,79,255,.14),rgba(255,255,255,.035))!important;
  border:1px solid rgba(155,115,255,.18)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 12px 30px rgba(116,79,255,.18)!important;
  margin-bottom:20px!important;
  overflow:hidden!important;
}
.icon.brand-image-icon img{
  width:52px!important;
  height:52px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 0 12px rgba(155,115,255,.35))!important;
}
.service-card:hover .icon.brand-image-icon{
  background:linear-gradient(180deg,rgba(155,115,255,.22),rgba(255,255,255,.055))!important;
  border-color:rgba(155,115,255,.45)!important;
  transform:translateY(-2px)!important;
}
.process-line::before{border-top-color:rgba(155,115,255,.42)!important;}
.process-step .process-icon{
  width:76px!important;
  height:76px!important;
  margin:0 auto 18px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(180deg,rgba(36,22,96,.96),rgba(18,10,63,.96))!important;
  border:1px solid rgba(155,115,255,.36)!important;
  box-shadow:0 0 24px rgba(116,79,255,.22)!important;
  overflow:hidden!important;
  font-size:0!important;
}
.process-step .process-icon img{
  width:48px!important;
  height:48px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 0 10px rgba(155,115,255,.28))!important;
}
.process-step b{color:#9B73FF!important;}
.process-step h3{color:#fff!important;}
.process-step p{color:#c9c1e8!important;}
.carousel-btn{
  border-color:rgba(155,115,255,.36)!important;
  background:rgba(36,22,96,.6)!important;
}
.carousel-btn:hover{
  background:linear-gradient(135deg,#744FFF,#2176FF)!important;
  border-color:rgba(255,255,255,.65)!important;
  box-shadow:0 0 28px rgba(116,79,255,.32)!important;
}
.carousel-dot.active{background:#9B73FF!important;box-shadow:0 0 16px rgba(155,115,255,.72)!important;}
.app-preview,.medical,.food,.finance,.education,.fitness{background:linear-gradient(160deg,#f8f7ff,#9B73FF 55%,#2176FF)!important;}
.rating-bubble{
  border-radius:8px!important;
  background:linear-gradient(135deg,#744FFF 0%,#2176FF 62%,#120A3F 100%)!important;
  box-shadow:0 22px 70px rgba(116,79,255,.32)!important;
}
.cta-icon{background:radial-gradient(circle,#9B73FF,#120A3F)!important;box-shadow:0 0 45px rgba(155,115,255,.34)!important;}
.proposal-form input:focus,.proposal-form select:focus,.proposal-form textarea:focus{border-color:rgba(155,115,255,.78)!important;box-shadow:0 0 0 4px rgba(155,115,255,.13)!important;}
.footer-social a{border-color:rgba(155,115,255,.34)!important;background:rgba(255,255,255,.04)!important;}
.footer-social a:hover{background:linear-gradient(135deg,#744FFF,#2176FF)!important;border-color:rgba(255,255,255,.7)!important;box-shadow:0 0 24px rgba(155,115,255,.28)!important;}
@media (max-width:820px){
  .nav-menu{background:#120A3F!important;border-color:rgba(155,115,255,.22)!important;border-radius:8px!important;}
  .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media (max-width:520px){
  .service-card{min-height:210px!important;padding:20px 16px!important;}
  .icon.brand-image-icon{width:62px!important;height:62px!important;}
  .icon.brand-image-icon img{width:48px!important;height:48px!important;}
  .process-step .process-icon{width:64px!important;height:64px!important;}
  .process-step .process-icon img{width:42px!important;height:42px!important;}
}

/* v1.0.15 - Tone down purple, keep brand icons, make headings clean white */
:root{
  --bg:#120A3F!important;
  --panel:#150d3f!important;
  --panel-soft:#1a1248!important;
  --line:rgba(255,255,255,.12)!important;
  --secondary:#2176FF!important;
  --accent:#04E4FF!important;
  --brand-violet:#6E4BFF!important;
  --brand-violet-2:#7E5BFF!important;
  --shadow:0 18px 58px rgba(0,0,0,.26)!important;
}
html,body{background:#120A3F!important;color:#fff!important;}
body{
  background:
    radial-gradient(circle at 16% 0%,rgba(33,118,255,.10),transparent 28rem),
    radial-gradient(circle at 88% 7%,rgba(4,228,255,.055),transparent 24rem),
    linear-gradient(180deg,#120A3F 0%,#10083A 55%,#0E0633 100%)!important;
}
body::before{opacity:.09!important;}
.page-glow{opacity:.18!important;}
.page-glow-one{background:#2176FF!important;}
.page-glow-two{background:#04E4FF!important;}

.site-header{
  background:rgba(18,10,63,.96)!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 10px 34px rgba(0,0,0,.16)!important;
}
.nav-menu a:hover,.nav-menu a.active{color:#fff!important;text-shadow:0 0 14px rgba(4,228,255,.22)!important;}
.nav-menu a.active::after{background:#04E4FF!important;box-shadow:0 0 14px rgba(4,228,255,.36)!important;}

/* Form / main CTA button was too white; use brand blue-cyan instead */
.btn-primary{
  background:linear-gradient(135deg,#2176FF 0%,#3858FF 55%,#04E4FF 100%)!important;
  color:#fff!important;
  border-color:rgba(4,228,255,.42)!important;
  box-shadow:0 14px 34px rgba(33,118,255,.26)!important;
}
.btn-primary:hover{
  background:linear-gradient(135deg,#1767EA 0%,#2176FF 55%,#04E4FF 100%)!important;
  color:#fff!important;
  box-shadow:0 18px 44px rgba(4,228,255,.24)!important;
}
.nav-cta{
  background:transparent!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.86)!important;
  box-shadow:none!important;
}
.nav-cta:hover{background:rgba(255,255,255,.06)!important;border-color:#fff!important;box-shadow:0 14px 32px rgba(0,0,0,.14)!important;}

/* Do not color focus words in section headings */
.section-heading h2 span,
.stack-panel h2 span,
.cta h2 span,
.testimonial-head h2 span{
  color:#fff!important;
  text-shadow:none!important;
}
/* Keep hero focus very subtle, not purple-heavy */
.hero h1 span{color:#fff!important;text-shadow:0 0 24px rgba(4,228,255,.18)!important;}

.eyebrow{
  color:#fff!important;
  background:rgba(255,255,255,.055)!important;
  border-color:rgba(255,255,255,.12)!important;
}
.section-kicker{color:#cfc8ed!important;}
.hero-text,.service-card p,.portfolio-card span,.testimonial-card p,.faq-answer,.stat-card small,.process-step p{color:#d8d2ef!important;}

/* Reduce purple card tone; keep premium dark glass */
.proposal-card,
.logo-card,
.stat-card,
.service-card,
.portfolio-card,
.stack-panel,
.stack-grid div,
.cta,
.faq-col,
.footer-contact-card,
.review-proof-card,
.proof-logo-tile,
.proof-note,
.app-card{
  background:linear-gradient(180deg,rgba(20,12,58,.84),rgba(13,7,42,.86))!important;
  border-color:rgba(255,255,255,.10)!important;
  box-shadow:0 14px 38px rgba(0,0,0,.24)!important;
}
.testimonial-card{
    background:linear-gradient(180deg,rgba(20,12,58,.84),rgba(13,7,42,.86))!important;
    border-color:rgba(255,255,255,.10)!important;
}
.logo-card:hover,.service-card:hover,.portfolio-card:hover,.stat-card:hover,.footer-contact-card:hover, .app-card:hover{
  border-color:rgba(4,228,255,.28)!important;
  box-shadow:0 18px 48px rgba(33,118,255,.13)!important;
}
.proposal-card{border-color:rgba(255,255,255,.12)!important;}
.proposal-card::before{background:radial-gradient(circle at 70% 0%,rgba(33,118,255,.16),transparent 16rem)!important;}
.proposal-form input,.proposal-form select,.proposal-form textarea{background:rgba(8,5,32,.72)!important;border-color:rgba(255,255,255,.12)!important;}
.proposal-form input:focus,.proposal-form select:focus,.proposal-form textarea:focus{border-color:rgba(4,228,255,.65)!important;box-shadow:0 0 0 4px rgba(4,228,255,.10)!important;}

/* Purple mostly stays on supplied icons only */
.icon.brand-image-icon{
  background:linear-gradient(180deg,rgba(110,75,255,.12),rgba(255,255,255,.025))!important;
  border-color:rgba(110,75,255,.20)!important;
  box-shadow:0 10px 28px rgba(110,75,255,.14)!important;
}
.icon.brand-image-icon img,.process-step .process-icon img{filter:drop-shadow(0 0 10px rgba(110,75,255,.26))!important;}
.process-step .process-icon{
  background:linear-gradient(180deg,rgba(19,11,56,.96),rgba(13,7,42,.96))!important;
  border-color:rgba(110,75,255,.26)!important;
  box-shadow:0 0 20px rgba(110,75,255,.15)!important;
}
.process-line::before{border-top-color:rgba(255,255,255,.16)!important;}
.process-step b{color:#fff!important;}
.stat-icon{background:linear-gradient(135deg,rgba(110,75,255,.92),rgba(33,118,255,.76))!important;box-shadow:0 0 22px rgba(110,75,255,.18)!important;}

/* Other accents should be blue/cyan, not excessive purple */
.portfolio-card p,.stack-grid h3,.footer-contact-card span,.proof-note small{color:#04E4FF!important;}
.carousel-btn{border-color:rgba(255,255,255,.16)!important;background:rgba(255,255,255,.04)!important;}
.carousel-btn:hover{background:linear-gradient(135deg,#2176FF,#04E4FF)!important;box-shadow:0 0 24px rgba(4,228,255,.22)!important;}
.carousel-dot.active{background:#04E4FF!important;box-shadow:0 0 14px rgba(4,228,255,.45)!important;}
.rating-bubble{
  background:linear-gradient(135deg,#2176FF 0%,#120A3F 72%)!important;
  box-shadow:0 20px 55px rgba(33,118,255,.22)!important;
}
.cta-icon{background:radial-gradient(circle,#2176FF,#120A3F)!important;box-shadow:0 0 38px rgba(33,118,255,.24)!important;}
.footer-social a:hover{background:linear-gradient(135deg,#2176FF,#04E4FF)!important;box-shadow:0 0 20px rgba(4,228,255,.18)!important;}


.apps-carousel{
    position:relative;
}
carousel portfolio-carousel reveal
.apps-slider{
    overflow:hidden;
    width:100%;
}

.apps-track{
    display:flex;
    gap:24px;
    transition:transform .5s ease;
    will-change:transform;
}

.app-slide{
    flex:0 0 calc(25% - 18px);
}

.app-card{
    padding:30px;
    text-align:center;
    height:100%;
    border: 1px;
    border-style: solid;
    border-radius: 8px;
}

.app-card img{
    width:100%;
    max-width:240px;
    max-height: 400px;
    margin:auto;
    display:block;
    margin-top: 20px;
    border-radius: 13px;
}

.apps-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:54px;
    height:54px;
    border:none;
    border-radius:50%;
    cursor:pointer;
    z-index:10;
    font-size:24px;
    color:#fff;
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(12px);
}

.apps-nav.prev{
    left:-20px;
}

.apps-nav.next{
    right:-20px;
}

/* Laptop */

@media (max-width:1200px){

    .app-slide{
        flex:0 0 calc(33.333% - 16px);
    }

}

/* Tablet */

@media (max-width:992px){

    .app-slide{
        flex:0 0 calc(50% - 12px);
    }

}

/* Mobile */

@media (max-width:768px){

    .app-slide{
        flex:0 0 100%;
    }

    .apps-nav{
        display:none;
    }

}

iframe[title*="chat"],
iframe[title*="Tawk"],
#tawkto-container,
.tawkto-widget{
    display: none !important;
}

/* v1.0.16 - Added premium top hero section (theme matched, scoped only) */
.fm-hero-v2{
  --fm-bg:#120A3F;
  --fm-blue:#2176FF;
  --fm-cyan:#04E4FF;
  --fm-violet:#6E4BFF;
  --fm-text:#ffffff;
  --fm-muted:rgba(216,210,239,.82);
  --fm-badge:rgba(226,241,255,.84);
  position:relative;
  min-height:calc(100vh - 82px);
  overflow:hidden;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  padding:104px 24px 72px;
  isolation:isolate;
  background:
    radial-gradient(circle at 50% -10%,rgba(33,118,255,.34) 0,rgba(33,118,255,.13) 28%,transparent 56%),
    radial-gradient(circle at 58% 7%,rgba(4,228,255,.14),transparent 30%),
    radial-gradient(circle at 38% 9%,rgba(110,75,255,.22),transparent 36%),
    linear-gradient(180deg,#120A3F 0%,#10083A 40%,#0E0633 100%);
}
.fm-hero-v2__canvas,
.fm-hero-v2__glow,
.fm-hero-v2__vignette{position:absolute;inset:0;pointer-events:none;}
.fm-hero-v2__canvas{width:100%;height:100%;z-index:0;mix-blend-mode:overlay;opacity:.82;}
.fm-hero-v2__glow{
  z-index:0;
  background:
    radial-gradient(circle at 48% 0%,rgba(4,228,255,.25),transparent 34%),
    radial-gradient(circle at 35% 9%,rgba(110,75,255,.32),transparent 38%),
    radial-gradient(circle at 66% 10%,rgba(33,118,255,.25),transparent 34%);
}
.fm-hero-v2__vignette{z-index:3;background:linear-gradient(180deg,transparent 0 52%,rgba(14,6,51,.58) 72%,#0E0633 96%);}
.fm-phone-wrap{position:absolute;top:98px;left:50%;width:clamp(320px,33vw,500px);transform:translateX(-50%);z-index:1;opacity:.88;will-change:transform;}
.fm-phone{position:relative;aspect-ratio:772/1552;border-radius:55px;padding:12px;background:linear-gradient(145deg,#37334b,#0c0b18 45%,#1b1f34);box-shadow:inset 0 0 0 2px rgba(255,255,255,.11),0 45px 90px rgba(0,0,0,.45),0 0 70px rgba(33,118,255,.16);}
.fm-phone::before{content:"";position:absolute;top:100px;left:-5px;width:4px;height:95px;border-radius:6px 0 0 6px;background:#48465a;box-shadow:0 120px 0 #48465a;}
.fm-phone::after{content:"";position:absolute;right:-5px;top:210px;width:4px;height:116px;border-radius:0 6px 6px 0;background:#44475c;}
.fm-phone__screen{position:relative;height:100%;border-radius:44px;overflow:hidden;background:radial-gradient(circle at 51% 25%,rgba(4,228,255,.20),transparent 13%),radial-gradient(circle at 43% 28%,rgba(110,75,255,.25),transparent 24%),radial-gradient(circle at 62% 31%,rgba(33,118,255,.24),transparent 20%),linear-gradient(180deg,#140b38 0%,#10082e 40%,#07101f 100%);}
.fm-phone__screen::before{content:"";position:absolute;inset:120px 45px auto;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(4,228,255,.20),transparent 48%);filter:blur(35px);}
.fm-phone__topbar{position:relative;z-index:2;display:flex;justify-content:space-between;padding:34px 38px 0;font-size:15px;font-weight:700;color:#fff;}
.fm-phone__icons{display:flex;align-items:center;gap:8px;}
.fm-bars{width:18px;height:13px;background:linear-gradient(90deg,#fff 3px,transparent 0 6px,#fff 0 9px,transparent 0 12px,#fff 0 15px,transparent 0);border-radius:2px;transform:rotate(180deg);}
.fm-wifi{width:14px;height:10px;border:2px solid #fff;border-color:#fff transparent transparent transparent;border-radius:50%;}
.fm-battery{width:25px;height:12px;border:2px solid #fff;border-radius:3px;position:relative;}
.fm-battery::after{content:"";position:absolute;right:-5px;top:3px;width:3px;height:4px;background:#fff;border-radius:0 2px 2px 0;}
.fm-dynamic-island{position:absolute;z-index:5;top:32px;left:50%;width:126px;height:38px;transform:translateX(-50%);border-radius:30px;background:#0d0e13;box-shadow:inset 0 0 15px rgba(255,255,255,.04);}
.fm-dynamic-island span{position:absolute;right:22px;top:14px;width:9px;height:9px;border-radius:50%;background:radial-gradient(circle,#04E4FF,#111);}
.fm-round-menu,.fm-bell{position:absolute;z-index:3;top:93px;width:54px;height:54px;border:1px solid rgba(255,255,255,.12);border-radius:50%;background:rgba(255,255,255,.075);color:white;backdrop-filter:blur(6px);}
.fm-round-menu{left:37px;display:grid;grid-template-columns:repeat(2,7px);grid-auto-rows:7px;gap:5px;place-content:center;}
.fm-round-menu span{border:2px solid rgba(255,255,255,.86);border-radius:2px;}
.fm-bell{right:37px;display:grid;place-items:center;}
.fm-bell svg{width:23px;fill:none;stroke:white;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.fm-profile-pill{position:absolute;z-index:3;top:99px;left:50%;transform:translateX(-50%);height:43px;padding:5px 14px 5px 6px;display:flex;align-items:center;gap:10px;border-radius:30px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);font-size:15px;font-weight:800;white-space:nowrap;}
.fm-avatar{width:32px;height:32px;border-radius:50%;background:radial-gradient(circle at 45% 38%,#04E4FF 0 17%,transparent 18%),radial-gradient(circle at 52% 54%,#2176FF 0 22%,transparent 23%),radial-gradient(circle at 50% 76%,#6E4BFF 0 28%,transparent 29%),linear-gradient(135deg,#1f2a80,#0b123d);}
.fm-profile-pill b{color:rgba(255,255,255,.72);}
.fm-left-lines{position:absolute;left:37px;top:245px;z-index:2;display:grid;gap:13px;}
.fm-left-lines span{display:block;height:2px;width:20px;background:rgba(255,255,255,.7);border-radius:5px;}
.fm-left-lines span:nth-child(2){width:12px;opacity:.55;}.fm-left-lines span:nth-child(3){width:8px;opacity:.35;}
.fm-orb{position:absolute;z-index:2;top:175px;left:50%;width:150px;height:150px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle at 68% 36%,#7eeeff 0 14%,transparent 28%),radial-gradient(circle at 38% 54%,#04E4FF 0 28%,transparent 47%),radial-gradient(circle at 28% 28%,#6E4BFF 0 23%,transparent 44%),radial-gradient(circle at 62% 70%,#2176FF 0 10%,transparent 40%),#3561ff;filter:saturate(1.25);box-shadow:0 25px 70px rgba(4,228,255,.20);}
.fm-orb::before,.fm-orb::after{content:"";position:absolute;inset:-65px -100px;border-radius:50%;border:12px solid transparent;border-bottom-color:rgba(4,228,255,.10);filter:blur(3px);transform:rotate(6deg);}
.fm-orb::after{inset:-88px -135px;opacity:.55;transform:rotate(-2deg);}
.fm-process-card{position:absolute;z-index:3;top:345px;left:50%;transform:translateX(-50%);width:154px;padding:12px 13px 11px;border-radius:10px;border:1px solid rgba(4,228,255,.35);background:rgba(33,118,255,.18);color:rgba(255,255,255,.62);backdrop-filter:blur(6px);}
.fm-process-title{color:rgba(255,255,255,.78);font-size:13px;font-weight:800;margin-bottom:5px;}.fm-process-title span{color:#04E4FF;}.fm-process-card p{margin:0;font-size:10px;line-height:1.45;}
.fm-hero-v2__content{position:relative;z-index:4;width:min(100%,1160px);text-align:center;padding-top:352px;}
.fm-hero-v2 h1{margin:0 auto;max-width:1040px;font-size:clamp(54px,5.8vw,84px);line-height:.99;letter-spacing:-.055em;font-weight:900;color:#fff;}
.fm-hero-v2 h1 span{display:inline;}
.fm-hero-v2 h1 .fm-accent{color:#04E4FF!important;text-shadow:0 0 30px rgba(4,228,255,.28)!important;}
.fm-hero-v2 h1 .fm-accent:first-child{background:linear-gradient(135deg,#FFF 0%,#FFF 90%);-webkit-background-clip:text;background-clip:text;color:transparent!important;}
.fm-hero-v2 h1 .fm-white-line{display:block;color:#fff!important;text-shadow:0 0 24px rgba(255,255,255,.08)!important;}
.fm-hero-v2__content>p{max-width:990px;margin:48px auto 0;color:var(--fm-muted)!important;font-size:clamp(22px,1.95vw,32px);line-height:1.55;letter-spacing:-.03em;font-weight:400;}
.fm-achievements{list-style:none;margin:88px auto 0;padding:0;display:flex;justify-content:center;gap:clamp(82px,10vw,154px);}
.fm-achievements li{width:220px;display:flex;flex-direction:column;align-items:center;}
.fm-badge{width:88px;height:88px;margin-bottom:22px;opacity:.94;filter:drop-shadow(0 0 16px rgba(4,228,255,.18));}
.fm-badge svg{width:100%;height:100%;overflow:visible;}.fm-ring{fill:none;stroke:var(--fm-badge);stroke-width:2.2;}.fm-thin{stroke-width:1;opacity:.5;}.fm-symbol{fill:none;stroke:#fff;stroke-width:5.2;stroke-linecap:round;stroke-linejoin:round;}.fm-fill{stroke-width:3.8;}
.fm-achievements p{margin:0!important;color:rgba(255,255,255,.88)!important;font-size:13px!important;line-height:1.36!important;font-weight:900!important;letter-spacing:.02em;text-align:center;}
@media (max-width:900px){
  .fm-hero-v2{min-height:1100px;padding:55px 24px 42px;background:radial-gradient(circle at 50% -5%,rgba(33,118,255,.38) 0,rgba(4,228,255,.12) 31%,transparent 58%),linear-gradient(180deg,#120A3F 0%,#10083A 32%,#0E0633 100%);}
  .fm-phone-wrap{top:52px;width:255px;opacity:.95;}
  .fm-phone{border-radius:36px;padding:8px;}.fm-phone__screen{border-radius:30px;}.fm-phone__topbar{padding:22px 22px 0;font-size:8px;}.fm-dynamic-island{top:20px;width:74px;height:23px;}.fm-dynamic-island span{right:14px;top:8px;width:6px;height:6px;}.fm-round-menu,.fm-bell{top:56px;width:33px;height:33px;}.fm-round-menu{left:20px;grid-template-columns:repeat(2,5px);grid-auto-rows:5px;gap:3px;}.fm-bell{right:20px;}.fm-bell svg{width:15px;}.fm-profile-pill{top:59px;height:28px;font-size:10px;gap:6px;padding:3px 9px 3px 4px;}.fm-avatar{width:21px;height:21px;}.fm-orb{top:118px;width:83px;height:83px;}.fm-process-card{top:222px;width:104px;padding:8px;border-radius:7px;opacity:.7;}.fm-process-title{font-size:9px;}.fm-process-card p{font-size:7px;}.fm-left-lines{left:23px;top:155px;gap:9px;}.fm-left-lines span{width:12px;}.fm-phone::before,.fm-phone::after{display:none;}
  .fm-hero-v2__content{width:100%;padding-top:155px;}.fm-hero-v2 h1{max-width:390px;font-size:clamp(46px,12vw,64px);line-height:1.02;letter-spacing:-.055em;}.fm-hero-v2 h1 span,.fm-hero-v2 h1 .fm-accent,.fm-hero-v2 h1 .fm-white-line,.fm-hero-v2 h1 .fm-white-line span{display:block;}.fm-hero-v2 h1 .fm-accent:nth-child(2){margin-top:2px;}.fm-hero-v2 h1 .fm-white-line{margin-top:8px;}.fm-hero-v2__content>p{max-width:390px;margin-top:42px;font-size:clamp(24px,6.3vw,31px);line-height:1.42;letter-spacing:-.04em;}.fm-achievements{margin-top:58px;gap:36px;}.fm-achievements li{width:138px;}.fm-achievements li:nth-child(3){display:none;}.fm-badge{width:86px;height:86px;margin-bottom:20px;}.fm-achievements p{font-size:13px!important;line-height:1.35!important;}
}
@media (max-width:420px){
  .fm-hero-v2{min-height:1100px;padding-left:16px;padding-right:16px;}.fm-hero-v2 h1{font-size:48px;max-width:360px;}.fm-hero-v2__content>p{font-size:26px;max-width:340px;}.fm-achievements{gap:12px;justify-content:space-between;width:100%;}.fm-achievements li{width:48%;}.fm-badge{width:78px;height:78px;}.fm-achievements p{font-size:12px!important;}
}

/* v1.0.17 - Hero sizing + platform logos + CTA buttons (scoped only) */
.fm-hero-v2__content{padding-top:330px;}
.fm-hero-v2 h1{
  max-width:920px;
  font-size:clamp(42px,5vw,68px);
  line-height:1.06;
  letter-spacing:-.048em;
}
.fm-hero-v2__content>p{
  max-width:820px;
  margin-top:28px;
  font-size:clamp(16px,1.35vw,20px);
  line-height:1.78;
  letter-spacing:-.02em;
}
.fm-platform-logos{
  width:min(100%,900px);
  margin:34px auto 0;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
}
.fm-platform-logo{
  width:148px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 16px 40px rgba(0,0,0,.16);
  backdrop-filter:blur(8px);
}
.fm-platform-logo img{
  display:block;
  max-width:122px;
  max-height:42px;
  object-fit:contain;
  filter:brightness(1.08) contrast(1.04);
}
.fm-platform-logo--light{background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));}
.fm-platform-logo--light img{max-width:128px;max-height:44px;filter:brightness(0) invert(1) contrast(1.08) drop-shadow(0 0 10px rgba(4,228,255,.18));}
.fm-hero-actions{
  margin:32px auto 0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}
.fm-hero-actions .btn{min-height:54px;padding:15px 24px;}
.fm-whatsapp-btn .banner-button-icon{width:20px;height:20px;display:block;}
@media (max-width:900px){
  .fm-hero-v2{min-height:940px;}
  .fm-hero-v2__content{padding-top:158px;}
  .fm-hero-v2 h1{
    max-width:390px;
    font-size:clamp(38px,10.5vw,52px);
    line-height:1.08;
    letter-spacing:-.045em;
  }
  .fm-hero-v2__content>p{
    max-width:390px;
    margin-top:28px;
    font-size:clamp(16px,4.4vw,20px);
    line-height:1.68;
    letter-spacing:-.025em;
  }
  .fm-platform-logos{max-width:390px;margin-top:28px;gap:10px;}
  .fm-platform-logo{width:120px;height:48px;border-radius:12px;}
  .fm-platform-logo img{max-width:92px;max-height:26px;}
  .fm-platform-logo--light img{max-width:94px;max-height:28px;}
  .fm-hero-actions{max-width:390px;margin-top:26px;gap:12px;}
  .fm-hero-actions .btn{width:100%;min-height:52px;padding:14px 18px;font-size:14px;}
}
@media (max-width:420px){
  .fm-hero-v2{min-height:920px;}
  .fm-hero-v2 h1{font-size:40px;max-width:340px;}
  .fm-hero-v2__content>p{font-size:17px;max-width:340px;}
  .fm-platform-logos{max-width:340px;gap:9px;}
  .fm-platform-logo{width:104px;height:44px;}
  .fm-platform-logo img{max-width:82px;max-height:23px;}
  .fm-platform-logo--light img{max-width:86px;max-height:24px;}
  .fm-hero-actions{max-width:340px;}
}


/* v1.0.18 - Single page CTA links + Trustpilot background fix */
.light-logo-bg{background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035))!important;}
.light-logo-bg img{filter:brightness(0) invert(1) contrast(1.08) drop-shadow(0 0 10px rgba(4,228,255,.18))!important;}
.transparent-trustpilot{filter:brightness(0) invert(1) contrast(1.08) drop-shadow(0 0 10px rgba(4,228,255,.18))!important;background:transparent!important;}

/* v1.0.21 - Showreel section matched to existing FlowmazeUX theme */
.fm-showreel{
  --showreel-radius:24px;
  position:relative;
  overflow:visible;
  /* padding:clamp(52px,6vw,92px) 0; */
  background:transparent;
  z-index:1;
}
.fm-showreel__inner{
  position:relative;
  width:var(--showreel-width, min(1400px, calc(100vw - 48px)));
  aspect-ratio:16/9;
  margin:0 auto;
  overflow:hidden;
  border-radius:var(--showreel-radius);
  isolation:isolate;
  background:linear-gradient(180deg,rgba(19,18,51,.72),rgba(9,9,28,.72));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 22px 70px rgba(0,0,0,.32), 0 0 52px rgba(4,228,255,.12);
  transition:border-radius .16s linear;
}
.fm-showreel__inner::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  border-radius:inherit;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06), inset 0 -55px 100px rgba(0,0,0,.14);
  pointer-events:none;
}
.fm-showreel__word{display:none;}
.fm-showreel__frame{
  position:absolute;
  inset:0;
  z-index:4;
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  border:0;
  background:transparent;
  cursor:pointer;
  overflow:hidden;
  color:#090909;
}
.fm-showreel__thumb{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:1;
  filter:saturate(1.02) contrast(1.02);
  transform:scale(1.001);
  z-index:1;
}
.fm-showreel__shade{
  position:absolute;
  inset:0;
  z-index:2;
  background:radial-gradient(circle at 50% 55%,rgba(255,255,255,.045),transparent 18%);
  pointer-events:none;
}
.fm-showreel__play{
  position:relative;
  z-index:5;
  width:clamp(92px,8vw,132px);
  height:clamp(92px,8vw,132px);
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  box-shadow:0 26px 75px rgba(0,0,0,.28),0 8px 24px rgba(0,0,0,.18),0 0 0 1px rgba(255,255,255,.68) inset;
  transform:scale(1);
  transition:transform .28s ease, box-shadow .28s ease;
}
.fm-showreel__frame:hover .fm-showreel__play{
  transform:scale(1.045);
  box-shadow:0 34px 105px rgba(0,0,0,.34),0 12px 32px rgba(0,0,0,.22),0 0 0 1px rgba(255,255,255,.75) inset;
}
.fm-showreel__ring{
  position:absolute;
  inset:8px;
  width:calc(100% - 16px);
  height:calc(100% - 16px);
  animation:fmShowreelTextSpin 9s linear infinite;
}
.fm-showreel__ring text{
  fill:#070707;
  font-size:12px;
  font-weight:800;
  letter-spacing:.055em;
  text-transform:uppercase;
}
.fm-showreel__play-core{
  width:42%;
  height:42%;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
}
.fm-showreel__play-core svg{
  width:54%;
  height:54%;
  display:block;
  transform:translateX(2px);
}
.fm-showreel__play-core path{fill:#050505;}
.fm-showreel__frame iframe{
  position:absolute;
  inset:0;
  z-index:20;
  width:100%;
  height:100%;
  border:0;
  background:#000;
}
.fm-showreel__frame.is-playing .fm-showreel__thumb,
.fm-showreel__frame.is-playing .fm-showreel__shade,
.fm-showreel__frame.is-playing .fm-showreel__play{
  opacity:0;
  pointer-events:none;
}
.fm-showreel__fallback{
  position:absolute;
  z-index:25;
  left:50%;
  bottom:22px;
  transform:translateX(-50%);
  display:none;
  padding:12px 18px;
  border-radius:999px;
  background:rgba(5,5,16,.86);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-size:13px;
  font-weight:800;
  box-shadow:0 12px 34px rgba(0,0,0,.35);
}
.fm-showreel__frame.is-playing .fm-showreel__fallback{display:inline-flex;}
@keyframes fmShowreelTextSpin{to{transform:rotate(360deg)}}
@media (max-width:1024px){
  /*.fm-showreel{padding:60px 0;}*/
  .fm-showreel__inner{width:var(--showreel-width, calc(100vw - 48px));border-radius:22px;}
}
@media (max-width:640px){
  /*.fm-showreel{padding:44px 0;}*/
  .fm-showreel__inner{width:var(--showreel-width, calc(100vw - 24px));border-radius:18px;}
  .fm-showreel__play{width:82px;height:82px;}
  .fm-showreel__ring text{font-size:11px;}
  .fm-showreel__fallback{bottom:14px;font-size:12px;padding:10px 14px;}
}
@media (prefers-reduced-motion:reduce){
  .fm-showreel__ring{animation:none;}
  .fm-showreel__play,.fm-showreel__frame:hover .fm-showreel__play{transition:none;}
}
.fm-showreel__frame:focus-visible{outline:3px solid rgba(4,228,255,.72);outline-offset:-8px;}


/* v1.0.22 - YouTube Error 153 embed fix: no external fallback link */
.fm-showreel__fallback{display:none!important;visibility:hidden!important;pointer-events:none!important;}
.fm-showreel__frame.is-playing .fm-showreel__fallback{display:none!important;}
