/* Cost comparison */
.comparison-scale {
  display: grid;
  width: min(82%, 62em);
  gap: 2.3%;
  margin-top: 2.3%;
}

.comparison-scale > div {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 2%;
  padding: 2.1% 2.6%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.9em;
  background: rgba(14, 33, 53, 0.75);
}

.comparison-scale > div::after {
  position: absolute;
  inset: auto 0 0 0;
  width: calc(var(--bar) * 100%);
  height: 7%;
  border-radius: 0 999px 999px 0;
  background: var(--blue);
  content: "";
}

.comparison-scale__due::after {
  background: var(--red) !important;
}

.comparison-scale small,
.comparison-scale strong {
  display: block;
}

.comparison-scale small {
  color: var(--muted);
  font-size: clamp(0.45rem, 0.9vw, 0.78rem);
  font-weight: 800;
}

.comparison-scale strong {
  font-size: clamp(1rem, 2.3vw, 2.35rem);
  letter-spacing: 0;
}

.comparison-scale__due strong {
  color: var(--red);
}

.big-cost {
  display: inline-flex;
  align-items: center;
  gap: 1.2em;
  align-self: flex-start;
  margin-top: 3%;
  padding: 1.5% 2%;
  border: 1px solid rgba(255, 95, 103, 0.25);
  border-radius: 999px;
  background: rgba(255, 95, 103, 0.08);
}

.big-cost small {
  color: #e6bbc0;
  font-size: clamp(0.45rem, 0.88vw, 0.75rem);
  font-weight: 800;
}

.big-cost strong {
  color: var(--red);
  font-size: clamp(0.75rem, 1.5vw, 1.35rem);
}

.slide-kind--cost .slide-content {
  align-items: center;
}

.cost-reveal {
  display: grid;
  width: min(88%, 68em);
  grid-template-columns: minmax(0, 1fr) 22% minmax(0, 1fr);
  align-items: stretch;
  gap: 2.4%;
  margin-top: 2.6%;
}

.cost-reveal__cash,
.cost-reveal__due,
.cost-reveal__bridge {
  border: 1px solid var(--line);
  border-radius: 1em;
  background: rgba(14, 33, 53, 0.78);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.cost-reveal__cash,
.cost-reveal__due {
  display: grid;
  min-height: 14em;
  align-content: center;
  gap: 0.85em;
  padding: 8%;
}

.cost-reveal__cash small,
.cost-reveal__due small {
  color: var(--muted);
  font-size: clamp(0.42rem, 0.82vw, 0.72rem);
  font-weight: 900;
  text-transform: uppercase;
}

.cost-reveal__cash strong,
.cost-reveal__due strong {
  font-size: clamp(1.25rem, 3.35vw, 3.35rem);
  letter-spacing: 0;
}

.cost-reveal__cash strong {
  color: var(--blue);
}

.cost-reveal__due {
  border-color: rgba(255, 95, 103, 0.3);
  background: rgba(80, 21, 31, 0.44);
}

.cost-reveal__due strong {
  color: var(--red);
}

.cost-reveal__bridge {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.55em;
  border-color: rgba(253, 105, 53, 0.28);
  background: rgba(253, 105, 53, 0.08);
  text-align: center;
}

.cost-reveal__bridge span {
  color: var(--muted);
  font-size: clamp(0.38rem, 0.72vw, 0.62rem);
  font-weight: 900;
  text-transform: uppercase;
}

.cost-reveal__bridge strong {
  color: var(--orange-2);
  font-size: clamp(1.1rem, 3vw, 3rem);
  letter-spacing: 0;
}

.cost-formula {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1em;
  width: min(76%, 54em);
  margin-top: 2.8%;
  padding: 1.5% 2%;
  border: 1px solid rgba(255, 95, 103, 0.2);
  border-radius: 999px;
  background: rgba(255, 95, 103, 0.06);
  font-weight: 900;
}

.cost-formula span,
.cost-formula b,
.cost-formula strong {
  font-size: clamp(0.58rem, 1.2vw, 1.05rem);
}

.cost-formula b {
  color: var(--muted);
}

.cost-formula strong {
  color: var(--red);
}

.slide-kind--cost .big-cost {
  align-self: center;
  margin-top: 2%;
}

/* Daily cost */
.slide-kind--daily-cost .slide-content {
  align-items: center;
}

.day-counter {
  display: flex;
  width: min(58%, 42em);
  align-items: center;
  justify-content: center;
  gap: 5%;
  margin-top: 1%;
}

.day-counter span {
  display: grid;
  width: 28%;
  aspect-ratio: 1.35 / 1;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 0.34em;
  background: rgba(14, 33, 53, 0.78);
  font-size: clamp(1.25rem, 4.6vw, 4.6rem);
  font-weight: 900;
  letter-spacing: 0;
}

.day-counter i {
  width: 16%;
  height: 0.11em;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), var(--blue));
}

