@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/poppins-400.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/poppins-600.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/poppins-700.woff2") format("woff2");
}

:root {
  color: #0f172a;
  font-family: "Poppins", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 50% 44%, rgb(167 139 250 / 0.13), transparent 34%),
    #fff;
  font-family: "Poppins", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.app-header {
  display: flex;
  min-height: 98px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f3f4f6;
  padding: 0.35rem clamp(1.25rem, 5vw, 5rem);
}

.app-header img {
  display: block;
  width: clamp(155px, 14vw, 170px);
  height: auto;
}

.back-link {
  color: #4c1d95;
  font-size: 0.82rem;
  font-weight: 600;
}

.back-link:hover {
  color: #7c3aed;
}

.back-link:focus-visible {
  border-radius: 0.3rem;
  outline: 3px solid rgb(20 184 166 / 0.38);
  outline-offset: 4px;
}

main {
  display: flex;
  min-height: calc(100vh - 98px);
  flex-direction: column;
  align-items: center;
  padding: 3rem 1.5rem 7rem;
}

.app-placeholder {
  width: min(100%, 620px);
  text-align: center;
}

.tabs {
  width: min(100%, 1100px);
  margin-top: 3.5rem;
}

.tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  border-bottom: 1px solid #e7e2f2;
  margin-bottom: 2rem;
}

.tab-btn {
  border: none;
  background: none;
  border-bottom: 3px solid transparent;
  padding: 0.75rem 0.1rem;
  color: #64748b;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
}

.tab-btn:hover {
  color: #4c1d95;
}

.tab-btn[aria-selected="true"] {
  color: #7c3aed;
  border-color: #7c3aed;
}

.tab-btn:focus-visible {
  border-radius: 0.3rem;
  outline: 3px solid rgb(20 184 166 / 0.38);
  outline-offset: 4px;
}

.tab-panel h3 {
  margin: 1.75rem 0 0.5rem;
  color: #24105e;
  font-size: 1.15rem;
  font-weight: 700;
}

.tab-panel h3:first-child {
  margin-top: 0;
}

.tab-panel p,
.tab-panel li {
  color: #64748b;
  font-size: 0.98rem;
  line-height: 1.7;
}

