/* ============================================================
   Nova Glow — Landing
   ============================================================ */

@font-face {
    font-family: 'Arcane Nine';
    src: url('../res/fonts/ArcaneNine/ArcaneNine.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --ng-cream: #f5f1ea;
    --ng-cream-soft: #faf7f2;
    --ng-ink: #2f3e42;
    --ng-ink-soft: #4a5558;
    --ng-gold: #8c6641;
    --ng-teal: #1b3d3a;
    --ng-teal-hover: #14302e;
    --ng-white: #ffffff;
    --ng-max: 1240px;
    --ng-font: 'Asap Condensed', 'Arial Narrow', sans-serif;
    --ng-display: 'Playfair Display', Georgia, serif;
    --ng-hero-title: 'Montserrat', 'Asap Condensed', sans-serif;
    --ng-banner-title: 'Arcane Nine', 'Asap Condensed', sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

body.page-nova-glow {
    margin: 0;
    padding: 0;
    font-family: var(--ng-font);
    color: var(--ng-ink);
    background: var(--ng-cream-soft);
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
}

.width-lock {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

#top-navbar {
    display: none;
}

/* ============================================================
   HERO — Banner (logo + título + imagen productos)
   ============================================================ */

.ng-hero {
    position: relative;
    background: var(--ng-cream);
    overflow: hidden;
    min-height: clamp(520px, 88vh, 760px);
}

.ng-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    min-height: inherit;
    width: 100%;
}

.ng-hero__copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: min(42%, 36rem);
    padding: clamp(2.25rem, 5.5vw, 4rem) clamp(1.5rem, 5vw, 4.5rem) clamp(2.5rem, 6vw, 5rem);
}

.ng-hero__brand {
    display: inline-flex;
    width: fit-content;
    margin-bottom: clamp(1.75rem, 4vw, 3rem);
    text-decoration: none;
    animation: ng-rise 0.9s ease both;
}

.ng-hero__logo {
    width: clamp(118px, 14vw, 168px);
    height: auto;
}

.ng-hero__title {
    margin: 0;
    max-width: 22ch;
    font-family: var(--ng-banner-title);
    font-size: clamp(1.65rem, 3.6vw, 3.15rem);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ng-ink);
    animation: ng-rise 0.95s ease 0.12s both;
}

.ng-hero__title-line {
    display: block;
    white-space: nowrap;
}

.ng-hero__title-line--accent {
    color: var(--ng-gold);
}

.ng-hero__visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    animation: ng-fade 1.1s ease 0.15s both;
}

.ng-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

/* ============================================================
   INTRO — Imagen + texto + CTAs
   ============================================================ */

.ng-intro {
    background: var(--ng-cream-soft);
    padding: clamp(3.5rem, 8vw, 6.5rem) clamp(1.25rem, 4vw, 2rem);
}

.ng-intro__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
    max-width: var(--ng-max);
    margin: 0 auto;
}

.ng-intro__media {
    line-height: 0;
    overflow: hidden;
}

.ng-intro__img {
    width: 100%;
    height: auto;
    max-height: 560px;
    object-fit: cover;
    object-position: center;
}

.ng-intro__content {
    max-width: 34rem;
}

.ng-intro__heading {
    margin: 0 0 1.25rem;
    font-family: var(--ng-font);
    font-size: clamp(1.2rem, 2.2vw, 1.65rem);
    font-weight: 700;
    line-height: 1.35;
    color: var(--ng-gold);
}

.ng-intro__text {
    margin: 0 0 2rem;
    font-size: clamp(0.98rem, 1.15vw, 1.08rem);
    font-weight: 400;
    line-height: 1.7;
    color: var(--ng-ink-soft);
    text-align: justify;
    text-justify: inter-word;
}

.ng-intro__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1rem;
}

.ng-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.85rem 1.6rem;
    border-radius: 999px;
    background: var(--ng-teal);
    color: var(--ng-white);
    font-family: var(--ng-font);
    font-size: clamp(0.88rem, 1vw, 0.98rem);
    font-weight: 600;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.25s ease;
}

.ng-btn:hover {
    background: var(--ng-teal-hover);
    transform: translateY(-1px);
}

/* ============================================================
   OPPORTUNITY — Más que esmaltes (fondo verde)
   ============================================================ */

.ng-opportunity {
    position: relative;
    isolation: isolate;
    color: var(--ng-white);
    padding: clamp(4rem, 8vw, 6.5rem) 0;
    overflow: hidden;
    background: #00332b;
}

.ng-opportunity__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.ng-opportunity__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}

.ng-opportunity__inner {
    position: relative;
    z-index: 1;
    max-width: var(--ng-max);
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 2rem);
}

.ng-opportunity__copy {
    max-width: min(52rem, 100%);
}

.ng-opportunity__title {
    margin: 0 0 clamp(1.5rem, 3vw, 2rem);
    font-family: var(--ng-font);
    font-size: clamp(0.95rem, 1.65vw, 1.35rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--ng-white);
    white-space: nowrap;
}

.ng-opportunity__title::after {
    content: '';
    display: block;
    width: 52px;
    height: 3px;
    margin-top: 0.85rem;
    background: var(--ng-white);
}

.ng-opportunity__text {
    max-width: 28rem;
}

.ng-opportunity__text p {
    margin: 0 0 1.15rem;
    font-size: clamp(0.98rem, 1.15vw, 1.08rem);
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.94);
    text-align: justify;
    text-justify: inter-word;
}

.ng-opportunity__text p:last-child {
    margin-bottom: 0;
}

.ng-opportunity__text strong {
    font-weight: 700;
}

/* ============================================================
   WHY — ¿Por qué elegir Nova Glow?
   ============================================================ */

.ng-why {
    background: var(--ng-white);
    padding: clamp(3.75rem, 8vw, 6rem) clamp(1.25rem, 4vw, 2rem);
}

.ng-why__inner {
    max-width: var(--ng-max);
    margin: 0 auto;
}

.ng-why__header {
    text-align: center;
    margin-bottom: clamp(2.25rem, 5vw, 3.25rem);
}

.ng-why__title {
    margin: 0;
    font-family: var(--ng-font);
    font-size: clamp(1.35rem, 2.6vw, 1.85rem);
    font-weight: 700;
    line-height: 1.25;
    color: var(--ng-gold);
}

.ng-why__header::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    margin: 0.9rem auto 0;
    background: var(--ng-gold);
}

.ng-why__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 2.2vw, 1.5rem);
}

