
:root{
  --ink:#05080d;
  --ink2:#090f18;
  --panel:#0d1420;
  --line:rgba(255,255,255,.13);
  --line2:#dce3ee;
  --text:#f7fbff;
  --muted:#b7c2d1;
  --blue:#1687ff;
  --blue2:#49a9ff;
  --white:#ffffff;
  --paper:#f4f7fb;
  --paperText:#101620;
  --paperMuted:#586374;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  background:#05080d;
  color:var(--text);
  line-height:1.55;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.site-header{
  position:fixed;
  inset:0 0 auto 0;
  z-index:80;
  border-bottom:1px solid var(--line);
  background:rgba(5,8,13,.78);
  backdrop-filter:blur(16px);
}
.nav-wrap{
  max-width:1380px;
  margin:0 auto;
  padding:10px 42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.brand img{width:118px}
.desktop-nav{
  display:flex;
  gap:30px;
  align-items:center;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.05em;
  font-weight:800;
}
.desktop-nav a,.dropdown button{
  color:#fff;
  opacity:.92;
  background:none;
  border:0;
  text-transform:uppercase;
  font-size:12px;
  font-weight:800;
  letter-spacing:.05em;
  cursor:pointer;
}
.outline-btn{
  border:1px solid var(--blue)!important;
  border-radius:4px;
  padding:13px 24px;
  opacity:1!important;
}
.dropdown{position:relative}
.dropdown-menu{
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  position:absolute;
  top:30px;
  left:-22px;
  min-width:280px;
  background:#07101a;
  border:1px solid var(--line);
  border-radius:8px;
  padding:10px;
  box-shadow:0 24px 60px rgba(0,0,0,.45);
  transition:.18s ease;
}
.dropdown:hover .dropdown-menu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.dropdown-menu a{
  display:block;
  padding:12px 14px;
  color:#dbe7f8;
  opacity:1;
  border-radius:6px;
  text-transform:none;
  letter-spacing:0;
  font-weight:650;
  font-size:14px;
}
.dropdown-menu a:hover{background:rgba(22,135,255,.14)}
.menu-btn{display:none;background:none;border:0;gap:5px;flex-direction:column}
.menu-btn span{display:block;width:26px;height:2px;background:#fff}
.mobile-panel{display:none}
.hero{
  min-height:760px;
  padding:122px 42px 0;
  background:
    linear-gradient(90deg,rgba(5,8,13,.99) 0%,rgba(5,8,13,.84) 42%,rgba(5,8,13,.5) 70%,rgba(5,8,13,.92) 100%),
    url('assets/hero-cyber-city.jpg');
  background-size:cover;
  background-position:center right;
  position:relative;
  overflow:hidden;
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 70% 45%,rgba(22,135,255,.22),transparent 34%),
    linear-gradient(180deg,transparent 72%,#f4f7fb 72%);
  pointer-events:none;
}
.hero-inner{
  max-width:1380px;
  margin:0 auto;
  position:relative;
}
.hero-copy{
  width:min(650px,100%);
  padding-top:54px;
}
.hero h1{
  font-size:62px;
  line-height:1.08;
  letter-spacing:-.05em;
  margin:0 0 24px;
}
.hero h1 span{color:var(--blue)}
.hero p{
  color:#eef5ff;
  font-size:20px;
  max-width:570px;
  margin:0 0 32px;
}
.primary-btn{
  display:inline-flex;
  gap:14px;
  align-items:center;
  background:linear-gradient(135deg,var(--blue),#0b65ca);
  color:#fff;
  border-radius:5px;
  padding:16px 23px;
  text-transform:uppercase;
  font-weight:850;
  font-size:13px;
  letter-spacing:.03em;
  box-shadow:0 20px 55px rgba(22,135,255,.22);
}
.audience-strip{
  margin-top:70px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  border:1px solid var(--line);
  border-radius:8px;
  overflow:hidden;
  background:rgba(5,8,13,.72);
  backdrop-filter:blur(10px);
}
.audience-item{
  min-height:112px;
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  border-right:1px solid rgba(255,255,255,.09);
  color:#fff;
  font-weight:650;
}
.audience-item:last-child{border-right:0}
.audience-item svg{
  width:34px;height:34px;
  stroke:var(--blue);
  fill:none;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.paper-section{
  background:var(--paper);
  color:var(--paperText);
  padding:86px 42px;
}
.paper-inner{max-width:1380px;margin:0 auto}
.intro-grid{
  display:grid;
  grid-template-columns:1fr .92fr;
  gap:80px;
  align-items:center;
}
.kicker{
  color:#0f74db;
  text-transform:uppercase;
  font-size:13px;
  font-weight:850;
  letter-spacing:.08em;
  margin-bottom:16px;
}
.intro-grid h2{
  font-size:36px;
  line-height:1.15;
  margin:0 0 28px;
  letter-spacing:-.03em;
}
.intro-grid p{color:#2f3847;font-size:17px}
.image-card{
  border-radius:8px;
  min-height:290px;
  background-size:cover;
  background-position:center;
  box-shadow:0 18px 45px rgba(20,35,55,.12);
}
.value-grid{
  margin-top:64px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#f8fbff;
  border:1px solid #d9e1ec;
  border-radius:6px;
}
.value-card{
  padding:34px 30px;
  text-align:center;
  border-right:1px solid #d9e1ec;
}
.value-card:last-child{border-right:0}
.value-card svg{
  width:38px;height:38px;
  margin:0 auto 17px;
  stroke:var(--blue);
  fill:none;
  stroke-width:1.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.value-card h3{font-size:18px;margin:0 0 10px}
.value-card p{font-size:14px;color:#4b5667;margin:0}
.dark-section{
  background:#05080d;
  padding:86px 42px;
}
.section-head{
  max-width:850px;
  margin:0 auto 42px;
  text-align:center;
}
.section-head h2{
  font-size:42px;
  line-height:1.1;
  margin:0 0 15px;
}
.section-head p{color:var(--muted);font-size:17px}
.service-grid{
  max-width:1380px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.service-card{
  min-height:242px;
  background:linear-gradient(180deg,rgba(14,22,34,.98),rgba(8,13,21,.98));
  border:1px solid var(--line);
  border-radius:12px;
  padding:30px;
  overflow:hidden;
  position:relative;
  transition:.25s ease;
}
.service-card:before{
  content:"";
  position:absolute;
  inset:auto -60px -70px auto;
  width:160px;height:160px;
  background:radial-gradient(circle,rgba(22,135,255,.24),transparent 70%);
}
.service-card:hover{
  transform:translateY(-6px);
  border-color:rgba(22,135,255,.55);
}
.service-card h3{font-size:22px;margin:0 0 12px}
.service-card p{color:var(--muted);margin:0 0 18px}
.service-card span{color:var(--blue2);font-weight:800;font-size:13px;text-transform:uppercase}
.cta-panel{
  max-width:1380px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  background:#08101a;
  border:1px solid var(--line);
  border-radius:10px;
  overflow:hidden;
}
.cta-copy{padding:54px}
.cta-copy h2{font-size:42px;margin:0 0 16px}
.cta-copy p{color:var(--muted)}
.cta-list{margin-top:25px;display:grid;gap:16px}
.cta-list div{display:flex;gap:13px;align-items:start;color:#fff}
.dot{width:35px;height:35px;background:#137ee8;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.cta-photo{
  min-height:420px;
  background:linear-gradient(90deg,rgba(8,16,26,.05),rgba(8,16,26,.25)),url('assets/contact-meeting.jpg');
  background-size:cover;
  background-position:center;
}
.page-hero{
  padding:130px 42px 0;
  background:#05080d;
}
.page-hero-inner{
  max-width:1380px;
  min-height:355px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1.1fr;
  border-bottom:1px solid var(--line);
}
.breadcrumb{
  color:#47a5ff;
  text-transform:uppercase;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  margin-bottom:24px;
}
.page-title{
  padding:58px 54px 50px 0;
}
.page-title h1{
  font-size:46px;
  line-height:1.05;
  letter-spacing:-.04em;
  margin:0 0 22px;
}
.page-title p{font-size:17px;color:#d6e1ef;max-width:520px}
.page-image{
  background-size:cover;
  background-position:center;
}
.tab-band{
  background:#f4f7fb;
  color:#111927;
  padding:0 42px 80px;
}
.tab-inner{max-width:1380px;margin:0 auto;background:#fff;border:1px solid #dbe3ef;border-top:0}
.tabs{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-bottom:1px solid #dbe3ef;
}
.tab{
  text-align:center;
  padding:22px 10px;
  text-transform:uppercase;
  color:#697386;
  font-size:12px;
  font-weight:850;
  letter-spacing:.06em;
}
.tab.active{color:#111927;border-bottom:2px solid var(--blue)}
.detail-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
}
.detail-pane{
  padding:42px 48px;
  border-right:1px solid #dbe3ef;
}
.detail-pane:last-child{border-right:0}
.detail-pane h2{font-size:26px;margin:0 0 12px}
.detail-pane p{color:#495365}
.check-list{list-style:none;margin:22px 0 0;padding:0}
.check-list li{
  position:relative;
  padding-left:34px;
  color:#303a49;
  margin-bottom:16px;
}
.check-list li:before{
  content:"✓";
  color:var(--blue);
  position:absolute;
  left:0;top:0;
  width:20px;height:20px;
  border-radius:50%;
  background:#e9f4ff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
}
.help-panel{
  background:#f4f7fb;
  padding:0 42px 86px;
}
.help-inner{
  max-width:1380px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.help-card{
  background:#fff;
  border:1px solid #dbe3ef;
  border-radius:8px;
  padding:36px;
  color:#111927;
}
.help-card h2{margin-top:0}
.help-card p,.help-card li{color:#465164}
.simple-page{
  padding:150px 42px 80px;
  background:#f4f7fb;
  color:#111927;
}
.simple-inner{max-width:1050px;margin:0 auto}
.simple-inner h1{font-size:48px;line-height:1.08}
.simple-inner p{color:#465164;font-size:18px}
.footer{
  background:#05080d;
  border-top:1px solid var(--line);
  padding:34px 42px;
}
.footer-inner{
  max-width:1380px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#8f9bad;
  font-size:13px;
}
.footer img{width:132px}
.reveal{opacity:0;transform:translateY(22px);transition:.7s ease}
.reveal.show{opacity:1;transform:translateY(0)}
@media(max-width:980px){
  .desktop-nav{display:none}
  .menu-btn{display:flex}
  .nav-wrap{padding:14px 20px}
  .brand img{width:150px}
  .mobile-panel{
    display:block;
    position:fixed;
    inset:0 0 0 auto;
    width:min(88vw,380px);
    background:#050a12;
    border-left:1px solid var(--line);
    padding:24px;
    transform:translateX(102%);
    transition:.25s ease;
    overflow:auto;
  }
  body.menu-open .mobile-panel{transform:translateX(0)}
  .mobile-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}
  .mobile-top img{width:150px}
  .close-menu{font-size:34px;color:#fff;background:none;border:0}
  .mobile-panel a,.mobile-services strong{
    display:block;
    padding:16px 0;
    border-bottom:1px solid rgba(255,255,255,.11);
    text-transform:uppercase;
    font-weight:800;
    font-size:14px;
  }
  .mobile-services a{
    padding-left:14px;
    color:#c7d3e4;
    text-transform:none;
    font-weight:600;
  }
  .contact-mobile{
    margin-top:18px;
    background:#137ee8;
    border-radius:5px;
    text-align:center;
    border:0!important;
  }
  .hero{padding:105px 20px 0;min-height:auto}
  .hero:before{background:linear-gradient(180deg,transparent 78%,#f4f7fb 78%)}
  .hero h1{font-size:42px}
  .hero p{font-size:17px}
  .audience-strip{grid-template-columns:1fr;margin-top:42px}
  .audience-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.09)}
  .paper-section,.dark-section,.page-hero,.tab-band,.help-panel,.simple-page{padding-left:20px;padding-right:20px}
  .intro-grid,.service-grid,.cta-panel,.page-hero-inner,.detail-grid,.help-inner{grid-template-columns:1fr}
  .value-grid{grid-template-columns:1fr}
  .value-card{border-right:0;border-bottom:1px solid #d9e1ec}
  .page-title{padding-right:0}
  .page-image{min-height:260px}
  .tabs{grid-template-columns:1fr}
  .detail-pane{border-right:0;border-bottom:1px solid #dbe3ef}
  .footer-inner{display:grid;gap:20px}
}


/* Fixed content page improvements */
.help-panel .help-inner {
  align-items: stretch;
}
.help-card {
  min-height: 230px;
}
.simple-page {
  min-height: 70vh;
}


/* Smaller refined header logo */
.site-header{
  height:86px;
}
.hero{
  padding-top:86px;
}
@media(max-width:980px){
  .brand img{
    width:92px !important;
  }
  .site-header{
    height:auto;
  }
}


/* Contact page photo refinement */
.contact-page-section .cta-panel{
  min-height:520px;
}
.contact-page-section .cta-copy{
  padding:70px 56px;
}
.contact-page-section .cta-photo{
  min-height:520px;
  background-position:center center;
}


/* Mobile and tablet rendering fixes */
@media(max-width:1100px){
  .hero{
    min-height:auto;
    padding:110px 20px 0;
    background-position:center top;
  }
  .hero:before{
    background:
      radial-gradient(circle at 65% 35%,rgba(22,135,255,.18),transparent 36%),
      linear-gradient(180deg,rgba(5,8,13,.20),rgba(5,8,13,.70) 58%,#f4f7fb 88%);
  }
  .hero-copy{
    padding-top:34px;
    width:100%;
  }
  .hero h1{
    font-size:clamp(34px,8vw,56px);
    line-height:1.08;
    max-width:760px;
  }
  .hero p{
    font-size:17px;
    max-width:620px;
  }
  .audience-strip{
    grid-template-columns:repeat(2,1fr);
    margin-top:44px;
  }
  .audience-item{
    min-height:98px;
  }
  .intro-grid,
  .cta-panel,
  .page-hero-inner,
  .detail-grid,
  .help-inner{
    grid-template-columns:1fr;
  }
  .service-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .page-image{
    min-height:340px;
  }
  .cta-photo{
    min-height:420px;
  }
}

@media(max-width:760px){
  body{
    overflow-x:hidden;
  }
  .site-header{
    height:auto;
  }
  .nav-wrap{
    padding:10px 16px;
    min-height:72px;
  }
  .brand img{
    width:92px !important;
  }
  .hero{
    padding:82px 16px 0;
    background-image:
      linear-gradient(180deg,rgba(5,8,13,.72) 0%,rgba(5,8,13,.84) 55%,rgba(5,8,13,.96) 78%),
      url('assets/hero-cyber-city.jpg');
    background-size:cover;
    background-position:center top;
  }
  .hero:before{
    background:linear-gradient(180deg,transparent 78%,#f4f7fb 78%);
  }
  .hero-copy{
    padding-top:34px;
  }
  .hero h1{
    font-size:38px;
    line-height:1.08;
    letter-spacing:-.035em;
    margin-bottom:18px;
  }
  .hero p{
    font-size:16px;
    line-height:1.55;
    margin-bottom:22px;
  }
  .primary-btn{
    width:100%;
    justify-content:center;
    padding:15px 18px;
  }
  .audience-strip{
    grid-template-columns:1fr;
    margin-top:38px;
  }
  .audience-item{
    min-height:76px;
    flex-direction:row;
    justify-content:flex-start;
    padding:0 22px;
  }
  .audience-item svg{
    width:28px;
    height:28px;
  }
  .paper-section,
  .dark-section,
  .page-hero,
  .tab-band,
  .help-panel,
  .simple-page{
    padding-left:16px;
    padding-right:16px;
  }
  .paper-section{
    padding-top:58px;
    padding-bottom:58px;
  }
  .dark-section{
    padding-top:58px;
    padding-bottom:58px;
  }
  .intro-grid{
    gap:28px;
  }
  .intro-grid h2,
  .section-head h2,
  .cta-copy h2{
    font-size:31px;
    line-height:1.12;
  }
  .intro-grid p,
  .section-head p,
  .cta-copy p{
    font-size:16px;
  }
  .image-card{
    min-height:220px;
  }
  .value-grid{
    margin-top:34px;
  }
  .value-card{
    padding:26px 22px;
  }
  .section-head{
    margin-bottom:28px;
  }
  .service-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  .service-card{
    min-height:auto;
    padding:24px;
  }
  .service-card h3{
    font-size:21px;
  }
  .cta-panel{
    border-radius:10px;
  }
  .cta-copy{
    padding:34px 24px !important;
  }
  .cta-list{
    gap:20px;
  }
  .cta-list div{
    align-items:flex-start;
  }
  .dot{
    width:34px;
    height:34px;
  }
  .cta-photo,
  .contact-page-section .cta-photo{
    min-height:300px;
    order:-1;
    background-position:center center;
  }
  .contact-page-section .cta-panel{
    min-height:auto;
  }
  .page-hero{
    padding-top:92px;
  }
  .page-hero-inner{
    min-height:auto;
  }
  .page-title{
    padding:34px 0 28px;
  }
  .page-title h1{
    font-size:38px;
    line-height:1.08;
  }
  .page-title p{
    font-size:16px;
  }
  .page-image{
    min-height:230px;
    border-radius:8px 8px 0 0;
    order:-1;
  }
  .tab-band{
    padding-bottom:36px;
  }
  .tabs{
    display:none;
  }
  .tab-inner{
    border-top:1px solid #dbe3ef;
  }
  .detail-pane{
    padding:28px 22px;
  }
  .help-panel{
    padding-bottom:58px;
  }
  .help-inner{
    gap:14px;
  }
  .help-card{
    padding:26px 22px;
    min-height:auto;
  }
  .help-card h2,
  .detail-pane h2{
    font-size:24px;
  }
  .check-list li{
    padding-left:30px;
    margin-bottom:13px;
  }
  .simple-page{
    padding-top:105px;
    padding-bottom:58px;
  }
  .simple-inner h1{
    font-size:38px;
  }
  .simple-inner p{
    font-size:16px;
  }
  .footer{
    padding:28px 16px;
  }
  .footer-inner{
    text-align:center;
    justify-items:center;
  }
  .footer img{
    width:110px;
  }
  .mobile-panel{
    width:100vw;
    max-width:none;
  }
}

@media(max-width:420px){
  .hero h1,
  .page-title h1,
  .simple-inner h1{
    font-size:33px;
  }
  .brand img{
    width:84px !important;
  }
  .nav-wrap{
    min-height:66px;
  }
  .hero{
    padding-top:76px;
  }
  .audience-item{
    min-height:68px;
  }
  .cta-copy{
    padding:28px 20px !important;
  }
  .cta-photo,
  .contact-page-section .cta-photo{
    min-height:250px;
  }
}


/* Enhanced content sections */
.light-service-grid{
  margin-top:40px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.light-card{
  background:#fff;
  border:1px solid #dbe3ef;
  border-radius:12px;
  padding:28px;
  min-height:210px;
  color:#111927;
  box-shadow:0 12px 30px rgba(18,35,60,.06);
}
.light-card h3{
  margin:0 0 12px;
  font-size:21px;
  color:#111927;
}
.light-card p{
  color:#465164;
  margin:0;
}
.process-grid{
  max-width:1380px;
  margin:40px auto 0;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}
.process-card{
  background:linear-gradient(180deg,rgba(14,22,34,.98),rgba(8,13,21,.98));
  border:1px solid var(--line);
  border-radius:12px;
  padding:24px;
  min-height:190px;
}
.process-card strong{
  display:block;
  color:#49a9ff;
  font-size:13px;
  text-transform:uppercase;
  margin-bottom:12px;
}
.process-card h3{
  margin:0 0 10px;
  font-size:22px;
}
.process-card p{
  color:var(--muted);
  margin:0;
}
.content-hero-card{
  border-radius:8px;
  min-height:320px;
  background-size:cover;
  background-position:center;
  box-shadow:0 18px 45px rgba(20,35,55,.12);
}
@media(max-width:1100px){
  .light-service-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .process-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:760px){
  .light-service-grid,
  .process-grid{
    grid-template-columns:1fr;
  }
  .light-card,
  .process-card{
    min-height:auto;
    padding:24px;
  }
}


/* Final polish pass */
.text-link{
  display:inline-block;
  margin-top:18px;
  color:#1687ff;
  font-weight:850;
}
.dark-text-btn{
  margin-top:20px;
}
.help-card .text-link:hover{
  text-decoration:underline;
}
.desktop-nav a[href="operating-principles.html"]{
  color:#dfefff;
}
.footer-inner a{
  color:#cdd8e8;
}
@media(max-width:760px){
  .text-link{
    margin-top:12px;
  }
}


/* Cleanup release fixes */
.light-service-grid{
  margin-top:40px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.light-card{
  background:#fff;
  border:1px solid #dbe3ef;
  border-radius:12px;
  padding:28px;
  min-height:210px;
  color:#111927;
  box-shadow:0 12px 30px rgba(18,35,60,.06);
}
.light-card h3{
  margin:0 0 12px;
  font-size:21px;
  color:#111927;
}
.light-card p{
  color:#465164;
  margin:0;
}
.content-hero-card{
  border-radius:8px;
  min-height:320px;
  background-size:cover;
  background-position:center;
  box-shadow:0 18px 45px rgba(20,35,55,.12);
}
.desktop-nav{
  gap:22px;
}
.desktop-nav a,.dropdown button{
  white-space:nowrap;
}
@media(max-width:1180px){
  .desktop-nav{
    gap:16px;
    font-size:11px;
  }
  .desktop-nav a,.dropdown button{
    font-size:11px;
  }
}
@media(max-width:1100px){
  .light-service-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:760px){
  .light-service-grid{
    grid-template-columns:1fr;
  }
  .light-card{
    min-height:auto;
    padding:24px;
  }
}


/* Current release fixes */
.desktop-nav{
  gap:18px;
}
.desktop-nav a,.dropdown button{
  white-space:nowrap;
  font-size:11px;
}
@media(max-width:1240px){
  .desktop-nav{
    gap:12px;
  }
  .desktop-nav a,.dropdown button{
    font-size:10px;
  }
  .outline-btn{
    padding:11px 16px;
  }
}
@media(max-width:1120px){
  .desktop-nav{
    display:none;
  }
  .menu-btn{
    display:flex;
  }
}
.light-card{
  text-decoration:none;
}
.light-card:hover{
  transform:translateY(-4px);
  border-color:#1687ff;
  transition:.2s ease;
}


/* Premium update: motion, advisory areas, who we advise, footer */
.site-header{
  transition:background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header:hover{
  background:rgba(5,8,13,.94);
  box-shadow:0 10px 40px rgba(0,0,0,.22);
}
.desktop-nav > a,
.dropdown button{
  position:relative;
}
.desktop-nav > a:not(.outline-btn)::after,
.dropdown button::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:2px;
  background:#1687ff;
  transition:width .25s ease;
}
.desktop-nav > a:not(.outline-btn):hover::after,
.dropdown:hover button::after{
  width:100%;
}
.primary-btn,
.outline-btn,
.service-card,
.light-card,
.help-card,
.value-card,
.process-card{
  transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.primary-btn:hover,
.outline-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 48px rgba(22,135,255,.24);
}
.service-card:hover,
.light-card:hover,
.help-card:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 50px rgba(18,35,60,.16);
}
.image-card,
.content-hero-card,
.page-image,
.cta-photo{
  transition:transform .45s ease, filter .45s ease;
}
.image-card:hover,
.content-hero-card:hover,
.page-image:hover,
.cta-photo:hover{
  filter:saturate(1.08) contrast(1.04);
}
.advise-strip-section{
  background:#05080d;
  padding:54px 42px;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.advise-strip-inner{
  max-width:1380px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:36px;
  align-items:center;
}
.advise-title h2{
  margin:0;
  font-size:30px;
  line-height:1.15;
  letter-spacing:-.03em;
}
.advise-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.advise-grid div{
  background:linear-gradient(180deg,rgba(14,22,34,.98),rgba(8,13,21,.98));
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  padding:18px;
  font-weight:750;
  color:#eaf3ff;
}
.advisory-graphic{
  min-height:380px;
  background-position:center;
}
.advisory-pill-grid{
  margin-top:38px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.advisory-pill-grid div{
  background:#fff;
  border:1px solid #dbe3ef;
  border-radius:12px;
  padding:22px;
  display:grid;
  gap:8px;
  color:#111927;
}
.advisory-pill-grid strong{
  font-size:18px;
}
.advisory-pill-grid span{
  color:#4b5667;
  font-size:14px;
}
.premium-footer{
  padding:0;
  background:
    radial-gradient(circle at 20% 20%,rgba(22,135,255,.12),transparent 28%),
    #05080d;
}
.premium-footer-inner{
  padding:54px 42px;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:48px;
  align-items:start;
}
.footer-brand-block img{
  width:145px;
  margin-bottom:20px;
}
.footer-brand-block p{
  color:#aeb9c9;
  max-width:420px;
  margin:0;
}
.footer-links{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  text-align:left;
}
.footer-links h4{
  margin:0 0 14px;
  color:#fff;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.footer-links a{
  display:block;
  color:#aeb9c9;
  margin:0 0 10px;
  font-size:14px;
}
.footer-links a:hover{
  color:#49a9ff;
}
.footer-bottom{
  max-width:1380px;
  margin:0 auto;
  border-top:1px solid rgba(255,255,255,.1);
  padding:18px 42px 28px;
  display:flex;
  justify-content:space-between;
  gap:18px;
  color:#7f8da0;
  font-size:13px;
}
@media(max-width:980px){
  .advise-strip-inner,
  .premium-footer-inner{
    grid-template-columns:1fr;
  }
  .advise-grid,
  .advisory-pill-grid,
  .footer-links{
    grid-template-columns:1fr 1fr;
  }
  .footer-bottom{
    flex-direction:column;
    text-align:center;
  }
}
@media(max-width:760px){
  .advise-strip-section{
    padding:42px 16px;
  }
  .advise-title h2{
    font-size:26px;
  }
  .advise-grid,
  .advisory-pill-grid,
  .footer-links{
    grid-template-columns:1fr;
  }
  .premium-footer-inner{
    padding:42px 16px;
  }
  .footer-bottom{
    padding:18px 16px 28px;
  }
}


/* Resources and navigation refinement */
.brand img{
  width:92px !important;
}
.nav-wrap{
  min-height:72px;
  padding-top:8px;
  padding-bottom:8px;
}
.desktop-nav{
  gap:18px !important;
}
.desktop-nav a,
.dropdown button{
  font-size:12.5px !important;
  letter-spacing:.035em !important;
  font-weight:850 !important;
}
.outline-btn{
  padding:12px 18px !important;
}
.resource-feature-card{
  background:
    radial-gradient(circle at 85% 20%,rgba(22,135,255,.16),transparent 32%),
    linear-gradient(180deg,rgba(14,22,34,.98),rgba(8,13,21,.98));
  border:1px solid rgba(255,255,255,.13);
  border-radius:16px;
  padding:42px;
  color:#fff;
  margin-bottom:28px;
  box-shadow:0 24px 60px rgba(0,0,0,.24);
}
.resource-feature-card h2{
  margin:10px 0 16px;
  font-size:36px;
  line-height:1.1;
}
.resource-feature-card p{
  max-width:780px;
  color:#b7c2d1;
}
.resource-badge{
  display:inline-block;
  color:#49a9ff;
  text-transform:uppercase;
  letter-spacing:.10em;
  font-size:12px;
  font-weight:850;
}
.resource-actions{
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:26px;
  flex-wrap:wrap;
}
.secondary-resource-link{
  color:#dbe9ff;
  font-weight:850;
}
.secondary-resource-link:hover{
  color:#49a9ff;
}
.resources-grid{
  margin-top:24px;
}
@media(max-width:1280px){
  .desktop-nav{
    display:none !important;
  }
  .menu-btn{
    display:flex !important;
  }
}
@media(max-width:760px){
  .brand img{
    width:72px !important;
  }
  .nav-wrap{
    min-height:64px;
    padding:8px 16px !important;
  }
  .mobile-panel{
    padding:22px !important;
  }
  .mobile-top img{
    width:96px !important;
  }
  .mobile-panel a,
  .mobile-services strong{
    font-size:16px !important;
    padding:15px 0 !important;
  }
  .mobile-services a{
    font-size:15px !important;
    padding-left:16px !important;
  }
  .resource-feature-card{
    padding:28px 22px;
  }
  .resource-feature-card h2{
    font-size:30px;
  }
  .resource-actions .primary-btn{
    width:100%;
    justify-content:center;
  }
}


/* Bing SEO structural fixes */
.contact-page-title{
  font-size:42px;
  margin:0 0 16px;
  line-height:1.1;
  letter-spacing:-.03em;
}
@media(max-width:760px){
  .contact-page-title{
    font-size:31px;
    line-height:1.12;
  }
}
