.hero-carousel[data-astro-cid-onsrzqed]{position:relative;height:100vh;width:100%;overflow:hidden}.carousel-slide[data-astro-cid-onsrzqed]{position:absolute;inset:0;opacity:0;transition:opacity 1s ease-in-out}.carousel-slide[data-astro-cid-onsrzqed].active{opacity:1}.carousel-slide[data-astro-cid-onsrzqed] img[data-astro-cid-onsrzqed]{width:100%;height:100%;object-fit:cover}.overlay[data-astro-cid-onsrzqed]{position:absolute;inset:0;background:#0006}.hero-content[data-astro-cid-onsrzqed]{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:1rem;color:#fff;text-align:center}.hero-title[data-astro-cid-onsrzqed]{font-size:clamp(2.5rem,8vw,6rem);font-weight:700;letter-spacing:-.02em;margin-bottom:2rem;animation:fadeInUp .8s ease-out .3s both}.hero-logo-container[data-astro-cid-onsrzqed]{margin-bottom:2rem;animation:fadeInUp .8s ease-out .3s both}.hero-logo[data-astro-cid-onsrzqed]{max-width:min(500px,80vw);height:auto;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3))}.hero-subtitle[data-astro-cid-onsrzqed]{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:300;letter-spacing:.1em;margin-bottom:3rem;animation:fadeInUp .8s ease-out .5s both}.hero-ctas[data-astro-cid-onsrzqed]{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;animation:fadeInUp .8s ease-out .7s both}.cta-primary[data-astro-cid-onsrzqed],.cta-secondary[data-astro-cid-onsrzqed]{position:relative;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;overflow:hidden;transition:transform .3s ease}.cta-primary[data-astro-cid-onsrzqed]{background:#fff;color:#000}.cta-primary[data-astro-cid-onsrzqed]:before{content:"";position:absolute;inset:0;background:var(--primary);transform:translateY(100%);transition:transform .3s ease}.cta-primary[data-astro-cid-onsrzqed]:hover:before{transform:translateY(0)}.cta-primary[data-astro-cid-onsrzqed] span[data-astro-cid-onsrzqed],.cta-secondary[data-astro-cid-onsrzqed] span[data-astro-cid-onsrzqed]{position:relative;z-index:1}.cta-primary[data-astro-cid-onsrzqed]:hover{transform:scale(1.05);color:#fff}.cta-secondary[data-astro-cid-onsrzqed]{border:2px solid white;color:#fff;background:transparent}.cta-secondary[data-astro-cid-onsrzqed]:before{content:"";position:absolute;inset:0;background:#fff;transform:translateY(100%);transition:transform .3s ease}.cta-secondary[data-astro-cid-onsrzqed]:hover:before{transform:translateY(0)}.cta-secondary[data-astro-cid-onsrzqed]:hover{transform:scale(1.05);color:#000}.carousel-indicators[data-astro-cid-onsrzqed]{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:20;display:flex;gap:.5rem}.indicator[data-astro-cid-onsrzqed]{height:.5rem;width:.5rem;border-radius:9999px;border:none;background:#ffffff80;cursor:pointer;transition:all .3s ease}.indicator[data-astro-cid-onsrzqed].active{width:2rem;background:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.hero-ctas[data-astro-cid-onsrzqed]{flex-direction:column;width:100%;max-width:20rem}.cta-primary[data-astro-cid-onsrzqed],.cta-secondary[data-astro-cid-onsrzqed]{width:100%;text-align:center}}.histoire-section[data-astro-cid-tnwlpr4b]{min-height:100vh;display:flex;align-items:center;padding:6rem 1.5rem;background:var(--accent);position:relative}.histoire-section[data-astro-cid-tnwlpr4b]:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1px;height:80px;background:linear-gradient(to bottom,transparent,var(--primary))}.histoire-container[data-astro-cid-tnwlpr4b]{max-width:75rem;margin:0 auto;width:100%}.histoire-header[data-astro-cid-tnwlpr4b]{text-align:center;margin-bottom:4rem}.title-decoration[data-astro-cid-tnwlpr4b]{width:60px;height:4px;background:var(--primary);margin:0 auto 1.5rem;border-radius:2px}.histoire-title[data-astro-cid-tnwlpr4b]{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;color:var(--secondary);line-height:1.1;letter-spacing:-.02em}.histoire-content[data-astro-cid-tnwlpr4b]{display:grid;gap:4rem;align-items:start}.text-content[data-astro-cid-tnwlpr4b]{display:flex;flex-direction:column;gap:1.5rem}.histoire-text[data-astro-cid-tnwlpr4b]{font-size:1.25rem;line-height:1.8;color:var(--text);margin:0}.histoire-highlight[data-astro-cid-tnwlpr4b]{font-size:1.5rem;font-weight:700;color:var(--primary);margin:1rem 0 0;font-style:italic}.founders-grid[data-astro-cid-tnwlpr4b]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.founder-card[data-astro-cid-tnwlpr4b]{display:flex;flex-direction:column;border-radius:1rem;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease}.founder-card[data-astro-cid-tnwlpr4b]:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.founder-image-wrapper[data-astro-cid-tnwlpr4b]{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden}.founder-image[data-astro-cid-tnwlpr4b]{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.founder-card[data-astro-cid-tnwlpr4b]:hover .founder-image[data-astro-cid-tnwlpr4b]{transform:scale(1.05)}.founder-overlay[data-astro-cid-tnwlpr4b]{position:absolute;inset:0;background:linear-gradient(to top,rgba(46,44,61,.2) 0%,transparent 50%)}@media(min-width:768px){.histoire-content[data-astro-cid-tnwlpr4b]{grid-template-columns:1fr 1fr;gap:5rem;align-items:center}}@media(max-width:767px){.histoire-section[data-astro-cid-tnwlpr4b]{padding:4rem 1.5rem}.founders-grid[data-astro-cid-tnwlpr4b]{grid-template-columns:1fr}.section-title[data-astro-cid-tnwlpr4b]{font-size:2rem}.histoire-text[data-astro-cid-tnwlpr4b]{font-size:.95rem;line-height:1.6}.histoire-highlight[data-astro-cid-tnwlpr4b]{font-size:1rem}}@media(max-width:480px){.histoire-text[data-astro-cid-tnwlpr4b]{font-size:.9rem}}.section-wrapper[data-astro-cid-sh445jdo]{min-height:100vh;display:flex;align-items:center;padding:6rem 1.5rem;position:relative;transition:background-color .3s ease}.section-wrapper[data-astro-cid-sh445jdo].light{background:var(--accent)}.section-wrapper[data-astro-cid-sh445jdo].dark{background:linear-gradient(135deg,#f5f3ed,#e8e4d8)}.section-wrapper[data-astro-cid-sh445jdo]:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1px;height:80px;background:linear-gradient(to bottom,transparent,var(--primary))}.section-container[data-astro-cid-sh445jdo]{max-width:75rem;margin:0 auto;width:100%}.section-content[data-astro-cid-sh445jdo]{display:grid;gap:4rem;align-items:center}.title-decoration[data-astro-cid-sh445jdo]{width:60px;height:4px;background:var(--primary);margin-bottom:1.5rem;border-radius:2px}.section-title[data-astro-cid-sh445jdo]{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;margin-bottom:2rem;color:var(--secondary);line-height:1.1;letter-spacing:-.02em}.section-text[data-astro-cid-sh445jdo]{font-size:1.25rem;line-height:1.8;color:var(--text);max-width:600px}.section-text[data-astro-cid-sh445jdo] p{margin-bottom:1.5rem}.section-text[data-astro-cid-sh445jdo] p:last-child{margin-bottom:0}.section-text[data-astro-cid-sh445jdo] ul{margin-top:1.5rem;padding-left:0;list-style:none}.section-text[data-astro-cid-sh445jdo] li{margin-bottom:1rem;padding-left:2rem;position:relative;color:var(--text)}.section-text[data-astro-cid-sh445jdo] li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700;font-size:1.25rem}.image-content[data-astro-cid-sh445jdo]{position:relative}.image-wrapper[data-astro-cid-sh445jdo]{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transition:transform .3s ease,box-shadow .3s ease}.image-wrapper[data-astro-cid-sh445jdo]:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #00000040,0 12px 20px -8px #0000001a}.section-image[data-astro-cid-sh445jdo]{width:100%;height:500px;object-fit:cover;display:block;transition:transform .3s ease}.image-wrapper[data-astro-cid-sh445jdo]:hover .section-image[data-astro-cid-sh445jdo]{transform:scale(1.05)}.image-overlay[data-astro-cid-sh445jdo]{position:absolute;inset:0;background:linear-gradient(to top,rgba(29,53,87,.3) 0%,transparent 50%);pointer-events:none}@media(min-width:768px){.section-content[data-astro-cid-sh445jdo]{grid-template-columns:repeat(2,1fr);gap:5rem}.section-content[data-astro-cid-sh445jdo].reverse .text-content[data-astro-cid-sh445jdo]{order:2}.section-content[data-astro-cid-sh445jdo].reverse .image-content[data-astro-cid-sh445jdo]{order:1}.section-text[data-astro-cid-sh445jdo]{max-width:none}}@media(max-width:767px){.section-wrapper[data-astro-cid-sh445jdo]{padding:4rem 1.5rem}.section-title[data-astro-cid-sh445jdo]{font-size:2rem}.section-text[data-astro-cid-sh445jdo]{font-size:.95rem;line-height:1.6}.section-text[data-astro-cid-sh445jdo] p{margin-bottom:1rem}.section-text[data-astro-cid-sh445jdo] li{font-size:.9rem;margin-bottom:.75rem}.section-image[data-astro-cid-sh445jdo]{height:350px}}.gallery-section[data-astro-cid-o4wma6rw]{min-height:100vh;display:flex;align-items:center;padding:6rem 1.5rem;background:linear-gradient(135deg,#f5f3ed,#e8e4d8);position:relative}.gallery-section[data-astro-cid-o4wma6rw]:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1px;height:80px;background:linear-gradient(to bottom,transparent,var(--primary))}.gallery-container[data-astro-cid-o4wma6rw]{max-width:75rem;margin:0 auto;width:100%}.content-wrapper[data-astro-cid-o4wma6rw]{display:flex;flex-direction:column;gap:4rem}.title-decoration[data-astro-cid-o4wma6rw]{width:60px;height:4px;background:var(--primary);margin-bottom:1.5rem;border-radius:2px}.section-title[data-astro-cid-o4wma6rw]{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;margin-bottom:2rem;color:var(--secondary);line-height:1.1;letter-spacing:-.02em}.section-text[data-astro-cid-o4wma6rw]{font-size:1.25rem;line-height:1.8;color:var(--text);max-width:800px}.section-text[data-astro-cid-o4wma6rw] p{margin-bottom:1.5rem}.section-text[data-astro-cid-o4wma6rw] p:last-child{margin-bottom:0}.section-text[data-astro-cid-o4wma6rw] ul{margin-top:1.5rem;padding-left:0;list-style:none}.section-text[data-astro-cid-o4wma6rw] li{margin-bottom:1rem;padding-left:2rem;position:relative;color:var(--text)}.section-text[data-astro-cid-o4wma6rw] li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700;font-size:1.25rem}.images-grid[data-astro-cid-o4wma6rw]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.image-card[data-astro-cid-o4wma6rw]{position:relative;aspect-ratio:1;border-radius:1rem;overflow:hidden}.image-wrapper[data-astro-cid-o4wma6rw]{width:100%;height:100%;position:relative;overflow:hidden}.gallery-image[data-astro-cid-o4wma6rw]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.image-card[data-astro-cid-o4wma6rw]:hover .gallery-image[data-astro-cid-o4wma6rw]{transform:scale(1.1)}.image-overlay[data-astro-cid-o4wma6rw]{position:absolute;inset:0;background:linear-gradient(to top,rgba(29,53,87,.8) 0%,transparent 60%);display:flex;align-items:flex-end;padding:1.5rem;opacity:0;transition:opacity .3s ease}.image-card[data-astro-cid-o4wma6rw]:hover .image-overlay[data-astro-cid-o4wma6rw]{opacity:1}.image-label[data-astro-cid-o4wma6rw]{color:#fff;font-size:1.125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}@media(max-width:767px){.gallery-section[data-astro-cid-o4wma6rw]{padding:4rem 1.5rem}.section-title[data-astro-cid-o4wma6rw]{font-size:2rem}.section-text[data-astro-cid-o4wma6rw]{font-size:.95rem;line-height:1.6}.images-grid[data-astro-cid-o4wma6rw]{gap:1rem}.image-label[data-astro-cid-o4wma6rw]{font-size:.875rem}}.offers-section[data-astro-cid-pr4gaozy]{min-height:100vh;display:flex;align-items:center;padding:6rem 1.5rem;background:var(--accent);position:relative}.offers-section[data-astro-cid-pr4gaozy]:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1px;height:80px;background:linear-gradient(to bottom,transparent,var(--primary))}.offers-container[data-astro-cid-pr4gaozy]{max-width:75rem;margin:0 auto;width:100%}.offers-header[data-astro-cid-pr4gaozy]{text-align:center;margin-bottom:4rem}.title-decoration[data-astro-cid-pr4gaozy]{width:60px;height:4px;background:var(--primary);margin:0 auto 1.5rem;border-radius:2px}.offers-title[data-astro-cid-pr4gaozy]{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;color:var(--secondary);margin-bottom:1rem;letter-spacing:-.02em}.offers-subtitle[data-astro-cid-pr4gaozy]{font-size:1.25rem;color:var(--text);max-width:600px;margin:0 auto}.offers-grid[data-astro-cid-pr4gaozy]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto}.offer-card[data-astro-cid-pr4gaozy]{background:#fff;border-radius:1.5rem;padding:2.5rem;position:relative;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a;border:2px solid transparent}.offer-card[data-astro-cid-pr4gaozy]:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a;border-color:var(--primary)}.offer-card[data-astro-cid-pr4gaozy].highlighted{background:linear-gradient(135deg,var(--primary) 0%,#c71f2e 100%);color:#fff;transform:scale(1.05);box-shadow:0 20px 25px -5px #e639464d}.offer-card[data-astro-cid-pr4gaozy].highlighted:hover{transform:scale(1.05) translateY(-8px);box-shadow:0 25px 50px -12px #e6394666}.popular-badge[data-astro-cid-pr4gaozy]{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--secondary);color:#fff;padding:.5rem 1.5rem;border-radius:2rem;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 6px -1px #0003}.offer-header[data-astro-cid-pr4gaozy]{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid rgba(0,0,0,.1)}.offer-card[data-astro-cid-pr4gaozy].highlighted .offer-header[data-astro-cid-pr4gaozy]{border-bottom-color:#fff3}.offer-name[data-astro-cid-pr4gaozy]{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:inherit}.offer-price[data-astro-cid-pr4gaozy]{display:flex;align-items:baseline;gap:.25rem}.price-amount[data-astro-cid-pr4gaozy]{font-size:3.5rem;font-weight:800;line-height:1;color:inherit}.price-currency[data-astro-cid-pr4gaozy]{font-size:2rem;font-weight:700;color:inherit}.price-period[data-astro-cid-pr4gaozy]{font-size:1.125rem;color:inherit;opacity:.8}.offer-features[data-astro-cid-pr4gaozy]{list-style:none;padding:0;margin:0 0 2.5rem}.feature-item[data-astro-cid-pr4gaozy]{display:flex;align-items:center;gap:.75rem;padding:.875rem 0;font-size:1.0625rem;color:inherit}.feature-icon[data-astro-cid-pr4gaozy]{width:1.25rem;height:1.25rem;flex-shrink:0;color:var(--primary)}.offer-card[data-astro-cid-pr4gaozy].highlighted .feature-icon[data-astro-cid-pr4gaozy]{color:#fff}.offer-cta[data-astro-cid-pr4gaozy]{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem 2rem;background:var(--primary);color:#fff;font-size:1.125rem;font-weight:700;text-decoration:none;border-radius:.75rem;transition:all .3s ease;border:2px solid var(--primary);text-align:center}.offer-cta[data-astro-cid-pr4gaozy] span[data-astro-cid-pr4gaozy]{position:relative;z-index:1}.offer-card[data-astro-cid-pr4gaozy].highlighted .offer-cta[data-astro-cid-pr4gaozy]{background:#fff;color:var(--primary);border-color:#fff}.offer-cta[data-astro-cid-pr4gaozy]:hover{transform:scale(1.05);box-shadow:0 10px 15px -3px #0003}.cta-arrow[data-astro-cid-pr4gaozy]{width:1.25rem;height:1.25rem;transition:transform .3s ease}.offer-cta[data-astro-cid-pr4gaozy]:hover .cta-arrow[data-astro-cid-pr4gaozy]{transform:translate(4px)}.offer-footnote[data-astro-cid-pr4gaozy]{font-size:.875rem;color:var(--text);margin-top:1rem;font-style:italic;opacity:.8;text-align:center}.offer-card[data-astro-cid-pr4gaozy].highlighted .offer-footnote[data-astro-cid-pr4gaozy]{color:#fff;opacity:.9}@media(max-width:767px){.offers-section[data-astro-cid-pr4gaozy]{padding:4rem 1.5rem}.section-title[data-astro-cid-pr4gaozy]{font-size:2rem}.section-subtitle[data-astro-cid-pr4gaozy]{font-size:.95rem}.offers-grid[data-astro-cid-pr4gaozy]{grid-template-columns:1fr;gap:2rem}.offer-card[data-astro-cid-pr4gaozy].highlighted{transform:scale(1)}.offer-card[data-astro-cid-pr4gaozy].highlighted:hover{transform:translateY(-8px)}.offer-title[data-astro-cid-pr4gaozy]{font-size:1.5rem}.offer-price[data-astro-cid-pr4gaozy]{font-size:2rem}.offer-description[data-astro-cid-pr4gaozy],.offer-feature[data-astro-cid-pr4gaozy]{font-size:.9rem}}.schedule-section[data-astro-cid-s4x4txsv]{min-height:100vh;display:flex;align-items:center;padding:5rem 1.5rem;background:linear-gradient(135deg,#f5f3ed,#e8e4d8);position:relative}.schedule-section[data-astro-cid-s4x4txsv]:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--primary),transparent)}.schedule-container[data-astro-cid-s4x4txsv]{max-width:90rem;margin:0 auto;width:100%}.schedule-header[data-astro-cid-s4x4txsv]{text-align:center;margin-bottom:4rem}.schedule-title[data-astro-cid-s4x4txsv]{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;color:var(--secondary);margin-bottom:1rem;letter-spacing:-.02em}.schedule-subtitle[data-astro-cid-s4x4txsv]{font-size:1.25rem;color:var(--text);font-weight:300}.schedule-grid[data-astro-cid-s4x4txsv]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.schedule-card[data-astro-cid-s4x4txsv]{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 4px 6px #0000000d,0 10px 15px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0;animation:slideUp .6s ease forwards}@keyframes slideUp{to{opacity:1;transform:translateY(0)}0%{opacity:0;transform:translateY(20px)}}.schedule-card[data-astro-cid-s4x4txsv]:hover{transform:translateY(-8px);box-shadow:0 20px 25px #0000001a,0 10px 10px #0000000a}.day-header[data-astro-cid-s4x4txsv]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.day-name[data-astro-cid-s4x4txsv]{font-size:1.5rem;font-weight:700;color:var(--secondary);margin:0}.sessions-count[data-astro-cid-s4x4txsv]{font-size:.875rem;color:var(--primary);background:#e639461a;padding:.25rem .75rem;border-radius:9999px;font-weight:600}.time-slots[data-astro-cid-s4x4txsv]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.time-slot[data-astro-cid-s4x4txsv]{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#f9fafb;border-radius:.75rem;font-size:1rem;font-weight:600;color:#374151;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.time-slot[data-astro-cid-s4x4txsv]:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translate(4px)}.clock-icon[data-astro-cid-s4x4txsv]{width:1.25rem;height:1.25rem;flex-shrink:0;opacity:.6}.time-slot[data-astro-cid-s4x4txsv]:hover .clock-icon[data-astro-cid-s4x4txsv]{opacity:1}.schedule-cta[data-astro-cid-s4x4txsv]{text-align:center;padding-top:2rem}.reserve-btn[data-astro-cid-s4x4txsv]{display:inline-flex;align-items:center;gap:.75rem;background:var(--primary);color:#fff;padding:1.25rem 2.5rem;border-radius:9999px;font-size:1.125rem;font-weight:700;text-decoration:none;box-shadow:0 10px 25px #e639464d;transition:all .3s ease;position:relative;overflow:hidden}.reserve-btn[data-astro-cid-s4x4txsv]:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent,rgba(255,255,255,.2),transparent);transform:translate(-100%);transition:transform .6s ease}.reserve-btn[data-astro-cid-s4x4txsv]:hover:before{transform:translate(100%)}.reserve-btn[data-astro-cid-s4x4txsv]:hover{transform:translateY(-2px);box-shadow:0 15px 35px #e6394666}.arrow-icon[data-astro-cid-s4x4txsv]{width:1.5rem;height:1.5rem;transition:transform .3s ease}.reserve-btn[data-astro-cid-s4x4txsv]:hover .arrow-icon[data-astro-cid-s4x4txsv]{transform:translate(4px)}.schedule-note[data-astro-cid-s4x4txsv]{margin-top:1.5rem;font-size:.875rem;color:#6b7280;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.schedule-note[data-astro-cid-s4x4txsv]:before,.schedule-note[data-astro-cid-s4x4txsv]:after{content:"•";color:var(--primary)}@media(max-width:768px){.schedule-grid[data-astro-cid-s4x4txsv]{grid-template-columns:1fr}.schedule-section[data-astro-cid-s4x4txsv]{padding:4rem 1rem}.schedule-header[data-astro-cid-s4x4txsv]{margin-bottom:2.5rem}}.contact-section[data-astro-cid-xmivup5a]{min-height:100vh;display:flex;align-items:center;padding:5rem 1.5rem;background:linear-gradient(135deg,var(--secondary) 0%,#1a1826 100%);position:relative;overflow:hidden}.contact-section[data-astro-cid-xmivup5a]:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.contact-container[data-astro-cid-xmivup5a]{max-width:90rem;margin:0 auto;width:100%;position:relative;z-index:1}.contact-grid[data-astro-cid-xmivup5a]{display:grid;gap:4rem;align-items:start}.contact-info[data-astro-cid-xmivup5a]{color:var(--accent)}.info-header[data-astro-cid-xmivup5a]{margin-bottom:3rem}.contact-title[data-astro-cid-xmivup5a]{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;margin-bottom:1rem;letter-spacing:-.02em;background:linear-gradient(135deg,var(--accent) 0%,white 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-subtitle[data-astro-cid-xmivup5a]{font-size:1.25rem;color:var(--accent);font-weight:300;line-height:1.6;opacity:.9}.info-cards[data-astro-cid-xmivup5a]{display:grid;gap:1.5rem;margin-bottom:3rem}.info-card[data-astro-cid-xmivup5a]{display:flex;gap:1.5rem;padding:1.5rem;background:#ffffff0d;border-radius:1rem;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.info-card[data-astro-cid-xmivup5a]:hover{background:#ffffff14;transform:translate(8px)}.icon-wrapper[data-astro-cid-xmivup5a]{flex-shrink:0;width:3rem;height:3rem;background:var(--primary);border-radius:.75rem;display:flex;align-items:center;justify-content:center}.icon[data-astro-cid-xmivup5a]{width:1.5rem;height:1.5rem;color:var(--accent)}.info-title[data-astro-cid-xmivup5a]{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--accent)}.info-text[data-astro-cid-xmivup5a]{color:var(--accent);font-size:.9375rem;line-height:1.6;opacity:.8}.info-link[data-astro-cid-xmivup5a]{color:var(--accent);text-decoration:none;transition:opacity .3s ease,text-decoration .3s ease;cursor:pointer;display:inline-block}.info-link[data-astro-cid-xmivup5a]:hover{opacity:1;text-decoration:underline}.social-links[data-astro-cid-xmivup5a]{display:flex;gap:1rem}.social-link[data-astro-cid-xmivup5a]{width:3rem;height:3rem;background:#ebe5d11a;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:var(--accent);transition:all .3s ease;border:1px solid rgba(235,229,209,.2)}.social-link[data-astro-cid-xmivup5a]:hover{background:var(--primary);transform:translateY(-4px);box-shadow:0 10px 20px #70322a4d;color:var(--accent)}.social-link[data-astro-cid-xmivup5a] svg[data-astro-cid-xmivup5a]{width:1.25rem;height:1.25rem}.contact-form-wrapper[data-astro-cid-xmivup5a]{background:var(--accent);border-radius:2rem;padding:3rem;box-shadow:0 25px 50px #0003}.contact-form[data-astro-cid-xmivup5a]{display:flex;flex-direction:column;gap:1.5rem}.form-row[data-astro-cid-xmivup5a]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.form-group[data-astro-cid-xmivup5a]{display:flex;flex-direction:column;gap:.5rem}.form-label[data-astro-cid-xmivup5a]{font-size:.875rem;font-weight:600;color:var(--secondary);text-transform:uppercase;letter-spacing:.05em}.form-input[data-astro-cid-xmivup5a]{padding:1rem 1.25rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;transition:all .3s ease;background:#f9fafb;color:var(--text)}.form-input[data-astro-cid-xmivup5a]:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #70322a1a}.form-textarea[data-astro-cid-xmivup5a]{resize:vertical;min-height:120px;font-family:inherit}.submit-btn[data-astro-cid-xmivup5a]{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;background:var(--primary);color:#fff;padding:1.25rem 2.5rem;border:none;border-radius:9999px;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #70322a4d;position:relative;overflow:hidden}.submit-btn[data-astro-cid-xmivup5a]:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent,rgba(255,255,255,.2),transparent);transform:translate(-100%);transition:transform .6s ease}.submit-btn[data-astro-cid-xmivup5a]:hover:before{transform:translate(100%)}.submit-btn[data-astro-cid-xmivup5a]:hover{transform:translateY(-2px);box-shadow:0 15px 35px #70322a66}.btn-icon[data-astro-cid-xmivup5a]{width:1.5rem;height:1.5rem;transition:transform .3s ease}.submit-btn[data-astro-cid-xmivup5a]:hover .btn-icon[data-astro-cid-xmivup5a]{transform:translate(4px)}@media(min-width:1024px){.contact-grid[data-astro-cid-xmivup5a]{grid-template-columns:1fr 1.2fr}}@media(max-width:640px){.contact-form-wrapper[data-astro-cid-xmivup5a]{padding:2rem 1.5rem}.form-row[data-astro-cid-xmivup5a]{grid-template-columns:1fr}.contact-section[data-astro-cid-xmivup5a]{padding:3rem 1rem}}.whatsapp-button[data-astro-cid-iehx2mtc]{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;box-shadow:0 4px 12px #25d36666;transition:all .3s ease;z-index:1000;cursor:pointer}.whatsapp-button[data-astro-cid-iehx2mtc]:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}.whatsapp-button[data-astro-cid-iehx2mtc]:active{transform:scale(1.05)}.whatsapp-icon[data-astro-cid-iehx2mtc]{width:32px;height:32px}.whatsapp-tooltip[data-astro-cid-iehx2mtc]{position:absolute;right:70px;background:var(--secondary);color:var(--accent);padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s ease;box-shadow:0 2px 8px #00000026}.whatsapp-button[data-astro-cid-iehx2mtc]:hover .whatsapp-tooltip[data-astro-cid-iehx2mtc]{opacity:1}.whatsapp-tooltip[data-astro-cid-iehx2mtc]:after{content:"";position:absolute;right:-8px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:8px solid var(--secondary);border-top:8px solid transparent;border-bottom:8px solid transparent}@media(max-width:768px){.whatsapp-button[data-astro-cid-iehx2mtc]{bottom:1.5rem;right:1.5rem;width:56px;height:56px}.whatsapp-icon[data-astro-cid-iehx2mtc]{width:28px;height:28px}.whatsapp-tooltip[data-astro-cid-iehx2mtc]{display:none}}@keyframes pulse{0%,to{box-shadow:0 4px 12px #25d36666}50%{box-shadow:0 4px 20px #25d366b3,0 0 0 10px #25d3661a}}.whatsapp-button[data-astro-cid-iehx2mtc]{animation:pulse 2s infinite}.whatsapp-button[data-astro-cid-iehx2mtc]:hover{animation:none}
