:root{
  --brand:#EE1D23;
  --navy:#172033;
  --text:#5F6675;
  --muted:#687080;
  --light:#F8F9FB;
  --border:#E8EAF0;
  --soft-red:#FFF1F2;
  --white:#fff;
  --radius:16px;
  --shadow:0 18px 50px rgba(23,32,51,.08);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}

body{
  font-family:'Inter',sans-serif;
  color:var(--text);
  background:#fff;
  font-size:16px;
  line-height:1.7;
}

h1,h2,h3,h4,h5,h6{
  font-family:'Monorpe','Inter',sans-serif;
  color:var(--navy);
  font-weight:700;
  letter-spacing:-.035em;
}

a{text-decoration:none}
.container{max-width:1200px}

.site-header{
  border-bottom:1px solid rgba(232,234,240,.9);
  z-index:1000;
}

.navbar-brand img,.footer-logo{
  width:176px;
  height:auto;
}

.navbar .nav-link{
  color:#3d4554;
  font-weight:600;
  font-size:14px;
  padding:.7rem .8rem!important;
}

.navbar .nav-link:hover,
.navbar .nav-link.active{color:var(--brand)}

.btn{
  border-radius:10px;
  padding:.78rem 1.2rem;
  font-weight:700;
  font-size:14px;
}

.btn-lg{padding:.95rem 1.35rem}

.btn-brand{
  background:var(--brand);
  border-color:var(--brand);
  color:#fff;
}

.btn-brand:hover{
  background:#d7191f;
  border-color:#d7191f;
  color:#fff;
  transform:translateY(-1px);
}

.btn-outline-dark{
  border-color:#ccd0d8;
  color:var(--navy);
}

.btn-outline-dark:hover{
  background:var(--navy);
  border-color:var(--navy);
}

.eyebrow{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--brand);
  font-size:12px;
  font-weight:800;
  letter-spacing:.13em;
  margin-bottom:18px;
}

.eyebrow span{
  display:inline-block;
  width:28px;
  height:2px;
  background:var(--brand);
}