.ng-why__item {
    background: var(--ng-white);
    border-radius: 22px;
    padding: clamp(1.5rem, 2.5vw, 2rem) clamp(1.15rem, 2vw, 1.5rem);
    text-align: center;
    box-shadow: 0 10px 28px rgba(26, 61, 58, 0.08);
}

.ng-why__item-title {
    margin: 0 0 0.85rem;
    font-family: var(--ng-font);
    font-size: clamp(1rem, 1.15vw, 1.12rem);
    font-weight: 700;
    line-height: 1.3;
    color: var(--ng-teal);
}

.ng-why__item-text {
    margin: 0;
    font-size: clamp(0.9rem, 1vw, 0.98rem);
    font-weight: 400;
    line-height: 1.55;
    color: var(--ng-ink-soft);
}

/* ============================================================
   RESULTS — Tu esfuerzo merece convertirse en resultados
   ============================================================ */

.ng-results {
    background: var(--ng-white);
    padding: clamp(3.5rem, 7vw, 5.75rem) clamp(1.25rem, 4vw, 2rem);
}

.ng-results__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
    max-width: var(--ng-max);
    margin: 0 auto;
}

.ng-results__title {
    margin: 0 0 1.5rem;
    font-family: var(--ng-font);
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 700;
    line-height: 1.3;
    color: var(--ng-gold);
}

.ng-results__text p {
    margin: 0 0 1.1rem;
    font-size: clamp(0.98rem, 1.1vw, 1.06rem);
    font-weight: 400;
    line-height: 1.65;
    color: var(--ng-ink-soft);
    text-align: justify;
    text-justify: inter-word;
}

.ng-results__text p:last-child {
    margin-bottom: 0;
}

.ng-results__accent {
    display: inline-block;
    margin-top: 0.35rem;
    font-weight: 700;
    color: var(--ng-teal);
}

.ng-results__media {
    line-height: 0;
    overflow: hidden;
}

.ng-results__img {
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
    object-position: center;
}

/* ============================================================
   STEPS — Comenzar es más sencillo...
   ============================================================ */

.ng-steps {
    background: var(--ng-cream);
    padding: clamp(3.75rem, 8vw, 6rem) clamp(1.25rem, 4vw, 2rem);
}

.ng-steps__inner {
    max-width: var(--ng-max);
    margin: 0 auto;
}

.ng-steps__header {
    text-align: center;
    margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

.ng-steps__title {
    margin: 0;
    font-family: var(--ng-font);
    font-size: clamp(1.3rem, 2.5vw, 1.85rem);
    font-weight: 700;
    line-height: 1.3;
    color: var(--ng-gold);
}

.ng-steps__header::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    margin: 0.9rem auto 0;
    background: var(--ng-gold);
}

.ng-steps__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.5rem, 3.5vw, 2.75rem);
    align-items: start;
}

.ng-steps__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 200px;
    padding: 2.5rem 0.75rem 0;
}

.ng-steps__num {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(78%, 210px);
    height: auto;
    opacity: 0.95;
    pointer-events: none;
    z-index: 0;
}

.ng-steps__body {
    position: relative;
    z-index: 1;
    max-width: 16rem;
    margin-top: clamp(2.75rem, 4vw, 3.5rem);
}

.ng-steps__item-title {
    margin: 0 0 0.75rem;
    font-family: var(--ng-font);
    font-size: clamp(1.05rem, 1.3vw, 1.2rem);
    font-weight: 700;
    line-height: 1.3;
    color: var(--ng-gold);
}

.ng-steps__item-text {
    margin: 0;
    font-size: clamp(0.92rem, 1.05vw, 1rem);
    font-weight: 400;
    line-height: 1.55;
    color: var(--ng-ink-soft);
}

/* ============================================================
   COLORS — Colores que inspiran confianza
   ============================================================ */

.ng-colors {
    background: var(--ng-white);
    padding: clamp(3.75rem, 8vw, 6.25rem) clamp(1.25rem, 4vw, 2rem);
}

.ng-colors__inner {
    max-width: var(--ng-max);
    margin: 0 auto;
    text-align: center;
}

.ng-colors__header {
    margin-bottom: 1.35rem;
}

.ng-colors__title {
    margin: 0;
    font-family: var(--ng-font);
    font-size: clamp(1.35rem, 2.6vw, 1.9rem);
    font-weight: 700;
    line-height: 1.25;
    color: var(--ng-gold);
}

.ng-colors__header::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    margin: 0.9rem auto 0;
    background: var(--ng-gold);
}

.ng-colors__text {
    margin: 0 auto clamp(2.5rem, 5vw, 3.75rem);
    max-width: 52rem;
    font-size: clamp(0.98rem, 1.15vw, 1.08rem);
    font-weight: 400;
    line-height: 1.7;
    color: var(--ng-ink-soft);
    text-align: center;
}

.ng-colors__showcase {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    line-height: 0;
    overflow: hidden;
}

.ng-colors__img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

/* ============================================================
   AUDIENCE — ¿Para quién es Nova Glow?
   ============================================================ */

.ng-audience {
    background: var(--ng-white);
    padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.25rem, 4vw, 2rem);
}

.ng-audience__inner {
    max-width: var(--ng-max);
    margin: 0 auto;
}

.ng-audience__panel {
    background: var(--ng-white);
    border-radius: 48px;
    padding: clamp(2.25rem, 4.5vw, 3.25rem) clamp(1.75rem, 5vw, 3.75rem) clamp(2.5rem, 4.5vw, 3.5rem);
    box-shadow: 0 18px 50px rgba(26, 61, 58, 0.18), 0 6px 18px rgba(26, 61, 58, 0.1);
}

.ng-audience__header {
    text-align: center;
    margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

.ng-audience__title {
    margin: 0;
    font-family: var(--ng-font);
    font-size: clamp(1.3rem, 2.4vw, 1.75rem);
    font-weight: 700;
    line-height: 1.25;
    color: var(--ng-gold);
}

.ng-audience__header::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    margin: 0.85rem auto 0;
    background: var(--ng-gold);
}

.ng-audience__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

.ng-audience__row {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.15rem 2.25rem;
}

.ng-audience__item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: clamp(0.92rem, 1.05vw, 1.02rem);
    font-weight: 500;
    color: var(--ng-ink);
    line-height: 1.3;
    white-space: nowrap;
}

.ng-audience__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: var(--ng-teal);
    color: var(--ng-white);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    border-radius: 3px;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */

