*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
body{line-height:1.5;}
img,svg{display:block;}
button{font-family:inherit;}

.mp-root{background:#070d1a;color:#e2e8f0;min-height:100vh;font-family:'Inter',sans-serif;overflow-x:hidden;}
.mp-wrap{width:100%;max-width:1240px;margin:0 auto;padding:0 1.25rem;}
@media(min-width:768px){.mp-wrap{padding:0 2rem;}}

.reveal,.reveal-up,.reveal-left,.reveal-right{opacity:0;transition:opacity 0.7s ease,transform 0.7s ease;}
.reveal{transform:translateY(20px);}
.reveal-up{transform:translateY(36px);}
.reveal-left{transform:translateX(-36px);}
.reveal-right{transform:translateX(36px);}
.reveal.visible,.reveal-up.visible,.reveal-left.visible,.reveal-right.visible{opacity:1;transform:none;}

.mp-nav{position:fixed;top:0;left:0;right:0;z-index:999;padding:1.1rem 0;transition:all 0.3s ease;}
.mp-nav.scrolled{background:rgba(7,13,26,0.96);padding:0.65rem 0;border-bottom:1px solid rgba(255,255,255,0.06);box-shadow:0 4px 24px rgba(0,0,0,0.4);}
.mp-nav-inner{display:flex;align-items:center;justify-content:space-between;}
.mp-logo{display:flex;align-items:center;gap:0.65rem;text-decoration:none;color:white;}
.mp-logo span{font-family:'Outfit',sans-serif;font-size:1.45rem;font-weight:800;letter-spacing:-0.02em;}
.mp-logo-img-box{width:2.2rem;height:2.2rem;border-radius:0.4rem;overflow:hidden;flex-shrink:0;}
.mp-logo-img-box img{width:100%;height:100%;object-fit:cover;}
.mp-links{display:none;align-items:center;gap:1.75rem;}
@media(min-width:1024px){.mp-links{display:flex;}}
.mp-links.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:rgba(7,13,26,0.99);padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,0.07);gap:1rem;}
.mp-link{color:rgba(226,232,240,0.65);text-decoration:none;font-size:0.9rem;font-weight:500;letter-spacing:0.01em;transition:color 0.2s;}
.mp-link:hover{color:white;}
.mp-nav-cta{background:#3b82f6;color:white;padding:0.55rem 1.35rem;border-radius:0.4rem;font-size:0.875rem;font-weight:600;text-decoration:none;transition:background 0.2s,transform 0.2s;}
.mp-nav-cta:hover{background:#2563eb;transform:translateY(-1px);}
.mp-burger{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;}
@media(min-width:1024px){.mp-burger{display:none;}}
.mp-burger span{display:block;width:24px;height:2px;background:white;border-radius:2px;transition:all 0.3s;transform-origin:center;}
.mp-burger.x span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.mp-burger.x span:nth-child(2){opacity:0;transform:scaleX(0);}
.mp-burger.x span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

.mp-hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:7rem 0 4rem;overflow:hidden;}
.mp-hero-dots{position:absolute;inset:0;background-image:radial-gradient(rgba(59,130,246,0.13) 1px,transparent 1px);background-size:30px 30px;z-index:0;}
.mp-hero-glow-1{position:absolute;width:700px;height:700px;top:-200px;right:-200px;background:radial-gradient(circle,rgba(59,130,246,0.09) 0%,transparent 65%);z-index:0;}
.mp-hero-glow-2{position:absolute;width:500px;height:500px;bottom:-150px;left:-150px;background:radial-gradient(circle,rgba(34,197,94,0.06) 0%,transparent 65%);z-index:0;}
.mp-hero-layout{position:relative;z-index:2;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;}
@media(min-width:1024px){.mp-hero-layout{grid-template-columns:55% 45%;gap:2rem;}}
.mp-tag{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(59,130,246,0.08);border:1px solid rgba(59,130,246,0.2);padding:0.35rem 1rem;border-radius:100px;font-size:0.8rem;font-weight:500;color:#60a5fa;margin-bottom:1.75rem;letter-spacing:0.02em;}
.mp-tag-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;animation:mpPulse 2s ease-in-out infinite;}
@keyframes mpPulse{0%,100%{opacity:1;transform:scale(1);}50%{opacity:0.5;transform:scale(0.8);}}
.mp-hero-h1{font-family:'Outfit',sans-serif;font-size:3rem;font-weight:900;line-height:1.08;color:white;margin-bottom:1.5rem;letter-spacing:-0.03em;}
@media(min-width:768px){.mp-hero-h1{font-size:3.8rem;}}
@media(min-width:1280px){.mp-hero-h1{font-size:4.5rem;}}
.mp-word-swap{display:inline-block;background:linear-gradient(135deg,#3b82f6,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:opacity 0.38s ease,transform 0.38s ease;}
.mp-hero-h1-sub{font-size:0.72em;font-weight:400;color:rgba(226,232,240,0.6);display:inline-block;}
.mp-hero-p{color:rgba(148,163,184,0.9);font-size:1.05rem;line-height:1.75;margin-bottom:2rem;max-width:520px;}
.mp-hero-ctas{display:flex;flex-wrap:wrap;gap:0.875rem;margin-bottom:2.5rem;}
.mp-btn-primary{display:inline-flex;align-items:center;gap:0.5rem;background:#3b82f6;color:white;padding:0.85rem 1.75rem;border-radius:0.5rem;font-weight:600;font-size:0.95rem;text-decoration:none;border:none;cursor:pointer;transition:background 0.2s,transform 0.2s,box-shadow 0.2s;box-shadow:0 4px 20px rgba(59,130,246,0.25);}
.mp-btn-primary:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 28px rgba(59,130,246,0.35);}
.mp-btn-ghost{display:inline-flex;align-items:center;gap:0.4rem;color:rgba(226,232,240,0.75);padding:0.85rem 1.5rem;border-radius:0.5rem;font-weight:500;font-size:0.95rem;text-decoration:none;border:1px solid rgba(255,255,255,0.12);transition:color 0.2s,border-color 0.2s,background 0.2s;}
.mp-btn-ghost:hover{color:white;border-color:rgba(255,255,255,0.28);background:rgba(255,255,255,0.04);}
.mp-hero-stats{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;}
.mp-hero-stat strong{display:block;font-family:'Outfit',sans-serif;font-size:1.5rem;font-weight:800;color:white;line-height:1;}
.mp-hero-stat span{font-size:0.78rem;color:rgba(148,163,184,0.8);margin-top:0.2rem;}
.mp-hero-stat-div{width:1px;height:36px;background:rgba(255,255,255,0.1);}

.mp-hero-cards{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;}
@media(min-width:1024px){.mp-hero-cards{align-items:flex-end;padding-right:1rem;}.mp-hero-card:nth-child(2){margin-right:2rem;}.mp-hero-card:nth-child(3){margin-right:4rem;}}
.mp-hero-card{display:flex;align-items:center;gap:1rem;background:rgba(13,25,41,0.9);border:1px solid rgba(255,255,255,0.08);border-radius:0.875rem;padding:0.875rem 1.25rem;width:240px;animation:mpFloat 3.5s ease-in-out infinite;position:relative;}
.mp-hero-card:nth-child(2){animation-delay:0.9s;}
.mp-hero-card:nth-child(3){animation-delay:1.7s;}
@keyframes mpFloat{0%,100%{transform:translateY(0px);}50%{transform:translateY(-10px);}}
.mp-hero-card-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.05);border-radius:0.5rem;flex-shrink:0;}
.mp-hero-card-label{font-family:'Outfit',sans-serif;font-size:0.95rem;font-weight:700;color:white;}
.mp-hero-card-desc{font-size:0.76rem;color:rgba(148,163,184,0.8);margin-top:0.15rem;line-height:1.4;}

.mp-scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:2;}
.mp-scroll-hint span{display:block;width:24px;height:38px;border:2px solid rgba(255,255,255,0.2);border-radius:12px;position:relative;}
.mp-scroll-hint span::after{content:'';position:absolute;top:5px;left:50%;transform:translateX(-50%);width:4px;height:8px;background:rgba(255,255,255,0.5);border-radius:2px;animation:mpScrollDot 1.8s ease-in-out infinite;}
@keyframes mpScrollDot{0%{top:5px;opacity:1;}100%{top:20px;opacity:0;}}

