/* ==========================================================================
   DMI Seguridad — style.css
   Hoja de estilos única. Arquitectura clásica (Separation of Concerns).
   ========================================================================== */

/* --- Reset & base --------------------------------------------------------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; overflow-x: clip; }
body {
  margin: 0;
  background: #0B0A08;
  color: #F2EDE1;
  font-family: Manrope, sans-serif;
  min-height: 100vh;
}
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
::selection { background: #E6B23E; color: #0B0A08; }
a { color: inherit; }

/* --- Utilities / layout --------------------------------------------------- */
.container { max-width: 1180px; margin: 0 auto; }

/* --- Header --------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(11,10,8,.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(230,178,62,.14);
}
.site-header__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-header__logo { display: flex; align-items: center; }
.logo-img { height: 40px; width: auto; display: block; }

.btn-pill {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background: #E6B23E;
  color: #0B0A08;
  font-weight: 700;
  font-size: 13.5px;
  line-height: 1;
  text-decoration: none;
  padding: 11px 18px;
  border-radius: 999px;
  font-family: Sora, sans-serif;
  letter-spacing: .02em;
}

/* --- Hero ----------------------------------------------------------------- */
.hero {
  position: relative;
  background:
    radial-gradient(1100px 500px at 78% -10%, rgba(230,178,62,.16), transparent 60%),
    #0B0A08;
  border-bottom: 1px solid rgba(230,178,62,.1);
}
.hero__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(48px,7vw,86px) 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px,1fr));
  gap: clamp(36px,5vw,64px);
  align-items: center;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  border: 1px solid rgba(230,178,62,.3);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 11.5px;
  letter-spacing: .18em;
  line-height: 1.4;
  color: #E6B23E;
  font-weight: 600;
}
.hero-badge__sep {
  color: rgba(230,178,62,.55);
  margin: 0 1px;
}
.hero-badge__dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #E6B23E; box-shadow: 0 0 10px #E6B23E;
}
.hero-title {
  font-family: Sora, sans-serif;
  font-weight: 800;
  font-size: clamp(34px,5vw,58px);
  line-height: 1.05;
  letter-spacing: -.02em;
  margin: 0 0 18px;
  text-wrap: balance;
}
.accent { color: #E6B23E; }

.hero-feat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  font-family: Sora, sans-serif;
  font-weight: 600;
  font-size: clamp(15px,1.7vw,20px);
  color: #F2EDE1;
  margin: 0 0 24px;
}
.hero-feat__sep { color: #5A5343; }
.hero-desc {
  font-size: clamp(16px,1.6vw,18px);
  line-height: 1.65;
  color: #B9B09D;
  max-width: 520px;
  margin: 0 0 32px;
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}
.btn-primary {
  background: #E6B23E;
  color: #0B0A08;
  font-weight: 700;
  font-size: 15.5px;
  text-decoration: none;
  padding: 15px 28px;
  border-radius: 12px;
  font-family: Sora, sans-serif;
}
.btn-wa-outline {
  border: 1px solid rgba(230,178,62,.3);
  color: #F2EDE1;
  font-weight: 600;
  font-size: 15.5px;
  text-decoration: none;
  padding: 15px 26px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.btn-wa-outline__dot { width: 8px; height: 8px; border-radius: 50%; background: #25D366; }

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  font-size: 13px;
  color: #A79E8B;
}
.trust-item { display: inline-flex; align-items: center; gap: 7px; }
.trust-item__check { color: #E6B23E; font-weight: 700; }

/* Hero visual (CCTV mock) */
.hero-visual {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(230,178,62,.22);
  aspect-ratio: 4/3;
  background: repeating-linear-gradient(135deg, #14120D 0 14px, #100E0A 14px 28px);
  box-shadow: 0 30px 70px -30px rgba(0,0,0,.8);
}
.cam-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: dmiRotate 15s linear infinite;
}
.cam-img--1 { animation-delay: 0s; }
.cam-img--2 { animation-delay: 5s; }
.cam-img--3 { animation-delay: 10s; }
.hero-visual__vignette {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,10,8,.18) 0%, transparent 35%, transparent 70%, rgba(11,10,8,.4) 100%);
}
.hero-visual__scanlines {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(0deg, rgba(0,0,0,.06) 0 1px, transparent 1px 4px);
  pointer-events: none;
}
.hero-visual__scan {
  position: absolute; left: 0; right: 0; height: 60px;
  background: linear-gradient(rgba(230,178,62,.1), transparent);
  animation: dmiScan 4.5s linear infinite;
  pointer-events: none;
}
.osd {
  position: absolute;
  font-family: monospace;
  font-size: 11px;
  color: #F2EDE1;
  background: rgba(0,0,0,.5);
  border-radius: 6px;
}
.osd--rec { top: 16px; left: 16px; display: inline-flex; align-items: center; gap: 7px; letter-spacing: .1em; padding: 5px 10px; }
.osd--live { top: 16px; right: 16px; letter-spacing: .08em; padding: 5px 10px; }
.osd--central { bottom: 14px; left: 16px; letter-spacing: .1em; padding: 4px 9px; }
.osd--cam { bottom: 14px; right: 16px; letter-spacing: .1em; padding: 4px 9px; }
.osd__rec-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #e5484d; box-shadow: 0 0 8px #e5484d;
  animation: dmiBlink 1.4s steps(1) infinite;
}

