:root {
  --brand-primary: #7C0E4B;
  --brand-primary-2: #9f1664;
  --brand-dark: #4C4C42;
  --brand-light: #E6E7E9;

  --bg-main: #0c0c0f;
  --bg-soft: #121217;
  --bg-card: rgba(255, 255, 255, 0.04);
  --border-soft: rgba(255, 255, 255, 0.08);

  --text-main: #f2f2f3;
  --text-soft: rgba(242, 242, 243, 0.76);
  --text-dark: #161616;

  --shadow-lg: 0 30px 80px rgba(0, 0, 0, 0.45);
  --shadow-md: 0 15px 35px rgba(0, 0, 0, 0.25);
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background: var(--bg-main);
  color: var(--text-main);
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: 0.3s ease;
}

.section {
  position: relative;
  padding: 110px 0;
}

.section-dark {
  background:
    radial-gradient(circle at top right, rgba(124, 14, 75, 0.14), transparent 35%),
    linear-gradient(180deg, #0d0d11 0%, #111117 100%);
}

.section-light {
  background:
    linear-gradient(180deg, #f2f3f5 0%, #e6e7e9 100%);
  color: var(--text-dark);
}

.section-contact {
  background:
    radial-gradient(circle at top left, rgba(124, 14, 75, 0.18), transparent 30%),
    linear-gradient(180deg, #0f1014 0%, #111218 100%);
}

.section-intro {
  max-width: 860px;
}

.section-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: #c689ab;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-title {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.section-title-sm {
  margin: 0 0 18px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.section-subtitle {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(22, 22, 22, 0.72);
}

.od-navbar {
  background: rgba(10, 10, 13, 0.72);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 16px 0;
}

.od-brand {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.26em;
}

.od-brand:hover {
  color: #fff;
}

.od-navbar .nav-link {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.od-navbar .nav-link:hover,
.od-navbar .nav-link:focus {
  color: #fff;
}

.od-navbar-toggler {
  border-color: rgba(255, 255, 255, 0.18);
}

.od-navbar-toggler:focus {
  box-shadow: none;
}

.od-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.85rem 1.4rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-2) 100%);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 14px 35px rgba(124, 14, 75, 0.36);
}

.od-btn-primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(124, 14, 75, 0.44);
}

.od-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.85rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.od-btn-outline:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #09090c;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 12, 0.18) 0%, rgba(8, 8, 12, 0.46) 100%),
    radial-gradient(circle at 20% 20%, rgba(124, 14, 75, 0.34), transparent 28%),
    radial-gradient(circle at 80% 30%, rgba(124, 14, 75, 0.20), transparent 24%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent 85%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}

.hero-glow-1 {
  width: 360px;
  height: 360px;
  top: 12%;
  left: -6%;
  background: rgba(124, 14, 75, 0.34);
}

.hero-glow-2 {
  width: 300px;
  height: 300px;
  right: -6%;
  bottom: 10%;
  background: rgba(124, 14, 75, 0.22);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 80px;
}

.hero-kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: #d4b2c5;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-title {
  margin: 0;
  font-size: clamp(2.7rem, 6vw, 5.8rem);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.hero-lead {
  max-width: 860px;
  margin-top: 28px;
  margin-bottom: 0;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.9;
  color: var(--text-soft);
}

.hero-actions {
  margin-top: 38px;
}

.hero-bottom-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 120px;
  background: linear-gradient(to bottom, rgba(12, 12, 15, 0), #0f1014 90%);
}

.content-panel,
.feature-panel,
.contact-card,
.stat-card,
.service-block {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.content-panel,
.feature-panel,
.contact-card {
  background: var(--bg-card);
  padding: 32px;
}

.content-panel p,
.feature-panel p {
  margin-bottom: 18px;
  line-height: 1.9;
  color: var(--text-soft);
}

.stats-section {
  padding-top: 0;
  margin-top: -30px;
  z-index: 3;
}

.stat-card {
  height: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.03) 100%);
  padding: 30px 24px;
  text-align: center;
}