.ng-testimonials {
    background: var(--ng-white);
    padding: clamp(2.75rem, 6vw, 4.75rem) clamp(1rem, 3vw, 1.5rem) clamp(3.5rem, 7vw, 5.5rem);
}

.ng-testimonials__inner {
    max-width: var(--ng-max);
    margin: 0 auto;
}

.ng-testimonials__header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.ng-testimonials__title {
    margin: 0;
    font-family: var(--ng-banner-title);
    font-size: clamp(1.45rem, 2.8vw, 2.1rem);
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ng-gold);
}

.ng-testimonials__star {
    width: clamp(22px, 2.5vw, 30px);
    height: auto;
}

.ng-testimonials__slider {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(0.5rem, 1.5vw, 1rem);
    align-items: center;
}

.ng-testimonials__viewport {
    overflow: hidden;
    width: 100%;
}

.ng-testimonials__track {
    display: flex;
    gap: 1.15rem;
    transition: transform 0.45s ease;
    will-change: transform;
}

.ng-testimonials__card {
    flex: 0 0 calc((100% - 2.3rem) / 3);
    display: flex;
    flex-direction: column;
    min-height: 220px;
    padding: 1.35rem 1.35rem 1.2rem;
    border-radius: 18px;
    background: var(--ng-teal);
    color: var(--ng-white);
    box-sizing: border-box;
}

.ng-testimonials__quote {
    display: block;
    margin-bottom: 0.35rem;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.95);
}

.ng-testimonials__text {
    margin: 0;
    flex: 1;
    font-size: clamp(0.9rem, 1.05vw, 0.98rem);
    font-weight: 400;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.95);
}

.ng-testimonials__author {
    margin: 1rem 0 0;
    text-align: right;
    font-size: 0.95rem;
    font-weight: 600;
}

.ng-testimonials__arrow {
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ng-testimonials__arrow span {
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.ng-testimonials__arrow--prev span {
    border-right: 14px solid var(--ng-teal);
}

.ng-testimonials__arrow--next span {
    border-left: 14px solid var(--ng-teal);
}

.ng-testimonials__arrow:hover span {
    opacity: 0.75;
}

.ng-testimonials__arrow:focus-visible {
    outline: 2px solid var(--ng-gold);
    outline-offset: 3px;
}

/* ============================================================
   CTA + FORM — El mejor momento para comenzar es hoy
   ============================================================ */

.ng-cta {
    position: relative;
    overflow: hidden;
    background: var(--ng-teal);
}

.ng-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
    align-items: stretch;
    max-width: 1280px;
    margin: 0 auto;
    min-height: 0;
}

.ng-cta__copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    padding: clamp(1.5rem, 2.8vw, 2.25rem) clamp(1.35rem, 3.5vw, 2.75rem) clamp(1.5rem, 2.8vw, 2.25rem) clamp(1.5rem, 4vw, 3.25rem);
    background: var(--ng-cream);
    color: var(--ng-teal);
    border-top-right-radius: clamp(100px, 20vw, 200px);
}

.ng-cta__title {
    margin: 0 0 0.65rem;
    max-width: 18ch;
    font-family: var(--ng-banner-title);
    font-size: clamp(1.55rem, 2.9vw, 2.35rem);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ng-cta__title-line {
    display: block;
    white-space: nowrap;
    color: var(--ng-teal);
}

.ng-cta__title-line--accent {
    color: var(--ng-gold);
}

.ng-cta__text {
    margin: 0 0 1rem;
    max-width: 26rem;
    font-size: clamp(0.98rem, 1.15vw, 1.08rem);
    line-height: 1.5;
    color: var(--ng-teal);
}

.ng-cta__start {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 42px;
    padding: 0.6rem 1.5rem;
    border-radius: 999px;
    background: var(--ng-teal);
    color: var(--ng-white);
    font-family: var(--ng-font);
    font-size: 0.98rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.25s ease;
}

.ng-cta__start:hover {
    background: var(--ng-teal-hover);
    transform: translateY(-1px);
}

.ng-cta__panel {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1.35rem, 2.5vw, 2rem) clamp(1.35rem, 3.5vw, 2.75rem) clamp(1.35rem, 2.5vw, 2rem) clamp(1rem, 2.5vw, 1.75rem);
    background: transparent;
    color: var(--ng-white);
}

.ng-cta__form-title {
    margin: 0 0 0.55rem;
    font-family: var(--ng-font);
    font-size: clamp(1.1rem, 1.7vw, 1.35rem);
    font-weight: 700;
    color: var(--ng-white);
}

.ng-cta__form {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    width: 100%;
    max-width: 520px;
}

.ng-cta__input {
    width: 100%;
    padding: 0.55rem 0.85rem;
    border: none;
    border-radius: 5px;
    background: var(--ng-white);
    color: var(--ng-ink);
    font-family: var(--ng-font);
    font-size: 0.92rem;
    outline: none;
}

.ng-cta__input:focus {
    box-shadow: 0 0 0 2px rgba(140, 102, 65, 0.45);
}

.ng-cta__textarea {
    min-height: 56px;
    resize: vertical;
}

.ng-cta__interest {
    margin: 0;
    padding: 0.55rem 0.85rem 0.65rem;
    border: none;
    border-radius: 10px;
    background: var(--ng-white);
    color: var(--ng-ink-soft);
}

.ng-cta__interest-label {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 0.5rem;
    font-size: 0.88rem;
    font-weight: 500;
    color: #8a8a8a;
}

.ng-cta__interest-options {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.55rem 0.85rem;
    clear: both;
    width: 100%;
}

.ng-cta__check {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    flex: 0 0 auto;
    font-size: 0.78rem;
    font-weight: 500;
    color: #8a8a8a;
    line-height: 1.2;
    cursor: pointer;
    white-space: nowrap;
}

.ng-cta__check input {
    appearance: none;
    -webkit-appearance: none;
    width: 13px;
    height: 13px;
    margin: 0;
    border: none;
    border-radius: 2px;
    background: #f0e4d6;
    cursor: pointer;
    flex-shrink: 0;
}

.ng-cta__check input:checked {
    background: #f0e4d6;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%231b3d3a' d='M10.2 2.2L4.5 8.1 1.8 5.4 0.7 6.5l3.8 3.8 6.9-7.1z'/%3E%3C/svg%3E");
    background-size: 9px 9px;
    background-position: center;
    background-repeat: no-repeat;
}

