*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(180deg,#fff,#f8fafc 50%,#fff);background-attachment:fixed;color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}.App{display:flex;flex-direction:column;min-height:100vh}section{margin:0 auto;max-width:1200px;padding:80px 20px;width:100%}@media (max-width:768px){section{padding:60px 15px}}@media (max-width:480px){section{padding:50px 10px}}.header{-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);background:#fffffffa;border-bottom:1px solid #667eea1a;box-shadow:0 4px 20px #00000014;left:0;position:fixed;right:0;top:0;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:1000}.header.scrolled{background:#fffffffc;box-shadow:0 8px 30px #667eea26}.header-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.header-container,.logo{align-items:center;display:flex}.logo{background:none;border:none;cursor:pointer;height:70px;padding:0}.logo,.logo-image{transition:all .3s ease}.logo-image{display:block;height:65px;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;max-width:200px;object-fit:contain;width:auto}.logo:hover .logo-image{filter:brightness(1.1);transform:scale(1.08)}.logo:active{transform:scale(.98)}@keyframes gradientShift{0%,to{background-position:0}50%{background-position:100%}}.nav{align-items:center;display:flex;gap:1.5rem}.nav-link{background:none;border:none;border-radius:6px;color:#475569;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.nav-link:hover{background:#f1f5f9;color:#1e40af}.nav-link.cta-button{background:linear-gradient(135deg,#1e40af,#2563eb);box-shadow:0 4px 15px #1e40af4d;color:#fff;overflow:hidden;padding:.7rem 1.8rem;position:relative}.nav-link.cta-button:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.nav-link.cta-button:hover:before{left:100%}.nav-link.cta-button:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 8px 25px #1e40af80;transform:translateY(-3px) scale(1.05)}@media (max-width:768px){.header-container{flex-wrap:wrap;padding:.8rem 1rem}.logo{height:55px}.logo-image{height:50px}.nav{flex-wrap:wrap;gap:.3rem;justify-content:flex-end;margin-top:.5rem;width:100%}.nav-link{font-size:.8rem;padding:.4rem .7rem}.nav-link.cta-button{font-size:.8rem;padding:.5rem 1rem}}@media (max-width:480px){.header-container{align-items:flex-start;flex-direction:column}.nav{justify-content:space-between;margin-top:.8rem;width:100%}.nav-link{flex:1 1;font-size:.75rem;padding:.4rem .5rem;text-align:center}.nav-link.cta-button{flex:1.5 1}}.hero{align-items:center;background:linear-gradient(135deg,#1e40af,#2563eb 50%,#0891b2);color:#fff;display:flex;min-height:100vh;overflow:hidden;padding:160px 20px 100px;position:relative}.hero:before{animation:backgroundMove 20s ease-in-out infinite;background:radial-gradient(circle at 20% 50%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff1a 0,#0000 50%),url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.4;position:absolute;right:0;top:0}@keyframes backgroundMove{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-20px,-20px) scale(1.1)}}.hero:after{animation:rotate 30s linear infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hero-container{margin:0 auto;max-width:1200px;position:relative;z-index:1}.hero-content{margin:0 auto;max-width:800px;text-align:center}.hero-badge{animation:float 3s ease-in-out infinite;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff40;border:2px solid #fff6;border-radius:50px;box-shadow:0 8px 32px #0000001a;display:inline-block;font-size:.95rem;font-weight:600;margin-bottom:2.5rem;padding:.7rem 2rem;transform-origin:center}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-title{animation:fadeInUp 1s ease-out;font-size:4rem;font-weight:900;letter-spacing:-.03em;line-height:1.1;margin-bottom:2rem;text-shadow:0 4px 20px #0003}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text;display:block}@keyframes shimmer{to{background-position:200%}}.hero-description{font-size:1.25rem;line-height:1.8;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.95}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:4rem}.btn{border:none;border-radius:12px;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.btn-primary{background:#fff;box-shadow:0 8px 25px #00000040,0 0 0 0 #ffffffb3;color:#1e40af;overflow:hidden;position:relative}.btn-primary:before{background:#1e40af1a;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.btn-primary:hover:before{height:300px;width:300px}.btn-primary:hover{box-shadow:0 12px 35px #00000059,0 0 0 4px #ffffff4d;transform:translateY(-4px) scale(1.05)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff;overflow:hidden;position:relative}.btn-secondary:before{background:#fff;content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .3s;width:100%;z-index:-1}.btn-secondary:hover:before{left:0}.btn-secondary:hover{background:#fff;box-shadow:0 8px 25px #ffffff4d;color:#1e40af;transform:translateY(-4px) scale(1.05)}.hero-stats{display:flex;flex-wrap:wrap;gap:4rem;justify-content:center}.stat-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:20px;min-width:150px;padding:2rem 2.5rem;text-align:center;transition:all .3s ease}.stat-item:hover{background:#ffffff40;box-shadow:0 15px 40px #0003;transform:translateY(-10px) scale(1.05)}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#fbbf24);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:900;margin-bottom:.5rem;text-shadow:0 0 30px #fbbf2480}.stat-label{font-size:1rem;font-weight:600;letter-spacing:.5px;opacity:.95}@media (max-width:768px){.hero{min-height:auto;padding:100px 15px 60px}.hero-content{padding:0}.hero-badge{font-size:.85rem;margin-bottom:1.5rem;padding:.6rem 1.5rem}.hero-title{font-size:2rem;line-height:1.2;margin-bottom:1.5rem}.gradient-text{display:inline}.hero-description{font-size:1rem;margin-bottom:2rem;padding:0 1rem}.hero-buttons{align-items:stretch;flex-direction:column;gap:.8rem;margin-bottom:3rem}.btn{font-size:.95rem;padding:.9rem 1.5rem;width:100%}.hero-stats{flex-wrap:wrap;gap:1.5rem}.stat-item{flex:1 1;min-width:120px;min-width:auto;padding:1.5rem}.stat-number{font-size:2rem}.stat-label{font-size:.85rem}}@media (max-width:480px){.hero{padding:90px 10px 50px}.hero-title{font-size:1.75rem}.hero-description{font-size:.95rem}.hero-stats{flex-direction:column;gap:1rem}.stat-item{width:100%}}.foundation-program{background:linear-gradient(180deg,#fff,#f8fafc);padding:120px 20px;position:relative}.foundation-program:before{background:linear-gradient(90deg,#0000,#667eea,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.container{margin:0 auto;max-width:1200px}.section-header{margin-bottom:4rem;text-align:center}.section-badge{background:linear-gradient(135deg,#1e40af,#2563eb);border-radius:50px;box-shadow:0 8px 25px #1e40af4d;color:#fff;display:inline-block;font-size:1rem;font-weight:700;margin-bottom:1.5rem;overflow:hidden;padding:.8rem 2rem;position:relative}.section-badge:before{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e293b,#1e40af);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:900;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.5rem}.section-subtitle{color:#64748b;font-size:1.1rem;line-height:1.7;margin:0 auto;max-width:800px}.program-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:1400px}.program-card{background:#fff;border:2px solid #e2e8f0;border-radius:24px;box-shadow:0 4px 20px #0000000d;display:flex;flex-direction:column;overflow:hidden;padding:2rem 1.75rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.program-card:before{background:linear-gradient(90deg,#1e40af,#2563eb);box-shadow:0 0 20px #1e40af80;content:"";height:5px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .4s ease}.program-card:after{background:radial-gradient(circle,#667eea0d 0,#0000 70%);content:"";height:200%;opacity:0;position:absolute;right:-50%;top:-50%;transition:opacity .4s ease;width:200%}.program-card:hover{border-color:#2563eb;box-shadow:0 20px 50px #1e40af33,0 0 0 1px #1e40af1a;transform:translateY(-10px) scale(1.02)}.program-card:hover:before{transform:scaleX(1)}.program-card:hover:after{opacity:1}.card-icon{align-items:center;background:linear-gradient(135deg,#1e40af,#2563eb 50%,#0891b2);border-radius:16px;box-shadow:0 8px 20px #1e40af4d;color:#fff;display:flex;flex-shrink:0;height:60px;justify-content:center;margin-bottom:1.25rem;overflow:hidden;position:relative;transition:all .3s ease;width:60px}.card-icon:before{background:radial-gradient(circle,#fff3 0,#0000 70%);content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transition:opacity .3s ease;width:200%}.card-icon:hover{box-shadow:0 12px 30px #1e40af66;transform:translateY(-5px) scale(1.1)}.card-icon:hover:before{opacity:1}.card-icon svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:32px;position:relative;width:32px;z-index:1}.card-title{color:#1e293b;font-size:1.35rem;font-weight:700;line-height:1.3;margin-bottom:.75rem}.card-description{color:#64748b;font-size:.95rem;line-height:1.6;margin-bottom:.75rem}.card-duration{font-size:2.5rem}.card-duration,.fee-amount{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#2563eb);-webkit-background-clip:text;background-clip:text;font-weight:900;margin-bottom:1rem}.fee-amount{font-size:3rem}.feature-list{flex-grow:1;list-style:none;margin:.75rem 0;padding:0}.feature-list li{border-bottom:1px solid #f1f5f9;color:#475569;font-size:.9rem;line-height:1.6;padding:.6rem 0 .6rem 1.25rem;position:relative;transition:all .3s ease}.feature-list li:before{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;content:"";height:8px;left:0;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .3s ease;width:8px}.feature-list li:hover{color:#1e40af;font-weight:600;padding-left:2rem}.feature-list li:hover:before{opacity:1}.feature-list li:last-child{border-bottom:none}.card-note{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-left:4px solid #2563eb;border-radius:12px;box-shadow:0 2px 10px #0000000d;color:#475569;font-size:.85rem;line-height:1.6;margin-top:1rem;padding:1rem}.motivation-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0 50%,#f1f5f9);border:1px solid #667eea1a;border-radius:30px;box-shadow:0 10px 40px #00000014;margin-top:4rem;overflow:hidden;padding:4rem;position:relative}.motivation-section:before{animation:rotate 20s linear infinite;background:radial-gradient(circle,#667eea0d 0,#0000 70%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}.motivation-content{margin:0 auto;max-width:900px;text-align:center}.motivation-title{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.motivation-text{color:#475569;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.motivation-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.motivation-item{background:#fff;border:2px solid #0000;border-radius:15px;box-shadow:0 4px 15px #00000014;color:#1e293b;font-weight:600;padding:1.2rem;transition:all .3s ease}.motivation-item:hover{background:linear-gradient(135deg,#fff,#f8fafc);border-color:#2563eb;box-shadow:0 8px 25px #1e40af33;transform:translateY(-5px) scale(1.05)}.motivation-quote{color:#667eea;font-size:1.2rem;font-style:italic;font-weight:600;margin-top:1.5rem}@media (max-width:768px){.foundation-program{padding:80px 15px}.section-header{margin-bottom:2.5rem}.section-badge{font-size:.9rem;padding:.6rem 1.5rem}.section-title{font-size:1.8rem;margin-bottom:1rem}.section-subtitle{font-size:1rem;padding:0 1rem}.program-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.program-card{border-radius:20px;padding:1.75rem 1.25rem}.card-icon{height:60px;margin-bottom:1.2rem;width:60px}.card-icon svg{height:28px;width:28px}.card-title{font-size:1.3rem}.card-description{font-size:.95rem}.card-duration{font-size:2rem}.fee-amount{font-size:2.2rem}.feature-list li{font-size:.9rem;padding:.6rem 0 .6rem 1.2rem}.motivation-section{border-radius:20px;margin-top:3rem;padding:2.5rem 1.5rem}.motivation-title{font-size:1.5rem;margin-bottom:1.2rem}.motivation-text{font-size:1rem;margin-bottom:1.5rem}.motivation-grid{gap:.8rem;grid-template-columns:1fr}.motivation-item{font-size:.95rem;padding:1rem}.motivation-quote{font-size:1.1rem;margin-top:1.2rem}}@media (max-width:480px){.program-grid{gap:1.25rem;grid-template-columns:1fr}.program-card{padding:1.5rem 1.25rem}}.icon-3d{align-items:center;display:flex;height:100%;justify-content:center;perspective:1000px;transform-style:preserve-3d;width:100%}.icon-3d,.icon-3d svg{transition:all .4s cubic-bezier(.4,0,.2,1)}.icon-3d svg{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.graduation-cap-3d{animation:float3d 3s ease-in-out infinite}.graduation-cap-3d:hover{transform:rotateY(15deg) rotateX(-10deg) translateZ(20px)}.graduation-cap-3d:hover svg{filter:drop-shadow(0 8px 16px rgba(30,64,175,.4));transform:scale(1.1)}.code-3d{animation:float3d 3s ease-in-out .2s infinite}.code-3d:hover{transform:rotateY(-15deg) rotateX(10deg) translateZ(20px)}.code-3d:hover svg{filter:drop-shadow(0 8px 16px rgba(30,64,175,.4));transform:scale(1.1) rotate(5deg)}.clock-3d{animation:float3d 3s ease-in-out .4s infinite}.clock-3d:hover{transform:rotate(15deg) rotateY(10deg) translateZ(20px)}.clock-3d:hover svg{filter:drop-shadow(0 8px 16px rgba(30,64,175,.4));transform:scale(1.1)}.book-3d{animation:float3d 3s ease-in-out .6s infinite}.book-3d:hover{transform:rotateX(15deg) rotateY(-10deg) translateZ(20px)}.book-3d:hover svg{filter:drop-shadow(0 8px 16px rgba(30,64,175,.4));transform:scale(1.1)}.dollar-3d{animation:float3d 3s ease-in-out .8s infinite}.dollar-3d:hover{transform:rotateY(20deg) rotate(-5deg) translateZ(20px)}.dollar-3d:hover svg{filter:drop-shadow(0 8px 16px rgba(30,64,175,.4));transform:scale(1.1) rotate(10deg)}.star-3d{animation:float3d 3s ease-in-out 1s infinite}.star-3d:hover{transform:rotate(20deg) rotateY(15deg) translateZ(20px)}.star-3d:hover svg{filter:drop-shadow(0 8px 16px rgba(251,191,36,.4));transform:scale(1.1) rotate(15deg)}.check-3d{animation:pulse3d 2s ease-in-out infinite}.check-3d:hover{transform:rotateY(15deg) scale(1.2) translateZ(20px)}.check-3d:hover svg{filter:drop-shadow(0 8px 16px rgba(16,185,129,.4))}.user-3d{animation:float3d 3s ease-in-out 1.2s infinite}.user-3d:hover{transform:rotateY(-15deg) rotateX(10deg) translateZ(20px)}.user-3d:hover svg{filter:drop-shadow(0 8px 16px rgba(30,64,175,.4));transform:scale(1.1)}.laptop-3d{animation:float3d 3s ease-in-out 1.4s infinite}.laptop-3d:hover{transform:rotateX(-15deg) rotateY(10deg) translateZ(20px)}.laptop-3d:hover svg{filter:drop-shadow(0 8px 16px rgba(30,64,175,.4));transform:scale(1.1)}.briefcase-3d{animation:float3d 3s ease-in-out 1.6s infinite}.briefcase-3d:hover{transform:rotateY(15deg) rotateX(-5deg) translateZ(20px)}.briefcase-3d:hover svg{filter:drop-shadow(0 8px 16px rgba(30,64,175,.4));transform:scale(1.1)}.chart-3d{animation:float3d 3s ease-in-out 1.8s infinite}.chart-3d:hover{transform:rotate(-15deg) rotateY(10deg) translateZ(20px)}.chart-3d:hover svg{filter:drop-shadow(0 8px 16px rgba(30,64,175,.4));transform:scale(1.1)}.building-3d{animation:float3d 3s ease-in-out 2s infinite}.building-3d:hover{transform:rotateY(-10deg) rotateX(5deg) translateZ(20px)}.building-3d:hover svg{filter:drop-shadow(0 8px 16px rgba(30,64,175,.4));transform:scale(1.1)}.globe-3d{animation:rotate3d 4s linear infinite}.globe-3d:hover{transform:rotateY(180deg) scale(1.15) translateZ(20px)}.globe-3d:hover svg{filter:drop-shadow(0 8px 16px rgba(30,64,175,.4))}.phone-3d{animation:float3d 3s ease-in-out 2.2s infinite}.phone-3d:hover{transform:rotateY(15deg) rotate(-5deg) translateZ(20px)}.phone-3d:hover svg{filter:drop-shadow(0 8px 16px rgba(37,211,102,.4));transform:scale(1.1)}.mail-3d{animation:float3d 3s ease-in-out 2.4s infinite}.mail-3d:hover{transform:rotateX(15deg) rotateY(-10deg) translateZ(20px)}.mail-3d:hover svg{filter:drop-shadow(0 8px 16px rgba(30,64,175,.4));transform:scale(1.1)}.mappin-3d{animation:bounce3d 2s ease-in-out infinite}.mappin-3d:hover{transform:rotateY(15deg) rotateX(-10deg) translateZ(20px) scale(1.1)}.mappin-3d:hover svg{filter:drop-shadow(0 8px 16px rgba(245,158,11,.4))}@keyframes float3d{0%,to{transform:translateY(0) rotateY(0) rotateX(0)}50%{transform:translateY(-10px) rotateY(5deg) rotateX(2deg)}}@keyframes rotate3d{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}@keyframes pulse3d{0%,to{transform:scale(1) rotateY(0)}50%{transform:scale(1.05) rotateY(5deg)}}@keyframes bounce3d{0%,to{transform:translateY(0) rotateY(0)}50%{transform:translateY(-8px) rotateY(10deg)}}.career-restart-program{background:linear-gradient(180deg,#fff,#f8fafc 50%,#fff);padding:120px 20px;position:relative}.career-restart-program:before{background:linear-gradient(90deg,#0000,#2563eb,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.hero-message{margin:3rem 0}.message-box{background:linear-gradient(135deg,#1e40af,#2563eb 50%,#0891b2);border-radius:30px;box-shadow:0 20px 60px #1e40af66,0 0 0 1px #ffffff1a;color:#fff;overflow:hidden;padding:4rem;position:relative;text-align:center}.message-box:before{animation:rotate 20s linear infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}.message-box p{font-size:1.3rem;font-weight:500;margin:1rem 0}.question{opacity:.95}.problem{font-size:1.4rem!important;font-weight:600!important}.solution{font-size:1.5rem!important;font-weight:700!important;margin-top:1.5rem!important}.tagline-section{margin:5rem 0;padding:2rem 0;text-align:center}.tagline-container{background:#fff!important;border:2px solid #e2e8f0;border-radius:30px;box-shadow:0 20px 60px #1e40af26,0 0 0 2px #1e40af33;isolation:isolate;margin:0 auto;max-width:1000px;overflow:visible;padding:4rem 3rem;position:relative}.tagline-container:before{background:linear-gradient(90deg,#1e40af,#2563eb 50%,#0891b2);border-radius:30px 30px 0 0;content:"";height:6px;left:0;position:absolute;right:0;top:0}.tagline{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0000!important;color:#0f172a!important;display:block;font-size:2rem;font-style:italic;font-weight:800;letter-spacing:-.01em;line-height:1.8;margin:0;mix-blend-mode:normal;padding:0 2rem;position:relative;text-shadow:0 1px 3px #fffc;z-index:10}.quote-mark{animation:fadeInQuote 1s ease-out;color:#1e40af14;font-family:Georgia,serif;font-size:8rem;font-weight:900;line-height:1;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;z-index:1}.quote-start{left:20px;top:-10px;transform:rotate(-10deg)}.quote-end{bottom:-30px;right:30px;transform:rotate(180deg)}@keyframes fadeInQuote{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.highlights-title{margin-bottom:2rem}.highlights-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.highlight-item{align-items:center;background:#fff;border:2px solid #0000;border-radius:12px;box-shadow:0 2px 10px #0000000d;color:#1e293b;display:flex;font-weight:500;gap:1rem;padding:1.5rem;transition:all .3s ease}.highlight-item:hover{background:linear-gradient(135deg,#fff,#f8fafc);border-color:#2563eb;box-shadow:0 12px 35px #1e40af40;transform:translateY(-8px) scale(1.03)}.highlight-icon{background:#10b981;border-radius:50%;display:inline-flex;height:20px;width:20px}.highlight-icon:after{background:#fff;border-radius:50%;content:"";height:8px;width:8px}.technologies-section{margin:4rem 0;text-align:center}.technologies-section .section-subtitle{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:2rem}.technologies-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1400px;padding:0 1rem}.tech-item{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:24px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;min-height:280px;overflow:hidden;padding:2rem 1.5rem;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.tech-item:before{background:linear-gradient(90deg,#1e40af,#2563eb 50%,#0891b2);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .4s ease}.tech-item:hover:before{transform:scaleX(1)}.tech-item:hover{border-color:#2563eb;box-shadow:0 25px 60px #1e40af4d;transform:translateY(-12px) scale(1.04)}.tech-image-wrapper{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:20px;display:flex;height:180px;justify-content:center;margin-bottom:1.5rem;padding:1.5rem;position:relative;width:100%}.tech-item:hover .tech-image-wrapper{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#bfdbfe;box-shadow:0 8px 20px #2563eb26}.tech-image{filter:drop-shadow(0 4px 12px rgba(0,0,0,.15));height:auto;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;max-height:100%;max-width:100%;min-height:140px;min-width:140px;object-fit:contain;transition:all .4s cubic-bezier(.4,0,.2,1);width:auto}.tech-item:hover .tech-image{filter:drop-shadow(0 8px 20px rgba(37,99,235,.3));transform:scale(1.1)}.tech-fallback{color:#2563eb;font-size:4rem;font-weight:700;opacity:.7}.tech-name{color:#1e293b;font-size:1.2rem;font-weight:600;letter-spacing:-.02em;line-height:1.5;margin-top:0}.program-details{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:4rem 0}.detail-card{background:#fff;border:2px solid #e2e8f0;border-radius:24px;box-shadow:0 4px 20px #0000000d;overflow:hidden;padding:3rem;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.detail-card:before{background:linear-gradient(90deg,#1e40af,#2563eb);content:"";height:5px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .4s ease}.detail-card:hover:before{transform:scaleX(1)}.detail-card:hover{border-color:#2563eb;box-shadow:0 20px 50px #1e40af33;transform:translateY(-10px) scale(1.03)}.detail-icon{align-items:center;background:linear-gradient(135deg,#1e40af,#2563eb 50%,#0891b2);border-radius:16px;box-shadow:0 8px 20px #1e40af4d;color:#fff;display:flex;height:70px;justify-content:center;margin:0 auto;overflow:hidden;position:relative;transition:all .3s ease;width:70px}.detail-icon:before{background:radial-gradient(circle,#fff3 0,#0000 70%);content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transition:opacity .3s ease;width:200%}.detail-card:hover .detail-icon{box-shadow:0 12px 30px #1e40af66;transform:translateY(-5px) scale(1.1)}.detail-card:hover .detail-icon:before{opacity:1}.detail-icon svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:32px;position:relative;width:32px;z-index:1}.detail-title{color:#1e293b;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.detail-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#2563eb);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:900;margin-bottom:.5rem}.detail-note{color:#64748b;font-size:.9rem;margin-top:1rem}.eligibility-list{list-style:none;margin:1.5rem 0;padding:0;text-align:left}.eligibility-list li{border-bottom:1px solid #f1f5f9;color:#475569;font-size:1rem;padding:.8rem 0}.eligibility-list li:last-child{border-bottom:none}.cta-section{animation:pulse 3s ease-in-out infinite;background:linear-gradient(135deg,#fbbf24,#f59e0b 50%,#f97316);border-radius:25px;box-shadow:0 15px 50px #fbbf2466;margin-top:4rem;overflow:hidden;padding:3rem;position:relative;text-align:center}.cta-section:before{animation:rotate 20s linear infinite;background:radial-gradient(circle,#fff3 0,#0000 70%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}.cta-text{color:#fff;font-size:1.5rem;font-weight:800;margin:0;position:relative;text-shadow:0 2px 10px #0003;z-index:1}@media (max-width:768px){.career-restart-program{padding:80px 15px}.section-header{margin-bottom:2rem}.section-title{font-size:1.8rem}.section-subtitle{font-size:1rem}.hero-message{margin:2rem 0}.message-box{border-radius:20px;padding:2rem 1.5rem}.message-box p{font-size:1rem;margin:.8rem 0}.problem{font-size:1.1rem!important}.solution{font-size:1.2rem!important}.tagline-section{margin:3rem 0;padding:1rem 0}.tagline-container{border-radius:20px;margin:0 .5rem;padding:2.5rem 1.5rem!important}.tagline{font-size:1.3rem!important;line-height:1.6!important;padding:0 .5rem!important}.quote-mark{font-size:4rem}.quote-start{left:10px;top:0}.quote-end{bottom:-15px;right:15px}.highlights-title{font-size:1.5rem;margin-bottom:1.5rem}.highlights-grid{gap:1rem;grid-template-columns:1fr}.highlight-item{padding:1.2rem}.technologies-section .section-subtitle{font-size:1.3rem;margin-bottom:1.5rem}.technologies-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr);padding:0 .5rem}.tech-item{min-height:260px;padding:2rem 1.25rem}.tech-image-wrapper{height:160px;margin-bottom:1.25rem;padding:1.25rem}.tech-image{min-height:120px;min-width:120px}.tech-name{font-size:1rem}.program-details{gap:1.5rem;grid-template-columns:1fr}.detail-card{padding:2rem 1.5rem}.detail-icon{height:60px;width:60px}.detail-icon svg{height:28px;width:28px}.cta-section{margin-top:2rem;padding:2rem 1.5rem}.cta-text{font-size:1.1rem}}@media (max-width:480px){.career-restart-program{padding:60px 10px}.tagline-container{margin:0;padding:2rem 1rem!important}.tagline{font-size:1.1rem!important;line-height:1.5!important;padding:0 .3rem!important}.quote-mark{font-size:3rem}.technologies-grid{gap:1.5rem;grid-template-columns:1fr;padding:0}.tech-item{min-height:300px;padding:2.5rem 1.5rem}.tech-image-wrapper{height:180px;padding:1.5rem}.tech-image{min-height:140px;min-width:140px}.tech-name{font-size:1.05rem}.quote-start{left:8px;top:5px}.quote-end{bottom:-10px;right:10px}.message-box{padding:1.5rem 1rem}.message-box p{font-size:.95rem}}.intensive-career-program{background:linear-gradient(180deg,#f8fafc,#fff 50%,#f8fafc);padding:120px 20px;position:relative}.intensive-career-program:before{background:linear-gradient(90deg,#0000,#2563eb,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.year-highlight{color:#2563eb;font-weight:600}.hero-banner{background:linear-gradient(135deg,#1e293b,#334155);border-radius:20px;box-shadow:0 10px 40px #0003;color:#fff;margin:3rem 0;padding:3rem;text-align:center}.banner-text{font-size:1.4rem;font-weight:500;line-height:1.8}.banner-text strong{color:#fbbf24;font-weight:700}.offer-banner{animation:pulse 3s ease-in-out infinite;background:linear-gradient(135deg,#fbbf24,#f59e0b 50%,#f97316);border-radius:25px;box-shadow:0 15px 50px #fbbf2466,0 0 0 1px #fff3;margin:3rem 0;overflow:hidden;padding:3.5rem;position:relative;text-align:center}@keyframes pulse{0%,to{box-shadow:0 15px 50px #fbbf2466,0 0 0 1px #fff3}50%{box-shadow:0 20px 60px #fbbf2499,0 0 0 3px #ffffff4d}}.offer-banner:before{animation:rotate 15s linear infinite;background:radial-gradient(circle,#fff3 0,#0000 70%);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}.offer-content{color:#fff}.offer-badge{background:#fff3;border-radius:50px;display:inline-block;font-size:.95rem;font-weight:600;margin-bottom:1rem;padding:.5rem 1.5rem}.offer-title{font-size:3rem;font-weight:900;margin:1rem 0;position:relative;text-shadow:0 4px 15px #0003;z-index:1}.offer-text{font-size:1.1rem;opacity:.95}.program-highlights{margin:4rem 0}.highlights-title{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:2.5rem;text-align:center}.highlights-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.highlight-card{align-items:flex-start;background:#fff;border:2px solid #e2e8f0;border-radius:16px;display:flex;gap:1.5rem;padding:2rem;transition:all .3s ease}.highlight-card:hover{background:linear-gradient(135deg,#fff,#f8fafc);border-color:#2563eb;box-shadow:0 20px 50px #1e40af40,0 0 0 1px #1e40af1a;transform:translateY(-10px) scale(1.03)}.highlight-icon{align-items:center;background:linear-gradient(135deg,#1e40af,#2563eb 50%,#0891b2);border-radius:14px;box-shadow:0 6px 18px #1e40af4d;color:#fff;display:flex;flex-shrink:0;height:60px;justify-content:center;overflow:hidden;position:relative;transition:all .3s ease;width:60px}.highlight-icon:before{background:radial-gradient(circle,#fff3 0,#0000 70%);content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transition:opacity .3s ease;width:200%}.highlight-card:hover .highlight-icon{box-shadow:0 10px 25px #1e40af66;transform:translateY(-5px) scale(1.15) rotate(5deg)}.highlight-card:hover .highlight-icon:before{opacity:1}.highlight-icon svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:28px;position:relative;width:28px;z-index:1}.highlight-content{flex:1 1}.highlight-title{color:#1e293b;font-size:1.1rem;font-weight:700;line-height:1.4;margin-bottom:.5rem}.highlight-desc{color:#64748b;font-size:.9rem;line-height:1.5}.package-section{margin:4rem 0;text-align:center}.package-title{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:2rem}.package-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:800px}.package-card{background:linear-gradient(135deg,#1e40af,#2563eb 50%,#0891b2);border-radius:25px;box-shadow:0 15px 50px #1e40af66,0 0 0 1px #ffffff1a;color:#fff;overflow:hidden;padding:3rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.package-card:before{animation:rotate 20s linear infinite;background:radial-gradient(circle,#ffffff26 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}.package-card:hover{box-shadow:0 25px 70px #1e40af80,0 0 0 2px #fff3;transform:translateY(-12px) scale(1.05)}.package-role{font-size:1.3rem;font-weight:600;margin-bottom:1rem;opacity:.95}.package-amount{font-size:3rem;font-weight:900;position:relative;text-shadow:0 4px 15px #0003;z-index:1}.fast-track-section{margin:3rem 0}.fast-track-card{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-left:5px solid #2563eb;border-radius:16px;padding:2.5rem;text-align:center}.fast-track-title{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.fast-track-text{color:#475569;font-size:1.1rem;line-height:1.7}.fee-section{margin:4rem 0}.fee-card{background:#fff;border:2px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 20px #00000014;margin:0 auto;max-width:700px;padding:3rem}.fee-title{color:#1e293b;font-size:1.8rem;font-weight:700;text-align:center}.fee-details,.fee-title{margin-bottom:2rem}.fee-discount,.fee-original{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1rem 0}.fee-discount{align-items:flex-start;border-bottom:none;flex-direction:column;gap:.5rem}.fee-label{color:#64748b;font-size:1rem;font-weight:500}.fee-value{font-size:1.8rem;font-weight:800}.fee-value.original{color:#94a3b8;text-decoration:line-through}.fee-value.discounted{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#2563eb);-webkit-background-clip:text;background-clip:text;font-size:2.5rem}.fee-gst{color:#64748b;font-size:.9rem;margin-left:.5rem}.fee-note{background:#f8fafc;border-radius:12px;padding:1.5rem;text-align:center}.fee-note p{color:#475569;font-size:1rem;line-height:1.6;margin:0}.warning-section{background:linear-gradient(135deg,#fee2e2,#fecaca);border-left:5px solid #ef4444;border-radius:16px;padding:2rem;text-align:center}.warning-text{color:#991b1b;font-size:1.2rem;font-weight:600;line-height:1.8;margin:0}@media (max-width:768px){.intensive-career-program{padding:80px 15px}.section-header{margin-bottom:2rem}.section-title{font-size:1.8rem}.section-subtitle{font-size:1rem}.hero-banner{border-radius:16px;margin:2rem 0;padding:2rem 1.5rem}.banner-text{font-size:1.1rem;line-height:1.6}.offer-banner{border-radius:20px;margin:2rem 0;padding:2.5rem 1.5rem}.offer-badge{font-size:.85rem;padding:.4rem 1.2rem}.offer-title{font-size:1.8rem;margin:.8rem 0}.offer-text{font-size:.95rem}.highlights-title{font-size:1.5rem;margin-bottom:1.5rem}.highlights-grid{gap:1rem;grid-template-columns:1fr}.highlight-card{padding:1.5rem}.highlight-icon{height:50px;width:50px}.highlight-icon svg{height:24px;width:24px}.highlight-title{font-size:1rem}.highlight-desc{font-size:.85rem}.package-title{font-size:1.5rem;margin-bottom:1.5rem}.package-cards{gap:1.5rem;grid-template-columns:1fr}.package-card{padding:2rem 1.5rem}.package-role{font-size:1.1rem}.package-amount{font-size:2.2rem}.fast-track-card{padding:2rem 1.5rem}.fast-track-title{font-size:1.2rem}.fast-track-text{font-size:1rem}.fee-card{padding:2rem 1.5rem}.fee-title{font-size:1.5rem;margin-bottom:1.5rem}.fee-value.discounted{font-size:1.8rem}.warning-section{padding:1.5rem}.warning-text{font-size:1rem;line-height:1.6}}.contact-section{background:linear-gradient(180deg,#fff,#f8fafc);padding:120px 20px;position:relative}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1.5fr;margin-top:3rem}.contact-info{gap:1.5rem}.contact-card{background:#fff;border:2px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 20px #0000000d;padding:2rem;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.contact-card:hover{border-color:#667eea;box-shadow:0 15px 40px #667eea33;transform:translateY(-8px) scale(1.02)}.contact-icon{align-items:center;background:linear-gradient(135deg,#1e40af,#2563eb 50%,#0891b2);border-radius:20px;box-shadow:0 10px 25px #1e40af4d;color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto;overflow:hidden;position:relative;transition:all .3s ease;width:80px}.contact-icon:before{background:radial-gradient(circle,#ffffff4d 0,#0000 70%);content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transition:opacity .3s ease;width:200%}.contact-icon:hover{box-shadow:0 15px 35px #1e40af66;transform:translateY(-8px) scale(1.1) rotate(5deg)}.contact-icon:hover:before{opacity:1}.contact-icon.whatsapp-icon{background:linear-gradient(135deg,#25d366,#128c7e 50%,#0d9488);box-shadow:0 10px 25px #25d3664d}.contact-icon.whatsapp-icon:hover{box-shadow:0 15px 35px #25d36666}.contact-icon.email-icon{background:linear-gradient(135deg,#1e40af,#2563eb 50%,#0891b2)}.contact-icon.location-icon{background:linear-gradient(135deg,#f59e0b,#d97706 50%,#ea580c);box-shadow:0 10px 25px #f59e0b4d}.contact-icon.location-icon:hover{box-shadow:0 15px 35px #f59e0b66}.contact-icon svg{filter:drop-shadow(0 2px 6px rgba(0,0,0,.3));height:36px;position:relative;width:36px;z-index:1}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.contact-card h3{color:#1e293b;font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.contact-card p{color:#64748b;font-size:.95rem;margin-bottom:1rem}.contact-link{border-radius:12px;color:#fff;display:inline-block;font-weight:600;margin-top:.5rem;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.whatsapp-link{background:linear-gradient(135deg,#25d366,#128c7e);box-shadow:0 4px 15px #25d3664d}.whatsapp-link:hover{box-shadow:0 8px 25px #25d36666;transform:translateY(-2px)}.email-link{background:linear-gradient(135deg,#1e40af,#2563eb);box-shadow:0 4px 15px #1e40af4d}.email-link:hover{box-shadow:0 8px 25px #1e40af66;transform:translateY(-2px)}.locations-list{display:flex;flex-direction:column;gap:.8rem;margin-top:1rem}.location-item{color:#475569;font-size:.95rem;font-weight:500;line-height:1.8;padding:.8rem 0}.location-name{color:#1e40af;font-size:1rem;font-weight:700}.phone-link{color:#2563eb;display:inline-block;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.phone-link:hover{color:#1e40af;text-decoration:underline;transform:translateX(5px)}.contact-number-display{margin-top:.5rem}.contact-form-container{background:#fff;border:2px solid #e2e8f0;border-radius:24px;box-shadow:0 10px 40px #00000014;padding:2.5rem}.form-title{color:#1e293b;font-size:1.8rem;font-weight:700;margin-bottom:2rem;text-align:center}.contact-form{display:flex;flex-direction:column}.contact-form .form-group{margin-bottom:1.5rem}.contact-form .form-group label{color:#1e293b;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.contact-form .form-group input,.contact-form .form-group textarea{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;font-family:inherit;font-size:1rem;padding:1rem 1.2rem;transition:all .3s ease;width:100%}.contact-form .form-group input:focus,.contact-form .form-group textarea:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none}.contact-form .form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.contact-form .form-success{background:#d1fae5;border:2px solid #10b981;border-radius:12px;color:#065f46}.contact-form .form-error,.contact-form .form-success{font-weight:600;margin-bottom:1.5rem;padding:1rem;text-align:center}.contact-form .form-error{background:#fee2e2;border:2px solid #ef4444;border-radius:12px;color:#991b1b}.submit-button{background:linear-gradient(135deg,#1e40af,#2563eb);border:none;border-radius:12px;box-shadow:0 4px 15px #1e40af4d;color:#fff;cursor:pointer;font-family:inherit;font-size:1.1rem;font-weight:700;margin-top:1rem;padding:1.2rem 2.5rem;transition:all .3s ease}.submit-button:hover:not(:disabled){box-shadow:0 8px 25px #1e40af66;transform:translateY(-3px)}.submit-button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:968px){.contact-content{gap:2rem}.contact-content,.contact-form .form-row{grid-template-columns:1fr}}@media (max-width:768px){.contact-section{padding:80px 15px}.section-header{margin-bottom:2.5rem}.section-title{font-size:1.8rem}.section-subtitle{font-size:1rem;padding:0 1rem}.contact-content{gap:2rem}.contact-card{padding:2rem 1.5rem}.contact-icon{height:70px;margin-bottom:1.2rem;width:70px}.contact-icon svg{height:32px;width:32px}.contact-card h3{font-size:1.2rem}.contact-card p,.contact-link{font-size:.9rem}.contact-link{padding:.7rem 1.2rem}.locations-list{gap:1rem}.location-item{padding:1rem 0}.location-name{font-size:.95rem}.phone-link{font-size:1rem}.contact-form-container{border-radius:20px;padding:2rem 1.5rem}.form-title{font-size:1.5rem;margin-bottom:1.5rem}.contact-form .form-group{margin-bottom:1.2rem}.contact-form .form-group input,.contact-form .form-group textarea{font-size:.95rem;padding:.9rem 1rem}.submit-button{font-size:1rem;padding:1rem 2rem;width:100%}}.footer{background:linear-gradient(135deg,#1e293b,#0f172a 50%,#1e293b);color:#fff;margin-top:auto;overflow:hidden;padding:5rem 20px 2rem;position:relative}.footer:before{background:linear-gradient(90deg,#0000,#667eea,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.footer:after{animation:rotate 30s linear infinite;background:radial-gradient(circle,#667eea1a 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}.footer-container{margin:0 auto;max-width:1200px}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-title{color:#fbbf24;font-size:1.3rem;font-weight:700;margin-bottom:1.5rem}.footer-text{color:#cbd5e1;font-size:.95rem;line-height:1.7;margin-bottom:1.5rem}.locations{gap:.8rem}.location-item,.locations{display:flex;flex-direction:column}.location-item{gap:.3rem;margin-bottom:.8rem}.location-label{color:#94a3b8;font-size:.9rem;font-weight:500}.footer-phone-link{color:#fbbf24;display:inline-block;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.footer-phone-link:hover{color:#f59e0b;text-decoration:underline;transform:translateX(5px)}.location-icon{font-size:1.2rem}.footer-links{display:flex;flex-direction:column;gap:.8rem;list-style:none;margin:0;padding:0}.footer-link{background:none;border:none;color:#cbd5e1;cursor:pointer;font-family:inherit;font-size:.95rem;padding:.5rem 0;text-align:left;transition:all .3s ease}.footer-link:hover{color:#fbbf24;transform:translateX(5px)}.contact-info{display:flex;flex-direction:column;gap:.8rem;margin-top:1rem}.footer-contact-link{align-items:center;border:1px solid #0000;border-radius:8px;color:#cbd5e1;display:inline-flex;font-size:.95rem;gap:.5rem;padding:.6rem 1rem;text-decoration:none;transition:all .3s ease}.footer-contact-link:hover{background:#ffffff1a;border-color:#fff3;color:#fff;transform:translateX(5px)}.footer-contact-link.whatsapp:hover{background:#25d36633;border-color:#25d36666}.footer-contact-link.email:hover{background:#1e40af33;border-color:#1e40af66}.footer-enroll-btn{background:linear-gradient(135deg,#1e40af,#2563eb);border:none;border-radius:10px;box-shadow:0 4px 15px #1e40af4d;color:#fff;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:600;margin-top:.5rem;padding:.8rem 1.5rem;transition:all .3s ease}.footer-enroll-btn:hover{box-shadow:0 8px 25px #1e40af66;transform:translateY(-2px)}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:2rem;text-align:center}.copyright{color:#94a3b8;font-size:.9rem;margin-bottom:.5rem}.tagline{color:#cbd5e1;font-size:1rem;font-weight:500}@media (max-width:768px){.footer{padding:3rem 15px 1.5rem}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-section{text-align:center}.footer-title{font-size:1.2rem;margin-bottom:1rem}.footer-text{font-size:.9rem}.footer-links,.location-item,.locations{align-items:center}.footer-link{text-align:center}.contact-info{align-items:center}.footer-contact-link{justify-content:center;text-align:center}.footer-enroll-btn{margin-top:1rem;width:100%}}.enrollment-modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.enrollment-modal{animation:slideUp .3s ease;background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.modal-close{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .3s ease;width:40px;z-index:10}.modal-close:hover{background:#e2e8f0;color:#1e293b;transform:rotate(90deg)}.modal-header{background:linear-gradient(135deg,#1e40af,#2563eb);border-radius:24px 24px 0 0;color:#fff;padding:3rem 2.5rem 2rem;text-align:center}.modal-header h2{font-size:2rem;font-weight:800;margin-bottom:.5rem}.modal-header p{font-size:1rem;opacity:.95}.enrollment-form{padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#1e293b;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;font-family:inherit;font-size:1rem;padding:.9rem 1.2rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #1e40af1a;outline:none}.form-group textarea{min-height:100px;resize:vertical}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-success{background:#d1fae5;border:2px solid #10b981;border-radius:12px;color:#065f46}.form-error,.form-success{font-weight:600;margin-bottom:1.5rem;padding:1rem;text-align:center}.form-error{background:#fee2e2;border:2px solid #ef4444;border-radius:12px;color:#991b1b}.form-actions{display:flex;gap:1rem;margin-top:2rem}.btn-cancel,.btn-submit{border:none;border-radius:12px;cursor:pointer;flex:1 1;font-family:inherit;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.btn-cancel{background:#f1f5f9;color:#64748b}.btn-cancel:hover{background:#e2e8f0;color:#1e293b}.btn-submit{background:linear-gradient(135deg,#1e40af,#2563eb);box-shadow:0 4px 15px #1e40af4d;color:#fff}.btn-submit:hover:not(:disabled){box-shadow:0 8px 25px #1e40af66;transform:translateY(-2px)}.btn-submit:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.enrollment-modal{border-radius:20px 20px 0 0;max-height:95vh;max-width:100%}.modal-header{padding:2.5rem 1.5rem 1.5rem}.modal-header h2{font-size:1.5rem}.enrollment-form{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}}.whatsapp-float{align-items:center;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:50%;bottom:30px;box-shadow:0 8px 25px #25d36666;color:#fff;display:flex;height:60px;justify-content:center;overflow:visible;position:fixed;right:30px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);width:60px;z-index:1500}.whatsapp-float:hover{box-shadow:0 12px 35px #25d36699;transform:scale(1.1) translateY(-5px)}.whatsapp-float:active{transform:scale(.95)}.whatsapp-float svg{height:32px;width:32px}.whatsapp-tooltip{background:#1e293b;border-radius:12px;box-shadow:0 4px 15px #0003;color:#fff;font-size:.9rem;font-weight:500;opacity:0;padding:.8rem 1.2rem;pointer-events:none;right:70px;transition:all .3s ease;white-space:nowrap}.whatsapp-tooltip,.whatsapp-tooltip:after{position:absolute;top:50%;transform:translateY(-50%)}.whatsapp-tooltip:after{border:8px solid #0000;border-left-color:#1e293b;content:"";left:100%}.whatsapp-float:hover .whatsapp-tooltip{opacity:1;right:75px}@media (max-width:768px){.whatsapp-float{bottom:20px;height:55px;right:20px;width:55px}.whatsapp-float svg{height:28px;width:28px}.whatsapp-tooltip{display:none}}
/*# sourceMappingURL=main.d0230a4a.css.map*/