.stat-value {
  margin-bottom: 10px;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #fff;
}

.stat-label {
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(242, 242, 243, 0.72);
}

.service-block {
  background: rgba(255, 255, 255, 0.72);
  padding: 34px;
  color: var(--text-dark);
  transition: 0.35s ease;
}

.service-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 45px rgba(0, 0, 0, 0.12);
}

.service-head h3 {
  margin: 10px 0 0;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.service-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  height: 36px;
  border-radius: 999px;
  background: rgba(124, 14, 75, 0.10);
  color: var(--brand-primary);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.service-summary {
  margin-bottom: 22px;
  font-size: 1.04rem;
  line-height: 1.9;
  color: rgba(22, 22, 22, 0.78);
}

.mini-card {
  height: 100%;
  padding: 22px;
  border: 1px solid rgba(76, 76, 66, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.74);
}

.mini-card h4 {
  margin-bottom: 12px;
  font-size: 1.02rem;
  line-height: 1.5;
  font-weight: 800;
  color: #141414;
}

.mini-card p {
  margin: 0;
  line-height: 1.75;
  color: rgba(22, 22, 22, 0.72);
}

.parallax-section {
  position: relative;
  padding: 150px 0;
  background:
    linear-gradient(rgba(7, 7, 10, 0.6), rgba(7, 7, 10, 0.78)),
    url("assets/img/parallax-bg.jpg") center center / cover no-repeat fixed;
  overflow: hidden;
}

.parallax-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(124, 14, 75, 0.20), transparent 36%);
}

.parallax-title {
  margin: 0 0 22px;
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #fff;
}

.parallax-text {
  max-width: 850px;
  margin: 0 auto 30px;
  font-size: 1.08rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
}

.glow-btn {
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04),
    0 0 30px rgba(124, 14, 75, 0.36),
    0 18px 44px rgba(0, 0, 0, 0.32);
}

.contact-card h3 {
  margin-bottom: 22px;
  font-size: 1.45rem;
  font-weight: 800;
}

.contact-list li + li {
  margin-top: 18px;
}

.contact-list span {
  display: block;
  margin-bottom: 5px;
  color: #c6a8ba;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-list a,
.contact-list p {
  color: var(--text-main);
  font-size: 1rem;
  line-height: 1.8;
}

.map-placeholder {
  min-height: 260px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)),
    repeating-linear-gradient(
      45deg,
      rgba(255,255,255,0.025),
      rgba(255,255,255,0.025) 10px,
      transparent 10px,
      transparent 20px
    );
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-placeholder span {
  color: rgba(255,255,255,0.56);
  font-weight: 600;
}

.form-label {
  margin-bottom: 8px;
  color: rgba(255,255,255,0.82);
  font-weight: 600;
}

.od-form-control {
  min-height: 54px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.10);
  background-color: rgba(255,255,255,0.04);
  color: #fff;
  box-shadow: none !important;
}

.od-form-control::placeholder {
  color: rgba(255,255,255,0.42);
}

.od-form-control:focus {
  border-color: rgba(124, 14, 75, 0.70);
  background-color: rgba(255,255,255,0.06);
  color: #fff;
}

textarea.od-form-control {
  min-height: 160px;
  resize: vertical;
}

.form-select.od-form-control {
  color: rgba(255,255,255,0.86);
}

.footer {
  padding: 28px 0;
  background: #09090c;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-brand,
.footer-copy {
  color: rgba(255,255,255,0.66);
  font-size: 0.96rem;
}

@media (max-width: 991.98px) {
  .od-navbar {
    background: rgba(10, 10, 13, 0.94);
  }

  .hero-content {
    padding-top: 140px;
  }

  .section {
    padding: 90px 0;
  }

  .service-block {
    padding: 26px;
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    line-height: 1.04;
  }

  .hero-lead {
    line-height: 1.75;
  }

  .content-panel,
  .feature-panel,
  .contact-card {
    padding: 24px;
  }

  .parallax-section {
    background-attachment: scroll;
    padding: 110px 0;
  }
}