:root {
  --swp-bg: #070b16;
  --swp-bg-soft: #0f172a;
  --swp-card: #111827;
  --swp-card-soft: #1e293b;
  --swp-border: rgba(255,255,255,.1);
  --swp-text: #ffffff;
  --swp-muted: #94a3b8;
  --swp-blue: #0ea5e9;
  --swp-indigo: #6366f1;
  --swp-purple: #8b5cf6;
  --swp-gradient: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #0ea5e9 100%);
}

.swp-page {
  font-family: "Inter", system-ui, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(99,102,241,.22), transparent 35%),
    radial-gradient(circle at top right, rgba(14,165,233,.16), transparent 35%),
    var(--swp-bg);
  color: var(--swp-text);
  overflow-x: hidden;
}

.swp-page a {
  text-decoration: none;
}

.swp-nav {
  background: rgba(7, 11, 22, .82);
  border-bottom: 1px solid var(--swp-border);
  backdrop-filter: blur(18px);
  padding: 14px 0;
}

.swp-nav .swp-nav-logo img {
  height: 42px;
  width: auto;
  object-fit: contain;
}

.swp-nav .swp-nav-menu .nav-link {
  color: rgba(255,255,255,.78);
  font-weight: 500;
  font-size: 15px;
}

.swp-nav .swp-nav-menu .nav-link:hover {
  color: #fff;
}

.swp-nav .swp-nav-actions {
  display: flex;
  gap: 10px;
}

.swp-page .swp-btn-gradient {
  border: 0;
  color: #fff;
  font-weight: 800;
  background: var(--swp-gradient);
  box-shadow: 0 14px 36px rgba(99,102,241,.32);
}

.swp-page .swp-btn-gradient:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 18px 46px rgba(99,102,241,.45);
}

.swp-page .swp-btn-glass {
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.04);
}

.swp-page .swp-btn-glass:hover {
  color: #fff;
  border-color: rgba(255,255,255,.35);
  background: rgba(255,255,255,.08);
}

.swp-hero {
  position: relative;
  min-height: 100vh;
  padding: 160px 0 90px;
  background:
    linear-gradient(180deg, rgba(15,23,42,.1), rgba(15,23,42,.86)),
    radial-gradient(circle at 78% 40%, rgba(99,102,241,.22), transparent 34%),
    radial-gradient(circle at 20% 60%, rgba(139,92,246,.2), transparent 35%);
}

.swp-hero .swp-hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(80px);
  opacity: .55;
  pointer-events: none;
}

.swp-hero .swp-hero-glow-one {
  width: 280px;
  height: 280px;
  background: var(--swp-indigo);
  top: 18%;
  left: -80px;
}

.swp-hero .swp-hero-glow-two {
  width: 340px;
  height: 340px;
  background: var(--swp-blue);
  right: -100px;
  bottom: 10%;
}

.swp-hero .swp-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
}

.swp-hero .swp-hero-badge span {
  color: #c4b5fd;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.swp-hero .swp-hero-badge small {
  color: var(--swp-muted);
  font-weight: 600;
}

.swp-hero .swp-hero-title {
  font-size: clamp(42px, 7vw, 80px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -0.06em;
  margin-bottom: 26px;
}

.swp-hero .swp-hero-title span {
  display: block;
  background: var(--swp-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.swp-hero .swp-hero-text {
  max-width: 650px;
  color: #cbd5e1;
  font-size: 19px;
  line-height: 1.75;
}

.swp-hero .swp-hero-buttons {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.swp-hero .swp-hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}

.swp-hero .swp-hero-point {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 20px;
  background: rgba(255,255,255,.04);
}

.swp-hero .swp-hero-point i {
  color: #93c5fd;
  margin-bottom: 12px;
}

.swp-hero .swp-hero-point strong {
  display: block;
  font-size: 15px;
}

.swp-hero .swp-hero-point span {
  display: block;
  color: var(--swp-muted);
  font-size: 13px;
  margin-top: 4px;
}

.swp-dashboard {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 30px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(30,41,59,.9), rgba(15,23,42,.92)),
    radial-gradient(circle at top right, rgba(99,102,241,.22), transparent 30%);
  box-shadow: 0 30px 90px rgba(0,0,0,.45);
  transform: perspective(900px) rotateY(-5deg) rotateX(3deg);
}

.swp-dashboard .swp-dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swp-dashboard .swp-dashboard-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.25);
}

.swp-dashboard .swp-dashboard-top small {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(99,102,241,.16);
  color: #c4b5fd;
  font-weight: 800;
  font-size: 12px;
}

.swp-dashboard .swp-dashboard-balance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.045);
}

.swp-dashboard .swp-dashboard-balance small {
  color: var(--swp-muted);
}

.swp-dashboard .swp-dashboard-balance h3 {
  margin: 4px 0 0;
  font-weight: 900;
}

.swp-dashboard .swp-dashboard-title {
  margin-top: 26px;
  margin-bottom: 16px;
  font-weight: 800;
}

.swp-dashboard .swp-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.swp-dashboard .swp-dashboard-tool {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.08);
}

.swp-dashboard .swp-dashboard-tool i {
  display: block;
  color: #93c5fd;
  font-size: 22px;
  margin-bottom: 12px;
}

.swp-dashboard .swp-dashboard-tool strong {
  display: block;
  font-size: 14px;
}

.swp-dashboard .swp-dashboard-tool small {
  color: var(--swp-muted);
  font-size: 12px;
}

