:root {
  --primary: #d61f26;
  --primary-dark: #a5141a;
  --secondary: #121212;
  --soft-dark: #1c1c1c;
  --text: #202020;
  --muted: #6f6f6f;
  --bg: #f6f6f7;
  --white: #ffffff;
  --border: rgba(0, 0, 0, 0.08);
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.10);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--white);
}

a {
  text-decoration: none;
}

section {
  padding: 88px 0;
}

.brand-accent,
.icon-accent {
  color: var(--primary);
}

.content-layer {
  position: relative;
  z-index: 2;
}

.topbar {
  background: var(--secondary);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
}

.topbar a {
  color: rgba(255, 255, 255, 0.92);
}

.navbar {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.navbar-brand {
  font-weight: 800;
  font-size: 1.35rem;
  color: var(--secondary);
  letter-spacing: -0.03em;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), #ff4b52);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 12px 25px rgba(214, 31, 38, 0.28);
}

.nav-link {
  font-weight: 600;
  color: #2d2d2d;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary);
}

.navbar .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.10);
  padding: 1.25rem;
  width: min(1180px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  min-width: 0;
  margin-top: 1rem;
  overflow: hidden;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%);
}

.mega-menu {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 28px;
  background: #fff;
}

.mega-menu-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) 260px;
  gap: 1.5rem;
  align-items: stretch;
}

.mega-menu-title {
  color: var(--primary);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.mega-menu-group {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.mega-menu-link {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  color: inherit;
  padding: 0.35rem 0;
  transition: 0.2s ease;
}

.mega-menu-link:hover {
  transform: translateX(4px);
}

.mega-menu-link i {
  color: var(--primary);
  font-size: 1rem;
  width: 18px;
  text-align: center;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.mega-menu-link strong {
  display: block;
  color: #151515;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 0.15rem;
}

.mega-menu-link span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.mega-menu-media {
  align-self: stretch;
  height: 100%;
}

.mega-menu-media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: right center;
  border-radius: 22px;
  display: block;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.10);
}

.btn-main,
.btn-soft,
.btn-soft-dark {
  border-radius: 999px;
  padding: 0.9rem 1.4rem;
  font-weight: 700;
  transition: 0.25s ease;
}

.btn-main {
  background: linear-gradient(135deg, var(--primary), #ff4048);
  color: #fff;
  border: none;
  box-shadow: 0 16px 30px rgba(214, 31, 38, 0.22);
}

.btn-main:hover {
  color: #fff;
  transform: translateY(-2px);
}

.btn-soft {
  background: #fff;
  color: var(--secondary);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.btn-soft-dark {
  background: #111;
  color: #fff;
  border: 1px solid #111;
}

.btn-soft-dark:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.page-title-section {
  position: relative;
  padding: 100px 0 60px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 30%, rgba(214, 31, 38, 0.12), transparent 30%),
    radial-gradient(circle at 85% 70%, rgba(214, 31, 38, 0.08), transparent 28%);
  pointer-events: none;
}

.page-title-content {
  position: relative;
  z-index: 2;
}

.page-title-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(214, 31, 38, 0.08);
  color: var(--primary-dark);
  padding: 0.65rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
  margin-bottom: 1rem;
}

.page-title-content h1 {
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 0.8rem;
  color: #111;
  max-width: 700px;
}

.page-title-content p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 600px;
  margin-bottom: 0;
}

.breadcrumb-custom {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.2rem;
  font-size: 0.92rem;
  flex-wrap: wrap;
}

.breadcrumb-custom a {
  color: var(--muted);
  font-weight: 600;
  transition: 0.2s;
}

.breadcrumb-custom a:hover {
  color: var(--primary);
}

.breadcrumb-custom span {
  color: var(--muted);
}

.breadcrumb-custom .current {
  color: var(--primary);
  font-weight: 700;
}

.section-title {
  margin-bottom: 3rem;
}

.section-title .sub {
  color: var(--primary);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
  margin-bottom: 0.85rem;
  display: inline-block;
}

.section-title h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 0.9rem;
  color: #111;
}

.section-title p {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.8;
  max-width: 740px;
  margin: 0 auto;
}

.content-area h2 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.content-area h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 0.8rem;
}

.content-area p {
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 1.2rem;
}

.content-area ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.5rem;
}

.content-area ul li {
  padding: 0.55rem 0 0.55rem 1.6rem;
  position: relative;
  color: var(--text);
  line-height: 1.7;
}

.content-area ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--primary);
  font-size: 0.85rem;
  top: 0.65rem;
}

.sidebar-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
}

.sidebar-card h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 1.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid rgba(214, 31, 38, 0.12);
}

