.dmh-home {
  --dmh-bg: #09090d;
  --dmh-bg-soft: #111116;
  --dmh-card: #18181f;
  --dmh-card-light: #202027;
  --dmh-pink: #d00088;
  --dmh-pink-bright: #ff2d91;
  --dmh-purple: #6e1b72;
  --dmh-white: #fff;
  --dmh-text: #f4f1f4;
  --dmh-muted: #c4bdc7;
  --dmh-border: rgba(255, 255, 255, .11);
  --dmh-shadow: 0 30px 80px rgba(0, 0, 0, .38);
  --dmh-shell: min(1180px, calc(100% - 40px));
  margin: 0;
  overflow: hidden;
  color: var(--dmh-text);
  background: var(--dmh-bg);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.dmh-home *, .dmh-home *::before, .dmh-home *::after { box-sizing: border-box; }
.dmh-home img { display: block; max-width: 100%; }
.dmh-home a { color: inherit; text-decoration: none; }
.dmh-home button, .dmh-home input, .dmh-home select, .dmh-home textarea { font: inherit; }
.dmh-home button { cursor: pointer; }
.dmh-home h1, .dmh-home h2, .dmh-home h3, .dmh-home p { margin-top: 0; }
.dmh-shell { width: var(--dmh-shell); margin-inline: auto; }
.dmh-section { padding: 105px 0; }

.dmh-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 24%, rgba(255, 45, 145, .19), transparent 34%),
    radial-gradient(circle at 10% 88%, rgba(123, 26, 112, .15), transparent 28%),
    #09090d;
}

.dmh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .15;
  background-image: radial-gradient(rgba(255, 255, 255, .4) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
}

.dmh-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 60px;
}

.dmh-badge {
  width: max-content;
  margin-bottom: 20px;
  padding: 9px 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  background: rgba(255, 45, 145, .08);
  border: 1px solid rgba(255, 45, 145, .36);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .09em;
}