.swp-stats {
  padding: 30px 0;
  background: rgba(255,255,255,.025);
  border-top: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.swp-stats .swp-stats-card {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}

.swp-stats .swp-stats-card strong {
  display: block;
  font-size: 28px;
  font-weight: 900;
}

.swp-stats .swp-stats-card span {
  color: var(--swp-muted);
  font-size: 14px;
}

.swp-section {
  padding: 95px 0;
}

.swp-section-alt {
  background: rgba(255,255,255,.025);
  border-top: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.swp-section .swp-section-heading {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.swp-section .swp-section-heading span,
.swp-section .swp-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #93c5fd;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.swp-section .swp-section-heading h2,
.swp-section .swp-usage-title {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 900;
  letter-spacing: -0.045em;
}

.swp-section .swp-section-heading p,
.swp-section .swp-usage-text {
  color: #cbd5e1;
  font-size: 18px;
  line-height: 1.75;
}

.swp-section .swp-tool-card,
.swp-section .swp-step-card,
.swp-section .swp-billing-card {
  height: 100%;
  padding: 28px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(30,41,59,.82), rgba(15,23,42,.86));
  border: 1px solid rgba(255,255,255,.09);
  box-shadow: 0 22px 55px rgba(0,0,0,.24);
}

.swp-section .swp-tool-card:hover,
.swp-section .swp-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(139,92,246,.45);
}

.swp-section .swp-tool-card i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 18px;
  background: rgba(99,102,241,.16);
  color: #93c5fd;
  font-size: 24px;
}

.swp-section .swp-tool-card h4,
.swp-section .swp-step-card h4 {
  font-weight: 850;
  margin-bottom: 12px;
}

.swp-section .swp-tool-card p,
.swp-section .swp-step-card p {
  color: #cbd5e1;
  line-height: 1.7;
}

.swp-section .swp-tool-card small {
  display: inline-block;
  margin-top: 8px;
  color: #93c5fd;
  font-size: 13px;
  font-weight: 800;
}

.swp-section .swp-step-card span {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 900;
  color: #c4b5fd;
}

.swp-section .swp-check-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
}

.swp-section .swp-check-list li {
  margin-bottom: 14px;
  color: #e2e8f0;
}

.swp-section .swp-check-list li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 999px;
  background: rgba(14,165,233,.15);
  color: #7dd3fc;
  font-weight: 900;
}

.swp-section .swp-billing-card {
  max-width: 520px;
  margin-left: auto;
}

.swp-section .swp-billing-header span {
  color: #c4b5fd;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em;
}

.swp-section .swp-billing-header h3 {
  margin-top: 8px;
  font-size: 36px;
  font-weight: 900;
}

.swp-section .swp-billing-header p {
  color: var(--swp-muted);
}

.swp-section .swp-billing-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  margin-top: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.08);
}

.swp-section .swp-billing-row-active {
  border-color: rgba(139,92,246,.7);
  background: rgba(139,92,246,.13);
}

.swp-section .swp-billing-row strong {
  font-size: 24px;
}

.swp-section .swp-billing-note {
  display: block;
  color: var(--swp-muted);
  text-align: center;
  margin-top: 14px;
}

.swp-beta {
  padding: 45px 0 95px;
}

.swp-beta .swp-beta-box {
  padding: 52px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(14,165,233,.2), transparent 34%),
    var(--swp-gradient);
  box-shadow: 0 30px 90px rgba(99,102,241,.25);
}

.swp-beta .swp-beta-box span {
  display: inline-block;
  margin-bottom: 12px;
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.swp-beta .swp-beta-box h2 {
  font-weight: 900;
  letter-spacing: -0.04em;
}

.swp-beta .swp-beta-box p {
  color: rgba(255,255,255,.82);
  font-size: 18px;
  margin-bottom: 0;
}

.swp-footer {
  padding: 42px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(7,11,22,.8);
}

.swp-footer img {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.swp-footer p,
.swp-footer small {
  color: var(--swp-muted);
}

.swp-footer .swp-footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.swp-footer .swp-footer-links a {
  color: #cbd5e1;
  font-weight: 600;
}

.swp-footer .swp-footer-links a:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .swp-hero {
    padding-top: 130px;
  }

  .swp-hero .swp-hero-points {
    grid-template-columns: 1fr;
  }

  .swp-dashboard {
    transform: none;
  }

  .swp-section .swp-billing-card {
    max-width: none;
    margin-left: 0;
  }

  .swp-nav .navbar-collapse {
    padding-top: 18px;
  }

  .swp-nav .swp-nav-actions {
    margin-top: 14px;
  }
}

@media (max-width: 575px) {
  .swp-nav .swp-nav-logo img {
    height: 34px;
  }

  .swp-hero {
    padding: 120px 0 70px;
  }

  .swp-hero .swp-hero-title {
    font-size: 42px;
  }

  .swp-hero .swp-hero-text {
    font-size: 16px;
  }

  .swp-hero .swp-hero-buttons {
    flex-direction: column;
  }

  .swp-hero .swp-hero-buttons .btn {
    width: 100%;
  }

  .swp-dashboard .swp-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .swp-section {
    padding: 70px 0;
  }

  .swp-section .swp-tool-card,
  .swp-section .swp-step-card,
  .swp-section .swp-billing-card {
    padding: 22px;
  }

  .swp-beta .swp-beta-box {
    padding: 30px;
  }

  .swp-footer .swp-footer-links {
    justify-content: flex-start;
  }
}

/* ── Contact Section ─────────────────────────────────────── */
.swp-contact-card {
  background: var(--swp-card);
  border: 1px solid var(--swp-border);
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.swp-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.swp-contact-item i {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #fff;
  flex-shrink: 0;
}

.swp-contact-item div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.swp-contact-item strong {
  color: var(--swp-text);
  font-size: 0.95rem;
  font-weight: 600;
}

.swp-contact-item a,
.swp-contact-item span {
  color: var(--swp-muted);
  font-size: 0.9rem;
  text-decoration: none;
}

.swp-contact-item a:hover {
  color: var(--swp-blue);
}
}