.ng-cta__submit {
    align-self: flex-end;
    margin-top: 0.2rem;
    min-height: 40px;
    padding: 0.55rem 1.35rem;
    border: none;
    border-radius: 999px;
    background: var(--ng-white);
    color: var(--ng-teal);
    font-family: var(--ng-font);
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.ng-cta__submit:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

/* ============================================================
   FOOTER
   ============================================================ */

.ng-footer {
    background: var(--ng-white);
    padding: clamp(2.75rem, 6vw, 4rem) clamp(1.25rem, 4vw, 2rem);
}

.ng-footer__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 2rem;
    align-items: center;
    max-width: var(--ng-max);
    margin: 0 auto;
}

.ng-footer__links {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    font-size: 0.95rem;
    color: var(--ng-teal);
}

.ng-footer__links a {
    color: var(--ng-teal);
    text-decoration: none;
}

.ng-footer__links a:hover {
    color: var(--ng-gold);
}

.ng-footer__brand {
    display: flex;
    justify-content: center;
}

.ng-footer__logo {
    width: clamp(120px, 14vw, 158px);
    height: auto;
}

.ng-footer__contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
}

.ng-footer__info {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    align-items: flex-end;
}

.ng-footer__info li {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.95rem;
    color: var(--ng-teal);
}

.ng-footer__info img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.ng-footer__info a {
    color: var(--ng-teal);
    text-decoration: none;
}

.ng-footer__info a:hover {
    color: var(--ng-gold);
}

.ng-footer__social {
    display: flex;
    gap: 0.65rem;
}

.ng-footer__social a {
    display: inline-flex;
    width: 30px;
    height: 30px;
}

.ng-footer__social img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ============================================================
   Motion
   ============================================================ */

@keyframes ng-rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ng-fade {
    from {
        opacity: 0;
        transform: scale(1.03);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ng-hero__brand,
    .ng-hero__title,
    .ng-hero__visual {
        animation: none;
    }

    .ng-btn:hover {
        transform: none;
    }
}

/* ============================================================
   RESPONSIVE — tablet
   ============================================================ */

@media (max-width: 1040px) {
    .ng-cta__copy {
        align-items: flex-start;
    }

    .ng-cta__start {
        display: inline-flex !important;
        width: max-content !important;
        max-width: none !important;
        align-self: flex-start !important;
        box-sizing: border-box;
        min-height: 32px !important;
        height: auto;
        padding: 0.4rem 0.85rem !important;
        font-size: 0.78rem !important;
        line-height: 1.2;
        white-space: nowrap;
    }
}

@media (max-width: 1100px) {
    .ng-why__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem;
    }
}

@media (max-width: 1024px) {
    .ng-hero {
        min-height: clamp(480px, 75vh, 680px);
    }

    .ng-hero__title {
        font-size: clamp(1.45rem, 3.2vw, 2.2rem);
    }

    .ng-hero__copy {
        max-width: min(48%, 32rem);
    }

    .ng-intro__inner {
        gap: 2rem;
    }

    .ng-opportunity__bg-img {
        object-position: 70% center;
    }
}

