:root{--navy: #151f42;--navy-light: #1d2a57;--navy-deep: #0b1228;--blue: #4568dc;--purple: #b06ab3;--grad: linear-gradient(135deg, #4568dc, #b06ab3);--white: #ffffff;--gray: #a0aac4;--light: #e8eaf6}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:"Exo 2",sans-serif;background:var(--navy);color:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--navy-deep);border-top:1px solid rgba(69,104,220,.3);padding:1.2rem 5%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;box-shadow:0 -8px 40px #0006}.cookie-banner.hidden{display:none}.cookie-text{font-size:.82rem;color:var(--gray);line-height:1.5;max-width:680px}.cookie-text a{color:#8fa8f0;text-decoration:underline}.cookie-actions{display:flex;gap:.75rem;flex-shrink:0;flex-wrap:wrap}.btn-cookie-accept{padding:.55rem 1.4rem;background:var(--grad);border:none;border-radius:50px;color:#fff;font-family:"Exo 2",sans-serif;font-size:.82rem;font-weight:600;cursor:pointer}.btn-cookie-refuse{padding:.55rem 1.4rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:50px;color:var(--gray);font-family:"Exo 2",sans-serif;font-size:.82rem;font-weight:500;cursor:pointer}.btn-cookie-refuse:hover{border-color:#fff6;color:#fff}.main-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 5%;background:#151f42e6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.07)}.logo-link{display:flex;align-items:center;text-decoration:none}.logo-link img{height:36px;width:auto}.nav-links{display:flex;gap:2.2rem;list-style:none;align-items:center}.nav-links a{color:var(--gray);text-decoration:none;font-size:.83rem;font-weight:500;letter-spacing:.8px;text-transform:uppercase;transition:color .2s}.nav-links a:hover{color:#fff}.nav-cta{padding:.55rem 1.3rem;background:var(--grad);border-radius:50px;color:#fff!important;font-weight:600!important;letter-spacing:.3px!important;text-transform:none!important;font-size:.85rem!important}.lang-btn{background:#ffffff12;border:1px solid rgba(255,255,255,.15);border-radius:50px;padding:.4rem .9rem;color:var(--gray);cursor:pointer;font-size:.78rem;letter-spacing:1px;transition:background .2s,color .2s;font-family:"Exo 2",sans-serif;text-decoration:none}.lang-btn:hover{background:#ffffff1f;color:#fff}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .3s,opacity .3s}.mobile-menu{display:none;position:fixed;top:64px;left:0;right:0;background:var(--navy-deep);border-bottom:1px solid rgba(255,255,255,.07);padding:1.5rem 5%;z-index:99}.mobile-menu.open{display:flex;flex-direction:column;gap:1rem}.mobile-menu a{color:var(--gray);text-decoration:none;font-size:1rem;font-weight:500;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.mobile-menu a:hover{color:#fff}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:9rem 5% 5rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-200px;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(69,104,220,.18) 0%,rgba(176,106,179,.08) 50%,transparent 70%);pointer-events:none}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#4568dc1f;border:1px solid rgba(69,104,220,.3);border-radius:50px;padding:.4rem 1.1rem;font-size:.75rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#8fa8f0;margin-bottom:2rem;animation:fadeUp .7s ease both}.hero-badge .dot{width:6px;height:6px;border-radius:50%;background:#4568dc;display:inline-block;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.6)}}.hero h1{font-size:clamp(2.4rem,5.5vw,4.8rem);font-weight:800;line-height:1.1;letter-spacing:-1px;margin-bottom:1.5rem;animation:fadeUp .7s .1s ease both}.grad-text{background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:1.05rem;color:var(--gray);max-width:560px;line-height:1.7;margin:0 auto 2.5rem;font-weight:300;animation:fadeUp .7s .2s ease both}.hero-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;justify-content:center;animation:fadeUp .7s .3s ease both}.btn-primary{padding:.85rem 2.2rem;background:var(--grad);border:none;border-radius:50px;color:#fff;font-family:"Exo 2",sans-serif;font-weight:600;font-size:.95rem;cursor:pointer;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 0 28px #4568dc4d;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 36px #4568dc73}.btn-outline{padding:.85rem 2.2rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:50px;color:#fff;font-family:"Exo 2",sans-serif;font-weight:500;font-size:.95rem;cursor:pointer;text-decoration:none;transition:border-color .2s,background .2s}.btn-outline:hover{border-color:#ffffff80;background:#ffffff0d}.hero-stats{display:flex;gap:3rem;margin-top:4.5rem;flex-wrap:wrap;justify-content:center;animation:fadeUp .7s .4s ease both}.stat{text-align:center}.stat-num{font-size:2rem;font-weight:800;background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.78rem;color:var(--gray);letter-spacing:1px;margin-top:2px}.section-divider{height:1px;margin:0 5%;background:linear-gradient(90deg,transparent,rgba(69,104,220,.35),rgba(176,106,179,.35),transparent)}.section-tag{font-size:.72rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#7090e0;margin-bottom:.8rem}.section-title{font-size:clamp(1.7rem,3vw,2.6rem);font-weight:700;line-height:1.2;margin-bottom:1rem}.section-subtitle{color:var(--gray);font-size:.98rem;max-width:520px;line-height:1.65;font-weight:300}.fade-in{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.services{padding:5.5rem 5%}.services-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;flex-wrap:wrap;gap:1.5rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:linear-gradient(135deg,#4568dc33,#b06ab333);border-radius:20px;overflow:hidden}.service-card{background:var(--navy);padding:2.2rem 1.8rem;cursor:default;transition:background .3s}.service-card:hover{background:var(--navy-light)}.service-icon{width:46px;height:46px;border-radius:12px;background:#4568dc1f;border:1px solid rgba(69,104,220,.22);display:flex;align-items:center;justify-content:center;margin-bottom:1.3rem;font-size:20px}.service-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.5rem}.service-card p{font-size:.87rem;color:var(--gray);line-height:1.6;font-weight:300}.approach{padding:5.5rem 5%;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.approach-visual{position:relative;height:400px}.approach-card{position:absolute;border-radius:16px;padding:1.5rem;background:var(--navy-light);border:1px solid rgba(255,255,255,.08)}.approach-card.main{inset:0;background:linear-gradient(135deg,#4568dc1f,#b06ab31a);border-color:#4568dc38;display:flex;flex-direction:column;justify-content:space-between}.approach-card.floating{width:190px;bottom:-18px;right:-18px;border:1px solid rgba(176,106,179,.25);text-align:center}.approach-card.floating .big-num{font-size:2.4rem;font-weight:800;background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.approach-card.floating small{color:var(--gray);font-size:.78rem}.process-steps{display:flex;flex-direction:column;gap:.75rem}.process-step{display:flex;align-items:center;gap:12px;font-size:.88rem}.step-dot{width:26px;height:26px;border-radius:50%;flex-shrink:0;background:var(--grad);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.approach-list{list-style:none;margin-top:1.8rem}.approach-list li{display:flex;align-items:flex-start;gap:12px;padding:.9rem 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:.92rem}.approach-list li:last-child{border-bottom:none}.check{width:20px;height:20px;border-radius:50%;flex-shrink:0;background:var(--grad);display:flex;align-items:center;justify-content:center;font-size:10px;margin-top:1px}.loyalty{padding:5.5rem 5%;position:relative;overflow:hidden}.loyalty:before{content:"";position:absolute;bottom:-80px;right:-80px;width:500px;height:500px;background:radial-gradient(circle,rgba(176,106,179,.09) 0%,transparent 70%);pointer-events:none}.loyalty-inner{background:linear-gradient(135deg,#4568dc1a,#b06ab312);border:1px solid rgba(69,104,220,.18);border-radius:22px;padding:3.5rem 3rem;display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.loyalty-badge{display:inline-flex;align-items:center;gap:8px;background:#b06ab31f;border:1px solid rgba(176,106,179,.25);border-radius:50px;padding:.32rem .9rem;font-size:.73rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#c090c0;margin-bottom:1.3rem}.loyalty-features{display:grid;grid-template-columns:1fr 1fr;gap:.9rem;margin-top:1.8rem}.loyalty-feat{background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:1.1rem}.loyalty-feat h4{font-size:.87rem;font-weight:600;margin-bottom:.35rem}.loyalty-feat p{font-size:.78rem;color:var(--gray);line-height:1.5}.phone-frame{width:200px;margin:0 auto;background:var(--navy-light);border:1.5px solid rgba(255,255,255,.1);border-radius:34px;overflow:hidden;box-shadow:0 24px 70px #0006}.phone-notch{width:70px;height:24px;background:var(--navy-light);border-bottom-left-radius:14px;border-bottom-right-radius:14px;margin:0 auto}.phone-content{padding:.7rem .9rem}.phone-header{background:var(--grad);border-radius:10px;padding:.9rem;margin-bottom:.7rem}.phone-header small{font-size:.6rem;opacity:.8;display:block}.phone-header strong{font-size:1.3rem;font-weight:800}.phone-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.07);border-radius:9px;padding:.7rem;margin-bottom:.5rem}.phone-card small{font-size:.58rem;color:var(--gray)}.phone-card p{font-size:.75rem;font-weight:600;margin-top:2px}.progress-bar{height:5px;background:#ffffff14;border-radius:3px;overflow:hidden;margin-top:5px}.progress-fill{height:100%;background:var(--grad);width:68%;border-radius:3px}.tech{padding:5rem 5%}.tech-header{text-align:center;margin-bottom:3rem}.tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5px;background:linear-gradient(135deg,#4568dc26,#b06ab326);border-radius:18px;overflow:hidden;max-width:780px;margin:0 auto}.tech-item{background:var(--navy);padding:1.8rem 1.4rem;text-align:center;transition:background .2s}.tech-item:hover{background:var(--navy-light)}.tech-icon{font-size:1.8rem;margin-bottom:.7rem}.tech-item h4{font-size:.82rem;font-weight:600}.tech-item p{font-size:.72rem;color:var(--gray);margin-top:3px}.contact-section{padding:5.5rem 5%}.contact-inner{max-width:680px;margin:0 auto;background:linear-gradient(135deg,#4568dc1a,#b06ab312);border:1px solid rgba(69,104,220,.2);border-radius:24px;padding:3.5rem}.contact-header{text-align:center;margin-bottom:2.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.form-group label{font-size:.8rem;font-weight:600;color:var(--gray);letter-spacing:.5px}.form-group input,.form-group select,.form-group textarea{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:.75rem 1rem;color:#fff;font-family:"Exo 2",sans-serif;font-size:.9rem;outline:none;transition:border-color .2s,background .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#4568dc99;background:#ffffff17}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff40}.form-group select option{background:var(--navy);color:#fff}.form-group textarea{resize:vertical;min-height:130px}.form-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.form-legal{font-size:.75rem;color:var(--gray);line-height:1.5;flex:1}.form-legal a{color:#8fa8f0}.form-submit{padding:.85rem 2rem;flex-shrink:0}.form-success{text-align:center;padding:2rem;background:#4568dc1a;border-radius:16px;border:1px solid rgba(69,104,220,.25)}.form-success .check-icon{width:56px;height:56px;border-radius:50%;background:var(--grad);display:flex;align-items:center;justify-content:center;font-size:24px;margin:0 auto 1rem}.form-success h3{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.form-success p{color:var(--gray);font-size:.9rem}.form-error{color:#f87171;font-size:.82rem;margin-top:.8rem;text-align:center}.main-footer{padding:2.2rem 5%;border-top:1px solid rgba(255,255,255,.07);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.main-footer .footer-logo img{height:28px;width:auto}.main-footer p{font-size:.78rem;color:var(--gray)}.footer-links{display:flex;gap:1.8rem;list-style:none}.footer-links a{color:var(--gray);text-decoration:none;font-size:.78rem}.footer-links a:hover{color:#fff}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.services-grid{grid-template-columns:1fr 1fr}.approach{grid-template-columns:1fr}.approach-visual{height:270px}.loyalty-inner{grid-template-columns:1fr}.phone-frame{display:none}.tech-grid{grid-template-columns:repeat(2,1fr)}.nav-links{display:none}.hamburger{display:flex}}@media(max-width:640px){.services-grid,.form-row,.loyalty-features{grid-template-columns:1fr}.contact-inner,.loyalty-inner{padding:2rem 1.5rem}.approach-visual{height:220px}.hero-stats{gap:1.5rem}}