.daily-meter {
  display: grid;
  width: min(78%, 58em);
  gap: 1.2em;
  margin-top: 1.5%;
  padding: 4%;
  border: 1px solid rgba(253, 105, 53, 0.2);
  border-radius: 1.2em;
  background: rgba(14, 33, 53, 0.75);
}

.daily-meter__amount {
  display: grid;
  place-items: center;
  gap: 0.45em;
  text-align: center;
}

.daily-meter__amount small {
  color: var(--muted);
  font-size: clamp(0.44rem, 0.82vw, 0.72rem);
  font-weight: 900;
  text-transform: uppercase;
}

.daily-meter__amount strong {
  color: var(--orange-2);
  font-size: clamp(1.9rem, 6vw, 6rem);
  letter-spacing: 0;
  line-height: 0.95;
}

.daily-ticks {
  display: grid;
  grid-template-columns: repeat(var(--ticks), minmax(0, 1fr));
  gap: 0.42em;
  align-items: end;
  min-height: 4em;
}

.daily-ticks span {
  display: block;
  height: var(--h);
  border-radius: 999px 999px 0.3em 0.3em;
  background: linear-gradient(180deg, var(--orange-2), var(--orange));
  opacity: 0.32;
}

.daily-meter__range {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: clamp(0.42rem, 0.78vw, 0.7rem);
  font-weight: 900;
  text-transform: uppercase;
}

.rate-pill,
.store-pill {
  margin: 3% auto 0;
  padding: 1.2% 2.2%;
  border: 1px solid rgba(253, 105, 53, 0.28);
  border-radius: 999px;
  color: var(--orange-2);
  background: rgba(253, 105, 53, 0.07);
  font-size: clamp(0.5rem, 1vw, 0.88rem);
  font-weight: 900;
}

/* Schedule */
.schedule-card {
  display: grid;
  width: min(82%, 60em);
  grid-template-columns: 19% 1fr;
  align-items: center;
  gap: 5%;
  margin-top: 2%;
  padding: 4%;
  border: 1px solid rgba(43, 182, 255, 0.22);
  border-radius: 1.2em;
  background: rgba(14, 42, 67, 0.72);
}

.schedule-calendar {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  align-content: center;
  border-radius: 1em;
  background: var(--orange);
}

.schedule-calendar b {
  font-size: clamp(1rem, 2.8vw, 2.8rem);
  line-height: 1;
}

.schedule-calendar small {
  margin-top: 0.35em;
  font-size: clamp(0.38rem, 0.7vw, 0.62rem);
  font-weight: 900;
}

.schedule-card > div small,
.schedule-card > div strong,
.schedule-card > div p {
  display: block;
}

.schedule-card > div small {
  color: var(--muted);
  font-size: clamp(0.45rem, 0.85vw, 0.75rem);
  font-weight: 800;
}

