header{width:100%;max-width:100%;background-color:#fff;height:10vh;margin:0;padding:1rem 0 1.5rem;display:grid;grid-template-columns:15% 70% 15%;position:sticky;top:0;left:0;z-index:1000;transition:.3s}#logo{max-width:150px;margin:auto}#logo-div{height:100%;display:flex;align-items:center}#header-contact-container{height:10vh;width:100%}#enrollButton{padding:1em 1.5em;color:#fff;background-color:#ff5900;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border-radius:40px;text-decoration:none;transition:all .2s;border:none;font-weight:600;margin:auto}#enrollButton:hover{background-color:#d54b00;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -2px #0006}.contact-info-container{display:flex;width:100%;gap:0px;padding:5px;justify-content:space-evenly}.header-contact-item{display:flex;align-items:center;gap:15px}@media(max-width:1025px){.header-contact-item{flex-direction:column}}.contact-icon{color:var(--primary-color)}.contact-details{display:flex;flex-direction:column;text-align:left}.contact-label{font-weight:700;color:var(--text-light);margin-bottom:2px}.contact-value{color:var(--text-light)}.menu{display:flex;border-radius:2rem;position:absolute;left:50%;bottom:-4.5vh;transform:translate(-50%);height:8vh;width:65%;border:1px solid rgba(226,232,240,.8);box-shadow:0 0 6px #0006,0 0 8px #fff6 inset;align-items:center;background-color:#fff;cursor:pointer;overflow:hidden;justify-content:space-evenly}.menuLinks{position:relative;display:inline-block;padding:10px 20px;text-decoration:none;color:var(--text-light);font-weight:700}.menuLinks:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transform:translateY(120%);border-radius:50px;background:radial-gradient(#fff9 60%,#8f8f8f2e);transition:transform .1s ease-in;z-index:1}.menuLinks:hover:after{transform:translateY(0);box-shadow:0 0 10px gray}.menuLinks span{position:relative;z-index:10}.menuLinks:hover{background-size:200% 200%}.burger-menu{background-color:#fff;border:0;display:none;flex-direction:column;margin:auto;gap:6px;cursor:pointer;z-index:1001}.burger-bar{width:30px;height:3px;background-color:var(--text-light);transition:all .3s ease;border-radius:2px}.burger-menu.active .burger-bar:nth-child(1){transform:translateY(9px) rotate(45deg)}.burger-menu.active .burger-bar:nth-child(2){opacity:0}.burger-menu.active .burger-bar:nth-child(3){transform:translateY(-9px) rotate(-45deg)}#hero{padding:0;margin:0;background:linear-gradient(135deg,#f8fafc,#fff);display:flex;align-items:center;justify-content:center;height:80vh;overflow:hidden}.hero-carousel-container{max-width:100%;margin:0;text-align:center;width:100%;height:100%}.hero-carousel-container h2{margin-bottom:3rem;font-size:2.5em;color:var(--text-light)}.hero-carousel-wrapper{position:relative;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-carousel{display:flex;width:100%;height:100%;position:relative;transition:transform .8s ease-in-out}.hero-carousel-card{width:100%;height:100%;display:flex;align-items:center;flex-shrink:0;position:relative;overflow:hidden;background-color:var(--secondary-color)}.hero-carousel-left{margin-left:7.5%;width:45%;z-index:3;color:#fff}.hero-carousel-left h2{color:#fff;font-size:2.5rem}.hero-carousel-tagline{font-size:1.25rem}.hero-carousel-subtitle{font-size:1rem}.hero-carousel-card.active{transform:translate(0);position:relative;left:auto;top:auto}.hero-carousel-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1;pointer-events:none}.hero-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background-color:#ffffffe6;border:2px solid var(--primary-color);color:var(--primary-color);width:50px;height:50px;border-radius:50%;font-size:1.5em;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 10px #0000001a}.hero-carousel-btn:hover{background-color:var(--primary-color);color:#fff;box-shadow:0 6px 15px #0003}.hero-carousel-btn-left{left:2rem}.hero-carousel-btn-right{right:2rem}.about-section{margin:0;position:relative;width:100%;padding:6rem 0;background-color:#f6f5f593;overflow:hidden;font-family:sans-serif}.about-container{position:relative;max-width:80rem;margin:0 auto;padding:0 1.5rem}.bg-grid-pattern{position:absolute;inset:0;background-image:radial-gradient(#000000 1px,transparent 2px);background-size:40px 40px;opacity:.3}.blob{position:absolute;border-radius:50%;mix-blend-mode:multiply;filter:blur(20px);opacity:.8}.blob-blue{bottom:-20rem;left:-20rem;width:70rem;height:70rem;background:radial-gradient(#89b4ef7f,#fff6,#fff3);opacity:.8}.blob-purple{top:-20rem;right:-20rem;width:50rem;height:50rem;background:radial-gradient(#ff4d003f 30%,#fff6,#fff3);opacity:.8}@media(max-width:480px){.blob-purple{opacity:.3}}.header-row{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:5rem;gap:2rem}.header-left{max-width:50rem}.gradient-text{background:linear-gradient(to right,#d54b00,#164b87);-webkit-background-clip:text;background-clip:text;color:transparent}.title-underline{height:.25rem;width:5rem;background-color:#d54b00;border-radius:9999px}.header-right{max-width:35rem;color:#475569;font-size:1.125rem;line-height:1.625}.brand-highlight{color:#164b87;font-weight:700}.values-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}.value-card{position:relative;background-color:#fff;padding:2rem;border:1px solid #f1f5f9;box-shadow:0 1px 2px #0000000d;border-radius:1rem;overflow:hidden;transition:all .3s ease}.value-card:hover{box-shadow:0 20px 25px -5px #164b8726,0 10px 10px -5px #164b871a;border-color:#e2e8f0}.card-hover-line{position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(to right,#d54b00,#164b87);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.value-card:hover .card-hover-line{transform:scaleX(1)}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.icon-box{padding:.75rem;background-color:#f8fafc;border-radius:.5rem;transition:background-color .3s;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem}.value-card:hover .icon-box{background-color:#e8f0fe}.card-icon{font-size:1.5rem;color:#334155;transition:color .3s}.value-card:hover .card-icon{color:#d54b00}.card-number{font-size:2.25rem;font-weight:300;color:#e2e8f0;font-family:serif;transition:color .3s}.value-card:hover .card-number{color:#cbd5e1}.card-title{font-size:1.25rem;font-weight:700;color:#d54b00;margin-bottom:.75rem;transition:color .3s}.value-card:hover .card-title{color:#0e3057}.card-desc{color:#475569;line-height:1.625}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin:2rem auto 0;max-width:1400px}.course-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;display:flex;flex-direction:column}.course-card:hover{transform:translateY(-8px);box-shadow:0 8px 25px #00000026}.course-card-header{height:250px;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;justify-content:center}.course-card-header h3{color:#fff;font-size:1.5em;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.5);margin:0;padding:1rem;z-index:2;position:relative}.course-card-header:after{content:"";position:absolute;inset:0;background:#0000004d;z-index:1}.course-card-body{padding:1.5rem;flex-grow:1}.course-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.course-rating .stars{color:#ffc107;font-size:1.2em;letter-spacing:2px}.course-rating .rating-number{color:var(--text-dark);font-weight:600}.course-info{display:flex;flex-direction:column;gap:.75rem}.info-item{display:flex;align-items:center;gap:.75rem;color:var(--text-dark);font-size:.95em}.info-item i{color:var(--primary-color);width:20px;text-align:center}.course-card-footer{display:flex;gap:1rem;padding:1rem 1.5rem;border-top:1px solid rgba(226,232,240,.5)}.enroll-btn{flex:1;padding:.75em 1.25em;background-color:var(--text-light);color:#fff;border:none;border-radius:5px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:flex;align-items:center;justify-content:center}.enroll-btn:hover{background-color:var(--text-dark);transform:translateY(-2px)}.curriculum-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:#fff;border:1px solid #ddd;border-radius:5px;color:var(--text-dark);font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1.2em}.curriculum-btn:hover{border-color:var(--primary-color);color:var(--primary-color);background-color:#f9f9f9}.share-btn{display:flex;align-items:center;gap:.5rem;padding:.75em 1.25em;background:#fff;border:1px solid #ddd;border-radius:5px;color:var(--text-dark);font-weight:600;cursor:pointer;transition:all .3s ease}.share-btn:hover{border-color:var(--primary-color);color:var(--primary-color);background-color:#f9f9f9}.curriculum-modal{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.curriculum-modal-content{background:#fff;border-radius:15px;max-width:700px;width:100%;max-height:85vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d}.curriculum-modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid rgba(226,232,240,.5);position:sticky;top:0;background:#fff}.curriculum-modal-header h2{margin:0;color:var(--primary-color);font-size:1.5em}.curriculum-close-btn{background:none;border:none;font-size:1.5em;color:var(--text-dark);cursor:pointer;transition:all .2s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.curriculum-close-btn:hover{color:var(--primary-color);transform:rotate(90deg)}.curriculum-modal-body{padding:2rem}.syllabus-week{margin-bottom:2rem}.syllabus-week h3{color:var(--primary-color);font-size:1.2em;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(213,75,0,.2)}.syllabus-week ul{list-style:none;padding:0;margin:0}.syllabus-week li{padding:.5rem 0 .5rem 1.5rem;color:var(--text-dark);position:relative;line-height:1.6}.syllabus-week li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700}.curriculum-modal-footer{display:flex;gap:1rem;padding:2rem;border-top:1px solid rgba(226,232,240,.5);background:#f9f9f9;position:sticky;bottom:0}.secondary-btn{padding:.75em 1.5em;background-color:#f0f0f0;color:var(--text-dark);border:1px solid #ddd;border-radius:5px;font-weight:600;cursor:pointer;transition:all .3s ease}.secondary-btn:hover{background-color:#e0e0e0;border-color:var(--text-dark)}.courses-carousel{position:relative;max-width:100%;margin:2rem auto 0;height:60vh;overflow:hidden;border-radius:15px;display:none}.success-section{position:relative;width:100%;padding:4rem 0;background-color:#ecf0f4;overflow:hidden;font-family:sans-serif}#success{margin:0}@media(max-width:480px){#success{margin-top:2rem}}.success-container{position:relative;max-width:80rem;margin:0 auto;padding:0 1.5rem}@media(min-width:1024px){.success-container{padding:0 2rem}}.header-center{text-align:center;max-width:60rem;margin:0 auto 3rem}.subtitle{color:#d54b00;font-weight:600;letter-spacing:.05em;font-size:.8rem;text-transform:uppercase;margin-bottom:.75rem;display:block}.main-title{font-size:2rem;font-weight:700;color:#164b87;line-height:1.25;margin-bottom:1rem}@media(min-width:768px){.main-title{font-size:2.5rem}}.header-desc{color:#2b3543;font-size:1rem;line-height:1.6}.highlight-banner{background:linear-gradient(to right,#fff,#f1f5f9);border-left:4px solid #d54b00;padding:1.5rem;margin-bottom:3rem;border-radius:0 1rem 1rem 0;box-shadow:0 4px 6px -1px #0000000d}.highlight-title{font-size:1.25rem;font-weight:700;color:#164b87;margin-bottom:.5rem}.highlight-text{color:#475569;font-size:.95rem}.stats-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(3,1fr)}}.stat-card{background-color:#fff;padding:1.5rem;border-radius:1rem;border:1px solid #e2e8f0;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a;border-color:#cbd5e1}.stat-icon{font-size:1.75rem;color:#cbd5e1;margin-bottom:.75rem;transition:color .3s}.stat-card:hover .stat-icon{color:#164b87}.stat-value{font-size:2.25rem;font-weight:800;color:#d54b00;line-height:1;margin-bottom:.5rem;font-family:serif}.stat-label{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.stat-subtext{font-size:.8rem;color:#64748b}.features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:4rem}@media(min-width:768px){.features-grid{grid-template-columns:1fr 1fr}}.feature-card{background-color:#fff;padding:1.5rem;border-radius:1rem;border:1px solid #e2e8f0;display:flex;align-items:flex-start;gap:1rem;transition:all .3s ease}.feature-card:hover{box-shadow:0 10px 15px -3px #0000001a;border-color:#cbd5e1}.feature-icon-box{background-color:#fff7ed;color:#d54b00;width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.feature-content h3{font-size:1.1rem;font-weight:700;color:#164b87;margin-bottom:.5rem}.feature-content p{color:#475569;line-height:1.6;font-size:.95rem}.carousel-section{margin-bottom:3rem}.carousel-column-title{font-size:1.1rem;font-weight:700;color:#164b87;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em;text-align:center}.marquee-wrapper{width:100%;overflow:hidden;position:relative;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.marquee-track{display:flex;gap:1.5rem;width:max-content;animation:scroll 30s linear infinite}.marquee-wrapper:hover .marquee-track{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.carousel-card-image{width:280px;height:200px;border-radius:1rem;overflow:hidden;flex-shrink:0;border:1px solid #e2e8f0;position:relative;background-color:#fff}.carousel-img{width:100%;height:100%;object-fit:cover}.testimonial-box{background:linear-gradient(135deg,#164b87,#0f3663);padding:2.5rem;border-radius:1.5rem;text-align:center;color:#fff;position:relative;margin-top:2rem}.quote-icon{font-size:2rem;color:#ffffff26;margin-bottom:1rem;display:block}.quote-text{font-size:1.1rem;font-style:italic;line-height:1.6;font-weight:300;max-width:60rem;margin:0 auto;color:#e2e8f0}@media(min-width:768px){.quote-text{font-size:1.25rem}}.quote-author{margin-top:1.5rem;display:block;font-size:.85rem;font-weight:600;color:#d54b00;text-transform:uppercase;letter-spacing:.05em}.ai-section{margin:0;position:relative;width:100%;padding:5rem 0 3rem;background-color:#fff;font-family:sans-serif}.ai-container{max-width:80rem;margin:0 auto;padding:0 1.5rem}@media(min-width:1024px){.ai-container{padding:0 2rem}}.header-center{text-align:center;max-width:60rem;margin:0 auto 2.5rem}.subtitle{color:#d54b00;font-weight:600;letter-spacing:.05em;font-size:.8rem;text-transform:uppercase;margin-bottom:.5rem;display:block}.main-title{font-size:1.75rem;font-weight:700;color:#164b87;line-height:1.25;margin-bottom:.75rem}.title-underline-center{height:.25rem;width:4rem;background-color:#d54b00;border-radius:9999px;margin:0 auto}.advantage-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.advantage-grid{grid-template-columns:repeat(3,1fr)}}.advantage-card{background-color:#fff;padding:1.75rem 1.5rem;border-radius:1rem;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d;transition:all .3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start}.advantage-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #164b871a;border-color:#cbd5e1}.advantage-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(to right,#d54b00,#164b87);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.advantage-card:hover:before{transform:scaleX(1)}.icon-wrapper{width:3rem;height:3rem;background-color:#eff6ff;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:background-color .3s ease}.advantage-card:hover .icon-wrapper{background-color:#fff7ed}.card-icon{font-size:1.25rem;color:#164b87;transition:color .3s ease}.advantage-card:hover .card-icon{color:#d54b00}.card-title{font-size:1.1rem;font-weight:700;color:#164b87;margin-bottom:.75rem;line-height:1.4}.card-desc{font-size:.95rem;color:#475569;line-height:1.6}#founders{margin:0}.blob-orange{bottom:-25rem;right:-25rem;width:60rem;height:60rem;background:radial-gradient(#ff4d003f 30%,#fff6,#fff3);opacity:.5}.contact-blob-blue{top:-20rem;left:-20rem;width:70rem;height:70rem;background:radial-gradient(#89b3ef52,#fff6,#fff3);opacity:.8}.founders-section{position:relative;width:100%;padding:2rem 0;background-color:#f8fafc;overflow:hidden;font-family:sans-serif}.founders-container{position:relative;max-width:80rem;margin:0 auto;padding:0 1.5rem}@media(min-width:1024px){.founders-container{padding:0 2rem}}.header-center{text-align:center;max-width:55rem;margin:0 auto 2rem}.main-title{font-size:2.25rem;font-weight:700;color:#164b87;line-height:1.25;margin-bottom:1.5rem}@media(min-width:768px){.main-title{font-size:3rem}}.title-underline-center{height:.25rem;width:5rem;background-color:#d54b00;border-radius:9999px;margin:0 auto}.founders-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:65rem;margin:0 auto}@media(min-width:900px){.founders-grid{grid-template-columns:repeat(2,1fr);align-items:stretch}}.founder-card{background-color:#fff;border-radius:1.5rem;overflow:hidden;border:1px solid #f1f5f9;box-shadow:0 4px 6px -1px #0000000d;transition:all .3s ease;display:flex;flex-direction:column;position:relative}.founder-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #164b871a;border-color:#e2e8f0}.founder-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(to right,#164b87,#d54b00);z-index:10}.image-container{width:11rem;height:11rem;background-color:#f1f5f9;border-radius:50%;margin:1rem auto 0;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;border:4px solid white;box-shadow:0 4px 10px -1px #0000001a;flex-shrink:0}.placeholder-content{display:flex;justify-content:center;align-items:flex-start;text-align:center;color:#94a3b8}.placeholder-content img{margin-top:2rem;width:100%}.placeholder-icon{font-size:2.5rem;margin-bottom:.5rem;color:#cbd5e1}.founder-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease;border-radius:50%}.founder-card:hover .founder-image{transform:scale(1.05)}.card-content{padding:.5rem 2rem 2.5rem;flex-grow:1;display:flex;flex-direction:column;text-align:center;align-items:center}.founder-name{margin:0;font-size:1.25rem;font-weight:700;color:#164b87;margin-bottom:.25rem}.founder-role{font-size:.85rem;font-weight:600;color:#d54b00;margin:0;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.025em}.founder-bio{font-size:.95rem;color:#475569;line-height:1.6;margin:0;margin-bottom:1.5rem;flex-grow:1}.tags-container{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto;justify-content:center}.tag{padding:.3rem .75rem;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:9999px;font-size:.7rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;transition:all .2s}.founder-card:hover .tag{background-color:#fff7ed;border-color:#fed7aa;color:#d54b00}#faq{border-radius:10px;padding-bottom:7rem}.faq .grid{display:grid;gap:1rem;margin-top:2rem}.faq-item{background:var(--secondary-color);border-radius:10px;border:1px solid rgba(226,232,240,.8);overflow:hidden}.faq-q{width:100%;padding:1rem 1.25rem;background:none;border:none;text-align:left;font-size:1.05em;font-weight:600;color:var(--text-light);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-q span{font-size:1.25em;font-weight:300;transition:transform .2s ease}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .25s ease;padding:0 1.25rem}.faq-a.active{max-height:400px;padding:.75rem 1.25rem 1.25rem}#contact{margin:0}.contact-section{margin:0;position:relative;width:100%;padding:4rem 0;background-color:#f8fafc;overflow:hidden;font-family:sans-serif}@media(min-width:1024px){.contact-section{padding:6rem 0}}.contact-container{position:relative;max-width:85rem;margin:0 auto;padding:0 1.5rem;width:100%;box-sizing:border-box}@media(min-width:1024px){.contact-container{padding:0 2rem}}.contact-wrapper{display:grid;grid-template-columns:1fr;gap:3rem;width:100%}@media(min-width:1024px){.contact-wrapper{grid-template-columns:1fr 1fr;align-items:start;gap:4rem}}.contact-info-col{width:100%;overflow-wrap:break-word}.subtitle{color:#d54b00;font-weight:600;letter-spacing:.05em;font-size:.875rem;text-transform:uppercase;margin-bottom:1rem;display:block}.main-title{font-size:2rem;font-weight:700;color:#164b87;line-height:1.25;margin-bottom:1.5rem}@media(min-width:768px){.main-title{font-size:2.25rem}}.description{color:#475569;font-size:1rem;line-height:1.75;margin-bottom:3rem;max-width:40rem}@media(min-width:768px){.description{font-size:1.125rem}}.contact-list{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.icon-circle{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#e8f0fe;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#164b87;transition:all .3s ease}.contact-item:hover .icon-circle{background-color:#d54b00;color:#fff}.contact-info div{display:flex;flex-direction:column}.info-label{font-size:.875rem;font-weight:600;color:#273d5c;margin-bottom:.25rem}.info-value{color:#334155;font-weight:500;font-size:1rem;text-decoration:none;transition:color .2s;word-break:break-word}.contact-item:hover .info-value{color:#164b87}.contact-form-col{width:100%}.form-card{background-color:#fff;padding:1.5rem;border-radius:1.5rem;border:1px solid #f1f5f9;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;position:relative;width:100%;box-sizing:border-box}@media(min-width:640px){.form-card{padding:2.5rem}}.form-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(to right,#d54b00,#164b87);border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.form-group{margin-bottom:1.5rem;width:100%}.form-row{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.form-row{grid-template-columns:1fr 1fr}}.form-label{display:block;font-size:.875rem;font-weight:500;color:#475569;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;border-radius:.5rem;border:1px solid #e2e8f0;background-color:#f8fafc;font-size:1rem;color:#1e293b;transition:all .2s;font-family:inherit;box-sizing:border-box}.form-input:focus,.form-textarea:focus{outline:none;border-color:#164b87;background-color:#fff;box-shadow:0 0 0 3px #164b871a}.form-textarea{resize:vertical;min-height:8rem}.submit-btn{width:100%;padding:1rem;background:linear-gradient(to right,#164b87,#1e5ba3);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-btn:hover{background:linear-gradient(to right,#d54b00,#e65c12);transform:translateY(-1px);box-shadow:0 4px 12px #d54b0033}:root{--primary-color: #d54b00ff;--secondary-color: #f8fafc;--background-body: #ffffff;--text-light: #164b87ff;--text-dark: rgb(12, 41, 74)}html{scroll-behavior:smooth;scroll-padding-top:10vh}body{background-color:var(--background-body);margin:0;font-family:Inter,Poppins,sans-serif;color:var(--text-light);box-sizing:border-box;font-size:15px;line-height:1.5}h1,h2,h3{letter-spacing:.05em;color:var(--text-light)}h1{color:var(--primary-color)}h2{font-weight:300;font-size:2.5em;color:var(--primary-color)}.btn{padding:.75em 1.5em;border:none;border-radius:10px;box-shadow:0 2px 5px #0003;cursor:pointer;border:#444444 1px solid;transition:all .2s}.btn:hover{box-shadow:0 4px 10px #0000004d;transform:translateY(-3px)}.primary{box-shadow:0 0 #0000;border:0;text-shadow:none;background-color:var(--background-body);text-decoration:none;color:var(--primary-color)}.lead{font-size:1.05rem;color:var(--text-light)}section{min-height:50vh;padding:2rem 0;margin:0 5vw;scroll-margin-top:5vh}.nav-arrow{display:inline-block;width:10px;height:10px;border:solid currentColor;border-width:0 2px 2px 0;padding:3px}.prev-arrow{transform:rotate(135deg)}.next-arrow{transform:rotate(-45deg)}footer{background:var(--secondary-color);color:var(--text-dark);padding:2rem 0;text-align:center;box-shadow:0 -1px 3px #0000001a,0 -1px 2px -1px #0000001a;border-top:1px solid rgba(226,232,240,.8)}footer .container{margin:0 auto;padding:0 2rem}.back-to-top{background-color:var(--primary-color);color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;width:44px;height:44px;transition:all .3s ease;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;z-index:999;border:0}.back-to-top:hover{background-color:#1d4ed8;transform:translateY(-3px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.back-to-top i{border:solid white;border-width:0 3px 3px 0;display:inline-block;padding:5px;transform:rotate(-135deg);margin-top:5px}.social-buttons{position:fixed;right:30px;bottom:30px;display:flex;flex-direction:column;gap:10px;z-index:999}.social-btn{width:44px;height:44px;border-radius:50%;border:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #0000001f;background:#0009;color:#fff;transition:transform .12s ease,box-shadow .12s ease}.social-btn:hover{transform:translateY(-3px);box-shadow:0 8px 18px #0000002e}.social-btn svg{display:block}.social-btn.whatsapp{background:#25d366}.social-btn.instagram{background:linear-gradient(45deg,#feda75,#d62976)}.social-btn.linkedin{background:#0a66c2}@media(min-width:1024px){.about-container{padding:0 2rem}}@media(min-width:768px){.values-grid{grid-template-columns:repeat(3,1fr)}.main-title{font-size:3rem}.header-row{flex-direction:row;align-items:flex-end}}@media(max-width:768px){body{font-size:14px}h2{font-size:1.75rem}header{grid-template-columns:50% 50%}#header-contact-container{grid-area:2/1/3/3}.menu{width:90%}section{padding-top:5rem}.founder-details{font-size:2.5cqh}#carousel-section{padding:0;padding-top:1rem;margin:0 20px}#founders{margin:1rem;padding:0;padding-top:5rem}.founder-words{display:none}.courses-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}#credibility-section,#ai-advantage{padding:1.5rem}.hero-carousel-container h2{font-size:1.8em;margin-bottom:2rem}#hero,.hero-carousel-container,.hero-carousel-wrapper{height:50vh;min-height:0}.hero-carousel-card h3{font-size:2em}.hero-carousel-btn{width:40px;height:40px;font-size:1.2em}.hero-carousel-btn-left{left:1rem}.hero-carousel-btn-right{right:1rem}}@media(max-width:480px){body{font-size:12px}h2{font-size:1.75rem}header{grid-template-columns:50% 25% 25%;grid-template-rows:100%;max-height:10vh;min-height:13vh;padding:0}.about-section{padding-top:3rem;padding-bottom:0}.header-row{margin-bottom:1rem}.burger-menu{grid-area:1/3/2/4}#logo{padding:.5rem;grid-area:1/1/2/2}.courses-grid{grid-template-columns:1fr;gap:1rem}#credibility-section,#ai-advantage{padding:1.5rem}.burger-menu{display:flex}#hero,.hero-carousel-container,.hero-carousel-wrapper{height:40vh;min-height:0}.hero-carousel,.hero-carousel-card{height:100%}.hero-carousel-left{margin:0 3rem;width:100%;font-size:.9rem}.hero-carousel-tagline{font-size:.6rem}.hero-carousel-subtitle{font-size:.5rem}.menu{position:fixed;top:0;right:-100%;height:100vh;width:70%;max-width:300px;background:var(--background-body);flex-direction:column;justify-content:center;gap:2rem;transition:right .3s ease;box-shadow:-5px 0 15px #0000001a;padding:2rem;z-index:1000;display:none}#header-contact-container{display:none}.burger-menu.active+.menu{display:flex}.menu.active{right:0;display:flex}.achievement-highlight{gap:1rem}.achievement-badge{max-width:100px}.menuLinks{font-size:1.2em;padding:.5em;width:100%;text-align:center}.menuLinks:after{display:none}.hero-carousel-container{height:40vh}.hero-carousel-wrapper{height:100%}.carousel-nav{width:35px;height:35px}.hero-carousel-container h2{font-size:1.5em;margin-bottom:1.5rem}.hero-carousel-card h3{font-size:1.3em}.hero-carousel-btn{width:35px;height:35px;font-size:1em}.hero-carousel-btn-left{left:.5rem}.hero-carousel-btn-right{right:.5rem}.social-buttons{right:0;bottom:30px}.course-card-header{height:150px}.course-card-body{padding:1rem}.course-card-footer{padding:.75rem 1rem;gap:.5rem}.enroll-btn,.share-btn{padding:.6em 1em;font-size:.9em}#courses-container{padding:0 20px}.menu{width:85%;padding:1.5rem}.menuLinks{font-size:1.1em}.burger-menu{scale:.9}.back-to-top{width:40px;height:44px;bottom:20px;right:20px}.back-to-top i{padding:4px;margin-top:3px}section{margin:0 2vw}#credibility-section{margin:0;padding:3rem 5vw}.credibility-grid{grid-template-columns:50% 50%;margin:0;gap:0}.credibility-item{padding:1rem;margin:.5rem}.hands-on{padding:1.5rem;grid-area:2/1/3/3}.testimonial{margin:1rem 0 0}#ai-advantage{margin:0 5vw 5rem 5vw;padding:0}#enrollButton{padding:.8em 1.2em;font-size:.9em}#faq{padding:2rem;padding-bottom:0}.ai-advantage-item{padding:1rem}footer{margin-top:0rem}#founders{padding:0 0 2rem;margin:0}.founder-avatar{width:100px;height:100px}.founders-section{padding:0;margin:0}.founder-details h3{font-size:1rem}.founder-details{top:13%;font-size:2.75cqh;text-align:justify;padding:3.5rem .75rem .75rem}.founders-grid{min-height:100vh;padding:0;grid-template-columns:100%}.founder-words{display:none}}
