:root{
  --bg:#050505;
  --bg-soft:#0a0a0b;
  --panel:#101113;
  --panel-2:#15171a;
  --line:#2a2d31;
  --text:#f5f5f5;
  --muted:#a8abb0;
  --red:#ff2438;
  --red-deep:#b90f1d;
  --red-glow:rgba(255,36,56,.32);
  --max:1180px;
  --radius:22px;
  --shadow:0 0 32px rgba(255,36,56,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 82% 9%, rgba(255,36,56,.12), transparent 24rem),
    linear-gradient(180deg,#050505 0%,#090a0b 45%,#050505 100%);
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.6;
  overflow-x:hidden
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.12;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom,black,transparent 75%);
}
a{color:inherit}
img{max-width:100%;display:block}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.ambient{position:fixed;border-radius:50%;filter:blur(90px);pointer-events:none;z-index:-1}
.ambient-one{width:260px;height:260px;background:rgba(255,0,32,.12);top:26%;right:-100px}
.ambient-two{width:220px;height:220px;background:rgba(160,0,20,.08);bottom:10%;left:-80px}

.site-header{
  width:min(calc(100% - 36px),var(--max));
  margin:0 auto;
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  border-bottom:1px solid rgba(255,255,255,.09);
  position:relative;
  z-index:20
}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.brand-mark{width:52px;height:52px;filter:drop-shadow(0 0 13px rgba(255,36,56,.35))}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy strong{font-size:1.2rem;letter-spacing:.13em}
.brand-copy small{color:var(--red);letter-spacing:.35em;font-size:.58rem;margin-top:7px}
.site-nav{display:flex;align-items:center;gap:30px}
.site-nav a{text-decoration:none;color:#d9d9da;font-size:.92rem;font-weight:700}
.site-nav a:hover{color:white}
.site-nav .nav-cta{border:1px solid var(--red);padding:11px 16px;border-radius:10px;color:#fff;box-shadow:0 0 18px rgba(255,36,56,.12)}
.back-link{text-decoration:none;color:#ccc;font-weight:700}
.menu-toggle{display:none;background:none;border:0;padding:10px}
.menu-toggle span:not(.sr-only){display:block;width:24px;height:2px;background:#fff;margin:5px 0}

.hero{
  width:min(calc(100% - 36px),var(--max));
  margin:0 auto;
  min-height:690px;
  display:grid;
  align-items:center;
  position:relative;
  overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.08)
}
.hero:after{
  content:"";
  position:absolute;
  right:-9%;
  top:18%;
  width:52%;
  height:55%;
  background:radial-gradient(circle,rgba(255,36,56,.14),transparent 66%);
  filter:blur(10px)
}
.hero-watermark{
  position:absolute;
  right:-30px;
  bottom:-45px;
  width:min(58vw,690px);
  opacity:.52;
  filter:drop-shadow(0 0 28px rgba(255,36,56,.48));
  z-index:1
}
.hero-content{max-width:720px;position:relative;z-index:4;padding:80px 0}
.eyebrow{
  margin:0 0 15px;
  color:var(--red);
  letter-spacing:.22em;
  font-size:.78rem;
  font-weight:900
}
h1,h2,h3{line-height:1.02;margin-top:0}
.hero h1{
  margin-bottom:24px;
  font-size:clamp(3.25rem,7.3vw,6.8rem);
  letter-spacing:-.055em;
  font-weight:950;
  text-transform:uppercase
}
.hero h1 span{
  color:var(--red);
  text-shadow:0 0 28px rgba(255,36,56,.25)
}
.hero-copy{max-width:660px;color:#c3c5c8;font-size:1.16rem}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border-radius:11px;
  text-decoration:none;
  font-weight:900;
  letter-spacing:.02em;
  border:1px solid transparent;
  cursor:pointer
}
.button-primary{
  background:linear-gradient(135deg,#ff2d42,#c80f21);
  box-shadow:0 0 22px rgba(255,36,56,.27);
  color:white
}
.button-primary:hover{box-shadow:0 0 34px rgba(255,36,56,.42);transform:translateY(-1px)}
.button-secondary{border-color:#4b4e53;background:rgba(8,8,8,.65)}
.hero-proof{
  display:flex;
  gap:12px;
  margin-top:44px;
  flex-wrap:wrap
}
.hero-proof div{
  min-width:165px;
  padding:14px 16px;
  border-left:2px solid var(--red);
  background:linear-gradient(90deg,rgba(255,36,56,.08),transparent)
}
.hero-proof strong{display:block;font-size:.85rem;letter-spacing:.12em}
.hero-proof span{color:var(--muted);font-size:.84rem}

.section{width:min(calc(100% - 36px),var(--max));margin:0 auto;padding:100px 0}
.section-heading{max-width:760px;margin-bottom:42px}
.section-heading h2,.why-content h2,.about-card h2,.cta-band h2,.quote-hero h1,.quote-sidebar h2,.thanks-page h1{
  font-size:clamp(2.2rem,5vw,4.1rem);
  letter-spacing:-.04em;
  margin-bottom:18px
}
.section-heading p:not(.eyebrow),.why-intro,.about-card p,.quote-hero p,.quote-sidebar p,.thanks-page p{color:var(--muted);font-size:1.05rem}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.service-card{
  position:relative;
  min-height:265px;
  padding:26px;
  border:1px solid #292c30;
  background:linear-gradient(145deg,rgba(25,27,30,.95),rgba(9,9,10,.96));
  border-radius:18px;
  overflow:hidden
}
.service-card:before{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:2px;
  background:linear-gradient(90deg,transparent,var(--red),transparent);
  transform:scaleX(0);
  transition:.25s ease
}
.service-card:hover{border-color:#5a252b;box-shadow:var(--shadow)}
.service-card:hover:before{transform:scaleX(1)}
.service-icon{font-size:2rem;color:var(--red);text-shadow:0 0 14px var(--red-glow)}
.service-card h3{font-size:1.12rem;margin:22px 0 12px}
.service-card p{color:var(--muted);margin:0;font-size:.94rem}

.why-section{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:68px;
  align-items:center;
  border-top:1px solid rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.07)
}
.why-emblem{
  position:relative;
  min-height:500px;
  display:grid;
  place-items:center
}
.why-emblem:before{
  content:"";
  position:absolute;
  width:70%;
  aspect-ratio:1;
  border:1px solid rgba(255,36,56,.72);
  border-radius:50%;
  box-shadow:0 0 40px rgba(255,36,56,.2),inset 0 0 30px rgba(255,36,56,.09)
}
.why-emblem img{width:92%;position:relative;filter:drop-shadow(0 0 20px rgba(255,36,56,.35))}
.why-list{margin-top:32px}
.why-list>div{display:grid;grid-template-columns:52px 1fr;gap:16px;padding:22px 0;border-top:1px solid #2b2d31}
.why-list>div>span{color:var(--red);font-weight:900}
.why-list h3{margin:0 0 8px;font-size:1.05rem}
.why-list p{margin:0;color:var(--muted);font-size:.95rem}

.about-section{padding-top:80px}
.about-card{
  padding:50px;
  border-radius:var(--radius);
  border:1px solid #292c30;
  background:
    linear-gradient(90deg,rgba(255,36,56,.08),transparent 32%),
    #101113;
  box-shadow:inset 0 0 70px rgba(255,36,56,.025)
}
.about-card p{max-width:850px}

.cta-band{
  width:min(calc(100% - 36px),var(--max));
  margin:0 auto 30px;
  padding:34px 40px;
  border:1px solid rgba(255,36,56,.44);
  border-radius:18px;
  background:
    linear-gradient(90deg,rgba(255,36,56,.12),rgba(255,36,56,.025)),
    #0b0b0c;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  box-shadow:0 0 38px rgba(255,36,56,.07)
}
.cta-band h2{font-size:clamp(2rem,4.2vw,3.3rem);margin-bottom:8px}
.cta-band p:not(.eyebrow){margin:0;color:var(--muted)}

.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.contact-card{
  padding:28px;
  border:1px solid #292c30;
  border-radius:16px;
  background:#101113;
  text-decoration:none
}
.contact-card span{display:block;color:var(--red);font-size:.74rem;font-weight:900;letter-spacing:.18em}
.contact-card strong{display:block;font-size:1.15rem;margin:12px 0}
.contact-card small{color:var(--muted)}

.site-footer{
  width:min(calc(100% - 36px),var(--max));
  margin:0 auto;
  padding:34px 0 48px;
  border-top:1px solid #25272a;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  color:#8d9095;
  font-size:.85rem
}
.footer-brand{display:flex;align-items:center;gap:10px}
.footer-brand img{width:42px}
.footer-brand strong,.footer-brand span{display:block;color:white}
.footer-brand span{font-size:.65rem;letter-spacing:.16em;color:var(--red)}
.site-footer a{color:#ddd}

.quote-page{width:min(calc(100% - 36px),var(--max));margin:0 auto}
.quote-hero{padding:80px 0 42px;position:relative;overflow:hidden}
.quote-hero h1{max-width:780px}
.quote-hero>p:last-of-type{max-width:650px}
.quote-watermark{position:absolute;right:-35px;top:5px;width:360px;opacity:.12;filter:drop-shadow(0 0 20px var(--red))}
.quote-layout{display:grid;grid-template-columns:1.55fr .75fr;gap:24px;padding-bottom:90px}
.quote-form,.quote-sidebar{
  border:1px solid #2b2d31;
  border-radius:20px;
  background:linear-gradient(145deg,#121316,#090909);
  padding:34px
}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
label{display:block;font-size:.88rem;font-weight:800;color:#ddd;margin-bottom:18px}
input,select,textarea{
  width:100%;
  margin-top:8px;
  background:#090a0b;
  color:white;
  border:1px solid #34373b;
  border-radius:10px;
  padding:14px;
  font:inherit;
  outline:none
}
input:focus,select:focus,textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(255,36,56,.1)}
textarea{resize:vertical}
.checkbox-field{display:flex;align-items:flex-start;gap:10px;color:#aaa;font-weight:500}
.checkbox-field input{width:auto;margin-top:4px}
.submit-button{width:100%;font:inherit}
.form-note{font-size:.78rem;color:#777;margin:16px 0 0}
.quote-sidebar img{width:110px;margin-bottom:28px;filter:drop-shadow(0 0 18px rgba(255,36,56,.26))}
.quote-sidebar ol{padding:0;margin:28px 0;list-style:none}
.quote-sidebar li{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:16px 0;border-top:1px solid #2d2f32}
.quote-sidebar li span{color:var(--red);font-weight:900}
.quote-sidebar li p{margin:0;font-size:.94rem}
.sidebar-contact{border-top:1px solid #2d2f32;padding-top:22px}
.sidebar-contact span{display:block;color:#8f9297;font-size:.8rem}
.sidebar-contact a{display:block;margin-top:6px;color:white;font-size:1.25rem;font-weight:900}

.thanks-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}
.thanks-mark{width:130px;margin-bottom:25px;filter:drop-shadow(0 0 22px rgba(255,36,56,.28))}
.thanks-page p{max-width:600px}
.thanks-page .button{margin-top:20px}

@media (max-width:980px){
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .why-section{grid-template-columns:1fr}
  .why-emblem{min-height:390px}
  .why-emblem img{max-width:540px}
  .quote-layout{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
}
@media (max-width:760px){
  .site-header{min-height:76px}
  .brand-mark{width:44px;height:44px}
  .menu-toggle{display:block}
  .site-nav{
    position:absolute;
    left:0;right:0;top:76px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    background:#090a0b;
    border:1px solid #26282b;
    border-radius:14px;
    padding:10px;
    box-shadow:0 18px 40px rgba(0,0,0,.4)
  }
  .site-nav.open{display:flex}
  .site-nav a{padding:13px}
  .site-nav .nav-cta{text-align:center;margin-top:5px}
  .hero{min-height:720px}
  .hero-content{padding:70px 0 250px}
  .hero-watermark{width:440px;right:-100px;bottom:-20px;opacity:.42}
  .hero-proof{display:grid;grid-template-columns:1fr}
  .section{padding:72px 0}
  .service-grid{grid-template-columns:1fr}
  .service-card{min-height:auto}
  .why-section{gap:28px}
  .why-emblem{min-height:300px}
  .why-emblem img{width:100%}
  .about-card{padding:30px}
  .cta-band{padding:28px;flex-direction:column;align-items:flex-start}
  .site-footer{flex-direction:column;align-items:flex-start}
  .field-row{grid-template-columns:1fr;gap:0}
  .quote-hero{padding-top:60px}
  .quote-watermark{width:260px;right:-90px}
  .quote-form,.quote-sidebar{padding:24px}
}
@media (max-width:480px){
  .hero h1{font-size:3.2rem}
  .hero-actions{display:grid}
  .button{width:100%}
  .section-heading h2,.why-content h2,.about-card h2,.quote-hero h1,.thanks-page h1{font-size:2.45rem}
}
