:root {
  --ink: #071527;
  --muted: #64738a;
  --line: rgba(7, 21, 39, .12);
  --panel: rgba(255, 255, 255, .78);
  --paper: #f7f4ec;
  --blue: #1268ff;
  --green: #00a76f;
  --orange: #ff7a1a;
  --pink: #d93682;
  --cyan: #00a8c8;
  --shadow: 0 24px 70px rgba(7, 21, 39, .14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 8%, rgba(18, 104, 255, .22), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(0, 167, 111, .18), transparent 28rem),
    linear-gradient(135deg, #f8fbff 0%, #f7f4ec 52%, #eef5ff 100%);
  font-family: Archivo, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1180px;
  margin: 12px auto 0;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 20px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 16px 50px rgba(7, 21, 39, .09);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  place-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  color: transparent;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, .95), transparent 18%),
    conic-gradient(from 210deg, #0b1f58, #1268ff, #00a8c8, #0b1f58);
  box-shadow: 0 14px 28px rgba(18, 104, 255, .2);
  font-size: 0;
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  transform: rotate(45deg);
  box-shadow: inset 0 0 0 1px rgba(18, 104, 255, .1);
}

.brand-mark::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 22px;
  background: linear-gradient(145deg, #1268ff 0%, #071527 100%);
  clip-path: polygon(50% 0, 96% 100%, 72% 100%, 50% 50%, 28% 100%, 4% 100%);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: .98rem;
}

.brand small,
.main-nav a,
.trust-row span,
.eyebrow {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  gap: 18px;
}

.main-nav a {
  color: #24344c;
}

.nav-cta,
.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 900;
  font-size: .9rem;
}

.nav-cta,
.primary-btn {
  color: #fff;
  background: #071527;
  box-shadow: 0 16px 30px rgba(7, 21, 39, .2);
}

.secondary-btn {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .62);
}

.section-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 18px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, .98fr);
  gap: 34px;
  align-items: center;
  min-height: 620px;
}

h1,
h2 {
  margin: 0;
  max-width: 820px;
  font-family: Newsreader, serif;
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .93;
}

h1 {
  font-size: clamp(2.85rem, 5.4vw, 5.25rem);
}

h2 {
  font-size: clamp(1.9rem, 3.45vw, 3.45rem);
}

h3 {
  margin: 0;
  font-size: 1.14rem;
}

.hero-lede,
.section-heading p,
.workflow-shell p,
.tower-card p,
.cta-section p {
  color: #52647e;
  font-size: 1rem;
  line-height: 1.62;
}

.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.trust-row {
  gap: 8px;
}

.trust-row span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .55);
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(255, 255, 255, .54)),
    radial-gradient(circle at 75% 0%, rgba(18, 104, 255, .2), transparent 24rem);
  box-shadow: var(--shadow);
}

.panel-top {
  display: flex;
  gap: 7px;
  padding: 8px 4px 14px;
}

.panel-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9e2ef;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.metric-grid article,
.flow-card,
.module-card,
.tower-card,
.tower-metrics article,
.testimonial-grid figure,
.faq-grid details,
.cta-card {
  border: 1px solid rgba(255, 255, 255, .82);
  background: var(--panel);
  box-shadow: 0 18px 48px rgba(7, 21, 39, .08);
  backdrop-filter: blur(16px);
}

.metric-grid article {
  min-height: 112px;
  padding: 17px;
  border-radius: 22px;
}

.metric-grid small,
.metric-grid span {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.metric-grid strong {
  display: block;
  margin: 8px 0;
  font-size: 1.65rem;
}

.metric-grid .up {
  color: var(--green);
}

.metric-grid .warn {
  color: var(--orange);
}

.flow-card {
  margin-top: 12px;
  padding: 18px;
  border-radius: 24px;
}

.flow-line {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}

.flow-line span {
  padding: 10px 6px;
  border-radius: 13px;
  color: #fff;
  background: #071527;
  font-size: .7rem;
  font-weight: 900;
  text-align: center;
}

.flow-card p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.logos-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  max-width: 1180px;
  margin: -24px auto 0;
  padding: 0 18px 48px;
}

