:root {
  --brand: #b91c1c;
  --brand-dark: #8f1515;
  --ink: #16202a;
  --muted: #56616c;
  --surface: #f4f6f8;
  --line: #dce2e7;
  --nav: #101820;
  --radius: 12px;
  --shadow: 0 10px 30px rgba(17, 24, 39, .09);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
main { display: block; min-height: 25vh; }
img { display: block; max-width: 100%; }
figure { margin: 0 0 1.5rem; }
iframe { max-width: 100%; }
a { color: #9f1818; text-decoration: none; }
a:hover, a:focus { color: #711111; text-decoration: underline; }
p a:not(.btn), .blog-content a { text-decoration: underline; text-underline-offset: .15em; }
p { margin: 0 0 1rem; }
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .75rem;
  color: #121a22;
  font-weight: 750;
  line-height: 1.22;
}
h1 { font-size: clamp(2.15rem, 5vw, 4.25rem); letter-spacing: -.045em; }
h2 { font-size: clamp(1.75rem, 3.2vw, 2.75rem); letter-spacing: -.03em; }
h3 { font-size: 1.25rem; }
address { font-style: normal; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2rem 0; }

.container, .container-fluid { width: 100%; margin: 0 auto; padding-right: 20px; padding-left: 20px; }
.container { max-width: 1180px; }
.row { display: flex; flex-wrap: wrap; margin-right: -12px; margin-left: -12px; }
.row > [class*="col-"] { position: relative; width: 100%; padding-right: 12px; padding-left: 12px; }
.no-gutters { margin-right: 0; margin-left: 0; }
.no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }
.col-12 { flex: 0 0 100%; max-width: 100%; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: .6rem 1rem;
  color: #111;
  background: #fff;
  border: 2px solid var(--brand);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

.navbar { position: relative; z-index: 30; width: 100%; min-height: 72px; background: var(--nav); }
.navbar .container { display: flex; min-height: 72px; align-items: center; justify-content: space-between; }
.navbar-brand { color: #fff; font-size: 1.24rem; font-weight: 800; letter-spacing: -.02em; }
.navbar-brand span { color: #ff8c7d; }
.navbar-brand:hover, .navbar-brand:focus { color: #fff; text-decoration: none; }
.navbar-toggler {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 44px;
  padding: .45rem .75rem;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 8px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.menu-bars, .menu-bars::before, .menu-bars::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  content: "";
}
.menu-bars { position: relative; }
.menu-bars::before { position: absolute; top: -6px; }
.menu-bars::after { position: absolute; top: 6px; }
.navbar-collapse { display: none; position: absolute; top: 72px; left: 0; width: 100%; padding: .5rem 20px 1rem; background: var(--nav); }
.navbar-collapse.is-open { display: block; }
.navbar-nav { margin: 0; padding: 0; list-style: none; }
.nav-link { display: block; padding: .65rem .7rem; color: #f4f7f9; font-weight: 650; }
.nav-link:hover, .nav-link:focus, .nav-item.active .nav-link { color: #fff; background: rgba(255,255,255,.1); text-decoration: none; border-radius: 7px; }
.nav-phone { color: #fff; background: var(--brand); }

.hero-wrap { position: relative; overflow: hidden; color: #fff; background: #17232e center/cover no-repeat; }
.hero-wrap:not(.hero-wrap-2) { min-height: 620px; }
.hero-media { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-wrap .overlay, .ftco-intro .overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(105deg, rgba(4, 10, 16, .82), rgba(9, 18, 26, .49) 58%, rgba(0, 0, 0, .35));
}
.hero-wrap .container, .ftco-intro .container { position: relative; z-index: 2; }
.hero-wrap .slider-text { min-height: 620px; }
.hero-wrap-2 { min-height: 390px; }
.hero-wrap-2 .slider-text { min-height: 390px; padding-top: 4rem; }
.hero-wrap h1, .hero-wrap h2, .hero-wrap p, .hero-wrap .bread { color: #fff; }
.hero-wrap .lead { max-width: 810px; margin-right: auto; margin-left: auto; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  padding: .35rem .7rem;
  color: #fff;
  background: rgba(0, 0, 0, .48);
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; margin-top: 1.5rem; }
.breadcrumbs { margin-bottom: .8rem; color: #f3f4f6; font-size: .94rem; }
.breadcrumbs a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

.ftco-section { position: relative; padding: 5.25rem 0; }
.bg-light { background: var(--surface); }
.bg-dark, .ftco-bg-dark { background: var(--nav); }
.heading-section { max-width: 900px; }
.heading-section.text-center { margin-right: auto; margin-left: auto; }
.heading-section-white h2, .heading-section-white p { color: #fff; }
.subheading {
  display: block;
  margin-bottom: .45rem;
  color: #8f1515;
  font-size: .84rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.section-intro { max-width: 800px; margin-right: auto; margin-left: auto; color: #4b5661; }
.lead { font-size: 1.15rem; }

.btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: .66rem 1.05rem;
  color: #fff;
  background: #3b4651;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}
.btn:hover, .btn:focus { color: #fff; text-decoration: none; filter: brightness(.92); }
.btn-primary, .btn-danger { color: #fff; background: var(--brand); }
.btn-secondary { color: #fff; background: #354250; }
.btn-light { color: #171f27; background: #fff; border-color: #fff; }
.btn-outline-light { color: #fff; background: rgba(0,0,0,.15); border-color: #fff; }
.btn-outline-dark, .btn-outline-secondary { color: #202a33; background: transparent; border-color: #202a33; }
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-secondary:hover, .btn-outline-secondary:focus { color: #fff; background: #202a33; }
.btn-lg { min-height: 50px; padding: .8rem 1.3rem; font-size: 1.05rem; }
.btn-sm { min-height: 38px; padding: .45rem .75rem; font-size: .88rem; }
.btn-block { width: 100%; }

.trust-strip { color: #fff; background: #17232e; }
.trust-strip__inner { display: grid; gap: 0; grid-template-columns: 1fr; }
.trust-strip__item { padding: 1.25rem 1rem; border-bottom: 1px solid rgba(255,255,255,.14); }
.trust-strip__item strong, .trust-strip__item span { display: block; }
.trust-strip__item span { color: #d5dde4; font-size: .92rem; }

.car-wrap, .blog-entry, .service-card, .reason-card, .sidebar-box, .contact-cta {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.car-wrap, .blog-entry, .service-card, .reason-card { height: 100%; }
.car-wrap .img, .blog-entry > a > img, .blog-entry .blog-card-image { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; background: #e5e7eb; }
.car-wrap .text, .blog-entry .text { padding: 1.25rem; }
.car-wrap h3, .car-wrap h2, .blog-entry h2, .blog-entry h3 { font-size: 1.16rem; }
.cat, .blog-card-meta, .article-meta, .text-muted { color: var(--muted); }
.price { margin-bottom: 0; color: #861414; font-size: 1.12rem; font-weight: 800; }
.price span, .price small { color: var(--muted); font-size: .78rem; font-weight: 600; }
.service-card, .reason-card { padding: 1.5rem; }
.service-card__icon, .reason-card__icon {
  display: inline-grid;
  width: 46px;
  height: 46px;
  margin-bottom: 1rem;
  place-items: center;
  color: #fff;
  background: var(--brand);
  border-radius: 10px;
  font-weight: 850;
}
.service-card p, .reason-card p { color: #46515c; }
.service-card a, .reason-card a { font-weight: 750; }

.topic-links, .category-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .65rem; }
.topic-links a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: .5rem .85rem;
  color: #26323d;
  background: #fff;
  border: 1px solid #b9c2ca;
  border-radius: 999px;
  font-weight: 700;
}
.topic-links a:hover, .topic-links a:focus, .topic-links a.active { color: #fff; background: var(--brand); border-color: var(--brand); text-decoration: none; }

.faq-list { max-width: 900px; margin-right: auto; margin-left: auto; }
.faq-list details { margin-bottom: .8rem; background: #fff; border: 1px solid var(--line); border-radius: 9px; }
.faq-list summary { padding: 1rem 1.15rem; font-weight: 780; cursor: pointer; }
.faq-list details > p { padding: 0 1.15rem 1.1rem; }

.ftco-intro {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 5rem 0;
  color: #fff;
  background: #17232e center/cover no-repeat;
}
.article-meta { display: flex; flex-wrap: wrap; gap: .65rem 1rem; margin-bottom: 1.25rem; font-size: .92rem; }
.article-summary { padding: 1.15rem 1.25rem; background: #fff4f3; border-left: 4px solid var(--brand); border-radius: 7px; }
.article-cover { width: 100%; max-height: 620px; object-fit: cover; border-radius: var(--radius); }
.blog-content { font-size: 1.04rem; overflow-wrap: anywhere; }
.blog-content h2 { margin-top: 2.25rem; font-size: 1.75rem; }
.blog-content h3 { margin-top: 1.75rem; }
.blog-content li { margin-bottom: .45rem; }
.blog-content img { height: auto; border-radius: 9px; }
.article-cta { margin-top: 2rem; padding: 1.5rem; color: #fff; background: #17232e; border-radius: var(--radius); }
.article-cta h2 { color: #fff; }
.article-cta a:not(.btn) { color: #fff; text-decoration: underline; }
.sidebar-box { margin-bottom: 1.25rem; padding: 1.25rem; box-shadow: none; }
.sidebar-box ul { padding-left: 1.2rem; }
.block-21 { align-items: flex-start; }
.blog-img { flex: 0 0 84px; width: 84px; height: 68px; background: #e5e7eb center/cover no-repeat; border-radius: 7px; }
.block-21 .heading { font-size: .98rem; }

.features { margin: 0 0 1.25rem; padding: 0; }
.features li { padding: .55rem 0; border-bottom: 1px solid var(--line); }
.features .check::before { margin-right: .55rem; color: #18723a; content: "\2713"; font-weight: 900; }
.contact-cta-grid { display: grid; gap: .85rem; grid-template-columns: 1fr; }
.contact-cta { display: block; padding: 1rem; color: #202a33; box-shadow: none; overflow-wrap: anywhere; }
.contact-cta:hover, .contact-cta:focus { color: #711111; border-color: #b91c1c; text-decoration: none; }
.form-control { display: block; width: 100%; min-height: 44px; padding: .6rem .75rem; border: 1px solid #aeb8c1; border-radius: 7px; font: inherit; }

.ftco-footer { padding: 4.5rem 0 2rem; color: #ced5dc; background: var(--nav); }
.ftco-footer h2, .ftco-footer h3 { color: #fff; }
.ftco-footer a { color: #fff; }
.ftco-footer a:hover, .ftco-footer a:focus { color: #fff; }
.ftco-footer .logo { font-size: 1.25rem; font-weight: 800; }
.ftco-footer .logo span { color: #ff8c7d; }
.ftco-heading-2 { font-size: 1.08rem; }
.footer-nap p { overflow-wrap: anywhere; }
.list-unstyled { padding-left: 0; list-style: none; }

.floating-btn {
  position: fixed;
  z-index: 50;
  bottom: 18px;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 5px 18px rgba(0,0,0,.28);
  font-size: .72rem;
  font-weight: 850;
}
.floating-btn:hover, .floating-btn:focus { color: #fff; text-decoration: none; filter: brightness(.92); }
.phone-btn { left: 18px; background: #1f65a6; }
.whatsapp-btn { right: 18px; background: #167d3d; }

.pagination { display: flex; gap: .4rem; margin: 0; padding: 0; list-style: none; }
.page-link { display: grid; min-width: 42px; min-height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 7px; }
.page-item.active .page-link { color: #fff; background: var(--brand); }
.alert { padding: .8rem 1rem; border-radius: 7px; }
.alert-success { color: #124d29; background: #dff5e6; }
.badge { display: inline-block; padding: .25rem .45rem; border-radius: 5px; }
.rounded { border-radius: var(--radius) !important; }
.img-fluid { width: auto; max-width: 100%; height: auto; }
.img { width: 100%; height: auto; }
.w-100 { width: 100% !important; }
.d-flex { display: flex !important; }
.d-block { display: block !important; }
.d-inline { display: inline !important; }
.d-none { display: none !important; }
.flex-column { flex-direction: column !important; }
.flex-wrap { flex-wrap: wrap !important; }
.align-items-center { align-items: center !important; }
.align-items-start { align-items: flex-start !important; }
.align-items-end { align-items: flex-end !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-start { justify-content: flex-start !important; }
.justify-content-end { justify-content: flex-end !important; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-white { color: #fff !important; }
.ml-auto { margin-left: auto !important; }
.mr-1 { margin-right: .25rem !important; }
.mr-2 { margin-right: .5rem !important; }
.mr-4 { margin-right: 1.5rem !important; }
.ml-1 { margin-left: .25rem !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: .25rem !important; }
.mb-2 { margin-bottom: .5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.mt-2 { margin-top: .5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }
.p-0 { padding: 0 !important; }
.pb-3 { padding-bottom: 1rem !important; }
.pb-5 { padding-bottom: 3rem !important; }
.pt-4 { padding-top: 1.5rem !important; }
.pl-0 { padding-left: 0 !important; }
.pr-0 { padding-right: 0 !important; }
.px-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
.py-2 { padding-top: .5rem !important; padding-bottom: .5rem !important; }
.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }
.h3 { font-size: 1.65rem !important; }
.h4 { font-size: 1.35rem !important; }
.h5 { font-size: 1.12rem !important; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 576px) {
  .col-sm-4 { flex: 0 0 33.333%; max-width: 33.333%; }
  .col-sm-5 { flex: 0 0 41.667%; max-width: 41.667%; }
  .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { flex: 0 0 58.333%; max-width: 58.333%; }
  .col-sm-8 { flex: 0 0 66.667%; max-width: 66.667%; }
  .float-sm-right { float: right !important; }
  .contact-cta-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 768px) {
  .col-md-2 { flex: 0 0 16.667%; max-width: 16.667%; }
  .col-md-3 { flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { flex: 0 0 33.333%; max-width: 33.333%; }
  .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  .col-md-7 { flex: 0 0 58.333%; max-width: 58.333%; }
  .col-md-8 { flex: 0 0 66.667%; max-width: 66.667%; }
  .col-md-9 { flex: 0 0 75%; max-width: 75%; }
  .col-md-10 { flex: 0 0 83.333%; max-width: 83.333%; }
  .col-md-12 { flex: 0 0 100%; max-width: 100%; }
  .trust-strip__inner { grid-template-columns: repeat(3, 1fr); }
  .trust-strip__item { border-right: 1px solid rgba(255,255,255,.14); border-bottom: 0; }
  .trust-strip__item:last-child { border-right: 0; }
}

@media (min-width: 992px) {
  .navbar-toggler { display: none; }
  .navbar-collapse { display: block; position: static; width: auto; padding: 0; background: transparent; }
  .navbar-nav { display: flex; align-items: center; }
  .nav-link { padding: .52rem .68rem; }
  .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
  .col-lg-4 { flex: 0 0 33.333%; max-width: 33.333%; }
  .col-lg-5 { flex: 0 0 41.667%; max-width: 41.667%; }
  .col-lg-7 { flex: 0 0 58.333%; max-width: 58.333%; }
  .col-lg-8 { flex: 0 0 66.667%; max-width: 66.667%; }
  .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
  .col-lg-10 { flex: 0 0 83.333%; max-width: 83.333%; }
  .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
  .d-lg-block { display: block !important; }
  .mb-lg-0 { margin-bottom: 0 !important; }
  .mt-lg-0 { margin-top: 0 !important; }
  .pl-lg-5 { padding-left: 3rem !important; }
  .hero-wrap:not(.hero-wrap-2), .hero-wrap:not(.hero-wrap-2) .slider-text { min-height: 650px; }
}

@media (max-width: 767.98px) {
  .ftco-section { padding: 3.75rem 0; }
  .hero-wrap:not(.hero-wrap-2), .hero-wrap:not(.hero-wrap-2) .slider-text { min-height: 610px; }
  .hero-wrap-2, .hero-wrap-2 .slider-text { min-height: 330px; }
  .hero-actions .btn { width: 100%; }
  .car-wrap .d-flex { gap: .5rem; }
  .car-wrap .d-flex .btn { flex: 1 1 auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
