@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.menu-icon{display:none;cursor:pointer;z-index:1001;font-size:1.8rem;color:#fff;transition:all .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.menu-icon:hover{color:#fff;transform:scale(1.1)}.navbar.scrolled .menu-icon{color:#fff}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 0;transition:all .35s ease;background:#ffffff0d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.navbar.scrolled{background:#ffffffd9;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:.9rem 0;box-shadow:0 10px 30px #00000014;border-bottom:1px solid rgba(0,0,0,.05)}.nav-container{display:flex;justify-content:space-between;align-items:center}.logo img{width:80px;height:70px;cursor:pointer;transition:all .4s ease}.logo img:hover{transform:scale(1.07);filter:drop-shadow(0 5px 12px rgba(96,182,240,.4))}.nav-menu{display:flex;gap:2.5rem;list-style:none}.nav-menu button{background:none;border:none;font-size:1.2rem;color:#008cff;cursor:pointer;position:relative;padding:.5rem 0;transition:all .3s ease;font-weight:700}.nav-menu button:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:0;height:2px;background:linear-gradient(90deg,transparent,var(--primary),transparent);transition:width .35s ease}.nav-menu button:hover{color:var(--primary);transform:translateY(-2px)}.nav-menu button:hover:after{width:120%}.menu-icon span{width:26px;height:3px;background:var(--dark);margin:3px 0;border-radius:5px;transition:all .35s ease}.menu-icon.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.menu-icon.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media(max-width:1300px){.nav-container{max-width:1100px;padding:0 2rem}.nav-menu{gap:2rem}.nav-menu button{font-size:1.1rem}}@media(max-width:992px){.nav-menu{gap:1.5rem}.nav-menu button{font-size:1rem}.logo img{width:70px;height:60px}}@media(max-width:768px){.menu-icon{display:flex;color:#fff}.nav-menu{position:fixed;top:0;right:-100%;width:80%;max-width:380px;height:100vh;background:#313357fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:center;align-items:center;gap:2.2rem;transition:right .35s ease;box-shadow:-10px 0 40px #0000004d;z-index:1000}.nav-menu.active button{color:#fff}.nav-menu.active{right:0}.nav-menu button{font-size:1.3rem;color:#fff}.nav-menu button:hover{color:var(--primary)}.navbar.scrolled .nav-menu{background:#fffffffa}.navbar.scrolled .nav-menu button{color:var(--dark)}.navbar.scrolled .nav-menu button:hover{color:var(--primary)}.navbar.scrolled .menu-icon{color:#003cff}}@media(max-width:768px){.nav-menu{position:fixed;top:0;right:-100%;width:80%;max-width:380px;height:100vh;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:right .35s ease;box-shadow:-10px 0 40px #0000001f}.nav-menu.active{right:0}.nav-menu button{font-size:1.2rem;color:var(--dark)}.menu-icon{display:flex}.logo img{width:60px;height:50px}}@media(max-width:576px){.navbar{padding:.8rem 0}.logo img{width:50px;height:45px}.nav-menu{width:85%}.nav-menu button{font-size:1.1rem}}@media(max-width:390px){.navbar{padding:.6rem 0}.logo img{width:45px;height:40px}.nav-menu button{font-size:1rem}.menu-icon span{width:22px;height:2px}}.hero{min-height:100vh;display:flex;justify-content:center;align-items:center;background:url(https://images.unsplash.com/photo-1541256942802-7b29531f0df8?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);background-size:cover;padding:6rem 0 4rem;position:relative;overflow:hidden}.hero h1{color:#fff}.hero-badge{margin-top:130px}.hero:before{content:"";position:absolute;inset:0;background:#00000094;z-index:1}.hero-content{max-width:800px;position:relative;z-index:1}.hero-badge{display:inline-block;background:#2564ebb6;color:#bbe8fd;padding:.5rem 1rem;border-radius:50px;font-weight:600;font-size:.9rem;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.highlight{color:var(--primary);position:relative;display:inline-block}.highlight:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:8px;background:#2563eb33;z-index:-1}.hero-description{font-size:1.2rem;color:#fff;margin-bottom:2rem;line-height:1.8}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.hero-buttons .btn-outline{background-color:#000000c5}.hero-stats{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column}.stat-number{font-size:2rem;font-weight:800;color:#00adfd;line-height:1.2}.stat-label{font-size:.9rem;color:#fff;text-transform:uppercase;letter-spacing:.5px}.stat-label.comment{margin-bottom:20px}@media(max-width:1300px){.hero-content{max-width:700px}.hero-title{font-size:3.2rem}.hero-badge{margin-top:7rem}}@media(max-width:992px){.hero-content{max-width:600px;padding:0 1rem}.hero-title{font-size:2.8rem}.hero-description{font-size:1.1rem}.stat-number{font-size:1.8rem}.stat-label{display:flex}}@media(max-width:860px){.hero-badge{margin-top:6rem}.stat-label.comment{display:none}}@media(max-width:768px){.hero{min-height:90vh;padding:5rem 0 3rem}.hero-title{font-size:2.3rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;gap:1rem;width:100%;max-width:300px;margin:0 auto 2rem}.hero-buttons .btn{width:100%;text-align:center}.hero-stats{gap:1.5rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.8rem}}@media(max-width:576px){.hero{min-height:85vh}.hero-title{font-size:1.9rem}.hero-badge{font-size:.8rem;padding:.4rem .8rem}.hero-description{font-size:.95rem;margin-bottom:1.5rem}.hero-stats{flex-direction:column;gap:1rem}.stat-item{width:100%}.stat-number{font-size:1.4rem}.stat-label{display:block}}@media(max-width:390px){.hero-title{font-size:1.6rem}.hero-badge{font-size:.7rem}.hero-description{font-size:.9rem}.hero-buttons{max-width:250px}.hero-buttons .btn{padding:.7rem 1rem;font-size:.9rem}}.class{display:flex;justify-content:center;align-items:center;margin:auto;color:#fff}.colorcito{text-decoration:none;color:#ffc400;font-size:20px;background-color:#000;padding:5px;border-radius:10px;margin-top:10px}.section-header{text-align:center;max-width:700px;margin:0 auto 5rem;color:#fff}.section-badge{display:inline-block;background:#04386b;color:#fff;padding:.5rem 1.2rem;border-radius:50px;font-weight:600;font-size:.85rem;margin-top:20px;letter-spacing:.5px}.section-description{color:#adacac;font-size:1.1rem;line-height:1.8;margin-top:1rem}.section-description.margen{margin-bottom:100px}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:4rem;margin-bottom:5rem}.team-card{position:relative;background:#fff;padding:5rem 2rem 2.5rem;border-radius:20px;box-shadow:0 10px 30px -10px #0000001a;transition:all .3s ease;text-align:center;cursor:pointer}.team-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #2563eb40}.team-card img{width:160px;height:160px;object-fit:cover;border-radius:50%;position:absolute;top:-80px;left:50%;transform:translate(-50%);border:6px solid white;box-shadow:0 10px 25px #00000026;object-position:top}.team-card h3{margin-bottom:.5rem;color:var(--dark);font-size:1.3rem}.member-role{color:var(--primary);font-weight:600;margin-bottom:1rem;font-size:.95rem;letter-spacing:.5px}.member-description{color:var(--secondary);line-height:1.6;font-size:.95rem}.member-info{color:var(--primary);font-weight:600;font-size:.95rem;letter-spacing:.5px;margin-top:10px}.member-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.modal-content{background:linear-gradient(135deg,#1a1e2b,#2d3349);border-radius:20px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto;position:relative;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px #0006;animation:slideUp .3s ease}.modal-close{position:absolute;top:15px;right:15px;background:#ffffff1a;border:none;color:#fff;width:35px;height:35px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .3s ease;z-index:10}.modal-close:hover{background:#fff3;transform:rotate(90deg)}.modal-header{padding:30px 30px 20px;display:flex;align-items:center;gap:20px;border-bottom:1px solid rgba(255,255,255,.1)}.modal-header img{width:100px;height:100px;border-radius:50%;object-fit:cover;object-position:top;border:3px solid #6c5ce7}.modal-header h3{color:#fff;margin:0 0 5px;font-size:1.3rem}.modal-role{color:#6c5ce7;margin:0;font-size:.95rem}.modal-body{padding:20px 30px 30px;color:#fff}.modal-bio{color:#fffc;line-height:1.6;margin-bottom:25px;font-size:.95rem}.modal-skills h4{color:#fff;margin:0 0 15px;font-size:1rem}.skills-tags{display:flex;flex-wrap:wrap;gap:10px}.skill-tag{background:#6c5ce726;color:#6c5ce7;padding:6px 15px;border-radius:20px;font-size:.85rem;border:1px solid rgba(108,92,231,.3)}.about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.feature-item{text-align:center;padding:2.5rem 2rem;background:#fff;border-radius:20px;box-shadow:0 5px 20px -5px #0000000d;transition:all .3s ease}.feature-item:hover{transform:translateY(-5px);box-shadow:0 20px 40px -10px #2563eb33}.feature-icon{font-size:2.5rem;display:block;margin-bottom:1rem}.feature-item h4{margin-bottom:.5rem;color:var(--dark)}.feature-item p{color:var(--secondary);line-height:1.6;font-size:.95rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.modal-content::-webkit-scrollbar-thumb{background:#6c5ce780;border-radius:10px}.modal-content::-webkit-scrollbar-thumb:hover{background:#6c5ce7b3}@media(max-width:1300px){.section-header{max-width:600px}.team-grid{gap:3.5rem}}@media(max-width:992px){.section-header{max-width:500px;margin:0 auto 4rem}.section-header h2{font-size:2rem}.team-grid{grid-template-columns:repeat(2,1fr);gap:4rem 2rem}.team-card img{width:140px;height:140px;top:-70px}.about-features{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.section-header{margin:0 auto 4rem;padding:0 1rem}.section-header h2{font-size:1.8rem}.section-description{font-size:1rem}.team-grid{grid-template-columns:1fr;gap:5rem;max-width:400px;margin:0 auto 3rem}.team-card{padding:4rem 1.5rem 2rem}.team-card img{width:120px;height:120px;top:-60px}.team-card h3{font-size:1.2rem}.member-role,.member-description{font-size:.9rem}.about-features{grid-template-columns:1fr;gap:1.5rem;max-width:400px;margin:2rem auto 0}.feature-item{padding:2rem 1.5rem}.modal-header{padding:25px 20px 15px;flex-direction:column;text-align:center}.modal-header img{width:80px;height:80px}.modal-body{padding:15px 20px 25px}}@media(max-width:576px){.section-header{margin:0 auto 3rem}.section-header h2{font-size:1.6rem}.section-badge{font-size:.8rem;padding:.4rem 1rem}.section-description{font-size:.95rem}.team-grid{gap:4rem}.team-card{padding:3.5rem 1.2rem 1.8rem}.team-card img{width:100px;height:100px;top:-50px;border-width:4px}.team-card h3{font-size:1.1rem}.member-role,.member-description{font-size:.85rem}.feature-item{padding:1.8rem 1.2rem}.feature-icon{font-size:2rem}.feature-item h4{font-size:1.1rem}.feature-item p{font-size:.9rem}.modal-content{width:95%;max-height:85vh}.modal-header{padding:20px 15px 10px}.modal-header img{width:70px;height:70px}.modal-header h3{font-size:1.1rem}.modal-role{font-size:.85rem}.modal-bio{font-size:.9rem}.skill-tag{padding:4px 12px;font-size:.8rem}}@media(max-width:390px){.section-header h2{font-size:1.4rem}.section-badge{font-size:.75rem;padding:.3rem .8rem}.section-description{font-size:.9rem}.team-card{padding:3rem 1rem 1.5rem}.team-card img{width:90px;height:90px;top:-45px}.team-card h3{font-size:1rem}.member-role,.member-description{font-size:.8rem}.feature-item{padding:1.5rem 1rem}.feature-icon{font-size:1.8rem}.feature-item h4{font-size:1rem}.feature-item p{font-size:.85rem}.modal-header img{width:60px;height:60px;border-width:2px}.modal-header h3{font-size:1rem}.modal-close{width:30px;height:30px;font-size:16px}}.como-trabajamos{background-color:#0f172a;height:100vh}.cursos-slider-container{width:100%;overflow-x:auto;padding:2rem 0 3rem;scrollbar-width:thin;scrollbar-color:#2563eb #e2e8f0;margin:0}.section-badge.proceso{margin-top:100px}.section-header{margin-bottom:30px}.cursos-slider-container{width:100%;overflow-x:auto;padding:2rem 0 3rem;margin:0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.cursos-slider-container::-webkit-scrollbar{display:none}.cursos-slider{display:flex;gap:1rem;padding:0 1rem;width:max-content;min-width:100%}.curso-card{flex:0 0 320px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px -15px #0003;transition:all .3s ease;border:1px solid rgba(0,0,0,.05);height:450px;cursor:pointer}.curso-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 25px 40px -15px #2563eb4d}.curso-header{padding:2rem 1.5rem 1.5rem;color:#fff;position:relative;min-height:140px}.curso-categoria{display:inline-block;background:#fff3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:.3rem 1rem;border-radius:50px;font-size:.8rem;font-weight:600;margin-bottom:1rem;border:1px solid rgba(255,255,255,.3)}.curso-titulo{font-size:1.4rem;font-weight:700;margin:0;line-height:1.2}.curso-badge{position:absolute;top:1rem;right:1rem;background:#fbbf24;color:#1e293b;padding:.3rem .8rem;border-radius:50px;font-size:.7rem;font-weight:700;text-transform:uppercase}.curso-badge.trending{background:#ef4444;color:#fff}.curso-contenido{padding:1.5rem}.curso-descripcion{color:#475569;line-height:1.6;font-size:.9rem;margin-bottom:1.5rem;min-height:80px}.curso-info{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding:1rem 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.curso-info span{color:#64748b;font-size:.85rem;display:flex;align-items:center;gap:.5rem}.curso-info i{width:20px;color:#2563eb}.curso-footer{text-align:right}.btn-ver-curso{display:inline-flex;align-items:center;gap:.5rem;color:#2563eb;font-weight:600;font-size:.9rem;text-decoration:none;padding:.5rem 0;transition:all .3s ease}.btn-ver-curso i{transition:transform .3s ease}.btn-ver-curso:hover{color:#1e40af}.btn-ver-curso:hover i{transform:translate(5px)}.proceso-cta{margin-left:25%;width:50%;text-align:center;margin-top:3rem;padding:2.5rem;background:linear-gradient(135deg,#f1f5f9,#fff);border-radius:50px;border:1px solid rgba(37,99,235,.1)}.proceso-cta p{font-size:1.3rem;color:#0f172a;margin-bottom:1.5rem}.proceso-cta strong{color:#2563eb;font-weight:700}.cta-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;font-weight:600;text-decoration:none;border-radius:50px;font-size:1.1rem;transition:all .3s ease;box-shadow:0 10px 20px -8px #2563eb80;border:none;cursor:pointer}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 25px -8px #1e3a8a;background:linear-gradient(135deg,#1e40af,#1e3a8a)}.slider-wrapper{position:relative;display:flex;align-items:center;gap:2rem;margin:0}.slider-btn{width:50px;height:50px;border-radius:50%;background:#fff;border:none;box-shadow:0 5px 20px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#2563eb;transition:all .3s ease;position:relative;z-index:10;flex-shrink:0;border:2px solid transparent}.slider-btn:hover{background:#2563eb;color:#fff;transform:scale(1.1);box-shadow:0 8px 25px #2563eb66}.slider-btn:active{transform:scale(.95)}.gratis-badge{display:inline-block;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.3rem 1rem;border-radius:50px;font-size:.75rem;font-weight:600;margin-top:.5rem;text-align:center;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 #10b98100}}.slider-wrapper{position:relative;display:flex;align-items:center;gap:.5rem;margin:2rem auto;max-width:100%}@media(max-width:1800px){.slider-wrapper{position:relative;bottom:50px}.section-badge.proceso{margin-top:100px}.section-header h2{font-size:20px}.section-header p{font-size:15px}}@media(max-width:1300px){.slider-wrapper{display:flex;align-items:center;justify-content:center;bottom:25px}.cursos-slider{display:flex;gap:2rem;width:100%}.curso-card{flex:0 0 calc(50% - 1rem);max-width:calc(50% - 1rem)}.proceso-cta{width:60%;margin-left:20%}.section-description{font-size:15px}.section-badge.proceso{margin-top:100px}.section-header h2{margin-top:10px;font-size:35px}}@media(max-width:992px){.como-trabajamos{height:auto;min-height:100vh;padding:4rem 0}.section-badge.proceso{margin-top:60px}.cursos-slider-container{padding:1.5rem 0 2.5rem}.cursos-slider{gap:1rem;padding:0 .8rem}.curso-card{flex:0 0 300px;height:430px}.proceso-cta{width:70%;margin-left:15%;padding:2rem}.proceso-cta p{font-size:1.2rem}.cta-button{padding:.9rem 2.2rem;font-size:1rem}}@media(max-width:768px){.como-trabajamos{padding:3rem 0}.section-badge.proceso{margin-top:30px}.section-header{margin-bottom:20px;padding:0 1rem}.section-header h2{font-size:20px}.section-description{font-size:15px}.cursos-slider-container{padding:1rem 0 2rem}.cursos-slider{padding:0 .5rem}.curso-card{flex:0 0 280px;height:420px}.curso-header{padding:1.5rem 1rem 1rem;min-height:120px}.curso-categoria{font-size:.75rem;padding:.25rem .8rem}.curso-titulo{font-size:1.2rem}.curso-contenido{padding:1.2rem}.curso-descripcion{font-size:.85rem;min-height:70px;margin-bottom:1rem}.curso-info{padding:.8rem 0;margin-bottom:1rem}.curso-info span{font-size:.8rem}.slider-wrapper{flex-direction:column;gap:1rem}.slider-btn{width:45px;height:45px;font-size:1rem}.proceso-cta{width:90%;margin-left:5%;padding:1.8rem;border-radius:30px}.proceso-cta p{font-size:1.1rem}.cta-button{padding:.8rem 2rem;font-size:.95rem}}@media(max-width:576px){.como-trabajamos{padding:2.5rem 0}.section-header h2{font-size:1.6rem}.section-description{font-size:.95rem}.section-badge.proceso{margin-top:30px;font-size:.8rem;padding:.4rem 1rem}.cursos-slider-container{padding:.5rem 0 1.5rem}.curso-card{flex:0 0 260px;height:400px}.curso-header{padding:1.2rem .8rem .8rem}.curso-categoria{font-size:.7rem}.curso-titulo{font-size:1.1rem}.curso-badge{padding:.2rem .6rem;font-size:.65rem;top:.8rem;right:.8rem}.curso-contenido{padding:1rem}.curso-descripcion{font-size:.8rem;min-height:60px}.curso-info span{font-size:.75rem}.btn-ver-curso{font-size:.8rem}.slider-btn{width:40px;height:40px;font-size:.9rem}.proceso-cta{padding:1.5rem}.proceso-cta p{font-size:1rem;margin-bottom:1rem}.cta-button{padding:.7rem 1.5rem;font-size:.9rem}.gratis-badge{font-size:.7rem;padding:.25rem .8rem}}@media(max-width:400px){.como-trabajamos{padding:2rem 0;position:relative;min-height:100vh}.section-header h2{font-size:1.4rem}.section-description{font-size:.9rem}.section-badge.proceso{margin-top:35px;font-size:.75rem}.cursos-slider-container{position:relative;min-height:420px}.cursos-slider{display:flex;gap:1rem;padding:0 1rem;width:600px}body.has-expanded-card{overflow:hidden}body.has-expanded-card .cursos-slider,body.has-expanded-card .slider-btn{opacity:.25;pointer-events:none}.curso-card{flex:0 0 240px;height:350px;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;position:relative;z-index:1}.curso-card.expandido{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:280px;height:450px;z-index:10001;box-shadow:0 25px 60px #00000080}body.has-expanded-card:before{content:"";position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10000;animation:fadeIn .25s ease}.close-btn-expandido{position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;background:#00000059;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3);cursor:pointer;transition:.2s;z-index:10002}.close-btn-expandido:hover{background:#ffffff4d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.curso-header{min-height:100px}.curso-titulo{font-size:15px}.curso-contenido{padding:.8rem;background:#f0f8ff}.curso-descripcion{font-size:.75rem;min-height:50px}.curso-info span{font-size:.7rem;gap:.3rem}.curso-info i{width:16px}.btn-ver-curso{font-size:.75rem}.slider-btn{width:35px;height:35px;font-size:.8rem}.proceso-cta{padding:1.2rem;border-radius:20px;width:90%;margin:auto}.proceso-cta p{font-size:.95rem}.cta-button{padding:.6rem 1.2rem;font-size:.85rem}.curso-badge.trending{display:none}}.info{margin-top:20px;margin-left:100px;text-decoration:none}.projects-filter{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{padding:.6rem 1.5rem;border:2px solid var(--gray);background:transparent;border-radius:50px;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease}.filter-btn:hover,.filter-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.project-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px -10px #0000001a;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.project-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px -10px #2563eb33}.project-emoji{font-size:3.5rem;margin-bottom:1.5rem}.project-card h3{margin-bottom:1rem;color:#fff}.project-description{color:#aca9a9;margin-bottom:1.5rem;line-height:1.6}.project-result{margin-top:auto}.result-badge{display:inline-block;background:#10b9811a;color:var(--success);padding:.4rem 1rem;border-radius:50px;font-weight:600;font-size:.9rem}@media(max-width:1300px){.projects-grid{grid-template-columns:repeat(3,1fr);gap:1.8rem}.info{margin-left:50px}.projects.projects.section:before{content:"";position:absolute;inset:0;background:#00000069;z-index:0}.container{position:relative;z-index:1}.projects-grid .project-card{position:relative;margin-bottom:0}.section-header h2{font-size:30px}}@media(max-width:992px){.projects-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.projects-filter{gap:.8rem}.filter-btn{padding:.5rem 1.2rem;font-size:.9rem}.info{margin-left:30px}.section-header h2{font-size:25px}.section-description{font-size:15px}}@media(max-width:768px){.projects-filter{flex-wrap:wrap;justify-content:center;padding:0 1rem}.filter-btn{padding:.5rem 1rem;font-size:.85rem}.projects-grid{grid-template-columns:1fr;max-width:450px;margin:0 auto;gap:2rem}.project-card{padding:1.8rem}.project-emoji{font-size:3rem}.project-card h3{font-size:1.3rem}.project-description{font-size:.95rem}.info{margin-left:20px;font-size:.9rem}}@media(max-width:576px){.section-badge{margin-top:30px}.projects-filter{gap:.5rem}.filter-btn{padding:.4rem .9rem;font-size:.8rem}.projects-grid{max-width:350px;padding:0 1rem}.project-card{padding:1.5rem}.project-emoji{font-size:2.5rem;margin-bottom:1rem}.project-card h3{font-size:1.2rem}.project-description{font-size:.9rem;margin-bottom:1.2rem}.result-badge{padding:.3rem .8rem;font-size:.8rem}.info{margin-left:15px;font-size:.85rem}}@media(max-width:390px){.hero-badge.principal{margin-top:10px}.skills-note{display:none}.skills.section{min-height:100vh}.projects-filter{flex-direction:column;align-items:center;gap:.5rem}.projects.projects.section:before{content:"";position:absolute;inset:0;background:#00000069;z-index:0}.filter-btn{width:100%;max-width:200px;text-align:center;padding:.5rem}.projects-grid{max-width:280px}.project-card{padding:1.2rem}.project-emoji{font-size:2.2rem}.project-card h3{font-size:1.1rem}.project-description{font-size:.85rem}.result-badge{padding:.25rem .6rem;font-size:.75rem}.info{margin-left:10px;font-size:.8rem}}.skills{background:#fff}.section-description{color:#b8b8b8}.skills-grid{max-width:800px;margin:0 auto 3rem}.skill-item{margin-bottom:1.5rem}.skill-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.skill-name{font-weight:600;color:var(--dark);display:flex;align-items:center;gap:.5rem}.skill-emoji{font-size:1.2rem}.skill-percentage{color:var(--primary);font-weight:600}.progress-bar{width:100%;height:10px;background:var(--gray);border-radius:10px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary) 0%,var(--primary-dark) 100%);border-radius:10px;transition:width 1s ease}.skills-note{text-align:center;margin:0 auto;padding:2rem;background:#2563eb0d;border-radius:20px;color:#fff;font-size:1.1rem;line-height:1.8;border:1px solid rgba(37,99,235,.1)}@media(max-width:1300px){.skills-grid{max-width:700px}}@media(max-width:992px){.skills-grid{max-width:600px;margin:0 auto 2.5rem}.skill-header{font-size:.95rem}}@media(max-width:768px){.skills-grid{grid-template-columns:1fr;max-width:350px}}.contact{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info{position:relative}.contact-info h2{color:#fff}.contact-description{font-size:1.2rem;color:#b4afaf;margin:1.5rem 0 2rem;line-height:1.8}.contact-details{margin:2rem 0}.contact-item{display:flex;gap:1rem;align-items:center;margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:12px;box-shadow:0 5px 15px -5px #0000000d;transition:all .3s ease}.contact-item:hover{transform:translate(5px);box-shadow:0 10px 25px -5px #2563eb1a}.contact-emoji{font-size:2rem}.contact-item h4{font-size:.9rem;color:var(--secondary);margin-bottom:.25rem}.contact-item a,.contact-item p{color:var(--dark);text-decoration:none;font-weight:600;transition:color .3s ease}.contact-item a:hover{color:var(--primary)}.social-proof{margin-top:2rem;padding:1rem;background:#2563eb0d;border-radius:12px;text-align:center;font-weight:500;color:gold;border:1px dashed var(--primary)}.contact-form{background:#fff;padding:2.5rem;border-radius:30px;box-shadow:0 20px 40px -10px #0000001a;z-index:0}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--dark);font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:.8rem 1rem;border:2px solid var(--gray);border-radius:12px;font-family:inherit;font-size:1rem;transition:all .3s ease;background:var(--light)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#a0aec0}.submit-btn{width:100%;padding:1rem;font-size:1.1rem}.submit-btn:disabled{opacity:.7;cursor:not-allowed}@media(max-width:1300px){.contact-wrapper{gap:3rem}}@media(max-width:992px){.contact-wrapper{grid-template-columns:1fr 1.2fr;gap:2rem}.contact-description{font-size:1.1rem}.contact-form{padding:2rem}}@media(max-width:768px){.contact-wrapper{grid-template-columns:1fr;gap:2rem;max-width:500px;margin:0 auto}.contact-info{text-align:center}.contact-description{font-size:1rem;margin:1rem 0 1.5rem}.contact-item{justify-content:center;max-width:400px;margin:0 auto 1rem}.contact-emoji{font-size:1.8rem}.contact-item h4{font-size:.85rem}.contact-item a,.contact-item p{font-size:.95rem}.social-proof{max-width:400px;margin:1.5rem auto 0;font-size:.9rem}.contact-form{padding:1.8rem}.form-group{margin-bottom:1.2rem}.form-group label{font-size:.9rem}.form-group input,.form-group textarea{padding:.7rem .9rem;font-size:.95rem}.submit-btn{padding:.9rem;font-size:1rem}}@media(max-width:576px){.contact-wrapper{max-width:400px}.contact-description{font-size:.95rem}.contact-item{flex-direction:column;text-align:center;padding:1rem .8rem}.contact-emoji{font-size:1.6rem;margin-bottom:.3rem}.contact-item h4{font-size:.8rem}.contact-item a,.contact-item p{font-size:.9rem}.social-proof{max-width:350px;padding:.8rem;font-size:.85rem}.contact-form{padding:1.5rem;border-radius:20px}.form-group label{font-size:.85rem}.form-group input,.form-group textarea{padding:.6rem .8rem;font-size:.9rem;border-radius:10px}.submit-btn{padding:.8rem;font-size:.95rem}}@media(max-width:390px){.contact-wrapper{max-width:280px}.contact-description{font-size:.9rem}.contact-item{padding:.8rem .5rem}.contact-emoji{font-size:1.4rem}.contact-item h4{font-size:.75rem}.contact-item a,.contact-item p{font-size:.85rem}.social-proof{max-width:250px;font-size:.8rem;padding:.7rem}.contact-form{padding:1.2rem}.form-group{margin-bottom:1rem}.form-group label{font-size:.8rem;margin-bottom:.3rem}.form-group input,.form-group textarea{padding:.5rem .7rem;font-size:.85rem}.submit-btn{padding:.7rem;font-size:.9rem}}.footer{color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:1.5fr 2fr;gap:4rem;margin-bottom:3rem}.footer-logo h3{font-size:2rem;color:#fff;margin-bottom:.5rem}.footer-logo img{height:150px;width:150px}.footer-logo p{color:var(--gray);line-height:1.6}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-section h4{color:#fff;margin-bottom:1rem;font-size:1.1rem}.footer-section ul{list-style:none;padding:0}.footer-section li{margin-bottom:.5rem}.footer-section button,.footer-section a{background:none;border:none;color:var(--gray);text-decoration:none;cursor:pointer;transition:color .3s ease;font-size:.95rem}.footer-section button:hover,.footer-section a:hover{color:#fff}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;color:var(--gray);font-size:.9rem}@media(max-width:1300px){.footer-content{gap:3rem}}@media(max-width:992px){.footer-content{grid-template-columns:1fr 1.5fr;gap:2rem}.footer-links{grid-template-columns:repeat(3,1fr);gap:1.5rem}.footer-logo img{height:120px;width:120px}}@media(max-width:768px){.footer{padding:3rem 0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-logo{display:flex;flex-direction:column;align-items:center}.footer-logo img{height:100px;width:100px}.footer-logo h3{font-size:1.5rem}.footer-logo p{max-width:300px;margin:0 auto;font-size:.95rem}.footer-links{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:400px;margin:0 auto}.footer-section h4{font-size:1rem;margin-bottom:.8rem}.footer-section li{margin-bottom:.4rem}.footer-section button,.footer-section a{font-size:.9rem}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center;padding-top:1.5rem;font-size:.85rem}}@media(max-width:576px){.footer{padding:2.5rem 0 1rem}.footer-logo img{height:80px;width:80px}.footer-logo h3{font-size:1.3rem}.footer-logo p{font-size:.9rem}.footer-links{grid-template-columns:1fr;gap:1.2rem;max-width:250px}.footer-section h4{font-size:.95rem;margin-bottom:.5rem}.footer-section button,.footer-section a{font-size:.85rem}.footer-bottom{font-size:.8rem}}@media(max-width:390px){.footer{padding:2rem 0 .8rem}.footer-logo img{height:70px;width:70px}.footer-logo h3{font-size:1.2rem}.footer-logo p{font-size:.85rem;max-width:250px}.footer-links{max-width:200px}.footer-section h4{font-size:.9rem}.footer-section button,.footer-section a{font-size:.8rem}.footer-bottom{font-size:.75rem;padding-top:1rem}}.app{min-height:100vh;position:relative}.navbar{position:fixed;top:0;left:0;width:100%;background:#040740d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;border-bottom:1px solid rgba(98,137,217,.2);transition:all .3s ease}.navbar.scrolled{padding:.5rem 0;background:#000}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.logo{display:flex;align-items:center;gap:.5rem;cursor:pointer}.logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#6289d9,#66e4f2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.logo-dot{width:8px;height:8px;background:#66e4f2;border-radius:50%;animation:pulse 2s infinite}.menu-icon{display:none;flex-direction:column;cursor:pointer;z-index:1001}.menu-icon span{width:25px;height:2px;background:#66e4f2;margin:3px 0;transition:.3s;border-radius:2px}.menu-icon.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-icon.open span:nth-child(2){opacity:0}.menu-icon.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.nav-menu{display:flex;list-style:none;gap:3rem}.nav-menu a{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;transition:all .3s ease;position:relative}.nav-menu a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(135deg,#6289d9,#66e4f2);transition:width .3s ease;border-radius:2px}.nav-menu a:hover,.nav-menu a.active{color:#66e4f2}.nav-menu a:hover:after,.nav-menu a.active:after{width:100%}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:0 2rem}.hero-content{text-align:center;max-width:800px;z-index:2;animation:fadeInUp 1s ease}.hero-badge{animation:fadeInUp 1s ease .2s both}.badge-text{background:#6289d933;padding:.5rem 1.5rem;border-radius:30px;font-size:.9rem;color:#66e4f2;border:1px solid rgba(102,228,242,.3);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero-title{font-size:4rem;line-height:1.2;margin-bottom:1.5rem;animation:fadeInUp 1s ease .4s both}.gradient-text{background:linear-gradient(135deg,#6289d9,#66e4f2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.2rem;color:#fffc;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;animation:fadeInUp 1s ease .6s both}.hero-buttons{display:flex;gap:1rem;justify-content:center;animation:fadeInUp 1s ease .8s both}.btn{padding:1rem 2.5rem;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;outline:none}.btn-primary{background:linear-gradient(135deg,#5c15bf,#6289d9);color:#fff;box-shadow:0 10px 30px #5c15bf4d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #5c15bf80}.btn-secondary{background:transparent;color:#66e4f2;border:2px solid #66e4f2}.btn-secondary:hover{background:#66e4f21a;transform:translateY(-3px)}.btn-large{padding:1.2rem 3rem;font-size:1.1rem}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;animation:float 20s infinite}.orb-1{width:500px;height:500px;background:#5c15bf;top:-200px;left:-200px}.orb-2{width:400px;height:400px;background:#6289d9;bottom:-200px;right:-200px;animation-delay:-5s}.orb-3{width:300px;height:300px;background:#66e4f2;top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:-10s}.section{padding:100px 0;position:relative}.section-title{font-size:2.5rem;text-align:center;margin-bottom:4rem;background:linear-gradient(135deg,#6289d9,#66e4f2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about{background:#0d0259}.about-content{display:flex;justify-content:center}.about-text{max-width:700px;text-align:center}.about-description{font-size:1.2rem;line-height:1.8;color:#ffffffe6;margin-bottom:3rem}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.stat-item{text-align:center}.stat-item h3{font-size:2rem;color:#66e4f2;margin-bottom:.5rem}.stat-item p{color:#ffffffb3}.projects{background:url(/assets/fondoazul2-CCFzfG8t.jpg);background-repeat:no-repeat}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.project-card{background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;overflow:hidden;transition:all .3s ease;border:1px solid rgba(98,137,217,.2);box-shadow:0 10px 30px #0003}.project-card:hover{transform:translateY(-10px);border-color:#6289d9;box-shadow:0 20px 40px #5c15bf4d}.card-image{width:100%;height:200px;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .card-image img{transform:scale(1.1)}.card-content{padding:1.5rem}.card-content h3{font-size:1.3rem;margin-bottom:.5rem;color:#66e4f2}.card-content p{color:#ffffffb3;font-size:.9rem;margin-bottom:1rem;line-height:1.6}.card-tags{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.card-tags span{background:#6289d933;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;color:#6289d9}.card-btn{background:transparent;border:none;color:#66e4f2;font-weight:600;cursor:pointer;padding:0;transition:all .3s ease}.card-btn:hover{color:#6289d9;transform:translate(5px)}.skills{background:#0d0259;height:100vh}.skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:600px;margin:0 auto}.skill-item{background:#04074080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:1rem;border-radius:30px;text-align:center;border:1px solid rgba(102,228,242,.2);transition:all .3s ease;cursor:default}.skill-item:hover{transform:translateY(-3px);border-color:#66e4f2;background:#6289d933;box-shadow:0 5px 20px #66e4f233}.skill-item span{color:#fff;font-weight:500}.contact{background:url(/assets/fondoazul-Bo8kXJqZ.jpg);background-repeat:no-repeat;background-size:cover;min-height:100vh;display:flex;align-items:center}.contact:before{content:"";position:absolute;inset:0;background:#000000ad;z-index:0}.contact-content{text-align:center;max-width:600px;margin:0 auto}.contact-text{font-size:1.3rem;color:#ffffffe6;margin-bottom:3rem;line-height:1.6}.footer{background:#0d0259;padding:2rem 0;text-align:center;border-top:1px solid rgba(98,137,217,.2)}.footer p{color:#ffffffb3;font-size:.9rem}@media(max-width:1300px){.nav-container{max-width:1100px;padding:0 2rem}.hero-title{font-size:3.5rem}.projects-grid{gap:1.5rem}}@media(max-width:992px){.nav-container{padding:0 1.5rem}.nav-menu{gap:2rem}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.1rem}.projects-grid{grid-template-columns:repeat(2,1fr)}.about-stats{gap:1rem}.skills-grid{grid-template-columns:repeat(3,1fr);max-width:700px}}@media(max-width:768px){.nav-container{padding:0 1rem}.nav-menu{position:fixed;top:0;right:-100%;width:80%;height:100vh;background:#040740fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:right .3s ease}.nav-menu.active{right:0}.menu-icon{display:flex}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center;gap:1rem}.btn-large{padding:1rem 2.5rem}.section-title{font-size:2rem;margin-bottom:2.5rem}.projects-grid{grid-template-columns:1fr;max-width:450px;margin:0 auto}.about-stats{grid-template-columns:1fr;gap:1.5rem}.contact-text{font-size:1.1rem;padding:0 1rem}.orb-1{width:300px;height:300px}.orb-2{width:250px;height:250px}.orb-3{width:200px;height:200px}}@media(max-width:650px){.navbar{padding:.8rem 0}.logo-text{font-size:1.2rem}.hero{min-height:90vh;padding:5rem 0 3rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:.95rem}.badge-text{font-size:.8rem;padding:.4rem 1rem}.btn-large{padding:.9rem 2rem;font-size:1rem}.section{padding:3rem 0}.section-title{font-size:1.8rem;margin-bottom:2rem}.projects-grid{max-width:350px;gap:1.5rem}.card-content{padding:1.2rem}.card-content h3{font-size:1.2rem}.skill-item{padding:.8rem}.skill-item span{font-size:.9rem}.contact-text{font-size:1rem}.footer{padding:1.5rem 0}.footer p{font-size:.8rem}}@media(max-width:550px){.navbar{padding:.6rem 0}.logo-text{font-size:1rem}.logo-dot{width:6px;height:6px}.hero-title{font-size:1.6rem}.hero-subtitle{font-size:.85rem}.badge-text{font-size:.7rem;padding:.3rem .8rem}.btn-large{padding:.8rem 1.5rem;font-size:.9rem}.section-title{font-size:1.5rem}.projects-grid{max-width:280px}.card-image{height:160px}.card-content h3{font-size:1.1rem}.card-content p{font-size:.85rem}.card-tags span{font-size:.7rem;padding:.2rem .6rem}.skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:600px;margin:0 auto}.skill-item span{font-size:.8rem}.contact-text{font-size:.95rem}.orb-1{width:200px;height:200px}.orb-2{width:150px;height:150px}.orb-3{width:120px;height:120px}}@media(max-width:480px){.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:600px;margin:0 auto}.section-header h2,.skills-note p{font-size:15px}}@media(max-width:395px){.skills-note p{font-size:12px}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:600px;margin:0 auto}}@media(max-width:375px){.skills-note{display:none}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #2563eb;--primary-dark: #1d4ed8;--secondary: #64748b;--dark: #0f172a;--light: #f8fafc;--gray: #e2e8f0;--success: #10b981}body{font-family:Inter,sans-serif;color:var(--dark);background:var(--light);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.btn{display:inline-block;padding:.8rem 1.8rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 10px 25px -5px #2563eb4d}.btn-outline{background:transparent;border:2px solid var(--primary);color:var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}h1{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}@media(max-width:1300px){.container{max-width:1100px;padding:0 2rem}}@media(max-width:992px){h1{font-size:3rem}h2{font-size:2.2rem}.container{max-width:900px;padding:0 1.8rem}}@media(max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.3rem}.section{padding:4rem 0}.btn{padding:.7rem 1.5rem;font-size:.95rem}.container{padding:0 1.5rem}}@media(max-width:576px){h1{font-size:2rem}h2{font-size:1.7rem}h3{font-size:1.2rem}.section{padding:3rem 0}.container{padding:0 1.2rem}}@media(max-width:390px){h1{font-size:1.8rem}h2{font-size:1.5rem}.container{padding:0 1rem}.btn{padding:.6rem 1.2rem;font-size:.85rem}}
