/* Extracted from migration.php style block 1 */
/* ============================================================
   WEBSITE MIGRATION - v3.0
   Theme: Deep Navy + Trust Blue + Green Success + Orange Professional
============================================================ */

/* -------------------------------------------------------
   SHARED TOKENS
------------------------------------------------------- */
body .mg { /* migration page scope */
  --mg-blue:    #176ea5;
  --mg-green:   #059669;
  --mg-orange:  #ff6b00;
  --mg-navy:    #060e1a;
  --mg-navy2:   #0b1623;
  --mg-text:    #1a2234;
  --mg-muted:   #6b7280;
  --mg-border:  rgba(0,0,0,0.08);
  --mg-radius:  14px;
}

/* -------------------------------------------------------
   HERO
------------------------------------------------------- */
body .mg-hero {
  background: linear-gradient(155deg, #060e1a 0%, #0b1623 50%, #0d2035 100%);
  position: relative;
  overflow: hidden;
  padding: 0;
}
body .mg-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(23,110,165,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,110,165,0.07) 1px, transparent 1px);

  background-size: 52px 52px;
  pointer-events: none;
  z-index: 0;
}
body .mg-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 55% at 5% 65%, rgba(5,150,105,0.18) 0%, transparent 60%),
    radial-gradient(ellipse 45% 55% at 90% 20%, rgba(23,110,165,0.2) 0%, transparent 65%),
    radial-gradient(ellipse 35% 45% at 55% 90%, rgba(255,107,0,0.1) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}
body .mg-hero-inner {
  position: relative;
  z-index: 2;
  padding: 72px 0 60px;
}

/* Eyebrow */
body .mg-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px;
  border-radius: 20px;
  background: rgba(5,150,105,0.12);
  border: 1px solid rgba(5,150,105,0.35);
  color: #34d399;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

body .mg-hero h1 {
  font-size: clamp(28px, 4.5vw, 52px);
  font-weight: 900;
  color: #fff;
  line-height: 1.12;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}
