﻿* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f5f7fb;
  background: radial-gradient(circle at top right, rgba(110, 168, 254, 0.18), transparent 32%), linear-gradient(180deg, #06101c 0%, #091522 42%, #07111f 100%);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background: rgba(7, 17, 31, 0.96);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  backdrop-filter: blur(16px);
}

main {
  padding-top: 72px;
}

.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  font-weight: 700;
}

.brand-mark {
  width: 36px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #31c48d, #6ea8fe);
  color: #07111f;
  font-weight: 800;
}

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

.nav a {
  text-decoration: none;
  color: #a8b3c7;
  font-weight: 500;
}

.nav a:hover {
  color: #f5f7fb;
}

.nav-toggle {
  display: none;
  width: 44px;
  aspect-ratio: 1;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #f5f7fb;
}

.hero {
  padding: 4.5rem 0 3.5rem;
}

.hero-grid,
.split-layout,
.provider-grid,
.cta-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: center;
}

.hero-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 2.75rem;
}

.hero-copy {
  min-width: 0;
  max-width: 620px;
}

.hero-copy h1 {
  margin: 0.65rem 0 1rem;
  font-size: clamp(2.4rem, 3.65vw, 4.05rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-lead,
.section-heading p,
.split-layout p,
.cta-inner p,
.feature-card p,
.admin-list p,
.pricing-card p,
.faq-list p,
.site-footer p {
  color: #a8b3c7;
}

.hero-lead {
  max-width: 62ch;
  font-size: 1.05rem;
  margin-bottom: 0.85rem;
}

.hero-lead strong,
.hero-note {
  color: #f5f7fb;
}

.hero-note {
  max-width: 58ch;
  margin-bottom: 0;
  font-weight: 700;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.8rem;
  border: 1px solid rgba(49, 196, 141, 0.18);
  border-radius: 999px;
  background: rgba(49, 196, 141, 0.08);
  color: #88f0c7;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.8rem, 2.4vw, 3rem);
  line-height: 1.08;
}

h3 {
  margin-bottom: 0.6rem;
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1.75rem 0 1.25rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.8rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.btn-primary {
  background: linear-gradient(135deg, #31c48d, #13a06a);
  color: #06101c;
}

.btn-secondary {
  border-color: rgba(148, 163, 184, 0.16);
  background: rgba(255, 255, 255, 0.02);
  color: #f5f7fb;
}

.btn-small {
  min-height: 40px;
  padding-inline: 1rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.trust-row span,
.check-grid span,
.user-feature-list span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 36px;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #f5f7fb;
  font-size: 0.92rem;
}

.trust-check {
  position: relative;
  width: 16px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  display: inline-block;
  border-radius: 50%;
  background: #31c48d;
}

.trust-check::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 6px;
  height: 3px;
  border-left: 2px solid #06101c;
  border-bottom: 2px solid #06101c;
  transform: rotate(-45deg);
}

.product-shot {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 8px;
  background: rgba(9, 18, 31, 0.82);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  color: #a8b3c7;
  font-size: 0.85rem;
}

.browser-bar span {
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(148, 163, 184, 0.35);
}

.browser-bar strong {
  margin-left: auto;
  font-weight: 600;
}

.dashboard-preview {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  min-height: 420px;
}

.preview-sidebar {
  display: grid;
  place-items: center;
  gap: 0.6rem;
  padding: 1rem 0;
  border-right: 1px solid rgba(148, 163, 184, 0.12);
}

.preview-sidebar span {
  width: 16px;
  aspect-ratio: 1;
  border-radius: 5px;
  background: rgba(148, 163, 184, 0.25);
}

.preview-sidebar .active {
  background: linear-gradient(135deg, #31c48d, #6ea8fe);
}

.preview-content {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.metric-row div,
.combo-box,
.route-line,
.pricing-card,
.feature-card,
.admin-list > div,
.faq-list details {
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.metric-row div {
  padding: 0.9rem;
}

.metric-row small,
.combo-box small,
.panel-label,
.icon-box {
  display: block;
  color: #a8b3c7;
  font-size: 0.8rem;
}

.metric-row strong,
.combo-box strong {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.05rem;
}

.chart-area {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.6rem;
  align-items: end;
  padding: 1rem;
  min-height: 170px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(110, 168, 254, 0.08), rgba(255, 255, 255, 0.02));
}

.chart-area span {
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg, #6ea8fe, #31c48d);
}

.order-list {
  display: grid;
  gap: 0.6rem;
}

.order-list div,
.route-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
}

.order-list span,
.route-line span {
  color: #a8b3c7;
}

.order-list strong,
.route-line b {
  color: #f5f7fb;
}

.section {
  padding: 4.5rem 0;
}

.stats-section {
  padding: 0 0 3.5rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.stat-card {
  min-height: 118px;
  display: grid;
  align-content: center;
  gap: 0.25rem;
  padding: 1.15rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.stat-card strong {
  color: #f5f7fb;
  font-size: clamp(1.6rem, 2.4vw, 2.35rem);
  line-height: 1;
}

.stat-card span {
  color: #a8b3c7;
  font-weight: 600;
}

.section-white {
  background: rgba(255, 255, 255, 0.02);
}

.section-muted {
  background: rgba(255, 255, 255, 0.035);
}

.section-provider {
  background: linear-gradient(180deg, rgba(17, 28, 47, 0.96), rgba(7, 17, 31, 0.95));
}

.flow-section,
.provider-flow-section {
  background: rgba(255, 255, 255, 0.025);
}

.comparison-section {
  background: rgba(255, 255, 255, 0.025);
}

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

.pricing-heading {
  max-width: 860px;
}

.features-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.flow-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.8rem;
}

.flow-step {
  position: relative;
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 0.55rem;
  padding: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  animation: flowPulse 2.8s ease-in-out infinite;
}

.flow-step:nth-child(2) {
  animation-delay: 0.18s;
}

.flow-step:nth-child(3) {
  animation-delay: 0.36s;
}

.flow-step:nth-child(4) {
  animation-delay: 0.54s;
}

.flow-step:nth-child(5) {
  animation-delay: 0.72s;
}

.flow-step:nth-child(6) {
  animation-delay: 0.9s;
}

.flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.55rem;
  width: 0.55rem;
  height: 2px;
  background: linear-gradient(90deg, #31c48d, #6ea8fe);
}

.flow-step span {
  color: #91f3cd;
  font-size: 0.8rem;
  font-weight: 800;
}

.flow-step strong {
  color: #f5f7fb;
  line-height: 1.25;
}

.flow-step.success {
  border-color: rgba(49, 196, 141, 0.34);
  background: rgba(49, 196, 141, 0.1);
}

.provider-flow-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 2rem;
  align-items: center;
}

.provider-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.provider-node {
  position: relative;
  min-height: 126px;
  display: grid;
  align-content: center;
  gap: 0.45rem;
  padding: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.provider-node:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.6rem;
  width: 0.6rem;
  height: 2px;
  background: rgba(148, 163, 184, 0.38);
}

.provider-node span {
  color: #a8b3c7;
  font-size: 0.86rem;
  font-weight: 700;
}

.provider-node strong {
  color: #f5f7fb;
  line-height: 1.25;
}

.warning-node {
  border-color: rgba(245, 179, 1, 0.38);
  background: rgba(245, 179, 1, 0.08);
}

.active-node,
.success-node {
  border-color: rgba(49, 196, 141, 0.34);
  background: rgba(49, 196, 141, 0.08);
}

.active-node::before,
.success-node::before {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(49, 196, 141, 0.25);
  border-radius: 8px;
  animation: routeGlow 2.4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes flowPulse {
  0%, 100% {
    transform: translateY(0);
    border-color: rgba(148, 163, 184, 0.16);
  }
  50% {
    transform: translateY(-4px);
    border-color: rgba(49, 196, 141, 0.34);
  }
}
@keyframes routeGlow {
  0%, 100% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
}
.feature-card,
.pricing-card {
  padding: 1.35rem;
}

.available-features {
  margin-top: 3rem;
}

.compact-heading {
  margin-bottom: 1.4rem;
}

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

.favorite-feature-card,
.feature-category-card {
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.favorite-feature-card {
  min-height: 210px;
  display: grid;
  align-content: start;
  padding: 1.25rem;
}

.feature-symbol {
  width: 46px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border: 1px solid rgba(110, 168, 254, 0.28);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(49, 196, 141, 0.14), rgba(110, 168, 254, 0.12));
  color: #91f3cd;
  font-size: 0.78rem;
  font-weight: 800;
}

.favorite-feature-card p,
.feature-category-card li {
  color: #a8b3c7;
}

.feature-drawer {
  margin-top: 1.3rem;
}

.feature-drawer summary {
  width: fit-content;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.15rem;
  border: 1px solid rgba(49, 196, 141, 0.22);
  border-radius: 8px;
  background: #31c48d;
  color: #06101c;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.feature-drawer summary::-webkit-details-marker {
  display: none;
}

.feature-drawer[open] summary {
  margin-bottom: 1rem;
}

.feature-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.feature-category-card {
  padding: 1.15rem;
}

.feature-category-card h3 {
  color: #f5f7fb;
}

.feature-category-card ul {
  display: grid;
  gap: 0.55rem;
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}

.feature-category-card li {
  position: relative;
  padding-left: 1.55rem;
  line-height: 1.45;
}

.feature-category-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.32rem;
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #31c48d;
}

.feature-category-card li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.58rem;
  width: 6px;
  height: 3px;
  border-left: 2px solid #06101c;
  border-bottom: 2px solid #06101c;
  transform: rotate(-45deg);
}

.icon-box {
  width: 44px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border: 1px solid rgba(49, 196, 141, 0.18);
  border-radius: 10px;
  background: rgba(49, 196, 141, 0.08);
  color: #8ff2cb;
  font-weight: 700;
}

.split-layout > div:first-child {
  padding-right: 1rem;
}

.text-link {
  display: inline-flex;
  margin-top: 0.75rem;
  color: #8ff2cb;
  text-decoration: none;
  font-weight: 600;
}

.admin-list {
  display: grid;
  gap: 0.9rem;
}

.admin-list > div {
  padding: 1.1rem 1.2rem;
}

.provider-grid {
  gap: 1.5rem;
}

.provider-panel {
  padding: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.route-line {
  margin-top: 0.75rem;
}

.combo-box {
  margin-top: 0.9rem;
  padding: 1rem;
}

.check-grid,
.user-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.comparison-table {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

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

.comparison-row + .comparison-row {
  border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.comparison-row > div {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem 1.2rem;
  color: #a8b3c7;
}

.comparison-row > div + div {
  border-left: 1px solid rgba(148, 163, 184, 0.12);
  color: #f5f7fb;
  background: rgba(49, 196, 141, 0.055);
  font-weight: 700;
}

.comparison-head > div {
  min-height: 54px;
  color: #f5f7fb;
  background: rgba(16, 27, 48, 0.92);
  font-weight: 800;
}

.comparison-head > div + div {
  color: #91f3cd;
  background: rgba(49, 196, 141, 0.12);
}

.checkmark {
  width: 22px;
  aspect-ratio: 1;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #31c48d;
}

.checkmark::before {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #06101c;
  border-bottom: 2px solid #06101c;
  transform: rotate(-45deg) translateY(-1px);
}

.user-feature-list {
  margin-top: 0;
}

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

.investment-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 880px;
}

.pricing-card ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  color: #a8b3c7;
}

.pricing-card li + li {
  margin-top: 0.6rem;
}

.pricing-card li {
  position: relative;
  padding-left: 1.8rem;
}

.pricing-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 18px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #31c48d;
}

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

.pricing-card h3 {
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
}

.pricing-highlight {
  border-color: rgba(49, 196, 141, 0.34);
  background: linear-gradient(180deg, rgba(49, 196, 141, 0.12), rgba(255, 255, 255, 0.03));
}

.popular {
  display: inline-flex;
  margin-bottom: 0.7rem;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  background: rgba(245, 179, 1, 0.13);
  color: #ffd76b;
  font-size: 0.8rem;
  font-weight: 700;
}

.faq-section {
  padding-top: 2rem;
}

.faq-layout {
  display: grid;
  gap: 2.5rem;
}

.faq-section .section-heading {
  margin-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 1rem;
  margin-top: 0;
}

.faq-categories {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  margin-top: 0;
}

.faq-category {
  display: grid;
  gap: 1rem;
}

.faq-category h3 {
  margin: 0 0 0.25rem;
  color: #91f3cd;
}

.faq-list details {
  padding: 1.15rem 1.25rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 600;
}

.faq-list p {
  margin-bottom: 0;
  margin-top: 0.7rem;
}

.faq-list strong {
  color: #f5f7fb;
}

.cta-section {
  padding: 2rem 0 4.5rem;
}

.cta-inner {
  padding: 1.35rem;
  border: 1px solid rgba(49, 196, 141, 0.22);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(49, 196, 141, 0.12), rgba(110, 168, 254, 0.08));
}

.site-footer {
  padding: 4rem 0 2rem;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.96), #050c16);
}

.footer-layout {
  display: grid;
  gap: 1.2rem;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.55fr);
  gap: 2rem;
  align-items: start;
}