/* --- Problem / Solution --------------------------------------------------- */
.problem {
  background: #100E0A;
  border-bottom: 1px solid rgba(230,178,62,.1);
}
.problem__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(40px,5vw,60px) 24px;
  text-align: center;
}
.problem__text {
  font-family: Sora, sans-serif;
  font-weight: 600;
  font-size: clamp(19px,2.4vw,27px);
  line-height: 1.45;
  margin: 0;
  letter-spacing: -.01em;
}
.muted { color: #A79E8B; }

/* --- Section heading (shared) -------------------------------------------- */
.section-eyebrow {
  font-size: 12px;
  letter-spacing: .2em;
  color: #E6B23E;
  font-weight: 600;
  margin-bottom: 12px;
}
.section-title {
  font-family: Sora, sans-serif;
  font-weight: 700;
  font-size: clamp(26px,3.4vw,38px);
  margin: 0 0 12px;
  letter-spacing: -.02em;
  text-wrap: balance;
}
.section-sub {
  color: #A79E8B;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 540px;
}

/* --- Coverage ------------------------------------------------------------- */
.coverage {
  background: #0B0A08;
  border-bottom: 1px solid rgba(230,178,62,.1);
}
.coverage__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(54px,7vw,84px) 24px;
}
.coverage__head { text-align: center; margin-bottom: 48px; }
.coverage__cols {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px,4vw,56px);
  align-items: center;
  justify-content: center;
}
.map-wrap {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.map-figure { position: relative; display: inline-block; }
.map-glow {
  position: absolute; left: 50%; top: 43%;
  width: 170px; height: 170px;
  transform: translate(-50%,-50%);
  background: radial-gradient(circle, rgba(230,178,62,.22), transparent 65%);
  pointer-events: none;
}
.map-img {
  display: block;
  width: 220px;
  height: auto;
  filter: drop-shadow(0 14px 32px rgba(0,0,0,.6));
}
.map-caption {
  font-family: Manrope, sans-serif;
  font-size: 10px;
  letter-spacing: .18em;
  color: #8F876F;
}

.coverage__panel { flex: 0 1 430px; display: grid; gap: 26px; }
.panel-label {
  font-size: 11px;
  letter-spacing: .18em;
  color: #E6B23E;
  font-weight: 600;
  margin-bottom: 18px;
}
.zones {
  display: flex;
  gap: clamp(16px,3vw,34px);
  align-items: flex-start;
  flex-wrap: wrap;
}
.zones__icon {
  flex: none;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}
.zones__icon-circle {
  width: 64px; height: 64px; border-radius: 50%;
  background: radial-gradient(circle, rgba(230,178,62,.18), transparent 70%);
  display: flex; align-items: center; justify-content: center;
}
.legend { display: grid; gap: 16px; flex: 1; min-width: 180px; }
.legend__region {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
}
.legend__swatch { width: 11px; height: 11px; border-radius: 3px; flex: none; }
.legend__swatch--valpo { background: #E6B23E; }
.legend__swatch--ohiggins { background: #CE903C; }
.legend__swatch--maule { background: #B06A2C; }
.legend__region-name {
  font-family: Sora, sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .05em;
  color: #F2EDE1;
}
.legend__cities {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  padding-left: 20px;
}
.chip-city {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #14120D;
  border: 1px solid rgba(230,178,62,.18);
  border-radius: 8px;
  padding: 7px 13px;
  font-size: 13px;
  font-weight: 600;
  font-family: Sora, sans-serif;
}
.chip-city__dot { width: 6px; height: 6px; border-radius: 50%; background: #E6B23E; flex: none; }
.legend__cities--row { flex-direction: row; flex-wrap: wrap; }

.capacity { border-top: 1px solid rgba(230,178,62,.1); padding-top: 22px; }
.capacity__label {
  font-size: 11px;
  letter-spacing: .18em;
  color: #A79E8B;
  font-weight: 600;
  margin-bottom: 14px;
}
.capacity__chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip-dashed {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px dashed rgba(230,178,62,.32);
  border-radius: 9px;
  padding: 7px 14px 7px 10px;
  font-size: 13px;
  font-weight: 600;
  font-family: Sora, sans-serif;
  color: #B9B09D;
}
.chip-national {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(230,178,62,.12);
  border: 1px solid rgba(230,178,62,.45);
  border-radius: 9px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 700;
  font-family: Sora, sans-serif;
  color: #E6B23E;
}
.capacity__note {
  margin: 12px 0 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: #8F876F;
}

/* --- Services (accordion) ------------------------------------------------- */
.services { background: #0B0A08; }
.services__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(54px,7vw,84px) 24px;
}
.services__head { text-align: center; margin-bottom: 40px; }
.services__title {
  font-family: Sora, sans-serif;
  font-weight: 700;
  font-size: clamp(27px,3.6vw,40px);
  margin: 0;
  letter-spacing: -.02em;
}
.services__sub { color: #A79E8B; font-size: 15px; margin: 14px 0 0; }

.service {
  background: #14120D;
  border: 1px solid rgba(230,178,62,.16);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 14px;
}
.service:last-child { margin-bottom: 0; }
.service__summary {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  cursor: pointer;
}
.service__icon {
  flex: none;
  width: 46px; height: 46px;
  border-radius: 12px;
  background: rgba(230,178,62,.1);
  border: 1px solid rgba(230,178,62,.25);
  display: flex; align-items: center; justify-content: center;
}
.service__heading { flex: 1; }
.service__name {
  display: block;
  font-family: Sora, sans-serif;
  font-weight: 600;
  font-size: 19px;
}
.service__tagline {
  display: block;
  color: #A79E8B;
  font-size: 13.5px;
  margin-top: 2px;
}
.chev {
  transition: transform .3s cubic-bezier(.4,0,.2,1);
  display: inline-block;
  flex: none;
  color: #E6B23E;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
}
details[open] .chev { transform: rotate(45deg); }
.service__body {
  padding: 0 24px 24px 88px;
  color: #B9B09D;
  font-size: 14.5px;
  line-height: 1.6;
}
.service__list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}
.service__list li { display: flex; gap: 10px; }
.service__list span { color: #E6B23E; }

/* --- Trust badges --------------------------------------------------------- */
.badges {
  background: #100E0A;
  border-top: 1px solid rgba(230,178,62,.1);
  border-bottom: 1px solid rgba(230,178,62,.1);
}
.badges__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(20px,3vw,30px) 24px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 10px;
}
.badge {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  white-space: nowrap;
  gap: 8px;
  border: 1px solid rgba(230,178,62,.2);
  border-radius: 999px;
  padding: 9px 15px;
  font-size: 13px;
  font-weight: 600;
}
.badge__dot { color: #E6B23E; }

/* --- About (accordion) ---------------------------------------------------- */
.about { background: #0B0A08; }
.about__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(54px,7vw,84px) 24px;
}
.about__head { text-align: center; margin-bottom: 38px; }
.about__title {
  font-family: Sora, sans-serif;
  font-weight: 700;
  font-size: clamp(27px,3.6vw,40px);
  margin: 0;
  letter-spacing: -.02em;
}
.about-item { border-top: 1px solid rgba(230,178,62,.14); }
.about-item--last { border-bottom: 1px solid rgba(230,178,62,.14); }
.about-item__summary {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 4px;
  cursor: pointer;
}
.about-item__q {
  flex: 1;
  font-family: Sora, sans-serif;
  font-weight: 600;
  font-size: 17px;
}
.chev--sm { font-size: 24px; }
.about-item__a {
  margin: 0;
  padding: 0 4px 22px;
  color: #B9B09D;
  font-size: 14.5px;
  line-height: 1.65;
}

/* --- CTA / Form ----------------------------------------------------------- */
.cta { background: linear-gradient(180deg, #100E0A, #0B0A08); }
.cta__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(54px,7vw,84px) 24px;
}
.cta__head { text-align: center; margin-bottom: 34px; }
.cta__title {
  font-family: Sora, sans-serif;
  font-weight: 800;
  font-size: clamp(28px,4vw,44px);
  margin: 0 0 14px;
  letter-spacing: -.02em;
}
.cta__sub { color: #A79E8B; font-size: 16px; margin: 0; }

.form {
  background: #14120D;
  border: 1px solid rgba(230,178,62,.16);
  border-radius: 16px;
  padding: clamp(24px,3vw,34px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: 18px;
}
.form__required-note {
  grid-column: 1/-1;
  margin: 0;
  font-size: 12px;
  color: #8F876F;
}
.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px; height: 1px;
  opacity: 0;
  pointer-events: none;
}
.field { display: block; }
.field--full { grid-column: 1/-1; }
.field__label {
  display: block;
  font-size: 11.5px;
  letter-spacing: .12em;
  color: #A79E8B;
  font-weight: 600;
  margin-bottom: 8px;
}
.input {
  width: 100%;
  background: #0F0D09;
  border: 1px solid rgba(230,178,62,.18);
  border-radius: 10px;
  padding: 13px 14px;
  color: #F2EDE1;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  outline: none;
}
.input:focus { border-color: #E6B23E; }
textarea.input { resize: vertical; }

.consent {
  grid-column: 1/-1;
  display: flex;
  gap: 11px;
  align-items: flex-start;
}
.consent__box {
  margin-top: 3px;
  width: 17px; height: 17px;
  accent-color: #E6B23E;
  flex: none;
  cursor: pointer;
}
.consent__text {
  font-size: 12.5px;
  color: #B9B09D;
  line-height: 1.5;
  cursor: pointer;
}
.link-accent {
  color: #E6B23E;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.btn-submit {
  grid-column: 1/-1;
  background: #E6B23E;
  color: #0B0A08;
  font-weight: 700;
  font-size: 16px;
  font-family: Sora, sans-serif;
  border: none;
  border-radius: 11px;
  padding: 16px;
  cursor: pointer;
}
.btn-submit[disabled] { cursor: wait; opacity: .65; }

/* --- Footer --------------------------------------------------------------- */
.site-footer {
  background: #0B0A08;
  border-top: 1px solid rgba(230,178,62,.14);
}
.site-footer__cols {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(40px,5vw,60px) 24px 28px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: 36px;
}
.footer-col--contact { text-align: center; }
.footer-col--nav { text-align: right; }
.footer-logo { display: flex; align-items: center; margin-bottom: 16px; }
.footer-about {
  color: #A79E8B;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 18px;
  max-width: 280px;
}
.footer-social { display: flex; gap: 10px; }
.social-link {
  width: 36px; height: 36px;
  border-radius: 9px;
  border: 1px solid rgba(230,178,62,.22);
  display: flex; align-items: center; justify-content: center;
  color: #A79E8B;
  text-decoration: none;
}
.social-link:hover { color: #E6B23E; border-color: rgba(230,178,62,.5); }

.footer-col__title {
  font-family: Sora, sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 16px;
  color: #E6B23E;
}
.footer-contact { display: grid; gap: 12px; font-size: 14px; color: #B9B09D; }
.footer-contact__label {
  color: #8F876F;
  display: block;
  font-size: 11.5px;
  letter-spacing: .1em;
  margin-bottom: 2px;
}
.footer-contact a { color: #F2EDE1; text-decoration: none; }
.footer-nav { display: grid; gap: 11px; font-size: 14px; }
.footer-nav a { color: #B9B09D; text-decoration: none; }
.footer-nav a.link-underline { text-decoration: underline; text-underline-offset: 2px; }

.footer-legal {
  border-top: 1px solid rgba(230,178,62,.1);
  padding: 20px 24px;
  text-align: center;
  color: #8A8270;
  font-size: 12.5px;
}
.footer-legal a {
  color: #B9B09D;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* --- Floating WhatsApp ---------------------------------------------------- */
.wa-float {
  position: fixed;
  bottom: 24px; right: 24px;
  z-index: 60;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #0E7A3C;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px -6px rgba(14,122,60,.55);
  text-decoration: none;
}

/* --- Cookie banner -------------------------------------------------------- */
.cookie {
  position: fixed;
  left: 16px; right: 16px; bottom: 90px;
  z-index: 70;
  max-width: 560px;
  margin: 0 auto;
  background: #15130E;
  border: 1px solid rgba(230,178,62,.3);
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  box-shadow: 0 20px 50px -16px rgba(0,0,0,.7);
}
.cookie__text {
  flex: 1;
  min-width: 220px;
  font-size: 13px;
  color: #B9B09D;
  line-height: 1.5;
}
.cookie__text a { color: #E6B23E; text-decoration: underline; text-underline-offset: 2px; }
.cookie__actions { display: flex; gap: 9px; }
.btn-ghost {
  background: transparent;
  border: 1px solid rgba(230,178,62,.3);
  color: #F2EDE1;
  font-weight: 600;
  font-size: 13px;
  padding: 9px 16px;
  border-radius: 9px;
  cursor: pointer;
  font-family: Manrope, sans-serif;
}
.btn-solid-sm {
  background: #E6B23E;
  border: none;
  color: #0B0A08;
  font-weight: 700;
  font-size: 13px;
  padding: 9px 18px;
  border-radius: 9px;
  cursor: pointer;
  font-family: Sora, sans-serif;
}

/* --- Modals (shared) ------------------------------------------------------ */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-overlay--success { z-index: 95; }
.modal-overlay--privacy { z-index: 90; }

.modal {
  background: #14120D;
  border: 1px solid rgba(230,178,62,.3);
  border-radius: 16px;
  width: 100%;
}
.modal--success {
  max-width: 420px;
  padding: clamp(30px,4vw,42px) 28px;
  text-align: center;
  box-shadow: 0 30px 70px -20px rgba(0,0,0,.8);
}
.modal--privacy {
  max-width: 620px;
  max-height: 84vh;
  overflow: auto;
  padding: clamp(24px,3vw,36px);
  border-color: rgba(230,178,62,.25);
}
.modal-check {
  width: 62px; height: 62px;
  border-radius: 50%;
  background: rgba(230,178,62,.12);
  border: 1px solid #E6B23E;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  color: #E6B23E;
  font-size: 30px;
}
.modal__title {
  font-family: Sora, sans-serif;
  font-weight: 700;
  font-size: 23px;
  margin: 0 0 10px;
}
.modal__text {
  color: #A79E8B;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 24px;
}
.modal__btn {
  background: #E6B23E;
  border: none;
  color: #0B0A08;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 28px;
  border-radius: 11px;
  cursor: pointer;
  font-family: Sora, sans-serif;
}
.modal--privacy .modal__title { margin-bottom: 6px; }
.modal__subtitle {
  color: #8A8270;
  font-size: 12.5px;
  margin: 0 0 20px;
}
.modal__body {
  color: #B9B09D;
  font-size: 14px;
  line-height: 1.7;
  display: grid;
  gap: 14px;
}
.modal__body p { margin: 0; }
.modal__body strong { color: #F2EDE1; }
.modal__btn--mt { margin-top: 24px; font-size: 14px; padding: 12px 22px; border-radius: 10px; }

.is-hidden { display: none !important; }

/* --- Animations ----------------------------------------------------------- */
@keyframes dmiScan {
  0% { transform: translateY(-10%); }
  100% { transform: translateY(900%); }
}
@keyframes dmiRotate {
  0% { opacity: 0; }
  2% { opacity: 1; }
  33% { opacity: 1; }
  40% { opacity: 0; }
  100% { opacity: 0; }
}
@keyframes dmiBlink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: .25; }
}

/* --- Responsive ----------------------------------------------------------- */
@media (max-width: 720px) {
  .hero-copy { text-align: center !important; }
  .hero-title { text-align: center !important; }
  .hero-copy .hero-feat,
  .hero-copy .hero-cta,
  .hero-copy .hero-trust { justify-content: center !important; }
  .hero-copy .hero-trust { grid-template-columns: auto !important; justify-items: center !important; }
  .hero-copy .hero-badges { justify-content: center !important; }
  .hero-copy .hero-badge { justify-content: center !important; text-align: center; letter-spacing: .12em; line-height: 1.4; width: auto !important; max-width: 100% !important; }
  .hero-copy .hero-desc { margin-left: auto; margin-right: auto; }
  .footer-col { text-align: center !important; }
  .footer-col a,
  .footer-col p,
  .footer-col div { text-align: center !important; }
  .footer-col p { margin-left: auto !important; margin-right: auto !important; }
  .footer-logo { justify-content: center !important; }
  .footer-social { justify-content: center !important; }
}
@media (max-width: 1024px) {
  .hero-badge { width: auto !important; max-width: 100% !important; }
  .site-footer__cols { grid-template-columns: 1fr !important; justify-items: center !important; gap: 30px !important; }
  .footer-col { text-align: center !important; }
  .footer-col a,
  .footer-col p,
  .footer-col div { text-align: center !important; }
  .footer-col p { margin-left: auto !important; margin-right: auto !important; }
  .footer-logo { justify-content: center !important; }
  .footer-social { justify-content: center !important; }
}
