/* ==========================================================================
   UMI PAY - Sandbox Proposal Presentation
   Converted from PDF to HTML/CSS
   ========================================================================== */

/* ---------- Reset & Base ---------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  background: #e8ecf0;
  color: #333;
  line-height: 1.5;
}

/* ---------- Slide Page Number Counter ---------- */
body {
  counter-reset: slide-counter;
}

/* ---------- Page / Slide Container ---------- */
.slide {
  position: relative;
  width: 1440px;
  min-height: 810px;
  margin: 30px auto;
  background: linear-gradient(135deg, #f0f6fa 0%, #e8f4f8 30%, #ffffff 60%, #f0f6fa 100%);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
  page-break-after: always;
  padding: 60px 80px;
  counter-increment: slide-counter;
}

.slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}

.slide::after {
  content: counter(slide-counter);
  position: absolute;
  bottom: 20px;
  right: 40px;
  font-size: 14px;
  font-weight: 600;
  color: #aaa;
  z-index: 2;
}

.slide > * {
  position: relative;
  z-index: 1;
}

/* Wave decoration backgrounds */
.slide-wave-bottom {
  background: linear-gradient(180deg, #f5fafd 0%, #eaf5f9 50%, #f0f6fa 100%);
}

.slide-wave-top {
  background: linear-gradient(180deg, #f0f6fa 0%, #f5fafd 50%, #eaf5f9 100%);
}

/* ---------- Logo ---------- */
.logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.logo-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #0098db 0%, #00b4a0 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 900;
  font-size: 18px;
}

.logo-text {
  font-size: 22px;
  font-weight: 700;
}

.logo-text .umi {
  color: #1a3a5c;
}

.logo-text .pay {
  color: #00b4a0;
}

.logo-top-right {
  position: absolute;
  top: 30px;
  right: 40px;
}

.logo-top-left {
  position: absolute;
  top: 30px;
  left: 40px;
}

.logo-top-center {
  text-align: center;
  margin-bottom: 20px;
}

/* ---------- Typography ---------- */
.slide-title {
  font-size: 38px;
  font-weight: 900;
  color: #0077a8;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.slide-title-teal {
  color: #00b4a0;
}

.slide-subtitle {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.section-header {
  font-size: 22px;
  font-weight: 700;
  color: #0077a8;
  margin-bottom: 12px;
}

.section-header-teal {
  color: #00b4a0;
}

.text-bold {
  font-weight: 700;
}

.text-red {
  color: #e74c3c;
}

.text-teal {
  color: #00b4a0;
}

.text-blue {
  color: #0077a8;
}

.text-dark {
  color: #1a3a5c;
}

.text-green {
  color: #27ae60;
}

/* ---------- Cover Slide ---------- */
.cover-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 810px;
  padding: 40px 80px;
}

.cover-slide .main-title-pre {
  font-size: 28px;
  font-weight: 700;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.cover-slide .main-title {
  font-size: 64px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 50px;
}

.cover-slide .main-title .title-blue {
  color: #0077a8;
}

.cover-slide .main-title .title-teal {
  color: #00b4a0;
}

.cover-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 60px;
  max-width: 800px;
  margin: 0 auto;
}

.cover-info-item {
  background: rgba(255,255,255,0.85);
  border-radius: 16px;
  padding: 24px 30px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.cover-info-item .label {
  font-size: 16px;
  font-weight: 700;
  color: #0077a8;
  margin-bottom: 6px;
}

.cover-info-item .value {
  font-size: 15px;
  color: #555;
}

/* ---------- Section Divider Slides ---------- */
.section-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 810px;
  text-align: center;
}

.section-divider .group-number {
  font-size: 100px;
  font-weight: 900;
  color: #0077a8;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 4px;
}

.section-divider .group-title {
  font-size: 36px;
  font-weight: 700;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* ---------- Numbered List (Muc tieu trinh bay) ---------- */
.numbered-list {
  list-style: none;
  counter-reset: item;
}

.numbered-list > li {
  margin-bottom: 24px;
  padding-left: 0;
}

.numbered-list > li .num {
  display: inline-block;
  font-size: 22px;
  font-weight: 900;
  color: #0077a8;
  margin-right: 12px;
  min-width: 30px;
}

.numbered-list > li .item-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.numbered-list > li ul {
  margin-top: 8px;
  margin-left: 42px;
  list-style: disc;
}

.numbered-list > li ul li {
  font-size: 15px;
  color: #555;
  margin-bottom: 4px;
  line-height: 1.6;
}

/* ---------- Bullet Lists ---------- */
.bullet-list {
  list-style: disc;
  padding-left: 24px;
}

.bullet-list li {
  font-size: 15px;
  color: #555;
  margin-bottom: 6px;
  line-height: 1.6;
}

.bullet-list li strong {
  color: #333;
}

/* ---------- Boxes / Cards ---------- */
.card {
  background: rgba(255,255,255,0.9);
  border-radius: 16px;
  padding: 28px 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  margin-bottom: 20px;
}

.card-outline {
  background: rgba(255,255,255,0.7);
  border: 1.5px solid #d0e4ed;
  border-radius: 16px;
  padding: 24px 28px;
  margin-bottom: 16px;
}

.card-red-outline {
  background: rgba(255,230,230,0.3);
  border: 2px solid #f0a0a0;
  border-radius: 16px;
  padding: 24px 28px;
}

.card-green-outline {
  background: rgba(230,255,245,0.3);
  border: 2px solid #80d4b8;
  border-radius: 16px;
  padding: 24px 28px;
}

/* ---------- Two-column layouts ---------- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.three-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.four-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  align-items: start;
}

/* ---------- Flow / Process ---------- */
.flow-horizontal {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.flow-step {
  flex: 1;
  min-width: 200px;
  background: rgba(255,255,255,0.85);
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.flow-step .step-title {
  font-size: 16px;
  font-weight: 700;
  color: #0077a8;
  margin-bottom: 10px;
}

.flow-step .step-title.teal {
  color: #00b4a0;
}

.flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #0098db;
  min-width: 30px;
  align-self: center;
}

/* ---------- Status indicators ---------- */
.status-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

.status-green { background: #2ecc71; }
.status-yellow { background: #f1c40f; }
.status-red { background: #e74c3c; }

/* ---------- Check / Cross icons ---------- */
.icon-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #00b4a0;
  color: white;
  border-radius: 50%;
  font-size: 13px;
  margin-right: 8px;
  flex-shrink: 0;
}

.icon-cross {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #e74c3c;
  color: white;
  border-radius: 4px;
  font-size: 14px;
  margin-right: 8px;
  flex-shrink: 0;
}

.icon-check-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #00b4a0;
  color: white;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 10px;
  flex-shrink: 0;
}

.icon-check-circle-blue {
  background: #0077a8;
}

/* ---------- Tags / Badges ---------- */
.badge {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
}

.badge-green {
  background: #e0f8ef;
  color: #00b4a0;
  border: 2px solid #00b4a0;
}

.badge-blue {
  background: #e0f0f8;
  color: #0077a8;
}

/* ---------- Bottom banner ---------- */
.bottom-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: white;
  background: linear-gradient(90deg, #00b4a0 0%, #0098db 100%);
}

.bottom-banner-note {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 40px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: white;
  background: linear-gradient(90deg, #00b4a0 0%, #0098db 100%);
}

/* ---------- Architecture layers (stacked) ---------- */
.arch-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin: 20px 0;
}

.arch-layer {
  width: 220px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 13px;
}

/* ---------- Circular progress ---------- */
.progress-circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: 900;
  color: #0077a8;
  margin: 0 auto 16px;
  position: relative;
}

.progress-circle::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 10px solid #e0ecf2;
}

.progress-20::before {
  border-color: #e0ecf2;
  border-top-color: #0077a8;
}

.progress-70::before {
  border-color: #0098db;
  border-bottom-color: #e0ecf2;
}

.progress-100::before {
  border-color: #00b4a0;
}

/* ---------- Table styles ---------- */
.partner-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.partner-table td {
  padding: 20px 30px;
  border: 1px solid #e8eef2;
  vertical-align: top;
  font-size: 15px;
}

.partner-table .label-cell {
  font-weight: 700;
  color: #555;
  width: 180px;
  background: #f8fafb;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.partner-table .partner-cell {
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  vertical-align: middle;
}

.partner-table .role-cell ul {
  list-style: disc;
  padding-left: 20px;
}

.partner-table .role-cell ul li {
  margin-bottom: 4px;
  font-size: 14px;
  color: #555;
}

.partner-table .role-cell .role-title {
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

/* ---------- Gradient cards ---------- */
.gradient-card-teal {
  background: linear-gradient(135deg, #00b4a0 0%, #0098db 100%);
  color: white;
  border-radius: 16px;
  padding: 24px 28px;
}

.gradient-card-blue {
  background: linear-gradient(135deg, #0098db 0%, #0077a8 100%);
  color: white;
  border-radius: 16px;
  padding: 24px 28px;
}

.gradient-card-teal h3,
.gradient-card-blue h3 {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.gradient-card-teal ul,
.gradient-card-blue ul {
  list-style: disc;
  padding-left: 20px;
}

.gradient-card-teal li,
.gradient-card-blue li {
  color: rgba(255,255,255,0.95);
  font-size: 14px;
  margin-bottom: 4px;
}

/* ---------- Risk section (red bg) ---------- */
.risk-card-red {
  background: linear-gradient(135deg, #f8d7d7 0%, #fce4e4 100%);
  border-radius: 16px;
  padding: 28px 30px;
}

.risk-card-red h3 {
  color: #c0392b;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.risk-item {
  margin-bottom: 16px;
}

.risk-item h4 {
  font-size: 15px;
  font-weight: 700;
  color: #c0392b;
  margin-bottom: 4px;
}

.risk-item ul {
  list-style: disc;
  padding-left: 20px;
}

.risk-item li {
  font-size: 14px;
  color: #555;
  margin-bottom: 2px;
}

/* Mitigation card */
.mitigation-card {
  background: linear-gradient(135deg, #d0f0e8 0%, #b0e8d8 50%, #80d4c0 100%);
  border-radius: 16px;
  padding: 28px 30px;
}

.mitigation-card h3 {
  color: #0077a8;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.mitigation-item {
  margin-bottom: 16px;
}

.mitigation-item h4 {
  font-size: 15px;
  font-weight: 700;
  color: #0077a8;
  margin-bottom: 4px;
}

.mitigation-item ul {
  list-style: disc;
  padding-left: 20px;
}

.mitigation-item li {
  font-size: 14px;
  color: #444;
  margin-bottom: 2px;
}

/* ---------- Reporting boxes ---------- */
.report-box {
  border-radius: 16px;
  padding: 24px 28px;
  margin-bottom: 16px;
}

.report-box-blue {
  background: linear-gradient(90deg, #0098db 0%, #0077a8 100%);
  color: white;
}

.report-box-teal {
  background: linear-gradient(90deg, #00b4a0 0%, #0098db 100%);
  color: white;
}

.report-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* ---------- Commitment section ---------- */
.commit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}

.commit-item .commit-icon {
  width: 36px;
  height: 36px;
  background: #00b4a0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

.commit-item h4 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}

.commit-item ul {
  list-style: disc;
  padding-left: 18px;
}

.commit-item li {
  font-size: 14px;
  color: #555;
  margin-bottom: 2px;
}

/* ---------- Spirit badges ---------- */
.spirit-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 20px;
}

.spirit-badge {
  border: 2px solid #d0e4ed;
  border-radius: 12px;
  padding: 16px 24px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.spirit-badge.red { color: #c0392b; border-color: #f0a0a0; }
.spirit-badge.blue { color: #0077a8; border-color: #80c4e0; }
.spirit-badge.teal { color: #00b4a0; border-color: #80d4c0; }
.spirit-badge.dark { color: #1a3a5c; border-color: #a0b4c4; }

/* ---------- Value proposition columns ---------- */
.value-col {
  text-align: center;
}

.value-col .value-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: white;
}

.value-icon-gold { background: linear-gradient(135deg, #f0c040 0%, #e0a020 100%); }
.value-icon-blue { background: linear-gradient(135deg, #0098db 0%, #0077a8 100%); }
.value-icon-teal { background: linear-gradient(135deg, #00b4a0 0%, #008888 100%); }

/* ---------- Five pillars (why umipay) ---------- */
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.pillar {
  background: linear-gradient(180deg, #0077a8 0%, #0098db 100%);
  border-radius: 16px;
  padding: 24px 18px;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 320px;
}

.pillar .pillar-num {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 12px;
  opacity: 0.6;
}

.pillar .pillar-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
  min-height: 44px;
}

.pillar ul {
  list-style: disc;
  padding-left: 16px;
  text-align: left;
}

.pillar li {
  font-size: 12px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 6px;
  line-height: 1.5;
}

.pillar .pillar-icon {
  margin-top: auto;
  font-size: 32px;
  opacity: 0.4;
}

/* ---------- Final commitment slide ---------- */
.final-commit h4 {
  font-size: 17px;
  font-weight: 700;
  color: #0077a8;
  margin-bottom: 6px;
}

.final-commit ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.final-commit li {
  font-size: 14px;
  color: #555;
  margin-bottom: 3px;
}

/* ---------- Contact slide ---------- */
.contact-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 810px;
}

.contact-slide .company-pre {
  font-size: 20px;
  font-weight: 700;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.contact-slide .company-name {
  font-size: 52px;
  font-weight: 900;
  color: #00b4a0;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 900px;
  width: 100%;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
}

.contact-item .contact-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b4a0, #0098db);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  flex-shrink: 0;
}

.contact-item .contact-label {
  font-size: 16px;
  font-weight: 700;
  color: #0077a8;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.contact-item .contact-value {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* ---------- Thank you slide ---------- */
.thankyou-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 810px;
}

.thankyou-slide h1 {
  font-size: 80px;
  font-weight: 900;
  color: #0077a8;
  text-transform: uppercase;
}

/* ---------- Benefit summary ---------- */
.benefit-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.benefit-num {
  font-size: 48px;
  font-weight: 900;
  color: #0077a8;
  line-height: 1;
  min-width: 50px;
}

.benefit-label {
  font-size: 18px;
  font-weight: 700;
  color: #1a3a5c;
  text-transform: uppercase;
  min-width: 100px;
}

.benefit-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #555;
}

.benefit-check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #00b4a0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 13px;
  flex-shrink: 0;
}

/* ---------- Ready badges row ---------- */
.ready-badges {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.ready-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: white;
  border: 1.5px solid #d0e4ed;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 14px;
  color: #555;
}

.ready-badge .badge-check {
  color: #00b4a0;
  font-size: 18px;
}

/* ---------- Feature slides ---------- */
.feature-header {
  margin-bottom: 8px;
}

.feature-header .feature-label {
  font-size: 13px;
  font-weight: 600;
  color: #888;
  font-style: italic;
}

/* ---------- Prediction market specifics ---------- */
.pm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.pm-card {
  background: rgba(255,255,255,0.85);
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.pm-card .pm-icon {
  font-size: 28px;
  margin-bottom: 8px;
}

.pm-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

.pm-card ul {
  list-style: disc;
  padding-left: 18px;
}

.pm-card li {
  font-size: 13px;
  color: #555;
  margin-bottom: 3px;
}

/* ---------- ICETEA Labs slide ---------- */
.labs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 60px;
}

.labs-item {
  display: flex;
  gap: 16px;
}

.labs-num {
  font-size: 42px;
  font-weight: 900;
  color: #0077a8;
  line-height: 1;
  min-width: 50px;
}

.labs-item h4 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.labs-item ul {
  list-style: disc;
  padding-left: 18px;
}

.labs-item li {
  font-size: 13px;
  color: #555;
  margin-bottom: 3px;
}

/* ---------- Experience slide ---------- */
.exp-badges {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
}

.exp-badge {
  background: rgba(255,255,255,0.85);
  border: 1.5px solid #d0e4ed;
  border-radius: 12px;
  padding: 14px 24px;
  font-size: 14px;
  color: #555;
}

/* ---------- Geo-fencing map placeholder ---------- */
.map-placeholder {
  background: #e8f0f4;
  border: 2px solid #c0d4e0;
  border-radius: 12px;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 14px;
  font-style: italic;
}

/* ---------- Security layers circle ---------- */
.security-circle {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 20px auto;
}

.security-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.security-layer {
  position: absolute;
  background: rgba(255,255,255,0.85);
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  width: 220px;
  font-size: 13px;
}

/* ---------- Highlight box ---------- */
.highlight-box {
  background: linear-gradient(90deg, #00b4a0 0%, #0098db 100%);
  border-radius: 12px;
  padding: 18px 30px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-top: 16px;
}

/* ---------- AML Two-side layout ---------- */
.aml-flow {
  display: flex;
  align-items: stretch;
  gap: 30px;
}

.aml-side {
  flex: 1;
  border-radius: 16px;
  padding: 24px 28px;
}

.aml-vnd {
  background: rgba(240,248,255,0.8);
  border: 1.5px solid #c0d8e8;
}

.aml-crypto {
  background: rgba(230,255,250,0.8);
  border: 1.5px solid #80d4c0;
}

.aml-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #0077a8;
}

/* ---------- Timeline phases ---------- */
.phase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.phase {
  text-align: center;
}

.phase .phase-label {
  font-size: 18px;
  font-weight: 700;
  color: white;
  padding: 10px 24px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 16px;
}

.phase-1 .phase-label { background: #0077a8; }
.phase-2 .phase-label { background: #0098db; }
.phase-3 .phase-label { background: #00b4a0; }

.phase .phase-period {
  font-size: 14px;
  color: #888;
  margin-bottom: 12px;
}

.phase .phase-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.phase ul {
  list-style: disc;
  padding-left: 18px;
  text-align: left;
}

.phase li {
  font-size: 13px;
  color: #555;
  margin-bottom: 4px;
}

/* ---------- Liquidity mechanism ---------- */
.liq-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}

.liq-amount {
  background: #e0f8ef;
  border: 2px solid #00b4a0;
  border-radius: 30px;
  padding: 8px 24px;
  font-size: 20px;
  font-weight: 900;
  color: #00b4a0;
}

/* ---------- Whitelist grid ---------- */
.wl-principles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

/* ---------- User protection grid ---------- */
.geo-features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}

.geo-feature {
  border-radius: 16px;
  padding: 20px 18px;
  text-align: center;
  color: white;
}

.geo-feature h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  color: white;
}

.geo-feature ul {
  list-style: disc;
  padding-left: 16px;
  text-align: left;
}

.geo-feature li {
  font-size: 12px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 3px;
}

.geo-teal { background: linear-gradient(180deg, #00b4a0, #008888); }
.geo-teal-light { background: linear-gradient(180deg, #00c4b0, #00a898); }
.geo-blue { background: linear-gradient(180deg, #0098db, #0077a8); }
.geo-blue-light { background: linear-gradient(180deg, #00a8e8, #0088c0); }

/* ---------- Check list with icon ---------- */
.checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #555;
}

/* ---------- Responsive / Print ---------- */
@media (max-width: 1500px) {
  .slide {
    width: 100%;
    max-width: 1440px;
    padding: 40px 50px;
  }
}

@media print {
  body {
    background: white;
  }

  .slide {
    width: 100%;
    margin: 0;
    box-shadow: none;
    page-break-after: always;
    min-height: auto;
    padding: 40px 50px;
  }

  .slide:last-child {
    page-break-after: avoid;
  }
}
