.elementor-671 .elementor-element.elementor-element-9e5d27d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-671 .elementor-element.elementor-element-f8bd881{width:100%;max-width:100%;}.elementor-671 .elementor-element.elementor-element-f8bd881 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-671 .elementor-element.elementor-element-f8bd881.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-f8bd881 *//* ===== ISAP DESIGN SYSTEM v2 — "Ensino Evoluído" ===== */
/* Navy + Gold + Modern • Innovative University • Theory+Practice+Market */

/* ===== WORDPRESS OVERRIDE — Full Width Reset ===== */
.entry-content,
.page-content,
.post-content,
.site-content,
.content-area,
.elementor-section.elementor-section-stretched,
.elementor-widget-wrap,
.elementor-element,
.wp-block-group,
.wp-block-cover,
.wp-site-blocks,
.is-layout-constrained,
.is-layout-flow,
article.page,
article.post,
.ast-container,
.site-main {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

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

:root {
    --bg:    #060911;
    --bg2:   #0b101e;
    --bg3:   #10162a;
    --bg4:   #161e36;
    --bg5:   #1c2640;
    --gold:  #c9a84c;
    --gold-d:#a88c34;
    --gold-l:#e2cb8e;
    --gold-glow: rgba(201,168,76,.10);
    --accent:#3b82f6;
    --accent-glow: rgba(59,130,246,.08);
    --t:     #eef0f4;
    --t2:    #b8bcc8;
    --t3:    #7c8294;
    --t4:    #4a5068;
    --bdr:   rgba(255,255,255,.06);
    --bdr2:  rgba(255,255,255,.10);
    --radius:12px;
    --radius-sm:8px;
    --radius-lg:20px;
    --radius-pill:100px;
    --ease:  cubic-bezier(.4,0,.2,1);
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--bg);
    color: var(--t);
    line-height: 1.6;
    overflow-x: hidden;
    width: 100%;
    min-width: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ===== HEADER ===== */
.hdr {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: rgba(6,9,17,.88);
    backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid var(--bdr);
    height: 64px;
}
.hdr-in {
    max-width: 1140px; margin: 0 auto; padding: 0 24px;
    display: flex; align-items: center; justify-content: space-between;
    height: 100%; gap: 12px;
}
.hdr-logo-link {
    flex-shrink: 0; line-height: 0; overflow: hidden;
    display: flex; align-items: center;
}
.hdr-logo {
    height: 28px; width: auto; max-width: 110px;
    display: block; flex-shrink: 0;
}
.hdr-nav {
    display: flex; align-items: center; gap: 2px;
    list-style: none; flex-shrink: 0;
}
.hdr-nav a {
    color: var(--t3); text-decoration: none;
    font-size: .8rem; font-weight: 500;
    padding: 8px 12px; border-radius: var(--radius-sm);
    transition: color .2s var(--ease), background .2s var(--ease);
    white-space: nowrap;
}
.hdr-nav a:hover { color: var(--t); background: rgba(255,255,255,.04); }
.hdr-cta {
    background: linear-gradient(135deg, var(--gold), var(--gold-d)) !important;
    color: var(--bg) !important; font-weight: 700 !important;
    padding: 8px 18px !important; border-radius: var(--radius-sm);
    font-size: .72rem !important; text-transform: uppercase;
    letter-spacing: .8px;
}
.hdr-cta:hover { opacity: .9; background: var(--gold) !important; }
.menu-btn {
    display: none; background: 0; border: 0;
    color: var(--t); cursor: pointer; padding: 6px;
}
.menu-btn svg { display: block; }

/* ERRO #2 FIX: Breakpoint mobile subiu para 1024px */
@media (max-width: 1024px) {
    .hdr-nav { display: none; }
    .menu-btn { display: block; }
}

/* ===== LAYOUT ===== */
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.wrap-sm { max-width: 800px; margin: 0 auto; padding: 0 24px; }
.wrap-lg { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* ===== SECTIONS ===== */
.sec { padding: 100px 0; }
.sec-alt { background: var(--bg2); border-top: 1px solid var(--bdr); border-bottom: 1px solid var(--bdr); }
.sec-dark { background: var(--bg3); }
.sec-accent { background: linear-gradient(135deg, var(--bg3) 0%, var(--bg2) 100%); }
.sc { text-align: center; }

/* Section labels — ERRO #3 FIX: letter-spacing reduzido */
.sl {
    font-size: .68rem; font-weight: 700;
    letter-spacing: 1.8px; text-transform: uppercase;
    color: var(--gold); margin-bottom: 14px;
    display: inline-block;
}
.st {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 800; letter-spacing: -.5px;
    line-height: 1.12; margin-bottom: 16px;
}
.st em { font-style: normal; color: var(--gold); }
.sd {
    font-size: .95rem; color: var(--t3);
    max-width: 580px; line-height: 1.75;
    margin-bottom: 48px;
}
.sc .sd { margin-left: auto; margin-right: auto; }

/* ERRO #7 FIX: Mobile spacing otimizado */
@media (max-width: 768px) {
    .sec { padding: 56px 0; }
    .sd { margin-bottom: 28px; font-size: .88rem; }
    .st { font-size: clamp(1.5rem, 5vw, 2rem); }
}

/* ===== BUTTONS ===== */
.btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 32px; border-radius: var(--radius-sm);
    font-size: .78rem; font-weight: 700;
    letter-spacing: .8px; text-transform: uppercase;
    text-decoration: none; transition: all .3s var(--ease);
    cursor: pointer; border: 0; font-family: inherit;
}
.btn-g {
    background: linear-gradient(135deg, var(--gold), var(--gold-d));
    color: var(--bg);
    box-shadow: 0 4px 24px rgba(201,168,76,.2);
}
.btn-g:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(201,168,76,.35);
}
.btn-o {
    background: transparent; color: var(--t2);
    border: 1px solid var(--bdr2);
}
.btn-o:hover {
    border-color: rgba(201,168,76,.3); color: var(--gold-l);
    background: rgba(201,168,76,.04);
}
.btn-block { width: 100%; justify-content: center; }
.btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
@media (max-width: 480px) { .btn { padding: 12px 24px; font-size: .72rem; } }