.logos-strip span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, .58);
  color: #35445b;
  font-weight: 900;
}

.section-heading {
  display: grid;
  gap: 9px;
  max-width: 840px;
  margin-bottom: 24px;
}

.module-grid,
.testimonial-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.module-card {
  position: relative;
  min-height: 214px;
  padding: 22px;
  border-radius: 26px;
}

.module-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 28px;
  border-radius: 13px;
  color: #fff;
  background: var(--ink);
  font-weight: 900;
}

.module-card p,
.testimonial-grid blockquote,
.faq-grid p {
  color: #52647e;
  font-size: .94rem;
  line-height: 1.58;
}

.accent-blue { --ink: var(--blue); }
.accent-green { --ink: var(--green); }
.accent-orange { --ink: var(--orange); }
.accent-pink { --ink: var(--pink); }
.accent-cyan { --ink: var(--cyan); }
.accent-ink { --ink: #071527; }

.center-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pricing-section {
  position: relative;
  padding-top: 54px;
}

.pricing-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: -2px 0 34px;
}

.pricing-pills span {
  min-width: 150px;
  padding: 13px 22px;
  border-radius: 999px;
  background: rgba(226, 231, 246, .82);
  color: #1b2b45;
  font-weight: 900;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.pricing-pills .active {
  color: #fff;
  background: #25349b;
  box-shadow: 0 16px 34px rgba(37, 52, 155, .24);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.pricing-grid-actual {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  max-width: 1040px;
  margin: 0 auto;
}

.pricing-card,
.pricing-table-card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .84);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .64)),
    radial-gradient(circle at 85% 0%, rgba(18, 104, 255, .08), transparent 18rem);
  box-shadow: 0 24px 62px rgba(7, 21, 39, .09);
  backdrop-filter: blur(16px);
}

.pricing-card {
  min-height: 430px;
}

.pricing-card.featured {
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 255, 255, .16), transparent 15rem),
    linear-gradient(160deg, #2b3aa6 0%, #17226f 100%);
  box-shadow: 0 30px 74px rgba(37, 52, 155, .28);
  transform: translateY(-18px);
}

.pricing-card-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  margin-bottom: 18px;
}

.pricing-card-head strong {
  padding: 9px 13px;
  border-radius: 999px;
  color: #fff;
  background: #25349b;
  font-size: .82rem;
  white-space: nowrap;
}

.plan-label {
  margin: 0 0 14px;
  color: inherit;
  font-size: 1.16rem;
  font-weight: 900;
}

.pricing-card h3 {
  margin-bottom: 22px;
  color: #25349b;
  font-size: 2.35rem;
  letter-spacing: -.04em;
}

.pricing-card h3 span {
  color: #5d6d88;
  font-size: .9rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pricing-card.featured h3,
.pricing-card.featured h3 span {
  color: #fff;
}

.pricing-card ul {
  display: grid;
  gap: 14px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-left: 30px;
  color: #66728c;
  line-height: 1.45;
}

.pricing-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .1rem;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #2f45b8;
}

.pricing-card li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 8px;
  height: 4px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

.pricing-card.featured li {
  color: rgba(255, 255, 255, .86);
}

.pricing-card.featured li::before {
  background: rgba(255, 255, 255, .16);
}

.pricing-card .primary-btn,
.pricing-card .secondary-btn {
  width: 100%;
  margin-top: auto;
}

.pricing-card.featured .primary-btn {
  color: #17226f;
  background: #fff;
}

.price-table {
  overflow: hidden;
  border: 1px solid rgba(7, 21, 39, .1);
  border-radius: 22px;
  background: rgba(255, 255, 255, .62);
}

.price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 17px 20px;
  border-bottom: 1px solid rgba(7, 21, 39, .08);
}

