/* ─── RESET ─────────────────────────────────── */
*{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}

/* ─── COLOUR TOKENS (Techco palette) ─────────── */
/* Primary blue: #0B5FD8  Accent green: #3AA350  Orange: #F59E0B  Dark: #1a1a2e  Light bg: #F7F9FC */

/* ══════════════════════════════════════════════
   NAV — white bg, logo left, links center, CTA right
══════════════════════════════════════════════ */
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;letter-spacing:-0.3px}
.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;margin-left:3px;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;transition:background .18s!important}
.nav-cta:hover{background:#0a52c0!important}

/* ══════════════════════════════════════════════
   HERO — light grey-blue bg, left content, right image+cards
══════════════════════════════════════════════ */
.hero{background:linear-gradient(145deg,#EEF2FA 0%,#E8F1FA 60%,#E4EDF7 100%);padding:72px 0 0;overflow:hidden;position:relative}
.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:flex-start}

/* left */
.hero-left{}
.hero-h1{font-family:'Manrope',sans-serif;font-size:48px;font-weight:900;color:#1a1a2e;line-height:1.1;letter-spacing:-1.5px;margin-bottom:14px}
.hero-h1 .accent{color:#0B5FD8}
.hero-sub{font-size:15px;color:#5a6472;line-height:1.65;margin-bottom:28px;max-width:430px}
.hero-btns{display:flex;align-items:center;gap:12px;margin-bottom:28px}
.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:background .18s,transform .18s;box-shadow:0 4px 14px rgba(11,95,216,0.3)}
.btn-blue:hover{background:#0a52c0;transform:translateY(-1px)}
.btn-blue svg{width:16px;height:16px;fill:none;stroke:#fff;stroke-width:2}
.btn-play{width:42px;height:42px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px rgba(0,0,0,0.12);cursor:pointer;transition:transform .18s}
.btn-play:hover{transform:scale(1.08)}
.btn-play svg{width:14px;height:14px;fill:#0B5FD8;margin-left:2px}
.hero-google{display:flex;align-items:center;gap:10px;margin-top:4px}
.hero-google-logo{font-size:18px;font-weight:700;letter-spacing:-0.5px}
.hero-google-logo .g-g{color:#4285F4}
.hero-google-logo .g-o1{color:#EA4335}
.hero-google-logo .g-o2{color:#FBBC04}
.hero-google-logo .g-l{color:#34A853}
.hero-google-logo .g-e{color:#EA4335}
.hero-stars{display:flex;gap:2px;margin-top:0}
.star-y{color:#F59E0B;font-size:13px}
.hero-reviews{font-size:12px;color:#666;margin-top:0}

/* right */
.hero-right{position:relative;padding-bottom:0}
.hero-main-img{border-radius:14px;overflow:hidden;height:340px;background:linear-gradient(135deg,#c8daf7 0%,#a8c4f0 100%);display:flex;align-items:center;justify-content:center;position:relative}
.hero-main-img svg{width:72px;height:72px;fill:none;stroke:#0B5FD8;stroke-width:1;opacity:0.4}
.hero-main-img .img-label{font-size:12px;color:#0B5FD8;margin-top:8px;font-weight:500;opacity:0.6}
.hero-badge-stack{display:flex;flex-direction:column;gap:8px;position:absolute;left:-32px;top:40%;transform:translateY(-50%)}
.hbadge{background:#fff;border-radius:10px;padding:10px 14px;box-shadow:0 4px 20px rgba(0,0,0,0.1);min-width:130px}
.hbadge-icon{font-size:18px;margin-bottom:2px}
.hbadge-num{font-family:'Manrope',sans-serif;font-size:20px;font-weight:800;color:#1a1a2e;line-height:1}
.hbadge-label{font-size:11px;color:#888;margin-top:1px}
.hero-topright-badge{position:absolute;top:16px;right:16px;background:#fff;border-radius:10px;padding:9px 13px;box-shadow:0 4px 16px rgba(0,0,0,0.1);text-align:center}
.hero-topright-badge .pct{font-family:'Manrope',sans-serif;font-size:22px;font-weight:800;color:#1a1a2e}
.hero-topright-badge .pct-label{font-size:10px;color:#888}
/* metric row inside hero bottom */
.hero-metrics-row{background:#fff;border-radius:14px;padding:16px 20px;margin-top:16px;display:flex;justify-content:space-around;box-shadow:0 2px 16px rgba(0,0,0,0.06)}
.hero-metric{text-align:center}
.hero-metric-num{font-family:'Manrope',sans-serif;font-size:22px;font-weight:800;color:#1a1a2e}
.hero-metric-sub{font-size:11px;color:#888;margin-top:2px}
.hero-metric-icon{font-size:18px;margin-bottom:4px}

/* ══════════════════════════════════════════════
   LOGOS STRIP — white bg, italic heading, logos row
══════════════════════════════════════════════ */
.logos-section{background:#fff;padding:44px 0;border-top:1px solid #eee;border-bottom:1px solid #eee}
.logos-heading{font-family:'Manrope',sans-serif;font-size:22px;font-weight:700;color:#1a1a2e;text-align:center;margin-bottom:28px;font-style:italic}
.logos-row{display:flex;align-items:center;justify-content:center;gap:44px;flex-wrap:wrap}
.logo-item{font-size:15px;font-weight:700;color:#aaa;letter-spacing:0.5px;text-transform:uppercase;font-style:italic;transition:color .2s}
.logo-item:hover{color:#0B5FD8}
.logo-item.bold-logo{font-size:18px;font-weight:900}

/* ══════════════════════════════════════════════
   ABOUT — light bg, left: video/image, right: heading + 3 points
══════════════════════════════════════════════ */
.about-section{background:#F5F7FA;padding:80px 0}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.about-video{position:relative;border-radius:16px;overflow:visible}
.about-img-box{background:linear-gradient(135deg,#c8daf7 0%,#dce8f8 100%);border-radius:16px;height:380px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.about-img-box svg{width:64px;height:64px;fill:none;stroke:#0B5FD8;stroke-width:1;opacity:0.35}
.play-circle{position:absolute;width:58px;height:58px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 28px rgba(11,95,216,0.25);cursor:pointer;transition:transform .2s}
.play-circle:hover{transform:scale(1.1)}
.play-circle svg{width:18px;height:18px;fill:#0B5FD8;margin-left:3px}
.about-right{}
.about-heading{font-family:'Manrope',sans-serif;font-size:34px;font-weight:800;color:#1a1a2e;line-height:1.2;letter-spacing:-0.8px;margin-bottom:28px}
.about-points{display:flex;flex-direction:column;gap:0}
.about-point{display:flex;gap:16px;align-items:flex-start;padding:18px 0;border-bottom:1px solid #e8ecf0}
.about-point:last-child{border-bottom:none}
.about-point-icon{width:40px;height:40px;background:#EBF3FF;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.about-point-icon svg{width:20px;height:20px;fill:none;stroke:#0B5FD8;stroke-width:1.8}
.about-point-title{font-size:15px;font-weight:700;color:#1a1a2e;margin-bottom:4px}
.about-point-desc{font-size:13.5px;color:#5a6472;line-height:1.55}

/* ══════════════════════════════════════════════
   SERVICES — white bg, centered heading, 3x2 card grid, CTA bottom
══════════════════════════════════════════════ */
.services-section{background:#fff;padding:72px 0}
.section-center-head{text-align:center;margin-bottom:52px}
.section-eyebrow{font-size:13px;font-weight:600;color:#0B5FD8;letter-spacing:1px;text-transform:uppercase;margin-bottom:10px}
.section-h2{font-family:'Manrope',sans-serif;font-size:36px;font-weight:800;color:#1a1a2e;line-height:1.2;letter-spacing:-0.8px;margin-bottom:10px}
.section-sub{font-size:15px;color:#5a6472;max-width:540px;margin:0 auto;line-height:1.6}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}
.service-card{border:1.5px solid #E8ECF2;border-radius:14px;padding:28px;transition:box-shadow .2s,border-color .2s,transform .2s;background:#fff;cursor:pointer}
.service-card:hover{box-shadow:0 8px 32px rgba(11,95,216,0.1);border-color:#0B5FD8;transform:translateY(-3px)}
.service-card-icon{width:48px;height:48px;background:#EBF3FF;border-radius:11px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.service-card-icon svg{width:24px;height:24px;fill:none;stroke:#0B5FD8;stroke-width:1.7}
.service-card-title{font-size:16px;font-weight:700;color:#1a1a2e;margin-bottom:8px;line-height:1.3}
.service-card-desc{font-size:13.5px;color:#5a6472;line-height:1.6}
.services-cta{text-align:center}

/* ══════════════════════════════════════════════
   TESTIMONIALS — green-teal gradient bg, 4 cards
══════════════════════════════════════════════ */
.testi-section{background:linear-gradient(135deg,#2D8653 0%,#1a5c38 100%);padding:80px 0}
.testi-section .section-h2{color:#fff}
.testi-section .section-eyebrow{color:rgba(255,255,255,0.7)}
.testi-section .section-sub{color:rgba(255,255,255,0.6)}
.testi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.testi-card{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.12);border-radius:14px;padding:22px;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:13px}
.testi-quote{font-size:13.5px;color:rgba(255,255,255,0.85);line-height:1.6;font-style:italic;margin-bottom:16px}
.testi-author-row{display:flex;align-items:center;gap:10px;border-top:1px solid rgba(255,255,255,0.1);padding-top:14px}
.testi-avatar{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:white;flex-shrink:0}
.testi-name{font-size:13px;font-weight:700;color:#fff}
.testi-role{font-size:11px;color:rgba(255,255,255,0.5);margin-top:1px}

/* ══════════════════════════════════════════════
   WHY US — white bg, left text+CTA, right image+floating card
══════════════════════════════════════════════ */
.why-section{background:#fff;padding:80px 0}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.why-left{}
.why-h2{font-family:'Manrope',sans-serif;font-size:34px;font-weight:800;color:#1a1a2e;line-height:1.2;letter-spacing:-0.8px;margin-bottom:16px}
.why-text{font-size:14.5px;color:#5a6472;line-height:1.7;margin-bottom:14px}
.why-bullets{list-style:none;margin-bottom:28px;display:flex;flex-direction:column;gap:8px}
.why-bullets li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#444}
.why-bullets li::before{content:'✓';color:#3AA350;font-weight:700;font-size:14px;flex-shrink:0;margin-top:1px}
.why-btns{display:flex;align-items:center;gap:12px}
.btn-outline{border:2px solid #0B5FD8;color:#0B5FD8;padding:10px 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}
.why-right{position:relative}
.why-img-box{background:linear-gradient(135deg,#e8f0fe 0%,#d4e4f7 100%);border-radius:16px;height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}
.why-img-box svg{width:64px;height:64px;fill:none;stroke:#0B5FD8;stroke-width:1;opacity:0.3}
.why-float-card{position:absolute;bottom:28px;left:-24px;background:#fff;border-radius:12px;padding:16px 20px;box-shadow:0 8px 32px rgba(0,0,0,0.12);min-width:160px}
.why-float-icon{font-size:22px;margin-bottom:4px}
.why-float-num{font-family:'Manrope',sans-serif;font-size:28px;font-weight:900;color:#1a1a2e}
.why-float-label{font-size:12px;color:#888;margin-top:2px}

/* ══════════════════════════════════════════════
   BLOG — light bg, heading left, 2 cards + 1 featured right
══════════════════════════════════════════════ */
.blog-section{background:#F5F7FA;padding:80px 0}
.blog-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px}
.blog-header-left{}
.view-all{font-size:14px;font-weight:600;color:#0B5FD8;display:flex;align-items:center;gap:4px}
.blog-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.blog-card{background:#fff;border-radius:14px;overflow:hidden;border:1px solid #E8ECF2;transition:box-shadow .2s,transform .2s}
.blog-card:hover{box-shadow:0 8px 28px rgba(0,0,0,0.09);transform:translateY(-3px)}
.blog-thumb{height:180px;background:linear-gradient(135deg,#c8daf7 0%,#d9e8fb 100%);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.blog-thumb svg{width:44px;height:44px;fill:none;stroke:#0B5FD8;stroke-width:1;opacity:0.35}
.blog-cat-tag{position:absolute;top:12px;left:12px;background:#0B5FD8;color:#fff;font-size:11px;font-weight:600;padding:3px 9px;border-radius:20px;letter-spacing:0.3px}
.blog-body{padding:20px}
.blog-meta-row{display:flex;align-items:center;gap:8px;margin-bottom:9px}
.blog-author{font-size:12px;color:#888;font-weight:500}
.blog-sep{color:#ccc;font-size:10px}
.blog-date{font-size:12px;color:#888}
.blog-title{font-family:'Manrope',sans-serif;font-size:17px;font-weight:700;color:#1a1a2e;line-height:1.35;margin-bottom:8px}
.blog-excerpt{font-size:13px;color:#5a6472;line-height:1.6}
.blog-read{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:#0B5FD8;margin-top:12px}
.blog-read svg{width:13px;height:13px;fill:none;stroke:#0B5FD8;stroke-width:2}

/* ══════════════════════════════════════════════
   CONTACT — dark navy left, white form right
══════════════════════════════════════════════ */
.contact-section{background:#1a1a2e;padding:80px 0}
.contact-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:64px;align-items:start}
.contact-left{}
.contact-eyebrow{font-size:12px;font-weight:600;color:#F59E0B;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px}
.contact-h2{font-family:'Manrope',sans-serif;font-size:32px;font-weight:800;color:#fff;line-height:1.25;letter-spacing:-0.5px;margin-bottom:14px}
.contact-sub{font-size:14.5px;color:rgba(255,255,255,0.5);line-height:1.65;margin-bottom:36px}
.contact-items{display:flex;flex-direction:column;gap:18px}
.contact-item{display:flex;align-items:center;gap:14px}
.contact-item-icon{width:42px;height:42px;background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.1);border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-item-icon svg{width:19px;height:19px;fill:none;stroke:rgba(255,255,255,0.65);stroke-width:1.8}
.contact-item-label{font-size:11px;color:rgba(255,255,255,0.35);text-transform:uppercase;letter-spacing:0.5px;margin-bottom:1px}
.contact-item-val{font-size:14px;color:rgba(255,255,255,0.8);font-weight:500}
.contact-right{}
.contact-form-box{background:#fff;border-radius:16px;padding:32px}
.form-status{margin-bottom:18px;padding:14px 16px;border-radius:12px;font-size:14px;line-height:1.6;border:1px solid transparent}
.form-status-success{background:#ECFDF3;border-color:#ABEFC6;color:#067647}
.form-status-error{background:#FEF3F2;border-color:#FECDCA;color:#B42318}
.cf-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}
.cf-row.single{grid-template-columns:1fr}
.cf-group{display:flex;flex-direction:column;gap:5px}
.cf-group label{font-size:12px;font-weight:600;color:#444;letter-spacing:0.2px}
.cf-group input,.cf-group select,.cf-group textarea{padding:10px 13px;border:1.5px solid #E0E6EF;border-radius:8px;font-size:13.5px;color:#1a1a2e;font-family:'Inter',sans-serif;background:#fff;outline:none;transition:border-color .18s}
.cf-group input:focus,.cf-group select:focus,.cf-group textarea:focus{border-color:#0B5FD8}
.cf-group textarea{min-height:90px;resize:vertical;line-height:1.5}
.cf-group select{cursor:pointer}
.cf-submit{width:100%;background:#F59E0B;color:#fff;border:none;padding:13px;border-radius:9px;font-size:15px;font-weight:700;cursor:pointer;font-family:'Inter',sans-serif;transition:background .18s,transform .18s;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:6px}
.cf-submit:hover{background:#e08e00;transform:translateY(-1px)}
.cf-submit svg{width:16px;height:16px;fill:none;stroke:#fff;stroke-width:2}

/* ══════════════════════════════════════════════
   FOOTER CTA BAND — dark navy
══════════════════════════════════════════════ */
.footer-cta{background:#0f172a;padding:48px 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:6px}
.footer-cta-h{font-family:'Manrope',sans-serif;font-size:26px;font-weight:800;color:#fff;line-height:1.25;letter-spacing:-0.3px}
.footer-cta-right{display:flex;align-items:center;gap:12px}
.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 — dark navy, 4 columns
══════════════════════════════════════════════ */
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:20px;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}
.footer-brand-icon img{height:22px;width:auto;display:block}
.footer-brand-icon svg{width:16px;height:16px;fill:white}
.footer-tagline{font-size:13.5px;color:rgba(255,255,255,0.38);line-height:1.65;margin-bottom:20px;max-width:230px}
.footer-contact-mini{display:flex;flex-direction:column;gap:5px}
.footer-contact-mini a{font-size:13px;color:rgba(255,255,255,0.45);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:13px;height:13px;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;letter-spacing:0.2px}
.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;flex-wrap:wrap;gap:10px}
.footer-copy{font-size:12.5px;color:rgba(255,255,255,0.3)}
.footer-dev{font-size:12.5px;color:rgba(255,255,255,0.3)}

/* util */
.mt-8{margin-top:8px}
.text-center{text-align:center}
.hp-field{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}

@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}
  .hero-inner,.about-grid,.why-grid,.contact-grid{grid-template-columns:1fr;gap:40px}
  .services-grid,.testi-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr);gap:28px}
  .hero-h1{font-size:42px}
  .section-h2,.about-heading,.why-h2,.contact-h2{font-size:30px}
  .hero-main-img{height:300px}
  .about-img-box{height:320px}
  .why-img-box{height:340px}
  .hero-badge-stack{position:static;transform:none;flex-direction:row;flex-wrap:wrap;margin-top:18px}
  .hbadge{min-width:0;flex:1 1 180px}
  .hero-metrics-row{flex-wrap:wrap;gap:16px}
  .hero-metric{flex:1 1 140px}
  .why-float-card{position:static;margin-top:20px;display:inline-block}
  .blog-header{align-items:flex-start;gap:16px;flex-direction:column}
  .blog-grid{grid-template-columns:1fr}
  .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}
  .hero{padding:48px 0 0}
  .hero-h1{font-size:34px;letter-spacing:-1px}
  .hero-sub,.section-sub,.why-text,.contact-sub{font-size:14px}
  .hero-btns,.why-btns{flex-wrap:wrap}
  .hero-google{align-items:flex-start;flex-direction:column}
  .hero-main-img{height:240px}
  .hero-topright-badge{position:static;margin-top:14px;display:inline-block}
  .hero-badge-stack{margin-top:14px}
  .hero-metrics-row{padding:14px}
  .logos-section,.about-section,.services-section,.testi-section,.why-section,.blog-section,.contact-section,footer{padding-top:56px;padding-bottom:56px}
  .logos-heading{font-size:18px}
  .logos-row{gap:18px}
  .about-grid,.why-grid,.contact-grid{gap:28px}
  .about-img-box,.why-img-box,.blog-thumb{height:220px}
  .services-grid,.testi-grid,.footer-grid,.cf-row{grid-template-columns:1fr}
  .section-h2,.about-heading,.why-h2,.contact-h2,.footer-cta-h{font-size:24px}
  .service-card,.testi-card,.contact-form-box{padding:22px}
  .contact-item{align-items:flex-start}
  .footer-bottom{align-items:flex-start;flex-direction:column}
}
