@font-face {
  font-family: 'Anton';
  src: local('Anton');
}

:root {
  --bg: #3b3b3c;
  --gold-1: #f7e0a1;
  --gold-2: #e0b25a;
  --gold-3: #a9781f;
  --white: #f5f5f5;
  --gray: #e6e6e8;
  --border: rgba(214, 175, 90, 0.55);
  --border-soft: rgba(214, 175, 90, 0.28);
}

* { box-sizing: border-box; }

html, body {
  background: var(--bg);
  margin: 0;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--white);
}

.page {
  max-width: 480px;
  margin: 0 auto;
  background: var(--bg);
  overflow: hidden;
}

.slide {
  position: relative;
  padding: 10px 22px 18px;
  overflow: hidden;
}
.slide:first-child { padding-top: 8px; }
.slide:last-child { padding-bottom: 22px; }

.arc {
  position: absolute;
  border: 1px solid rgba(214, 175, 90, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.arc-tl { width: 340px; height: 340px; top: -160px; left: -160px; border-color: rgba(214, 175, 90, 0.35); }
.arc-tl.small { width: 220px; height: 220px; top: -100px; left: -100px; border-color: rgba(214,175,90,0.45);}
.arc-br { width: 300px; height: 300px; bottom: -140px; right: -140px; border-color: rgba(214, 175, 90, 0.35); }

.logo-img {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  height: auto;
}

.headline {
  position: relative;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.04;
  font-size: clamp(30px, 8vw, 40px);
  letter-spacing: 0.2px;
}

.headline .white { color: var(--white); display: block; }
.headline .gold {
  display: block;
  background: linear-gradient(180deg, var(--gold-1), var(--gold-2) 55%, var(--gold-3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.headline .headline-gray { display: block; color: var(--white); }
.headline .gold-dark {
  display: block;
  background: linear-gradient(180deg, var(--gold-2), var(--gold-3) 55%, #6f4f15);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.divider {
  position: relative;
  height: 2px;
  margin: 10px 0 12px;
  background: linear-gradient(90deg, transparent, var(--gold-2) 50%, transparent);
  opacity: 0.85;
}
.divider::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 8px; height: 8px;
  background: var(--gold-1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 14px 4px rgba(247, 224, 161, 0.75);
}

/* wordmark */
.wordmark-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
}
.coin {
  width: 30px; height: 30px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Anton', sans-serif;
  font-size: 15px;
  flex: 0 0 auto;
  margin: 0 -6px;
}
.coin.gold { background: radial-gradient(circle at 35% 30%, #ffe9ab, #c99a3e 70%, #8a651f); color: #3a2a06; }
.coin.dark { background: radial-gradient(circle at 35% 30%, #4a4a4a, #101010 75%); color: var(--gold-1); border: 1px solid rgba(214,175,90,0.5); }
.coin-row { display: flex; align-items: center; }
.coin-row.top { margin-bottom: -14px; }
.coin-row.bottom { margin-top: -14px; }

.wordmark {
  position: relative;
  z-index: 2;
  font-family: 'Anton', sans-serif;
  font-size: clamp(46px, 13vw, 62px);
  background: linear-gradient(180deg, var(--gold-1), var(--gold-2) 55%, var(--gold-3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding: 0 8px;
}

.kicker {
  text-align: center;
  color: var(--gray);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 4px;
}

/* icon circles */
.icon {
  width: 22px; height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-circle {
  flex: 0 0 auto;
  width: 58px; height: 58px;
  border-radius: 50%;
  border: 2px solid var(--gold-2);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-1);
}
.icon-circle .icon { width: 26px; height: 26px; }
.icon-circle.sm { width: 46px; height: 46px; }
.icon-circle.sm .icon { width: 22px; height: 22px; }

/* top flow row (slide 2) */
.flow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4px;
  margin-bottom: 14px;
}
.flow-item { display: flex; flex-direction: column; align-items: center; text-align: center; }
.flow-item-side { flex: 1 1 0; min-width: 0; }
.flow-item-mid { flex: 0 0 auto; }
.flow-arrow { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; margin-top: 29px; color: var(--gold-2); }
.flow-arrow svg { width: 14px; height: 12px; }
.flow-label { margin-top: 8px; font-size: 13px; line-height: 1.4; color: var(--white); font-weight: 500; }
.flow-label .gold { color: var(--gold-1); font-weight: 700; }

.bq-gold {
  display: block;
  font-size: clamp(26px, 8vw, 34px);
  background: linear-gradient(180deg, var(--gold-1), var(--gold-2) 55%, var(--gold-3));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(247, 224, 161, 0.55));
}

/* cards */
.card {
  border: 1.5px solid var(--border);
  border-radius: 22px;
  padding: 4px 18px;
  box-shadow: 0 0 30px rgba(214, 175, 90, 0.08) inset;
  margin-bottom: 10px;
}
.card-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 9px 0;
  border-bottom: 1px solid var(--border-soft);
}
.card-row:last-child { border-bottom: none; }

.row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 7px 0;
}

.row-text {
  font-size: 15.5px;
  line-height: 1.4;
  color: var(--white);
  font-weight: 500;
}
.row-text .gold { color: var(--gold-1); font-weight: 700; }
.row-text .white { color: var(--white); }
.row-text.big { font-size: 17px; }

.sub-headline {
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  margin: 2px 0 5px;
}
.sub-headline .white { color: var(--white); }
.sub-headline .gold {
  background: linear-gradient(180deg, var(--gold-1), var(--gold-2) 55%, var(--gold-3));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.risk-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 0;
}

.subagent-alert {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 20px 0 10px;
  padding: 10px 14px;
  background: linear-gradient(160deg, rgba(255, 99, 71, 0.2), rgba(255, 99, 71, 0.05));
  border: 1.5px solid rgba(255, 99, 71, 0.6);
  border-radius: 16px;
  box-shadow: 0 0 22px rgba(255, 99, 71, 0.18);
}

.subagent-alert .icon-circle {
  border-color: rgba(255, 120, 90, 0.85);
  color: #ff6347;
}

.subagent-alert .risk-label {
  color: #ffb199;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.subagent-alert .sub-headline .gold {
  background: linear-gradient(180deg, #ffd8a8, #ff6347 70%, #c8371a);
  -webkit-background-clip: text;
  background-clip: text;
}

.standalone {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.v-line {
  flex: 0 0 auto;
  align-self: stretch;
  width: 3px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--gold-1), var(--gold-2) 55%, var(--gold-3));
}

.highlight-card {
  border: 1.5px solid var(--gold-2);
  box-shadow: 0 0 30px rgba(214, 175, 90, 0.28);
}

.risk-block {
  border: 2px solid var(--gold-1);
  background: linear-gradient(160deg, rgba(224, 178, 90, 0.14), rgba(224, 178, 90, 0.02));
  box-shadow: 0 0 34px rgba(224, 178, 90, 0.3), 0 8px 22px rgba(0, 0, 0, 0.3);
}
.highlight-card .row-text .white { font-weight: 800; }

@media (max-width: 380px) {
  .icon-circle { width: 50px; height: 50px; }
}

/* gold-framed closing section */
.slide-gold {
  --ink: #241a06;
  background: linear-gradient(165deg, #f0c469, #e1ab41 55%, #cc9633);
  border: 2px solid rgba(36, 26, 6, 0.35);
  border-radius: 26px;
  padding: 22px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
  color: var(--ink);
}

.slide-gold .headline .white,
.slide-gold .row-text,
.slide-gold .row-text .white {
  color: var(--ink);
}

.slide-gold .headline .gold,
.slide-gold .sub-headline .gold,
.slide-gold .row-text .gold {
  background: none;
  -webkit-text-fill-color: var(--ink);
  color: var(--ink);
}

.slide-gold .divider {
  background: linear-gradient(90deg, transparent, rgba(36, 26, 6, 0.55) 50%, transparent);
  opacity: 1;
}
.slide-gold .divider::after {
  background: var(--ink);
  box-shadow: 0 0 10px 3px rgba(36, 26, 6, 0.35);
}

.slide-gold .icon-circle {
  border-color: rgba(36, 26, 6, 0.55);
  color: var(--ink);
}

.slide-gold .card {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(36, 26, 6, 0.3);
  box-shadow: none;
}

.slide-gold .card-light {
  background: rgba(255, 255, 255, 0.32);
  border: 1.5px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.slide-gold .highlight-card {
  border-color: var(--ink);
  box-shadow: 0 0 20px rgba(36, 26, 6, 0.25);
}

.slide-gold .headline {
  font-weight: 700;
}

.slide-gold .perk-list {
  padding-left: 20px;
}

.slide-gold .perk-list .row-text {
  font-weight: 500;
  font-size: 21px;
}