.price-row:last-child {
  border-bottom: 0;
}

.price-row span {
  color: #1c2d49;
  font-weight: 800;
}

.price-row strong {
  color: #071527;
  font-size: 1.08rem;
}

.price-row.head {
  background: rgba(18, 104, 255, .08);
}

.price-row.head span {
  color: #66728c;
  font-size: .74rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.price-row.total {
  background: linear-gradient(135deg, rgba(18, 104, 255, .1), rgba(0, 167, 111, .1));
}

.price-row.total span,
.price-row.total strong {
  color: #25349b;
  font-size: 1.15rem;
  font-weight: 900;
}

.one-time-card {
  min-height: auto;
}

.charge-block {
  display: grid;
  gap: 6px;
  margin-top: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 24px;
  background: rgba(255, 255, 255, .1);
}

.charge-block span {
  font-weight: 900;
}

.charge-block small {
  color: rgba(255, 255, 255, .68);
}

.charge-block strong {
  margin-top: 4px;
  font-size: 2rem;
  letter-spacing: -.04em;
}

.charge-block em {
  font-size: .9rem;
  font-style: normal;
  letter-spacing: 0;
}

.charge-block.soft {
  margin-bottom: 22px;
}

.workflow-section {
  background:
    linear-gradient(135deg, #071527 0%, #0d2744 60%, #06251d 100%);
  color: #fff;
}

.workflow-shell {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: start;
}

.workflow-shell p,
.workflow-shell .eyebrow {
  color: rgba(255, 255, 255, .68);
}

.timeline {
  display: grid;
  gap: 10px;
}

.timeline div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .08);
}

.timeline strong,
.timeline span {
  display: block;
}

.timeline span {
  margin-top: 6px;
  color: rgba(255, 255, 255, .65);
}

.control-tower {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 14px;
  align-items: stretch;
}

.tower-card,
.cta-card {
  padding: 26px;
  border-radius: 28px;
}

.tower-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.tower-metrics article {
  display: grid;
  align-content: center;
  min-height: 118px;
  padding: 20px;
  border-radius: 24px;
}

.tower-metrics strong {
  font-family: Newsreader, serif;
  font-size: 2.65rem;
  line-height: 1;
}

.tower-metrics span {
  color: var(--muted);
  font-weight: 900;
}

.testimonial-grid figure {
  margin: 0;
  padding: 22px;
  border-radius: 26px;
}

.testimonial-grid blockquote {
  margin: 0 0 18px;
  font-size: .95rem;
}

.testimonial-grid figcaption strong,
.testimonial-grid figcaption span {
  display: block;
}

.testimonial-grid figcaption span {
  margin-top: 5px;
  color: var(--muted);
  font-size: .82rem;
}

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

.faq-grid details {
  padding: 18px;
  border-radius: 20px;
}

.faq-grid summary {
  cursor: pointer;
  font-weight: 900;
  font-size: .95rem;
  list-style: none;
}

.faq-grid summary::-webkit-details-marker {
  display: none;
}

.faq-grid p {
  margin-bottom: 0;
}

.cta-section {
  display: grid;
  grid-template-columns: 1.1fr .75fr;
  gap: 18px;
  align-items: center;
}

.cta-card {
  background: #071527;
  color: #fff;
}

.cta-card p {
  color: rgba(255, 255, 255, .68);
}

.cta-card .primary-btn {
  color: #071527;
  background: #fff;
}

.legal-section {
  padding-top: 12px;
}

.legal-card,
.policy-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .84);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, .64)),
    radial-gradient(circle at 92% 0%, rgba(0, 168, 200, .12), transparent 20rem);
  box-shadow: 0 24px 62px rgba(7, 21, 39, .08);
}

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

.legal-card div,
.policy-meta div,
.signature-block div {
  padding: 18px;
  border: 1px solid rgba(7, 21, 39, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .68);
}

