@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap);:root{--primary:#6366f1;--primary-hover:#4f46e5;--secondary:#ec4899;--accent:#f59e0b;--background:#f8fafc;--foreground:#0f172a;--card:#fff;--card-foreground:#1e293b;--muted:#64748b;--muted-foreground:#94a3b8;--border:#e2e8f0;--input:#f1f5f9;--ring:#6366f133;--success:#10b981;--error:#ef4444;--radius:1rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-md:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-lg:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--shadow-xl:0 25px 50px -12px #00000040}.countdown-timer{gap:1.5rem;justify-content:center;margin:2rem 0}.countdown-timer,.timer-item{align-items:center;display:flex}.timer-item{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow);flex-direction:column;min-width:80px;padding:1rem}.timer-value{color:#6366f1;color:var(--primary);font-family:Outfit,sans-serif;font-size:2rem;font-weight:700;line-height:1}.timer-label{color:#64748b;color:var(--muted);font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-top:.25rem;text-transform:uppercase}.timer-separator{color:#e2e8f0;color:var(--border);font-size:2rem;font-weight:700;padding-bottom:1.5rem}.timer-expired{background:#ec48991a;border-radius:1rem;color:#ec4899;color:var(--secondary);font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;margin:2rem 0;padding:1rem 2rem}@media (max-width:576px){.countdown-timer{gap:.5rem}.timer-item{min-width:60px;padding:.75rem}.timer-separator,.timer-value{font-size:1.5rem}}.home-container{overflow-x:hidden}.hero,.home-container{position:relative;width:100%}.hero{align-items:center;box-sizing:border-box;display:flex;max-width:100%;min-height:70vh;overflow:hidden;padding:6rem 0 4rem;text-align:center}.hero-banner{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-2}.hero-banner img{height:100%;object-fit:cover;width:100%}.hero-overlay{background:linear-gradient(180deg,#0f172acc,#0f172ae6);height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.hero-content{margin:0 auto;max-width:900px}.hero-content-alt{padding-top:2rem}.hero-title-white{color:#fff}.hero-desc-white{color:#fff!important;opacity:1!important;text-shadow:0 2px 10px #000c}.countdown-wrapper-hero{margin:3.5rem 0}.badge{background:#6366f11a;border-radius:2rem;color:#6366f1;color:var(--primary);display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:1.5rem;padding:.5rem 1rem}.hero-title{word-wrap:break-word;font-size:clamp(1.85rem,8vw,4.5rem);-webkit-hyphens:auto;hyphens:auto;line-height:1.1;margin-bottom:2.5rem;overflow-wrap:break-word;word-break:break-word}.hero-desc{color:#64748b;color:var(--muted);font-size:1.25rem;margin:0 auto 3rem;max-width:700px}.hero-actions{flex-wrap:wrap;gap:2rem;justify-content:center}.btn-primary,.hero-actions{align-items:center;display:flex}.btn-primary{background:#6366f1;background:var(--primary);border-radius:3rem;box-shadow:0 10px 25px -5px #6366f166;color:#fff;font-size:1.125rem;font-weight:600;gap:.75rem;padding:1rem 2.5rem;transition:all .3s ease}.btn-primary:hover{background:#4f46e5;background:var(--primary-hover);box-shadow:0 15px 30px -5px #6366f180;transform:translateY(-2px)}.price-tag{color:#fff;font-size:1.25rem;font-weight:600;opacity:.9}.price{color:#fff;font-size:1.5rem;font-weight:700}.details-section{background:#fff;overflow:hidden;padding:5rem 0;position:relative;z-index:10}.details-bg-glow{background:radial-gradient(circle,#6366f126 0,#0000 60%);height:600px;left:50%;pointer-events:none;position:absolute;top:-150px;transform:translateX(-50%);width:600px}.details-heading{margin-bottom:3.5rem;text-align:center}.details-label{background:#6366f11a;border-radius:2rem;color:#6366f1;color:var(--primary);display:inline-block;font-size:.8125rem;letter-spacing:.2em;margin-bottom:1rem;padding:.4rem 1.25rem}.details-label,.details-title{font-family:Outfit,sans-serif;font-weight:700}.details-title{color:#0f172a;font-size:2.25rem;letter-spacing:-.02em}.details-cards-vertical{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:900px}@media (min-width:992px){.details-cards-vertical{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}}.info-card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:1.5rem;overflow:hidden;padding:2.5rem 2rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.info-card:hover{background:#ffffff14;border-color:#ffffff26;box-shadow:0 25px 50px -12px #00000080;transform:translateY(-8px)}.info-card-accent{border-radius:0 0 1.5rem 1.5rem;bottom:0;height:3px;left:0;position:absolute;transition:height .4s ease;width:100%}.info-card:hover .info-card-accent{height:4px}.info-card--date .info-card-accent{background:linear-gradient(90deg,#6366f1,#818cf8)}.info-card--time .info-card-accent{background:linear-gradient(90deg,#ec4899,#f472b6)}.info-card--venue .info-card-accent{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.info-card-icon{align-items:center;border-radius:1rem;display:flex;height:56px;justify-content:center;margin-bottom:1.5rem;transition:all .4s ease;width:56px}.info-card--date .info-card-icon{background:#6366f126;color:#818cf8}.info-card--time .info-card-icon{background:#ec489926;color:#f472b6}.info-card--venue .info-card-icon{background:#f59e0b26;color:#fbbf24}.info-card:hover .info-card-icon{transform:scale(1.1) rotate(-5deg)}.info-card--date:hover .info-card-icon{background:#6366f1;box-shadow:0 8px 20px -4px #6366f180;color:#fff}.info-card--time:hover .info-card-icon{background:#ec4899;box-shadow:0 8px 20px -4px #ec489980;color:#fff}.info-card--venue:hover .info-card-icon{background:#f59e0b;box-shadow:0 8px 20px -4px #f59e0b80;color:#fff}.info-card-label{color:#0f172a99;display:block;font-size:.75rem;letter-spacing:.15em;margin-bottom:.5rem;text-transform:uppercase}.info-card-label,.info-card-value{font-family:Outfit,sans-serif;font-weight:700}.info-card-value{color:#0f172a;font-size:1.5rem;letter-spacing:-.01em;margin-bottom:.35rem}.info-card-sub{color:#0f172ab3;font-size:.875rem;font-weight:400;margin:0}@media (max-width:992px){.details-section{padding:4rem 1rem}.details-cards-row{gap:1.5rem;grid-template-columns:1fr;margin:0 auto;max-width:420px}.details-title{font-size:1.75rem}}@media (max-width:576px){.info-card{padding:2rem 1.5rem}}.highlights-section{padding:4rem 0}.section-header{margin-bottom:4rem;text-align:center}.section-title{font-size:2.5rem;margin-bottom:1rem}.section-subtitle{color:#64748b;color:var(--muted);font-size:1.125rem}.gallery-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.gallery-item{aspect-ratio:4/3;border-radius:1rem;border-radius:var(--radius);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-md);cursor:pointer;overflow:hidden;position:relative}.gallery-image-container{height:100%;position:relative;width:100%}.gallery-image-container img{height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.gallery-overlay{align-items:flex-end;background:linear-gradient(0deg,#0f172ae6,#0f172a33 50%,#0000);display:flex;height:100%;left:0;opacity:0;padding:2rem;position:absolute;top:0;transform:translateY(10px);transition:all .4s ease;width:100%}.gallery-item:hover .gallery-overlay{opacity:1;transform:translateY(0)}.gallery-item:hover .gallery-image-container img{transform:scale(1.1)}.gallery-title{color:#fff;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;text-shadow:0 2px 4px #0000004d}@media (max-width:768px){.gallery-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.gallery-title{font-size:1.125rem;padding:1.5rem}}@media (max-width:480px){.gallery-grid{gap:.75rem}.gallery-title{font-size:.9375rem;padding:1rem}}.instructor-section{background:#fff;padding:4rem 0}.instructor-card{align-items:center;background:#f8fafc;background:var(--background);border-radius:2.5rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-lg);display:flex;gap:4rem;padding:4rem}.instructor-image{border-radius:2rem;box-shadow:0 20px 40px #0000001a;flex-shrink:0;height:300px;overflow:hidden;width:300px}.instructor-image img{height:100%;object-fit:cover;width:100%}.instructor-info .label{color:#6366f1;color:var(--primary);display:block;font-size:.875rem;font-weight:700;letter-spacing:.1em;margin-bottom:1rem}.instructor-info h2{font-size:3rem;margin-bottom:1.5rem}.instructor-desc{color:#64748b;color:var(--muted);font-size:1.125rem;line-height:1.8;margin-bottom:2.5rem}.instructor-stats{display:flex;gap:3rem}.stat{display:flex;flex-direction:column}.stat-value{color:#0f172a;color:var(--foreground);font-family:Outfit,sans-serif;font-size:2rem;font-weight:700}.stat-label{color:#64748b;color:var(--muted);font-size:.875rem;font-weight:600}@media (max-width:992px){.instructor-card{flex-direction:column;gap:2.5rem;padding:3rem 2rem;text-align:center}.instructor-stats{justify-content:center}}@media (max-width:576px){.instructor-image{height:200px;width:200px}.instructor-info h2{font-size:2rem}.highlights-grid{grid-template-columns:1fr}}.modern-footer{background:#0b0f1a;border-top:1px solid #ffffff0d;color:#fff;margin-top:4rem;overflow:hidden;padding:5rem 0 3rem;position:relative}.footer-glow{background:radial-gradient(circle,#6366f11a 0,#0000 70%);height:300px;pointer-events:none;position:absolute;right:-50px;top:-100px;width:300px}.footer-content-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1.5fr .8fr 1fr 1fr;margin-bottom:4rem}.footer-logo{color:#fff;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.25rem}.footer-logo span{color:#6366f1;color:var(--primary);font-weight:400}.footer-tagline{color:#94a3b8;font-size:.875rem;line-height:1.6;margin-bottom:1.5rem;max-width:320px}.social-group{display:flex;gap:.875rem}.social-circle{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;color:#94a3b8;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-circle:hover{background:#6366f1;background:var(--primary);border-color:#6366f1;border-color:var(--primary);color:#fff;transform:translateY(-3px)}.footer-heading{color:#fff;font-family:Outfit,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.05em;margin-bottom:1.5rem;text-transform:uppercase}.footer-links-list{list-style:none;padding:0}.footer-links-list li{margin-bottom:.875rem}.footer-contact-text,.footer-info-text,.footer-links-list a{align-items:center;color:#94a3b8;display:flex;font-size:.875rem;gap:.6rem;text-decoration:none;transition:color .2s}.footer-links-list a:hover{color:#fff}.footer-email-link{color:#6366f1;color:var(--primary);font-size:.875rem;font-weight:600;text-decoration:none}.footer-bottom-divider{background:#ffffff0d;height:1px;margin-bottom:2rem}.footer-bottom-info{align-items:center;color:#475569;display:flex;font-size:.8125rem;justify-content:space-between}.footer-legal-links{display:flex;gap:1.5rem}.footer-legal-links a{color:#475569;text-decoration:none}@media (max-width:992px){.footer-content-grid{gap:2.5rem;grid-template-columns:1fr}.brand-col{grid-column:span 1}}@media (max-width:576px){.footer-content-grid{grid-template-columns:1fr}.brand-col{grid-column:span 1}.footer-bottom-info{flex-direction:column;gap:1rem}}.register-page{background:#fdfdfd;min-height:100vh;padding:4rem 0}.back-btn{align-items:center;background:none;color:#64748b;color:var(--muted);display:flex;font-weight:500;gap:.5rem;margin-bottom:2rem;transition:color .2s}.back-btn:hover{color:#6366f1;color:var(--primary)}.register-layout{grid-gap:2.5rem;align-items:start;display:grid;gap:2.5rem;grid-template-columns:1fr 350px}.register-card{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:1.5rem;box-shadow:0 4px 20px #0000000d;padding:3rem}.card-header{margin-bottom:2.5rem}.card-header h2{font-size:2rem;margin-bottom:.5rem}.card-header p{color:#64748b;color:var(--muted)}.register-form{gap:1.5rem}.form-group,.register-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#1e293b;color:var(--card-foreground);font-size:.875rem;font-weight:600}.input-wrapper{align-items:center;background:#f1f5f9;background:var(--input);border:1px solid #0000;border-radius:.75rem;display:flex;gap:.75rem;padding:0 1rem;transition:all .2s}.input-wrapper:focus-within{background:#fff;border-color:#6366f1;border-color:var(--primary);box-shadow:0 0 0 4px #6366f133;box-shadow:0 0 0 4px var(--ring)}.input-wrapper.error{background:snow;border-color:#ef4444;border-color:var(--error)}.input-wrapper svg{color:#94a3b8;color:var(--muted-foreground)}.input-wrapper input{background:#0000;border:none;font-size:1rem;padding:1rem 0;width:100%}.error-text{color:#ef4444;color:var(--error);font-size:.75rem;font-weight:500}.payment-info{background:#f1f5f9;background:var(--input);border-radius:1rem;margin:.5rem 0;padding:1.5rem}.price-breakdown{color:#64748b;color:var(--muted);display:flex;font-size:.875rem;justify-content:space-between;margin-bottom:.5rem}.total{border-top:1px solid #e2e8f0;border-top:1px solid var(--border);justify-content:space-between;padding-top:.5rem}.submit-btn,.total{display:flex;font-size:1.125rem;font-weight:700}.submit-btn{align-items:center;background:#6366f1;background:var(--primary);border-radius:1rem;color:#fff;gap:.75rem;justify-content:center;padding:1.25rem;transition:all .3s}.submit-btn:hover:not(:disabled){background:#4f46e5;background:var(--primary-hover);box-shadow:0 8px 20px #6366f14d;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.7}.secure-badge{align-items:center;color:#64748b;color:var(--muted);display:flex;font-size:.75rem;gap:.5rem;justify-content:center}.order-summary{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:1.5rem;padding:2rem;position:sticky;top:2rem}.order-summary h3{font-size:1.25rem;margin-bottom:1.5rem}.summary-item{display:flex;flex-direction:column;margin-bottom:1.25rem}.summary-item .label{color:#64748b;color:var(--muted);font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.summary-item .value{color:#0f172a;color:var(--foreground);font-weight:600}.ticket-preview{background:#f8fafc;border-radius:1rem;margin-top:2rem;overflow:hidden;position:relative}.ticket-top{border-bottom:2px dashed #e2e8f0;height:40px;position:relative}.circle{background:#fff;border-radius:50%;height:20px;position:absolute;top:30px;width:20px}.circle.left{left:-10px}.circle.right{right:-10px}.ticket-body{padding:2rem;text-align:center}.barcode{background:repeating-linear-gradient(90deg,#1e293b,#1e293b 2px,#0000 0,#0000 4px);height:40px;margin-bottom:1rem;opacity:.5}.ticket-body span{color:#64748b;color:var(--muted);font-size:.75rem;font-weight:700;letter-spacing:.2em}.loading-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;display:flex;height:100%;justify-content:center;left:0;position:fixed;text-align:center;top:0;width:100%;z-index:1000}.loading-content{max-width:400px;padding:2rem}.payment-spinner{height:80px;margin:0 auto 2rem;position:relative;width:80px}.spinner-inner{animation:spin 1s linear infinite;border:4px solid #f1f5f9;border-top-color:#6366f1;border:4px solid var(--input);border-radius:50%;border-top-color:var(--primary);height:100%;position:absolute;width:100%}.spinner-icon{color:#6366f1;color:var(--primary);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.loading-steps{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-top:2rem}.step{color:#64748b;color:var(--muted);font-size:.75rem;font-weight:600}.step.active{color:#6366f1;color:var(--primary)}.step-line{background:#e2e8f0;background:var(--border);height:2px;width:30px}.success-page{align-items:center;background:#f8fafc;display:flex;justify-content:center;min-height:100vh;padding:2rem 0}.success-card{background:#fff;border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:2rem;box-shadow:0 20px 40px #0000000d;margin:0 auto;max-width:550px;padding:4rem 3rem;text-align:center}.success-icon-wrapper{display:flex;justify-content:center;margin-bottom:2rem}.success-icon{color:#10b981;color:var(--success)}.success-title{color:#0f172a;color:var(--foreground);font-size:2.5rem;margin-bottom:1rem}.success-subtitle{color:#64748b;color:var(--muted);font-size:1.125rem;margin-bottom:2.5rem}.event-details-box{background:#f1f5f9;background:var(--input);border-radius:1.5rem;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:1.5rem}.detail-row{align-items:center;color:#1e293b;color:var(--card-foreground);display:flex;font-weight:500;gap:1rem}.detail-row svg{color:#6366f1;color:var(--primary)}.instructions{align-items:center;border:1px dashed #e2e8f0;border:1px dashed var(--border);border-radius:1rem;display:flex;gap:1rem;margin-bottom:2.5rem;padding:1.5rem;text-align:left}.instruction-icon{color:#64748b;color:var(--muted);flex-shrink:0}.instructions p{color:#64748b;color:var(--muted);font-size:.875rem;line-height:1.5}.actions{display:flex;flex-direction:column;gap:1rem}.whatsapp-btn{align-items:center;background:#25d366;border-radius:1rem;color:#fff;display:flex;font-size:1.125rem;font-weight:700;gap:.75rem;justify-content:center;padding:1.25rem;transition:all .3s}.whatsapp-btn:hover{background:#128c7e;box-shadow:0 8px 20px #25d3664d;transform:translateY(-2px)}.outline-btn{align-items:center;background:#0000;border-radius:1rem;color:#64748b;color:var(--muted);display:flex;font-weight:600;gap:.5rem;justify-content:center;padding:1rem;transition:all .2s}.outline-btn:hover{color:#6366f1;color:var(--primary)}.failure-page{align-items:center;background:snow;display:flex;justify-content:center;min-height:100vh;padding:2rem 0}.failure-card{background:#fff;border:1px solid #fee2e2;border-radius:2rem;box-shadow:0 20px 40px #ef44440d;margin:0 auto;max-width:500px;padding:4rem 3rem;text-align:center}.failure-icon-wrapper{display:flex;justify-content:center;margin-bottom:2rem}.failure-icon{color:#ef4444;color:var(--error)}.failure-title{color:#1e293b;font-size:2.25rem;margin-bottom:1rem}.failure-subtitle{color:#64748b;color:var(--muted);font-size:1rem;line-height:1.6;margin-bottom:2rem}.error-box{background:#fff1f2;border:1px solid #ffe4e6;border-radius:1rem;color:#e11d48;font-size:.875rem;font-weight:500;margin-bottom:2.5rem;padding:1rem}.error-box,.retry-btn{align-items:center;display:flex;gap:.75rem;justify-content:center}.retry-btn{background:#0f172a;background:var(--foreground);border-radius:1rem;color:#fff;font-size:1.125rem;font-weight:700;padding:1.25rem;transition:all .3s}.retry-btn:hover{background:#000;box-shadow:0 8px 20px #0000001a;transform:translateY(-2px)}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}@media (max-width:992px){.register-layout{grid-template-columns:1fr}.order-summary{order:-1;position:static}}@media (max-width:1024px){.details-grid{gap:2rem}}@media (max-width:768px){.hero{min-height:auto;padding:4rem 0 3rem}.hero-title{font-size:2.75rem!important}.hero-actions{flex-direction:column;gap:1.25rem;margin:0 auto;max-width:320px;width:100%}.btn-primary{justify-content:center;width:100%}.price-tag{font-size:1.125rem}.details-section{padding:3rem 0 2rem}.instructor-card{padding:2.5rem 1.5rem}.instructor-info h2{font-size:2.25rem}.section-title{font-size:2rem}.highlights-section,.instructor-section,.modern-footer{padding:3rem 0}}@media (max-width:576px){.hero-title{font-size:2.25rem!important}.countdown-timer{gap:.25rem}.timer-item{min-width:55px;padding:.5rem}.timer-separator,.timer-value{font-size:1.25rem}.detail-card{padding:3rem 1.5rem 2rem;text-align:center}.icon-primary{height:56px;margin:0 auto .75rem;padding:14px;position:static;transform:none;width:56px}.detail-card:hover .icon-primary{transform:scale(1.1) rotate(-5deg)}.detail-card p{font-size:1.125rem}.gallery-title{font-size:1.25rem}.footer-content-grid{gap:2rem}.footer-logo{font-size:1.25rem}.register-card{padding:1.5rem!important}.card-header h2{font-size:1.5rem!important}.batch-selection{grid-template-columns:1fr!important}}@media (max-width:768px){.details-section{padding:2rem 0 1.5rem}.details-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}.detail-card{align-items:center;background:linear-gradient(180deg,#ffffffd9,#fffc);border:1px solid #0f172a08;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-md);display:flex;gap:1rem;padding:1.25rem;transition:transform .18s ease,box-shadow .18s ease}.detail-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.detail-card .icon-primary{align-items:center;background:linear-gradient(135deg,#6366f1,#ec4899);background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:12px;box-shadow:0 6px 18px #6366f11f;color:#fff;display:inline-flex;flex-shrink:0;height:56px;justify-content:center;padding:10px;width:56px}.detail-card h3{font-size:1.125rem;margin:0}.detail-card p{color:#64748b;color:var(--muted);margin:0}}@media (max-width:420px){.detail-card{flex-direction:column;padding:1rem .75rem;text-align:center}.detail-card .icon-primary{border-radius:14px;height:64px;margin-bottom:.5rem;width:64px}.details-grid{gap:.75rem}.hero{align-items:flex-start;min-height:55vh;padding:1.25rem 0 1rem}.hero-banner img{display:block;height:100vh;object-position:center top}.hero-overlay{background:linear-gradient(180deg,#0f172ad9,#0f172af2)}}*{box-sizing:border-box;margin:0;padding:0}body,html{-webkit-overflow-scrolling:touch;margin:0;padding:0;touch-action:pan-y}#root,body,html{max-width:100%;overflow-x:hidden;position:relative;width:100%}body{-webkit-font-smoothing:antialiased;background-color:#f8fafc;background-color:var(--background);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}body,h1,h2,h3,h4,h5,h6{color:#0f172a;color:var(--foreground)}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:700}a{color:inherit;text-decoration:none}button{border:none;cursor:pointer}button,input{font-family:inherit;outline:none}.container{margin:0 auto;max-width:1200px;padding:0 1.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.glass{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff4d}.text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#ec4899);background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f8fafc;background:var(--background)}::-webkit-scrollbar-thumb{background:#94a3b8;background:var(--muted-foreground);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#64748b;background:var(--muted)}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}
/*# sourceMappingURL=main.76b0fe22.css.map*/