
:root{
  --red:#e02020;
  --red-dark:#c51616;
  --bg:#ffffff;
  --text:#111111;
  --muted:#666666;
  --line:#e7e7e7;
  --soft:#f8f8f8;
  --dark:#111111;
  --dark-2:#171717;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  background:var(--bg);
  color:var(--text);
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}

.container{
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(8px);
  border-bottom:1px solid var(--line);
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:16px 0;
}
.brand img{
  height:52px;
  width:auto;
}
.main-nav{
  display:flex;
  gap:24px;
  color:#444;
  font-size:15px;
  font-weight:600;
}
.main-nav a:hover{color:var(--red)}

.hero{
  position:relative;
  overflow:hidden;
  border-bottom:1px solid var(--line);
  background:linear-gradient(135deg,#fff8f8 0%, #ffffff 45%, #f5f5f5 100%);
}
.hero-bg{
  position:absolute;
  border-radius:999px;
  filter:blur(60px);
  opacity:.8;
}
.hero-bg-1{
  width:300px;height:300px;right:-80px;top:-90px;background:rgba(224,32,32,.12);
}
.hero-bg-2{
  width:260px;height:260px;left:-100px;bottom:-80px;background:rgba(17,17,17,.06);
}
.hero-bg-3{
  width:160px;height:160px;right:20%;top:20%;background:rgba(224,32,32,.08);
}
.hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:48px;
  align-items:center;
  padding:76px 0 90px;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  padding:8px 16px;
  border:1px solid #f2caca;
  background:#fff0f0;
  color:#b01818;
  border-radius:999px;
  font-size:14px;
  font-weight:600;
}
.hero h1{
  margin:18px 0 0;
  font-size:clamp(38px,5vw,66px);
  line-height:1.05;
  letter-spacing:-.02em;
}
.hero h1 span{color:var(--red)}
.hero p{
  margin:24px 0 0;
  max-width:670px;
  color:var(--muted);
  font-size:20px;
  line-height:1.7;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 24px;
  border-radius:18px;
  font-weight:700;
  font-size:15px;
  transition:.2s ease;
}
.btn-primary{
  background:var(--red);
  color:#fff;
  box-shadow:0 12px 32px rgba(224,32,32,.22);
}
.btn-primary:hover{background:var(--red-dark);transform:translateY(-1px)}
.btn-secondary{
  background:#fff;
  color:#111;
  border:1px solid #d9d9d9;
}
.btn-secondary:hover{background:#fafafa}

.hero-panel-wrap{
  display:flex;
  justify-content:flex-end;
}
.hero-panel{
  width:100%;
  max-width:500px;
  border:1px solid var(--line);
  background:#fff;
  border-radius:30px;
  padding:24px;
  box-shadow:0 25px 60px rgba(0,0,0,.10);
}
.hero-panel-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:20px;
}
.panel-label{
  color:#9a9a9a;
  font-size:14px;
}
.panel-title{
  margin-top:8px;
  font-size:30px;
  font-weight:700;
}
.panel-badge{
  white-space:nowrap;
  padding:8px 12px;
  border-radius:12px;
  background:rgba(224,32,32,.12);
  color:#cc3a3a;
  font-size:14px;
  font-weight:700;
}
.panel-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.panel-card{
  background:var(--dark);
  color:#fff;
  border-radius:22px;
  padding:18px;
  min-height:108px;
}
.mini-label{
  color:#a9a9a9;
  font-size:14px;
}
.mini-value{
  margin-top:10px;
  font-size:19px;
  font-weight:700;
  line-height:1.35;
}

.highlights{
  padding:28px 0;
}
.highlight-grid{
  display:grid;
  gap:14px;
  grid-template-columns:repeat(4,1fr);
}
.highlight-item{
  padding:20px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:0 6px 20px rgba(0,0,0,.04);
  color:#222;
  font-weight:600;
}

.section{
  padding:62px 0;
}
.section-head{
  max-width:760px;
  margin-bottom:34px;
}
.section-kicker{
  color:var(--red);
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-weight:800;
}
.section h2{
  margin:14px 0 0;
  font-size:clamp(30px,4vw,46px);
  line-height:1.1;
  letter-spacing:-.02em;
}
.section-head p,
.section-dark p,
.contact-box p{
  margin:16px 0 0;
  color:var(--muted);
  font-size:18px;
  line-height:1.7;
}

.services-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.service-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:28px;
  box-shadow:0 16px 40px rgba(0,0,0,.05);
  transition:.2s ease;
}
.service-card:hover{
  transform:translateY(-3px);
  border-color:#f0c7c7;
  box-shadow:0 18px 40px rgba(224,32,32,.08);
}
.service-icon{
  font-size:34px;
}
.service-card h3{
  margin:14px 0 0;
  font-size:24px;
}
.service-card p{
  margin:14px 0 0;
  color:var(--muted);
  line-height:1.7;
  font-size:17px;
}

.section-dark{
  background:linear-gradient(135deg,var(--dark) 0%, var(--dark-2) 100%);
  color:#fff;
}
.why-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:30px;
  align-items:start;
}
.kicker-dark{color:#ff7575}
.section-dark p{color:#cfcfcf}
.why-card{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  border-radius:28px;
  padding:28px;
}
.why-row + .why-row{
  margin-top:22px;
}

.contact-box{
  background:#fff1f1;
  border:1px solid #f0caca;
  border-radius:30px;
  padding:38px 28px;
  text-align:center;
  box-shadow:0 18px 45px rgba(224,32,32,.08);
}
.contact-box h2{
  color:#111;
}
.contact-grid{
  margin-top:28px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
}
.contact-pill{
  background:#fff;
  border:1px solid #f0caca;
  border-radius:18px;
  padding:14px 18px;
  color:#222;
  font-weight:600;
}

.site-footer{
  background:#111;
  color:#d0d0d0;
  border-top:1px solid #222;
  padding-top:24px;
}
.footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:0 0 20px;
}
.footer-brand{
  display:flex;
  align-items:center;
  gap:16px;
}
.footer-brand img{
  width:74px;
  height:74px;
  object-fit:cover;
  border-radius:12px;
}
.footer-title{
  color:#fff;
  font-weight:700;
  font-size:18px;
}
.footer-subtitle{
  margin-top:4px;
  font-size:13px;
  color:#8f8f8f;
}
.footer-right{
  text-align:right;
}
.footer-right p{
  margin:0;
}
.footer-muted{
  margin-top:6px !important;
  color:#8f8f8f;
  font-size:13px;
}
.footer-bottom{
  border-top:1px solid #262626;
  padding:16px 0 24px;
  text-align:center;
  font-size:13px;
  color:#8f8f8f;
}

@media (max-width: 980px){
  .hero-grid,
  .why-grid,
  .services-grid,
  .highlight-grid{
    grid-template-columns:1fr;
  }
  .hero-panel-wrap{
    justify-content:flex-start;
  }
}

@media (max-width: 760px){
  .main-nav{display:none}
  .brand img{height:44px}
  .hero-grid{padding:56px 0 64px}
  .hero p{font-size:18px}
  .panel-grid{grid-template-columns:1fr}
  .footer-inner{
    flex-direction:column;
    align-items:flex-start;
  }
  .footer-right{
    text-align:left;
  }
}
