.assessoria-imagem-page {
    background: linear-gradient(180deg, var(--color-light) 0%, var(--color-light-2) 100%);
    color: var(--color-text);
}

.assessoria-imagem-page .container {
    width: min(100% - 40px, var(--container));
    margin: 0 auto;
}

.aid-section {
    padding: 88px 0;
}

.aid-section-tight-top {
    padding-top: 28px;
}

.aid-section-light {
    background: linear-gradient(180deg, var(--color-light) 0%, var(--color-light-2) 100%);
}

.aid-hero,
.aid-band-dark,
.aid-final-cta {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 16%, rgba(61, 220, 151, 0.06), transparent 18%),
        radial-gradient(circle at 84% 12%, rgba(212, 176, 106, 0.10), transparent 18%),
        linear-gradient(180deg, #071019 0%, #0d151f 56%, #101923 100%);
    color: var(--color-white);
}

.aid-hero::before,
.aid-band-dark::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: 0.14;
    pointer-events: none;
}

.aid-hero > .container,
.aid-band-dark > .container,
.aid-final-cta > .container {
    position: relative;
    z-index: 1;
}

.aid-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(212, 176, 106, 0.20);
    background: rgba(212, 176, 106, 0.08);
    color: var(--color-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.aid-eyebrow.center {
    margin-inline: auto;
}

.aid-section-intro {
    text-align: center;
}

.aid-section-intro h2,
.aid-section-heading h2,
.aid-band-copy h2,
.aid-final-cta-box h2 {
    margin: 18px 0 0;
    font-family: var(--font-heading);
    font-size: clamp(28px, 2.8vw, 42px);
    line-height: 1.04;
    letter-spacing: -0.05em;
}

.aid-section-intro h2,
.aid-section-heading h2 {
    color: var(--color-text);
}

.aid-band-copy h2,
.aid-final-cta-box h2 {
    color: var(--color-white);
}

.aid-section-intro p,
.aid-section-heading p,
.aid-band-copy p,
.aid-final-cta-box p,
.aid-hero-subtitle,
.aid-hero-caption p {
    font-size: 15px;
    line-height: 1.82;
}

.aid-section-intro p,
.aid-section-heading p {
    max-width: 760px;
    margin: 18px auto 0;
    color: var(--color-text-soft);
}

.aid-band-copy p,
.aid-final-cta-box p,
.aid-hero-subtitle,
.aid-hero-caption p {
    color: rgba(255, 255, 255, 0.74);
}

.aid-section-heading {
    margin-bottom: 42px;
}

.aid-section-heading.center {
    text-align: center;
}

/* HERO */
.aid-hero {
    padding: 102px 0 82px;
}

.aid-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(400px, 0.88fr);
    gap: 48px;
    align-items: center;
}

.aid-hero-copy {
    max-width: 760px;
}

.aid-hero-copy h1 {
    margin-top: 18px;
    max-width: 720px;
    font-family: var(--font-heading);
    font-size: clamp(30px, 3.3vw, 48px);
    line-height: 1.01;
    letter-spacing: -0.06em;
    color: var(--color-white);
}

.aid-hero-subtitle {
    max-width: 620px;
    margin-top: 20px;
}

.aid-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.aid-hero-actions.center {
    justify-content: center;
}

.aid-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 16px;
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: var(--transition);
    white-space: nowrap;
    text-align: center;
}

.aid-btn-primary {
    background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-2) 100%);
    color: #15181d;
    box-shadow: 0 14px 30px rgba(184, 140, 73, 0.24);
}

.aid-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(184, 140, 73, 0.30);
}

.aid-btn-secondary {
    background: transparent;
    color: var(--color-white);
    border-color: rgba(255, 255, 255, 0.14);
}

.aid-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.07);
}

.aid-proof-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
    max-width: 560px;
}

.aid-proof-item {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.aid-proof-item strong {
    display: block;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.03em;
}

.aid-proof-item span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 12px;
    line-height: 1.6;
}

.aid-hero-media {
    display: grid;
    gap: 18px;
}

.aid-image-frame {
    border-radius: 28px;
    overflow: hidden;
    min-height: 520px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-dark);
}

.aid-image-frame img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.aid-hero-caption {
    padding: 26px;
    border-radius: 22px;
    background: rgba(12, 20, 29, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-dark);
}

