/* ════════════════════════════════════════════════
   NTA DIGITAL — SOBRE PAGE STYLES
   Layout com contraste: Hero escuro + Seções claras
   ════════════════════════════════════════════════ */

/* ═══════════════════════════════════════
   HERO SECTION (Dark)
   ═══════════════════════════════════════ */
.s-hero {
    position: relative;
    padding: calc(var(--space-32) + var(--nav-height)) 0 var(--space-24);
    overflow: hidden;
    background: var(--bg-primary);
}

.s-hero__bg {
    position: absolute;
    inset: 0;
    background: var(--gradient-hero-radial);
    pointer-events: none;
}

.s-hero__video,
.s-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.18;
}

.s-hero__container {
    position: relative;
    z-index: var(--z-base);
}

.s-hero__content {
    max-width: 800px;
}

.s-section-tag {
    display: inline-flex;
    align-items: center;
    gap: var(--space-2);
    padding: 6px 14px;
    border-radius: var(--radius-full);
    background: var(--amber-subtle);
    color: var(--amber);
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: var(--space-6);
    border: 1px solid rgba(255, 180, 0, 0.15);
}

.s-section-tag svg {
    width: 12px;
    height: 12px;
    stroke-width: 2.5;
}

.s-section-tag--light {
    background: rgba(255, 180, 0, 0.08);
    color: var(--amber);
    border: 1px solid rgba(255, 180, 0, 0.15);
}

.s-hero__title {
    font-family: var(--font-heading);
    font-size: clamp(38px, 6vw, 68px);
    font-weight: 850;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: var(--text-primary);
    margin-bottom: var(--space-8);
}

.s-hero__title em {
    color: var(--amber);
    font-style: normal;
    font-weight: 500;
}

.s-hero__desc {
    font-size: var(--text-lg);
    color: var(--text-secondary);
    line-height: 1.7;
    max-width: 600px;
}

@media (max-width: 768px) {
    .s-hero {
        padding: calc(var(--space-24) + var(--nav-height)) 0 var(--space-16);
    }

    .s-hero__desc {
        font-size: var(--text-base);
    }
}


/* ═══════════════════════════════════════
   HISTORY SECTION (Light)
   ═══════════════════════════════════════ */
.s-history {
    padding: var(--space-24) 0;
    background: #f5f5f5;
    margin-top: var(--space-8);
}

.s-history__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-16);
    align-items: center;
}

.s-history__content {
    max-width: 540px;
}

.s-history__title {
    font-family: var(--font-heading);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 400;
    color: #080808;
    margin-bottom: var(--space-6);
    line-height: 1.2;
}

.s-history__title em {
    color: var(--amber);
    font-style: normal;
    font-weight: 500;
}

.s-history__text {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}

.s-history__text p {
    font-size: var(--text-base);
    color: #5a5a5a;
    line-height: 1.8;
}

.s-history__text strong {
    color: #080808;
    font-weight: 600;
}

.s-history__image-wrap {
    position: relative;
}

.s-history__img {
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: var(--radius-2xl);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
    .s-history__grid {
        grid-template-columns: 1fr;
        gap: var(--space-12);
    }

    .s-history__content {
        max-width: 100%;
    }

    .s-history__title {
        font-size: clamp(24px, 5vw, 32px);
    }
}


/* ═══════════════════════════════════════
   SECTION HEADER
   ═══════════════════════════════════════ */
.s-section-header {
    max-width: 600px;
    margin-bottom: var(--space-12);
}

.s-section-title {
    font-family: var(--font-heading);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 400;
    color: var(--text-primary);
    line-height: 1.2;
}

.s-section-title--light {
    color: #080808;
}


/* ═══════════════════════════════════════
   NUMBERS SECTION (Dark)
   ═══════════════════════════════════════ */
.s-numbers {
    padding: var(--space-24) 0;
    background: var(--bg-primary);
}

.s-numbers__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-6);
}

.s-number-card {
    padding: var(--space-8) var(--space-6);
    text-align: center;
}

.s-number-card__value {
    font-family: var(--font-heading);
    font-size: var(--text-5xl);
    font-weight: 700;
    color: var(--amber);
    line-height: 1;
    margin-bottom: var(--space-3);
}

