*{box-sizing:border-box;margin:0;padding:0}:root{--primary-blue:#2aa3ff;--dark-blue:#053075;--white:#fff;--light-gray:#f8f9fa;--text-dark:#1a1a1a;--text-light:#666;--shadow-light:#2aa3ff1a;--shadow-medium:#2aa3ff33;--shadow-heavy:#0530754d;--gradient-primary:linear-gradient(135deg,var(--primary-blue),var(--dark-blue));--gradient-light:linear-gradient(135deg,#2aa3ff1a,#0530750d)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--white);color:#1a1a1a;color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden;padding-top:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f8f9fa;background:var(--light-gray)}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#2aa3ff,#053075);background:var(--gradient-primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#053075;background:var(--dark-blue)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{color:#666;color:var(--text-light);margin-bottom:1rem}.btn-primary{background:linear-gradient(135deg,#2aa3ff,#053075);background:var(--gradient-primary);border:none;border-radius:50px;box-shadow:0 4px 15px #2aa3ff1a;box-shadow:0 4px 15px var(--shadow-light);color:#fff;color:var(--white);cursor:pointer;font-size:1.1rem;font-weight:600;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .3s ease}.btn-primary:hover{box-shadow:0 8px 25px #2aa3ff33;box-shadow:0 8px 25px var(--shadow-medium);transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#0000;border:2px solid #2aa3ff;border:2px solid var(--primary-blue);border-radius:50px;color:#2aa3ff;color:var(--primary-blue);cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.btn-secondary:hover{background:#2aa3ff;background:var(--primary-blue);box-shadow:0 8px 25px #2aa3ff33;box-shadow:0 8px 25px var(--shadow-medium);color:#fff;color:var(--white);transform:translateY(-2px)}.premium-card{background:#fff;background:var(--white);border:1px solid #2aa3ff1a;border-radius:20px;box-shadow:0 10px 30px #2aa3ff1a;box-shadow:0 10px 30px var(--shadow-light);overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.premium-card:before{background:linear-gradient(135deg,#2aa3ff,#053075);background:var(--gradient-primary);content:"";height:4px;left:0;position:absolute;right:0;top:0}.premium-card:hover{box-shadow:0 20px 40px #2aa3ff33;box-shadow:0 20px 40px var(--shadow-medium);transform:translateY(-5px)}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section{padding:5rem 0;position:relative}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2aa3ff,#053075);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text}@media (max-width:1024px){.container{padding:0 2rem}}@media (max-width:768px){.container{padding:0 1.5rem}.section{padding:4rem 0}h1{font-size:clamp(2rem,8vw,3rem);line-height:1.1}h2{font-size:clamp(1.75rem,6vw,2.5rem);line-height:1.2}h3{font-size:clamp(1.25rem,4vw,1.75rem);line-height:1.3}.btn-primary,.btn-secondary{border-radius:24px;font-size:1rem;min-height:48px;padding:1rem 2rem}.premium-card{border-radius:16px;padding:2rem 1.5rem}}@media (max-width:480px){.container{padding:0 1rem}.section{padding:3rem 0}h1{font-size:clamp(1.75rem,9vw,2.5rem)}h2{font-size:clamp(1.5rem,7vw,2rem)}.btn-primary,.btn-secondary{font-size:.95rem;margin:0 auto;max-width:280px;padding:.875rem 1.75rem;width:100%}.premium-card{border-radius:12px;padding:1.5rem 1rem}}@media (max-width:375px){.container{padding:0 .75rem}.section{padding:2.5rem 0}.premium-card{padding:1.25rem .875rem}}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #2aa3ff1a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;width:100%;z-index:1000}.header.scrolled{background:#fffffffa;border-bottom-color:#2aa3ff33;box-shadow:0 4px 20px #2aa3ff1a}.header-container{height:80px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.header-container,.header-logo{align-items:center;display:flex}.header-logo{cursor:pointer;gap:.75rem;transition:all .3s ease}.logo-img{object-fit:contain;width:120px}.logo-text{-webkit-text-fill-color:#0000;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.desktop-nav{align-items:center;display:flex;gap:2rem}.nav-item{background:none;border:none;color:var(--text-dark);cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;transition:all .3s ease}.nav-item:hover{color:var(--primary-blue)}.nav-item:after{background:var(--gradient-primary);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-item:hover:after{width:100%}.header-actions{align-items:center;display:flex;gap:1rem}.header-cta{border-radius:25px;font-size:.9rem;padding:.75rem 1.5rem}.mobile-menu-toggle{background:none;border:none;border-radius:8px;color:var(--text-dark);cursor:pointer;display:none;padding:.5rem;transition:all .3s ease}.mobile-menu-toggle:hover{background:var(--gradient-light);color:var(--primary-blue)}.mobile-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffc;border-bottom:1px solid #2aa3ff1a;box-shadow:0 4px 20px #0000001a;left:0;overflow:hidden;position:absolute;right:0;top:100%;z-index:1001}.mobile-menu-content{display:flex;flex-direction:column;gap:.5rem;padding:1rem 2rem 2rem}.mobile-nav-item{background:none;border:none;border-bottom:1px solid #2aa3ff0d;color:var(--text-dark);cursor:pointer;font-size:1.1rem;font-weight:500;padding:1rem 0;text-align:center;transition:all .3s ease;width:100%}.mobile-nav-item:hover{background:#2aa3ff0d;color:var(--primary-blue);transform:translateY(-1px)}.mobile-cta{justify-content:center;margin-top:1rem;width:100%}@media (max-width:1024px){.header-container{padding:0 1.5rem}.desktop-nav{gap:1.5rem}}@media (max-width:768px){.header-container{height:70px;padding:0 1rem}.desktop-nav,.header-cta{display:none}.mobile-menu-toggle{align-items:center;display:flex;justify-content:center}.logo-img{width:120px}.logo-text{font-size:1.3rem}.mobile-menu-content{padding:1rem}.mobile-nav-item{font-size:1rem;padding:.875rem 0}}@media (max-width:480px){.header-container{height:65px;padding:0 .75rem}.logo-img{width:90px}.logo-text{font-size:1.2rem}.mobile-menu-content{padding:.75rem}.mobile-nav-item{font-size:.95rem;padding:.75rem 0}}.animated-background{background:linear-gradient(135deg,#fff,#f8f9fa);height:100vh;left:0;overflow:hidden;position:fixed;top:0;width:100vw;z-index:-1}.floating-shape{border-radius:50%;filter:blur(1px);opacity:.6;position:absolute}.shape-0{background:linear-gradient(135deg,#2aa3ff33,#2aa3ff0d);border:1px solid #2aa3ff1a}.shape-1{background:linear-gradient(135deg,#05307526,#05307508);border:1px solid #05307514;border-radius:30% 70% 70% 30%/30% 30% 70% 70%}.shape-2{background:linear-gradient(135deg,#2aa3ff1a,#fffc);border:1px solid #2aa3ff26;border-radius:0;-webkit-clip-path:polygon(50% 0,0 100%,100% 100%);clip-path:polygon(50% 0,0 100%,100% 100%)}.shape-3{background:linear-gradient(135deg,#05307514,#2aa3ff1f);border:1px solid #2aa3ff1a;border-radius:20px;transform:rotate(45deg)}.gradient-orb{border-radius:50%;filter:blur(40px);opacity:.3;position:absolute}.orb-1{background:radial-gradient(circle,#2aa3ff66 0,#2aa3ff1a 50%,#0000 100%);height:300px;right:10%;top:10%;width:300px}.orb-2{background:radial-gradient(circle,#0530754d 0,#05307514 50%,#0000 100%);bottom:20%;height:400px;left:5%;width:400px}.orb-3{background:radial-gradient(circle,#2aa3ff40 0,#ffffff1a 50%,#0000 100%);height:250px;left:50%;top:50%;transform:translate(-50%,-50%);width:250px}.particles{height:100%;left:0;position:absolute;top:0;width:100%}.particle{background:#2aa3ff99;border-radius:50%;box-shadow:0 0 6px #2aa3ffcc;height:2px;position:absolute;width:2px}.animated-background:before{animation:rotate 20s linear infinite;background:linear-gradient(45deg,#0000 40%,#2aa3ff1a 50%,#0000 60%);content:"";height:100px;left:80%;position:absolute;top:20%;width:100px}.animated-background:after{animation:rotate 25s linear infinite reverse;background:conic-gradient(from 0deg,#0000,#0530751a,#0000);border-radius:50%;bottom:30%;content:"";height:150px;position:absolute;right:70%;width:150px}@media (max-width:768px){.floating-shape{opacity:.4}.gradient-orb{opacity:.2}.orb-1,.orb-2{height:200px;width:200px}.orb-3{height:150px;width:150px}}.hero{background:var(--gradient-bg);min-height:100vh;overflow:hidden;padding:calc(80px + 4rem) 0 4rem;position:relative}.hero-content{position:relative;width:100%;z-index:2}.hero-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;min-height:80vh}.hero-text{max-width:600px}.hero-badge{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#fffffffa,#f8fafcf2);border:1px solid #2aa3ff26;border-radius:50px;box-shadow:0 8px 32px #2aa3ff1f,0 2px 8px #0000000a,inset 0 1px 0 #fffc;color:var(--text-dark);display:inline-flex;font-size:.95rem;font-weight:700;gap:.75rem;margin-bottom:1.5rem;padding:.875rem 1.75rem}.hero-badge,.uk-flag{overflow:hidden;position:relative}.uk-flag{border-radius:3px;box-shadow:0 2px 8px #00000026;height:16px;width:24px}.flag-container{height:100%;position:relative;width:100%}.flag-blue{background:#012169}.flag-blue,.flag-cross-white{height:100%;left:0;position:absolute;top:0;width:100%}.flag-cross-white{background:linear-gradient(180deg,#0000 40%,#fff 0,#fff 60%,#0000 0),linear-gradient(90deg,#0000 40%,#fff 0,#fff 60%,#0000 0)}.flag-cross-red{background:linear-gradient(180deg,#0000 45%,#c8102e 0,#c8102e 55%,#0000 0),linear-gradient(90deg,#0000 45%,#c8102e 0,#c8102e 55%,#0000 0)}.flag-cross-red,.flag-diagonal-white{height:100%;left:0;position:absolute;top:0;width:100%}.flag-diagonal-white{background:linear-gradient(27deg,#0000 48%,#fff 0,#fff 52%,#0000 0),linear-gradient(-27deg,#0000 48%,#fff 0,#fff 52%,#0000 0)}.flag-diagonal-red{background:linear-gradient(27deg,#0000 49%,#c8102e 0,#c8102e 51%,#0000 0),linear-gradient(-27deg,#0000 49%,#c8102e 0,#c8102e 51%,#0000 0);height:100%;left:0;position:absolute;top:0;width:100%}.badge-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--text-dark) 0,var(--primary-blue) 100%);-webkit-background-clip:text;background-clip:text;font-weight:700;letter-spacing:.025em;position:relative;z-index:2}.badge-shine{animation:shine 3s ease-in-out infinite;background:linear-gradient(90deg,#0000,#fff6 50%,#0000);height:100%;left:-100%;position:absolute;top:0;width:100%;z-index:3}@keyframes shine{0%{left:-100%}50%{left:-100%}to{left:100%}}.hero-title{color:var(--text-dark);font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem}.no-break{white-space:nowrap}.hero-description{color:var(--text-light);font-size:1.2rem;line-height:1.7;margin-bottom:2rem}.hero-subjects{margin-bottom:2.5rem}.subjects-text{background:var(--gradient-light);border-radius:15px;color:var(--dark-blue);font-size:1.1rem;font-weight:600;padding:1rem 1.5rem}.hero-actions{gap:1rem;margin-bottom:3rem}.hero-actions,.hero-stats{display:flex;flex-wrap:wrap;justify-content:center}.hero-stats{gap:2rem}.stat{text-align:center}.stat-number{color:var(--primary-blue);font-size:2rem;font-weight:800;margin-bottom:.25rem}.stat-label{color:var(--text-light);font-size:.9rem;font-weight:500}.hero-visual{align-items:center;display:flex;height:600px;justify-content:center;position:relative}.visual-container{height:400px;position:relative;width:400px}.central-logo{align-items:center;background:var(--white);border:3px solid #2aa3ff1a;border-radius:50%;box-shadow:0 20px 40px var(--shadow-medium);display:flex;height:120px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:120px;z-index:10}.logo-image{height:80px;object-fit:contain;width:80px}.floating-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--white);border:1px solid #2aa3ff1a;border-radius:15px;box-shadow:0 10px 30px var(--shadow-light);color:var(--text-dark);display:flex;font-weight:600;gap:.75rem;padding:1rem 1.5rem;position:absolute;z-index:5}.card-icon{color:var(--primary-blue);height:24px;width:24px}.card-1{animation:float 4s ease-in-out infinite;right:-10%;top:15%}.card-2{animation:float 4s ease-in-out 1.5s infinite;bottom:20%;left:-15%}.card-3{animation:float 4s ease-in-out 3s infinite;right:-5%;top:70%}.orbit-ring{animation:rotate 20s linear infinite;border:2px solid #2aa3ff1a;border-radius:50%;border-top-color:#2aa3ff4d;left:50%;position:absolute;top:50%}.ring-1{height:200px;width:200px}.ring-1,.ring-2{transform:translate(-50%,-50%)}.ring-2{animation-direction:reverse;animation-duration:25s;height:280px;width:280px}.ring-3{animation-duration:30s;height:360px;transform:translate(-50%,-50%);width:360px}.scroll-indicator{align-items:center;bottom:2rem;color:var(--text-light);display:flex;flex-direction:column;font-size:.9rem;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%)}.scroll-line{background:var(--gradient-primary);border-radius:2px;height:30px;width:2px}@media (max-width:1024px){.hero-grid{gap:3rem;min-height:70vh}.visual-container{height:320px;width:320px}.central-logo{height:200px;width:200px}.logo-image{height:60px;width:60px}.card-1{right:-15%;top:5%}.card-2{bottom:10%;left:-20%}.card-3{right:-10%;top:80%}}@media (max-width:768px){.hero{align-items:center;display:flex;min-height:100vh;padding:calc(80px + 2rem) 0 2rem}.hero-grid{gap:2rem;grid-template-columns:1fr;min-height:auto;text-align:center}.hero-text{max-width:100%;order:1}.hero-visual{height:300px;margin-top:2rem;order:2}.visual-container{height:280px;width:280px}.card-1{right:-20%;top:10%}.card-2{bottom:15%;left:-25%}.card-3{right:-15%;top:75%}.hero-badge{gap:.625rem;padding:.75rem 1.5rem}.uk-flag{height:14px;width:20px}.hero-title{font-size:clamp(2rem,8vw,3rem);margin-bottom:1rem}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.hero-badge{font-size:.9rem;margin-bottom:1.5rem;padding:.75rem 1.25rem}.subjects-text{font-size:1rem;padding:1rem 1.25rem}.hero-actions{gap:1rem;justify-content:center;margin-bottom:2rem}.hero-stats{flex-wrap:wrap;gap:2rem;justify-content:center}.floating-card{border-radius:12px;font-size:.85rem;padding:.75rem 1rem}.card-icon{height:18px;width:18px}.central-logo{height:180px;width:180px}.logo-image{height:50px;width:50px}}@media (max-width:480px){.hero{padding:calc(80px + 1.5rem) 0 2rem}.hero-grid{gap:1.5rem}.hero-visual{height:250px}.visual-container{height:220px;width:220px}.hero-badge{font-size:.85rem;gap:.5rem;padding:.625rem 1.25rem}.uk-flag{height:12px;width:18px}.hero-title{font-size:clamp(1.75rem,9vw,2.5rem);line-height:1.1}.hero-description{font-size:1rem;line-height:1.5}.subjects-text{font-size:.9rem;padding:.875rem 1rem}.hero-actions{align-items:center;flex-direction:column;gap:.75rem}.hero-stats{gap:1.5rem}.stat{min-width:80px}.stat-number{font-size:1.5rem}.floating-card,.stat-label{font-size:.8rem}.floating-card{padding:.625rem .875rem}.card-1{right:-25%;top:0}.card-2{bottom:5%;left:-30%}.card-3{right:-20%;top:85%}.card-icon{height:16px;width:16px}.central-logo{height:60%;width:60%}.logo-image{width:80%}.scroll-indicator{bottom:1rem}.scroll-line{height:20px}}@media (max-width:375px){.hero-title{font-size:clamp(1.5rem,10vw,2.25rem)}.hero-description{font-size:.95rem}.visual-container{height:200px;width:200px}.hero-stats{gap:1rem}.stat-number{font-size:1.25rem}}.how-it-works{position:relative}.section-title{color:var(--text-dark);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;margin-bottom:1rem}.section-description{color:var(--text-light);font-size:1.2rem;margin:0 auto;max-width:600px}.steps-container{align-items:flex-start;display:flex;gap:2rem;justify-content:center;margin-bottom:4rem;padding-top:40px;position:relative}.step-card{background:var(--white);border:1px solid #2aa3ff1a;border-radius:25px;box-shadow:0 10px 30px var(--shadow-light);max-width:320px;overflow:visible;padding:4rem 2rem 3rem;position:relative;text-align:center;transition:all .3s ease}.step-card:hover{border-color:#2aa3ff33;box-shadow:0 20px 40px var(--shadow-medium)}.step-number{background:var(--gradient-primary);border:3px solid var(--white);border-radius:50%;box-shadow:0 4px 15px var(--shadow-light);color:var(--white);font-size:1.3rem;font-weight:800;height:50px;left:50%;position:absolute;top:-15px;transform:translateX(-50%);width:50px;z-index:10}.step-icon-container,.step-number{align-items:center;display:flex;justify-content:center}.step-icon-container{background:var(--gradient-light);border:2px solid #2aa3ff1a;border-radius:50%;height:80px;margin:2rem auto 1.5rem;width:80px}.step-icon{height:40px;width:40px}.step-title{color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.step-description{color:var(--text-light);font-size:1rem;line-height:1.6}.step-glow{background:var(--gradient-light);border-radius:25px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;z-index:-1}.step-connector{align-items:center;display:flex;justify-content:center;margin-top:3rem;transform-origin:left center}.connector-arrow{animation:pulse 2s ease-in-out infinite;color:var(--primary-blue);height:30px;width:30px}.cta-section{padding-top:2rem;text-align:center}.btn-icon{transition:transform .3s ease}.btn-primary:hover .btn-icon{transform:translateX(5px)}@media (max-width:1024px){.steps-container{gap:2rem;padding-top:40px}.step-card{max-width:300px;padding:2.5rem 2rem}}@media (max-width:768px){.steps-container{align-items:center;flex-direction:column;gap:2rem;padding-top:40px}.step-connector{margin:.5rem 0;transform:rotate(90deg)}.step-card{margin:0 auto;max-width:100%;padding:4rem 2rem 2.5rem;width:100%}.step-number{font-size:1.3rem;height:50px;top:-15px;width:50px}.section-header{margin-bottom:3rem}.step-title{font-size:1.4rem;margin-bottom:1rem}.step-description{font-size:1rem;line-height:1.6}}@media (max-width:480px){.steps-container{gap:1.5rem;padding-top:40px}.step-card{padding:3.5rem 1.5rem 2rem}.step-number{font-size:1.2rem;height:44px;top:-15px;width:44px}.step-icon-container{height:70px;margin:1.5rem auto 1.25rem;width:70px}.step-icon{height:32px;width:32px}.step-title{font-size:1.25rem;margin-bottom:.875rem}.step-description{font-size:.95rem;line-height:1.5}.connector-arrow{height:24px;width:24px}}@media (max-width:375px){.step-card{padding:3rem 1.25rem 1.75rem}.step-number{font-size:1.1rem;height:40px;top:-15px;width:40px}.step-icon-container{height:60px;width:60px}.step-icon{height:28px;width:28px}.step-title{font-size:1.1rem}.step-description{font-size:.9rem}}.why-choose-us{position:relative}.features-grid,.section-header{position:relative;z-index:2}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.feature-card{overflow:hidden;position:relative;text-align:center;transition:all .3s ease}.feature-card:hover{transform:translateY(-10px)}.feature-icon-container{align-items:center;background:var(--gradient-light);border:2px solid #2aa3ff1a;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;position:relative;width:80px}.feature-icon{height:40px;position:relative;width:40px;z-index:3}.icon-glow{border-radius:50%;bottom:0;left:0;opacity:.2;position:absolute;right:0;top:0;z-index:1}.feature-title{color:var(--text-dark);font-size:1.3rem;font-weight:700;margin-bottom:1rem}.feature-description{color:var(--text-light);font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.guarantee-section{display:flex;justify-content:center;position:relative;z-index:2}.guarantee-card{align-items:center;background:var(--gradient-light);border:2px solid #2aa3ff33;border-radius:20px;box-shadow:0 10px 30px var(--shadow-light);display:flex;gap:1.5rem;max-width:600px;padding:2rem 3rem}.guarantee-icon{align-items:center;background:var(--gradient-primary);border-radius:50%;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.check-icon{height:30px;width:30px}.guarantee-content{flex:1 1}.guarantee-title{color:var(--text-dark);font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.guarantee-text{color:var(--text-light);font-size:1rem;margin:0}.why-choose-us:after{animation:rotate 40s linear infinite reverse;background:conic-gradient(from 0deg,#0000,#0530750d,#0000);border-radius:50%;bottom:20%;content:"";height:150px;position:absolute;right:5%;width:150px}@media (max-width:1024px){.features-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.features-grid{gap:1.5rem;grid-template-columns:1fr;margin:0 auto;max-width:500px}.feature-card{margin:0;padding:2rem 1.5rem}.feature-icon-container{height:70px;margin-bottom:1.25rem;width:70px}.feature-icon{height:36px;width:36px}.feature-title{font-size:1.3rem;margin-bottom:.875rem}.feature-description{font-size:1rem;line-height:1.6}.guarantee-card{flex-direction:column;margin:0;max-width:500px;padding:2rem 1.5rem;text-align:center}.guarantee-icon{margin-bottom:1rem}.guarantee-title{font-size:1.3rem}.guarantee-text{font-size:1rem}}@media (max-width:480px){.features-grid{gap:1.25rem;max-width:100%}.feature-card{padding:1.75rem 1.25rem}.feature-icon-container{height:60px;margin-bottom:1rem;width:60px}.feature-icon{height:30px;width:30px}.feature-title{font-size:1.2rem;margin-bottom:.75rem}.feature-description{font-size:.95rem;line-height:1.5}.guarantee-card{padding:1.75rem 1.25rem}.guarantee-icon{height:50px;width:50px}.check-icon{height:25px;width:25px}.guarantee-title{font-size:1.2rem}.guarantee-text{font-size:.95rem}}@media (max-width:375px){.feature-card{padding:1.5rem 1rem}.feature-icon-container{height:55px;width:55px}.feature-icon{height:28px;width:28px}.feature-title{font-size:1.1rem}.feature-description{font-size:.9rem}.guarantee-card{padding:1.5rem 1rem}}.CircularProgressbar{vertical-align:middle;width:100%}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;dominant-baseline:middle;text-anchor:middle;font-size:20px}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:#0000}.testimonials{position:relative}.testimonials-slideshow{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:4rem;position:relative;z-index:2}@media (max-width:768px){.testimonials-slideshow{gap:2rem;grid-template-columns:1fr;margin-top:2rem}}.slideshow-content{overflow:hidden;padding:0 20px;position:relative}.testimonial-slider{margin:0 auto;max-width:600px;min-height:350px;position:relative;width:100%}@media (max-width:768px){.testimonial-slider{max-width:100%;min-height:320px}}.testimonial-card{background:#fff;border:1px solid #00000014;border-radius:20px;box-shadow:0 20px 40px #2aa3ff1a,0 8px 16px #0000000f;cursor:grab;display:flex;flex-direction:column;min-height:300px;padding:2.5rem 2rem;width:100%}.testimonial-card:active{cursor:grabbing}@media (max-width:768px){.testimonial-card{border-radius:16px;min-height:280px;padding:2rem 1.5rem}}.slider-controls{bottom:-70px;display:flex;gap:1rem;left:50%;position:absolute;transform:translateX(-50%);z-index:20}@media (max-width:768px){.slider-controls{bottom:-60px;gap:.75rem}}.slider-btn{align-items:center;background:#ffffffe6;border:1px solid #0000001a;border-radius:50%;box-shadow:0 4px 12px #0000001a;cursor:pointer;display:flex;height:48px;justify-content:center;transition:all .3s ease;width:48px}.slider-btn:hover{background:var(--primary-blue);border-color:var(--primary-blue);box-shadow:0 8px 20px #2aa3ff4d;transform:translateY(-2px)}.slider-btn:hover svg{color:#fff}.slider-btn svg{color:var(--text-dark);height:18px;transition:color .3s ease;width:18px}.play-pause-container{height:56px;position:relative;width:56px}.play-pause-container .CircularProgressbar{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.slider-btn.play-pause{align-items:center;background:#fffffff2;border:1px solid #2aa3ff33;border-radius:50%;box-shadow:0 4px 12px #0000001a;cursor:pointer;display:flex;height:40px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:40px}.slider-btn.play-pause:hover{background:var(--primary-blue);border-color:var(--primary-blue);box-shadow:0 8px 20px #2aa3ff4d;transform:translate(-50%,-50%) translateY(-2px)}.slider-btn.play-pause svg{color:var(--primary-blue);height:16px;transition:color .3s ease;width:16px}.slider-btn.play-pause:hover svg{color:#fff}.slider-dots{display:flex;gap:.5rem;justify-content:center;margin-top:2rem}.dot{background:#2aa3ff4d;border:none;border-radius:50%;cursor:pointer;height:8px;transition:all .3s ease;width:8px}.dot.active{transform:scale(1.2)}.dot.active,.dot:hover{background:var(--primary-blue)}.dot:hover{transform:scale(1.1)}.student-visual{align-items:center;display:flex;justify-content:center;position:relative}.student-image,.student-image-container{max-width:500px;position:relative;width:100%}.student-image{filter:drop-shadow(0 20px 40px rgba(42,163,255,.2));height:auto;mask-image:linear-gradient(180deg,#000 0,#000 60%,#000c 75%,#0006 85%,#0000001a 95%,#0000);-webkit-mask-image:linear-gradient(180deg,#000 0,#000 60%,#000c 75%,#0006 85%,#0000001a 95%,#0000);transition:all .3s ease;z-index:1}.image-glow{animation:pulse 4s ease-in-out infinite;background:radial-gradient(circle,#2aa3ff1a 0,#0000 70%);border-radius:50%;height:120%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:120%;z-index:-1}.floating-elements{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.floating-element{align-items:center;animation:float 6s ease-in-out infinite;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:50px;box-shadow:0 8px 32px #2aa3ff26,inset 0 1px 0 #fff6;color:var(--text-dark);display:flex;font-size:.85rem;font-weight:600;gap:.5rem;padding:.75rem 1rem;position:absolute}.element-icon{color:var(--primary-blue);height:16px;width:16px}.element-1{animation-delay:0s;right:-10%;top:10%}.element-2{animation-delay:2s;left:-15%;top:60%}.element-3{animation-delay:4s;bottom:20%;right:10%}@keyframes pulse{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1.1)}}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-10px) rotate(1deg)}66%{transform:translateY(5px) rotate(-1deg)}}.quote-icon{align-items:center;background:linear-gradient(135deg,var(--primary-blue) 0,#1e40af 100%);border:2px solid #fff3;border-radius:50%;box-shadow:0 16px 32px #2aa3ff40,0 8px 16px #0000001a,inset 0 1px 0 #ffffff4d;display:flex;height:48px;justify-content:center;position:absolute;right:24px;top:-8px;width:48px;z-index:3}.quote{color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:22px;width:22px}.stars{display:flex;gap:.3rem;margin-bottom:1.5rem;margin-top:1rem}.star{color:#f59e0b;filter:drop-shadow(0 2px 4px rgba(245,158,11,.2));height:20px;width:20px}.star.filled{fill:currentColor}.testimonial-text{color:var(--text-dark);flex-grow:1;font-size:1.2rem;font-weight:400;letter-spacing:-.01em;line-height:1.65;margin-bottom:2rem}.testimonial-footer{margin-top:auto}.author-info{align-items:center;display:flex;justify-content:space-between}.author-name{color:var(--text-dark);font-size:1rem;font-weight:600;letter-spacing:-.01em}.subject-tag{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#2aa3ff1a,#2aa3ff0d);border:1px solid #2aa3ff26;border-radius:20px;color:var(--primary-blue);font-size:.85rem;font-weight:600;padding:.4rem 1rem}.card-glow{background:var(--gradient-light);border-radius:20px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;z-index:-1}@media (max-width:1024px){.testimonials-grid{gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.carousel-container{gap:1.5rem}.featured-card{padding:2.5rem 2rem}}@media (max-width:768px){.testimonials-slideshow{gap:3rem;grid-template-columns:1fr}.student-visual{order:-1}.student-image-container{max-width:300px}.slider-btn.prev{left:-15px}.slider-btn.next{right:-15px}.floating-element{font-size:.75rem;padding:.5rem .75rem}.element-1{right:-5%;top:5%}.element-2{left:-10%;top:65%}.element-3{bottom:15%;right:5%}.testimonials-grid{gap:1.5rem;grid-template-columns:1fr}.testimonial-card{max-width:100%;padding:2rem 1.5rem}.testimonial-text{font-size:1.05rem;line-height:1.6}.author-info{align-items:flex-start;flex-direction:column;gap:.75rem}.subject-tag{align-self:flex-start}}@media (max-width:480px){.testimonials-grid{gap:1.25rem}.testimonial-card{padding:1.75rem 1.25rem}.quote-icon{height:36px;right:16px;top:-10px;width:36px}.quote{height:18px;width:18px}.testimonial-text{font-size:1rem;line-height:1.5}.author-name{font-size:.95rem}.subject-tag{font-size:.8rem;padding:.2rem .6rem}}@media (max-width:375px){.testimonial-card{padding:1.5rem 1rem}.testimonial-text{font-size:.95rem}.featured-card{padding:1.5rem 1rem}.featured-text{font-size:1rem}.quote-icon{height:32px;width:32px}.quote{height:16px;width:16px}}.faq{position:relative}.faq-container{margin:0 auto 4rem;max-width:800px}.faq-item{background:var(--white);border:1px solid #2aa3ff1a;border-radius:15px;box-shadow:0 4px 15px var(--shadow-light);margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#2aa3ff33;box-shadow:0 8px 25px var(--shadow-medium)}.faq-question{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;gap:1rem;justify-content:space-between;padding:1.5rem 2rem;position:relative;text-align:left;transition:all .3s ease;width:100%}.faq-question.active,.faq-question:hover{background:var(--gradient-light)}.faq-question.active{border-bottom:1px solid #2aa3ff1a}.question-text{color:var(--text-dark);flex:1 1;font-size:1.1rem;font-weight:600;line-height:1.4}.question-icon{align-items:center;background:var(--gradient-primary);border-radius:50%;box-shadow:0 2px 8px var(--shadow-light);display:flex;flex-shrink:0;height:40px;justify-content:center;transition:transform .3s ease;width:40px}.faq-question.active .question-icon{transform:rotate(180deg)}.icon{color:var(--white);height:20px;width:20px}.faq-answer{background:var(--white);max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease}.faq-item:has(.faq-question.active) .faq-answer{max-height:500px;opacity:1}.answer-content{padding:1.5rem 2rem 2rem}.answer-content p{color:var(--text-light);font-size:1rem;line-height:1.7;margin:0;text-align:left}.faq-cta{display:flex;justify-content:center}.cta-card{background:var(--gradient-light);border:2px solid #2aa3ff33;max-width:500px;overflow:hidden;position:relative;text-align:center}.cta-card:before{background:var(--gradient-primary);content:"";height:4px;left:0;position:absolute;right:0;top:0}.cta-title{color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.cta-text{color:var(--text-light);font-size:1rem;line-height:1.6;margin-bottom:2rem}@media (max-width:768px){.faq-container{margin-bottom:3rem;max-width:600px}.faq-item{margin-bottom:1rem}.faq-question{gap:1rem;padding:1.5rem}.question-text{flex:1 1;font-size:1.05rem;line-height:1.4}.question-icon{flex-shrink:0;height:36px;width:36px}.icon{height:18px;width:18px}.answer-content{padding:1.25rem 1.5rem 1.5rem}.answer-content p{font-size:1rem;line-height:1.6;text-align:left}.cta-card{margin:0;max-width:100%}.cta-title{font-size:1.4rem}.cta-text{font-size:1rem}}@media (max-width:480px){.faq-container{margin-bottom:2.5rem}.faq-question{gap:.875rem;padding:1.25rem}.question-text{font-size:1rem;line-height:1.3}.question-icon{height:32px;width:32px}.icon{height:16px;width:16px}.answer-content{padding:1rem 1.25rem 1.25rem}.answer-content p{font-size:.95rem;line-height:1.5;text-align:left}.cta-card{padding:1.75rem 1.25rem}.cta-title{font-size:1.25rem}.cta-text{font-size:.95rem}}@media (max-width:375px){.faq-question{padding:1rem}.question-text{font-size:.95rem}.question-icon{height:30px;width:30px}.answer-content{padding:0 1rem 1rem}.answer-content p{font-size:.9rem}.cta-card{padding:1.5rem 1rem}}.contact{position:relative}.section-header{margin-bottom:4rem;text-align:center}.contact-container{position:relative;z-index:2}.contact-grid{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1.2fr}.contact-info{position:-webkit-sticky;position:sticky;top:2rem}.info-card{text-align:left}.info-title{color:var(--text-dark);font-size:1.8rem;font-weight:700;margin-bottom:1rem}.info-description{color:var(--text-light);font-size:1.1rem;line-height:1.6}.contact-details,.info-description{margin-bottom:2.5rem}.contact-item{align-items:center;background:var(--gradient-light);border:1px solid #2aa3ff1a;border-radius:15px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem;transition:all .3s ease}.contact-item:hover{border-color:#2aa3ff33;transform:translateX(5px)}.contact-icon{align-items:center;background:var(--gradient-primary);border-radius:50%;box-shadow:0 4px 15px var(--shadow-light);display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.contact-icon .icon{color:var(--white);height:24px;width:24px}.contact-text{flex:1 1}.contact-label{color:var(--text-light);font-size:.9rem;font-weight:500;margin-bottom:.25rem}.contact-value{color:var(--text-dark);font-size:1.1rem;font-weight:600}.guarantee-badge{align-items:center;background:var(--gradient-primary);border-radius:50px;box-shadow:0 4px 15px var(--shadow-light);color:var(--white);display:flex;font-weight:600;gap:.75rem;padding:1rem 1.5rem}.badge-icon{height:20px;width:20px}.social-section{padding:4rem 0 5rem;position:relative}.social-section-title{color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:3rem;position:relative;text-align:center;z-index:1}.social-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1000px;position:relative;z-index:1}.social-card{align-items:center;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffff40;border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 8px 32px #2aa3ff1a,inset 0 1px 0 #fff6;color:var(--text-dark);display:flex;flex-direction:column;gap:.875rem;justify-content:center;min-height:140px;overflow:hidden;padding:2rem 1.5rem;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.social-card:before{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .4s ease}.social-card:hover{background:#ffffff59;border-color:#ffffff80;box-shadow:0 20px 60px #2aa3ff33,inset 0 1px 0 #fff9;transform:translateY(-12px) scale(1.02)}.social-card:hover:before{opacity:1}.social-card:active{transform:translateY(-8px) scale(.98)}.social-card-icon{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 8px 25px #0000001a,inset 0 1px 0 #ffffff4d;display:flex;flex-shrink:0;height:60px;justify-content:center;position:relative;width:60px;z-index:2}.social-card.instagram .social-card-icon{background:linear-gradient(135deg,#f09433e6,#e6683ce6 25%,#dc2743e6 50%,#cc2366e6 75%,#bc1888e6)}.social-card.facebook .social-card-icon{background:linear-gradient(135deg,#1877f2e6,#42a5f5e6)}.social-card.linkedin .social-card-icon{background:linear-gradient(135deg,#0077b5e6,#00a0dce6)}.social-card.youtube .social-card-icon{background:linear-gradient(135deg,#ff0000e6,#cc0000e6)}.social-card-icon-svg{color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:32px;width:32px}.social-card-title{color:var(--text-dark);font-size:1.1rem;font-weight:600;letter-spacing:-.02em;margin:0;position:relative;text-align:center;z-index:2}.form-card{background:var(--white);position:relative}.form-title{color:var(--text-dark);font-size:1.8rem;font-weight:700;margin-bottom:2rem;text-align:center}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column}.form-label{color:var(--text-dark);font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{background:var(--white);border:2px solid #2aa3ff1a;border-radius:10px;color:var(--text-dark);font-size:1rem;padding:1rem;transition:all .3s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--primary-blue);box-shadow:0 0 0 3px #2aa3ff1a;outline:none}.form-textarea{font-family:inherit;min-height:120px;resize:vertical}.form-submit{justify-content:center;margin-top:1rem;width:100%}.btn-icon{height:20px;margin-left:.5rem;width:20px}.success-message{padding:2rem;text-align:center}.success-icon{align-items:center;background:var(--gradient-primary);border-radius:50%;box-shadow:0 10px 30px var(--shadow-medium);display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.check-icon{color:var(--white);height:40px;width:40px}.success-title{color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:1rem}.success-text{color:var(--text-light);font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:400px}@media (max-width:1024px){.contact-grid{gap:3rem}.contact-info{position:static}}@media (max-width:768px){.contact-grid{gap:2.5rem;grid-template-columns:1fr}.form-card,.info-card{margin:0 auto;max-width:600px}.form-row{gap:1.25rem;grid-template-columns:1fr}.contact-item{margin-bottom:1.25rem;padding:1rem}.contact-icon{height:44px;width:44px}.contact-icon .icon{height:22px;width:22px}.contact-value{font-size:1.05rem}.guarantee-badge{font-size:.95rem;padding:1rem 1.5rem}.form-input,.form-select,.form-textarea{border-radius:12px;font-size:1rem;padding:1rem}.form-submit{font-size:1.05rem;padding:1.125rem 2rem}.social-section{padding:4rem 0}.social-section-title{font-size:2rem;margin-bottom:2.5rem}.social-cards{gap:1.25rem;grid-template-columns:repeat(2,1fr);max-width:100%}.social-card{border-radius:20px;gap:1rem;padding:2rem 1.5rem}.social-card-icon{border-radius:16px;height:60px;width:60px}.social-card-icon-svg{height:28px;width:28px}.social-card-title{font-size:1.3rem}}@media (max-width:480px){.contact-grid{gap:2rem}.section-header{margin-bottom:3rem}.form-title,.info-title{font-size:1.6rem}.info-description{font-size:1.05rem;line-height:1.6}.contact-item{flex-direction:row;padding:1rem;text-align:left}.contact-icon{flex-shrink:0;height:40px;width:40px}.contact-icon .icon{height:20px;width:20px}.contact-text{margin-top:0}.contact-value{font-size:1rem}.form-input,.form-select,.form-textarea{font-size:.95rem;padding:.875rem}.form-textarea{min-height:100px}.form-submit{font-size:1rem;padding:1rem 1.75rem}.guarantee-badge{font-size:.9rem;padding:.875rem 1.25rem}.success-icon{height:64px;width:64px}.check-icon{height:32px;width:32px}.success-title{font-size:1.6rem}.success-text{font-size:1.05rem;line-height:1.6}.social-section{padding:3rem 0}.social-section-title{font-size:1.8rem;margin-bottom:2rem}.social-cards{gap:1rem;grid-template-columns:repeat(2,1fr);max-width:100%}.social-card{border-radius:16px;gap:.75rem;padding:1.5rem 1rem}.social-card-icon{border-radius:12px;height:50px;width:50px}.social-card-icon-svg{height:24px;width:24px}.social-card-title{font-size:1.1rem}}@media (max-width:375px){.contact-item{padding:.875rem}.contact-icon{height:36px;width:36px}.contact-icon .icon{height:18px;width:18px}.form-title,.info-title{font-size:1.4rem}.info-description{font-size:1rem}.form-input,.form-select,.form-textarea{padding:.75rem}.guarantee-badge{font-size:.85rem;padding:.75rem 1rem}.success-title{font-size:1.4rem}.success-text{font-size:1rem}.social-section-title{font-size:1.6rem}.social-cards{gap:.75rem}.social-card{gap:.5rem;padding:1.25rem .75rem}.social-card-icon{border-radius:10px;height:45px;width:45px}.social-card-icon-svg{height:22px;width:22px}.social-card-title{font-size:1rem}}.footer{background:var(--white);border-top:1px solid #2aa3ff1a;padding:2rem 0;position:relative}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-copyright{color:var(--text-light);font-size:.9rem;margin:0}.footer-links{display:flex;gap:2rem}.footer-link{background:none;border:none;color:var(--text-light);cursor:pointer;font-size:.9rem;padding:0;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:var(--primary-blue)}@media (max-width:768px){.footer{padding:1.5rem 0}.footer-content{flex-direction:column;gap:.75rem;text-align:center}.footer-copyright,.footer-link{font-size:.85rem}}@media (max-width:480px){.footer{padding:1.25rem 0}.footer-container{padding:0 1rem}}.privacy-policy-page{background:var(--white);min-height:100vh;padding-top:80px}.privacy-header{background:linear-gradient(135deg,var(--primary-blue) 0,var(--dark-blue) 100%);color:var(--white);overflow:hidden;padding:4rem 0;position:relative}.privacy-header:before{animation:rotate 60s linear infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;position:absolute;right:-20%;top:-50%;width:40%}.back-link{align-items:center;color:#ffffffe6;display:inline-flex;font-size:.95rem;gap:.5rem;margin-bottom:2rem;position:relative;text-decoration:none;transition:color .3s ease;z-index:2}.back-link:hover{color:var(--white)}.privacy-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;margin-bottom:.5rem;position:relative;z-index:2}.privacy-subtitle{font-size:1.1rem;margin:0;opacity:.9;position:relative;z-index:2}.privacy-content{padding:4rem 0}.privacy-sections{margin:0 auto;max-width:800px}.privacy-section{border-bottom:1px solid #2aa3ff1a;margin-bottom:3rem;padding-bottom:2rem}.privacy-section:last-child{border-bottom:none;margin-bottom:0}.privacy-section h2{color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:1rem;position:relative}.privacy-section h2:before{background:var(--gradient-primary);border-radius:2px;content:"";height:1.5rem;left:-1rem;position:absolute;top:50%;transform:translateY(-50%);width:4px}.privacy-section p{color:var(--text-light);font-size:1rem;line-height:1.7;margin-bottom:1rem}.privacy-section ul{margin:1rem 0;padding-left:1.5rem}.privacy-section li{color:var(--text-light);font-size:1rem;line-height:1.6;margin-bottom:.5rem}.privacy-contact-info{background:var(--gradient-light);border-left:4px solid var(--primary-blue);border-radius:12px;margin-top:1rem;padding:1.5rem}.privacy-contact-info p{color:var(--text-dark);margin-bottom:.5rem}.privacy-contact-info p:last-child{margin-bottom:0}@media (max-width:768px){.privacy-policy-page{padding-top:80px}.privacy-content,.privacy-header{padding:3rem 0}.privacy-section{margin-bottom:2.5rem;padding-bottom:1.5rem}.privacy-section h2{font-size:1.3rem}.privacy-section h2:before{height:1.25rem;left:-.75rem;width:3px}.privacy-section li,.privacy-section p{font-size:.95rem}.privacy-contact-info{padding:1.25rem}}@media (max-width:480px){.privacy-content,.privacy-header{padding:2.5rem 0}.back-link{font-size:.9rem;margin-bottom:1.5rem}.privacy-subtitle{font-size:1rem}.privacy-section{margin-bottom:2rem;padding-bottom:1.25rem}.privacy-section h2{font-size:1.2rem}.privacy-contact-info{padding:1rem}}.App{min-height:100vh;position:relative;text-align:center}.main-content{background:var(--white);overflow:hidden;position:relative}.main-content:before{animation:rotate 60s linear infinite;background:radial-gradient(circle,#2aa3ff08 0,#0000 50%);content:"";height:100%;left:-50%;position:absolute;top:0;width:200%;z-index:0}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}html{scroll-behavior:smooth}.main-content>*,section{position:relative;z-index:2}:focus{outline:2px solid var(--primary-blue);outline-offset:2px}.js-focus-visible :focus:not(.focus-visible){outline:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}
/*# sourceMappingURL=main.6e1089ca.css.map*/