:root {
  --dg-crimson: #680f19;
  --dg-maroon: #3b0b15;
  --dg-gold: #d8ae35;
  --dg-ivory: #fff7ee;
  --dg-gold-1: #c79624;
  --dg-gold-2: #ffd45a;
  --dg-ink: #16050a;
  --dg-ink-2: #2c0810;
  --dg-shadow: 0 22px 48px rgba(50, 3, 13, 0.42);
  --dg-shadow-soft: 0 13px 34px rgba(216, 174, 53, 0.14);
  --dg-radius-lg: 22px;
  --dg-radius-md: 16px;
  --dg-border: rgba(232, 187, 61, 0.26);
  --dg-border-strong: rgba(240, 197, 68, 0.6);
  --dg-glow: 0 0 0 1px rgba(216, 174, 53, 0.12), 0 18px 80px rgba(216, 174, 53, 0.16);
  --dg-surface: rgba(74, 12, 22, 0.76);
  --dg-surface-strong: rgba(92, 18, 30, 0.88);
  --dg-surface-maroon: rgba(66, 9, 19, 0.72);
  --dg-surface-maroon-strong: rgba(66, 9, 19, 0.92);
  --dg-text-muted: #dbc0ad;
}

html,
body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

main[id],
.dg-section[id] {
  scroll-margin-top: 92px;
}

body {
  font-family: Poppins, system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--dg-ivory);
  background: var(--dg-ink);
  background-image: radial-gradient(circle at 92% -10%, rgba(224, 176, 41, 0.22), transparent 34%),
    radial-gradient(circle at 5% 14%, rgba(141, 22, 36, 0.38), transparent 42%),
    linear-gradient(135deg, #21050b, #490b15 54%, #1c050a);
  overflow-x: hidden;
}

.dg-section {
  position: relative;
  padding: 88px 0;
}

.dg-section--tight {
  padding: 74px 0;
}

.dg-section--soft {
  background: linear-gradient(180deg, rgba(109, 15, 25, 0.18), rgba(40, 5, 12, 0.08)),
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.12), transparent 35%);
  border-top: 1px solid rgba(244, 197, 66, 0.08);
  border-bottom: 1px solid rgba(244, 197, 66, 0.08);
}

.dg-section__header {
  max-width: 760px;
  margin-bottom: 36px;
}

.dg-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: rgba(255, 248, 240, 0.82);
}

.dg-eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  background: linear-gradient(90deg, var(--dg-gold-1), var(--dg-gold-2));
  border-radius: 99px;
  box-shadow: 0 0 16px rgba(244, 197, 66, 0.25);
}

.dg-h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: clamp(1.55rem, 1.1rem + 1.8vw, 2.5rem);
}

.dg-muted {
  color: var(--dg-text-muted);
  margin: 0;
  max-width: 60ch;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  z-index: 1100;
  background: linear-gradient(90deg, var(--dg-gold-1), var(--dg-gold-2));
  box-shadow: 0 0 18px rgba(244, 197, 66, 0.35);
}

