:root{
  --navy:#0a2f5e;
  --navy-deep:#0a2547;
  --blue:#1f7fd1;
  --orange:#f2812f;
  --orange-2:#f79b3f;
  --purple:#6a3fb5;
  --ink:#12233b;
  --grey:#5c6b7e;
  --line:#e7ebf1;
  --bg:#ffffff;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img,svg{display:block}

.top-line{height:6px;background:var(--navy-deep)}

/* ===== HEADER ===== */
.site-header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 2px 14px rgba(10,47,94,.06)}
.header-wrap{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:18px;padding:14px 26px}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{width:74px;height:auto;object-fit:contain;border-right:2px solid #d7dee7;padding-right:12px}
.brand-text{display:flex;flex-direction:column;line-height:1.05}
.brand-name{font-size:29px;font-weight:800;letter-spacing:.3px}
.brand-name b{color:var(--navy)}
.brand-name i{color:var(--orange);font-style:normal}
.brand-sub{font-size:13px;letter-spacing:7px;color:var(--navy);font-weight:700;margin-top:1px}
.brand-tag{font-size:10.5px;color:var(--grey);font-weight:600;margin-top:3px}

.main-nav{display:flex;align-items:center;gap:26px;margin-left:auto;font-size:14px;font-weight:700;letter-spacing:.4px}
.main-nav a{color:#20334a;padding:6px 0;position:relative;transition:color .2s}
.main-nav a:hover{color:var(--orange)}
.main-nav a.active{color:var(--orange)}
.main-nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:3px;background:var(--orange);border-radius:2px}
.chev{font-size:12px;color:#9aa7b6}

.consult-btn{background:linear-gradient(90deg,var(--orange),var(--orange-2));color:#fff;font-weight:700;font-size:13px;letter-spacing:.3px;padding:13px 20px;border-radius:8px;box-shadow:0 8px 18px rgba(242,129,47,.35);white-space:nowrap;transition:transform .15s}
.consult-btn:hover{transform:translateY(-2px)}
.menu-btn{display:none;background:none;border:none;font-size:26px;color:var(--navy);cursor:pointer}

/* ===== HERO ===== */
.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#f4f8fd 0%,#eaf1fb 60%,#e3edfb 100%)}
.map-bg{position:absolute;inset:0;background:radial-gradient(circle at 74% 30%,rgba(31,127,209,.10),transparent 45%);opacity:.9}
.map-bg::after{content:"";position:absolute;right:6%;top:8%;width:56%;height:70%;
  background-image:radial-gradient(#9db8d8 1.3px,transparent 1.3px);background-size:13px 13px;opacity:.25;
  -webkit-mask-image:radial-gradient(circle at 60% 40%,#000 40%,transparent 72%);mask-image:radial-gradient(circle at 60% 40%,#000 40%,transparent 72%)}
.skyline{position:absolute;left:0;right:0;bottom:0;height:180px;
  background:linear-gradient(180deg,transparent,rgba(150,180,215,.35));
  -webkit-mask-image:repeating-linear-gradient(90deg,#000 0 26px,transparent 26px 30px);mask-image:repeating-linear-gradient(90deg,#000 0 26px,transparent 26px 30px);opacity:.5}

.hero-wrap{position:relative;z-index:2;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;gap:30px;align-items:center;padding:70px 78px 90px 26px}
.eyebrow{color:var(--orange);font-weight:800;letter-spacing:1.5px;font-size:14px;margin-bottom:14px}
.hero-copy h1{font-size:66px;line-height:1.02;font-weight:800;letter-spacing:-1px;color:var(--navy)}
.hero-copy h1 span{color:var(--orange)}
.lead{max-width:520px;color:#41556d;font-size:17px;margin:24px 0 34px}
.hero-actions{display:flex;gap:18px;flex-wrap:wrap}
.primary-btn{background:var(--navy);color:#fff;font-weight:700;padding:16px 26px;border-radius:9px;box-shadow:0 12px 24px rgba(10,47,94,.28);transition:transform .15s}
.primary-btn:hover{transform:translateY(-2px)}
.outline-btn{border:1.6px solid #b9c6d6;color:var(--navy);font-weight:700;padding:16px 26px;border-radius:9px;background:#fff;transition:.15s}
.outline-btn:hover{border-color:var(--orange);color:var(--orange)}

/* Orbit graphic */
.hero-graphic{position:relative;height:500px;width:440px;justify-self:end;margin-right:24px}
.dash-orbit{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:1.5px dashed #9db6d6}
.orbit-large{width:410px;height:410px}
.orbit-small{width:240px;height:240px;border-color:#b8c8de}
.center-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:146px;height:146px;background:#fff;border-radius:50%;box-shadow:0 12px 30px rgba(10,47,94,.18);display:grid;place-items:center;z-index:3}
.center-logo img{width:100px;height:auto;object-fit:contain}

.hub-line{position:absolute;top:50%;left:50%;background:#2f6fb0;z-index:1}
.hub-line.top{width:3px;height:82px;transform:translate(-50%,-100%) translateY(-38px)}
.hub-line.bottom{width:3px;height:82px;transform:translate(-50%,0) translateY(38px)}
.hub-line.left{height:3px;width:82px;transform:translate(-100%,-50%) translateX(-38px)}
.hub-line.right{height:3px;width:82px;transform:translate(0,-50%) translateX(38px)}

.service-node{position:absolute;width:106px;height:106px;border-radius:50%;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 12px 26px rgba(10,47,94,.25);z-index:4;border:5px solid #fff;padding:6px}
.service-node .node-icon{font-size:20px;margin-bottom:2px}
.service-node strong{font-size:10px;font-weight:800;letter-spacing:.1px;line-height:1.12}
.service-node span{font-size:9px;font-weight:700;opacity:.95;letter-spacing:.1px;line-height:1.12}
.service-node.sap{top:-4px;left:50%;transform:translateX(-50%);background:linear-gradient(160deg,#2b9fe0,#1f7fd1)}
.service-node.finance{top:50%;left:-2px;transform:translateY(-50%);background:linear-gradient(160deg,#123f7e,#0a2f5e)}
.service-node.automate{top:50%;right:-2px;transform:translateY(-50%);background:linear-gradient(160deg,#7a4fc4,#5a34a3)}
.service-node.travel{bottom:-4px;left:50%;transform:translateX(-50%);background:linear-gradient(160deg,#f79b3f,#f2812f)}

.social-rail{position:absolute;right:0;top:44%;z-index:5;background:var(--navy-deep);border-radius:10px 0 0 10px;display:flex;flex-direction:column;overflow:hidden}
.social-rail a{width:44px;height:44px;display:grid;place-items:center;color:#fff;font-size:16px;font-weight:700;border-bottom:1px solid rgba(255,255,255,.12);transition:background .2s}
.social-rail a:hover{background:var(--orange)}

/* ===== STATS ===== */
.stats-bar{max-width:1400px;margin:-46px auto 0;position:relative;z-index:6;background:linear-gradient(90deg,var(--navy-deep),var(--navy));border-radius:12px;display:grid;grid-template-columns:repeat(5,1fr);padding:26px 20px;box-shadow:0 22px 44px rgba(10,47,94,.28)}
.stat{display:flex;align-items:center;gap:14px;padding:6px 18px;color:#fff;border-right:1px solid rgba(255,255,255,.14)}
.stat:last-child{border-right:none}
.stat-icon{font-size:30px;color:var(--orange)}
.stat strong{font-size:30px;font-weight:800;display:block;line-height:1}
.stat p{font-size:13px;color:#c8d6e8;margin-top:3px}

/* ===== SERVICES ===== */
.services{max-width:1400px;margin:0 auto;padding:70px 26px 40px}
.section-title{text-align:center;margin-bottom:44px}
.section-title h2{font-size:40px;font-weight:800;color:var(--navy)}
.title-mark{display:flex;align-items:center;justify-content:center;gap:6px;margin:12px 0 14px}
.title-mark span{width:34px;height:3px;background:var(--orange);border-radius:2px}
.title-mark i{width:9px;height:9px;background:var(--orange);border-radius:50%}
.section-title p{color:var(--grey);font-size:16px}
.service-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.card{display:flex;gap:16px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:26px 22px;box-shadow:0 10px 24px rgba(10,47,94,.05);transition:transform .18s,box-shadow .18s}
.card:hover{transform:translateY(-6px);box-shadow:0 18px 36px rgba(10,47,94,.12)}
.round{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;font-size:24px;color:#fff;flex-shrink:0}
.round.blue{background:linear-gradient(160deg,#2b9fe0,#1f7fd1)}
.round.navy{background:linear-gradient(160deg,#123f7e,#0a2f5e)}
.round.purple{background:linear-gradient(160deg,#7a4fc4,#5a34a3)}
.round.orange{background:linear-gradient(160deg,#f79b3f,#f2812f)}
.card h3{font-size:18px;color:var(--navy);margin-bottom:8px}
.card p{font-size:13.5px;color:#5c6b7e;margin-bottom:12px}
.card a{font-weight:700;font-size:14px}
.blue-link{color:var(--blue)}.purple-link{color:var(--purple)}.orange-link{color:var(--orange)}

/* ===== CONTACT BAND =====
   Single row: intro on the left, all 4 items inline right next to it */
.contact-band{margin-top:50px;background:linear-gradient(90deg,var(--navy-deep),var(--navy));color:#fff;display:flex;align-items:center;gap:24px;padding:32px 40px}
.contact-left{display:flex;align-items:center;gap:18px;flex:0 0 auto;max-width:400px}
.phone-circle{width:66px;height:66px;border-radius:50%;background:rgba(255,255,255,.10);display:grid;place-items:center;font-size:26px;flex-shrink:0}
.contact-intro h2{font-size:22px;font-weight:800;line-height:1.15}
.contact-intro p{font-size:13px;color:#c8d6e8;margin-top:6px}
.contact-details{flex:1;display:flex;align-items:center;justify-content:space-between;gap:0}
.contact-item{display:flex;align-items:center;gap:10px;padding:0 18px;border-left:1px solid rgba(255,255,255,.16);white-space:nowrap}
.contact-item:first-child{border-left:none}
.contact-item span{font-size:20px;color:var(--orange)}
.contact-item strong{font-size:14px;font-weight:700}
.contact-item p{font-size:11.5px;color:#c8d6e8}

/* WhatsApp float */
.wa-float{position:fixed;right:22px;bottom:22px;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;font-size:26px;box-shadow:0 10px 24px rgba(37,211,102,.45);z-index:60;transition:transform .15s}
.wa-float:hover{transform:scale(1.08)}

/* ===== RESPONSIVE ===== */
@media(max-width:1200px){
  .contact-band{flex-wrap:wrap}
  .contact-left{flex:1 1 100%;max-width:none}
  .contact-details{flex-wrap:wrap;justify-content:flex-start;gap:14px 0}
}
@media(max-width:1100px){
  .main-nav{display:none}
  .menu-btn{display:block;margin-left:auto}
  .consult-btn{display:none}
  .hero-wrap{grid-template-columns:1fr;text-align:center;padding:60px 26px 90px}
  .hero-copy h1{font-size:48px}
  .lead{margin-left:auto;margin-right:auto}
  .hero-actions{justify-content:center}
  .hero-graphic{margin:20px auto 0;justify-self:center}
  .stats-bar{grid-template-columns:repeat(2,1fr);gap:10px}
  .stat{border-right:none}
  .service-cards{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .header-wrap{padding:12px 16px}
  .brand-tag{display:none}
  .hero-copy h1{font-size:36px}
  .hero-graphic{height:420px;transform:scale(.84)}
  .stats-bar{grid-template-columns:1fr}
  .service-cards{grid-template-columns:1fr}
  .social-rail{display:none}
  .contact-details{flex-direction:column;align-items:flex-start}
  .contact-item{border-left:none;padding:6px 0}
}

/* ============================================================
   ===== SHARED STYLES FOR INNER PAGES (About/Services/Contact)
   ============================================================ */

/* Page hero banner */
.page-hero{position:relative;background:linear-gradient(120deg,var(--navy-deep),var(--navy));color:#fff;padding:64px 26px 70px;overflow:hidden}
.page-hero::after{content:"";position:absolute;right:-40px;top:-40px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(242,129,47,.25),transparent 70%)}
.page-hero-wrap{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.crumb{font-size:13px;color:#9fb6d6;font-weight:600;letter-spacing:.5px;margin-bottom:12px}
.crumb a{color:#c8d6e8}.crumb a:hover{color:var(--orange)}
.page-hero h1{font-size:46px;font-weight:800;letter-spacing:-.5px}
.page-hero h1 span{color:var(--orange)}
.page-hero p{max-width:640px;color:#c8d6e8;font-size:16.5px;margin-top:14px}

/* Generic section wrapper */
.section{max-width:1400px;margin:0 auto;padding:70px 26px}
.section.tight{padding:48px 26px}
.lead-center{text-align:center;max-width:720px;margin:0 auto 44px}
.lead-center h2{font-size:36px;font-weight:800;color:var(--navy)}
.lead-center p{color:var(--grey);font-size:16px;margin-top:12px}
.eyebrow-c{color:var(--orange);font-weight:800;letter-spacing:1.5px;font-size:13px;text-transform:uppercase;margin-bottom:10px;display:block}

/* Two-column intro (About) */
.split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.split .txt h2{font-size:34px;font-weight:800;color:var(--navy);margin-bottom:16px}
.split .txt p{color:#41556d;font-size:15.5px;margin-bottom:14px}
.split .visual{background:linear-gradient(150deg,#eaf1fb,#dbe7f8);border-radius:18px;padding:40px;display:grid;place-items:center;box-shadow:0 18px 40px rgba(10,47,94,.10)}
.split .visual img{width:70%;max-width:280px;height:auto}

/* Mission / Vision cards */
.mv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.mv-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:34px 28px;box-shadow:0 10px 26px rgba(10,47,94,.06);transition:transform .18s,box-shadow .18s}
.mv-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(10,47,94,.12)}
.mv-icon{width:62px;height:62px;border-radius:16px;display:grid;place-items:center;font-size:28px;color:#fff;margin-bottom:18px}
.mv-icon.blue{background:linear-gradient(160deg,#2b9fe0,#1f7fd1)}
.mv-icon.orange{background:linear-gradient(160deg,#f79b3f,#f2812f)}
.mv-icon.purple{background:linear-gradient(160deg,#7a4fc4,#5a34a3)}
.mv-card h3{font-size:20px;color:var(--navy);margin-bottom:10px}
.mv-card p{color:#5c6b7e;font-size:14.5px}

/* Values / Why-choose list */
.why-band{background:linear-gradient(180deg,#f4f8fd,#eaf1fb)}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.why-item{background:#fff;border-radius:14px;padding:26px 22px;border:1px solid var(--line);text-align:center;box-shadow:0 8px 20px rgba(10,47,94,.05)}
.why-item .wnum{font-size:30px;font-weight:800;color:var(--orange);display:block;margin-bottom:6px}
.why-item strong{display:block;color:var(--navy);font-size:16px;margin-bottom:6px}
.why-item p{color:#5c6b7e;font-size:13.5px}

/* Detailed service blocks */
.service-block{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center;padding:44px 0;border-bottom:1px solid var(--line)}
.service-block:last-child{border-bottom:none}
.service-block.rev .s-visual{order:2}
.service-block.rev .s-txt{order:1}
.s-visual{background:linear-gradient(150deg,#eaf1fb,#dbe7f8);border-radius:18px;min-height:250px;display:grid;place-items:center;box-shadow:0 16px 36px rgba(10,47,94,.10)}
.s-badge{width:110px;height:110px;border-radius:26px;display:grid;place-items:center;font-size:50px;color:#fff}
.s-badge.blue{background:linear-gradient(160deg,#2b9fe0,#1f7fd1)}
.s-badge.navy{background:linear-gradient(160deg,#123f7e,#0a2f5e)}
.s-badge.purple{background:linear-gradient(160deg,#7a4fc4,#5a34a3)}
.s-badge.orange{background:linear-gradient(160deg,#f79b3f,#f2812f)}
.s-txt .s-eyebrow{color:var(--orange);font-weight:800;letter-spacing:1px;font-size:13px;text-transform:uppercase}
.s-txt h3{font-size:28px;color:var(--navy);margin:8px 0 14px;font-weight:800}
.s-txt p{color:#41556d;font-size:15px;margin-bottom:18px}
.s-list{display:grid;grid-template-columns:1fr 1fr;gap:10px 22px}
.s-list li{list-style:none;color:#334966;font-size:14px;display:flex;align-items:center;gap:9px}
.s-list li::before{content:"✓";color:var(--orange);font-weight:800}

/* Industries grid */
.ind-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.ind-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px 20px;text-align:center;box-shadow:0 8px 20px rgba(10,47,94,.05);transition:transform .18s}
.ind-card:hover{transform:translateY(-5px);border-color:var(--orange)}
.ind-card .ind-ic{font-size:34px;margin-bottom:12px}
.ind-card strong{display:block;color:var(--navy);font-size:15.5px}

/* CTA strip */
.cta-strip{background:linear-gradient(90deg,var(--orange),var(--orange-2));color:#fff;text-align:center;padding:52px 26px}
.cta-strip h2{font-size:32px;font-weight:800}
.cta-strip p{max-width:600px;margin:12px auto 24px;font-size:16px;opacity:.95}
.cta-strip .primary-btn{background:#fff;color:var(--navy);display:inline-block}
.cta-strip .primary-btn:hover{background:var(--navy-deep);color:#fff}

/* ===== CONTACT PAGE ===== */
.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:44px;align-items:start}
.contact-form{background:#fff;border:1px solid var(--line);border-radius:18px;padding:36px;box-shadow:0 16px 40px rgba(10,47,94,.08)}
.contact-form h2{font-size:26px;color:var(--navy);font-weight:800;margin-bottom:6px}
.contact-form .sub{color:var(--grey);font-size:14.5px;margin-bottom:24px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field{margin-bottom:18px}
.field label{display:block;font-size:13.5px;font-weight:600;color:var(--navy);margin-bottom:7px}
.field input,.field select,.field textarea{width:100%;padding:13px 15px;border:1.5px solid #d7dfe9;border-radius:9px;font-family:inherit;font-size:14.5px;color:var(--ink);transition:border .18s,box-shadow .18s;background:#fff}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px rgba(242,129,47,.15)}
.field textarea{resize:vertical;min-height:120px}
.submit-btn{background:var(--navy);color:#fff;border:none;font-family:inherit;font-weight:700;font-size:15px;padding:15px 30px;border-radius:9px;cursor:pointer;box-shadow:0 12px 24px rgba(10,47,94,.25);transition:transform .15s}
.submit-btn:hover{transform:translateY(-2px);background:var(--navy-deep)}
.form-note{font-size:12.5px;color:var(--grey);margin-top:14px}

.contact-side{display:flex;flex-direction:column;gap:18px}
.info-card{background:linear-gradient(120deg,var(--navy-deep),var(--navy));color:#fff;border-radius:18px;padding:32px;box-shadow:0 16px 40px rgba(10,47,94,.15)}
.info-card h3{font-size:20px;font-weight:800;margin-bottom:20px}
.info-line{display:flex;align-items:flex-start;gap:14px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.info-line:last-child{border-bottom:none}
.info-line .ic{font-size:20px;color:var(--orange);width:26px}
.info-line strong{font-size:14.5px;display:block}
.info-line span{font-size:12.5px;color:#c8d6e8}
.hours-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 10px 26px rgba(10,47,94,.06)}
.hours-card h3{font-size:18px;color:var(--navy);margin-bottom:14px;font-weight:800}
.hours-row{display:flex;justify-content:space-between;font-size:14px;color:#41556d;padding:7px 0;border-bottom:1px dashed #e2e8f1}
.hours-row:last-child{border-bottom:none}
.hours-row b{color:var(--navy)}

/* ===== FOOTER ===== */
.site-footer{background:var(--navy-deep);color:#c8d6e8}
.footer-wrap{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:40px;padding:60px 26px 40px}
.footer-brand img{width:64px;height:auto;background:#fff;border-radius:12px;padding:6px;margin-bottom:14px}
.foot-name{font-size:22px;font-weight:800;color:#fff}
.foot-name b{color:#fff}.foot-name i{color:var(--orange);font-style:normal}
.foot-name span{font-size:12px;letter-spacing:5px;color:#9fb6d6;font-weight:700;display:block;margin-top:-2px}
.foot-tag{font-size:12.5px;color:var(--orange);font-weight:600;margin:8px 0 12px}
.foot-desc{font-size:13.5px;color:#9fb6d6;max-width:330px;line-height:1.6}
.foot-social{
    display:flex;
    gap:10px;
    margin-top:16px;
}

.foot-social a{
    width:38px;
    height:38px;
    border-radius:9px;
    background:rgba(255,255,255,.08);
    display:grid;
    place-items:center;
    color:#fff;
    font-weight:700;
    font-size:15px;
    transition:background .2s
}
.foot-social a:hover{background:var(--orange)}
.footer-col h4{color:#fff;font-size:15px;font-weight:700;margin-bottom:16px}
.footer-col a{display:block;color:#9fb6d6;font-size:14px;padding:6px 0;transition:color .2s}
.footer-col a:hover{color:var(--orange)}
.foot-contact{font-size:13.5px;color:#9fb6d6;padding:5px 0;display:flex;align-items:center;gap:9px}
.foot-contact span{color:var(--orange)}
.foot-cta{display:inline-block;margin-top:14px;color:var(--orange)!important;font-weight:700}
.footer-bottom{border-top:1px solid rgba(255,255,255,.10);max-width:1400px;margin:0 auto;padding:20px 26px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}
.footer-bottom p{font-size:12.5px;color:#7f96b5}

/* ===== RESPONSIVE (inner pages) ===== */
@media(max-width:1100px){
  .split{grid-template-columns:1fr;gap:30px}
  .mv-grid{grid-template-columns:1fr}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .service-block{grid-template-columns:1fr;gap:26px}
  .service-block.rev .s-visual{order:0}
  .service-block.rev .s-txt{order:0}
  .ind-grid{grid-template-columns:repeat(2,1fr)}
  .contact-grid{grid-template-columns:1fr;gap:30px}
  .footer-wrap{grid-template-columns:1fr 1fr;gap:30px}
  .page-hero h1{font-size:36px}
}
@media(max-width:620px){
  .form-row{grid-template-columns:1fr}
  .s-list{grid-template-columns:1fr}
  .ind-grid{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr}
  .footer-wrap{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;text-align:center}
}

/* ===== SUTRAOPS REVISED HOME HERO =====
   Place hero-cityscape.jpg inside: assets/hero-cityscape.jpg
   This keeps existing site sections intact and changes only the homepage hero look.
*/
.hero.hero-premium{
  min-height:760px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(247,251,255,.88) 43%,rgba(221,240,255,.72) 100%),
    url('assets/hero-cityscape.jpg') center bottom / cover no-repeat;
}
.hero.hero-premium .map-bg{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(circle at 76% 30%,rgba(31,127,209,.14),transparent 36%),
    radial-gradient(#6aa7d7 1.15px,transparent 1.15px);
  background-size:auto,10px 10px;
  opacity:.32;
  -webkit-mask-image:radial-gradient(ellipse at 66% 35%,#000 0%,#000 45%,transparent 76%);
  mask-image:radial-gradient(ellipse at 66% 35%,#000 0%,#000 45%,transparent 76%);
}
.hero.hero-premium .skyline{
  display:none;
}
.flight-route{
  position:absolute;
  right:6%;
  top:18%;
  width:48%;
  height:40%;
  z-index:2;
  border-top:3px dashed rgba(31,127,209,.42);
  border-radius:50%;
  transform:rotate(10deg);
  pointer-events:none;
}
.flight-route::after{
  content:"";
  position:absolute;
  left:14%;
  top:48%;
  width:72%;
  height:74%;
  border-bottom:3px dashed rgba(31,127,209,.34);
  border-radius:50%;
  transform:rotate(-23deg);
}
.plane-mark{
  position:absolute;
  right:7%;
  top:28%;
  z-index:5;
  font-size:88px;
  color:#164f86;
  text-shadow:0 14px 26px rgba(10,47,94,.22);
  transform:rotate(-17deg);
  animation:planeFloat 5.8s ease-in-out infinite;
  pointer-events:none;
}
@keyframes planeFloat{
  0%,100%{transform:translate(0,0) rotate(-17deg)}
  50%{transform:translate(18px,-14px) rotate(-13deg)}
}
.hero.hero-premium .hero-wrap{
  position:relative;
  z-index:4;
  padding:76px 78px 170px 26px;
}
.hero.hero-premium .hero-copy h1{
  text-shadow:0 4px 12px rgba(255,255,255,.55);
}
.hero.hero-premium .lead{
  color:#203754;
  font-weight:500;
}
.hero.hero-premium .hero-actions{
  margin-top:8px;
}
.hero.hero-premium .primary-btn{
  display:none!important;
}
.hero.hero-premium .outline-btn{
  border:1.8px solid var(--navy);
  color:var(--navy);
  background:rgba(255,255,255,.78);
  font-weight:800;
  min-width:220px;
  justify-content:center;
  backdrop-filter:blur(8px);
}
.hero.hero-premium .outline-btn:hover{
  border-color:var(--orange);
  color:var(--orange);
  transform:translateY(-2px);
}
.hero.hero-premium .hero-graphic{
  z-index:5;
}
.stats-bar{
  margin-top:-56px;
}
@media(max-width:1100px){
  .hero.hero-premium .hero-wrap{
    padding:60px 26px 150px;
  }
  .plane-mark{
    right:6%;
    top:54%;
    font-size:58px;
  }
}
@media(max-width:620px){
  .plane-mark{
    font-size:46px;
    top:58%;
  }
  .flight-route{
    width:80%;
    right:-8%;
    top:48%;
  }
}
/* ==================================================
   SUTRAOPS FINAL HERO FIX
   Restore brand colors, reduce white layer, control image size
   Paste this at the very bottom of styles.css
   ================================================== */

.hero.hero-premium {
  position: relative !important;
  overflow: hidden !important;
  min-height: 760px !important;

  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,0.94) 0%,
      rgba(255,255,255,0.86) 30%,
      rgba(255,255,255,0.45) 58%,
      rgba(255,255,255,0.12) 100%
    ),
    url("assets/hero-cityscape.jpg") center bottom / 100% auto no-repeat !important;
}

/* remove previous pseudo overlays */
.hero.hero-premium::before,
.hero.hero-premium::after {
  display: none !important;
  content: none !important;
}

/* make existing dot/map layer very light, not dominant */
.hero.hero-premium .map-bg {
  p*sition: absolute !important;
  ins*t: 0 !important;
  z-index: 1 !imp*rtant;
  pointer-events: none !imp*rtant;

  background:
    radial-g*adient(circle at 72% 28%, rgba(31,127,209,0.06), transparent 35%),
    radial-gradient(#5da3d5 1px, transparent 1px) !important;

  background-size: auto, 18px 18px !important;
  opacity: 0.05 !important;

  -webkit-mask-image: radial-gradient(
    ellipse at 68% 35%,
    #000 0%,
    #000 34%,
    transparent 72%
  ) !important;

  mask-image: radial-gradient(
    ellipse at 68% 35%,
    #000 0%,
    #000 34%,
    transparent 72%
  ) !important;
}

/* hide old CSS skyline because real image is used */
.hero.hero-premium .skyline {
  display: none !important;
}

/* hide CSS plane and route because they are already inside the JPG */
.hero.hero-premium .plane-mark,
.hero.hero-premium .flight-route,
.plane-mark,
.flight-route {
  display: none !important;
}

/* keep content above background */
.hero.hero-premium .hero-wrap {
  position: relative !important;
  z-index: 5 !important;
  padding: 76px 78px 160px 26px !important;
}

/* restore SutraOps heading colors */
.hero.hero-premium .hero-copy h1 {
  color: var(--navy) !important;
  font-size: 66px !important;
  line-height: 1.02 !important;
  font-weight: 800 !important;
  letter-spacing: -1px !important;
  text-shadow: 0 4px 18px rgba(255,255,255,0.72) !important;
}

.hero.hero-premium .hero-copy h1 span {
  color: var(--orange) !important;
}

/* restore eyebrow color */
.hero.hero-premium .eyebrow {
  color: var(--orange) !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
}

/* keep paragraph readable */
.hero.hero-premium .lead {
  max-width: 560px !important;
  color: #08264d !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  text-shadow: 0 2px 10px rgba(255,255,255,0.65) !important;
}

/* keep orbit visible and unchanged */
.hero.hero-premium .hero-graphic {
  position: relative !important;
  z-index: 6 !important;
}

/* remove schedule consultation if old HTML still has it */
.hero.hero-premium .primary-btn {
  display: none !important;
}

/* restore Explore Services button */
.hero.hero-premium .outline-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  border: 1.8px solid var(--navy) !important;
  color: var(--navy) !important;
  background: rgba(255,255,255,0.88) !important;
  font-weight: 800 !important;
  padding: 16px 28px !important;
  border-radius: 9px !important;
  min-width: 220px !important;
  justify-content: center !important;
  backdrop-filter: blur(8px) !important;
  box-shadow: none !important;
}

.hero.hero-premium .outline-btn:hover {
  border-color: var(--orange) !important;
  color: var(--orange) !important;
  transform: translateY(-2px) !important;
}

/* stats bar stays slightly overlapping */
.stats-bar {
  margin-top: -56px !important;
}

/* tablet */
@media(max-width:1100px) {
  .hero.hero-premium {
    min-height: auto !important;
    background:
      linear-gradient(
        180deg,
        rgba(255,255,255,0.94) 0%,
        rgba(255,255,255,0.76) 45%,
        rgba(255,255,255,0.30) 100%
      ),
      url("assets/hero-cityscape.jpg") center bottom / cover no-repeat !important;
  }

  .hero.hero-premium .hero-wrap {
    padding: 60px 26px 150px !important;
  }

  .hero.hero-premium .hero-copy h1 {
    font-size: 48px !important;
  }
}

/* mobile */
@media(max-width:620px) {
  .hero.hero-premium .hero-copy h1 {
    font-size: 38px !important;
  }
}
/* ==================================================
   SUTRAOPS HERO FINAL BALANCED VERSION
   Full image visible as background, no rectangle cut,
   reduced zoom feel, cleaner text area
   ================================================== */

.hero.hero-premium {
  position* relative !important;
  overflow: *idden !important;
  min-height: 70*px !important;

  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,0.97) 0%,
      rgba(255,255,255,0.91) 32%,
      rgba(255,255,255,0.48) 58%,
      rgba(255,255,255,0.08) 100%
    ),
    url("assets/hero-cityscape.jpg") center center / cover no-repeat !important;
}

/* Remove extra pseudo overlays */
.hero.hero-premium::before,
.her*.hero-premium::after {
  display: none !important;
  content: none !important;
}

/* Very light dots only */
.hero.hero-premium .map-bg {
  p*sition: absolute !important;
  ins*t: 0 !important;
  z-index: 1 !imp*rtant;
  pointer-events: none !imp*rtant;

  background:
    radial-g*adient(#5da3d5 1px, transparent 1p*) !important;

  background-size: 22px 22px !important;
  opacity: 0.035 !important;
}

/* Hide old CSS skyline */
.hero.hero-premium .skyline {
  display: none !important;
}

/* Hide extra CSS plane and route because image already has them */
.hero.hero-premium .plane-mark,
.hero.hero-premium .flight-route,
.plane-mark,
.flight-route {
  display: none !important;
}

/* Main hero layout */
.hero.hero-premium .hero-wrap {
  position: relative !important;
  z-index: 5 !important;
  grid-template-columns: 0.95fr 1.05fr !important;
  padding: 64px 78px 120px 26px !important;
}

/* Left content block */
.hero.hero-premium .hero-copy {
  position: relative !important;
  z-index: 6 !important;
  max-width: 600px !important;
}

/* Heading size reduced slightly */
.hero.hero-premium .hero-copy h1 {
  color: var(--navy) !important;
  font-size: 58px !important;
  line-height: 1.04 !important;
  font-weight: 800 !important;
  letter-spacing: -1px !important;
  text-shadow: 0 4px 18px rgba(255,255,255,0.78) !important;
}

.hero.hero-premium .hero-copy h1 span {
  color: var(--orange) !important;
}

/* Eyebrow */
.hero.hero-premium .eyebrow {
  color: var(--orange) !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  margin-bottom: 12px !important;
}

/* Paragraph */
.hero.hero-premium .lead {
  max-width: 560px !important;
  color: #08264d !important;
  font-size: 16.5px !important;
  font-weight: 500 !important;
  margin-top: 22px !important;
  margin-bottom: 28px !important;
  text-shadow: 0 2px 10px rgba(255,255,255,0.70) !important;
}

/* Orbit positioning */
.hero.hero-premium .hero-graphic {
  position: relative !important;
  z-index: 6 !important;
  transform: scale(0.92) !important;
  transform-origin: center center !important;
  margin-right: 8px !important;
}

/* Remove schedule consultation if old HTML still has it */
.hero.hero-premium .primary-btn {
  display: none !important;
}

/* Explore Services button restored */
.hero.hero-premium .outline-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  border: 1.8px solid var(--navy) !important;
  color: var(--navy) !important;
  background: rgba(255,255,255,0.88) !important;
  font-weight: 800 !important;
  padding: 15px 28px !important;
  border-radius: 9px !important;
  min-width: 220px !important;
  justify-content: center !important;
  backdrop-filter: blur(8px) !important;
}

.hero.hero-premium .outline-btn:hover {
  border-color: var(--orange) !important;
  color: var(--orange) !important;
  transform: translateY(-2px) !important;
}

/* Stats bar */
.stats-bar {
  margin-top: -48px !important;
}

/* Tablet */
@media(max-width:1100px) {
  .hero.hero-premium {
    min-height: auto !important;
    background:
      linear-gradient(
        180deg,
        rgba(255,255,255,0.96) 0%,
        rgba(255,255,255,0.78) 48%,
        rgba(255,255,255,0.28) 100%
      ),
      url("assets/hero-cityscape.jpg") center center / cover no-repeat !important;
  }

  .hero.hero-premium .hero-wrap {
    grid-template-columns: 1fr !important;
    padding: 58px 26px 140px !important;
  }

  .hero.hero-premium .hero-copy h1 {
    font-size: 48px !important;
  }

  .hero.hero-premium .hero-graphic {
    transform: scale(0.86) !important;
    margin: 10px auto 0 !important;
  }
}

/* Mobile */
@media(max-width:620px) {
  .hero.hero-premium .hero-copy h1 {
    font-size: 38px !important;
  }

  .hero.hero-premium .hero-wrap {
    padding: 44px 18px 130px !important;
  }
}
/* ==================================================
   SUTRAOPS HERO FINAL POLISH
   Shows complete hero image, keeps text clean,
   reduces crop, improves balance
   ================================================== */

.hero.hero-premium {
  position: relative !important;
  overflow: hidden !important;
  min-height: 700px !important;

  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,0.98) 0%,
      rgba(255,255,255,0.95) 28%,
      rgba(255,255,255,0.70) 48%,
      rgba(255,255,255,0.18) 72%,
      rgba(255,255,255,0.02) 100%
    ),
    url("assets/hero-cityscape.jpg") right center / auto 100% no-repeat !important;
}

/* Remove old pseudo overlays */
.hero.hero-premium::before,
.hero.hero-premium::after {
  display: none !important;
  content: none !important;
}

/* Remove extra dotted overlay because image already has world map */
.hero.hero-premium .map-bg {
  display: none !important;
}

/* Remove old CSS skyline */
.hero.hero-premium .skyline {
  display: none !important;
}

/* Remove extra CSS airplane and route because hero image already contains them */
.hero.hero-premium .plane-mark,
.hero.hero-premium .flight-route,
.plane-mark,
.flight-route {
  display: none !important;
}

/* Main hero layout */
.hero.hero-premium .hero-wrap {
  position: relative !important;
  z-index: 5 !important;
  grid-template-columns: 0.92fr 1.08fr !important;
  padding: 58px 78px 110px 26px !important;
}

/* Left text block */
.hero.hero-premium .hero-copy {
  position: relative !important;
  z-index: 7 !important;
  max-width: 590px !important;
}

/* Heading refinement */
.hero.hero-premium .hero-copy h1 {
  color: var(--navy) !important;
  font-size: 56px !important;
  line-height: 1.04 !important;
  font-weight: 800 !important;
  letter-spacing: -1px !important;
  text-shadow: 0 4px 18px rgba(255,255,255,0.82) !important;
}

.hero.hero-premium .hero-copy h1 span {
  color: var(--orange) !important;
}

/* Eyebrow */
.hero.hero-premium .eyebrow {
  color: var(--orange) !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  margin-bottom: 12px !important;
}

/* Paragraph */
.hero.hero-premium .lead {
  max-width: 560px !important;
  color: #08264d !important;
  font-size: 16.5px !important;
  font-weight: 500 !important;
  margin-top: 22px !important;
  margin-bottom: 28px !important;
  text-shadow: 0 2px 10px rgba(255,255,255,0.75) !important;
}

/* Service orbit slightly smaller so it fits fully */
.hero.hero-premium .hero-graphic {
  position: relative !important;
  z-index: 6 !important;
  transform: scale(0.86) !important;
  transform-origin: center center !important;
  margin-right: 0 !important;
}

/* Remove Schedule Consultation if cached HTML still has it */
.hero.hero-premium .primary-btn {
  display: none !important;
}

/* Explore Services button */
.hero.hero-premium .outline-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  border: 1.8px solid var(--navy) !important;
  color: var(--navy) !important;
  background: rgba(255,255,255,0.90) !important;
  font-weight: 800 !important;
  padding: 15px 28px !important;
  border-radius: 9px !important;
  min-width: 220px !important;
  justify-content: center !important;
  backdrop-filter: blur(8px) !important;
}

.hero.hero-premium .outline-btn:hover {
  border-color: var(--orange) !important;
  color: var(--orange) !important;
  transform: translateY(-2px) !important;
}

/* Stats bar position */
.stats-bar {
  margin-top: -44px !important;
}

/* Tablet */
@media(max-width:1100px) {
  .hero.hero-premium {
    min-height: auto !important;
    background:
      linear-gradient(
        180deg,
        rgba(255,255,255,0.96) 0%,
        rgba(255,255,255,0.82) 45%,
        rgba(255,255,255,0.38) 100%
      ),
      url("assets/hero-cityscape.jpg") center bottom / cover no-repeat !important;
  }

  .hero.hero-premium .hero-wrap {
    grid-template-columns: 
/* ==================================================
   HERO BACKGROUND BLEND FIX
   Shows hero JPG behind left text area with softer white fade
   ================================================== */

.hero.hero-premium {
  position: relative !important;
  overflow: hidden !important;
  min-height: 700px !important;

  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,0.78) 0%,
      rgba(255,255,255,0.62) 22%,
      rgba(255,255,255,0.38) 42%,
      rgba(255,255,255,0.12) 68%,
      rgba(255,255,255,0.00) 100%
    ),
    url("assets/hero-cityscape.jpg") center center / auto 100% no-repeat !important;
}

/* Remove any old pseudo overlay layers */
.hero.hero-premium::before,
.hero.hero-premium::after {
  display: none !important;
  content: none !important;
}

/* Remove extra dotted overlay since hero JPG already has world map */
.hero.hero-premium .map-bg {
  display: none !important;
}

/* Hide old CSS skyline */
.hero.hero-premium .skyline {
  display: none !important;
}

/* Hide extra CSS plane and route because the JPG already contains them */
.hero.hero-premium .plane-mark,
.hero.hero-premium .flight-route,
.plane-mark,
.flight-route {
  display: none !important;
}

/* Main hero spacing */
.hero.hero-premium .hero-wrap {
  position: relative !important;
  z-index: 5 !important;
  grid-template-columns: 0.92fr 1.08fr !important;
  padding: 58px 78px 110px 26px !important;
}

/* Keep text readable over image */
.hero.hero-premium .hero-copy {
  position: relative !important;
  z-index: 7 !important;
  max-width: 590px !important;
}

/* Heading */
.hero.hero-premium .hero-copy h1 {
  color: var(--navy) !important;
  font-size: 56px !important;
  line-height: 1.04 !important;
  font-weight: 800 !important;
  letter-spacing: -1px !important;
  text-shadow: 0 4px 20px rgba(255,255,255,0.90) !important;
}

.hero.hero-premium .hero-copy h1 span {
  color: var(--orange) !important;
}

/* Eyebrow */
.hero.hero-premium .eyebrow {
  color: var(--orange) !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  margin-bottom: 12px !important;
}

/* Paragraph */
.hero.hero-premium .lead {
  max-width: 560px !important;
  color: #08264d !important;
  font-size: 16.5px !important;
  font-weight: 500 !important;
  margin-top: 22px !important;
  margin-bottom: 28px !important;
  text-shadow: 0 2px 12px rgba(255,255,255,0.85) !important;
}

/* Service orbit */
.hero.hero-premium .hero-graphic {
  position: relative !important;
  z-index: 6 !important;
  transform: scale(0.86) !important;
  transform-origin: center center !important;
  margin-right: 0 !important;
}

/* Remove schedule consultation */
.hero.hero-premium .primary-btn {
  display: none !important;
}

/* Explore Services button */
.hero.hero-premium .outline-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  border: 1.8px solid var(--navy) !important;
  color: var(--navy) !important;
  background: rgba(255,255,255,0.82) !important;
  font-weight: 800 !important;
  padding: 15px 28px !important;
  border-radius: 9px !important;
  min-width: 220px !important;
  justify-content: center !important;
  backdrop-filter: blur(8px) !important;
}

.hero.hero-premium .outline-btn:hover {
  border-color: var(--orange) !important;
  color: var(--orange) !important;
  transform: translateY(-2px) !important;
}

/* Stats bar */
.stats-bar {
  margin-top: -44px !important;
}
``
/* ==================================================
   FINAL LEFT-SIDE HERO IMAGE VISIBILITY FIX
   Makes hero JPG continue behind text area also
   ================================================== */

.hero.hero-premium {
  position: relative !important;
  overflow: hidden !important;
  min-height: 700px !important;

  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,0.68) 0%,
      rgba(255,255,255,0.52) 22%,
      rgba(255,255,255,0.30) 42%,
      rgba(255,255,255,0.10) 65%,
      rgba(255,255,255,0.00) 100%
    ),
    url("assets/hero-cityscape.jpg") 42% center / auto 100% no-repeat !important;
}

/* Remove extra overlay layers */
.hero.hero-premium::before,
.hero.hero-premium::after {
  display: none !important;
  content: none !important;
}

/* Hide separate overlay because JPG already contains world map */
.hero.hero-premium .map-bg {
  display: none !important;
}

/* Hide old CSS skyline */
.hero.hero-premium .skyline {
  display: none !important;
}

/* Hide extra CSS airplane and route because JPG already includes them */
.hero.hero-premium .plane-mark,
.hero.hero-premium .flight-route,
.plane-mark,
.flight-route {
  display: none !important;
}

/* Keep hero content readable */
.hero.hero-premium .hero-wrap {
  position: relative !important;
  z-index: 5 !important;
  grid-template-columns: 0.92fr 1.08fr !important;
  padding: 58px 78px 110px 26px !important;
}

/* Left text block */
.hero.hero-premium .hero-copy {
  position: relative !important;
  z-index: 7 !important;
  max-width: 590px !important;
}

/* Heading */
.hero.hero-premium .hero-copy h1 {
  color: var(--navy) !important;
  font-size: 56px !important;
  line-height: 1.04 !important;
  font-weight: 800 !important;
  letter-spacing: -1px !important;
  text-shadow: 0 4px 22px rgba(255,255,255,0.90) !important;
}

.hero.hero-premium .hero-copy h1 span {
  color: var(--orange) !important;
}

/* Eyebrow */
.hero.hero-premium .eyebrow {
  color: var(--orange) !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  margin-bottom: 12px !important;
}

/* Paragraph */
.hero.hero-premium .lead {
  max-width: 560px !important;
  color: #08264d !important;
  font-size: 16.5px !important;
  font-weight: 500 !important;
  margin-top: 22px !important;
  margin-bottom: 28px !important;
  text-shadow: 0 2px 14px rgba(255,255,255,0.92) !important;
}

/* Service orbit */
.hero.hero-premium .hero-graphic {
  position: relative !important;
  z-index: 6 !important;
  transform: scale(0.86) !important;
  transform-origin: center center !important;
  margin-right: 0 !important;
}

/* Remove Schedule Consultation */
.hero.hero-premium .primary-btn {
  display: none !important;
}

/* Explore Services button */
.hero.hero-premium .outline-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  border: 1.8px solid var(--navy) !important;
  color: var(--navy) !important;
  background: rgba(255,255,255,0.78) !important;
  font-weight: 800 !important;
  padding: 15px 28px !important;
  border-radius: 9px !important;
  min-width: 220px !important;
  justify-content: center !important;
  backdrop-filter: blur(8px) !important;
}

.hero.hero-premium .outline-btn:hover {
  border-color: var(--orange) !important;
  color: var(--orange) !important;
  transform: translateY(-2px) !important;
}

/* Stats bar */
.stats-bar {
  margin-top: -44px !important;
}
.founder-photo img{
    width:100%;
    max-width:350px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
    object-fit:cover;
}
.founder-section{
    display:grid;
    grid-template-columns: 2fr 280px;
    gap:40px;
    align-items:start;
}

.founder-section h3{
    margin-top:30px;
    color:#0e5077;
}
.visual.founder-photo{
    width:260px !important;
    background:none !important;
    padding:0 !important;
    box-shadow:none !important;
    display:flex;
    justify-content:center;
    align-items:flex-start;
}

.visual.founder-photo img{
    width:220px !important;
    height:280px !important;
    max-width:220px !important;
    object-fit:cover;
    border-radius:16px;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}
.founder-photo{
    display:flex;
    justify-content:center;
    align-items:center;
}

.founder-section{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 260px !important;
    gap:40px !important;
    align-items:start !important;
}
