.elementor-kit-6{--e-global-color-primary:#1F2328;--e-global-color-secondary:#2D2D2D;--e-global-color-text:#2D2D2D;--e-global-color-accent:#E86A33;--e-global-color-background:#F5F3F0;--e-global-color-backgroundAccent:#E8EAEA;--e-global-color-transparent:#00000000;--e-global-color-39fce71:#FF6B35;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"Montserrat";--e-global-typography-heading-xl-font-size:56px;--e-global-typography-heading-xl-font-weight:800;--e-global-typography-heading-xl-text-transform:uppercase;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"Montserrat";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:800;--e-global-typography-heading-l-text-transform:uppercase;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"Montserrat";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:700;--e-global-typography-heading-m-text-transform:uppercase;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"Montserrat";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:600;--e-global-typography-heading-s-text-transform:uppercase;--e-global-typography-body-s-font-family:"Montserrat";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;background-color:var( --e-global-color-background );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );color:var( --e-global-color-primary );}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header{background-color:var( --e-global-color-primary );}.site-footer{background-color:var( --e-global-color-secondary );}.elementor-kit-6 a{color:#FFFFFF;}.elementor-kit-6 a:hover{color:var( --e-global-color-accent );}.elementor-kit-6 label{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-footer .site-branding .site-logo img{width:300px;max-width:300px;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- FORGING ONE STYLE SYSTEM --- */
:root {
    --graphite: #1F2328;
    --graphite-secondary: #2D2D2D;
    --terracotta: #E86A33;
    --vital-orange: #FF6B35;
    --off-white: #F5F3F0;
    --white: #FFFFFF;
    --border-light: #DADADA;
    --text-muted: #6B7280;
}

/* Utilitários */
.text-gradient {
    background: linear-gradient(135deg, var(--terracotta) 0%, var(--vital-orange) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.divider-accent {
    height: 4px;
    width: 64px;
    background: linear-gradient(135deg, var(--terracotta) 0%, var(--vital-orange) 100%);
}

.tracking-wide { letter-spacing: 0.2em; }

/* Botões */
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: transparent;
    border: 2px solid var(--off-white);
    color: var(--off-white);
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.btn-primary:hover {
    background: var(--off-white);
    color: var(--graphite);
}

.btn-secondary {
    /* Ajuste para garantir visibilidade se usado separadamente */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: transparent;
    border: 2px solid var(--off-white);
    color: var(--off-white);
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.btn-secondary:hover {
    background: var(--off-white);
    color: var(--graphite);
}

.btn-outline-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: transparent;
    border: 2px solid var(--graphite);
    color: var(--graphite);
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.btn-outline-dark:hover {
    background: var(--graphite);
    color: var(--off-white);
}

/* Header & Nav */
.custom-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: rgba(31, 35, 40, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}
.custom-logo { height: 48px; width: auto; }
.custom-nav { display: flex; align-items: center; gap: 32px; }
.custom-nav-link {
    font-size: 13px; font-weight: 500; text-transform: uppercase;
    letter-spacing: 0.1em; color: rgba(245, 243, 240, 0.8);
    transition: color 0.3s ease; text-decoration: none;
}
.custom-nav-link:hover { color: var(--terracotta); }
.nav-cta { padding: 12px 24px; font-size: 13px; }
.mobile-menu-btn { display: none; background: none; border: none; color: var(--off-white); cursor: pointer; padding: 8px; }

@media (max-width: 1024px) {
    .custom-nav { display: none; }
    .mobile-menu-btn { display: block; }
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 80px;
    background: linear-gradient(135deg, var(--graphite) 0%, var(--graphite-secondary) 100%);
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at 70% 80%, rgba(232, 106, 51, 0.15) 0%, transparent 50%);
    pointer-events: none;
}
.hero-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
}
@media (max-width: 1024px) {
    .hero-grid { grid-template-columns: 1fr; text-align: center; }
}
.hero-subtitle {
    font-size: 14px; font-weight: 600; text-transform: uppercase;
    letter-spacing: 0.2em; color: var(--terracotta); margin-bottom: 16px;
}
.hero-title {
    font-size: clamp(36px, 5vw, 60px); font-weight: 800; color: var(--off-white);
    margin-bottom: 24px; line-height: 1.1;
}
.hero-description {
    font-size: 18px; color: rgba(245, 243, 240, 0.7);
    max-width: 500px; margin-bottom: 32px;
}
@media (max-width: 1024px) {
    .hero-description { margin-left: auto; margin-right: auto; }
}
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
@media (max-width: 1024px) {
    .hero-buttons { justify-content: center; }
}
.hero-stats {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
    margin-top: 48px; padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.stat-number { font-size: 32px; font-weight: 800; color: var(--terracotta); }
.stat-label { font-size: 14px; color: rgba(245, 243, 240, 0.6); }
.hero-image-wrapper { position: relative; }
.hero-image { width: 100%; height: auto; border-radius: 4px; position: relative; z-index: 1; }
.hero-image-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(31, 35, 40, 0.8) 0%, transparent 50%);
    border-radius: 4px; z-index: 2;
}
.hero-bottom-fade {
    position: absolute; bottom: 0; left: 0; right: 0; height: 128px;
    background: linear-gradient(to top, var(--off-white) 0%, transparent 100%);
    z-index: 10;
}

/* Sections Globais */
.custom-section { padding: 96px 0; }
.section-dark { background: linear-gradient(180deg, var(--graphite) 0%, var(--graphite-secondary) 100%); }
.section-light { background: var(--off-white); }
.section-header { text-align: center; max-width: 768px; margin: 0 auto 64px; }
.section-subtitle {
    font-size: 14px; font-weight: 600; text-transform: uppercase;
    letter-spacing: 0.2em; color: var(--terracotta); margin-bottom: 16px;
}
.section-title { font-size: clamp(28px, 4vw, 48px); font-weight: 800; margin-bottom: 24px; }
.section-title-light { color: var(--off-white); }
.section-title-dark { color: var(--graphite); }
.section-description { font-size: 18px; color: var(--text-muted); }
.section-description-light { color: rgba(245, 243, 240, 0.7); }

/* Grid de Treinamentos */
.trainings-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 1024px) { .trainings-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .trainings-grid { grid-template-columns: 1fr; } }
.training-card {
    position: relative; overflow: hidden; border-radius: 4px; padding: 24px;
    background: linear-gradient(145deg, var(--graphite) 0%, var(--graphite-secondary) 100%);
    color: var(--off-white); transition: transform 0.3s ease;
}
.training-card::before {
    content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%;
    background: linear-gradient(135deg, var(--terracotta) 0%, var(--vital-orange) 100%);
}
.training-card:hover { transform: translateY(-8px); }
.training-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.module-number {
    display: inline-flex; align-items: center; justify-content: center;
    width: 48px; height: 48px; font-size: 18px; font-weight: 800; color: var(--white);
    background: linear-gradient(135deg, var(--terracotta) 0%, var(--vital-orange) 100%);
}
.training-icon { width: 24px; height: 24px; color: rgba(232, 106, 51, 0.6); }
.training-name { font-size: 24px; font-weight: 800; margin-bottom: 4px; }
.training-subtitle { font-size: 14px; font-weight: 500; color: var(--terracotta); margin-bottom: 16px; }
.training-content { font-size: 14px; }
.training-label {
    font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em;
    color: rgba(245, 243, 240, 0.5); margin-bottom: 4px;
}
.training-text { color: rgba(245, 243, 240, 0.8); margin-bottom: 12px; }
.training-result { color: var(--terracotta); font-weight: 500; }
.section-cta { text-align: center; margin-top: 48px; }