.schedule-card > div strong {
  margin: 0.18em 0;
  font-size: clamp(1.1rem, 3vw, 3rem);
  letter-spacing: 0;
}

.schedule-card > div p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.45rem, 0.88vw, 0.76rem);
}

.timeline {
  position: relative;
  display: flex;
  width: min(72%, 52em);
  align-items: center;
  justify-content: space-between;
  margin-top: 4%;
}

.timeline i {
  position: absolute;
  right: 5%;
  left: 5%;
  height: 0.1em;
  background: linear-gradient(90deg, var(--blue), var(--orange));
}

.timeline-dot {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 10%;
  aspect-ratio: 1;
  place-items: center;
  border: 0.42em solid #07111f;
  border-radius: 50%;
  color: var(--muted);
  background: var(--blue);
  font-size: clamp(0.34rem, 0.62vw, 0.55rem);
  font-weight: 900;
}

.timeline-dot--end {
  background: var(--orange);
}

.deadline-stage {
  display: grid;
  width: min(88%, 68em);
  grid-template-columns: minmax(0, 1fr) 34% minmax(0, 1fr);
  align-items: center;
  gap: 2.5%;
  margin-top: 2.4%;
}

.deadline-card {
  display: grid;
  min-height: 13em;
  align-content: center;
  gap: 0.7em;
  padding: 8%;
  border: 1px solid var(--line);
  border-radius: 1em;
  background: rgba(14, 33, 53, 0.78);
}

.deadline-card small,
.deadline-card span {
  color: var(--muted);
  font-size: clamp(0.42rem, 0.78vw, 0.7rem);
  font-weight: 900;
  text-transform: uppercase;
}

.deadline-card strong {
  color: var(--blue);
  font-size: clamp(1.2rem, 3vw, 3rem);
  letter-spacing: 0;
}

.deadline-card--due {
  border-color: rgba(253, 105, 53, 0.3);
  background: rgba(253, 105, 53, 0.08);
}

.deadline-card--due strong {
  color: var(--orange-2);
}

.deadline-line {
  position: relative;
  display: grid;
  min-height: 1.2em;
  align-items: center;
}

.deadline-line::before {
  position: absolute;
  right: 0;
  left: 0;
  height: 0.16em;
  border-radius: 999px;
  background: rgba(151, 188, 218, 0.18);
  content: "";
}

.deadline-line span {
  position: absolute;
  left: 0;
  width: calc(var(--bar) * 100%);
  height: 0.16em;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--orange));
  box-shadow: 0 0 20px rgba(253, 105, 53, 0.25);
}

.deadline-line b {
  position: relative;
  justify-self: center;
  padding: 0.75em 1em;
  border: 1px solid rgba(253, 105, 53, 0.24);
  border-radius: 999px;
  color: var(--orange-2);
  background: #07111f;
  font-size: clamp(0.46rem, 0.9vw, 0.78rem);
}

.deadline-caption {
  margin-top: 3%;
  padding: 1.2% 2%;
  border: 1px solid rgba(43, 182, 255, 0.2);
  border-radius: 999px;
  color: #cfe2ef;
  background: rgba(43, 182, 255, 0.06);
  font-size: clamp(0.48rem, 0.95vw, 0.84rem);
  font-weight: 900;
  text-align: center;
}

/* Steps */
.step-list {
  display: grid;
  width: min(88%, 64em);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.4%;
  margin: 2% 0 0;
  padding: 0;
  list-style: none;
}

.step-list li {
  min-height: 9.2em;
  padding: 13% 10%;
  border: 1px solid var(--line);
  border-radius: 0.9em;
  background: rgba(14, 33, 53, 0.72);
}

.step-list span {
  display: inline-grid;
  width: 2.2em;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 0.7em;
  color: var(--orange);
  background: rgba(253, 105, 53, 0.08);
  font-size: clamp(0.42rem, 0.75vw, 0.66rem);
  font-weight: 900;
}

