.home-page{width:100%;min-height:100vh;position:relative;overflow-x:hidden}.home-nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border-bottom:1px solid #e2e8f080;position:fixed;top:0;left:0;right:0}.home-nav-inner{justify-content:space-between;align-items:center;height:72px;display:flex}.home-logo img{width:auto;height:42px}.home-nav-links{align-items:center;gap:28px;display:flex}.home-nav-links a:not(.btn){color:var(--gray-600);transition:color var(--transition);font-size:14px;font-weight:500}.home-nav-links a:not(.btn):hover{color:var(--primary-600)}.hero{background:linear-gradient(135deg,var(--primary-50)0%,var(--primary-100)30%,var(--primary-50)100%);padding:140px 0 100px;position:relative;overflow:hidden}.hero-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-orb{filter:blur(80px);opacity:.4;border-radius:50%;position:absolute}.hero-orb-1{background:var(--primary-200);width:400px;height:400px;top:-100px;right:-100px}.hero-orb-2{background:var(--accent-200);width:300px;height:300px;bottom:-50px;left:-50px}.hero-orb-3{background:var(--primary-300);width:200px;height:200px;top:50%;left:40%}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid;position:relative}.hero-badge{border:1px solid var(--primary-100);border-radius:var(--radius-full);color:var(--primary-700);background:#fffc;align-items:center;margin-bottom:24px;padding:8px 16px;font-size:14px;font-weight:500;display:inline-flex}.hero-text h1{color:var(--gray-900);margin-bottom:20px;font-size:52px;font-weight:800;line-height:1.1}.hero-highlight{background:linear-gradient(135deg,var(--primary-600),var(--accent-500));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--gray-600);max-width:480px;margin-bottom:32px;font-size:18px;line-height:1.7}.hero-actions{gap:16px;margin-bottom:48px;display:flex}.hero-stats{align-items:center;gap:32px;display:flex}.hero-stat-value{font-family:var(--font-primary);color:var(--gray-900);font-size:28px;font-weight:800;display:block}.hero-stat-label{color:var(--gray-500);font-size:13px}.hero-stat-divider{background:var(--gray-300);width:1px;height:40px}.hero-image{position:relative}.hero-image img{box-shadow:var(--shadow-xl)}.section-header{text-align:center;margin-bottom:48px}.section-badge{background:var(--primary-50);border:1px solid var(--primary-100);border-radius:var(--radius-full);color:var(--primary-700);align-items:center;margin-bottom:16px;padding:6px 16px;font-size:14px;font-weight:600;display:inline-flex}.section-header h2{color:var(--gray-900);margin-bottom:12px;font-size:36px}.section-header p{color:var(--gray-500);max-width:500px;margin:0 auto;font-size:16px}.schedule-section{background:var(--white)}.schedule-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:700px;margin:0 auto;display:grid}.schedule-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-xl);transition:all var(--transition);padding:32px;position:relative;overflow:hidden}.schedule-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.schedule-card-accent{height:4px;position:absolute;top:0;left:0;right:0}.schedule-card h3{color:var(--gray-900);margin-bottom:20px;font-size:20px}.schedule-detail{color:var(--gray-600);align-items:center;gap:12px;margin-bottom:12px;font-size:15px;display:flex}.schedule-icon{text-align:center;flex-shrink:0;width:24px;font-size:18px}.results-section{background:linear-gradient(180deg,var(--gray-50),var(--white))}.results-showcase{max-width:1000px;margin:0 auto 40px}.result-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-xl);transition:all var(--transition);padding:16px;overflow:hidden}.result-card:hover{box-shadow:var(--shadow-lg)}.result-card-best{border:2px solid var(--accent-300);position:relative}.result-badge-tag{background:linear-gradient(135deg,var(--accent-400),var(--accent-500));color:#fff;border-radius:var(--radius-full);margin-bottom:12px;padding:4px 12px;font-size:13px;font-weight:600;display:inline-flex}.results-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,450px),1fr));gap:40px;max-width:1200px;margin:0 auto;display:grid}.gallery-section{background:var(--white)}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:20px;display:grid}.gallery-item{border-radius:var(--radius-lg);aspect-ratio:4/3;cursor:pointer;transition:all var(--transition);position:relative;overflow:hidden}.gallery-item:hover{box-shadow:var(--shadow-lg);transform:scale(1.02)}.gallery-caption{color:#fff;background:linear-gradient(#0000,#000000b3);padding:12px 16px;font-size:14px;font-weight:500;position:absolute;bottom:0;left:0;right:0}.whatsapp-section{background:var(--gray-50)}.whatsapp-card{text-align:center;background:linear-gradient(135deg,var(--primary-100),var(--primary-200));border:1px solid var(--primary-300);border-radius:var(--radius-xl);padding:60px 40px}.whatsapp-icon{margin-bottom:16px;font-size:48px}.whatsapp-card h2{color:var(--gray-900);margin-bottom:12px;font-size:28px}.whatsapp-card p{color:var(--gray-600);margin-bottom:28px;font-size:16px}.whatsapp-links{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.contact-section{background:var(--white)}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;max-width:800px;margin:0 auto;display:grid}.contact-card{text-align:center;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--white);transition:all var(--transition);padding:32px 24px}.contact-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.contact-icon{margin-bottom:16px;font-size:36px}.contact-card h3{color:var(--gray-800);margin-bottom:8px;font-size:18px}.contact-card p{color:var(--gray-500);font-size:15px}.footer{background:var(--gray-900);color:var(--gray-300);padding:60px 0 24px}.footer-inner{text-align:center}.footer-brand{margin-bottom:24px}.footer-brand img{margin:0 auto 12px}.footer-brand p{color:var(--gray-400);font-size:14px}.footer-links{flex-wrap:wrap;justify-content:center;gap:24px;margin-bottom:32px;display:flex}.footer-links a{color:var(--gray-400);transition:color var(--transition);font-size:14px}.footer-links a:hover{color:var(--white)}.footer-bottom{border-top:1px solid var(--gray-800);padding-top:24px}.footer-bottom p{color:var(--gray-500);font-size:13px}@media (max-width:768px){.home-nav-links{display:none}.hero{padding:100px 0 60px}.hero-content{text-align:center;grid-template-columns:1fr;gap:40px}.hero-text h1{font-size:36px}.hero-subtitle{margin:0 auto 28px}.hero-actions{flex-wrap:wrap;justify-content:center}.hero-stats{justify-content:center}.hero-image{order:-1}.section-header h2{font-size:28px}.whatsapp-card{padding:40px 20px}.contact-grid{grid-template-columns:1fr}.footer-links{gap:16px}}@media (max-width:480px){.hero-text h1{font-size:28px}.hero-actions{flex-direction:column;align-items:stretch}.hero-stats{flex-direction:column;gap:16px}.hero-stat-divider{width:40px;height:1px}}
