:root{
  --teal:#1ea0ff;
  --teal-dark:#0d7fe8;
  --ink:#031f63;
  --ink-soft:#0b2f7a;
  --muted:#5d6b85;
  --paper:#fbfcff;
  --cream:#f6f8fd;
  --line:#dbe4f2;
  --white:#ffffff;
  --gold:#f6d35e;
  --soft:#eef5ff;
  --shadow:0 22px 60px rgba(18,49,59,.12);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.65;overflow-x:hidden;padding-bottom:0}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,92vw);margin:auto}
.skip-link{position:absolute;left:-999px;top:auto}.skip-link:focus{left:16px;top:16px;z-index:90;background:white;padding:10px 14px;border-radius:12px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);backdrop-filter:saturate(150%) blur(18px);border-bottom:1px solid rgba(217,230,226,.95)}
.nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:flex;align-items:center;gap:14px;min-width:0;flex:0 0 auto}
.brand-logo{height:58px;width:auto;max-width:300px;object-fit:contain}
.brand-mobile-name{display:none;font-family:Georgia,"Times New Roman",serif;font-size:1rem;font-weight:800;letter-spacing:-.02em;color:var(--ink);white-space:nowrap}
.nav-links{display:flex;align-items:center;gap:6px;font-weight:760;color:#4e6170;flex-wrap:wrap;justify-content:flex-end}
.nav-links a{padding:.72rem .78rem;border-radius:999px;white-space:nowrap}
.nav-links a:hover,.nav-links a[aria-current="page"]{background:var(--soft);color:var(--teal-dark)}
.nav-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}
.menu-btn{display:none;align-items:center;justify-content:center;border:0;background:transparent;color:var(--ink);font-size:2rem;line-height:1;padding:8px;border-radius:14px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.88rem 1.14rem;border-radius:999px;font-weight:850;border:1px solid transparent;transition:.2s ease;cursor:pointer;min-height:46px}
.btn-primary{background:var(--teal-dark);color:white;box-shadow:0 12px 30px rgba(13,127,232,.25)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(13,127,232,.32)}
.btn-ink{background:var(--ink-soft);color:white;box-shadow:0 12px 30px rgba(18,49,59,.18)}
.btn-outline{border-color:#cbd9d5;background:white;color:var(--ink)}
.btn-light{background:white;color:var(--ink)}
.eyebrow{display:inline-flex;align-items:center;gap:.6rem;background:rgba(30,160,255,.10);color:var(--teal-dark);border-radius:999px;padding:.55rem .9rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem}
.eyebrow svg{width:18px;height:18px}
.hero{position:relative;min-height:calc(100svh - 84px);display:flex;align-items:center;isolation:isolate;background:linear-gradient(105deg,rgba(3,31,99,.84),rgba(13,127,232,.55)),url('images/hero-office.png');background-size:cover;background-position:center;padding:78px 0 58px;color:white}
.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 26% 18%,rgba(30,160,255,.28),transparent 28%),linear-gradient(180deg,transparent 72%,rgba(251,252,255,.97));z-index:-1}
.hero-content{max-width:800px}
.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3rem,7vw,6rem);line-height:.98;letter-spacing:-.06em;margin:24px 0 20px}
.hero h1 span{display:block;color:var(--teal)}
.hero p{font-size:clamp(1.15rem,2.1vw,1.55rem);max-width:760px;color:rgba(255,255,255,.9);margin:0 0 30px}
.hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:34px}
.trust-row{display:grid;grid-template-columns:repeat(3,auto);gap:26px;color:rgba(255,255,255,.9);font-weight:780;align-items:center}
.trust-item{display:flex;align-items:center;gap:10px}.trust-item svg{width:26px;height:26px;color:var(--teal)}
.section{padding:88px 0}.section.tight{padding-top:48px}.section-header{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:34px}.section-header h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.35rem,4.5vw,4.5rem);line-height:1.02;letter-spacing:-.055em;margin:14px 0 0;max-width:780px;color:var(--ink)}.section-header p{max-width:480px;color:var(--muted);font-size:1.05rem;margin:0}.lead{font-size:1.2rem;color:var(--muted);max-width:760px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 14px 40px rgba(18,49,59,.07);transition:.2s ease;display:flex;flex-direction:column}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.card-img{height:178px;background:#eef5ff;overflow:hidden}.card-img img{width:100%;height:100%;object-fit:cover}.card-body{padding:24px;display:flex;flex-direction:column;gap:10px;flex:1}.card h3{font-size:1.28rem;line-height:1.2;margin:0;color:var(--ink)}.card p{color:var(--muted);margin:0}.card .learn{margin-top:auto;color:var(--teal-dark);font-weight:900}.icon-card{background:white;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 14px 40px rgba(18,49,59,.06)}.icon{width:58px;height:58px;border-radius:18px;background:var(--soft);color:var(--teal-dark);display:grid;place-items:center;margin-bottom:16px}.icon svg{width:30px;height:30px}.icon-card h3{font-size:1.25rem;margin:0 0 8px}.icon-card p{color:var(--muted);margin:0}
.split{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.image-panel{border-radius:34px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:white}.image-panel img{width:100%;height:100%;min-height:390px;object-fit:cover}.check-list{display:grid;gap:14px;margin-top:22px}.check{display:flex;gap:13px;align-items:flex-start;background:white;border:1px solid var(--line);border-radius:18px;padding:15px}.check svg{width:24px;height:24px;color:var(--teal-dark);flex:0 0 24px;margin-top:2px}.check strong{display:block}.check span{display:block;color:var(--muted)}
.cta-band{background:linear-gradient(135deg,#031f63,#0d7fe8);color:white;border-radius:34px;padding:42px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;overflow:hidden;position:relative}.cta-band:before{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:rgba(30,160,255,.18);right:-120px;top:-120px}.cta-band h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.6rem);line-height:1;margin:0 0 12px}.cta-band p{color:rgba(255,255,255,.8);margin:0;max-width:720px}.cta-band .btn{position:relative}
.page-hero{position:relative;padding:64px 0;background:linear-gradient(135deg,#f3f7ff,#ffffff);border-bottom:1px solid var(--line);overflow:hidden}.page-hero .page-wrap{display:grid;grid-template-columns:1.08fr .92fr;gap:38px;align-items:center}.page-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.6rem,5.8vw,5.2rem);line-height:1.02;letter-spacing:-.055em;margin:16px 0 14px;color:var(--ink)}.page-hero p{color:var(--muted);font-size:1.12rem;max-width:760px;margin:0}.page-photo{border-radius:30px;border:1px solid var(--line);box-shadow:var(--shadow);height:360px;width:100%;object-fit:cover;background:white}.breadcrumb{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:.92rem;margin-bottom:10px}.breadcrumb a{color:var(--teal-dark);font-weight:800}.content-block{background:white;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:0 14px 40px rgba(18,49,59,.06)}.content-block h2,.content-block h3{margin-top:0;color:var(--ink)}.content-block p,.content-block li{color:var(--muted)}.two-col-text{columns:2;column-gap:40px}.simple-list{margin:0;padding-left:1.2rem}.simple-list li{margin-bottom:.55rem}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.price-card{background:white;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 14px 40px rgba(18,49,59,.06)}.price-card.featured{border-color:var(--teal-dark);box-shadow:var(--shadow)}.price-card h3{margin:0 0 10px}.price-card .tag{display:inline-flex;border-radius:999px;background:var(--soft);color:var(--teal-dark);font-weight:900;padding:.38rem .65rem;font-size:.8rem;margin-bottom:14px}.faq-list{display:grid;gap:16px}.faq-item{background:white;border:1px solid var(--line);border-radius:22px;padding:22px}.faq-item h3{margin:0 0 8px;color:var(--ink)}.faq-item p{margin:0;color:var(--muted)}.contact-panel{display:grid;grid-template-columns:.85fr 1.15fr;gap:26px}.contact-line{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}.contact-line:last-child{border-bottom:0}.form{display:grid;gap:14px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form input,.form textarea,.form select{width:100%;border:1px solid var(--line);border-radius:16px;padding:15px 16px;font:inherit;background:#fbfffe;color:var(--ink)}.form textarea{min-height:132px;resize:vertical}.success-note{display:none;background:var(--soft);border:1px solid #c7dcd5;color:var(--teal-dark);padding:14px;border-radius:16px;font-weight:800}.success-note.show{display:block}
.footer{background:#031f63;color:white;padding:52px 0 26px;margin-top:80px}.footer-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr .9fr;gap:30px}.footer-brand{display:flex;align-items:center;gap:12px;font-weight:900;font-size:1.15rem}.footer-brand img{height:58px;width:auto;max-width:300px;object-fit:contain}.footer p,.footer a{color:rgba(255,255,255,.74)}.footer h3{margin:0 0 14px;color:white}.footer-links{display:grid;gap:9px}.footer-links a:hover{color:white}.social{display:flex;gap:14px;margin-top:18px;align-items:center}.social a{display:inline-flex;align-items:center;justify-content:center;color:white;opacity:.82;border:0;background:transparent;padding:0}.social a:hover{opacity:1;color:var(--teal)}.social svg{width:25px;height:25px;fill:currentColor}.footer-bottom{margin-top:32px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:18px;color:rgba(255,255,255,.58);font-size:.9rem}
.floating-actions{position:fixed;right:18px;bottom:22px;top:auto;transform:none;z-index:45;display:flex;flex-direction:column;gap:10px;align-items:flex-end}.floating-actions a{writing-mode:horizontal-tb;transform:none;border-radius:999px;padding:.9rem 1.15rem;min-width:150px;box-shadow:0 16px 36px rgba(18,49,59,.18);font-size:.95rem;letter-spacing:.02em}
.mobile-quick{display:none;position:fixed;left:12px;right:12px;bottom:12px;z-index:60;gap:10px}.mobile-quick a{flex:1;text-align:center;border-radius:18px;padding:.9rem 1rem;font-weight:900;color:white;box-shadow:0 14px 32px rgba(18,49,59,.20)}.mobile-quick a:first-child{background:var(--ink-soft)}.mobile-quick a:last-child{background:var(--teal-dark)}
@media (max-width:1240px){.nav-links a{padding:.68rem .65rem;font-size:.97rem}.brand-logo{max-width:260px}.nav-actions .btn{padding:.82rem .95rem}}
@media (max-width:1080px){.nav-links{position:fixed;left:16px;right:16px;top:88px;display:none;flex-direction:column;align-items:stretch;background:white;border:1px solid var(--line);border-radius:24px;padding:16px;box-shadow:var(--shadow);max-height:calc(100svh - 110px);overflow:auto}.nav-links.open{display:flex}.nav-links a{padding:1rem}.nav-actions .btn{display:none}.menu-btn{display:inline-flex}.grid-4{grid-template-columns:repeat(2,1fr)}.floating-actions{display:none}.brand-logo{max-width:220px}}
@media (max-width:900px){.hero{min-height:auto;padding:60px 0 80px}.trust-row{grid-template-columns:1fr;gap:14px}.section-header,.split,.page-hero .page-wrap,.contact-panel{display:block}.section-header p{margin-top:12px}.grid-2,.grid-3,.pricing-grid{grid-template-columns:1fr}.image-panel{margin-top:24px}.page-photo{height:280px;margin-top:24px}.cta-band{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.mobile-quick{display:flex}body{padding-bottom:74px}.two-col-text{columns:1}.form-row{grid-template-columns:1fr}}
@media (max-width:640px){.container{width:min(92vw,520px)}.nav{height:76px;gap:10px}.brand-logo{height:46px;max-width:200px}.brand-mobile-name{display:block;font-size:.94rem}.menu-btn{font-size:1.8rem}.hero{padding:44px 0 70px;background-position:center}.hero h1{font-size:clamp(2.75rem,13vw,4.6rem);letter-spacing:-.05em}.hero p{font-size:1.08rem}.hero-cta .btn{width:100%}.section{padding:62px 0}.section-header h2{font-size:clamp(2.25rem,10vw,3.35rem)}.grid-4{grid-template-columns:1fr}.card-img{height:150px}.content-block,.cta-band{padding:22px;border-radius:24px}.page-hero{padding:44px 0}.page-hero h1{font-size:clamp(2.35rem,11vw,3.5rem)}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.footer{padding-bottom:28px}.nav-links{top:82px}.page-photo{height:230px}}


/* Premium polish pass */
body{
  background:
    radial-gradient(circle at top left, rgba(30,160,255,.06), transparent 24%),
    linear-gradient(180deg, #fbfcff 0%, #f7faff 100%);
}
.site-header{box-shadow:0 10px 24px rgba(3,31,99,.04)}
.nav{height:88px}
.nav-links a{font-size:.97rem;letter-spacing:.01em}
.nav-links a:hover,.nav-links a[aria-current="page"]{box-shadow:inset 0 0 0 1px rgba(13,127,232,.10)}
.btn{font-size:.98rem}
.btn:hover{transform:translateY(-2px)}
.hero{min-height:min(920px,calc(100svh - 88px));padding:86px 0 66px}
.hero-content{max-width:840px}
.hero p{max-width:780px}
.hero-cta{margin-bottom:36px}
.trust-row{margin-top:10px;grid-template-columns:repeat(3,minmax(0,auto));gap:18px 28px}
.trust-item{background:rgba(255,255,255,.08);padding:12px 16px;border-radius:16px;backdrop-filter:blur(8px)}
.section{position:relative}
.section.alt-surface:before{
  content:"";position:absolute;inset:18px 0;background:linear-gradient(180deg,#f3f8ff,#f8fbff);
  border-top:1px solid rgba(13,127,232,.08);border-bottom:1px solid rgba(13,127,232,.08);z-index:-1
}
.section-header h2{max-width:820px}
.card,.content-block,.faq-item,.price-card,.image-panel,.cta-band{border-color:#d8e3f2}
.card{box-shadow:0 18px 45px rgba(3,31,99,.06)}
.card-body{padding:26px}
.card .learn{display:inline-flex;align-items:center;gap:.4rem}
.card .learn:hover{color:var(--ink-soft)}
.card-img{background:linear-gradient(180deg,#f4f8ff,#eff5ff)}
.split{gap:38px}
.image-panel{background:linear-gradient(180deg,#ffffff,#f8fbff)}
.check{box-shadow:0 8px 24px rgba(3,31,99,.04)}
.page-hero{background:linear-gradient(135deg,#f4f8ff,#ffffff)}
.page-photo{background:linear-gradient(180deg,#ffffff,#f7fbff)}
.breadcrumb{font-weight:600}
.price-card{position:relative;overflow:hidden}
.price-card:before{content:"";position:absolute;inset:auto -30px -30px auto;width:120px;height:120px;border-radius:50%;background:rgba(30,160,255,.07)}
.price-card.featured{background:linear-gradient(180deg,#ffffff,#f3f8ff)}
.form input:focus,.form textarea:focus,.form select:focus{
  outline:none;border-color:rgba(13,127,232,.45);box-shadow:0 0 0 4px rgba(30,160,255,.12)
}
.footer{margin-top:90px}
.footer-brand{gap:14px}
.footer-brand span{display:inline-block;color:#fff;font-size:1.15rem;font-weight:900;line-height:1.1}
.footer-brand small{display:block;color:rgba(255,255,255,.68);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700;margin-top:2px}
.floating-actions a{min-width:144px;text-align:center}
.mobile-quick a{font-size:.95rem}
.stats-band{
  margin-top:-34px;position:relative;z-index:5
}
.stats-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:16px;background:#fff;border:1px solid #d8e3f2;
  border-radius:28px;padding:18px;box-shadow:0 20px 48px rgba(3,31,99,.08)
}
.stat-card{padding:16px 18px;border-radius:20px;background:linear-gradient(180deg,#fbfdff,#f4f8ff);border:1px solid #e4ecf8}
.stat-card strong{display:block;font-size:1.05rem;color:var(--ink);margin-bottom:4px}
.stat-card span{display:block;font-size:.92rem;color:var(--muted)}
.section-kicker{display:inline-flex;align-items:center;gap:.5rem;color:var(--teal-dark);font-weight:900;letter-spacing:.1em;text-transform:uppercase;font-size:.78rem;margin-bottom:10px}
@media (max-width: 980px){
  .stats-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 900px){
  .hero{padding:62px 0 88px}
  .stats-band{margin-top:0;padding-top:14px}
}
@media (max-width: 640px){
  .nav{height:78px}
  .hero{padding:48px 0 76px}
  .trust-item{padding:10px 14px}
  .stats-grid{grid-template-columns:1fr;padding:14px}
  .stat-card{padding:14px 16px}
  .floating-actions{display:none}
}


/* v5 fixes: use raster images and prevent CTA overlap */
.card-img img,
.page-photo,
.image-panel img{
  image-rendering:auto;
}
.hero,
.page-hero,
.card-img,
.image-panel,
.page-photo{
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}
.card-img{background:#eef4ff}
.image-panel img,
.page-photo,
.card-img img{box-shadow:none}
/* Keep desktop fixed actions only on very wide screens so they do not overlap page content */
.floating-actions{
  top:auto;
  bottom:22px;
  transform:none;
  right:18px;
}
.floating-actions a{
  min-width:138px;
  padding:.9rem 1.15rem;
  border-radius:999px;
}
@media (max-width: 1499px){
  .floating-actions{display:none !important;}
}
@media (min-width: 1500px){
  .floating-actions{
    display:flex;
    right:max(18px, calc((100vw - 1180px)/2 - 150px));
  }
}
/* Improve section image spacing */
.page-hero .page-wrap{align-items:center}
.page-photo{height:380px}
.image-panel img{min-height:410px}
@media (max-width: 900px){
  .page-photo{height:280px}
  .image-panel img{min-height:280px}
}

.card-img img,.page-photo,.image-panel img{object-fit:cover;}

@media (max-width:1280px){.floating-actions{display:none}}


/* v7 spacing and margin tightening */
.container{width:min(1160px,92vw)}
.nav{height:80px}
.hero{padding:64px 0 44px;min-height:calc(90svh - 80px)}
.hero-content{max-width:760px}
.hero h1{margin:18px 0 16px}
.hero p{margin:0 0 22px}
.hero-cta{gap:12px;margin-bottom:24px}
.trust-row{gap:16px 18px}
.section{padding:58px 0}
.section.tight{padding-top:30px}
.section-header{gap:22px;margin-bottom:24px}
.section-header h2{margin:10px 0 0}
.grid-2{gap:18px}
.grid-3{gap:18px}
.grid-4{gap:16px}
.card-body{padding:20px;gap:8px}
.icon-card{padding:18px}
.split{gap:24px}
.check-list{gap:12px;margin-top:18px}
.check{padding:13px}
.cta-band{padding:30px;gap:18px;border-radius:28px}
.cta-band h2{margin:0 0 8px}
.page-hero{padding:42px 0}
.page-hero .page-wrap{gap:28px}
.page-hero h1{margin:10px 0 10px}
.page-photo{height:320px}
.content-block{padding:24px;border-radius:24px}
.pricing-grid{gap:18px}
.price-card{padding:22px}
.faq-list{gap:12px}
.faq-item{padding:18px}
.contact-panel{gap:18px}
.contact-line{padding:12px 0}
.form{gap:12px}
.form-row{gap:12px}
.form input,.form textarea,.form select{padding:13px 14px}
.stats-band{margin-top:-22px}
.stats-grid{gap:12px;padding:14px;border-radius:24px}
.stat-card{padding:14px 14px}
.footer{margin-top:48px;padding:38px 0 20px}
.footer-grid{gap:22px}
.footer-bottom{margin-top:24px;padding-top:16px}
@media (max-width: 900px){
  .section{padding:46px 0}
  .page-hero{padding:34px 0}
  .page-photo{height:250px}
  .hero{padding:52px 0 62px;min-height:auto}
  .footer{margin-top:38px;padding:34px 0 18px}
}
@media (max-width: 640px){
  .nav{height:74px}
  .hero{padding:42px 0 58px}
  .section{padding:38px 0}
  .section-header{margin-bottom:18px}
  .content-block,.cta-band{padding:18px;border-radius:22px}
  .page-hero{padding:28px 0}
  .page-photo{height:210px}
  .card-body{padding:16px}
  .icon-card,.faq-item,.price-card{padding:16px}
  .footer{margin-top:30px;padding:30px 0 16px}
}


/* v8 page-specific improvements */
.feature-split{display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:center}
.image-stack{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.image-stack .image-panel img{min-height:240px}
.bullet-list{display:grid;gap:12px;margin-top:16px}
.bullet-list .check{margin-top:0}
.faq-list.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.faq-item{display:flex;gap:14px;align-items:flex-start}
.faq-icon{width:52px;height:52px;flex:0 0 52px;border-radius:16px;background:var(--soft);color:var(--teal-dark);display:grid;place-items:center}
.faq-icon svg{width:24px;height:24px}
.faq-content h3{margin:0 0 6px}
.faq-content p{margin:0}
.contact-details-grid{display:grid;gap:14px}
.contact-line{gap:16px;align-items:flex-start;border-bottom:0;padding:0}
.contact-line + .contact-line{margin-top:6px}
.contact-line .icon{width:54px;height:54px;min-width:54px;margin-bottom:0;border-radius:16px}
.contact-line div:last-child{display:grid;gap:3px;padding-top:2px}
.contact-line strong{font-size:1.04rem;line-height:1.2}
.contact-line span,.contact-line a{color:var(--muted)}
.contact-mini-note{margin-top:18px;padding:16px 18px;border-radius:18px;background:linear-gradient(180deg,#f6f9ff,#eef5ff);border:1px solid var(--line)}
.contact-mini-note p{margin:0;color:var(--muted)}
.note-eyebrow{display:block;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--teal-dark);margin-bottom:6px}
@media (max-width: 980px){
  .feature-split,.faq-list.faq-grid{grid-template-columns:1fr}
  .image-stack{grid-template-columns:1fr 1fr}
}
@media (max-width: 640px){
  .image-stack{grid-template-columns:1fr}
  .faq-icon{width:46px;height:46px;flex-basis:46px;border-radius:14px}
}


/* v10 dropdown navigation and quote/service polish */
.nav-dropdown{position:relative;display:flex;align-items:center}
.nav-parent-row{display:flex;align-items:center;border-radius:999px;overflow:hidden}
.nav-parent-row .nav-parent{padding:.72rem .25rem .72rem .78rem;border-radius:999px 0 0 999px;white-space:nowrap}
.nav-dd-toggle{border:0;background:transparent;color:inherit;font:inherit;font-weight:900;padding:.72rem .78rem .72rem .3rem;border-radius:0 999px 999px 0;cursor:pointer;line-height:1}
.nav-dropdown:hover .nav-parent-row,.nav-dropdown:focus-within .nav-parent-row,.nav-dropdown.open .nav-parent-row{background:var(--soft);color:var(--teal-dark)}
.dropdown-menu{position:absolute;top:calc(100% + 12px);left:0;min-width:270px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:10px;box-shadow:0 20px 50px rgba(3,31,99,.12);display:grid;gap:2px;opacity:0;visibility:hidden;transform:translateY(8px);pointer-events:none;transition:.18s ease;z-index:80}
.dropdown-menu:before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px}
.dropdown-menu a{display:block;border-radius:14px;padding:.72rem .85rem;color:var(--ink-soft);font-weight:800;background:transparent}
.dropdown-menu a:hover{background:var(--soft);color:var(--teal-dark)}
.nav-dropdown:hover .dropdown-menu,.nav-dropdown:focus-within .dropdown-menu,.nav-dropdown.open .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.quote-feature-grid,.service-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.quote-feature-card,.service-feature-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:0 14px 36px rgba(3,31,99,.06)}
.quote-feature-card h3,.service-feature-card h3{margin:10px 0 6px;color:var(--ink);font-size:1.08rem;line-height:1.2}
.quote-feature-card p,.service-feature-card p{margin:0;color:var(--muted);font-size:.96rem;line-height:1.55}
.feature-icon{width:54px;height:54px;border-radius:17px;background:var(--soft);color:var(--teal-dark);display:grid;place-items:center}
.feature-icon svg{width:26px;height:26px}
.quote-hero-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:0 18px 44px rgba(3,31,99,.07)}
.quote-hero-card h2{margin:0 0 8px;color:var(--ink)}
.quote-hero-card p{margin:0;color:var(--muted)}
.quote-details-list{display:grid;gap:12px;margin-top:16px}
.quote-details-list .contact-line{background:linear-gradient(180deg,#fbfdff,#f4f8ff);border:1px solid var(--line);border-radius:18px;padding:14px}
.service-polish-section .image-panel img{min-height:330px}
.service-link-list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:14px}
.service-link-list a{display:flex;align-items:center;gap:8px;background:var(--soft);border-radius:14px;padding:.7rem .8rem;color:var(--ink-soft);font-weight:800}
.service-link-list a:hover{color:var(--teal-dark);background:#e4f1ff}
@media (max-width:1080px){
  .nav-dropdown{display:block;width:100%}
  .nav-parent-row{justify-content:space-between;width:100%;border-radius:16px;overflow:visible}
  .nav-parent-row .nav-parent{flex:1;padding:1rem;border-radius:16px 0 0 16px}
  .nav-dd-toggle{padding:1rem;border-radius:0 16px 16px 0;min-width:52px;text-align:center}
  .dropdown-menu{position:static;min-width:0;width:100%;display:none;opacity:1;visibility:visible;transform:none;pointer-events:auto;box-shadow:none;margin:6px 0 8px;padding:8px;border-radius:16px;background:#f7faff}
  .dropdown-menu:before{display:none}
  .nav-dropdown.open .dropdown-menu{display:grid}
}
@media (max-width:980px){
  .quote-feature-grid,.service-feature-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  .quote-feature-grid,.service-feature-grid,.service-link-list{grid-template-columns:1fr}
  .quote-feature-card,.service-feature-card{padding:16px;border-radius:20px}
}


/* v11 mobile quick bar and social icon updates */
.social{flex-wrap:wrap}
.mobile-quick{display:none;position:fixed;left:12px;right:12px;bottom:12px;z-index:60;gap:10px}
.mobile-quick a{flex:1;text-align:center;border-radius:18px;padding:.9rem .7rem;font-weight:900;color:white;box-shadow:0 14px 32px rgba(18,49,59,.20);min-width:0}
.mobile-quick a:first-child{background:var(--ink-soft)}
.mobile-quick a.whatsapp-btn{background:#25D366;color:#fff}
.mobile-quick a:last-child{background:var(--teal-dark)}
.mobile-quick a.whatsapp-btn:hover{background:#1ebe57}
@media (max-width:900px){body{padding-bottom:84px}.mobile-quick{display:flex}}
@media (max-width:640px){.mobile-quick{left:10px;right:10px;gap:8px}.mobile-quick a{padding:.88rem .45rem;font-size:.88rem;border-radius:16px}}


/* v12 social icon correction */
.social a[aria-label="Instagram"] svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.social a[aria-label="Instagram"] svg *{fill:none;stroke:currentColor;}


/* v13 mobile logo, footer mobile columns, and homepage icon layout */
.brand-logo-desktop{display:block}
.brand-logo-mobile{display:none;height:46px;width:auto;max-width:260px;object-fit:contain}
.trust-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.trust-item{display:flex;align-items:center;gap:14px;background:rgba(255,255,255,.10);padding:14px 16px;border:1px solid rgba(255,255,255,.14);border-radius:20px;backdrop-filter:blur(10px)}
.trust-icon-box{width:48px;height:48px;min-width:48px;border-radius:16px;background:rgba(255,255,255,.16);display:grid;place-items:center;color:#67b7ff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}
.trust-icon-box svg{width:24px;height:24px}
.trust-copy strong{display:block;color:#fff;font-size:1rem;line-height:1.2}
.stats-grid{grid-template-columns:repeat(4,1fr)}
.stat-card{display:flex;align-items:flex-start;gap:14px;padding:18px 18px}
.stat-icon{width:48px;height:48px;min-width:48px;border-radius:16px;background:linear-gradient(180deg,#e8f3ff,#dcecff);display:grid;place-items:center;color:var(--teal-dark);box-shadow:inset 0 0 0 1px rgba(13,127,232,.12)}
.stat-icon svg{width:24px;height:24px}
.stat-copy{display:grid;gap:4px}
.stat-copy strong{margin:0}
.stat-copy span{line-height:1.45}
.footer-col-services,.footer-col-industries{min-width:0}
@media (max-width:900px){
  .trust-row{grid-template-columns:1fr;gap:12px}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:640px){
  .brand-logo-desktop{display:none}
  .brand-logo-mobile{display:block;height:52px;max-width:310px}
  .nav{height:82px}
  .brand{gap:10px}
  .footer-grid{grid-template-columns:repeat(2,1fr);grid-template-areas:'brand brand' 'services industries' 'contact contact';gap:18px}
  .footer-col-brand{grid-area:brand}
  .footer-col-services{grid-area:services}
  .footer-col-industries{grid-area:industries}
  .footer-col-contact{grid-area:contact}
  .footer-links{grid-template-columns:1fr 1fr;column-gap:12px;row-gap:8px}
  .footer-col-services .footer-links,.footer-col-industries .footer-links{grid-template-columns:1fr}
  .trust-item{padding:12px 14px;border-radius:18px}
  .trust-icon-box{width:42px;height:42px;min-width:42px;border-radius:14px}
  .trust-copy strong{font-size:.98rem}
  .stats-grid{grid-template-columns:1fr;gap:10px;padding:12px}
  .stat-card{padding:14px 14px;gap:12px}
  .stat-icon{width:42px;height:42px;min-width:42px;border-radius:14px}
}


/* v14 desktop logo refinement */
.brand{display:flex;align-items:center;gap:14px;min-width:0;flex:0 0 auto;max-width:560px}
.brand-logo{object-fit:contain}
.brand-logo-desktop{display:block;height:86px;width:auto;max-width:540px;object-fit:contain}
.footer-brand img{height:72px;width:auto;max-width:420px;object-fit:contain}
@media (max-width:1240px){
  .brand{max-width:460px}
  .brand-logo-desktop{height:74px;max-width:440px}
}
@media (max-width:1080px){
  .brand{max-width:340px}
  .brand-logo-desktop{height:64px;max-width:320px}
}
@media (max-width:640px){
  .brand-logo-desktop{display:none}
  .footer-brand img{height:60px;max-width:320px}
}

/* v15 fixed clean desktop logo */
.brand{max-width:520px;overflow:visible}
.brand-logo-desktop{display:block;height:74px;max-width:500px;width:auto;object-fit:contain}
.brand-logo-mobile{display:none}
.site-header .nav{height:92px;align-items:center}
@media (max-width:1240px){
  .brand{max-width:430px}
  .brand-logo-desktop{height:62px;max-width:410px}
}
@media (max-width:1080px){
  .brand{max-width:360px}
  .brand-logo-desktop{height:58px;max-width:340px}
}
@media (max-width:640px){
  .brand-logo-desktop{display:none !important}
  .brand-logo-mobile{display:block !important;height:52px;max-width:310px;width:auto;object-fit:contain}
  .site-header .nav{height:82px}
}


/* v16 detail page upgrades and mobile dropdown fixes */
.detail-overview .detail-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:center}
.detail-copy-card p{font-size:1.05rem;color:var(--muted);margin:0 0 14px}
.mini-cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.image-caption-card{background:#fff;border:1px solid var(--line);border-radius:30px;box-shadow:0 18px 50px rgba(3,31,99,.08);overflow:hidden}
.image-caption-card img{width:100%;height:360px;object-fit:cover}
.image-caption-card > div{display:flex;align-items:center;gap:14px;padding:18px 20px;background:linear-gradient(180deg,#fff,#f5f9ff)}
.image-caption-card strong{display:block;color:var(--ink);font-size:1.1rem;line-height:1.15}
.image-caption-card span{display:block;color:var(--muted);font-size:.94rem}
.detail-image-icon,.detail-icon{width:52px;height:52px;min-width:52px;border-radius:16px;display:grid;place-items:center;background:var(--soft);color:var(--teal-dark)}
.detail-image-icon svg,.detail-icon svg{width:26px;height:26px}
.detail-icon-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.detail-icon-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:0 14px 38px rgba(3,31,99,.06)}
.detail-icon-card h3{margin:14px 0 8px;color:var(--ink);line-height:1.18}
.detail-icon-card p{margin:0;color:var(--muted)}
.detail-two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.detail-list-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:24px;box-shadow:0 14px 38px rgba(3,31,99,.06)}
.detail-list-card h2{margin:14px 0 12px;color:var(--ink);font-family:Georgia,"Times New Roman",serif;letter-spacing:-.035em;line-height:1.05}
.check-list-clean,.link-list-clean{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.check-list-clean li,.link-list-clean li{position:relative;padding-left:30px;color:var(--muted);line-height:1.45}
.check-list-clean li:before,.link-list-clean li:before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;border-radius:999px;background:var(--soft);color:var(--teal-dark);font-weight:900;display:grid;place-items:center;font-size:.78rem}
.link-list-clean a{color:var(--ink-soft);font-weight:850}.link-list-clean a:hover{color:var(--teal-dark)}
.detail-note{margin:16px 0 0;color:var(--muted);background:#f5f9ff;border:1px solid var(--line);border-radius:18px;padding:14px}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.process-step{background:linear-gradient(180deg,#fff,#f5f9ff);border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:0 12px 34px rgba(3,31,99,.05)}
.process-step span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:14px;background:var(--ink-soft);color:#fff;font-weight:900;margin-bottom:12px}
.process-step h3{margin:0 0 8px;color:var(--ink)}
.process-step p{margin:0;color:var(--muted);line-height:1.45}
.recommended-card .btn{margin-top:18px}
@media (max-width: 1080px){
  .nav-parent-row{cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation}
  .nav-dd-toggle{min-width:48px;min-height:48px;touch-action:manipulation}
  .dropdown-menu a{min-height:44px;display:flex;align-items:center}
}
@media (max-width: 980px){
  .detail-overview .detail-layout,.detail-two-col{grid-template-columns:1fr}
  .detail-icon-grid,.process-grid{grid-template-columns:repeat(2,1fr)}
  .image-caption-card img{height:300px}
}
@media (max-width: 640px){
  .detail-icon-grid,.process-grid{grid-template-columns:1fr;gap:12px}
  .image-caption-card img{height:230px}
  .image-caption-card > div{padding:14px}
  .detail-list-card,.detail-icon-card{padding:18px;border-radius:22px}
  .detail-image-icon,.detail-icon{width:46px;height:46px;min-width:46px;border-radius:14px}
  .mini-cta-row .btn{width:100%}
}


/* v17 professional mobile dropdown fix */
@media (max-width:1080px){
  .nav-links{
    left:12px;
    right:12px;
    top:calc(100% + 10px);
    max-height:calc(100svh - 118px);
    padding:14px;
    border-radius:26px;
    border:1px solid rgba(13,127,232,.14);
    background:linear-gradient(180deg,#ffffff 0%,#f3f8ff 100%) !important;
    box-shadow:0 24px 70px rgba(3,31,99,.22);
    gap:10px;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
  }
  .nav-links.open{display:flex !important;}
  .nav-links > a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    min-height:52px;
    padding:14px 16px !important;
    border-radius:18px;
    background:#fff;
    color:var(--ink) !important;
    border:1px solid rgba(13,127,232,.10);
    box-shadow:0 8px 22px rgba(3,31,99,.045);
    font-weight:900;
  }
  .nav-links > a:hover,
  .nav-links > a[aria-current="page"]{
    background:linear-gradient(180deg,#eef6ff,#ffffff);
    color:var(--teal-dark) !important;
  }
  .nav-dropdown{
    display:block;
    width:100%;
    background:#fff;
    border:1px solid rgba(13,127,232,.12);
    border-radius:20px;
    box-shadow:0 8px 22px rgba(3,31,99,.045);
    overflow:hidden;
  }
  .nav-parent-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    border-radius:0;
    overflow:hidden;
    background:linear-gradient(180deg,#ffffff,#f8fbff);
    cursor:pointer;
    -webkit-tap-highlight-color:transparent;
    touch-action:manipulation;
  }
  .nav-parent-row .nav-parent{
    flex:1;
    display:flex;
    align-items:center;
    min-height:54px;
    padding:14px 16px !important;
    border-radius:0 !important;
    color:var(--ink) !important;
    font-weight:950;
    white-space:normal;
  }
  .nav-dd-toggle{
    display:grid;
    place-items:center;
    min-width:58px;
    min-height:54px;
    padding:0 !important;
    border-radius:0 !important;
    border-left:1px solid rgba(13,127,232,.10) !important;
    background:#eef5ff !important;
    color:var(--teal-dark) !important;
    font-size:1.05rem;
    transform:none;
    transition:.18s ease;
    touch-action:manipulation;
  }
  .nav-dropdown.open .nav-dd-toggle{background:var(--teal-dark) !important;color:#fff !important;transform:rotate(180deg);}
  .nav-dropdown:hover .nav-parent-row,
  .nav-dropdown:focus-within .nav-parent-row,
  .nav-dropdown.open .nav-parent-row{background:linear-gradient(180deg,#ffffff,#eef6ff);color:var(--ink) !important;}
  .dropdown-menu{
    position:static !important;
    width:calc(100% - 20px);
    min-width:0 !important;
    display:grid !important;
    grid-template-columns:1fr;
    gap:8px;
    max-height:0;
    overflow:hidden;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    pointer-events:auto !important;
    margin:0 10px;
    padding:0 10px;
    border:0;
    border-radius:18px;
    background:#edf6ff !important;
    box-shadow:none !important;
    transition:max-height .28s ease,padding .22s ease,margin .22s ease,border-color .22s ease;
  }
  .dropdown-menu:before{display:none !important;}
  .nav-dropdown.open .dropdown-menu{
    max-height:760px;
    margin:0 10px 12px;
    padding:10px;
    border:1px solid #d6e8fb;
  }
  .dropdown-menu a{
    min-height:46px;
    display:flex !important;
    align-items:center;
    gap:10px;
    width:100%;
    padding:12px 13px !important;
    border-radius:14px;
    background:#ffffff !important;
    color:var(--ink-soft) !important;
    border:1px solid rgba(13,127,232,.08);
    box-shadow:0 8px 18px rgba(3,31,99,.04);
    font-weight:850;
    white-space:normal;
  }
  .dropdown-menu a:before{
    content:"";
    width:9px;
    height:9px;
    min-width:9px;
    border-radius:999px;
    background:linear-gradient(135deg,var(--teal),var(--teal-dark));
    box-shadow:0 0 0 4px rgba(13,127,232,.10);
  }
  .dropdown-menu a:hover,
  .dropdown-menu a:focus{
    background:linear-gradient(180deg,#ffffff,#f4f9ff) !important;
    color:var(--teal-dark) !important;
    outline:none;
  }
}
@media (max-width:640px){
  .nav-links{top:86px;left:10px;right:10px;border-radius:24px;padding:12px;max-height:calc(100svh - 108px)}
  .nav-links > a,.nav-parent-row .nav-parent{font-size:1rem;min-height:50px}
  .dropdown-menu a{font-size:.95rem;min-height:44px;padding:11px 12px !important;}
}


/* v18 final dropdown fix: reliable Android/iOS menu with polished panels */
.nav-dropdown{
  position:relative;
  display:flex;
  align-items:center;
}
.nav-parent-row{
  appearance:none;
  -webkit-appearance:none;
  border:0;
  background:transparent;
  color:#4e6170;
  font:inherit;
  font-weight:850;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.45rem;
  padding:.72rem .78rem;
  border-radius:999px;
  cursor:pointer;
  line-height:1;
  white-space:nowrap;
  touch-action:manipulation;
}
.nav-parent-label{display:inline-flex;align-items:center}
.nav-chevron{font-size:.8rem;line-height:1;transition:transform .2s ease}
.nav-dropdown:hover .nav-parent-row,
.nav-dropdown:focus-within .nav-parent-row,
.nav-dropdown.open .nav-parent-row,
.nav-parent-row.is-current{
  background:var(--soft);
  color:var(--teal-dark);
}
.nav-dropdown.open .nav-chevron{transform:rotate(180deg)}
.nav-dd-toggle,.nav-parent{display:none !important}
.dropdown-menu{
  position:absolute;
  top:calc(100% + 12px);
  left:0;
  min-width:292px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:10px;
  box-shadow:0 22px 55px rgba(3,31,99,.14);
  display:grid;
  gap:3px;
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  pointer-events:none;
  transition:.18s ease;
  z-index:90;
}
.nav-dropdown-industries .dropdown-menu{min-width:312px}
.dropdown-menu:before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px}
.dropdown-menu a{
  display:flex;
  align-items:center;
  gap:10px;
  border-radius:15px;
  padding:.78rem .9rem;
  color:var(--ink-soft);
  font-weight:850;
  background:transparent;
  white-space:normal;
}
.dropdown-menu a:before{
  content:"";
  width:8px;
  height:8px;
  min-width:8px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--teal),var(--teal-dark));
  box-shadow:0 0 0 4px rgba(13,127,232,.10);
}
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a[aria-current="page"]{
  background:var(--soft);
  color:var(--teal-dark);
  outline:none;
}
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu,
.nav-dropdown.open .dropdown-menu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  pointer-events:auto;
}

@media (max-width:1080px){
  .nav-links{
    position:fixed !important;
    left:12px !important;
    right:12px !important;
    top:92px !important;
    width:auto !important;
    display:none !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    gap:10px !important;
    max-height:calc(100svh - 118px) !important;
    overflow:auto !important;
    -webkit-overflow-scrolling:touch;
    padding:14px !important;
    border-radius:26px !important;
    border:1px solid rgba(13,127,232,.14) !important;
    background:linear-gradient(180deg,#ffffff 0%,#f2f8ff 100%) !important;
    box-shadow:0 26px 75px rgba(3,31,99,.24) !important;
    z-index:1000 !important;
  }
  .nav-links.open{display:flex !important}
  .nav-links > a,
  .nav-parent-row{
    width:100% !important;
    min-height:54px !important;
    justify-content:space-between !important;
    padding:14px 16px !important;
    border-radius:18px !important;
    background:#fff !important;
    color:var(--ink) !important;
    border:1px solid rgba(13,127,232,.10) !important;
    box-shadow:0 8px 22px rgba(3,31,99,.05) !important;
    font-weight:950 !important;
    text-align:left !important;
  }
  .nav-links > a:hover,
  .nav-links > a:focus,
  .nav-links > a[aria-current="page"],
  .nav-parent-row.is-current,
  .nav-dropdown.open .nav-parent-row{
    background:linear-gradient(180deg,#f7fbff,#ffffff) !important;
    color:var(--teal-dark) !important;
    outline:none;
  }
  .nav-dropdown{
    display:block !important;
    width:100% !important;
    background:#fff !important;
    border:1px solid rgba(13,127,232,.12) !important;
    border-radius:20px !important;
    box-shadow:0 8px 22px rgba(3,31,99,.05) !important;
    overflow:hidden !important;
  }
  .nav-dropdown .nav-parent-row{
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    background:linear-gradient(180deg,#fff,#f8fbff) !important;
  }
  .nav-chevron{
    width:34px;
    height:34px;
    min-width:34px;
    display:grid;
    place-items:center;
    border-radius:999px;
    background:#eef5ff;
    color:var(--teal-dark);
  }
  .nav-dropdown.open .nav-chevron{
    background:var(--teal-dark);
    color:#fff;
    transform:rotate(180deg);
  }
  .dropdown-menu{
    position:static !important;
    width:auto !important;
    min-width:0 !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
    max-height:0 !important;
    overflow:hidden !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    pointer-events:auto !important;
    margin:0 10px !important;
    padding:0 10px !important;
    border:0 !important;
    border-radius:18px !important;
    background:linear-gradient(180deg,#edf6ff,#f7fbff) !important;
    box-shadow:none !important;
    transition:max-height .28s ease,padding .22s ease,margin .22s ease,border-color .22s ease !important;
  }
  .dropdown-menu:before{display:none !important}
  .nav-dropdown.open .dropdown-menu{
    max-height:820px !important;
    margin:0 10px 12px !important;
    padding:10px !important;
    border:1px solid #d6e8fb !important;
  }
  .dropdown-menu a{
    width:100% !important;
    min-height:46px !important;
    display:flex !important;
    align-items:center !important;
    padding:12px 13px !important;
    border-radius:14px !important;
    background:#fff !important;
    color:var(--ink-soft) !important;
    border:1px solid rgba(13,127,232,.08) !important;
    box-shadow:0 8px 18px rgba(3,31,99,.04) !important;
    font-weight:850 !important;
    white-space:normal !important;
  }
  .dropdown-menu a:hover,
  .dropdown-menu a:focus,
  .dropdown-menu a[aria-current="page"]{
    background:linear-gradient(180deg,#ffffff,#f4f9ff) !important;
    color:var(--teal-dark) !important;
  }
}
@media (max-width:640px){
  .nav-links{
    top:86px !important;
    left:10px !important;
    right:10px !important;
    border-radius:24px !important;
    padding:12px !important;
    max-height:calc(100svh - 108px) !important;
  }
  .nav-links > a,
  .nav-parent-row{
    min-height:50px !important;
    font-size:1rem !important;
  }
  .dropdown-menu a{
    font-size:.95rem !important;
    min-height:44px !important;
  }
}


/* v19 final Industries dropdown containment fix */
@media (min-width:1201px){
  .nav-dropdown-industries .dropdown-menu{
    left:auto !important;
    right:0 !important;
    max-width:min(360px, calc(100vw - 32px)) !important;
  }
}

/* Treat mobile + touch devices as contained menu panels so no dropdown can slide off-screen */
@media (max-width:1200px), (hover:none) and (pointer:coarse){
  .nav-links{
    position:fixed !important;
    left:12px !important;
    right:12px !important;
    top:92px !important;
    width:auto !important;
    max-width:none !important;
    display:none !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:10px !important;
    max-height:calc(100svh - 118px) !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    padding:14px !important;
    border-radius:26px !important;
    background:linear-gradient(180deg,#ffffff 0%,#f2f8ff 100%) !important;
    border:1px solid rgba(13,127,232,.16) !important;
    box-shadow:0 26px 75px rgba(3,31,99,.24) !important;
    z-index:1000 !important;
    box-sizing:border-box !important;
  }
  .nav-links.open{display:flex !important;}
  .nav-links > a,
  .nav-parent-row{
    width:100% !important;
    max-width:100% !important;
    min-height:54px !important;
    display:flex !important;
    justify-content:space-between !important;
    align-items:center !important;
    padding:14px 16px !important;
    border-radius:18px !important;
    background:#fff !important;
    color:var(--ink) !important;
    border:1px solid rgba(13,127,232,.10) !important;
    box-shadow:0 8px 22px rgba(3,31,99,.05) !important;
    font-weight:950 !important;
    text-align:left !important;
    box-sizing:border-box !important;
  }
  .nav-dropdown{
    position:relative !important;
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    background:#fff !important;
    border:1px solid rgba(13,127,232,.12) !important;
    border-radius:20px !important;
    box-shadow:0 8px 22px rgba(3,31,99,.05) !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }
  .nav-dropdown .nav-parent-row{
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    background:linear-gradient(180deg,#ffffff,#f8fbff) !important;
  }
  .nav-dropdown.open .nav-parent-row{
    color:var(--teal-dark) !important;
    background:linear-gradient(180deg,#f7fbff,#ffffff) !important;
  }
  .nav-dropdown-industries .dropdown-menu,
  .nav-dropdown-services .dropdown-menu,
  .dropdown-menu{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
    inset:auto !important;
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    display:none !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
    margin:0 !important;
    padding:10px !important;
    border:0 !important;
    border-top:1px solid rgba(13,127,232,.12) !important;
    border-radius:0 0 20px 20px !important;
    background:linear-gradient(180deg,#edf6ff,#f8fbff) !important;
    box-shadow:none !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    pointer-events:auto !important;
    overflow:visible !important;
    box-sizing:border-box !important;
  }
  .dropdown-menu:before{display:none !important;content:none !important;}
  .nav-dropdown.open .dropdown-menu{
    display:grid !important;
    max-height:none !important;
  }
  .dropdown-menu a{
    width:100% !important;
    max-width:100% !important;
    min-height:46px !important;
    display:flex !important;
    align-items:center !important;
    padding:12px 13px !important;
    border-radius:14px !important;
    background:#ffffff !important;
    color:var(--ink-soft) !important;
    border:1px solid rgba(13,127,232,.08) !important;
    box-shadow:0 8px 18px rgba(3,31,99,.04) !important;
    font-weight:850 !important;
    white-space:normal !important;
    box-sizing:border-box !important;
  }
  .dropdown-menu a:hover,
  .dropdown-menu a:focus,
  .dropdown-menu a[aria-current="page"]{
    background:linear-gradient(180deg,#ffffff,#f4f9ff) !important;
    color:var(--teal-dark) !important;
  }
}
@media (max-width:640px){
  .nav-links{
    left:10px !important;
    right:10px !important;
    top:86px !important;
    max-height:calc(100svh - 108px) !important;
    padding:12px !important;
  }
}

/* v22 hard mobile menu rebuild: contained accordion, no off-screen dropdowns */
@media (max-width:1080px){
  html,body{overflow-x:hidden!important;max-width:100%!important}
  .site-header{z-index:2000!important}
  .nav{position:relative!important}
  .nav-links{
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    top:calc(env(safe-area-inset-top,0px) + 92px)!important;
    width:auto!important;
    max-width:calc(100vw - 24px)!important;
    height:auto!important;
    min-height:0!important;
    max-height:calc(100svh - 182px)!important;
    display:none!important;
    flex-direction:unset!important;
    align-items:unset!important;
    justify-content:unset!important;
    gap:0!important;
    padding:12px!important;
    margin:0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior:contain!important;
    box-sizing:border-box!important;
    border-radius:26px!important;
    border:1px solid rgba(13,127,232,.16)!important;
    background:linear-gradient(180deg,#ffffff 0%,#f4f9ff 100%)!important;
    box-shadow:0 26px 75px rgba(3,31,99,.24)!important;
    z-index:2001!important;
    transform:none!important;
  }
  .nav-links.open{display:block!important}
  .nav-links > a,
  .nav-links > .nav-dropdown{margin:0 0 10px!important}
  .nav-links > a:last-child,
  .nav-links > .nav-dropdown:last-child{margin-bottom:0!important}
  .nav-links > a{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    max-width:100%!important;
    min-height:54px!important;
    padding:14px 16px!important;
    box-sizing:border-box!important;
    border-radius:18px!important;
    background:#fff!important;
    color:var(--ink)!important;
    border:1px solid rgba(13,127,232,.11)!important;
    box-shadow:0 8px 22px rgba(3,31,99,.05)!important;
    font-weight:950!important;
    text-align:left!important;
    white-space:normal!important;
    overflow:visible!important;
    transform:none!important;
  }
  .nav-dropdown,
  .nav-dropdown-services,
  .nav-dropdown-industries{
    position:relative!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    box-sizing:border-box!important;
    padding:0!important;
    border-radius:20px!important;
    background:#fff!important;
    border:1px solid rgba(13,127,232,.12)!important;
    box-shadow:0 8px 22px rgba(3,31,99,.05)!important;
    overflow:hidden!important;
    transform:none!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
  }
  .nav-dropdown .nav-parent-row,
  .nav-parent-row.nav-dd-toggle-full{
    appearance:none!important;
    -webkit-appearance:none!important;
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    max-width:100%!important;
    min-height:56px!important;
    padding:14px 16px!important;
    margin:0!important;
    box-sizing:border-box!important;
    border:0!important;
    border-radius:0!important;
    background:linear-gradient(180deg,#ffffff,#f8fbff)!important;
    color:var(--ink)!important;
    box-shadow:none!important;
    font:inherit!important;
    font-weight:950!important;
    line-height:1.1!important;
    text-align:left!important;
    white-space:normal!important;
    cursor:pointer!important;
    touch-action:manipulation!important;
    -webkit-tap-highlight-color:transparent!important;
    transform:none!important;
  }
  .nav-parent-label{display:block!important;min-width:0!important;overflow:visible!important;color:inherit!important}
  .nav-chevron{
    display:grid!important;
    place-items:center!important;
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    border-radius:50%!important;
    background:#eef5ff!important;
    color:var(--teal-dark)!important;
    transition:transform .18s ease,background .18s ease,color .18s ease!important;
    transform:none!important;
  }
  .nav-dropdown.open .nav-parent-row{background:linear-gradient(180deg,#f7fbff,#ffffff)!important;color:var(--teal-dark)!important}
  .nav-dropdown.open .nav-chevron{background:var(--teal-dark)!important;color:#fff!important;transform:rotate(180deg)!important}
  .nav-dropdown:not(.open) > .dropdown-menu,
  .nav-dropdown:not(.open):hover > .dropdown-menu,
  .nav-dropdown:not(.open):focus-within > .dropdown-menu{
    display:none!important;
    height:0!important;
    max-height:0!important;
    min-height:0!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    overflow:hidden!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:none!important;
  }
  .nav-dropdown.open > .dropdown-menu,
  .nav-dropdown.open:hover > .dropdown-menu,
  .nav-dropdown.open:focus-within > .dropdown-menu,
  .nav-dropdown-services.open > .dropdown-menu,
  .nav-dropdown-industries.open > .dropdown-menu{
    position:relative!important;
    inset:auto!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:10px!important;
    margin:0!important;
    box-sizing:border-box!important;
    border:0!important;
    border-top:1px solid rgba(13,127,232,.12)!important;
    border-radius:0 0 20px 20px!important;
    background:linear-gradient(180deg,#edf6ff,#f8fbff)!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    pointer-events:auto!important;
    overflow:visible!important;
  }
  .dropdown-menu:before{display:none!important;content:none!important}
  .dropdown-menu a{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    width:100%!important;
    max-width:100%!important;
    min-height:46px!important;
    padding:12px 13px!important;
    box-sizing:border-box!important;
    border-radius:14px!important;
    background:#ffffff!important;
    color:var(--ink-soft)!important;
    border:1px solid rgba(13,127,232,.08)!important;
    box-shadow:0 8px 18px rgba(3,31,99,.04)!important;
    font-size:.96rem!important;
    font-weight:850!important;
    line-height:1.25!important;
    text-align:left!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    transform:none!important;
  }
  .dropdown-menu a:before{
    content:""!important;
    width:8px!important;
    height:8px!important;
    min-width:8px!important;
    border-radius:50%!important;
    background:linear-gradient(135deg,var(--teal),var(--teal-dark))!important;
    box-shadow:0 0 0 4px rgba(13,127,232,.10)!important;
  }
  .dropdown-menu a:hover,
  .dropdown-menu a:focus,
  .dropdown-menu a[aria-current="page"]{background:linear-gradient(180deg,#ffffff,#f4f9ff)!important;color:var(--teal-dark)!important;outline:none!important}
}
@media (max-width:640px){
  .nav-links{
    left:10px!important;
    right:10px!important;
    top:calc(env(safe-area-inset-top,0px) + 86px)!important;
    max-width:calc(100vw - 20px)!important;
    max-height:calc(100svh - 176px)!important;
    padding:12px!important;
    border-radius:24px!important;
  }
  .nav-links > a,
  .nav-dropdown .nav-parent-row,
  .nav-parent-row.nav-dd-toggle-full{min-height:52px!important;font-size:1rem!important;padding:13px 14px!important}
  .dropdown-menu a{font-size:.94rem!important;min-height:44px!important;padding:11px 12px!important}
}


/* v24 logo refresh and desktop CTA update */
.brand{max-width:620px}
.brand-logo-desktop{display:block !important;height:74px;max-width:560px;width:auto;object-fit:contain}
.brand-logo-mobile{display:none !important;height:52px;max-width:320px;width:auto;object-fit:contain}
.footer-brand img{height:68px;max-width:520px;width:auto;object-fit:contain}
.nav-actions{display:flex;align-items:center;gap:12px;margin-left:auto}
.nav-actions .btn{background:linear-gradient(135deg,var(--teal-dark),#2c8df0);color:#fff;box-shadow:0 12px 28px rgba(13,127,232,.22);padding:.92rem 1.18rem}
.nav-actions .btn:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(13,127,232,.28)}
.floating-actions{display:flex;right:18px;bottom:22px;align-items:flex-end}
.floating-actions .btn{background:linear-gradient(135deg,var(--teal-dark),#2c8df0);color:#fff;min-width:170px}
@media (max-width:1240px){
  .brand-logo-desktop{height:66px;max-width:480px}
}
@media (max-width:1080px){
  .nav-actions .btn{display:none}
  .brand-logo-desktop{height:60px;max-width:390px}
}
@media (max-width:640px){
  .brand-logo-desktop{display:none !important}
  .brand-logo-mobile{display:block !important;height:52px;max-width:320px}
  .footer-brand img{height:58px;max-width:340px}
}


/* v25 cropped and enlarged logo responsiveness */
.site-header{position:sticky;top:0;z-index:70;background:#fff}
.nav{min-height:96px;gap:18px;align-items:center}
.brand{display:flex;align-items:center;flex:0 1 auto;min-width:0;max-width:660px}
.brand-logo{display:block;object-fit:contain;max-width:100%;width:auto}
.brand-logo-desktop{display:block !important;height:88px !important;max-width:min(620px,42vw) !important}
.brand-logo-mobile{display:none !important;height:62px !important;max-width:min(340px,72vw) !important}
.footer-brand img{height:74px !important;max-width:min(520px,100%) !important;width:auto;object-fit:contain}
@media (max-width:1280px){
  .brand-logo-desktop{height:80px !important;max-width:min(560px,38vw) !important}
}
@media (max-width:1080px){
  .nav{min-height:88px}
  .brand-logo-desktop{height:70px !important;max-width:min(470px,40vw) !important}
}
@media (max-width:640px){
  .nav{min-height:84px;gap:10px}
  .brand-logo-desktop{display:none !important}
  .brand-logo-mobile{display:block !important;height:64px !important;max-width:min(350px,78vw) !important}
  .nav-links{top:88px}
  .footer-brand img{height:64px !important;max-width:320px !important}
}