/* ===== HERO (shared product) ===== */
.product-hero {
    min-height: 70vh; display: flex; align-items: center;
    padding: 100px 24px 60px; position: relative;
}
.product-hero::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse 50% 60% at 30% 40%, rgba(201,168,76,.04) 0%, transparent 70%),
                radial-gradient(ellipse 30% 50% at 80% 60%, rgba(59,130,246,.03) 0%, transparent 70%);
    pointer-events: none;
}
.product-hero-in { position: relative; z-index: 1; max-width: 680px; }
.product-hero h1 {
    font-size: clamp(2rem, 4vw, 3rem); font-weight: 900;
    letter-spacing: -1px; line-height: 1.1; margin-bottom: 18px;
}
.product-hero p {
    font-size: 1rem; color: var(--t2);
    line-height: 1.75; margin-bottom: 28px;
}
@media (max-width: 768px) {
    .product-hero { min-height: auto; padding: 100px 20px 40px; }
    .product-hero h1 { font-size: 1.8rem; }
}

/* ===== BADGES ===== */
.badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--gold-glow);
    border: 1px solid rgba(201,168,76,.15);
    color: var(--gold); padding: 6px 16px;
    border-radius: var(--radius-pill);
    font-size: .65rem; font-weight: 700;
    letter-spacing: 1.5px; text-transform: uppercase;
    margin-bottom: 18px;
}
.badge::before {
    content: ''; width: 6px; height: 6px;
    border-radius: 50%; background: var(--gold);
    animation: pulse 2s infinite;
}
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }

.badge-accent {
    background: var(--accent-glow);
    border-color: rgba(59,130,246,.15);
    color: var(--accent);
}
.badge-accent::before { background: var(--accent); }

.badge-static {
    background: var(--gold-glow);
    border: 1px solid rgba(201,168,76,.12);
    color: var(--gold); padding: 5px 12px;
    border-radius: 4px; font-size: .62rem;
    font-weight: 700; letter-spacing: .5px;
    text-transform: uppercase;
}
.badge-static::before { display: none; }

/* ===== TAGS ===== */
.tag {
    background: var(--gold-glow);
    border: 1px solid rgba(201,168,76,.10);
    color: var(--gold); padding: 5px 12px;
    border-radius: 4px; font-size: .62rem;
    font-weight: 700; letter-spacing: .5px;
    text-transform: uppercase;
}
.tags { display: flex; flex-wrap: wrap; gap: 6px; }

/* ===== CARDS ===== */
.card {
    background: var(--bg2);
    border: 1px solid var(--bdr2); border-radius: var(--radius);
    padding: 28px; transition: all .35s var(--ease);
    position: relative; overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.2);
}
.card::before {
    content: ''; position: absolute; inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(201,168,76,.04), transparent 60%);
    opacity: 0; transition: opacity .35s var(--ease);
}
.card:hover {
    border-color: rgba(201,168,76,.22);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,.4), 0 0 20px rgba(201,168,76,.06);
}
.card:hover::before { opacity: 1; }
.card > * { position: relative; z-index: 1; }

.card-icon {
    width: 48px; height: 48px; border-radius: 10px;
    background: var(--gold-glow);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 18px; font-size: 20px; color: var(--gold);
}
.card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; }
.card p { font-size: .88rem; color: var(--t3); line-height: 1.65; }