.dmh-badge span { width: 8px; height: 8px; background: var(--dmh-pink-bright); border-radius: 50%; box-shadow: 0 0 14px var(--dmh-pink-bright); }
.dmh-hero h1 { max-width: 700px; margin-bottom: 24px; color: #fff; font-size: clamp(3rem, 5.3vw, 4.9rem); font-family: Arial, Helvetica, sans-serif; font-weight: 800; letter-spacing: -.035em; line-height: 1.02; }
.dmh-hero h1 em { display: block; color: var(--dmh-pink-bright); font-style: normal; }
.dmh-hero-copy > p { max-width: 650px; margin-bottom: 31px; color: #ddd7df; font-size: 1.14rem; }
.dmh-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.dmh-button { min-height: 52px; padding: 14px 22px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 11px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.dmh-button:hover { transform: translateY(-2px); }
.dmh-button-primary { color: #fff !important; background: linear-gradient(135deg, var(--dmh-pink-bright), var(--dmh-pink)); box-shadow: 0 15px 36px rgba(208, 0, 136, .27); }
.dmh-button-outline { color: #fff !important; background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .22); }
.dmh-button-outline:hover { background: rgba(255, 45, 145, .1); border-color: var(--dmh-pink-bright); }
.dmh-points { margin: 27px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 18px; color: #c9c2cb; list-style: none; font-size: .82rem; font-weight: 700; }
.dmh-points li::first-letter { color: var(--dmh-pink-bright); }

.dmh-hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.dmh-hero-image { width: 100%; max-width: 640px; aspect-ratio: 1.55 / 1; object-fit: cover; object-position: center; border: 1px solid rgba(255, 255, 255, .14); border-radius: 26px; box-shadow: 0 32px 58px rgba(0, 0, 0, .46); }
.dmh-logo-card { position: absolute; right: -8px; bottom: 12px; padding: 12px 16px 12px 12px; display: flex; align-items: center; gap: 13px; background: rgba(20, 14, 23, .88); border: 1px solid rgba(255, 255, 255, .14); border-radius: 18px; box-shadow: 0 22px 50px rgba(0, 0, 0, .42); backdrop-filter: blur(15px); }
.dmh-logo-card img { width: 112px; height: 112px; flex: 0 0 112px; object-fit: cover; background: transparent; border: 0; border-radius: 50%; box-shadow: 0 8px 22px rgba(0, 0, 0, .25); }
.dmh-logo-card strong, .dmh-logo-card small { display: block; }
.dmh-logo-card strong { color: #fff; font-size: .83rem; }
.dmh-logo-card small { color: #bcb4c0; font-size: .7rem; }
.dmh-glow { position: absolute; border-radius: 50%; filter: blur(9px); pointer-events: none; }
.dmh-glow-one { width: 380px; height: 380px; top: 70px; right: -120px; background: rgba(208, 0, 136, .11); }
.dmh-glow-two { width: 240px; height: 240px; left: 38%; bottom: -120px; background: rgba(110, 27, 114, .12); }

.dmh-trust { background: #101015; border-block: 1px solid var(--dmh-border); }
.dmh-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.dmh-trust-grid > div { padding: 25px 18px; display: grid; grid-template-columns: 36px 1fr; column-gap: 10px; border-right: 1px solid var(--dmh-border); }
.dmh-trust-grid > div:last-child { border-right: 0; }
.dmh-trust-grid span { grid-row: 1 / 3; font-size: 1.4rem; }
.dmh-trust-grid strong { align-self: end; color: #fff; font-size: .82rem; }
.dmh-trust-grid small { align-self: start; color: #918a94; font-size: .7rem; }

.dmh-services { background: #0b0b0f; }
.dmh-section-heading, .dmh-prices-heading { margin-bottom: 42px; display: grid; grid-template-columns: 1fr 440px; align-items: end; gap: 55px; }
.dmh-kicker { display: block; margin-bottom: 10px; color: var(--dmh-pink-bright); font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.dmh-section-heading h2, .dmh-prices-heading h2, .dmh-contact h2 { margin-bottom: 0; color: #fff; font-size: clamp(2.5rem, 4.7vw, 4.5rem); letter-spacing: -.045em; line-height: 1; }
.dmh-section-heading > p, .dmh-prices-heading > p { margin-bottom: 4px; color: var(--dmh-muted); font-size: .98rem; }

.dmh-tabs { margin-bottom: 17px; padding: 6px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; background: #141419; border: 1px solid var(--dmh-border); border-radius: 16px; }
.dmh-tab { min-height: 54px; padding: 10px 13px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #c8c1ca; background: transparent; border: 0; border-radius: 11px; font-weight: 800; }
.dmh-tab span { font-size: 1.05rem; }
.dmh-tab:hover { color: #fff; background: rgba(255, 255, 255, .05); }
.dmh-tab.is-active { color: #fff; background: linear-gradient(135deg, var(--dmh-pink), var(--dmh-purple)); box-shadow: 0 9px 24px rgba(137, 13, 112, .22); }

.dmh-panel { min-height: 340px; padding: 45px 50px; display: grid; grid-template-columns: 1fr 390px; align-items: center; gap: 50px; overflow: hidden; background: linear-gradient(120deg, #1a111d, #17171d 65%, #251021); border: 1px solid var(--dmh-border); border-radius: 23px; }
.dmh-panel[hidden] { display: none; }
.dmh-panel-label { display: inline-flex; padding: 6px 10px; color: #ffd8ef; background: rgba(255, 45, 145, .09); border: 1px solid rgba(255, 45, 145, .28); border-radius: 999px; font-size: .66rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.dmh-panel h3 { margin: 11px 0 12px; color: #fff; font-size: clamp(2rem, 3.4vw, 3.2rem); letter-spacing: -.04em; line-height: 1.05; }
.dmh-panel-copy > p { max-width: 650px; margin-bottom: 25px; color: var(--dmh-muted); }
.dmh-panel > img { width: 100%; max-height: 255px; object-fit: contain; filter: drop-shadow(0 18px 24px rgba(0, 0, 0, .4)); }
.dmh-panel > .dmh-panel-image-photo { aspect-ratio: 1.55 / 1; object-fit: cover; object-position: center; border: 1px solid rgba(255, 255, 255, .13); border-radius: 18px; box-shadow: 0 20px 42px rgba(0, 0, 0, .34); filter: none; }
.dmh-brand-links { display: flex; flex-wrap: wrap; gap: 8px; }
.dmh-brand-links a { padding: 9px 12px; display: inline-flex; align-items: center; gap: 10px; color: #fff; background: rgba(255, 255, 255, .05); border: 1px solid var(--dmh-border); border-radius: 9px; font-size: .75rem; font-weight: 750; transition: .2s ease; }
.dmh-brand-links a span { color: var(--dmh-pink-bright); }
.dmh-brand-links a:hover { transform: translateY(-2px); background: rgba(255, 45, 145, .1); border-color: rgba(255, 45, 145, .42); }

.dmh-prices { padding-top: 100px; }
.dmh-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.dmh-price-card { min-height: 245px; padding: 25px 22px; display: flex; flex-direction: column; background: linear-gradient(145deg, #19191f, #131318); border: 1px solid var(--dmh-border); border-radius: 17px; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.dmh-price-card:hover { transform: translateY(-5px); border-color: rgba(255, 45, 145, .38); box-shadow: 0 20px 42px rgba(0, 0, 0, .27); }
.dmh-price-card > span { color: var(--dmh-pink-bright); font-size: .65rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.dmh-price-card h3 { margin: 8px 0 9px; color: #fff; font-size: 1.05rem; line-height: 1.25; }
.dmh-price-card p { flex: 1; color: #aaa4ad; font-size: .78rem; }
.dmh-price-card > div { padding-top: 16px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--dmh-border); }
.dmh-price-card strong { color: #fff; font-size: 1.28rem; }
.dmh-price-card button { padding: 0 0 3px; color: var(--dmh-pink-bright); background: transparent; border: 0; border-bottom: 1px solid rgba(255, 45, 145, .35); font-size: .72rem; font-weight: 850; }
.dmh-price-note { max-width: 800px; margin: 22px auto 0; color: #8f8892; text-align: center; font-size: .72rem; }

.dmh-reviews { background: radial-gradient(circle at 82% 20%, rgba(208, 0, 136, .12), transparent 28%), #101015; border-top: 1px solid var(--dmh-border); }
.dmh-reviews-widget { min-height: 210px; padding: 30px; overflow: hidden; background: #fff; border: 1px solid rgba(255, 255, 255, .12); border-radius: 22px; box-shadow: 0 28px 58px rgba(0, 0, 0, .3); }
.dmh-reviews-widget .ti-widget { margin: 0 !important; }

.dmh-contact { position: relative; background: radial-gradient(circle at 15% 20%, rgba(208, 0, 136, .13), transparent 30%), linear-gradient(125deg, #100915, #2e0e29 62%, #5d104a); }
.dmh-contact-grid { display: grid; grid-template-columns: 1fr 475px; align-items: center; gap: 85px; }
.dmh-contact-copy > p { max-width: 670px; margin: 24px 0 33px; color: #d0c8d2; }
.dmh-contact-copy > ul { margin: 0; padding: 0; display: grid; gap: 17px; list-style: none; }
.dmh-contact-copy > ul li { display: grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: start; }
.dmh-contact-copy > ul li > span { width: 40px; height: 40px; display: grid; place-items: center; color: #ffc6e7; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .12); border-radius: 11px; font-size: .68rem; font-weight: 850; }
.dmh-contact-copy li strong, .dmh-contact-copy li small { display: block; }
.dmh-contact-copy li strong { color: #fff; }
.dmh-contact-copy li small { color: #9d949f; }
.dmh-shop-info { margin-top: 35px; display: flex; gap: 32px; }
.dmh-shop-info a { padding-left: 13px; border-left: 2px solid var(--dmh-pink-bright); }
.dmh-shop-info strong, .dmh-shop-info small { display: block; }
.dmh-shop-info strong { color: #fff; font-size: .82rem; }
.dmh-shop-info small { color: #9d949f; font-size: .7rem; }

.dmh-form { padding: 35px; color: #211624; background: #fff; border-radius: 23px; box-shadow: var(--dmh-shadow); }
.dmh-form > span { color: #950063; font-size: .65rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.dmh-form h3 { margin: 5px 0 7px; color: #211624; font-size: 2rem; letter-spacing: -.035em; }
.dmh-form > p { margin-bottom: 20px; color: #655b68; font-size: .83rem; }
.dmh-form label { margin: 12px 0 5px; display: block; color: #493d4c; font-size: .72rem; font-weight: 800; }
.dmh-form input, .dmh-form select, .dmh-form textarea { width: 100%; padding: 12px 13px; color: #241927; background: #fbf7fa; border: 1px solid rgba(70, 35, 75, .17); border-radius: 10px; outline: none; }
.dmh-form textarea { min-height: 100px; resize: vertical; }
.dmh-form input:focus, .dmh-form select:focus, .dmh-form textarea:focus { border-color: var(--dmh-pink); box-shadow: 0 0 0 4px rgba(208, 0, 136, .09); }
.dmh-button-whatsapp { width: 100%; margin-top: 18px; color: #fff; background: linear-gradient(135deg, #20b968, #158e53); box-shadow: 0 14px 30px rgba(23, 155, 85, .22); }
.dmh-form > small { margin-top: 9px; display: block; color: #817783; text-align: center; font-size: .65rem; }
.dmh-form-error { min-height: 1.2em; margin-top: 4px; color: #b11f46; font-size: .7rem; }

.dmh-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.dmh-reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .dmh-home *, .dmh-home *::before, .dmh-home *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .dmh-reveal { opacity: 1; transform: none; }
}

@media (max-width: 1000px) {
  .dmh-section { padding: 82px 0; }
  .dmh-hero { min-height: auto; padding: 82px 0; }
  .dmh-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .dmh-hero-copy { max-width: 800px; }
  .dmh-hero-visual { min-height: 430px; }
  .dmh-section-heading, .dmh-prices-heading { grid-template-columns: 1fr; gap: 15px; }
  .dmh-tabs { grid-template-columns: repeat(2, 1fr); }
  .dmh-panel { grid-template-columns: 1fr 300px; }
  .dmh-price-grid { grid-template-columns: repeat(2, 1fr); }
  .dmh-contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .dmh-form { max-width: 650px; }
}

@media (max-width: 720px) {
  .dmh-home { --dmh-shell: min(100% - 28px, 1180px); }
  .dmh-section { padding: 68px 0; }
  .dmh-hero { padding: 68px 0; }
  .dmh-hero h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .dmh-hero-copy > p { font-size: 1rem; }
  .dmh-actions { flex-direction: column; }
  .dmh-actions .dmh-button { width: 100%; }
  .dmh-hero-visual { min-height: 320px; }
  .dmh-logo-card { right: 0; bottom: -12px; }
  .dmh-logo-card img { width: 82px; height: 82px; flex-basis: 82px; }
  .dmh-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .dmh-trust-grid > div:nth-child(2) { border-right: 0; }
  .dmh-trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--dmh-border); }
  .dmh-tabs { grid-template-columns: 1fr 1fr; }
  .dmh-tab { font-size: .76rem; }
  .dmh-panel { padding: 30px 23px 14px; grid-template-columns: 1fr; gap: 20px; }
  .dmh-panel > img { max-width: 310px; justify-self: center; }
  .dmh-prices { padding-top: 72px; }
  .dmh-price-grid { grid-template-columns: 1fr; }
	.dmh-reviews-widget { padding: 20px 14px; border-radius: 17px; }
  .dmh-shop-info { flex-direction: column; gap: 14px; }
  .dmh-form { padding: 26px 20px; }
}

@media (max-width: 430px) {
  .dmh-tabs { grid-template-columns: 1fr; }
  .dmh-trust-grid { grid-template-columns: 1fr; }
  .dmh-trust-grid > div { border-right: 0; border-bottom: 1px solid var(--dmh-border); }
  .dmh-trust-grid > div:last-child { border-bottom: 0; }
  .dmh-logo-card { position: relative; right: auto; bottom: auto; margin-top: -20px; justify-self: center; }
}
