/*
Theme Name: Barati
Theme URI: https://example.com/barati
Author: Seu Nome
Author URI: https://example.com
Description: Um tema WordPress moderno e responsivo. Desenvolvido com foco em performance e usabilidade.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: barati
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready

Este tema, como o WordPress, está licenciado sob a GPL.
Use-o para fazer algo incrível, divertido ou bonito. Divirta-se!
*/

/* Reset e Estilos Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

/* Container Principal */
.site-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Cabeçalho */
.site-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
    margin-bottom: 40px;
}

.site-title {
    font-size: 2em;
    margin: 0;
}

.site-title a {
    text-decoration: none;
    color: #333;
}

.site-description {
    color: #666;
    font-size: 0.9em;
    margin-top: 5px;
}

/* Navegação */
.main-navigation {
    margin-top: 20px;
}

.main-navigation ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.main-navigation a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s;
}

.main-navigation a:hover {
    color: #0073aa;
}

/* Conteúdo Principal */
.site-main {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
    margin-bottom: 40px;
}

.content-area {
    min-width: 0;
}

/* Posts */
.post {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}

.post:last-child {
    border-bottom: none;
}

.post-title {
    font-size: 2em;
    margin-bottom: 10px;
}

.post-title a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
}

.post-title a:hover {
    color: #0073aa;
}

.post-meta {
    color: #666;
    font-size: 0.9em;
    margin-bottom: 15px;
}

.post-content {
    margin-top: 20px;
}

.post-content p {
    margin-bottom: 15px;
}

.post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

/* Sidebar */
.sidebar {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 4px;
}

.widget {
    margin-bottom: 30px;
}

.widget-title {
    font-size: 1.2em;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0073aa;
}

.widget ul {
    list-style: none;
}

.widget li {
    margin-bottom: 10px;
}

.widget a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
}

.widget a:hover {
    color: #0073aa;
}

/* Rodapé */
.site-footer {
    background-color: #333;
    color: #fff;
    padding: 40px 0;
    margin-top: 60px;
    text-align: center;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

/* Responsividade */
@media (max-width: 768px) {
    .site-main {
        grid-template-columns: 1fr;
    }
    
    .sidebar {
        margin-top: 40px;
    }
    
    .post-title {
        font-size: 1.5em;
    }
}

/* Links */
a {
    color: #0073aa;
    transition: color 0.3s;
}

a:hover {
    color: #005177;
}

/* Botões */
.button,
button,
input[type="submit"] {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
}

.button:hover,
button:hover,
input[type="submit"]:hover {
    background-color: #005177;
}

/* ============================================
   LANDING PAGE MINDPARK - GUILHERME BARATI
   ============================================ */

.mindpark-landing {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #faf9f7;
    color: #1a1a1a;
    line-height: 1.6;
}

.mindpark-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Header - Design Sofisticado */
.mindpark-header {
    background-color: #ffffff;
    padding: 24px 0;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95);
}

