/* No Preguntes · Paso 62 · Carta natal visible */
:root{
  --np40-bg:#050608;--np40-text:#f4eee4;--np40-muted:#c2b6a4;
  --np40-gold:#d0ab58;--np40-gold-dim:rgba(208,171,88,.30);
  --np40-glass:rgba(13,13,17,.50);--np40-glass-strong:rgba(8,8,11,.76);
  --np40-line:rgba(208,171,88,.20);--np40-violet:#7e5bb8;
}
html[data-theme="light"]{
  --np40-bg:#efe4cf;--np40-text:#17130e;--np40-muted:#62543f;
  --np40-gold:#8e611e;--np40-gold-dim:rgba(142,97,30,.24);
  --np40-glass:rgba(255,250,239,.58);--np40-glass-strong:rgba(255,248,235,.84);
  --np40-line:rgba(142,97,30,.20);--np40-violet:#9b7fc3;
}

body.np-home-active > #bg,
body.np-home-active > #cosmos{display:none!important}

#home.screen{
  display:none;min-height:100svh;padding:0!important;overflow-x:hidden;isolation:isolate;
  background:var(--np40-bg);color:var(--np40-text)
}
#home.screen.active{display:block}
#home.screen::before,
#home.screen::after{
  content:"";position:fixed;inset:0;z-index:-1;pointer-events:none
}
#home.screen::before{
  background:
    radial-gradient(ellipse at 18% 24%,rgba(91,55,170,.18),transparent 36%),
    radial-gradient(ellipse at 80% 72%,rgba(208,171,88,.08),transparent 32%),
    radial-gradient(ellipse at 52% 55%,rgba(54,29,104,.18),transparent 45%);
  filter:blur(18px)
}
#home.screen::after{
  background:linear-gradient(180deg,rgba(0,0,0,.08),transparent 30%,rgba(0,0,0,.16));
  z-index:1
}
html[data-theme="light"] #home.screen::before{
  background:
    radial-gradient(ellipse at 18% 22%,rgba(242,175,70,.20),transparent 36%),
    radial-gradient(ellipse at 80% 72%,rgba(142,97,30,.10),transparent 32%),
    radial-gradient(ellipse at 52% 55%,rgba(255,239,205,.26),transparent 45%)
}
html[data-theme="light"] #home.screen::after{
  background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 30%,rgba(116,75,25,.08))
}

