/* =========================================================
   MÉTODO PBM™ — PALCO, BASTIDOR & MERCADO
   Premium Cinematic Stylesheet
   Brand: Black + Champagne Gold
   ========================================================= */

/* ============ RESET & BASE ============ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --black: #0A0A0A;
    --black-deep: #050505;
    --black-soft: #141414;
    --black-card: #1A1A1A;
    --gold: #C9A961;
    --gold-light: #E0C384;
    --gold-dark: #A88A47;
    --off-white: #F5F2EC;
    --white: #FFFFFF;
    --gray: #888888;
    --gray-light: #BDBDBD;
    --gray-dark: #2A2A2A;
    --whatsapp: #25D366;
    --whatsapp-dark: #128C7E;

    --font-serif: 'Playfair Display', Georgia, serif;
    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

    --max-width: 1280px;
    --section-padding: 6rem 0;
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-gold: 0 10px 40px rgba(201, 169, 97, 0.25);
    --shadow-deep: 0 20px 60px rgba(0, 0, 0, 0.6);
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-sans);
    background-color: var(--black);
    color: var(--off-white);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

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

a {
    color: var(--gold);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--gold-light);
}

ul {
    list-style: none;
}

.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ============ TYPOGRAPHY ============ */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-serif);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.text-gold {
    color: var(--gold);
}

.italic {
    font-style: italic;
}

.text-center {
    text-align: center;
}

.section-tag {
    display: inline-block;
    font-family: var(--font-sans);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--gold);
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    padding: 0.4rem 1rem;
    border: 1px solid rgba(201, 169, 97, 0.3);
    border-radius: 2px;
}

.section-title {
    font-size: clamp(2rem, 4.5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--off-white);
}

.section-lead {
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    color: var(--gray-light);
    max-width: 720px;
    margin: 0 auto 2rem;
    line-height: 1.7;
}

.lead-text {
    font-size: 1.15rem;
    color: var(--off-white);
    margin-bottom: 1.25rem;
    line-height: 1.7;
}

/* ============ BUTTONS ============ */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 2rem;
    font-family: var(--font-sans);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    border-radius: 2px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition);
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
}

.btn-primary {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: var(--black);
    box-shadow: var(--shadow-gold);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
    color: var(--black);
    transform: translateY(-2px);
    box-shadow: 0 14px 50px rgba(201, 169, 97, 0.4);
}

.btn-secondary {
    background: transparent;
    color: var(--off-white);
    border-color: var(--off-white);
}

.btn-secondary:hover {
    background: var(--off-white);
    color: var(--black);
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: var(--gold);
    border-color: var(--gold);
}

.btn-outline:hover {
    background: var(--gold);
    color: var(--black);
}

.btn-whatsapp {
    background: var(--whatsapp);
    color: var(--white);
    border-color: var(--whatsapp);
}

.btn-whatsapp:hover {
    background: var(--whatsapp-dark);
    border-color: var(--whatsapp-dark);
    color: var(--white);
    transform: translateY(-2px);
}

.btn-elite {
    background: linear-gradient(135deg, #1a1a1a 0%, #000 100%);
    color: var(--gold);
    border: 1px solid var(--gold);
}

.btn-elite:hover {
    background: var(--gold);
    color: var(--black);
}

.btn-large {
    padding: 1.2rem 2.5rem;
    font-size: 1rem;
}

.btn-xl {
    padding: 1.4rem 3rem;
    font-size: 1.05rem;
}

/* ============ FLOATING WHATSAPP ============ */
.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: var(--whatsapp);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    z-index: 998;
    transition: var(--transition);
    animation: pulse-wa 2.5s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    color: var(--white);
}

.whatsapp-tooltip {
    position: absolute;
    right: 75px;
    background: var(--black);
    color: var(--gold);
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.85rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
    border: 1px solid var(--gold);
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    right: 80px;
}

@keyframes pulse-wa {
    0%, 100% { box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4); }
    50% { box-shadow: 0 6px 30px rgba(37, 211, 102, 0.7), 0 0 0 12px rgba(37, 211, 102, 0); }
}

/* ============ NAVBAR ============ */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 1.2rem 0;
    background: rgba(10, 10, 10, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: var(--transition);
    border-bottom: 1px solid transparent;
}