.dg-navbar {
  transition: background 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  border-bottom: 1px solid rgba(244, 197, 66, 0);
  background: rgba(65, 8, 18, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.dg-navbar.is-scrolled {
  background: rgba(65, 8, 18, 0.98);
  border-bottom: 1px solid var(--dg-border);
  box-shadow: 0 15px 36px rgba(42, 3, 11, 0.38);
}

.dg-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dg-brand__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1;
}

.dg-brand__logo {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #23060c;
  background: linear-gradient(135deg, var(--dg-gold-1), var(--dg-gold-2));
  box-shadow: var(--dg-glow);
}

.dg-brand__text {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.dg-brand__tagline {
  font-family: "Noto Sans Devanagari", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(255, 248, 240, 0.82);
  white-space: nowrap;
}

.nav-link {
  color: rgba(255, 248, 240, 0.82);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--dg-gold);
}

.nav-link.active {
  color: var(--dg-gold);
}

.dg-badge {
  background: rgba(244, 197, 66, 0.16);
  border: 1px solid rgba(244, 197, 66, 0.22);
  color: rgba(255, 248, 240, 0.92);
  border-radius: 999px;
  padding: 10px 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.dg-badge--ghost {
  background: rgba(179, 8, 29, 0.14);
  border-color: rgba(179, 8, 29, 0.35);
}

.btn {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease,
    color 180ms ease;
}

.btn:focus-visible {
  box-shadow: 0 0 0 4px rgba(244, 197, 66, 0.18);
}

.btn-gold {
  color: #21060b;
  background: linear-gradient(135deg, var(--dg-gold-1), var(--dg-gold-2));
  border: 1px solid var(--dg-gold);
  box-shadow: 0 13px 34px rgba(216, 174, 53, 0.27);
}

.btn-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 19px 36px rgba(212, 175, 55, 0.35);
  color: #21060b;
}

.btn-outline-ivory {
  color: var(--dg-gold);
  border: 1px solid var(--dg-border-strong);
  background: rgba(18, 6, 10, 0.25);
}

.btn-outline-ivory:hover {
  transform: translateY(-2px);
  border-color: var(--dg-gold);
  box-shadow: 0 20px 60px rgba(18, 6, 10, 0.4);
  color: var(--dg-ink);
  background: var(--dg-gold);
}

.hero {
  padding-top: 96px;
  padding-bottom: 72px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-bg__mesh {
  position: absolute;
  inset: -40px;
  background: radial-gradient(800px 520px at 18% 10%, rgba(244, 197, 66, 0.18), transparent 60%),
    radial-gradient(700px 520px at 78% 20%, rgba(179, 8, 29, 0.38), transparent 60%),
    radial-gradient(650px 520px at 70% 85%, rgba(244, 197, 66, 0.12), transparent 60%);
  filter: blur(0px);
}

.hero-bg__glow {
  position: absolute;
  width: 900px;
  height: 900px;
  left: 55%;
  top: -280px;
  background: radial-gradient(circle at 30% 30%, rgba(244, 197, 66, 0.25), transparent 55%);
  transform: rotate(-12deg);
  opacity: 0.85;
  filter: blur(20px);
}

.hero-bg__noise {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 248, 240, 0.06) 1px, transparent 0),
    radial-gradient(rgba(244, 197, 66, 0.06) 1px, transparent 0);
  background-position: 0 0, 8px 8px;
  background-size: 16px 16px;
  mix-blend-mode: overlay;
  opacity: 0.2;
  mask-image: radial-gradient(circle at 40% 10%, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0));
}

.hero-kicker {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 16px;
  align-items: center;
}

.hero-title {
  margin: 0;
  line-height: 0.95;
}

.hero-title__brand {
  display: inline-block;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: clamp(2.3rem, 1.45rem + 4.6vw, 4.4rem);
  background: linear-gradient(135deg, var(--dg-gold-2), var(--dg-gold-1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 22px 70px rgba(244, 197, 66, 0.14);
}

.hero-subtitle {
  font-family: "Noto Sans Devanagari", sans-serif;
  margin: 16px 0 18px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(255, 248, 240, 0.82);
}

.hero-subtitle__sep {
  margin: 0 8px;
  color: rgba(244, 197, 66, 0.8);
}

.hero-lead {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: clamp(1.35rem, 1.08rem + 1.25vw, 2rem);
  margin: 0 0 10px;
}

.hero-desc {
  margin: 0;
  color: var(--dg-text-muted);
  max-width: 60ch;
  font-size: 1.03rem;
}

.hero-actions {
  margin-top: 24px;
  display: grid;
  gap: 14px;
  max-width: 760px;
}

.hero-actions__grid,
.hero-actions__contact {
  display: grid;
  gap: 12px;
}

.hero-action-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 18px 18px;
  border-radius: 22px;
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, background 200ms ease,
    color 200ms ease;
}

.hero-action-card:hover {
  transform: translateY(-3px);
}

.hero-action-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}

.hero-action-card__title {
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.25;
}

.hero-action-card__meta {
  font-size: 0.9rem;
  line-height: 1.45;
}

.hero-action-card--primary {
  color: #21060b;
  background: linear-gradient(145deg, var(--dg-gold-2), var(--dg-gold-1));
  border: 1px solid rgba(255, 221, 122, 0.7);
  box-shadow: 0 16px 34px rgba(216, 174, 53, 0.24);
}

.hero-action-card--primary:hover {
  color: #21060b;
  box-shadow: 0 22px 44px rgba(216, 174, 53, 0.3);
}

.hero-action-card--primary .hero-action-card__icon {
  color: var(--dg-gold);
  background: rgba(34, 6, 11, 0.9);
  box-shadow: inset 0 0 0 1px rgba(255, 221, 122, 0.14);
}

.hero-action-card--primary .hero-action-card__meta {
  color: rgba(33, 6, 11, 0.76);
}

.hero-action-card--secondary {
  color: rgba(255, 248, 240, 0.94);
  background: rgba(43, 11, 19, 0.58);
  border: 1px solid rgba(244, 197, 66, 0.24);
  box-shadow: 0 16px 38px rgba(18, 6, 10, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-action-card--secondary:hover {
  color: rgba(255, 248, 240, 0.98);
  border-color: rgba(244, 197, 66, 0.42);
  box-shadow: 0 20px 44px rgba(18, 6, 10, 0.34);
}

.hero-action-card--secondary .hero-action-card__icon {
  color: var(--dg-gold);
  background: linear-gradient(135deg, rgba(244, 197, 66, 0.2), rgba(179, 8, 29, 0.18));
  border: 1px solid rgba(244, 197, 66, 0.2);
}

.trust-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 22px;
  max-width: 520px;
}

.trust-list__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  background: var(--dg-surface);
  border: 1px solid rgba(244, 197, 66, 0.14);
}

