/* Privacidad NIC.EC — Canva https://161123.my.canva.site/privacidad */

@font-face {
  font-family: "Times New Roman MT";
  src: url("../fonts/TimesNewRoman-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Times New Roman Canva";
  src: url("../fonts/TimesNewRoman-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Times New Roman Canva";
  src: url("../fonts/TimesNewRoman-Regular.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Times New Roman Canva";
  src: url("../fonts/TimesNewRoman-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Hoves";
  src: url("../fonts/TTHoves-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Hoves";
  src: url("../fonts/TTHoves-Regular.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Hoves";
  src: url("../fonts/TTHoves-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Touvlo";
  src: url("../fonts/Touvlo-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html.privacidad-nic {
  --pv-navy: #051d40;
  --pv-card: #0c1423; /* Canva hero card fill */
  --pv-ink: #051d40;
  --pv-white: #ffffff;
  --pv-muted: #051d40;
  --pv-max: 1120px;
  --pv-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --pv-radius: 1.35rem;
}

html.privacidad-nic,
html.privacidad-nic body,
html.privacidad-nic section#main-body {
  background: var(--pv-white) !important;
}

html.privacidad-nic section#main-body {
  padding: 0;
}

html.privacidad-nic section#main-body > .container,
html.privacidad-nic section#main-body .row,
html.privacidad-nic section#main-body .col-12 {
  max-width: none;
  padding: 0;
  margin: 0;
  overflow: visible;
}

html.privacidad-nic .master-breadcrumb {
  display: none !important;
}

html.privacidad-nic #copyright,
html.privacidad-nic .copyright,
html.privacidad-nic p:has(> a[href*="whmcs.com"]) {
  display: none !important;
}

.pv-page {
  color: #051d40;
  background: var(--pv-white);
  font-family: "TT Hoves", "Segoe UI", sans-serif;
  margin: 0;
  padding: 0;
}

/* Anular posibles gaps WHMCS encima del hero */
html.privacidad-nic #main-body,
html.privacidad-nic .main-content,
html.privacidad-nic .pv-page > .pv-hero {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* —— Hero: proporciones Canva artboard 1366×768 ——
   Imagen: x≈0 y≈0 w=615 h=767
   Card:   x=683 y=112 w=562 h=589  fill #0c1423
*/
.pv-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1366 / 768;
  max-height: 48rem;
  margin: 0;
  padding: 0;
  background: var(--pv-white);
  overflow: hidden;
}

.pv-hero__media {
  position: absolute;
  left: 0;
  top: 0;
  width: 45.02%; /* 615/1366 */
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  background: #05080e;
}

.pv-hero__img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: cover;
  object-position: center 52%;
}

.pv-hero__panel {
  position: absolute;
  left: 50.03%; /* 683.44/1366 */
  top: 14.55%; /* 111.74/768 */
  width: 41.16%; /* 562.26/1366 */
  height: 76.72%; /* 589.23/768 */
  z-index: 1;
  box-sizing: border-box;
  margin: 0;
  padding: 5% 3.25%;
  background: var(--pv-card);
  color: var(--pv-white);
  border-radius: clamp(1.1rem, 2vw, 1.75rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: none;
  max-width: none;
  min-height: 0;
}

.pv-hero__title {
  margin: 0 0 1.15rem;
  font-family: "Times New Roman Canva", "Times New Roman MT", "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: clamp(2.75rem, 5vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--pv-white);
}

.pv-hero__title-line {
  display: block;
}

.pv-hero__lead {
  margin: 0;
  font-family: "TT Hoves", "Segoe UI", sans-serif;
  font-size: clamp(1.28rem, 2vw, 1.62rem);
  line-height: 1.42;
  text-align: justify;
  color: rgba(255, 255, 255, 0.94);
  max-width: none;
}

/* —— FAQ —— */
.pv-faq {
  padding: clamp(1.5rem, 4vw, 2.75rem) 1.25rem clamp(2.5rem, 5vw, 4rem);
}

.pv-faq__inner {
  max-width: var(--pv-max);
  margin: 0 auto;
}

.pv-faq__heading {
  margin: 0 0 clamp(1.75rem, 4vw, 2.75rem);
  text-align: center;
  font-family: "Times New Roman MT", "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: clamp(2.55rem, 5vw, 3.6rem);
  line-height: 1.1;
  color: var(--pv-ink);
}

.pv-faq__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.35rem, 3vw, 2.35rem);
}

.pv-faq__q {
  margin: 0 0 0.85rem;
  font-family: "Times New Roman MT", "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.2;
  color: var(--pv-ink);
}

.pv-faq__a {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--pv-muted);
  text-align: justify;
}

/* —— ARCO —— */
.pv-arco {
  padding: 0 1.25rem clamp(3rem, 6vw, 4.5rem);
}

.pv-arco__inner {
  max-width: var(--pv-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.pv-arco__title {
  margin: 0 0 1.15rem;
  font-family: "Times New Roman MT", "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: clamp(1.45rem, 2.5vw, 1.95rem);
  line-height: 1.15;
  color: var(--pv-ink);
}

.pv-arco__intro {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  color: var(--pv-ink);
}

.pv-arco__intro strong {
  font-family: "TT Hoves", "Segoe UI", sans-serif;
  font-weight: 700;
  color: var(--pv-ink);
}

.pv-arco__list {
  margin: 0 0 0 0.85rem;
  padding: 0;
  list-style: none !important;
}

.pv-arco__list li {
  position: relative;
  margin: 0 0 0.4rem;
  padding-left: 1.55rem;
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--pv-muted);
  text-align: justify;
  list-style: none !important;
}

.pv-arco__list li:last-child {
  margin-bottom: 0;
}

.pv-arco__list li::before {
  content: "";
  position: absolute;
  left: 0.35rem;
  top: 0.55em;
  width: 0.38em;
  height: 0.38em;
  border-radius: 50%;
  background: var(--pv-ink);
}

.pv-arco__list strong {
  font-family: "TT Hoves", "Segoe UI", sans-serif;
  font-weight: 700;
  color: var(--pv-ink);
}

.pv-arco__link {
  color: var(--pv-ink);
  font-weight: 700;
  text-decoration: underline;
}

.pv-arco__link:hover,
.pv-arco__link:focus {
  color: var(--pv-navy);
}

.pv-arco__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 0.5rem;
}

.pv-arco__clip {
  width: min(100%, 12.75rem);
  height: auto;
  margin-bottom: 2rem;
  display: block;
  /* Canva MAG3VTC4Xhk rotation E ≈ 11.08° */
  transform: rotate(11deg);
  transform-origin: center center;
  filter: drop-shadow(0 12px 24px rgba(5, 29, 64, 0.12));
}

.pv-arco__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  background: var(--pv-card);
  color: var(--pv-white) !important;
  text-decoration: none !important;
  font-family: "Touvlo", "TT Hoves", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 10px 22px rgba(12, 20, 35, 0.18);
  transition: transform 0.25s var(--pv-ease), filter 0.25s var(--pv-ease), box-shadow 0.25s var(--pv-ease);
}

.pv-arco__btn:hover,
.pv-arco__btn:focus {
  color: var(--pv-white) !important;
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(5, 29, 64, 0.22);
}

.pv-arco__mail {
  margin: 0.9rem 0 0;
  font-size: 0.95rem;
  color: var(--pv-muted);
}

.pv-arco__mail a,
.pv-arco__mail-link {
  color: var(--pv-ink);
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

/* —— Toast correo copiado —— */
.pv-email-toast {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(5, 29, 64, 0.12);
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(5, 29, 64, 0.18);
  display: none;
  gap: 0.85rem;
  left: 50%;
  max-width: min(24rem, calc(100vw - 2rem));
  opacity: 0;
  padding: 1rem 1.15rem;
  pointer-events: none;
  position: fixed;
  top: 28%;
  transform: translate(-50%, -18px);
  transition: transform 0.32s var(--pv-ease), opacity 0.28s ease, visibility 0.28s;
  visibility: hidden;
  z-index: 2147483000;
  font-family: "TT Hoves", sans-serif;
}

.pv-email-toast.is-visible {
  display: flex !important;
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}

.pv-email-toast[hidden] {
  display: none !important;
}

.pv-email-toast__icon {
  align-items: center;
  background: #e8f7ef;
  border-radius: 50%;
  color: #00a651;
  display: flex;
  flex-shrink: 0;
  height: 2.35rem;
  justify-content: center;
  width: 2.35rem;
}

.pv-email-toast__icon svg {
  height: 1.15rem;
  width: 1.15rem;
}

.pv-email-toast__text {
  color: #051d40;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
}

.pv-email-toast__text span {
  display: block;
  font-weight: 400;
  margin-top: 0.2rem;
}

.pv-email-toast__text strong {
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .pv-email-toast {
    transition: none;
  }
}

/* —— Motion —— */
html.pv-anim-ready .pv-anim {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s var(--pv-ease), transform 0.7s var(--pv-ease);
}

html.pv-anim-ready .pv-anim--delay {
  transition-delay: 0.12s;
}

html.pv-anim-ready .pv-anim.is-inview {
  opacity: 1;
  transform: none;
}

html.pv-anim-ready .pv-anim-stagger > * {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.65s var(--pv-ease), transform 0.65s var(--pv-ease);
}

html.pv-anim-ready .pv-anim-stagger.is-inview > *:nth-child(1) { transition-delay: 0.05s; }
html.pv-anim-ready .pv-anim-stagger.is-inview > *:nth-child(2) { transition-delay: 0.14s; }
html.pv-anim-ready .pv-anim-stagger.is-inview > *:nth-child(3) { transition-delay: 0.23s; }
html.pv-anim-ready .pv-anim-stagger.is-inview > *:nth-child(4) { transition-delay: 0.32s; }

html.pv-anim-ready .pv-anim-stagger.is-inview > * {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html.pv-anim-ready .pv-anim,
  html.pv-anim-ready .pv-anim-stagger > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* —— Responsive —— */
@media (max-width: 1100px) {
  .pv-faq__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .pv-hero {
    aspect-ratio: auto;
    max-height: none;
    display: flex;
    flex-direction: column;
  }

  .pv-hero__media {
    position: relative;
    left: auto;
    top: auto;
    order: 2;
    width: 100%;
    height: auto;
    max-height: min(58vh, 28rem);
    aspect-ratio: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #05080e;
  }

  .pv-hero__img {
    width: 100%;
    height: auto;
    max-height: min(58vh, 28rem);
    object-fit: contain;
    object-position: center top;
  }

  .pv-hero__panel {
    position: relative;
    left: auto;
    top: auto;
    order: 1;
    width: auto;
    height: auto;
    margin: 1.15rem 1rem 0.85rem;
    padding: 1.35rem 1.1rem;
  }

  .pv-hero__title {
    font-size: clamp(2rem, 7.5vw, 2.65rem);
  }

  .pv-hero__lead {
    font-size: clamp(1rem, 3.6vw, 1.2rem);
    text-align: left;
  }

  .pv-arco__inner {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  /* Texto primero; clipboard + descarga al final */
  .pv-arco__copy {
    order: 1;
  }

  .pv-arco__cta {
    order: 2;
    padding-top: 0.25rem;
  }

  .pv-arco__clip {
    width: min(100%, 10.5rem);
    margin-bottom: 1.35rem;
  }
}

@media (max-width: 700px) {
  .pv-faq__grid {
    grid-template-columns: 1fr;
  }

  .pv-faq__a {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .pv-arco__btn {
    width: 100%;
  }
}