/* Metodologia */
.methodology { position: relative; overflow: hidden; }
.methodology-bg { position: absolute; inset: 0; opacity: 0.2; }
.methodology-bg img { width: 100%; height: 100%; object-fit: cover; }
.methodology-bg-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, var(--graphite) 0%, rgba(31, 35, 40, 0.9) 50%, var(--graphite) 100%);
}
.methodology-content { position: relative; z-index: 10; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
@media (max-width: 1024px) { .steps-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .steps-grid { grid-template-columns: 1fr; } }
.step { text-align: center; }
.step-icon-wrapper { position: relative; display: inline-flex; margin-bottom: 24px; }
.step-icon-circle {
    width: 80px; height: 80px; border-radius: 50%; background: var(--graphite-secondary);
    border: 2px solid rgba(232, 106, 51, 0.3); display: flex; align-items: center; justify-content: center;
}
.step-icon { width: 32px; height: 32px; color: var(--terracotta); }
.step-number {
    position: absolute; top: -8px; right: -8px; width: 32px; height: 32px;
    font-size: 14px; font-weight: 800; color: var(--white);
    background: linear-gradient(135deg, var(--terracotta) 0%, var(--vital-orange) 100%);
    display: flex; align-items: center; justify-content: center;
}
.step-title { font-size: 20px; font-weight: 700; color: var(--off-white); margin-bottom: 12px; }
.step-description { font-size: 14px; color: rgba(245, 243, 240, 0.6); }

/* Features & Diferenciais */
.features-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
    margin-top: 80px; padding-top: 64px; border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) { .features-grid { grid-template-columns: 1fr; } }
