:root {
  --bg: #f3f8ff;
  --bg-soft: #e9f1fb;
  --panel: rgba(255, 255, 255, 0.9);
  --panel-strong: rgba(248, 252, 255, 0.96);
  --text: #14263d;
  --muted: #5d7290;
  --line: rgba(71, 100, 138, 0.14);
  --accent: #2ec5d3;
  --accent-2: #ff9e66;
  --success: #4ecb8b;
  --shadow: 0 24px 48px rgba(33, 63, 102, 0.12);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1180px;
  --header-height: 82px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(46, 197, 211, 0.16), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(255, 158, 102, 0.16), transparent 22%),
    linear-gradient(180deg, #f8fbff 0%, #eef5fc 50%, #f6faff 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

img,
iframe {
  max-width: 100%;
}

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

button,
input,
select {
  font: inherit;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(248, 252, 255, 0.82);
  border-bottom: 1px solid rgba(71, 100, 138, 0.08);
}

.nav-shell {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.language-picker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(71, 100, 138, 0.12);
  color: var(--muted);
}

.language-picker span {
  font-size: 0.92rem;
}

.language-picker select {
  border: 0;
  background: transparent;
  color: var(--text);
  outline: none;
  min-width: 7rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.brand-mark {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 16px;
  display: inline-grid;
  place-items: center;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  color: #04111a;
  background: linear-gradient(135deg, var(--accent), #7af4cc);
  box-shadow: 0 12px 30px rgba(92, 225, 230, 0.25);
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-copy {
  display: grid;
  gap: 0.05rem;
}

.brand-copy strong,
h1,
h2,
h3 {
  font-family: "Outfit", sans-serif;
  letter-spacing: -0.03em;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.88rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  color: var(--muted);
}

.main-nav a:hover,
.main-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
}

.button {
  border: 0;
  border-radius: 999px;
  padding: 0.92rem 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #2497f3, #31c0ee);
  box-shadow: 0 16px 30px rgba(36, 151, 243, 0.2);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(71, 100, 138, 0.12);
}

.button-block {
  width: 100%;
}

.hero-section {
  padding: 4.8rem 0 3rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  margin: 0 0 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  color: var(--accent);
}

h1 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.98;
}

.hero-text,
.section-heading p,
.timeline-card p,
.payment-option p,
.faq-list p,
.cta-panel p,
.pricing-note {
  color: var(--muted);
}

.hero-text {
  margin: 1.2rem 0 0;
  max-width: 60ch;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  gap: 0.85rem;
  margin-top: 1.7rem;
  flex-wrap: wrap;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 1.7rem 0 0;
  display: grid;
  gap: 0.7rem;
  color: var(--muted);
}

.hero-points li::before,
.checkout-card li::before {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.7rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  vertical-align: middle;
}

.hero-panel {
  position: relative;
}

.hero-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.3rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 253, 0.96));
  box-shadow: var(--shadow);
}

.hero-card-secondary {
  margin-top: 1rem;
  margin-left: 2rem;
}

.hero-card-head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.signal {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 8px rgba(166, 255, 203, 0.08);
}

.workflow-list,
.stat-cluster {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.workflow-list article,
.stat-cluster article,
.timeline-card,
.demo-card,
.payment-option,
.checkout-card,
.proof-grid article,
.trust-strip article,
.pricing-card,
.cta-panel,
.content-shell {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.workflow-list article {
  padding: 1rem;
}

.workflow-list p,
.pricing-card p,
.checkout-kicker,
.demo-badge {
  margin: 0;
  color: var(--accent);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.workflow-list strong,
.stat-cluster strong,
.timeline-card h3,
.pricing-card h3,
.payment-option strong,
.content-shell h1 {
  display: block;
  margin-top: 0.35rem;
  font-size: 1.2rem;
}

.workflow-list span,
.stat-cluster span,
.pricing-card li,
.proof-grid p,
.proof-grid footer,
.content-shell p,
.content-shell li {
  color: var(--muted);
}

.stat-cluster article {
  padding: 1rem;
}

.stat-cluster strong {
  font-size: 1.9rem;
}

.section {
  padding: 4rem 0;
}

.section-accent {
  position: relative;
}

.section-accent::before,
.cta-section::before {
  content: "";
  position: absolute;
  inset: 10% auto auto 50%;
  width: min(90vw, 900px);
  height: 65%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(92, 225, 230, 0.09), transparent 60%);
  pointer-events: none;
}

.section-heading {
  max-width: 50rem;
  margin-bottom: 1.8rem;
}

.section-heading h2,
.content-shell h1 {
  margin: 0 0 0.7rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
}

.feature-grid,
.timeline-grid,
.proof-grid,
.pricing-grid {
  display: grid;
  gap: 1rem;
}

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

.feature-card {
  padding: 1.2rem;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 247, 253, 0.94));
  border: 1px solid var(--line);
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 18px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1rem;
  color: #04111a;
  background: linear-gradient(135deg, rgba(92, 225, 230, 0.95), rgba(255, 157, 92, 0.9));
  font-weight: 700;
}