/* ===== STATS — Horizontal ticker style ===== */
.stats-ticker {
    display: flex; gap: 0; overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid var(--bdr); border-bottom: 1px solid var(--bdr);
    background: var(--bg2);
}
.stats-ticker::-webkit-scrollbar { display: none; }
.stat-tick {
    flex: 1; min-width: 200px; padding: 32px 24px;
    text-align: center; scroll-snap-align: start;
    border-right: 1px solid var(--bdr);
    transition: background .3s var(--ease);
}
.stat-tick:last-child { border-right: 0; }
.stat-tick:hover { background: rgba(201,168,76,.03); }
.stat-v {
    font-size: 2.6rem; font-weight: 900; color: var(--gold);
    line-height: 1; margin-bottom: 6px; letter-spacing: -1px;
    text-shadow: 0 0 30px rgba(201,168,76,.3);
}
.stat-l {
    font-size: .68rem; color: var(--t3); text-transform: uppercase;
    letter-spacing: 1px; font-weight: 600;
}

/* Classic grid stats (alternative) */
.stats-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.stat-box {
    background: var(--bg3); border: 1px solid var(--bdr);
    border-radius: var(--radius); padding: 28px 16px;
    text-align: center; transition: all .3s var(--ease);
}
.stat-box:hover { border-color: rgba(201,168,76,.12); }
@media (max-width: 768px) {
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .stats-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .stat-box { padding: 20px 12px; }
    .stat-v { font-size: 1.6rem; }
}

/* ===== GRIDS ===== */
.g2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.g4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.g-asym { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; }
.g-asym-r { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: center; }
@media (max-width: 1024px) { .g4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
    .g2, .g3, .g4, .g-asym, .g-asym-r { grid-template-columns: 1fr; gap: 16px; }
    .g-asym, .g-asym-r { gap: 32px; }
}

/* ===== PROGRAM CARDS ===== */
.prog-card {
    background: var(--bg2); border: 1px solid var(--bdr2);
    border-radius: var(--radius-lg); overflow: hidden;
    display: flex; flex-direction: column;
    transition: all .35s var(--ease); position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,.2);
}
.prog-card::after {
    content: ''; position: absolute; top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold-d), var(--gold));
    opacity: 0; transition: opacity .35s var(--ease);
}
.prog-card:hover {
    border-color: rgba(201,168,76,.22);
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0,0,0,.4), 0 0 24px rgba(201,168,76,.06);
}
.prog-card:hover::after { opacity: 1; }
.prog-top { padding: 28px 28px 0; flex: 1; }
.prog-type {
    font-size: .6rem; font-weight: 700; letter-spacing: 2px;
    text-transform: uppercase; color: var(--gold); margin-bottom: 12px;
}
.prog-card h3 {
    font-size: 1.15rem; font-weight: 800;
    margin-bottom: 10px; letter-spacing: -.2px;
}
.prog-desc {
    font-size: .85rem; color: var(--t3);
    line-height: 1.65; margin-bottom: 18px;
}
.prog-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 20px; }
.prog-tag {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.05);
    padding: 4px 10px; border-radius: 4px;
    font-size: .65rem; color: var(--t2); font-weight: 500;
}
.prog-bot {
    padding: 16px 28px;
    border-top: 1px solid var(--bdr);
    display: flex; justify-content: space-between; align-items: center;
}
.prog-price { font-size: .78rem; color: var(--t3); }
.prog-price strong { font-size: 1rem; color: var(--t); font-weight: 800; }
.prog-link {
    color: var(--gold); font-size: .7rem; font-weight: 700;
    text-decoration: none; text-transform: uppercase;
    letter-spacing: .8px; transition: opacity .2s var(--ease);
    display: inline-flex; align-items: center; gap: 4px;
}
.prog-link:hover { opacity: .7; }
.prog-soon { opacity: .6; pointer-events: none; position: relative; }
.soon-tag {
    position: absolute; top: 16px; right: 16px;
    background: rgba(201,168,76,.08);
    border: 1px solid rgba(201,168,76,.12);
    color: var(--gold); padding: 3px 10px;
    border-radius: 4px; font-size: .55rem;
    font-weight: 800; letter-spacing: 1.2px;
    text-transform: uppercase; z-index: 2;
}

/* ===== FACULTY ===== */
.fac-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fac-card {
    background: var(--bg2); border: 1px solid var(--bdr);
    border-radius: var(--radius); overflow: hidden;
    transition: all .35s var(--ease);
}
.fac-card:hover {
    border-color: rgba(201,168,76,.15);
    transform: translateY(-3px);
}
.fac-photo {
    width: 100%; aspect-ratio: 1; overflow: hidden;
    background: var(--bg3);
}
.fac-photo img {
    width: 100%; height: 100%; object-fit: cover;
    filter: grayscale(15%); transition: all .4s var(--ease);
}
.fac-card:hover .fac-photo img { filter: grayscale(0); transform: scale(1.03); }
.fac-info { padding: 18px; }
.fac-info h4 { font-size: .9rem; font-weight: 700; margin-bottom: 3px; }
.fac-role {
    font-size: .62rem; font-weight: 600; color: var(--gold);
    text-transform: uppercase; letter-spacing: .8px;
    margin-bottom: 6px;
}
.fac-info p { font-size: .78rem; color: var(--t3); line-height: 1.55; }
.fac-avatar {
    width: 100%; aspect-ratio: 1;
    background: var(--bg4);
    display: flex; align-items: center; justify-content: center;
    font-size: 2.5rem; font-weight: 800; color: var(--gold);
}

