
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root{
  --mp-blue:#0863d8;
  --mp-navy:#07182e;
  --mp-orange:#ff7200;
  --mp-green:#07a34a;
  --mp-ink:#111827;
  --mp-muted:#667085;
  --mp-line:#dfe3e8;
  --mp-soft:#f4f6f8;
  --mp-white:#ffffff;
  --mp-shadow:0 18px 50px rgba(7,24,46,.08);
  --mp-radius:20px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Manrope,Arial,sans-serif;
  color:var(--mp-ink);
  background:var(--mp-soft);
  line-height:1.7;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}

.mp-shell{min-height:100vh;display:flex;flex-direction:column}
.mp-wrap{width:min(1180px,calc(100% - 36px));margin:auto}

.mp-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--mp-line);
}
.mp-header-inner{
  min-height:82px;
  display:flex;
  align-items:center;
  gap:24px;
}
.mp-brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.mp-logo-mark{
  width:42px;height:42px;border-radius:13px;
  display:grid;place-items:center;
  color:#fff;font-weight:800;
  background:linear-gradient(135deg,var(--mp-blue),#4d9cff);
  box-shadow:0 8px 22px rgba(8,99,216,.24);
}
.mp-brand-copy strong{display:block;font-size:20px;letter-spacing:.2px}
.mp-brand-copy span{display:block;color:var(--mp-muted);font-size:10px;font-weight:700;margin-top:-2px}

.mp-nav{
  margin-left:auto;
  display:flex;align-items:center;gap:22px;
  font-size:13px;font-weight:800;
}
.mp-nav a{color:#344054;transition:.2s}
.mp-nav a:hover{color:var(--mp-blue)}
.mp-nav .mp-nav-cta{
  background:var(--mp-blue);color:#fff;
  padding:10px 14px;border-radius:9px;
  box-shadow:0 7px 18px rgba(8,99,216,.16);
}
.mp-menu-btn{
  display:none;margin-left:auto;width:42px;height:42px;border:1px solid var(--mp-line);
  background:#fff;border-radius:10px;cursor:pointer;font-size:21px;color:var(--mp-ink);
}

.mp-hero{
  position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 85% 15%,rgba(8,99,216,.18),transparent 28%),
    radial-gradient(circle at 10% 85%,rgba(7,163,74,.12),transparent 30%),
    linear-gradient(135deg,#eef6ff 0%,#f8fbff 48%,#f2fbf6 100%);
  border-bottom:1px solid #e6edf6;
}
.mp-hero-inner{padding:46px 0 42px}
.mp-breadcrumb{
  display:flex;align-items:center;gap:8px;flex-wrap:wrap;
  font-size:11px;font-weight:800;color:#6b778c;margin-bottom:16px;
}
.mp-breadcrumb a{color:var(--mp-blue)}
.mp-title-row{display:flex;align-items:flex-start;gap:18px}
.mp-page-icon{
  width:56px;height:56px;flex:0 0 56px;border-radius:16px;
  display:grid;place-items:center;background:#fff;color:var(--mp-blue);
  border:1px solid #d9e7f9;box-shadow:0 12px 30px rgba(8,99,216,.11);
  font-size:24px;
}
.mp-title-copy h1{margin:0 0 8px;font-size:clamp(29px,4vw,42px);line-height:1.12;letter-spacing:-.8px}
.mp-title-copy p{margin:0;color:#526071;font-size:15px;max-width:760px}

.mp-main{padding:38px 0 50px;flex:1}
.mp-content-card{
  width:min(980px,100%);
  margin:auto;
  background:var(--mp-white);
  border:1px solid var(--mp-line);
  border-radius:var(--mp-radius);
  box-shadow:var(--mp-shadow);
  overflow:hidden;
}
.mp-content-inner{padding:36px 40px}
.mp-section{padding:24px 0;border-bottom:1px solid #edf0f4}
.mp-section:first-child{padding-top:0}
.mp-section:last-of-type{border-bottom:0}
.mp-section h2{
  margin:0 0 10px;
  font-size:19px;line-height:1.35;color:#101828;letter-spacing:-.15px;
}
.mp-section p{margin:0;color:#475467;font-size:14px}
.mp-section p+p{margin-top:10px}
.mp-section ul{margin:10px 0 0 20px;padding:0;color:#475467;font-size:14px}
.mp-section li+li{margin-top:6px}

.mp-notice{
  margin:24px 0 0;padding:16px 18px;border-radius:14px;
  background:linear-gradient(135deg,#eef6ff,#f8fbff);
  border:1px solid #cfe2fb;
  color:#31506f;font-size:13px;
}
.mp-notice strong{color:var(--mp-blue)}

.mp-feature-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px;
}
.mp-feature{
  border:1px solid var(--mp-line);border-radius:14px;padding:16px;background:#fbfcfe;
}
.mp-feature b{display:block;margin-bottom:6px;font-size:13px}
.mp-feature p{font-size:12px;color:var(--mp-muted)}

.mp-form{
  display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:14px;
}
.mp-field{display:grid;gap:7px}
.mp-field.full{grid-column:1/-1}
.mp-field label{font-size:12px;font-weight:800;color:#344054}
.mp-field input,.mp-field select,.mp-field textarea{
  width:100%;border:1px solid #cfd7e3;border-radius:10px;background:#fff;
  padding:12px 13px;color:var(--mp-ink);outline:none;transition:.2s;
}
.mp-field textarea{min-height:150px;resize:vertical}
.mp-field input:focus,.mp-field select:focus,.mp-field textarea:focus{
  border-color:#7eb5f5;box-shadow:0 0 0 4px rgba(8,99,216,.08);
}
.mp-submit{
  grid-column:1/-1;
  border:0;border-radius:10px;background:var(--mp-blue);color:#fff;
  padding:13px 18px;font-weight:800;cursor:pointer;
  box-shadow:0 8px 20px rgba(8,99,216,.17);
}
.mp-submit:hover{filter:brightness(.97)}

.mp-related{
  margin-top:28px;padding-top:24px;border-top:1px solid #edf0f4;
}
.mp-related h3{margin:0 0 13px;font-size:15px}
.mp-related-links{display:flex;flex-wrap:wrap;gap:8px}
.mp-related-links a{
  padding:8px 11px;border-radius:999px;background:#f7f9fc;border:1px solid var(--mp-line);
  color:#435063;font-size:11px;font-weight:800;
}
.mp-related-links a:hover{border-color:#b9d5f7;color:var(--mp-blue);background:#f0f6ff}

.mp-updated{
  margin-top:24px;padding:13px 15px;border-radius:12px;background:#fafbfd;
  border:1px solid var(--mp-line);font-size:11px;color:var(--mp-muted);font-weight:700;
}

.mp-footer{background:var(--mp-navy);color:#c5cfdd;margin-top:auto}
.mp-footer-grid{
  display:grid;grid-template-columns:1.5fr 1fr 1.2fr 1fr;gap:34px;
  padding:42px 0 34px;
}
.mp-footer-brand strong{display:block;color:#fff;font-size:20px;margin-bottom:6px}
.mp-footer-brand p{margin:0;color:#9fb0c4;font-size:12px;max-width:240px}
.mp-footer h4{margin:0 0 12px;color:#fff;font-size:12px}
.mp-footer a{display:block;color:#aebbc9;font-size:11px;margin:8px 0}
.mp-footer a:hover{color:#fff}
.mp-footer-bottom{
  border-top:1px solid #20334c;
  min-height:58px;
  display:flex;align-items:center;justify-content:center;gap:5px;flex-wrap:wrap;
  text-align:center;color:#91a2b7;font-size:11px;
}
.mp-footer-bottom a{display:inline;margin:0;color:#b6c2d0}
.mp-footer-bottom a:hover{color:#fff}

@media(max-width:900px){
  .mp-nav{
    display:none;position:absolute;top:82px;left:18px;right:18px;
    background:#fff;border:1px solid var(--mp-line);border-radius:14px;
    box-shadow:0 16px 36px rgba(7,24,46,.14);padding:16px;flex-direction:column;align-items:stretch;gap:2px;
  }
  .mp-nav.open{display:flex}
  .mp-nav a{padding:10px;border-radius:8px}
  .mp-menu-btn{display:block}
  .mp-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .mp-wrap{width:min(100% - 24px,1180px)}
  .mp-header-inner{min-height:72px}
  .mp-brand-copy strong{font-size:18px}
  .mp-brand-copy span{font-size:9px}
  .mp-logo-mark{width:38px;height:38px;border-radius:11px}
  .mp-nav{top:72px;left:12px;right:12px}
  .mp-hero-inner{padding:32px 0 30px}
  .mp-title-row{gap:13px}
  .mp-page-icon{width:48px;height:48px;flex-basis:48px;border-radius:14px;font-size:21px}
  .mp-title-copy h1{font-size:29px}
  .mp-title-copy p{font-size:13px}
  .mp-main{padding:24px 0 34px}
  .mp-content-inner{padding:24px 18px}
  .mp-section{padding:20px 0}
  .mp-section h2{font-size:17px}
  .mp-section p,.mp-section ul{font-size:13px}
  .mp-feature-grid,.mp-form{grid-template-columns:1fr}
  .mp-field.full,.mp-submit{grid-column:auto}
  .mp-footer-grid{grid-template-columns:1fr 1fr;gap:24px;padding:34px 0 26px}
  .mp-footer-brand{grid-column:1/-1}
  .mp-footer-bottom{padding:16px 8px;line-height:1.8}
}
@media(max-width:420px){
  .mp-footer-grid{grid-template-columns:1fr}
  .mp-footer-brand{grid-column:auto}
  .mp-footer-bottom{font-size:10px}
}