.trust-list__item i {
  color: var(--dg-gold);
}

.trust-list__item span {
  font-weight: 600;
  color: rgba(255, 248, 240, 0.92);
}

.hero-mini-proof {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 560px;
}

.hero-mini-proof__card {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: var(--dg-radius-md);
  background: var(--dg-surface);
  border: 1px solid rgba(244, 197, 66, 0.14);
  box-shadow: var(--dg-shadow-soft);
}

.hero-mini-proof__icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(244, 197, 66, 0.18), rgba(179, 8, 29, 0.14));
  border: 1px solid rgba(244, 197, 66, 0.2);
  color: var(--dg-gold);
}

.hero-mini-proof__title {
  font-weight: 800;
  letter-spacing: 0.01em;
}

.hero-mini-proof__desc {
  font-size: 0.93rem;
  color: var(--dg-text-muted);
}

.hero-visual {
  position: relative;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -108px;
}

.hero-visual__frame {
  position: relative;
  border-radius: var(--dg-radius-lg);
  overflow: hidden;
  box-shadow: var(--dg-shadow);
  border: 1px solid rgba(244, 197, 66, 0.24);
  background: rgba(255, 248, 240, 0.04);
  min-height: min(620px, calc(100vh - 170px));
}

.hero-carousel {
  position: relative;
  height: min(620px, calc(100vh - 170px));
}

.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
  border-radius: inherit;
  height: 100%;
}

.hero-carousel .carousel-item {
  background: rgba(24, 7, 12, 0.92);
}

.hero-visual__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.05) contrast(1.05);
}

.hero-carousel__indicators {
  margin-bottom: 14px;
  z-index: 2;
}

.hero-carousel__indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background-color: rgba(255, 248, 240, 0.76);
  border: 0;
  opacity: 0.65;
}

.hero-carousel__indicators .active {
  background-color: var(--dg-gold);
  opacity: 1;
}

.hero-carousel__control {
  width: 12%;
  opacity: 1;
}

.hero-carousel__control .carousel-control-prev-icon,
.hero-carousel__control .carousel-control-next-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background-color: rgba(43, 11, 19, 0.58);
  border: 1px solid rgba(244, 197, 66, 0.22);
  background-size: 48% 48%;
  box-shadow: 0 16px 36px rgba(18, 6, 10, 0.34);
}

.hero-visual__shine {
  position: absolute;
  inset: -40%;
  background: linear-gradient(125deg, transparent 35%, rgba(255, 217, 90, 0.18) 50%, transparent 65%);
  transform: rotate(8deg);
  animation: heroShine 7s ease-in-out infinite;
  mix-blend-mode: screen;
}

@keyframes heroShine {
  0% {
    transform: translateX(-15%) rotate(8deg);
    opacity: 0.25;
  }
  50% {
    transform: translateX(10%) rotate(8deg);
    opacity: 0.45;
  }
  100% {
    transform: translateX(-15%) rotate(8deg);
    opacity: 0.25;
  }
}

.hero-visual__stat {
  position: absolute;
  padding: 14px 16px;
  border-radius: 18px;
  background: var(--dg-surface-maroon-strong);
  border: 1px solid rgba(244, 197, 66, 0.22);
  box-shadow: 0 18px 60px rgba(18, 6, 10, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  min-width: 180px;
}

.hero-visual__stat--top {
  top: 16px;
  left: 16px;
}

.hero-visual__stat--bottom {
  right: 16px;
  bottom: 16px;
}

.hero-visual__statLabel {
  font-size: 0.8rem;
  color: rgba(255, 248, 240, 0.7);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-visual__statValue {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  margin-top: 4px;
  background: linear-gradient(135deg, var(--dg-gold-2), var(--dg-gold-1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-visual__statHint {
  font-size: 0.9rem;
  color: var(--dg-text-muted);
}

.dg-card {
  position: relative;
  background: var(--dg-surface);
  border: 1px solid var(--dg-border);
  border-radius: var(--dg-radius-md);
  padding: 22px 20px;
  box-shadow: var(--dg-shadow-soft);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  overflow: hidden;
}

.dg-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(151, 33, 42, 0.29), rgba(49, 7, 15, 0.54));
  opacity: 0.75;
  pointer-events: none;
}

.dg-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 70px rgba(18, 6, 10, 0.38);
  border-color: var(--dg-border-strong);
}

.dg-card__icon {
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(244, 197, 66, 0.2), rgba(179, 8, 29, 0.14));
  border: 1px solid rgba(244, 197, 66, 0.22);
  color: var(--dg-gold);
  margin-bottom: 16px;
  box-shadow: 0 18px 40px rgba(244, 197, 66, 0.08);
}

.dg-card__title {
  position: relative;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.12rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.dg-card__text {
  position: relative;
  color: var(--dg-text-muted);
  margin: 0;
}

.rates-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--dg-surface);
  border: 1px solid var(--dg-border);
  color: var(--dg-ivory);
  font-weight: 700;
  box-shadow: var(--dg-shadow-soft);
}

