<style>
*{box-sizing:border-box}
:root{
  --blue:#2563eb;
  --blue-dark:#172554;
  --cyan:#22d3ee;
  --slate:#0f172a;
}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:#0f172a;overflow-x:hidden}
.fw-black{font-weight:900}
.max-text{max-width:760px}
.tw-navbar{background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid #eef2f7;box-shadow:0 6px 20px rgba(15,23,42,.04)}

.brand-logo-img{width:auto;height:70px;object-fit:contain;padding:0}
.footer-logo-img{width:auto;height:95px;object-fit:contain;padding:0;}
.brand-title{font-size:24px;font-weight:900;letter-spacing:.02em;display:block;line-height:1}
.brand-title span{color:var(--blue)}
.brand-subtitle{display:block;color:#64748b;font-size:13px;margin-top:3px}
.nav-link{font-weight:700;color:#334155!important;font-size:14px;margin:0 8px}
.nav-link:hover{color:var(--blue)!important}
.shadow-blue{box-shadow:0 14px 30px rgba(37,99,235,.25)}

.hero-section{padding:150px 0 110px;background:linear-gradient(135deg,#172554 0%,#1e40af 52%,#06b6d4 100%);color:white}
.hero-bg-pattern{position:absolute;inset:0;opacity:.22;background:radial-gradient(circle at 20% 20%,white,transparent 26%),radial-gradient(circle at 80% 10%,#67e8f9,transparent 28%),radial-gradient(circle at 70% 80%,#2563eb,transparent 30%)}
.blur-orb{position:absolute;border-radius:999px;filter:blur(55px)}
.orb-one{right:40px;top:120px;width:280px;height:280px;background:rgba(103,232,249,.22)}
.orb-two{left:40px;bottom:40px;width:320px;height:320px;background:rgba(59,130,246,.2)}
.pill{display:inline-flex;align-items:center;gap:10px;border-radius:999px;padding:9px 16px;font-size:14px;font-weight:900}
.glass-pill{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(12px)}
.blue-pill{background:#eff6ff;color:#2563eb;text-transform:uppercase;letter-spacing:.18em}
.hero-title{font-size:clamp(48px,6vw,76px);line-height:.96;font-weight:900;letter-spacing:-.055em;margin-bottom:24px}
.hero-text{font-size:20px;line-height:1.75;color:#dbeafe;max-width:650px;margin-bottom:32px}
.hero-cta{color:#172554!important;box-shadow:0 24px 45px rgba(0,0,0,.15)}
.hero-checks{display:flex;flex-wrap:wrap;gap:20px;color:#dbeafe;font-size:14px}
.hero-checks span{display:inline-flex;align-items:center;gap:8px}
.hero-checks b,.check-card span{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#67e8f9;color:#172554;font-size:12px}
.dashboard-wrap{position:relative;background:rgba(255,255,255,.1);padding:24px;border:1px solid rgba(255,255,255,.18);border-radius:34px;box-shadow:0 30px 80px rgba(0,0,0,.25)}
.dashboard-wrap:before{content:"";position:absolute;inset:-20px;background:rgba(255,255,255,.1);border-radius:42px;filter:blur(18px)}
.dashboard-card{position:relative;background:white;color:#0f172a;border-radius:28px;padding:26px;box-shadow:0 30px 70px rgba(0,0,0,.2)}
.mini-icon{width:48px;height:48px;border-radius:16px;background:#dbeafe;display:flex;align-items:center;justify-content:center;font-size:24px}
.dash-item{display:flex;align-items:center;gap:16px;padding:16px;border-radius:18px;background:#f8fafc;border:1px solid #f1f5f9;margin-bottom:14px;transition:.25s}
.dash-item:hover{box-shadow:0 12px 24px rgba(15,23,42,.08)}
.dash-item span{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#22d3ee);display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}
.dash-item div{flex:1}
.dash-item em{font-style:normal;color:#16a34a;background:#f0fdf4;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:900}
.bar{height:8px;background:#e2e8f0;border-radius:999px;margin-top:8px;overflow:hidden}
.bar i{display:block;height:100%;background:linear-gradient(90deg,#2563eb,#22d3ee);border-radius:999px}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
@keyframes fadeUp{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}
.float-soft{animation:float 5s ease-in-out infinite}
.fade-up{animation:fadeUp .75s ease-out both}

.trust-section{padding:40px 0;background:#fff;border-bottom:1px solid #eef2f7}
.trust-card{padding:24px;border-radius:22px;background:#f8fafc;border:1px solid #eef2f7;transition:.25s}
.trust-card:hover{transform:translateY(-5px);box-shadow:0 14px 35px rgba(15,23,42,.08)}
.trust-card h3{font-size:32px;font-weight:900;color:#2563eb;margin-bottom:4px}
.trust-card p{color:#64748b;font-weight:700;margin:0}

.section{padding:105px 0}
.about-section,.contact-section{background:#f8fafc}
.section-label{font-size:14px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:#2563eb;margin-bottom:14px}
.section-title{font-size:clamp(38px,4.5vw,56px);font-weight:900;letter-spacing:-.045em;line-height:1.05;margin-bottom:24px;max-width:760px}
.section-text{font-size:18px;line-height:1.75;color:#64748b}
.check-card{display:flex;align-items:center;gap:12px;background:white;border:1px solid #eef2f7;border-radius:18px;padding:16px;font-weight:800;box-shadow:0 10px 25px rgba(15,23,42,.04)}
.confidence-card{position:relative;background:white;border-radius:32px;padding:34px;border:1px solid #e2e8f0;box-shadow:0 28px 60px rgba(15,23,42,.1)}
.confidence-card:before{content:"";position:absolute;right:-30px;top:-30px;width:180px;height:180px;background:#a5f3fc;border-radius:50%;filter:blur(45px);opacity:.7;z-index:0}
.confidence-card>*{position:relative}
.big-icon{width:64px;height:64px;border-radius:18px;background:#2563eb;color:white;display:flex;align-items:center;justify-content:center;font-size:30px}
.timeline-list>div{display:flex;gap:16px;margin-top:22px}
.timeline-list span{width:40px;height:40px;border-radius:50%;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;font-weight:900;flex-shrink:0}
.timeline-list h4{font-size:18px;font-weight:900;margin-bottom:5px}
.timeline-list p{color:#64748b;margin:0}

.services-section{background:white}
.section-top-fade{position:absolute;inset:0 0 auto 0;height:130px;background:linear-gradient(#f8fafc,white)}
.service-card{height:100%;position:relative;background:white;border:1px solid #e2e8f0;border-radius:30px;padding:32px;box-shadow:0 20px 45px rgba(148,163,184,.22);transition:.3s;overflow:hidden}
.service-card:before{content:"";position:absolute;right:-35px;top:-35px;width:100px;height:100px;border-radius:50%;background:#dbeafe;transition:.3s}
.service-card:hover{background:#2563eb;color:white;transform:translateY(-10px);box-shadow:0 30px 70px rgba(37,99,235,.28)}
.service-card:hover:before{background:rgba(255,255,255,.12)}
.service-card span{position:relative;width:64px;height:64px;border-radius:18px;background:#2563eb;color:white;display:flex;align-items:center;justify-content:center;font-size:34px;margin-bottom:24px;transition:.3s}
.service-card:hover span{background:white;color:#2563eb}
.service-card h3{position:relative;font-size:22px;font-weight:900;margin-bottom:16px}
.service-card p{position:relative;color:#64748b;line-height:1.7;margin-bottom:22px}
.service-card:hover p{color:#dbeafe}
.service-card a{position:relative;color:#2563eb;font-weight:900;text-decoration:none}
.service-card:hover a{color:white}

.partners-section{padding:105px 0;background:#f4f1ed;position:relative;overflow:hidden}
.partners-section:before{content:"";position:absolute;left:110px;top:0;width:48px;height:48px;border-radius:50%;border:2px solid #fed7aa}
.partner-label{display:flex;align-items:center;gap:12px;color:#f97316;font-weight:900;text-transform:uppercase;letter-spacing:.35em;font-size:13px;margin-bottom:20px}
.partner-label span{display:block;width:34px;height:2px;background:#f97316}
.partner-title{font-size:clamp(50px,6vw,70px);font-weight:900;line-height:.98;letter-spacing:-.06em;color:black}
.partner-title span{color:#f97316}
.partner-card{min-height:150px;background:white;border-radius:28px;border:1px solid #f1f5f9;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 12px 25px rgba(15,23,42,.04);transition:.25s}
.partner-card:hover{transform:translateY(-6px);box-shadow:0 18px 45px rgba(15,23,42,.1)}
.partner-card h3{font-size:32px;font-weight:900;margin:0}
.partner-card p{font-weight:800;color:#64748b;margin:5px 0 0}
.google{color:#2563eb}.meta{color:#1d4ed8}.shopify{color:#16a34a}.linkedin{color:#1d4ed8}.tiktok{color:#000}

.cta-band{padding:85px 0;background:#020617;color:white}
.cta-card{position:relative;overflow:hidden;border-radius:40px;background:linear-gradient(90deg,#1d4ed8,#06b6d4);padding:56px;box-shadow:0 35px 80px rgba(37,99,235,.25)}
.cta-card:before{content:"";position:absolute;right:0;top:0;width:320px;height:320px;background:rgba(255,255,255,.2);filter:blur(45px);border-radius:50%}
.cta-card>*{position:relative}
.cta-card h2{font-size:clamp(36px,4vw,54px);font-weight:900;letter-spacing:-.04em}
.cta-card p{font-size:18px;color:#eff6ff;line-height:1.7;margin:0}

.process-section{padding:120px 0;background:linear-gradient(135deg,#020617,#172554 50%,#1d4ed8);color:white}
.process-orb{position:absolute;border-radius:50%;filter:blur(65px)}
.process-orb-one{top:0;left:0;width:380px;height:380px;background:rgba(34,211,238,.12)}
.process-orb-two{right:0;bottom:0;width:480px;height:480px;background:rgba(59,130,246,.14)}
.process-title{font-size:clamp(46px,5vw,66px);font-weight:900;line-height:1.05;letter-spacing:-.055em}
.process-text{font-size:20px;color:#dbeafe;max-width:820px;line-height:1.7}
.process-flow{position:relative}
.flow-line{display:none}
@media(min-width:992px){.flow-line{display:block;position:absolute;top:98px;left:0;right:0;height:4px;border-radius:999px;background:linear-gradient(90deg,#22d3ee,#60a5fa,#22d3ee);opacity:.28}}
.process-card{position:relative;height:100%;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(16px);border-radius:32px;padding:32px;box-shadow:0 28px 65px rgba(0,0,0,.22);transition:.3s}
.process-card:hover{transform:translateY(-12px);background:rgba(255,255,255,.15)}
.process-icon{width:80px;height:80px;border-radius:24px;background:linear-gradient(135deg,#22d3ee,#2563eb);display:flex;align-items:center;justify-content:center;font-size:42px;box-shadow:0 20px 45px rgba(34,211,238,.18)}
.process-card em{font-style:normal;font-size:52px;font-weight:900;color:rgba(255,255,255,.1);transition:.3s}
.process-card:hover em{color:rgba(255,255,255,.2)}
.process-card h3{font-size:25px;font-weight:900;margin-bottom:16px}
.process-card p{color:#dbeafe;line-height:1.7;font-size:16px}
.process-card a{color:#67e8f9;font-weight:900;text-decoration:none}
.execution-card{margin-top:80px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(16px);border-radius:40px;padding:54px;box-shadow:0 28px 65px rgba(0,0,0,.2)}
.cyan-pill{background:rgba(34,211,238,.1);border:1px solid rgba(103,232,249,.22);color:#67e8f9}
.execution-card h3{font-size:clamp(34px,4vw,48px);font-weight:900;letter-spacing:-.04em}
.execution-card p{color:#dbeafe;font-size:18px;line-height:1.7}
.mini-stat{height:100%;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);border-radius:28px;padding:24px;transition:.25s}
.mini-stat:hover{background:rgba(255,255,255,.15)}
.mini-stat h4{font-size:30px;font-weight:900;color:#67e8f9}
.mini-stat p{font-size:15px;margin:0}

.contact-info{display:grid;gap:18px;margin-top:32px}
.contact-info>div{display:flex;align-items:center;gap:18px;background:white;border:1px solid #eef2f7;border-radius:22px;padding:22px;box-shadow:0 12px 28px rgba(15,23,42,.04)}
.contact-info span{font-size:28px}
.contact-info h4{font-weight:900;font-size:20px;margin:0 0 4px}
.contact-info p{color:#64748b;margin:0}
.lead-form{position:relative;background:white;border:1px solid #e2e8f0;border-radius:32px;padding:38px;box-shadow:0 30px 70px rgba(15,23,42,.12);overflow:hidden}
.lead-form:before{content:"";position:absolute;right:-15px;top:-15px;width:170px;height:170px;background:#dbeafe;border-radius:50%;filter:blur(45px)}
.lead-form>*{position:relative}
.lead-form h3{font-size:32px;font-weight:900;margin-bottom:6px}
.lead-form p{color:#64748b;margin-bottom:22px}
.lead-form .form-control,.lead-form .form-select{border-radius:18px;padding:15px 18px;margin-bottom:16px;border-color:#dbe3ee}
.lead-form .form-control:focus,.lead-form .form-select:focus{box-shadow:none;border-color:#2563eb}
.whatsapp-link{display:block;text-align:center;margin-top:16px;color:#16a34a;text-decoration:none;font-weight:900}

.footer-section{position:relative;background:#020617;color:white;overflow:hidden}
.footer-pattern{position:absolute;inset:0;opacity:.2;background:radial-gradient(circle at 15% 20%,#38bdf8,transparent 28%),radial-gradient(circle at 90% 10%,#2563eb,transparent 24%)}
.footer-stats{position:relative;border-bottom:1px solid rgba(255,255,255,.1);padding:40px 0}
.footer-stats div div div{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:22px}
.footer-stats h4{font-size:26px;font-weight:900;color:#67e8f9;margin:0}
.footer-stats p{color:#cbd5e1;margin:3px 0 0;font-size:14px;font-weight:700}
.footer-main{position:relative;padding:64px 12px}
.footer-main h3{font-size:32px;font-weight:900;margin:0}
.footer-main h3 span{color:#67e8f9}
.footer-main h4{font-size:18px;font-weight:900;margin-bottom:20px}
.footer-main h5{font-weight:900;margin-top:22px;margin-bottom:12px}
.footer-main p,.footer-main li,.footer-contact{color:#94a3b8}
.footer-desc{line-height:1.7;max-width:460px;margin-bottom:24px}
.footer-main ul{list-style:none;padding:0;margin:0}
.footer-main li{margin-bottom:12px}
.footer-main a{color:#94a3b8;text-decoration:none;transition:.2s}
.footer-main a:hover{color:#67e8f9}
.socials{display:flex;gap:12px}
.socials a{width:40px;height:40px;border-radius:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:white;font-weight:900}
.socials a:hover{background:#67e8f9;color:#020617}
.footer-bottom{position:relative;border-top:1px solid rgba(255,255,255,.1);padding:24px 0;color:#94a3b8;font-size:14px}
.footer-bottom p{margin:0}
.footer-bottom a{color:#94a3b8;text-decoration:none;margin-left:24px}
.footer-bottom a:hover{color:#67e8f9}
.floating-whatsapp{position:fixed;right:24px;bottom:24px;z-index:999;background:#22c55e;color:white;text-decoration:none;border-radius:999px;padding:16px 22px;font-weight:900;box-shadow:0 20px 45px rgba(34,197,94,.28);transition:.25s}
.floating-whatsapp:hover{transform:scale(1.05);color:white}

/* Header logo: transparent, no rounding */
.tw-navbar .navbar-brand,
.tw-navbar .brand-logo-img {
  background: transparent !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Fix hamburger button position - add right margin */
.navbar-toggler {
  margin-right: 12px;
}
/* On mobile, ensure container padding keeps button away from edge */
@media (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-toggler {
    margin-right: 15px; /* Reset, but we'll rely on container padding */
  }
}

/* Ensure logo visible on all devices (no display:none) */
@media(max-width:991px){
  .hero-section{padding-top:125px}
  .navbar-collapse{padding-top:18px}
  .hero-title{font-size:48px}
  .cta-card,.execution-card{padding:34px}
  /* Logo visibility already fine */
}
@media(max-width:575px){
  .section{padding:80px 0}
  .hero-title{font-size:42px}
  .section-title,.process-title,.partner-title{font-size:40px}
  .dashboard-card,.lead-form,.confidence-card{padding:24px}
  .dash-item{align-items:flex-start}
  .dash-item em{display:none}
  .footer-bottom a{display:inline-block;margin:8px 12px 0 0}
}
</style>