.s-number-card__label {
    font-size: var(--text-sm);
    color: var(--text-secondary);
    line-height: 1.6;
}

@media (max-width: 992px) {
    .s-numbers__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-8);
    }

    .s-number-card {
        padding: var(--space-6);
    }

    .s-number-card__value {
        font-size: var(--text-4xl);
    }
}

@media (max-width: 480px) {
    .s-numbers__grid {
        grid-template-columns: 1fr;
    }

    .s-number-card__value {
        font-size: var(--text-3xl);
    }
}


/* ═══════════════════════════════════════
   VALUES SECTION (Light)
   ═══════════════════════════════════════ */
.s-values {
    padding: var(--space-24) 0;
    background: #ffffff;
}

.s-values__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-8);
}

.s-value-card {
    padding: var(--space-8);
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: var(--radius-xl);
    transition: all var(--ease-base);
}

.s-value-card:hover {
    border-color: var(--amber);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.s-value-card__icon {
    width: 64px;
    height: 64px;
    border-radius: var(--radius-lg);
    background: var(--amber-subtle);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--amber);
    margin-bottom: var(--space-5);
}

.s-value-card__title {
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    font-weight: 600;
    color: #080808;
    margin-bottom: var(--space-3);
}

.s-value-card__text {
    font-size: var(--text-sm);
    color: #5a5a5a;
    line-height: 1.7;
}

@media (max-width: 992px) {
    .s-values__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .s-values__grid {
        grid-template-columns: 1fr;
    }

    .s-value-card {
        padding: var(--space-6);
    }
}


/* ═══════════════════════════════════════
   CTA SECTION (Dark)
   ═══════════════════════════════════════ */
.s-cta {
    padding: var(--space-24) 0;
    background: var(--bg-primary);
}

.s-cta__content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.s-cta__title {
    font-family: var(--font-heading);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 400;
    color: var(--text-primary);
    margin-bottom: var(--space-4);
    line-height: 1.2;
}

.s-cta__title em {
    color: var(--amber);
    font-style: normal;
    font-weight: 500;
}

.s-cta__desc {
    font-size: var(--text-lg);
    color: var(--text-secondary);
    margin-bottom: var(--space-8);
    line-height: 1.7;
}

@media (max-width: 768px) {
    .s-cta {
        padding: var(--space-16) 0;
    }

    .s-cta__title {
        font-size: clamp(28px, 5vw, 36px);
    }

    .s-cta__desc {
        font-size: var(--text-base);
    }

    .btn--xl {
        padding: 16px 32px;
        font-size: var(--text-base);
        width: 100%;
    }
}


/* ═══════════════════════════════════════
   METHOD SECTION (Light)
   ═══════════════════════════════════════ */
.s-method {
    padding: var(--space-24) 0;
    background: #fdfdfd;
}

.s-method__grid {
    display: flex;
    flex-direction: column;
    gap: var(--space-8);
}

.s-method-step {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: var(--space-8);
    align-items: center;
    padding: var(--space-8);
    background: #ffffff;
    border-radius: var(--radius-2xl);
    border: 1px solid #eeeeee;
    transition: all var(--ease-base);
}

.s-method-step:hover {
    border-color: var(--amber);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.s-method-step__number {
    width: 80px;
    height: 80px;
    background: var(--amber);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--text-2xl);
    font-weight: 700;
    font-family: var(--font-heading);
}

.s-method-step__content {
    max-width: 800px;
}

.s-method-step__title {
    font-family: var(--font-heading);
    font-size: var(--text-xl);
    font-weight: 600;
    color: #080808;
    margin-bottom: var(--space-2);
}

.s-method-step__text {
    font-size: var(--text-base);
    color: #5a5a5a;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .s-method-step {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        padding: var(--space-8) var(--space-6);
    }

    .s-method-step__number {
        width: 60px;
        height: 60px;
        font-size: var(--text-xl);
    }
}

/* ═══════════════════════════════════════
   PAGE SPECIFIC OVERRIDES
   ═══════════════════════════════════════ */
.s-page .nav--hero {
    background: rgba(8, 8, 8, 0.85);
}

.s-page .nav--hero.nav--scrolled {
    background: rgba(8, 8, 8, 0.95);
}