.mindpark-header .mindpark-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.mindpark-logo {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.logo-text {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.logo-subtitle {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mindpark-nav {
    display: flex;
    gap: 32px;
    align-items: center;
}

.nav-link {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease;
    position: relative;
    letter-spacing: 0.2px;
}

.nav-link:hover,
.nav-link.active {
    color: #1a1a1a;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #1a1a1a;
}

.mindpark-header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-icon {
    text-decoration: none;
    color: #666;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.social-icon:hover {
    color: #1a1a1a;
}

.btn-agendar {
    background-color: #1a1a1a;
    color: #fff;
    padding: 10px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
    letter-spacing: 0.2px;
}

.btn-agendar:hover {
    background-color: #333;
    transform: translateY(-1px);
}

/* Hero Section - Design Impactante */
.mindpark-hero {
    padding: 80px 0 100px;
    background: 
        radial-gradient(circle at 20% 30%, rgba(79, 195, 186, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(92, 212, 203, 0.06) 0%, transparent 40%),
        linear-gradient(135deg, #f8f9fa 0%, #fafafa 100%);
    min-height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.mindpark-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(90deg, rgba(220, 220, 220, 0.03) 1px, transparent 1px),
        linear-gradient(rgba(220, 220, 220, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    opacity: 0.5;
}

.hero-full-width {
    max-width: 100%;
    padding: 0;
}

.hero-content-wrapper {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    align-items: center;
}

.hero-content {
    padding-right: 20px;
    position: relative;
    max-width: 580px;
    animation: fadeInLeft 0.8s ease-out;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
}

.tag {
    background: linear-gradient(135deg, #f5f5f5 0%, #efefef 100%);
    color: #666;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
}

.tag:hover {
    background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}


.hero-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
    color: #2d3748;
    letter-spacing: -1.5px;
}

.hero-description {
    font-size: 17px;
    line-height: 1.65;
    color: #718096;
    margin-bottom: 32px;
    max-width: 540px;
    font-weight: 400;
}

.hero-cta {
    display: flex;
    gap: 16px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.btn-primary {
    background: linear-gradient(135deg, #4fc3ba 0%, #45b8af 100%);
    color: #fff;
    padding: 16px 40px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    letter-spacing: 0.3px;
    box-shadow: 
        0 8px 20px rgba(79, 195, 186, 0.4),
        0 4px 10px rgba(79, 195, 186, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #45b8af 0%, #3aa89f 100%);
    transform: translateY(-3px);
    box-shadow: 
        0 12px 28px rgba(79, 195, 186, 0.5),
        0 6px 14px rgba(79, 195, 186, 0.4);
}

.hero-social-proof {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
}

.social-proof-avatars {
    display: flex;
    gap: 0;
}

.avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -10px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.avatar:first-child {
    margin-left: 0;
}

.avatar-1 {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.avatar-2 {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.avatar-3 {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.social-proof-stats {
    display: flex;
    flex-direction: column;
    margin-left: 4px;
}

.stats-number {
    font-size: 12px;
    font-weight: 600;
    color: #2d3748;
    line-height: 1.3;
}

.stats-text {
    font-size: 12px;
    color: #718096;
    line-height: 1.3;
}

.social-proof-rating {
    display: none;
}

.rating-stars {
    display: none;
}

.rating-score {
    display: none;
}

.rating-reviews {
    display: none;
}

.hero-background-element {
    display: none;
}

.certificate-icon {
    display: none;
}

.certificate-text {
    display: none;
}

.btn-secondary {
    background-color: transparent;
    color: #1a1a1a;
    padding: 14px 32px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    transition: all 0.2s ease;
    border: 1px solid #e5e5e5;
    letter-spacing: 0.2px;
}

.btn-secondary:hover {
    border-color: #1a1a1a;
    background-color: #fafafa;
}

.hero-info {
    display: flex;
    gap: 48px;
    padding-top: 32px;
    border-top: 1px solid #e5e5e5;
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.info-label {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.info-value {
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 500;
}

.hero-visual {
    position: relative;
}

.hero-image-wrapper {
    width: 100%;
    aspect-ratio: 3/4;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.hero-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f5f5f5 0%, #e5e5e5 100%);
    color: #999;
    font-size: 14px;
}

/* Video Panel Hero - Design como na imagem */
.hero-visual {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.float-circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
}

.float-1 {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #4fc3ba, #5cd4cb);
    top: 10%;
    right: -20px;
    animation: float1 6s ease-in-out infinite;
    box-shadow: 0 8px 32px rgba(79, 195, 186, 0.3);
}

.float-2 {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #5cd4cb, #6de5dc);
    bottom: 15%;
    left: -40px;
    animation: float2 8s ease-in-out infinite;
    box-shadow: 0 12px 40px rgba(92, 212, 203, 0.3);
}

.float-3 {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3eb5ac, #4fc3ba);
    top: 45%;
    left: 10%;
    animation: float3 7s ease-in-out infinite;
    box-shadow: 0 6px 24px rgba(62, 181, 172, 0.3);
}

@keyframes float1 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(10px, -15px) rotate(90deg); }
    50% { transform: translate(-5px, -30px) rotate(180deg); }
    75% { transform: translate(15px, -20px) rotate(270deg); }
}

@keyframes float2 {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(-20px, 15px) rotate(120deg); }
    66% { transform: translate(10px, 30px) rotate(240deg); }
}

@keyframes float3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(20px, -20px) scale(1.2); }
}

/* Animações gerais */
.mindpark-services,
.mindpark-about-new,
.mindpark-videos,
.mindpark-stats-new,
.mindpark-contact-new,
.mindpark-agendamento-new {
    animation: fadeInSection 0.8s ease-out;
}

@keyframes fadeInSection {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Agendamento Section - Nova */
.mindpark-agendamento-new {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    position: relative;
}

.mindpark-agendamento-new::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(180deg, transparent 0%, #fafafa 100%);
    pointer-events: none;
}

.section-subtitle-large {
    font-size: 18px;
    color: #718096;
    margin: 16px auto 0;
    max-width: 700px;
}

.agendamento-layout {
    display: grid;
    grid-template-columns: 480px 1fr;
    gap: 60px;
    margin-top: 60px;
    align-items: start;
}

.agendamento-benefits {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 100px;
}

.benefit-item-agenda {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.benefit-item-agenda:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 24px rgba(79, 195, 186, 0.15);
    border-left: 4px solid #4fc3ba;
}

.benefit-icon-agenda {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 12px;
    background: linear-gradient(135deg, #4fc3ba 0%, #45b8af 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(79, 195, 186, 0.3);
}

.benefit-content-agenda {
    flex: 1;
}

.benefit-title-agenda {
    font-size: 18px;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 8px 0;
}

.benefit-text-agenda {
    font-size: 15px;
    line-height: 1.6;
    color: #718096;
    margin: 0;
}

.agendamento-cta-box {
    background: linear-gradient(135deg, #4fc3ba 0%, #45b8af 100%);
    padding: 32px;
    border-radius: 16px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(79, 195, 186, 0.3);
    margin-top: 16px;
}

.cta-box-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #fff;
}

.cta-box-text {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px 0;
    color: rgba(255, 255, 255, 0.95);
}

.cta-box-stats {
    display: flex;
    gap: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-stat {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.cta-stat i {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}

.agendamento-widget-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 2px solid #e2e8f0;
}

.widget-header-info {
    margin-bottom: 32px;
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 2px solid #f7fafc;
}

.widget-info-title {
    font-size: 28px;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 8px 0;
}

.widget-info-subtitle {
    font-size: 16px;
    color: #718096;
    margin: 0;
}

.agendamento-widget {
    min-height: 500px;
    position: relative;
}

.widget-footer-info {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 2px solid #f7fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    color: #718096;
}

.widget-footer-info i {
    color: #4fc3ba;
    font-size: 16px;
}

.video-panel-wrapper {
    position: relative;
    width: 100%;
    max-width: 520px;
    animation: fadeInRight 0.8s ease-out;
    z-index: 10;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px) rotate(-2deg);
    }
    to {
        opacity: 1;
        transform: translateX(0) rotate(0deg);
    }
}

.video-panel-wrapper::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: 20px;
    bottom: 20px;
    background: linear-gradient(135deg, #4fc3ba 0%, #45b8af 50%, #3aa89f 100%);
    border-radius: 25px;
    transform: rotate(-2deg);
    box-shadow: 
        0 10px 30px rgba(79, 195, 186, 0.4),
        0 20px 60px rgba(79, 195, 186, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -2px 8px rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.video-panel-wrapper::after {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: 15px;
    bottom: 15px;
    background: linear-gradient(145deg, #5cd4cb 0%, #4fc3ba 100%);
    border-radius: 23px;
    transform: rotate(-1deg);
    box-shadow: 
        0 5px 20px rgba(92, 212, 203, 0.3),
        inset 0 2px 4px rgba(255, 255, 255, 0.4);
    z-index: -1;
}

.video-panel {
    width: 100%;
    aspect-ratio: 3/4.2;
    background: linear-gradient(180deg, #4fc3ba 0%, #3eb5ac 100%);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 25px 70px rgba(78, 205, 196, 0.35),
        0 10px 30px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.video-controls-top {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 10;
    align-items: center;
}

.control-btn {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.control-btn:hover {
    background-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.control-btn-touch {
    padding: 11px 20px;
    border-radius: 8px;
    background-color: #fff;
    border: none;
    color: #2d3748;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.control-btn-touch:hover {
    background-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.video-person-container {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    padding: 60px 30px 0;
}

.person-badge-handwritten {
    position: absolute;
    top: 120px;
    left: -30px;
    color: #2d3748;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Brush Script MT', 'Dancing Script', 'Shadows Into Light', cursive;
    z-index: 15;
    background-color: #fff;
    padding: 10px 24px;
    border-radius: 12px;
    transform: rotate(-8deg);
    box-shadow: 
        0 8px 20px rgba(0,0,0,0.15),
        0 3px 8px rgba(0,0,0,0.1);
    border: 2px solid rgba(79, 195, 186, 0.1);
}

.person-image-main {
    width: 100%;
    height: 100%;
    max-width: 420px;
    max-height: 520px;
    background: #fafafa;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 420 520"><rect fill="%23f5f5f5" width="420" height="520"/><circle cx="210" cy="200" r="80" fill="%23e0e0e0"/><path d="M80 420 Q210 360 340 420 L340 520 L80 520 Z" fill="%23e0e0e0"/></svg>');
    background-size: cover;
    background-position: center bottom;
}

.video-controls-bottom {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 14px;
    align-items: center;
    background: linear-gradient(135deg, rgba(45, 55, 72, 0.95) 0%, rgba(30, 40, 55, 0.95) 100%);
    padding: 14px 22px;
    border-radius: 40px;
    backdrop-filter: blur(12px);
    z-index: 10;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.3),
        0 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.control-icon-bottom {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.control-icon-bottom:hover {
    background-color: rgba(255, 255, 255, 0.15);
    transform: scale(1.08);
}

.control-end-call {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    transition: all 0.3s ease;
    box-shadow: 
        0 4px 12px rgba(239, 68, 68, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.control-end-call:hover {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    transform: scale(1.1);
    box-shadow: 
        0 6px 16px rgba(239, 68, 68, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Vídeos Section */
.mindpark-videos {
    padding: 100px 0;
    background: linear-gradient(135deg, #fff 0%, #fafafa 100%);
    position: relative;
    overflow: hidden;
}

.mindpark-videos::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(79, 195, 186, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-label {
    display: inline-block;
    color: #4fc3ba;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
    background: linear-gradient(135deg, rgba(79, 195, 186, 0.1) 0%, rgba(69, 184, 175, 0.1) 100%);
    padding: 6px 16px;
    border-radius: 20px;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 12px 0;
    letter-spacing: -1px;
}

.section-subtitle {
    font-size: 17px;
    color: #718096;
    margin: 0;
    font-weight: 400;
}

.videos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.video-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform 0.3s ease;
}

.video-item:hover {
    transform: translateY(-8px);
}

.video-item:hover .video-wrapper {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.video-item:hover .video-title {
    color: #4fc3ba;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f5f5f5 0%, #e5e5e5 100%);
    position: relative;
}

.play-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(26, 26, 26, 0.8);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-left: 4px;
}

.video-label {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d3748 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

.video-wrapper:hover {
    border-color: #4fc3ba;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-title {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    text-align: left;
    transition: all 0.3s ease;
}

/* Services Section - Nova */
.mindpark-services {
    padding: 100px 0;
    background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
}

.mindpark-container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}

.section-header-center {
    text-align: center;
    margin-bottom: 70px;
}

.section-title-large {
    font-size: 48px;
    font-weight: 700;
    color: #2d3748;
    margin: 16px 0 0 0;
    letter-spacing: -1.5px;
}

.services-layout {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 80px;
    align-items: start;
}

.services-tags-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service-tag-item {
    background: linear-gradient(135deg, #fff 0%, #fafafa 100%);
    padding: 16px 24px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #4a5568;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-tag-item:hover {
    background: linear-gradient(135deg, #4fc3ba 0%, #45b8af 100%);
    color: #fff;
    transform: translateX(8px);
    box-shadow: 0 4px 12px rgba(79, 195, 186, 0.3);
    border-color: #4fc3ba;
}

.services-cards-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.service-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.service-card-image {
    width: 100%;
    height: 280px;
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e0 100%);
    position: relative;
}

.service-img-1 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 280"><rect fill="%23e2e8f0" width="600" height="280"/><circle cx="300" cy="140" r="80" fill="%23cbd5e0"/></svg>');
    background-size: cover;
    background-position: center;
}

.service-img-2 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 600 280"><rect fill="%23f7fafc" width="600" height="280"/><circle cx="150" cy="100" r="60" fill="%23e2e8f0"/><circle cx="450" cy="180" r="70" fill="%23e2e8f0"/></svg>');
    background-size: cover;
    background-position: center;
}

.service-card-content {
    padding: 32px;
    position: relative;
}

.service-icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4fc3ba 0%, #45b8af 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    margin-bottom: 24px;
    box-shadow: 0 8px 20px rgba(79, 195, 186, 0.3);
}

.service-card-text {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

.service-card-quote {
    background: linear-gradient(135deg, #4fc3ba 0%, #45b8af 100%);
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(79, 195, 186, 0.3);
}

.quote-text {
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    font-style: italic;
    font-weight: 500;
}

/* About Section - Nova */
.mindpark-about-new {
    padding: 100px 0;
    background: #fff;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.about-intro-card {
    background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
    padding: 50px;
    border-radius: 20px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.about-greeting {
    font-size: 32px;
    font-weight: 700;
    color: #2d3748;
    margin: 16px 0 32px 0;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.about-intro-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-profile-small {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}

.profile-small-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4fc3ba 0%, #45b8af 100%);
}

.profile-small-info {
    flex: 1;
}

.profile-name {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin: 0 0 4px 0;
}

.profile-title {
    font-size: 14px;
    color: #718096;
    margin: 0;
}

.about-intro-text {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

.about-signature {
    font-family: 'Brush Script MT', 'Dancing Script', cursive;
    font-size: 36px;
    color: #4fc3ba;
    margin-top: 20px;
}

.about-photo-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

.about-photo-main {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e0 100%);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 600"><rect fill="%23e2e8f0" width="400" height="600"/><circle cx="200" cy="220" r="90" fill="%23cbd5e0"/><path d="M80 480 Q200 420 320 480 L320 600 L80 600 Z" fill="%23cbd5e0"/></svg>');
    background-size: cover;
    background-position: center;
}

.about-photo-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.about-photo-badge span {
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
}

.about-education-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    border: 2px solid #e2e8f0;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.education-title {
    font-size: 24px;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 30px 0;
}

.education-timeline {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.education-item {
    padding-left: 24px;
    border-left: 3px solid #4fc3ba;
    position: relative;
}

.education-item::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4fc3ba;
}

.education-degree {
    font-size: 16px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
}

.education-detail {
    font-size: 14px;
    line-height: 1.6;
    color: #718096;
    margin: 0;
}

/* Statistics Section - Nova */
.mindpark-stats-new {
    padding: 80px 0;
    background: #fff;
}

.stats-card-modern {
    background: linear-gradient(135deg, #4fc3ba 0%, #45b8af 100%);
    padding: 50px 60px;
    border-radius: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    align-items: center;
    position: relative;
    box-shadow: 0 20px 60px rgba(79, 195, 186, 0.3);
}

.stat-item-modern {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.stat-number-large {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.stat-label-modern {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.stats-icon-modern {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
}

/* Contact Section - Nova */
.mindpark-contact-new {
    padding: 100px 0;
    background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
}

.contact-modern-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    background: #fff;
    border-radius: 24px;
    padding: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.contact-modern-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-modern-title {
    font-size: 40px;
    font-weight: 700;
    color: #2d3748;
    margin: 8px 0 16px 0;
    letter-spacing: -1px;
}

.contact-modern-intro {
    font-size: 16px;
    line-height: 1.7;
    color: #718096;
    margin: 0 0 20px 0;
}

.contact-modern-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.contact-modern-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.contact-modern-item i {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(135deg, #4fc3ba 0%, #45b8af 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
}

.contact-modern-text {
    flex: 1;
}

.contact-modern-label {
    display: block;
    font-size: 12px;
    color: #a0aec0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.contact-modern-value {
    display: block;
    font-size: 16px;
    color: #2d3748;
    font-weight: 500;
    text-decoration: none;
}

.contact-modern-value:hover {
    color: #4fc3ba;
}

.contact-social-links {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #e2e8f0;
}

.social-follow-text {
    font-size: 14px;
    color: #718096;
    margin: 0 0 16px 0;
}

.social-icons-group {
    display: flex;
    gap: 12px;
}

.social-icon-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a5568;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon-btn:hover {
    background: linear-gradient(135deg, #4fc3ba 0%, #45b8af 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(79, 195, 186, 0.3);
    border-color: #4fc3ba;
}

.contact-modern-form {
    display: flex;
    flex-direction: column;
}

.modern-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label {
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
}

.form-input-modern {
    padding: 14px 18px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 15px;
    color: #2d3748;
    transition: all 0.3s ease;
    background: #fff;
}

.form-input-modern:focus {
    outline: none;
    border-color: #4fc3ba;
    box-shadow: 0 0 0 3px rgba(79, 195, 186, 0.1);
}

.form-group-modern {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-textarea-modern {
    padding: 14px 18px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 15px;
    color: #2d3748;
    transition: all 0.3s ease;
    background: #fff;
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

.form-textarea-modern:focus {
    outline: none;
    border-color: #4fc3ba;
    box-shadow: 0 0 0 3px rgba(79, 195, 186, 0.1);
}

.btn-send-message {
    background: linear-gradient(135deg, #4fc3ba 0%, #45b8af 100%);
    color: #fff;
    padding: 16px 32px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 8px 20px rgba(79, 195, 186, 0.4);
}

.btn-send-message:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(79, 195, 186, 0.5);
}

.btn-send-message i {
    font-size: 14px;
}

/* Sobre Section */
.mindpark-about {
    padding: 100px 0;
    background-color: #ffffff;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.about-text .section-header {
    text-align: left;
    margin-bottom: 40px;
}

.about-description {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 24px;
}

.about-highlights {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5;
}

.highlight-item strong {
    display: block;
    font-size: 15px;
    color: #1a1a1a;
    margin-bottom: 8px;
    font-weight: 600;
}

.highlight-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

.about-image {
    display: flex;
    justify-content: center;
    align-items: start;
}

.about-photo-placeholder {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f5f5f5 0%, #e5e5e5 100%);
    color: #999;
    font-size: 14px;
}

/* Tratamentos Section */
.mindpark-tratamentos {
    padding: 100px 0;
    background-color: #ffffff;
}

.services-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    margin-bottom: 60px;
}

.services-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-content: flex-start;
}

.service-tag {
    background-color: #f5f5f5;
    color: #666;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.service-tag:hover {
    background-color: #4ecdc4;
    color: #fff;
    transform: translateY(-2px);
}

.services-description {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.service-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8e8e8, #d0d0d0);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><circle fill="%23e8e8e8" cx="75" cy="75" r="75"/><circle cx="75" cy="60" r="25" fill="%23ddd"/><path d="M30 120 Q75 100 120 120 L120 150 L30 150 Z" fill="%23ddd"/></svg>');
    background-size: cover;
}

.service-image-1 {
    grid-column: 1;
    grid-row: 1;
}

.service-image-2 {
    grid-column: 2;
    grid-row: 1;
}

.service-icon {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 48px;
    text-align: center;
    color: #4ecdc4;
}

.service-text-block {
    grid-column: 1 / -1;
    padding: 20px;
    background-color: #faf9f7;
    border-radius: 12px;
}

.service-text-block p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

.tratamentos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 60px;
}

.tratamento-item {
    padding: 32px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}

.tratamento-item h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}

.tratamento-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

.tratamentos-approach {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}

.tratamentos-approach h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    letter-spacing: -0.3px;
}

.tratamentos-approach p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin: 0;
}

/* Agendamento Section */
.mindpark-agendamento {
    padding: 100px 0;
    background-color: #ffffff;
}

.agendamento-widget {
    max-width: 900px;
    margin: 60px auto 0;
    min-height: 600px;
}

/* Statistics Section */
.mindpark-stats {
    padding: 80px 0;
    background-color: #4ecdc4;
}

.stats-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr) auto;
    gap: 40px;
    align-items: center;
    position: relative;
}

.stat-item {
    text-align: center;
    color: #fff;
}

.stat-number {
    display: block;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 8px;
}

.stat-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.9;
}

.stats-icon {
    font-size: 48px;
    color: rgba(255,255,255,0.3);
}

/* Contato Section */
.mindpark-contact {
    padding: 100px 0;
    background-color: #ffffff;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-info-section {
    padding: 40px;
}

.contact-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.contact-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 40px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-detail-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-label {
    font-size: 13px;
    color: #4ecdc4;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-value {
    font-size: 16px;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.contact-value:hover {
    color: #4ecdc4;
}

.contact-form-section {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.contact-content {
    max-width: 600px;
    margin: 60px auto 0;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.contact-form .btn-primary {
    margin-top: 8px;
    width: 100%;
    text-align: center;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-item strong {
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.contact-item a {
    font-size: 16px;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.contact-item a:hover {
    color: #666;
}

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

/* Footer */
.mindpark-footer {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    color: #fff;
    padding: 60px 0 40px;
    position: relative;
    overflow: hidden;
}

.mindpark-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #4fc3ba 0%, #45b8af 100%);
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #333;
}

.footer-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-name {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.footer-contact {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.footer-contact a {
    color: #999;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-contact a:hover {
    color: #fff;
}

.footer-social {
    display: flex;
    gap: 24px;
}

.social-link {
    color: #999;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.social-link:hover {
    color: #fff;
}

.footer-copyright {
    text-align: center;
    font-size: 13px;
    color: #666;
    margin: 0;
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    z-index: 9999;
    transition: all 0.3s ease;
    color: #fff;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.5);
}

/* Responsividade */
@media (max-width: 1024px) {
    .hero-content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .hero-content {
        padding-right: 0;
    }
    
    .hero-visual {
        order: -1;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .tratamentos-grid {
        grid-template-columns: 1fr;
    }
    
    .videos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .mindpark-container {
        padding: 0 24px;
    }
    
    .mindpark-header {
        padding: 20px 0;
    }
    
    .mindpark-header .mindpark-container {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .mindpark-nav {
        width: 100%;
        flex-wrap: wrap;
        gap: 20px;
        order: 3;
    }
    
    .mindpark-header-right {
        width: 100%;
        justify-content: space-between;
    }
    
    .mindpark-hero {
        padding: 60px 0 80px;
    }
    
    .hero-content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 24px;
    }
    
    .hero-content {
        padding-right: 0;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero-description {
        font-size: 16px;
    }
    
    .video-panel-wrapper {
        max-width: 100%;
    }
    
    .video-panel-wrapper::before,
    .video-panel-wrapper::after {
        display: none;
    }
    
    .video-panel {
        max-width: 100%;
    }
    
    .hero-cta {
        flex-direction: column;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
        text-align: center;
    }
    
    .hero-info {
        flex-direction: column;
        gap: 24px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .videos-grid {
        grid-template-columns: 1fr;
    }
    
    .services-content {
        grid-template-columns: 1fr;
    }
    
    .contact-wrapper {
        grid-template-columns: 1fr;
    }
    
    /* Novas seções - Responsivo */
    .mindpark-container-wide {
        padding: 0 24px;
    }
    
    .section-title-large {
        font-size: 32px;
    }
    
    .services-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .about-grid {
        grid-template-columns: 1fr;
    }
    
    .about-photo-card {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        min-height: 400px;
    }
    
    .about-education-card {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }
    
    .stats-card-modern {
        grid-template-columns: repeat(2, 1fr);
        padding: 40px 30px;
        gap: 30px;
    }
    
    .stat-number-large {
        font-size: 36px;
    }
    
    .stats-icon-modern {
        display: none;
    }
    
    .contact-modern-wrapper {
        grid-template-columns: 1fr;
        padding: 40px 30px;
        gap: 40px;
    }
    
    .contact-modern-title {
        font-size: 32px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .agendamento-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .agendamento-benefits {
        position: static;
    }
    
    .benefit-item-agenda:hover {
        transform: translateY(-4px);
    }
    
    .agendamento-widget-wrapper {
        padding: 24px;
    }
    
    .widget-info-title {
        font-size: 22px;
    }
    
    .stats-bar {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .stats-icon {
        grid-column: 1 / -1;
        justify-self: center;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 32px;
    }
    
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
        width: 52px;
        height: 52px;
    }
}
