
:root{--blue:#0b7dff;--navy:#061224;--ink:#0a1018;--muted:#5d6a7b;--soft:#f6f9fd;--line:#dde7f2}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}h1,h2,h3,h4{font-family:"League Spartan",sans-serif;margin:0;line-height:1.02}.eyebrow{color:var(--blue);text-transform:uppercase;font-weight:800;font-size:.72rem;letter-spacing:.08em}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:5px;font-size:.73rem;font-weight:800;text-transform:uppercase}.btn-blue{background:linear-gradient(135deg,#086fff,#0d8fff);color:#fff;box-shadow:0 10px 25px rgba(11,125,255,.22)}.btn-dark-outline{border:1px solid #99a6b8;background:#fff}.btn-light{background:#fff;color:#0866d5;padding:16px 25px}

.site-header{height:82px;background:#02070d;color:#fff;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.08)}.nav{height:82px;display:flex;align-items:center;gap:28px}.logo img{height:58px;width:auto}.menu{display:flex;gap:30px;margin-left:auto}.menu a{font-size:.74rem;font-weight:700;position:relative}.menu a:after{content:"";position:absolute;left:0;right:0;bottom:-29px;height:2px;background:#0b82ff;transform:scaleX(0)}.menu a.active:after,.menu a:hover:after{transform:scaleX(1)}.desktop-cta{margin-left:10px}.menu-btn{display:none;background:none;border:0;color:#fff;font-size:1.8rem;margin-left:auto}

.hero{background:linear-gradient(90deg,#060b12 0%,#061224 100%);color:#fff;overflow:hidden}.hero-grid{display:grid;grid-template-columns:38% 62%;min-height:515px;align-items:center}.hero-copy h1{font-size:clamp(3rem,5vw,4.9rem);letter-spacing:-.04em}.hero-copy h1 span{color:#1a9dff}.hero-copy p{color:#edf4fc;font-size:.92rem;max-width:500px;margin:20px 0 24px}.hero-actions{display:flex;gap:13px;flex-wrap:wrap}.hero-actions .btn-dark-outline{background:#08111d;color:#fff;border-color:#748093}.hero-image{height:515px;display:flex;align-items:center;justify-content:flex-end}.hero-image img{width:100%;height:auto;object-fit:contain}

.about{background:#fff}.about-grid{display:grid;grid-template-columns:1fr 1fr}.about-img img{width:100%;height:100%;min-height:390px;object-fit:cover}.about-copy{padding:46px 58px;background:linear-gradient(135deg,#fff,#f9fbfe)}.about-copy h2{font-size:3.35rem;margin:9px 0 16px}.about-copy p{color:var(--muted);font-size:.9rem;max-width:590px;margin-bottom:22px}

.services{padding:56px 0 34px;background:linear-gradient(180deg,#fff,#f7faff)}.section-title{text-align:center;margin-bottom:28px}.section-title h2{font-size:2.55rem;margin-top:7px}.section-title h2 span{color:var(--blue)}.small-gap{margin-bottom:18px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{position:relative;min-height:175px;border:1px solid #e0e8f2;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 12px 28px rgba(18,44,76,.08)}.service-card img{position:absolute;right:0;bottom:0;width:48%;height:100%;object-fit:cover}.service-card:after{content:"";position:absolute;right:31%;bottom:-25px;width:70px;height:220px;background:linear-gradient(160deg,#0878ffcc,#33c2ff44);transform:skewX(-24deg) rotate(7deg)}.service-text{width:58%;padding:18px;position:relative;z-index:2}.service-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:var(--blue);font-weight:800;font-size:1.3rem;margin-bottom:8px;border:1px solid #dce8f8}.service-text h3{font-size:1.05rem}.service-text p{font-size:.7rem;color:#536276;line-height:1.5}.service-text a{font-size:.7rem;color:var(--blue);font-weight:800}

.why{padding:16px 0 30px;background:#fff}.why-wrap img{width:100%;border-radius:12px;box-shadow:0 14px 34px rgba(9,29,52,.12)}

.portfolio{padding:14px 0 28px;background:#fff}.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.project-card{border:1px solid #dce5ef;border-radius:9px;overflow:hidden;background:#fff}.browser{height:22px;background:#f2f4f7;display:flex;gap:4px;align-items:center;padding:0 8px}.browser i{width:5px;height:5px;border-radius:50%;background:#adb6c1}.browser i:first-child{background:#ff746c}.browser i:nth-child(2){background:#efc04d}.browser i:nth-child(3){background:#44ce86}.project-card img{width:100%;height:95px;object-fit:cover}.project-body{padding:10px 12px 14px}.project-body small{font-size:.6rem;color:#8b98a8}.project-body h3{font-size:1rem;margin:3px 0 10px}.project-body a{font-size:.6rem;text-transform:uppercase;color:var(--blue);font-weight:800;border:1px solid var(--blue);padding:4px 7px;border-radius:3px}

.features{padding:16px 0;background:#f2f7fc;border-top:1px solid #e3ebf4;border-bottom:1px solid #e3ebf4}.feature-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.feature-grid div{display:grid;grid-template-columns:auto 1fr;column-gap:8px;align-items:center}.feature-grid span{grid-row:1/3;font-size:1.6rem;color:var(--blue)}.feature-grid b{font-size:.67rem;line-height:1}.feature-grid small{font-size:.58rem;color:#68778b}

.cta-section{padding:18px 0 28px}.cta{background:linear-gradient(135deg,#0b70ee,#083a90);color:#fff;border-radius:10px;padding:24px 34px;display:flex;align-items:center;justify-content:space-between;gap:28px}.cta h2{font-size:2.2rem}.cta p{color:#dcecff;font-size:.76rem;max-width:560px;margin:6px 0 0}

footer{background:#020811;color:#fff;padding:28px 0 12px}.footer-grid{display:grid;grid-template-columns:1.2fr .75fr .85fr 1fr;gap:42px}.footer-logo{width:180px;margin-bottom:8px}footer p,footer a{font-size:.69rem;color:#aeb9c7;display:block;margin:4px 0}footer h4{font-size:.78rem;text-transform:uppercase;margin-bottom:8px}.foot-bottom{border-top:1px solid #172231;margin-top:20px;padding-top:10px;display:flex;justify-content:space-between;color:#7e8996;font-size:.58rem}

@media(max-width:980px){.menu{display:none;position:absolute;top:82px;left:0;right:0;background:#06101c;flex-direction:column;padding:20px;gap:16px}.menu.open{display:flex}.menu a:after{display:none}.menu-btn{display:block}.desktop-cta{display:none}.hero-grid{grid-template-columns:43% 57%;min-height:440px}.hero-image{height:440px}.about-grid{grid-template-columns:1fr}.service-grid{grid-template-columns:repeat(2,1fr)}.project-grid{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.container{width:min(100% - 24px,1180px)}.hero-grid{grid-template-columns:1fr;min-height:0;padding:30px 0 18px}.hero-copy h1{font-size:3rem}.hero-image{height:auto;padding-top:14px}.about-copy{padding:30px 22px}.about-copy h2{font-size:2.6rem}.service-grid,.project-grid{grid-template-columns:1fr}.service-card{min-height:205px}.feature-grid{grid-template-columns:repeat(2,1fr)}.cta{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr}.foot-bottom{flex-direction:column;gap:6px}}


/* Recent Projects — premium category icons */
.project-body{
  position:relative;
}
.project-meta{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:7px;
}
.project-meta small{
  font-size:.62rem;
  font-weight:700;
  color:#77879a;
  letter-spacing:.02em;
}
.project-icon{
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  font-family:Inter,Arial,sans-serif;
  font-size:1.05rem;
  font-weight:800;
  color:#0879ff;
  background:
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(229,241,255,.95));
  border:1px solid #d6e8fb;
  box-shadow:
    0 7px 16px rgba(9,81,164,.10),
    inset 0 1px 0 rgba(255,255,255,.95);
  position:relative;
  overflow:hidden;
}
.project-icon:before{
  content:"";
  position:absolute;
  width:18px;
  height:18px;
  right:-6px;
  top:-6px;
  border-radius:50%;
  background:#31b9ff;
  opacity:.16;
}
.project-icon:after{
  content:"";
  position:absolute;
  left:5px;
  right:5px;
  bottom:4px;
  height:2px;
  border-radius:2px;
  background:linear-gradient(90deg,#0879ff,#45c4ff);
  opacity:.55;
}
.icon-home{
  font-size:1.2rem;
}
.icon-build{
  transform:rotate(45deg);
}
.icon-build::after{
  transform:rotate(-45deg);
}
.icon-med{
  font-size:1.35rem;
  color:#0b87e8;
}
.icon-growth{
  font-size:1.25rem;
}
.project-card{
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.project-card:hover{
  transform:translateY(-4px);
  border-color:#c9def3;
  box-shadow:0 16px 34px rgba(12,55,104,.10);
}
.project-card:hover .project-icon{
  background:linear-gradient(145deg,#0a78ff,#24b7ff);
  color:#fff;
  border-color:transparent;
  box-shadow:0 10px 20px rgba(7,112,230,.24);
}
.project-card:hover .project-icon:after{
  background:#fff;
  opacity:.65;
}


/* SERVICES SECOND ROW — upgraded */
.service-card-featured{
  min-height:225px;
  background:
    radial-gradient(circle at 82% 14%,rgba(42,184,255,.22),transparent 31%),
    linear-gradient(135deg,#061729 0%,#0a2748 48%,#0d4075 100%);
  border-color:#164b7e;
  box-shadow:0 18px 42px rgba(4,31,67,.20);
}
.service-card-featured:hover{
  transform:translateY(-7px) scale(1.012);
  box-shadow:0 28px 58px rgba(4,31,67,.28);
}
.service-card-featured:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background-image:
    linear-gradient(rgba(74,175,255,.065) 1px,transparent 1px),
    linear-gradient(90deg,rgba(74,175,255,.065) 1px,transparent 1px);
  background-size:22px 22px;
  -webkit-mask-image:linear-gradient(90deg,#000 0%,transparent 70%);
  mask-image:linear-gradient(90deg,#000 0%,transparent 70%);
}
.service-card-featured:after{
  right:36%;
  bottom:-50px;
  width:115px;
  height:310px;
  z-index:1;
  opacity:.95;
  background:linear-gradient(160deg,rgba(15,122,255,.95),rgba(50,205,255,.18));
}
.service-card-featured .service-text{
  width:56%;
  min-height:225px;
  padding:22px 20px 20px 22px;
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  position:relative;
  z-index:3;
}
.service-card-featured .service-icon{
  width:48px;
  height:48px;
  margin:9px 0 10px;
  color:#fff;
  background:linear-gradient(145deg,#0875ff,#2dbfff);
  border-color:rgba(255,255,255,.18);
  box-shadow:0 11px 23px rgba(0,99,222,.30);
}
.service-card-featured h3{
  color:#fff;
  font-size:1.12rem;
}
.service-card-featured p{
  color:#d7e7f7;
  font-size:.72rem;
  line-height:1.55;
  margin:8px 0 9px;
}
.service-card-featured a{color:#72d1ff}
.service-card-featured img{
  width:51%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:saturate(1.12) contrast(1.05);
  opacity:.98;
}
.service-label{
  display:inline-flex;
  align-items:center;
  padding:4px 9px;
  border-radius:999px;
  background:rgba(78,190,255,.12);
  border:1px solid rgba(102,202,255,.30);
  color:#79d4ff;
  text-transform:uppercase;
  letter-spacing:.085em;
  font-size:.54rem;
  font-weight:800;
}
.service-card-featured:nth-child(5){
  background:
    radial-gradient(circle at 78% 12%,rgba(52,154,255,.20),transparent 31%),
    linear-gradient(135deg,#071525 0%,#0a213b 48%,#123a62 100%);
}
.service-card-featured:nth-child(6){
  background:
    radial-gradient(circle at 82% 15%,rgba(0,204,255,.18),transparent 31%),
    linear-gradient(135deg,#06182b 0%,#0a2b4d 52%,#0b4778 100%);
}
@media(max-width:980px){
  .service-card-featured{min-height:240px}
  .service-card-featured .service-text{min-height:240px}
}
@media(max-width:680px){
  .service-card-featured{min-height:255px}
  .service-card-featured .service-text{width:61%;min-height:255px}
  .service-card-featured img{width:46%}
}


/* =========================================================
   ABOUT REDESIGN — fresh layout, new image, stronger content
   ========================================================= */
.about-redesign{
  padding:58px 0 64px;
  background:
    radial-gradient(circle at 88% 18%,rgba(39,156,255,.08),transparent 24%),
    linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
  overflow:hidden;
}
.about-redesign-grid{
  display:grid;
  grid-template-columns:44% 56%;
  gap:58px;
  align-items:center;
}
.about-visual-new{
  position:relative;
  min-height:390px;
}
.about-photo-frame{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  box-shadow:0 22px 48px rgba(7,39,77,.16);
}
.about-photo-frame:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(140deg,transparent 58%,rgba(10,119,255,.16));
  pointer-events:none;
}
.about-photo-frame img{
  width:100%;
  height:365px;
  object-fit:cover;
  object-position:center;
}
.about-location-card{
  position:absolute;
  right:-20px;
  bottom:-18px;
  width:190px;
  min-height:155px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:18px;
  color:#fff;
  border-radius:14px;
  background:
    radial-gradient(circle at 50% 25%,rgba(55,193,255,.30),transparent 38%),
    linear-gradient(145deg,#0874ff,#0639a0);
  box-shadow:0 18px 38px rgba(4,76,177,.28);
  border:1px solid rgba(255,255,255,.18);
  z-index:4;
}
.location-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:50%;
  margin-bottom:9px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  font-size:1.35rem;
}
.about-location-card strong{
  font-family:"League Spartan",sans-serif;
  font-size:1.05rem;
}
.about-location-card span{
  margin-top:5px;
  font-size:.64rem;
  line-height:1.4;
  color:#dcecff;
}
.about-accent{
  position:absolute;
  z-index:0;
  transform:skewX(-26deg);
  background:linear-gradient(180deg,#66cfff,#0b72ff);
  opacity:.75;
}
.accent-one{
  width:26px;
  height:115px;
  right:-14px;
  top:16px;
}
.accent-two{
  width:17px;
  height:70px;
  right:31px;
  top:-10px;
  opacity:.30;
}
.about-content-new{
  position:relative;
  z-index:2;
}
.about-content-new h2{
  font-size:clamp(2.7rem,4.5vw,4.15rem);
  margin:8px 0 17px;
  letter-spacing:-.03em;
}
.about-content-new h2 span{
  color:#0a78ff;
}
.about-content-new p{
  max-width:660px;
  margin:0 0 12px;
  color:#506076;
  font-size:.88rem;
}
.about-content-new .about-lead{
  color:#25374c;
  font-weight:500;
}
.about-value-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px 18px;
  margin:26px 0 24px;
}
.about-value{
  min-height:84px;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:11px;
  align-items:center;
  padding:13px 14px;
  border:1px solid #e0ebf7;
  border-radius:12px;
  background:rgba(255,255,255,.92);
  box-shadow:0 8px 22px rgba(13,51,92,.055);
  transition:.22s ease;
}
.about-value:hover{
  transform:translateY(-3px);
  border-color:#c9dff5;
  box-shadow:0 14px 28px rgba(13,51,92,.09);
}
.value-icon{
  width:43px;
  height:43px;
  display:grid;
  place-items:center;
  border-radius:11px;
  color:#0878ff;
  font-size:1.25rem;
  font-weight:800;
  background:linear-gradient(145deg,#f9fcff,#e7f3ff);
  border:1px solid #d7e9fa;
}
.about-value strong{
  display:block;
  font-size:.76rem;
  color:#12233a;
}
.about-value small{
  display:block;
  margin-top:3px;
  font-size:.61rem;
  line-height:1.35;
  color:#758397;
}
.about-btn{
  margin-top:2px;
}

@media(max-width:980px){
  .about-redesign-grid{
    grid-template-columns:1fr;
    gap:42px;
  }
  .about-visual-new{
    max-width:720px;
    margin:auto;
  }
  .about-photo-frame img{
    height:400px;
  }
}
@media(max-width:680px){
  .about-redesign{
    padding:44px 0 50px;
  }
  .about-photo-frame img{
    height:290px;
  }
  .about-location-card{
    position:relative;
    right:auto;
    bottom:auto;
    width:100%;
    min-height:110px;
    margin-top:12px;
    flex-direction:row;
    text-align:left;
    gap:13px;
    justify-content:flex-start;
  }
  .about-location-card .location-icon{
    flex:0 0 46px;
    margin:0;
  }
  .about-location-card span{
    margin-top:0;
  }
  .about-value-grid{
    grid-template-columns:1fr;
  }
  .about-content-new h2{
    font-size:2.7rem;
  }
}


/* =========================================================
   SERVICES — polished professional visual upgrade
   ========================================================= */
.service-card{
  min-height:235px;
  border-radius:16px;
  border:1px solid #dce8f4;
  background:
    linear-gradient(135deg,#ffffff 0%,#fbfdff 58%,#f0f7ff 100%);
  box-shadow:0 14px 32px rgba(9,47,87,.08);
}
.service-card:hover{
  transform:translateY(-6px);
  border-color:#c9def3;
  box-shadow:0 22px 46px rgba(9,47,87,.13);
}
.service-card img{
  width:47%;
  height:100%;
  right:0;
  top:0;
  bottom:auto;
  object-fit:contain;
  object-position:center;
  padding:12px 8px 12px 0;
  background:transparent;
}
.service-card:after{
  right:43%;
  bottom:-65px;
  width:78px;
  height:290px;
  opacity:.40;
  background:linear-gradient(160deg,rgba(11,124,255,.72),rgba(48,195,255,.12));
}
.service-text{
  width:58%;
  padding:22px 20px 20px;
}
.service-icon{
  width:46px;
  height:46px;
  margin-bottom:12px;
  background:linear-gradient(145deg,#ffffff,#eef6ff);
  border:1px solid #d5e6f7;
  box-shadow:0 8px 20px rgba(8,91,184,.08);
}
.service-text h3{
  font-size:1.08rem;
  color:#0c1725;
}
.service-text p{
  font-size:.73rem;
  line-height:1.58;
  color:#55657a;
}
.service-text a{
  margin-top:4px;
}
.service-grid{
  gap:22px;
}
@media(max-width:980px){
  .service-card{min-height:250px}
}
@media(max-width:680px){
  .service-card{min-height:280px}
  .service-text{width:60%}
  .service-card img{width:45%;padding-right:0}
}


/* =========================================================
   SERVICES — ALL SIX CARDS WHITE
   Removes previous dark second-row styling.
   ========================================================= */
.service-card-featured,
.service-card-featured:nth-child(5),
.service-card-featured:nth-child(6){
  min-height:235px;
  background:linear-gradient(135deg,#ffffff 0%,#fbfdff 58%,#f0f7ff 100%) !important;
  border-color:#dce8f4 !important;
  box-shadow:0 14px 32px rgba(9,47,87,.08) !important;
}
.service-card-featured:hover{
  transform:translateY(-6px) !important;
  border-color:#c9def3 !important;
  box-shadow:0 22px 46px rgba(9,47,87,.13) !important;
}
.service-card-featured:before{
  display:none !important;
}
.service-card-featured:after{
  right:43% !important;
  bottom:-65px !important;
  width:78px !important;
  height:290px !important;
  opacity:.40 !important;
  background:linear-gradient(160deg,rgba(11,124,255,.72),rgba(48,195,255,.12)) !important;
}
.service-card-featured .service-text{
  width:58% !important;
  min-height:0 !important;
  padding:22px 20px 20px !important;
  color:#0c1725 !important;
  display:block !important;
}
.service-card-featured .service-icon{
  width:46px !important;
  height:46px !important;
  margin:0 0 12px !important;
  color:#0b7cff !important;
  background:linear-gradient(145deg,#ffffff,#eef6ff) !important;
  border:1px solid #d5e6f7 !important;
  box-shadow:0 8px 20px rgba(8,91,184,.08) !important;
}
.service-card-featured h3{
  color:#0c1725 !important;
  font-size:1.08rem !important;
}
.service-card-featured p{
  color:#55657a !important;
  font-size:.73rem !important;
  line-height:1.58 !important;
  margin:initial !important;
}
.service-card-featured a{
  color:#0b7cff !important;
}
.service-card-featured img{
  width:47% !important;
  height:100% !important;
  right:0 !important;
  top:0 !important;
  object-fit:contain !important;
  padding:12px 8px 12px 0 !important;
  filter:none !important;
  opacity:1 !important;
}
.service-label{
  color:#0878ff !important;
  background:#eef6ff !important;
  border:1px solid #d7e8f8 !important;
  margin-bottom:9px;
}
@media(max-width:980px){
  .service-card-featured{min-height:250px !important}
}
@media(max-width:680px){
  .service-card-featured{min-height:280px !important}
  .service-card-featured .service-text{width:60% !important}
  .service-card-featured img{width:45% !important}
}


/* =========================================================
   WHY CHOOSE ANJ DESIGN — COMPLETE REDESIGN
   ========================================================= */
.why-redesign{
  padding:72px 0;
  background:
    radial-gradient(circle at 85% 20%,rgba(27,143,255,.10),transparent 24%),
    linear-gradient(180deg,#ffffff 0%,#f6faff 100%);
}
.why-redesign-grid{
  display:grid;
  grid-template-columns:1.03fr .97fr;
  gap:48px;
  align-items:stretch;
}
.why-main{
  padding:10px 0;
}
.why-main h2{
  font-size:clamp(2.7rem,4.5vw,4.2rem);
  margin:9px 0 18px;
  letter-spacing:-.035em;
}
.why-main h2 span{
  color:#0a78ff;
}
.why-intro{
  max-width:680px;
  font-size:.92rem;
  color:#536276;
  margin:0 0 28px;
}
.why-points{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.why-point{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:12px;
  align-items:start;
  padding:18px;
  background:#fff;
  border:1px solid #e0e9f3;
  border-radius:14px;
  box-shadow:0 10px 24px rgba(11,50,92,.055);
  transition:.22s ease;
}
.why-point:hover{
  transform:translateY(-4px);
  border-color:#c9def3;
  box-shadow:0 16px 32px rgba(11,50,92,.09);
}
.why-icon{
  width:44px;
  height:44px;
  flex:0 0 44px;
  display:grid;
  place-items:center;
  border-radius:12px;
  color:#0879ff;
  background:linear-gradient(145deg,#f8fcff,#e8f4ff);
  border:1px solid #d5e7f8;
  font-size:1.15rem;
  font-weight:800;
}
.why-point h3{
  font-size:.96rem;
  margin:2px 0 6px;
  color:#142338;
}
.why-point p{
  font-size:.69rem;
  line-height:1.5;
  margin:0;
  color:#6c7a8d;
}
.why-btn{
  margin-top:24px;
}

.why-side{
  border-radius:22px;
  padding:26px;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 75% 15%,rgba(46,180,255,.20),transparent 30%),
    linear-gradient(145deg,#061629 0%,#0a2c51 56%,#0b4d86 100%);
  box-shadow:0 24px 52px rgba(4,32,68,.20);
}
.why-side:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(88,184,255,.06) 1px,transparent 1px),
    linear-gradient(90deg,rgba(88,184,255,.06) 1px,transparent 1px);
  background-size:26px 26px;
}
.why-side:after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  border:1px solid rgba(89,192,255,.18);
  border-radius:50%;
  right:-80px;
  bottom:-100px;
}
.why-brand-card{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:15px;
  padding:18px;
  border-radius:15px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(8px);
}
.brand-mark{
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  border-radius:16px;
  font-family:"League Spartan",sans-serif;
  font-size:2.5rem;
  font-weight:800;
  color:#fff;
  background:linear-gradient(145deg,#0a78ff,#29c1ff);
  box-shadow:0 12px 24px rgba(0,94,219,.28);
}
.why-brand-card span{
  display:block;
  color:#83d5ff;
  font-size:.66rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:800;
}
.why-brand-card strong{
  display:block;
  color:#fff;
  font-family:"League Spartan",sans-serif;
  font-size:1.3rem;
  margin-top:2px;
}
.why-stat-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:18px;
}
.why-stat{
  min-height:132px;
  padding:18px;
  border-radius:14px;
  background:rgba(4,22,43,.68);
  border:1px solid rgba(80,178,255,.20);
}
.stat-icon{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  margin-bottom:12px;
  border-radius:10px;
  color:#77d2ff;
  background:rgba(57,173,255,.10);
  border:1px solid rgba(83,190,255,.22);
}
.why-stat strong{
  display:block;
  color:#fff;
  font-size:.82rem;
}
.why-stat small{
  display:block;
  margin-top:5px;
  color:#b9cee1;
  font-size:.62rem;
  line-height:1.4;
}
.why-quote{
  position:relative;
  z-index:2;
  margin-top:18px;
  padding:18px 20px 18px 54px;
  border-radius:14px;
  background:linear-gradient(90deg,rgba(9,106,223,.30),rgba(41,181,255,.10));
  border:1px solid rgba(95,194,255,.22);
}
.quote-mark{
  position:absolute;
  left:18px;
  top:10px;
  color:#6fd0ff;
  font-family:Georgia,serif;
  font-size:3rem;
  line-height:1;
}
.why-quote p{
  margin:0;
  color:#e7f4ff;
  font-size:.73rem;
  line-height:1.5;
}

@media(max-width:980px){
  .why-redesign-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:680px){
  .why-redesign{padding:52px 0}
  .why-points{grid-template-columns:1fr}
  .why-stat-grid{grid-template-columns:1fr}
  .why-side{padding:20px}
}


/* =========================================================
   PROFESSIONAL ICON SYSTEM — WHY SECTION
   Replaces text/emoji symbols with consistent custom SVG icons.
   ========================================================= */
.why-icon,
.stat-icon,
.brand-mark{
  overflow:hidden;
}
.why-icon svg,
.stat-icon svg,
.brand-mark svg{
  width:100%;
  height:100%;
  display:block;
}
.why-icon svg,
.stat-icon svg{
  fill:none;
  stroke:currentColor;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.why-icon{
  width:48px;
  height:48px;
  padding:11px;
  border-radius:14px;
  color:#0a78ff;
  background:
    radial-gradient(circle at 30% 25%,rgba(79,190,255,.18),transparent 42%),
    linear-gradient(145deg,#ffffff,#edf6ff);
  border:1px solid #d5e6f8;
  box-shadow:
    0 9px 20px rgba(8,91,184,.10),
    inset 0 1px 0 rgba(255,255,255,.95);
}
.why-point:hover .why-icon{
  color:#fff;
  background:linear-gradient(145deg,#0878ff,#2bbfff);
  border-color:transparent;
  box-shadow:0 12px 24px rgba(6,105,228,.22);
}
.stat-icon{
  width:44px;
  height:44px;
  padding:9px;
  border-radius:12px;
  color:#7ed7ff;
  background:
    linear-gradient(145deg,rgba(37,146,255,.17),rgba(39,197,255,.08));
  border:1px solid rgba(94,195,255,.26);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 8px 18px rgba(0,0,0,.12);
}
.why-stat:hover .stat-icon{
  color:#fff;
  background:linear-gradient(145deg,#0a76ff,#2dbfff);
  border-color:rgba(255,255,255,.18);
}
.brand-mark{
  width:66px;
  height:66px;
  padding:11px;
  border-radius:18px;
  color:#fff;
  background:
    radial-gradient(circle at 30% 20%,rgba(255,255,255,.18),transparent 34%),
    linear-gradient(145deg,#0877ff,#25baff);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 14px 28px rgba(0,92,218,.30);
}
.brand-mark svg{
  fill:currentColor;
  stroke:none;
}
.why-point,
.why-stat{
  transition:.22s ease;
}
.why-stat:hover{
  transform:translateY(-3px);
  border-color:rgba(103,202,255,.34);
  background:rgba(8,34,63,.84);
}


/* =========================================================
   CORE SERVICES — premium custom SVG icon system
   ========================================================= */
.service-icon{
  width:50px !important;
  height:50px !important;
  padding:11px !important;
  border-radius:14px !important;
  display:grid !important;
  place-items:center !important;
  background:
    radial-gradient(circle at 28% 20%,rgba(69,185,255,.18),transparent 42%),
    linear-gradient(145deg,#ffffff 0%,#edf6ff 100%) !important;
  border:1px solid #d3e5f8 !important;
  box-shadow:
    0 10px 22px rgba(5,80,168,.10),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
  color:#0878ff !important;
  transition:.24s ease !important;
}
.service-icon svg{
  width:100%;
  height:100%;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.service-card:hover .service-icon{
  color:#fff !important;
  background:
    radial-gradient(circle at 30% 18%,rgba(255,255,255,.18),transparent 38%),
    linear-gradient(145deg,#0878ff,#29bfff) !important;
  border-color:transparent !important;
  box-shadow:0 12px 26px rgba(5,101,221,.24) !important;
  transform:translateY(-2px);
}

/* Individual subtle identity accents without changing the clean white cards */
.service-card:nth-child(1) .service-icon{color:#0878ff !important}
.service-card:nth-child(2) .service-icon{color:#1267d6 !important}
.service-card:nth-child(3) .service-icon{color:#0a67c7 !important}
.service-card:nth-child(4) .service-icon{color:#0a8de8 !important}
.service-card:nth-child(5) .service-icon{color:#0a72c9 !important}
.service-card:nth-child(6) .service-icon{color:#087fe5 !important}

.service-card:nth-child(1):hover .service-icon,
.service-card:nth-child(2):hover .service-icon,
.service-card:nth-child(3):hover .service-icon,
.service-card:nth-child(4):hover .service-icon,
.service-card:nth-child(5):hover .service-icon,
.service-card:nth-child(6):hover .service-icon{
  color:#fff !important;
}


/* =========================================================
   CORE SERVICES — engaging graphic icons
   ========================================================= */
.service-icon-graphic{
  width:78px !important;
  height:78px !important;
  padding:7px !important;
  border-radius:18px !important;
  background:
    radial-gradient(circle at 28% 20%,rgba(85,195,255,.16),transparent 38%),
    linear-gradient(145deg,#ffffff,#eef7ff) !important;
  border:1px solid #d4e6f7 !important;
  box-shadow:
    0 12px 26px rgba(7,76,158,.12),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
}
.service-icon-graphic svg{
  width:100%;
  height:100%;
  display:block;
}
.service-card:hover .service-icon-graphic{
  transform:translateY(-3px) scale(1.03);
  background:
    radial-gradient(circle at 30% 18%,rgba(86,197,255,.20),transparent 38%),
    linear-gradient(145deg,#ffffff,#e8f5ff) !important;
  box-shadow:
    0 16px 32px rgba(7,93,188,.16),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
}

/* give cards more room for the larger graphics */
.service-text{
  padding-top:18px !important;
}
.service-text h3{
  margin-top:10px;
}
@media(max-width:680px){
  .service-icon-graphic{
    width:70px !important;
    height:70px !important;
  }
}


/* =========================================================
   ABOUT / MISSION SECTION — professional graphic icons
   ========================================================= */
.value-icon-graphic{
  width:58px !important;
  height:58px !important;
  padding:6px !important;
  border-radius:16px !important;
  background:
    radial-gradient(circle at 28% 20%,rgba(82,192,255,.16),transparent 40%),
    linear-gradient(145deg,#ffffff,#eef7ff) !important;
  border:1px solid #d4e6f7 !important;
  box-shadow:
    0 10px 22px rgba(7,79,164,.10),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
}
.value-icon-graphic svg{
  width:100%;
  height:100%;
  display:block;
}
.about-value{
  grid-template-columns:58px 1fr !important;
  gap:13px !important;
}
.about-value:hover .value-icon-graphic{
  transform:translateY(-2px) scale(1.025);
  box-shadow:
    0 14px 28px rgba(7,91,188,.14),
    inset 0 1px 0 rgba(255,255,255,.95) !important;
}
.location-icon-graphic{
  width:54px !important;
  height:54px !important;
  padding:8px !important;
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.22) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
}
.location-icon-graphic svg{
  width:100%;
  height:100%;
  display:block;
}


/* =========================================================
   HERO — WOW FACTOR REDESIGN
   ========================================================= */
.hero-wow{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 67% 20%,rgba(10,98,210,.22),transparent 26%),
    linear-gradient(135deg,#02070f 0%,#061427 42%,#071a31 100%);
  color:#fff;
  padding:0 0 0;
}
.hero-wow-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(47,150,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(47,150,255,.035) 1px,transparent 1px);
  background-size:38px 38px;
  -webkit-mask-image:linear-gradient(90deg,transparent 15%,#000 55%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 15%,#000 55%,#000 100%);
}
.hero-wow-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:42% 58%;
  align-items:center;
  min-height:620px;
  gap:20px;
}
.hero-wow-copy{
  padding:58px 0 95px;
  position:relative;
  z-index:3;
}
.hero-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 13px;
  margin-bottom:22px;
  border-radius:999px;
  background:rgba(28,126,255,.08);
  border:1px solid rgba(87,174,255,.18);
  color:#58bbff;
  text-transform:uppercase;
  letter-spacing:.07em;
  font-size:.66rem;
  font-weight:800;
}
.hero-badge span{font-size:.9rem}
.hero-wow-copy h1{
  font-size:clamp(3.3rem,5.5vw,5.45rem);
  line-height:.98;
  letter-spacing:-.045em;
  margin:0;
  color:#fff;
}
.hero-wow-copy h1 span{
  color:#0c82ff;
}
.hero-wow-copy p{
  max-width:590px;
  margin:22px 0 26px;
  color:#dce7f3;
  font-size:1rem;
  line-height:1.6;
}
.hero-wow-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.hero-main-btn{
  min-height:50px;
  padding:15px 24px;
  box-shadow:0 14px 30px rgba(0,102,232,.28);
}
.hero-work-btn{
  min-height:50px;
  padding:15px 22px;
  color:#fff;
  border:1px solid rgba(255,255,255,.40);
  background:rgba(255,255,255,.025);
  backdrop-filter:blur(8px);
}
.hero-work-btn:hover{
  border-color:#4dbbff;
  background:rgba(18,112,220,.12);
}
.play-icon{
  width:20px;
  height:20px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#7ed5ff;
  font-size:.58rem;
}
.hero-benefits{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  max-width:650px;
  margin-top:36px;
}
.hero-benefit{
  min-height:68px;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:10px;
  align-items:center;
  padding-right:18px;
  margin-right:18px;
  border-right:1px solid rgba(154,188,222,.18);
}
.hero-benefit:last-child{
  border-right:0;
  margin-right:0;
}
.benefit-icon{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  color:#2bb5ff;
}
.benefit-icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.hero-benefit strong{
  color:#eef6ff;
  font-size:.72rem;
  line-height:1.35;
}

.hero-wow-visual{
  min-height:600px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.hero-wow-visual img{
  position:relative;
  z-index:2;
  width:100%;
  max-width:790px;
  height:auto;
  object-fit:contain;
  object-position:center right;
  border-radius:14px;
  box-shadow:0 32px 70px rgba(0,0,0,.34);
}
.visual-glow{
  position:absolute;
  width:520px;
  height:420px;
  right:4%;
  top:16%;
  background:#0a7bff;
  filter:blur(100px);
  opacity:.17;
}
.hero-metric{
  position:absolute;
  right:0;
  z-index:4;
  width:190px;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:11px;
  align-items:center;
  padding:12px 14px;
  border-bottom:1px solid rgba(255,255,255,.10);
  background:linear-gradient(90deg,rgba(3,14,29,.18),rgba(4,18,36,.74));
  backdrop-filter:blur(8px);
}
.metric-one{top:83px}
.metric-two{top:162px}
.metric-three{top:241px}
.metric-symbol{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  color:#38b9ff;
  font-size:1.25rem;
}
.hero-metric strong{
  display:block;
  color:#fff;
  font-size:1rem;
  line-height:1;
}
.hero-metric small{
  display:block;
  margin-top:4px;
  color:#b8c8d9;
  font-size:.58rem;
}

.hero-trust-wrap{
  position:relative;
  z-index:5;
  margin-top:-45px;
  padding-bottom:20px;
}
.hero-trust{
  min-height:100px;
  display:grid;
  grid-template-columns:250px 1fr;
  align-items:center;
  gap:30px;
  padding:20px 34px;
  border-radius:18px;
  background:#fff;
  color:#142338;
  box-shadow:0 18px 44px rgba(3,23,48,.16);
}
.trust-label{
  font-size:.68rem;
  color:#0a78ff;
  text-transform:uppercase;
  letter-spacing:.05em;
  font-weight:800;
}
.trust-label b{
  color:#6a7b8f;
  font-weight:600;
}
.trust-logos{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  align-items:center;
  gap:22px;
}
.trust-logos span{
  display:flex;
  flex-direction:column;
  align-items:center;
  color:#44566b;
  font-family:"League Spartan",sans-serif;
  font-size:.88rem;
  font-weight:800;
  letter-spacing:.04em;
}
.trust-logos small{
  margin-top:2px;
  color:#8996a6;
  font-family:Inter,sans-serif;
  font-size:.48rem;
  font-weight:600;
  letter-spacing:.09em;
  text-transform:uppercase;
}

/* protect against older hero styles */
.hero-wow .hero-grid,
.hero-wow .hero-copy,
.hero-wow .hero-image,
.hero-wow .hero-art{
  all:unset;
}

@media(max-width:1100px){
  .hero-wow-grid{
    grid-template-columns:46% 54%;
  }
  .hero-wow-copy h1{
    font-size:clamp(3rem,5vw,4.6rem);
  }
  .hero-metric{
    width:165px;
    right:-6px;
  }
}
@media(max-width:900px){
  .hero-wow-grid{
    grid-template-columns:1fr;
    min-height:0;
  }
  .hero-wow-copy{
    padding:48px 0 18px;
  }
  .hero-wow-visual{
    min-height:460px;
  }
  .hero-wow-visual img{
    max-width:760px;
    margin:auto;
  }
  .hero-metric{
    right:10px;
  }
  .hero-trust-wrap{
    margin-top:-18px;
  }
  .hero-trust{
    grid-template-columns:1fr;
    gap:16px;
    text-align:center;
  }
}
@media(max-width:680px){
  .hero-wow-copy{
    padding-top:36px;
  }
  .hero-wow-copy h1{
    font-size:clamp(2.85rem,13vw,4rem);
  }
  .hero-wow-copy p{
    font-size:.92rem;
  }
  .hero-benefits{
    grid-template-columns:1fr;
    gap:12px;
  }
  .hero-benefit{
    border-right:0;
    border-bottom:1px solid rgba(154,188,222,.14);
    padding-bottom:10px;
  }
  .hero-wow-visual{
    min-height:330px;
  }
  .hero-metric{
    display:none;
  }
  .hero-trust{
    padding:18px;
  }
  .trust-logos{
    grid-template-columns:repeat(2,1fr);
    gap:18px;
  }
  .trust-logos span:last-child{
    grid-column:1 / -1;
  }
}


/* TRUST STRIP — fictional logo marks */
.trust-logos{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
  align-items:center;
}
.trust-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:0;
}
.trust-mark{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:grid;
  place-items:center;
  color:#51647a;
  transition:.2s ease;
}
.trust-mark svg{
  width:100%;
  height:100%;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:2.3;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.trust-logo strong{
  display:block;
  color:#3d4f64;
  font-family:"League Spartan",sans-serif;
  font-size:.82rem;
  line-height:1;
  letter-spacing:.01em;
}
.trust-logo small{
  display:block;
  margin-top:3px;
  color:#8b98a8;
  font-size:.46rem;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-weight:700;
}
.trust-logo:hover .trust-mark{
  color:#0a78ff;
  transform:translateY(-1px);
}
@media(max-width:900px){
  .trust-logos{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:680px){
  .trust-logos{grid-template-columns:repeat(2,1fr)}
  .trust-logo:last-child{grid-column:1 / -1}
}


/* Recent Projects — fictional portfolio website mockups */
.project-showcase img{
  width:100%;
  height:175px;
  object-fit:cover;
  object-position:center;
}
.project-showcase .project-body{
  padding:15px 16px 18px;
}
.project-showcase .project-body small{
  color:#0a78ff;
  font-size:.62rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.project-showcase .project-body h3{
  margin:5px 0 8px;
  font-size:1.08rem;
}
.project-showcase .project-body p{
  margin:0;
  font-size:.67rem;
  line-height:1.5;
  color:#6c7a8d;
}

.phone-link{color:inherit;text-decoration:none}
.phone-link:hover{color:#0a78ff}

.email-link{color:inherit;text-decoration:none}
.email-link:hover{color:#0a78ff}


/* =========================================================
   HEADER / LOGO — larger logo + seamless matching background
   ========================================================= */
.site-header,
.header,
header,
.navbar,
.nav-wrap,
.header-inner{
  background:#050505 !important;
}

.site-header,
.header,
header{
  border-bottom:1px solid rgba(255,255,255,.08) !important;
  box-shadow:0 8px 24px rgba(0,0,0,.12);
}

.logo img,
.site-logo img,
.brand img,
.header-logo img,
header img[alt*="ANJ"],
header img[alt*="anj"]{
  width:auto !important;
  height:92px !important;
  max-height:92px !important;
  object-fit:contain !important;
  display:block !important;
}

.logo,
.site-logo,
.brand,
.header-logo{
  display:flex !important;
  align-items:center !important;
  min-height:104px !important;
}

.nav,
nav,
.main-nav{
  background:transparent !important;
}

@media(max-width:900px){
  .logo img,
  .site-logo img,
  .brand img,
  .header-logo img,
  header img[alt*="ANJ"],
  header img[alt*="anj"]{
    height:76px !important;
    max-height:76px !important;
  }
  .logo,
  .site-logo,
  .brand,
  .header-logo{
    min-height:88px !important;
  }
}

@media(max-width:600px){
  .logo img,
  .site-logo img,
  .brand img,
  .header-logo img,
  header img[alt*="ANJ"],
  header img[alt*="anj"]{
    height:66px !important;
    max-height:66px !important;
  }
}


/* =========================================================
   NEW ANJ DESIGN LOGO — supplied 2026 asset
   ========================================================= */
.site-header .logo img,
.site-header .site-logo img,
.site-header .brand img,
.site-header .header-logo img,
header img[src*="anj-logo"]{
  width:auto !important;
  height:108px !important;
  max-height:108px !important;
  max-width:330px !important;
  object-fit:contain !important;
}

.site-header .logo,
.site-header .site-logo,
.site-header .brand,
.site-header .header-logo{
  min-height:118px !important;
}

@media(max-width:900px){
  .site-header .logo img,
  .site-header .site-logo img,
  .site-header .brand img,
  .site-header .header-logo img,
  header img[src*="anj-logo"]{
    height:88px !important;
    max-height:88px !important;
    max-width:280px !important;
  }
}

@media(max-width:600px){
  .site-header .logo img,
  .site-header .site-logo img,
  .site-header .brand img,
  .site-header .header-logo img,
  header img[src*="anj-logo"]{
    height:72px !important;
    max-height:72px !important;
    max-width:230px !important;
  }
}


/* =========================================================
   MOBILE NAVIGATION — FIXED
   ========================================================= */
.menu-btn{
  display:none;
  width:46px;
  height:46px;
  padding:0;
  margin-left:auto;
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  background:rgba(255,255,255,.04);
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  position:relative;
  z-index:1002;
}

.menu-btn span{
  display:block;
  width:22px;
  height:2px;
  border-radius:2px;
  background:#fff;
  transition:transform .25s ease,opacity .2s ease;
}

.menu-btn.open span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}
.menu-btn.open span:nth-child(2){
  opacity:0;
}
.menu-btn.open span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

@media(max-width:980px){
  .site-header,
  .site-header .nav{
    position:relative;
  }

  .menu-btn{
    display:flex !important;
  }

  .menu{
    display:none !important;
    position:absolute !important;
    top:100% !important;
    left:0 !important;
    right:0 !important;
    margin:0 !important;
    padding:14px 18px 20px !important;
    flex-direction:column !important;
    gap:0 !important;
    background:#050505 !important;
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
    box-shadow:0 18px 35px rgba(0,0,0,.28);
    z-index:1001 !important;
  }

  .menu.open{
    display:flex !important;
  }

  .menu a{
    display:block !important;
    width:100%;
    padding:14px 4px !important;
    border-bottom:1px solid rgba(255,255,255,.07);
    font-size:.82rem !important;
    color:#fff !important;
  }

  .menu a:last-child{
    border-bottom:0;
  }

  .menu a:after{
    display:none !important;
  }

  .desktop-cta{
    display:none !important;
  }

  body.nav-open{
    overflow-x:hidden;
  }
}


/* =========================================================
   BACK TO TOP
   ========================================================= */
.back-to-top{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:1200;
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(255,255,255,.22);
  border-radius:14px;
  color:#fff;
  background:linear-gradient(145deg,#0878ff,#22b8ff);
  box-shadow:0 14px 30px rgba(3,85,190,.28);
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transform:translateY(14px);
  transition:opacity .22s ease,transform .22s ease,visibility .22s ease,box-shadow .22s ease;
}
.back-to-top.visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.back-to-top svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.back-to-top:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 36px rgba(3,85,190,.36);
}
.back-to-top:focus-visible{
  outline:3px solid rgba(74,190,255,.42);
  outline-offset:3px;
}
@media(max-width:680px){
  .back-to-top{
    right:16px;
    bottom:16px;
    width:46px;
    height:46px;
    border-radius:12px;
  }
}
@media(prefers-reduced-motion:reduce){
  .back-to-top{transition:none}
}


/* =========================================================
   HEADER — LOGO TOP CLIPPING / SPACING FIX
   ========================================================= */
.site-header,
header.site-header{
  position:relative !important;
  overflow:visible !important;
  min-height:132px !important;
  padding:10px 0 !important;
  box-sizing:border-box !important;
  background:#050505 !important;
}

.site-header .container,
.site-header .nav,
.site-header .nav-wrap,
.site-header .header-inner{
  min-height:112px !important;
  height:auto !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  display:flex !important;
  align-items:center !important;
  overflow:visible !important;
}

.site-header .logo,
.site-header .site-logo,
.site-header .brand,
.site-header .header-logo{
  min-height:112px !important;
  height:auto !important;
  padding:0 !important;
  margin:0 !important;
  display:flex !important;
  align-items:center !important;
  overflow:visible !important;
}

.site-header .logo img,
.site-header .site-logo img,
.site-header .brand img,
.site-header .header-logo img,
header img[src*="anj-logo"]{
  display:block !important;
  width:auto !important;
  height:104px !important;
  max-height:104px !important;
  max-width:330px !important;
  margin:0 !important;
  padding:0 !important;
  object-fit:contain !important;
  object-position:left center !important;
  transform:none !important;
  position:relative !important;
  top:auto !important;
}

@media(max-width:900px){
  .site-header,
  header.site-header{
    min-height:108px !important;
    padding:8px 0 !important;
  }

  .site-header .container,
  .site-header .nav,
  .site-header .nav-wrap,
  .site-header .header-inner,
  .site-header .logo,
  .site-header .site-logo,
  .site-header .brand,
  .site-header .header-logo{
    min-height:92px !important;
  }

  .site-header .logo img,
  .site-header .site-logo img,
  .site-header .brand img,
  .site-header .header-logo img,
  header img[src*="anj-logo"]{
    height:84px !important;
    max-height:84px !important;
    max-width:275px !important;
  }
}

@media(max-width:600px){
  .site-header,
  header.site-header{
    min-height:92px !important;
    padding:7px 0 !important;
  }

  .site-header .container,
  .site-header .nav,
  .site-header .nav-wrap,
  .site-header .header-inner,
  .site-header .logo,
  .site-header .site-logo,
  .site-header .brand,
  .site-header .header-logo{
    min-height:78px !important;
  }

  .site-header .logo img,
  .site-header .site-logo img,
  .site-header .brand img,
  .site-header .header-logo img,
  header img[src*="anj-logo"]{
    height:70px !important;
    max-height:70px !important;
    max-width:225px !important;
  }
}


/* =========================================================
   ABOUT PAGE
   ========================================================= */
.page-hero{
  position:relative;
  min-height:390px;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
}
.page-hero>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.page-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(2,12,25,.88) 0%,rgba(5,26,48,.62) 48%,rgba(5,25,45,.30) 100%);
}
.page-hero-content{
  position:relative;
  z-index:2;
  padding:70px 0 48px;
}
.page-kicker{
  display:inline-block;
  margin-bottom:12px;
  color:#6dceff;
  text-transform:uppercase;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.09em;
}
.page-hero h1{
  max-width:760px;
  font-size:clamp(3rem,5.2vw,5rem);
  line-height:.98;
  letter-spacing:-.04em;
}
.page-hero h1 span{color:#68c9ff}
.page-hero p{
  max-width:650px;
  margin:18px 0 32px;
  color:#deebf7;
  font-size:1rem;
}
.breadcrumb{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:.73rem;
  color:#cfdeec;
}
.breadcrumb a{color:#fff}
.breadcrumb span:last-child{color:#56bfff}

.about-row{padding:78px 0}
.about-page-grid{
  display:grid;
  grid-template-columns:1fr 1.05fr;
  gap:58px;
  align-items:center;
}
.about-page-copy h2,
.experience-copy h2{
  font-size:clamp(2.65rem,4.2vw,4rem);
  margin:8px 0 20px;
  letter-spacing:-.035em;
}
.about-page-copy .lead{
  color:#263a51;
  font-size:1rem;
  font-weight:500;
}
.about-page-copy p,
.experience-copy p{
  color:#5c6b7e;
}
.about-highlight{
  margin-top:26px;
  padding:18px 20px;
  border-left:4px solid #0a78ff;
  background:#f3f8fe;
  border-radius:0 12px 12px 0;
}
.about-highlight strong{display:block;color:#13263b;font-size:.88rem}
.about-highlight span{display:block;margin-top:5px;color:#6b7b8d;font-size:.72rem}
.about-page-image{position:relative}
.about-page-image img{
  width:100%;
  border-radius:18px;
  box-shadow:0 22px 50px rgba(7,42,79,.14);
}
.experience-badge{
  position:absolute;
  left:-28px;
  bottom:-28px;
  width:190px;
  padding:18px;
  border-radius:15px;
  color:#fff;
  background:linear-gradient(145deg,#0878ff,#0750bf);
  box-shadow:0 18px 38px rgba(3,83,186,.28);
}
.experience-badge span,
.experience-badge small{display:block;font-size:.58rem;text-transform:uppercase;letter-spacing:.07em}
.experience-badge strong{display:block;font-family:"League Spartan";font-size:2rem;margin:3px 0}

.values-row{
  background:
    radial-gradient(circle at 80% 20%,rgba(53,182,255,.10),transparent 28%),
    linear-gradient(180deg,#f7fbff,#eef6ff);
}
.values-row .section-title p{
  max-width:650px;
  margin:10px auto 0;
  color:#68778a;
}
.about-values-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
  margin-top:36px;
}
.about-value-card{
  padding:24px 20px;
  min-height:245px;
  background:#fff;
  border:1px solid #dbe8f4;
  border-radius:16px;
  box-shadow:0 12px 28px rgba(10,50,93,.06);
  transition:.22s ease;
}
.about-value-card:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 40px rgba(10,50,93,.10);
}
.about-value-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border-radius:14px;
  font-family:"League Spartan";
  font-size:1rem;
  font-weight:800;
  color:#0878ff;
  background:linear-gradient(145deg,#f9fcff,#e8f4ff);
  border:1px solid #d5e7f8;
}
.about-value-card h3{font-size:1.05rem}
.about-value-card p{font-size:.72rem;line-height:1.55;color:#68778a}

.experience-row{background:#fff}
.experience-grid{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:55px;
  align-items:center;
}
.experience-list{
  list-style:none;
  padding:0;
  margin:24px 0;
}
.experience-list li{
  position:relative;
  padding-left:32px;
  margin:13px 0;
  color:#42536a;
  font-size:.82rem;
}
.experience-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:1px;
  width:20px;
  height:20px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#0878ff;
  color:#fff;
  font-size:.65rem;
}
.founder-note{margin-top:26px}
.founder-note strong{
  display:block;
  color:#0878ff;
  font-family:"League Spartan";
  font-size:2rem;
  font-style:italic;
}
.founder-note span{font-size:.75rem;color:#677789}

.experience-gallery{
  display:grid;
  grid-template-columns:1.2fr .9fr;
  grid-template-rows:1fr 1fr;
  gap:10px;
}
.experience-gallery img{
  width:100%;
  height:100%;
  min-height:170px;
  object-fit:cover;
  border-radius:12px;
}
.experience-gallery .gallery-main{
  grid-row:1/3;
  min-height:350px;
}

.about-cta{padding:0 0 55px;background:#fff}
.about-cta-box{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  padding:30px 38px;
  border-radius:14px;
  color:#fff;
  background:
    radial-gradient(circle at 76% 30%,rgba(50,188,255,.24),transparent 25%),
    linear-gradient(135deg,#06182c,#0a4a9e 65%,#0b79ff);
}
.about-cta-box h2{font-size:2.25rem;margin:6px 0 8px}
.about-cta-box p{margin:0;color:#dceaff}
.eyebrow.light{color:#85d7ff}

@media(max-width:980px){
  .about-page-grid,.experience-grid{grid-template-columns:1fr}
  .about-values-grid{grid-template-columns:repeat(2,1fr)}
  .experience-badge{left:18px}
}
@media(max-width:680px){
  .page-hero{min-height:330px}
  .page-hero-content{padding:52px 0 38px}
  .about-row{padding:54px 0}
  .about-values-grid{grid-template-columns:1fr}
  .experience-gallery{grid-template-columns:1fr;grid-template-rows:auto}
  .experience-gallery .gallery-main{grid-row:auto;min-height:240px}
  .experience-gallery img{min-height:200px}
  .experience-badge{position:relative;left:auto;bottom:auto;width:100%;margin-top:12px}
  .about-cta-box{flex-direction:column;align-items:flex-start;padding:26px}
}


/* =========================================================
   ABOUT PAGE — MOCKUP MATCH
   ========================================================= */
.about-header{
  background:#050505 !important;
}
.header-contact{
  display:flex;
  gap:12px;
  margin-left:20px;
  align-items:center;
}
.header-email,
.header-phone{
  font-size:.72rem;
  color:#fff;
  white-space:nowrap;
}
.header-email{
  padding:11px 14px;
  border-radius:6px;
  background:#0878ff;
}
.header-phone:hover,
.header-email:hover{color:#fff}

.about-subhero{
  position:relative;
  min-height:300px;
  display:flex;
  align-items:center;
  color:#fff;
  overflow:hidden;
}
.about-subhero>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.about-subhero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(2,14,28,.88),rgba(6,30,52,.48),rgba(8,36,59,.18));
}
.about-subhero-content{
  position:relative;
  z-index:2;
  padding:64px 0 28px;
}
.about-subhero h1{
  font-size:clamp(3rem,5vw,4.6rem);
  letter-spacing:-.035em;
}
.about-subhero p{
  margin:14px 0 18px;
  color:#f0f5fa;
  font-size:1.18rem;
  line-height:1.35;
}
.hero-rule,
.heading-rule{
  display:block;
  width:48px;
  height:3px;
  background:#0878ff;
  margin:20px 0 26px;
}
.breadcrumb{
  display:flex;
  gap:9px;
  align-items:center;
  color:#dbe7f2;
  font-size:.72rem;
}
.breadcrumb a{color:#fff}
.breadcrumb span:last-child{color:#3faeff}

.about-content-row{
  padding:68px 0;
  background:#fff;
}
.split-row{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:56px;
  align-items:center;
}
.copy-block h2{
  font-size:clamp(2.5rem,4vw,3.65rem);
  margin:8px 0 0;
  letter-spacing:-.035em;
}
.copy-block p{
  font-size:.9rem;
  color:#526174;
}
.copy-block .eyebrow,
.center-heading .eyebrow{
  color:#0878ff;
  text-transform:uppercase;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.07em;
}
.image-card img{
  width:100%;
  border-radius:2px;
  box-shadow:0 16px 40px rgba(5,34,68,.10);
}

.values-section{
  padding:54px 0 58px;
  background:linear-gradient(180deg,#f7fbff,#eef6ff);
}
.center-heading{text-align:center}
.center-heading h2{
  font-size:2.2rem;
  margin-top:7px;
}
.values-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:0;
  margin-top:34px;
}
.values-grid article{
  text-align:center;
  padding:12px 25px 4px;
  border-right:1px solid #cfddea;
}
.values-grid article:last-child{border-right:0}
.value-icon{
  width:58px;
  height:58px;
  margin:0 auto 15px;
  color:#076bd6;
}
.value-icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.values-grid h3{
  font-size:1rem;
  margin-bottom:7px;
}
.values-grid p{
  margin:0;
  font-size:.7rem;
  line-height:1.5;
  color:#56667a;
}

.experience-section{
  padding-top:58px;
  padding-bottom:58px;
}
.experience-layout{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:52px;
  align-items:center;
}
.check-list{
  list-style:none;
  padding:0;
  margin:20px 0;
}
.check-list li{
  position:relative;
  margin:10px 0;
  padding-left:30px;
  font-size:.8rem;
  color:#384a60;
}
.check-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:19px;
  height:19px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#0878ff;
  color:#fff;
  font-size:.65rem;
}
.signature{
  margin-top:24px;
}
.signature strong{
  display:block;
  font-family:"League Spartan";
  color:#0878ff;
  font-size:2.5rem;
  font-style:italic;
  font-weight:600;
}
.signature span{
  font-size:.73rem;
  color:#1b2735;
  font-weight:600;
}

.experience-images{
  display:grid;
  grid-template-columns:1.15fr .95fr;
  grid-template-rows:1fr 1fr;
  gap:8px;
}
.experience-images img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.experience-images .large{
  grid-row:1/3;
  min-height:320px;
}

.about-bottom-cta{
  padding:0 0 38px;
  background:#fff;
}
.bottom-cta-box{
  min-height:112px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:22px;
  padding:22px 30px;
  color:#fff;
  background:linear-gradient(135deg,#05080d,#092a57 55%,#0878ff);
}
.cta-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#0878ff;
  font-size:1.3rem;
}
.bottom-cta-box h2{
  font-size:1.8rem;
  margin-bottom:5px;
}
.bottom-cta-box p{
  margin:0;
  color:#dce9f6;
  font-size:.76rem;
}
.cta-email{
  min-width:190px;
  padding:14px 18px;
  border-radius:6px;
  text-align:center;
  color:#fff;
  background:#0878ff;
}
.cta-email strong,
.cta-email span{
  display:block;
}
.cta-email strong{
  text-transform:uppercase;
  font-size:.78rem;
}
.cta-email span{
  margin-top:3px;
  font-size:.66rem;
}

@media(max-width:1050px){
  .header-contact{display:none}
}
@media(max-width:900px){
  .split-row,
  .experience-layout{
    grid-template-columns:1fr;
  }
  .values-grid{
    grid-template-columns:repeat(2,1fr);
    gap:18px;
  }
  .values-grid article{
    border-right:0;
    padding:20px;
    background:#fff;
    border-radius:12px;
  }
}
@media(max-width:680px){
  .about-subhero{min-height:285px}
  .about-subhero-content{padding:48px 0 24px}
  .about-content-row{padding:48px 0}
  .values-grid{grid-template-columns:1fr}
  .experience-images{
    grid-template-columns:1fr;
    grid-template-rows:auto;
  }
  .experience-images .large{
    grid-row:auto;
    min-height:220px;
  }
  .bottom-cta-box{
    grid-template-columns:1fr;
    text-align:left;
  }
  .cta-email{width:100%}
}


/* =========================================================
   ABOUT SUBHEADER — PRISTINE IMAGE REPLACEMENT
   ========================================================= */
.about-subhero{
  min-height:330px !important;
  background:#07182c;
}
.about-subhero>img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center 48% !important;
  filter:saturate(.96) contrast(1.03) brightness(.94);
}
.about-subhero-overlay{
  background:
    linear-gradient(90deg,rgba(2,14,28,.80) 0%,rgba(5,27,49,.52) 46%,rgba(5,25,44,.12) 78%,rgba(5,25,44,.04) 100%) !important;
}
.about-subhero-content{
  max-width:720px;
}


/* =========================================================
   ABOUT SUBHEADER — PAGE TITLE + OPACITY + CURVED EDGE
   ========================================================= */
.about-subhero{
  min-height:360px !important;
  overflow:hidden !important;
  position:relative !important;
  isolation:isolate;
}
.about-subhero>img{
  filter:saturate(.98) contrast(1.04) brightness(.93) !important;
  object-position:center 50% !important;
}
.about-subhero-overlay{
  z-index:1;
  background:
    linear-gradient(90deg,
      rgba(2,13,27,.78) 0%,
      rgba(5,28,51,.58) 42%,
      rgba(5,27,48,.32) 70%,
      rgba(5,27,48,.16) 100%) !important;
}

/* soft curved white transition into the content below */
.about-subhero:after{
  content:"";
  position:absolute;
  left:-5%;
  right:-5%;
  bottom:-64px;
  height:125px;
  background:#fff;
  border-radius:50% 50% 0 0 / 65% 65% 0 0;
  z-index:2;
  pointer-events:none;
}
.about-subhero-content{
  z-index:3 !important;
  padding:70px 0 74px !important;
  max-width:780px;
}
.subhero-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:12px;
  padding:7px 11px;
  border-radius:999px;
  color:#8fd9ff;
  background:rgba(5,22,42,.34);
  border:1px solid rgba(133,213,255,.24);
  backdrop-filter:blur(8px);
  text-transform:uppercase;
  letter-spacing:.11em;
  font-size:.62rem;
  font-weight:800;
}
.about-subhero h1{
  font-size:clamp(3.5rem,6vw,5.7rem) !important;
  line-height:.94 !important;
  letter-spacing:-.045em !important;
  text-shadow:0 8px 28px rgba(0,0,0,.26);
}
.about-subhero p{
  max-width:600px;
  margin-top:16px !important;
  color:rgba(255,255,255,.92) !important;
  font-size:1.08rem !important;
}
.about-subhero .hero-rule{
  width:58px !important;
  height:3px !important;
  margin:22px 0 22px !important;
  background:linear-gradient(90deg,#0b7cff,#52caff) !important;
}
.about-subhero .breadcrumb{
  position:relative;
  z-index:4;
  font-size:.72rem;
}
.about-subhero .breadcrumb a{
  color:#fff;
}
.about-subhero .breadcrumb span[aria-current="page"]{
  color:#6fcaff;
}

/* =========================================================
   FOUNDER SIGNATURE
   ========================================================= */
.founder-signature{
  margin-top:24px !important;
  display:inline-flex;
  flex-direction:column;
  align-items:flex-start;
}
.founder-signature strong{
  display:block !important;
  font-family:"Allura","Brush Script MT","Segoe Script",cursive !important;
  font-size:3.65rem !important;
  line-height:.9 !important;
  font-style:normal !important;
  font-weight:400 !important;
  color:#0878ff !important;
  letter-spacing:.01em;
  transform:rotate(-4deg);
  transform-origin:left center;
  text-shadow:0 5px 14px rgba(8,120,255,.10);
}
.founder-signature strong:after{
  content:"";
  display:block;
  width:120px;
  height:2px;
  margin-top:6px;
  background:linear-gradient(90deg,#0878ff,transparent);
  transform:rotate(2deg);
}
.founder-signature span{
  margin-top:12px !important;
  font-size:.72rem !important;
  font-weight:700 !important;
  color:#27394d !important;
}

@media(max-width:680px){
  .about-subhero{
    min-height:330px !important;
  }
  .about-subhero-content{
    padding:52px 0 76px !important;
  }
  .about-subhero:after{
    bottom:-72px;
    height:110px;
  }
  .about-subhero h1{
    font-size:3.6rem !important;
  }
  .founder-signature strong{
    font-size:3.15rem !important;
  }
}

/* About subheader: straight bottom edge */
.about-subhero:after{
  display:none !important;
}


/* About subheader — align text with site content grid */
.about-subhero-content{
  max-width:none !important;
  width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
}


/* =========================================================
   ABOUT SUBHEADER — FINAL CONTAINER ALIGNMENT FIX
   Keep image full width, constrain text to site grid.
   ========================================================= */
.about-subhero-content{
  width:min(1180px,calc(100% - 40px)) !important;
  max-width:1180px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

/* keep the text block itself from stretching too wide */
.about-subhero-content > h1,
.about-subhero-content > p,
.about-subhero-content > .hero-rule,
.about-subhero-content > .breadcrumb,
.about-subhero-content > .subhero-kicker{
  max-width:680px;
}

@media(max-width:680px){
  .about-subhero-content{
    width:min(100% - 26px,1180px) !important;
  }
}


/* =========================================================
   SHARED SITE HEADER — INDEX + ABOUT CONSISTENCY
   ========================================================= */
.site-header,
.about-header{
  background:#050505 !important;
  min-height:118px !important;
  padding:8px 0 !important;
  overflow:visible !important;
}

.site-header .nav,
.about-header .nav{
  min-height:102px !important;
  height:auto !important;
  display:flex !important;
  align-items:center !important;
  gap:24px !important;
  overflow:visible !important;
}

.site-header .logo,
.about-header .logo{
  display:flex !important;
  align-items:center !important;
  min-height:102px !important;
  margin:0 !important;
  padding:0 !important;
}

.site-header .logo img,
.about-header .logo img{
  height:92px !important;
  max-height:92px !important;
  width:auto !important;
  max-width:300px !important;
  object-fit:contain !important;
  margin:0 !important;
}

.site-header .menu,
.about-header .menu{
  display:flex;
  gap:28px;
  margin-left:auto;
  align-items:center;
  background:transparent !important;
}

.site-header .menu a,
.about-header .menu a{
  color:#fff !important;
  font-size:.74rem !important;
  font-weight:700 !important;
  position:relative;
  padding:0 !important;
}

.site-header .menu a:after,
.about-header .menu a:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-29px;
  height:2px;
  background:#0b82ff;
  transform:scaleX(0);
  transition:.2s;
}

.site-header .menu a.active:after,
.site-header .menu a:hover:after,
.about-header .menu a.active:after,
.about-header .menu a:hover:after{
  transform:scaleX(1);
}

.header-contact{
  display:flex !important;
  align-items:center;
  gap:10px;
  margin-left:14px;
}

.header-email{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:11px 15px;
  border-radius:6px;
  color:#fff !important;
  background:linear-gradient(135deg,#0878ff,#0d8eff);
  box-shadow:0 10px 22px rgba(5,98,220,.22);
  font-size:.72rem;
  font-weight:700;
  white-space:nowrap;
}

.header-phone{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  color:#fff !important;
  font-size:.72rem;
  font-weight:700;
  white-space:nowrap;
}

.header-email:hover{
  transform:translateY(-1px);
}
.header-phone:hover{
  color:#65c7ff !important;
}

.desktop-cta{
  display:none !important;
}

@media(max-width:1050px){
  .header-contact{
    display:none !important;
  }
}

@media(max-width:980px){
  .site-header,
  .about-header{
    min-height:98px !important;
    padding:6px 0 !important;
  }

  .site-header .nav,
  .about-header .nav,
  .site-header .logo,
  .about-header .logo{
    min-height:84px !important;
  }

  .site-header .logo img,
  .about-header .logo img{
    height:76px !important;
    max-height:76px !important;
    max-width:245px !important;
  }

  .site-header .menu,
  .about-header .menu{
    display:none !important;
    position:absolute !important;
    top:100% !important;
    left:0 !important;
    right:0 !important;
    margin:0 !important;
    padding:14px 18px 20px !important;
    flex-direction:column !important;
    gap:0 !important;
    background:#050505 !important;
    z-index:1001 !important;
  }

  .site-header .menu.open,
  .about-header .menu.open{
    display:flex !important;
  }

  .site-header .menu a,
  .about-header .menu a{
    display:block !important;
    width:100%;
    padding:14px 4px !important;
    border-bottom:1px solid rgba(255,255,255,.07);
  }

  .site-header .menu a:after,
  .about-header .menu a:after{
    display:none !important;
  }
}

@media(max-width:600px){
  .site-header .logo img,
  .about-header .logo img{
    height:66px !important;
    max-height:66px !important;
    max-width:215px !important;
  }
}


/* =========================================================
   BLOG PAGE
   ========================================================= */
.blog-subhero{
  min-height:360px !important;
}
.blog-subhero .about-subhero-content{
  width:min(1180px,calc(100% - 40px)) !important;
  max-width:1180px !important;
  margin:auto !important;
}
.blog-subhero .about-subhero-content p{
  max-width:700px !important;
}
.blog-intro{
  padding:64px 0 42px;
  background:#fff;
}
.blog-intro-grid{
  display:grid;
  grid-template-columns:1fr auto;
  gap:50px;
  align-items:end;
}
.blog-intro h2{
  max-width:780px;
  font-size:clamp(2.7rem,4.5vw,4.3rem);
  margin:8px 0 14px;
  letter-spacing:-.04em;
}
.blog-intro p{
  max-width:760px;
  margin:0;
  color:#5b6b7f;
}
.blog-feature-stat{
  min-width:180px;
  padding:20px 24px;
  border-radius:16px;
  background:linear-gradient(145deg,#06172b,#0a3768);
  color:#fff;
  box-shadow:0 18px 38px rgba(5,39,76,.16);
}
.blog-feature-stat strong{
  display:block;
  font-family:"League Spartan";
  font-size:3rem;
  color:#5fcaff;
  line-height:.9;
}
.blog-feature-stat span{
  display:block;
  margin-top:8px;
  color:#d7e8f8;
  font-size:.7rem;
  line-height:1.4;
}

.blog-featured{
  padding:20px 0 68px;
  background:#fff;
}
.lead-story{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  min-height:440px;
  overflow:hidden;
  border-radius:22px;
  background:linear-gradient(145deg,#061529,#0b3561);
  box-shadow:0 24px 55px rgba(4,31,67,.18);
}
.lead-image{
  position:relative;
  min-height:440px;
  overflow:hidden;
}
.lead-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.lead-label{
  position:absolute;
  left:24px;
  top:24px;
  padding:7px 11px;
  border-radius:999px;
  background:#fff;
  color:#0878ff;
  font-size:.6rem;
  text-transform:uppercase;
  font-weight:800;
  letter-spacing:.08em;
}
.lead-copy{
  padding:44px 46px;
  color:#fff;
}
.blog-meta{
  display:flex;
  gap:8px;
  align-items:center;
  flex-wrap:wrap;
  color:#8fcfff;
  font-size:.62rem;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-weight:700;
}
.lead-copy h2{
  margin:12px 0 15px;
  font-size:clamp(2.4rem,4vw,3.7rem);
  letter-spacing:-.035em;
}
.lead-copy p{
  color:#d9e7f5;
  font-size:.88rem;
  line-height:1.65;
}
.lead-points{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:9px;
  margin:22px 0 26px;
}
.lead-points span{
  position:relative;
  padding-left:18px;
  color:#e9f5ff;
  font-size:.69rem;
}
.lead-points span:before{
  content:"";
  position:absolute;
  left:0;
  top:7px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#35bfff;
}

.blog-library{
  padding:70px 0 82px;
  background:
    radial-gradient(circle at 85% 8%,rgba(40,170,255,.08),transparent 22%),
    linear-gradient(180deg,#f7fbff,#eef5fb);
}
.blog-library-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:30px;
  margin-bottom:24px;
}
.blog-library-head h2{
  font-size:clamp(2.4rem,4vw,3.7rem);
  margin-top:7px;
}
.blog-search{
  display:flex;
  flex-direction:column;
  gap:6px;
  color:#65758a;
  font-size:.62rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.blog-search input{
  width:280px;
  min-height:44px;
  padding:0 14px;
  border:1px solid #d4e1ed;
  border-radius:10px;
  background:#fff;
  color:#122236;
  font:inherit;
  font-size:.8rem;
  text-transform:none;
  letter-spacing:0;
  outline:none;
}
.blog-search input:focus{
  border-color:#0b7cff;
  box-shadow:0 0 0 3px rgba(11,124,255,.10);
}
.blog-filters{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-bottom:30px;
}
.filter-btn{
  min-height:38px;
  padding:0 14px;
  border:1px solid #d2e0ec;
  border-radius:999px;
  background:#fff;
  color:#43566c;
  cursor:pointer;
  font-size:.68rem;
  font-weight:700;
}
.filter-btn.active,
.filter-btn:hover{
  color:#fff;
  background:#0878ff;
  border-color:#0878ff;
}
.blog-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.blog-card{
  overflow:hidden;
  border:1px solid #dce7f2;
  border-radius:16px;
  background:#fff;
  box-shadow:0 12px 28px rgba(10,50,91,.06);
  transition:.22s ease;
}
.blog-card:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 40px rgba(10,50,91,.11);
}
.blog-card-image{
  position:relative;
  display:block;
  height:190px;
  overflow:hidden;
  background:#06172b;
}
.blog-card-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .28s ease;
}
.blog-card:hover .blog-card-image img{
  transform:scale(1.025);
}
.blog-category{
  position:absolute;
  left:14px;
  bottom:14px;
  padding:6px 9px;
  border-radius:999px;
  color:#0878ff;
  background:#fff;
  font-size:.55rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
  box-shadow:0 8px 20px rgba(0,0,0,.12);
}
.blog-card-content{
  padding:20px 20px 22px;
}
.blog-card .blog-meta{
  color:#7e8ea1;
}
.blog-card h3{
  margin:8px 0 10px;
  font-size:1.22rem;
  line-height:1.08;
}
.blog-card h3 a:hover{
  color:#0878ff;
}
.blog-card p{
  margin:0 0 17px;
  color:#68778a;
  font-size:.72rem;
  line-height:1.55;
}
.read-more{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#0878ff;
  font-size:.68rem;
  font-weight:800;
}
.blog-empty{
  margin-top:30px;
  padding:25px;
  border-radius:12px;
  background:#fff;
  color:#65758a;
  text-align:center;
}
.blog-card[hidden]{
  display:none !important;
}

@media(max-width:1050px){
  .blog-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .blog-intro-grid,
  .lead-story{
    grid-template-columns:1fr;
  }
  .blog-feature-stat{
    max-width:240px;
  }
  .lead-image{
    min-height:320px;
  }
  .blog-library-head{
    align-items:flex-start;
    flex-direction:column;
  }
}
@media(max-width:680px){
  .blog-subhero .about-subhero-content{
    width:min(100% - 26px,1180px) !important;
  }
  .blog-intro{padding:48px 0 32px}
  .lead-copy{padding:28px 24px}
  .lead-points{grid-template-columns:1fr}
  .blog-grid{grid-template-columns:1fr}
  .blog-search,
  .blog-search input{
    width:100%;
  }
  .blog-library{padding:54px 0}
}


/* =========================================================
   BLOG — 6-CARD GRID + PAGINATION + UNIQUE SUBHEADER
   ========================================================= */
.blog-subhero{
  min-height:360px !important;
}
.blog-subhero>img{
  object-fit:cover !important;
  object-position:center 48% !important;
  filter:saturate(1.02) contrast(1.04) brightness(.84) !important;
}
.blog-subhero .about-subhero-overlay{
  background:
    linear-gradient(90deg,
      rgba(2,13,27,.82) 0%,
      rgba(4,24,45,.60) 38%,
      rgba(4,24,45,.28) 72%,
      rgba(4,24,45,.12) 100%) !important;
}
.blog-subhero .about-subhero-content{
  padding-top:66px !important;
  padding-bottom:58px !important;
}
.blog-library{
  padding-top:58px !important;
}
.blog-grid{
  grid-template-columns:repeat(3,1fr) !important;
  gap:24px !important;
}
.blog-card{
  min-height:100%;
}
.blog-card[hidden]{
  display:none !important;
}
.blog-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:36px;
}
.blog-pagination[hidden]{
  display:none !important;
}
.page-btn{
  min-width:42px;
  height:42px;
  display:grid;
  place-items:center;
  padding:0 12px;
  border:1px solid #d4e1ed;
  border-radius:9px;
  background:#fff;
  color:#23374d;
  font-size:.75rem;
  font-weight:800;
  cursor:pointer;
  transition:.2s ease;
}
.page-btn:hover:not(:disabled){
  border-color:#0b7cff;
  color:#0b7cff;
  transform:translateY(-1px);
}
.page-btn.active{
  color:#fff;
  background:#0878ff;
  border-color:#0878ff;
  box-shadow:0 9px 18px rgba(8,120,255,.20);
}
.page-btn:disabled{
  opacity:.38;
  cursor:not-allowed;
}
.page-arrow{
  font-size:1.25rem;
  font-weight:500;
}
@media(max-width:1050px){
  .blog-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }
}
@media(max-width:680px){
  .blog-grid{
    grid-template-columns:1fr !important;
  }
  .blog-pagination{
    gap:7px;
  }
  .page-btn{
    min-width:38px;
    height:38px;
    padding:0 9px;
  }
}


/* =========================================================
   BLOG — approved visual assets from mockup
   ========================================================= */
.blog-subhero>img{
  object-fit:cover !important;
  object-position:center 46% !important;
  filter:saturate(1.03) contrast(1.04) brightness(.86) !important;
}
.blog-card-image{
  height:205px !important;
}
.blog-card-image img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  transform:none !important;
}
.blog-card:hover .blog-card-image img{
  transform:scale(1.018) !important;
}


/* Blog subheader — clean photographic asset with no baked-in page text */
.blog-subhero>img{
  object-fit:cover !important;
  object-position:center center !important;
}
.blog-subhero .about-subhero-overlay{
  background:linear-gradient(
    90deg,
    rgba(2,13,27,.84) 0%,
    rgba(4,24,45,.66) 35%,
    rgba(4,24,45,.30) 63%,
    rgba(4,24,45,.10) 100%
  ) !important;
}


/* =========================================================
   BLOG SUBHEADER — CONTAINED IMAGE LAYOUT
   ========================================================= */
.blog-subhero-contained{
  background:
    radial-gradient(circle at 78% 18%,rgba(31,149,255,.13),transparent 26%),
    linear-gradient(135deg,#061528 0%,#0a2e55 58%,#0b497c 100%);
  color:#fff;
  overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.blog-subhero-contained-grid{
  min-height:360px;
  display:grid;
  grid-template-columns:44% 56%;
  align-items:center;
  gap:38px;
  padding-top:34px;
  padding-bottom:34px;
}

.blog-subhero-copy{
  min-width:0;
}

.blog-subhero-copy h1{
  margin:8px 0 12px;
  font-size:clamp(3.4rem,5.4vw,5.2rem);
  line-height:.95;
  letter-spacing:-.045em;
}

.blog-subhero-copy p{
  max-width:620px;
  margin:0;
  color:#dce8f4;
  font-size:.96rem;
  line-height:1.58;
}

.blog-subhero-copy .hero-rule{
  width:56px;
  height:3px;
  display:block;
  margin:22px 0 18px;
  background:linear-gradient(90deg,#0b7cff,#54caff);
}

.blog-subhero-copy .breadcrumb{
  display:flex;
  align-items:center;
  gap:9px;
  color:#cbd9e7;
  font-size:.72rem;
}

.blog-subhero-copy .breadcrumb a{
  color:#fff;
}

.blog-subhero-copy .breadcrumb span[aria-current="page"]{
  color:#69cbff;
}

.blog-subhero-photo{
  position:relative;
  min-height:290px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.blog-subhero-photo img{
  position:relative;
  z-index:2;
  width:100%;
  max-width:700px;
  height:290px;
  object-fit:cover;
  object-position:center;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 24px 55px rgba(0,0,0,.28);
}

.blog-photo-glow{
  position:absolute;
  z-index:1;
  width:72%;
  height:64%;
  right:8%;
  bottom:4%;
  border-radius:50%;
  background:#1497ff;
  filter:blur(60px);
  opacity:.18;
}

@media(max-width:980px){
  .blog-subhero-contained-grid{
    grid-template-columns:1fr;
    gap:26px;
    padding-top:44px;
    padding-bottom:38px;
  }

  .blog-subhero-photo{
    min-height:0;
  }

  .blog-subhero-photo img{
    height:280px;
    max-width:none;
  }
}

@media(max-width:680px){
  .blog-subhero-contained-grid{
    min-height:0;
    padding-top:34px;
    padding-bottom:28px;
  }

  .blog-subhero-copy h1{
    font-size:3.5rem;
  }

  .blog-subhero-photo img{
    height:220px;
    border-radius:14px;
  }
}


/* =========================================================
   BLOG SUBHEADER — FULL-WIDTH IMAGE, LIVE TEXT OVERLAY
   ========================================================= */
.blog-subhero-full{
  position:relative;
  min-height:360px;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background:#061528;
}
.blog-subhero-full-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 52%;
  filter:saturate(1.03) contrast(1.04) brightness(.88);
}
.blog-subhero-full-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,
      rgba(2,13,27,.90) 0%,
      rgba(4,24,45,.75) 34%,
      rgba(4,24,45,.42) 60%,
      rgba(4,24,45,.16) 100%);
}
.blog-subhero-full-content{
  position:relative;
  z-index:2;
  width:min(1180px,calc(100% - 40px));
  max-width:1180px;
  margin:auto;
  padding:58px 0 48px;
}
.blog-subhero-full-content h1{
  margin:8px 0 12px;
  font-size:clamp(3.5rem,5.8vw,5.6rem);
  line-height:.95;
  letter-spacing:-.045em;
}
.blog-subhero-full-content p{
  max-width:650px;
  margin:0;
  color:#e0ebf6;
  font-size:.98rem;
  line-height:1.58;
}
.blog-subhero-full-content .hero-rule{
  display:block;
  width:56px;
  height:3px;
  margin:22px 0 18px;
  background:linear-gradient(90deg,#0b7cff,#54caff);
}
.blog-subhero-full-content .breadcrumb{
  display:flex;
  align-items:center;
  gap:9px;
  font-size:.72rem;
  color:#ccd9e7;
}
.blog-subhero-full-content .breadcrumb a{
  color:#fff;
}
.blog-subhero-full-content .breadcrumb span[aria-current="page"]{
  color:#69cbff;
}
@media(max-width:680px){
  .blog-subhero-full{
    min-height:330px;
  }
  .blog-subhero-full-content{
    width:min(100% - 26px,1180px);
    padding:46px 0 38px;
  }
  .blog-subhero-full-content h1{
    font-size:3.6rem;
  }
}


/* =========================================================
   BLOG POST PAGE
   ========================================================= */
.post-subhero{
  position:relative;
  min-height:470px;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background:#061528;
}
.post-subhero>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 52%;
  filter:saturate(1.04) contrast(1.05) brightness(.78);
}
.post-subhero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,
      rgba(2,13,27,.93) 0%,
      rgba(4,24,45,.82) 42%,
      rgba(4,24,45,.48) 68%,
      rgba(4,24,45,.18) 100%);
}
.post-subhero-content{
  position:relative;
  z-index:2;
  width:min(1180px,calc(100% - 40px));
  margin:auto;
  padding:62px 0 46px;
}
.post-back-link{
  display:inline-flex;
  margin-bottom:22px;
  color:#8bd9ff;
  font-size:.72rem;
  font-weight:800;
}
.post-category{
  display:inline-flex;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(9,118,255,.15);
  border:1px solid rgba(91,191,255,.24);
  color:#79d2ff;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.58rem;
  font-weight:800;
}
.post-subhero h1{
  max-width:940px;
  margin:14px 0 16px;
  font-size:clamp(3.1rem,5vw,5rem);
  line-height:.97;
  letter-spacing:-.045em;
}
.post-deck{
  max-width:780px;
  margin:0 0 20px;
  color:#dce8f4;
  font-size:1rem;
  line-height:1.6;
}
.post-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:24px;
  color:#9ec5e7;
  font-size:.65rem;
  text-transform:uppercase;
  letter-spacing:.05em;
  font-weight:700;
}
.post-subhero .breadcrumb{
  display:flex;
  gap:9px;
  align-items:center;
  font-size:.68rem;
  color:#ccd8e5;
}
.post-subhero .breadcrumb a{color:#fff}
.post-subhero .breadcrumb span[aria-current="page"]{color:#69cbff}

.post-shell{
  padding:72px 0 84px;
  background:
    radial-gradient(circle at 86% 8%,rgba(32,153,255,.06),transparent 20%),
    linear-gradient(180deg,#fff,#f8fbfe);
}
.post-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:52px;
  align-items:start;
}
.post-article{
  min-width:0;
}
.post-feature-image{
  margin:0 0 34px;
}
.post-feature-image img{
  width:100%;
  border-radius:18px;
  box-shadow:0 20px 46px rgba(5,37,75,.12);
}
.post-intro{
  padding:0 0 14px;
}
.post-lead{
  font-size:1.16rem !important;
  line-height:1.72 !important;
  color:#22374e !important;
  font-weight:500;
}
.post-article p{
  color:#536378;
  font-size:.94rem;
  line-height:1.78;
}
.post-section{
  padding:24px 0 8px;
  scroll-margin-top:130px;
}
.post-section h2{
  margin:0 0 16px;
  font-size:clamp(2rem,3.5vw,3rem);
  letter-spacing:-.03em;
}
.post-section h3{
  font-size:1.12rem;
}
.post-section ul,
.post-section ol{
  margin:18px 0;
  padding-left:22px;
  color:#42556b;
}
.post-section li{
  margin:9px 0;
  line-height:1.65;
  font-size:.88rem;
}
.post-section code{
  padding:2px 6px;
  border-radius:5px;
  background:#edf4fb;
  color:#0b5ec2;
  font-size:.82rem;
}
.post-callout{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:16px;
  margin:30px 0 18px;
  padding:22px 24px;
  border-left:4px solid #0878ff;
  border-radius:0 14px 14px 0;
  background:linear-gradient(90deg,#edf6ff,#f8fbff);
}
.callout-icon{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#0878ff;
  color:#fff;
  font-weight:800;
}
.post-callout strong{
  display:block;
  color:#17324f;
  font-size:.92rem;
}
.post-callout p{
  margin:5px 0 0;
  font-size:.78rem;
}
.post-card-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin:24px 0 10px;
}
.post-info-card{
  padding:20px;
  border:1px solid #dce8f3;
  border-radius:14px;
  background:#fff;
  box-shadow:0 10px 24px rgba(8,45,83,.05);
}
.post-info-card span{
  display:inline-grid;
  place-items:center;
  width:38px;
  height:38px;
  margin-bottom:12px;
  border-radius:11px;
  color:#0878ff;
  background:#edf6ff;
  font-family:"League Spartan";
  font-weight:800;
}
.post-info-card p{
  margin:7px 0 0;
  font-size:.75rem;
  line-height:1.55;
}
.post-wide-image{
  margin:36px 0;
}
.post-wide-image img{
  width:100%;
  max-height:430px;
  object-fit:cover;
  border-radius:16px;
}
.post-wide-image figcaption{
  margin-top:8px;
  color:#8190a2;
  font-size:.65rem;
}
.post-check-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-top:22px;
}
.post-check-grid div{
  position:relative;
  padding:14px 16px 14px 43px;
  border-radius:11px;
  background:#f5f9fd;
  color:#40536a;
  font-size:.78rem;
}
.post-check-grid div:before{
  content:"✓";
  position:absolute;
  left:14px;
  top:13px;
  width:20px;
  height:20px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#0878ff;
  color:#fff;
  font-size:.6rem;
}
.post-ending{
  margin-top:46px;
  padding:34px;
  border-radius:18px;
  background:
    radial-gradient(circle at 85% 10%,rgba(65,191,255,.22),transparent 28%),
    linear-gradient(145deg,#06172b,#0a3d72);
  color:#fff;
}
.post-ending h2{
  margin:7px 0 10px;
  font-size:2.4rem;
}
.post-ending p{
  color:#d9e9f7;
}
.post-ending-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:20px;
}
.post-back-button{
  display:inline-flex;
  align-items:center;
  padding:13px 18px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:6px;
  color:#fff;
  font-size:.72rem;
  font-weight:800;
}

.post-sidebar{
  position:sticky;
  top:138px;
  display:flex;
  flex-direction:column;
  gap:18px;
}
.sidebar-card{
  padding:20px;
  border:1px solid #dbe7f2;
  border-radius:15px;
  background:#fff;
  box-shadow:0 10px 26px rgba(8,45,84,.055);
}
.post-toc{
  display:flex;
  flex-direction:column;
  margin-top:13px;
}
.post-toc a{
  padding:9px 0;
  border-bottom:1px solid #edf2f7;
  color:#4b5d73;
  font-size:.73rem;
}
.post-toc a:hover{
  color:#0878ff;
}
.sidebar-author img{
  width:180px;
  margin-bottom:12px;
}
.sidebar-author span{
  display:block;
  color:#8191a3;
  font-size:.62rem;
  text-transform:uppercase;
}
.sidebar-author strong{
  display:block;
  margin:2px 0 7px;
  font-size:1rem;
}
.sidebar-author p{
  margin:0;
  font-size:.7rem;
  line-height:1.5;
}
.sidebar-related>a{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:10px;
  padding:12px 0;
  border-bottom:1px solid #edf2f7;
}
.sidebar-related>a:last-child{
  border-bottom:0;
}
.sidebar-related img{
  width:72px;
  height:58px;
  object-fit:cover;
  border-radius:8px;
}
.sidebar-related strong{
  display:block;
  font-size:.7rem;
  line-height:1.35;
}
.sidebar-related span{
  display:block;
  margin-top:4px;
  color:#0878ff;
  font-size:.56rem;
  text-transform:uppercase;
  font-weight:800;
}

@media(max-width:980px){
  .post-layout{
    grid-template-columns:1fr;
  }
  .post-sidebar{
    position:static;
    display:grid;
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:680px){
  .post-subhero{
    min-height:430px;
  }
  .post-subhero-content{
    width:min(100% - 26px,1180px);
    padding:46px 0 36px;
  }
  .post-subhero h1{
    font-size:3rem;
  }
  .post-shell{
    padding:52px 0 62px;
  }
  .post-card-grid,
  .post-check-grid,
  .post-sidebar{
    grid-template-columns:1fr;
  }
  .post-ending{
    padding:25px;
  }
}


/* =========================================================
   HEADER LOGO BACKGROUND + WORDPRESS SECURITY IMAGE QUALITY
   ========================================================= */
.site-header,
.about-header,
header.site-header,
.site-header .nav,
.about-header .nav{
  background:#000000 !important;
}

/* prevent any inherited surface behind the logo */
.site-header .logo,
.about-header .logo,
.site-header .logo img,
.about-header .logo img{
  background:#000000 !important;
  box-shadow:none !important;
  border:0 !important;
}

/* premium security image presentation */
.post-subhero>img{
  object-fit:cover !important;
  object-position:center 48% !important;
  filter:saturate(1.04) contrast(1.06) brightness(.84) !important;
}

.post-feature-image img{
  width:100% !important;
  max-height:520px;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:18px;
}

.blog-card-image img[src*="wordpress-security-featured"]{
  object-fit:cover !important;
  object-position:center !important;
}


/* =========================================================
   CONSOLIDATED SITE-WIDE HEADER / LOGO FINISH
   ========================================================= */
.site-header,
.about-header,
header.site-header,
.site-header .nav,
.about-header .nav,
.site-header .logo,
.about-header .logo{
  background:#000 !important;
}
.site-header .logo img,
.about-header .logo img,
.footer-logo{
  box-shadow:none !important;
  border:0 !important;
}

/* Keep back-to-top available on every page */
.back-to-top{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:1200;
}
@media(max-width:680px){
  .back-to-top{right:16px;bottom:16px}
}


/* =========================================================
   MALWARE BLOG POST — EXACT APPROVED DIRECTION
   ========================================================= */
.malware-post-page{
  background:#fff;
  color:#0d1a2a;
}

.malware-hero{
  position:relative;
  min-height:355px;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background:#03101d;
}
.malware-hero>img{
  position:absolute;
  inset:0 0 0 auto;
  width:68%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:saturate(1.02) contrast(1.05) brightness(.82);
}
.malware-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,#03101d 0%,rgba(3,16,29,.96) 28%,rgba(3,16,29,.74) 50%,rgba(3,16,29,.22) 80%,rgba(3,16,29,.06) 100%);
}
.malware-hero-inner{
  position:relative;
  z-index:2;
  width:min(1180px,calc(100% - 40px));
  margin:auto;
  padding:44px 0 34px;
}
.hero-back{
  display:inline-block;
  margin-bottom:18px;
  color:#43b9ff;
  font-size:.72rem;
  font-weight:700;
}
.hero-cat{
  display:block;
  margin-bottom:8px;
  color:#31b7ff;
  text-transform:uppercase;
  font-size:.6rem;
  font-weight:800;
  letter-spacing:.08em;
}
.malware-hero h1{
  max-width:600px;
  margin:0;
  font-size:clamp(2.75rem,4.7vw,4.6rem);
  line-height:.99;
  letter-spacing:-.045em;
}
.malware-hero .hero-rule{
  display:block;
  width:42px;
  height:3px;
  margin:18px 0;
  background:#0878ff;
}
.malware-hero p{
  max-width:510px;
  margin:0;
  color:#eef5fb;
  font-size:.83rem;
  line-height:1.55;
}
.hero-meta{
  display:flex;
  gap:10px;
  margin-top:20px;
  color:#e4edf6;
  font-size:.68rem;
}

.article-shell{
  padding:44px 0 66px;
  background:#fff;
}
.article-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 305px;
  gap:50px;
  align-items:start;
}
.article-main{
  min-width:0;
}
.back-inline{
  display:inline-block;
  margin-bottom:20px;
  color:#0878ff;
  font-size:.72rem;
  font-weight:700;
}
.article-top-meta{
  display:flex;
  gap:28px;
  align-items:center;
  flex-wrap:wrap;
  margin-bottom:20px;
  color:#6c7a8b;
  font-size:.66rem;
}
.article-top-meta span:first-child{
  color:#0878ff;
}
.article-main p{
  color:#40536a;
  font-size:.86rem;
  line-height:1.7;
}
.article-lead{
  color:#172b41 !important;
}
.article-main hr{
  margin:26px 0 20px;
  border:0;
  border-top:1px solid #e5ebf1;
}
.article-section{
  padding:4px 0 10px;
  scroll-margin-top:130px;
}
.article-section h2{
  margin:0 0 9px;
  font-size:1.65rem;
  line-height:1.12;
  letter-spacing:-.02em;
}
.dot-list{
  list-style:none;
  margin:12px 0;
  padding:0;
}
.dot-list li{
  position:relative;
  padding-left:20px;
  margin:7px 0;
  color:#32475d;
  font-size:.8rem;
}
.dot-list li:before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#0878ff;
}

.risk-box,
.security-bottom-box{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:15px;
  align-items:center;
  margin:22px 0 30px;
  padding:17px 18px;
  border:1px solid #98c3ff;
  border-radius:6px;
  background:#f6faff;
}
.risk-icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  padding:7px;
  border-radius:12px;
  color:#fff;
  background:linear-gradient(145deg,#0a75ff,#0b4fc8);
}
.risk-icon svg,
.help-icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.risk-box strong,
.security-bottom-box strong{
  display:block;
  color:#0756c8;
  font-size:.8rem;
}
.risk-box p,
.security-bottom-box p{
  margin:4px 0 0;
  font-size:.7rem;
  line-height:1.45;
}

.warning-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:11px 34px;
  margin:14px 0 26px;
}
.warning-grid span{
  color:#33495f;
  font-size:.78rem;
}
.warning-grid span::first-letter{
  color:#0878ff;
}

.detect-card{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:14px;
  align-items:center;
  margin:10px 0;
  padding:14px 15px;
  border:1px solid #dfe6ee;
  border-radius:8px;
  background:#fff;
  box-shadow:0 2px 7px rgba(5,38,73,.03);
}
.detect-icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#0878ff;
  background:#eef5ff;
  font-weight:700;
  font-size:1.1rem;
}
.detect-card strong{
  display:block;
  margin-bottom:4px;
  font-size:.78rem;
}
.detect-card p{
  margin:0;
  font-size:.7rem;
  line-height:1.45;
}

.security-bottom-box{
  grid-template-columns:auto 1fr auto;
  margin-top:26px;
}
.security-bottom-box a{
  color:#0878ff;
  font-size:.67rem;
  font-weight:700;
}

.article-sidebar{
  display:flex;
  flex-direction:column;
  gap:18px;
}
.sidebar-panel{
  padding:20px;
  border:1px solid #e0e6ed;
  border-radius:8px;
  background:#fff;
  box-shadow:0 10px 25px rgba(5,38,73,.06);
}
.sidebar-panel h3{
  margin:0 0 14px;
  color:#0878ff;
  font-size:1rem;
}
.toc-panel a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:13px 0;
  border-bottom:1px solid #e8edf2;
  color:#142b42;
  font-size:.72rem;
  line-height:1.35;
}
.toc-panel a:last-child{
  border-bottom:0;
}
.toc-panel b{
  color:#0878ff;
  font-size:1.1rem;
}

.help-panel{
  color:#fff;
  background:linear-gradient(145deg,#06172b,#0a2f59);
  border-color:#0a2d55;
}
.help-icon{
  width:42px;
  height:42px;
  padding:7px;
  color:#fff;
  background:linear-gradient(145deg,#0a75ff,#1da9ff);
  border-radius:10px;
  margin-bottom:10px;
}
.help-panel h3{
  color:#fff;
  margin-bottom:8px;
}
.help-panel p{
  color:#d9e7f4;
  font-size:.72rem;
  line-height:1.55;
}
.help-btn{
  display:block;
  margin-top:16px;
  padding:13px 14px;
  border-radius:5px;
  background:#0878ff;
  color:#fff;
  text-align:center;
  font-size:.7rem;
  font-weight:700;
}

.related-panel h3{
  margin-bottom:10px;
}
.related-row{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:12px;
  align-items:center;
  padding:11px 0;
}
.related-row img{
  width:110px;
  height:80px;
  object-fit:cover;
  border-radius:5px;
}
.related-row strong{
  display:block;
  color:#12263a;
  font-size:.72rem;
  line-height:1.35;
}
.related-row span{
  display:block;
  margin-top:6px;
  color:#8a98a8;
  font-size:.58rem;
}
.view-all-btn{
  display:block;
  margin-top:10px;
  padding:12px;
  border:1px solid #d7e0e9;
  border-radius:5px;
  color:#0878ff;
  text-align:center;
  font-size:.7rem;
  font-weight:700;
}

@media(max-width:980px){
  .article-grid{
    grid-template-columns:1fr;
  }
  .article-sidebar{
    display:grid;
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:680px){
  .malware-hero{
    min-height:420px;
  }
  .malware-hero>img{
    width:100%;
    opacity:.45;
  }
  .malware-hero-overlay{
    background:rgba(3,16,29,.82);
  }
  .malware-hero-inner{
    width:min(100% - 26px,1180px);
  }
  .malware-hero h1{
    font-size:3rem;
  }
  .article-grid,
  .article-sidebar,
  .warning-grid{
    grid-template-columns:1fr;
  }
  .security-bottom-box{
    grid-template-columns:auto 1fr;
  }
  .security-bottom-box a{
    grid-column:1 / -1;
  }
}


/* =========================================================
   ARTICLE META — PROFESSIONAL ICON PILLS
   ========================================================= */
.article-top-meta.article-meta-pills{
  display:flex !important;
  flex-wrap:wrap;
  align-items:stretch;
  gap:12px !important;
  margin:0 0 28px !important;
}

.article-meta-pill{
  display:flex !important;
  align-items:center;
  gap:11px;
  min-height:60px;
  padding:10px 16px 10px 12px;
  border:1px solid #dce8f5;
  border-radius:11px;
  background:linear-gradient(180deg,#ffffff,#f7fbff);
  color:#132a42 !important;
  box-shadow:0 7px 18px rgba(8,61,118,.06);
}

.article-meta-pill svg{
  flex:0 0 36px;
  width:36px;
  height:36px;
  padding:8px;
  border-radius:9px;
  background:#eaf4ff;
  color:#0878ff;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.article-meta-pill>span{
  display:flex;
  flex-direction:column;
  gap:2px;
  line-height:1.15;
}

.article-meta-pill small{
  color:#7b8b9e;
  font-size:.58rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.075em;
}

.article-meta-pill strong{
  color:#142b43;
  font-size:.78rem;
  font-weight:800;
  white-space:nowrap;
}

.article-meta-pill:first-child{
  border-color:#c8e0ff;
}

.article-meta-pill:first-child svg{
  color:#fff;
  background:linear-gradient(145deg,#0878ff,#0b5ed7);
}

@media(max-width:680px){
  .article-top-meta.article-meta-pills{
    display:grid !important;
    grid-template-columns:1fr;
  }

  .article-meta-pill{
    width:100%;
  }

  .article-meta-pill strong{
    white-space:normal;
  }
}


/* =========================================================
   BLOG POST TYPOGRAPHY — BUSINESS QUALITY / CRISP TEXT
   ========================================================= */
.malware-post-page{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
  font-synthesis:none;
}

.malware-post-page,
.malware-post-page p,
.malware-post-page li,
.malware-post-page a,
.malware-post-page span,
.malware-post-page strong,
.malware-post-page small{
  font-family:"Inter",Arial,sans-serif !important;
}

.malware-post-page h1,
.malware-post-page h2,
.malware-post-page h3,
.malware-post-page h4{
  font-family:"League Spartan","Inter",Arial,sans-serif !important;
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
}

/* Hero */
.malware-hero h1{
  font-weight:800 !important;
  letter-spacing:-.035em !important;
  text-shadow:none !important;
}
.malware-hero p{
  font-size:1rem !important;
  line-height:1.62 !important;
  font-weight:400 !important;
  color:#f1f6fb !important;
}
.hero-back,
.hero-cat,
.hero-meta{
  font-size:.76rem !important;
  line-height:1.4 !important;
}
.hero-cat{
  font-weight:800 !important;
}
.hero-meta{
  color:#dce8f4 !important;
}

/* Main article body */
.article-main{
  font-size:16px;
}
.article-main p{
  font-size:1rem !important;
  line-height:1.78 !important;
  color:#33485f !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}
.article-lead{
  font-size:1.08rem !important;
  line-height:1.76 !important;
  color:#172c43 !important;
  font-weight:500 !important;
}
.article-section h2{
  font-size:2rem !important;
  line-height:1.13 !important;
  font-weight:800 !important;
  color:#101e2f !important;
  margin-bottom:13px !important;
}
.article-section h3{
  font-size:1.15rem !important;
  color:#15283d !important;
}
.dot-list li,
.warning-grid span{
  font-size:.92rem !important;
  line-height:1.62 !important;
  color:#33485f !important;
}
.dot-list li strong{
  color:#13273c !important;
}

/* Article info cards */
.detect-card{
  padding:17px 18px !important;
}
.detect-card strong{
  font-size:.9rem !important;
  line-height:1.35 !important;
  color:#14283e !important;
}
.detect-card p{
  font-size:.84rem !important;
  line-height:1.58 !important;
  color:#53667b !important;
}

/* Risk / callout boxes */
.risk-box strong,
.security-bottom-box strong{
  font-size:.9rem !important;
}
.risk-box p,
.security-bottom-box p{
  font-size:.82rem !important;
  line-height:1.58 !important;
}

/* Article meta */
.article-meta-pill small{
  font-size:.62rem !important;
}
.article-meta-pill strong{
  font-size:.84rem !important;
  line-height:1.25 !important;
}

/* Sidebar */
.sidebar-panel h3{
  font-size:1.06rem !important;
  line-height:1.25 !important;
}
.toc-panel a{
  font-size:.8rem !important;
  line-height:1.45 !important;
  color:#263b52 !important;
}
.help-panel p{
  font-size:.8rem !important;
  line-height:1.6 !important;
}
.help-btn{
  font-size:.76rem !important;
}
.related-row strong{
  font-size:.79rem !important;
  line-height:1.42 !important;
}
.related-row span{
  font-size:.62rem !important;
}
.view-all-btn{
  font-size:.76rem !important;
}

/* Back links and supporting UI */
.back-inline,
.security-bottom-box a{
  font-size:.76rem !important;
}
.article-top-meta{
  font-size:.72rem !important;
}

/* Remove any blur / transform artifacts that can soften text */
.article-main,
.article-sidebar,
.sidebar-panel,
.detect-card,
.risk-box,
.security-bottom-box,
.article-meta-pill{
  transform:none !important;
  filter:none !important;
  backface-visibility:visible !important;
}

/* Cleaner contrast */
.article-shell{
  background:#ffffff !important;
}
.sidebar-panel,
.detect-card{
  background:#ffffff !important;
}

/* Wider measure for comfortable professional reading */
.article-main{
  max-width:780px;
}
.article-grid{
  grid-template-columns:minmax(0,780px) 320px !important;
  justify-content:space-between;
}

/* Mobile / tablet typography */
@media(max-width:980px){
  .article-grid{
    grid-template-columns:1fr !important;
  }
  .article-main{
    max-width:none;
  }
}
@media(max-width:680px){
  .article-main p{
    font-size:.96rem !important;
    line-height:1.72 !important;
  }
  .article-section h2{
    font-size:1.72rem !important;
  }
  .dot-list li,
  .warning-grid span{
    font-size:.88rem !important;
  }
}


/* =========================================================
   SIDEBAR SECURITY REVIEW — RESTORE DARK PREMIUM PANEL
   ========================================================= */
.sidebar-panel.help-panel{
  background:
    radial-gradient(circle at 82% 14%,rgba(45,181,255,.20),transparent 30%),
    linear-gradient(145deg,#06172b 0%,#0a2f59 58%,#0b467a 100%) !important;
  border-color:#164a7a !important;
  color:#ffffff !important;
  box-shadow:0 18px 36px rgba(4,31,67,.18) !important;
}

.sidebar-panel.help-panel h3{
  color:#ffffff !important;
}

.sidebar-panel.help-panel p{
  color:#d9e8f6 !important;
}

.sidebar-panel.help-panel .help-icon{
  color:#ffffff !important;
  background:linear-gradient(145deg,#0878ff,#25baff) !important;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 10px 22px rgba(0,95,220,.24);
}

.sidebar-panel.help-panel .help-btn{
  background:linear-gradient(135deg,#0878ff,#0d8fff) !important;
  color:#ffffff !important;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 10px 22px rgba(0,95,220,.22);
}

.sidebar-panel.help-panel .help-btn:hover{
  background:linear-gradient(135deg,#0b84ff,#21b5ff) !important;
  transform:translateY(-1px);
}


/* =========================================================
   PERFORMANCE ARTICLE — CLEAN PRISTINE IMAGE
   ========================================================= */
.blog-card-image img[src*="blog-performance-clean"]{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  filter:none !important;
  transform:none !important;
}

.blog-card:hover .blog-card-image img[src*="blog-performance-clean"]{
  transform:scale(1.02) !important;
}


/* DIY VS PROFESSIONAL — APPROVED CLEAN BLOG IMAGE */
.blog-card-image img[src*="blog-diy-vs-professional-clean"]{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  filter:none !important;
}


/* CHANGING TECH WORLD 2026 — APPROVED CLEAN BLOG IMAGE */
.blog-card-image img[src*="blog-changing-tech-2026-clean.jpg"] {
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  filter:none !important;
}


/* AWS LIGHTSAIL — APPROVED CLEAN BLOG IMAGE */
.blog-card-image img[src*="blog-aws-lightsail-clean.jpg"] {
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  filter:none !important;
}


/* WORDPRESS SECURITY BEYOND PLUGINS — APPROVED CLEAN IMAGE */
.blog-card-image img[src*="blog-security-beyond-plugin-clean.jpg"] {
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  filter:none !important;
}


/* PERFORMANCE ARTICLE — STUNNING APPROVED IMAGE */
.blog-card-image img[src*="blog-performance-stunning.jpg"] {
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  filter:none !important;
}


/* WHEN SHOULD YOU REDESIGN — APPROVED 90s RETRO IMAGE */
.blog-card-image img[src*="blog-when-redesign-retro-90s.jpg"] {
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  filter:none !important;
}


/* PROFESSIONAL GRAPHIC DESIGN — APPROVED RED FASHION EDITORIAL IMAGE */
.blog-card-image img[src*="blog-professional-graphic-design-clean.jpg"] {
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  filter:none !important;
}


/* TRUSTWORTHY BUSINESS WEBSITE — APPROVED CORPORATE IMAGE */
.blog-card-image img[src*="blog-business-website-trust-clean.jpg"] {
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  filter:none !important;
}


/* SHARED HOSTING VS VPS — APPROVED MOUNTAIN SERVER IMAGE */
.blog-card-image img[src*="blog-shared-hosting-vs-vps-clean.jpg"] {
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  filter:none !important;
}


/* WORDPRESS BACKUPS — APPROVED VINTAGE RESCUE IMAGE */
.blog-card-image img[src*="blog-wordpress-backups-vintage-rescue.jpg"] {
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  filter:none !important;
}


/* GRAPHIC DESIGN TRENDS — APPROVED VINTAGE DESIGN HISTORY IMAGE */
.blog-card-image img[src*="blog-graphic-design-trends-history.jpg"] {
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  filter:none !important;
}


/* WEBSITE MAINTENANCE — APPROVED CITY BILLBOARD IMAGE */
.blog-card-image img[src*="blog-business-website-maintenance-city.jpg"] {
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  filter:none !important;
}


/* HIDDEN COST OF A CHEAP WEBSITE — APPROVED NATURAL OFFICE IMAGE */
.blog-card-image img[src*="blog-hidden-cost-cheap-website-natural.jpg"] {
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  filter:none !important;
}


/* AI CONTENT + DESIGN WORKFLOWS — APPROVED OFFICE WORKFLOW IMAGE */
.blog-card-image img[src*="blog-ai-content-design-workflows.jpg"] {
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  filter:none !important;
}


/* MOBILE-FIRST DESIGN — APPROVED FICTIONAL MOBILE WEBSITE IMAGE */
.blog-card-image img[src*="blog-mobile-first-design-clean.jpg"] {
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  filter:none !important;
}


/* WORDPRESS THEME / CUSTOM DEVELOPMENT — APPROVED WHITE WORKSTATION IMAGE */
.blog-card-image img[src*="blog-wordpress-theme-custom-clean.jpg"] {
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  filter:none !important;
}

/* BUILD VS HIRE BLOG POST */
.post-hero{padding:72px 0 54px;background:linear-gradient(135deg,#071725,#0b3153);color:#fff}
.post-hero .container,.post-layout .container{max-width:1180px;margin:0 auto;padding-left:24px;padding-right:24px}
.back-to-blog{display:inline-block;margin-bottom:30px;color:#86d4ff;text-decoration:none;font-weight:700}
.post-category,.eyebrow{font-size:12px;letter-spacing:.14em;font-weight:800;text-transform:uppercase;color:#25a9ff}
.post-hero h1{max-width:920px;margin:12px 0 18px;font-size:clamp(38px,5vw,66px);line-height:1.04;letter-spacing:-.035em}
.post-deck{max-width:760px;font-size:20px;line-height:1.6;color:#d6e4ef}
.post-meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.post-meta span{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);padding:10px 14px;border-radius:999px;font-size:14px;font-weight:700}
.post-layout{padding:64px 0 90px;background:#f6f8fb}
.post-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:44px;align-items:start}
.post-content{background:#fff;border-radius:18px;padding:30px 42px 44px;box-shadow:0 14px 45px rgba(12,35,57,.08)}
.post-featured-image{margin:-30px -42px 36px}
.post-featured-image img{display:block;width:100%;height:auto;max-height:560px;object-fit:cover;border-radius:18px 18px 0 0}
.post-content p,.post-content li{font-size:17px;line-height:1.82;color:#34495d}
.post-content .lead{font-size:21px;line-height:1.7;color:#1e3347;font-weight:500}
.post-content h2{font-size:31px;line-height:1.2;color:#0b1724;margin:46px 0 16px;letter-spacing:-.02em}
.post-content h3{font-size:22px;color:#0b1724}
.article-callout{margin:32px 0;padding:26px 28px;border-left:4px solid #168df0;background:#f0f7fd;border-radius:0 12px 12px 0}
.article-callout h3{margin-top:0}
.article-callout ul{margin-bottom:0}
.article-cta{margin-top:48px;padding:34px;border-radius:16px;background:linear-gradient(135deg,#071725,#0b3153);color:#fff}
.article-cta h2{margin:10px 0 12px;color:#fff}
.article-cta p{color:#d9e6f0}
.cta-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:8px;text-decoration:none;font-weight:800}
.btn-primary{background:#168df0;color:#fff}
.btn-secondary{background:#fff;color:#0b3153}
.post-sidebar{position:sticky;top:28px;display:grid;gap:20px}
.sidebar-card{padding:28px;border-radius:16px;background:#0b3153;color:#fff;box-shadow:0 14px 40px rgba(12,35,57,.12)}
.sidebar-card h3{font-size:25px;margin:9px 0 12px}
.sidebar-card p{line-height:1.65;color:#d8e7f2}
.sidebar-card .btn{width:100%;margin-top:10px}
.sidebar-phone{display:block;margin-top:16px;color:#fff;text-align:center;font-weight:800;text-decoration:none}
.sidebar-light{background:#fff;color:#1d3042}
.sidebar-light ul{padding-left:20px;margin-bottom:0}
.sidebar-light li{margin:10px 0;line-height:1.45}
@media(max-width:900px){
 .post-grid{grid-template-columns:1fr}
 .post-sidebar{position:static}
 .post-content{padding:24px}
 .post-featured-image{margin:-24px -24px 30px}
}
@media(max-width:600px){
 .post-hero{padding:52px 0 42px}
 .post-hero h1{font-size:38px}
 .post-deck{font-size:18px}
 .post-content p,.post-content li{font-size:16px}
 .post-content h2{font-size:27px}
}

/* CHANGING TECH WORLD — IMAGE SUBHEADER BLOG POST */
.post-hero-photo{
  position:relative;
  min-height:560px;
  display:flex;
  align-items:flex-end;
  background-image:var(--post-hero-image);
  background-size:cover;
  background-position:center;
  overflow:hidden;
}
.post-hero-photo .post-hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(4,18,31,.93) 0%,rgba(4,18,31,.78) 42%,rgba(4,18,31,.34) 72%,rgba(4,18,31,.2) 100%);
}
.post-hero-photo .post-hero-content{position:relative;z-index:2;padding-top:86px;padding-bottom:66px;width:100%}
.post-hero-photo h1{max-width:900px;text-shadow:0 3px 18px rgba(0,0,0,.32)}
.post-hero-photo .post-deck{max-width:760px;color:#eef6fb;text-shadow:0 2px 12px rgba(0,0,0,.3)}
.post-content-no-feature{padding-top:42px}
@media(max-width:700px){
 .post-hero-photo{min-height:520px;background-position:center}
 .post-hero-photo .post-hero-overlay{background:rgba(4,18,31,.78)}
 .post-hero-photo .post-hero-content{padding-top:70px;padding-bottom:48px}
}


/* =========================
   PORTFOLIO PAGE
   ========================= */
.portfolio-subhero img{object-position:center 46%}
.portfolio-intro{padding:66px 0 24px;background:#fff}
.portfolio-intro-copy{max-width:860px}
.portfolio-intro-copy h2{font-family:'League Spartan',sans-serif;font-size:clamp(34px,4.2vw,56px);line-height:1.05;letter-spacing:-.025em;color:#071421;margin:9px 0 18px}
.portfolio-intro-copy p{max-width:790px;color:#54667a;font-size:17px;line-height:1.75}
.portfolio-filters{display:flex;gap:9px;flex-wrap:wrap;margin-top:34px;padding-bottom:20px;border-bottom:1px solid #e3eaf1}
.portfolio-filter{appearance:none;border:1px solid #dce6ef;background:#fff;color:#23374b;padding:10px 15px;border-radius:999px;font:700 13px/1 Inter,sans-serif;cursor:pointer;transition:.2s ease}
.portfolio-filter:hover,.portfolio-filter.active{background:#0b3153;border-color:#0b3153;color:#fff}
.portfolio-showcase{padding:22px 0 86px;background:#f7f9fb}
.portfolio-featured{display:grid;grid-template-columns:1.25fr .85fr;background:#fff;border:1px solid #dde6ee;border-radius:18px;overflow:hidden;box-shadow:0 16px 50px rgba(12,42,68,.08);margin-bottom:24px}
.portfolio-featured-media{min-height:410px;background:#e8eef3}
.portfolio-featured-media img,.portfolio-card-media img,.portfolio-wide-media img{width:100%;height:100%;display:block;object-fit:cover}
.portfolio-featured-copy{padding:44px 42px;align-self:center}
.portfolio-kicker{display:block;color:#168df0;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800;margin-bottom:12px}
.portfolio-featured-copy h2,.portfolio-wide h2{font-family:'League Spartan',sans-serif;font-size:clamp(31px,3.5vw,47px);line-height:1.04;letter-spacing:-.02em;color:#091725;margin:0 0 8px}
.portfolio-type{display:block;text-transform:uppercase;letter-spacing:.09em;font-size:11px;font-weight:800;color:#637386;margin-bottom:14px}
.portfolio-featured-copy p,.portfolio-wide-copy p,.portfolio-card-body p{color:#56687a;line-height:1.7}
.project-tags{display:flex;gap:7px;flex-wrap:wrap;margin:19px 0}
.project-tags span{background:#e8f2fb;color:#17496e;border-radius:6px;padding:7px 9px;font-size:10px;text-transform:uppercase;letter-spacing:.04em;font-weight:800}
.portfolio-link{display:inline-flex;align-items:center;gap:8px;margin-top:6px;color:#0674ce;font-weight:800;text-decoration:none}
.portfolio-link:hover{gap:12px}
.portfolio-grid{display:grid;gap:22px;margin:22px 0}
.portfolio-grid-two{grid-template-columns:repeat(2,1fr)}
.portfolio-grid-three{grid-template-columns:repeat(3,1fr)}
.portfolio-card{background:#fff;border:1px solid #dde6ee;border-radius:16px;overflow:hidden;box-shadow:0 12px 36px rgba(12,42,68,.06);transition:.22s ease}
.portfolio-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(12,42,68,.11)}
.portfolio-card-media {
  height: 410px;
  background: #e8eef3;
}
.portfolio-card.compact .portfolio-card-media{height:220px}
.portfolio-card-body{padding:24px 24px 20px}
.portfolio-card-body h3{font-family:'League Spartan',sans-serif;font-size:26px;line-height:1.08;color:#102338;margin:6px 0 10px}
.portfolio-card.compact .portfolio-card-body h3{font-size:23px}
.portfolio-wide{display:grid;grid-template-columns:.9fr 1.15fr;min-height:390px;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#092642,#0d5486);margin:26px 0;color:#fff}
.portfolio-wide-copy{padding:50px 46px;align-self:center}
.portfolio-wide .portfolio-kicker{color:#8ed7ff}
.portfolio-wide h2{color:#fff}
.portfolio-wide-copy p{color:#dbe9f3}
.portfolio-wide .project-tags span{background:rgba(255,255,255,.13);color:#fff;border:1px solid rgba(255,255,255,.14)}
.portfolio-link.light{color:#9fddff}
.portfolio-wide-media{min-height:390px}
.portfolio-contact{padding:0 0 88px;background:#f7f9fb}
.portfolio-contact-box{display:grid;grid-template-columns:auto 1fr auto;gap:25px;align-items:center;padding:34px 38px;border-radius:18px;background:linear-gradient(135deg,#e8f5ff,#f7fbfe);border:1px solid #d7e7f2}
.portfolio-contact-icon{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:#0b3153;color:#fff;font-size:28px}
.portfolio-contact-copy h2{font-family:'League Spartan',sans-serif;font-size:34px;line-height:1.05;color:#102338;margin:6px 0 8px}
.portfolio-contact-copy p{margin:0;max-width:660px;color:#55697c;line-height:1.65}
.portfolio-contact-actions{display:flex;gap:10px;flex-direction:column;min-width:220px}
.portfolio-primary-btn,.portfolio-secondary-btn{display:flex;justify-content:center;align-items:center;padding:13px 18px;border-radius:8px;text-decoration:none;font-weight:800;font-size:13px}
.portfolio-primary-btn{background:#0b3153;color:#fff}
.portfolio-secondary-btn{background:#fff;color:#0b3153;border:1px solid #9fb4c5}
.portfolio-item-hidden{display:none!important}
@media(max-width:950px){
 .portfolio-featured,.portfolio-wide{grid-template-columns:1fr}
 .portfolio-featured-media,.portfolio-wide-media{min-height:330px}
 .portfolio-grid-three{grid-template-columns:repeat(2,1fr)}
 .portfolio-contact-box{grid-template-columns:auto 1fr}
 .portfolio-contact-actions{grid-column:1/-1;flex-direction:row}
}
@media(max-width:680px){
 .portfolio-intro{padding-top:46px}
 .portfolio-featured-copy,.portfolio-wide-copy{padding:30px 25px}
 .portfolio-grid-two,.portfolio-grid-three{grid-template-columns:1fr}
 .portfolio-card-media,.portfolio-card.compact .portfolio-card-media{height:240px}
 .portfolio-contact-box{grid-template-columns:1fr;padding:28px 24px}
 .portfolio-contact-icon{width:58px;height:58px}
 .portfolio-contact-actions{grid-column:auto;flex-direction:column;min-width:0}
}

/* PORTFOLIO SUBHEADER — APPROVED FURNITURE IMAGE */
.portfolio-subhero{
  min-height:400px;
  position:relative;
  overflow:hidden;
}
.portfolio-subhero > img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 54%;
  filter:none;
}
.portfolio-subhero .about-subhero-overlay{
  background:linear-gradient(90deg,rgba(5,25,42,.78) 0%,rgba(5,25,42,.55) 42%,rgba(5,25,42,.20) 74%,rgba(5,25,42,.08) 100%);
}
.portfolio-subhero .about-subhero-content{
  position:relative;
  z-index:2;
}
@media(max-width:700px){
  .portfolio-subhero{min-height:360px}
  .portfolio-subhero > img{object-position:center}
  .portfolio-subhero .about-subhero-overlay{background:rgba(5,25,42,.64)}
}

/* PORTFOLIO — POLISHED HEADER + HIGH-RES OFFICE SUBHEADER */
.portfolio-page .topbar{
  min-height:34px;
  background:linear-gradient(90deg,#062846,#0b4774);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.portfolio-page .main-header{
  background:rgba(255,255,255,.98);
  box-shadow:0 7px 24px rgba(8,34,55,.09);
  position:relative;
  z-index:20;
}
.portfolio-page .nav-wrap{min-height:84px}
.portfolio-page .main-nav a{
  position:relative;
  font-size:13px;
  letter-spacing:.025em;
  font-weight:750;
}
.portfolio-page .main-nav a.active{color:#0877cf}
.portfolio-page .main-nav a.active:after{
  content:"";
  position:absolute;
  left:12px;right:12px;bottom:-30px;
  height:3px;border-radius:3px;
  background:#0877cf;
}
.portfolio-page .quote-btn{
  border-radius:6px;
  box-shadow:0 7px 18px rgba(5,43,75,.13);
}
.portfolio-page .portfolio-subhero{
  min-height:410px;
  position:relative;
  overflow:hidden;
  background:#dce5ea;
}
.portfolio-page .portfolio-subhero > img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  filter:none!important;
  transform:none!important;
}
.portfolio-page .portfolio-subhero .about-subhero-overlay{
  background:linear-gradient(90deg,rgba(4,24,40,.80) 0%,rgba(4,24,40,.60) 37%,rgba(4,24,40,.24) 68%,rgba(4,24,40,.05) 100%);
}
.portfolio-page .portfolio-subhero .about-subhero-content{
  position:relative;
  z-index:2;
  padding-top:68px;
  padding-bottom:62px;
}
.portfolio-page .portfolio-subhero h1{
  text-shadow:0 2px 14px rgba(0,0,0,.18);
}
@media(max-width:900px){
 .portfolio-page .main-nav a.active:after{display:none}
 .portfolio-page .portfolio-subhero{min-height:370px}
}
@media(max-width:680px){
 .portfolio-page .portfolio-subhero{min-height:350px}
 .portfolio-page .portfolio-subhero > img{object-position:46% center}
 .portfolio-page .portfolio-subhero .about-subhero-overlay{background:rgba(4,24,40,.62)}
 .portfolio-page .portfolio-subhero .about-subhero-content{padding-top:54px;padding-bottom:48px}
}

/* BLUECREST FEATURED PORTFOLIO MOCKUP */
.portfolio-featured-media{
  background:#f3f5f7;
  display:flex;
  align-items:center;
  justify-content:center;
}
.portfolio-featured-media img[src*="bluecrest-business-group"]{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}


/* Lower portfolio showcase — preserves the existing ANJ Design page */
.portfolio-lower-showcase{
  margin:22px 0 0;
}
.portfolio-lower-top{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.portfolio-lower-card{
  height:auto;
}
.portfolio-lower-card .portfolio-lower-media {
  height: 410px;
  background: #e8eef3;
}
.portfolio-lower-card .portfolio-lower-media img{
  object-fit:cover;
  object-position:center top;
}
.portfolio-lower-card .portfolio-card-body{
  min-height:225px;
}
.portfolio-lower-card .portfolio-card-body p{
  margin:0 0 16px;
}
.portfolio-lower-feature{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  margin-top:22px;
  background:#fff;
  border:1px solid #dde6ee;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 12px 36px rgba(12,42,68,.06);
}
.portfolio-lower-feature-media{
  min-height:380px;
  background:#e8eef3;
}
.portfolio-lower-feature-media img{
  width:100%;
  height:100%;
  min-height:380px;
  display:block;
  object-fit:cover;
  object-position:center;
}
.portfolio-lower-feature-copy{
  padding:38px 38px 32px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.portfolio-lower-feature-copy h3{
  font-family:'League Spartan',sans-serif;
  font-size:31px;
  line-height:1.05;
  color:#102338;
  margin:7px 0 12px;
}
.portfolio-lower-feature-copy p{
  color:#56687a;
  line-height:1.75;
  margin:0 0 22px;
}
.portfolio-lower-feature-points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin:0 0 22px;
}
.portfolio-lower-feature-points div{
  padding:15px 14px;
  background:#f5f9fc;
  border:1px solid #e0e9f0;
  border-radius:10px;
}
.portfolio-lower-feature-points b{
  display:block;
  color:#1374e8;
  font-size:12px;
  margin-bottom:5px;
}
.portfolio-lower-feature-points span{
  color:#173047;
  font-weight:700;
  font-size:13px;
}

@media(max-width:900px){
  .portfolio-lower-top,
  .portfolio-lower-feature{
    grid-template-columns:1fr;
  }
  .portfolio-lower-card .portfolio-lower-media{
    height:320px;
  }
  .portfolio-lower-feature-media,
  .portfolio-lower-feature-media img{
    min-height:330px;
  }
}
@media(max-width:600px){
  .portfolio-lower-card .portfolio-lower-media{
    height:260px;
  }
  .portfolio-lower-card .portfolio-card-body{
    min-height:0;
  }
  .portfolio-lower-feature-copy{
    padding:26px 22px;
  }
  .portfolio-lower-feature-copy h3{
    font-size:26px;
  }
  .portfolio-lower-feature-points{
    grid-template-columns:1fr;
  }
  .portfolio-lower-feature-media,
  .portfolio-lower-feature-media img{
    min-height:260px;
  }
}

/* Service Business Website — preserve full mobile mockup */
.service-business-media {
  height: 410px !important;
  background: #ece7e1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.service-business-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}
@media (max-width: 600px) {
  .service-business-media {
    height: 340px !important;
  }
}

/* Home page feature strip — larger, cleaner presentation */
.features{
  padding:28px 0;
  background:linear-gradient(135deg,#f4f9ff 0%,#ffffff 48%,#eef6ff 100%);
  border-top:1px solid #dce8f4;
  border-bottom:1px solid #dce8f4;
}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.feature-grid div{
  min-height:92px;
  display:grid;
  grid-template-columns:48px 1fr;
  grid-template-rows:auto auto;
  column-gap:13px;
  align-content:center;
  padding:16px 18px;
  background:#fff;
  border:1px solid #e0e9f2;
  border-radius:12px;
  box-shadow:0 7px 20px rgba(20,53,84,.055);
}
.feature-grid span{
  grid-row:1/3;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  align-self:center;
  border-radius:11px;
  background:#eaf4ff;
  color:var(--blue);
  font-size:1.35rem;
  font-weight:700;
}
.feature-grid b{
  font-size:.92rem;
  line-height:1.2;
  color:#102338;
}
.feature-grid small{
  margin-top:4px;
  font-size:.75rem;
  line-height:1.25;
  color:#68778b;
}
@media(max-width:900px){
  .feature-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .features{padding:20px 0}
  .feature-grid{grid-template-columns:1fr}
}

/* Trusted businesses strip — larger, clearer typography */
.client-strip h2,
.clients h2,
.trusted-title {
  font-size: clamp(1.65rem, 2.3vw, 2.15rem) !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
}
.client-logo strong,
.client-item strong,
.client-card strong {
  font-size: 1.05rem !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
}
.client-logo span,
.client-item span,
.client-card span {
  font-size: .82rem !important;
  line-height: 1.3 !important;
  margin-top: 4px !important;
}
.client-logo,
.client-item,
.client-card {
  min-height: 82px;
}

/* Main navigation — centered with requested font size */
.main-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-nav ul {
  justify-content: center;
}
.main-nav a {
  font-size: 0.9rem;
}

/* Actual desktop navigation selectors */
@media (min-width: 901px) {
  .site-header .container.nav {
    position: relative;
  }
  .site-header .menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 0;
  }
  .site-header .menu > a {
    font-size: 0.9rem !important;
    white-space: nowrap;
  }
}

/* Header review fix: three stable zones — logo | centered nav | contact */
@media (min-width: 901px) {
  .site-header .container.nav {
    display: grid !important;
    grid-template-columns: minmax(190px, 1fr) auto minmax(250px, 1fr) !important;
    align-items: center !important;
    column-gap: 24px !important;
    position: relative !important;
  }

  .site-header .logo {
    justify-self: start !important;
    min-width: 0;
  }

  .site-header .menu {
    position: static !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0 !important;
    justify-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    white-space: nowrap;
  }

  .site-header .menu > a {
    font-size: 0.9rem !important;
    white-space: nowrap !important;
  }

  .site-header .header-contact {
    position: static !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0 !important;
    justify-self: end !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    white-space: nowrap;
  }

  .site-header .header-email,
  .site-header .header-phone {
    white-space: nowrap !important;
  }
}

/* Give the header more breathing room before switching to mobile nav */
@media (min-width: 901px) and (max-width: 1180px) {
  .site-header .container.nav {
    grid-template-columns: 150px auto 210px !important;
    column-gap: 14px !important;
  }
  .site-header .menu {
    gap: 12px !important;
  }
  .site-header .menu > a {
    font-size: 0.82rem !important;
  }
  .site-header .header-contact {
    gap: 6px !important;
  }
  .site-header .header-email,
  .site-header .header-phone {
    font-size: 0.72rem !important;
  }
}

/* Sticky site header */
.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 12px rgba(12, 31, 52, 0.08);
}

/* Final navbar alignment + responsive spacing */
@media (min-width: 1181px) {
  .site-header .menu {
    position: relative !important;
    left: auto !important;
    transform: translateX(80px) !important;
  }

  .site-header .header-contact {
    gap: 10px !important;
  }

  .site-header .header-email {
    margin-right: 10px !important;
  }
}

/* Medium desktop/laptop: reduce the offset before mobile navigation takes over */
@media (min-width: 901px) and (max-width: 1180px) {
  .site-header .menu {
    position: relative !important;
    left: auto !important;
    transform: translateX(20px) !important;
  }

  .site-header .header-email {
    margin-right: 10px !important;
  }
}

/* Mobile/tablet: no artificial centering offset */
@media (max-width: 900px) {
  .site-header .container.nav {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .site-header .menu {
    transform: none !important;
    left: 0 !important;
    right: 0 !important;
  }

  .site-header .header-contact {
    margin-left: auto !important;
  }

  .site-header .header-email {
    margin-right: 10px !important;
  }
}

@media (max-width: 700px) {
  .site-header .header-contact {
    display: none !important;
  }

  .site-header .logo {
    max-width: 165px;
  }

  .site-header .menu-btn {
    margin-left: auto !important;
  }
}

/* Correct desktop visual centering: shift navigation LEFT */
@media (min-width: 1181px) {
  .site-header .menu {
    transform: translateX(-80px) !important;
  }
}

/* Medium desktop/laptop: smaller left shift */
@media (min-width: 901px) and (max-width: 1180px) {
  .site-header .menu {
    transform: translateX(-20px) !important;
  }
}

/* Mobile/tablet stays neutral */
@media (max-width: 900px) {
  .site-header .menu {
    transform: none !important;
  }
}

/* Final desktop navigation alignment */
@media (min-width: 1181px) {
  .site-header .menu {
    transform: translateX(-70px) !important;
  }
}

/* Final desktop navigation alignment: 60px left */
@media (min-width: 1181px) {
  .site-header .menu {
    transform: translateX(-60px) !important;
  }
}

/* Final desktop navigation alignment: 55px left */
@media (min-width: 1181px) {
  .site-header .menu {
    transform: translateX(-55px) !important;
  }
}

/* Digital Partner section redesign */
.partner-section{
  position:relative;
  overflow:hidden;
  padding:96px 0 86px;
  background:
    radial-gradient(circle at 12% 18%, rgba(33,116,235,.08), transparent 27%),
    linear-gradient(180deg,#ffffff 0%,#f6f9fc 100%);
}
.partner-section:before{
  content:"";
  position:absolute;
  width:340px;
  height:340px;
  right:-110px;
  top:-120px;
  border:1px solid rgba(21,105,227,.12);
  border-radius:50%;
  box-shadow:
    0 0 0 42px rgba(21,105,227,.035),
    0 0 0 84px rgba(21,105,227,.02);
}
.partner-layout{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:72px;
  align-items:center;
}
.partner-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#1569e3;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:18px;
}
.partner-kicker:before{
  content:"";
  width:34px;
  height:2px;
  background:#1569e3;
}
.partner-intro h2{
  margin:0;
  font-family:'League Spartan',Arial,sans-serif;
  font-size:clamp(2.6rem,4.7vw,4.8rem);
  line-height:.98;
  letter-spacing:-.035em;
  color:#102338;
}
.partner-intro h2 span{
  color:#1569e3;
}
.partner-lead{
  max-width:620px;
  margin:25px 0 0;
  color:#5b6b7d;
  font-size:1.04rem;
  line-height:1.8;
}
.partner-actions{
  display:flex;
  align-items:center;
  gap:24px;
  margin-top:30px;
}
.partner-link{
  color:#102338;
  font-weight:800;
  text-decoration:none;
  font-size:.9rem;
}
.partner-link span{
  color:#1569e3;
  margin-left:4px;
}
.partner-benefits{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.partner-benefit{
  min-height:190px;
  padding:25px 24px 24px;
  background:rgba(255,255,255,.9);
  border:1px solid #dfe7ef;
  border-radius:16px;
  box-shadow:0 12px 32px rgba(15,44,72,.055);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.partner-benefit:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 42px rgba(15,44,72,.09);
  border-color:#c9dcf2;
}
.partner-number{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  margin-bottom:22px;
  border-radius:12px;
  background:#eaf3ff;
  color:#1569e3;
  font-weight:800;
  font-size:.78rem;
}
.partner-benefit h3{
  margin:0 0 9px;
  color:#102338;
  font-size:1.06rem;
}
.partner-benefit p{
  margin:0;
  color:#68778a;
  font-size:.88rem;
  line-height:1.65;
}
.partner-statement{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:56px minmax(0,1fr) 110px;
  gap:24px;
  align-items:center;
  margin-top:54px;
  padding:30px 34px;
  border-radius:16px;
  background:#0d2441;
  color:#fff;
  overflow:hidden;
}
.partner-statement:after{
  content:"";
  position:absolute;
  right:-50px;
  top:-80px;
  width:250px;
  height:250px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(31,118,240,.24),transparent 67%);
}
.statement-mark{
  position:relative;
  z-index:1;
  font-family:Georgia,serif;
  font-size:4.6rem;
  line-height:.7;
  color:#2f84f6;
}
.partner-statement p{
  position:relative;
  z-index:1;
  margin:0;
  max-width:850px;
  font-family:'League Spartan',Arial,sans-serif;
  font-size:clamp(1.2rem,2vw,1.65rem);
  line-height:1.35;
  font-weight:600;
}
.statement-line{
  position:relative;
  z-index:1;
  width:100%;
  height:2px;
  background:linear-gradient(90deg,#2f84f6,rgba(47,132,246,0));
}

@media(max-width:980px){
  .partner-layout{
    grid-template-columns:1fr;
    gap:44px;
  }
  .partner-intro{
    max-width:760px;
  }
}
@media(max-width:680px){
  .partner-section{
    padding:70px 0 64px;
  }
  .partner-benefits{
    grid-template-columns:1fr;
  }
  .partner-benefit{
    min-height:0;
  }
  .partner-actions{
    align-items:flex-start;
    flex-direction:column;
    gap:16px;
  }
  .partner-statement{
    grid-template-columns:42px 1fr;
    padding:26px 22px;
  }
  .statement-line{
    display:none;
  }
  .statement-mark{
    font-size:3.8rem;
  }
}

/* Persistent header fix — keep navbar visible while scrolling */
.site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  background: #ffffff !important;
  box-shadow: 0 4px 18px rgba(12, 31, 52, 0.10);
}

/* Prevent page content from sliding underneath the fixed header */
body {
  padding-top: 86px !important;
}

@media (max-width: 900px) {
  body {
    padding-top: 72px !important;
  }

  .site-header {
    width: 100% !important;
  }
}

/* ROOT NAVBAR FIX — flush to viewport top and truly persistent */
html {
  margin: 0 !important;
  padding: 0 !important;
}

body {
  margin: 0 !important;
  padding-top: 0 !important;
}

/* Fixed rather than sticky so no ancestor overflow can disable it */
.site-header,
.site-header.about-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  margin: 0 !important;
  transform: none !important;
  width: 100% !important;
  z-index: 99999 !important;
  background: #fff !important;
}

/* Move only the page content below the fixed header — not the body itself */
body > main,
body > .hero,
body > section:first-of-type {
  margin-top: 86px;
}

/* Avoid double spacing when main begins with a hero/section */
body > main > :first-child {
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  body > main,
  body > .hero,
  body > section:first-of-type {
    margin-top: 72px;
  }
}

/* If a page has the header immediately followed by main, this is the canonical offset */
.site-header + main {
  margin-top: 86px !important;
}

@media (max-width: 900px) {
  .site-header + main {
    margin-top: 72px !important;
  }
}

/* Final header dimensions/background matched to the existing ANJ header */
.site-header,
.site-header.about-header {
  background: #050505 !important;
  min-height: 118px !important;
}

.site-header + main,
body > main,
body > .hero,
body > section:first-of-type {
  margin-top: 118px !important;
}

@media (max-width: 900px) {
  .site-header,
  .site-header.about-header {
    min-height: 98px !important;
  }

  .site-header + main,
  body > main,
  body > .hero,
  body > section:first-of-type {
    margin-top: 98px !important;
  }
}