.rates-status__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--dg-gold);
  box-shadow: 0 0 0 6px rgba(216, 174, 53, 0.12);
}

.rate-card {
  position: relative;
  overflow: hidden;
  padding: 24px 20px;
  border-radius: var(--dg-radius-md);
  background: var(--dg-surface);
  border: 1px solid var(--dg-border);
  box-shadow: var(--dg-shadow);
}

.rate-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(151, 33, 42, 0.22), rgba(49, 7, 15, 0.42));
  pointer-events: none;
}

.rate-card__label,
.rate-card__value,
.rate-card__meta {
  position: relative;
}

.rate-card__label {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dg-text-muted);
}

.rate-card__value {
  margin-top: 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.7rem, 1.4rem + 1.2vw, 2.4rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--dg-ivory);
}

.rate-card__value--small {
  font-size: clamp(1.1rem, 1rem + 0.6vw, 1.5rem);
  line-height: 1.35;
}

.rate-card__meta {
  margin-top: 8px;
  color: var(--dg-text-muted);
  font-size: 0.95rem;
}

.rates-table-card {
  position: relative;
  overflow: hidden;
  padding: 6px;
  border-radius: var(--dg-radius-md);
  background: var(--dg-surface);
  border: 1px solid var(--dg-border);
  box-shadow: var(--dg-shadow);
}

.rates-table-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(151, 33, 42, 0.22), rgba(49, 7, 15, 0.42));
  pointer-events: none;
}

.rates-table {
  position: relative;
  margin: 0;
  color: rgba(255, 248, 240, 0.92);
  --bs-table-bg: transparent;
  --bs-table-striped-color: rgba(255, 248, 240, 0.92);
  --bs-table-striped-bg: rgba(255, 247, 238, 0.04);
  --bs-table-color: rgba(255, 248, 240, 0.92);
  --bs-table-border-color: rgba(244, 197, 66, 0.18);
}

.rates-table thead th {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dg-text-muted);
  border-bottom: 1px solid rgba(244, 197, 66, 0.22);
}

.rates-table tbody th {
  font-weight: 800;
  letter-spacing: 0.01em;
  color: rgba(255, 248, 240, 0.92);
}

.rates-table__value {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--dg-ivory);
}

.rates-table-meta {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px 16px 12px;
  border-top: 1px solid rgba(244, 197, 66, 0.18);
}

.rates-table-meta__item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.rates-table-meta__label {
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dg-text-muted);
}

.rates-table-meta__value {
  font-size: 0.96rem;
  font-weight: 700;
  color: rgba(255, 248, 240, 0.92);
  text-align: right;
}

@media (min-width: 992px) {
  .rates-table-meta {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .rates-table-meta__item {
    justify-content: flex-start;
  }
}

.rate-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--dg-border);
  background: rgba(255, 247, 238, 0.04);
  color: var(--dg-text-muted);
  line-height: 1.6;
}

.dg-icon-card {
  display: grid;
  place-items: center;
  gap: 12px;
  text-decoration: none;
  padding: 22px 18px;
  border-radius: var(--dg-radius-md);
  background: var(--dg-surface);
  border: 1px solid rgba(244, 197, 66, 0.18);
  box-shadow: 0 16px 40px rgba(18, 6, 10, 0.22);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
  height: 100%;
}

.dg-icon-card:hover {
  transform: translateY(-4px);
  border-color: rgba(244, 197, 66, 0.45);
  box-shadow: 0 26px 80px rgba(18, 6, 10, 0.42);
  background: var(--dg-surface-strong);
}

.dg-icon-card__icon {
  width: 58px;
  height: 58px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(244, 197, 66, 0.22), rgba(179, 8, 29, 0.14));
  border: 1px solid rgba(244, 197, 66, 0.22);
  color: var(--dg-gold);
  font-size: 1.25rem;
}

.dg-icon-card__title {
  font-weight: 800;
  letter-spacing: 0.01em;
  color: rgba(255, 248, 240, 0.92);
  text-align: center;
  line-height: 1.2;
}

.offer {
  background: radial-gradient(900px 520px at 22% 10%, rgba(244, 197, 66, 0.16), transparent 62%),
    radial-gradient(900px 520px at 78% 0%, rgba(179, 8, 29, 0.3), transparent 62%);
}