/* Faculty featured card */
.fac-featured {
    grid-column: span 2;
    display: grid; grid-template-columns: 1fr 1fr;
    text-align: left;
}
.fac-featured .fac-info {
    padding: 32px; display: flex; flex-direction: column;
    justify-content: center;
}
.fac-featured h4 { font-size: 1.2rem; margin-bottom: 4px; }
.fac-featured .fac-bio {
    font-size: .88rem; color: var(--t3); line-height: 1.7;
}

@media (max-width: 768px) {
    .fac-grid { grid-template-columns: repeat(2, 1fr); }
    .fac-featured { grid-column: span 1; grid-template-columns: 1fr; }
}
@media (max-width: 480px) { .fac-grid { grid-template-columns: 1fr; } }

/* ===== MEC SECTION ===== */
.mec-badge-container {
    display: flex; align-items: center; justify-content: center;
    gap: 24px; margin-bottom: 48px; flex-wrap: wrap;
}
.mec-seal-visual {
    width: 100px; height: 100px; border-radius: 50%;
    background: linear-gradient(135deg, rgba(201,168,76,.15), rgba(201,168,76,.05));
    border: 2px solid rgba(201,168,76,.25);
    display: flex; align-items: center; justify-content: center;
    flex-direction: column; flex-shrink: 0;
}
.mec-seal-visual .mec-icon {
    font-size: 1.6rem; font-weight: 900; color: var(--gold);
    line-height: 1;
}
.mec-seal-visual .mec-sub {
    font-size: .5rem; color: var(--gold-l);
    text-transform: uppercase; letter-spacing: 1px;
    font-weight: 600; margin-top: 2px;
}
.mec-info-box {
    background: var(--gold-glow);
    border: 1px solid rgba(201,168,76,.15);
    padding: 16px 24px; border-radius: var(--radius);
    max-width: 320px;
}
.mec-info-box h4 {
    font-size: .85rem; font-weight: 700;
    margin-bottom: 4px; color: var(--gold-l);
}
.mec-info-box p {
    font-size: .78rem; color: var(--t3); line-height: 1.55;
}

/* ===== TESTIMONIALS ===== */
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.test-card {
    background: var(--bg2); border: 1px solid var(--bdr2);
    border-radius: var(--radius); padding: 28px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,.2);
    transition: all .35s var(--ease);
}
.test-card:hover {
    border-color: rgba(201,168,76,.18);
    box-shadow: 0 8px 32px rgba(0,0,0,.35), 0 0 16px rgba(201,168,76,.04);
    transform: translateY(-2px);
}
.test-card::before {
    content: '\201C'; position: absolute; top: 12px; right: 20px;
    font-size: 3rem; font-weight: 900;
    color: rgba(201,168,76,.05); line-height: 1;
}
.test-stars {
    color: var(--gold); font-size: .72rem;
    letter-spacing: 2px; margin-bottom: 14px;
}
.test-text {
    font-size: .88rem; color: var(--t2);
    line-height: 1.7; margin-bottom: 18px; font-style: italic;
}
.test-author { display: flex; align-items: center; gap: 10px; }
.test-avatar {
    width: 36px; height: 36px; border-radius: 50%;
    background: var(--bg4);
    display: flex; align-items: center; justify-content: center;
    font-size: .7rem; font-weight: 800; color: var(--gold);
    flex-shrink: 0;
}
.test-name { font-size: .8rem; font-weight: 700; }
.test-role { font-size: .68rem; color: var(--t4); }
@media (max-width: 768px) { .test-grid { grid-template-columns: 1fr; } }

/* ===== SCARCITY BAR ===== */
.scarcity {
    display: inline-flex; align-items: center; gap: 10px;
    background: rgba(239,68,68,.06);
    border: 1px solid rgba(239,68,68,.12);
    padding: 8px 18px; border-radius: var(--radius-pill);
    margin-bottom: 18px;
}
.scarcity-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: #ef4444; animation: pulse 2s infinite;
}
.scarcity-text {
    font-size: .68rem; font-weight: 700; color: #ef4444;
    text-transform: uppercase; letter-spacing: 1px;
}

/* ===== CURRICULUM GRID ===== */
.cur-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.cur-item {
    background: var(--bg2); border: 1px solid var(--bdr);
    border-radius: var(--radius-sm); padding: 16px 20px;
    display: flex; align-items: center; gap: 14px;
    transition: all .25s var(--ease);
}
.cur-item:hover { border-color: rgba(201,168,76,.12); background: var(--bg3); }
.cur-num {
    width: 34px; height: 34px;
    background: var(--gold-glow); border-radius: var(--radius-sm);
    display: flex; align-items: center; justify-content: center;
    font-size: .75rem; font-weight: 800; color: var(--gold);
    flex-shrink: 0;
}
.cur-item span { font-size: .85rem; font-weight: 500; color: var(--t2); }
@media (max-width: 768px) { .cur-grid { grid-template-columns: 1fr; } }