.footer-brand-block {
  display: grid;
  gap: 1rem;
}

.footer-brand {
  width: fit-content;
}

.footer-brand-block p,
.footer-growth-note p,
.footer-card p,
.footer-bottom span,
.footer-links a,
.footer-links > span,
.footer-social a,
.footer-social span {
  color: #a8b3c7;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.footer-links h3,
.footer-card h3,
.footer-growth-note h3 {
  margin: 0 0 0.35rem;
  color: #f5f7fb;
  font-size: 1rem;
}

.footer-links a {
  text-decoration: none;
  font-weight: 500;
}

.footer-links a:hover,
.footer-social a:hover {
  color: #f5f7fb;
}

.footer-contact a,
.footer-contact > span {
  position: relative;
  padding-left: 1.35rem;
}

.footer-contact a::before,
.footer-contact > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #31c48d;
}

.footer-support-grid {
  display: grid;
  grid-template-columns: 0.85fr 0.85fr 1.3fr;
  gap: 1rem;
}

.footer-card,
.footer-growth-note {
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.footer-card {
  padding: 1.15rem;
}

.platform-status-card {
  border-color: rgba(49, 196, 141, 0.24);
  background: rgba(49, 196, 141, 0.06);
}

.footer-card ul {
  display: grid;
  gap: 0.5rem;
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
}

.footer-card li {
  position: relative;
  padding-left: 1.45rem;
  color: #dbe4f0;
  font-weight: 500;
}

.footer-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 14px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #31c48d;
}

