@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;800&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}.app{font-family:Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;overflow-x:hidden}main{margin-top:0;width:100%}section{width:100%!important;max-width:none!important}html{scroll-behavior:smooth}body{line-height:1.6;color:#333}img{max-width:100%;height:auto}button{cursor:pointer;border:none;outline:none}a{text-decoration:none;color:inherit}.hero-modern{min-height:100vh;width:100%;position:relative;background-image:url(/assets/images/hero/IMG_2313.JPG);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 1rem;box-sizing:border-box;overflow:hidden}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/assets/images/hero/IMG_2313.JPG);background-size:cover;background-position:center;will-change:transform;transition:transform .1s ease-out}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0b1f3b4d,#2d86c933,#0b1f3b40);z-index:1}.hero-content-wrapper{position:relative;z-index:2;width:100%;max-width:1200px;padding:clamp(3rem,8vh,6rem) 0}.hero-content{position:relative;color:#fff;width:100%;margin:0 auto;animation:fadeInUp 1s ease-out}.hero-badge{display:inline-flex;align-items:center;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;padding:.75rem 1.5rem;margin-bottom:2rem;animation:slideInDown .8s ease-out}.hero-badge span{color:#fff;font-weight:600;font-size:.9rem;letter-spacing:.5px}.hero-logo-container{margin-bottom:2rem;animation:scaleIn .8s ease-out .2s both}.hero-logo{width:clamp(200px,25vw,350px);height:auto;border-radius:15px;transition:all .4s ease;filter:drop-shadow(0 8px 16px rgba(0,0,0,.3));background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;border:1px solid rgba(255,255,255,.1)}.hero-logo:hover{transform:scale(1.05) rotate(2deg);filter:drop-shadow(0 12px 24px rgba(0,0,0,.4))}.hero-title{margin-bottom:1.5rem;animation:slideInUp .8s ease-out .4s both}.title-main{display:block;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:300;margin-bottom:.5rem;opacity:.9}.title-highlight{display:block;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;background:linear-gradient(135deg,#fff,#f0f8ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1;margin-bottom:.5rem}.hero-subtitle{font-size:clamp(1.1rem,2.5vw,1.5rem);margin-bottom:3rem;line-height:1.6;animation:slideInUp .8s ease-out .6s both}.hero-subtitle strong{color:#2d86c9;font-weight:700}.subtitle-emphasis{display:block;margin-top:.5rem;font-size:clamp(.9rem,2vw,1.1rem);opacity:.9;font-weight:400}.hero-stats{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:3rem;animation:fadeInUp .8s ease-out .8s both}.stat-item{text-align:center}.stat-number{display:block;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:800;color:#2d86c9;margin-bottom:.25rem}.stat-label{font-size:clamp(.8rem,1.5vw,1rem);opacity:.9;font-weight:500}.stat-divider{width:1px;height:40px;background:#ffffff4d}.hero-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem;animation:slideInUp .8s ease-out 1s both}.btn{padding:clamp(.875rem,2vw,1.25rem) clamp(1.5rem,4vw,2.5rem);border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;font-size:clamp(.9rem,1.5vw,1.1rem);position:relative;overflow:hidden;display:inline-flex;align-items:center;gap:.75rem;border:none;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#2d86c9,#3498db);color:#fff;box-shadow:0 10px 30px #2d86c966}.btn-secondary{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:2px solid rgba(255,255,255,.3);box-shadow:0 8px 25px #0003}.btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.btn-primary:hover{box-shadow:0 15px 40px #2d86c980}.btn-secondary:hover{background:#fff3;border-color:#ffffff80}.btn-icon{font-size:1.2rem}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);text-align:center;animation:fadeInUp .8s ease-out 1.2s both}.scroll-text{font-size:.9rem;color:#fffc;margin-bottom:.5rem;font-weight:500}.scroll-arrow{width:24px;height:24px;border:2px solid rgba(255,255,255,.6);border-top:none;border-left:none;transform:rotate(45deg);margin:0 auto;animation:bounce 2s infinite}.hero-modern:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(45deg,#0b1f3bb3,#2d86c966,#0b1f3b99,#3498db4d,#0b1f3bb3);z-index:1;pointer-events:none}.hero-visual-elements{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2}.rotating-element{position:absolute;background:linear-gradient(135deg,#ffffff26,#2d86c933,#ffffff1a);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,.5);animation:rotateFloat 8s ease-in-out infinite;box-shadow:0 10px 30px #0000004d,inset 0 1px #fff3}.rotating-element:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:linear-gradient(45deg,#2d86c9,#3498db,#2d86c9);border-radius:50%;z-index:-1;animation:rotateGradient 4s linear infinite}.element-1{width:120px;height:120px;top:15%;left:8%;animation-delay:0s}.element-2{width:100px;height:100px;top:65%;right:10%;animation-delay:2.5s}.element-3{width:80px;height:80px;bottom:25%;left:15%;animation-delay:5s}.floating-text{position:absolute;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:15px;padding:.75rem 1.25rem;font-size:.85rem;color:#fff;font-weight:600;animation:floatText 7s ease-in-out infinite;box-shadow:0 8px 25px #0003}.text-1{top:35%;right:15%;animation-delay:1s}.text-2{bottom:40%;right:20%;animation-delay:3.5s}.text-3{top:50%;left:5%;animation-delay:6s}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) rotate(45deg)}40%{transform:translateY(-10px) rotate(45deg)}60%{transform:translateY(-5px) rotate(45deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes rotateFloat{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-15px) rotate(90deg)}50%{transform:translateY(-5px) rotate(180deg)}75%{transform:translateY(-20px) rotate(270deg)}}@keyframes floatText{0%,to{transform:translateY(0) translate(0)}25%{transform:translateY(-8px) translate(5px)}50%{transform:translateY(-3px) translate(-3px)}75%{transform:translateY(-12px) translate(-5px)}}@media(max-width:768px){.hero-modern{background-attachment:scroll}.hero-content-wrapper{padding:clamp(2rem,6vh,4rem) 0}.hero-stats{flex-direction:column;gap:1.5rem}.stat-divider{width:60px;height:1px}.hero-actions{flex-direction:column;align-items:center;gap:1rem}.btn{width:100%;max-width:300px;justify-content:center}.rotating-element,.floating-text{display:none}.hero-scroll-indicator{bottom:1rem}}@media(max-width:480px){.hero-modern{padding:0 .5rem}.hero-logo{width:clamp(150px,40vw,250px);padding:.75rem}.title-main{font-size:clamp(1.2rem,3vw,2rem)}.title-highlight{font-size:clamp(2rem,5vw,3rem)}}.promotions-section{padding:6rem 1.5rem;background-color:#0f172a;background:linear-gradient(135deg,#0f172a,#1e293b);position:relative;overflow:hidden;font-family:Outfit,sans-serif;min-height:800px;display:flex;align-items:center}.blob{position:absolute;border-radius:50%;filter:blur(80px);z-index:0;opacity:.6;animation:floatBlob 20s infinite alternate}.blob-1{width:400px;height:400px;background:#3b82f6;top:-100px;left:-100px}.blob-2{width:500px;height:500px;background:#ec4899;bottom:-150px;right:-100px;animation-delay:-5s}.blob-3{width:300px;height:300px;background:#8b5cf6;top:40%;left:30%;animation-delay:-10s;opacity:.4}.mesh-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(rgba(255,255,255,.1) 1px,transparent 1px);background-size:30px 30px;z-index:0;opacity:.3}@keyframes floatBlob{0%{transform:translate(0) scale(1)}to{transform:translate(50px,50px) scale(1.1)}}.promotions-container{max-width:900px;margin:0 auto;position:relative;z-index:2;width:100%}.section-header{text-align:center;margin-bottom:4rem}.section-tag-vibrant{display:inline-block;padding:.5rem 1.2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#60a5fa;border-radius:50px;font-size:.85rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:1.5rem;box-shadow:0 4px 15px #0000001a}.section-title-vibrant{font-size:3.5rem;color:#fff;margin-bottom:1rem;font-weight:800;line-height:1.1;text-shadow:0 4px 10px rgba(0,0,0,.3)}.highlight-text{background:linear-gradient(120deg,#60a5fa,#a78bfa,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-subtitle-vibrant{color:#cbd5e1;font-size:1.25rem;font-weight:300;max-width:600px;margin:0 auto}.promotions-grid{display:flex;flex-direction:column;gap:2rem}.promo-card-vibrant{background:#ffffff08;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:0;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.promo-card-vibrant:hover{transform:translateY(-8px) scale(1.01);border-color:#ffffff4d;box-shadow:0 20px 40px -10px #00000080}.card-shine{position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,#fff0,#ffffff0d,#fff0);transform:skew(-25deg);transition:.5s;pointer-events:none}.promo-card-vibrant:hover .card-shine{left:200%;transition:.7s}.promo-content-wrapper{padding:2.5rem;position:relative;z-index:1}.primary-card{background:linear-gradient(145deg,#ffffff0d,#ffffff03)}.primary-card .promo-content-wrapper{display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.primary-card .promo-content-wrapper{flex-direction:row;align-items:center}}.promo-badge-floating{position:absolute;top:20px;right:20px;background:linear-gradient(135deg,#ef4444,#f43f5e);color:#fff;padding:.5rem 1rem;border-radius:8px;font-weight:700;font-size:.8rem;box-shadow:0 4px 10px #ef444466;z-index:10}.blue-badge{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 10px #3b82f666}.promo-main-visual{flex:0 0 auto;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:20px;padding:2rem;text-align:center;border:1px solid rgba(255,255,255,.1);min-width:180px}.big-percent{font-size:4rem;font-weight:800;line-height:1;background:linear-gradient(to bottom,#fff,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.big-off{font-size:1.5rem;font-weight:800;color:#ef4444;letter-spacing:2px}.visual-caption{font-size:.9rem;color:#94a3b8;margin-top:.5rem}.promo-details-col{flex:1}.card-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.card-desc{color:#cbd5e1;font-size:1.05rem;line-height:1.6;margin-bottom:1.5rem}.validity-tag{display:inline-block;margin-top:.5rem;background:#3b82f626;color:#60a5fa;padding:.25rem .75rem;border-radius:4px;font-size:.9rem;font-weight:600;margin-right:.75rem}.small-note{font-size:.85rem;color:#64748b;font-style:italic}.action-group{display:flex;flex-direction:column;gap:1rem}.btn-vibrant-primary{display:inline-flex;justify-content:center;align-items:center;background:#fff;color:#0f172a;padding:1rem 2rem;border-radius:12px;font-weight:700;text-decoration:none;transition:all .3s;box-shadow:0 0 20px #ffffff1a}.btn-vibrant-primary:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 0 30px #fff3}.btn-arrow{margin-left:.5rem;font-size:1.2rem}.mini-contacts{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#94a3b8}.mini-contacts a{color:#94a3b8;text-decoration:none;transition:color .2s}.mini-contacts a:hover{color:#fff}.divider{color:#475569}.toefl-layout{display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.toefl-layout{flex-direction:row;align-items:center;justify-content:space-between}}.toefl-info{flex:1}.feature-pills{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.pill{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;color:#e2e8f0;display:flex;align-items:center}.pill-icon{margin-right:.5rem}.pill strong{color:#60a5fa;margin-left:.25rem}.btn-vibrant-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.8rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s}.btn-vibrant-secondary:hover{background:#ffffff1a;border-color:#fff}.modal-overlay-glass{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0f172acc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:2000;animation:fadeIn .3s ease-out;padding:1rem}.modal-content-glass{background:#1e293be6;padding:2.5rem;border-radius:24px;width:100%;max-width:650px;border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #00000080;animation:slideUp .3s ease-out;position:relative;color:#fff}.modal-close-btn-glass{position:absolute;top:15px;right:20px;background:transparent;border:none;font-size:2rem;line-height:1;color:#64748b;cursor:pointer;transition:color .2s}.modal-close-btn-glass:hover{color:#fff}.glass-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.header-icon-box{width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:16px;display:flex;justify-content:center;align-items:center;font-size:2rem;box-shadow:0 8px 16px #3b82f64d}.glass-title{font-size:1.8rem;font-weight:700;margin:0;color:#fff}.glass-subtitle{margin:0;color:#94a3b8;font-size:1rem}.glass-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2.5rem}.info-box{background:#ffffff08;padding:1rem;border-radius:12px;display:flex;align-items:center;gap:1rem;border:1px solid rgba(255,255,255,.05)}.highlight-box{background:#3b82f61a;border-color:#3b82f633}.ib-icon{font-size:1.5rem}.ib-text{display:flex;flex-direction:column}.ib-text label{font-size:.75rem;text-transform:uppercase;color:#64748b;letter-spacing:.5px}.ib-text span{font-size:1rem;font-weight:600;color:#e2e8f0}.glass-footer{display:flex;justify-content:space-between;align-items:center;background:#0003;padding:1.5rem;border-radius:16px;flex-wrap:wrap;gap:1rem}.glass-price{display:flex;flex-direction:column}.glass-price span{color:#94a3b8;font-size:.9rem;text-transform:uppercase}.glass-price strong{font-size:2rem;color:#fff;line-height:1}.btn-glass-whatsapp{background:#22c55e;color:#fff;padding:1rem 2rem;border-radius:12px;font-weight:700;text-decoration:none;transition:all .3s;box-shadow:0 4px 15px #22c55e4d}.btn-glass-whatsapp:hover{background:#16a34a;transform:translateY(-2px);box-shadow:0 6px 20px #22c55e66}.glass-warning{text-align:center;color:#f43f5e;font-weight:600;margin-top:1.5rem;font-size:.95rem}@media(max-width:640px){.section-title-vibrant{font-size:2.5rem}.glass-grid{grid-template-columns:1fr}.glass-footer{flex-direction:column;text-align:center}.btn-glass-whatsapp{width:100%;justify-content:center}.mini-contacts{flex-direction:column;gap:.25rem}.divider{display:none}}.marquee-container{width:100%;height:150px;background-color:#3498db;overflow:hidden;position:relative;display:flex;align-items:center}.marquee-content{white-space:nowrap;display:inline-block;animation:marquee 20s linear infinite;padding:0 50px;font-size:3rem;color:#fff;font-weight:600}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}@media(max-width:768px){.marquee-container{height:60px}.marquee-content{font-size:1rem}}.about-modern{min-height:100vh;position:relative;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);padding:clamp(4rem,10vh,8rem) 0}.about-bg-container{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(135deg,#667eea0d,#764ba20d)}.floating-circle{position:absolute;border-radius:50%;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:float 15s ease-in-out infinite}.circle-1{width:300px;height:300px;top:10%;left:-150px;animation-delay:0s}.circle-2{width:200px;height:200px;top:60%;right:-100px;animation-delay:5s}.circle-3{width:150px;height:150px;bottom:20%;left:60%;animation-delay:10s}.about-content-wrapper{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 clamp(1rem,5vw,3rem)}.about-header{text-align:center;margin-bottom:clamp(4rem,8vh,6rem)}.about-badge{display:inline-flex;align-items:center;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;padding:.75rem 1.5rem;margin-bottom:2rem;animation:slideInDown .8s ease-out}.about-badge span{color:#fff;font-weight:600;font-size:.9rem;letter-spacing:.5px}.about-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.1;animation:slideInUp .8s ease-out .2s both}.title-highlight{background:linear-gradient(135deg,#f093fb,#f5576c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-subtitle{font-size:clamp(1.1rem,2.5vw,1.5rem);color:#ffffffe6;line-height:1.6;max-width:600px;margin:0 auto;animation:slideInUp .8s ease-out .4s both}.about-main{display:flex;flex-direction:column;gap:clamp(4rem,8vh,6rem)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.stat-item{text-align:center;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem 1.5rem;transition:all .3s ease;animation:fadeInUp .8s ease-out}.stat-item:hover{transform:translateY(-10px);background:#ffffff26;box-shadow:0 20px 40px #0000001a}.stat-number{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:#fff;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:1rem;color:#fffc;font-weight:500}.values-section{text-align:center;width:100%}.values-title{font-size:clamp(2rem,4vw,2.5rem);color:#fff;margin-bottom:3rem;font-weight:700}.values-grid-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1400px;margin:0 auto;padding:0 1rem}.value-card{position:relative;background:#ffffff1a;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:2.5rem 2rem;text-align:center;transition:all .4s ease;overflow:hidden;animation:fadeInUp .8s ease-out;animation-delay:calc(var(--card-index, 0) * .1s)}.value-card:hover{transform:translateY(-15px) scale(1.02);background:#ffffff26;box-shadow:0 30px 60px #0003}.value-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--card-gradient);opacity:0;transition:opacity .3s ease}.value-card:hover:before{opacity:1}.value-icon-wrapper{width:80px;height:80px;margin:0 auto 1.5rem;background:var(--card-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;transition:all .3s ease}.value-card:hover .value-icon-wrapper{transform:scale(1.1) rotate(5deg)}.value-icon{font-size:2rem;color:#fff}.value-title{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:1rem}.value-description{font-size:1rem;color:#ffffffe6;line-height:1.6}.value-glow{position:absolute;top:50%;left:50%;width:100px;height:100px;background:var(--card-gradient);border-radius:50%;filter:blur(40px);opacity:0;transform:translate(-50%,-50%);transition:opacity .3s ease;pointer-events:none}.value-card:hover .value-glow{opacity:.3}.about-cta{text-align:center;margin-top:2rem}.cta-content{background:#ffffff1a;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.2);border-radius:30px;padding:clamp(2rem,5vw,3rem);max-width:800px;margin:0 auto}.cta-title{font-size:clamp(1.8rem,4vw,2.5rem);color:#fff;margin-bottom:1rem;font-weight:700}.cta-description{font-size:clamp(1rem,2vw,1.2rem);color:#ffffffe6;margin-bottom:2rem;line-height:1.6}.cta-button{padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;position:relative;overflow:hidden}.cta-button.primary{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;box-shadow:0 10px 30px #f093fb4d}.cta-button.secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0003}.cta-button.primary:hover{box-shadow:0 15px 40px #f093fb66}.cta-button:hover .button-arrow{transform:translate(5px)}@media(max-width:768px){.about-modern{padding:clamp(3rem,8vh,6rem) 0}.stats-grid{grid-template-columns:1fr;gap:1.5rem}.values-grid-modern{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.cta-buttons{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:300px;justify-content:center}.floating-circle{display:none}}@media(max-width:480px){.about-content-wrapper{padding:0 1rem}.value-card,.cta-content{padding:2rem 1.5rem}}.programs-modern{position:relative;padding:clamp(4rem,10vh,8rem) 0;background:linear-gradient(135deg,#0b1f3b,#1a3a5c,#2d86c9);overflow:hidden;min-height:100vh}.programs-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.programs-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0b1f3bf2,#1a3a5cd9,#2d86c9bf)}.programs-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 80%,rgba(45,134,201,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(52,152,219,.1) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(11,31,59,.05) 0%,transparent 50%);background-size:120px 120px,80px 80px,100px 100px}.floating-elements{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.floating-shape{position:absolute;border-radius:50%;background:linear-gradient(135deg,#ffffff0d,#ffffff05);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:float 20s ease-in-out infinite}.shape-1{width:350px;height:350px;top:10%;left:-175px;animation-delay:0s}.shape-2{width:200px;height:200px;top:60%;right:-100px;animation-delay:8s}.shape-3{width:180px;height:180px;bottom:20%;left:60%;animation-delay:16s}.shape-4{width:120px;height:120px;top:30%;right:25%;animation-delay:24s}.programs-container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 clamp(1rem,5vw,3rem)}.programs-header{text-align:center;margin-bottom:clamp(4rem,8vh,6rem)}.programs-badge{display:inline-flex;align-items:center;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;padding:.75rem 1.5rem;margin-bottom:2rem;animation:slideInDown .8s ease-out}.programs-badge span{color:#ffffffe6;font-weight:600;font-size:.9rem;letter-spacing:.5px}.programs-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.1;animation:slideInUp .8s ease-out .2s both}.programs-subtitle{font-size:clamp(1.1rem,2.5vw,1.5rem);color:#fffc;line-height:1.6;max-width:700px;margin:0 auto;animation:slideInUp .8s ease-out .4s both}.programs-timeline{position:relative;padding:2rem 0}.programs-timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#667eea,#764ba2,#f093fb,#f5576c);border-radius:2px;transform:translate(-50%)}.program-card{position:relative;margin-bottom:4rem;display:flex;align-items:center}.program-card.left{justify-content:flex-end;padding-right:calc(50% + 3rem)}.program-card.right{justify-content:flex-start;padding-left:calc(50% + 3rem)}.timeline-marker{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:var(--card-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #0000004d;border:3px solid rgba(255,255,255,.2);z-index:2}.marker-number{font-size:1.2rem;font-weight:800;color:#fff}.card-content{background:#ffffff26;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:2rem;max-width:500px;width:100%;transition:all .4s ease;animation:fadeInUp .8s ease-out;animation-delay:calc(var(--card-index, 0) * .2s);box-shadow:0 10px 30px #0003}.program-card:hover .card-content{transform:translateY(-10px) scale(1.02);background:#fff3;box-shadow:0 30px 60px #0000004d}.card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.icon-wrapper{width:60px;height:60px;background:var(--card-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.program-icon{font-size:1.5rem;color:#fff}.header-text{flex:1}.program-name{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:.25rem}.program-subtitle{font-size:.9rem;color:#fffc;font-weight:500}.program-description{font-size:1rem;color:#fff;line-height:1.6;margin-bottom:2rem;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.3)}.card-footer{text-align:right}.detail-button{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;padding:.75rem 1.5rem;color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.detail-button:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 10px 25px #0003}.button-arrow{transition:transform .3s ease}.detail-button:hover .button-arrow{transform:translate(3px)}.programs-cta{text-align:center;margin-top:3rem}.cta-box{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:30px;padding:clamp(2.5rem,5vw,4rem);max-width:800px;margin:0 auto}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:overlayFade .3s ease-out}.modal-modern{width:min(900px,95vw);max-height:90vh;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;box-shadow:0 40px 80px #0000004d;border:1px solid rgba(255,255,255,.2);animation:modalIn .3s ease-out;overflow:hidden}.modal-header{display:flex;align-items:center;gap:1rem;padding:2rem;color:#fff}.modal-icon-wrapper{width:60px;height:60px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.modal-icon{font-size:1.5rem;color:#fff}.modal-title-section{flex:1}.modal-title{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.modal-subtitle{font-size:.9rem;opacity:.9}.modal-close{border:none;background:#fff3;color:#fff;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.modal-close:hover{background:#ffffff4d;transform:scale(1.1)}.modal-body{padding:2.5rem;max-height:calc(90vh - 140px);overflow-y:auto;background:#fff}.modal-description{font-size:1.2rem;color:#333;line-height:1.7;margin-bottom:2.5rem;font-weight:500}.modal-features{margin-bottom:2rem}.features-title{font-size:1.6rem;font-weight:800;color:#000;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:3px solid var(--card-color);text-align:center;text-transform:uppercase;letter-spacing:1px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.75rem}.feature-item{display:flex;align-items:center;gap:1rem;background:#fff;padding:1rem 1.25rem;border-radius:12px;font-size:1.1rem;color:#222;box-shadow:0 2px 8px #0000001a;border-left:4px solid var(--card-color);transition:all .3s ease;font-weight:500;line-height:1.4}.feature-item:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026;background:#fff}.feature-icon{font-size:1.4rem;flex-shrink:0;color:var(--card-color)}.feature-text{font-weight:600;line-height:1.4}.modal-highlights{margin-bottom:1rem}.highlights-list{display:flex;flex-direction:column;gap:.5rem}.highlight-item{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#555}.highlight-bullet{color:var(--card-color);font-weight:700}@keyframes overlayFade{0%{opacity:0}to{opacity:1}}@keyframes modalIn{0%{opacity:0;transform:translate3d(0,30px,0) scale(.9)}to{opacity:1;transform:translateZ(0) scale(1)}}@media(max-width:768px){.programs-modern{padding:clamp(3rem,8vh,6rem) 0}.programs-timeline:before{left:30px;transform:none}.program-card{margin-bottom:3rem}.program-card.left,.program-card.right{justify-content:flex-start;padding-left:80px;padding-right:0}.timeline-marker{left:30px;transform:translate(-50%,-50%)}.card-content{padding:1.5rem;max-width:none}.cta-buttons{flex-direction:column;align-items:center}.cta-primary,.cta-secondary{width:100%;max-width:300px;justify-content:center}.floating-shapes{display:none}.features-grid{grid-template-columns:1fr}}@media(max-width:480px){.programs-container{padding:0 1rem}.modal-header,.modal-body{padding:1.5rem}.modal-modern{width:95vw;margin:1rem}}.semesters-modern{position:relative;padding:clamp(4rem,10vh,8rem) 0;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);overflow:hidden;min-height:100vh}.semesters-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(135deg,#0f0c29f2,#302b63bf,#24243ef2)}.floating-shapes{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.shape{position:absolute;border-radius:50%;background:linear-gradient(135deg,#ffffff0d,#ffffff05);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:float 20s ease-in-out infinite}.shape-1{width:400px;height:400px;top:5%;left:-200px;animation-delay:0s}.shape-2{width:250px;height:250px;top:70%;right:-125px;animation-delay:7s}.shape-3{width:180px;height:180px;bottom:15%;left:70%;animation-delay:14s}.shape-4{width:120px;height:120px;top:25%;right:20%;animation-delay:21s}.semesters-container{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:0 clamp(1rem,5vw,3rem)}.semesters-header{text-align:center;margin-bottom:clamp(4rem,8vh,6rem)}.semesters-badge{display:inline-flex;align-items:center;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:50px;padding:.75rem 1.5rem;margin-bottom:2rem;animation:slideInDown .8s ease-out}.semesters-badge span{color:#ffffffe6;font-weight:600;font-size:.9rem;letter-spacing:.5px}.semesters-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.1;animation:slideInUp .8s ease-out .2s both}.title-gradient{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.semesters-subtitle{font-size:clamp(1.1rem,2.5vw,1.5rem);color:#fffc;line-height:1.6;max-width:700px;margin:0 auto;animation:slideInUp .8s ease-out .4s both}.semesters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2.5rem;margin-bottom:clamp(4rem,8vh,6rem)}.semester-card{position:relative;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:2rem;transition:all .4s ease;animation:fadeInUp .8s ease-out;animation-delay:calc(var(--card-index, 0) * .15s);overflow:hidden}.semester-card:hover{transform:translateY(-15px) scale(1.02);background:#ffffff14;box-shadow:0 30px 60px #0000004d;border-color:#fff3}.semester-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--card-color);opacity:.7;transition:opacity .3s ease}.semester-card:hover:before{opacity:1}.card-header{text-align:center;margin-bottom:1.5rem}.semester-number{display:inline-flex;align-items:baseline;justify-content:center;margin-bottom:1rem}.number{font-size:3rem;font-weight:800;color:var(--card-color);line-height:1}.ordinal{font-size:1.5rem;color:var(--card-color);opacity:.8;margin-left:.25rem}.semester-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.semester-subtitle{font-size:.95rem;color:#ffffffb3;font-weight:500}.card-image{position:relative;margin-bottom:1.5rem;border-radius:16px;overflow:hidden;transition:all .3s ease}.semester-card:hover .card-image{transform:scale(1.05)}.semester-photo{width:100%;height:200px;object-fit:cover;transition:transform .3s ease}.image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0000004d,#0000001a);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.semester-card:hover .image-overlay{opacity:1}.overlay-text{color:#fff;font-weight:600;font-size:1.1rem;padding:.75rem 1.5rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;border:1px solid rgba(255,255,255,.3)}.card-features{margin-bottom:1.5rem}.features-title{font-size:1rem;color:#ffffffe6;font-weight:600;margin-bottom:1rem;text-align:center}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.feature-item{display:flex;align-items:center;gap:.75rem;background:#ffffff0d;padding:.75rem;border-radius:12px;transition:all .3s ease}.feature-item:hover{background:#ffffff1a;transform:translate(5px)}.feature-icon{font-size:1.2rem;color:var(--card-color);flex-shrink:0}.feature-label{font-size:.85rem;color:#ffffffe6;font-weight:500;line-height:1.3}.card-footer{text-align:center}.progress-bar{height:6px;background:#ffffff1a;border-radius:3px;margin-bottom:.75rem;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(135deg,var(--card-color),rgba(255,255,255,.3));border-radius:3px;transition:width .8s ease}.progress-text{font-size:.8rem;color:#ffffffb3;font-weight:500}.semesters-cta{text-align:center}.cta-box{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:30px;padding:clamp(2.5rem,5vw,4rem);max-width:900px;margin:0 auto}.cta-title{font-size:clamp(1.8rem,4vw,2.8rem);color:#fff;margin-bottom:1rem;font-weight:700}.cta-description{font-size:clamp(1rem,2vw,1.3rem);color:#fffc;margin-bottom:2rem;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-primary,.cta-secondary{padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;position:relative;overflow:hidden}.cta-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 10px 30px #667eea4d}.cta-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.cta-primary:hover,.cta-secondary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0003}.cta-arrow{transition:transform .3s ease}.cta-primary:hover .cta-arrow{transform:translate(5px)}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.semesters-modern{padding:clamp(3rem,8vh,6rem) 0}.semesters-grid{grid-template-columns:1fr;gap:2rem}.semester-card{padding:1.5rem}.features-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.cta-primary,.cta-secondary{width:100%;max-width:300px;justify-content:center}.floating-shapes{display:none}}@media(max-width:480px){.semesters-container{padding:0 1rem}.semester-photo{height:180px}.number{font-size:2.5rem}.semester-title{font-size:1.3rem}.cta-box{padding:2rem 1.5rem}}.regulations-section{min-height:100vh;width:100%;position:relative;background-image:url(/assets/images/about/2.JPG);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 1rem;box-sizing:border-box;overflow:hidden}.regulations-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(45deg,#0b1f3bd9,#2d86c980,#0b1f3bcc);z-index:1}.regulations-visual-elements{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2}.regulations-container{position:relative;z-index:3;width:100%;max-width:900px;padding:2rem}.regulations-card{background:#ffffff14;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.2);border-top:1px solid rgba(255,255,255,.4);border-left:1px solid rgba(255,255,255,.4);border-radius:30px;padding:clamp(3rem,5vw,5rem);box-shadow:0 20px 50px #0006,0 0 30px #2d86c926;animation:fadeInUp 1s ease-out;position:relative;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease}.regulations-card:hover{transform:translateY(-5px);box-shadow:0 30px 60px #00000080,0 0 40px #2d86c940}.regulations-card:before{content:"";position:absolute;top:0;left:-50%;width:200%;height:100%;background:linear-gradient(to right,transparent,rgba(255,255,255,.1),transparent);transform:rotate(45deg);animation:shimmer 6s infinite linear;pointer-events:none}.regulations-badge{display:inline-flex;align-items:center;background:#ffffff1a;border:1px solid rgba(109,213,250,.3);border-radius:50px;padding:.6rem 1.8rem;margin-bottom:2.5rem;animation:slideInDown .8s ease-out;box-shadow:0 4px 15px #0000001a}.regulations-badge span{color:#e0f7fa;font-weight:700;font-size:.95rem;letter-spacing:1px;text-transform:uppercase;text-shadow:0 2px 4px rgba(0,0,0,.2)}.regulations-title{font-size:clamp(3rem,6vw,4.5rem);font-weight:800;color:#fff;margin-bottom:2rem;line-height:1.1;text-shadow:0 4px 20px rgba(0,0,0,.4)}.title-highlight{background:linear-gradient(90deg,#6dd5fa,#fff,#6dd5fa);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;animation:shineText 4s linear infinite}.regulations-description{font-size:clamp(1.2rem,2vw,1.5rem);line-height:1.8;color:#fffffff2;margin:0 auto;max-width:750px;font-weight:500;text-shadow:0 2px 4px rgba(0,0,0,.3)}.rotating-element{position:absolute;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;animation:rotateFloat 12s ease-in-out infinite;box-shadow:0 8px 32px #1f268733,inset 0 0 0 1px #ffffff1a}.rotating-element:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:linear-gradient(45deg,transparent,rgba(109,213,250,.6),transparent);border-radius:50%;z-index:-1;animation:rotateGradient 3s linear infinite}@keyframes shineText{to{background-position:200% center}}@keyframes shimmer{0%{transform:translate(-150%) rotate(45deg)}to{transform:translate(150%) rotate(45deg)}}.element-1{width:100px;height:100px;top:15%;left:10%;font-size:2.5rem;animation-delay:0s}.element-2{width:80px;height:80px;top:20%;right:15%;font-size:2rem;animation-delay:2s}.element-3{width:120px;height:120px;bottom:15%;left:15%;font-size:3rem;animation-delay:4s}.floating-text{position:absolute;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:15px;padding:.75rem 1.5rem;font-size:1rem;color:#fff;font-weight:600;animation:floatText 8s ease-in-out infinite;box-shadow:0 8px 25px #0003}.text-1{top:40%;left:5%;animation-delay:1s}.text-2{bottom:30%;right:10%;animation-delay:3s}.text-3{top:60%;right:5%;animation-delay:5s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes rotateFloat{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-15px) rotate(10deg)}66%{transform:translateY(10px) rotate(-10deg)}}@keyframes rotateGradient{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes floatText{0%,to{transform:translateY(0) translate(0)}33%{transform:translateY(-10px) translate(5px)}66%{transform:translateY(5px) translate(-5px)}}@media(max-width:768px){.rotating-element,.floating-text{opacity:.5;transform:scale(.7)}.element-1{top:5%;left:5%}.element-2{top:10%;right:5%}.element-3{bottom:5%;left:5%}.text-1,.text-2,.text-3{display:none}.regulations-title{font-size:2.5rem}.regulations-card{padding:2rem}}.footer{color:#fff;background:radial-gradient(1000px 500px at 0% 0%,rgba(255,255,255,.12),transparent 60%),radial-gradient(800px 400px at 100% 0%,rgba(255,255,255,.08),transparent 60%),linear-gradient(135deg,#0f1a24,#1b2a38 40%,#0f1a24);padding:clamp(3rem,6vh,4rem) 0 0 0;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(255,255,255,.06) 1px,transparent 1px);background-size:28px 28px;opacity:.6;pointer-events:none}.footer-container{width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}.footer-brand{display:flex;align-items:center;gap:16px;margin-bottom:clamp(1.5rem,4vh,2rem)}.brand-mark{width:48px;height:48px;border-radius:12px;background:color-mix(in srgb,#3498db 20%,white 80%);display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);box-shadow:0 10px 24px #00000040}.brand-mark img{width:28px;height:28px}.brand-text .brand-title{font-size:clamp(1.25rem,3.5vw,1.75rem);font-weight:800;letter-spacing:-.01em}.brand-text .brand-slogan{margin-top:2px;color:#ffffffbf}.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1rem,2.5vw,1.5rem)}.footer-section{background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:16px 16px 18px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.section-title{font-size:1rem;font-weight:700;margin-bottom:10px}.section-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.section-list a{color:#ffffffd9;text-decoration:none;transition:color .2s ease}.section-list a:hover{color:#5dade2}.socials{display:flex;gap:8px;margin-top:12px}.social-btn{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;text-decoration:none;transition:transform .2s ease,background .2s ease}.social-btn:hover{transform:translateY(-3px);background:#fff3}.footer-map-card{margin-top:clamp(1.5rem,4vh,2rem);background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:16px;overflow:hidden}.map-header{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.12)}.map-dot{width:10px;height:10px;border-radius:999px;background:#2ecc71;box-shadow:0 0 20px #2ecc71}.map-title{font-weight:700}.footer-map{width:100%;height:360px}.footer-map iframe{width:100%;height:100%;border:none}.footer-bottom{text-align:center;padding:clamp(1rem,3vh,1.5rem) 0;margin-top:clamp(2rem,5vh,3rem);background:#ffffff0f;border-top:1px solid rgba(255,255,255,.12)}.footer-bottom p{margin:0;font-size:clamp(.85rem,1.8vw,.95rem);color:#ffffffbf}.footer-links{margin-top:6px}.privacy-link{color:#5dade2;text-decoration:none}.privacy-link:hover{text-decoration:underline}.fade-in-up{opacity:0;transform:translateY(10px);animation:fadeUp .48s ease forwards}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.footer-brand{justify-content:center}.footer-grid{grid-template-columns:1fr}}.whatsapp-button{position:fixed;bottom:20px;right:20px;width:60px;height:60px;background-color:#25d366;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 8px #0000004d;cursor:pointer;z-index:1000;transition:all .3s ease}.whatsapp-button:hover{transform:scale(1.1);box-shadow:0 6px 12px #0006}.whatsapp-button svg{width:36px;height:36px}@media(max-width:768px){.whatsapp-button{width:50px;height:50px;bottom:15px;right:15px}.whatsapp-button svg{width:30px;height:30px}}.privacy-policy{min-height:100vh;background-color:#f8f9fa;padding:2rem 0}.privacy-container{max-width:800px;margin:0 auto;padding:2rem;background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-top:2rem}.back-button-container{margin-bottom:1rem}.back-button{display:inline-flex;align-items:center;color:#3498db;text-decoration:none;font-weight:500;padding:.5rem 1rem;border:2px solid #3498db;border-radius:25px;transition:all .3s ease;background-color:transparent}.back-button:hover{background-color:#3498db;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #3498db4d}.privacy-policy h1{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem;text-align:center;border-bottom:3px solid #3498db;padding-bottom:1rem}.last-updated{text-align:center;color:#7f8c8d;font-style:italic;margin-bottom:2rem}.privacy-section{margin-bottom:2rem}.privacy-section h2{color:#34495e;font-size:1.5rem;margin-bottom:1rem;border-left:4px solid #3498db;padding-left:1rem}.privacy-section p{color:#555;line-height:1.6;margin-bottom:1rem;text-align:justify}.privacy-section ul{margin-left:1.5rem;margin-bottom:1rem}.privacy-section li{color:#555;line-height:1.6;margin-bottom:.5rem}.contact-info{background-color:#ecf0f1;padding:1.5rem;border-radius:8px;border-left:4px solid #3498db}.contact-info p{margin-bottom:.5rem;color:#2c3e50}.contact-info strong{color:#2c3e50;font-size:1.1rem}.table-container{overflow-x:auto;margin:1rem 0}.privacy-table{width:100%;border-collapse:collapse;margin:1rem 0;background-color:#fff;box-shadow:0 2px 4px #0000001a}.privacy-table th,.privacy-table td{border:1px solid #ddd;padding:12px;text-align:left}.privacy-table th{background-color:#3498db;color:#fff;font-weight:600}.privacy-table tr:nth-child(2n){background-color:#f9f9f9}.privacy-table tr:hover{background-color:#f5f5f5}.arco-info{background-color:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #3498db;margin:1rem 0}.arco-info p{margin-bottom:1rem}.arco-info strong{color:#2c3e50}@media(max-width:768px){.privacy-policy{padding:1rem 0}.privacy-container{margin:1rem;padding:1.5rem}.privacy-policy h1{font-size:2rem}.privacy-section h2{font-size:1.3rem}.privacy-section p{text-align:left}}@media(max-width:480px){.privacy-container{margin:.5rem;padding:1rem}.privacy-policy h1{font-size:1.8rem}.privacy-section h2{font-size:1.2rem}}