body .mg-hero h1 em {
  font-style: normal;
  background: linear-gradient(90deg, #34d399, #059669);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body .mg-hero h1 span {
  background: linear-gradient(90deg, #60b4e8, #176ea5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body .mg-hero-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  line-height: 1.78;
  margin-bottom: 30px;
  max-width: 510px;
}
body .mg-hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 38px;
}
body .mg-btn-free {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(135deg, #059669, #047857);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(5,150,105,0.35);
  transition: all 0.25s ease;
  letter-spacing: 0.2px;
}
body .mg-btn-free:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(5,150,105,0.45);
}
body .mg-btn-pro {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(135deg, #ff6b00, #e85c00);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(255,107,0,0.25);
  transition: all 0.25s ease;
}
body .mg-btn-pro:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(255,107,0,0.35);
}

/* Trust badges */
body .mg-trust-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
body .mg-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 13px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid;
}
body .mg-badge--green  { background: rgba(5,150,105,0.1);    border-color: rgba(5,150,105,0.35);    color: #34d399; }
body .mg-badge--blue   { background: rgba(23,110,165,0.1);   border-color: rgba(23,110,165,0.35);   color: #60b4e8; }
body .mg-badge--orange { background: rgba(255,107,0,0.1);    border-color: rgba(255,107,0,0.3);     color: #ffaa55; }
body .mg-badge--purple { background: rgba(124,58,237,0.1);   border-color: rgba(124,58,237,0.3);    color: #a78bfa; }

/* Hero visual panel */
body .mg-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 20px;
}
body .mg-flow-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 20px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
body .mg-flow-chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
body .mg-flow-chrome-dots { display: flex; gap: 5px; }
body .mg-flow-chrome-dots span { width: 8px; height: 8px; border-radius: 50%; }
body .mg-flow-chrome-dots span:nth-child(1) { background: #FF5F57; }
body .mg-flow-chrome-dots span:nth-child(2) { background: #FFBD2E; }
body .mg-flow-chrome-dots span:nth-child(3) { background: #28CA41; }
body .mg-flow-chrome-label {
  flex: 1;
  text-align: center;
  font-size: 10px;
  color: rgba(255,255,255,0.35);
  font-weight: 500;
}

/* Flow row (Server A → Server B) */
body .mg-flow-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
body .mg-flow-server {
  flex: 1;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 12px;
  text-align: center;
}
body .mg-flow-server i { font-size: 20px; display: block; margin-bottom: 5px; }
body .mg-flow-server span {
  font-size: 10px;
  color: rgba(255,255,255,0.45);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
body .mg-flow-server--old { border-color: rgba(220,38,38,0.3); }
body .mg-flow-server--old i { color: #f87171; }
body .mg-flow-server--new { border-color: rgba(5,150,105,0.4); }
body .mg-flow-server--new i { color: #34d399; }
body .mg-flow-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
body .mg-flow-arrow-line {
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,107,0,0.6), rgba(255,107,0,0.3));
  position: relative;
}
body .mg-flow-arrow i { font-size: 14px; color: #ffaa55; }
body .mg-flow-arrow span {
  font-size: 8px;
  color: rgba(255,255,255,0.3);
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Progress items */
body .mg-flow-step {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  margin-bottom: 6px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.05);
}
body .mg-flow-step--done { border-color: rgba(5,150,105,0.25); background: rgba(5,150,105,0.06); }
body .mg-flow-step--active { border-color: rgba(23,110,165,0.35); background: rgba(23,110,165,0.09); }
body .mg-flow-step i { font-size: 12px; width: 14px; text-align: center; }
body .mg-flow-step span { font-size: 11px; font-weight: 600; }
body .mg-flow-step--done i, body .mg-flow-step--done span { color: #34d399; }
body .mg-flow-step--active i, body .mg-flow-step--active span { color: #60b4e8; }
body .mg-flow-step--pending i, body .mg-flow-step--pending span { color: rgba(255,255,255,0.3); }

body .mg-flow-stat-row {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
body .mg-flow-stat {
  flex: 1;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 9px 8px;
  text-align: center;
}
body .mg-flow-stat strong {
  display: block;
  font-size: 16px;
  font-weight: 900;
  color: #059669;
  line-height: 1;
}
body .mg-flow-stat span {
  font-size: 9px;
  color: rgba(255,255,255,0.3);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 3px;
  display: block;
}

/* -------------------------------------------------------
   SECTION SHARED STYLES
------------------------------------------------------- */
body .mg-section-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 14px;
  border-radius: 20px;
  background: rgba(23,110,165,0.1);
  border: 1px solid rgba(23,110,165,0.25);
  color: #176ea5;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
body .mg-section-title {
  font-size: clamp(24px, 3.8vw, 40px);
  font-weight: 800;
  color: #1a2234;
  line-height: 1.18;
  margin-bottom: 14px;
  letter-spacing: -0.3px;
}
body .mg-section-sub {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.72;
}

/* -------------------------------------------------------
   SERVICE OPTIONS
------------------------------------------------------- */
body .mg-options-section {
  background: #f4f6f9;
  padding: 80px 0;
}

/* Option cards */
body .mg-option-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.09);
  border: 1px solid rgba(0,0,0,0.08);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
body .mg-option-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 56px rgba(0,0,0,0.14);
}

/* Card headers */
body .mg-option-header {
  padding: 28px 28px 20px;
  position: relative;
}
body .mg-option-header--free {
  background: linear-gradient(140deg, #f0fdf4, #dcfce7);
  border-bottom: 1px solid rgba(5,150,105,0.12);
}
body .mg-option-header--pro {
  background: linear-gradient(140deg, #0b1623, #111827);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
body .mg-option-type-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
body .mg-option-type-badge--free {
  background: rgba(5,150,105,0.12);
  border: 1px solid rgba(5,150,105,0.3);
  color: #059669;
}
body .mg-option-type-badge--pro {
  background: rgba(255,107,0,0.12);
  border: 1px solid rgba(255,107,0,0.3);
  color: #ff6b00;
}
body .mg-option-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 14px;
}
body .mg-option-icon--free {
  background: rgba(5,150,105,0.12);
  border: 1px solid rgba(5,150,105,0.25);
  color: #059669;
}
body .mg-option-icon--pro {
  background: rgba(255,107,0,0.12);
  border: 1px solid rgba(255,107,0,0.3);
  color: #ff6b00;
}
body .mg-option-title--free {
  font-size: 22px;
  font-weight: 800;
  color: #1a2234;
  margin-bottom: 6px;
}
body .mg-option-title--pro {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}
body .mg-option-sub--free {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.55;
  margin: 0;
}
body .mg-option-sub--pro {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 1.55;
  margin: 0;
}

/* Price display */
body .mg-price-free {
  font-size: 36px;
  font-weight: 900;
  color: #059669;
  line-height: 1;
  margin-bottom: 3px;
}
body .mg-price-free-note {
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
}
body .mg-price-pro {
  font-size: 36px;
  font-weight: 900;
  color: #ff6b00;
  line-height: 1;
  margin-bottom: 3px;
}
body .mg-price-pro-note {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
}

/* Card body */
body .mg-option-body {
  background: #fff;
  padding: 24px 28px 28px;
}
body .mg-option-body--dark {
  background: #0f1c2e;
  padding: 24px 28px 28px;
}
body .mg-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
body .mg-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  padding: 9px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
body .mg-option-body--dark .mg-feature-list li {
  border-bottom-color: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.75);
}
body .mg-feature-list li:last-child { border-bottom: none; }
body .mg-feat-icon--free { color: #059669; font-size: 13px; margin-top: 1px; flex-shrink: 0; }
body .mg-feat-icon--pro  { color: #ff6b00; font-size: 13px; margin-top: 1px; flex-shrink: 0; }

body .mg-eligibility-box {
  background: rgba(23,110,165,0.07);
  border: 1px solid rgba(23,110,165,0.18);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 22px;
  font-size: 13px;
  color: #374151;
  line-height: 1.55;
}
body .mg-eligibility-box i { color: #176ea5; margin-right: 6px; }
body .mg-option-body--dark .mg-eligibility-box {
  background: rgba(255,107,0,0.06);
  border-color: rgba(255,107,0,0.2);
  color: rgba(255,255,255,0.6);
}
body .mg-option-body--dark .mg-eligibility-box i { color: #ff6b00; }

body .mg-option-cta--free {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  justify-content: center;
  padding: 13px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(135deg, #059669, #047857);
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 16px rgba(5,150,105,0.3);
}
body .mg-option-cta--free:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(5,150,105,0.4);
}
body .mg-option-cta--pro {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  justify-content: center;
  padding: 13px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(135deg, #ff6b00, #e85c00);
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 16px rgba(255,107,0,0.3);
}
body .mg-option-cta--pro:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255,107,0,0.4);
}

/* -------------------------------------------------------
   TRUST FEATURES
------------------------------------------------------- */
body .mg-trust-section {
  background: #fff;
  padding: 80px 0;
}
body .mg-trust-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
}
body .mg-trust-card {
  height: 100%;
  min-height: 214px;
  background: linear-gradient(145deg, #f8f9fb 0%, #fff 100%);
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.075);
  padding: 28px 24px;
  margin-bottom: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
body .mg-trust-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.09);
  background: #fff;
}
body .mg-trust-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
}
body .mg-trust-title {
  font-size: 16px;
  font-weight: 800;
  color: #1a2234;
  margin-bottom: 8px;
}
body .mg-trust-desc {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.65;
  margin: 0;
}

/* -------------------------------------------------------
   PROCESS TIMELINE
------------------------------------------------------- */
body .mg-process-section {
  background: #f4f6f9;
  padding: 80px 0;
}
body .mg-process-grid {
  display: flex;
  gap: 0;
  position: relative;
  margin-top: 50px;
}

/* Connector line */
body .mg-process-grid::before {
  content: '';
  position: absolute;
  top: 34px;
  left: calc(12.5% + 20px);
  right: calc(12.5% + 20px);
  height: 2px;
  background: linear-gradient(90deg, #059669, #176ea5, #ff6b00, #7C3AED);
  z-index: 0;
}

body .mg-process-step {
  flex: 1;
  padding: 0 12px;
  text-align: center;
  position: relative;
  z-index: 1;
}
body .mg-process-num {
  width: 68px; height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
  margin: 0 auto 18px;
  border: 3px solid;
  position: relative;
  z-index: 2;
  background: #f4f6f9;
  transition: transform 0.3s ease;
}
body .mg-process-step:hover .mg-process-num { transform: scale(1.12); }
body .mg-process-step:nth-child(1) .mg-process-num { color: #059669; border-color: #059669; }
body .mg-process-step:nth-child(2) .mg-process-num { color: #176ea5; border-color: #176ea5; }
body .mg-process-step:nth-child(3) .mg-process-num { color: #ff6b00; border-color: #ff6b00; }
body .mg-process-step:nth-child(4) .mg-process-num { color: #7C3AED; border-color: #7C3AED; }

body .mg-process-icon {
  font-size: 20px;
  margin-bottom: 2px;
}

body .mg-process-title {
  font-size: 15px;
  font-weight: 800;
  color: #1a2234;
  margin-bottom: 8px;
}
body .mg-process-desc {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

/* -------------------------------------------------------
   GUARANTEE / REASSURANCE BLOCK
------------------------------------------------------- */
body .mg-guarantee-section {
  background:
    linear-gradient(120deg, rgba(5,150,105,0.16) 0%, transparent 28%),
    linear-gradient(300deg, rgba(23,110,165,0.18) 0%, transparent 34%),
    linear-gradient(160deg, #06101d 0%, #0a1624 58%, #0d2035 100%);
  padding: 96px 0 104px;
  position: relative;
  overflow: hidden;
}
body .mg-guarantee-section::before {
  content: '99.9%';
  position: absolute;
  left: 50%;
  top: -84px;
  transform: translateX(-50%);
  font-size: clamp(240px, 46vw, 760px);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: 0;
  color: rgba(255,255,255,0.028);
  -webkit-text-stroke: 2px rgba(255,255,255,0.07);
  white-space: nowrap;
  pointer-events: none;
}
body .mg-guarantee-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,150,105,0.12), transparent 28%, transparent 72%, rgba(23,110,165,0.12)),
    linear-gradient(180deg, rgba(255,255,255,0.04), transparent 30%, rgba(0,0,0,0.16));
  pointer-events: none;
}
body .mg-guarantee-section .container { position: relative; z-index: 2; }

body .mg-zero-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
}
body .mg-guarantee-card {
  min-height: 190px;
  height: 100%;
  background: linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035));
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 28px 24px;
  text-align: center;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}
body .mg-guarantee-card:hover {
  background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.045));
  border-color: rgba(255,255,255,0.2);
  transform: translateY(-3px);
}
body .mg-guarantee-card i {
  font-size: 30px;
  display: block;
  margin-bottom: 14px;
}
body .mg-guarantee-card h5 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
body .mg-guarantee-card p {
  font-size: 13.5px;
  color: rgba(255,255,255,0.58);
  line-height: 1.65;
  margin: 0;
}

/* -------------------------------------------------------
   PLATFORMS GRID
------------------------------------------------------- */
body .mg-platforms-section {
  background: #fff;
  padding: 80px 0;
}
body .mg-platform-copy {
  padding-top: 8px;
  max-width: 520px;
}
body .mg-platform-lead {
  font-size: 18px;
  color: #5f6b7a;
  line-height: 1.85;
  margin-bottom: 22px;
}
body .mg-platform-note {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 0;
}
body .mg-platform-actions {
  margin-top: 28px;
  margin-bottom: 32px;
}
body .mg-platform-team {
  max-width: 440px;
  overflow: hidden;
  border-radius: 16px;
  background: #0b1623;
  box-shadow: 0 18px 48px rgba(23,110,165,0.14);
  position: relative;
}
body .mg-platform-team::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: calc(100% - 72px);
  background: linear-gradient(180deg, rgba(6,14,26,0.04) 0%, rgba(6,14,26,0.2) 56%, rgba(6,14,26,0.5) 100%);
  pointer-events: none;
}
body .mg-platform-team img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  object-position: center;
}
body .mg-platform-team-badge {
  position: absolute;
  left: 16px;
  bottom: 88px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.65);
  color: #176ea5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}
body .mg-platform-team-caption {
  padding: 16px 18px 18px;
  background: linear-gradient(145deg, #07111f, #0f1c2c);
  position: relative;
  z-index: 1;
}
body .mg-platform-team-caption strong,
body .mg-platform-team-caption span {
  display: block;
}
body .mg-platform-team-caption strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 5px;
}
body .mg-platform-team-caption span {
  color: rgba(255,255,255,0.58);
  font-size: 12px;
  line-height: 1.55;
}
body .mg-platforms-section .mg-platform-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
}
body .mg-platform-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body .mg-platform-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: #f8f9fb;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.07);
  min-height: 96px;
  margin-bottom: 0;
  transition: all 0.25s ease;
}
body .mg-platform-card:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  background: #fff;
}
body .mg-platform-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
body .mg-platform-name {
  font-size: 14px;
  font-weight: 700;
  color: #1a2234;
  margin-bottom: 2px;
}
body .mg-platform-desc {
  font-size: 12px;
  color: #9ca3af;
  margin: 0;
}

/* -------------------------------------------------------
   FINAL CTA
------------------------------------------------------- */
body .mg-cta-section {
  background: #f4f6f9;
  padding: 80px 0;
}
body .mg-cta-inner {
  background: linear-gradient(145deg, #060e1a, #0b1623);
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.07);
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,0.3);
}
body .mg-cta-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 60% at 15% 50%, rgba(5,150,105,0.15) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 85% 50%, rgba(23,110,165,0.15) 0%, transparent 65%);
  pointer-events: none;
}
body .mg-cta-inner .container { position: relative; z-index: 2; }

/* -------------------------------------------------------
   FAQ
------------------------------------------------------- */
body .mg-faq-section {
  background: #f4f6f9;
  padding: 80px 0;
}
body .mg-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
body .mg-faq-item {
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.08);
  padding: 22px 24px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
body .mg-faq-item:hover {
  box-shadow: 0 6px 22px rgba(0,0,0,0.09);
  transform: translateY(-2px);
}
body .mg-faq-q {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 14px;
  font-weight: 700;
  color: #1a2234;
  line-height: 1.45;
  margin-bottom: 10px;
}
body .mg-faq-q i {
  color: #059669;
  font-size: 13px;
  margin-top: 2px;
  flex-shrink: 0;
}
body .mg-faq-a {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.72;
  margin: 0;
  padding-left: 24px;
}
body .mg-faq-contact-strip {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(23,110,165,0.05);
  border: 1px solid rgba(23,110,165,0.18);
  border-radius: 10px;
  padding: 18px 28px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 44px;
}
body .mg-faq-contact-strip span {
  color: #6b7280;
  font-size: 14px;
}
body .mg-faq-contact-strip a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 22px;
  background: rgba(23,110,165,0.1);
  border: 1px solid rgba(23,110,165,0.35);
  color: #176ea5;
  font-size: 12px;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
body .mg-faq-contact-strip a:hover {
  background: rgba(23,110,165,0.2);
  color: #176ea5;
  text-decoration: none;
}

/* -------------------------------------------------------
   ANIMATIONS
------------------------------------------------------- */
body .animate-on-scroll {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
body .animate-on-scroll.visible {
  opacity: 1;
  transform: none;
}

/* -------------------------------------------------------
   RESPONSIVE
------------------------------------------------------- */
@media (max-width: 991px) {
  body .mg-process-grid::before { display: none; }
  body .mg-process-grid { flex-direction: column; }
  body .mg-process-step { padding: 0 0 28px; text-align: left; display: flex; gap: 16px; }
  body .mg-process-num { width: 52px; height: 52px; margin: 0; flex-shrink: 0; }
  body .mg-faq-grid { grid-template-columns: 1fr; }
  body .mg-trust-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body .mg-zero-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body .mg-platform-team { max-width: 320px; margin-bottom: 28px; }
}
@media (max-width: 767px) {
  body .mg-hero-cta { flex-direction: column; align-items: flex-start; }
  body .mg-cta-inner { padding: 40px 22px; }
  body .mg-trust-layout { grid-template-columns: 1fr; }
  body .mg-guarantee-section { padding: 70px 0; }
  body .mg-zero-cards { grid-template-columns: 1fr; }
  body .mg-guarantee-section::before { top: 12px; font-size: clamp(150px, 66vw, 320px); }
  body .mg-platforms-section .mg-platform-columns { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  body .animate-on-scroll { opacity: 1; transform: none; transition: none; }
}