/* ===== PRICING ===== */
.pricing-box {
    background: var(--bg3);
    border: 2px solid rgba(201,168,76,.18);
    border-radius: var(--radius-lg); padding: 44px;
    max-width: 460px; margin: 0 auto;
    text-align: center; position: relative; overflow: hidden;
}
.pricing-box::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(201,168,76,.03) 0%, transparent 50%);
    pointer-events: none;
}
.pricing-box > * { position: relative; z-index: 1; }
.pricing-old {
    font-size: .9rem; color: var(--t4);
    text-decoration: line-through; margin-bottom: 6px;
}
.pricing-now {
    font-size: 2.4rem; font-weight: 900; color: var(--gold);
    margin-bottom: 4px; letter-spacing: -1px;
}
.pricing-sub {
    font-size: .88rem; color: var(--t3); margin-bottom: 28px;
}
.pricing-guarantee {
    display: flex; align-items: center; justify-content: center;
    gap: 8px; margin-top: 14px;
    font-size: .78rem; color: var(--t4);
}

/* ===== COMPARISON TABLE ===== */
.cmp-table { width: 100%; border-collapse: collapse; }
.cmp-table th {
    text-align: left; padding: 14px 20px;
    font-size: .68rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--t4);
    border-bottom: 1px solid var(--bdr2);
}
.cmp-table th:last-child { color: var(--gold); }
.cmp-table td {
    padding: 13px 20px; font-size: .88rem; color: var(--t2);
    border-bottom: 1px solid var(--bdr);
}
.cmp-table td:last-child { color: var(--t); font-weight: 600; }
.cmp-yes { color: #10b981; }
.cmp-no { color: var(--t4); }

/* ===== FAQ ===== */
.faq details {
    background: var(--bg2); border: 1px solid var(--bdr);
    border-radius: var(--radius); margin-bottom: 10px;
    overflow: hidden; transition: border-color .3s var(--ease);
}
.faq details[open] { border-color: rgba(201,168,76,.18); }
.faq summary {
    padding: 18px 22px; font-size: .95rem; font-weight: 700;
    cursor: pointer; list-style: none;
    display: flex; justify-content: space-between; align-items: center;
    color: var(--t); transition: color .2s var(--ease);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
    content: '+'; font-size: 1.3rem; font-weight: 300;
    color: var(--gold); transition: transform .3s var(--ease);
}
.faq details[open] summary::after { content: '\2212'; }
.faq .faq-a {
    padding: 0 22px 18px; font-size: .88rem;
    color: var(--t3); line-height: 1.7;
}

/* ===== FORM ===== */
.form-box {
    max-width: 520px; margin: 0 auto;
    background: var(--bg3); border: 1px solid var(--bdr);
    border-radius: var(--radius-lg); padding: 36px;
}
.form-group { margin-bottom: 18px; }
.form-group label {
    display: block; font-size: .78rem; font-weight: 600;
    color: var(--t2); margin-bottom: 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%; padding: 11px 14px;
    background: var(--bg2); border: 1px solid var(--bdr2);
    border-radius: var(--radius-sm); color: var(--t);
    font-size: .88rem; font-family: inherit;
    transition: border-color .2s var(--ease);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none; border-color: var(--gold);
}

/* ===== FOOTER ===== */
.ftr {
    background: var(--bg2);
    border-top: 1px solid var(--bdr);
    padding: 56px 0 28px;
}
.ftr-grid {
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px; margin-bottom: 40px;
}
.ftr-brand p {
    color: var(--t4); font-size: .78rem;
    line-height: 1.65; margin-top: 14px;
}
.ftr-col h4 {
    font-size: .6rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2px;
    color: var(--t3); margin-bottom: 14px;
}
.ftr-col a {
    display: block; color: var(--t4);
    text-decoration: none; font-size: .78rem;
    margin-bottom: 7px; transition: color .2s var(--ease);
}
.ftr-col a:hover { color: var(--gold); }
.ftr-bot {
    border-top: 1px solid var(--bdr);
    padding-top: 20px;
    display: flex; justify-content: space-between;
    font-size: .68rem; color: var(--t4);
}
@media (max-width: 768px) {
    .ftr-grid { grid-template-columns: 1fr; gap: 24px; }
    .ftr-bot { flex-direction: column; gap: 6px; text-align: center; }
}

/* ===== SPECIAL: Section Dividers ===== */
.divider {
    height: 1px; background: linear-gradient(90deg, transparent, var(--bdr2), transparent);
    max-width: 400px; margin: 0 auto;
}

/* ===== SPECIAL: Highlight Box ===== */
.highlight-box {
    background: linear-gradient(135deg, rgba(201,168,76,.06), rgba(59,130,246,.03));
    border: 1px solid rgba(201,168,76,.12);
    border-radius: var(--radius-lg); padding: 36px;
}
.highlight-box h3 {
    font-size: 1.1rem; font-weight: 800;
    margin-bottom: 10px;
}
.highlight-box p {
    font-size: .9rem; color: var(--t2); line-height: 1.7;
}

/* ===== SPECIAL: Pillar Cards (methodology) ===== */
.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pillar {
    background: var(--bg2); border: 1px solid var(--bdr);
    border-radius: var(--radius); padding: 28px 20px;
    text-align: center; transition: all .35s var(--ease);
    position: relative;
}
.pillar:hover {
    border-color: rgba(201,168,76,.18);
    transform: translateY(-4px);
}
.pillar-num {
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--gold-glow); border: 1px solid rgba(201,168,76,.12);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px; font-size: 1rem;
    font-weight: 900; color: var(--gold);
}
.pillar h3 { font-size: .95rem; font-weight: 700; margin-bottom: 8px; }
.pillar p { font-size: .82rem; color: var(--t3); line-height: 1.6; }
@media (max-width: 1024px) { .pillar-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .pillar-grid { grid-template-columns: 1fr; } }