@media (max-width: 900px) {
    .ng-hero {
        min-height: clamp(460px, 78vh, 640px);
    }

    .ng-hero__inner {
        align-items: flex-start;
    }

    .ng-hero__copy {
        max-width: 100%;
        padding: 1.5rem 1.25rem 2rem;
        text-align: left;
    }

    .ng-hero__visual {
        min-height: 0;
    }

    .ng-hero__img {
        object-position: 70% center;
    }

    .ng-hero__title {
        max-width: 100%;
        font-size: clamp(1.55rem, 4.2vw, 2rem);
        letter-spacing: 0.04em;
    }

    .ng-hero__title-line {
        text-shadow:
            0 1px 0 rgba(255, 255, 255, 0.85),
            0 2px 8px rgba(245, 241, 234, 0.95),
            0 0 24px rgba(245, 241, 234, 0.8);
    }

    .ng-intro__inner {
        grid-template-columns: 1fr;
        max-width: 620px;
    }

    .ng-intro__media {
        max-width: 480px;
        margin: 0 auto;
        width: 100%;
    }

    .ng-intro__content {
        max-width: 100%;
        text-align: left;
    }

    .ng-intro__actions {
        justify-content: flex-start;
    }

    .ng-opportunity {
        padding: clamp(3.25rem, 8vw, 4.5rem) 0;
    }

    .ng-opportunity__copy {
        max-width: 100%;
    }

    .ng-opportunity__bg-img {
        object-position: center center;
    }

    .ng-results__inner {
        grid-template-columns: 1fr;
        max-width: 640px;
    }

    .ng-results__media {
        order: -1;
        max-width: 520px;
        margin: 0 auto;
        width: 100%;
    }

    .ng-steps__grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
        gap: 2.5rem;
    }

    .ng-colors__showcase {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .ng-colors__img {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        object-fit: contain;
        object-position: center;
    }

    .ng-audience__row {
        gap: 0.95rem 1.5rem;
    }

    .ng-audience__item {
        white-space: normal;
    }

    .ng-testimonials__card {
        flex: 0 0 calc((100% - 1.15rem) / 2);
    }

    .ng-cta__inner {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .ng-cta__copy {
        padding: 1.5rem 1.35rem 1.35rem;
        border-top-right-radius: 0;
        border-bottom-right-radius: clamp(64px, 22vw, 110px);
        align-items: flex-start;
    }

    .ng-cta__panel {
        padding: 1.35rem 1.35rem 1.75rem;
    }

    .ng-cta__start {
        display: inline-flex !important;
        width: max-content !important;
        max-width: none !important;
        align-self: flex-start !important;
        min-height: 30px !important;
        padding: 0.35rem 0.75rem !important;
        font-size: 0.74rem !important;
        white-space: nowrap;
    }

    .ng-cta__form {
        max-width: 100%;
    }

    .ng-footer__inner {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        gap: 2.25rem;
    }

    .ng-footer__links {
        align-items: center;
        order: 2;
    }

    .ng-footer__brand {
        order: 1;
    }

    .ng-footer__contact {
        align-items: center;
        order: 3;
    }

    .ng-footer__info {
        align-items: center;
    }
}

/* ============================================================
   RESPONSIVE — mobile
   ============================================================ */

@media (max-width: 600px) {
    .ng-hero {
        min-height: clamp(380px, 70vh, 520px);
    }

    .ng-hero__inner {
        align-items: flex-start;
        min-height: inherit;
    }

    .ng-hero__copy {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 100%;
        padding: 1.75rem 1.15rem 1.5rem;
        justify-content: flex-start;
    }

    .ng-hero__brand {
        margin-bottom: 0.85rem;
    }

    .ng-hero__logo {
        width: 100px;
    }

    .ng-hero__title {
        font-size: clamp(1.45rem, 6.8vw, 1.85rem);
        letter-spacing: 0.035em;
        max-width: 100%;
        line-height: 1.18;
        color: var(--ng-ink);
        text-shadow: none;
    }

    .ng-hero__title-line {
        text-shadow:
            0 1px 0 rgba(255, 255, 255, 0.85),
            0 2px 8px rgba(245, 241, 234, 0.95),
            0 0 24px rgba(245, 241, 234, 0.8);
    }

    .ng-hero__title-line--accent {
        text-shadow:
            0 1px 0 rgba(255, 255, 255, 0.85),
            0 2px 8px rgba(245, 241, 234, 0.95),
            0 0 24px rgba(245, 241, 234, 0.8);
    }

    .ng-hero__img {
        object-position: 62% center;
    }

    .ng-intro {
        padding: 2.75rem 1.15rem 3.25rem;
    }

    .ng-intro__heading {
        font-size: 1.15rem;
    }

    .ng-intro__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ng-btn {
        width: 100%;
        text-align: center;
    }

    .ng-why__grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }

    .ng-colors {
        padding: 2.25rem 1rem 2.75rem;
    }

    .ng-colors__text {
        margin-bottom: 1.5rem;
        text-align: left;
    }

    .ng-colors__showcase,
    .ng-colors__img {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .ng-colors__img {
        height: auto !important;
        object-fit: contain;
    }

    .ng-audience__panel {
        border-radius: 28px;
        padding: 1.75rem 1.25rem 2rem;
    }

    .ng-audience__row {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 0.95rem;
    }

    .ng-testimonials__slider {
        grid-template-columns: 32px minmax(0, 1fr) 32px;
        gap: 0.25rem;
    }

    .ng-testimonials__card {
        flex: 0 0 100%;
        min-height: 200px;
    }

    .ng-opportunity__title {
        font-size: clamp(0.72rem, 3.2vw, 0.95rem);
    }

    .ng-cta__submit {
        width: 100%;
        align-self: stretch;
    }

    .ng-cta__start {
        display: inline-flex !important;
        width: max-content !important;
        max-width: none !important;
        align-self: flex-start !important;
        min-height: 30px !important;
        padding: 0.35rem 0.75rem !important;
        font-size: 0.74rem !important;
        white-space: nowrap;
    }

    .ng-cta__interest-options {
        gap: 0.55rem 0.7rem;
        flex-wrap: wrap;
    }

    .ng-cta__check {
        font-size: 0.72rem;
        white-space: normal;
    }
}

@media (max-width: 400px) {
    .ng-hero {
        min-height: clamp(360px, 68vh, 480px);
    }

    .ng-hero__copy {
        padding-top: 1.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .ng-hero__title {
        max-width: none;
        white-space: normal;
        font-size: clamp(1.35rem, 6.4vw, 1.65rem);
        line-height: 1.2;
        text-shadow: none;
    }

    .ng-hero__title-line {
        white-space: normal;
        text-shadow:
            0 1px 0 rgba(255, 255, 255, 0.85),
            0 2px 8px rgba(245, 241, 234, 0.95),
            0 0 24px rgba(245, 241, 234, 0.8);
    }

    .ng-cta__start {
        min-height: 28px !important;
        padding: 0.3rem 0.7rem !important;
        font-size: 0.72rem !important;
    }
}

/* ============================================================
   Legal pages — banner T&C / FAQ / Privacidad
   ============================================================ */

.page-nova-glow--legal {
    background: var(--ng-cream-soft);
}

.ng-legal-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(240px, 28vw, 360px);
    overflow: hidden;
    background-color: #05453d;
    color: #ffffff;
}

.ng-legal-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('../Recursos/banner%20T%26C@300x.webp');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    pointer-events: none;
}

.ng-legal-hero__brand {
    position: absolute;
    top: clamp(1.1rem, 2.8vw, 1.85rem);
    left: clamp(1.1rem, 3.5vw, 2.75rem);
    z-index: 3;
    display: inline-flex;
    text-decoration: none;
}

.ng-legal-hero__logo {
    width: clamp(92px, 11vw, 128px);
    height: auto;
}

.ng-legal-hero__title {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0 1rem clamp(3.5rem, 9vw, 5.5rem);
    max-width: 100%;
    font-family: var(--ng-banner-title);
    font-size: clamp(1.05rem, 3.8vw, 3rem);
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.12;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .ng-legal-hero {
        min-height: clamp(210px, 52vw, 280px);
    }

    .ng-legal-hero__bg {
        background-size: cover;
        background-position: center 70%;
    }

    .ng-legal-hero__title {
        padding: 0 0.65rem clamp(3.25rem, 16vw, 4.5rem);
        font-size: clamp(0.72rem, 4.2vw, 1.05rem);
        letter-spacing: 0.03em;
    }
}

.ng-legal__content {
    max-width: 760px;
    margin: 0 auto;
    padding: 2.5rem 1.25rem 4rem;
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--ng-ink-soft);
}

.ng-legal__content a {
    color: var(--ng-gold);
}

.ng-legal__updated {
    margin-bottom: 1.5rem;
    color: var(--ng-ink);
}

.ng-legal__content h2 {
    margin: 2.25rem 0 0.85rem;
    font-family: var(--ng-font);
    font-size: clamp(1.15rem, 2.2vw, 1.35rem);
    font-weight: 700;
    line-height: 1.3;
    color: var(--ng-teal);
}

.ng-faq .ng-faq__question {
    margin: 0 0 0.35rem;
    font-size: clamp(1rem, 1.6vw, 1.08rem);
    line-height: 1.4;
    color: #1a1a1a;
}

.ng-legal__content p {
    margin: 0 0 1rem;
}

.ng-legal__content ul {
    margin: 0 0 1.15rem;
    padding-left: 1.35rem;
}

.ng-legal__content li {
    margin-bottom: 0.45rem;
}

.ng-legal__back {
    margin-top: 2.5rem;
}

.ng-faq {
    max-width: 720px;
}

.page-nova-glow--legal:has(.ng-faq) {
    background: var(--ng-white);
}

.ng-faq__item {
    margin: 0 0 1.75rem;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
}

.ng-faq__item:last-of-type {
    margin-bottom: 0.5rem;
}