.navbar.scrolled {
    background: rgba(10, 10, 10, 0.95);
    border-bottom-color: rgba(201, 169, 97, 0.15);
    padding: 0.8rem 0;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo {
    display: flex;
    flex-direction: column;
    color: var(--off-white);
    line-height: 1;
}

.nav-logo:hover {
    color: var(--gold);
}

.logo-monogram {
    font-family: var(--font-serif);
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--gold);
    letter-spacing: 0.05em;
}

.logo-text {
    font-family: var(--font-sans);
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: var(--gray-light);
    margin-top: 2px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-menu a {
    color: var(--off-white);
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.nav-menu a:hover {
    color: var(--gold);
}

.nav-menu .nav-cta {
    background: var(--gold);
    color: var(--black);
    padding: 0.7rem 1.4rem;
    border-radius: 2px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.05em;
}

.nav-menu .nav-cta:hover {
    background: var(--gold-light);
    color: var(--black);
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.nav-toggle span {
    display: block;
    width: 26px;
    height: 2px;
    background: var(--gold);
    transition: var(--transition);
}

/* ============ HERO ============ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 8rem 0 4rem;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    transform: scale(1.05);
    animation: slowZoom 25s ease-in-out infinite alternate;
}

@keyframes slowZoom {
    from { transform: scale(1.05); }
    to { transform: scale(1.15); }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(10, 10, 10, 0.7) 0%,
        rgba(10, 10, 10, 0.85) 60%,
        rgba(10, 10, 10, 0.95) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 980px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(201, 169, 97, 0.1);
    color: var(--gold);
    padding: 0.6rem 1.5rem;
    border-radius: 2px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    border: 1px solid rgba(201, 169, 97, 0.3);
    margin-bottom: 2rem;
}

.hero-title {
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 1.5rem;
    color: var(--off-white);
    letter-spacing: -0.025em;
}

.hero-subtitle {
    font-size: clamp(1.05rem, 1.6vw, 1.3rem);
    color: var(--gray-light);
    max-width: 760px;
    margin: 0 auto 2.5rem;
    line-height: 1.7;
}

.hero-subtitle strong {
    color: var(--off-white);
    font-weight: 600;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.hero-meta {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    color: var(--gray-light);
    font-size: 0.9rem;
}

.meta-item i {
    color: var(--gold);
    margin-right: 0.4rem;
}

.hero-scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.hero-scroll a {
    display: block;
    width: 30px;
    height: 50px;
    border: 2px solid var(--gold);
    border-radius: 15px;
    position: relative;
}

.hero-scroll a span {
    display: block;
    width: 4px;
    height: 8px;
    background: var(--gold);
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollMouse 1.8s ease-in-out infinite;
}

@keyframes scrollMouse {
    0% { opacity: 1; top: 8px; }
    100% { opacity: 0; top: 30px; }
}

/* ============ SECTIONS ============ */
.section {
    padding: var(--section-padding);
    position: relative;
}

.section-dor {
    background: var(--black-deep);
    border-top: 1px solid rgba(201, 169, 97, 0.08);
}

.dor-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.dor-list {
    margin-top: 2rem;
}

.dor-item {
    padding: 0.8rem 0;
    color: var(--gray-light);
    font-size: 1.05rem;
    border-bottom: 1px solid rgba(201, 169, 97, 0.1);
}

.dor-item i {
    color: var(--gold-dark);
    margin-right: 0.7rem;
}

/* ============ MÉTODO ============ */
.section-metodo {
    background: linear-gradient(180deg, var(--black-deep) 0%, var(--black) 100%);
    text-align: center;
}

/* ===== LOCKUP TIPOGRÁFICO CINEMATOGRÁFICO (substitui prancha de logo) ===== */
.metodo-lockup {
    margin: 4rem auto 0;
    max-width: 720px;
    padding: 3.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    position: relative;
    background:
        radial-gradient(ellipse at center, rgba(201,169,97,0.08) 0%, transparent 70%),
        linear-gradient(180deg, rgba(201,169,97,0.03) 0%, transparent 100%);
    border-top: 1px solid rgba(201,169,97,0.2);
    border-bottom: 1px solid rgba(201,169,97,0.2);
}

.lockup-frame {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--gold) 50%, transparent 100%);
    flex-shrink: 0;
    position: relative;
}

.lockup-frame::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border: 1px solid var(--gold);
    transform: translateY(-50%) rotate(45deg);
}

