*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;color:#1a1a2e;background:#fff;font-size:15px;line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.container{max-width:1200px;margin:0 auto;padding:0 40px}

/* NAV */
nav{background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:999}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:68px;position:relative}
.nav-logo{display:flex;align-items:center;gap:8px}
.nav-logo-box{background:transparent;border-radius:0;display:flex;align-items:center;justify-content:center}
.nav-logo-box img{height:30px;width:auto;display:block}
.nav-logo-box svg{width:20px;height:20px;fill:white}
.nav-logo-name{font-family:'Manrope',sans-serif;font-size:20px;font-weight:800;color:#1a1a2e}
.nav-links{display:flex;align-items:center;gap:4px;position:absolute;left:50%;transform:translateX(-50%)}
.nav-links a{font-size:14px;font-weight:500;color:#444;padding:6px 13px;border-radius:5px;transition:color .18s}
.nav-links a:hover{color:#0B5FD8}
.nav-links .has-drop::after{content:' ▾';font-size:10px;color:#aaa}
.nav-drawer{display:flex;align-items:center;gap:20px;flex:1;justify-content:flex-end}
.nav-toggle{display:none;width:44px;height:44px;border:1px solid #d6dce5;border-radius:10px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;transition:border-color .18s,background .18s}
.nav-toggle:hover{border-color:#0B5FD8;background:#f7f9fc}
.nav-toggle span{display:block;width:18px;height:2px;background:#1a1a2e;border-radius:999px;transition:transform .2s,opacity .2s}
.nav-open .nav-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-open .nav-toggle span:nth-child(2){opacity:0}
.nav-open .nav-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.nav-drawer .nav-cta{margin-left:auto}
.nav-cta{background:#0B5FD8;color:#fff!important;padding:9px 22px!important;border-radius:7px!important;font-weight:600!important;font-size:14px!important}
.nav-cta:hover{background:#0a52c0!important}

/* HERO BAND */
.page-hero{padding:72px 0 80px}
.page-hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.page-hero-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;color:#888}
.page-hero-breadcrumb a{color:#0B5FD8}
.page-hero-breadcrumb span{color:#ccc}
.page-hero-eyebrow{display:inline-flex;align-items:center;gap:7px;background:rgba(11,95,216,0.07);border:1px solid rgba(11,95,216,0.15);border-radius:100px;padding:5px 14px;margin-bottom:16px}
.page-hero-eyebrow span{font-size:12px;font-weight:600;color:#0B5FD8;letter-spacing:0.5px;text-transform:uppercase}
.page-hero-h1{font-family:'Manrope',sans-serif;font-size:44px;font-weight:900;color:#1a1a2e;line-height:1.1;letter-spacing:-1.5px;margin-bottom:16px}
.page-hero-h1 em{font-style:normal;color:#0B5FD8}
.page-hero-sub{font-size:16px;color:#5a6472;line-height:1.7;margin-bottom:32px;max-width:480px}
.page-hero-btns{display:flex;gap:12px}
.btn-blue{background:#0B5FD8;color:#fff;padding:12px 26px;border-radius:8px;font-weight:700;font-size:14px;display:inline-flex;align-items:center;gap:8px;transition:all .18s;box-shadow:0 4px 14px rgba(11,95,216,0.25)}
.btn-blue:hover{background:#0a52c0;transform:translateY(-1px)}
.btn-blue svg{width:15px;height:15px;fill:none;stroke:#fff;stroke-width:2}
.btn-outline{border:2px solid #0B5FD8;color:#0B5FD8;padding:11px 24px;border-radius:8px;font-weight:600;font-size:14px;transition:all .18s;display:inline-flex;align-items:center;gap:7px}
.btn-outline:hover{background:#0B5FD8;color:#fff}
.page-hero-visual{border-radius:20px;overflow:hidden;height:380px;display:flex;align-items:center;justify-content:center;position:relative}
.page-hero-visual svg{width:80px;height:80px;fill:none;stroke-width:0.9;opacity:0.35}
.page-hero-visual .vis-label{font-size:12px;font-weight:500;margin-top:10px;opacity:0.5}
.stat-float{position:absolute;background:#fff;border-radius:12px;padding:12px 16px;box-shadow:0 6px 24px rgba(0,0,0,0.1)}
.stat-float-num{font-family:'Manrope',sans-serif;font-size:22px;font-weight:800;color:#1a1a2e}
.stat-float-label{font-size:11px;color:#888;margin-top:2px}

/* OVERVIEW */
.overview-section{background:#F5F7FA;padding:72px 0}
.overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.overview-img{border-radius:16px;height:360px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.overview-img svg{width:72px;height:72px;fill:none;stroke-width:0.9;opacity:0.4}
.overview-text{}
.sec-eyebrow{font-size:12px;font-weight:600;color:#0B5FD8;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px}
.sec-h2{font-family:'Manrope',sans-serif;font-size:34px;font-weight:800;color:#1a1a2e;line-height:1.2;letter-spacing:-0.8px;margin-bottom:14px}
.sec-sub{font-size:15px;color:#5a6472;line-height:1.65;margin-bottom:20px}
.check-list{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:28px}
.check-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#444}
.check-list li::before{content:'âœ“';color:#3AA350;font-weight:700;font-size:13px;flex-shrink:0;margin-top:2px;width:18px;height:18px;background:#E8F8EE;border-radius:50%;display:flex;align-items:center;justify-content:center}

/* CAPABILITIES */
.caps-section{background:#fff;padding:72px 0}
.caps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:48px}
.cap-card{border:1.5px solid #E8ECF2;border-radius:14px;padding:28px;transition:all .2s;background:#fff;cursor:pointer}
.cap-card:hover{box-shadow:0 8px 32px rgba(11,95,216,0.1);border-color:#0B5FD8;transform:translateY(-3px)}
.cap-card-icon{width:48px;height:48px;background:#EBF3FF;border-radius:11px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.cap-card-icon svg{width:24px;height:24px;fill:none;stroke:#0B5FD8;stroke-width:1.7}
.cap-card-title{font-size:16px;font-weight:700;color:#1a1a2e;margin-bottom:8px}
.cap-card-desc{font-size:13.5px;color:#5a6472;line-height:1.6}

/* PROCESS */
.process-section{background:#F5F7FA;padding:72px 0}
.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:48px;position:relative}
.process-steps::before{content:'';position:absolute;top:28px;left:10%;right:10%;height:2px;background:linear-gradient(to right,#0B5FD8,#3AA350);z-index:0}
.process-step{text-align:center;padding:0 16px;position:relative;z-index:1}
.step-num{width:56px;height:56px;border-radius:50%;background:#0B5FD8;color:#fff;font-family:'Manrope',sans-serif;font-size:20px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.step-title{font-size:15px;font-weight:700;color:#1a1a2e;margin-bottom:6px}
.step-desc{font-size:13px;color:#5a6472;line-height:1.55}

/* CASE STUDIES / PROJECTS */
.projects-section{background:#fff;padding:72px 0}
.project-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:40px}
.project-card{border:1px solid #E8ECF2;border-radius:14px;overflow:hidden;transition:all .2s}
.project-card:hover{box-shadow:0 8px 28px rgba(0,0,0,0.09);transform:translateY(-3px)}
.project-thumb{height:160px;display:flex;align-items:center;justify-content:center;position:relative}
.project-thumb svg{width:40px;height:40px;fill:none;stroke-width:1;opacity:0.4}
.project-thumb-tag{position:absolute;top:12px;left:12px;background:#0B5FD8;color:#fff;font-size:11px;font-weight:700;padding:3px 9px;border-radius:20px}
.project-body{padding:20px}
.project-client{font-size:12px;font-weight:700;color:#0B5FD8;margin-bottom:6px;letter-spacing:0.3px;text-transform:uppercase}
.project-title{font-family:'Manrope',sans-serif;font-size:16px;font-weight:700;color:#1a1a2e;margin-bottom:8px;line-height:1.3}
.project-desc{font-size:13px;color:#5a6472;line-height:1.55;margin-bottom:14px}
.project-metrics{display:flex;gap:12px;flex-wrap:wrap}
.proj-metric{background:#F5F7FA;border-radius:7px;padding:5px 10px;font-size:12px;font-weight:700;color:#1a1a2e}
.proj-metric span{color:#0B5FD8}

/* TOOLS */
.tools-section{background:#F5F7FA;padding:56px 0}
.tools-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px;justify-content:center}
.tool-chip{background:#fff;border:1.5px solid #E8ECF2;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;color:#444;transition:all .2s}
.tool-chip:hover{border-color:#0B5FD8;color:#0B5FD8}

/* TESTIMONIALS */
.testi-section{background:linear-gradient(135deg,#2D8653 0%,#1a5c38 100%);padding:72px 0}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}
.testi-card{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.12);border-radius:14px;padding:24px;transition:background .2s}
.testi-card:hover{background:rgba(255,255,255,0.14)}
.testi-stars{display:flex;gap:2px;margin-bottom:12px}
.star-g{color:#FFD700;font-size:14px}
.testi-quote{font-size:13.5px;color:rgba(255,255,255,0.85);line-height:1.65;font-style:italic;margin-bottom:18px}
.testi-author-row{display:flex;align-items:center;gap:10px;border-top:1px solid rgba(255,255,255,0.1);padding-top:14px}
.tav{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,0.2);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#fff;flex-shrink:0}
.tname{font-size:13px;font-weight:700;color:#fff}
.trole{font-size:11px;color:rgba(255,255,255,0.5);margin-top:1px}

/* CTA SECTION */
.cta-section{background:#fff;padding:72px 0}
.cta-inner{background:linear-gradient(135deg,#0B5FD8 0%,#1a1a2e 100%);border-radius:20px;padding:56px 48px;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}
.cta-h{font-family:'Manrope',sans-serif;font-size:32px;font-weight:800;color:#fff;line-height:1.25;letter-spacing:-0.5px;margin-bottom:8px}
.cta-sub{font-size:15px;color:rgba(255,255,255,0.6)}
.cta-right{display:flex;flex-direction:column;gap:12px;align-items:flex-end}
.btn-white{background:#fff;color:#0B5FD8;padding:13px 28px;border-radius:9px;font-weight:700;font-size:14px;display:inline-flex;align-items:center;gap:8px;transition:all .2s;white-space:nowrap}
.btn-white:hover{background:#f0f4ff;transform:translateY(-1px)}
.btn-ghost{border:1.5px solid rgba(255,255,255,0.3);color:#fff;padding:12px 24px;border-radius:9px;font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:7px;transition:all .2s;white-space:nowrap}
.btn-ghost:hover{background:rgba(255,255,255,0.08)}

/* FAQ */
.faq-section{background:#F5F7FA;padding:72px 0}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:40px}
.faq-item{background:#fff;border:1px solid #E8ECF2;border-radius:12px;padding:22px 24px}
.faq-q{font-size:15px;font-weight:700;color:#1a1a2e;margin-bottom:8px}
.faq-a{font-size:13.5px;color:#5a6472;line-height:1.6}

/* FOOTER */
.footer-cta-band{background:#0f172a;padding:44px 0}
.footer-cta-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}
.footer-cta-label{font-size:11px;font-weight:600;color:#F59E0B;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:5px}
.footer-cta-h{font-family:'Manrope',sans-serif;font-size:22px;font-weight:800;color:#fff;letter-spacing:-0.3px}
.footer-social{display:flex;gap:8px}
.fsoc{width:34px;height:34px;background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.1);border-radius:7px;display:flex;align-items:center;justify-content:center;transition:background .18s}
.fsoc:hover{background:rgba(255,255,255,0.14)}
.fsoc svg{width:15px;height:15px;fill:rgba(255,255,255,0.6)}
footer{background:#0D1117;padding:56px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}
.footer-brand-name{font-family:'Manrope',sans-serif;font-size:18px;font-weight:800;color:#fff;margin-bottom:10px;display:flex;align-items:center;gap:8px}
.footer-brand-icon{display:flex;align-items:center;justify-content:flex-start;margin-bottom:10px}
.footer-brand-icon img{height:22px;width:auto;display:block}
.footer-brand-icon svg{width:14px;height:14px;fill:white}
.footer-tagline{font-size:13px;color:rgba(255,255,255,0.38);line-height:1.65;margin-bottom:18px;max-width:220px}
.footer-contact-mini{display:flex;flex-direction:column;gap:5px}
.footer-contact-mini a{font-size:13px;color:rgba(255,255,255,0.4);display:flex;align-items:center;gap:6px;transition:color .18s}
.footer-contact-mini a:hover{color:rgba(255,255,255,0.8)}
.footer-contact-mini svg{width:12px;height:12px;fill:none;stroke:rgba(255,255,255,0.4);stroke-width:1.8;flex-shrink:0}
.footer-col-title{font-size:13px;font-weight:700;color:rgba(255,255,255,0.85);margin-bottom:14px}
.footer-links{display:flex;flex-direction:column;gap:8px}
.footer-links a{font-size:13px;color:rgba(255,255,255,0.4);transition:color .18s}
.footer-links a:hover{color:rgba(255,255,255,0.8)}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.06);padding-top:22px;display:flex;justify-content:space-between;align-items:center}
.footer-copy{font-size:12px;color:rgba(255,255,255,0.3)}
.footer-dev{font-size:12px;color:rgba(255,255,255,0.3)}
.section-center{text-align:center;margin-bottom:0}

@media (max-width: 1024px){
  .container{padding:0 28px}
  .nav-inner{height:68px;min-height:68px;padding:12px 0;gap:16px}
  .nav-toggle{display:inline-flex;margin-left:auto}
  .nav-drawer{position:absolute;top:calc(100% + 10px);left:28px;right:28px;display:none;flex-direction:column;align-items:stretch;padding:18px;border:1px solid #E8ECF2;border-radius:16px;background:#fff;box-shadow:0 18px 48px rgba(15,23,42,0.14)}
  .nav-open .nav-drawer{display:flex}
  .nav-links{width:100%;justify-content:flex-start;flex-direction:column;align-items:stretch;gap:4px;position:static;left:auto;transform:none}
  .nav-links a{padding:10px 12px}
  .nav-cta{width:100%;text-align:center;justify-content:center}
  .page-hero-inner,.overview-grid,.faq-grid{grid-template-columns:1fr;gap:32px}
  .caps-grid,.project-cards,.testi-grid{grid-template-columns:repeat(2,1fr)}
  .process-steps{grid-template-columns:repeat(2,1fr);gap:24px}
  .process-steps::before{display:none}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .page-hero-h1{font-size:38px}
  .sec-h2,.cta-h{font-size:30px}
  .cta-inner{grid-template-columns:1fr;gap:24px;padding:40px 36px}
  .cta-right{align-items:flex-start}
  .footer-cta-inner{text-align:center;justify-content:center}
}

@media (max-width: 767px){
  .container{padding:0 20px}
  .nav-inner{height:64px;min-height:64px}
  .nav-logo-box img{height:26px}
  .nav-drawer{left:20px;right:20px;padding:16px}
  .page-hero{padding:48px 0 56px}
  .page-hero-h1{font-size:32px;letter-spacing:-1px}
  .page-hero-sub,.sec-sub,.cta-sub{font-size:14px}
  .page-hero-btns{flex-wrap:wrap}
  .page-hero-visual,.overview-img{height:auto;min-height:220px}
  .caps-grid,.project-cards,.testi-grid,.process-steps,.faq-grid,.footer-grid{grid-template-columns:1fr}
  .sec-h2,.cta-h{font-size:24px}
  .cta-inner{padding:32px 24px}
  .cta-right{width:100%}
  .btn-blue,.btn-outline,.btn-white,.btn-ghost{max-width:100%;white-space:normal;justify-content:center;text-align:center}
  .cta-right a{width:100%}
  .faq-item,.project-body,.cap-card{padding:20px}
  .footer-bottom{align-items:flex-start;flex-direction:column}
}
