.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#e91e63e6,#ff6b6bcc)}.hero-content{position:relative;z-index:2;width:100%;padding:2rem 0}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-image img{width:100%;height:100%;object-fit:cover;opacity:.3}.hero-text{text-align:center;color:var(--white);max-width:600px;margin:0 auto}.hero-subtitle{font-size:clamp(1.125rem,3vw,1.25rem);margin-bottom:2rem;opacity:.95}.hero-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width: 768px){.hero-buttons{flex-direction:row;justify-content:center;gap:1.5rem}.hero-buttons .btn{width:auto;margin-bottom:0}}.image-loading-container{position:relative;overflow:hidden;border-radius:var(--border-radius)}.image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--border-radius)}.hero-placeholder{aspect-ratio:16/9}.card-placeholder{aspect-ratio:4/3}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}img{transition:opacity .4s ease-in-out;opacity:0}img.loaded{opacity:1}.hero-image img.loaded{opacity:.3}.experience-icon{font-size:3rem;margin-bottom:1rem;display:block}.cta-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center;max-width:400px;margin:0 auto}@media (min-width: 768px){.cta-buttons{flex-direction:row;justify-content:center}.cta-buttons .btn{width:auto;margin-bottom:0}}.footer{padding:3rem 0 1.5rem;margin-top:auto}.footer-content{display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:2rem}@media (min-width: 768px){.footer-content{grid-template-columns:2fr 1fr 1fr;gap:3rem}}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:var(--text-dark)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:var(--text-light);text-decoration:none;transition:var(--transition);font-size:.9rem}.footer-links a:hover{color:var(--primary-color)}.footer-bottom{border-top:1px solid #e5e7eb;padding-top:1.5rem;margin-top:2rem}html{scroll-behavior:smooth}a:focus,button:focus{outline:2px solid var(--primary-color);outline-offset:2px}.card{position:relative;overflow:hidden}.card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease;z-index:1}.card:hover:before{left:100%}.card>*{position:relative;z-index:2}img[alt]:after{content:"🖼️ " attr(alt);display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;color:#6c757d;border:2px dashed #dee2e6;border-radius:var(--border-radius);width:100%;height:100%;position:absolute;top:0;left:0;font-size:.9rem;text-align:center;padding:1rem;box-sizing:border-box}@media (max-width: 480px){.container{padding:0 12px}.card{padding:1rem}.section{padding:2rem 0}.hero-text{padding:0 1rem}}@media (prefers-contrast: high){.text-gradient{background:none;color:var(--primary-color);-webkit-text-fill-color:var(--primary-color)}.image-placeholder{background:#000;opacity:.1}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.slide-up,.fade-in{opacity:1;transform:none}.image-placeholder{animation:none;background:#f0f0f0}}@media (max-width: 480px) and (max-resolution: 150dpi){.image-placeholder{min-height:200px}.hero-placeholder{min-height:250px}}@media print{.hero,.footer,.btn{display:none}.section{page-break-inside:avoid;padding:1rem 0}.image-placeholder{display:none}}*{box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#1a1a1a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: #e91e63;--secondary-color: #ff6b6b;--accent-color: #4ecdc4;--text-dark: #1a1a1a;--text-light: #6b7280;--background-light: #f9fafb;--white: #ffffff;--shadow-light: 0 1px 3px rgba(0, 0, 0, .1);--shadow-medium: 0 4px 6px rgba(0, 0, 0, .1);--shadow-large: 0 10px 25px rgba(0, 0, 0, .15);--border-radius: 12px;--transition: all .3s ease}body{margin:0;padding:0;overflow-x:hidden;position:relative;width:100%;min-height:100vh}h1{font-size:clamp(2rem,6vw,3.5rem);line-height:1.2;font-weight:700;margin:0 0 1rem}h2{font-size:clamp(1.5rem,5vw,2.5rem);line-height:1.3;font-weight:600;margin:0 0 .75rem}h3{font-size:clamp(1.25rem,4vw,1.75rem);line-height:1.4;font-weight:600;margin:0 0 .5rem}p{font-size:clamp(1rem,2.5vw,1.125rem);line-height:1.6;margin:0 0 1rem;max-width:65ch}.container{width:100%;padding:0 16px;margin:0 auto}@media (min-width: 768px){.container{padding:0 24px;max-width:1200px}}@media (min-width: 1200px){.container{padding:0 32px}}.app-container{min-height:100vh;display:flex;flex-direction:column}.section{padding:3rem 0}@media (min-width: 768px){.section{padding:4rem 0}}@media (min-width: 1024px){.section{padding:5rem 0}}.grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 768px){.grid{gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.grid{gap:2.5rem}.grid-3{grid-template-columns:repeat(3,1fr)}}.btn{display:inline-block;padding:12px 24px;min-height:44px;font-size:16px;font-weight:600;text-decoration:none;text-align:center;border:none;border-radius:var(--border-radius);cursor:pointer;transition:var(--transition);touch-action:manipulation;-webkit-user-select:none;user-select:none;width:100%;margin-bottom:1rem}@media (min-width: 768px){.btn{width:auto;display:inline-flex;align-items:center;justify-content:center;margin-bottom:0}}.btn-primary{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white);box-shadow:var(--shadow-medium)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-large)}.btn-secondary{background:var(--white);color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:var(--white)}.card{background:var(--white);border-radius:var(--border-radius);padding:1.5rem;box-shadow:var(--shadow-light);transition:var(--transition);height:100%}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-large)}@media (min-width: 768px){.card{padding:2rem}}.image{width:100%;height:auto;border-radius:var(--border-radius);object-fit:cover}.image-hero{aspect-ratio:16/9;object-position:center}.image-card{aspect-ratio:4/3;margin-bottom:1rem}.text-center{text-align:center}.text-gradient{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.text-light{color:var(--text-light)}.bg-light{background-color:var(--background-light)}.bg-gradient{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white)}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.fade-in{opacity:0;animation:fadeIn .6s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-up{transform:translateY(30px);opacity:0;animation:slideUp .8s ease-out forwards}@keyframes slideUp{to{transform:translateY(0);opacity:1}}.safe-area-top{padding-top:env(safe-area-inset-top,0)}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom,0)}
