/* Brand colors */
.peb-intro-section {
  padding: clamp(3.5rem, 5vw, 4.75rem) 0 clamp(4rem, 5vw, 5.5rem);
  background-color: #003769;
  padding: clamp(3.5rem, 6vw, 5.5rem) 0 clamp(4rem, 7vw, 6rem);
  background: radial-gradient(circle at top left, rgba(255, 203, 54, 0.28), transparent 55%), linear-gradient(135deg, #01284a 0%, #003769 40%, #012f5d 100%);
  position: relative;
  overflow: hidden;
}

.peb-intro-section::before,
.peb-intro-section::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(0.5px);
  z-index: 0;
}

.peb-intro-section::before {
  width: 320px;
  height: 320px;
  top: -120px;
  right: -90px;
}

.peb-intro-section::after {
  width: 240px;
  height: 240px;
  bottom: -140px;
  left: -80px;
}

.peb-hero,
.peb-content-grid {
  position: relative;
  z-index: 1;
}

.peb-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: stretch;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.peb-hero-text {
  background: rgba(0, 36, 68, 0.55);
  border-radius: 1.5rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 36, 68, 0.6);
  border-radius: 1.75rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  backdrop-filter: blur(6px);
}

.peb-kicker {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  color: #ffcb36;
  margin-bottom: 0.65rem;
  margin-bottom: 0.8rem;
}

.peb-title {
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.2;
  line-height: 1.18;
  font-size: clamp(1.9rem, 2.8vw, 2.6rem);
}

.peb-lead {
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.5rem;
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 1.75rem;
}

.peb-highlight {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 1.1rem;
  padding: 1.6rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  box-shadow: 0 12px 30px rgba(0, 55, 105, 0.12);
  border: 1px solid rgba(0, 55, 105, 0.08);
  box-shadow: 0 14px 35px rgba(0, 55, 105, 0.18);
  border: 1px solid rgba(0, 55, 105, 0.12);
  color: #0b2340;
}

.peb-highlight-icon {
  width: 44px;
  height: 44px;
  border-radius: 0.9rem;
  width: 48px;
  height: 48px;
  border-radius: 1rem;
  background: #ffcb36;
  display: grid;
  place-items: center;
  color: #003769;
  font-size: 1.2rem;
  font-size: 1.35rem;
  flex-shrink: 0;
  box-shadow: 0 10px 20px rgba(255, 203, 54, 0.25);
}

.peb-highlight-title {
  font-weight: 700;
  color: #003769;
  margin-bottom: 0.35rem;
  margin-bottom: 0.4rem;
}

.peb-highlight-text {
  margin: 0;
  color: #425166;
  font-weight: 500;
}

.peb-hero-card {
  background: #ffffff;
  color: #0b2340;
  border-radius: 1.5rem;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 55, 105, 0.1);
  box-shadow: 0 20px 50px rgba(3, 32, 61, 0.2);
  border: 1px solid rgba(0, 55, 105, 0.14);
  position: relative;
  overflow: hidden;
}

.peb-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 203, 54, 0.15), transparent 55%);
  opacity: 0.9;
  pointer-events: none;
}

.peb-card-title {
  font-weight: 800;
  margin-bottom: 1rem;
  color: #003769;
  position: relative;
  z-index: 1;
}

.peb-card-list {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.75rem;
  color: #39495f;
  position: relative;
  z-index: 1;
}

.peb-content-grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.25rem);
}

.peb-panel {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: clamp(1.5rem, 3vw, 2rem);
  box-shadow: 0 10px 30px rgba(15, 35, 60, 0.08);
  border: 1px solid rgba(0, 55, 105, 0.08);
  padding: clamp(1.25rem, 2.5vw, 2rem);
  box-shadow: 0 16px 40px rgba(15, 35, 60, 0.12);
  border: 1px solid rgba(0, 55, 105, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow-wrap: break-word;
}

.peb-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(15, 35, 60, 0.16);
}

.peb-panel--cta {
  background: linear-gradient(140deg, rgba(255, 203, 54, 0.8), rgba(255, 201, 54, 0.473));
  border: none;
}

