@charset "UTF-8";@keyframes pulse{0%,to{box-shadow:0 8px 20px #25d3664d}50%{box-shadow:0 8px 30px #25d36680}}.footer{position:relative;overflow:hidden;direction:rtl;color:#fff;padding-bottom:25px;font-family:Heebo,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background-image:url(/images/moving-box.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.footer__description{font-size:18px;color:#cbd5e1;max-width:400px;margin-left:auto;margin-right:auto;margin-top:15px}.footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0a1628e0,#0f1f3ce0,#0d1b2ee0);z-index:1}.footer:after{content:"";position:absolute;width:700px;height:700px;background:radial-gradient(circle,rgba(37,211,102,.08),transparent 70%);top:-250px;left:-250px;pointer-events:none;z-index:2}.footer>*{position:relative;z-index:3}@media (max-width: 768px){.footer{background-position:center}}.footer__container{max-width:1200px;margin:0 auto;position:relative;z-index:2;padding:0 16px}.footer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:60px;align-items:flex-start}@media (max-width: 1024px){.footer__grid{grid-template-columns:repeat(2,1fr);gap:40px}}@media (max-width: 768px){.footer__grid{grid-template-columns:1fr;gap:40px}}.footer h3{font-size:36px;margin-top:15px;font-weight:700;color:#fff}.footer h4{font-size:22px;font-weight:600;margin-bottom:20px;color:#fff;text-transform:uppercase;letter-spacing:1px}.footer p{font-size:18px;line-height:1.8;color:#cbd5e1;margin-bottom:12px}.footer__brand{display:flex;flex-direction:column;text-align:center}.footer__stats{display:flex;gap:20px;margin:5px;justify-content:center}.footer__stats .stat{display:flex;flex-direction:column;text-align:center}.footer__stats .stat strong{font-size:48px;color:#25d366;margin-bottom:4px;font-weight:700;text-align:center}.footer__stats .stat span{font-size:18px}.footer__stars{font-size:28px;letter-spacing:4px}.footer__socials{display:flex;gap:12px;margin-top:auto;justify-content:flex-end}@media (max-width: 768px){.footer__socials{justify-content:center;margin-top:20px}}.footer__socials .social{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#25d3661a;color:#25d366;font-size:32px;transition:all .3s ease;border:none;cursor:pointer;text-decoration:none}.footer__socials .social:hover{background:#25d366;color:#fff;transform:translateY(-3px)}.footer__section{display:flex;flex-direction:column;justify-content:center;align-items:center}@media (max-width: 768px){.footer__section{align-items:center;margin:0 15px}}.footer__section ul{list-style:none;padding:0;margin:0;text-align:center}.footer__section ul li{margin-bottom:12px}.footer__section ul li a{display:inline;font-size:18px;color:#cbd5e1;text-decoration:none;transition:all .3s ease;position:relative}.footer__section ul li a:after{content:"";position:absolute;bottom:-2px;right:0;width:0;height:2px;background:#25d366;transition:width .3s ease}.footer__section ul li a:hover{color:#25d366}.footer__section ul li a:hover:after{width:100%}.footer__contact-section .contact-info{margin-bottom:20px;text-align:center}@media (max-width: 768px){.footer__contact-section .contact-info{text-align:center}}.footer__contact-section .contact-info .contact-link{display:inline;font-size:28px;color:#25d366;text-decoration:none;font-weight:600}.footer__contact-section .contact-info .contact-link:hover{text-decoration:underline}.footer__contact-section .contact-info .hours{font-size:20px;margin-top:8px}.footer__cta{display:block;width:100%;padding:20px 24px;background:linear-gradient(135deg,#25d366,#1eb560);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:22px;transition:all .3s ease;border:none;cursor:pointer;text-align:center;margin-top:70px;animation:pulse 2s infinite}.footer__cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px #25d3664d;animation:none}@media (max-width: 768px){.footer__cta{margin-top:16px;padding:20px 16px}}.footer__back-to-top{position:fixed;bottom:30px;left:30px;width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#25d366,#1eb560);color:#fff;border:none;font-size:24px;cursor:pointer;transition:all .3s ease;z-index:999;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #25d3664d}.footer__back-to-top:hover{transform:translateY(-4px);box-shadow:0 12px 28px #25d36666}@media (max-width: 768px){.footer__back-to-top{display:none}}.footer__divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);margin:10px 0}.footer__bottom{display:flex;justify-content:space-between;align-items:center;font-size:15px;color:#94a3b8;flex-wrap:wrap;gap:20px}@media (max-width: 768px){.footer__bottom{flex-direction:column;text-align:center}}.footer__copyright{flex:1}.footer__links-bottom{display:flex;gap:24px}.footer__links-bottom a{display:inline;color:#cbd5e1;text-decoration:none;transition:color .3s ease;font-size:14px}.footer__links-bottom a:hover{color:#25d366}.contact-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:2000}.contact-modal{background:#fff;border-radius:20px;padding:36px 28px;width:100%;max-width:420px;text-align:center;position:relative;animation:modalIn .35s ease}@keyframes modalIn{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.contact-modal__close{position:absolute;top:16px;left:16px;background:none;border:none;font-size:22px;cursor:pointer}.contact-modal__title{font-size:24px;font-weight:800;margin-bottom:12px}.contact-modal__text{font-size:16px;color:#555;margin-bottom:28px;line-height:1.6}.contact-modal__whatsapp{display:block;background:#25d366;color:#fff;padding:18px;border-radius:999px;font-size:18px;font-weight:800;text-decoration:none;box-shadow:0 12px 30px #25d36673;transition:all .25s ease}.contact-modal__whatsapp:hover{transform:translateY(-2px);box-shadow:0 18px 40px #25d36699}.hero{background:linear-gradient(#00000073,#00000073),url(https://images.unsplash.com/photo-1600607687939-ce8a6c25118c);background-size:cover;background-position:center;padding:160px 0 100px;color:#fff}.cta{position:relative;overflow:hidden;background-image:url(/images/handshake.jpg);background-size:cover;background-position:right 40% center;background-repeat:no-repeat;color:#fff;padding:120px 0;text-align:center}.cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0a162894,#0f1f3c94,#0d1b2e94);z-index:1}.cta>*{position:relative;z-index:2}.cta__inner h2{font-size:28px;margin-bottom:12px}.cta__inner p{font-size:16px;margin-bottom:28px;opacity:.9}.cta__actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.cta__btn{padding:14px 28px;border-radius:8px;font-weight:700;text-decoration:none;font-size:16px;transition:background .2s,color .2s,box-shadow .2s,transform .2s}.cta__btn--whatsapp{background:#25d366;color:#fff}.cta__btn--whatsapp:hover{transform:translateY(-1px);box-shadow:0 12px 28px #25d36673;animation:none}.cta__btn--phone{background:#fff;color:#1976d2}.cta__btn--phone:hover{transform:translateY(-1px);box-shadow:0 8px 24px #1976d22e}.offices{direction:rtl;font-family:Heebo,sans-serif;color:#1a1a1a;margin-bottom:50px}.offices__hero-buttons{display:flex;justify-content:center;gap:200px;margin-top:50px}.offices__hero{position:relative;height:85vh;background:url(https://images.unsplash.com/photo-1497366216548-37526070297c) center/cover no-repeat;display:flex;align-items:center;justify-content:center;text-align:center}@media (max-width: 768px){.offices__hero-content h1{font-size:2rem}.offices__hero-content p{font-size:1rem}}.offices__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.offices__hero-content{position:relative;z-index:2;color:#fff;max-width:850px;padding:0 20px}.offices__hero-content h1{font-size:3rem;font-weight:800;margin-bottom:1rem}.offices__hero-content p{font-size:1.2rem;margin-bottom:2rem;line-height:1.6}@media (max-width: 768px){.offices__hero{height:90vh;padding:0 20px}.offices__hero-content{max-width:100%}}@media (max-width: 768px){.offices__hero-content h1{font-size:2rem;font-weight:500}}@media (max-width: 768px){.offices__hero-buttons{flex-direction:column;align-items:center;gap:15px}.btn{width:100%;max-width:300px}}.btn{padding:18px 42px;border-radius:40px;font-weight:600;cursor:pointer;border:none;transition:all .3s ease}.btn--primary{background:#1db954;color:#fff;font-size:16px}.btn--primary:hover{transform:translateY(-4px);box-shadow:0 15px 35px #1db9544d}.btn--secondary{background:#1db954;color:#fff;border:2px solid #1db954;font-size:16px}.btn--secondary:hover{background:#1db954;color:#fff;transform:translateY(-5px);box-shadow:0 15px 35px #1db9544d}.offices__why{padding:100px 10%;background:linear-gradient(to bottom,#f9fbfc,#fff);text-align:center}.offices__why h2{font-size:2.3rem;font-weight:800;margin-bottom:60px}.offices__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:30px}.card--premium{background:#fff;padding:40px 30px;border-radius:24px;transition:all .35s ease;box-shadow:0 15px 50px #0000000d;border:1px solid #f1f1f1}.card--premium:hover{transform:translateY(-10px);box-shadow:0 25px 60px #0000001f;border:1px solid #1db954}.card--premium h3{margin:20px 0 10px;font-size:1.25rem;font-weight:700}.card--premium p{font-size:.95rem;color:#555;line-height:1.6}.card__icon{font-size:2.8rem;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto}.offices__process{background:#f6f9fb;padding:120px 8%;text-align:center}.offices__process h2{font-size:2.4rem;font-weight:800;margin-bottom:80px}.timeline{display:flex;justify-content:space-between;position:relative;flex-wrap:wrap}.timeline:before{content:"";position:absolute;top:35px;right:0;left:0;height:4px;background:linear-gradient(to left,#1db954,#0f8c3a);z-index:0}.timeline__item{position:relative;z-index:1;text-align:center;width:18%;min-width:140px;transition:.3s ease}.timeline__item:hover{transform:translateY(-8px)}.timeline__circle{width:70px;height:70px;border-radius:50%;background:#fff;border:4px solid #1db954;color:#1db954;font-size:1.8rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;transition:.3s ease}.timeline__item:hover .timeline__circle{background:#1db954;color:#fff;box-shadow:0 15px 35px #1db95466}.timeline__item h3{font-size:1rem;font-weight:600}@media (max-width: 900px){.offices__hero-buttons{flex-direction:column;align-items:center;gap:15px}.btn{width:100%;max-width:300px;padding:11px 10px}.timeline{flex-direction:column;align-items:center}.timeline:before{display:none}.timeline__item{width:100%;margin-bottom:40px}}.offices__cta{position:relative;overflow:hidden;background-image:url(/images/handshake.jpg);background-size:cover;background-position:right 40% center;background-repeat:no-repeat;color:#fff;padding:120px 0;text-align:center}.offices__cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0a162894,#0f1f3c94,#0d1b2e94);z-index:1}.offices__cta>*{position:relative;z-index:2}.offices__cta h2{font-size:2rem;margin-bottom:20px}.offices__cta p{margin-bottom:30px;font-size:1.1rem}.storage__whatsapp{display:inline-flex;align-items:center;gap:14px;padding:20px 48px;border-radius:22px;font-size:18px;font-weight:600;background:#25d366;color:#fff;text-decoration:none;transition:all .3s ease;position:relative;box-shadow:0 20px 50px #25d36659,0 0 #25d36699}.storage__whatsapp:hover{transform:translateY(-4px);box-shadow:0 30px 70px #25d36680,0 0 0 6px #25d36626}@media (max-width: 900px){.storage__whatsapp{margin-left:auto;margin-right:auto;display:flex;justify-content:center;width:100%;max-width:340px;box-sizing:border-box;padding:16px 12px;font-size:16px}}.storage{font-family:Heebo,sans-serif;direction:rtl;color:#111}.storage__hero{position:relative;height:80vh;background:url(https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d) center/cover no-repeat;display:flex;align-items:center;justify-content:center;text-align:center}.storage__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#000000a6,#000000bf)}.storage__hero-content .storage__whatsapp:active{transform:scale(.97)}.storage__hero-content{position:relative}@media (max-width: 900px){.storage__hero-content .storage__whatsapp{margin-left:auto;margin-right:auto;display:flex;justify-content:center;width:100%;max-width:340px;box-sizing:border-box;padding:16px 12px;font-size:16px}}.storage__hero-content{z-index:2;color:#fff;max-width:700px}.storage__hero-content h1{font-size:3rem;font-weight:800;margin-bottom:1rem}.storage__hero-content p{font-size:1.2rem;opacity:.9}.storage__features{padding:6rem 2rem;display:flex;justify-content:center;gap:2rem;background:#f8f9fa;flex-wrap:wrap}.storage__card{background:#fff;padding:2.5rem;width:280px;border-radius:20px;text-align:center;box-shadow:0 15px 40px #00000014;transition:.4s ease}.storage__card:hover{transform:translateY(-10px);box-shadow:0 25px 60px #00000026}.storage__card h3{margin:1rem 0;font-size:1.2rem;font-weight:700}.storage__card p{font-size:.95rem;color:#555}.storage__icon{font-size:2rem}.storage__types{display:grid;grid-template-columns:repeat(2,1fr);gap:10rem;justify-items:center;align-items:stretch;padding:3rem 2rem;border-radius:32px;max-width:900px;margin:0 auto 4rem}.storage__type-card{background:#fff;border-radius:24px;box-shadow:0 8px 32px #00000012;padding:3rem 2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;transition:box-shadow .3s,transform .3s;width:100%;max-width:370px;min-height:220px;cursor:pointer}.storage__type-card:hover{box-shadow:0 16px 48px #25d36621,0 2px 8px #00000014;transform:translateY(-6px) scale(1.03)}.storage__type-icon{font-size:2.2rem;margin-bottom:1.2rem}.storage__type-card h2{font-size:1.5rem;font-weight:800;margin-bottom:1rem}.storage__type-card p{color:#555;font-size:1.08rem}@media (max-width: 900px){.storage__types{grid-template-columns:1fr;gap:2rem;padding:3rem .5rem}.storage__type-card{max-width:100%;padding:2rem 1rem}}.storage__cta{margin:5rem auto;padding:6rem 2rem;text-align:center;border-radius:40px;background:linear-gradient(135deg,#f4f6f8,#eaf5ee);box-shadow:0 30px 80px #00000014}.storage__cta h2{font-size:2.2rem;font-weight:800;margin-bottom:1rem}.storage__cta-sub{justify-content:center;gap:2.5rem;padding:6rem 2rem;background:linear-gradient(135deg,#f8f9fa,#eef3f1);box-shadow:0 10px 40px #0000000a;max-width:900px;margin:0 auto 4rem;gap:12px;padding:1.2rem 3.5rem;background:#fff;border-radius:24px;box-shadow:0 8px 32px #00000012;padding:2.5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;transition:box-shadow .3s,transform .3s;max-width:370px;width:100%;min-height:220px;margin:0 auto;cursor:pointer;box-shadow:0 20px 40px #00000026,0 5px 15px #25d36640;transition:all .35s ease;position:relative}.storage__whatsapp:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 25px 50px #0003,0 8px 25px #25d36659}.storage__whatsapp:active{transform:scale(.97)}.storage__bubble{width:14px;height:14px;background:radial-gradient(circle at 30% 30%,#fff,#d9d9d9);border-radius:50%;position:relative}.storage__bubble:after{content:"";position:absolute;bottom:-3px;right:2px;width:6px;height:6px;background:inherit;transform:rotate(45deg);border-radius:1px}.storage__online{margin-top:2rem;font-size:.95rem;color:#333}.storage__dot{display:inline-block;width:10px;height:10px;background:#2fd06b;border-radius:50%;margin-right:8px;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.3}to{opacity:1}}@media (max-width: 768px){.storage__hero-content h1{font-size:2.2rem}.storage__features{padding:4rem 1rem}.storage__types{gap:2rem}.storage__cta{margin:3rem 1rem;padding:4rem 1.5rem}}.about{direction:rtl;background:#f8fafc;font-family:Heebo,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;overflow:hidden}.about__hero{position:relative;height:70vh;min-height:520px;display:flex;align-items:center;justify-content:center;text-align:center;padding:72px 20px 0;color:#fff;background-image:url(/images/hero-moving.png);background-size:cover;background-position:center;background-repeat:no-repeat}.about__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0c131d80,#06090e80)}.about__hero-content{position:relative;z-index:2;max-width:900px}.about__hero-content h1{font-size:48px;font-weight:700;margin-bottom:25px;letter-spacing:-.5px}.about__hero-content p{font-size:20px;color:#e5e7eb;line-height:1.8}.about__story{max-width:900px;margin:140px auto;text-align:center;padding:0 20px;display:flex;flex-direction:column;align-items:center}.about__story h2{font-size:36px;margin-bottom:30px;font-weight:700;text-align:center;width:100%}.about__story p{font-size:18px;line-height:1.9;color:#374151;margin-bottom:20px;text-align:center;width:100%}.about__values{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;max-width:1200px;margin:0 auto 160px;padding:0 20px}.about__value{background:#fff;padding:60px 40px;border-radius:32px;text-align:center;box-shadow:0 25px 60px #0000000f;transition:all .4s ease}.about__value:hover{transform:translateY(-10px);box-shadow:0 45px 100px #0000001f}.about__value h3{font-size:22px;margin:25px 0 15px;font-weight:600}.about__value p{font-size:16px;color:#6b7280;line-height:1.8}.about__icon{font-size:42px}.about__strip{position:relative;height:380px;margin:140px 0;background-image:url(/images/moving-strip.png);background-size:cover;background-position:center;border-radius:40px;overflow:hidden}.about__strip-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a1628a6;display:flex;align-items:center;justify-content:center}.about__strip-overlay h2{color:#fff;font-size:42px;font-weight:700;text-align:center}.about__trust{text-align:center;padding:0 20px}.about__trust h2{font-size:36px;margin-bottom:25px;font-weight:700}.about__trust p{font-size:18px;color:#4b5563;line-height:1.9}.about__cta{position:relative;max-width:1100px;margin:70px auto 40px;padding:140px 60px;text-align:center;border-radius:44px;overflow:hidden;isolation:isolate;background:linear-gradient(135deg,#fff,#f8fafc 45%,#eef2f7);border:1px solid rgba(15,23,42,.05);box-shadow:0 80px 180px #0f172a1f,0 25px 60px #0f172a14;transition:all .5s cubic-bezier(.4,0,.2,1)}.about__cta:hover{transform:translateY(-8px);box-shadow:0 100px 220px #0f172a2e,0 35px 80px #0f172a1f}.about__cta:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(37,211,102,.18),transparent 70%);top:-200px;right:-200px;z-index:-1;filter:blur(30px)}.about__cta:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:44px;padding:1px;background:linear-gradient(135deg,rgba(15,23,42,.12),transparent 40%,rgba(37,211,102,.25));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.about__cta h2{font-size:42px;font-weight:700;margin-bottom:25px;color:#0f172a}.about__cta h2{font-size:42px;margin-bottom:30px;font-weight:700}.about__cta p{font-size:20px;color:#000;margin-bottom:50px}.about__whatsapp-btn{display:inline-flex;align-items:center;gap:14px;padding:20px 48px;border-radius:22px;font-size:18px;font-weight:600;background:#25d366;color:#fff;text-decoration:none;transition:all .3s ease;position:relative;box-shadow:0 20px 50px #25d36659,0 0 #25d36699}.about__whatsapp-btn:hover{transform:translateY(-4px);box-shadow:0 30px 70px #25d36680,0 0 0 6px #25d36626}.about__online-badge{margin-top:25px;display:flex;justify-content:center;align-items:center;gap:10px;font-size:18px;color:#000}.about__dot{width:10px;height:10px;background:#25d366;border-radius:50%;position:relative}.about__dot:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#25d36699;animation:onlinePulse 2s infinite}@keyframes onlinePulse{0%{transform:scale(1);opacity:.8}70%{transform:scale(2.5);opacity:0}to{opacity:0}}@media (max-width: 900px){.about__hero{height:60vh;min-height:420px}.about__hero-content h1{font-size:30px}.about__hero-content p{font-size:16px}.about__values{grid-template-columns:1fr;gap:30px;margin-bottom:100px}.about__strip{height:260px;border-radius:25px}.about__strip-overlay h2{font-size:24px;padding:0 20px}.about__cta{padding:70px 25px;border-radius:28px;margin-bottom:24px;display:flex;flex-direction:column;align-items:center}.about__cta h2{font-size:26px}.about__cta p{font-size:16px}.about__whatsapp-btn{margin-left:auto;margin-right:auto;display:flex;justify-content:center;width:100%;max-width:340px;box-sizing:border-box;padding-left:12px;padding-right:12px}.about__whatsapp-btn{width:100%;justify-content:center;padding:16px;font-size:16px}}.contact{background:#f8fafc;min-height:100vh;padding-top:64px;padding-bottom:100px;direction:rtl;text-align:center;font-family:Heebo,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.contact__hero{height:400px;background-image:url(../images/moving-box2.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:60px;overflow:hidden}.contact__hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000008c;z-index:1}.contact__hero>*{position:relative;z-index:2}.contact__hero-content{max-width:700px;padding:20px}.contact__hero-content h1{font-size:38px;font-weight:700;line-height:1.3}.contact__hero-content p{margin-top:15px;font-size:25px;color:#fff}.contact__container{max-width:1100px;margin:0 auto}.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}@media (max-width: 768px){.contact__grid{grid-template-columns:1fr}}.contact__card{background:#fff;padding:50px;border-radius:24px;box-shadow:0 25px 50px #00000012;transition:.3s ease}.contact__card:hover{transform:translateY(-4px);box-shadow:0 30px 60px #00000017}.contact__card h2{margin-bottom:30px;font-size:22px;font-weight:600}.contact__info{display:flex;flex-direction:column;gap:28px;margin-top:10px}.contact__info-item{display:flex;align-items:center;gap:18px;font-size:18px;font-weight:500;color:#1f2937;transition:.3s ease}.contact__info-item a{color:#2563eb;text-decoration:none;font-weight:600}.contact__info-item a:hover{color:#1d4ed8}.contact__info-item:hover{transform:translate(-6px)}.contact__icon{width:46px;height:46px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border-radius:14px;font-size:20px;box-shadow:inset 0 0 0 1px #e2e8f0}.contact__form input,.contact__form textarea{width:100%;padding:16px;margin-bottom:20px;border-radius:14px;border:1px solid #e5e7eb;font-size:16px;font-weight:400;font-family:Heebo,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;transition:.3s ease;text-align:right}.contact__form input:focus,.contact__form textarea:focus{outline:none;border-color:#25d366;box-shadow:0 0 0 3px #25d36633}.contact__form textarea{resize:none;min-height:130px}.contact__form button{width:100%;padding:16px;border:none;border-radius:14px;background:#25d366;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:.3s ease;animation:premiumPulse 3s infinite}.contact__form button:hover{transform:translateY(-2px);box-shadow:0 15px 25px #25d3664d}@keyframes premiumPulse{0%{box-shadow:0 0 #25d36666}70%{box-shadow:0 0 0 12px #25d36600}to{box-shadow:0 0 #25d36600}}.contact__icon--whatsapp{background:#25d366;color:#fff}a{color:#1976d2;text-decoration:none}a:hover{text-decoration:none}body{font-family:Heebo,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;color:#222}h1,h2,h3{font-weight:800;letter-spacing:-.3px}.hero h1{font-weight:900}.container{max-width:1200px;margin:0 auto;padding:0 16px}@media (max-width: 900px){.burger-logo img{height:130px!important;max-width:220px}}@keyframes pulse{0%,to{box-shadow:0 8px 20px #25d36659}50%{box-shadow:0 8px 30px #25d36699}}.header{position:fixed;top:0;width:100%;background:#fff;border-bottom:1px solid rgba(0,0,0,.05);z-index:100;transition:all .3s ease}.header__inner{height:72px;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center;justify-content:center}.header__logo img{height:126px;max-width:200px;width:auto;object-fit:contain;display:block;margin:0 auto}.header__nav{display:flex;align-items:center;gap:28px}.header__nav .nav-link{position:relative;padding:6px 2px;font-size:18px;font-weight:600;color:#222;text-decoration:none;transition:color .25s ease}.header__nav .nav-link:after{content:"";position:absolute;bottom:-6px;right:0;width:0;height:2px;background:linear-gradient(90deg,#1976d2,#25d366);border-radius:2px;transition:width .25s ease}.header__nav .nav-link:hover{color:#1976d2}.header__nav .nav-link:hover:after{width:100%}.header__nav .nav-link--active{color:#1976d2}.header__nav .nav-link--active:after{width:100%}.header__actions{display:flex;align-items:center;justify-content:center;gap:12px}.header__btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:999px;font-size:14px;font-weight:700;text-decoration:none;transition:all .25s ease}.header__btn--whatsapp{background:#25d366;color:#fff;box-shadow:0 8px 20px #25d36659;animation:pulse 2s infinite}.header__btn--whatsapp:hover{transform:translateY(-1px);box-shadow:0 12px 28px #25d36673;animation:none}.header__btn--phone{background:#f3f6fa;color:#1976d2}.header__btn--phone:hover{background:#1976d2;color:#fff}.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}.burger span{width:22px;height:2px;background:#333;transition:all .3s ease}.burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger.is-open span:nth-child(2){opacity:0}.burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 900px){.burger{display:flex}.header__btn--phone{display:none}.header__nav{position:fixed;top:0;right:-7px;width:157px;height:100vh;background:#fff;flex-direction:column;gap:24px;padding:10px 28px;transform:translate(100%);transition:transform .3s ease;z-index:1000;box-shadow:-4px 0 30px #0000001a}.header__nav.is-open{transform:translate(0)}.menu-close{position:absolute;top:20px;left:20px;background:none;border:none;font-size:28px;cursor:pointer;color:#111}}.mobile-overlay{position:fixed;top:0;right:157px;left:0;bottom:0;width:auto;background:transparent;z-index:999}.sticky-whatsapp{position:fixed;bottom:20px;left:20px;background:#25d366;color:#fff;padding:14px 18px;border-radius:999px;font-weight:700;text-decoration:none;box-shadow:0 10px 30px #25d36673;display:none;z-index:1100}@media (max-width: 900px){.sticky-whatsapp{display:block}}.services{padding:80px 0;background:#f7f9fb;text-align:center}.services__title{font-size:32px;font-weight:700;margin-bottom:12px;color:#1a1a1a}.services__subtitle{font-size:16px;max-width:600px;margin:0 auto 48px;color:#555;line-height:1.6}.services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.service-card{background:#fff;padding:32px 24px;border-radius:12px;box-shadow:0 10px 30px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0000001a}.service-card__icon{font-size:40px;margin-bottom:16px}.service-card h3{font-size:18px;margin-bottom:12px;color:#1976d2}.service-card p{font-size:14px;line-height:1.6;color:#555}.hero{background:linear-gradient(#00000073,#00000073),url(https://images.unsplash.com/photo-1600607687939-ce8a6c25118c);background-size:cover;background-position:center;padding:160px 0 100px;color:#fff}.hero__inner{display:flex;align-items:center}.hero__content{max-width:600px}.hero__content h1{font-size:42px;line-height:1.2;margin-bottom:20px;font-weight:700}.hero__content p{font-size:18px;line-height:1.6;margin-bottom:32px;opacity:.95}.hero__actions{display:flex;gap:16px;flex-wrap:wrap}.hero__btn{display:inline-block;padding:14px 28px;border-radius:8px;text-decoration:none;font-weight:700;font-size:16px;transition:.2s ease}.hero__btn--primary{background:#25d366;color:#fff}.hero__btn--primary:hover{opacity:.9}.hero__btn--secondary{border:2px solid white;color:#fff}.hero__btn--secondary:hover{background:#fff;color:#000}.advantages{background:#fff;padding-bottom:50px;text-align:center}.advantages__title{font-size:30px;font-weight:700;margin-bottom:48px}.advantages__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:28px}.adv{padding:24px;border-radius:12px;background:#f9fafb}.adv__icon{font-size:36px;margin-bottom:12px}.adv h3{font-size:18px;margin-bottom:8px;color:#1976d2}.adv p{font-size:14px;color:#555;line-height:1.6}.testimonials{padding:90px 0;background:#f7f9fb}.testimonials__title{font-size:32px;font-weight:800;margin-bottom:56px;text-align:center}.testimonials__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.testimonial{background:#fff;padding:32px 28px;border-radius:18px;box-shadow:0 20px 50px #00000014;text-align:right;transition:transform .25s ease,box-shadow .25s ease}.testimonial:hover{transform:translateY(-6px);box-shadow:0 28px 70px #0000001f}.testimonial__header{display:flex;align-items:center;gap:14px;margin-bottom:18px}.testimonial__photo{width:64px;height:64px;border-radius:50%;object-fit:cover;background:#fff;box-shadow:0 6px 20px #00000026;flex-shrink:0}.testimonial__meta{text-align:right}.testimonial__author{font-weight:700;color:#1976d2;font-size:15px;margin-bottom:4px}.testimonial__stars{color:#f5b301;font-size:16px}.testimonial__text{font-size:15px;line-height:1.75;color:#555}@media (max-width: 1100px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.testimonials{padding:70px 0}.testimonials__title{font-size:26px;margin-bottom:40px}.testimonials__grid{grid-template-columns:1fr;gap:24px}.testimonial{padding:28px 22px}}