.ng-faq__question {
    margin: 0 0 0.35rem;
    font-family: var(--ng-font);
    font-size: clamp(1rem, 1.6vw, 1.08rem);
    font-weight: 700;
    line-height: 1.4;
    color: #1a1a1a;
}

.ng-faq__answer {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.65;
    color: #1a1a1a;
}

.ng-faq .ng-faq__answer {
    margin: 0;
}

/* ============================================================
   TeamGlow — hero CTAs, tools, portal, home FAQ, account
   ============================================================ */

body.page-team-glow {
    /* inherits page-nova-glow tokens */
}

/* —— Hero matching TeamGlow reference —— */
.page-team-glow .ng-hero {
    background: #f2ebe3;
    min-height: clamp(560px, 92vh, 820px);
    margin-bottom: 0;
}

.page-team-glow .ng-hero__inner {
    align-items: center;
    min-height: inherit;
}

.page-team-glow .ng-hero__brand {
    position: absolute;
    top: clamp(2rem, 5vw, 3.5rem);
    left: clamp(1.5rem, 4.5vw, 4rem);
    z-index: 4;
    margin-bottom: 0;
    display: inline-flex;
    width: fit-content;
    text-decoration: none;
    animation: ng-rise 0.9s ease both;
}

.page-team-glow .ng-hero__logo {
    width: clamp(110px, 12vw, 150px);
}

.page-team-glow .ng-hero__visual {
    z-index: 0;
}

.page-team-glow .ng-hero__copy {
    max-width: min(46%, 34rem);
    padding: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 4.5vw, 4rem) clamp(2.5rem, 6vw, 4.5rem);
    padding-top: clamp(7.5rem, 16vw, 11rem);
    justify-content: center;
}

.page-team-glow .ng-hero__title {
    max-width: none;
    margin: 0 0 0.35rem;
    font-family: var(--ng-banner-title);
    font-size: clamp(2.35rem, 5.4vw, 4.1rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #36515c;
    animation: ng-rise 0.95s ease 0.08s both;
}

.page-team-glow .ng-hero__name {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.page-team-glow .ng-hero__name-team {
    color: #36515c;
}

.page-team-glow .ng-hero__name-glow {
    color: #94714d;
}

.page-team-glow .ng-hero__star {
    position: absolute;
    top: -0.12em;
    right: -0.48em;
    width: clamp(14px, 1.8vw, 24px);
    height: auto;
    pointer-events: none;
}

.page-team-glow .ng-hero__subtitle {
    margin: 0 0 1.15rem;
    font-family: var(--ng-font);
    font-size: clamp(1.05rem, 1.7vw, 1.35rem);
    font-weight: 500;
    line-height: 1.3;
    color: var(--ng-teal);
    animation: ng-rise 0.95s ease 0.12s both;
}

.page-team-glow .ng-hero__lead {
    margin: 0;
    max-width: min(46ch, 100%);
    padding-left: 0;
    font-family: var(--ng-font);
    font-size: clamp(0.95rem, 1.15vw, 1.08rem);
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-word;
    color: var(--ng-ink);
    animation: ng-rise 0.95s ease 0.16s both;
}

.page-team-glow .ng-hero__lead strong {
    font-weight: 700;
    color: var(--ng-teal);
}

.page-team-glow .ng-hero__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 0.75rem;
    margin-top: clamp(1.35rem, 3vw, 2rem);
    animation: ng-rise 1s ease 0.2s both;
}

.page-team-glow .ng-hero__actions .ng-btn {
    min-height: 46px;
    padding: 0.75rem 1.45rem;
    font-size: clamp(0.88rem, 1vw, 0.98rem);
    white-space: nowrap;
}

.page-team-glow .ng-btn--ghost {
    background: transparent;
    color: var(--ng-gold);
    box-shadow: inset 0 0 0 1.5px var(--ng-gold);
}

.page-team-glow .ng-btn--ghost:hover {
    background: var(--ng-gold);
    color: var(--ng-white);
}

.page-team-glow .ng-hero__img {
    object-fit: cover;
    object-position: 72% center;
}

.page-team-glow .ng-opportunity__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 51, 43, 0.92) 0%, rgba(0, 51, 43, 0.78) 48%, rgba(0, 51, 43, 0.45) 100%);
    pointer-events: none;
}

.page-team-glow .ng-opportunity__bg-img {
    object-position: center right;
    filter: saturate(0.85);
}

.page-team-glow .ng-why__icon {
    width: clamp(40px, 4vw, 56px);
    height: auto;
    margin: 0 auto 1rem;
}

.page-team-glow .ng-why__item {
    background: var(--ng-cream-soft);
}

/* —— ¿Qué es TeamGlow? —— */
.tg-about {
    background: #ffffff;
    margin: 0;
    padding: 0;
}

.tg-about__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    max-width: none;
    width: 100%;
    margin: 0;
    min-height: 0;
}

.tg-about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1.75rem, 5vw, 4.5rem);
    background: #ffffff;
}

.tg-about__title {
    margin: 0 0 1.35rem;
    font-family: var(--ng-font);
    font-size: clamp(1.55rem, 2.8vw, 2.15rem);
    font-weight: 700;
    line-height: 1.2;
    color: #8c6641;
}

.tg-about__text {
    margin: 0 0 1.15rem;
    max-width: 36rem;
    font-family: var(--ng-font);
    font-size: clamp(0.98rem, 1.15vw, 1.08rem);
    font-weight: 400;
    line-height: 1.7;
    color: #4a5558;
}

.tg-about__text:last-child {
    margin-bottom: 0;
}

.tg-about__media {
    display: block;
    min-height: 0;
    padding: 0;
    margin: 0;
    line-height: 0;
    overflow: hidden;
}

.tg-about__img {
    width: 100%;
    height: 100%;
    min-height: clamp(300px, 40vw, 460px);
    max-height: none;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* —— Beneficios de Unirte —— */
.tg-benefits {
    background: #103b38;
    color: #ffffff;
    padding: clamp(3.25rem, 7vw, 5rem) clamp(1.25rem, 4vw, 2.5rem);
}

.tg-benefits__inner {
    max-width: 1180px;
    margin: 0 auto;
}

.tg-benefits__header {
    text-align: center;
    margin-bottom: clamp(2.25rem, 4.5vw, 3.25rem);
}

.tg-benefits__title {
    margin: 0;
    font-family: var(--ng-font);
    font-size: clamp(1.45rem, 2.6vw, 1.95rem);
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
}

.tg-benefits__header::after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    margin: 0.9rem auto 0;
    background: #ffffff;
}