.sidebar-service-list {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.sidebar-service-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0.85rem;
  border-radius: var(--radius-sm);
  color: var(--text);
  font-weight: 600;
  font-size: 0.95rem;
  transition: 0.2s ease;
}

.sidebar-service-link:hover,
.sidebar-service-link.active {
  background: rgba(214, 31, 38, 0.06);
  color: var(--primary);
}

.sidebar-service-link i {
  color: var(--primary);
  width: 18px;
  text-align: center;
  font-size: 0.9rem;
}

.sidebar-contact-card {
  background: linear-gradient(135deg, #141414, #262626);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.sidebar-contact-card::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 130px;
  height: 130px;
  background: radial-gradient(circle, rgba(214, 31, 38, 0.35), transparent 62%);
  pointer-events: none;
}

.sidebar-contact-card h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
  position: relative;
}

.sidebar-contact-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 1.2rem;
  position: relative;
}

.sidebar-contact-link {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.6rem 0;
  position: relative;
  transition: 0.2s;
}

.sidebar-contact-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.sidebar-contact-link i {
  width: 20px;
  text-align: center;
}

.sidebar-info-card {
  background: rgba(214, 31, 38, 0.04);
  border: 1px solid rgba(214, 31, 38, 0.10);
  border-radius: var(--radius-md);
  padding: 1.3rem;
  margin-bottom: 1.5rem;
}

.sidebar-info-card h4 {
  font-size: 0.95rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 0.6rem;
}

.sidebar-info-card p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0;
}

.blog-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: 0.28s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.08);
}

.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.blog-body {
  padding: 1.5rem;
}

.blog-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.9rem;
}

.blog-body h3 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
  color: #111;
  line-height: 1.4;
}

.blog-body p {
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 1.1rem;
}

.blog-link {
  color: #111;
  font-weight: 800;
  transition: 0.2s;
}

.blog-link:hover {
  color: var(--primary);
}

.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  cursor: pointer;
}

.lightbox-overlay.active {
  display: flex;
}

.lightbox-overlay img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}

.lightbox-close {
  top: 24px;
  right: 28px;
  font-size: 2rem;
  line-height: 1;
}

.lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  transition: 0.2s;
}

.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.25);
}

.lightbox-prev {
  left: 24px;
}

.lightbox-next {
  right: 24px;
}

.footer {
  background: linear-gradient(135deg, #101010 0%, #171717 50%, #0d0d0d 100%);
  color: rgba(255, 255, 255, 0.76);
  padding: 72px 0 28px;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(214, 31, 38, 0.22), transparent 68%);
  pointer-events: none;
}

.footer::after {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -100px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(214, 31, 38, 0.14), transparent 70%);
  pointer-events: none;
}

.footer strong,
.footer a {
  color: #fff;
}

.footer-brand {
  position: relative;
  z-index: 1;
}

.footer-brand-top {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.footer-brand-mark {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary), #ff4b52);
  color: #fff;
  box-shadow: 0 16px 30px rgba(214, 31, 38, 0.22);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.footer-brand h3 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
}

.footer-brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.9;
  max-width: 420px;
}

.footer-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
  position: relative;
  padding-bottom: 0.7rem;
}

.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), rgba(255, 255, 255, 0.15));
  border-radius: 999px;
}

.footer-links,
.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  position: relative;
  z-index: 1;
}

.footer-links a,
.footer-links span,
.footer-contact-list a,
.footer-contact-list span {
  color: rgba(255, 255, 255, 0.76);
  transition: 0.2s ease;
  line-height: 1.7;
}

.footer-links a:hover,
.footer-contact-list a:hover {
  color: #fff;
  transform: translateX(4px);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.footer-contact-item i {
  width: 18px;
  margin-top: 0.2rem;
  color: var(--primary);
  text-align: center;
  flex-shrink: 0;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  margin-top: 2.4rem;
  padding-top: 1.4rem;
}

@media (max-width: 991.98px) {
  .navbar .dropdown-menu {
    width: 100%;
    max-width: 100%;
    left: 0 !important;
    right: 0 !important;
    transform: none;
    border-radius: 20px;
    padding: 1rem;
    margin-top: 0.75rem;
  }

  .mega-menu-wrap {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .mega-menu-media img {
    width: 100%;
    height: 320px;
    min-height: 320px;
    max-height: 320px;
  }
}

@media (max-width: 575.98px) {
  section {
    padding: 74px 0;
  }

  .btn-main,
  .btn-soft,
  .btn-soft-dark {
    width: 100%;
    justify-content: center;
    display: inline-flex;
  }

  .mega-menu-media img {
    height: 260px;
    min-height: 260px;
    max-height: 260px;
  }

  .footer {
    padding: 56px 0 24px;
  }

  .footer-brand-top {
    align-items: flex-start;
  }
}
