: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%}
}


/* =========================
   ABOUT PAGE
========================= */

.about-hero{
  padding:72px 0 58px;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(238,29,35,.07), transparent 26%),
    #fff;
}

.about-hero h1{
  font-size:clamp(44px,5vw,68px);
  line-height:1.06;
  max-width:760px;
}

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

.about-hero-visual{
  position:relative;
}

.about-hero-visual img{
  border-radius:24px;
  position:relative;
  z-index:2;
}

.about-visual-card{
  position:absolute;
  z-index:3;
  left:-22px;
  bottom:34px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:14px;
  padding:15px 18px;
  display:flex;
  align-items:center;
  gap:13px;
  box-shadow:var(--shadow);
}

.about-visual-card i{
  width:40px;
  height:40px;
  border-radius:11px;
  background:var(--soft-red);
  color:var(--brand);
  display:grid;
  place-items:center;
}

.about-visual-card strong,
.about-visual-card span{
  display:block;
  line-height:1.35;
}

.about-visual-card strong{
  color:var(--navy);
  font-size:14px;
}

.about-visual-card span{
  color:var(--muted);
  font-size:11px;
}

.about-stats{
  padding:0 0 22px;
}

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

.about-stat{
  padding:24px 26px;
}

.about-stat+.about-stat{
  border-left:1px solid var(--border);
}

.about-stat strong,
.about-stat span{
  display:block;
}

.about-stat strong{
  color:var(--navy);
  font-size:28px;
  line-height:1.2;
}

.about-stat span{
  color:var(--muted);
  font-size:12px;
  margin-top:4px;
}

.story-section{
  background:var(--light);
}

.story-image{
  position:relative;
}

.story-image img{
  border-radius:22px;
}

.story-badge{
  position:absolute;
  right:-18px;
  bottom:26px;
  width:180px;
  background:var(--navy);
  color:#fff;
  border-radius:16px;
  padding:20px;
  box-shadow:var(--shadow);
}

.story-badge i{
  color:#ff7277;
  font-size:21px;
  margin-bottom:14px;
}

.story-badge strong,
.story-badge span{
  display:block;
}

.story-badge strong{
  color:#fff;
  font-size:15px;
  line-height:1.4;
}

.story-badge span{
  color:#aeb4c0;
  font-size:11px;
  margin-top:5px;
}

.story-copy h2,
.principles-section h2,
.work-section h2,
.mission-vision h2{
  font-size:clamp(34px,4vw,48px);
  line-height:1.15;
}

.story-copy p{
  color:var(--muted);
  margin-bottom:16px;
}

.story-quote{
  border-left:3px solid var(--brand);
  padding-left:18px;
  margin-top:24px;
  color:var(--navy)!important;
  font-weight:700;
}

.principle-card{
  padding:28px;
  border:1px solid var(--border);
  border-radius:16px;
  background:#fff;
  height:100%;
  transition:.25s ease;
}

.principle-card:hover{
  transform:translateY(-5px);
  box-shadow:var(--shadow);
}

.principle-no{
  color:#dfe2e8;
  font-size:30px;
  font-weight:800;
  line-height:1;
}

.principle-card .icon-box{
  margin:22px 0;
}

.principle-card h3{
  font-size:18px;
  margin-bottom:10px;
}

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

.work-section{
  background:var(--light);
}

.work-panel{
  background:var(--navy);
  border-radius:26px;
  overflow:hidden;
  padding:58px;
}

.work-panel h2{
  color:#fff;
}

.work-panel .section-copy{
  color:#aeb4c0;
}

.work-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.work-item{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  border-radius:15px;
  padding:22px;
}

.work-item i{
  color:#ff6c71;
  font-size:18px;
  margin-bottom:15px;
}

.work-item h3{
  color:#fff;
  font-size:16px;
  margin-bottom:8px;
}

.work-item p{
  color:#aeb4c0;
  font-size:12px;
  margin:0;
}

.mission-vision{
  padding:82px 0;
}

.mv-card{
  border:1px solid var(--border);
  border-radius:20px;
  padding:34px;
  height:100%;
  position:relative;
  overflow:hidden;
}

.mv-card:before{
  content:"";
  position:absolute;
  width:130px;
  height:130px;
  border-radius:50%;
  background:var(--soft-red);
  right:-45px;
  top:-45px;
}

.mv-label{
  color:var(--brand);
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
}

.mv-card h3{
  font-size:25px;
  line-height:1.25;
  margin:15px 0 14px;
  max-width:470px;
}

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

.about-cta{
  padding:8px 0 72px;
}

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

  .about-stats-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .about-stat:nth-child(3){
    border-left:0;
    border-top:1px solid var(--border);
  }

  .about-stat:nth-child(4){
    border-top:1px solid var(--border);
  }

  .story-badge{
    right:10px;
  }

  .work-panel{
    padding:42px 30px;
  }
}

@media(max-width:767.98px){
  .about-hero{
    padding:42px 0 38px;
  }

  .about-hero h1{
    font-size:42px;
  }

  .about-hero-copy{
    font-size:16px;
  }

  .about-hero .btn{
    width:100%;
  }

  .about-visual-card{
    position:relative;
    left:auto;
    bottom:auto;
    margin-top:15px;
  }

  .about-stats-grid{
    grid-template-columns:1fr;
  }

  .about-stat+.about-stat,
  .about-stat:nth-child(3),
  .about-stat:nth-child(4){
    border-left:0;
    border-top:1px solid var(--border);
  }

  .story-badge{
    position:relative;
    right:auto;
    bottom:auto;
    width:auto;
    margin-top:15px;
  }

  .work-panel{
    padding:32px 22px;
    border-radius:20px;
  }

  .work-list{
    grid-template-columns:1fr;
  }

  .mission-vision{
    padding:58px 0;
  }

  .about-cta{
    padding-bottom:56px;
  }
}