/* ===== SPECIAL: Pain Cards ===== */
.pain-card {
    background: var(--bg2);
    border: 1px solid rgba(239,68,68,.1);
    border-radius: var(--radius); padding: 28px;
    transition: all .3s var(--ease);
}
.pain-card:hover {
    border-color: rgba(239,68,68,.2);
    transform: translateY(-3px);
}
.pain-card h3 {
    font-size: 1rem; font-weight: 800;
    margin-bottom: 10px; color: #ef4444;
}
.pain-card p { font-size: .88rem; color: var(--t3); line-height: 1.7; }

/* ===== SPECIAL: Segment Cards ===== */
.seg-card {
    background: var(--bg2); border: 1px solid var(--bdr);
    border-radius: var(--radius); padding: 24px;
    transition: all .3s var(--ease);
}
.seg-card:hover {
    border-color: rgba(201,168,76,.15);
    transform: translateY(-2px);
}
.seg-label {
    display: inline-block;
    background: var(--gold-glow); color: var(--gold);
    padding: 3px 10px; border-radius: 4px;
    font-size: .6rem; font-weight: 700;
    letter-spacing: 1px; text-transform: uppercase;
    margin-bottom: 10px;
}
.seg-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.seg-card p { font-size: .85rem; color: var(--t3); line-height: 1.65; }

/* ===== SPECIAL: For-Whom Cards ===== */
.whom-card {
    background: var(--bg2); border: 1px solid var(--bdr);
    border-radius: var(--radius-sm); padding: 22px;
    display: flex; align-items: flex-start; gap: 14px;
    transition: all .3s var(--ease);
}
.whom-card:hover {
    border-color: rgba(201,168,76,.15);
    transform: translateY(-2px);
}
.whom-icon {
    width: 32px; height: 32px;
    background: var(--gold-glow); border-radius: var(--radius-sm);
    display: flex; align-items: center; justify-content: center;
    font-size: .8rem; flex-shrink: 0; color: var(--gold); font-weight: 700;
}
.whom-card p {
    font-size: .88rem; color: var(--t2); line-height: 1.6; font-weight: 500;
}

/* ===== REVEAL ANIMATION ===== */
.rv { opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.rv.v { opacity: 1; transform: translateY(0); }
.rv-d1 { transition-delay: .1s; }
.rv-d2 { transition-delay: .2s; }
.rv-d3 { transition-delay: .3s; }

/* ===== PREMIUM ENHANCEMENTS ===== */

/* Hero with background image */
.hero-with-bg {
    background:
        linear-gradient(135deg, rgba(6,9,17,.92) 0%, rgba(6,9,17,.75) 40%, rgba(6,9,17,.85) 100%),
        url('img/hero-bg.png') center/cover no-repeat;
}

/* Product hero with background image */
.product-hero-with-bg {
    background:
        linear-gradient(135deg, rgba(6,9,17,.93) 0%, rgba(6,9,17,.8) 50%, rgba(6,9,17,.9) 100%),
        url('img/section-bg.png') center/cover no-repeat;
}

/* Section with background image */
.sec-with-bg {
    background:
        linear-gradient(180deg, rgba(6,9,17,.95) 0%, rgba(11,16,30,.9) 50%, rgba(6,9,17,.95) 100%),
        url('img/section-bg.png') center/cover no-repeat fixed;
}

/* Program card image header */
.prog-card-img {
    height: 180px;
    background: linear-gradient(135deg, var(--bg4) 0%, var(--bg3) 50%, rgba(201,168,76,.08) 100%);
    position: relative;
    overflow: hidden;
}
.prog-card-img::before {
    content: '';
    position: absolute;
    width: 200px; height: 200px;
    border-radius: 50%;
    border: 1px solid rgba(201,168,76,.06);
    top: -60px; right: -40px;
    background: radial-gradient(circle, rgba(201,168,76,.04) 0%, transparent 70%);
}
.prog-card-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(
            135deg,
            transparent,
            transparent 40px,
            rgba(201,168,76,.015) 40px,
            rgba(201,168,76,.015) 41px
        ),
        radial-gradient(circle 80px at 20% 80%, rgba(59,130,246,.04) 0%, transparent 100%);
}

