:root{
  --bg:#ffffff;
  --text:#111318;
  --muted:#5b6472;
  --card:#ffffff;
  --line:rgba(16,19,26,.10);
  --shadow: 0 18px 40px rgba(16,19,26,.10);
  --shadow2: 0 10px 24px rgba(16,19,26,.10);
  --radius: 18px;
  --radius2: 14px;

  --red:#d0141f;
  --red2:#ff2b38;
  --steel:#8b95a6;
  --steel2:#c6ceda;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.5;
}

img{max-width:100%; height:auto; display:block}
a{color:inherit}
.container{width:min(1120px, 92%); margin:0 auto}

.skip{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip:focus{left:16px; top:16px; width:auto; height:auto; padding:10px 12px; background:#fff; border:1px solid var(--line); border-radius:10px; z-index:9999}

.header{
  position:sticky; top:0; z-index:50;
  background:rgba(255,255,255,.86);
  backdrop-filter: blur(12px);
  border-bottom:1px solid var(--line);
}
.header__inner{
  display:flex; align-items:center; gap:18px;
  padding:12px 0;
}
.brand{
  display:flex; align-items:center; gap:12px;
  text-decoration:none;
  min-width: 260px;
}
.brand__logo{
  width:56px; height:56px;
  border-radius:14px;
  box-shadow: 0 10px 22px rgba(16,19,26,.10);
  border:1px solid var(--line);
  background:#fff;
  object-fit:cover;
}
.brand__name{font-weight:800; letter-spacing:.2px}
.brand__tag{font-size:12px; color:var(--muted); margin-top:2px}

.nav{margin-left:auto}
.nav__toggle{
  display:none;
  border:1px solid var(--line);
  background:#fff;
  border-radius:12px;
  padding:10px 12px;
  align-items:center;
  gap:10px;
  box-shadow: 0 10px 18px rgba(16,19,26,.06);
}
.nav__toggleBars{
  width:18px; height:12px; display:inline-block; position:relative;
}
.nav__toggleBars::before,
.nav__toggleBars::after,
.nav__toggleBars span{
  content:"";
  position:absolute; left:0; right:0;
  height:2px; border-radius:4px;
  background:var(--text);
}
.nav__toggleBars::before{top:0}
.nav__toggleBars::after{bottom:0}
.nav__toggleBars span{top:5px}

.nav__list{
  list-style:none; padding:0; margin:0;
  display:flex; gap:14px; align-items:center;
}
.nav__link{
  text-decoration:none;
  font-weight:600;
  color:var(--muted);
  padding:10px 12px;
  border-radius:12px;
  transition: .2s ease;
}
.nav__link:hover{background:rgba(208,20,31,.08); color:var(--text)}
.header__cta{display:flex; align-items:center}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  border-radius:14px;
  padding:12px 14px;
  border:1px solid var(--line);
  text-decoration:none;
  font-weight:700;
  transition: .2s ease;
  white-space:nowrap;
}
.btn--lg{padding:14px 16px; border-radius:16px}
.btn--full{width:100%}
.btn--primary{
  background: linear-gradient(135deg, var(--red), var(--red2));
  color:#fff;
  border-color: rgba(255,255,255,.0);
  box-shadow: 0 18px 36px rgba(208,20,31,.22);
}
.btn--primary:hover{transform: translateY(-1px); box-shadow: 0 22px 42px rgba(208,20,31,.26)}
.btn--ghost{
  background:#fff;
}
.btn--ghost:hover{transform: translateY(-1px); box-shadow: 0 14px 26px rgba(16,19,26,.10)}
.btn--soft{
  background: rgba(208,20,31,.08);
  border-color: rgba(208,20,31,.18);
}
.btn--soft:hover{background: rgba(208,20,31,.11)}

.hero{
  position:relative;
  overflow:hidden;
}
.hero__bg{
  position:absolute; inset:-140px -40px auto -40px;
  height:520px;
  background:
    radial-gradient(closest-side, rgba(208,20,31,.14), rgba(208,20,31,0) 70%),
    radial-gradient(closest-side, rgba(139,149,166,.20), rgba(139,149,166,0) 72%);
  filter: blur(0px);
  z-index:-1;
}
.hero__grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:26px;
  padding:44px 0 26px;
  align-items:start;
}
.hero__title{
  font-size: clamp(34px, 4.2vw, 54px);
  line-height:1.05;
  margin:14px 0 10px;
  letter-spacing: -0.8px;
}
.hero__subtitle{
  margin:0;
  font-size: clamp(15px, 1.3vw, 18px);
  color:var(--muted);
  max-width: 60ch;
}
.hero__actions{display:flex; gap:12px; flex-wrap:wrap; margin:18px 0 22px}

.pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:10px 12px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.76);
  border-radius:999px;
  color:var(--muted);
  box-shadow: 0 14px 26px rgba(16,19,26,.08);
}
.pill a{font-weight:800; text-decoration:none}
.pill__dot{
  width:10px; height:10px; border-radius:999px;
  background: linear-gradient(135deg, var(--red), var(--red2));
  box-shadow: 0 10px 18px rgba(208,20,31,.22);
}

.quickcards{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:12px;
}
.qcard{
  background: rgba(255,255,255,.86);
  border:1px solid var(--line);
  border-radius: var(--radius2);
  padding:14px;
  box-shadow: 0 12px 22px rgba(16,19,26,.08);
}
.qcard__icon{font-size:20px}
.qcard__title{font-weight:800; margin-top:8px}
.qcard__text{color:var(--muted); font-size:13px; margin-top:4px}

.panel{
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.90));
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: var(--shadow);
  position:sticky;
  top:86px;
}
.panel__top{display:flex; justify-content:space-between; align-items:center; position:relative}
.panel__badge{
  display:inline-flex; align-items:center;
  padding:8px 10px;
  border-radius:999px;
  background: rgba(208,20,31,.10);
  border:1px solid rgba(208,20,31,.22);
  font-weight:800;
}
.panel__shine{
  width:120px; height:120px; border-radius:999px;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.95), rgba(255,255,255,0) 60%);
  position:absolute; right:-28px; top:-32px;
  opacity:.9;
  pointer-events:none;
}
.panel__title{margin:14px 0 8px; font-size:20px; letter-spacing:-.2px}
.panel__text{margin:0 0 14px; color:var(--muted)}
.panel__list{display:grid; gap:10px; margin:14px 0 16px}
.panel__item{display:flex; gap:10px; align-items:flex-start; color:var(--text)}
.check{
  width:22px; height:22px; border-radius:7px;
  display:inline-flex; align-items:center; justify-content:center;
  background: rgba(208,20,31,.12);
  border:1px solid rgba(208,20,31,.22);
  font-weight:900;
}
.panel__cta{display:grid; gap:10px}

.section{padding:54px 0}
.section--alt{background: linear-gradient(180deg, rgba(208,20,31,.04), rgba(208,20,31,0))}
.section__head{margin-bottom:18px}
.section__title{margin:0; font-size:32px; letter-spacing:-.6px}
.section__lead{margin:10px 0 0; color:var(--muted); max-width: 72ch}
.section__subtitle{margin:18px 0 12px; font-size:18px}

.split{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:22px;
  align-items:start;
}

.grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:12px;
}
.grid--small{grid-template-columns: repeat(2, minmax(0, 1fr))}
.card{
  background: var(--card);
  border:1px solid var(--line);
  border-radius: var(--radius2);
  padding:16px;
  box-shadow: var(--shadow2);
  transition:.2s ease;
}
.card:hover{transform: translateY(-2px)}
.card__icon{font-size:22px}
.card__title{margin:10px 0 0; font-size:14px; letter-spacing:.1px}
.card--compact{padding:18px}

.note{
  margin-top:14px;
  border:1px dashed rgba(208,20,31,.35);
  background: rgba(208,20,31,.06);
  border-radius: var(--radius);
  padding:16px;
}
.note__title{font-weight:900}
.note__text{color:var(--muted); margin:6px 0 12px}

.serviceGrid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:12px;
}
.service{
  background:#fff;
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: var(--shadow2);
}
.service__icon{font-size:26px}
.service__title{margin:12px 0 0; font-size:18px; letter-spacing:-.2px}

.ctaBand{
  margin-top:18px;
  display:flex;
  gap:14px;
  align-items:center;
  justify-content:space-between;
  padding:18px;
  border-radius: var(--radius);
  border:1px solid var(--line);
  background: rgba(255,255,255,.86);
  box-shadow: var(--shadow2);
}
.ctaBand__title{font-weight:900; font-size:18px}
.ctaBand__subtitle{color:var(--muted)}