.aid-hero-caption h3 {
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: clamp(20px, 2vw, 30px);
    line-height: 1.06;
    letter-spacing: -0.03em;
}

.aid-hero-caption p {
    margin-top: 10px;
}

/* INTRO */
.aid-stats-highlight {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 34px;
}

.aid-stat-feature {
    min-height: 100%;
    padding: 26px 22px 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(15, 45, 58, 0.08);
    box-shadow: var(--shadow-soft);
}

.aid-stat-feature-dark {
    background: linear-gradient(180deg, #0b1620 0%, #12222d 100%);
    border-color: rgba(61, 220, 151, 0.10);
}

.aid-stat-feature small,
.aid-benefit-group small,
.aid-fit-card small,
.aid-plan-card small {
    display: inline-block;
    margin-bottom: 10px;
    color: #8e6b33;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.aid-stat-feature-dark small,
.aid-benefit-group-dark small,
.aid-fit-card-strong small,
.aid-plan-card-featured small {
    color: var(--color-gold);
}

.aid-stat-feature strong {
    display: block;
    color: var(--color-text);
    font-family: var(--font-heading);
    font-size: 22px;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.aid-stat-feature-dark strong {
    color: var(--color-white);
}

.aid-stat-feature p {
    margin-top: 10px;
    color: var(--color-text-soft);
    font-size: 14px;
    line-height: 1.72;
}

.aid-stat-feature-dark p {
    color: rgba(255, 255, 255, 0.74);
}

/* GRIDS */
.aid-problem-grid,
.aid-gains-grid,
.aid-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.aid-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.aid-compare-grid,
.aid-fit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.aid-plans-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

/* CARDS */
.aid-soft-card,
.aid-benefit-group,
.aid-fit-card,
.aid-stat-card {
    min-height: 100%;
    padding: 26px 22px 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(15, 45, 58, 0.08);
    box-shadow: var(--shadow-soft);
}

.aid-soft-card h3,
.aid-benefit-group h3,
.aid-fit-card h3 {
    color: var(--color-text);
    font-family: var(--font-heading);
    font-size: 22px;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.aid-soft-card p,
.aid-benefit-group p,
.aid-stat-card span {
    margin-top: 10px;
    color: var(--color-text-soft);
    font-size: 14px;
    line-height: 1.72;
}

.aid-benefit-group-dark {
    background: linear-gradient(180deg, #0b1620 0%, #12222d 100%);
    border-color: rgba(61, 220, 151, 0.10);
}

.aid-benefit-group-dark h3 {
    color: var(--color-white);
}

.aid-benefit-group-dark li {
    color: rgba(255, 255, 255, 0.74);
}

.aid-benefit-group-dark p {
    color: var(--color-gold);
}

.aid-fit-card-strong {
    background: linear-gradient(180deg, #0b1620 0%, #12222d 100%);
    border-color: rgba(61, 220, 151, 0.10);
}

.aid-fit-card-strong h3 {
    color: var(--color-white);
}

.aid-fit-card-strong li {
    color: rgba(255, 255, 255, 0.74);
}

/* LISTAS */
.aid-benefit-group ul,
.aid-fit-card ul,
.aid-plan-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.aid-benefit-group ul li,
.aid-fit-card ul li,
.aid-plan-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    color: var(--color-text-soft);
    font-size: 14px;
    line-height: 1.72;
}

.aid-benefit-group ul li::before,
.aid-fit-card ul li::before,
.aid-plan-list li::before {
    content: "➡️";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 1.6;
}

.aid-inline-cta {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

/* BAND */
.aid-band-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.88fr);
    gap: 48px;
    align-items: center;
}

.aid-band-copy {
    max-width: 760px;
}

.aid-band-list {
    padding-left: 18px;
    margin-top: 18px;
}

.aid-band-list li {
    list-style: disc;
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.72;
    margin-bottom: 8px;
}

.aid-band-image-frame {
    width: 100%;
    min-height: 560px;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-dark);
}

.aid-band-image-frame img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
}

/* STATS */
.aid-stat-card {
    text-align: center;
}

.aid-stat-card strong {
    display: block;
    color: var(--color-text);
    font-family: var(--font-heading);
    font-size: clamp(28px, 2.8vw, 42px);
    line-height: 1;
    letter-spacing: -0.04em;
}

/* PLANOS */
.aid-plan-card {
    position: relative;
    min-height: 100%;
    padding: 28px 24px 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(15, 45, 58, 0.08);
    box-shadow: var(--shadow-soft);
    display: flex;
    flex-direction: column;
}

.aid-plan-top {
    margin-bottom: 18px;
}

.aid-plan-card h3 {
    color: var(--color-text);
    font-family: var(--font-heading);
    font-size: 24px;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.aid-plan-duration {
    margin-top: 10px;
    color: var(--color-text-soft);
    font-size: 14px;
    font-weight: 600;
}

.aid-plan-price {
    margin-top: 14px;
    color: var(--color-text);
    font-family: var(--font-heading);
    font-size: clamp(34px, 3vw, 44px);
    line-height: 1;
    letter-spacing: -0.04em;
}

.aid-plan-description {
    margin-top: 16px;
    color: var(--color-text-soft);
    font-size: 14px;
    line-height: 1.75;
}

.aid-plan-list {
    margin-top: 0;
}

.aid-plan-action {
    margin-top: auto;
    padding-top: 12px;
}

.aid-plan-btn {
    width: 100%;
}

.aid-plan-card-featured {
    background: linear-gradient(180deg, #0b1620 0%, #12222d 100%);
    border-color: rgba(61, 220, 151, 0.10);
    box-shadow: var(--shadow-dark);
}

.aid-plan-card-featured h3,
.aid-plan-card-featured .aid-plan-price {
    color: var(--color-white);
}

.aid-plan-card-featured .aid-plan-duration,
.aid-plan-card-featured .aid-plan-description,
.aid-plan-card-featured .aid-plan-list li {
    color: rgba(255, 255, 255, 0.74);
}

.aid-plan-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(212, 176, 106, 0.12);
    border: 1px solid rgba(212, 176, 106, 0.22);
    color: var(--color-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* FINAL CTA */
.aid-final-cta {
    padding: 0 0 120px;
    background: linear-gradient(180deg, var(--color-light-2) 0%, var(--color-light) 100%);
}

.aid-final-cta-box {
    padding: 60px 30px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(61, 220, 151, 0.08), transparent 22%),
        linear-gradient(180deg, #0b121a 0%, #13212c 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: var(--shadow-dark);
    text-align: center;
}

.aid-final-cta-box p {
    max-width: 680px;
    margin: 16px auto 0;
}

/* RESPONSIVO */
@media (max-width: 1180px) {
    .aid-hero-grid,
    .aid-band-grid,
    .aid-stats-highlight,
    .aid-problem-grid,
    .aid-benefits-grid,
    .aid-compare-grid,
    .aid-fit-grid,
    .aid-gains-grid,
    .aid-stats-grid,
    .aid-plans-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .aid-hero {
        padding: 82px 0 56px;
    }

    .aid-image-frame,
    .aid-band-image-frame,
    .aid-image-frame img,
    .aid-band-image-frame img {
        min-height: 360px;
    }
}

@media (max-width: 768px) {
    .assessoria-imagem-page .container {
        width: min(100% - 24px, var(--container));
    }

    .aid-section {
        padding: 72px 0;
    }

    .aid-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .aid-btn {
        width: 100%;
    }

    .aid-hero-caption,
    .aid-soft-card,
    .aid-benefit-group,
    .aid-fit-card,
    .aid-stat-card,
    .aid-stat-feature,
    .aid-plan-card,
    .aid-final-cta-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .aid-section-intro h2,
    .aid-section-heading h2,
    .aid-band-copy h2,
    .aid-final-cta-box h2 {
        font-size: clamp(26px, 7vw, 36px);
    }

    .aid-hero-copy h1 {
        font-size: clamp(28px, 8vw, 38px);
    }

    .aid-image-frame,
    .aid-band-image-frame,
    .aid-image-frame img,
    .aid-band-image-frame img {
        min-height: 300px;
    }

    .aid-final-cta-box {
        padding: 40px 20px;
    }
}

@media (max-width: 560px) {
    .aid-image-frame,
    .aid-band-image-frame,
    .aid-image-frame img,
    .aid-band-image-frame img {
        min-height: 240px;
    }

    .aid-soft-card h3,
    .aid-benefit-group h3,
    .aid-fit-card h3,
    .aid-plan-card h3 {
        font-size: 20px;
    }

    .aid-plan-price {
        font-size: 32px;
    }
}