/* Program title highlight (gradient text) */
.prog-title-highlight {
    font-size: 1.4rem;
    font-weight: 900;
    background: linear-gradient(135deg, var(--t), var(--gold-l));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* MEC badge inline */
.mec-badge-inline {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(16,185,129,.08);
    border: 1px solid rgba(16,185,129,.15);
    color: #10b981;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-top: 8px;
}

/* "Em Breve" shimmer effect */
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}
.prog-soon::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: inherit;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(201,168,76,.03) 25%,
        rgba(201,168,76,.06) 50%,
        rgba(201,168,76,.03) 75%,
        transparent 100%
    );
    background-size: 200% 100%;
    animation: shimmer 4s ease-in-out infinite;
    pointer-events: none;
}

/* ===== MOBILE MENU ===== */
.mobile-menu {
    display: none;
    position: fixed; inset: 0; z-index: 999;
}
.mobile-menu.open { display: flex; }
.mobile-menu-overlay {
    position: absolute; inset: 0;
    background: rgba(6,9,17,.85);
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.mobile-menu-panel {
    position: absolute; top: 0; right: 0;
    width: 280px; max-width: 85vw; height: 100%;
    background: var(--bg2);
    border-left: 1px solid var(--bdr);
    padding: 80px 28px 40px;
    display: flex; flex-direction: column; gap: 4px;
    transform: translateX(100%);
    transition: transform .3s var(--ease);
}
.mobile-menu.open .mobile-menu-panel { transform: translateX(0); }
.mobile-menu-close {
    position: absolute; top: 18px; right: 18px;
    background: 0; border: 0; color: var(--t3);
    cursor: pointer; padding: 6px;
}
.mobile-menu-close:hover { color: var(--t); }
.mobile-menu-panel a {
    display: block; color: var(--t2);
    text-decoration: none; font-size: .92rem;
    font-weight: 500; padding: 14px 16px;
    border-radius: var(--radius-sm);
    transition: all .2s var(--ease);
}
.mobile-menu-panel a:hover {
    color: var(--t); background: rgba(255,255,255,.04);
}
.mobile-menu-panel .mobile-cta {
    margin-top: 16px;
    background: linear-gradient(135deg, var(--gold), var(--gold-d));
    color: var(--bg) !important; font-weight: 700;
    text-align: center; border-radius: var(--radius-sm);
    font-size: .78rem; letter-spacing: .8px;
    text-transform: uppercase; padding: 14px 16px;
}
.mobile-menu-panel .mobile-cta:hover { opacity: .9; background: var(--gold); }

/* ===== REVIEWS CARD (Premium Glow) ===== */
@keyframes borderGlow {
    0%, 100% { border-color: rgba(201,168,76,.25); box-shadow: 0 0 20px rgba(201,168,76,.06), 0 4px 24px rgba(0,0,0,.3); }
    50% { border-color: rgba(201,168,76,.45); box-shadow: 0 0 40px rgba(201,168,76,.12), 0 8px 32px rgba(0,0,0,.3); }
}
@keyframes shineSwipe {
    0% { left: -100%; }
    100% { left: 200%; }
}
.reviews-card {
    position: relative;
    display: inline-flex; align-items: center; gap: 20px;
    background:
        linear-gradient(135deg, rgba(201,168,76,.08) 0%, rgba(6,9,17,.95) 40%, rgba(201,168,76,.05) 100%);
    border: 1.5px solid rgba(201,168,76,.25);
    border-radius: var(--radius-lg);
    padding: 24px 32px;
    cursor: pointer;
    margin-bottom: 36px;
    overflow: hidden;
    transition: all .4s var(--ease);
    animation: borderGlow 3s ease-in-out infinite;
}
.reviews-card::before {
    content: '';
    position: absolute; top: 0; left: -100%;
    width: 60%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(201,168,76,.08), rgba(255,255,255,.04), transparent);
    transform: skewX(-20deg);
    animation: shineSwipe 4s ease-in-out infinite;
    pointer-events: none;
}
.reviews-card::after {
    content: '';
    position: absolute; inset: 0;
    border-radius: inherit;
    background: radial-gradient(ellipse 60% 80% at 20% 50%, rgba(201,168,76,.06), transparent 70%);
    pointer-events: none;
}
.reviews-card:hover {
    transform: translateY(-4px) scale(1.01);
    border-color: rgba(201,168,76,.55);
    box-shadow:
        0 0 60px rgba(201,168,76,.15),
        0 16px 48px rgba(0,0,0,.4),
        inset 0 1px 0 rgba(201,168,76,.1);
}
.reviews-card > * { position: relative; z-index: 1; }