.np36-sky{
  position:fixed!important;inset:0!important;z-index:0!important;width:100vw!important;height:100vh!important;
  display:block!important;opacity:1!important;pointer-events:none!important;
  background:linear-gradient(180deg,#020305 0%,#050608 56%,#090711 100%)
}
html[data-theme="light"] .np36-sky{
  background:linear-gradient(180deg,#fff6e3 0%,#efe2c8 56%,#e3cfaa 100%)
}
.np36-celestial{display:none!important}

.np36-header{
  position:fixed;top:16px;left:50%;z-index:50;width:min(760px,calc(100% - 32px));transform:translateX(-50%);
  display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 14px;
  border:1px solid var(--np40-line);border-radius:22px;background:var(--np40-glass);
  backdrop-filter:blur(20px) saturate(1.15);-webkit-backdrop-filter:blur(20px) saturate(1.15)
}
.np36-brand{display:flex;align-items:center;gap:10px;color:var(--np40-text);text-decoration:none;font-family:Cinzel,serif;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700}
.np36-brand img{width:36px;height:36px;object-fit:contain}
.np36-header-actions{display:flex;align-items:center;gap:10px}
.np36-theme,.np36-menu-button{border:1px solid var(--np40-line);background:rgba(255,255,255,.05);color:var(--np40-text)}
.np36-theme{position:relative;width:78px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:space-between;padding:0 9px;overflow:hidden}
.np36-theme span:not(.np36-theme-orb){position:relative;z-index:2;font-size:16px;line-height:1}
.np36-theme-orb{position:absolute;left:5px;top:5px;width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#efd17d,#fff5c1);transition:transform .25s ease}
html[data-theme="light"] .np36-theme-orb{transform:translateX(38px);background:linear-gradient(135deg,#16181d,#47434c)}
.np36-menu-button{width:44px;height:40px;border-radius:14px;display:grid;place-content:center;padding:8px}
.np36-menu-button i{display:block;width:20px;height:1px;margin:3px 0;background:currentColor;transition:.2s ease}
.np36-menu-button.open i:nth-child(1){transform:translateY(7px) rotate(45deg)}
.np36-menu-button.open i:nth-child(2){opacity:0}
.np36-menu-button.open i:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.np36-menu{position:absolute;top:calc(100% + 10px);right:8px;width:min(340px,calc(100vw - 34px));padding:10px;border:1px solid var(--np40-line);border-radius:20px;background:var(--np40-glass-strong);backdrop-filter:blur(22px) saturate(1.2);-webkit-backdrop-filter:blur(22px) saturate(1.2);opacity:0;transform:translateY(-8px);pointer-events:none;transition:.2s ease}
.np36-menu.open{opacity:1;transform:translateY(0);pointer-events:auto}
.np36-menu a,.np36-menu a:visited{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:12px;padding:13px 14px;border-radius:12px;color:var(--np40-text)!important;text-decoration:none!important;font-weight:700;font-size:14px}
.np36-menu a:hover{background:rgba(255,255,255,.07)}
.np36-menu a span{color:var(--np40-gold);font-family:Cinzel,serif;font-size:10px;letter-spacing:.12em}

.np36-main{position:relative;z-index:3;width:min(100% - 32px,900px);margin:0 auto;padding:124px 0 96px}
.np36-ritual{display:flex;flex-direction:column;align-items:center;text-align:center}
.np36-copy{position:relative;z-index:3;margin-bottom:34px}
.np36-eyebrow{margin:0 0 12px;color:var(--np40-gold);font-family:Cinzel,serif;text-transform:uppercase;letter-spacing:.20em;font-size:10px}
.np36-copy h1{margin:0;color:var(--np40-text);font-size:clamp(48px,7vw,88px);line-height:.94;letter-spacing:-.05em}
.np36-subtitle{max-width:420px;margin:18px auto 0;color:var(--np40-muted);font-size:clamp(14px,1.8vw,18px);line-height:1.58}

.np36-compass{position:relative;width:min(90vw,580px);aspect-ratio:1;display:grid;place-items:center;margin:8px auto 42px;padding:24px 34px 38px;overflow:visible;transition:transform .16s ease}
.np36-rings{position:absolute;inset:0;width:100%;height:100%;overflow:visible;opacity:.72}
.np36-ring,.np36-arc{fill:none;stroke:var(--np40-gold-dim);stroke-width:1.1;vector-effect:non-scaling-stroke}
.np36-ring.a{stroke-dasharray:5 12;animation:np40Orbit 36s linear infinite}
.np36-ring.b{stroke-dasharray:2 9;animation:np40OrbitReverse 28s linear infinite}
.np36-ring.c{stroke-dasharray:12 9;animation:np40Orbit 22s linear infinite}
.np36-arc{stroke-width:1.4;stroke-dasharray:48 16}
.np36-arc.bottom{opacity:.48}
.np36-stars{fill:var(--np40-gold)}
.np36-stars circle{transform-origin:300px 300px;animation:np40Pulse 4.6s ease-in-out infinite}

.np39-card{position:relative;width:clamp(224px,28vw,332px);aspect-ratio:2/3;border:0;padding:0;background:transparent;cursor:grab;touch-action:none;perspective:1700px;perspective-origin:50% 50%;z-index:3;outline:none;overflow:visible}
.np39-card:active{cursor:grabbing}
.np39-card:focus-visible{outline:2px solid var(--np40-gold);outline-offset:9px;border-radius:22px}
.np39-card-inner{position:absolute;inset:0;display:block;transform-style:preserve-3d;transform-origin:center center;transform:rotateX(var(--rot-x,-8deg)) rotateY(var(--rot-y,0deg));transition:transform .10s linear;will-change:transform}
.np39-card-face{position:absolute;inset:0;display:block;border-radius:20px;overflow:hidden;backface-visibility:hidden;-webkit-backface-visibility:hidden;border:1px solid rgba(208,171,88,.34);box-shadow:0 24px 70px rgba(0,0,0,.20);transform-style:preserve-3d;transform-origin:center center}
.np39-card-front{transform:rotateY(0deg) translateZ(1px)}
.np39-card-back{transform:rotateY(180deg) translateZ(1px)}
.np39-card-face img{display:block;width:100%;height:100%;object-fit:cover;pointer-events:none;user-select:none;-webkit-user-drag:none}
.np39-card-aura{position:absolute;inset:4%;z-index:-1;border-radius:24px;background:radial-gradient(circle at 50% 50%,rgba(208,171,88,.28),rgba(98,63,185,.17),transparent 72%);filter:blur(34px)}
.np39-card-reflection{position:absolute;inset:0;border-radius:20px;background:linear-gradient(118deg,transparent 18%,rgba(255,255,255,.18),transparent 42%);opacity:var(--shine,.16);mix-blend-mode:screen;pointer-events:none}
html[data-theme="light"] .np39-card-face{box-shadow:0 18px 42px rgba(142,97,30,.13)}

.np36-reading{width:100%;max-width:520px;margin:0 auto;padding:24px 28px;border:1px solid var(--np40-line);border-radius:24px;background:var(--np40-glass);backdrop-filter:blur(18px) saturate(1.14);-webkit-backdrop-filter:blur(18px) saturate(1.14)}
.np36-reading-line{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;color:var(--np40-gold);font-family:Cinzel,serif;text-transform:uppercase;letter-spacing:.16em;font-size:10px}
.np36-reading h2{margin:0 0 14px;color:var(--np40-text);font-size:22px;line-height:1.2;letter-spacing:.08em}
.np36-reading p{margin:0 auto;max-width:430px;color:var(--np40-muted);font-size:14px;line-height:1.68;font-style:italic}
.np36-reading small{display:block;margin-top:16px;color:color-mix(in srgb,var(--np40-muted),transparent 30%);font-size:10px;line-height:1.4;letter-spacing:.07em;text-transform:uppercase}
.np36-actions{width:100%;max-width:520px;display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:24px}
.np36-actions .btn{width:100%;min-height:52px;border-radius:16px;padding:13px 16px;font-size:12px}

.np36-paths,.np36-manifesto{width:100%;max-width:760px;margin-left:auto;margin-right:auto}
.np36-paths{margin-top:82px}
.np36-section-heading{margin-bottom:26px;text-align:left}
.np36-section-heading p,.np36-manifesto-label{margin:0 0 12px;color:var(--np40-gold);font-family:Cinzel,serif;text-transform:uppercase;letter-spacing:.17em;font-size:10px}
.np36-section-heading h2{margin:0;color:var(--np40-text);font-size:clamp(32px,4.8vw,54px);line-height:1.08;max-width:690px}
.np36-paths>a,.np36-paths>a:visited{display:grid;grid-template-columns:48px 1fr 28px;align-items:center;gap:18px;padding:25px 4px;border-top:1px solid var(--np40-line);color:var(--np40-text)!important;text-decoration:none!important}
.np36-paths>a:last-child{border-bottom:1px solid var(--np40-line)}
.np36-path-number{color:var(--np40-gold);font-family:Cinzel,serif;font-size:11px;letter-spacing:.12em}
.np36-path-copy{display:flex;flex-direction:column;gap:8px;text-align:left}
.np36-path-copy b{color:var(--np40-text);font-family:Cinzel,serif;font-size:20px;line-height:1.2}
.np36-path-copy small{color:var(--np40-muted);font-size:13px;line-height:1.55}
.np36-path-arrow{color:var(--np40-gold);font-size:22px;transition:transform .2s ease}
.np36-paths>a:hover .np36-path-arrow{transform:translate(4px,-4px)}
.np36-manifesto{margin-top:64px;padding:34px 36px;border:1px solid var(--np40-line);border-radius:24px;background:var(--np40-glass);backdrop-filter:blur(16px) saturate(1.12);-webkit-backdrop-filter:blur(16px) saturate(1.12);text-align:left}
.np36-manifesto h2{margin:0 0 18px;color:var(--np40-text);font-size:clamp(32px,4.8vw,52px);line-height:1.08}
.np36-manifesto>p:last-child{margin:0;color:var(--np40-muted);font-size:14px;line-height:1.72}

@media(max-width:720px){
  .np36-header{top:10px;width:calc(100% - 20px);padding:9px 11px}
  .np36-main{width:min(100% - 20px,720px);padding:88px 0 64px}
  .np36-copy{margin-bottom:22px}
  .np36-eyebrow{margin-bottom:8px}
  .np36-copy h1{font-size:clamp(42px,13vw,64px)}
  .np36-subtitle{max-width:320px;margin-top:12px;font-size:14px;line-height:1.5}
  .np36-compass{width:min(96vw,420px);margin:4px auto 28px;padding:18px 20px 26px}
  .np39-card{width:clamp(208px,62vw,286px)}
  .np36-reading{max-width:410px;padding:18px 18px}
  .np36-reading h2{font-size:18px;margin-bottom:10px}
  .np36-reading p{font-size:13px;line-height:1.56}
  .np36-actions{max-width:410px;grid-template-columns:1fr;gap:10px;margin-top:16px}
  .np36-paths{margin-top:56px}
  .np36-section-heading{margin-bottom:18px}
  .np36-paths>a,.np36-paths>a:visited{grid-template-columns:36px 1fr 22px;gap:12px;padding:20px 2px}
  .np36-path-copy b{font-size:17px}
  .np36-path-copy small{font-size:12px}
  .np36-manifesto{margin-top:46px;padding:24px 20px}
}
@media(max-width:390px){
  .np39-card{width:208px}
  .np36-compass{width:360px;padding:16px 18px 22px}
  .np36-copy h1{font-size:41px}
}
@media(min-width:1100px){
  .np36-main{width:min(100% - 64px,980px);padding-top:138px}
  .np36-compass{width:590px;margin-top:16px;margin-bottom:52px;padding:28px 38px 42px}
  .np39-card{width:338px}
  .np36-paths,.np36-manifesto{max-width:820px}
}
@keyframes np40Orbit{to{transform:rotate(360deg);transform-origin:300px 300px}}
@keyframes np40OrbitReverse{to{transform:rotate(-360deg);transform-origin:300px 300px}}
@keyframes np40Pulse{0%,100%{opacity:.42}50%{opacity:1}}
@media(prefers-reduced-motion:reduce){
  .np36-ring,.np36-stars circle{animation-duration:120s!important}
  .np36-sky{display:block!important}
}


/* Paso 41 · Sin etiquetas decorativas + títulos mobile compactos */
.np36-eyebrow,
.np36-reading-line,
.np36-section-heading>p,
.np36-manifesto-label,
.np36-path-number{
  display:none!important;
}
.np36-menu a,
.np36-menu a:visited{
  grid-template-columns:1fr!important;
}
.np36-paths>a,
.np36-paths>a:visited{
  grid-template-columns:1fr 24px!important;
}
.np36-section-heading{
  margin-bottom:18px!important;
}

@media(max-width:720px){
  .np36-main{
    padding-top:82px!important;
  }
  .np36-copy{
    margin-bottom:16px!important;
  }
  .np36-copy h1{
    max-width:280px!important;
    font-size:clamp(32px,9.6vw,42px)!important;
    line-height:.98!important;
    letter-spacing:-.035em!important;
  }
  .np36-subtitle{
    max-width:265px!important;
    margin-top:9px!important;
    font-size:13px!important;
    line-height:1.42!important;
  }
  .np36-compass{
    margin-top:0!important;
  }
  .np36-reading h2{
    font-size:17px!important;
  }
  .np36-section-heading h2{
    max-width:310px!important;
    font-size:clamp(24px,7.2vw,30px)!important;
    line-height:1.08!important;
  }
  .np36-manifesto h2{
    font-size:clamp(24px,7.2vw,30px)!important;
    line-height:1.08!important;
  }
  .np36-path-copy b{
    font-size:16px!important;
  }
  .np36-paths>a,
  .np36-paths>a:visited{
    grid-template-columns:1fr 20px!important;
    gap:10px!important;
  }
  .np36-menu a,
  .np36-menu a:visited{
    padding:11px 13px!important;
  }

  /* Títulos internos de la app más pequeños en celulares. */
  .screen .head h2,
  .screen .reading-head h2,
  .screen h1.serif,
  .screen h2.serif[style]{
    font-size:30px!important;
    line-height:1.08!important;
  }
}

@media(max-width:390px){
  .np36-copy h1{
    font-size:32px!important;
  }
  .np36-section-heading h2,
  .np36-manifesto h2{
    font-size:24px!important;
  }
  .screen .head h2,
  .screen .reading-head h2,
  .screen h1.serif,
  .screen h2.serif[style]{
    font-size:27px!important;
  }
}


/* Paso 46 · Modo claro premium */
html[data-theme="light"]{
  --np40-bg:#f7f2e9;
  --np40-text:#201a14;
  --np40-muted:#6d6458;
  --np40-gold:#a67327;
  --np40-gold-dim:rgba(166,115,39,.24);
  --np40-glass:rgba(255,255,255,.66);
  --np40-glass-strong:rgba(255,255,255,.88);
  --np40-line:rgba(119,84,32,.16);
  --np40-violet:#8d79ae;
}
html[data-theme="light"] #home.screen{
  background:#f7f2e9!important;
  color:var(--np40-text)!important;
}
html[data-theme="light"] #home.screen::before{
  background:
    radial-gradient(circle at 76% 12%,rgba(255,224,152,.34),transparent 24%),
    radial-gradient(circle at 15% 34%,rgba(255,255,255,.92),transparent 28%),
    radial-gradient(circle at 74% 78%,rgba(192,157,101,.10),transparent 28%),
    linear-gradient(180deg,rgba(255,255,255,.38),transparent 48%)!important;
  filter:none!important;
}
html[data-theme="light"] #home.screen::after{
  background:
    linear-gradient(180deg,rgba(255,255,255,.22),transparent 30%,rgba(114,78,27,.035)),
    radial-gradient(circle at 50% 50%,transparent 0 68%,rgba(88,58,16,.045) 100%)!important;
}
html[data-theme="light"] .np36-sky{
  background:
    radial-gradient(circle at 72% 14%,#fff8df 0%,#f7edda 26%,transparent 52%),
    linear-gradient(180deg,#fbf8f2 0%,#f4ede1 54%,#eee4d3 100%)!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
}
html[data-theme="light"] .np36-header{
  background:rgba(255,255,255,.72)!important;
  border-color:rgba(118,82,28,.14)!important;
  box-shadow:0 10px 34px rgba(81,55,19,.055)!important;
  backdrop-filter:blur(22px) saturate(1.08)!important;
  -webkit-backdrop-filter:blur(22px) saturate(1.08)!important;
}
html[data-theme="light"] .np36-theme,
html[data-theme="light"] .np36-menu-button{
  background:rgba(255,255,255,.68)!important;
  border-color:rgba(118,82,28,.14)!important;
}
html[data-theme="light"] .np36-menu{
  background:rgba(255,255,255,.92)!important;
  border-color:rgba(118,82,28,.14)!important;
  box-shadow:0 18px 46px rgba(77,51,17,.08)!important;
}
html[data-theme="light"] .np36-menu a:hover{background:rgba(166,115,39,.07)!important}
html[data-theme="light"] .np36-copy h1,
html[data-theme="light"] .np36-section-heading h2,
html[data-theme="light"] .np36-manifesto h2,
html[data-theme="light"] .np36-reading h2,
html[data-theme="light"] .np36-path-copy b{color:#211a13!important}
html[data-theme="light"] .np36-subtitle,
html[data-theme="light"] .np36-reading p,
html[data-theme="light"] .np36-path-copy small,
html[data-theme="light"] .np36-manifesto>p:last-child{color:#6d6458!important}
html[data-theme="light"] .np36-reading,
html[data-theme="light"] .np36-manifesto{
  background:rgba(255,255,255,.68)!important;
  border-color:rgba(118,82,28,.15)!important;
  box-shadow:0 14px 42px rgba(77,51,17,.055)!important;
  backdrop-filter:blur(20px) saturate(1.04)!important;
  -webkit-backdrop-filter:blur(20px) saturate(1.04)!important;
}
html[data-theme="light"] .np36-paths>a,
html[data-theme="light"] .np36-paths>a:visited{
  border-color:rgba(118,82,28,.14)!important;
}
html[data-theme="light"] .np36-paths>a:hover{
  background:linear-gradient(90deg,rgba(166,115,39,.055),transparent)!important;
}
html[data-theme="light"] .np39-card-face{
  border-color:rgba(118,82,28,.22)!important;
  box-shadow:0 20px 50px rgba(73,48,15,.12)!important;
}
html[data-theme="light"] .np39-card-aura{
  background:radial-gradient(circle at 50% 50%,rgba(210,164,79,.23),rgba(255,255,255,.16),transparent 70%)!important;
  filter:blur(30px)!important;
}
html[data-theme="light"] .np36-ring,
html[data-theme="light"] .np36-arc{
  stroke:rgba(151,104,35,.30)!important;
}
html[data-theme="light"] .np36-stars{fill:#b37d2d!important}
html[data-theme="light"] .np36-actions .btn.primary{
  background:#211a13!important;
  color:#fffaf1!important;
  border-color:#211a13!important;
}
html[data-theme="light"] .np36-actions .btn:not(.primary){
  background:rgba(255,255,255,.70)!important;
  color:#211a13!important;
  border-color:rgba(118,82,28,.18)!important;
}
html[data-theme="light"] .np36-theme-orb{
  background:linear-gradient(145deg,#fffdf7,#d7c8ad)!important;
  box-shadow:0 2px 10px rgba(76,49,13,.14)!important;
}


/* Paso 48 · carta móvil fluida */
.np39-card{contain:layout style;isolation:isolate}
.np39-card-inner{
  transition:none!important;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  transform-style:preserve-3d;
}
.np39-card:hover .np39-card-inner,
.np39-card.is-dragging .np39-card-inner{will-change:transform}
.np39-card-face{
  contain:layout style;
  transform-style:preserve-3d;
  -webkit-transform-style:preserve-3d;
}
.np39-card-face img,
.np39-card-face picture{display:block;width:100%;height:100%}
.np39-card-face img{transform:translate3d(0,0,0)}
body.np-card-dragging .np39-card-aura{opacity:.20;filter:blur(16px)!important}
body.np-card-dragging .np39-card-reflection{opacity:0!important}
body.np-card-dragging .np36-rings,
body.np-card-dragging .np36-stars circle{animation-play-state:paused!important}
@media(pointer:coarse), (max-width:767px){
  .np39-card-face{box-shadow:0 14px 34px rgba(0,0,0,.16)!important}
  .np39-card-aura{filter:blur(22px)}
  .np39-card-reflection{opacity:calc(var(--shine,.12) * .65)}
}


/* Desktop keeps JS-controlled 360 rotation. Mobile gets only an initial pose before JS starts. */
@media(pointer:coarse), (max-width:767px){
  .np39-card-inner:not([style*="transform"]){transform:rotateX(-8deg) rotateY(0deg) translate3d(0,0,0)}
}
@media(pointer:fine) and (min-width:768px){
  .np39-card-inner{transition:none!important}
  .np39-card{cursor:grab}
  .np39-card:active{cursor:grabbing}
}


/* Paso 49 · escenario 3D sin clipping */
body.np-card-dragging-mobile .np36-header,
body.np-card-dragging-mobile .np36-menu,
body.np-card-dragging-mobile .np36-reading,
body.np-card-dragging-mobile .np36-manifesto{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
body.np-card-dragging-mobile .np39-card-aura{opacity:.10!important;filter:blur(12px)!important}
body.np-card-dragging-mobile .np39-card-reflection{opacity:0!important}
body.np-card-dragging-mobile .np36-sky{will-change:auto}
@media(pointer:coarse), (max-width:767px){
  .np39-card{transform:translateZ(0)}
  .np39-card-inner{will-change:transform}
  .np39-card-face{box-shadow:0 12px 28px rgba(0,0,0,.14)!important}
}


/* Paso 49 · evitar recorte del 3D */
.np36-ritual, .np36-compass, .np39-card, .np39-card-inner{overflow:visible}
.np39-card.is-dragging{z-index:6}
.np39-card-face::after{content:"";position:absolute;inset:0;border-radius:20px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);pointer-events:none}
@media(pointer:coarse), (max-width:767px){
  .np39-card{perspective:1500px}
}

/* ─────────────────────────────────────────────
   Paso 50 · Identidad transparente + glass + SEO
───────────────────────────────────────────── */
.np50-brand-emblem{
  position:relative;
  display:block;
  width:40px;
  height:40px;
  flex:0 0 40px;
}
.np50-brand-emblem img{
  position:absolute;
  inset:0;
  width:100%!important;
  height:100%!important;
  object-fit:contain;
  transition:opacity .22s ease;
}
.np50-logo-dark{opacity:1}
.np50-logo-light{opacity:0}
html[data-theme="light"] .np50-logo-dark{opacity:0}
html[data-theme="light"] .np50-logo-light{opacity:1}

/* Glass con capas, no cajas oscuras pesadas */
.np36-header,
.np36-reading,
.np36-manifesto,
.np50-question-panel,
.np50-faq details{
  background:
    linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.018)),
    rgba(10,10,14,.47)!important;
  border-color:rgba(208,171,88,.24)!important;
  backdrop-filter:blur(28px) saturate(1.28)!important;
  -webkit-backdrop-filter:blur(28px) saturate(1.28)!important;
}
.np36-header{
  border-top-color:rgba(255,255,255,.16)!important;
}
.np36-reading,
.np36-manifesto,
.np50-question-panel,
.np50-faq details{
  border-top-color:rgba(255,255,255,.12)!important;
}
html[data-theme="light"] .np36-header,
html[data-theme="light"] .np36-reading,
html[data-theme="light"] .np36-manifesto,
html[data-theme="light"] .np50-question-panel,
html[data-theme="light"] .np50-faq details{
  background:
    linear-gradient(145deg,rgba(255,255,255,.88),rgba(255,255,255,.48)),
    rgba(255,255,255,.62)!important;
  border-color:rgba(119,84,32,.17)!important;
  border-top-color:rgba(255,255,255,.96)!important;
  backdrop-filter:blur(30px) saturate(1.12)!important;
  -webkit-backdrop-filter:blur(30px) saturate(1.12)!important;
}

/* Hero: keyword primero, marca en el header */
.np36-copy{
  width:100%;
  max-width:760px;
  margin-bottom:30px;
}
.np36-copy h1{
  max-width:720px;
  margin:0 auto;
  font-size:clamp(38px,6vw,68px)!important;
  line-height:.98!important;
  letter-spacing:-.035em!important;
  text-wrap:balance;
}
.np36-subtitle{
  max-width:610px!important;
  margin:16px auto 0!important;
  font-size:clamp(14px,1.65vw,18px)!important;
  line-height:1.55!important;
  text-wrap:balance;
}

/* Filas editoriales, no chips */
.np36-section-heading{
  max-width:700px;
  margin-bottom:22px!important;
}
.np36-section-heading h2{
  max-width:680px!important;
  font-size:clamp(30px,4.6vw,50px)!important;
  line-height:1.06!important;
  text-wrap:balance;
}
.np36-section-heading p{
  margin:12px 0 0!important;
  max-width:600px;
  color:var(--np40-muted)!important;
  font-family:Montserrat,sans-serif!important;
  font-size:14px!important;
  line-height:1.6!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.np36-paths>a,
.np36-paths>a:visited{
  grid-template-columns:minmax(0,1fr) 30px!important;
  gap:18px!important;
  padding:24px 6px!important;
  background:transparent!important;
}
.np36-path-copy b{
  font-size:clamp(17px,2.1vw,21px)!important;
}
.np36-path-copy small{
  max-width:620px;
  font-size:13px!important;
}

.np36-manifesto h2{
  max-width:680px;
  font-size:clamp(29px,4.5vw,48px)!important;
  text-wrap:balance;
}
.np36-manifesto>p:last-child{
  max-width:680px;
  font-size:14px!important;
  line-height:1.7!important;
}

/* FAQ long tail */
.np50-faq{
  width:100%;
  max-width:760px;
  margin:64px auto 0;
}
.np50-faq>h2{
  margin:0 0 22px;
  color:var(--np40-text);
  font-size:clamp(29px,4.5vw,48px);
  line-height:1.06;
  text-wrap:balance;
}
.np50-faq details{
  margin:10px 0;
  padding:0 20px;
  border:1px solid var(--np40-line);
  border-radius:19px;
}
.np50-faq summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 0;
  color:var(--np40-text);
  font-family:Cinzel,serif;
  font-size:16px;
  line-height:1.35;
  cursor:pointer;
  list-style:none;
}
.np50-faq summary::-webkit-details-marker{display:none}
.np50-faq summary::after{
  content:"+";
  color:var(--np40-gold);
  font-family:Montserrat,sans-serif;
  font-size:20px;
  font-weight:400;
}
.np50-faq details[open] summary::after{content:"−"}
.np50-faq details p{
  margin:0;
  padding:0 0 20px;
  color:var(--np40-muted);
  font-size:13px;
  line-height:1.65;
}
html[data-theme="light"] .np50-faq>h2,
html[data-theme="light"] .np50-faq summary{color:#211a13}
html[data-theme="light"] .np50-faq details p{color:#6d6458}

/* Landing internas long tail */
.np50-question-head{
  align-items:flex-start!important;
  gap:18px!important;
  margin-bottom:22px!important;
}
.np50-question-head h1{
  margin:0;
  color:var(--gold2);
  font-size:clamp(34px,5.4vw,54px);
  line-height:1.03;
  letter-spacing:-.025em;
  text-wrap:balance;
}
.np50-question-head p{
  margin:10px 0 0;
  max-width:610px;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}
.np50-question-panel{
  border:1px solid var(--np40-line)!important;
  border-radius:24px!important;
}

@media(max-width:640px){
  .np36-header{top:8px!important;width:calc(100% - 16px)!important;padding:8px 10px!important}
  .np50-brand-emblem{width:34px;height:34px;flex-basis:34px}
  .np36-brand{gap:7px!important;font-size:10px!important}
  .np36-main{padding-top:88px!important}
  .np36-copy{margin-bottom:20px!important}
  .np36-copy h1{
    max-width:350px;
    font-size:clamp(29px,8.2vw,36px)!important;
    line-height:1!important;
  }
  .np36-subtitle{
    max-width:340px!important;
    margin-top:12px!important;
    font-size:13px!important;
    line-height:1.48!important;
  }
  .np36-section-heading h2,
  .np36-manifesto h2,
  .np50-faq>h2{
    font-size:clamp(25px,7.2vw,31px)!important;
    line-height:1.08!important;
  }
  .np36-paths{margin-top:54px!important}
  .np36-paths>a,.np36-paths>a:visited{padding:20px 2px!important}
  .np36-path-copy b{font-size:16px!important}
  .np36-path-copy small{font-size:12px!important;line-height:1.5!important}
  .np36-manifesto{margin-top:44px!important;padding:22px 18px!important}
  .np50-faq{margin-top:44px}
  .np50-faq details{padding:0 16px;border-radius:17px}
  .np50-faq summary{font-size:14px;padding:16px 0}
  .np50-question-head h1{font-size:clamp(28px,8vw,36px)}
  .np50-question-head p{font-size:13px}
}


/* Paso 53 · CTA navegable y accesible */
.np36-actions a.btn{
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:inherit;
}


/* Paso 62 · acceso visible a carta natal */
.np62-home-share{
  margin-top:12px;border:0;background:none;color:var(--np40-muted);font-size:11px;
  text-decoration:underline;text-underline-offset:4px;text-decoration-color:var(--np40-line)
}
.np62-natal-feature{
  position:relative;width:100%;max-width:760px;margin:70px auto 0;padding:34px;
  display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:28px;align-items:center;
  border:1px solid var(--np40-line);border-radius:30px;overflow:hidden;
  background:linear-gradient(145deg,rgba(20,18,27,.72),rgba(8,8,12,.52));
  backdrop-filter:blur(24px) saturate(1.16);-webkit-backdrop-filter:blur(24px) saturate(1.16)
}
.np62-natal-feature::before{
  content:"";position:absolute;inset:auto -12% -58% 28%;height:260px;pointer-events:none;
  background:radial-gradient(circle,rgba(126,91,184,.22),rgba(208,171,88,.08) 45%,transparent 72%);filter:blur(20px)
}
.np62-natal-copy{position:relative;z-index:2;text-align:left}
.np62-natal-copy h2{margin:0;color:var(--np40-text);font-size:clamp(31px,4.5vw,50px);line-height:1.04;letter-spacing:-.035em}
.np62-natal-copy p{margin:16px 0 24px;color:var(--np40-muted);font-size:14px;line-height:1.68;max-width:490px}
.np62-natal-copy .btn{display:inline-flex;align-items:center;justify-content:center;min-width:245px;text-decoration:none}
.np62-natal-wheel{position:relative;z-index:2;width:210px;aspect-ratio:1;display:grid;place-items:center;justify-self:end}
.np62-natal-wheel svg{display:block;width:100%;height:100%;filter:drop-shadow(0 0 26px rgba(208,171,88,.12))}
.np62-natal-wheel circle,.np62-natal-wheel path,.np62-natal-wheel line{fill:none;stroke:var(--np40-gold-dim);stroke-width:1.2}
.np62-natal-wheel .np62-wheel-strong{stroke:var(--np40-gold);stroke-width:1.45;stroke-dasharray:3 8}
.np62-natal-wheel text{fill:var(--np40-gold);font-family:Cinzel,serif;font-size:11px;text-anchor:middle;dominant-baseline:middle}
html[data-theme="light"] .np62-natal-feature{
  background:rgba(255,255,255,.68);border-color:rgba(126,86,30,.17);box-shadow:0 16px 46px rgba(72,47,12,.05)
}
@media(max-width:700px){
  .np36-actions{grid-template-columns:1fr}
  .np62-natal-feature{margin-top:52px;padding:25px 21px;grid-template-columns:1fr;border-radius:24px}
  .np62-natal-wheel{width:min(68vw,250px);justify-self:center;grid-row:1}
  .np62-natal-copy{text-align:center}
  .np62-natal-copy h2{font-size:32px}
  .np62-natal-copy p{font-size:13px;margin:14px auto 22px}
  .np62-natal-copy .btn{width:100%;min-width:0}
}


/* Paso 63 · carta natal visible y funcional en móvil */
.np62-natal-copy .btn,
.np36-actions a[href="/carta-natal-gratis"]{
  position:relative;
  z-index:4;
  pointer-events:auto;
  touch-action:manipulation;
}
@media(max-width:700px){
  .np62-natal-feature{
    width:calc(100% + 4px);
    margin-left:-2px;
    padding:20px 17px 18px;
    gap:15px;
    overflow:visible;
  }
  .np62-natal-wheel{width:min(48vw,178px)}
  .np62-natal-copy h2{font-size:clamp(27px,8vw,32px);line-height:1.06}
  .np62-natal-copy p{font-size:13px;line-height:1.58;margin:12px auto 18px}
  .np62-natal-copy .btn{min-height:52px;padding:13px 14px;font-size:11px}
}