.eyebrow.light{color:#ffb1b4}
.eyebrow.light span{background:#ff7a7e}

/* HERO */
.hero-section{
  padding:72px 0 58px;
  overflow:hidden;
}

.hero-section h1{
  font-size:clamp(44px,5.2vw,72px);
  line-height:1.04;
  max-width:650px;
}

.hero-copy{
  font-size:18px;
  line-height:1.75;
  max-width:620px;
  margin:24px 0 30px;
}

.hero-trust{
  max-width:650px;
  column-gap:24px;
  row-gap:8px;
}

.hero-trust span{
  font-size:13px;
  color:#505766;
  font-weight:600;
}

.hero-trust i{
  color:var(--brand);
  margin-right:5px;
}

.hero-visual{
  min-height:560px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.hero-visual img{
  z-index:2;
  filter:drop-shadow(0 25px 40px rgba(23,32,51,.12));
}

.visual-glow{
  position:absolute;
  inset:12% 6%;
  background:radial-gradient(circle,rgba(238,29,35,.10),rgba(238,29,35,0) 65%);
  border-radius:50%;
}

.floating-badge{
  position:absolute;
  z-index:3;
  background:#fff;
  border:1px solid var(--border);
  box-shadow:var(--shadow);
  border-radius:14px;
  padding:12px 16px;
  display:flex;
  align-items:center;
  gap:12px;
  min-width:190px;
}

.floating-badge i{
  width:38px;
  height:38px;
  border-radius:10px;
  background:var(--soft-red);
  display:grid;
  place-items:center;
  color:var(--brand);
}

.floating-badge strong,
.floating-badge small{
  display:block;
  line-height:1.35;
}

.floating-badge strong{
  font-size:13px;
  color:var(--navy);
}

.floating-badge small{
  font-size:11px;
  color:var(--muted);
}

.badge-one{left:-10px;top:92px}
.badge-two{right:-10px;bottom:70px}

/* STATS */
.stats-strip{padding:0 0 20px}

.stats-panel{
  border:1px solid var(--border);
  border-radius:16px;
  background:#fff;
  display:grid;
  grid-template-columns:1.5fr repeat(4,1fr);
  box-shadow:0 14px 45px rgba(23,32,51,.05);
  overflow:hidden;
}

.stats-panel>div{padding:22px 24px}

.stat-intro{
  display:flex;
  align-items:center;
  gap:14px;
}

.stat-icon{
  width:42px;
  height:42px;
  border-radius:12px;
  background:var(--soft-red);
  display:grid;
  place-items:center;
  color:var(--brand);
  flex:0 0 auto;
}

.stat-intro strong,.stat-intro span,
.stat-item strong,.stat-item span{display:block}

.stat-intro strong{
  color:var(--navy);
  font-size:14px;
}

.stat-intro span,.stat-item span{
  font-size:12px;
  color:var(--muted);
}

.stat-item{border-left:1px solid var(--border)}

.stat-item strong{
  font-size:24px;
  line-height:1.25;
  color:var(--navy);
}

/* GENERAL SECTIONS */
.section-pad{padding:82px 0}

.section-head{max-width:800px}

.section-head h2,
.why-section h2,
.process-section h2,
#faq h2,
.feedback-section h2,
.connected-panel h2,
.cta-panel h2{
  font-size:clamp(34px,4vw,48px);
  line-height:1.15;
}

.section-head p,.section-copy{
  font-size:16px;
  color:var(--muted);
}

/* SERVICES */
.service-card,.benefit-card,.process-card{
  border:1px solid var(--border);
  border-radius:var(--radius);
  background:#fff;
  transition:.25s ease;
}

.service-card{
  padding:30px;
  min-height:300px;
  display:flex;
  flex-direction:column;
}

.service-card:hover,
.benefit-card:hover,
.process-card:hover{
  transform:translateY(-5px);
  box-shadow:var(--shadow);
  border-color:#dedfe5;
}

.service-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:26px;
}

.service-top>span{
  font-size:34px;
  font-weight:800;
  color:#e5e7ec;
  letter-spacing:-.06em;
}

.icon-box{
  width:46px;
  height:46px;
  border-radius:12px;
  background:var(--soft-red);
  color:var(--brand);
  display:grid;
  place-items:center;
  font-size:19px;
}

.service-card h3{
  font-size:21px;
  line-height:1.3;
  margin-bottom:12px;
}

.service-card p{
  font-size:14px;
  color:var(--muted);
  margin-bottom:22px;
}

.service-card a{
  margin-top:auto;
  color:var(--navy);
  font-weight:700;
  font-size:13px;
}

.service-card a i{
  color:var(--brand);
  margin-left:5px;
}

.service-note{
  border:1px solid var(--border);
  background:var(--light);
  border-radius:14px;
  padding:17px 20px;
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  font-size:13px;
}

.service-note i,.service-note a{color:var(--brand)}
.service-note a{font-weight:700;white-space:nowrap}

/* CONNECTED */
.connected-section{background:var(--light)}

.connected-panel{
  background:var(--navy);
  border-radius:26px;
  padding:52px;
  overflow:hidden;
  position:relative;
}

.connected-panel:after{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  background:rgba(238,29,35,.08);
  right:-180px;
  top:-160px;
}

.connected-panel h2{color:#fff}

.connected-panel p{
  color:#aeb4c0;
  max-width:560px;
}

.connected-points{
  margin-top:28px;
  display:grid;
  gap:14px;
}

.connected-points>div{
  display:flex;
  align-items:center;
  gap:12px;
  color:#e8ebf1;
  font-size:14px;
}

.connected-points i{
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(238,29,35,.16);
  color:#ff6368;
  font-size:11px;
}

.connected-img{
  position:relative;
  z-index:2;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  padding:20px;
}

/* WHY */
.benefit-card{padding:28px}

.benefit-card h3{
  font-size:18px;
  margin:22px 0 10px;
}

.benefit-card p{
  font-size:14px;
  margin:0;
  color:var(--muted);
}

.outcomes{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border:1px solid var(--border);
  border-radius:16px;
  overflow:hidden;
}

.outcomes>div{
  display:flex;
  gap:18px;
  padding:24px;
}

.outcomes>div+div{border-left:1px solid var(--border)}

.outcomes>div>span{
  color:var(--brand);
  font-weight:800;
  font-size:14px;
}

.outcomes h4{
  font-size:16px;
  margin-bottom:5px;
}

.outcomes p{
  font-size:12px;
  margin:0;
  color:var(--muted);
}

/* PROCESS */
.process-section{background:var(--light)}

.process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  position:relative;
}

.process-grid:before{
  content:"";
  position:absolute;
  left:9%;
  right:9%;
  top:41px;
  border-top:1px dashed #ccd1da;
}

.process-card{
  padding:26px;
  position:relative;
  z-index:1;
}

.step-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:38px;
}

.step-head span{
  width:40px;
  height:40px;
  border-radius:50%;
  background:var(--brand);
  color:#fff;
  display:grid;
  place-items:center;
  font-size:12px;
  font-weight:800;
}

.step-head i{
  color:#c7cbd4;
  font-size:22px;
}

.process-card h3{font-size:20px}

.process-card p{
  font-size:13px;
  margin:0;
  color:var(--muted);
}

/* EXPERIENCE */
.quote-box{
  border-left:3px solid var(--brand);
  padding:20px 0 20px 22px;
  margin-top:30px;
}

.quote-box>i{
  color:var(--brand);
  font-size:18px;
}

.quote-box p{
  font-size:17px;
  color:var(--navy);
  font-weight:600;
  margin:10px 0;
}

.quote-box strong,.quote-box span{display:block}

.quote-box strong{
  font-size:13px;
  color:var(--navy);
}

.quote-box span{
  font-size:11px;
  color:var(--muted);
}

.trust-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.trust-grid>div{
  background:var(--light);
  border:1px solid var(--border);
  border-radius:16px;
  padding:28px;
}

.trust-grid i{
  font-size:21px;
  color:var(--brand);
  margin-bottom:20px;
}

.trust-grid h3{font-size:17px}

.trust-grid p{
  font-size:13px;
  margin:0;
  color:var(--muted);
}

/* FAQ */
.faq-accordion{border-top:1px solid var(--border)}
.accordion-item{border-color:var(--border)}

.accordion-button{
  font-weight:700;
  color:var(--navy);
  padding:22px 4px;
  background:#fff;
}

.accordion-button:not(.collapsed){
  background:#fff;
  color:var(--brand);
  box-shadow:none;
}

.accordion-button:focus{box-shadow:none}

.accordion-body{
  padding:0 4px 22px;
  color:var(--muted);
  font-size:14px;
}

/* CTA */
.cta-wrap{padding:10px 0 72px}

.cta-panel{
  background:linear-gradient(125deg,#d9181e,#ee1d23 55%,#ff454a);
  border-radius:24px;
  padding:46px;
  color:#fff;
  box-shadow:0 22px 55px rgba(238,29,35,.2);
}

.cta-panel h2{color:#fff}

.cta-panel p{
  color:#ffe2e3;
  max-width:700px;
  margin-bottom:0;
}

.cta-panel .btn-light{color:var(--navy)}

/* FOOTER */
.site-footer{
  background:#111827;
  color:#9ca3af;
}

.site-footer .footer-logo{
  filter:brightness(0) invert(1);
  margin-bottom:20px;
}

.site-footer p{
  font-size:14px;
  max-width:430px;
}

.site-footer h4{
  font-size:14px;
  color:#fff;
  margin-bottom:18px;
}

.site-footer a{
  display:block;
  color:#9ca3af;
  font-size:13px;
  margin-bottom:10px;
}

.site-footer a:hover{color:#fff}

.footer-contact{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.footer-contact i{
  width:20px;
  color:#f15b60;
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.09);
  padding:20px 0;
  font-size:12px;
}

.footer-bottom div{
  display:flex;
  gap:20px;
}

.footer-bottom a{margin:0}

/* RESPONSIVE */
@media(max-width:991.98px){
  .navbar-collapse{padding:18px 0}
  .hero-section{padding-top:54px}
  .hero-visual{min-height:auto;margin-top:10px}
  .floating-badge{display:none}

  .stats-panel{grid-template-columns:repeat(2,1fr)}
  .stat-intro{grid-column:1/-1}
  .stat-item:nth-child(2),
  .stat-item:nth-child(4){border-left:0}

  .connected-panel{padding:40px 30px}

  .process-grid{grid-template-columns:1fr 1fr}
  .process-grid:before{display:none}

  .outcomes{grid-template-columns:1fr}
  .outcomes>div+div{
    border-left:0;
    border-top:1px solid var(--border);
  }
}

@media(max-width:767.98px){
  body{font-size:15px}
  .container{padding-left:20px;padding-right:20px}
  .navbar-brand img{width:145px}

  .hero-section{padding:42px 0 38px}
  .hero-section h1{font-size:42px}
  .hero-copy{font-size:16px}
  .hero-actions .btn{width:100%}

  .stats-panel{grid-template-columns:1fr}
  .stat-intro{grid-column:auto}
  .stat-item,
  .stat-item:nth-child(2),
  .stat-item:nth-child(4){
    border-left:0;
    border-top:1px solid var(--border);
  }

  .section-pad{padding:58px 0}
  .service-note{align-items:flex-start;flex-direction:column}
  .connected-panel{padding:30px 22px;border-radius:20px}
  .process-grid,.trust-grid{grid-template-columns:1fr}

  .cta-wrap{padding-bottom:56px}
  .cta-panel{padding:32px 24px}
  .cta-panel .btn{width:100%}
}


/* =========================================
   NAS FIST — CONTACT PAGE CLEAN VERSION
========================================= */

.contact-hero{
  padding:64px 0 52px;
  background:
    radial-gradient(circle at 88% 16%, rgba(238,29,35,.065), transparent 27%),
    #fff;
}

.contact-hero .eyebrow{
  margin-bottom:14px;
}

.contact-hero h1{
  font-size:clamp(44px,5vw,66px);
  line-height:1.07;
  max-width:760px;
  margin-bottom:20px;
}

.contact-hero .hero-copy{
  max-width:650px;
  font-size:17px;
  line-height:1.75;
  color:var(--text);
  margin-bottom:0;
}

.contact-hero-side{
  border:1px solid var(--border);
  border-radius:20px;
  background:var(--light);
  padding:24px;
}

.contact-hero-side .side-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:18px;
}

.contact-hero-side .side-head span{
  color:var(--muted);
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
}

.contact-hero-side .side-head i{
  width:44px;
  height:44px;
  border-radius:12px;
  display:grid;
  place-items:center;
  color:var(--brand);
  background:var(--soft-red);
}

.hero-point{
  display:flex;
  align-items:flex-start;
  gap:11px;
  padding:13px 0;
  border-top:1px solid var(--border);
}

.hero-point:first-of-type{
  border-top:0;
  padding-top:0;
}

.hero-point i{
  width:24px;
  height:24px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--soft-red);
  color:var(--brand);
  font-size:9px;
  flex:0 0 auto;
}

.hero-point strong{
  display:block;
  color:var(--navy);
  font-size:13px;
  margin-bottom:3px;
}

.hero-point span{
  display:block;
  color:var(--muted);
  font-size:11px;
  line-height:1.55;
}

/* Main contact area */
.contact-main{
  padding:12px 0 76px;
}

.contact-form-card{
  border:1px solid var(--border);
  border-radius:20px;
  background:#fff;
  padding:32px;
  box-shadow:0 14px 38px rgba(23,32,51,.045);
}

.contact-form-card .eyebrow{
  margin-bottom:12px;
}

.contact-form-card h2{
  font-size:32px;
  margin-bottom:10px;
}

.contact-form-card .intro{
  color:var(--muted);
  font-size:13px;
  line-height:1.7;
  margin-bottom:26px;
}

.form-label{
  color:var(--navy);
  font-size:12px;
  font-weight:700;
  margin-bottom:7px;
}

.form-control,
.form-select{
  border:1px solid var(--border);
  border-radius:10px;
  padding:.78rem .9rem;
  font-size:13px;
  color:var(--navy);
  min-height:46px;
}

textarea.form-control{
  min-height:145px;
  resize:vertical;
}

.form-control:focus,
.form-select:focus{
  border-color:#f1a3a6;
  box-shadow:0 0 0 .18rem rgba(238,29,35,.07);
}

.contact-info-card{
  height:100%;
  background:var(--navy);
  border-radius:20px;
  padding:32px;
  color:#fff;
}

.contact-info-card .eyebrow{
  margin-bottom:12px;
}

.contact-info-card h2{
  color:#fff;
  font-size:32px;
  margin-bottom:10px;
}

.contact-info-card > p{
  color:#aeb4c0;
  font-size:13px;
  line-height:1.7;
  margin-bottom:24px;
}

.contact-method{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:17px 0;
  border-top:1px solid rgba(255,255,255,.08);
}

.contact-method:first-of-type{
  border-top:0;
  padding-top:0;
}

.contact-method i{
  width:40px;
  height:40px;
  border-radius:11px;
  background:rgba(238,29,35,.16);
  color:#ff6f74;
  display:grid;
  place-items:center;
  flex:0 0 auto;
}

.contact-method strong,
.contact-method span,
.contact-method a{
  display:block;
}

.contact-method strong{
  color:#fff;
  font-size:12px;
  margin-bottom:3px;
}

.contact-method span,
.contact-method a{
  color:#b7bdc8;
  font-size:12px;
  line-height:1.55;
}

.contact-method a:hover{
  color:#fff;
}

.contact-support-note{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
  color:#9fa6b3;
  font-size:11px;
  line-height:1.7;
}

/* Simple expectations strip */
.contact-expectations{
  padding:70px 0;
  background:var(--light);
}

.contact-expectations .section-head{
  margin-bottom:34px;
}

.expect-card{
  border:1px solid var(--border);
  border-radius:14px;
  background:#fff;
  padding:22px;
  height:100%;
}

.expect-card i{
  color:var(--brand);
  font-size:17px;
  margin-bottom:14px;
}

.expect-card h3{
  font-size:16px;
  margin-bottom:7px;
}

.expect-card p{
  color:var(--muted);
  font-size:12px;
  line-height:1.65;
  margin:0;
}

/* Contact FAQ */
.contact-faq{
  padding:72px 0;
}

.contact-faq .faq-copy{
  color:var(--muted);
  font-size:13px;
  line-height:1.75;
  max-width:460px;
}

.contact-faq .accordion-item{
  border-color:var(--border);
}

.contact-faq .accordion-button{
  padding:18px 0;
  font-size:14px;
  font-weight:700;
  color:var(--navy);
  background:#fff;
  box-shadow:none;
}

.contact-faq .accordion-button:not(.collapsed){
  color:var(--navy);
  background:#fff;
}

.contact-faq .accordion-body{
  padding:0 0 18px;
  color:var(--muted);
  font-size:13px;
  line-height:1.7;
}

/* CTA */
.contact-cta{
  padding:0 0 68px;
}

.contact-cta .cta-panel{
  padding:42px;
}

@media(max-width:991.98px){
  .contact-hero{
    padding:54px 0 44px;
  }

  .contact-main{
    padding-bottom:64px;
  }

  .contact-expectations,
  .contact-faq{
    padding:62px 0;
  }
}

@media(max-width:767.98px){
  .contact-hero{
    padding:40px 0 34px;
  }

  .contact-hero h1{
    font-size:40px;
  }

  .contact-hero .hero-copy{
    font-size:15px;
  }

  .contact-hero-side,
  .contact-form-card,
  .contact-info-card{
    padding:22px 20px;
    border-radius:16px;
  }

  .contact-main{
    padding:6px 0 52px;
  }

  .contact-expectations,
  .contact-faq{
    padding:54px 0;
  }

  .contact-cta{
    padding-bottom:52px;
  }

  .contact-cta .cta-panel{
    padding:30px 22px;
  }

  .contact-form-card .btn{
    width:100%;
  }
}

/* NAS Fist Blog / SEO Content Hub */
.blog-hero{padding:64px 0 52px;background:radial-gradient(circle at 88% 16%,rgba(238,29,35,.06),transparent 27%),#fff}
.blog-hero .eyebrow{margin-bottom:14px}
.blog-hero h1{font-size:clamp(44px,5vw,66px);line-height:1.07;max-width:780px;margin-bottom:20px}
.blog-hero p{max-width:690px;color:var(--text);font-size:17px;line-height:1.75;margin:0}
.blog-filter{padding:10px 0 18px}
.blog-filter-inner{display:flex;flex-wrap:wrap;gap:8px}
.blog-filter a{border:1px solid var(--border);border-radius:999px;padding:8px 12px;color:var(--navy);font-size:10px;font-weight:700;background:#fff}
.blog-filter a:first-child,.blog-filter a:hover{background:var(--soft-red);border-color:#f8cfd1;color:var(--brand)}
.blog-list{padding:70px 0}
.featured-post{border:1px solid var(--border);border-radius:20px;overflow:hidden;background:var(--light);margin-bottom:38px}
.featured-visual{min-height:330px;background:linear-gradient(145deg,#172033,#27344d);display:grid;place-items:center;padding:30px}
.featured-visual i{font-size:70px;color:#ff6d72}
.featured-content{padding:34px}
.post-meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:var(--muted);font-size:10px;font-weight:600;margin-bottom:12px}
.post-meta i{color:var(--brand);margin-right:5px}
.featured-content h2{font-size:34px;margin-bottom:12px}
.featured-content p{color:var(--muted);font-size:13px;line-height:1.7;margin-bottom:20px}
.blog-card{height:100%;border:1px solid var(--border);border-radius:16px;background:#fff;overflow:hidden}
.blog-card-visual{height:150px;background:var(--light);display:grid;place-items:center;border-bottom:1px solid var(--border)}
.blog-card-visual i{font-size:36px;color:var(--brand)}
.blog-card-body{padding:21px}
.blog-card h2{font-size:19px;line-height:1.35;margin:8px 0 9px}
.blog-card p{font-size:11px;line-height:1.65;color:var(--muted);margin-bottom:15px}
.blog-card .read-more{font-size:11px;font-weight:700;color:var(--navy)}
.blog-card .read-more i{color:var(--brand);margin-left:5px}
.blog-cta{padding:0 0 68px}.blog-cta .cta-panel{padding:42px}

/* Article */
.article-hero{padding:58px 0 42px;border-bottom:1px solid var(--border)}
.article-hero .category{display:inline-block;color:var(--brand);font-size:10px;font-weight:800;letter-spacing:.1em;margin-bottom:13px}
.article-hero h1{font-size:clamp(40px,5vw,58px);line-height:1.1;max-width:900px;margin-bottom:18px}
.article-hero .dek{max-width:790px;color:var(--text);font-size:16px;line-height:1.75;margin-bottom:18px}
.article-wrap{padding:58px 0 72px}
.article-layout{display:grid;grid-template-columns:230px minmax(0,760px);gap:48px;justify-content:center;align-items:start}
.article-toc{position:sticky;top:105px;border:1px solid var(--border);border-radius:14px;background:var(--light);padding:18px}
.article-toc strong{display:block;color:var(--navy);font-size:11px;margin-bottom:10px}
.article-toc a{display:block;padding:6px 0;border-top:1px solid var(--border);font-size:10px;color:var(--muted)}
.article-body{color:var(--muted);font-size:13.5px;line-height:1.85}
.article-body h2{font-size:28px;color:var(--navy);margin:38px 0 14px;scroll-margin-top:120px}
.article-body h2:first-child{margin-top:0}
.article-body h3{font-size:18px;color:var(--navy);margin:25px 0 10px}
.article-body p{margin-bottom:16px}
.article-body ul,.article-body ol{padding-left:21px;margin-bottom:18px}
.article-body li{margin-bottom:7px}
.article-note{border-left:3px solid var(--brand);background:var(--light);padding:17px 19px;border-radius:0 12px 12px 0;margin:24px 0}
.article-note strong{color:var(--navy)}
.article-faq{margin-top:42px;padding-top:34px;border-top:1px solid var(--border)}
.article-faq h2{margin-top:0}
.article-faq .accordion-button{padding:17px 0;font-size:13px;font-weight:700;color:var(--navy);box-shadow:none;background:#fff}
.article-faq .accordion-body{padding:0 0 17px;font-size:12px;line-height:1.75;color:var(--muted)}
.related-posts{padding:68px 0;background:var(--light)}
@media(max-width:991.98px){.blog-hero{padding:54px 0 44px}.article-layout{grid-template-columns:1fr}.article-toc{position:static}.blog-list{padding:62px 0}}
@media(max-width:767.98px){.blog-hero{padding:40px 0 34px}.blog-hero h1{font-size:40px}.blog-hero p{font-size:15px}.blog-list{padding:54px 0}.featured-visual{min-height:220px}.featured-content{padding:24px 20px}.featured-content h2{font-size:27px}.article-hero{padding:40px 0 32px}.article-hero h1{font-size:38px}.article-wrap{padding:48px 0 54px}.article-body h2{font-size:24px}.related-posts{padding:54px 0}.blog-cta{padding-bottom:52px}.blog-cta .cta-panel{padding:30px 22px}}


/* Blog V2 — real featured image system */
.featured-visual{
  min-height:0!important;
  background:none!important;
  display:block!important;
  padding:0!important;
}
.featured-visual img{
  width:100%;
  height:100%;
  min-height:330px;
  object-fit:cover;
  display:block;
}
.blog-card-visual{
  height:auto!important;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#172033!important;
}
.blog-card-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}
.blog-card:hover .blog-card-visual img{transform:scale(1.025)}
.blog-card{
  transition:transform .2s ease, box-shadow .2s ease;
}
.blog-card:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 34px rgba(23,32,51,.07);
}
.article-featured-image{
  margin:28px auto 0;
  max-width:1100px;
  padding:0 20px;
}
.article-featured-image figure{margin:0}
.article-featured-image img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  display:block;
  border-radius:20px;
  border:1px solid var(--border);
}
.article-featured-image figcaption{
  margin-top:9px;
  color:var(--muted);
  font-size:10px;
  text-align:center;
}
.article-hero{padding-bottom:34px!important}
.related-posts .blog-card{
  overflow:hidden;
}
.related-thumb{
  aspect-ratio:16/9;
  overflow:hidden;
  border-bottom:1px solid var(--border);
}
.related-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
@media(max-width:767.98px){
  .featured-visual img{min-height:0}
  .article-featured-image{margin-top:20px;padding:0 20px}
  .article-featured-image img{border-radius:15px}
}