/* Score circle */
.rc-score-circle {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(201,168,76,.15), rgba(201,168,76,.05));
    border: 2px solid rgba(201,168,76,.3);
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    flex-shrink: 0;
}
.rc-score-num {
    font-size: 1.5rem; font-weight: 900; color: var(--gold);
    line-height: 1; letter-spacing: -1px;
}
.rc-score-max {
    font-size: .5rem; color: var(--gold-l);
    font-weight: 600; letter-spacing: .5px; margin-top: 1px;
}

/* Center info */
.rc-info { text-align: left; }
.rc-stars {
    color: var(--gold); font-size: 1.2rem;
    letter-spacing: 3px; line-height: 1;
    margin-bottom: 6px;
    text-shadow: 0 0 12px rgba(201,168,76,.4);
}
.rc-label {
    font-size: .82rem; font-weight: 700; color: var(--t);
    letter-spacing: -.2px; margin-bottom: 2px;
}
.rc-count {
    font-size: .7rem; color: var(--t3); font-weight: 500;
}

/* CTA arrow */
.rc-cta {
    display: flex; align-items: center; gap: 6px;
    color: var(--gold); font-size: .68rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1px;
    white-space: nowrap; margin-left: 8px;
    transition: gap .3s var(--ease);
}
.rc-cta svg { transition: transform .3s var(--ease); }
.reviews-card:hover .rc-cta { gap: 10px; }
.reviews-card:hover .rc-cta svg { transform: translateX(3px); }

@media (max-width: 480px) {
    .reviews-card { padding: 18px 20px; gap: 14px; }
    .rc-score-circle { width: 52px; height: 52px; }
    .rc-score-num { font-size: 1.2rem; }
    .rc-stars { font-size: 1rem; }
    .rc-cta { display: none; }
}

/* ===== REVIEWS MODAL ===== */
.reviews-modal {
    display: none; position: fixed; inset: 0; z-index: 2000;
    align-items: center; justify-content: center; padding: 24px;
}
.reviews-modal.open { display: flex; }
.reviews-modal-overlay {
    position: absolute; inset: 0;
    background: rgba(6,9,17,.88);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}
.reviews-modal-content {
    position: relative; z-index: 1;
    background: var(--bg2); border: 1px solid var(--bdr2);
    border-radius: var(--radius-lg); padding: 40px;
    max-width: 520px; width: 100%;
    max-height: 85vh; overflow-y: auto;
    box-shadow: 0 24px 80px rgba(0,0,0,.6);
    transform: scale(.95); opacity: 0;
    transition: all .3s var(--ease);
}
.reviews-modal.open .reviews-modal-content { transform: scale(1); opacity: 1; }
.reviews-modal-close {
    position: absolute; top: 16px; right: 16px;
    background: 0; border: 0; color: var(--t3);
    cursor: pointer; padding: 6px; font-size: 1.2rem;
}
.reviews-modal-close:hover { color: var(--t); }
.reviews-modal-header { text-align: center; margin-bottom: 32px; }
.reviews-modal-score {
    font-size: 3.5rem; font-weight: 900; color: var(--gold);
    line-height: 1; margin-bottom: 6px;
}
.reviews-modal-stars { color: var(--gold); font-size: 1.4rem; letter-spacing: 3px; margin-bottom: 8px; }
.reviews-modal-count { font-size: .85rem; color: var(--t3); }
.reviews-modal-bars { margin-bottom: 28px; }
.review-bar-row {
    display: flex; align-items: center; gap: 10px;
    margin-bottom: 8px;
}
.review-bar-label { font-size: .78rem; color: var(--t3); width: 48px; text-align: right; font-weight: 600; }
.review-bar-track {
    flex: 1; height: 8px; background: var(--bg4);
    border-radius: 4px; overflow: hidden;
}
.review-bar-fill {
    height: 100%; border-radius: 4px;
    background: linear-gradient(90deg, var(--gold-d), var(--gold));
}
.review-bar-count { font-size: .72rem; color: var(--t4); width: 28px; }
.reviews-modal-highlights h4 {
    font-size: .72rem; font-weight: 700; color: var(--t3);
    text-transform: uppercase; letter-spacing: 1.5px;
    margin-bottom: 14px;
}
.review-highlight {
    background: var(--bg3); border: 1px solid var(--bdr);
    border-radius: var(--radius-sm); padding: 16px;
    margin-bottom: 10px;
}
.review-highlight-stars { color: var(--gold); font-size: .7rem; letter-spacing: 2px; margin-bottom: 6px; }
.review-highlight-text { font-size: .85rem; color: var(--t2); line-height: 1.6; font-style: italic; }
.review-highlight-author { font-size: .72rem; color: var(--t4); margin-top: 8px; font-weight: 600; }

/* ===== UTILITIES ===== */
.mt-0 { margin-top: 0; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }
.mt-48 { margin-top: 48px; }
.mb-0 { margin-bottom: 0; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
.mb-48 { margin-bottom: 48px; }
.text-gold { color: var(--gold); }
.text-muted { color: var(--t4); }
.fw-900 { font-weight: 900; }/* End custom CSS */