.legal-card span,
.policy-meta span,
.signature-block span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.legal-card strong,
.policy-meta strong,
.signature-block strong {
  color: #071527;
  line-height: 1.45;
}

.footer-legal {
  margin: 6px 0 0;
  max-width: 640px;
  font-size: .82rem;
  line-height: 1.45;
}

.policy-page {
  background:
    radial-gradient(circle at 5% 8%, rgba(18, 104, 255, .18), transparent 26rem),
    radial-gradient(circle at 88% 0%, rgba(0, 168, 200, .16), transparent 28rem),
    #f7fbff;
}

.policy-hero {
  min-height: auto;
  padding-top: 46px;
  padding-bottom: 10px;
}

.policy-hero h1 {
  max-width: 720px;
}

.policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.policy-document {
  padding-top: 0;
}

.policy-card {
  max-width: 980px;
  margin: 0 auto;
  background: rgba(255, 255, 255, .86);
}

.policy-meta,
.signature-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.policy-card h2 {
  margin-top: 18px;
  font-family: Archivo, sans-serif;
  font-size: 1.12rem;
  letter-spacing: 0;
  line-height: 1.2;
}

.policy-card p {
  margin: 0;
  color: #52647e;
  line-height: 1.7;
}

.signature-block {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.login-redirect-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 18%, rgba(18, 104, 255, .22), transparent 24rem),
    radial-gradient(circle at 84% 12%, rgba(0, 168, 200, .18), transparent 28rem),
    linear-gradient(135deg, #f8fbff 0%, #edf7ff 100%);
}

.redirect-shell {
  display: grid;
  min-height: 100vh;
  place-items: center;
  align-content: center;
  gap: 22px;
  padding: 24px;
}

.redirect-card {
  width: min(620px, 100%);
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, .84);
  border-radius: 30px;
  background: rgba(255, 255, 255, .78);
  box-shadow: var(--shadow);
  text-align: center;
  backdrop-filter: blur(18px);
}

.redirect-card h1 {
  margin: 0 auto;
  font-size: clamp(2.2rem, 5vw, 4rem);
}

.redirect-card .primary-btn {
  margin-top: 14px;
}

.signature-block div {
  min-height: 150px;
}

.signature-block strong {
  display: block;
  margin-top: 54px;
  padding-top: 10px;
  border-top: 1px solid rgba(7, 21, 39, .28);
}

.signature-block small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.4;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px 18px 38px;
  color: #52647e;
}

.site-footer strong {
  color: var(--ink);
}

.site-footer a {
  display: block;
  margin-bottom: 8px;
  font-weight: 900;
}

@media (max-width: 920px) {
  .site-header {
    position: static;
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
  }

  .hero,
  .workflow-shell,
  .control-tower,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .module-grid,
  .pricing-grid,
  .testimonial-grid,
  .faq-grid,
  .legal-card,
  .policy-meta,
  .signature-block {
    grid-template-columns: 1fr;
  }

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

  .pricing-card.featured {
    transform: none;
  }
}

@media (max-width: 560px) {
  .section-shell {
    padding: 52px 14px;
  }

  h1 {
    font-size: 2.7rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  .hero {
    min-height: auto;
    padding-top: 44px;
  }

  .metric-grid,
  .tower-metrics {
    grid-template-columns: 1fr;
  }

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

  .pricing-card {
    min-height: auto;
    padding: 24px;
  }

  .pricing-table-card {
    padding: 22px;
  }

  .pricing-card-head {
    display: grid;
  }

  .price-row {
    padding: 14px;
  }

  .charge-block strong {
    font-size: 1.65rem;
  }

  .pricing-pills span {
    min-width: 0;
    width: 100%;
  }

  .site-footer {
    display: block;
  }
}

@media print {
  body {
    background: #fff;
  }

  .site-header,
  .policy-actions,
  .site-footer {
    display: none;
  }

  .section-shell {
    max-width: none;
    padding: 0;
  }

  .policy-card {
    border: 0;
    box-shadow: none;
  }
}