.lockup-frame-left::before { right: -3px; }
.lockup-frame-right::before { left: -3px; }

.lockup-core {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    text-align: center;
}

.lockup-monogram {
    font-family: 'Playfair Display', serif;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    background: linear-gradient(180deg, #E8D5A0 0%, var(--gold) 50%, #8B7340 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 20px rgba(201,169,97,0.3);
}

.lockup-divider {
    width: 80px;
    height: 1px;
    background: var(--gold);
    margin: 0.3rem 0;
    opacity: 0.7;
}

.lockup-words {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.35em;
    color: var(--off-white);
    text-transform: uppercase;
}

.lockup-signature {
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    font-weight: 300;
    letter-spacing: 0.25em;
    color: rgba(245,241,232,0.5);
    text-transform: uppercase;
    margin-top: 0.4rem;
}

@media (max-width: 768px) {
    .metodo-lockup { padding: 2.5rem 1rem; gap: 0.8rem; }
    .lockup-frame { width: 30px; }
    .lockup-monogram { font-size: 3.2rem; }
    .lockup-words { font-size: 0.75rem; letter-spacing: 0.25em; }
    .lockup-signature { font-size: 0.6rem; letter-spacing: 0.18em; }
}

/* ============ TRÍADE ============ */
.section-triade {
    background: var(--black);
    position: relative;
}

.section-triade::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.triade-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 4rem;
}

.triade-card {
    background: linear-gradient(180deg, var(--black-card) 0%, var(--black-soft) 100%);
    padding: 3rem 2rem;
    border-radius: 4px;
    border: 1px solid rgba(201, 169, 97, 0.15);
    text-align: center;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.triade-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0.5;
    transition: var(--transition);
}

.triade-card:hover {
    transform: translateY(-8px);
    border-color: var(--gold);
    box-shadow: var(--shadow-gold);
}

.triade-card:hover::before {
    opacity: 1;
}

.triade-featured {
    border-color: rgba(201, 169, 97, 0.4);
    background: linear-gradient(180deg, #1F1A12 0%, var(--black-card) 100%);
}

.triade-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 1rem;
    background: rgba(201, 169, 97, 0.1);
    border: 1px solid var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--gold);
}

.triade-number {
    font-family: var(--font-serif);
    font-size: 0.85rem;
    color: var(--gold-dark);
    letter-spacing: 0.3em;
    margin-bottom: 0.5rem;
}

.triade-card h3 {
    font-size: 2rem;
    color: var(--gold);
    margin-bottom: 0.5rem;
    letter-spacing: 0.1em;
}

.triade-tagline {
    font-style: italic;
    color: var(--off-white);
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(201, 169, 97, 0.2);
    padding-bottom: 1rem;
}

.triade-text {
    color: var(--gray-light);
    font-size: 0.98rem;
    line-height: 1.7;
}

/* ============ PILARES ============ */
.section-pilares {
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
}

.pilares-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
    opacity: 0.5;
}

.pilares-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(10, 10, 10, 0.92) 0%,
        rgba(10, 10, 10, 0.88) 50%,
        rgba(10, 10, 10, 0.95) 100%);
    z-index: 2;
}

.pilares-content {
    position: relative;
    z-index: 3;
}

.pilares-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 4rem;
}

.pilar-card {
    background: rgba(20, 20, 20, 0.85);
    backdrop-filter: blur(8px);
    padding: 2.5rem 2rem;
    border: 1px solid rgba(201, 169, 97, 0.2);
    border-radius: 4px;
    transition: var(--transition);
}

.pilar-card:hover {
    transform: translateY(-6px);
    border-color: var(--gold);
    box-shadow: var(--shadow-gold);
}

.pilar-featured {
    border-color: var(--gold);
    background: linear-gradient(180deg, rgba(31, 26, 18, 0.9) 0%, rgba(20, 20, 20, 0.85) 100%);
    transform: scale(1.03);
}

