
:root{
  --navy:#0f2147;--navy-2:#09152d;--navy-3:#17335f;--gold:#c89b3c;--gold-2:#e5c56b;--ink:#132033;--muted:#64748b;--bg:#f7f9fc;--card:#ffffff;--line:#e6ebf2;--soft:#fff8e7;--shadow:0 24px 70px rgba(9,21,45,.12);--shadow2:0 12px 32px rgba(9,21,45,.09);--radius:24px;--radius-sm:16px;--max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--max);margin:0 auto;padding:0 22px}.section{padding:88px 0}.section:nth-of-type(even){background:#fff}.section-head{max-width:780px;margin:0 auto 36px;text-align:center}.section-head h2,.two-col h2,.process h2,.cta h2,.detail-block h2{font-family:"Playfair Display",serif;font-size:clamp(32px,4vw,52px);line-height:1.08;margin:10px 0 14px;color:var(--navy-2)}.section-head p,.hero p,.inner-hero p{font-size:18px;color:var(--muted);margin:0}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:12px}.eyebrow:before{content:"";width:32px;height:2px;background:linear-gradient(90deg,var(--gold),var(--gold-2));border-radius:9px}.topbar{background:var(--navy-2);color:#dbe6f6;font-size:13px}.topbar-in{display:flex;justify-content:space-between;gap:16px;align-items:center;min-height:38px}.topbar a{color:var(--gold-2);font-weight:800}.site-header{position:sticky;top:0;z-index:99;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);box-shadow:0 8px 28px rgba(9,21,45,.07);border-bottom:1px solid rgba(200,155,60,.18)}.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:14px;min-width:260px}.brand img{width:58px;height:58px;border-radius:16px;object-fit:contain;background:#fff;border:1px solid rgba(200,155,60,.25);box-shadow:var(--shadow2)}.brand b{display:block;font-family:"Playfair Display",serif;font-size:22px;color:var(--navy-2);line-height:1}.brand small{display:block;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.03em}.main-nav{display:flex;align-items:center;gap:5px}.main-nav a,.dropbtn{padding:10px 13px;border-radius:999px;font-weight:800;color:#24364f;font-size:14px;border:0;background:transparent;font:inherit;cursor:pointer}.main-nav a:hover,.main-nav a.active,.drop:hover .dropbtn{background:#f1f5f9;color:var(--navy)}.nav-cta{background:linear-gradient(135deg,var(--gold),var(--gold-2))!important;color:var(--navy-2)!important;box-shadow:0 10px 26px rgba(200,155,60,.25)}.menu-btn{display:none;border:0;background:var(--navy);color:#fff;border-radius:12px;padding:10px 13px;font-size:22px}.drop{position:relative}.drop-menu{display:none;position:absolute;top:44px;left:0;min-width:280px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:10px}.drop:hover .drop-menu{display:grid;grid-template-columns:1fr;gap:2px}.drop-menu a{border-radius:12px;display:block}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 75% 15%,rgba(229,197,107,.28),transparent 32%),linear-gradient(135deg,var(--navy-2),var(--navy) 58%,#17345e);color:#fff;padding:92px 0 52px}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(180deg,#000,transparent 84%)}.hero-grid{position:relative;display:grid;grid-template-columns:1.08fr .92fr;gap:50px;align-items:center}.hero h1{font-family:"Playfair Display",serif;font-size:clamp(44px,6vw,76px);line-height:.98;margin:14px 0 22px;letter-spacing:-.035em}.hero p{color:#dce7f7;max-width:690px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;padding:14px 23px;font-weight:900;border:1px solid transparent;transition:.25s ease;cursor:pointer}.btn:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(9,21,45,.18)}.btn.gold{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:var(--navy-2)}.btn.light{background:#fff;color:var(--navy);border-color:var(--line)}.btn.glass{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.22);color:#fff}.hero-panel{position:relative;border:1px solid rgba(229,197,107,.28);background:linear-gradient(160deg,rgba(255,255,255,.16),rgba(255,255,255,.07));border-radius:34px;padding:28px;box-shadow:0 30px 100px rgba(0,0,0,.25);backdrop-filter:blur(18px)}.hero-panel:after{content:"";position:absolute;width:120px;height:120px;right:-26px;top:-26px;background:rgba(229,197,107,.22);border-radius:50%;filter:blur(10px)}.panel-title{font-weight:900;color:var(--gold-2);letter-spacing:.04em;text-transform:uppercase;font-size:13px}.compliance-ticks{display:grid;gap:13px;margin:22px 0}.compliance-ticks span{padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);font-weight:800}.compliance-ticks span:before{content:"✓";color:var(--gold-2);margin-right:10px}.mini-report{background:#fff;color:var(--ink);border-radius:22px;padding:20px;margin-top:16px}.mini-report b{color:var(--navy)}.stats-strip{position:relative;margin-top:54px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat{background:#fff;color:var(--navy);border-radius:22px;padding:24px;text-align:center;box-shadow:var(--shadow2);border:1px solid rgba(229,197,107,.25)}.stat b{display:block;font-family:"Playfair Display",serif;font-size:42px;color:var(--gold)}.stat span{font-weight:900;color:#34435a}.two-col,.service-layout-pro,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:start}.trust-card,.polish-band,.contact-card,.lead-form,.detail-block,.sticky-box,.related-box,.admin-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:32px;box-shadow:var(--shadow2)}.trust-card h3{font-family:"Playfair Display",serif;font-size:32px;margin:0 0 8px;color:var(--navy)}.trust-card ul,.premium-list{padding-left:0;list-style:none;display:grid;gap:10px}.trust-card li,.premium-list li{padding:12px 14px;border-radius:14px;background:#f8fafc;border:1px solid #e8edf4;font-weight:800}.trust-card li:before,.premium-list li:before{content:"●";color:var(--gold);margin-right:9px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:var(--shadow2);transition:.28s ease;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--navy),var(--gold));transform:scaleX(0);transform-origin:left;transition:.28s ease}.service-card:hover{transform:translateY(-8px);border-color:rgba(200,155,60,.55);box-shadow:var(--shadow)}.service-card:hover:before{transform:scaleX(1)}.service-card .icon{display:inline-grid;place-items:center;width:54px;height:54px;border-radius:18px;background:var(--soft);color:var(--gold);font-weight:900;margin-bottom:16px}.service-card h3{font-size:21px;line-height:1.25;margin:0 0 10px;color:var(--navy)}.service-card p{color:var(--muted);margin:0 0 14px}.service-card em{font-style:normal;font-weight:900;color:var(--gold)}.navy{background:linear-gradient(135deg,var(--navy-2),var(--navy));color:#fff}.light-head h2,.light-head p{color:#fff}.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.industry-card{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);border-radius:22px;padding:24px;color:#fff;transition:.25s}.industry-card:hover{transform:translateY(-5px);background:rgba(255,255,255,.14);border-color:rgba(229,197,107,.45)}.industry-card span{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:15px;background:linear-gradient(135deg,var(--gold),var(--gold-2));color:var(--navy);font-weight:900}.compliance-matrix{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:24px}.compliance-matrix span{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;text-align:center;font-weight:900;color:var(--navy);box-shadow:0 10px 24px rgba(9,21,45,.05)}.mini-kpi-grid,.service-quality-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}.mini-kpi-grid div,.service-quality-row div{background:#f8fafc;border:1px solid var(--line);border-radius:18px;padding:20px}.mini-kpi-grid b,.service-quality-row b{display:block;color:var(--gold);font-family:"Playfair Display",serif;font-size:30px}.process{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.steps div{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:var(--shadow2);position:relative}.steps b{color:var(--gold);font-size:28px}.logo-wall{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.logo-wall span{background:#fff;border:1px solid var(--line);padding:18px;border-radius:16px;text-align:center;font-weight:900;color:var(--navy);box-shadow:0 8px 22px rgba(9,21,45,.05)}.cta{padding:80px 0;background:#fff}.cta-box{background:radial-gradient(circle at 80% 20%,rgba(229,197,107,.28),transparent 35%),linear-gradient(135deg,var(--navy-2),var(--navy));color:#fff;border-radius:34px;padding:44px;display:flex;align-items:center;justify-content:space-between;gap:25px;box-shadow:var(--shadow)}.cta h2{color:#fff;margin:0 0 8px}.cta p{color:#dce7f7;margin:0}.inner-hero,.service-hero-pro{background:radial-gradient(circle at 82% 18%,rgba(229,197,107,.25),transparent 30%),linear-gradient(135deg,var(--navy-2),var(--navy));color:#fff;padding:74px 0}.inner-hero h1,.service-hero-pro h1{font-family:"Playfair Display",serif;font-size:clamp(38px,5vw,66px);line-height:1;margin:12px 0}.inner-hero p,.service-hero-pro p{color:#dbe6f6;max-width:780px}.service-hero-grid{display:grid;grid-template-columns:1fr .7fr;gap:32px;align-items:center}.service-proof-card{background:linear-gradient(145deg,#ffffff 0%,#fffaf0 100%);border:1px solid rgba(229,197,107,.50);border-radius:28px;padding:34px;box-shadow:0 26px 70px rgba(6,17,38,.22);color:#13213a}.service-proof-card span{color:#c8952c;font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.service-proof-card b{display:block;font-family:"Playfair Display",serif;font-size:32px;line-height:1.15;margin:10px 0 14px;color:#111827}.service-proof-card p{color:#4f5f75!important;font-size:16px;line-height:1.75;margin:0}.proof-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.proof-mini strong{background:#f5f7fb;color:#10233c;border-radius:14px;padding:11px 10px;text-align:center;font-size:13px;box-shadow:0 8px 20px rgba(6,17,38,.06)}.service-layout-pro{grid-template-columns:1fr 340px}.service-page-pro article{display:grid;gap:24px}.benefit-grid-pro{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.benefit-grid-pro div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow2);font-weight:900}.benefit-grid-pro b{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--soft);color:var(--gold);margin-right:8px}.dark-detail{background:linear-gradient(135deg,var(--navy-2),var(--navy));color:#fff}.dark-detail h2{color:#fff}.process-line{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.process-line div{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:16px}.process-line b{color:var(--gold-2);display:block}.premium-faq details{background:#f8fafc;border:1px solid var(--line);border-radius:16px;padding:16px;margin:10px 0}.premium-faq summary{cursor:pointer;font-weight:900;color:var(--navy)}.service-sidebar-pro{display:grid;gap:18px;position:relative}.sticky-box{position:sticky;top:105px}.side-facts{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.side-facts span,.footer-badges span{background:var(--soft);color:var(--navy);border:1px solid rgba(200,155,60,.3);border-radius:999px;padding:7px 10px;font-weight:900;font-size:12px}.related-box a{display:block;padding:12px 0;border-bottom:1px solid var(--line);font-weight:800;color:var(--navy)}.lead-form{display:grid;gap:14px}.lead-form label{display:grid;gap:6px;font-weight:900;color:var(--navy)}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;font:inherit;background:#fff}input:focus,select:focus,textarea:focus{outline:2px solid rgba(200,155,60,.25);border-color:var(--gold)}.footer{background:var(--navy-2);color:#dbe6f6;padding:70px 0 24px}.footer-cta{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:32px;display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:40px}.footer-cta h2{font-family:"Playfair Display",serif;color:#fff;margin:8px 0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:34px}.footer a{display:block;color:#dbe6f6;margin:8px 0}.footer a:hover{color:var(--gold-2)}.footer-logo{width:78px;border-radius:16px;background:#fff;padding:5px}.copyright{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;margin-top:38px;color:#9fb0ca}.whatsapp{position:fixed;right:20px;bottom:20px;z-index:100;background:#25d366;color:#fff;border-radius:999px;padding:12px 18px;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.18)}.page-polish-note{background:var(--soft);border:1px solid rgba(200,155,60,.28);border-radius:14px;padding:12px;color:var(--navy);font-weight:800}.text-link{font-weight:900;color:var(--gold)}.admin-body{background:#eef3f9}.admin-side{position:fixed;inset:0 auto 0 0;width:270px;background:linear-gradient(180deg,var(--navy-2),var(--navy));color:#fff;padding:24px;overflow:auto}.admin-side h2{font-family:"Playfair Display",serif;margin:0}.admin-side p{color:#b7c5dc}.admin-side a{display:block;padding:12px 14px;border-radius:14px;margin:6px 0;background:rgba(255,255,255,.07);font-weight:800}.admin-side a:hover{background:rgba(229,197,107,.2)}.admin-main{margin-left:270px;padding:32px}.admin-main h1{font-family:"Playfair Display",serif;font-size:44px;color:var(--navy);margin:0 0 8px}.admin-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:26px 0}.admin-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:var(--shadow2)}.admin-card b{display:block;color:var(--gold);font-size:42px;font-family:"Playfair Display",serif}.admin-table{width:100%;border-collapse:collapse;background:#fff;border-radius:18px;overflow:hidden}.admin-table th{background:var(--navy);color:#fff;text-align:left}.admin-table th,.admin-table td{padding:13px;border-bottom:1px solid var(--line);font-size:14px}.reveal{opacity:0;transform:translateY(18px);transition:.65s ease}.reveal.visible{opacity:1;transform:translateY(0)}
@media(max-width:1000px){.hero-grid,.two-col,.service-hero-grid,.service-layout-pro,.contact-grid,.process{grid-template-columns:1fr}.service-grid{grid-template-columns:repeat(2,1fr)}.industry-grid,.stats-strip,.mini-kpi-grid,.steps,.logo-wall,.benefit-grid-pro,.process-line{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.cta-box,.footer-cta{display:block}.admin-side{position:static;width:auto}.admin-main{margin-left:0}.admin-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.topbar-in{display:none}.nav-wrap{height:auto;min-height:74px}.menu-btn{display:block}.main-nav{display:none;position:absolute;top:74px;left:16px;right:16px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:14px;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.drop-menu{position:static;display:none;box-shadow:none;border:0;padding:0;margin-left:8px}.drop.open .drop-menu{display:block}.drop:hover .drop-menu{display:none}.main-nav a,.dropbtn{text-align:left;width:100%}.brand{min-width:0}.brand small{display:none}.hero{padding:58px 0 34px}.hero h1{font-size:42px}.section{padding:58px 0}.service-grid,.industry-grid,.stats-strip,.mini-kpi-grid,.steps,.logo-wall,.benefit-grid-pro,.process-line,.footer-grid,.admin-cards{grid-template-columns:1fr}.compliance-matrix{grid-template-columns:repeat(2,1fr)}.footer-cta,.cta-box{padding:24px}.service-hero-pro,.inner-hero{padding:52px 0}.sticky-box{position:relative;top:auto}}


/* =========================================================
   FINAL 100% POLISH PASS - S. UNHALE & CO.
   Scope: premium visual finish, stronger conversion blocks,
   responsive refinement, admin readability, form polish.
   ========================================================= */
body{overflow-x:hidden}.site-header{transition:.25s ease}.site-header.scrolled{box-shadow:0 16px 44px rgba(9,21,45,.14)}
.hero{min-height:680px;display:flex;align-items:center}.hero h1 span,.gradient-word{background:linear-gradient(135deg,#fff,var(--gold-2));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy{max-width:760px}.hero-panel{isolation:isolate}.hero-panel .panel-title:before{content:"";display:inline-block;width:10px;height:10px;border-radius:50%;background:#37d67a;margin-right:8px;box-shadow:0 0 0 6px rgba(55,214,122,.13)}
.stat{position:relative;overflow:hidden}.stat:after{content:"";position:absolute;inset:auto -30px -40px auto;width:120px;height:120px;border-radius:50%;background:rgba(200,155,60,.08)}
.service-card,.industry-card,.trust-card,.polish-band,.detail-block,.sticky-box,.related-box,.contact-card,.lead-form{will-change:transform}.service-card h3,.industry-card h3{letter-spacing:-.02em}.service-card:hover .icon{transform:rotate(-3deg) scale(1.05);background:linear-gradient(135deg,var(--gold),var(--gold-2));color:var(--navy-2)}.service-card .icon{transition:.25s ease}
.executive-strip{margin-top:-28px;position:relative;z-index:4}.executive-strip-inner{background:#fff;border:1px solid rgba(200,155,60,.22);box-shadow:var(--shadow);border-radius:28px;padding:18px;display:grid;grid-template-columns:1.15fr repeat(3,1fr);gap:14px}.executive-strip-inner div{background:#f8fafc;border:1px solid var(--line);border-radius:18px;padding:18px}.executive-strip-inner b{display:block;color:var(--navy);font-size:18px}.executive-strip-inner span{font-size:13px;color:var(--muted);font-weight:800}.executive-strip-inner .gold-cell{background:linear-gradient(135deg,var(--navy-2),var(--navy));color:#fff}.executive-strip-inner .gold-cell b{color:var(--gold-2)}.executive-strip-inner .gold-cell span{color:#dbe6f6}
.premium-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:var(--shadow2);position:relative}.testimonial-card:before{content:'“';position:absolute;right:22px;top:2px;font-family:"Playfair Display",serif;font-size:76px;color:rgba(200,155,60,.18)}.testimonial-card p{color:var(--muted)}.testimonial-card b{color:var(--navy)}
.final-resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.final-resource-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:var(--shadow2)}.final-resource-card span{display:inline-flex;padding:7px 11px;border-radius:999px;background:var(--soft);color:var(--gold);font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.final-resource-card h3{color:var(--navy);font-size:22px;margin:16px 0 10px}.final-resource-card p{color:var(--muted)}
.form-note{font-size:13px;color:var(--muted);font-weight:700}.lead-form{position:relative;overflow:hidden}.lead-form:before{content:"";position:absolute;inset:0 0 auto;height:6px;background:linear-gradient(90deg,var(--navy),var(--gold),var(--gold-2))}.lead-form h2{font-family:"Playfair Display",serif;color:var(--navy);margin:0 0 8px}.lead-form .two-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-card .contact-pill{display:inline-flex;margin:6px 6px 0 0;padding:9px 12px;border-radius:999px;background:var(--soft);font-weight:900;color:var(--navy)}
.footer-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.footer-badges span{padding:7px 10px;border-radius:999px;background:rgba(229,197,107,.13);border:1px solid rgba(229,197,107,.2);color:var(--gold-2);font-weight:900;font-size:12px}
.admin-table tr:hover td{background:#f8fafc}.admin-panel h2{font-family:"Playfair Display",serif;color:var(--navy);margin-top:0}.status-pill{display:inline-flex;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;background:#ecfdf5;color:#067647}.danger-pill{background:#fff1f2;color:#be123c}
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{left:16px;top:16px;width:auto;height:auto;background:#fff;color:var(--navy);padding:10px 14px;border-radius:12px;z-index:9999}
@media(max-width:1000px){.executive-strip-inner{grid-template-columns:1fr 1fr}.premium-testimonials,.final-resource-grid{grid-template-columns:1fr 1fr}.hero{min-height:auto}}
@media(max-width:760px){.executive-strip{margin-top:18px}.executive-strip-inner,.premium-testimonials,.final-resource-grid,.lead-form .two-fields{grid-template-columns:1fr}.hero-actions .btn{width:100%}.brand b{font-size:18px}.whatsapp{right:12px;bottom:12px;padding:10px 14px}.service-card,.detail-block,.sticky-box,.related-box,.lead-form,.contact-card{border-radius:20px;padding:22px}.section-head h2,.two-col h2,.process h2,.cta h2,.detail-block h2{font-size:32px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}


/* ==== SANJAY FINAL REAL POLISH PASS ==== */
:root{
  --navy:#0a1a3a;
  --navy-2:#061126;
  --navy-3:#122f5d;
  --gold:#c49335;
  --gold-2:#efd28a;
  --ink:#101828;
  --muted:#5f6f89;
  --bg:#f6f8fb;
  --card:#ffffff;
  --line:#e7edf5;
  --soft:#fff8e8;
  --shadow:0 28px 90px rgba(6,17,38,.14);
  --shadow2:0 16px 42px rgba(6,17,38,.10);
  --radius:28px;
}
body{
  background:
    radial-gradient(circle at 4% 0%,rgba(196,147,53,.09),transparent 28rem),
    radial-gradient(circle at 96% 12%,rgba(10,26,58,.08),transparent 28rem),
    var(--bg);
  letter-spacing:-.01em;
}
.topbar{background:linear-gradient(90deg,var(--navy-2),var(--navy));border-bottom:1px solid rgba(239,210,138,.18)}
.site-header{backdrop-filter:blur(18px);background:rgba(255,255,255,.90);border-bottom:1px solid rgba(10,26,58,.08)}
.site-header.scrolled{box-shadow:0 18px 50px rgba(6,17,38,.10)}
.brand img{width:66px;height:66px;object-fit:contain;border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(6,17,38,.10)}
.brand b{letter-spacing:.04em}
.main-nav a,.dropbtn{font-weight:900;letter-spacing:.01em}
.nav-cta,.btn.gold{background:linear-gradient(135deg,var(--gold),#a9791f);box-shadow:0 14px 34px rgba(196,147,53,.28);border:1px solid rgba(255,255,255,.22)}
.btn.gold:hover,.nav-cta:hover{transform:translateY(-3px);box-shadow:0 22px 48px rgba(196,147,53,.34)}
.hero-final{position:relative;overflow:hidden;background:
  linear-gradient(135deg,rgba(6,17,38,.97),rgba(10,26,58,.94)),
  radial-gradient(circle at 75% 20%,rgba(239,210,138,.23),transparent 28rem);
  color:#fff;
}
.hero-final:before{content:"";position:absolute;inset:-30% -12% auto auto;width:620px;height:620px;border-radius:50%;border:1px solid rgba(239,210,138,.22);box-shadow:0 0 0 70px rgba(239,210,138,.035)}
.hero-final:after{content:"";position:absolute;left:0;right:0;bottom:0;height:110px;background:linear-gradient(180deg,transparent,rgba(246,248,251,.98))}
.hero-final .container{position:relative;z-index:2}
.hero h1{font-size:clamp(48px,7vw,84px);line-height:.95;letter-spacing:-.05em}
.hero p{max-width:740px;color:rgba(255,255,255,.84)}
.hero-trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.hero-trust span{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(239,210,138,.20);color:var(--gold-2);font-weight:900;font-size:13px}
.executive-card{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,250,236,.94));color:var(--ink);border:1px solid rgba(239,210,138,.45);box-shadow:0 34px 90px rgba(0,0,0,.25)}
.panel-title{font-family:"Playfair Display",serif;font-size:30px;color:var(--navy-2)}
.compliance-ticks span{background:#fff;border:1px solid rgba(196,147,53,.25);box-shadow:0 10px 24px rgba(6,17,38,.06)}
.elevated-stats{margin-top:-26px;position:relative;z-index:4;background:#fff;border:1px solid rgba(196,147,53,.22);box-shadow:0 24px 70px rgba(6,17,38,.13)}
.stat b{background:linear-gradient(135deg,var(--navy),var(--gold));-webkit-background-clip:text;background-clip:text;color:transparent}
.executive-strip{margin-top:0;background:transparent}
.executive-strip-inner{border:1px solid rgba(196,147,53,.20);box-shadow:0 16px 44px rgba(6,17,38,.08)}
.section{position:relative}
.section-head .eyebrow,.eyebrow{color:var(--gold);letter-spacing:.16em;font-weight:1000}
.section-head h2,.two-col h2,.process h2,.cta h2,.detail-block h2{letter-spacing:-.04em}
.service-grid{align-items:stretch}
.service-card{position:relative;overflow:hidden;border:1px solid rgba(10,26,58,.08);box-shadow:0 18px 46px rgba(6,17,38,.08);transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease}
.service-card:before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:linear-gradient(90deg,var(--navy),var(--gold),var(--gold-2));opacity:.88}
.service-card:hover{transform:translateY(-8px);box-shadow:0 30px 80px rgba(6,17,38,.16);border-color:rgba(196,147,53,.34)}
.service-card .icon{background:linear-gradient(135deg,var(--navy),var(--navy-3));color:var(--gold-2);box-shadow:0 16px 34px rgba(6,17,38,.18)}
.service-card em{color:var(--gold);font-weight:1000}
.service-hero-pro,.service-hub-hero,.inner-hero{background:
  linear-gradient(135deg,var(--navy-2),var(--navy)),
  radial-gradient(circle at 82% 18%,rgba(239,210,138,.24),transparent 28rem);
  color:#fff;position:relative;overflow:hidden}
.service-hero-pro:after,.service-hub-hero:after,.inner-hero:after{content:"";position:absolute;right:-80px;top:-120px;width:390px;height:390px;border-radius:50%;border:1px solid rgba(239,210,138,.22);box-shadow:0 0 0 54px rgba(239,210,138,.04)}
.service-proof-card,.sticky-box,.related-box,.detail-block,.lead-form,.contact-card,.resource-tile{box-shadow:0 18px 48px rgba(6,17,38,.09);border:1px solid rgba(10,26,58,.08)}
.service-proof-card{background:rgba(255,255,255,.96);color:var(--ink);border-color:rgba(239,210,138,.45)}
.premium-list li{padding:14px 16px;border-radius:16px;background:#fff;border:1px solid var(--line);box-shadow:0 8px 20px rgba(6,17,38,.04);margin-bottom:10px}
.benefit-grid-pro div{background:linear-gradient(180deg,#fff,#fffaf0);border:1px solid rgba(196,147,53,.22);transition:.25s ease}
.benefit-grid-pro div:hover{transform:translateY(-5px)}
.dark-detail,.cta{background:linear-gradient(135deg,var(--navy-2),var(--navy));color:#fff;border:0}
.dark-detail h2,.cta h2{color:#fff}
.process-line div{background:rgba(255,255,255,.08);border:1px solid rgba(239,210,138,.22);border-radius:18px}
.clients-wall,.logo-wall{filter:saturate(.95)}
.footer{background:
  radial-gradient(circle at 12% 0%,rgba(239,210,138,.16),transparent 24rem),
  linear-gradient(135deg,var(--navy-2),#030914);color:rgba(255,255,255,.78)}
.footer-cta{background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(239,210,138,.10));border:1px solid rgba(239,210,138,.20);box-shadow:0 24px 70px rgba(0,0,0,.18)}
.footer h2,.footer h4{color:#fff}
.footer a:hover{color:var(--gold-2)}
.whatsapp{background:linear-gradient(135deg,#0f9d58,#075e54);box-shadow:0 18px 42px rgba(7,94,84,.26)}
.reveal{transition:opacity .7s ease, transform .7s ease}
@media(max-width:900px){
  .hero-grid,.service-hero-grid,.service-layout-pro,.two-col{grid-template-columns:1fr!important}
  .hero h1{font-size:46px}
  .main-nav{border-top:1px solid var(--line)}
}
@media(max-width:760px){
  .topbar{display:none}
  .brand img{width:54px;height:54px}
  .hero-final{padding-top:36px}
  .hero h1{font-size:40px}
  .section{padding:62px 0}
  .elevated-stats{margin-top:20px}
}


/* ==== CASE STUDY REMOVED + HOME SECTION UIUX POLISH ==== */
.management-assurance{
  padding:72px 0;
  margin-top:-10px;
  background:
    radial-gradient(circle at 12% 10%, rgba(239,210,138,.14), transparent 25rem),
    linear-gradient(180deg,#ffffff,#f7f9fc);
}
.assurance-grid{
  display:grid;
  grid-template-columns:1.35fr repeat(3,1fr);
  gap:18px;
  align-items:stretch;
}
.assurance-main,.assurance-card{
  background:#fff;
  border:1px solid rgba(10,26,58,.08);
  border-radius:28px;
  box-shadow:0 18px 50px rgba(6,17,38,.08);
}
.assurance-main{
  padding:36px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.98),rgba(255,248,232,.96));
  border-color:rgba(196,147,53,.24);
}
.assurance-main h2{
  font-family:"Playfair Display",serif;
  color:var(--navy-2);
  font-size:clamp(30px,3.5vw,48px);
  line-height:1.08;
  margin:10px 0 14px;
  letter-spacing:-.04em;
}
.assurance-main p{color:var(--muted);font-size:17px;margin:0}
.assurance-card{
  padding:28px;
  position:relative;
  overflow:hidden;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.assurance-card:before{
  content:"";
  position:absolute;
  top:0;left:0;right:0;height:5px;
  background:linear-gradient(90deg,var(--navy),var(--gold),var(--gold-2));
}
.assurance-card:hover{
  transform:translateY(-7px);
  box-shadow:0 28px 70px rgba(6,17,38,.13);
  border-color:rgba(196,147,53,.32);
}
.assurance-card b{
  display:inline-grid;
  place-items:center;
  width:48px;height:48px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--navy),var(--navy-3));
  color:var(--gold-2);
  margin-bottom:18px;
}
.assurance-card h3{margin:0 0 10px;color:var(--navy-2);font-size:21px}
.assurance-card p{margin:0;color:var(--muted);line-height:1.6}

/* cleaner navigation after case study removal */
.main-nav{gap:8px}
.main-nav a,.dropbtn{border-radius:999px}
.drop-menu a{border-radius:12px}

/* final card polish */
.section .container > .service-card,
.service-card,
.resource-tile,
.contact-card,
.detail-block,
.sticky-box{
  will-change:transform;
}
input,textarea,select{
  border:1px solid var(--line);
  border-radius:14px;
  padding:13px 14px;
  outline:none;
  transition:border-color .2s ease, box-shadow .2s ease;
}
input:focus,textarea:focus,select:focus{
  border-color:rgba(196,147,53,.7);
  box-shadow:0 0 0 4px rgba(196,147,53,.12);
}
@media(max-width:1100px){
  .assurance-grid{grid-template-columns:1fr 1fr}
  .assurance-main{grid-column:1/-1}
}
@media(max-width:700px){
  .management-assurance{padding:52px 0}
  .assurance-grid{grid-template-columns:1fr}
  .assurance-main,.assurance-card{border-radius:22px;padding:24px}
}

/* Final Resources + FAQ premium polish */
.resource-library-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.resource-tile{display:block;background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:var(--shadow2);position:relative;overflow:hidden;transition:.28s ease}.resource-tile:before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:linear-gradient(90deg,var(--navy),var(--gold))}.resource-tile:hover{transform:translateY(-7px);border-color:rgba(200,155,60,.55);box-shadow:var(--shadow)}.resource-tile b{font-family:"Playfair Display",serif;font-size:34px;color:var(--gold);display:block}.resource-tile>span{display:inline-flex;margin:8px 0 14px;padding:7px 11px;border-radius:999px;background:var(--soft);color:var(--navy);font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.resource-tile h3{font-size:23px;line-height:1.22;color:var(--navy);margin:0 0 10px}.resource-tile p{color:var(--muted);margin:0 0 16px}.resource-tile ul{list-style:none;padding:0;margin:0 0 18px;display:grid;gap:8px}.resource-tile li{padding:9px 11px;border-radius:12px;background:#f8fafc;border:1px solid #e8edf4;color:#334155;font-weight:800;font-size:14px}.resource-tile li:before{content:"✓";color:var(--gold);margin-right:8px}.resource-tile em{font-style:normal;font-weight:900;color:var(--gold)}.touch-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.touch-grid div{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);border-radius:22px;padding:24px;color:#fff}.touch-grid b{display:block;font-family:"Playfair Display",serif;font-size:30px;color:var(--gold-2);margin-bottom:8px}.touch-grid p{margin:0;color:#dbe6f6}.faq-layout{display:grid;grid-template-columns:290px 1fr;gap:34px;align-items:start}.faq-side{position:sticky;top:110px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow2)}.faq-side h3{font-family:"Playfair Display",serif;color:var(--navy);font-size:26px;margin:0 0 14px}.faq-side a{display:block;padding:12px 14px;border-radius:14px;background:#f8fafc;border:1px solid #e8edf4;margin:8px 0;font-weight:900;color:var(--navy)}.faq-side a:hover{background:var(--soft);border-color:rgba(200,155,60,.35)}.faq-group{background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;margin-bottom:24px;box-shadow:var(--shadow2);scroll-margin-top:120px}.faq-group h2{font-family:"Playfair Display",serif;color:var(--navy);font-size:36px;margin:10px 0 18px}.faq-rich details{background:#f8fafc;border:1px solid #e8edf4;border-radius:16px;padding:17px;margin:12px 0}.faq-rich summary{font-size:17px}.faq-rich details[open]{background:#fff;border-color:rgba(200,155,60,.35);box-shadow:0 10px 24px rgba(9,21,45,.05)}.faq-rich p{color:#475569;margin:12px 0 0}.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{left:16px;top:16px;width:auto;height:auto;background:#fff;color:#09152d;z-index:9999;padding:10px 14px;border-radius:10px;font-weight:900}
@media(max-width:1000px){.resource-library-grid{grid-template-columns:1fr 1fr}.touch-grid{grid-template-columns:1fr 1fr}.faq-layout{grid-template-columns:1fr}.faq-side{position:relative;top:auto}}
@media(max-width:760px){.resource-library-grid,.touch-grid{grid-template-columns:1fr}.faq-group{padding:22px}.faq-group h2{font-size:30px}.main-nav a[href$="resources.php"],.main-nav a[href$="faq.php"]{display:block}}


/* ==== 100% VISUAL ALIGNMENT FIX - SCREENSHOT ISSUES ==== */
:root{--max:1180px}
.container{max-width:1180px;width:100%;}
.hero-final{padding:78px 0 72px!important;min-height:auto!important;}
.hero-final:after{height:70px!important;pointer-events:none;}
.hero-final .hero-grid{display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr)!important;gap:44px!important;align-items:center!important;}
.hero-copy{max-width:680px;}
.hero-copy h1{font-size:clamp(48px,5.4vw,72px)!important;line-height:.97!important;margin:12px 0 18px!important;}
.hero-copy p{font-size:17px!important;line-height:1.75!important;max-width:650px!important;color:#e5edf8!important;}
.hero-panel.executive-card{max-width:430px;width:100%;justify-self:end;padding:26px!important;border-radius:26px!important;}
.hero-panel .panel-title{font-size:26px!important;line-height:1.05!important;color:#061126!important;}
.hero-panel .compliance-ticks{gap:10px!important;margin:18px 0!important;}
.hero-panel .compliance-ticks span{padding:11px 13px!important;border-radius:12px!important;font-size:13px!important;color:#18243a!important;}
.hero-panel .mini-report{padding:16px!important;border-radius:16px!important;}
.elevated-stats,.hero-final .stats-strip{margin:34px auto 0!important;max-width:970px!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;}
.hero-final .stat{min-height:112px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;border-radius:18px!important;background:#fff!important;border:1px solid rgba(239,210,138,.42)!important;box-shadow:0 16px 36px rgba(0,0,0,.18)!important;}
.hero-final .stat b{font-size:33px!important;line-height:1!important;}
.hero-final .stat span{font-size:12px!important;line-height:1.25!important;color:#263855!important;}
.management-assurance{padding:76px 0!important;margin:0!important;background:linear-gradient(180deg,#f6f8fb,#fff)!important;}
.assurance-grid{grid-template-columns:1.16fr repeat(3,1fr)!important;gap:20px!important;align-items:stretch!important;}
.assurance-main,.assurance-card{height:100%!important;min-height:270px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;}
.assurance-main h2{font-size:clamp(32px,3vw,44px)!important;line-height:1.05!important;}
.assurance-card h3{font-size:20px!important;line-height:1.25!important;}
.assurance-card p{font-size:15px!important;line-height:1.65!important;color:#516176!important;}
.cta{padding:78px 0!important;background:#f6f8fb!important;}
.cta-box,.footer-cta{max-width:940px;margin-left:auto!important;margin-right:auto!important;border:1px solid rgba(239,210,138,.23)!important;box-shadow:0 28px 76px rgba(6,17,38,.24)!important;background:radial-gradient(circle at 82% 15%,rgba(239,210,138,.22),transparent 26rem),linear-gradient(135deg,#061126,#0a1a3a)!important;}
.cta-box h2,.footer-cta h2{font-size:clamp(28px,3vw,42px)!important;line-height:1.12!important;}
.navy{padding:86px 0!important;background:radial-gradient(circle at 78% 8%,rgba(239,210,138,.13),transparent 28rem),linear-gradient(135deg,#061126,#0a1a3a)!important;}
.cards-4{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important;align-items:stretch!important;}
.cards-4>div{background:rgba(255,255,255,.085)!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:22px!important;padding:26px!important;box-shadow:0 16px 44px rgba(0,0,0,.12)!important;color:#fff!important;min-height:170px!important;}
.cards-4 h3{margin:0 0 10px!important;color:#efd28a!important;font-size:21px!important;}
.cards-4 p{margin:0!important;color:#dce7f7!important;line-height:1.65!important;}
.value-list{background:#fff;border:1px solid var(--line);border-radius:26px;padding:30px;box-shadow:var(--shadow2)}
.value-list h3{font-family:"Playfair Display",serif;color:var(--navy);font-size:30px;margin:0 0 16px}.value-list p{padding:13px 0;border-bottom:1px solid #eef2f7;margin:0;color:#45546a}.value-list p:last-child{border-bottom:0}
.industry-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important;align-items:stretch!important;}
.industry-card{min-height:205px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;background:rgba(255,255,255,.10)!important;border-color:rgba(255,255,255,.16)!important;}
.industry-card h3{color:#fff!important;margin:18px 0 10px!important;font-size:21px!important;}
.industry-card p{color:#dce7f7!important;margin:0!important;line-height:1.6!important;}
.industry-card span{flex:0 0 auto!important;}
.service-detail{display:grid!important;grid-template-columns:minmax(0,1fr) 360px!important;gap:34px!important;align-items:stretch!important;}
.service-detail article,.service-detail aside{background:#fff!important;border:1px solid var(--line)!important;border-radius:28px!important;padding:34px!important;box-shadow:var(--shadow2)!important;}
.service-detail article h2{font-family:"Playfair Display",serif;color:var(--navy);font-size:clamp(30px,3vw,44px);line-height:1.08;margin:0 0 14px;}
.service-detail article p,.service-detail article li{font-size:16px;line-height:1.75;color:#40516a}.service-detail ul{padding-left:20px;margin:18px 0}.service-detail aside{background:linear-gradient(180deg,#fff,#fff8e8)!important;border-color:rgba(196,147,53,.25)!important}.service-detail aside h3{font-family:"Playfair Display",serif;color:var(--navy);font-size:30px;line-height:1.1;margin:0 0 12px}.service-detail aside p{color:#516176}
.footer{padding-top:68px!important;}.footer-cta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:30px!important;padding:34px!important;margin-bottom:44px!important}.footer-grid{align-items:start!important}.footer a,.footer p{font-size:15px;line-height:1.7}.footer .btn{display:inline-flex!important;margin-top:10px!important}
.topbar-in{min-height:36px!important;font-size:12px!important}.site-header{z-index:999!important}.nav-wrap{min-height:78px;height:auto!important}.brand{min-width:240px!important}.brand img{width:58px!important;height:58px!important}.brand b{font-size:20px!important}.main-nav{flex-wrap:wrap!important;justify-content:flex-end!important}.main-nav a,.dropbtn{font-size:13px!important;padding:9px 11px!important}.nav-cta{white-space:nowrap!important;}
@media(max-width:1100px){.hero-final .hero-grid{grid-template-columns:1fr!important}.hero-panel.executive-card{justify-self:start;max-width:560px}.assurance-grid{grid-template-columns:1fr 1fr!important}.assurance-main{grid-column:1/-1}.industry-grid,.cards-4{grid-template-columns:repeat(2,1fr)!important}.service-detail{grid-template-columns:1fr!important}.footer-grid{grid-template-columns:1fr 1fr!important}.main-nav{display:none;position:absolute;top:78px;left:18px;right:18px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:14px;flex-direction:column;align-items:stretch;z-index:999}.main-nav.open{display:flex!important}.menu-btn{display:block!important}.drop-menu{position:static!important;box-shadow:none!important;border:0!important;background:#f8fafc!important;margin:6px 0 0!important}.drop.open .drop-menu{display:grid!important}.drop:hover .drop-menu{display:none}.main-nav a,.dropbtn{width:100%!important;text-align:left!important;font-size:15px!important;padding:12px 14px!important}.nav-cta{text-align:center!important}}
@media(max-width:760px){.topbar{display:none!important}.container{padding:0 18px}.hero-final{padding:48px 0 48px!important}.hero-copy h1{font-size:40px!important}.hero-copy p{font-size:15px!important}.hero-actions .btn{width:100%}.hero-panel.executive-card{max-width:none;padding:22px!important}.hero-panel .panel-title{font-size:24px!important}.hero-final .stats-strip{grid-template-columns:1fr 1fr!important;gap:12px!important;margin-top:24px!important}.hero-final .stat{min-height:96px!important;padding:18px 10px!important}.hero-final .stat b{font-size:28px!important}.assurance-grid,.industry-grid,.cards-4,.resource-library-grid,.touch-grid,.footer-grid{grid-template-columns:1fr!important}.assurance-main,.assurance-card{min-height:auto!important;padding:24px!important}.section,.navy,.management-assurance,.cta{padding:56px 0!important}.service-detail article,.service-detail aside{padding:24px!important;border-radius:22px!important}.footer-cta{display:block!important;padding:24px!important}.footer-cta .btn{width:100%;margin-top:16px}.brand{min-width:0!important;max-width:calc(100% - 58px)}.brand img{width:50px!important;height:50px!important}.brand b{font-size:17px!important}.brand small{display:none!important}.whatsapp{font-size:12px!important;padding:10px 13px!important;right:12px!important;bottom:12px!important}}


/* ==== FINAL REAL VISUAL FIX: removes blank areas, fixes white-page cards, footer/mobile ==== */
body{overflow-x:hidden!important;background:#f7f9fc!important}.container{max-width:1180px!important;margin-left:auto!important;margin-right:auto!important}
.hero-final{padding:76px 0 64px!important}.hero-final .hero-grid{grid-template-columns:minmax(0,1fr) minmax(340px,430px)!important;max-width:1040px!important}.hero-panel.executive-card{background:#fff!important;color:#12213a!important;border-color:rgba(200,155,60,.45)!important;box-shadow:0 24px 65px rgba(0,0,0,.24)!important}.hero-panel:after{display:none!important}.hero-final .stats-strip{max-width:900px!important;margin:32px auto 0!important}.hero-final .stat{box-shadow:0 18px 48px rgba(0,0,0,.24)!important}
.management-assurance .assurance-grid{max-width:980px!important;margin-left:auto!important;margin-right:auto!important;grid-template-columns:1.15fr repeat(3,1fr)!important}.assurance-card{min-height:270px!important}.assurance-card p{max-width:100%!important}.management-assurance{overflow:hidden!important}
/* About standards: make full-width premium cards instead of left-side text */
.standards-section{min-height:auto!important;padding:86px 0!important}.standards-section .section-head{margin-bottom:34px!important}.standards-cards{max-width:1080px!important}.standards-cards>div{display:block!important;min-height:190px!important}.standards-cards h3{color:#efd28a!important}.standards-cards p{color:#e7eef9!important;font-size:15.5px!important;line-height:1.7!important}.about-story .two-col{align-items:stretch!important}.value-list{height:100%!important;background:linear-gradient(180deg,#fff,#fff8e8)!important;border-color:rgba(200,155,60,.24)!important}
/* Industries page visible on white background */
.industry-page{background:#fff!important}.industry-page .industry-grid{max-width:1080px!important}.industry-page .industry-card{background:#fff!important;color:var(--ink)!important;border:1px solid rgba(9,21,45,.10)!important;box-shadow:0 18px 48px rgba(9,21,45,.08)!important;min-height:245px!important;padding:28px!important}.industry-page .industry-card:hover{transform:translateY(-8px)!important;border-color:rgba(200,155,60,.45)!important;box-shadow:0 28px 70px rgba(9,21,45,.14)!important}.industry-page .industry-card h3{color:var(--navy-2)!important}.industry-page .industry-card p{color:#516176!important}.industry-page .industry-card span{background:linear-gradient(135deg,var(--gold),var(--gold-2))!important;color:#09152d!important;width:52px!important;height:52px!important;border-radius:16px!important}
.navy .industry-card{background:rgba(255,255,255,.10)!important;color:#fff!important}.navy .industry-card h3{color:#fff!important}.navy .industry-card p{color:#dce7f7!important}
/* Industry detail pages: two-column polished content, no empty right side */
.industry-detail-page{background:linear-gradient(180deg,#fff,#f6f8fb)!important}.industry-detail-grid{grid-template-columns:minmax(0,1fr) 380px!important;max-width:1080px!important}.detail-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:24px}.detail-feature-grid>div{background:#f8fafc;border:1px solid #e8edf4;border-radius:18px;padding:20px}.detail-feature-grid b{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:13px;background:#09152d;color:#efd28a;margin-bottom:12px}.detail-feature-grid h3{margin:0 0 8px!important;color:#09152d!important}.detail-feature-grid p{margin:0!important;font-size:14.5px!important}.industry-detail-grid aside .btn{width:100%;margin-top:12px}.industry-detail-grid aside ul{padding-left:0!important;list-style:none!important}
/* CTA and footer: centered, balanced, no broken mobile blocks */
.cta-box{max-width:960px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important}.premium-footer{background:#07142c!important;color:#dbe6f6!important;padding:70px 0 24px!important}.footer-cta{max-width:980px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important}.footer-grid{display:grid!important;grid-template-columns:1.2fr repeat(3,1fr)!important;gap:30px!important}.footer-grid a{display:block!important;color:#dbe6f6!important;margin:8px 0}.footer-grid h4{color:#fff!important;margin:0 0 14px!important}.footer-logo{width:76px!important;border-radius:16px!important;background:#fff!important;padding:5px!important}.footer-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.footer-badges span{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:7px 10px;color:#efd28a;font-weight:900;font-size:12px}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:18px;color:#9fb0c7!important}
@media(max-width:1100px){.management-assurance .assurance-grid{grid-template-columns:1fr 1fr!important}.standards-cards,.industry-grid,.cards-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}.industry-detail-grid{grid-template-columns:1fr!important}.footer-grid{grid-template-columns:1fr 1fr!important}.hero-final .hero-grid{grid-template-columns:1fr!important}.hero-panel.executive-card{justify-self:start!important}}
@media(max-width:760px){.hero-final .stats-strip{grid-template-columns:1fr 1fr!important}.management-assurance .assurance-grid,.standards-cards,.industry-page .industry-grid,.cards-4,.detail-feature-grid,.footer-grid{grid-template-columns:1fr!important}.industry-page .industry-card{min-height:auto!important}.cta-box,.footer-cta{grid-template-columns:1fr!important;text-align:left!important}.cta-box .btn,.footer-cta .btn{width:100%;margin-top:14px}.premium-footer{padding-top:52px!important}.footer-grid{gap:20px!important}.nav-wrap{height:70px!important}.main-nav{top:70px!important}.brand small{display:none!important}.topbar{display:none!important}}

/* =========================================================
   SANJAY TRUE FINAL VISUAL FIX 2026-06-04
   Screenshot issues fixed: hero blank space, stats alignment,
   assurance card gaps, CTA balance, About standard cards,
   industries cards, industry detail right-side, mobile footer.
   ========================================================= */
html,body{width:100%;max-width:100%;overflow-x:hidden!important;background:#f7f9fc!important;color:#132033!important}.container{max-width:1180px!important;margin:0 auto!important;padding-left:24px!important;padding-right:24px!important}.section{padding:86px 0!important}.section:nth-of-type(even){background:#fff!important}
.topbar{height:auto!important;background:#07142d!important;color:#dbe7fb!important}.topbar-in{min-height:34px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;font-size:12px!important;white-space:nowrap!important}.topbar a{color:#efd28a!important;font-weight:900!important}.site-header{position:sticky!important;top:0!important;z-index:9999!important;background:rgba(255,255,255,.96)!important;border-bottom:1px solid #e8edf4!important;box-shadow:0 10px 30px rgba(6,17,38,.08)!important}.nav-wrap{min-height:80px!important;height:auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important}.brand{min-width:260px!important;max-width:330px!important;display:flex!important;align-items:center!important;gap:12px!important}.brand img{width:58px!important;height:58px!important;border-radius:14px!important;object-fit:contain!important;background:#fff!important}.brand b{font-size:20px!important;line-height:1!important;color:#07142d!important}.brand small{font-size:11px!important;color:#64748b!important;line-height:1.2!important}.main-nav{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;flex-wrap:wrap!important}.main-nav a,.dropbtn{font-size:13px!important;line-height:1!important;padding:10px 12px!important;border-radius:999px!important;color:#16243c!important;font-weight:900!important;background:transparent!important;white-space:nowrap!important}.main-nav a:hover,.main-nav a.active,.drop:hover .dropbtn{background:#f1f5f9!important;color:#07142d!important}.nav-cta{background:linear-gradient(135deg,#c49335,#efd28a)!important;color:#07142d!important;padding:12px 17px!important;box-shadow:0 12px 24px rgba(196,147,53,.26)!important}.menu-btn{display:none!important;background:#07142d!important;color:#fff!important;border-radius:12px!important;border:0!important;padding:10px 13px!important}.drop-menu{top:42px!important;z-index:10000!important}
/* HERO: no giant empty middle area */
.hero-final{padding:82px 0 70px!important;min-height:0!important;background:radial-gradient(circle at 78% 12%,rgba(239,210,138,.16),transparent 420px),linear-gradient(135deg,#061126 0%,#0a1a3a 66%,#102e59 100%)!important;color:#fff!important;overflow:hidden!important}.hero-final:after{height:42px!important;background:linear-gradient(180deg,transparent,rgba(247,249,252,.95))!important}.hero-final .hero-grid{max-width:1120px!important;display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(340px,.82fr)!important;gap:42px!important;align-items:center!important;margin:0 auto!important}.hero-copy{max-width:620px!important}.hero-copy h1{font-size:clamp(46px,5.2vw,72px)!important;line-height:.96!important;margin:14px 0 22px!important;color:#fff!important}.hero-copy p{font-size:17px!important;line-height:1.72!important;color:#e8eef8!important;max-width:600px!important}.hero-actions{gap:14px!important;margin-top:28px!important}.hero-trust{display:flex!important;gap:10px!important;flex-wrap:wrap!important;margin-top:20px!important}.hero-trust span{font-size:12px!important;padding:9px 12px!important;border-radius:999px!important;background:rgba(255,255,255,.10)!important;border:1px solid rgba(239,210,138,.25)!important;color:#efd28a!important}.hero-panel.executive-card{justify-self:end!important;width:100%!important;max-width:430px!important;border-radius:28px!important;background:linear-gradient(180deg,#fff,#fff8e8)!important;color:#132033!important;border:1px solid rgba(239,210,138,.55)!important;box-shadow:0 28px 80px rgba(0,0,0,.24)!important;padding:28px!important}.hero-panel.executive-card:after{display:none!important}.hero-panel .panel-title{font-family:"Playfair Display",serif!important;font-size:28px!important;line-height:1.1!important;color:#07142d!important;text-transform:none!important;letter-spacing:-.03em!important;margin-bottom:18px!important}.compliance-ticks{display:grid!important;gap:10px!important;margin:0 0 18px!important}.compliance-ticks span{display:block!important;padding:12px 14px!important;border-radius:13px!important;background:#fff!important;border:1px solid rgba(196,147,53,.22)!important;color:#203047!important;font-size:13px!important;font-weight:900!important;box-shadow:0 8px 20px rgba(6,17,38,.05)!important}.mini-report{background:#fff!important;border:1px solid rgba(196,147,53,.18)!important;border-radius:18px!important;padding:16px!important;margin-top:12px!important}.mini-report p{color:#526177!important;font-size:13.5px!important;margin:6px 0 0!important}.hero-final .stats-strip{max-width:980px!important;margin:34px auto 0!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;position:relative!important;z-index:5!important}.hero-final .stat{padding:22px 14px!important;min-height:116px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;border-radius:20px!important;background:#fff!important;color:#07142d!important;border:1px solid rgba(196,147,53,.26)!important;box-shadow:0 18px 46px rgba(0,0,0,.18)!important}.hero-final .stat b{font-size:38px!important;line-height:1!important;color:#c49335!important;background:none!important;-webkit-text-fill-color:#c49335!important}.hero-final .stat span{font-size:12px!important;line-height:1.25!important;color:#203047!important;font-weight:1000!important;text-align:center!important}
/* Management cards: equal height, no bottom blank hole */
.management-assurance{padding:78px 0!important;background:linear-gradient(180deg,#fff,#f7f9fc)!important;margin:0!important}.management-assurance .assurance-grid{max-width:1100px!important;margin:0 auto!important;display:grid!important;grid-template-columns:1.25fr repeat(3,1fr)!important;gap:18px!important;align-items:stretch!important}.assurance-main,.assurance-card{height:auto!important;min-height:260px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;border-radius:26px!important;background:#fff!important;border:1px solid rgba(10,26,58,.09)!important;box-shadow:0 18px 48px rgba(6,17,38,.08)!important;padding:28px!important}.assurance-main{background:linear-gradient(135deg,#fff,#fff8e8)!important;border-color:rgba(196,147,53,.25)!important}.assurance-main h2{font-size:clamp(30px,3vw,46px)!important;line-height:1.08!important;margin:10px 0 14px!important}.assurance-card b{width:44px!important;height:44px!important;margin-bottom:16px!important;flex:0 0 auto!important}.assurance-card h3{font-size:20px!important;line-height:1.2!important;margin:0 0 10px!important}.assurance-card p{font-size:14.5px!important;line-height:1.65!important;color:#526177!important;margin:0!important}
/* CTA: balanced section, no empty dark strip */
.cta{padding:72px 0!important;background:#fff!important}.cta-box{max-width:980px!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:28px!important;align-items:center!important;background:radial-gradient(circle at 82% 18%,rgba(239,210,138,.20),transparent 380px),linear-gradient(135deg,#061126,#0a1a3a)!important;border:1px solid rgba(239,210,138,.20)!important;border-radius:30px!important;box-shadow:0 24px 70px rgba(6,17,38,.16)!important;padding:38px!important}.cta-box h2{font-size:clamp(30px,3vw,44px)!important;color:#fff!important;line-height:1.08!important;margin:8px 0!important}.cta-box p{color:#dbe7fb!important;font-size:16px!important;line-height:1.65!important}.cta-box .btn{white-space:nowrap!important}
/* About standards: full cards instead of text floating left */
.standards-section{padding:86px 0!important;background:radial-gradient(circle at 12% 0%,rgba(239,210,138,.12),transparent 340px),linear-gradient(135deg,#061126,#0a1a3a)!important;min-height:0!important}.standards-section .section-head{max-width:760px!important;text-align:center!important;margin:0 auto 34px!important}.standards-section h2,.standards-section p{color:#fff!important}.standards-cards{max-width:1100px!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}.standards-cards>div{min-height:210px!important;background:rgba(255,255,255,.09)!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:24px!important;padding:26px!important;color:#fff!important;box-shadow:0 18px 46px rgba(0,0,0,.16)!important}.standards-cards>div:before{content:"";display:block;width:42px;height:4px;border-radius:999px;background:linear-gradient(90deg,#c49335,#efd28a);margin-bottom:18px}.standards-cards h3{font-size:21px!important;color:#efd28a!important;margin:0 0 12px!important}.standards-cards p{font-size:15px!important;line-height:1.7!important;color:#e6eef9!important;margin:0!important}
/* Industries page: cards visible, full use of space */
.industry-page{padding:84px 0!important;background:#fff!important}.industry-page .section-head{text-align:center!important;margin-bottom:36px!important}.industry-page .industry-grid{max-width:1120px!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important}.industry-page .industry-card{display:block!important;min-height:236px!important;background:#fff!important;color:#132033!important;border:1px solid rgba(10,26,58,.10)!important;border-radius:24px!important;padding:26px!important;box-shadow:0 18px 48px rgba(6,17,38,.08)!important;transition:.25s ease!important}.industry-page .industry-card:hover{transform:translateY(-7px)!important;box-shadow:0 28px 70px rgba(6,17,38,.14)!important;border-color:rgba(196,147,53,.42)!important}.industry-page .industry-card span{display:inline-grid!important;place-items:center!important;width:48px!important;height:48px!important;border-radius:15px!important;background:linear-gradient(135deg,#c49335,#efd28a)!important;color:#07142d!important;font-weight:1000!important;margin-bottom:18px!important}.industry-page .industry-card h3{font-size:20px!important;line-height:1.2!important;color:#07142d!important;margin:0 0 10px!important}.industry-page .industry-card p{font-size:14.5px!important;line-height:1.65!important;color:#526177!important;margin:0!important}.navy .industry-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}.navy .industry-card{min-height:190px!important;background:rgba(255,255,255,.10)!important;color:#fff!important}.navy .industry-card h3{color:#fff!important}.navy .industry-card p{color:#dce7f7!important}
/* Industry detail pages: no blank right side */
.industry-detail-page{padding:82px 0!important;background:linear-gradient(180deg,#fff,#f7f9fc)!important}.industry-detail-grid{max-width:1080px!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) 380px!important;gap:28px!important;align-items:stretch!important}.industry-detail-grid article,.industry-detail-grid aside{background:#fff!important;border:1px solid rgba(10,26,58,.09)!important;border-radius:28px!important;box-shadow:0 18px 48px rgba(6,17,38,.08)!important;padding:34px!important}.industry-detail-grid article h2{font-size:clamp(30px,3.2vw,46px)!important;line-height:1.08!important;color:#07142d!important;margin:10px 0 14px!important}.industry-detail-grid article p{color:#526177!important;font-size:16px!important;line-height:1.75!important}.detail-feature-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;margin-top:24px!important}.detail-feature-grid>div{background:#f8fafc!important;border:1px solid #e8edf4!important;border-radius:18px!important;padding:20px!important}.detail-feature-grid b{display:inline-grid!important;place-items:center!important;width:42px!important;height:42px!important;border-radius:14px!important;background:#07142d!important;color:#efd28a!important;margin-bottom:12px!important}.detail-feature-grid h3{font-size:18px!important;margin:0 0 8px!important;color:#07142d!important}.detail-feature-grid p{font-size:14px!important;line-height:1.6!important;margin:0!important}.industry-detail-grid aside{background:linear-gradient(180deg,#fff,#fff8e8)!important;border-color:rgba(196,147,53,.25)!important}.industry-detail-grid aside h3{font-size:30px!important;line-height:1.08!important;color:#07142d!important;margin:0 0 12px!important}.industry-detail-grid aside p{color:#526177!important}.industry-detail-grid aside .btn{width:100%!important;margin-top:10px!important}.premium-list li{background:#fff!important;border:1px solid #e8edf4!important;border-radius:14px!important;padding:12px 14px!important;margin-bottom:9px!important;color:#203047!important;font-size:14px!important}
/* Footer and mobile */
.premium-footer{padding:70px 0 24px!important;background:radial-gradient(circle at 15% 0%,rgba(239,210,138,.14),transparent 340px),linear-gradient(135deg,#061126,#030914)!important;color:#dbe6f6!important}.footer-cta{max-width:980px!important;margin:0 auto 42px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:28px!important;align-items:center!important;background:rgba(255,255,255,.07)!important;border:1px solid rgba(239,210,138,.18)!important;border-radius:28px!important;padding:32px!important}.footer-cta h2{color:#fff!important;font-size:clamp(28px,3vw,42px)!important;line-height:1.08!important;margin:8px 0!important}.footer-cta p{color:#dbe6f6!important;margin:0!important}.footer-grid{display:grid!important;grid-template-columns:1.25fr repeat(3,1fr)!important;gap:30px!important;align-items:start!important}.footer a{color:#dbe6f6!important;margin:8px 0!important;display:block!important}.footer h4{color:#fff!important;margin:0 0 14px!important}.footer p{color:#c7d4e9!important;line-height:1.7!important}.footer-logo{width:76px!important;background:#fff!important;border-radius:16px!important;padding:5px!important}.copyright{border-top:1px solid rgba(255,255,255,.12)!important;padding-top:18px!important;margin-top:34px!important;color:#9fb0c7!important}.whatsapp{right:18px!important;bottom:18px!important;z-index:9999!important}
@media(max-width:1100px){.main-nav{display:none!important;position:absolute!important;top:80px!important;left:18px!important;right:18px!important;background:#fff!important;border:1px solid #e8edf4!important;border-radius:22px!important;box-shadow:0 24px 70px rgba(6,17,38,.18)!important;padding:14px!important;flex-direction:column!important;align-items:stretch!important;z-index:10000!important}.main-nav.open{display:flex!important}.main-nav a,.dropbtn{width:100%!important;text-align:left!important;font-size:15px!important;padding:13px 14px!important}.menu-btn{display:block!important}.drop-menu{position:static!important;box-shadow:none!important;border:0!important;background:#f8fafc!important;margin:6px 0 0!important}.drop.open .drop-menu{display:grid!important}.drop:hover .drop-menu{display:none!important}.hero-final .hero-grid{grid-template-columns:1fr!important}.hero-panel.executive-card{justify-self:start!important}.management-assurance .assurance-grid{grid-template-columns:1fr 1fr!important}.assurance-main{grid-column:1/-1!important;min-height:auto!important}.standards-cards,.industry-page .industry-grid,.navy .industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.industry-detail-grid{grid-template-columns:1fr!important}.footer-grid{grid-template-columns:1fr 1fr!important}}
@media(max-width:760px){.container{padding-left:18px!important;padding-right:18px!important}.topbar{display:none!important}.nav-wrap{min-height:70px!important}.brand{min-width:0!important;max-width:calc(100% - 58px)!important}.brand img{width:50px!important;height:50px!important}.brand b{font-size:17px!important}.brand small{display:none!important}.main-nav{top:70px!important;left:12px!important;right:12px!important}.hero-final{padding:48px 0 52px!important}.hero-copy h1{font-size:39px!important}.hero-copy p{font-size:15px!important}.hero-actions .btn{width:100%!important}.hero-panel.executive-card{max-width:none!important;padding:22px!important}.hero-panel .panel-title{font-size:24px!important}.hero-final .stats-strip{grid-template-columns:1fr 1fr!important;gap:12px!important;margin-top:24px!important}.hero-final .stat{min-height:96px!important;padding:16px 8px!important}.hero-final .stat b{font-size:28px!important}.management-assurance .assurance-grid,.standards-cards,.industry-page .industry-grid,.navy .industry-grid,.detail-feature-grid,.footer-grid{grid-template-columns:1fr!important}.assurance-main,.assurance-card,.standards-cards>div,.industry-page .industry-card{min-height:auto!important}.section,.management-assurance,.industry-page,.industry-detail-page,.cta{padding:56px 0!important}.cta-box,.footer-cta{grid-template-columns:1fr!important;text-align:left!important;padding:24px!important}.cta-box .btn,.footer-cta .btn{width:100%!important;margin-top:12px!important}.industry-detail-grid article,.industry-detail-grid aside{padding:24px!important;border-radius:22px!important}.premium-footer{padding-top:52px!important}.whatsapp{font-size:12px!important;padding:10px 13px!important;right:12px!important;bottom:12px!important}}


/* SANJAY MASTER FINAL 100: real SVG icon system + clean empty states */
.svg-icon{display:inline-grid;place-items:center;width:56px;height:56px;border-radius:18px;background:linear-gradient(135deg,#fff8df,#efd28a);color:#07142d;border:1px solid rgba(196,147,53,.35);box-shadow:0 16px 36px rgba(196,147,53,.18);margin-bottom:18px;transition:.25s ease;flex:0 0 auto}
.svg-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.service-card:hover .svg-icon,.industry-card:hover .svg-icon{transform:translateY(-4px) scale(1.04);box-shadow:0 22px 50px rgba(196,147,53,.28)}
.service-card .icon{font-size:0!important}.service-card{position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#c49335,#efd28a);opacity:.85}.service-card h3{min-height:48px}.service-card p{min-height:74px}.service-grid{align-items:stretch}.service-grid .service-card{height:100%}
.compliance-ticks span{position:relative;padding-left:32px}.compliance-ticks span:before{content:"✓";position:absolute;left:0;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#efd28a;color:#07142d;font-weight:900;font-size:13px}.hero-trust span{position:relative;padding-left:28px}.hero-trust span:before{content:"✓";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;border-radius:50%;background:rgba(239,210,138,.18);color:#efd28a;display:grid;place-items:center;font-size:12px;font-weight:900}
.admin-empty-note{padding:24px;border-radius:18px;background:#f8fafc;border:1px solid #e8edf4;color:#475569}.admin-table td{vertical-align:middle}.admin-table tr td:first-child{font-weight:700;color:#07142d}
@media(max-width:760px){.svg-icon{width:50px;height:50px;border-radius:16px}.svg-icon svg{width:24px;height:24px}.service-card h3,.service-card p{min-height:auto}}

.resource-tile .svg-icon,.industry-card .svg-icon{margin-bottom:16px}.resource-tile .svg-icon{width:52px;height:52px}.resource-tile b{display:none!important}.industry-card>span:not(.svg-icon){display:none!important}

/* Final live polish: cleaner hero and no repeated page CTA blocks */
.hero-final{padding:88px 0 64px!important;background:radial-gradient(circle at 82% 8%,rgba(239,210,138,.20),transparent 390px),radial-gradient(circle at 5% 20%,rgba(255,255,255,.08),transparent 320px),linear-gradient(135deg,#061126 0%,#091a39 58%,#12325e 100%)!important}
.hero-final .hero-grid{gap:52px!important;align-items:center!important}
.hero-copy h1{letter-spacing:-.045em!important;text-wrap:balance!important}
.hero-copy p{max-width:650px!important;color:#edf4ff!important}
.hero-trust span{background:rgba(255,255,255,.09)!important;border-color:rgba(239,210,138,.28)!important;color:#fff6dc!important}
.hero-panel.executive-card{background:linear-gradient(180deg,#fffdf7 0%,#fff 56%,#f8fbff 100%)!important;box-shadow:0 34px 90px rgba(0,0,0,.28)!important}
.panel-subtitle{margin:-8px 0 18px!important;color:#64748b!important;font-weight:800!important;font-size:13px!important;line-height:1.5!important}
.compliance-ticks span{text-transform:none!important;letter-spacing:0!important}
.hero-final .stat{transition:.25s ease!important}.hero-final .stat:hover{transform:translateY(-4px)!important;border-color:rgba(196,147,53,.50)!important}
.footer-cta{border-radius:30px!important;border:1px solid rgba(239,210,138,.18)!important;background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.02))!important;padding:34px!important;margin-bottom:38px!important}
.footer-cta h2{font-size:clamp(28px,3vw,42px)!important;line-height:1.08!important;color:#fff!important;margin:8px 0!important}
.footer-cta p{color:#d7e3f5!important;margin:0!important;max-width:700px!important}
@media(max-width:760px){.hero-final{padding:54px 0 52px!important}.hero-copy h1{font-size:38px!important}.footer-cta{padding:24px!important}}


/* === FINAL SCREENSHOT POLISH: Management Assurance section === */
.management-assurance{
  padding:88px 0!important;
  background:radial-gradient(circle at 16% 0%,rgba(239,210,138,.18),transparent 360px),linear-gradient(180deg,#ffffff 0%,#f6f8fb 100%)!important;
}
.management-assurance .assurance-grid{
  max-width:1180px!important;
  width:100%!important;
  margin:0 auto!important;
  grid-template-columns:minmax(310px,1.28fr) repeat(3,minmax(210px,1fr))!important;
  gap:22px!important;
}
.assurance-main,.assurance-card{
  min-height:0!important;
  height:auto!important;
  border-radius:28px!important;
  padding:30px!important;
  overflow:hidden!important;
}
.assurance-main{
  position:relative!important;
  background:linear-gradient(145deg,#fffaf0 0%,#ffffff 58%,#f7fbff 100%)!important;
}
.assurance-main:after{
  content:"";position:absolute;right:-45px;bottom:-45px;width:150px;height:150px;border-radius:50%;
  background:radial-gradient(circle,rgba(196,147,53,.20),transparent 68%);
}
.assurance-main h2{
  font-size:clamp(34px,3vw,48px)!important;
  line-height:1.04!important;
  margin:12px 0 16px!important;
  max-width:430px!important;
}
.assurance-main p{font-size:16px!important;line-height:1.75!important;max-width:430px!important}
.assurance-card{
  min-height:315px!important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;
  border:1px solid rgba(10,26,58,.10)!important;
  box-shadow:0 22px 60px rgba(6,17,38,.08)!important;
}
.assurance-card:before{height:4px!important;background:linear-gradient(90deg,#07142d,#c49335,#efd28a)!important}
.assurance-card b{
  width:46px!important;height:46px!important;border-radius:15px!important;
  background:#07142d!important;color:#efd28a!important;font-size:14px!important;
}
.assurance-card h3{font-size:20px!important;line-height:1.18!important;letter-spacing:-.02em!important;color:#07142d!important}
.assurance-card p{font-size:14.5px!important;line-height:1.72!important;color:#526177!important}
@media(max-width:1180px){.management-assurance .assurance-grid{grid-template-columns:1fr 1fr!important}.assurance-main{grid-column:1/-1!important}.assurance-card{min-height:230px!important}}
@media(max-width:760px){.management-assurance .assurance-grid{grid-template-columns:1fr!important}.assurance-main,.assurance-card{padding:24px!important;border-radius:22px!important}.assurance-card{min-height:auto!important}.assurance-main h2{font-size:32px!important}}


/* FINAL MORE CONTENT CSS */
.deep-content{background:linear-gradient(180deg,#ffffff,#f7f9fc)!important}.content-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.content-grid-3>div,.persona-grid>div,.timeline-pro>div,.touch-grid>div{background:#fff;border:1px solid rgba(10,26,58,.10);border-radius:24px;padding:26px;box-shadow:0 16px 44px rgba(6,17,38,.07)}.content-grid-3 h3,.persona-grid b,.timeline-pro h3,.touch-grid h3{color:#07142d;margin:0 0 10px;font-size:21px}.content-grid-3 p,.persona-grid p,.timeline-pro p,.touch-grid p{color:#526177;margin:0;line-height:1.75}.persona-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.persona-grid b{display:block}.timeline-pro{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.timeline-pro b,.touch-grid b{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:15px;background:linear-gradient(135deg,#c49335,#efd28a);color:#07142d;font-weight:1000;margin-bottom:16px}.comparison-table{display:grid;gap:0;border:1px solid #e8edf4;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 16px 44px rgba(6,17,38,.07)}.comparison-table>div{display:grid;grid-template-columns:1.2fr 1fr 1.2fr}.comparison-table>div>*{padding:18px;border-bottom:1px solid #e8edf4;border-right:1px solid #e8edf4}.comparison-table>div:first-child{background:#07142d;color:#fff;font-weight:900}.comparison-table>div:last-child>*{border-bottom:0}.comparison-table span{color:#526177}.management-assurance .assurance-grid{gap:14px!important}.assurance-main,.assurance-card{min-height:0!important}.assurance-card{padding:24px!important}.assurance-main{padding:26px!important}.assurance-main h2{font-size:clamp(28px,2.7vw,42px)!important}.assurance-card p{max-width:100%!important}@media(max-width:980px){.content-grid-3,.persona-grid,.timeline-pro{grid-template-columns:1fr 1fr}.comparison-table>div{grid-template-columns:1fr}}@media(max-width:620px){.content-grid-3,.persona-grid,.timeline-pro{grid-template-columns:1fr}.comparison-table>div>*{border-right:0}.comparison-table>div{border-bottom:1px solid #e8edf4}.comparison-table>div:last-child{border-bottom:0}}


/* === FINAL DEPLOY FIX: Management Assurance premium layout === */
.management-assurance.assurance-v2{
  padding:96px 0 92px!important;
  background:radial-gradient(circle at 50% 0%,rgba(239,210,138,.16),transparent 340px),linear-gradient(180deg,#ffffff 0%,#f6f9fd 100%)!important;
  overflow:hidden!important;
}
.assurance-v2 .assurance-head{
  max-width:920px!important;
  text-align:center!important;
  margin:0 auto 44px!important;
}
.assurance-v2 .assurance-head .eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  gap:12px!important;
  color:#c49335!important;
  letter-spacing:.20em!important;
}
.assurance-v2 .assurance-head h2{
  margin:14px auto 18px!important;
  max-width:860px!important;
  color:#07142d!important;
  font-size:clamp(34px,4vw,62px)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
  text-wrap:balance!important;
}
.assurance-v2 .assurance-head h2::after{
  content:"";display:block;width:70px;height:3px;border-radius:99px;background:#c49335;margin:22px auto 0!important;
}
.assurance-v2 .assurance-head p{
  max-width:760px!important;
  margin:0 auto!important;
  color:#53627a!important;
  font-size:17px!important;
  line-height:1.75!important;
}
.assurance-cards-v2{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
  max-width:1260px!important;
}
.assurance-card-v2{
  position:relative!important;
  min-height:380px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  padding:34px 30px 28px!important;
  border-radius:28px!important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;
  border:1px solid rgba(7,20,45,.10)!important;
  box-shadow:0 24px 70px rgba(7,20,45,.08)!important;
  overflow:hidden!important;
}
.assurance-card-v2::before{
  content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,#07142d,#c49335,#efd28a)!important;
}
.assurance-card-v2.featured{
  background:radial-gradient(circle at 88% 10%,rgba(239,210,138,.28),transparent 130px),linear-gradient(145deg,#fff8e9 0%,#ffffff 62%,#f8fbff 100%)!important;
  border-color:rgba(196,147,53,.35)!important;
}
.assurance-card-v2 .svg-icon{
  width:70px!important;height:70px!important;border-radius:22px!important;margin:0 0 28px!important;
  background:linear-gradient(135deg,#07142d,#0f2d62)!important;color:#efd28a!important;
  box-shadow:0 16px 38px rgba(7,20,45,.18)!important;
}
.assurance-card-v2.featured .svg-icon{background:linear-gradient(135deg,#c49335,#efd28a)!important;color:#07142d!important;}
.assurance-card-v2 .step-no{
  display:inline-flex!important;align-items:center!important;gap:8px!important;
  color:#c49335!important;font-weight:1000!important;font-size:18px!important;margin-bottom:14px!important;
}
.assurance-card-v2 .step-no::after{content:"";width:28px;height:2px;background:#c49335;border-radius:99px;}
.assurance-card-v2 h3{
  margin:0 0 18px!important;color:#07142d!important;font-size:24px!important;line-height:1.15!important;letter-spacing:-.025em!important;
}
.assurance-card-v2 p{
  margin:0!important;color:#526177!important;font-size:15.5px!important;line-height:1.78!important;
}
.assurance-card-v2 em{
  margin-top:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
  min-height:44px!important;padding:10px 16px!important;border-radius:999px!important;
  background:#f3f6fb!important;border:1px solid rgba(7,20,45,.08)!important;color:#0f2d62!important;
  font-style:normal!important;font-weight:900!important;font-size:13px!important;
}
.assurance-card-v2.featured em{background:#fff8e9!important;border-color:rgba(196,147,53,.25)!important;color:#a87411!important;}
.assurance-card-v2:hover{transform:translateY(-6px)!important;box-shadow:0 32px 84px rgba(7,20,45,.12)!important;transition:.25s ease!important;}
@media(max-width:1100px){.assurance-cards-v2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.assurance-card-v2{min-height:310px!important}.assurance-v2 .assurance-head h2{font-size:44px!important}}
@media(max-width:640px){.management-assurance.assurance-v2{padding:64px 0!important}.assurance-cards-v2{grid-template-columns:1fr!important}.assurance-card-v2{min-height:auto!important;padding:28px 24px!important}.assurance-v2 .assurance-head{text-align:left!important;margin-bottom:26px!important}.assurance-v2 .assurance-head h2{font-size:34px!important}.assurance-v2 .assurance-head h2::after{margin-left:0!important}.assurance-v2 .assurance-head p{font-size:15.5px!important}.assurance-card-v2 em{margin-top:24px!important}}

/* Client Gallery + visibility fixes */
.gallery-section{background:radial-gradient(circle at 78% 12%,rgba(229,197,107,.20),transparent 30%),linear-gradient(135deg,#071a38,#0b2448 56%,#07152d);color:#fff;overflow:hidden;position:relative}
.gallery-section .section-head h2{color:#fff}.gallery-section .section-head p{color:#d9e4f6}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.gallery-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:24px;overflow:hidden;box-shadow:0 22px 60px rgba(0,0,0,.20);transition:.28s ease}.gallery-card:hover{transform:translateY(-7px);border-color:rgba(229,197,107,.55)}.gallery-card img{width:100%;height:240px;object-fit:cover;background:#fff}.gallery-info{padding:18px 20px 20px}.gallery-info b{display:block;color:#fff;font-size:18px}.gallery-info span{display:inline-flex;margin-bottom:8px;color:#e5c56b;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.11em}.gallery-info p{margin:8px 0 0;color:#d9e4f6;font-size:14px;line-height:1.65}.gallery-empty{background:#fff;color:#4f5f75;border-radius:24px;padding:28px;text-align:center}.admin-thumb{width:92px;height:58px;object-fit:cover;border-radius:10px;border:1px solid #e5e7eb;background:#f8fafc}
@media(max-width:980px){.gallery-grid{grid-template-columns:1fr 1fr}.gallery-card img{height:210px}}@media(max-width:640px){.gallery-grid{grid-template-columns:1fr}.gallery-card img{height:220px}.proof-mini{grid-template-columns:1fr}}
/* Final service proof readability override */
.service-proof-card{background:linear-gradient(145deg,#ffffff 0%,#fffaf0 100%)!important;color:#13213a!important;border:1px solid rgba(229,197,107,.50)!important;box-shadow:0 26px 70px rgba(6,17,38,.22)!important}.service-proof-card span{color:#c8952c!important}.service-proof-card b{color:#111827!important}.service-proof-card p{color:#4f5f75!important}.proof-mini strong{background:#f5f7fb!important;color:#10233c!important}

/* === FINAL PREMIUM GALLERY + READABILITY POLISH === */
.gallery-premium{
  padding:92px 0!important;
  background:
    radial-gradient(circle at 8% 18%,rgba(196,147,53,.22),transparent 170px),
    radial-gradient(circle at 88% 18%,rgba(59,130,246,.14),transparent 260px),
    linear-gradient(135deg,#06142c 0%,#09214a 52%,#06142c 100%)!important;
  color:#fff!important;
}
.gallery-premium::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,transparent,#000 24%,#000 78%,transparent);pointer-events:none}
.gallery-top{position:relative;z-index:1;display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px!important}
.gallery-top>div{max-width:820px}.gallery-top .eyebrow{color:#e5c56b!important}.gallery-top h2{margin:10px 0 12px!important;color:#fff!important;font-family:var(--serif);font-size:clamp(34px,4vw,58px)!important;line-height:1.05!important;letter-spacing:-.045em!important}.gallery-top p{margin:0!important;color:#dbe7f7!important;font-size:17px!important;line-height:1.75!important}.gallery-showcase{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:22px}.gallery-showcase-full{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-card{background:#fff!important;color:#0b1730!important;border:1px solid rgba(255,255,255,.20)!important;border-radius:28px!important;overflow:hidden!important;box-shadow:0 26px 70px rgba(0,0,0,.28)!important;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease!important}.gallery-card:hover{transform:translateY(-8px)!important;box-shadow:0 34px 86px rgba(0,0,0,.34)!important;border-color:rgba(229,197,107,.70)!important}.gallery-card figure{margin:0!important;position:relative;overflow:hidden;background:#f4f7fb}.gallery-card figure::after{content:"";position:absolute;inset:auto 0 0 0;height:46%;background:linear-gradient(to top,rgba(7,20,45,.35),transparent);pointer-events:none}.gallery-card img{width:100%!important;height:250px!important;object-fit:cover!important;background:#f8fafc!important;transition:transform .35s ease!important}.gallery-card:hover img{transform:scale(1.045)}.gallery-featured-card{grid-row:span 2}.gallery-featured-card img{height:430px!important}.gallery-info{padding:22px 24px 24px!important;background:linear-gradient(180deg,#fff,#f8fbff)!important}.gallery-info span{display:inline-flex!important;align-items:center!important;gap:8px!important;margin:0 0 10px!important;color:#b98218!important;font-size:12px!important;font-weight:1000!important;text-transform:uppercase!important;letter-spacing:.12em!important}.gallery-info span::before{content:"";width:26px;height:2px;background:#c49335;border-radius:99px}.gallery-info b{display:block!important;color:#07142d!important;font-size:21px!important;line-height:1.2!important;font-weight:900!important}.gallery-info p{margin:10px 0 0!important;color:#4f5f75!important;font-size:14.5px!important;line-height:1.7!important}.gallery-control-note{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px!important}.gallery-control-note>div{border:1px solid rgba(255,255,255,.16);border-radius:22px;padding:20px 22px;background:rgba(255,255,255,.07);backdrop-filter:blur(12px)}.gallery-control-note b{display:block;color:#fff;font-size:18px}.gallery-control-note span{display:block;color:#dbe7f7;font-size:14px;line-height:1.65;margin-top:4px}.gallery-page-section{padding-top:74px!important}.gallery-hero .hero-actions{margin-top:24px}.gallery-hero .btn.light{background:#fff;color:#07142d;border-color:rgba(7,20,45,.10)}
.service-proof-card{background:linear-gradient(145deg,#ffffff 0%,#fffaf0 100%)!important;color:#13213a!important;border:1px solid rgba(229,197,107,.52)!important;box-shadow:0 26px 70px rgba(0,0,0,.20)!important}.service-proof-card *{text-shadow:none!important}.service-proof-card span{color:#c8952c!important}.service-proof-card b,.service-proof-card h3{color:#111827!important}.service-proof-card p{color:#475569!important;font-weight:500!important}.proof-mini{gap:10px!important}.proof-mini strong{background:#f5f7fb!important;color:#10233c!important;border:1px solid rgba(16,35,60,.08)!important;white-space:nowrap!important}
@media(max-width:1060px){.gallery-top{align-items:flex-start;flex-direction:column}.gallery-showcase,.gallery-showcase-full{grid-template-columns:1fr 1fr}.gallery-featured-card{grid-row:auto}.gallery-featured-card img,.gallery-card img{height:240px!important}.gallery-control-note{grid-template-columns:1fr}}
@media(max-width:640px){.gallery-premium{padding:62px 0!important}.gallery-showcase,.gallery-showcase-full{grid-template-columns:1fr}.gallery-top h2{font-size:34px!important}.gallery-top .btn{width:100%}.gallery-card img,.gallery-featured-card img{height:225px!important}.gallery-info{padding:19px!important}}

/* === CLIENT FINAL: LIGHT PREMIUM GALLERY MATCHING WEBSITE === */
.gallery-section.gallery-premium{
  padding:86px 0 92px!important;
  background:
    radial-gradient(circle at 10% 8%,rgba(200,155,60,.13),transparent 260px),
    radial-gradient(circle at 92% 88%,rgba(15,33,71,.08),transparent 300px),
    linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%)!important;
  color:#132033!important;
  border-top:1px solid #edf1f6!important;
  border-bottom:1px solid #edf1f6!important;
}
.gallery-section.gallery-premium::before{
  background-image:radial-gradient(rgba(200,155,60,.18) 1px,transparent 1px)!important;
  background-size:22px 22px!important;
  opacity:.45!important;
  mask-image:linear-gradient(90deg,#000,transparent 28%,transparent 72%,#000)!important;
}
.gallery-section.gallery-premium .container{
  width:min(1180px,100%)!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:22px!important;
  padding-right:22px!important;
}
.gallery-top{
  align-items:flex-end!important;
  margin-bottom:34px!important;
}
.gallery-top .eyebrow{color:#c89b3c!important;justify-content:flex-start!important;letter-spacing:.14em!important;}
.gallery-top h2{
  color:#09152d!important;
  max-width:860px!important;
  font-size:clamp(34px,4.2vw,56px)!important;
  line-height:1.06!important;
  letter-spacing:-.04em!important;
}
.gallery-top p{
  color:#5b677a!important;
  max-width:830px!important;
  font-size:17px!important;
}
.gallery-top .btn.gold{box-shadow:0 16px 36px rgba(200,155,60,.22)!important;white-space:nowrap!important;}
.gallery-showcase{
  display:grid!important;
  grid-template-columns:1.18fr 1fr 1fr!important;
  gap:24px!important;
  align-items:stretch!important;
}
.gallery-card{
  min-width:0!important;
  background:#ffffff!important;
  border:1px solid #e6ebf2!important;
  border-radius:26px!important;
  box-shadow:0 18px 48px rgba(9,21,45,.10)!important;
}
.gallery-card:hover{box-shadow:0 28px 70px rgba(9,21,45,.16)!important;border-color:rgba(200,155,60,.55)!important;}
.gallery-card figure{background:linear-gradient(135deg,#eef4fb,#ffffff)!important;}
.gallery-card figure::after{background:linear-gradient(to top,rgba(9,21,45,.25),transparent)!important;}
.gallery-card img{height:220px!important;object-fit:cover!important;}
.gallery-featured-card{grid-row:span 2!important;}
.gallery-featured-card img{height:405px!important;}
.gallery-info{background:#fff!important;padding:20px 22px 22px!important;}
.gallery-info span{color:#c89b3c!important;font-size:11px!important;}
.gallery-info b{color:#09152d!important;font-size:21px!important;}
.gallery-info p{color:#5b677a!important;font-size:14px!important;line-height:1.65!important;}
.gallery-control-note{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  margin-top:26px!important;
}
.gallery-control-note>div{
  background:#ffffff!important;
  border:1px solid #e6ebf2!important;
  box-shadow:0 14px 36px rgba(9,21,45,.07)!important;
}
.gallery-control-note b{color:#09152d!important;}
.gallery-control-note span{color:#64748b!important;}
@media(max-width:1060px){
  .gallery-showcase{grid-template-columns:1fr 1fr!important;}
  .gallery-featured-card{grid-row:auto!important;}
  .gallery-featured-card img,.gallery-card img{height:235px!important;}
  .gallery-control-note{grid-template-columns:1fr!important;}
}
@media(max-width:640px){
  .gallery-section.gallery-premium{padding:58px 0!important;}
  .gallery-top{align-items:flex-start!important;}
  .gallery-showcase{grid-template-columns:1fr!important;gap:18px!important;}
  .gallery-top .btn.gold{width:100%!important;}
  .gallery-featured-card img,.gallery-card img{height:220px!important;}
}

/* === FINAL CLIENT CLEANUP: visibility, spacing, no internal-looking UI === */
.section.navy{padding:66px 0!important;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)!important;color:#09152d!important;border-top:1px solid #eef2f7!important;border-bottom:1px solid #eef2f7!important;}
.section.navy .section-head{margin-bottom:34px!important;}
.section.navy .light-head h2{color:#09152d!important;}
.section.navy .light-head p{color:#526177!important;font-size:17px!important;line-height:1.75!important;}
.section.navy .eyebrow{color:#c49335!important;}
.touch-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;}
.touch-grid>div{background:#ffffff!important;border:1px solid #e4eaf2!important;border-radius:22px!important;padding:28px 26px!important;box-shadow:0 18px 48px rgba(9,21,45,.08)!important;min-height:220px!important;}
.touch-grid b{display:inline-grid!important;place-items:center!important;width:44px!important;height:44px!important;border-radius:14px!important;background:linear-gradient(135deg,#c49335,#efd28a)!important;color:#07142d!important;font-weight:1000!important;font-size:18px!important;margin-bottom:16px!important;}
.touch-grid h3{color:#07142d!important;font-size:21px!important;line-height:1.25!important;margin:0 0 12px!important;font-weight:900!important;}
.touch-grid p{color:#48566b!important;font-size:15.5px!important;line-height:1.75!important;font-weight:500!important;margin:0!important;}
.gallery-section.gallery-premium{padding:78px 0 84px!important;}
.gallery-top{margin-bottom:28px!important;}
.gallery-control-note>div{background:#fff!important;border:1px solid #e6ebf2!important;box-shadow:0 16px 42px rgba(9,21,45,.075)!important;}
.gallery-control-note b{color:#09152d!important;font-size:17px!important;}
.gallery-control-note span{color:#53627a!important;}
@media(max-width:1060px){.touch-grid{grid-template-columns:1fr 1fr!important;}}
@media(max-width:640px){.section.navy{padding:54px 0!important}.touch-grid{grid-template-columns:1fr!important}.touch-grid>div{min-height:auto!important;padding:24px!important}}

/* === FINAL CLIENT CLEANUP: visibility, spacing, no internal-looking UI === */
.section.navy{padding:66px 0!important;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)!important;color:#09152d!important;border-top:1px solid #eef2f7!important;border-bottom:1px solid #eef2f7!important;}
.section.navy .section-head{margin-bottom:34px!important;}
.section.navy .light-head h2{color:#09152d!important;}
.section.navy .light-head p{color:#526177!important;font-size:17px!important;line-height:1.75!important;}
.section.navy .eyebrow{color:#c49335!important;}
.touch-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;}
.touch-grid>div{background:#ffffff!important;border:1px solid #e4eaf2!important;border-radius:22px!important;padding:28px 26px!important;box-shadow:0 18px 48px rgba(9,21,45,.08)!important;min-height:220px!important;}
.touch-grid b{display:inline-grid!important;place-items:center!important;width:44px!important;height:44px!important;border-radius:14px!important;background:linear-gradient(135deg,#c49335,#efd28a)!important;color:#07142d!important;font-weight:1000!important;font-size:18px!important;margin-bottom:16px!important;}
.touch-grid h3{color:#07142d!important;font-size:21px!important;line-height:1.25!important;margin:0 0 12px!important;font-weight:900!important;}
.touch-grid p{color:#48566b!important;font-size:15.5px!important;line-height:1.75!important;font-weight:500!important;margin:0!important;}
.gallery-section.gallery-premium{padding:78px 0 84px!important;}
.gallery-top{margin-bottom:28px!important;}
.gallery-control-note>div{background:#fff!important;border:1px solid #e6ebf2!important;box-shadow:0 16px 42px rgba(9,21,45,.075)!important;}
.gallery-control-note b{color:#09152d!important;font-size:17px!important;}
.gallery-control-note span{color:#53627a!important;}
@media(max-width:1060px){.touch-grid{grid-template-columns:1fr 1fr!important;}}
@media(max-width:640px){.section.navy{padding:54px 0!important}.touch-grid{grid-template-columns:1fr!important}.touch-grid>div{min-height:auto!important;padding:24px!important}}


/* FINAL CLIENT VISIBILITY + PREMIUM POLISH */
body{color:#111827!important;background:#f7f9fc!important;}
.section{padding:74px 0!important;}
.section-head{margin-bottom:34px!important;}
.section-head h2,.two-col h2,.process h2,.cta h2,.detail-block h2{color:#07142d!important;}
.section-head p,.hero p,.inner-hero p,.service-card p,.content-grid-3 p,.persona-grid p,.timeline-pro p,.touch-grid p,.gallery-info p{color:#4b5b70!important;font-weight:500!important;}
.navy,.section.navy{background:linear-gradient(135deg,#061126,#0a1a3a)!important;color:#ffffff!important;}
.navy .section-head h2,.section.navy .section-head h2,.navy .light-head h2,.section.navy .light-head h2{color:#ffffff!important;}
.navy .section-head p,.section.navy .section-head p,.navy .light-head p,.section.navy .light-head p{color:#d9e4f6!important;}
.navy .eyebrow,.section.navy .eyebrow{color:#efd28a!important;}
.touch-grid>div,.steps div,.timeline-pro>div,.content-grid-3>div,.persona-grid>div{background:#ffffff!important;color:#07142d!important;border-color:#dfe7f1!important;}
.touch-grid h3,.steps h3,.timeline-pro h3,.content-grid-3 h3,.persona-grid b{color:#07142d!important;}
.touch-grid p,.steps p,.timeline-pro p,.content-grid-3 p,.persona-grid p{color:#44546a!important;font-size:15.5px!important;line-height:1.75!important;}
.service-proof-card p{color:#4b5b70!important;}
.service-proof-card h3,.service-proof-card b{color:#07142d!important;}
.gallery-premium{background:radial-gradient(circle at 80% 10%,rgba(229,197,107,.16),transparent 32%),linear-gradient(135deg,#071a38,#0b2448 58%,#07152d)!important;}
.gallery-control-note b{color:#ffffff!important}.gallery-control-note span{color:#dbe7f7!important}
.founder-section{background:linear-gradient(180deg,#ffffff,#f7f9fc)!important;}
.founder-card{display:grid;grid-template-columns:.82fr 1.18fr;gap:36px;align-items:center;background:#fff;border:1px solid #e3eaf3;border-radius:34px;padding:34px;box-shadow:0 24px 70px rgba(7,20,45,.10);}
.home-founder-section .founder-card{grid-template-columns:1.18fr .82fr;}
.founder-photo-wrap{border-radius:30px;overflow:hidden;background:linear-gradient(135deg,#071a38,#0b2448);box-shadow:0 24px 60px rgba(7,20,45,.18);border:1px solid rgba(196,147,53,.32);}
.founder-photo-wrap img{width:100%;height:430px;object-fit:cover;object-position:center top;}
.founder-copy h2{font-family:"Playfair Display",serif;font-size:clamp(32px,4vw,52px);line-height:1.08;margin:12px 0 16px;color:#07142d!important;}
.founder-copy p{font-size:17px;line-height:1.8;color:#4b5b70!important;margin:0;}
.founder-points{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.founder-points span{display:inline-flex;padding:11px 14px;border-radius:999px;background:#f4f7fb;color:#10233c;font-weight:900;border:1px solid #e3eaf3}
@media(max-width:900px){.founder-card,.home-founder-section .founder-card{grid-template-columns:1fr}.founder-photo-wrap img{height:auto}.section{padding:58px 0!important}}