.feature-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.3rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
}

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

.timeline-card,
.proof-grid article,
.trust-strip article,
.pricing-card,
.payment-option,
.checkout-card,
.content-shell {
  padding: 1.4rem;
}

.timeline-card span {
  color: var(--accent);
  font-family: "Outfit", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
}

.timeline-card h3 {
  margin: 0.35rem 0 0.7rem;
}

.demo-grid,
.payment-grid,
.footer-grid,
.split-heading {
  display: grid;
  gap: 1.2rem;
}

.demo-grid,
.payment-grid {
  grid-template-columns: 0.95fr 1.05fr;
  align-items: stretch;
}

.demo-card {
  padding: 1.7rem;
  text-align: left;
  cursor: pointer;
  display: grid;
  align-content: end;
  min-height: 23rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(231, 241, 250, 0.95)),
    radial-gradient(circle at 20% 25%, rgba(46, 197, 211, 0.2), transparent 22%),
    radial-gradient(circle at 78% 22%, rgba(255, 158, 102, 0.18), transparent 18%),
    linear-gradient(135deg, #ffffff, #eaf3fb);
}

.demo-card strong {
  margin-top: 0.7rem;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.02;
}

.demo-card span:last-child,
.play-pill {
  color: var(--text);
}

.play-pill {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(71, 100, 138, 0.1);
}

.logo-rail,
.trust-strip {
  display: grid;
  gap: 1rem;
}

.logo-rail {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.logo-pill {
  min-height: 5rem;
  display: grid;
  place-items: center;
  border-radius: 18px;
  border: 1px dashed rgba(157, 176, 204, 0.25);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
}

.logo-image {
  max-width: 100%;
  max-height: 2.4rem;
  display: block;
}

.logo-image-dark,
.logo-image-light {
  max-width: 10rem;
}

.logo-image-mark {
  max-width: 2.6rem;
  max-height: 2.6rem;
}

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

.proof-grid article blockquote {
  margin: 0 0 1rem;
  font-size: 1.05rem;
}

.proof-grid footer {
  font-size: 0.92rem;
}

.trust-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
}

#coverage .trust-strip {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.split-heading {
  grid-template-columns: 1fr auto;
  align-items: end;
}

.pricing-toggle {
  display: inline-flex;
  padding: 0.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(71, 100, 138, 0.12);
}

.toggle-chip {
  padding: 0.72rem 1rem;
  border-radius: 999px;
  border: 0;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
}