.step-list p {
  margin: 1.2em 0 0;
  font-size: clamp(0.48rem, 1.05vw, 0.95rem);
  font-weight: 800;
  line-height: 1.35;
}

/* Legitimacy and checks */
.verification-card {
  display: grid;
  width: min(82%, 58em);
  grid-template-columns: 18% 1fr;
  align-items: center;
  gap: 5%;
  margin-top: 2%;
  padding: 4%;
  border: 1px solid rgba(43, 182, 255, 0.22);
  border-radius: 1.2em;
  background: rgba(14, 42, 67, 0.74);
}

.verification-icon {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border: 0.16em solid rgba(43, 182, 255, 0.65);
  border-radius: 50%;
  color: var(--blue);
  font-size: clamp(0.7rem, 1.6vw, 1.45rem);
  font-weight: 900;
}

.verification-card small {
  color: var(--blue);
  font-size: clamp(0.43rem, 0.8vw, 0.7rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.verification-card p {
  margin: 0.7em 0 0;
  font-size: clamp(0.65rem, 1.35vw, 1.25rem);
  font-weight: 700;
  line-height: 1.45;
}

.context-banner {
  width: min(82%, 58em);
  margin-top: 2%;
  padding: 1.5% 2%;
  border-left: 0.28em solid var(--orange);
  color: #c6d4df;
  background: rgba(253, 105, 53, 0.055);
  font-size: clamp(0.48rem, 1vw, 0.9rem);
  line-height: 1.45;
}

.check-columns {
  display: grid;
  width: min(88%, 64em);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3%;
  margin-top: 2%;
}

.check-columns > div {
  padding: 6%;
  border: 1px solid var(--line);
  border-radius: 1.2em;
  background: rgba(14, 33, 53, 0.76);
}

.check-columns > div > span {
  display: inline-grid;
  width: 3.2em;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 0.8em;
  color: var(--blue);
  background: rgba(43, 182, 255, 0.09);
  font-size: clamp(0.5rem, 0.92vw, 0.8rem);
  font-weight: 900;
}

.check-columns h3 {
  margin: 1em 0 0.55em;
  font-size: clamp(0.65rem, 1.3vw, 1.2rem);
}

.check-columns p {
  margin: 0;
  color: #c1d0dc;
  font-size: clamp(0.5rem, 1.06vw, 0.96rem);
  line-height: 1.5;
}

/* Permissions/privacy */
.permission-grid {
  display: grid;
  width: min(88%, 65em);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2%;
  margin-top: 2.4%;
}

.permission-grid > div {
  display: grid;
  min-height: 9em;
  place-items: center;
  align-content: center;
  gap: 10%;
  padding: 11%;
  border: 1px solid rgba(178, 139, 255, 0.18);
  border-radius: 1em;
  background: rgba(78, 51, 122, 0.18);
  text-align: center;
}

.permission-grid span {
  display: grid;
  width: 2.7em;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  color: var(--purple);
  background: rgba(178, 139, 255, 0.1);
  font-size: clamp(0.65rem, 1.3vw, 1.2rem);
}

.permission-grid strong {
  font-size: clamp(0.5rem, 1vw, 0.9rem);
  line-height: 1.3;
}

.slide-kind--privacy .slide-content {
  align-items: center;
}

.privacy-shield {
  display: grid;
  width: 14%;
  min-width: 54px;
  aspect-ratio: 0.85 / 1;
  place-items: center;
  clip-path: polygon(50% 0, 92% 16%, 86% 70%, 50% 100%, 14% 70%, 8% 16%);
  color: #fff;
  background: linear-gradient(180deg, var(--purple), #7654bf);
  box-shadow: 0 0 48px rgba(178, 139, 255, 0.2);
  font-size: clamp(1rem, 2.5vw, 2.3rem);
  font-weight: 900;
}

.privacy-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 30%;
  aspect-ratio: 1;
  border: 1px solid rgba(178, 139, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
