:root { scroll-behavior: smooth; }
body.dml-standalone-page { margin: 0; background: #fff; }
.dml-root, .dml-root * { box-sizing: border-box; }
.dml-root {
  --dml-primary: #0d9488;
  --dml-primary-dark: color-mix(in srgb, var(--dml-primary) 72%, #052e2b);
  --dml-primary-soft: color-mix(in srgb, var(--dml-primary) 10%, white);
  --dml-dark: #0f172a;
  --dml-muted: #64748b;
  --dml-line: #e2e8f0;
  --dml-soft: #f5f9f9;
  --dml-white: #ffffff;
  color: var(--dml-dark);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
.dml-root h1, .dml-root h2, .dml-root h3, .dml-root p { margin-top: 0; }
.dml-root h1, .dml-root h2, .dml-root h3 { line-height: 1.12; letter-spacing: -.035em; color: var(--dml-dark); }
.dml-root a { color: inherit; text-decoration: none; }
.dml-root svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.dml-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.dml-skip { position: fixed; top: -60px; left: 20px; z-index: 10000; padding: 10px 16px; background: #fff; border-radius: 8px; box-shadow: 0 6px 25px rgba(0,0,0,.15); transition: top .2s; }
.dml-skip:focus { top: 15px; }

.dml-header { position: absolute; top: 0; left: 0; width: 100%; z-index: 50; border-bottom: 1px solid rgba(15,23,42,.06); background: rgba(255,255,255,.78); backdrop-filter: blur(18px); }
.dml-header__inner { min-height: 82px; display: flex; align-items: center; gap: 32px; }
.dml-brand { display: inline-flex; align-items: center; gap: 11px; font-size: 19px; font-weight: 800; letter-spacing: -.03em; white-space: nowrap; }
.dml-brand__mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--dml-primary); color: #fff; box-shadow: 0 8px 20px color-mix(in srgb, var(--dml-primary) 30%, transparent); }
.dml-brand__mark svg { width: 28px; height: 28px; stroke-width: 2.5; }
.dml-nav { display: flex; align-items: center; justify-content: center; gap: 28px; flex: 1; }
.dml-nav a { color: #334155; font-size: 14px; font-weight: 700; transition: color .2s; }
.dml-nav a:hover { color: var(--dml-primary); }
.dml-menu { display: none; width: 42px; height: 42px; border: 1px solid var(--dml-line); border-radius: 10px; background: #fff; align-items: center; justify-content: center; flex-direction: column; gap: 4px; cursor: pointer; }
.dml-menu span { width: 18px; height: 2px; background: var(--dml-dark); border-radius: 2px; }

.dml-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 13px 23px; border: 1px solid var(--dml-primary); border-radius: 12px; color: #fff !important; background: var(--dml-primary); font-weight: 800; font-size: 15px; box-shadow: 0 12px 26px color-mix(in srgb, var(--dml-primary) 24%, transparent); transition: transform .2s, box-shadow .2s, background .2s; cursor: pointer; }
.dml-btn:hover { transform: translateY(-2px); background: var(--dml-primary-dark); border-color: var(--dml-primary-dark); box-shadow: 0 16px 34px color-mix(in srgb, var(--dml-primary) 30%, transparent); }
.dml-btn svg { width: 19px; height: 19px; }
.dml-btn--small { min-height: 43px; padding: 10px 16px; font-size: 13px; border-radius: 10px; box-shadow: none; }
.dml-btn--ghost { color: var(--dml-dark) !important; background: rgba(255,255,255,.82); border-color: #cbd5e1; box-shadow: none; }
.dml-btn--ghost:hover { background: #fff; border-color: var(--dml-primary); }
.dml-btn--outline { color: var(--dml-primary) !important; background: transparent; box-shadow: none; }
.dml-btn--outline:hover { color: #fff !important; }

.dml-hero { position: relative; padding: 164px 0 88px; background: linear-gradient(120deg, #f7fbfb 0%, #fff 54%, #f0fdfa 100%); }
.dml-hero::before { content: ""; position: absolute; inset: 0; opacity: .23; background-image: radial-gradient(#94a3b8 0.65px, transparent .65px); background-size: 18px 18px; mask-image: linear-gradient(to right, #000, transparent 44%, #000); }
.dml-hero__glow { position: absolute; border-radius: 999px; filter: blur(10px); pointer-events: none; }
.dml-hero__glow--one { width: 430px; height: 430px; right: -180px; top: 90px; background: color-mix(in srgb, var(--dml-primary) 16%, transparent); }
.dml-hero__glow--two { width: 300px; height: 300px; left: -160px; bottom: -60px; background: rgba(56,189,248,.12); }
.dml-hero__grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 60px; }
.dml-hero__copy h1 { max-width: 680px; margin-bottom: 24px; font-size: clamp(42px, 5.2vw, 70px); font-weight: 850; }
.dml-lead { max-width: 650px; margin-bottom: 31px; color: #475569; font-size: 19px; line-height: 1.65; }
.dml-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; padding: 7px 12px; border: 1px solid color-mix(in srgb, var(--dml-primary) 22%, white); border-radius: 999px; color: var(--dml-primary-dark); background: rgba(255,255,255,.75); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.dml-kicker span { width: 7px; height: 7px; border-radius: 50%; background: var(--dml-primary); box-shadow: 0 0 0 5px color-mix(in srgb, var(--dml-primary) 13%, transparent); }
.dml-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.dml-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 27px; color: #475569; font-size: 13px; font-weight: 700; }
.dml-proof span { display: inline-flex; align-items: center; gap: 6px; }
.dml-proof svg { color: var(--dml-primary); width: 18px; height: 18px; stroke-width: 2.4; }

.dml-hero__visual { position: relative; min-height: 510px; display: flex; align-items: center; justify-content: center; }
.dml-dashboard { position: relative; z-index: 2; width: min(100%, 540px); padding: 24px; border: 1px solid rgba(148,163,184,.28); border-radius: 26px; background: rgba(255,255,255,.94); box-shadow: 0 34px 80px rgba(15,23,42,.16); transform: perspective(1200px) rotateY(-4deg) rotateX(1deg); }
.dml-dashboard::before { content: ""; position: absolute; inset: 8px; z-index: -1; border: 1px solid rgba(13,148,136,.08); border-radius: 20px; }
.dml-dashboard__top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid #eef2f7; }
.dml-dashboard__top div { display: flex; flex-direction: column; }
.dml-dashboard__top strong { font-size: 18px; }
.dml-dashboard__label { color: var(--dml-muted); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.dml-live { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; border-radius: 999px; background: #ecfdf5; color: #047857; font-size: 11px; font-weight: 800; }
.dml-live i { width: 7px; height: 7px; border-radius: 50%; background: #10b981; box-shadow: 0 0 0 4px #d1fae5; }
.dml-metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 18px 0 12px; }
.dml-metric-row article { padding: 14px; border-radius: 15px; background: #f8fafc; border: 1px solid #edf2f7; }
.dml-metric-row span, .dml-metric-row small { display: block; color: var(--dml-muted); font-size: 10px; }
.dml-metric-row strong { display: block; margin: 3px 0; font-size: 15px; }
.dml-chart-card { padding: 14px 14px 5px; border: 1px solid #edf2f7; border-radius: 16px; }
.dml-chart-card__head { display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 750; }
.dml-chart-card__head small { color: var(--dml-muted); font-weight: 500; }
.dml-line-chart { display: block; width: 100% !important; height: 150px !important; margin-top: 8px; overflow: visible; }
.dml-line-chart .dml-gridline { stroke: #e8eef3; stroke-width: 1; }
.dml-line-chart .dml-area { fill: url(#dmlArea); stroke: none; }
.dml-line-chart .dml-line { stroke: var(--dml-primary); stroke-width: 5; fill: none; filter: drop-shadow(0 5px 5px color-mix(in srgb, var(--dml-primary) 28%, transparent)); }
.dml-channel-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 12px; }
.dml-channel-row span { display: flex; flex-direction: column; padding: 10px; border-radius: 12px; background: color-mix(in srgb, var(--dml-primary) 5%, white); }
.dml-channel-row b { font-size: 11px; }
.dml-channel-row small { color: var(--dml-muted); font-size: 9px; }
.dml-floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; min-width: 190px; padding: 13px 15px; border: 1px solid rgba(148,163,184,.24); border-radius: 15px; background: rgba(255,255,255,.96); box-shadow: 0 16px 36px rgba(15,23,42,.13); }
.dml-floating-card--top { top: 18px; right: -22px; }
.dml-floating-card--bottom { bottom: 10px; left: -28px; }
.dml-floating-card strong, .dml-floating-card small { display: block; }
.dml-floating-card strong { font-size: 12px; }
.dml-floating-card small { color: var(--dml-muted); font-size: 10px; }
.dml-icon-badge { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; color: var(--dml-primary); background: var(--dml-primary-soft); }
.dml-icon-badge svg { width: 19px; height: 19px; }

.dml-strip { border-top: 1px solid #eef2f7; border-bottom: 1px solid #eef2f7; background: #fff; }
.dml-strip__inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #64748b; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.dml-strip__inner i { width: 5px; height: 5px; border-radius: 50%; background: var(--dml-primary); opacity: .6; }

.dml-section { padding: 105px 0; scroll-margin-top: 70px; }
.dml-section--soft { background: var(--dml-soft); }
.dml-heading { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.dml-heading h2, .dml-method-copy h2, .dml-faq-intro h2, .dml-results h2, .dml-contact h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 51px); font-weight: 830; }
.dml-heading p, .dml-method-copy > p, .dml-faq-intro > p { color: var(--dml-muted); font-size: 17px; }
.dml-eyebrow { display: block; margin-bottom: 14px; color: var(--dml-primary); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.dml-eyebrow--light { color: #5eead4; }
.dml-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dml-service-card { padding: 29px; border: 1px solid var(--dml-line); border-radius: 20px; background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.dml-service-card:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--dml-primary) 35%, white); box-shadow: 0 22px 50px rgba(15,23,42,.09); }
.dml-service-card__icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 14px; color: var(--dml-primary); background: var(--dml-primary-soft); }
.dml-service-card__icon svg { width: 24px; height: 24px; }
.dml-service-card h3 { margin-bottom: 12px; font-size: 21px; }
.dml-service-card p { min-height: 80px; color: var(--dml-muted); font-size: 14px; }
.dml-service-card ul { display: grid; gap: 8px; margin: 18px 0 0; padding: 17px 0 0; border-top: 1px solid #eef2f7; list-style: none; color: #475569; font-size: 13px; }
.dml-service-card li { position: relative; padding-left: 15px; }
.dml-service-card li::before { content: ""; position: absolute; left: 0; top: .65em; width: 5px; height: 5px; border-radius: 50%; background: var(--dml-primary); }

.dml-method-grid { display: grid; grid-template-columns: .96fr 1.04fr; gap: 70px; align-items: center; }
.dml-method-list { display: grid; gap: 0; margin-top: 35px; }
.dml-method-list article { display: grid; grid-template-columns: 47px 1fr; gap: 16px; padding: 19px 0; border-bottom: 1px solid #dfe8e8; }
.dml-method-list article > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: var(--dml-primary); background: #fff; font-size: 12px; font-weight: 850; box-shadow: 0 6px 18px rgba(15,23,42,.06); }
.dml-method-list h3 { margin: 0 0 5px; font-size: 18px; }
.dml-method-list p { margin: 0; color: var(--dml-muted); font-size: 14px; }
.dml-funnel { position: relative; padding: 38px; border-radius: 28px; color: #fff; background: var(--dml-dark); box-shadow: 0 32px 70px rgba(15,23,42,.2); overflow: hidden; }
.dml-funnel::before { content: ""; position: absolute; width: 280px; height: 280px; right: -100px; top: -130px; border-radius: 50%; background: color-mix(in srgb, var(--dml-primary) 28%, transparent); filter: blur(4px); }
.dml-funnel__tag { position: relative; display: inline-block; margin-bottom: 10px; color: #5eead4; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.dml-funnel h3 { position: relative; color: #fff; font-size: 32px; }
.dml-funnel__flow { position: relative; display: grid; gap: 10px; margin-top: 26px; }
.dml-funnel__flow article { display: flex; align-items: center; gap: 15px; padding: 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.055); }
.dml-funnel__flow article > span { width: 41px; height: 41px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; color: #5eead4; background: rgba(45,212,191,.1); }
.dml-funnel__flow article > span svg { width: 22px; height: 22px; }
.dml-funnel__flow b, .dml-funnel__flow small { display: block; }
.dml-funnel__flow b { color: #fff; font-size: 15px; }
.dml-funnel__flow small { color: #94a3b8; font-size: 12px; }
.dml-funnel__flow > i { display: grid; place-items: center; height: 18px; color: #64748b; }
.dml-funnel__flow > i svg { transform: rotate(90deg); }
.dml-funnel__note { position: relative; margin-top: 24px; padding: 18px; border-left: 3px solid var(--dml-primary); background: rgba(255,255,255,.05); }
.dml-funnel__note strong { color: #fff; font-size: 14px; }
.dml-funnel__note p { margin: 5px 0 0; color: #a8b3c4; font-size: 12px; }

.dml-plans { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: stretch; }
.dml-plan { position: relative; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--dml-line); border-radius: 22px; background: #fff; }
.dml-plan--featured { transform: translateY(-10px); border: 2px solid var(--dml-primary); box-shadow: 0 24px 55px color-mix(in srgb, var(--dml-primary) 15%, transparent); }
.dml-plan__ribbon { position: absolute; top: 16px; right: 16px; padding: 5px 9px; border-radius: 999px; color: #fff; background: var(--dml-primary); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.dml-plan__label { color: var(--dml-primary); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.dml-plan h3 { margin: 11px 0 12px; font-size: 31px; }
.dml-plan > p { min-height: 76px; color: var(--dml-muted); font-size: 14px; }
.dml-plan ul { display: grid; gap: 12px; flex: 1; margin: 20px 0 27px; padding: 20px 0 0; border-top: 1px solid #eef2f7; list-style: none; color: #475569; font-size: 13px; }
.dml-plan li { display: flex; gap: 8px; }
.dml-plan li svg { width: 17px; height: 17px; flex: 0 0 auto; color: var(--dml-primary); stroke-width: 2.4; }

.dml-results { color: #fff; background: var(--dml-dark); }
.dml-results h2 { color: #fff; }
.dml-results__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.dml-results__items { display: grid; gap: 16px; }
.dml-results__items article { display: grid; grid-template-columns: 45px 1fr; gap: 15px; padding: 21px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(255,255,255,.045); }
.dml-results__items article > span { color: #5eead4; font-size: 13px; font-weight: 850; }
.dml-results__items h3 { margin: 0 0 6px; color: #fff; font-size: 18px; }
.dml-results__items p { margin: 0; color: #a9b6c8; font-size: 13px; }

.dml-faq-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; align-items: start; }
.dml-faq-intro { position: sticky; top: 110px; }
.dml-text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 15px; color: var(--dml-primary) !important; font-weight: 800; font-size: 14px; }
.dml-faq { border-top: 1px solid var(--dml-line); }
.dml-faq details { border-bottom: 1px solid var(--dml-line); }
.dml-faq summary { position: relative; padding: 24px 45px 24px 0; font-size: 17px; font-weight: 800; cursor: pointer; list-style: none; }
.dml-faq summary::-webkit-details-marker { display: none; }
.dml-faq summary span::before, .dml-faq summary span::after { content: ""; position: absolute; right: 8px; top: 32px; width: 15px; height: 2px; background: var(--dml-primary); transition: transform .2s; }
.dml-faq summary span::after { transform: rotate(90deg); }
.dml-faq details[open] summary span::after { transform: rotate(0); }
.dml-faq details p { margin: -5px 45px 24px 0; color: var(--dml-muted); font-size: 14px; }

.dml-contact { position: relative; padding: 100px 0; color: #fff; background: linear-gradient(130deg, #0f172a 0%, #112f39 100%); overflow: hidden; scroll-margin-top: 60px; }
.dml-contact__pattern { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(30deg, #fff 12%, transparent 12.5%, transparent 87%, #fff 87.5%, #fff), linear-gradient(150deg, #fff 12%, transparent 12.5%, transparent 87%, #fff 87.5%, #fff), linear-gradient(30deg, #fff 12%, transparent 12.5%, transparent 87%, #fff 87.5%, #fff), linear-gradient(150deg, #fff 12%, transparent 12.5%, transparent 87%, #fff 87.5%, #fff); background-size: 80px 140px; background-position: 0 0, 0 0, 40px 70px, 40px 70px; }
.dml-contact__grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; }
.dml-contact h2 { color: #fff; }
.dml-contact__copy > p { color: #b7c2d1; font-size: 17px; }
.dml-contact__copy ul { display: grid; gap: 11px; margin: 26px 0; padding: 0; list-style: none; color: #d8e2eb; font-size: 14px; }
.dml-contact__copy li { display: flex; gap: 9px; }
.dml-contact__copy li svg { color: #5eead4; width: 19px; height: 19px; flex: 0 0 auto; stroke-width: 2.4; }
.dml-contact__wa { display: inline-flex; align-items: center; gap: 12px; margin-top: 10px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.055); }
.dml-contact__wa > svg { width: 26px; height: 26px; color: #5eead4; }
.dml-contact__wa small, .dml-contact__wa strong { display: block; }
.dml-contact__wa small { color: #94a3b8; font-size: 10px; }
.dml-contact__wa strong { color: #fff; font-size: 14px; }
.dml-form-card { padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; color: var(--dml-dark); background: #fff; box-shadow: 0 30px 75px rgba(0,0,0,.24); }
.dml-form-card__head { margin-bottom: 22px; }
.dml-form-card__head span { color: var(--dml-primary); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.dml-form-card__head h3 { margin: 5px 0 0; font-size: 27px; }
.dml-form { display: grid; gap: 15px; }
.dml-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.dml-form label { display: grid; gap: 6px; color: #334155; font-size: 12px; font-weight: 800; }
.dml-form input:not([type="checkbox"]), .dml-form select, .dml-form textarea { width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid #cbd5e1; border-radius: 10px; outline: 0; color: var(--dml-dark); background: #fff; font: inherit; font-size: 14px; transition: border-color .2s, box-shadow .2s; }
.dml-form textarea { min-height: 95px; resize: vertical; }
.dml-form input:focus, .dml-form select:focus, .dml-form textarea:focus { border-color: var(--dml-primary); box-shadow: 0 0 0 3px color-mix(in srgb, var(--dml-primary) 13%, transparent); }
.dml-consent { grid-template-columns: 18px 1fr !important; align-items: start; gap: 9px !important; color: #64748b !important; font-size: 11px !important; font-weight: 500 !important; }
.dml-consent input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--dml-primary); }
.dml-consent a { color: var(--dml-primary) !important; text-decoration: underline; }
.dml-hp { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.dml-btn--submit { width: 100%; border: 0; }
.dml-btn--submit:disabled { opacity: .65; cursor: wait; transform: none; }
.dml-btn--submit.is-loading svg { animation: dml-spin 1s linear infinite; }
@keyframes dml-spin { to { transform: rotate(360deg); } }
.dml-form__status { min-height: 0; padding: 0; border-radius: 9px; font-size: 12px; font-weight: 700; }
.dml-form__status.is-success, .dml-form__status.is-error { padding: 10px 12px; }
.dml-form__status.is-success { color: #047857; background: #ecfdf5; }
.dml-form__status.is-error { color: #b91c1c; background: #fef2f2; }
.dml-form__note { margin: -2px 0 0; color: #94a3b8; font-size: 10px; text-align: center; }

.dml-footer { padding: 34px 0; color: #94a3b8; background: #090f1d; }
.dml-footer__inner { display: grid; grid-template-columns: 1fr auto auto; gap: 45px; align-items: center; }
.dml-brand--footer { color: #fff !important; }
.dml-footer p { margin: 8px 0 0; font-size: 12px; }
.dml-footer__links { display: flex; gap: 19px; font-size: 12px; font-weight: 700; }
.dml-footer__links a:hover { color: #fff; }
.dml-footer__meta { display: grid; gap: 3px; justify-items: end; font-size: 11px; }
.dml-whatsapp { position: fixed; z-index: 80; right: 23px; bottom: 23px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: #fff !important; background: #22c55e; box-shadow: 0 12px 30px rgba(34,197,94,.35); transition: transform .2s; }
.dml-whatsapp:hover { transform: translateY(-4px) scale(1.03); }
.dml-whatsapp svg { width: 31px; height: 31px; fill: currentColor; stroke: none; }

@media (max-width: 1020px) {
  .dml-header__inner { gap: 18px; }
  .dml-nav { gap: 16px; }
  .dml-hero__grid { grid-template-columns: 1fr; }
  .dml-hero__copy { max-width: 780px; text-align: center; margin: 0 auto; }
  .dml-lead { margin-left: auto; margin-right: auto; }
  .dml-hero__actions, .dml-proof { justify-content: center; }
  .dml-hero__visual { width: min(650px, 100%); margin: 0 auto; }
  .dml-services { grid-template-columns: repeat(2,1fr); }
  .dml-method-grid, .dml-results__grid, .dml-faq-grid, .dml-contact__grid { grid-template-columns: 1fr; gap: 45px; }
  .dml-method-copy, .dml-faq-intro { max-width: 760px; }
  .dml-faq-intro { position: static; }
  .dml-results__grid > div:first-child { max-width: 780px; }
  .dml-contact__copy { max-width: 700px; }
  .dml-footer__inner { grid-template-columns: 1fr auto; }
  .dml-footer__meta { grid-column: 1 / -1; justify-items: start; }
}

@media (max-width: 760px) {
  .dml-container { width: min(100% - 30px, 1180px); }
  .dml-header__inner { min-height: 70px; }
  .dml-header .dml-btn--small { display: none; }
  .dml-menu { display: flex; margin-left: auto; }
  .dml-nav { position: absolute; left: 15px; right: 15px; top: 66px; display: none; padding: 15px; border: 1px solid var(--dml-line); border-radius: 14px; flex-direction: column; align-items: stretch; background: #fff; box-shadow: 0 18px 45px rgba(15,23,42,.14); }
  .dml-nav.is-open { display: flex; }
  .dml-nav a { padding: 8px 4px; }
  .dml-hero { padding: 125px 0 65px; }
  .dml-hero__copy h1 { font-size: clamp(38px, 12vw, 54px); }
  .dml-lead { font-size: 17px; }
  .dml-hero__actions .dml-btn { width: 100%; }
  .dml-proof { display: grid; justify-content: start; width: max-content; max-width: 100%; margin-left: auto; margin-right: auto; text-align: left; }
  .dml-hero__visual { min-height: 420px; }
  .dml-dashboard { padding: 17px; border-radius: 20px; transform: none; }
  .dml-floating-card { display: none; }
  .dml-metric-row { grid-template-columns: 1fr; }
  .dml-chart-card { display: none; }
  .dml-channel-row { margin-top: 15px; }
  .dml-strip__inner { min-height: 60px; overflow: auto; justify-content: flex-start; white-space: nowrap; }
  .dml-strip__inner i { flex: 0 0 auto; }
  .dml-section { padding: 75px 0; }
  .dml-heading { margin-bottom: 36px; text-align: left; }
  .dml-heading h2, .dml-method-copy h2, .dml-faq-intro h2, .dml-results h2, .dml-contact h2 { font-size: 36px; }
  .dml-services, .dml-plans { grid-template-columns: 1fr; }
  .dml-service-card p { min-height: 0; }
  .dml-plan--featured { transform: none; }
  .dml-funnel { padding: 27px 20px; }
  .dml-form-card { padding: 25px 18px; }
  .dml-form__row { grid-template-columns: 1fr; }
  .dml-footer__inner { grid-template-columns: 1fr; }
  .dml-footer__links { flex-wrap: wrap; }
  .dml-footer__meta { grid-column: auto; }
  .dml-whatsapp { right: 16px; bottom: 16px; width: 52px; height: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  .dml-root *, .dml-root *::before, .dml-root *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* --- LyraVibe dark neon redesign overrides --- */
body.dml-standalone-page { background: #050816; }
.dml-root {
  --dml-primary: #7c4dff;
  --dml-primary-dark: color-mix(in srgb, var(--dml-primary) 78%, #000);
  --dml-primary-soft: color-mix(in srgb, var(--dml-primary) 12%, transparent);
  --dml-accent: #25d8ff;
  --dml-dark: #050816;
  --dml-muted: #93a4c3;
  --dml-line: rgba(106,137,255,.18);
  --dml-soft: color-mix(in srgb, var(--dml-dark) 90%, #fff 10%);
  color: #e9efff;
  background:
    radial-gradient(circle at 15% 15%, color-mix(in srgb, var(--dml-primary) 20%, transparent), transparent 28%),
    radial-gradient(circle at 84% 22%, color-mix(in srgb, var(--dml-accent) 17%, transparent), transparent 24%),
    radial-gradient(circle at 50% 70%, color-mix(in srgb, var(--dml-primary) 12%, transparent), transparent 30%),
    linear-gradient(180deg, color-mix(in srgb, var(--dml-dark) 92%, #000) 0%, color-mix(in srgb, var(--dml-dark) 86%, #102b55) 52%, color-mix(in srgb, var(--dml-dark) 92%, #000) 100%);
}
.dml-root h1, .dml-root h2, .dml-root h3 { color: #ffffff; }
.dml-header {
  position: fixed;
  border-bottom: 1px solid rgba(113, 143, 255, .14);
  background: color-mix(in srgb, var(--dml-dark) 82%, transparent);
  backdrop-filter: blur(18px);
}
.dml-brand { color: #fff; }
.dml-brand__mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--dml-primary), var(--dml-accent));
  box-shadow: 0 0 0 1px rgba(255,255,255,.06), 0 10px 32px rgba(66,97,255,.4);
}
.dml-brand__mark svg { width: 31px; height: 31px; }
.dml-nav a { color: #dbe6ff; }
.dml-nav a:hover { color: var(--dml-accent); }
.dml-menu { border-color: rgba(255,255,255,.1); background: rgba(255,255,255,.03); }
.dml-menu span { background: #fff; }
.dml-btn {
  border-color: transparent;
  background: linear-gradient(90deg, var(--dml-primary) 0%, var(--dml-accent) 100%);
  box-shadow: 0 12px 30px rgba(74,112,255,.35);
}
.dml-btn:hover { background: linear-gradient(90deg, var(--dml-primary-dark) 0%, color-mix(in srgb, var(--dml-accent) 82%, #fff) 100%); }
.dml-btn--ghost, .dml-btn--outline {
  color: #fff !important;
  border-color: rgba(136,160,255,.35);
  background: rgba(255,255,255,.04);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
}
.dml-btn--ghost:hover, .dml-btn--outline:hover { border-color: rgba(37,216,255,.55); background: rgba(37,216,255,.08); }
.dml-hero {
  padding: 150px 0 80px;
  background: transparent;
}
.dml-hero::before { opacity: .16; }
.dml-hero__glow--one { background: rgba(124,77,255,.22); }
.dml-hero__glow--two { background: rgba(37,216,255,.18); }
.dml-kicker {
  border-color: rgba(123,161,255,.28);
  color: #dff6ff;
  background: rgba(92,110,255,.12);
}
.dml-kicker span { background: var(--dml-accent); box-shadow: 0 0 0 6px rgba(37,216,255,.12); }
.dml-lead, .dml-proof { color: #aab8d5; }
.dml-proof svg { color: var(--dml-accent); }
.dml-dashboard {
  border: 1px solid rgba(117,147,255,.22);
  background: linear-gradient(180deg, rgba(11,18,38,.97), rgba(6,11,25,.96));
  box-shadow: 0 28px 80px rgba(0,0,0,.45), 0 0 0 1px rgba(124,77,255,.12) inset;
}
.dml-dashboard::before { border-color: rgba(124,77,255,.14); }
.dml-dashboard__top { border-bottom-color: rgba(255,255,255,.08); }
.dml-dashboard__label, .dml-metric-row span, .dml-metric-row small, .dml-chart-card__head small, .dml-channel-row small { color: #8ea1c6; }
.dml-live { background: rgba(16,185,129,.12); color: #71f0be; }
.dml-live i { box-shadow: 0 0 0 4px rgba(16,185,129,.18); }
.dml-metric-row article, .dml-chart-card, .dml-channel-row span {
  border-color: rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  color: #fff;
}
.dml-line-chart .dml-gridline { stroke: rgba(255,255,255,.08); }
.dml-line-chart .dml-line { stroke: var(--dml-accent); }
.dml-floating-card {
  border-color: rgba(136,160,255,.2);
  background: rgba(9,15,33,.94);
  box-shadow: 0 20px 44px rgba(0,0,0,.34);
}
.dml-floating-card strong { color: #fff; }
.dml-floating-card small { color: #96aad0; }
.dml-icon-badge { background: rgba(37,216,255,.12); color: var(--dml-accent); }
.dml-strip {
  border-top-color: rgba(255,255,255,.08);
  border-bottom-color: rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
}
.dml-strip__inner { color: #89a2d3; }
.dml-section--soft { background: transparent; }
.dml-heading p, .dml-method-copy p, .dml-plan > p, .dml-faq details p, .dml-results__items p, .dml-contact__copy > p { color: #9cb0d6; }
.dml-service-card, .dml-plan, .dml-method-list article, .dml-results__items article, .dml-faq details, .dml-form-card {
  border: 1px solid rgba(118,145,255,.18);
  background: linear-gradient(180deg, rgba(10,18,39,.9), rgba(7,12,27,.96));
  box-shadow: 0 16px 45px rgba(0,0,0,.22);
}
.dml-service-card h3, .dml-method-list h3, .dml-plan h3, .dml-results__items h3, .dml-form-card__head h3, .dml-faq summary { color: #fff; }
.dml-service-card p, .dml-method-list p, .dml-plan ul, .dml-plan ul li, .dml-faq details p { color: #99aed4; }
.dml-service-card__icon, .dml-method-list article > span, .dml-plan__ribbon, .dml-plan__label, .dml-results__items article > span, .dml-form-card__head span, .dml-text-link { color: var(--dml-accent) !important; }
.dml-service-card__icon, .dml-method-list article > span, .dml-plan__ribbon, .dml-icon-badge {
  background: rgba(37,216,255,.1);
  border: 1px solid rgba(37,216,255,.18);
}
.dml-method-list article { background: rgba(255,255,255,.03); }
.dml-funnel {
  background: linear-gradient(145deg, rgba(18,29,67,.98), rgba(8,14,33,.98));
  border: 1px solid rgba(124,77,255,.16);
}
.dml-funnel::before { background: rgba(37,216,255,.18); }
.dml-funnel__flow article { border-color: rgba(255,255,255,.08); background: rgba(255,255,255,.04); }
.dml-funnel__flow article > span { color: var(--dml-accent); background: rgba(37,216,255,.1); }
.dml-plan--featured {
  border: 1px solid rgba(37,216,255,.36);
  background: linear-gradient(180deg, rgba(34,24,82,.98), rgba(10,18,38,.98));
  box-shadow: 0 0 0 1px rgba(37,216,255,.08) inset, 0 30px 60px rgba(0,0,0,.28);
}
.dml-plan__ribbon {
  background: linear-gradient(90deg, var(--dml-primary) 0%, var(--dml-accent) 100%);
  color: #fff !important;
}
.dml-results { background: transparent; }
.dml-faq { border-top-color: rgba(255,255,255,.08); }
.dml-faq details { border-bottom-color: rgba(255,255,255,.08); }
.dml-faq summary span::before, .dml-faq summary span::after { background: var(--dml-accent); }
.dml-contact {
  background: transparent;
  border-top: 1px solid rgba(255,255,255,.08);
}
.dml-contact__pattern { opacity: .04; }
.dml-contact__wa {
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
}
.dml-contact__wa > svg { color: var(--dml-accent); }
.dml-form-card { color: #fff; }
.dml-form label { color: #cfdbf6; }
.dml-form input:not([type="checkbox"]), .dml-form select, .dml-form textarea {
  border-color: rgba(255,255,255,.1);
  color: #fff;
  background: rgba(255,255,255,.04);
}
.dml-form input::placeholder, .dml-form textarea::placeholder { color: #7f94bd; }
.dml-consent { color: #9db2d8 !important; }
.dml-form__note { color: #8ea3c8; }
.dml-form__status.is-success { color: #d1fae5; background: rgba(16,185,129,.12); }
.dml-form__status.is-error { color: #fecaca; background: rgba(239,68,68,.12); }
.dml-footer { border-top: 1px solid rgba(255,255,255,.06); background: transparent; }
.dml-footer p, .dml-footer__meta, .dml-footer__links a { color: #94a8cf; }
.dml-footer__links a:hover { color: #fff; }
@media (max-width: 760px) {
  .dml-nav { border-color: rgba(255,255,255,.1); background: rgba(6,11,25,.98); }
  .dml-nav a { color: #e5edff; }
  .dml-hero { padding-top: 118px; }
}

/* Personalización dinámica LyraVibe 2.0 */
.dml-root { --dml-content-width: 1180px; --dml-radius: 22px; }
.dml-container { width: min(var(--dml-content-width), calc(100% - 40px)); }
.dml-brand__mark { width: var(--dml-logo-size, 42px); height: var(--dml-logo-size, 42px); flex: 0 0 auto; overflow: hidden; }
.dml-brand__mark img { display:block; width:100%; height:100%; object-fit:contain; }
.dml-service-card, .dml-plan, .dml-funnel, .dml-form-card { border-radius: var(--dml-radius); }
.dml-plans--two { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 940px; margin-inline:auto; }
.dml-plans--two .dml-plan > p { min-height: 64px; }
.dml-social-links { display:flex; flex-wrap:wrap; gap:10px; margin-top:13px; }
.dml-social-links a { padding:5px 9px; border:1px solid rgba(255,255,255,.1); border-radius:999px; color:#a9b8d6; font-size:10px; font-weight:700; }
.dml-social-links a:hover { color:#fff; border-color:var(--dml-accent); }
@media (max-width: 760px) { .dml-plans--two { grid-template-columns:1fr; } }

/* v3 multipage tabs */
.dml-page-switcher { padding-top: 94px; }
.dml-page-tabs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(12px);
}
.dml-page-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #cdd9f5;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
}
.dml-page-tabs a.is-active {
  color: #fff;
  background: linear-gradient(90deg, #7c4dff 0%, #25d8ff 100%);
  box-shadow: 0 12px 26px rgba(74,112,255,.24);
}
.dml-page-tabs a:hover { color: #fff; }
.dml-root .dml-container { width: min(var(--dml-content-width, 1180px), calc(100% - 40px)); }
.dml-service-card, .dml-plan, .dml-form-card, .dml-method-list article, .dml-results__items article, .dml-faq details {
  border-radius: var(--dml-radius, 22px);
}
.dml-dashboard, .dml-funnel { border-radius: calc(var(--dml-radius, 22px) + 4px); }
@media (max-width: 760px) {
  .dml-page-switcher { padding-top: 92px; }
  .dml-page-tabs { display: flex; width: 100%; }
  .dml-page-tabs a { flex: 1 1 0; }
}

/* v3.1 layout fixes + reCAPTCHA */
.dml-plans,
.dml-plans--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(940px, 100%);
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.dml-plans .dml-plan { width: 100%; }
.dml-recaptcha-wrap {
  width: 100%;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 4px 0;
  overflow-x: auto;
}
.dml-recaptcha-wrap .g-recaptcha { transform-origin: left top; }
@media (max-width: 760px) {
  .dml-plans,
  .dml-plans--two { grid-template-columns: 1fr; width: 100%; }
}
@media (max-width: 380px) {
  .dml-recaptcha-wrap .g-recaptcha { transform: scale(.90); }
  .dml-recaptcha-wrap { min-height: 72px; }
}