.tg-benefits__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: start;
}

.tg-benefits__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 0.5rem clamp(0.75rem, 1.5vw, 1.35rem);
    border-right: 1px solid rgba(211, 176, 133, 0.55);
}

.tg-benefits__item:last-child {
    border-right: none;
}

.tg-benefits__icon {
    width: clamp(40px, 4vw, 52px);
    height: auto;
    display: block;
}

.tg-benefits__text {
    margin: 0;
    font-family: var(--ng-font);
    font-size: clamp(0.88rem, 1.05vw, 1rem);
    font-weight: 400;
    line-height: 1.45;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .tg-benefits__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 2rem;
    }

    .tg-benefits__item {
        border-right: none;
        padding: 0 1rem;
    }

    .tg-benefits__item:nth-child(1),
    .tg-benefits__item:nth-child(2),
    .tg-benefits__item:nth-child(4) {
        border-right: 1px solid rgba(211, 176, 133, 0.4);
    }
}

@media (max-width: 900px) {
    .tg-about__inner {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .tg-about__media {
        order: -1;
        padding: 0;
    }

    .tg-about__img {
        min-height: clamp(240px, 52vw, 360px);
        max-height: none;
        height: clamp(240px, 52vw, 360px);
    }

    .tg-about__content {
        padding: clamp(2rem, 6vw, 3rem) clamp(1.35rem, 5vw, 2rem);
    }
}

@media (max-width: 640px) {
    .tg-benefits__grid {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .tg-benefits__item {
        border-right: none !important;
        padding: 0 0.5rem 1.5rem;
        border-bottom: 1px solid rgba(211, 176, 133, 0.3);
    }

    .tg-benefits__item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

.ng-tools {
    background: var(--ng-cream);
    padding: clamp(3.75rem, 8vw, 6rem) clamp(1.25rem, 4vw, 2rem);
}

/* —— Tu Caja de Herramientas —— */
.tg-tools {
    background: #ffffff;
    padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.25rem, 3.5vw, 2rem);
}

.tg-tools__inner {
    max-width: 1240px;
    margin: 0 auto;
}

.tg-tools__header {
    text-align: center;
    margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.tg-tools__title {
    margin: 0;
    font-family: var(--ng-font);
    font-size: clamp(1.45rem, 2.6vw, 1.95rem);
    font-weight: 700;
    line-height: 1.2;
    color: #8c6641;
}

.tg-tools__header::after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    margin: 0.85rem auto 0;
    background: #8c6641;
}

.tg-tools__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.85rem, 1.8vw, 1.35rem);
}

.tg-tools__card {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: stretch;
    min-height: clamp(180px, 18vw, 220px);
    border-radius: clamp(22px, 3vw, 32px);
    background: #f3eee6;
    overflow: hidden;
}

.tg-tools__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1rem, 1.8vw, 1.35rem) clamp(0.9rem, 1.5vw, 1.15rem);
}

.tg-tools__card-title {
    margin: 0 0 0.55rem;
    font-family: var(--ng-font);
    font-size: clamp(0.92rem, 1.05vw, 1.05rem);
    font-weight: 700;
    line-height: 1.25;
    color: #2f3e42;
}

.tg-tools__card-text {
    margin: 0;
    font-family: var(--ng-font);
    font-size: clamp(0.78rem, 0.9vw, 0.88rem);
    font-weight: 400;
    line-height: 1.45;
    color: #555555;
}

.tg-tools__media {
    min-width: 0;
    line-height: 0;
    overflow: hidden;
}

.tg-tools__img {
    width: 100%;
    height: 100%;
    min-height: 160px;
    object-fit: cover;
    object-position: center;
}

/* —— Preguntas frecuentes —— */
.tg-faq {
    background: #f3eee6;
    padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.25rem, 4vw, 2.5rem);
}

.tg-faq__inner {
    display: grid;
    grid-template-columns: minmax(160px, 0.75fr) minmax(0, 1.6fr);
    gap: clamp(1.75rem, 4vw, 3.5rem);
    align-items: stretch;
    max-width: 1180px;
    margin: 0 auto;
}

.tg-faq__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    transform: none;
    height: 100%;
    min-height: 100%;
}

.tg-faq__ornament {
    position: relative;
    width: clamp(110px, 14vw, 140px);
    height: 42px;
    margin: 0 auto 0.35rem;
}

.tg-faq__arc {
    width: 100%;
    height: auto;
    display: block;
}

.tg-faq__star {
    position: absolute;
    width: 16px;
    height: auto;
}

.tg-faq__star--1 {
    top: 2px;
    right: 6px;
    width: 18px;
}

.tg-faq__star--2 {
    top: 14px;
    right: -6px;
    width: 12px;
}

.tg-faq__title {
    margin: 0;
    font-family: var(--ng-banner-title);
    font-size: clamp(2.02rem, 3.7vw, 2.945rem);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8c6641;
    text-align: center;
}

.tg-faq__title-line {
    display: block;
}

.tg-faq__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.25rem, 3vw, 2.5rem) clamp(1.5rem, 3.5vw, 2.75rem);
}

.tg-faq__col {
    display: flex;
    flex-direction: column;
    gap: clamp(1.15rem, 2.2vw, 1.6rem);
}

.tg-faq__item {
    margin: 0;
}

.tg-faq__q {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin: 0 0 0.4rem;
    font-family: var(--ng-font);
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    font-weight: 700;
    line-height: 1.3;
    color: #8c6641;
}

.tg-faq__mark {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15em;
    height: 1.15em;
    margin-top: 0.08em;
    border: 1.5px solid #8c6641;
    border-radius: 50%;
    font-size: 0.72em;
    font-weight: 700;
    line-height: 1;
    color: #8c6641;
}

.tg-faq__a {
    margin: 0;
    padding-left: calc(1.15em + 0.55rem);
    font-family: var(--ng-font);
    font-size: clamp(0.88rem, 1vw, 0.96rem);
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
}

.tg-faq__a a {
    color: #8c6641;
    font-weight: 600;
}

/* —— Aviso de Privacidad —— */
.tg-privacy {
    background: #ffffff;
    padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.25rem, 4vw, 2rem);
}

.tg-privacy__inner {
    max-width: 820px;
    margin: 0 auto;
}

