
.eg215de,
.eg215de * {
  box-sizing: border-box;
}

.eg215de {
  --navy: #092f62;
  --blue: #1765a9;
  --teal: #078991;
  --orange: #df6b20;
  --text: #26374a;
  --muted: #607084;
  --line: #dce5ee;
  --light: #f4f8fc;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.eg215de h2,
.eg215de h3,
.eg215de h4 {
  color: var(--navy);
  line-height: 1.3;
}

.eg215de h2 {
  margin: 0 0 18px;
  font-size: clamp(29px, 4vw, 42px);
}

.eg215de h3 {
  margin: 0 0 16px;
  font-size: 25px;
}

.eg215de h4 {
  margin: 0 0 10px;
  font-size: 19px;
}

.eg215de p {
  margin: 0 0 15px;
}

.eg215de a {
  color: var(--blue);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.eg215de-section {
  padding: 50px 0;
  border-bottom: 1px solid var(--line);
}

.eg215de-hero {
  padding: 50px 42px;
  color: #fff;
  background: linear-gradient(125deg, #082a59, #087b8e);
  border-radius: 18px;
}

.eg215de-hero h2,
.eg215de-hero a {
  color: #fff;
}

.eg215de-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 25px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .07em;
}

.eg215de-lead {
  max-width: 970px;
  color: #edf7ff;
  font-size: 18px;
}

.eg215de-interface {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin-top: 24px;
}

.eg215de-interface > div {
  padding: 15px 18px;
  color: var(--navy);
  background: #fff;
  border-radius: 7px;
}

.eg215de-interface strong {
  display: block;
  margin-bottom: 3px;
}

.eg215de-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.eg215de-badge {
  padding: 7px 13px;
  color: var(--navy);
  background: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
}

.eg215de-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.eg215de-fact {
  padding: 20px;
  background: #fff;
  border-right: 1px solid var(--line);
}

.eg215de-fact:nth-child(4n) {
  border-right: 0;
}

.eg215de-fact span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.eg215de-fact strong {
  color: var(--navy);
}

.eg215de-note {
  margin-top: 22px;
  padding: 17px 20px;
  color: var(--navy);
  background: #eaf5ff;
  border-left: 4px solid var(--blue);
  border-radius: 5px;
}

.eg215de-warning {
  margin-top: 22px;
  padding: 19px 21px;
  color: #70400e;
  background: #fff5e5;
  border: 1px solid #edcf9f;
  border-left: 5px solid var(--orange);
  border-radius: 8px;
}

.eg215de-boundary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 19px;
}

.eg215de-boundary > div {
  padding: 25px;
  background: var(--light);
  border: 1px solid var(--line);
  border-radius: 11px;
}

.eg215de-boundary ul,
.eg215de-card ul {
  margin: 10px 0 0;
  padding-left: 21px;
}

.eg215de-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.eg215de-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.eg215de-table th,
.eg215de-table td {
  padding: 13px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

.eg215de-table th {
  width: 34%;
  color: var(--navy);
  background: #edf4fa;
}

.eg215de-table tr:last-child th,
.eg215de-table tr:last-child td {
  border-bottom: 0;
}

.eg215de-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
  margin-top: 23px;
}

.eg215de-card {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--teal);
  border-radius: 11px;
  box-shadow: 0 8px 24px rgba(9,47,98,.06);
}

.eg215de-card p:last-child {
  margin-bottom: 0;
}

.eg215de-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 15px;
  align-items: center;
  margin-top: 23px;
}

.eg215de-flow-box {
  padding: 23px;
  text-align: center;
  background: var(--light);
  border: 1px solid var(--line);
  border-radius: 11px;
}

.eg215de-flow-box strong {
  display: block;
  color: var(--navy);
  font-size: 18px;
}

.eg215de-flow-box span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
}

.eg215de-arrow {
  color: var(--blue);
  font-size: 25px;
  font-weight: 700;
}

.eg215de-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.eg215de-link {
  display: block;
  padding: 22px;
  color: var(--text) !important;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 11px;
  text-decoration: none !important;
}

.eg215de-link:hover {
  border-color: var(--teal);
}

.eg215de-link strong {
  display: block;
  margin-bottom: 7px;
  color: var(--navy);
  font-size: 18px;
}

.eg215de-link span {
  color: var(--muted);
  font-weight: 400;
}

.eg215de-faq details {
  margin-bottom: 11px;
  padding: 17px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 9px;
}

.eg215de-faq summary {
  color: var(--navy);
  font-weight: 700;
  cursor: pointer;
}

.eg215de-faq details p {
  margin: 10px 0 0;
}

.eg215de-cta {
  padding: 42px 32px;
  color: #fff;
  text-align: center;
  background: var(--navy);
  border-radius: 16px;
}

.eg215de-cta h3 {
  color: #fff;
  font-size: 29px;
}

.eg215de-cta p {
  max-width: 850px;
  margin: 0 auto 22px;
  color: #e6effa;
}

.eg215de-button {
  display: inline-block;
  padding: 13px 23px;
  color: var(--navy) !important;
  background: #fff;
  border-radius: 6px;
  text-decoration: none !important;
}

@media (max-width: 900px) {
  .eg215de-facts,
  .eg215de-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .eg215de-hero {
    padding: 35px 22px;
  }

  .eg215de-interface,
  .eg215de-facts,
  .eg215de-grid,
  .eg215de-boundary,
  .eg215de-links {
    grid-template-columns: 1fr;
  }

  .eg215de-flow {
    grid-template-columns: 1fr;
  }

  .eg215de-arrow {
    transform: rotate(90deg);
    text-align: center;
  }

  .eg215de-fact {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .eg215de-section {
    padding: 38px 0;
  }
}