.tab-panel ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.legal-meta {
  color: #7c3aed;
  font-size: 0.85rem;
  font-weight: 600;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.feature-card {
  border: 1px solid #e7e2f2;
  border-radius: 1rem;
  padding: 1.25rem;
  text-align: left;
  background: #faf8ff;
}

.feature-card h3 {
  margin: 0 0 0.5rem;
  color: #24105e;
  font-size: 1.05rem;
}

.feature-card p {
  margin: 0;
}

.pricing-hero { max-width: 720px; margin: 0 auto 2rem; text-align: center; }
.pricing-hero h2 { margin: 0; color: #24105e; font-size: clamp(2rem, 5vw, 3.25rem); line-height: 1.05; letter-spacing: -0.045em; }
.pricing-hero p { margin: 0.8rem 0 0; }
.pricing-kicker, .price-overline { color: #7c3aed !important; font-size: 0.75rem !important; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.pricing-kicker { margin: 0 0 0.7rem !important; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.price-card { position: relative; display: flex; min-width: 0; flex-direction: column; border: 1px solid #e7e2f2; border-radius: 1rem; background: #faf8ff; padding: 2.75rem 1.25rem 1.25rem; }
.price-card.is-featured { border-color: #7c3aed; background: #f6f2ff; box-shadow: 0 12px 32px rgb(124 58 237 / 0.14); }
.price-card h3 { min-height: 1.6rem; margin: 0; }
.price-for { display: -webkit-box; height: 2.8rem; margin: 0.35rem 0 0 !important; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.price-value { display: flex; min-height: 4.2rem; flex-direction: column; justify-content: center; margin: 1rem 0 !important; color: #24105e !important; font-size: 1.55rem !important; font-weight: 700; }
.price-value span { color: #64748b; font-size: 0.85rem; font-weight: 500; }
.price-action { display: inline-flex; min-height: 2.7rem; align-items: center; justify-content: center; border: 0; border-radius: 0.6rem; background: #7c3aed; padding: 0.65rem 0.85rem; color: #fff; font: inherit; font-size: 0.85rem; font-weight: 600; text-align: center; cursor: pointer; }
.price-action:hover { background: #5b21b6; }
.price-card .price-overline { min-height: 1.1rem; margin: 1.15rem 0 0.5rem !important; }
.price-card ul { margin: 0; }
.price-card li { margin-bottom: 0.32rem; font-size: 0.87rem; line-height: 1.48; }
.price-card small { display: block; color: #64748b; font-size: 0.78rem; }
.price-badge { position: absolute; top: 1rem; right: 1rem; margin: 0 !important; border-radius: 999px; background: #7c3aed; padding: 0.22rem 0.55rem; color: #fff !important; font-size: 0.69rem !important; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.pricing-promise { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin: 2rem 0; border: 1px solid #ddd3ff; border-radius: 1rem; background: #f7f4ff; padding: 1.5rem; }
.pricing-promise h3, .pricing-addons h3 { margin: 0; }
.pricing-promise p { margin: 0.4rem 0 0; }
.pricing-addons { margin-top: 2.5rem; border-top: 1px solid #e7e2f2; padding-top: 2rem; }
.pricing-addons > p { margin: 0.35rem 0 1rem; }
.addons-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.8rem; }
.addons-grid article { display: flex; flex-direction: column; border: 1px solid #e7e2f2; border-radius: 0.8rem; background: #fff; padding: 1rem; }
.addons-grid h4 { margin: 0; color: #24105e; }
.addons-grid p { min-height: 2.8rem; margin: 0.35rem 0 0.75rem; color: #64748b; font-size: 0.85rem; line-height: 1.45; }
.addons-grid strong { display: block; margin: 0 0 0.7rem; color: #5b21b6; font-size: 0.82rem; }
.addons-grid .price-action { width: 100%; margin-top: auto; }
.price-note { margin: auto 0 0 !important; padding-top: 0.9rem; color: #64748b; font-size: 0.78rem; line-height: 1.5; }
.addons-note { margin: 1rem 0 0; color: #64748b; font-size: 0.85rem; }
.pricing-assumption { margin: 0.9rem 0 0 !important; color: #94a3b8 !important; font-size: 0.78rem !important; }

.pricing-value-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin: 0 0 2.5rem; }
.pricing-value-card { border: 1px solid #e7e2f2; border-radius: 1rem; background: #faf8ff; padding: 1.25rem; }
.pricing-value-icon { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; margin-bottom: 0.75rem; border-radius: 0.75rem; background: #efe6ff; color: #7c3aed; font-weight: 700; }
.pricing-value-card b { display: block; margin-bottom: 0.35rem; color: #24105e; }
.pricing-value-card span { color: #64748b; font-size: 0.85rem; }

.pricing-cost { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 2rem; align-items: center; margin: 0 0 3rem; }
.pricing-cost-copy h3 { margin: 0.4rem 0 0.75rem !important; color: #24105e; font-size: clamp(1.5rem, 3.5vw, 2.1rem); line-height: 1.15; }
.pricing-cost-copy p { margin: 0 0 0.9rem; }
.pricing-dispute { border-left: 3px solid #7c3aed; border-radius: 0 0.7rem 0.7rem 0; background: #f6f2ff; padding: 0.85rem 1rem; color: #24105e !important; font-size: 0.88rem; font-weight: 600; }
.pricing-calculator { border: 1px solid #e7e2f2; border-radius: 1.25rem; background: #fff; box-shadow: 0 14px 34px rgb(76 29 149 / 0.1); padding: 1.5rem; }
.pricing-calculator h4 { margin: 0 0 0.2rem !important; color: #24105e; font-size: 1.1rem; }
.pricing-calc-sub { margin: 0 0 1.3rem; color: #64748b; font-size: 0.8rem; }
.pricing-field { margin-bottom: 1.1rem; }
.pricing-field label { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 0.4rem; color: #24105e; font-weight: 600; font-size: 0.85rem; }
.pricing-field output { color: #7c3aed; font-weight: 700; white-space: nowrap; }
.pricing-field input[type="range"] { width: 100%; accent-color: #7c3aed; }
.pricing-results { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.6rem; margin-top: 1.4rem; }
.pricing-result-card { border-radius: 0.85rem; background: #f6f2ff; padding: 0.9rem; }
.pricing-result-card span { display: block; color: #64748b; font-size: 0.72rem; }
.pricing-result-card strong { display: block; margin-top: 0.15rem; color: #24105e; font-size: 1.3rem; }
.pricing-total-result { grid-column: 1 / -1; border-radius: 0.95rem; background: #24105e; color: #fff; padding: 1.1rem; }
.pricing-total-result span { color: #d7cff0; font-size: 0.75rem; }
.pricing-total-result strong { display: block; margin-top: 0.15rem; font-size: 1.5rem; }
.pricing-plan-comparison { margin-top: 0.6rem; color: #d7cff0; font-weight: 700; font-size: 0.85rem; }
.pricing-breakeven { margin-top: 0.5rem; color: #d7cff0; font-size: 0.75rem; font-weight: 700; }
.pricing-disclaimer { margin-top: 0.7rem; color: #94a3b8; font-size: 0.68rem; }
.pricing-capacity-note { margin: 0.45rem 0 0; color: #64748b; font-size: 0.75rem; }
.pricing-plan-config { margin-top: 0.2rem; color: #64748b; font-size: 0.78rem; font-weight: 600; }

.price-billed { display: block; margin-top: 0.2rem; color: #64748b; font-size: 0.72rem; font-weight: 600; }

.pricing-trust { margin: 1.5rem 0; border: 1px solid #e7e2f2; border-radius: 1rem; background: #fff; padding: 1.4rem; }
.pricing-trust h3 { margin: 0 0 0.25rem !important; }
.pricing-trust > p { margin: 0 0 1rem; }
.pricing-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.85rem; }
.pricing-trust-grid b { display: block; margin-bottom: 0.2rem; color: #24105e; font-size: 0.85rem; }
.pricing-trust-grid span { color: #64748b; font-size: 0.78rem; }
.pricing-gst-note { margin: 0 0 2.5rem; color: #94a3b8; font-size: 0.75rem; }

.pricing-faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; margin: 0 0 2.5rem; }
.pricing-faq-item { border: 1px solid #e7e2f2; border-radius: 1rem; background: #faf8ff; padding: 1.1rem 1.25rem; }
.pricing-faq-item b { display: block; margin-bottom: 0.3rem; color: #24105e; font-size: 0.9rem; }
.pricing-faq-item span { color: #64748b; font-size: 0.85rem; }

.pricing-table-wrap { overflow: auto; border: 1px solid #e7e2f2; border-radius: 1.1rem; background: #fff; margin: 0 0 2.5rem; }
.pricing-table-hint { display: none; }
.pricing-table-wrap table { width: 100%; min-width: 820px; border-collapse: collapse; }
.pricing-table-wrap th, .pricing-table-wrap td { border-bottom: 1px solid #e7e2f2; padding: 0.8rem 1rem; text-align: center; font-size: 0.85rem; color: #334155; }
.pricing-table-wrap th:first-child, .pricing-table-wrap td:first-child { text-align: left; }
.pricing-table-wrap th { background: #faf8ff; color: #24105e; }
.pricing-table-wrap tr.pricing-group td { background: #f2ebff; color: #7c3aed; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
.pricing-yes { color: #0f9d64; font-weight: 700; }
.pricing-no { color: #b0b4be; }
.pricing-smart-col { background: #faf7ff; }

.pricing-final { margin: 2rem 0 0.5rem; border-radius: 1.5rem; background: linear-gradient(135deg, #24105e, #7c3aed); color: #fff; text-align: center; padding: 2.3rem; }
.pricing-final h3 { margin: 0 !important; color: #fff !important; font-size: clamp(1.5rem, 3.5vw, 2.2rem); }
.pricing-final p { max-width: 520px; margin: 0.7rem auto 1.25rem; color: #ddd3f2; }
.pricing-final .price-action { display: inline-flex; background: #fff; color: #24105e; }

.steps {
  display: grid;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  position: relative;
  padding-left: 3rem;
}

.steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 2.1rem;
  height: 2.1rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #7c3aed;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
}

.steps h3 {
  margin: 0 0 0.35rem;
}

.faq-item {
  border-bottom: 1px solid #e7e2f2;
  padding: 1rem 0;
}

.faq-item summary {
  color: #24105e;
  font-weight: 600;
  cursor: pointer;
}

.faq-item p {
  margin: 0.75rem 0 0;
}

@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-cost {
    grid-template-columns: 1fr;
  }

  .pricing-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .addons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .tabs {
    margin-top: 2.5rem;
  }

  .pricing-grid,
  .addons-grid {
    grid-template-columns: 1fr;
  }
}

.app-icon {
  display: block;
  width: clamp(132px, 22vw, 184px);
  height: auto;
  margin: 0 auto 1.8rem;
  border-radius: 2rem;
  object-fit: contain;
  filter: drop-shadow(0 20px 25px rgb(76 29 149 / 0.13));
}

.status {
  display: inline-flex;
  margin-bottom: 1rem;
  border: 1px solid #a78bfa;
  border-radius: 999px;
  color: #7c3aed;
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0.35rem 0.65rem;
}

.status-planned {
  border-color: rgb(20 184 166 / 0.55);
  color: #078f82;
}

h1 {
  margin: 0;
  color: #24105e;
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.05;
}

.summary {
  max-width: 580px;
  margin: 1rem auto 0;
  color: #64748b;
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  line-height: 1.75;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 1.75rem;
}

.store-badge {
  position: relative;
  display: inline-flex;
}

.store-badge img {
  display: block;
  height: 45px;
  width: auto;
  border-radius: 0.5rem;
}

.store-badge.is-soon img {
  filter: grayscale(1);
  opacity: 0.35;
}

.store-badge.is-soon .soon-tag {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: rgb(255 255 255 / 0.6);
  color: #4c1d95;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (max-width: 560px) {
  .app-header {
    min-height: 90px;
  }

  .app-header img {
    width: 145px;
  }

  main {
    min-height: calc(100vh - 90px);
    padding-bottom: 5rem;
  }

  .app-icon {
    border-radius: 1.5rem;
  }

  .pricing-grid,
  .addons-grid {
    grid-template-columns: 1fr;
  }

  .pricing-promise {
    align-items: stretch;
    flex-direction: column;
  }

  .pricing-promise .price-action {
    width: 100%;
  }

  .pricing-value-grid,
  .pricing-results,
  .pricing-trust-grid,
  .pricing-faq-grid {
    grid-template-columns: 1fr;
  }

  .pricing-total-result {
    grid-column: auto;
  }

  .pricing-table-hint {
    display: block;
    margin: 0 0 0.45rem;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 600;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
  }
}