.feature { text-align: center; }
.feature-number { font-size: 40px; font-weight: 800; color: var(--terracotta); margin-bottom: 8px; }
.feature-title { font-size: 16px; font-weight: 600; color: var(--off-white); margin-bottom: 8px; }
.feature-description { font-size: 14px; color: rgba(245, 243, 240, 0.6); }
.differentials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 1024px) { .differentials-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .differentials-grid { grid-template-columns: 1fr; } }
.differential-card {
    padding: 24px; border-radius: 4px; background: rgba(45, 45, 45, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.05); transition: border-color 0.3s ease;
}
.differential-card:hover { border-color: rgba(232, 106, 51, 0.3); }
.differential-card.large { grid-column: span 2; }
@media (max-width: 640px) { .differential-card.large { grid-column: span 1; } }
.differential-header { display: flex; align-items: flex-start; gap: 16px; }
.differential-icon-wrapper {
    width: 48px; height: 48px; border-radius: 4px; background: rgba(232, 106, 51, 0.1);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.differential-icon { width: 24px; height: 24px; color: var(--terracotta); }
.differential-title { font-size: 18px; font-weight: 700; color: var(--off-white); margin-bottom: 4px; }
.differential-highlight { color: var(--terracotta); margin-left: 8px; }
.differential-description { font-size: 14px; color: rgba(245, 243, 240, 0.6); line-height: 1.6; }

/* Mentoria */
.mentoring-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; max-width: 900px; margin: 0 auto; }
@media (max-width: 768px) { .mentoring-grid { grid-template-columns: 1fr; } }
.mentoring-card {
    background: var(--white); border-radius: 4px; padding: 32px;
    box-shadow: 0 10px 40px -10px rgba(31, 35, 40, 0.15); transition: all 0.3s ease;
}
.mentoring-card:hover { transform: translateY(-4px); box-shadow: 0 25px 50px -12px rgba(31, 35, 40, 0.25); }
.mentoring-card.highlighted { position: relative; border: 2px solid var(--terracotta); }
.mentoring-badge {
    position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
    background: var(--terracotta); color: var(--white); font-size: 11px;
    font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 4px 16px;
}
.mentoring-name { font-size: 24px; font-weight: 800; color: var(--graphite); margin-bottom: 8px; }
.mentoring-meta { display: flex; align-items: center; gap: 16px; font-size: 14px; color: var(--text-muted); margin-bottom: 4px; }
.mentoring-meta-item { display: flex; align-items: center; gap: 4px; }
.mentoring-duration { font-size: 13px; color: var(--text-muted); margin-bottom: 24px; }
.mentoring-divider { height: 1px; background: var(--border-light); margin-bottom: 24px; }
.mentoring-features { list-style: none; margin-bottom: 32px; padding: 0; }
.mentoring-feature { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; font-size: 14px; color: var(--text-muted); }
.mentoring-check { width: 20px; height: 20px; color: var(--terracotta); flex-shrink: 0; margin-top: 2px; }
.mentoring-cta { width: 100%; text-align: center; }

/* Contato & Forms */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
@media (max-width: 1024px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-info-list { margin-top: 32px; }
.contact-item { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; padding: 12px 0; transition: color 0.3s ease; text-decoration: none; }
.contact-item:hover { color: var(--terracotta); }
.contact-icon-wrapper {
    width: 48px; height: 48px; border-radius: 4px; background: rgba(232, 106, 51, 0.1);
    display: flex; align-items: center; justify-content: center;
}
.contact-icon { width: 20px; height: 20px; color: var(--terracotta); }
.contact-text { font-weight: 500; }
.contact-form-card {
    background: var(--white); border-radius: 4px; padding: 32px;
    box-shadow: 0 10px 40px -10px rgba(31, 35, 40, 0.15);
}
.form-title { font-size: 24px; font-weight: 700; color: var(--graphite); margin-bottom: 24px; }
.form-group { margin-bottom: 20px; }
.form-label { display: block; font-size: 14px; font-weight: 500; color: var(--graphite); margin-bottom: 8px; }
.form-input, .form-textarea {
    width: 100%; padding: 12px 16px; font-family: 'Montserrat', sans-serif; font-size: 14px;
    border: 1px solid var(--border-light); border-radius: 4px; background: var(--off-white);
    transition: all 0.3s ease;
}
.form-input:focus, .form-textarea:focus {
    outline: none; border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(232, 106, 51, 0.1);
}
.form-textarea { resize: none; min-height: 100px; }
.form-submit { width: 100%; }

/* Footer */
.custom-footer { background: linear-gradient(180deg, var(--graphite) 0%, var(--graphite-secondary) 100%); padding: 48px 0; }
.footer-top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; }
.footer-logo { height: 40px; width: auto; }
.footer-tagline { font-size: 14px; font-style: italic; color: rgba(245, 243, 240, 0.5); margin-top: 12px; }
.social-links { display: flex; gap: 16px; }
.social-link {
    width: 40px; height: 40px; border-radius: 4px; background: rgba(255, 255, 255, 0.05);
    display: flex; align-items: center; justify-content: center; transition: background 0.3s ease;
}
.social-link:hover { background: rgba(232, 106, 51, 0.2); }
.social-icon { width: 20px; height: 20px; color: rgba(245, 243, 240, 0.7); }
.footer-divider { height: 1px; background: rgba(255, 255, 255, 0.1); margin: 32px 0; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-size: 14px; color: rgba(245, 243, 240, 0.5); }
.footer-links { display: flex; gap: 24px; }
.footer-link { transition: color 0.3s ease; text-decoration: none; color: inherit; }
.footer-link:hover { color: var(--terracotta); }/* End custom CSS */