.peb-panel-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.peb-panel-header h2 {
  margin: 0;
  font-weight: 700;
  color: #0b2340;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.peb-panel-number {
  width: 42px;
  height: 42px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffcb36;
  color: #003769;
  font-weight: 800;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(255, 203, 54, 0.28);
}

.peb-mini-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.peb-mini {
  background: #f7f9fb;
  border-radius: 0.9rem;
  padding: 1rem;
  padding: 1.1rem;
  border: 1px solid rgba(0, 55, 105, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}
.peb-mini h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #003769;
  margin-bottom: 0.35rem;
}

.peb-analogy {
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  border-radius: 0.9rem;
  background: rgba(255, 203, 54, 0.18);
  padding: 1rem 1.4rem;
  border-radius: 0.95rem;
  background: rgba(255, 203, 54, 0.2);
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  font-weight: 600;
  color: #2f3b4a;
}
.peb-analogy i {
  color: #003769;
  font-size: 1.25rem;
  font-size: 1.35rem;
  margin-top: 0.2rem;
}

.peb-note {
  margin-top: 1.2rem;
  font-weight: 600;
  color: #2b3a4d;
  border-left: 4px solid #ffcb36;
  padding-left: 1rem;
}

.peb-table-wrapper {
  margin-top: 1.2rem;
  background: #ffffff;
  border-radius: 0.9rem;
  padding: 0.25rem;
  box-shadow: 0 10px 30px rgba(15, 35, 60, 0.08);
}

.peb-table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid rgba(0, 55, 105, 0.12);
  min-width: 560px;
  margin: 0;
}
.peb-table thead th {
  background: #003769;
  color: #ffffff;
  font-weight: 700;
  border-bottom: none;
}
.peb-table tbody tr:nth-child(odd) {
  background: #f7f9fb;
}
.peb-table td,
.peb-table th {
  padding: 0.85rem 1rem;
  vertical-align: middle;
}

.peb-diagram {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.peb-diagram-step {
  background: #ffffff;
  border-radius: 0.9rem;
  border-radius: 0.95rem;
  padding: 1rem;
  border: 1px dashed rgba(0, 55, 105, 0.2);
  display: grid;
  gap: 0.35rem;
  text-align: center;
  box-shadow: 0 10px 25px rgba(15, 35, 60, 0.08);
}
.peb-diagram-step span {
  font-weight: 700;
  color: #003769;
}
.peb-diagram-step small {
  color: #5c6b7c;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .peb-hero {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  }
}
@media (max-width: 991.98px) {
  .peb-hero {
    grid-template-columns: 1fr;
  }
  .peb-hero-card {
    order: -1;
  }
  .peb-table {
    min-width: 520px;
  }
}
@media (max-width: 767.98px) {
  .peb-content-grid {
    gap: 1.25rem;
  }
  .peb-highlight {
    flex-direction: column;
    align-items: flex-start;
  }
  .peb-analogy {
    flex-direction: column;
  }
  .peb-panel {
    padding: 1.25rem;
  }
  .peb-panel-number {
    width: 40px;
    height: 40px;
  }
  .peb-panel-header h2 {
    font-size: 1.2rem;
  }
}
@media (max-width: 575.98px) {
  .peb-panel-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .peb-hero-text,
  .peb-hero-card,
  .peb-panel {
    border-radius: 1.1rem;
  }
  .peb-panel {
    padding: 1.1rem;
  }
  .peb-table {
    max-width: 460px;
  }
}
@media (max-width: 419.98px) {
  .peb-content-grid {
    gap: 1rem;
  }
  .peb-panel {
    padding: 1rem;
    box-sizing: border-box;
    max-width: 95vw;
  }
  .peb-panel-header {
    gap: 0.65rem;
  }
  .peb-table {
    min-width: 20px;
    overflow: hidden;
  }
  .peb-table td, .peb-table th {
    padding: 0.1rem 0.8rem;
    vertical-align: middle;
  }
  .peb-title {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=peb.css.map */