.offer-surface {
  background: linear-gradient(180deg, rgba(43, 11, 19, 0.62), rgba(43, 11, 19, 0.28));
  border: 1px solid rgba(244, 197, 66, 0.2);
  border-radius: calc(var(--dg-radius-lg) + 4px);
  padding: 28px;
  box-shadow: var(--dg-shadow);
  position: relative;
  overflow: hidden;
}

.offer-surface::after {
  content: "";
  position: absolute;
  inset: -120px;
  background: radial-gradient(circle at 35% 30%, rgba(244, 197, 66, 0.18), transparent 55%),
    radial-gradient(circle at 75% 20%, rgba(179, 8, 29, 0.24), transparent 60%);
  transform: rotate(10deg);
  opacity: 0.85;
  pointer-events: none;
}

.offer-title {
  position: relative;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: clamp(1.65rem, 1.25rem + 2vw, 2.7rem);
  margin: 12px 0 10px;
}

.offer-title__rate {
  background: linear-gradient(135deg, var(--dg-gold-2), var(--dg-gold-1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.offer-desc {
  position: relative;
  color: var(--dg-text-muted);
  margin: 0;
  max-width: 62ch;
}

.offer-chip {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: var(--dg-surface);
  border: 1px solid rgba(244, 197, 66, 0.16);
  border-radius: 999px;
  font-weight: 700;
  color: rgba(255, 248, 240, 0.9);
}

.offer-chip i {
  color: var(--dg-gold);
}

.offer-proof {
  position: relative;
  display: grid;
  gap: 14px;
}

.offer-proof__ring {
  position: absolute;
  inset: -24px;
  border-radius: 999px;
  background: radial-gradient(circle at 60% 20%, rgba(244, 197, 66, 0.18), transparent 55%);
  filter: blur(16px);
  opacity: 0.6;
  pointer-events: none;
}

.offer-proof__card {
  position: relative;
  padding: 18px 18px;
  border-radius: var(--dg-radius-md);
  background: var(--dg-surface);
  border: 1px solid rgba(244, 197, 66, 0.18);
  box-shadow: var(--dg-shadow-soft);
}

.offer-proof__icon {
  width: 46px;
  height: 46px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dg-gold);
  background: linear-gradient(135deg, rgba(244, 197, 66, 0.2), rgba(179, 8, 29, 0.15));
  border: 1px solid rgba(244, 197, 66, 0.2);
  margin-bottom: 12px;
}

.offer-proof__title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.offer-proof__text {
  color: var(--dg-text-muted);
  margin-top: 6px;
  font-size: 0.95rem;
}

.timeline {
  position: relative;
  display: grid;
  gap: 18px;
}

.timeline__rail {
  display: none;
}

.timeline__step {
  position: relative;
  padding: 18px 18px 18px 78px;
  border-radius: var(--dg-radius-md);
  background: var(--dg-surface);
  border: 1px solid rgba(244, 197, 66, 0.16);
  box-shadow: var(--dg-shadow-soft);
  overflow: hidden;
}

.timeline__step::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(520px 220px at 0% 20%, rgba(244, 197, 66, 0.12), transparent 55%),
    radial-gradient(520px 220px at 100% 0%, rgba(179, 8, 29, 0.2), transparent 55%);
  opacity: 0.7;
  pointer-events: none;
}

.timeline__dot {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 46px;
  height: 46px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dg-gold);
  background: linear-gradient(135deg, rgba(244, 197, 66, 0.2), rgba(179, 8, 29, 0.14));
  border: 1px solid rgba(244, 197, 66, 0.2);
}

.timeline__label {
  position: relative;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: rgba(255, 248, 240, 0.75);
}