.tg-privacy__header {
    text-align: center;
    margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

.tg-privacy__title {
    margin: 0;
    font-family: var(--ng-font);
    font-size: clamp(1.45rem, 2.6vw, 1.95rem);
    font-weight: 700;
    line-height: 1.2;
    color: #8c6641;
}

.tg-privacy__header::after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    margin: 0.85rem auto 0;
    background: #8c6641;
}

.tg-privacy__body p {
    margin: 0 0 1.35rem;
    font-family: var(--ng-font);
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    font-weight: 400;
    line-height: 1.65;
    color: #333333;
}

.tg-privacy__body p:last-child {
    margin-bottom: 0;
}

.tg-privacy__body strong,
.tg-privacy__body a {
    color: #333333;
    font-weight: 700;
    text-decoration: none;
}

.tg-privacy__body a:hover {
    color: #8c6641;
}

.ng-portal {
    background: var(--ng-cream-soft);
    padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.25rem, 4vw, 2rem);
}

.ng-portal__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    max-width: var(--ng-max);
    margin: 0 auto;
}

.ng-portal__img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    object-fit: cover;
}

.ng-portal__title {
    margin: 0 0 1.15rem;
    font-family: var(--ng-font);
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 700;
    color: var(--ng-gold);
}

.ng-portal__text {
    margin: 0 0 1.75rem;
    font-size: clamp(0.98rem, 1.1vw, 1.06rem);
    line-height: 1.65;
    color: var(--ng-ink-soft);
}

.ng-home-faq {
    background: var(--ng-white);
    padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.25rem, 4vw, 2rem);
}

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

.ng-home-faq__header {
    text-align: center;
    margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.ng-home-faq__title {
    margin: 0;
    font-family: var(--ng-font);
    font-size: clamp(1.35rem, 2.6vw, 1.85rem);
    font-weight: 700;
    color: var(--ng-gold);
}

.ng-home-faq__header::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    margin: 0.9rem auto 0;
    background: var(--ng-gold);
}

.ng-home-faq__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.5rem, 3vw, 2.5rem);
}

.ng-home-faq__q {
    margin: 0 0 0.45rem;
    font-family: var(--ng-font);
    font-size: clamp(1rem, 1.15vw, 1.1rem);
    font-weight: 700;
    color: var(--ng-teal);
}

.ng-home-faq__a {
    margin: 0;
    font-size: clamp(0.92rem, 1.05vw, 1rem);
    line-height: 1.55;
    color: var(--ng-ink-soft);
}

.ng-home-faq__a a {
    color: var(--ng-gold);
    font-weight: 600;
}

.ng-home-faq__more {
    margin: 2rem 0 0;
    text-align: center;
}

.ng-home-faq__more a {
    color: var(--ng-teal);
    font-weight: 700;
    text-decoration: none;
}

.ng-home-faq__more a:hover {
    color: var(--ng-gold);
}

.ng-account {
    background: var(--ng-cream);
    padding: clamp(2.5rem, 5vw, 3.5rem) clamp(1.25rem, 4vw, 2rem);
    text-align: center;
}

.ng-account__inner {
    max-width: 36rem;
    margin: 0 auto;
}

.ng-account__title {
    margin: 0 0 0.75rem;
    font-family: var(--ng-font);
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    font-weight: 700;
    color: var(--ng-gold);
}

.ng-account__text {
    margin: 0 0 1.35rem;
    color: var(--ng-ink-soft);
    line-height: 1.6;
}

@media (max-width: 900px) {
    .page-team-glow .ng-hero {
        min-height: clamp(520px, 88vh, 720px);
    }

    .page-team-glow .ng-hero__copy {
        max-width: min(58%, 28rem);
        padding: 1.5rem 1.25rem 2rem;
        padding-top: clamp(6.5rem, 18vw, 9rem);
    }

    .page-team-glow .ng-hero__title {
        font-size: clamp(1.85rem, 6vw, 2.6rem);
    }

    .page-team-glow .ng-hero__lead {
        max-width: min(48ch, 100%);
        margin-left: 0;
        padding-left: 0;
        font-size: 0.92rem;
        text-align: justify;
    }

    .page-team-glow .ng-hero__actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-team-glow .ng-hero__actions .ng-btn {
        width: auto;
        max-width: 100%;
        white-space: normal;
        text-align: center;
    }

    .page-team-glow .ng-hero__img {
        object-position: 78% center;
    }

    .ng-tools__grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }

    .tg-tools__grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin: 0 auto;
    }

    .tg-tools__card {
        min-height: 180px;
    }

    .tg-faq__inner {
        grid-template-columns: 1fr;
        gap: 2rem;
        align-items: start;
    }

    .tg-faq__brand {
        height: auto;
        min-height: 0;
        padding-bottom: 0.25rem;
    }

    .tg-faq__content {
        grid-template-columns: 1fr;
    }

    .ng-portal__inner {
        grid-template-columns: 1fr;
    }

    .ng-portal__media {
        order: -1;
    }

    .ng-home-faq__grid {
        grid-template-columns: 1fr;
    }

    .page-team-glow .ng-opportunity__title {
        white-space: normal;
    }
}

@media (max-width: 640px) {
    .page-team-glow .ng-hero {
        min-height: auto;
        padding-bottom: 0;
    }

    .page-team-glow .ng-hero__inner {
        position: relative;
        flex-direction: column;
        align-items: stretch;
    }

    .page-team-glow .ng-hero__visual {
        position: relative;
        order: 0;
        inset: auto;
        width: 100%;
        height: clamp(280px, 58vw, 400px);
        z-index: 1;
        overflow: hidden;
    }

    .page-team-glow .ng-hero__brand {
        position: absolute;
        top: clamp(0.9rem, 3.5vw, 1.35rem);
        left: clamp(0.9rem, 3.5vw, 1.35rem);
        z-index: 3;
        margin: 0;
    }

    .page-team-glow .ng-hero__logo {
        width: clamp(92px, 28vw, 120px);
    }

    .page-team-glow .ng-hero__img {
        object-position: center 28%;
    }

    .page-team-glow .ng-hero__copy {
        position: relative;
        z-index: 1;
        max-width: 100%;
        order: 1;
        padding: 1.5rem 1.25rem 2rem;
        padding-top: 1.5rem;
        background: #f2ebe3;
    }

    .page-team-glow .ng-hero__name {
        white-space: nowrap;
    }

    .page-team-glow .ng-hero__actions .ng-btn {
        width: 100%;
        white-space: normal;
    }

    .page-team-glow .ng-cta__interest-options {
        flex-wrap: wrap;
    }
}
