:root{--navy:#071f3f;--blue:#087ee8;--cyan:#14c8c8;--ink:#102033;--muted:#5f6f82;--light:#f5f8fb;--line:#dbe6f0;--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);line-height:1.6;background:white}a{text-decoration:none;color:inherit}.container{max-width:1180px;margin:0 auto;padding:0 24px}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.08em;color:var(--navy)}.logo img{height:52px;width:auto}.nav-links{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:750;color:var(--navy)}.nav-links a:hover{color:var(--blue)}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;font-weight:800;background:linear-gradient(135deg,var(--blue),var(--cyan));color:white;box-shadow:0 10px 25px rgba(8,126,232,.25)}.btn.secondary{background:white;color:var(--navy);border:1px solid var(--line);box-shadow:none}.menu-btn{display:none;border:0;background:white;color:var(--navy);font-size:28px}
.hero{position:relative;background:radial-gradient(circle at 82% 10%,rgba(20,200,200,.2),transparent 32%),linear-gradient(135deg,#061b38 0%,#0b2c54 55%,#07427a 100%);color:white;padding:94px 0 88px;overflow:hidden}.hero:after{content:"";position:absolute;inset:0;background:url("assets/avantraq-pattern.svg") right center/58% auto no-repeat;opacity:.52;pointer-events:none}.hero .container{position:relative;z-index:1}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center}.eyebrow{color:#9feeff;text-transform:uppercase;letter-spacing:.16em;font-size:13px;font-weight:900;margin-bottom:14px}h1{font-size:62px;line-height:1.02;margin:0 0 22px;letter-spacing:-.04em}.hero p{font-size:20px;color:#dbe9f6;max-width:800px;margin:0 0 22px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.hero-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);padding:28px;border-radius:var(--radius)}.hero-card img{width:100%;background:white;border-radius:18px;padding:24px}.hero-points{display:grid;gap:12px;margin-top:18px}.hero-point{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:14px 16px;font-weight:800}
.section{padding:82px 0}.section.light{background:var(--light)}.section.dark{background:var(--navy);color:white}.section-title{max-width:860px;margin-bottom:36px}.kicker{color:var(--blue);font-weight:900;text-transform:uppercase;letter-spacing:.14em;font-size:13px}.dark .kicker{color:#9feeff}h2{font-size:42px;line-height:1.1;margin:8px 0 14px;color:var(--navy);letter-spacing:-.03em}h3{color:var(--navy)}.dark h2,.dark h3{color:white}.section-title p,.lead{font-size:18px;color:var(--muted);margin:0}.dark .section-title p,.dark .lead{color:#ccdaea}
.grid{display:grid;gap:22px}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 8px 22px rgba(7,31,63,.05)}.card h3{margin:0 0 10px;font-size:22px;letter-spacing:-.01em}.card p{margin:0;color:var(--muted)}.card ul{margin:14px 0 0;padding-left:20px;color:var(--muted)}.card li{margin:6px 0}.dark .card{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.14)}.dark .card p,.dark .card ul{color:#d8e5f2}.icon-card{border-left:4px solid var(--blue)}
.feature{background:linear-gradient(135deg,var(--navy),var(--blue));color:white;border-radius:30px;padding:46px;display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.feature h2{color:white}.feature p{color:#dbe9f6;font-size:18px}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.feature-list span{display:block;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:14px;color:white;font-weight:800}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}.stat{background:white;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 8px 22px rgba(7,31,63,.05)}.stat strong{display:block;font-size:32px;line-height:1;color:var(--blue);margin-bottom:8px}.stat span{font-weight:750;color:var(--navy)}.pills{display:flex;flex-wrap:wrap;gap:12px}.pill{padding:10px 14px;border-radius:999px;background:white;border:1px solid var(--line);font-weight:800;color:var(--navy)}
.cta{background:linear-gradient(135deg,var(--navy),var(--blue));color:white;border-radius:30px;padding:46px;display:flex;justify-content:space-between;gap:28px;align-items:center}.cta h2{color:white;margin:0 0 10px}.cta p{margin:0;color:#dbe9f6;font-size:18px}.form{display:grid;gap:14px;max-width:760px}input,textarea{width:100%;padding:15px 16px;border:1px solid var(--line);border-radius:14px;font:inherit}textarea{min-height:130px}.page-hero{padding:70px 0;background:var(--light);border-bottom:1px solid var(--line)}.page-hero h1{color:var(--navy);font-size:54px}.page-hero p{font-size:20px;color:var(--muted);max-width:880px}
.footer{background:#04152c;color:#c9d8e8;padding:46px 0}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:30px}.footer img{height:58px;background:white;border-radius:10px;padding:6px;margin-bottom:14px}.footer h4{color:white;margin:0 0 12px}.footer a{display:block;margin:7px 0;color:#c9d8e8}.footer strong{color:white}.footer-note{margin-top:12px;font-size:12px;opacity:.7}
@media(max-width:900px){.menu-btn{display:block}.nav-links{display:none;position:absolute;top:82px;left:0;right:0;background:white;padding:20px 24px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.nav-links.open{display:flex}.hero-grid,.grid.three,.grid.two,.grid.four,.footer-grid,.feature{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr}h1{font-size:44px}h2{font-size:34px}.cta{flex-direction:column;align-items:flex-start}.hero:after{background-size:95% auto;opacity:.24}}@media(max-width:520px){.stats,.feature-list{grid-template-columns:1fr}}

/* V1.1 Executive Polish */
.hero h1{
  max-width:930px;
}
.hero-trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:22px 0 24px;
}
.hero-trust span{
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  color:#ffffff;
  border-radius:999px;
  padding:9px 13px;
  font-weight:850;
  font-size:14px;
}
.capability-ribbon{
  background:#061b38;
  color:white;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.capability-ribbon .container{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
}
.capability-ribbon div div{
  padding:22px 20px;
  text-align:center;
  font-weight:900;
  letter-spacing:.06em;
  border-right:1px solid rgba(255,255,255,.12);
}
.capability-ribbon div div:last-child{
  border-right:0;
}
.executive-strip{
  background:var(--light);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.executive-strip .stats{
  margin-top:0;
}
.av-showcase{
  background:linear-gradient(135deg,#071f3f,#0b2c54);
  color:white;
  border-radius:30px;
  padding:42px;
}
.av-showcase h2{color:white}
.av-showcase p{color:#dbe9f6}
.insight-card{
  border-top:5px solid var(--cyan);
}
.footer p.footer-summary{
  max-width:500px;
  color:#dbe9f6;
}
@media(max-width:900px){
  .capability-ribbon .container{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){
  .capability-ribbon .container{grid-template-columns:1fr}
}


/* V1.3 Graphics Upgrade */
.service-card{
  position:relative;
  overflow:hidden;
  min-height:245px;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 42px rgba(7,31,63,.12);
  border-color:rgba(8,126,232,.35);
}
.service-graphic{
  width:66px;
  height:66px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(8,126,232,.12),rgba(20,200,200,.12));
  border:1px solid rgba(8,126,232,.18);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:22px;
}
.service-graphic img{
  width:38px;
  height:38px;
  display:block;
}
.service-card.featured-card{
  border-top:5px solid var(--cyan);
}
.service-card:after{
  content:"";
  position:absolute;
  right:-40px;
  top:-40px;
  width:130px;
  height:130px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(20,200,200,.12),transparent 65%);
  pointer-events:none;
}
.primary-capabilities{
  margin-top:28px;
}
.capability-note{
  margin-top:14px;
  color:var(--muted);
  font-size:15px;
}


/* V1.4 Hero capability list polish */
.hero-card{
  padding:30px;
}
.hero-points{
  margin-top:22px;
  display:grid;
  gap:12px;
}
.hero-point{
  position:relative;
  display:flex;
  align-items:center;
  gap:14px;
  padding:16px 16px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.055));
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}
.hero-point:hover{
  background:linear-gradient(135deg,rgba(20,200,200,.18),rgba(8,126,232,.12));
  border-color:rgba(159,238,255,.45);
}
.hero-point-icon{
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:14px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-point-icon img{
  width:25px;
  height:25px;
  display:block;
}
.hero-point-text strong{
  display:block;
  color:white;
  font-size:15px;
  line-height:1.15;
  letter-spacing:-.01em;
}
.hero-point-text span{
  display:block;
  color:#dbe9f6;
  font-size:12px;
  margin-top:3px;
  font-weight:650;
}
.hero-card-label{
  margin-top:18px;
  color:#9feeff;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:11px;
  font-weight:900;
}


/* V1.5 CSS hero tiles - removes SVG dependency */
.hero-point-icon img{
  display:none !important;
}
.hero-point-icon{
  width:48px;
  height:48px;
  min-width:48px;
  border-radius:16px;
  background:linear-gradient(135deg,rgba(159,238,255,.18),rgba(8,126,232,.12));
  border:1px solid rgba(159,238,255,.34);
  color:#9feeff;
  font-size:24px;
  font-weight:900;
  line-height:1;
  box-shadow:inset 0 0 18px rgba(255,255,255,.05);
}
.hero-point:nth-child(1) .hero-point-icon::before{content:"◆";}
.hero-point:nth-child(2) .hero-point-icon::before{content:"☁";}
.hero-point:nth-child(3) .hero-point-icon::before{content:"◎";}
.hero-point:nth-child(4) .hero-point-icon::before{content:"⚙";}
.hero-point{
  min-height:82px;
}
.hero-point-text strong{
  font-size:16px;
}
.hero-point-text span{
  font-size:12.5px;
}


/* V1.6 Framework restored */
.framework-section{
  background:#ffffff;
}
.framework-visual{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
  margin:34px 0 30px;
}
.framework-node{
  position:relative;
  background:white;
  border:1px solid var(--line);
  border-left:4px solid var(--blue);
  border-radius:20px;
  padding:20px 16px;
  min-height:104px;
  box-shadow:0 8px 22px rgba(7,31,63,.05);
}
.framework-node strong{
  display:block;
  color:var(--navy);
  font-size:17px;
  margin-bottom:6px;
}
.framework-node span{
  display:block;
  color:var(--muted);
  font-size:13px;
  line-height:1.35;
}
.framework-node:before{
  content:attr(data-step);
  display:flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--blue),var(--cyan));
  color:white;
  font-weight:900;
  font-size:13px;
  margin-bottom:14px;
}
.framework-copy{
  margin-top:28px;
}
@media(max-width:1000px){
  .framework-visual{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:620px){
  .framework-visual{grid-template-columns:1fr}
}


/* V1.7 Premium */
.hero{
  position:relative;
}
.hero:before{
  content:"";
  position:absolute;
  top:-120px;
  right:-120px;
  width:420px;
  height:420px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(20,200,200,.18),transparent 70%);
}
.hero-point-icon{
  font-size:26px;
  font-weight:900;
}

.framework-premium{
  background:linear-gradient(180deg,#f7fafc,#ffffff);
}
.framework-flow{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center;
  justify-content:center;
  margin:40px 0;
}
.framework-step{
  min-width:150px;
  text-align:center;
  padding:20px;
  background:white;
  border:1px solid #dbe6f0;
  border-radius:18px;
  box-shadow:0 8px 20px rgba(7,31,63,.05);
}
.framework-step strong{
  display:block;
  color:#071f3f;
}
.framework-arrow{
  font-size:28px;
  color:#087ee8;
  font-weight:900;
}
.insight-card{
  position:relative;
  overflow:hidden;
}
.insight-card:after{
  position:absolute;
  right:18px;
  bottom:8px;
  font-size:52px;
  opacity:.08;
}
.insight-ai:after{content:"◎";}
.insight-cloud:after{content:"☁";}
.insight-strategy:after{content:"◆";}


/* V1.8 Executive Polish */
.hero{
  padding:112px 0 104px;
}
.hero h1{
  font-size:clamp(48px,6vw,74px);
  line-height:.98;
  letter-spacing:-.055em;
}
.hero p{
  max-width:860px;
}
.hero-card{
  transform:translateY(0);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.hero-card:hover{
  transform:translateY(-6px);
  box-shadow:0 28px 65px rgba(0,0,0,.22);
  border-color:rgba(159,238,255,.38);
}
.section{
  padding:96px 0;
}
h2{
  font-size:clamp(36px,4vw,52px);
  letter-spacing:-.045em;
}
.card{
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 42px rgba(7,31,63,.10);
  border-color:rgba(8,126,232,.28);
}
.feature{
  position:relative;
  overflow:hidden;
}
.feature:after{
  content:"";
  position:absolute;
  right:-90px;
  top:-90px;
  width:280px;
  height:280px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(159,238,255,.18),transparent 70%);
}
.feature > *{
  position:relative;
  z-index:1;
}
.logo span{
  letter-spacing:.11em;
}
.hero-card img{
  box-shadow:0 18px 45px rgba(0,0,0,.12);
}
.framework-step{
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.framework-step:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(7,31,63,.10);
  border-color:rgba(8,126,232,.35);
}
.cta{
  box-shadow:0 24px 60px rgba(7,31,63,.16);
}
.footer{
  padding-top:58px;
  padding-bottom:58px;
}
@media(max-width:900px){
  .hero{
    padding:82px 0 76px;
  }
}


/* V1.9 Premium Contrast + KPI graphics */
.section{
  padding:72px 0;
}
.section.light{
  background:linear-gradient(180deg,#f6f9fc,#ffffff);
}
.executive-strip{
  background:linear-gradient(135deg,#061b38,#0b2c54);
  padding:34px 0;
}
.executive-strip .stats{
  margin:0;
}
.executive-strip .stat{
  position:relative;
  overflow:hidden;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  color:white;
  min-height:150px;
}
.executive-strip .stat strong,
.executive-strip .stat span{
  color:white;
}
.executive-strip .stat span{
  color:#dbe9f6;
}
.kpi-icon{
  width:48px;
  height:48px;
  border-radius:16px;
  background:linear-gradient(135deg,rgba(159,238,255,.18),rgba(8,126,232,.18));
  border:1px solid rgba(159,238,255,.28);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:25px;
  color:#9feeff;
  margin-bottom:16px;
  font-weight:900;
}
.executive-strip .stat:after{
  content:"";
  position:absolute;
  right:-35px;
  top:-35px;
  width:115px;
  height:115px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(20,200,200,.16),transparent 70%);
}
.framework-premium{
  background:linear-gradient(135deg,#071f3f,#0b2c54);
  color:white;
}
.framework-premium h2,
.framework-premium h3{
  color:white;
}
.framework-premium .section-title p{
  color:#dbe9f6;
}
.framework-premium .framework-step{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
  color:white;
}
.framework-premium .framework-step strong{
  color:white;
}
.framework-premium .framework-step span{
  color:#dbe9f6;
}
.framework-premium .framework-arrow{
  color:#9feeff;
}
.framework-premium .card{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
}
.framework-premium .card p{
  color:#dbe9f6;
}
.av-showcase{
  background:radial-gradient(circle at 85% 20%,rgba(20,200,200,.18),transparent 30%),linear-gradient(135deg,#071f3f,#0b2c54);
}
.av-showcase:before{
  content:"✈";
  float:right;
  font-size:70px;
  color:rgba(159,238,255,.22);
  line-height:1;
}
.section:nth-of-type(odd):not(.dark):not(.light):not(.framework-premium){
  background:linear-gradient(180deg,#ffffff,#f9fbfe);
}
@media(max-width:900px){
  .section{padding:62px 0;}
}


/* V2.0 Executive KPI Redesign */
.executive-strip .stat{
    background:white !important;
    color:#071f3f !important;
    border:1px solid #dbe6f0 !important;
    min-height:190px;
    padding:28px;
}
.executive-strip .stat strong{
    color:#071f3f !important;
    font-size:42px;
    display:block;
    margin-top:12px;
}
.executive-strip .stat span{
    color:#5f6f82 !important;
    font-weight:700;
    font-size:15px;
}
.executive-strip .stat:after{
    display:none;
}
.kpi-icon{
    width:100%;
    height:52px;
    background:none;
    border:none;
    border-radius:0;
    margin-bottom:8px;
    justify-content:flex-start;
    color:#087ee8;
    font-size:0;
}

/* Timeline graphic */
.stat:nth-child(1) .kpi-icon:before{
    content:"";
    display:block;
    width:120px;
    height:30px;
    background:
      radial-gradient(circle,#087ee8 3px,transparent 4px) 0 12px/30px 30px repeat-x,
      linear-gradient(#087ee8,#087ee8) 0 15px/120px 2px no-repeat;
}

/* Global network */
.stat:nth-child(2) .kpi-icon:before{
    content:"";
    display:block;
    width:90px;
    height:40px;
    background:
      radial-gradient(circle,#087ee8 4px,transparent 5px) 10px 18px/20px 20px no-repeat,
      radial-gradient(circle,#087ee8 4px,transparent 5px) 45px 4px/20px 20px no-repeat,
      radial-gradient(circle,#087ee8 4px,transparent 5px) 70px 18px/20px 20px no-repeat,
      radial-gradient(circle,#087ee8 4px,transparent 5px) 45px 30px/20px 20px no-repeat;
    border-top:2px solid transparent;
    position:relative;
}
.stat:nth-child(2) .kpi-icon{
    position:relative;
}
.stat:nth-child(2) .kpi-icon:after{
    content:"";
    position:absolute;
    left:18px;top:18px;
    width:55px;height:2px;
    background:#087ee8;
    box-shadow:18px -14px 0 #087ee8,18px 14px 0 #087ee8;
}

/* Cloud Data AI */
.stat:nth-child(3) .kpi-icon:before{
    content:"☁";
    font-size:28px;
    color:#087ee8;
}
.stat:nth-child(3) .kpi-icon:after{
    content:"●──●──●";
    position:absolute;
    margin-left:42px;
    margin-top:3px;
    color:#087ee8;
    font-size:14px;
}

/* Enterprise stack */
.stat:nth-child(4) .kpi-icon:before{
    content:"";
    display:block;
    width:80px;
    height:40px;
    background:
      linear-gradient(#087ee8,#087ee8) 0 0/80px 2px no-repeat,
      linear-gradient(#087ee8,#087ee8) 0 13px/80px 2px no-repeat,
      linear-gradient(#087ee8,#087ee8) 0 26px/80px 2px no-repeat,
      linear-gradient(#087ee8,#087ee8) 0 39px/80px 2px no-repeat;
}


/* V2.1 Premium Homepage */
.hero{
  background:
    radial-gradient(circle at 82% 14%, rgba(20,200,200,.20), transparent 32%),
    radial-gradient(circle at 18% 85%, rgba(8,126,232,.14), transparent 34%),
    linear-gradient(135deg,#061b38 0%,#0b2c54 58%,#083c70 100%);
}
.hero h1{
  max-width:1040px;
}
.hero-card{
  border-color:rgba(255,255,255,.22);
  background:linear-gradient(135deg,rgba(255,255,255,.105),rgba(255,255,255,.055));
}
.hero-point{
  background:linear-gradient(135deg,rgba(255,255,255,.13),rgba(255,255,255,.06));
}
.hero-point-icon{
  color:#ffffff;
  background:linear-gradient(135deg,rgba(8,126,232,.35),rgba(20,200,200,.22));
}

/* More balanced contrast and less white */
.section{padding:68px 0;}
.section.light{background:linear-gradient(180deg,#f5f8fb,#ffffff);}
.section:nth-of-type(odd):not(.dark):not(.light):not(.framework-premium){
  background:linear-gradient(180deg,#ffffff,#f9fbfe);
}

/* V2.1 KPI cards: executive line graphics, less blue-heavy */
.executive-strip{
  background:linear-gradient(180deg,#f6f9fc,#ffffff) !important;
  padding:36px 0 !important;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.kpi-grid{
  margin:0 !important;
}
.kpi-card{
  position:relative;
  min-height:184px !important;
  padding:28px !important;
  background:white !important;
  color:#071f3f !important;
  border:1px solid #dbe6f0 !important;
  overflow:hidden;
}
.kpi-card strong{
  color:#071f3f !important;
  font-size:clamp(28px,3vw,42px) !important;
  letter-spacing:-.04em;
  margin-top:12px !important;
}
.kpi-card span{
  color:#5f6f82 !important;
  font-weight:750 !important;
}
.kpi-card:after{
  content:"";
  position:absolute;
  right:-50px;
  top:-50px;
  width:150px;
  height:150px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(8,126,232,.08),transparent 65%);
}
.kpi-art{
  position:relative;
  height:54px;
  margin-bottom:10px;
  opacity:.95;
}

/* Timeline */
.kpi-timeline .kpi-art:before{
  content:"";
  position:absolute;
  left:0;
  top:25px;
  width:140px;
  height:2px;
  background:#071f3f;
  opacity:.75;
}
.kpi-timeline .kpi-art:after{
  content:"";
  position:absolute;
  left:0;
  top:20px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#087ee8;
  box-shadow:34px 0 0 #14c8c8,68px 0 0 #087ee8,102px 0 0 #14c8c8,136px 0 0 #087ee8;
}

/* Global network */
.kpi-global .kpi-art:before{
  content:"";
  position:absolute;
  left:8px;
  top:8px;
  width:118px;
  height:38px;
  border:1.5px solid rgba(7,31,63,.34);
  border-radius:50%;
}
.kpi-global .kpi-art:after{
  content:"";
  position:absolute;
  left:18px;
  top:18px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#087ee8;
  box-shadow:36px -12px 0 #14c8c8,72px 0 0 #087ee8,36px 18px 0 #14c8c8;
}

/* Cloud / data / AI */
.kpi-cloud-ai .kpi-art:before{
  content:"☁";
  position:absolute;
  left:0;
  top:-4px;
  font-size:32px;
  color:#071f3f;
}
.kpi-cloud-ai .kpi-art:after{
  content:"";
  position:absolute;
  left:54px;
  top:25px;
  width:110px;
  height:2px;
  background:#071f3f;
  opacity:.72;
  box-shadow:
    0 0 0 0 #071f3f;
}
.kpi-cloud-ai .kpi-art{
  background:
    radial-gradient(circle,#087ee8 4px,transparent 5px) 54px 20px/18px 18px no-repeat,
    radial-gradient(circle,#14c8c8 4px,transparent 5px) 104px 20px/18px 18px no-repeat,
    radial-gradient(circle,#087ee8 4px,transparent 5px) 154px 20px/18px 18px no-repeat;
}

/* Enterprise stack */
.kpi-enterprise .kpi-art:before{
  content:"";
  position:absolute;
  left:0;
  top:3px;
  width:110px;
  height:44px;
  border:2px solid rgba(7,31,63,.75);
  border-radius:6px;
  background:
    linear-gradient(rgba(7,31,63,.75),rgba(7,31,63,.75)) 0 13px/110px 2px no-repeat,
    linear-gradient(rgba(7,31,63,.75),rgba(7,31,63,.75)) 0 28px/110px 2px no-repeat;
}
.kpi-enterprise .kpi-art:after{
  content:"";
  position:absolute;
  left:13px;
  top:13px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#087ee8;
  box-shadow:0 15px 0 #14c8c8,0 30px 0 #087ee8;
}

/* Premium framework as single centrepiece */
.framework-premium{
  background:
    radial-gradient(circle at 88% 15%,rgba(20,200,200,.16),transparent 28%),
    linear-gradient(135deg,#071f3f,#0b2c54) !important;
  color:white;
}
.framework-premium h2{color:white;}
.framework-premium .section-title p{color:#dbe9f6;}
.framework-flow{
  margin-top:38px;
  margin-bottom:6px;
}
.framework-step{
  background:rgba(255,255,255,.09) !important;
  color:white;
  border-color:rgba(255,255,255,.15) !important;
}
.framework-step strong{color:white !important;}
.framework-step span{color:#dbe9f6 !important;}
.framework-arrow{color:#9feeff !important;}

/* Aviation section as a stronger but simple graphic block */
.av-showcase{
  min-height:230px;
  background:
    radial-gradient(circle at 88% 18%,rgba(20,200,200,.20),transparent 28%),
    linear-gradient(135deg,#071f3f,#0b2c54) !important;
}
.av-showcase:before{
  content:"✈";
  float:right;
  font-size:84px;
  color:rgba(159,238,255,.24);
  line-height:1;
}

@media(max-width:900px){
  .section{padding:58px 0;}
  .kpi-card{min-height:160px !important;}
}


/* V2.2 Avantraq A Watermark Branding */
.executive-strip{
  background:linear-gradient(180deg,#f6f9fc,#ffffff) !important;
  padding:38px 0 !important;
}
.executive-strip .stats{
  margin:0 !important;
}
.executive-strip .stat,
.kpi-card{
  position:relative;
  overflow:hidden;
  background:#ffffff !important;
  color:#071f3f !important;
  border:1px solid #dbe6f0 !important;
  border-top:4px solid transparent !important;
  border-image:linear-gradient(90deg,#087ee8,#14c8c8) 1 !important;
  min-height:178px !important;
  padding:30px 28px !important;
  box-shadow:0 12px 28px rgba(7,31,63,.07) !important;
}
.executive-strip .stat strong,
.kpi-card strong{
  position:relative;
  z-index:2;
  color:#071f3f !important;
  font-size:clamp(30px,3.2vw,44px) !important;
  letter-spacing:-.05em;
  margin-top:0 !important;
}
.executive-strip .stat span,
.kpi-card span{
  position:relative;
  z-index:2;
  color:#5f6f82 !important;
  font-size:15px !important;
  font-weight:780 !important;
}
.kpi-art{
  display:none !important;
}
.executive-strip .stat:before,
.kpi-card:before{
  content:"A";
  position:absolute;
  right:-18px;
  bottom:-62px;
  font-size:190px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.12em;
  color:#071f3f;
  opacity:.045;
  z-index:1;
  pointer-events:none;
}
.executive-strip .stat:after,
.kpi-card:after{
  content:"";
  position:absolute;
  right:18px;
  top:18px;
  width:54px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,#087ee8,#14c8c8);
  opacity:.85;
  display:block !important;
}
.kpi-card:hover,
.executive-strip .stat:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 45px rgba(7,31,63,.11) !important;
  border-color:rgba(8,126,232,.30) !important;
}
.insight-card:before{
  content:"A";
  position:absolute;
  right:-10px;
  bottom:-44px;
  font-size:150px;
  line-height:1;
  font-weight:900;
  color:#071f3f;
  opacity:.035;
  pointer-events:none;
}
.feature:before{
  content:"A";
  position:absolute;
  right:-34px;
  bottom:-72px;
  font-size:220px;
  line-height:1;
  font-weight:900;
  color:#ffffff;
  opacity:.055;
  pointer-events:none;
}
.feature{
  position:relative;
}
.feature > *{
  position:relative;
  z-index:2;
}
.av-showcase:after{
  content:"A";
  position:absolute;
  right:18px;
  bottom:-58px;
  font-size:190px;
  line-height:1;
  font-weight:900;
  color:#ffffff;
  opacity:.055;
  pointer-events:none;
}
.av-showcase{
  position:relative;
  overflow:hidden;
}


/* V2.3 Mission & Vision Highlight */
.mission-vision-premium{
  background:
    radial-gradient(circle at 90% 10%, rgba(20,200,200,.14), transparent 30%),
    linear-gradient(135deg,#071f3f,#0b2c54);
  color:white;
}
.mission-vision-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.mv-card{
  position:relative;
  overflow:hidden;
  min-height:310px;
  padding:42px;
  border-radius:30px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 24px 60px rgba(0,0,0,.16);
}
.mv-card:before{
  content:"A";
  position:absolute;
  right:-22px;
  bottom:-72px;
  font-size:230px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.12em;
  color:#ffffff;
  opacity:.055;
  pointer-events:none;
}
.mv-card:after{
  content:"";
  position:absolute;
  left:42px;
  top:38px;
  width:72px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,#087ee8,#14c8c8);
}
.mv-label{
  position:relative;
  z-index:1;
  margin-top:34px;
  color:#9feeff;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:900;
}
.mv-card h3{
  position:relative;
  z-index:1;
  color:white;
  font-size:clamp(28px,3.2vw,42px);
  line-height:1.08;
  letter-spacing:-.045em;
  max-width:620px;
  margin:18px 0 0;
}
.mv-card p{
  position:relative;
  z-index:1;
  color:#dbe9f6;
  font-size:18px;
  margin-top:18px;
  max-width:580px;
}
@media(max-width:900px){
  .mission-vision-grid{
    grid-template-columns:1fr;
  }
  .mv-card{
    min-height:260px;
    padding:34px;
  }
}


/* V2.4 Lighter Blue + Readability */
.hero{
  background:
    radial-gradient(circle at 82% 14%, rgba(20,200,200,.13), transparent 32%),
    radial-gradient(circle at 18% 85%, rgba(8,126,232,.10), transparent 34%),
    linear-gradient(135deg,#103663 0%,#164779 58%,#1b4f85 100%) !important;
}
.section.dark{
  background:linear-gradient(135deg,#103663,#1b4f85) !important;
}
.framework-premium{
  background:
    radial-gradient(circle at 88% 15%,rgba(20,200,200,.10),transparent 28%),
    linear-gradient(135deg,#103663,#1b4f85) !important;
}
.mission-vision-premium{
  background:
    radial-gradient(circle at 90% 10%, rgba(20,200,200,.08), transparent 30%),
    linear-gradient(135deg,#103663,#1b4f85) !important;
}
.mission-vision-premium h2,
.mission-vision-premium h3,
.framework-premium h2,
.framework-premium h3,
.section.dark h2,
.section.dark h3{
  color:#ffffff !important;
}
.mission-vision-premium .section-title p,
.framework-premium .section-title p,
.section.dark .section-title p{
  color:#e4f0fb !important;
}
.mv-card{
  background:rgba(255,255,255,.105) !important;
  border-color:rgba(255,255,255,.20) !important;
}
.mv-card:before{
  opacity:.025 !important;
}
.mv-card h3{
  color:#ffffff !important;
}
.mv-card p{
  color:#e4f0fb !important;
}
.av-showcase{
  background:
    radial-gradient(circle at 85% 20%,rgba(20,200,200,.10),transparent 30%),
    linear-gradient(135deg,#103663,#1b4f85) !important;
}
.av-showcase:after{
  opacity:.03 !important;
}
.feature{
  background:linear-gradient(135deg,#103663,#1b4f85) !important;
}
.feature:before{
  opacity:.025 !important;
}
.feature:after{
  opacity:.65 !important;
}
.executive-strip{
  background:linear-gradient(180deg,#f7fafc,#ffffff) !important;
}
.capability-ribbon{
  background:#103663 !important;
}
.footer{
  background:#082447 !important;
}

/* V2.5 Hexagon Framework */
.framework-premium .framework-flow,
.framework-premium .framework-copy{
 display:none !important;
}
.hex-framework{
 position:relative;
 max-width:900px;
 margin:50px auto 20px;
 min-height:520px;
}
.hex-node{
 position:absolute;
 width:180px;
 padding:18px;
 text-align:center;
 border-radius:20px;
 background:rgba(255,255,255,.10);
 border:1px solid rgba(255,255,255,.18);
 color:white;
 backdrop-filter:blur(4px);
}
.hex-node strong{display:block;color:white;}
.hex-center{
 position:absolute;
 left:50%;top:50%;
 transform:translate(-50%,-50%);
 width:260px;height:260px;
 border-radius:50%;
 background:rgba(255,255,255,.08);
 border:1px solid rgba(255,255,255,.15);
 display:flex;align-items:center;justify-content:center;
 text-align:center;color:white;
 overflow:hidden;
}
.hex-center:before{
 content:"A";
 position:absolute;
 font-size:220px;
 font-weight:900;
 opacity:.05;
}
.hex-center-content{position:relative;z-index:2}
.n1{left:50%;top:0;transform:translateX(-50%);}
.n2{right:80px;top:110px;}
.n3{right:80px;bottom:110px;}
.n4{left:80px;bottom:110px;}
.n5{left:80px;top:110px;}
.hex-line{
 position:absolute;
 left:50%;top:50%;
 width:2px;height:180px;
 background:rgba(159,238,255,.4);
 transform-origin:center;
}
.l1{transform:translate(-50%,-50%) rotate(0deg);}
.l2{transform:translate(-50%,-50%) rotate(60deg);}
.l3{transform:translate(-50%,-50%) rotate(120deg);}
@media(max-width:900px){
 .hex-framework{min-height:auto;display:grid;gap:14px}
 .hex-node,.hex-center{position:relative;left:auto;right:auto;top:auto;bottom:auto;transform:none;width:auto}
 .hex-center{height:180px}
 .hex-line{display:none}
}

/* V2.6 Lighter Framework Blue */
.framework-premium{
  background:
    radial-gradient(circle at 88% 15%, rgba(20,200,200,.08), transparent 28%),
    linear-gradient(135deg,#1b4f85 0%, #2a6aa6 55%, #3478b8 100%) !important;
}
.hex-node{
  background:rgba(255,255,255,.14) !important;
  border:1px solid rgba(255,255,255,.24) !important;
}
.hex-center{
  background:rgba(255,255,255,.12) !important;
  border:1px solid rgba(255,255,255,.22) !important;
}
.hex-line{
  background:rgba(255,255,255,.35) !important;
}


/* V3.0 Executive Consultancy Edition */
.hero{
  padding:118px 0 106px !important;
}
.hero-title-line{
  display:block;
}
.hero .eyebrow{
  margin-bottom:18px;
}
.hero h1{
  max-width:980px !important;
  font-size:clamp(54px,7vw,88px) !important;
  line-height:.94 !important;
  letter-spacing:-.065em !important;
}
.hero .hero-subline{
  font-size:clamp(22px,2.3vw,30px);
  line-height:1.25;
  max-width:850px;
  color:#e6f2ff;
  margin-top:18px;
}
.brand-a-section{
  position:relative;
  overflow:hidden;
}
.brand-a-section:before{
  content:"A";
  position:absolute;
  right:-30px;
  bottom:-95px;
  font-size:260px;
  line-height:1;
  font-weight:900;
  color:#071f3f;
  opacity:.035;
  pointer-events:none;
}
.dark.brand-a-section:before,
.framework-premium.brand-a-section:before,
.mission-vision-premium.brand-a-section:before{
  color:#ffffff;
  opacity:.045;
}
.outcomes-section{
  background:linear-gradient(180deg,#ffffff,#f6f9fc);
}
.outcome-card{
  position:relative;
  overflow:hidden;
  min-height:210px;
  border-top:4px solid transparent;
  border-image:linear-gradient(90deg,#087ee8,#14c8c8) 1;
}
.outcome-card:before{
  content:"A";
  position:absolute;
  right:-18px;
  bottom:-58px;
  font-size:170px;
  line-height:1;
  font-weight:900;
  color:#071f3f;
  opacity:.035;
}
.outcome-card h3,
.outcome-card p{
  position:relative;
  z-index:2;
}
.framework-premium .section-title .framework-name{
  color:#9feeff;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:13px;
  margin-bottom:10px;
}
.executive-footer{
  background:
    radial-gradient(circle at 85% 15%,rgba(20,200,200,.14),transparent 28%),
    linear-gradient(135deg,#082447,#103663);
  color:white;
  padding:82px 0 62px;
  position:relative;
  overflow:hidden;
}
.executive-footer:before{
  content:"A";
  position:absolute;
  right:-40px;
  bottom:-110px;
  font-size:310px;
  line-height:1;
  font-weight:900;
  color:white;
  opacity:.04;
}
.executive-footer h2{
  color:white;
  font-size:clamp(42px,5vw,68px);
  max-width:760px;
}
.executive-footer p{
  color:#dbe9f6;
  max-width:760px;
  font-size:18px;
}
.executive-footer .footer-grid{
  position:relative;
  z-index:2;
  margin-top:46px;
}
.footer-brandline{
  font-weight:900;
  color:#ffffff;
  margin-top:18px;
}
@media(max-width:900px){
  .hero{padding:82px 0 74px !important;}
}

/* V3.1 Brand Refinement */
.logo img{
  height:40px !important;
}
.executive-footer img{
  max-height:34px !important;
}
.hero h1{
  font-size:clamp(58px,7vw,92px) !important;
}
.trust-bar{
  display:flex;
  justify-content:center;
  gap:32px;
  flex-wrap:wrap;
  padding:18px 0;
  border-top:1px solid rgba(255,255,255,.12);
  border-bottom:1px solid rgba(255,255,255,.12);
  margin-top:28px;
  color:#dbe9f6;
  font-weight:700;
}
.thought-leadership{
  text-align:center;
  padding:70px 0;
  background:linear-gradient(180deg,#ffffff,#f6f9fc);
}
.thought-leadership blockquote{
  max-width:900px;
  margin:0 auto;
  font-size:clamp(28px,3vw,42px);
  line-height:1.2;
  color:#103663;
  font-weight:800;
  border:none;
}

/* V3.2 Brand Polish */
.logo img{
  position:relative !important;
  top:-6px !important;
  height:40px !important;
}
.hero .eyebrow{
  font-size:14px;
  letter-spacing:.18em;
  margin-bottom:10px;
}
.hero h1{
  margin-top:0;
}
.hero .hero-subline{
  margin-top:14px;
}


/* V3.3 Balanced Hero */
.hero-grid{
  grid-template-columns:0.95fr 1.05fr !important;
  gap:42px !important;
}
.hero h1{
  max-width:720px !important;
}
.hero .hero-subline{
  max-width:720px !important;
}
.hero p:not(.hero-subline){
  max-width:720px !important;
}
.hero-card{
  max-width:520px;
  margin-left:auto;
}
.hero-card img{
  max-height:120px;
  width:auto !important;
  display:block;
  margin:0 auto;
  padding:18px !important;
}
.hero-card-label{
  margin-top:20px !important;
}
.hero-points{
  grid-template-columns:1fr !important;
}
.hero-point{
  min-height:74px !important;
}
@media(max-width:900px){
  .hero-grid{
    grid-template-columns:1fr !important;
  }
  .hero-card{
    max-width:none;
    margin-left:0;
  }
}


/* =========================================================
   AVANTRAQ v3.4 - FOOTER ONLY UPDATE
   Scope: footer layout, footer logo, footer capability line.
   ========================================================= */

.footer.footer-v34{
  background:#04152c !important;
  color:#c9d8e8 !important;
  padding:64px 0 58px !important;
}

.footer.footer-v34 .footer-grid.footer-grid-v34{
  display:grid !important;
  grid-template-columns:1.35fr .7fr .8fr 1.25fr !important;
  gap:42px !important;
  align-items:center !important;
}

.footer.footer-v34 .footer-message-v34{
  max-width:620px !important;
}

.footer.footer-v34 .footer-purpose-v34{
  color:#ffffff !important;
  font-size:clamp(34px,3.7vw,50px) !important;
  line-height:1.02 !important;
  letter-spacing:-.055em !important;
  font-weight:900 !important;
  margin:0 0 14px !important;
}

.footer.footer-v34 .footer-line-v34{
  color:#9feeff !important;
  font-weight:900 !important;
  font-size:16px !important;
  margin:0 0 18px !important;
}

.footer.footer-v34 .footer-summary{
  color:#dbe9f6 !important;
  max-width:620px !important;
  margin:0 !important;
}

.footer.footer-v34 .footer-logo-v34{
  display:flex !important;
  justify-content:flex-end !important;
  align-items:center !important;
}

.footer.footer-v34 .footer-logo-v34 img{
  width:min(420px,100%) !important;
  height:auto !important;
  max-height:none !important;
  background:#ffffff !important;
  border-radius:18px !important;
  padding:14px !important;
  margin:0 !important;
  box-shadow:0 24px 62px rgba(0,0,0,.28) !important;
}

@media(max-width:900px){
  .footer.footer-v34 .footer-grid.footer-grid-v34{
    grid-template-columns:1fr !important;
  }
  .footer.footer-v34 .footer-logo-v34{
    justify-content:flex-start !important;
  }
  .footer.footer-v34 .footer-logo-v34 img{
    width:min(300px,100%) !important;
  }
}


/* Avantraq v3.4.1 - Minor framework spacing fix */
.node-operations{
  transform: translateY(-45px) !important;
}

.node-outcomes{
  transform: translateY(45px) !important;
}


/* Avantraq v3.4.3 - Expertise section */
.expertise-v343{
  background:linear-gradient(180deg,#ffffff,#f9fbfe);
}

.expertise-v343 .section-title{
  max-width:1040px;
}

.expertise-v343 .section-title p{
  margin-top:18px;
  max-width:1120px;
}

.expertise-v343 .expertise-lead-v343{
  font-size:20px;
  line-height:1.55;
  color:#102033;
}


/* v3.5.5 final ribbon fix
   Keep the main trust bar, remove duplicate capability ribbon via HTML,
   and make remaining trust bar compact and readable. */
.trust-bar{
  height:auto !important;
  min-height:0 !important;
  padding:20px 24px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:36px !important;
  flex-wrap:wrap !important;
  color:#ffffff !important;
}

.trust-bar span{
  color:#ffffff !important;
  font-weight:850 !important;
}

/* Hide any fallback duplicate ribbon if a cached/older page still contains it */
.capability-ribbon{
  display:none !important;
}


/* Avantraq v3.5.6 - Clean ribbon and hero gap fix */
.hero{
  padding-bottom:40px !important;
}

.trust-bar{
  height:auto !important;
  min-height:0 !important;
  margin-top:22px !important;
  margin-bottom:0 !important;
  padding:18px 24px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:34px !important;
  flex-wrap:wrap !important;
  color:#ffffff !important;
}

.trust-bar span{
  color:#ffffff !important;
  font-weight:850 !important;
}

/* Prevent the older Strategy / Cloud / Data / AI ribbon from rendering if cached in any page */
.capability-ribbon{
  display:none !important;
}