.footer-card li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.58rem;
  width: 5px;
  height: 3px;
  border-left: 2px solid #06101c;
  border-bottom: 2px solid #06101c;
  transform: rotate(-45deg);
}

.platform-status-card li:first-child::before {
  box-shadow: 0 0 0 5px rgba(49, 196, 141, 0.12);
}

.footer-growth-note {
  padding: 1.25rem;
}

.footer-growth-note p,
.footer-card p,
.footer-brand-block p {
  margin-bottom: 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.footer-bottom > div {
  display: grid;
  gap: 0.15rem;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem;
}

.footer-social a {
  text-decoration: none;
  font-weight: 500;
}

.footer-social span {
  font-weight: 700;
}

.article-hero {
  padding: 4.5rem 0 2.5rem;
}

.article-hero h1,
.article-detail h1 {
  max-width: 820px;
  margin: 0.75rem 0 1rem;
  font-size: clamp(2.2rem, 3.2vw, 4rem);
  line-height: 1.05;
}

.article-hero p,
.article-excerpt,
.article-content p,
.article-meta {
  color: #a8b3c7;
}

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

.article-card {
  padding: 1.35rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.article-card h2 {
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.article-card h2 a {
  text-decoration: none;
}

.article-meta {
  margin-bottom: 0.65rem;
  font-size: 0.9rem;
  font-weight: 700;
}

.article-detail {
  padding: 4.5rem 0;
}

.article-container {
  max-width: 840px;
}

.article-excerpt {
  font-size: 1.12rem;
}

.article-content {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.article-content p {
  max-width: none;
  font-size: 1.04rem;
}

@media (max-width: 960px) {
  .nav-toggle {
    display: inline-flex;
  }
  .nav {
    position: absolute;
    top: 72px;
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.8rem;
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 8px;
    background: rgba(7, 17, 31, 0.98);
  }
  .nav.is-open {
    display: flex;
  }
  .favorite-feature-grid,
  .feature-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-grid,
  .split-layout,
  .provider-grid,
  .provider-flow-grid,
  .cta-inner,
  .features-grid,
  .article-grid,
  .pricing-grid,
  .investment-grid,
  .faq-categories {
    grid-template-columns: 1fr;
  }
  .stats-grid,
  .flow-track,
  .provider-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flow-step:not(:last-child)::after,
  .provider-node:not(:last-child)::after {
    display: none;
  }
  .hero {
    padding-top: 3rem;
  }
  .split-layout > div:first-child {
    padding-right: 0;
  }
  .footer-main,
  .footer-support-grid {
    grid-template-columns: 1fr;
  }
  .footer-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-social {
    justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  .container {
    width: min(100% - 1.25rem, 1180px);
  }
  .metric-row,
  .dashboard-preview {
    grid-template-columns: 1fr;
  }
  .footer-links-grid {
    grid-template-columns: 1fr;
  }
  .favorite-feature-grid,
  .feature-category-grid {
    grid-template-columns: 1fr;
  }
  .stats-grid,
  .flow-track,
  .provider-flow {
    grid-template-columns: 1fr;
  }
  .preview-sidebar {
    grid-auto-flow: column;
    grid-template-columns: repeat(5, 1fr);
    border-right: 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  }
  .hero-copy h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }
  .btn {
    width: 100%;
  }
  .hero-actions,
  .trust-row {
    width: 100%;
  }
  .trust-row span,
  .check-grid span,
  .user-feature-list span {
    width: 100%;
    justify-content: center;
  }
  .comparison-row {
    grid-template-columns: 1fr;
  }
  .comparison-row > div + div {
    border-left: 0;
    border-top: 1px solid rgba(148, 163, 184, 0.12);
  }
}