.timeline__title {
  position: relative;
  margin-top: 6px;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.stats {
  background: radial-gradient(1000px 560px at 50% 0%, rgba(244, 197, 66, 0.12), transparent 70%);
}

.dg-stat {
  padding: 22px 20px;
  border-radius: var(--dg-radius-md);
  border: 1px solid rgba(244, 197, 66, 0.16);
  background: var(--dg-surface);
  box-shadow: var(--dg-shadow-soft);
  text-align: center;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.dg-stat:hover {
  transform: translateY(-4px);
  border-color: rgba(244, 197, 66, 0.42);
  box-shadow: 0 24px 80px rgba(18, 6, 10, 0.55);
}

.dg-stat__icon {
  width: 54px;
  height: 54px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  background: linear-gradient(135deg, rgba(244, 197, 66, 0.2), rgba(179, 8, 29, 0.12));
  border: 1px solid rgba(244, 197, 66, 0.2);
  color: var(--dg-gold);
}

.dg-stat__value {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: clamp(1.45rem, 1.2rem + 1vw, 2.1rem);
  background: linear-gradient(135deg, var(--dg-gold-2), var(--dg-gold-1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.dg-stat__label {
  margin-top: 6px;
  color: var(--dg-text-muted);
  font-weight: 700;
}

.review-card {
  background: var(--dg-surface);
  border: 1px solid rgba(244, 197, 66, 0.18);
  border-radius: var(--dg-radius-lg);
  padding: 22px 22px;
  box-shadow: var(--dg-shadow);
  position: relative;
  overflow: hidden;
}

.review-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(560px 260px at 10% 10%, rgba(244, 197, 66, 0.16), transparent 55%),
    radial-gradient(520px 240px at 100% 0%, rgba(179, 8, 29, 0.22), transparent 55%);
  opacity: 0.7;
  pointer-events: none;
}

.review-card__top {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
}

.review-card__avatar {
  width: 54px;
  height: 54px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: 0.05em;
  background: linear-gradient(135deg, rgba(244, 197, 66, 0.24), rgba(179, 8, 29, 0.2));
  border: 1px solid rgba(244, 197, 66, 0.22);
  color: rgba(255, 248, 240, 0.94);
}

.review-card__name {
  font-weight: 900;
  letter-spacing: 0.01em;
}

.review-card__meta {
  font-size: 0.9rem;
  color: var(--dg-text-muted);
}

.review-card__rating {
  margin-left: auto;
  display: inline-flex;
  gap: 4px;
  color: var(--dg-gold);
  align-items: center;
  justify-self: end;
  grid-column: 1 / -1;
}

.review-card__text {
  position: relative;
  margin-top: 14px;
  color: var(--dg-text-muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

.dg-indicators [data-bs-target] {
  background-color: rgba(244, 197, 66, 0.55);
  width: 9px;
  height: 9px;
  border-radius: 999px;
}

.dg-carousel-control .carousel-control-prev-icon,
.dg-carousel-control .carousel-control-next-icon {
  filter: drop-shadow(0 10px 30px rgba(18, 6, 10, 0.7));
}

.reels-controls {
  display: inline-flex;
  gap: 10px;
}

.reels-controls__btn {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  border: 1px solid rgba(244, 197, 66, 0.22);
  background: rgba(255, 248, 240, 0.06);
  color: rgba(255, 248, 240, 0.92);
  box-shadow: var(--dg-shadow-soft);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.reels-controls__btn:hover {
  transform: translateY(-2px);
  border-color: rgba(244, 197, 66, 0.42);
  box-shadow: 0 18px 50px rgba(18, 6, 10, 0.28);
}

.reels-slider {
  position: relative;
}

.reels-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 82%);
  gap: 18px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(244, 197, 66, 0.55) transparent;
}

.reels-track::-webkit-scrollbar {
  height: 8px;
}

.reels-track::-webkit-scrollbar-track {
  background: transparent;
}

.reels-track::-webkit-scrollbar-thumb {
  background: rgba(244, 197, 66, 0.4);
  border-radius: 999px;
}

.reel-card {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 22px;
  overflow: hidden;
  scroll-snap-align: start;
  min-height: 100%;
  background: rgba(255, 248, 240, 0.06);
  border: 1px solid rgba(244, 197, 66, 0.18);
  box-shadow: var(--dg-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.reel-card:hover {
  transform: translateY(-4px);
  border-color: rgba(244, 197, 66, 0.42);
  box-shadow: 0 24px 80px rgba(18, 6, 10, 0.34);
  color: inherit;
}

.reel-card__media {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(43, 11, 19, 0.45), rgba(43, 11, 19, 0.15));
}

.reel-card__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  background: linear-gradient(180deg, transparent, rgba(18, 6, 10, 0.72));
  pointer-events: none;
}

.reel-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  background: rgba(24, 7, 12, 0.92);
}

.reel-card__play {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(18, 6, 10, 0.58);
  border: 1px solid rgba(255, 248, 240, 0.22);
  color: #fff;
  z-index: 1;
}

.reel-card__body {
  padding: 16px 16px 18px;
}

.reel-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dg-text-muted);
}

.reel-card__meta i {
  color: var(--dg-gold);
}

.reel-card__title {
  margin-top: 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 1.04rem;
  line-height: 1.35;
  color: rgba(255, 248, 240, 0.95);
}

.reel-card__text {
  margin-top: 8px;
  color: var(--dg-text-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.reel-card__cta {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--dg-gold);
  font-weight: 800;
}

.map-info-card,
.map-embed-card {
  border-radius: var(--dg-radius-lg);
  border: 1px solid rgba(244, 197, 66, 0.18);
  background: var(--dg-surface);
  box-shadow: var(--dg-shadow);
  height: 100%;
}

.map-info-card {
  padding: 26px 22px;
}

.map-embed-card {
  padding: 10px;
  overflow: hidden;
}

.map-embed-frame {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 18px;
  display: block;
  background: rgba(255, 248, 240, 0.06);
}

.contact-card,
.form-card {
  border-radius: var(--dg-radius-lg);
  border: 1px solid rgba(244, 197, 66, 0.18);
  background: var(--dg-surface);
  box-shadow: var(--dg-shadow);
  padding: 26px 22px;
}

.contact-item {
  display: flex;
  gap: 14px;
  padding: 16px 14px;
  border-radius: var(--dg-radius-md);
  border: 1px solid rgba(244, 197, 66, 0.14);
  background: rgba(255, 248, 240, 0.05);
  margin-top: 14px;
}

.contact-item__icon {
  width: 44px;
  height: 44px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dg-gold);
  background: linear-gradient(135deg, rgba(244, 197, 66, 0.2), rgba(179, 8, 29, 0.15));
  border: 1px solid rgba(244, 197, 66, 0.2);
}

.contact-item__label {
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.74rem;
  color: rgba(255, 248, 240, 0.72);
}

.contact-item__value {
  color: rgba(255, 248, 240, 0.92);
  font-weight: 700;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.contact-item__value:hover {
  color: var(--dg-gold);
}

.contact-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-mini__chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 248, 240, 0.05);
  border: 1px solid rgba(244, 197, 66, 0.12);
  color: rgba(255, 248, 240, 0.85);
  font-weight: 700;
}

.contact-mini__chip i {
  color: var(--dg-gold);
}

.form-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.form-card__title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  margin: 6px 0 0;
}

