:root{
  --bg:#0a1630;
  --bg2:#0c1b3a;
  --text:#0f172a;
  --muted:#6b7280;
  --white:#fff;
  --card:#ffffff;
  --shadow: 0 12px 30px rgba(15, 23, 42, .12);
  --radius: 18px;
  --btn:#1f66d1;
  --btn2:#1b5bbd;
  --wave:#f6f8fb;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:#fff;}
a{text-decoration:none}
img{max-width:100%;display:block}
@keyframes mpFloatIn{
  from{opacity:0;transform:translateY(22px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes mpPulseGlow{
  0%{box-shadow:0 0 0 0 rgba(31,102,209,.18)}
  70%{box-shadow:0 0 0 18px rgba(31,102,209,0)}
  100%{box-shadow:0 0 0 0 rgba(31,102,209,0)}
}

.mp-container{max-width:1180px;margin:0 auto;padding:0 22px}

.mp-topbar{
  position:absolute;left:0;right:0;top:0;z-index:20;
  padding:18px 0;
}
.mp-topbar-inner{display:flex;align-items:center;gap:18px;position:relative}
.mp-brand{display:flex;align-items:center;gap:12px;color:#fff}
.mp-brand img{width:64px;height:auto}
.mp-brand-text{line-height:1}
.mp-brand-name{font-weight:800;letter-spacing:.5px}
.mp-brand-sub{font-weight:700;letter-spacing:2px;font-size:12px;opacity:.9;margin-top:4px}

.mp-nav{margin-left:auto;display:flex;gap:24px}
.mp-nav a{color:#eaf1ff;font-weight:600;font-size:14px;opacity:.95}
.mp-nav a:hover{opacity:1;text-decoration:underline}

.mp-menu-toggle{
  margin-left:auto;
  display:none;
  width:48px;
  height:48px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:14px;
  background:rgba(7,17,39,.28);
  backdrop-filter:blur(10px);
  padding:0;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  position:relative;
  z-index:35;
  flex-shrink:0;
}
.mp-menu-toggle span{
  display:block;
  width:20px;
  height:2px;
  border-radius:999px;
  background:#f8fbff;
  transition:transform .2s ease, opacity .2s ease;
}
body.mp-menu-open .mp-menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
body.mp-menu-open .mp-menu-toggle span:nth-child(2){opacity:0}
body.mp-menu-open .mp-menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.mp-mobile-menu{
  display:none;
  margin-top:14px;
}
.mp-mobile-menu__panel{
  display:grid;
  gap:8px;
  padding:16px;
  border-radius:20px;
  background:rgba(7,17,39,.88);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(16px);
  box-shadow:0 20px 40px rgba(2,6,23,.26);
}
.mp-mobile-menu__panel a{
  display:flex;
  align-items:center;
  min-height:48px;
  padding:0 14px;
  border-radius:12px;
  color:#f8fbff;
  font-weight:700;
  font-size:15px;
  background:rgba(255,255,255,.04);
}
.mp-mobile-menu__panel a:hover{
  background:rgba(255,255,255,.1);
}

.mp-social{display:flex;gap:10px}
.mp-social a{
  width:32px;height:32px;border-radius:999px;
  display:grid;place-items:center;
  background:rgba(255,255,255,.14);color:#fff
}
.mp-social a:hover{background:rgba(255,255,255,.22)}
.mp-social svg{width:16px;height:16px;display:block}

.mp-hero{
  position:relative;
  min-height:620px;
  display:flex;
  align-items:flex-end;
  padding:110px 0 0;
  overflow:hidden;
}
.mp-hero-grid{padding:0 0 110px}
.mp-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);
  gap:28px;
  align-items:end;
}
.mp-hero-copy{max-width:560px;color:#fff}
.mp-hero-copy,
.mp-hero-side,
.mp-home-highlight-card,
.mp-card,
.mp-home-story-card,
.mp-page-gallery-card{
  animation:mpFloatIn .7s ease both;
}
.mp-hero-copy h1{
  margin:0 0 14px;
  font-size:44px;
  line-height:1.08;
  letter-spacing:-.6px;
}
.mp-hero-copy p{
  margin:0 0 22px;
  font-size:16px;
  line-height:1.6;
  color:rgba(255,255,255,.88);
  max-width:520px;
}
.mp-hero-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 16px;
}
.mp-hero-pill{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.1);
  color:#fff;
  font-size:12px;
  font-weight:700;
}
.mp-hero-side{
  display:flex;
  justify-content:flex-end;
}
.mp-hero-signal{
  max-width:320px;
  padding:22px 22px 24px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(12px);
  color:#fff;
}
.mp-hero-signal__kicker{
  display:inline-flex;
  margin-bottom:10px;
  color:#dbeafe;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:11px;
  font-weight:800;
}
.mp-hero-signal strong{
  display:block;
  font-size:26px;
  line-height:1.1;
  margin-bottom:10px;
}
.mp-hero-signal p{
  margin:0;
  color:rgba(255,255,255,.84);
  line-height:1.6;
  font-size:14px;
}
.mp-btn{
  display:inline-flex;align-items:center;justify-content:center;
  height:44px;padding:0 18px;border-radius:999px;
  background:linear-gradient(180deg,var(--btn),var(--btn2));
  color:#fff;font-weight:700;font-size:14px;
  box-shadow:0 10px 20px rgba(31,102,209,.25);
  transition:transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.mp-btn:hover{filter:brightness(1.03);transform:translateY(-1px)}
.mp-btn-secondary{
  background:#eef4ff;
  color:#123d85;
  box-shadow:none;
  border:1px solid rgba(31,102,209,.18);
}
.mp-btn-secondary:hover{
  filter:none;
  background:#e4eeff;
}

.mp-home-highlights{
  position:relative;
  z-index:2;
  margin-top:-74px;
  padding:0 0 18px;
}
.mp-home-highlight-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.mp-home-highlight-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:var(--shadow);
  padding:22px;
}
.mp-home-highlight-card span{
  display:inline-flex;
  margin-bottom:10px;
  color:#1f66d1;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:11px;
  font-weight:800;
}
.mp-home-highlight-card strong{
  display:block;
  font-size:28px;
  line-height:1.05;
  color:#0b1220;
  margin-bottom:12px;
}
.mp-home-highlight-card p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
}

.mp-wave{
  position:absolute;left:0;right:0;bottom:-1px;height:160px;width:100%;
}
.mp-wave path{fill:var(--wave)}
.mp-wave-bottom{bottom:-1px}
.mp-wave-bottom{
  filter:
    drop-shadow(0 -14px 28px rgba(115, 180, 224, .22))
    drop-shadow(0 -4px 12px rgba(228, 236, 244, .45));
}
.mp-wave-bottom path{
  fill:#d9e3ee;
  opacity:.98;
}
.mp-about .mp-wave-bottom{
  z-index:0;
  pointer-events:none;
}

.mp-cards{
  background:var(--wave);
  padding:26px 0 46px;
  margin-top:-54px; /* lift into the wave area like screenshot */
}
.mp-card-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:18px;
}
.mp-card{
  background:var(--card);
  border-radius:16px;
  box-shadow:var(--shadow);
  padding:18px 18px 16px;
  border:1px solid rgba(15,23,42,.06);
  min-height:210px;
  display:flex;flex-direction:column;
  transition:transform .16s ease, box-shadow .16s ease;
}
.mp-card:hover,
.mp-page-gallery-card:hover,
.mp-home-story-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 34px rgba(15,23,42,.16);
}
.mp-card-icon{
  width:44px;height:44px;border-radius:999px;
  display:grid;place-items:center;
  background:rgba(31,102,209,.12);
  margin-bottom:12px;
  animation:mpPulseGlow 3.4s ease-in-out infinite;
}
.mp-card-icon svg{width:22px;height:22px;stroke:#1f66d1;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.mp-card h3{margin:0 0 8px;font-size:16px}
.mp-card p{margin:0 0 14px;color:var(--muted);font-size:13px;line-height:1.5;flex:1}
.mp-card-btn{
  align-self:flex-start;
  display:inline-flex;align-items:center;justify-content:center;
  height:34px;padding:0 14px;border-radius:999px;
  background:#1f66d1;color:#fff;font-weight:700;font-size:13px;
}
.mp-card-btn:hover{background:#1b5bbd}

.mp-about{
  position:relative;
  background:#fff;
  padding:58px 0 150px;
  overflow:hidden;
}
.mp-about .mp-container{
  position:relative;
  z-index:1;
}
.mp-about-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:26px;
  align-items:center;
}
.mp-home-story-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:28px;
}
.mp-home-story-card{
  background:linear-gradient(180deg,#fff,#f8fbff);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:var(--shadow);
  padding:22px;
}
.mp-home-story-card h3{
  margin:0 0 10px;
  font-size:22px;
}
.mp-home-story-card p{
  margin:0;
  color:var(--muted);
  line-height:1.7;
}
.mp-about-copy h2{
  margin:0 0 12px;
  font-size:34px;
  letter-spacing:-.6px;
}
.mp-prose{color:#334155;font-size:14px;line-height:1.7}
.mp-prose p{margin:0 0 12px}
.mp-about-media img{
  width:100%;
  border-radius:18px;
  box-shadow:0 18px 40px rgba(2,6,23,.18);
  border:1px solid rgba(2,6,23,.08);
  transform:scale(1.02);
  transition:transform .55s ease, filter .55s ease;
}

.mp-page-hero{
  position:relative;
  padding:140px 0 0;
  color:#fff;
}
.mp-page-hero .mp-container{padding-bottom:86px}
.mp-page-hero h1{margin:0 0 10px;font-size:44px;letter-spacing:-.6px}
.mp-page-hero p{margin:0;color:rgba(255,255,255,.88);max-width:720px}

.mp-page{background:var(--wave);padding:38px 0 70px}
.mp-prose-page{
  background:#fff;border-radius:18px;box-shadow:var(--shadow);
  border:1px solid rgba(15,23,42,.06);
  padding:28px 26px;
}
.mp-prose-page h2{margin-top:0}
.mp-prose-page h3{margin-bottom:6px}

.mp-page-gallery{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin:28px 0 6px;
}
.mp-page-gallery-card{
  margin:0;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  box-shadow:var(--shadow);
}
.mp-page-gallery-card img{
  width:100%;
  height:280px;
  object-fit:cover;
  transform:scale(1.03);
  transition:transform .55s ease, filter .55s ease;
}
.mp-page-gallery-card figcaption{
  display:grid;
  gap:8px;
  padding:18px 18px 20px;
}
.mp-page-gallery-card strong{
  color:#0f172a;
  font-size:18px;
}
.mp-page-gallery-card span{
  color:var(--muted);
  line-height:1.6;
  font-size:14px;
}

.mp-suppliers-hub{
  margin-top:34px;
  padding-top:30px;
  border-top:1px solid rgba(15,23,42,.08);
}
.mp-suppliers-head{max-width:760px;margin-bottom:22px}
.mp-suppliers-kicker,
.mp-suppliers-card-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:11px;
  font-weight:800;
  color:#1f66d1;
}
.mp-suppliers-head h2{
  margin:10px 0 10px;
  font-size:30px;
  letter-spacing:-.5px;
}
.mp-suppliers-head p{margin:0;color:var(--muted)}
.mp-suppliers-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:18px;
}
.mp-suppliers-card{
  background:linear-gradient(180deg,#fff,#f8fbff);
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  padding:22px;
  box-shadow:var(--shadow);
}
.mp-suppliers-card h3{margin:10px 0 10px;font-size:20px}
.mp-suppliers-card p{margin:0;color:var(--muted);min-height:72px}
.mp-suppliers-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:18px;
}
.mp-suppliers-link{
  color:#123d85;
  font-weight:700;
  font-size:14px;
}
.mp-suppliers-link:hover{text-decoration:underline}