.pilar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.pilar-number {
    font-family: var(--font-serif);
    font-size: 3rem;
    font-weight: 900;
    color: var(--gold);
    line-height: 1;
}

.pilar-icon {
    font-size: 2rem;
    color: var(--gold);
    opacity: 0.7;
}

.pilar-card h3 {
    font-size: 2.2rem;
    color: var(--off-white);
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
}

.pilar-subtitle {
    color: var(--gold);
    font-style: italic;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(201, 169, 97, 0.2);
}

.pilar-list {
    margin-bottom: 1.5rem;
}

.pilar-list li {
    padding: 0.6rem 0;
    color: var(--gray-light);
    font-size: 0.92rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.pilar-list strong {
    color: var(--off-white);
    margin-right: 0.4rem;
}

.pilar-aulas {
    text-align: center;
    color: var(--gold);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(201, 169, 97, 0.3);
    border-radius: 2px;
}

/* ============ TRANSFORMAÇÃO ============ */
.section-transformacao {
    background: var(--black-deep);
}

.transform-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 4rem;
}

.transform-item {
    background: var(--black-card);
    padding: 2.5rem 2rem;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: var(--transition);
    text-align: left;
}

.transform-item:hover {
    border-color: var(--gold);
    transform: translateY(-5px);
}

.transform-item i {
    font-size: 2rem;
    color: var(--gold);
    margin-bottom: 1rem;
}

.transform-item h4 {
    font-size: 1.3rem;
    color: var(--off-white);
    margin-bottom: 0.6rem;
}

.transform-item p {
    color: var(--gray-light);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ============ DOUGLAS ============ */
.section-douglas {
    background: var(--black);
    border-top: 1px solid rgba(201, 169, 97, 0.08);
    border-bottom: 1px solid rgba(201, 169, 97, 0.08);
}

.douglas-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 4rem;
    align-items: center;
}

.douglas-image {
    position: relative;
}

.douglas-image img {
    border-radius: 4px;
    box-shadow: var(--shadow-deep);
    filter: contrast(1.05);
}

.douglas-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--black-card);
    border: 1px solid var(--gold);
    padding: 1rem 1.5rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    box-shadow: var(--shadow-gold);
}

.douglas-badge i {
    font-size: 2rem;
    color: var(--gold);
}

.douglas-badge span {
    color: var(--off-white);
    font-size: 0.85rem;
    line-height: 1.3;
}

.douglas-text p {
    margin-bottom: 1.25rem;
    color: var(--gray-light);
    line-height: 1.75;
}

.douglas-text p strong {
    color: var(--off-white);
}

.douglas-empresas {
    margin: 2rem 0;
    padding: 1.5rem;
    background: var(--black-card);
    border-left: 3px solid var(--gold);
    border-radius: 0 4px 4px 0;
}

.douglas-empresas h4 {
    color: var(--gold);
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
    font-family: var(--font-sans);
}

.empresas-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.empresas-list span {
    background: rgba(201, 169, 97, 0.1);
    color: var(--off-white);
    padding: 0.4rem 0.9rem;
    font-size: 0.85rem;
    border-radius: 2px;
    border: 1px solid rgba(201, 169, 97, 0.2);
}

/* ============ PRODUTOS ============ */
.section-produtos {
    background: linear-gradient(180deg, var(--black) 0%, var(--black-deep) 100%);
}

.produtos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-top: 4rem;
}

.produto-card {
    background: var(--black-card);
    padding: 2rem 1.5rem;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    position: relative;
}

.produto-card:hover {
    transform: translateY(-6px);
    border-color: var(--gold);
}