.socialGrid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:12px;
}
.social{
  display:flex; gap:12px; align-items:center;
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:16px;
  box-shadow: var(--shadow2);
  background:#fff;
}
.social__icon{
  width:46px; height:46px;
  border-radius:16px;
  display:flex; align-items:center; justify-content:center;
  font-weight:900;
  background: rgba(208,20,31,.10);
  border:1px solid rgba(208,20,31,.22);
}
.social__icon--tt{
  background: rgba(139,149,166,.14);
  border:1px solid rgba(139,149,166,.26);
}
.social__label{font-size:12px; color:var(--muted); font-weight:700}
.social__name{font-weight:900; letter-spacing:-.2px}

.section--contact{
  padding-top:10px;
}
.contact{
  display:grid;
  grid-template-columns: 1fr .9fr;
  gap:18px;
  align-items:stretch;
}
.contact__card{
  border:1px solid var(--line);
  border-radius: var(--radius);
  padding:20px;
  box-shadow: var(--shadow);
  background:#fff;
}
.contact__title{margin:0; font-size:30px; letter-spacing:-.6px}
.contact__text{margin:10px 0 18px; color:var(--muted)}
.contact__phone{
  display:flex; align-items:baseline; justify-content:space-between;
  gap:12px;
  padding:14px;
  border-radius: 16px;
  border:1px solid var(--line);
  background: rgba(139,149,166,.08);
}
.contact__label{color:var(--muted); font-weight:700}
.contact__number{
  font-size:22px;
  font-weight:900;
  text-decoration:none;
  letter-spacing:.4px;
}
.contact__actions{display:grid; gap:10px; margin-top:14px}
.contact__mini{margin-top:18px}
.mini{display:flex; align-items:center; gap:12px}
.mini__logo{width:46px; height:46px; border-radius:14px; border:1px solid var(--line); object-fit:cover}
.mini__name{font-weight:900}
.mini__sub{color:var(--muted); font-size:13px}

.contact__side{
  border-radius: var(--radius);
  border:1px solid var(--line);
  background: linear-gradient(135deg, rgba(208,20,31,.08), rgba(139,149,166,.10));
  box-shadow: var(--shadow);
  padding:18px;
  position:relative;
  overflow:hidden;
}
.badgeWall{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.badgeWall__item{
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.50);
  background: rgba(255,255,255,.78);
  font-weight:800;
  box-shadow: 0 12px 18px rgba(16,19,26,.06);
}

.footer{
  border-top:1px solid var(--line);
  margin-top:26px;
  background:#fff;
}
.footer__inner{
  display:flex; gap:18px; justify-content:space-between; align-items:flex-start;
  padding:20px 0;
}
.footer__brand{display:flex; gap:12px; align-items:center}
.footer__logo{width:54px; height:54px; border-radius:16px; border:1px solid var(--line); object-fit:cover}
.footer__name{font-weight:900}
.footer__desc{color:var(--muted); font-size:13px; margin-top:4px}

.footer__cols{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:18px;
}
.footer__title{font-weight:900; margin-bottom:8px}
.footer__link{display:inline-block; text-decoration:none; font-weight:800}
.footer__text{color:var(--muted); font-weight:600}

.footer__bottom{
  border-top:1px solid var(--line);
  padding:14px 0;
  color:var(--muted);
  font-weight:600;
}
.footer__bottomInner{
  display:flex; justify-content:space-between; align-items:center; gap:10px;
}
.footer__top{text-decoration:none; font-weight:800}

.fab{
  position:fixed;
  right:16px;
  bottom:16px;
  display:flex;
  gap:10px;
  align-items:center;
  text-decoration:none;
  padding:12px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--red), var(--red2));
  color:#fff;
  box-shadow: 0 18px 34px rgba(208,20,31,.26);
  z-index:60;
}
.fab:hover{transform: translateY(-1px)}
.fab__icon{font-size:18px}
.fab__text{font-weight:900}

@media (max-width: 920px){
  .hero__grid{grid-template-columns:1fr; padding-top:28px}
  .panel{position:relative; top:0}
  .split{grid-template-columns:1fr}
  .grid{grid-template-columns: repeat(2, minmax(0,1fr))}
  .serviceGrid{grid-template-columns:1fr}
  .ctaBand{flex-direction:column; align-items:stretch}
  .contact{grid-template-columns:1fr}
  .footer__inner{flex-direction:column}
  .footer__cols{grid-template-columns:1fr}
  .brand{min-width:auto}
  .nav__toggle{display:inline-flex}
  .nav__list{
    position:absolute;
    right:4%;
    top:70px;
    background:#fff;
    border:1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding:10px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    min-width: 220px;
  }
  .nav__list.is-open{display:flex}
  .nav__link{width:100%}
  .header__cta{display:none}
}