.mp-marquee-strip{background:rgba(59,130,246,0.06);border-top:1px solid rgba(59,130,246,0.12);border-bottom:1px solid rgba(59,130,246,0.12);padding:0.75rem 0;overflow:hidden;}
.mp-marquee-track{display:flex;white-space:nowrap;animation:mpMarquee 30s linear infinite;}
@keyframes mpMarquee{from{transform:translateX(0);}to{transform:translateX(-33.333%);}}
.mp-marquee-items{flex-shrink:0;font-size:0.78rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:rgba(148,163,184,0.7);padding:0 1rem;}
.mp-marquee-dot{color:#3b82f6;margin:0 0.75rem;}

.mp-section{padding:5.5rem 0;}
.mp-section-alt{background:#0d1929;}
.mp-section-dark{background:rgba(7,13,26,0.7);}
.mp-section-header-wrap{margin-bottom:3.5rem;}
.mp-eyebrow{font-size:0.75rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:#3b82f6;margin-bottom:0.75rem;}
.mp-section-h2{font-family:'Outfit',sans-serif;font-size:2.1rem;font-weight:900;color:white;line-height:1.15;letter-spacing:-0.02em;}
@media(min-width:768px){.mp-section-h2{font-size:2.6rem;}}

.mp-about-layout{display:grid;gap:3.5rem;align-items:start;}
@media(min-width:1024px){.mp-about-layout{grid-template-columns:1fr 1fr;}}
.mp-about-text p{color:rgba(148,163,184,0.85);line-height:1.8;margin-bottom:1rem;font-size:0.98rem;}
.mp-about-text strong{color:#e2e8f0;}
.mp-about-pillars{display:flex;flex-direction:column;gap:1rem;}
.mp-pillar{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem;background:rgba(7,13,26,0.6);border:1px solid rgba(255,255,255,0.06);border-radius:0.75rem;transition:border-color 0.2s,transform 0.2s;}
.mp-pillar:hover{border-color:rgba(255,255,255,0.12);transform:translateX(4px);}
.mp-pillar-icon{flex-shrink:0;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;border-radius:0.5rem;}
.mp-pillar-blue .mp-pillar-icon{background:rgba(59,130,246,0.12);color:#60a5fa;}
.mp-pillar-green .mp-pillar-icon{background:rgba(34,197,94,0.1);color:#4ade80;}
.mp-pillar-purple .mp-pillar-icon{background:rgba(167,139,250,0.1);color:#a78bfa;}
.mp-pillar h4{font-size:1rem;color:white;margin-bottom:0.3rem;font-family:'Outfit',sans-serif;font-weight:700;}
.mp-pillar p{font-size:0.86rem;color:rgba(148,163,184,0.8);line-height:1.55;}

.mp-service{position:relative;padding:5rem 0;overflow:hidden;}
.mp-service:nth-child(even){background:rgba(13,25,41,0.5);}
.mp-service-num{position:absolute;font-family:'Outfit',sans-serif;font-weight:900;font-size:clamp(8rem,18vw,16rem);color:rgba(255,255,255,0.025);line-height:1;top:50%;transform:translateY(-50%);right:-2rem;pointer-events:none;user-select:none;letter-spacing:-0.04em;}
.mp-service.rev .mp-service-num{right:auto;left:-2rem;}
.mp-service-layout{display:grid;gap:3rem;align-items:center;position:relative;z-index:1;}
@media(min-width:1024px){.mp-service-layout{grid-template-columns:1fr 1fr;gap:4rem;}.mp-service.rev .mp-service-img-col{order:2;}.mp-service.rev .mp-service-text-col{order:1;}}
.mp-service-img-frame{border-radius:1rem;overflow:hidden;border:1px solid rgba(255,255,255,0.08);box-shadow:0 30px 60px rgba(0,0,0,0.4);position:relative;}
.mp-service-img-frame::after{content:'';position:absolute;inset:0;border-radius:1rem;background:linear-gradient(180deg,transparent 50%,rgba(7,13,26,0.3) 100%);}
.mp-service-img-frame img{width:100%;height:320px;object-fit:cover;display:block;}
@media(min-width:768px){.mp-service-img-frame img{height:380px;}}
.mp-badge-pill{display:inline-flex;align-items:center;gap:0.5rem;padding:0.4rem 1rem;border-radius:100px;font-size:0.78rem;font-weight:600;margin-bottom:1rem;letter-spacing:0.02em;}
.mp-badge-blue{background:rgba(59,130,246,0.1);border:1px solid rgba(59,130,246,0.2);color:#60a5fa;}
.mp-badge-green{background:rgba(34,197,94,0.1);border:1px solid rgba(34,197,94,0.2);color:#4ade80;}
.mp-badge-purple{background:rgba(167,139,250,0.1);border:1px solid rgba(167,139,250,0.2);color:#c4b5fd;}
.mp-service-h3{font-family:'Outfit',sans-serif;font-size:1.7rem;font-weight:800;color:white;line-height:1.2;margin-bottom:0.875rem;letter-spacing:-0.02em;}
.mp-service-desc{color:rgba(148,163,184,0.85);line-height:1.75;margin-bottom:1.5rem;font-size:0.97rem;}
.mp-feat-list{list-style:none;padding:0;display:grid;gap:0.625rem;margin-bottom:1.5rem;}
.mp-feat-list li{display:flex;align-items:center;gap:0.75rem;color:rgba(148,163,184,0.9);font-size:0.9rem;}
.mp-feat-check{flex-shrink:0;width:7px;height:7px;border-radius:50%;background:#22c55e;}
.mp-btn-outline-pill{display:inline-flex;align-items:center;gap:0.6rem;padding:0.7rem 1.4rem;border:1px solid rgba(255,255,255,0.15);border-radius:100px;color:rgba(226,232,240,0.8);font-size:0.86rem;font-weight:500;text-decoration:none;transition:all 0.2s;}
.mp-btn-outline-pill:hover{border-color:#3b82f6;color:#60a5fa;background:rgba(59,130,246,0.06);}

.mp-diff-grid{display:grid;gap:1.25rem;grid-template-columns:1fr;}
@media(min-width:640px){.mp-diff-grid{grid-template-columns:1fr 1fr;}}
@media(min-width:1024px){.mp-diff-grid{grid-template-columns:repeat(4,1fr);}}
.mp-diff-card{background:rgba(13,25,41,0.7);border:1px solid rgba(255,255,255,0.06);border-radius:1rem;padding:1.75rem;position:relative;overflow:hidden;transition:border-color 0.2s,transform 0.2s;}
.mp-diff-card:hover{border-color:rgba(255,255,255,0.12);transform:translateY(-4px);}
.mp-diff-accent{position:absolute;top:0;left:0;right:0;height:3px;}
.mp-diff-accent-blue{background:linear-gradient(90deg,#3b82f6,transparent);}
.mp-diff-accent-green{background:linear-gradient(90deg,#22c55e,transparent);}
.mp-diff-accent-purple{background:linear-gradient(90deg,#a78bfa,transparent);}
.mp-diff-icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:0.6rem;margin-bottom:1.25rem;}
.mp-diff-icon-blue{background:rgba(59,130,246,0.1);color:#60a5fa;}
.mp-diff-icon-green{background:rgba(34,197,94,0.1);color:#4ade80;}
.mp-diff-icon-purple{background:rgba(167,139,250,0.1);color:#c4b5fd;}
.mp-diff-title{font-family:'Outfit',sans-serif;font-size:1.1rem;font-weight:700;color:white;margin-bottom:0.6rem;}
.mp-diff-desc{font-size:0.875rem;color:rgba(148,163,184,0.8);line-height:1.6;}

.mp-steps{display:grid;gap:2rem;grid-template-columns:1fr;position:relative;}
@media(min-width:768px){.mp-steps{grid-template-columns:repeat(4,1fr);gap:1.5rem;}}
.mp-steps-line{display:none;}
@media(min-width:768px){.mp-steps-line{display:block;position:absolute;top:2.1rem;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(59,130,246,0.3) 20%,rgba(59,130,246,0.3) 80%,transparent);}}
.mp-step{text-align:center;padding:1.5rem;position:relative;}
.mp-step-num{width:3rem;height:3rem;background:#3b82f6;color:white;font-family:'Outfit',sans-serif;font-weight:800;font-size:1.2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;box-shadow:0 0 0 6px rgba(59,130,246,0.12);}
.mp-step-title{font-family:'Outfit',sans-serif;font-size:1rem;font-weight:700;color:white;margin-bottom:0.5rem;}
.mp-step-desc{font-size:0.85rem;color:rgba(148,163,184,0.8);line-height:1.6;}

.mp-contact-layout{display:grid;gap:3.5rem;align-items:start;}
@media(min-width:1024px){.mp-contact-layout{grid-template-columns:1fr 1fr;}}
.mp-contact-h2{font-family:'Outfit',sans-serif;font-size:2rem;font-weight:900;color:white;line-height:1.2;margin-bottom:1rem;letter-spacing:-0.02em;}
.mp-contact-lead{color:rgba(148,163,184,0.85);line-height:1.75;margin-bottom:2rem;font-size:0.97rem;}
.mp-contact-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;}
.mp-contact-item{display:flex;gap:1rem;align-items:flex-start;}
.mp-contact-item-icon{flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:0.5rem;}
.mp-contact-item-icon.blue{background:rgba(59,130,246,0.1);color:#60a5fa;}
.mp-contact-item-icon.green{background:rgba(34,197,94,0.1);color:#4ade80;}
.mp-contact-item h4{font-size:0.95rem;color:white;margin-bottom:0.2rem;font-weight:600;}
.mp-contact-item p{font-size:0.84rem;color:rgba(148,163,184,0.8);}
.mp-channels-label{font-size:0.75rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:rgba(148,163,184,0.6);margin-bottom:0.875rem;}
.mp-channels{display:flex;flex-direction:column;gap:0.75rem;}
.mp-channel{display:flex;align-items:center;gap:0.75rem;color:rgba(148,163,184,0.85);text-decoration:none;font-size:0.95rem;font-weight:500;transition:color 0.2s;}
.mp-channel:hover{color:#60a5fa;}
.mp-channel-whatsapp{color:#25D366!important;}
.mp-channel-whatsapp:hover{color:#1ebe57!important;}

.mp-form-card{background:rgba(13,25,41,0.8);border:1px solid rgba(255,255,255,0.08);border-radius:1.25rem;padding:2rem;}
.mp-form-card h3{font-family:'Outfit',sans-serif;font-size:1.35rem;font-weight:800;color:white;margin-bottom:1.5rem;}
.mp-form{display:flex;flex-direction:column;gap:1.1rem;}
.mp-row{display:grid;grid-template-columns:1fr;gap:1.1rem;}
@media(min-width:560px){.mp-row{grid-template-columns:1fr 1fr;}}
.mp-field{display:flex;flex-direction:column;gap:0.4rem;}
.mp-field label{font-size:0.82rem;font-weight:600;color:rgba(148,163,184,0.9);letter-spacing:0.02em;}
.mp-field input,.mp-field textarea{background:rgba(7,13,26,0.7);border:1px solid rgba(255,255,255,0.1);border-radius:0.5rem;padding:0.7rem 1rem;color:white;font-size:0.9rem;font-family:'Inter',sans-serif;width:100%;transition:border-color 0.2s;outline:none;resize:vertical;}
.mp-field input:focus,.mp-field textarea:focus{border-color:#3b82f6;}
.mp-field input.err,.mp-field textarea.err{border-color:#f87171;}
.mp-field input::placeholder,.mp-field textarea::placeholder{color:rgba(148,163,184,0.4);}
.mp-ferr{font-size:0.78rem;color:#f87171;}
.mp-submit{width:100%;display:flex;align-items:center;justify-content:center;gap:0.5rem;background:#3b82f6;color:white;border:none;border-radius:0.5rem;padding:0.9rem;font-size:0.95rem;font-weight:700;cursor:pointer;transition:background 0.2s,transform 0.2s;font-family:'Inter',sans-serif;}
.mp-submit:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);}
.mp-submit:disabled{opacity:0.6;cursor:not-allowed;}

.mp-footer{padding:2rem 0;border-top:1px solid rgba(255,255,255,0.06);}
.mp-footer-inner{display:flex;flex-direction:column;align-items:center;gap:0.75rem;text-align:center;}
@media(min-width:640px){.mp-footer-inner{flex-direction:row;justify-content:space-between;text-align:left;}}
.mp-footer p{font-size:0.82rem;color:rgba(148,163,184,0.5);}

.mp-modal{position:fixed;inset:0;background:rgba(0,0,0,0.7);z-index:2000;display:none;align-items:center;justify-content:center;padding:1rem;}
.mp-modal.open{display:flex;}
.mp-modal-box{background:#0d1929;border:1px solid rgba(255,255,255,0.1);border-radius:1.25rem;padding:2.5rem;max-width:400px;width:100%;text-align:center;}
.mp-modal-icon{color:#22c55e;margin-bottom:1rem;display:flex;justify-content:center;}
.mp-modal-box h3{font-family:'Outfit',sans-serif;font-size:1.4rem;color:white;margin-bottom:0.75rem;}
.mp-modal-box p{font-size:0.9rem;color:rgba(148,163,184,0.85);line-height:1.6;margin-bottom:1.5rem;}