.toggle-chip.is-active {
  color: #031019;
  background: linear-gradient(135deg, var(--accent), #9ff6d9);
}

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

.pricing-card {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.pricing-card.is-featured {
  transform: translateY(-0.3rem);
  border-color: rgba(92, 225, 230, 0.32);
}

.pricing-card-header {
  display: grid;
  gap: 0.35rem;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
}

.price-row strong {
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  line-height: 1;
}

.price-row span {
  color: var(--muted);
}

.pricing-card ul,
.checkout-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.pricing-card li::before {
  content: "•";
  color: var(--accent);
  margin-right: 0.65rem;
}

.payment-copy {
  align-self: start;
}

.option-stack {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.payment-option-featured {
  border-color: rgba(92, 225, 230, 0.28);
  background: linear-gradient(180deg, rgba(247, 253, 255, 0.98), rgba(237, 248, 250, 0.96));
}

.checkout-card {
  align-self: stretch;
  background: linear-gradient(180deg, rgba(250, 254, 255, 0.98), rgba(240, 248, 252, 0.96));
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.72);
}

.faq-list summary {
  cursor: pointer;
  font-family: "Outfit", sans-serif;
  font-size: 1.15rem;
  list-style: none;
}

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

.faq-list details[open] {
  background: rgba(255, 255, 255, 0.9);
}

.faq-list p {
  margin: 0.8rem 0 0;
}

.cta-panel {
  padding: 1.8rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.2rem;
  background:
    radial-gradient(circle at 12% 25%, rgba(46, 197, 211, 0.14), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(255, 158, 102, 0.16), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(238, 246, 252, 0.98));
}

.site-footer {
  padding: 1.4rem 0 5.5rem;
  border-top: 1px solid rgba(71, 100, 138, 0.08);
}

.footer-grid {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.footer-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  color: var(--muted);
}

.brand-footer .brand-copy span {
  max-width: 28rem;
}

.sticky-bar {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 25;
}

.sticky-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 999px;
  padding: 0.7rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(71, 100, 138, 0.14);
  box-shadow: var(--shadow);
}

.sticky-inner span {
  color: var(--muted);
  padding-left: 0.7rem;
}

.video-modal {
  width: min(90vw, 860px);
  color: var(--text);
  border: 1px solid rgba(157, 176, 204, 0.18);
  border-radius: 30px;
  background: rgba(250, 253, 255, 0.98);
  box-shadow: var(--shadow);
  padding: 0;
}

.video-modal::backdrop {
  background: rgba(37, 61, 92, 0.24);
  backdrop-filter: blur(8px);
}

.video-shell {
  padding: 1.4rem;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  color: var(--text);
  background: rgba(226, 236, 246, 0.9);
}

.video-frame {
  min-height: 360px;
  margin-top: 1rem;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 20% 20%, rgba(46, 197, 211, 0.18), transparent 20%),
    radial-gradient(circle at 84% 18%, rgba(255, 158, 102, 0.18), transparent 18%),
    linear-gradient(135deg, #ffffff, #edf5fb);
  display: grid;
  place-items: center;
  padding: 2rem;
}

.video-frame iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 16px;
}

.video-placeholder {
  max-width: 34rem;
  text-align: center;
}

.video-placeholder strong {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}

.video-help {
  margin: 0.9rem 0 0;
  color: var(--muted);
}

.content-page {
  padding: 4rem 0;
}

.content-shell {
  width: min(calc(100% - 2rem), 860px);
  margin: 0 auto;
}

.content-shell ul {
  padding-left: 1.25rem;
}

.content-shell li + li,
.content-shell p + p {
  margin-top: 0.7rem;
}

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .nav-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .hero-grid,
  .feature-grid,
  .timeline-grid,
  .proof-grid,
  .pricing-grid,
  .demo-grid,
  .payment-grid,
  .cta-panel,
  .footer-grid,
  .logo-rail,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .split-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero-card-secondary {
    margin-left: 0;
  }

  .sticky-inner {
    border-radius: 24px;
    flex-direction: column;
    align-items: stretch;
  }

  .sticky-inner span {
    padding: 0;
  }
}

@media (max-width: 640px) {
  html,
  body {
    overflow-x: hidden;
  }

  .hero-section {
    padding-top: 3.2rem;
    padding-bottom: 2rem;
  }

  .nav-shell {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    gap: 0.9rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .nav-shell > * {
    width: 100%;
  }

  .brand {
    width: 100%;
    align-items: flex-start;
  }

  .brand-copy {
    gap: 0.2rem;
  }

  .brand-copy strong {
    font-size: 1.05rem;
  }

  .brand-copy span {
    max-width: 18rem;
    font-size: 0.82rem;
    line-height: 1.45;
  }

  h1 {
    font-size: clamp(2.35rem, 10vw, 3.2rem);
    line-height: 1.02;
  }

  .hero-text {
    font-size: 1rem;
  }

  .eyebrow {
    letter-spacing: 0.16em;
    font-size: 0.72rem;
  }

  .hero-actions,
  .cta-panel {
    gap: 0.75rem;
  }

  .button,
  .toggle-chip {
    width: 100%;
  }

  .nav-actions {
    width: 100%;
    justify-content: stretch;
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
  }

  .language-picker {
    width: 100%;
    justify-content: space-between;
    padding-inline: 1rem;
  }

  .language-picker select {
    min-width: 0;
  }

  .pricing-toggle {
    width: 100%;
  }

  .sticky-bar {
    display: none;
  }

  .video-frame {
    min-height: 280px;
  }
}