.form-card__secure {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(244, 197, 66, 0.12);
  border: 1px solid rgba(244, 197, 66, 0.18);
  color: rgba(255, 248, 240, 0.86);
  font-weight: 800;
  font-size: 0.88rem;
  white-space: nowrap;
}

.form-card__secure i {
  color: var(--dg-gold);
}

.form-label {
  font-weight: 800;
  color: rgba(255, 248, 240, 0.82);
}

.dg-input {
  border-radius: 16px;
  border: 1px solid rgba(244, 197, 66, 0.18);
  background: rgba(255, 248, 240, 0.06);
  color: rgba(255, 248, 240, 0.92);
  padding: 12px 14px;
}

.dg-input:focus {
  background: rgba(255, 248, 240, 0.075);
  color: rgba(255, 248, 240, 0.92);
  border-color: rgba(244, 197, 66, 0.4);
  box-shadow: 0 0 0 4px rgba(244, 197, 66, 0.12);
}

.dg-input::placeholder {
  color: rgba(255, 248, 240, 0.6);
}

.dg-input option {
  color: #1a0a10;
}

.dg-toast {
  margin-top: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(43, 11, 19, 0.78), rgba(139, 0, 21, 0.28));
  border: 1px solid rgba(244, 197, 66, 0.2);
}

.footer {
  padding: 64px 0 40px;
  border-top: 1px solid rgba(244, 197, 66, 0.14);
  background: radial-gradient(900px 520px at 22% 0%, rgba(244, 197, 66, 0.12), transparent 65%),
    linear-gradient(180deg, rgba(43, 11, 19, 0.92), rgba(43, 11, 19, 0.78));
}

.footer-brand__name {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
}

.footer-brand__tag {
  margin-top: 6px;
  color: var(--dg-text-muted);
  font-weight: 700;
}

.footer-text {
  margin-top: 14px;
  color: var(--dg-text-muted);
  max-width: 48ch;
}

.footer-title {
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: rgba(255, 248, 240, 0.82);
  margin-bottom: 12px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: var(--dg-text-muted);
  text-decoration: none;
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--dg-gold);
}

.footer-contact {
  display: grid;
  gap: 12px;
}

.footer-contact__item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--dg-text-muted);
  font-weight: 700;
}

.footer-contact__item i {
  color: var(--dg-gold);
  margin-top: 4px;
}

.footer-contact__item a {
  color: rgba(255, 248, 240, 0.86);
  text-decoration: none;
}

.footer-contact__item a:hover {
  color: var(--dg-gold);
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.footer-social__btn {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 248, 240, 0.88);
  background: rgba(255, 248, 240, 0.06);
  border: 1px solid rgba(244, 197, 66, 0.16);
  text-decoration: none;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.footer-social__btn:hover {
  transform: translateY(-2px);
  border-color: rgba(244, 197, 66, 0.4);
  box-shadow: 0 18px 60px rgba(18, 6, 10, 0.35);
  color: var(--dg-gold);
}

.footer-bottom {
  margin-top: 40px;
}

.footer-bottom__line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 197, 66, 0.3), transparent);
  margin-bottom: 18px;
}

