
:root{
  --navy:#061838;
  --navy2:#0a2859;
  --blue:#0877ff;
  --cyan:#11d8cb;
  --teal:#16c79a;
  --ink:#081b3a;
  --muted:#5f6f89;
  --white:#ffffff;
  --soft:#edf4ff;
  --line:#d8e3f2;
  --yellow:#ffc400;
  --purple:#862ef5;
  --orange:#ff6c00;
  --pink:#ff3f93;
  --shadow:0 16px 40px rgba(3,24,64,.14);
  --shadow-strong:0 20px 55px rgba(2,18,52,.22);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:#eef5ff;
  line-height:1.48;
}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
.wrap{width:min(1180px,calc(100% - 34px));margin:auto}

/* Header */
.topbar{
  position:sticky;top:0;z-index:100;
  background:linear-gradient(90deg,#06142f 0%,#071c42 55%,#06142f 100%);
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:0 8px 24px rgba(0,8,28,.16);
}
.toprow{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:13px;color:#fff;font-weight:900}
.mark{
  width:48px;height:48px;border-radius:15px;display:grid;place-items:center;
  background:linear-gradient(145deg,#17d7cc 0%,#0789ff 48%,#6a42f5 100%);
  color:#fff;font-size:26px;font-weight:1000;
  box-shadow:0 8px 24px rgba(9,142,255,.35);
  transform:skew(-7deg);
}
.brand>span:last-child{font-size:20px;line-height:1.05;letter-spacing:-.035em}
.brand small{
  display:block;color:#d8e6f7;font-size:10.5px;font-weight:700;
  margin-top:5px;letter-spacing:.01em
}
.nav{display:flex;align-items:center;gap:4px}
.nav a{
  color:#fff;padding:10px 11px;border-radius:10px;
  font-size:14px;font-weight:800;transition:.18s ease
}
.nav a:hover,.nav a[aria-current="page"]{
  background:rgba(255,255,255,.08);color:#68d8ff
}
.nav .cta{
  margin-left:12px;padding:12px 17px;border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(90deg,#0877ff,#11d8cb);color:#fff;
  box-shadow:0 8px 24px rgba(4,119,255,.22)
}
.nav .cta:hover{transform:translateY(-1px);background:linear-gradient(90deg,#0a6ce4,#0fc6bb)}
.menuBtn{display:none;border:1px solid rgba(255,255,255,.22);background:#fff;color:#09254a;border-radius:12px;padding:8px 11px;font-size:22px}

/* Hero */
.hero{
  position:relative;overflow:hidden;color:#fff;
  background:
    radial-gradient(circle at 88% 10%,rgba(185,255,90,.72) 0,rgba(20,223,194,.28) 13%,transparent 31%),
    radial-gradient(circle at 72% 46%,rgba(0,158,255,.30) 0,transparent 33%),
    linear-gradient(112deg,#071634 0%,#073a89 53%,#0b8c9c 100%);
  padding:44px 0 34px;
}
.hero:before{
  content:"";position:absolute;right:-80px;bottom:-125px;width:580px;height:340px;
  background:
    radial-gradient(circle,rgba(66,207,255,.34) 1px,transparent 1.7px);
  background-size:13px 13px;opacity:.46;transform:rotate(-8deg);
  mask-image:linear-gradient(90deg,transparent,#000 30%,#000 70%,transparent)
}
.hero:after{
  content:"";position:absolute;left:-110px;top:95px;width:520px;height:280px;
  border:1px solid rgba(45,136,255,.13);border-radius:50%;transform:rotate(8deg);
  box-shadow:0 0 0 35px rgba(18,110,255,.045),0 0 0 75px rgba(18,110,255,.03)
}
.hero .wrap{position:relative;z-index:2}
.kicker{
  display:inline-flex;align-items:center;gap:7px;
  border:1px solid rgba(255,255,255,.30);
  background:rgba(5,29,69,.42);
  color:#ffe48b;font-size:11.5px;font-weight:900;letter-spacing:.055em;text-transform:uppercase;
  border-radius:999px;padding:8px 12px
}
.hero h1{
  max-width:800px;margin:13px 0 12px;
  font-size:clamp(44px,6vw,72px);line-height:.98;letter-spacing:-.055em;color:#fff;
  text-shadow:0 5px 18px rgba(0,0,0,.16)
}
.hero h1 .accent-text{
  background:linear-gradient(90deg,#8efb62,#16d9b6 55%,#18b7ff);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.hero p{
  max-width:650px;margin:0;color:#fff;font-size:18px;line-height:1.48
}
.affordable{
  display:inline-flex;align-items:center;margin-top:14px;
  color:#ffdb40;font-weight:1000;font-size:15px;letter-spacing:.03em;text-transform:uppercase
}
.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:22px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:48px;padding:0 22px;border-radius:12px;font-weight:900;
  border:1px solid transparent;box-shadow:0 9px 22px rgba(0,0,0,.13);
  transition:.18s ease
}
.btn:hover{transform:translateY(-2px);box-shadow:0 13px 26px rgba(0,0,0,.18)}
.btn.primary{color:#fff;background:linear-gradient(90deg,#15d9b2,#0878ff)}
.btn.secondary{color:#fff;background:rgba(7,22,52,.40);border-color:rgba(255,255,255,.58)}
.hero-highlights{
  margin-top:27px;display:grid;grid-template-columns:repeat(4,1fr);gap:22px
}
.hero-point{display:flex;align-items:center;gap:12px;min-width:0}
.hero-point .circle{
  width:48px;height:48px;border-radius:50%;flex:0 0 auto;display:grid;place-items:center;
  font-size:22px;color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.20)
}
.hero-point:nth-child(1) .circle{background:linear-gradient(145deg,#1ed8ab,#09a77c)}
.hero-point:nth-child(2) .circle{background:linear-gradient(145deg,#2191ff,#075dd0)}
.hero-point:nth-child(3) .circle{background:linear-gradient(145deg,#ad4aff,#6d1bd4)}
.hero-point:nth-child(4) .circle{background:linear-gradient(145deg,#ffab1e,#ff6c00)}
.hero-point b{display:block;font-size:14px;color:#fff;margin-bottom:2px}
.hero-point span{display:block;color:#edf7ff;font-size:13px;line-height:1.28}

/* White index panel */
.index-section{
  position:relative;margin-top:0;padding:0 0 0;background:linear-gradient(180deg,#eef5ff,#f7fbff)
}
.index-shell{
  width:min(1240px,calc(100% - 28px));margin:-1px auto 0;
  background:#fff;border-radius:0 0 26px 26px;
  padding:26px 28px 24px;border:1px solid #d8e6f5;border-top:0;
  box-shadow:var(--shadow)
}
.index-head{
  display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:18px
}
.eyebrow{
  color:#096fea;font-size:11.5px;font-weight:1000;letter-spacing:.08em;text-transform:uppercase
}
.index-head h2,.section-title h2{
  margin:5px 0 0;font-size:clamp(30px,4vw,44px);line-height:1.04;letter-spacing:-.04em
}
.index-head p{max-width:520px;margin:0;color:var(--muted);font-size:15px}
.index-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.index-card{
  min-height:185px;border:1px solid #e0e9f4;border-radius:15px;background:#fff;
  padding:17px 14px 14px;display:flex;flex-direction:column;justify-content:space-between;text-align:center;
  box-shadow:0 10px 24px rgba(15,42,78,.09);transition:.18s ease
}
.index-card:hover{transform:translateY(-4px);box-shadow:0 15px 34px rgba(15,42,78,.15)}
.index-card .icon{
  width:50px;height:50px;border-radius:14px;margin:0 auto 8px;display:grid;place-items:center;font-size:27px;
  background:#edf5ff;color:#0877ff
}
.index-card:nth-child(2) .icon{background:#eafbf6;color:#0fbf8f}
.index-card:nth-child(3) .icon{background:#f3eaff;color:#8f2cf3}
.index-card:nth-child(4) .icon{background:#fff0e5;color:#ff6b00}
.index-card:nth-child(5) .icon{background:#ffeaf4;color:#ff3e91}
.index-card:nth-child(6) .icon{background:#e6fbfb;color:#11bfc3}
.index-card h3{margin:0 0 7px;font-size:17px;line-height:1.1}
.index-card p{margin:0;color:var(--muted);font-size:12.5px;line-height:1.35}
.go{
  margin-top:13px;padding:9px 8px;border-radius:9px;color:#fff;font-size:12px;font-weight:900;
  background:linear-gradient(90deg,#0877ff,#1767e8);box-shadow:0 7px 14px rgba(8,119,255,.20)
}
.index-card:nth-child(2) .go{background:linear-gradient(90deg,#15c59b,#05a971)}
.index-card:nth-child(3) .go{background:linear-gradient(90deg,#9c3cf4,#7921dd)}
.index-card:nth-child(4) .go{background:linear-gradient(90deg,#ff7a08,#ff5d00)}
.index-card:nth-child(5) .go{background:linear-gradient(90deg,#ff5ba4,#ff347c)}
.index-card:nth-child(6) .go{background:linear-gradient(90deg,#18c8d0,#08a9ba)}

/* Keep existing customer-value section, styled to match */
.happy{padding:18px 0;background:linear-gradient(180deg,#f6faff,#eef5ff)}
.happy-shell{
  border-radius:24px;padding:25px 26px;background:linear-gradient(125deg,#0a2148,#0a3168 58%,#0a4475);
  color:#fff;box-shadow:var(--shadow-strong)
}
.happy-head{display:flex;justify-content:space-between;align-items:end;gap:26px;margin-bottom:18px}
.happy-head .eyebrow{color:#ffcd2f}
.happy-head h2{margin:5px 0 0;font-size:30px;line-height:1.05}
.happy-head p{max-width:560px;margin:0;color:#d8e7f8}
.happy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.happy-card{
  border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:17px;
  background:rgba(255,255,255,.07)
}
.happy-card b{display:block;font-size:15px;margin-bottom:4px}
.happy-card span{font-size:13px;color:#d8e7f8}

/* Reviews section */
.reviews{padding:12px 0 36px;background:linear-gradient(180deg,#eef5ff,#dcecff)}
.reviews-shell{
  width:min(1240px,calc(100% - 28px));margin:auto;
  border:0;background:transparent;box-shadow:none;border-radius:0;overflow:visible
}
.reviews-top{
  padding:0 10px 14px;border:0;display:flex;justify-content:space-between;align-items:end;gap:20px
}
.reviews-top .eyebrow{color:#096fea}
.reviews-top h2{margin:4px 0 0;font-size:31px;letter-spacing:-.035em}
.reviews-top p{max-width:560px;margin:0;color:var(--muted);font-size:14px}
.reviews-body{display:grid;grid-template-columns:1.3fr .9fr;gap:18px}
.review-list{padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.review-empty{
  grid-column:1/-1;border:1px dashed #a9bfdc;background:#f9fcff;border-radius:15px;
  padding:20px;color:#5c6d85
}
.review-card{
  background:#fff;border:1px solid #d6e2f0;border-radius:14px;padding:17px;
  box-shadow:0 10px 23px rgba(20,48,83,.09)
}
.review-stars{color:#ffb600;font-size:17px;letter-spacing:.08em}
.review-card p{font-size:13.5px;color:#273a54}
.review-card b{font-size:13.5px}
.review-card small{font-size:11.5px;color:#6c7b90}
.review-form-wrap{
  background:linear-gradient(145deg,#eaf4ff,#d8e9ff);border:1px solid #8fc0ff;border-radius:16px;padding:20px;
  box-shadow:0 10px 25px rgba(5,85,181,.09)
}
.review-form-wrap h3{margin:0;font-size:23px}
.review-form-wrap>p{margin:2px 0 13px;color:#4f6681;font-size:13px}
.review-form{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.review-form label{font-size:12px;font-weight:800;color:#183454}
.review-form label:nth-of-type(3),.review-form label:nth-of-type(4),.review-form label:nth-of-type(5){grid-column:1/-1}
.review-form input,.review-form select,.review-form textarea{
  width:100%;margin-top:5px;border:1px solid #aec8e7;background:rgba(255,255,255,.86);border-radius:7px;
  padding:9px 10px;color:#17314f;outline:none
}
.review-form textarea{min-height:70px}
.review-submit{
  grid-column:1/-1;border:0;border-radius:8px;padding:10px;color:#fff;font-weight:900;cursor:pointer;
  background:linear-gradient(90deg,#0877ff,#12d5bf)
}
.review-note{grid-column:1/-1;font-size:10.5px;color:#607694}
.review-success{grid-column:1/-1;display:none}

/* Utility content for inner pages */
.pagehero{
  color:#fff;padding:38px 0 36px;
  background:
    radial-gradient(circle at 88% 8%,rgba(101,250,198,.36),transparent 24%),
    linear-gradient(112deg,#071634,#073a89 57%,#0b8c9c)
}
.pagehero h1{margin:10px 0;font-size:clamp(38px,5vw,60px);line-height:1;letter-spacing:-.045em}
.pagehero p{max-width:760px;color:#eaf4ff;font-size:17px}
.backrow{margin-bottom:14px}
.backbtn{
  display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border-radius:10px;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.35);color:#fff;font-weight:900
}
.content{padding:42px 0;background:#f6faff}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
.card,.panel,.trust{
  background:#fff;border:1px solid #dce6f1;border-radius:18px;padding:22px;
  box-shadow:0 10px 26px rgba(16,43,79,.08)
}
.card h3,.panel h2,.panel h3{margin-top:0}
.card p,.panel p{color:var(--muted)}
.two{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}
.list{display:grid;gap:12px}.item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #e3ebf4}.item:last-child{border-bottom:0}
.dot{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#eaf3ff;color:#096fea;font-weight:1000;flex:0 0 auto}
.item div span{display:block;color:var(--muted);font-size:13px}
.tag{display:inline-block;border-radius:999px;padding:7px 10px;background:#eaf3ff;color:#096fea;font-size:11px;font-weight:900}
.notice{border-radius:12px;padding:13px;background:#eef6ff;border:1px solid #cfe2f6;color:#35516d}
.trustbar{padding:10px 0 42px;background:#dcecff}
.trustgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.trust b{display:block;margin-bottom:5px}.trust span{color:var(--muted);font-size:13px}

/* Footer */
.footer{
  margin-top:0;color:#d6e4f2;padding:34px 0 24px;
  background:linear-gradient(135deg,#04152f,#082c5a 70%,#0a3a68)
}
.footergrid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px}
.footer h4{color:#fff;margin:0 0 8px}.footer p{color:#aec2d6;max-width:470px}
.footer a{display:block;margin:6px 0;color:#c9d8e6}.legal{margin-top:22px;padding-top:16px;border-top:1px solid rgba(255,255,255,.13);font-size:12px;color:#8ea5ba}

@media(max-width:1000px){
  .index-grid{grid-template-columns:repeat(3,1fr)}
  .hero-highlights{grid-template-columns:repeat(2,1fr)}
  .review-list{grid-template-columns:1fr}
  .reviews-body{grid-template-columns:1fr}
}
@media(max-width:860px){
  .toprow{min-height:68px}.brand>span:last-child{font-size:17px}
  .nav{
    display:none;position:absolute;left:16px;right:16px;top:73px;flex-direction:column;align-items:stretch;
    background:#071a3a;border:1px solid rgba(255,255,255,.15);border-radius:15px;padding:9px;box-shadow:var(--shadow-strong)
  }
  .nav a{padding:12px 13px}.nav .cta{margin-left:0}.menuBtn{display:block}
  .index-head{display:block}.index-head p{margin-top:10px}
  .happy-head{display:block}.happy-head p{margin-top:8px}
  .two,.cards{grid-template-columns:1fr}
  .trustgrid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .wrap{width:min(100% - 22px,1180px)}
  .hero{padding-top:30px}.hero h1{font-size:39px}
  .hero p{font-size:16px}
  .hero-highlights{grid-template-columns:1fr;gap:13px}
  .hero-point{padding:9px 0;border-bottom:1px solid rgba(255,255,255,.11)}
  .hero-point:last-child{border-bottom:0}
  .index-shell,.reviews-shell{width:calc(100% - 18px)}
  .index-shell{padding:20px 14px;border-radius:0 0 20px 20px}
  .index-grid{grid-template-columns:1fr 1fr;gap:10px}
  .index-card{min-height:168px;padding:14px 10px}.index-card h3{font-size:15px}.index-card p{font-size:11.5px}
  .happy-shell{padding:21px 16px;border-radius:20px}.happy-grid{grid-template-columns:1fr}
  .review-form{grid-template-columns:1fr}.review-form label{grid-column:1/-1}
  .footergrid{grid-template-columns:1fr}.trustgrid{grid-template-columns:1fr}
}
@media(max-width:430px){
  .index-grid{grid-template-columns:1fr}
  .hero h1{font-size:35px}
  .mark{width:42px;height:42px}
}

/* V5 readability + Virtual Amnav chatbot */
.index-shell{
  width:min(1320px,calc(100% - 20px));
  padding:34px 34px 30px;
  border-radius:0 0 32px 32px;
}
.index-head{margin-bottom:24px}
.index-head h2{font-size:clamp(38px,4.5vw,56px)}
.index-head p{font-size:17px;line-height:1.55;max-width:620px}
.index-grid{gap:18px}
.index-card{
  min-height:230px;
  padding:24px 18px 18px;
  border-radius:20px;
}
.index-card .icon{
  width:62px;height:62px;font-size:32px;border-radius:18px;margin-bottom:12px
}
.index-card h3{font-size:21px;margin-bottom:10px}
.index-card p{font-size:15px;line-height:1.5}
.index-card .go{
  font-size:14px;
  padding:12px 10px;
  border-radius:11px;
}

.happy{padding:26px 0}
.happy-shell{
  width:min(1260px,calc(100% - 24px));
  margin:auto;
  padding:34px 34px 30px;
  border-radius:28px;
}
.happy-head{margin-bottom:24px;gap:34px}
.happy-head h2{font-size:clamp(34px,4.2vw,50px);line-height:1.08}
.happy-head p{font-size:17px;line-height:1.6;max-width:620px}
.happy-grid{gap:18px}
.happy-card{
  padding:24px;
  min-height:170px;
  border-radius:18px;
}
.happy-card b{font-size:19px;margin-bottom:8px}
.happy-card span{font-size:16px;line-height:1.55}

/* Floating chatbot */
.amnav-chat-launcher{
  position:fixed;right:22px;bottom:22px;z-index:200;
  display:flex;align-items:center;gap:10px;
  border:0;border-radius:999px;
  padding:13px 18px;
  color:#fff;font-weight:900;cursor:pointer;
  background:linear-gradient(90deg,#0877ff,#12d5bf);
  box-shadow:0 16px 34px rgba(4,63,151,.28);
}
.amnav-chat-launcher .bot-dot{
  width:34px;height:34px;border-radius:50%;
  display:grid;place-items:center;background:#fff;color:#0b65d6;font-size:20px
}
.amnav-chat{
  position:fixed;right:22px;bottom:88px;z-index:210;
  width:min(380px,calc(100vw - 28px));
  height:520px;
  display:none;flex-direction:column;
  background:#fff;border:1px solid #cbdcf0;border-radius:20px;
  box-shadow:0 24px 70px rgba(3,23,57,.30);overflow:hidden;
}
.amnav-chat.open{display:flex}
.amnav-chat-head{
  display:flex;align-items:center;justify-content:space-between;
  padding:15px 16px;color:#fff;
  background:linear-gradient(100deg,#086fe9,#11cdbf);
}
.amnav-chat-title{display:flex;align-items:center;gap:10px}
.amnav-chat-avatar{
  width:40px;height:40px;border-radius:50%;display:grid;place-items:center;
  background:#fff;color:#0b62c7;font-size:23px
}
.amnav-chat-title b{display:block;font-size:16px}
.amnav-chat-title small{display:block;color:#eafffb}
.amnav-chat-close{
  border:0;background:rgba(255,255,255,.16);color:#fff;
  width:34px;height:34px;border-radius:50%;cursor:pointer;font-size:18px
}
.amnav-chat-body{
  flex:1;overflow:auto;padding:15px;background:#f7fbff
}
.chat-msg{
  max-width:84%;padding:10px 12px;border-radius:14px;margin-bottom:10px;
  font-size:14px;line-height:1.45
}
.chat-msg.bot{background:#fff;border:1px solid #d9e6f3;color:#213850}
.chat-msg.user{background:#0b74ea;color:#fff;margin-left:auto}
.chat-quick{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 14px}
.chat-quick button{
  border:1px solid #8dbfff;background:#fff;color:#0b61c7;
  border-radius:999px;padding:8px 10px;font-size:12px;font-weight:800;cursor:pointer
}
.chat-quick button:hover{background:#eef6ff}
.amnav-chat-input{
  display:flex;gap:8px;padding:12px;background:#fff;border-top:1px solid #dce7f2
}
.amnav-chat-input input{
  flex:1;border:1px solid #cbd9e8;border-radius:12px;padding:11px 12px;outline:none
}
.amnav-chat-input button{
  width:44px;border:0;border-radius:12px;background:#0a73e8;color:#fff;font-weight:900;cursor:pointer
}
.amnav-chat-foot{
  text-align:center;font-size:10px;color:#75879c;padding:5px 0 9px;background:#fff
}

@media(max-width:1000px){
  .index-shell{width:calc(100% - 18px);padding:28px 22px 24px}
  .index-grid{grid-template-columns:repeat(2,1fr)}
  .happy-shell{width:calc(100% - 18px)}
}
@media(max-width:620px){
  .index-head h2{font-size:34px}
  .index-head p{font-size:16px}
  .index-grid{grid-template-columns:1fr}
  .index-card{min-height:0;padding:22px 18px}
  .index-card h3{font-size:20px}
  .index-card p{font-size:15px}
  .happy-shell{padding:24px 18px}
  .happy-head h2{font-size:31px}
  .happy-head p{font-size:16px}
  .happy-card{min-height:0}
  .amnav-chat-launcher{right:14px;bottom:14px}
  .amnav-chat{right:14px;bottom:78px;height:500px}
}

/* V6 Virtual Amnav smart knowledge assistant */
.chat-actions{
  display:flex;flex-wrap:wrap;gap:8px;margin:2px 0 12px
}
.chat-actions a,.chat-actions button{
  display:inline-flex;align-items:center;justify-content:center;
  border:1px solid #8cbcf4;background:#fff;color:#0a61c7;
  border-radius:999px;padding:8px 11px;font-size:12px;font-weight:900;
  cursor:pointer;text-decoration:none
}
.chat-actions a:hover,.chat-actions button:hover{background:#eef6ff}
.chat-topic{
  display:inline-block;margin-top:4px;color:#5d7390;font-size:11px;font-weight:800
}
.chat-escalation{
  background:#fff7e8;border:1px solid #ffd48b;color:#6e4b0b
}

/* V7 inquiry form */
.inquiry-panel{margin-top:20px}
.inquiry-form{margin-top:18px}
.inquiry-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.inquiry-form label{display:block;color:#263f5b;font-size:13px;font-weight:850}
.inquiry-form input,.inquiry-form select,.inquiry-form textarea{
  width:100%;margin-top:6px;padding:12px 13px;border:1px solid #c9d9e8;border-radius:11px;
  background:#fff;color:#102b49;outline:none
}
.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus{
  border-color:#67a8ec;box-shadow:0 0 0 3px rgba(8,119,255,.08)
}
.inquiry-form textarea{min-height:150px;resize:vertical}
.inquiry-form .wide{grid-column:1/-1}
.inquiry-submit{margin-top:16px;border:0;cursor:pointer}
.inquiry-note{font-size:11px!important;color:#708297!important;margin:10px 0 0!important}
@media(max-width:620px){.inquiry-grid{grid-template-columns:1fr}.inquiry-form .wide{grid-column:1}}

:focus-visible{outline:3px solid #ffd24a;outline-offset:3px}.skip-link{position:fixed;left:12px;top:-60px;z-index:1000;background:#fff;color:#061838;padding:10px 14px;border-radius:10px;font-weight:900}.skip-link:focus{top:12px}
.footer-legal-links{display:flex;gap:14px;flex-wrap:wrap;margin-top:10px}.footer-legal-links a{display:inline-block;color:#b9cde0;font-size:12px}.contact-prefill-note{display:none;margin-top:10px;padding:10px 12px;border-radius:10px;background:#eaf7ef;color:#245c38;font-size:12px;font-weight:800}
.cta-strip{padding:18px 0 34px;background:#dcecff}.cta-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:22px;background:linear-gradient(110deg,#061838,#0b4f97 68%,#0d9c99);color:#fff;border-radius:22px;padding:24px 26px;box-shadow:var(--shadow)}.cta-strip h2{margin:0 0 5px;font-size:clamp(25px,3vw,34px)}.cta-strip p{margin:0;color:#dcecff}
.legal-page .panel{max-width:900px;margin:auto}.error-page{min-height:70vh;display:grid;place-items:center;text-align:center;background:linear-gradient(135deg,#061838,#0b4f97 65%,#0d9c99);color:#fff;padding:40px 20px}.error-code{font-size:clamp(80px,16vw,170px);font-weight:1000;line-height:.8;letter-spacing:-.06em;background:linear-gradient(90deg,#fff,#54ffe0);-webkit-background-clip:text;background-clip:text;color:transparent}
@media(max-width:700px){.cta-strip-inner{display:block}}

/* AMNAV ADS brand mark update */
.mark{
  font-size:clamp(12px,1.15vw,16px)!important;
  font-weight:900!important;
  letter-spacing:-.04em!important;
  line-height:1!important;
  text-align:center!important;
}


/* Final AMNAV company/contact polish */
.contactbox{
  display:grid;
  gap:0;
  margin-bottom:20px;
  background:#fff;
  border:1px solid #d9e5f3;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(14,46,87,.06);
}
.contact-row{
  display:grid;
  grid-template-columns:minmax(155px,210px) 1fr;
  gap:18px;
  align-items:start;
  padding:14px 18px;
  border-bottom:1px solid #e6edf5;
}
.contact-row:last-child{border-bottom:0}
.contact-row b{color:#102b49;font-weight:900}
.contact-row span{color:#435873;min-width:0}
.contact-row a{color:#075fbd;text-decoration:none}
.contact-row a:hover{text-decoration:underline}
.mark{
  font-size:clamp(12px,1.15vw,16px)!important;
  font-weight:950!important;
  letter-spacing:-.05em!important;
  line-height:1!important;
  text-align:center!important;
}
@media(max-width:620px){
  .contact-row{grid-template-columns:1fr;gap:4px;padding:13px 15px}
  .contact-row b{font-size:13px}
}


/* Final header sharpness + visual hierarchy */
html{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}
.topbar{
  background:#061735;
  border-bottom:1px solid rgba(125,203,255,.22);
  box-shadow:0 7px 22px rgba(0,10,30,.20);
}
.toprow{min-height:82px;gap:24px}
.brand{
  flex:0 0 auto;
  gap:14px;
  text-shadow:none;
  transform:none;
}
.mark{
  transform:none!important;
  width:50px!important;
  height:50px!important;
  border-radius:14px!important;
  box-shadow:0 7px 20px rgba(8,119,255,.30)!important;
  font-size:15px!important;
  letter-spacing:-.03em!important;
}
.brand>span:last-child{
  font-size:20px;
  line-height:1.08;
  letter-spacing:-.02em;
  color:#fff;
  text-shadow:none;
}
.brand small{
  color:#dcecff;
  font-size:11px;
  line-height:1.12;
  letter-spacing:0;
  font-weight:650;
}
.nav{
  gap:7px;
  white-space:nowrap;
}
.nav a{
  color:#f7fbff;
  padding:10px 10px;
  border-radius:9px;
  font-size:14.5px;
  line-height:1;
  font-weight:720;
  letter-spacing:.005em;
  text-shadow:none;
}
.nav a:hover,.nav a[aria-current="page"]{
  background:#102f61;
  color:#74e7ff;
}
.nav .cta{
  margin-left:6px;
  min-height:44px;
  padding:0 15px;
  font-size:14px;
  font-weight:850;
  background:linear-gradient(100deg,#0877ff,#11d8cb);
  border-color:rgba(255,255,255,.28);
  box-shadow:0 8px 20px rgba(7,119,255,.24);
}
.affordable{
  position:relative;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,196,0,.12);
  border:1px solid rgba(255,223,87,.45);
  box-shadow:0 8px 24px rgba(0,0,0,.10);
}
.hero h1{
  text-shadow:none;
}
.important-action{
  background:linear-gradient(95deg,#13c99a,#0877ff)!important;
  border-color:rgba(255,255,255,.32)!important;
  box-shadow:0 12px 30px rgba(4,119,255,.28)!important;
  transform:translateY(0);
}
.important-action:hover{transform:translateY(-2px)}
.cta-strip-inner{
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 18px 44px rgba(2,34,78,.18);
}
.cta-strip .btn.primary{
  box-shadow:0 10px 28px rgba(0,0,0,.18);
}

/* Phone/tablet header hardening */
@media(max-width:1100px){
  .nav{gap:2px}
  .nav a{font-size:13.2px;padding:10px 7px}
  .nav .cta{padding:0 11px;margin-left:3px}
}
@media(max-width:860px){
  .toprow{min-height:72px;gap:12px}
  .brand>span:last-child{font-size:17px}
  .brand small{font-size:10px;max-width:230px}
  .mark{width:45px!important;height:45px!important;font-size:13px!important}
  .menuBtn{
    min-width:46px;min-height:46px;
    display:grid;place-items:center;
    padding:0;
    border:1px solid rgba(255,255,255,.36);
    background:#fff;
    color:#06234a;
    box-shadow:0 5px 14px rgba(0,0,0,.14);
  }
  .nav{
    top:76px;
    background:#071b3c;
    border-color:rgba(120,205,255,.25);
    padding:10px;
    gap:2px;
  }
  .nav a{
    min-height:46px;
    display:flex;
    align-items:center;
    font-size:16px;
    padding:0 14px;
  }
  .nav .cta{
    min-height:48px;
    margin:5px 0 0;
    justify-content:center;
  }
}
@media(max-width:620px){
  .brand{gap:10px}
  .brand>span:last-child{font-size:15.5px;letter-spacing:-.015em}
  .brand small{font-size:9.5px;max-width:205px;margin-top:3px}
  .mark{width:42px!important;height:42px!important;font-size:12px!important}
  .hero-actions{gap:10px}
  .hero-actions .btn{width:100%;min-height:50px}
  .affordable{font-size:12px}
}
@media(max-width:390px){
  .brand>span:last-child{font-size:14.5px}
  .brand small{max-width:180px}
}


/* ==========================================================
   FINAL READABILITY / SHARPNESS PASS
   ========================================================== */
html,body{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}
body,
body *{
  text-shadow:none!important;
}
h1,h2,h3,h4,h5,h6,p,span,a,button,label,input,textarea,select,summary,strong,b,small,li{
  filter:none!important;
  -webkit-filter:none!important;
  transform-style:flat!important;
}
h1,h2,h3,h4,h5,h6{
  letter-spacing:-.018em;
}
p,li,label,input,textarea,select,summary{
  letter-spacing:0;
}
.topbar,
.topbar *{
  transform:none!important;
  text-shadow:none!important;
}
.brand,
.brand>span:last-child,
.brand small,
.nav a,
.menuBtn{
  opacity:1!important;
  filter:none!important;
  -webkit-filter:none!important;
}
.brand>span:last-child{
  color:#ffffff!important;
  font-weight:850!important;
}
.brand small{
  color:#eaf4ff!important;
  font-weight:700!important;
}
.nav a{
  color:#ffffff!important;
  font-weight:760!important;
}
.nav a:hover,
.nav a[aria-current="page"]{
  color:#9feeff!important;
}
.mark{
  transform:none!important;
  filter:none!important;
  -webkit-filter:none!important;
  text-shadow:none!important;
  font-weight:900!important;
}

/* Start a Conversation — clean, centered, readable */
.nav .cta{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:44px!important;
  padding:0 18px!important;
  line-height:1.1!important;
  white-space:nowrap!important;
  border-radius:12px!important;
  font-size:14px!important;
  font-weight:900!important;
  letter-spacing:0!important;
  color:#ffffff!important;
  background:linear-gradient(95deg,#0a7cff,#16cfc1)!important;
  border:1px solid rgba(255,255,255,.28)!important;
  box-shadow:0 8px 22px rgba(4,78,166,.28)!important;
  text-shadow:none!important;
  transform:none!important;
}
.nav .cta:hover{
  background:linear-gradient(95deg,#0b6fdf,#12bdb0)!important;
  color:#ffffff!important;
  transform:none!important;
}

/* Sharper readable cards / sections */
.panel,
.card,
.tile,
.faq-item,
.contact-row,
.review-row,
.feature,
.service-card,
.project-card{
  -webkit-font-smoothing:antialiased;
}
.panel p,.card p,.tile p,.faq-answer,.contact-row span,.review-row p{
  color:#43566f!important;
}
.pagehero p,.hero p{
  text-shadow:none!important;
}
.btn{
  text-shadow:none!important;
  transform:none;
}
.btn:hover{
  transform:translateY(-1px);
}

/* Avoid sub-pixel transforms on text-bearing blocks */
.brand,.nav,.hero-copy,.pagehero .wrap,.panel,.card,.tile,.faq-item,.contact-row{
  backface-visibility:visible!important;
}

/* Desktop header spacing */
@media(min-width:861px){
  .toprow{align-items:center!important;gap:22px!important}
  .nav{align-items:center!important;gap:4px!important}
  .nav a{padding:10px 9px!important}
  .nav .cta{margin-left:8px!important;padding:0 17px!important}
}

/* Phone and tablet readability */
@media(max-width:860px){
  body{font-size:16px}
  .brand>span:last-child{font-weight:850!important}
  .nav a{font-size:16px!important;font-weight:800!important}
  .nav .cta{
    width:100%!important;
    min-height:50px!important;
    margin:6px 0 0!important;
    padding:0 16px!important;
    font-size:16px!important;
  }
  .panel p,.card p,.tile p,.faq-answer,.contact-row span,.review-row p{
    font-size:15.5px!important;
    line-height:1.6!important;
  }
}


/* ==========================================================
   FINAL WINDOWS/FIREFOX CRISP-TEXT PASS — 2026-08-21
   Uses standard font weights and solid text colors to avoid
   synthetic/interpolated glyph rendering on non-variable fonts.
   ========================================================== */
html,body{
  text-rendering:auto!important;
}
body{
  font-family:"Segoe UI",Arial,Helvetica,sans-serif!important;
  color:#0b2342!important;
}
body,button,input,select,textarea{
  -webkit-font-smoothing:auto!important;
  font-smooth:auto!important;
}
p,li,span,label,summary,input,textarea,select,.notice,.chat-msg{
  text-shadow:none!important;
  filter:none!important;
  -webkit-filter:none!important;
}

/* Standard font-weight values render more cleanly across browsers. */
.brand>span:last-child{font-weight:800!important}
.brand small{font-weight:700!important}
.nav a{font-weight:700!important}
.nav .cta{font-weight:800!important}
.inquiry-form label,.review-form label{font-weight:700!important}
.btn,.backbtn,.tag,.amnav-chat-launcher,.chat-quick button,.chat-actions a,.chat-actions button{font-weight:800!important}
strong,b{font-weight:700!important}

/* Header CTA: solid surface + no animation = sharper lettering. */
.nav .cta,
.nav .cta:hover,
.nav .cta:focus{
  background:#0a78e8!important;
  color:#ffffff!important;
  border:1px solid #4ca4f6!important;
  box-shadow:0 6px 16px rgba(0,54,122,.24)!important;
  transform:none!important;
  filter:none!important;
  -webkit-filter:none!important;
  text-shadow:none!important;
}

/* Inner-page content and form copy: solid colors, standard sizing. */
.content,.panel,.card,.trust,.faq-item,.review-form-wrap,.inquiry-panel{
  text-rendering:auto!important;
}
.panel p,.card p,.tile p,.faq-answer,.contact-row span,.review-row p,
.item div span,.trust span,.review-form-wrap>p,.inquiry-note{
  color:#344c67!important;
  opacity:1!important;
}
.notice{
  color:#203f60!important;
  line-height:1.55!important;
}
.inquiry-form input,.inquiry-form select,.inquiry-form textarea,
.review-form input,.review-form select,.review-form textarea,
.amnav-chat-input input{
  color:#102b49!important;
  background:#ffffff!important;
  opacity:1!important;
  font-family:"Segoe UI",Arial,Helvetica,sans-serif!important;
  font-size:16px!important;
  font-weight:400!important;
  line-height:1.4!important;
  text-shadow:none!important;
  filter:none!important;
  -webkit-filter:none!important;
}
.inquiry-form label,.review-form label{
  color:#183454!important;
  font-size:14px!important;
  line-height:1.4!important;
}

/* Keep all text-bearing controls on whole pixels. */
.nav a,.nav .cta,.btn,.backbtn,.amnav-chat-launcher,.chat-quick button,
.chat-actions a,.chat-actions button,.review-submit,.inquiry-submit{
  transform:none!important;
}
.nav a:hover,.btn:hover,.backbtn:hover,.amnav-chat-launcher:hover,
.chat-quick button:hover,.chat-actions a:hover,.chat-actions button:hover,
.review-submit:hover,.inquiry-submit:hover{
  transform:none!important;
}

@media(max-width:860px){
  .nav a{font-weight:700!important}
  .nav .cta{font-weight:800!important}
}