.produto-featured {
    border-color: var(--gold);
    background: linear-gradient(180deg, #1F1A12 0%, var(--black-card) 100%);
    box-shadow: var(--shadow-gold);
    transform: scale(1.04);
    z-index: 2;
}

.produto-elite {
    background: linear-gradient(180deg, #0a0a0a 0%, #1a1410 100%);
    border-color: var(--gold-dark);
}

.produto-tag {
    display: inline-block;
    background: rgba(201, 169, 97, 0.1);
    color: var(--gold);
    padding: 0.3rem 0.8rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    border-radius: 2px;
    margin-bottom: 1rem;
    align-self: flex-start;
}

.produto-tag-featured {
    background: var(--gold);
    color: var(--black);
}

.produto-tag-elite {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: var(--black);
}

.produto-card h3 {
    font-size: 1.5rem;
    color: var(--off-white);
    margin-bottom: 0.4rem;
}

.produto-formato {
    color: var(--gray-light);
    font-size: 0.85rem;
    margin-bottom: 1.25rem;
    font-style: italic;
}

.produto-preco {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 1rem 0;
    border-top: 1px solid rgba(201, 169, 97, 0.15);
    border-bottom: 1px solid rgba(201, 169, 97, 0.15);
}

.produto-preco strong {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    color: var(--gold);
    line-height: 1.1;
}

.produto-preco span {
    color: var(--gray);
    font-size: 0.8rem;
    margin-top: 0.2rem;
}

.produto-card ul {
    flex-grow: 1;
    margin-bottom: 1.5rem;
}

.produto-card ul li {
    color: var(--gray-light);
    font-size: 0.9rem;
    padding: 0.4rem 0;
    padding-left: 1.4rem;
    position: relative;
}

.produto-card ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-weight: bold;
}

/* ============ MANIFESTO ============ */
.section-manifesto {
    background: var(--black-deep);
    padding: 5rem 0;
}

.manifesto-card {
    max-width: 900px;
    margin: 0 auto;
    background: var(--black-card);
    padding: 4rem 3rem;
    border-radius: 4px;
    border: 1px solid rgba(201, 169, 97, 0.2);
    text-align: center;
    position: relative;
}

.manifesto-card::before, .manifesto-card::after {
    content: '"';
    position: absolute;
    font-family: var(--font-serif);
    font-size: 6rem;
    color: var(--gold);
    opacity: 0.2;
    line-height: 1;
}

.manifesto-card::before { top: 1rem; left: 2rem; }
.manifesto-card::after { bottom: -1rem; right: 2rem; transform: rotate(180deg); }

.manifesto-card blockquote p {
    font-family: var(--font-serif);
    font-size: 1.2rem;
    color: var(--off-white);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.manifesto-highlight {
    background: rgba(201, 169, 97, 0.08);
    padding: 1.5rem !important;
    border-left: 3px solid var(--gold);
    margin: 2rem 0 !important;
    text-align: left;
    font-style: normal !important;
}

.manifesto-final {
    font-size: 1.8rem !important;
    margin-top: 2rem !important;
    line-height: 1.3 !important;
}

.manifesto-card cite {
    display: block;
    margin-top: 2rem;
    font-style: normal;
    color: var(--gold);
    font-weight: 600;
    letter-spacing: 0.1em;
}

/* ============ BÔNUS ============ */
.section-bonus {
    background: var(--black);
}

.bonus-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 4rem;
}

.bonus-item {
    background: var(--black-card);
    padding: 2rem;
    border-radius: 4px;
    border: 1px solid rgba(201, 169, 97, 0.15);
    transition: var(--transition);
    position: relative;
}

.bonus-item:hover {
    border-color: var(--gold);
    transform: translateY(-4px);
}

.bonus-num {
    position: absolute;
    top: -15px;
    right: 20px;
    font-family: var(--font-serif);
    font-size: 2.5rem;
    color: var(--gold);
    font-weight: 900;
    opacity: 0.4;
}

.bonus-item h4 {
    font-size: 1.15rem;
    color: var(--off-white);
    margin-bottom: 0.6rem;
}

.bonus-item p {
    color: var(--gray-light);
    font-size: 0.92rem;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.bonus-valor {
    color: var(--gold);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: line-through;
    opacity: 0.7;
}

.bonus-total {
    grid-column: span 3;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: var(--black);
    padding: 2.5rem;
    border-radius: 4px;
    text-align: center;
}

.bonus-total p {
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.bonus-total h3 {
    font-size: 3rem;
    color: var(--black) !important;
    margin: 0;
}

.bonus-total .text-gold {
    color: var(--black);
}

.bonus-incluso {
    margin-top: 0.5rem !important;
    font-style: italic;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

/* ============ GARANTIA ============ */
.section-garantia {
    background: var(--black-deep);
    padding: 5rem 0;
}

.garantia-box {
    max-width: 1000px;
    margin: 0 auto;
    background: linear-gradient(135deg, #1F1A12 0%, var(--black-card) 100%);
    padding: 3.5rem;
    border-radius: 4px;
    border: 2px solid var(--gold);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3rem;
    align-items: center;
    box-shadow: var(--shadow-gold);
}

.garantia-icon {
    font-size: 6rem;
    color: var(--gold);
    text-align: center;
}

.garantia-text h2 {
    font-size: 2.2rem;
    color: var(--off-white);
    margin-bottom: 1rem;
}

.garantia-text p {
    color: var(--gray-light);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.garantia-text strong {
    color: var(--gold);
}

.garantia-quote {
    font-style: italic;
    color: var(--off-white);
    border-left: 3px solid var(--gold);
    padding-left: 1rem;
    margin-top: 1.5rem !important;
}

/* ============ FAQ ============ */
.section-faq {
    background: var(--black);
}

.faq-list {
    max-width: 900px;
    margin: 4rem auto 0;
}

.faq-item {
    background: var(--black-card);
    border: 1px solid rgba(201, 169, 97, 0.15);
    border-radius: 4px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: var(--transition);
}

.faq-item:hover {
    border-color: rgba(201, 169, 97, 0.4);
}

.faq-item[open] {
    border-color: var(--gold);
}

.faq-item summary {
    padding: 1.5rem 2rem;
    color: var(--off-white);
    font-weight: 600;
    font-size: 1.05rem;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition);
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
    content: '+';
    font-size: 1.8rem;
    color: var(--gold);
    transition: var(--transition);
    line-height: 1;
}

.faq-item[open] summary::after {
    transform: rotate(45deg);
}

.faq-item[open] summary {
    color: var(--gold);
    border-bottom: 1px solid rgba(201, 169, 97, 0.2);
}

.faq-item p {
    padding: 1.5rem 2rem;
    color: var(--gray-light);
    line-height: 1.7;
}

.faq-item a {
    color: var(--gold);
    text-decoration: underline;
}

/* ============ CTA FINAL ============ */
.section-cta-final {
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
    text-align: center;
}

.cta-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
    opacity: 0.5;
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.9), rgba(10, 10, 10, 0.95));
    z-index: 2;
}

.cta-content {
    position: relative;
    z-index: 3;
}

.cta-content h2 {
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.3;
    color: var(--off-white);
    margin-bottom: 1.5rem;
}

.cta-content p {
    font-size: 1.3rem;
    color: var(--gold);
    font-style: italic;
    margin-bottom: 2.5rem;
}

.cta-buttons {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ============ FOOTER ============ */
.footer {
    background: var(--black-deep);
    padding: 4rem 0 2rem;
    border-top: 1px solid rgba(201, 169, 97, 0.15);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-brand .logo-monogram {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    display: block;
}

.footer-brand p {
    color: var(--off-white);
    margin-bottom: 0.5rem;
}

.footer-tagline {
    color: var(--gray) !important;
    font-style: italic;
    font-size: 0.9rem;
}

.footer-col h4 {
    color: var(--gold);
    font-size: 0.9rem;
    font-family: var(--font-sans);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

.footer-col ul li {
    margin-bottom: 0.7rem;
}

.footer-col ul li a {
    color: var(--gray-light);
    font-size: 0.92rem;
}

.footer-col ul li a:hover {
    color: var(--gold);
}

.footer-col i {
    margin-right: 0.4rem;
    color: var(--gold);
}

.footer-bottom {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    color: var(--gray);
    font-size: 0.85rem;
}

.footer-mantra {
    color: var(--gold);
    letter-spacing: 0.15em;
    font-weight: 600;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
    .triade-grid,
    .pilares-grid,
    .transform-grid,
    .bonus-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .bonus-total { grid-column: span 2; }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    :root {
        --section-padding: 4rem 0;
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(10, 10, 10, 0.98);
        backdrop-filter: blur(12px);
        flex-direction: column;
        padding: 2rem;
        gap: 1.5rem;
        border-bottom: 1px solid rgba(201, 169, 97, 0.2);
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-toggle {
        display: flex;
    }

    .hero {
        min-height: 95vh;
        padding: 7rem 0 3rem;
    }

    .hero-cta {
        flex-direction: column;
        gap: 0.8rem;
    }

    .hero-cta .btn {
        width: 100%;
        justify-content: center;
    }

    .hero-meta {
        flex-direction: column;
        gap: 0.6rem;
        align-items: center;
    }

    .dor-grid,
    .douglas-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .triade-grid,
    .pilares-grid,
    .transform-grid,
    .bonus-grid {
        grid-template-columns: 1fr;
    }

    .bonus-total { grid-column: span 1; }

    .pilar-featured {
        transform: none;
    }

    .produto-featured {
        transform: none;
    }

    .garantia-box {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 2.5rem 1.5rem;
        gap: 1.5rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .manifesto-card {
        padding: 2.5rem 1.5rem;
    }

    .manifesto-card blockquote p {
        font-size: 1.05rem;
    }

    .manifesto-final {
        font-size: 1.4rem !important;
    }

    .douglas-badge {
        right: 0;
        bottom: -30px;
    }

    .whatsapp-float {
        width: 55px;
        height: 55px;
        font-size: 1.6rem;
        bottom: 20px;
        right: 20px;
    }

    .btn-large, .btn-xl {
        font-size: 0.9rem;
        padding: 1rem 1.5rem;
    }
}

/* Pricing value when text-only (Sob aplicação) */
.pricing-value-text {
    font-size: 2rem !important;
    font-family: 'Playfair Display', serif !important;
    font-style: italic;
    letter-spacing: 0.01em;
    color: var(--gold);
    line-height: 1.2;
}

/* Card preço (home preview) when "Sob aplicação" */
.produto-preco strong {
    font-size: 1.4rem;
}
.produto-card .produto-preco {
    min-height: 3.2rem;
}

@media (max-width: 480px) {
    .container {
        padding: 0 1rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .hero-title {
        font-size: 2.2rem;
    }
}


/* JAM360AI official discreet credit */
.nav-menu a[href="https://jam360.ai"] { opacity: .78; }
.nav-menu a[href="https://jam360.ai"]:hover { opacity: 1; color: var(--gold); }
.jam360-credit { font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; opacity: .62; }
.jam360-credit a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }

/* Mobile production hardening: prevent horizontal clipping on phones */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .navbar .container,
    .nav-container,
    .hero,
    .hero .container,
    .hero-content,
    .hero-content > *,
    .hero-title,
    .hero-subtitle,
    .hero-badge,
    .hero-cta,
    .hero-meta {
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box;
    }

    .nav-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .75rem;
    }

    .nav-logo {
        min-width: 0;
        max-width: calc(100% - 54px);
    }

    .logo-text {
        white-space: normal;
        line-height: 1.2;
        font-size: .62rem;
        letter-spacing: .08em;
    }

    .hero {
        min-height: auto;
        padding: 6.5rem 0 3rem;
        justify-content: flex-start;
    }

    .hero .container,
    .hero-content {
        width: 100% !important;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero-badge {
        display: inline-flex;
        width: auto !important;
        max-width: 100% !important;
        white-space: normal;
        line-height: 1.35;
        letter-spacing: .08em;
        padding: .65rem .9rem;
    }

    .hero-title {
        width: 100% !important;
        font-size: clamp(2rem, 12vw, 2.85rem) !important;
        line-height: 1.08;
        overflow-wrap: break-word;
    }

    .hero-subtitle {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 1rem;
        line-height: 1.62;
        overflow-wrap: break-word;
    }

    .hero-cta {
        width: 100% !important;
        align-items: stretch;
    }

    .hero-cta .btn {
        width: 100% !important;
        max-width: 100%;
        white-space: normal;
        line-height: 1.25;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero-meta {
        width: 100% !important;
        align-items: stretch;
        text-align: center;
    }
}

/* Disable AOS horizontal transforms on mobile to avoid off-canvas clipping during load/screenshots */
@media (max-width: 768px) {
    [data-aos],
    [data-aos].aos-init,
    [data-aos].aos-animate {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .dor-content,
    .dor-visual,
    .pilar-card,
    .douglas-image,
    .douglas-text,
    .transform-card,
    .produto-card,
    .bonus-card,
    .manifesto-card,
    .cta-content {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        left: auto !important;
        right: auto !important;
    }
}