.footer-bottom__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 248, 240, 0.68);
  font-weight: 700;
}

.footer-bottom__top {
  text-decoration: none;
  color: rgba(255, 248, 240, 0.78);
}

.footer-bottom__top:hover {
  color: var(--dg-gold);
}

.float-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1050;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  text-decoration: none;
  color: #10100f;
  background: linear-gradient(135deg, #27d367, #20b657);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.4);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.float-wa:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.5);
  color: #10100f;
}

.float-wa__icon {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
}

.float-wa__text {
  font-weight: 900;
  letter-spacing: 0.02em;
}

.to-top {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 1050;
  width: 46px;
  height: 46px;
  border-radius: 18px;
  background: rgba(43, 11, 19, 0.55);
  border: 1px solid rgba(244, 197, 66, 0.22);
  color: rgba(255, 248, 240, 0.92);
  box-shadow: 0 18px 60px rgba(18, 6, 10, 0.38);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.to-top:hover {
  border-color: rgba(244, 197, 66, 0.42);
}

@media (min-width: 576px) {
  .hero-actions__contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-list {
    grid-template-columns: 1fr 1fr;
  }

  .hero-mini-proof {
    grid-template-columns: 1fr 1fr;
  }

  .review-card__rating {
    grid-column: auto;
  }
}

@media (min-width: 992px) {
  .hero-actions__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-visual {
    margin-top: -184px;
  }

  .reels-track {
    grid-auto-columns: minmax(250px, calc(25% - 14px));
  }

  .timeline {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding-top: 22px;
  }

  .timeline__rail {
    display: block;
    position: absolute;
    top: 56px;
    left: 30px;
    right: 30px;
    height: 2px;
    background: linear-gradient(90deg, rgba(244, 197, 66, 0.15), rgba(244, 197, 66, 0.45), rgba(244, 197, 66, 0.15));
    border-radius: 999px;
  }

  .timeline__step {
    padding: 18px 18px 18px 18px;
    text-align: center;
  }

  .timeline__dot {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 14px;
  }
}

@media (max-width: 991.98px) {
  .hero-visual {
    margin-top: -104px;
  }

  .hero-visual__frame,
  .hero-carousel {
    min-height: min(520px, calc(100vh - 150px));
    height: min(520px, calc(100vh - 150px));
  }
}

@media (max-width: 767.98px) {
  .dg-section {
    padding: 72px 0;
  }

  .dg-section--tight {
    padding: 60px 0;
  }

  .dg-section__header {
    margin-bottom: 28px;
  }

  .hero {
    padding-top: 88px;
    padding-bottom: 56px;
  }

  .hero-kicker {
    flex-wrap: wrap;
  }

  .dg-badge {
    white-space: normal;
  }

  .hero-subtitle {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .hero-desc {
    font-size: 0.98rem;
  }

  .hero-action-card {
    padding: 16px;
    border-radius: 20px;
  }

  .hero-action-card__icon {
    width: 44px;
    height: 44px;
  }

  .offer-surface,
  .contact-card,
  .form-card,
  .map-info-card {
    padding: 22px 18px;
  }

  .form-card__top {
    flex-direction: column;
    align-items: stretch;
  }

  .form-card__secure {
    white-space: normal;
  }

  .contact-item {
    align-items: flex-start;
  }

  .map-embed-frame {
    min-height: 360px;
  }

  .float-wa {
    right: 14px;
    bottom: 14px;
    padding: 10px 12px;
  }

  .to-top {
    left: 14px;
    bottom: 14px;
  }
}

@media (max-width: 575.98px) {
  .dg-brand {
    align-items: flex-start;
  }

  .dg-brand__copy {
    gap: 4px;
  }

  .dg-brand__tagline {
    font-size: 0.62rem;
    line-height: 1.35;
    white-space: normal;
    max-width: 210px;
  }

  .hero-visual {
    margin-top: 0;
    max-width: 100%;
  }

  .hero-visual__frame,
  .hero-carousel {
    min-height: min(380px, calc(100vh - 210px));
    height: min(380px, calc(100vh - 210px));
  }

  .hero-carousel__control {
    width: 16%;
  }

  .hero-carousel__control .carousel-control-prev-icon,
  .hero-carousel__control .carousel-control-next-icon {
    width: 36px;
    height: 36px;
  }

  .hero-mini-proof__card {
    align-items: flex-start;
  }

  .review-card {
    padding: 20px 18px;
  }

  .map-embed-frame {
    min-height: 300px;
  }

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

  .footer-bottom__meta {
    justify-content: center;
    text-align: center;
  }

  .float-wa__icon {
    width: 34px;
    height: 34px;
  }

  .to-top {
    width: 42px;
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
    scroll-behavior: auto !important;
  }
}