.mp-page-custom{padding-top:34px}
.mp-page-stack{
  display:flex;
  flex-direction:column;
  gap:22px;
}
.mp-surface{
  background:#fff;
  border-radius:18px;
  border:1px solid rgba(15,23,42,.06);
  box-shadow:var(--shadow);
  padding:28px 26px;
}
.mp-page-kicker{
  display:inline-flex;
  align-items:center;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:11px;
  font-weight:800;
  color:#b8d2ff;
  margin-bottom:10px;
}
.mp-section-heading{
  max-width:760px;
  margin-bottom:20px;
}
.mp-section-heading .mp-page-kicker{
  color:#1f66d1;
  margin-bottom:8px;
}
.mp-section-heading h2{
  margin:0 0 10px;
  font-size:30px;
  letter-spacing:-.5px;
}
.mp-section-heading p{
  margin:0;
  color:var(--muted);
  line-height:1.6;
}
.mp-feature-grid,
.mp-step-grid,
.mp-metric-grid,
.mp-split-grid{
  display:grid;
  gap:18px;
}
.mp-feature-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.mp-step-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.mp-split-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.mp-metric-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.mp-feature-card,
.mp-step-card,
.mp-metric-card{
  border-radius:16px;
  border:1px solid rgba(15,23,42,.08);
  background:linear-gradient(180deg,#fff,#f8fbff);
  padding:22px;
}
.mp-feature-card h3,
.mp-step-card h3{
  margin:0 0 10px;
  font-size:20px;
}
.mp-feature-card p,
.mp-step-card p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
}
.mp-step-card{position:relative;padding-top:54px}
.mp-step-index{
  position:absolute;
  top:20px;
  left:22px;
  width:22px;
  height:22px;
  border-radius:999px;
  background:#1f66d1;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:12px;
  font-weight:800;
}
.mp-check-list,
.mp-process-list{
  margin:0;
  padding:0;
}
.mp-check-list li,
.mp-process-list li{
  list-style:none;
  position:relative;
  padding-left:28px;
  margin:0 0 14px;
  color:#334155;
  line-height:1.65;
}
.mp-check-list li:last-child,
.mp-process-list li:last-child{margin-bottom:0}
.mp-check-list li::before{
  content:"";
  position:absolute;
  top:8px;
  left:0;
  width:12px;
  height:12px;
  border-radius:999px;
  background:linear-gradient(180deg,var(--btn),var(--btn2));
  box-shadow:0 0 0 4px rgba(31,102,209,.12);
}
.mp-process-list{
  counter-reset:mototoloProcess;
}
.mp-process-list li{
  padding-left:42px;
}
.mp-process-list li::before{
  counter-increment:mototoloProcess;
  content:counter(mototoloProcess);
  position:absolute;
  top:2px;
  left:0;
  width:28px;
  height:28px;
  border-radius:999px;
  background:#0b1220;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:12px;
  font-weight:800;
}
.mp-pill-grid{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.mp-pill{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  background:#eef4ff;
  color:#123d85;
  font-size:13px;
  font-weight:700;
}
.mp-inline-cta{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:22px;
}
.mp-text-link{
  color:#123d85;
  font-weight:700;
}
.mp-text-link:hover{text-decoration:underline}
.mp-metric-card{
  text-align:left;
}
.mp-metric-card strong{
  display:block;
  font-size:30px;
  line-height:1;
  margin-bottom:12px;
  color:#0b1220;
  letter-spacing:-.04em;
}
.mp-metric-card span{
  color:var(--muted);
  line-height:1.55;
  display:block;
}
.mp-cta-panel{
  background:
    linear-gradient(135deg, rgba(11,18,32,.98) 0%, rgba(21,49,92,.96) 100%);
  color:#fff;
}
.mp-cta-panel h2{
  margin:8px 0 10px;
  font-size:30px;
  letter-spacing:-.5px;
}
.mp-cta-panel p{
  margin:0;
  color:rgba(255,255,255,.84);
  line-height:1.7;
}
.mp-cta-panel .mp-page-kicker{color:#b8d2ff}
.mp-cta-panel .mp-text-link{color:#dbeafe}
.mp-motion-target{
  will-change:transform;
}
.mp-reveal-target{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s ease, transform .7s ease;
}
.mp-reveal-target.is-visible{
  opacity:1;
  transform:translateY(0);
}
.mp-about-media:hover img,
.mp-page-gallery-card:hover img{
  transform:scale(1.06);
  filter:saturate(1.05) contrast(1.02);
}

.mp-footer{
  background:#0b1220;
  color:#cbd5e1;
  padding:34px 0 22px;
}
.mp-cookie-banner{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:1000;
  background:#ffffff;
  border-top:1px solid rgba(15,23,42,.12);
  box-shadow:0 -10px 30px rgba(15,23,42,.12);
}
.mp-cookie-banner__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:16px 0;
}
.mp-cookie-banner__copy strong{
  display:block;
  margin-bottom:4px;
  color:#0b1220;
  font-size:14px;
}
.mp-cookie-banner__copy p{
  margin:0;
  color:#475569;
  font-size:13px;
  line-height:1.6;
}
.mp-cookie-banner__copy a{
  color:#123d85;
  font-weight:700;
}
.mp-cookie-banner__actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.mp-cookie-link{
  color:#123d85;
  font-size:13px;
  font-weight:700;
}
.mp-cookie-btn{
  border:0;
  border-radius:10px;
  background:#123d85;
  color:#fff;
  min-height:42px;
  padding:0 18px;
  font-size:13px;
  font-weight:700;
}
.mp-cookie-btn--light{
  background:#e2e8f0;
  color:#0f172a;
}
.mp-footer-top{
  display:flex;gap:24px;align-items:flex-start;justify-content:space-between;
  border-bottom:1px solid rgba(255,255,255,.08);
  padding-bottom:16px;margin-bottom:14px;
}
.mp-footer-title{font-weight:800;color:#fff;font-size:18px}
.mp-footer-tagline{opacity:.9;margin-top:4px}
.mp-footer-meta{margin-top:10px;font-size:13px;line-height:1.6;color:#94a3b8}
.mp-dot{margin:0 8px;opacity:.7}
.mp-footer-links{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-end}
.mp-footer-links a{color:#cbd5e1;font-size:13px;opacity:.9}
.mp-footer-links a:hover{opacity:1;text-decoration:underline}

.mp-footer-bottom{
  display:flex;justify-content:flex-start;gap:12px;flex-wrap:wrap;
  font-size:12px;color:#94a3b8
}
.mp-footer-clockline{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
  text-align:left;
}
.mp-footer-userline{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
  text-align:left;
  margin-top:6px;
}

@media (max-width: 1020px){
  .mp-cookie-banner__inner{flex-direction:column;align-items:flex-start}
  .mp-cookie-banner__actions{justify-content:flex-start}
  .mp-card-grid{grid-template-columns:repeat(2,1fr)}
  .mp-hero-grid,
  .mp-home-highlight-grid,
  .mp-about-grid{grid-template-columns:1fr}
  .mp-feature-grid,
  .mp-step-grid,
  .mp-metric-grid,
  .mp-split-grid,
  .mp-home-story-grid,
  .mp-page-gallery{grid-template-columns:1fr}
  .mp-nav{display:none!important}
  .mp-menu-toggle{display:inline-flex}
  .mp-topbar{padding:14px 0}
  .mp-topbar-inner{align-items:center}
  body.mp-menu-open{overflow:hidden}
  body.mp-menu-open .mp-mobile-menu{display:block}
  .mp-hero{min-height:560px}
  .mp-home-highlights{margin-top:-38px}
}
@media (max-width: 560px){
  .mp-container{padding:0 16px}
  .mp-topbar-inner{gap:12px}
  .mp-hero-copy h1{font-size:34px}
  .mp-page-hero h1{font-size:34px}
  .mp-section-heading h2,
  .mp-cta-panel h2{font-size:26px}
  .mp-card-grid{grid-template-columns:1fr}
  .mp-brand img{width:52px!important}
  .mp-menu-toggle{
    width:46px;
    height:46px;
    margin-left:auto;
  }
  .mp-mobile-menu__panel{padding:14px}
}
