/* Tosun SaaS marketing — inspired by tosun-site premium light theme */
:root {
  --mkt-blue: #2563eb;
  --mkt-blue-dark: #1d4ed8;
  --mkt-blue-light: #3b82f6;
  --mkt-surface: #ffffff;
  --mkt-muted: #64748b;
  --mkt-border: #e2e8f0;
  --mkt-radius: 0.75rem;
}

body.mkt-body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #0f172a;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

.mkt-display {
  font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
}

.mkt-gradient-text {
  background: linear-gradient(90deg, #2563eb, #3b82f6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mkt-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #bbf7d0;
}

.mkt-badge-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: #22c55e;
}

.mkt-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.mkt-nav-link {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
  border-radius: 0.5rem;
  transition: color 0.2s, background 0.2s;
}

.mkt-nav-link:hover {
  color: var(--mkt-blue);
  background: #eff6ff;
}

.mkt-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  border-radius: var(--mkt-radius);
  font-weight: 600;
  color: #fff;
  background: var(--mkt-blue);
  box-shadow: 0 10px 25px -10px rgba(37, 99, 235, 0.55);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.mkt-btn-primary:hover {
  background: var(--mkt-blue-dark);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -12px rgba(37, 99, 235, 0.5);
}

.mkt-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  border-radius: var(--mkt-radius);
  font-weight: 600;
  color: var(--mkt-blue);
  background: #fff;
  border: 2px solid var(--mkt-blue);
  transition: background 0.2s, transform 0.2s;
}

.mkt-btn-outline:hover {
  background: #eff6ff;
  transform: translateY(-1px);
}

.mkt-btn-ghost {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  border: 1px solid var(--mkt-border);
  background: #fff;
  transition: border-color 0.2s, background 0.2s;
}

.mkt-btn-ghost:hover {
  border-color: #93c5fd;
  background: #eff6ff;
  color: var(--mkt-blue);
}

.mkt-feature-card {
  background: #fff;
  border: 1px solid var(--mkt-border);
  border-radius: 1rem;
  padding: 1.5rem;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.mkt-feature-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 20px 40px -24px rgba(37, 99, 235, 0.35);
  transform: translateY(-2px);
}

.mkt-feature-icon {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--mkt-blue);
  margin-bottom: 1rem;
}

.mkt-pricing-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--mkt-border);
  border-radius: 1rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.mkt-pricing-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 20px 40px -24px rgba(37, 99, 235, 0.25);
}

.mkt-pricing-card.featured {
  border-color: #93c5fd;
  box-shadow: 0 20px 40px -20px rgba(37, 99, 235, 0.3);
  outline: 2px solid rgba(37, 99, 235, 0.08);
}

.mkt-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #eff6ff 0%, #ffffff 45%, #eff6ff 100%);
  opacity: 0.9;
}

.mkt-blob {
  position: absolute;
  width: 24rem;
  height: 24rem;
  border-radius: 9999px;
  filter: blur(80px);
  opacity: 0.35;
  mix-blend-mode: multiply;
  animation: mkt-blob 8s infinite ease-in-out;
}

.mkt-blob-1 {
  top: -4rem;
  right: -4rem;
  background: #bfdbfe;
}

.mkt-blob-2 {
  bottom: -4rem;
  left: -4rem;
  background: #dbeafe;
  animation-delay: 2s;
}

@keyframes mkt-blob {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(24px, -40px) scale(1.08); }
  66% { transform: translate(-16px, 16px) scale(0.94); }
}

.mkt-stat-value {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #0f172a;
}

.mkt-stat-label {
  font-size: 0.875rem;
  color: var(--mkt-muted);
}

.mkt-demo-panel {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--mkt-border);
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.18);
}

.mkt-auth-bg {
  min-height: 100vh;
  background: linear-gradient(135deg, #eff6ff 0%, #ffffff 50%, #eff6ff 100%);
}

.mkt-auth-card {
  background: #fff;
  border: 1px solid var(--mkt-border);
  border-radius: 1rem;
  box-shadow: 0 20px 40px -24px rgba(15, 23, 42, 0.12);
}

.mkt-input {
  width: 100%;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid var(--mkt-border);
  background: #fff;
  color: #0f172a;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.mkt-input:focus {
  outline: none;
  border-color: var(--mkt-blue);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.mkt-lang a {
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  color: #64748b;
  background: #f1f5f9;
  transition: all 0.2s;
}

.mkt-lang a.active,
.mkt-lang a:hover {
  color: #fff;
  background: var(--mkt-blue);
}

.mkt-section-muted {
  background: #f8fafc;
  border-top: 1px solid var(--mkt-border);
  border-bottom: 1px solid var(--mkt-border);
}

.mkt-footer {
  background: #f8fafc;
  border-top: 1px solid var(--mkt-border);
}

.mkt-check {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--mkt-blue);
  flex-shrink: 0;
}

.mkt-oauth-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  transition: background 0.2s, border-color 0.2s;
}

.mkt-oauth-btn.discord {
  color: #fff;
  background: #5865f2;
  border: 1px solid #4752c4;
}

.mkt-oauth-btn.discord:hover {
  background: #4752c4;
}

.mkt-oauth-btn.steam {
  color: #fff;
  background: #171a21;
  border: 1px solid #1b2838;
}

.mkt-oauth-btn.steam:hover {
  background: #1b2838;
}

.mkt-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94a3b8;
}

.mkt-divider::before,
.mkt-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--mkt-border);
}

.mkt-plan-banner {
  padding: 1rem;
  border-radius: 0.75rem;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  margin-bottom: 1.25rem;
}

.mkt-hint-box {
  font-size: 0.875rem;
  color: #64748b;
  border-radius: 0.5rem;
  border: 1px solid var(--mkt-border);
  background: #f8fafc;
  padding: 0.75rem 1rem;
}

/* ── Nav polish ── */
.mkt-nav {
  transition: box-shadow 0.3s ease, background 0.3s ease;
}

.mkt-nav.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 32px -12px rgba(15, 23, 42, 0.14);
}

.mkt-nav-logo {
  transition: transform 0.25s ease;
}

.mkt-nav-logo:hover {
  transform: scale(1.02);
}

/* ── Language dropdown (tosun-site style) ── */
.mkt-lang-drop {
  position: relative;
}

.mkt-lang-drop-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  background: #fff;
  border: 1px solid var(--mkt-border);
  cursor: pointer;
  transition: color 0.2s, background 0.2s, border-color 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}

.mkt-lang-drop-btn:hover,
.mkt-lang-drop.is-open .mkt-lang-drop-btn {
  color: var(--mkt-blue);
  background: #eff6ff;
  border-color: #93c5fd;
}

.mkt-lang-chevron {
  font-size: 0.65rem;
  transition: transform 0.25s ease;
}

.mkt-lang-drop.is-open .mkt-lang-chevron {
  transform: rotate(180deg);
}

.mkt-lang-drop-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 0.5rem);
  min-width: 11rem;
  background: #fff;
  border: 1px solid var(--mkt-border);
  border-radius: 0.75rem;
  box-shadow: 0 20px 40px -16px rgba(15, 23, 42, 0.18);
  padding: 0.375rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(0.98);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  z-index: 60;
}

.mkt-lang-drop.w-full .mkt-lang-drop-btn {
  width: 100%;
  justify-content: space-between;
}

.mkt-lang-drop.w-full .mkt-lang-drop-panel {
  left: 0;
  right: 0;
  min-width: 0;
}

.mkt-lang-drop.is-open .mkt-lang-drop-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.mkt-lang-drop-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: #334155;
  transition: background 0.15s, color 0.15s;
}

.mkt-lang-drop-item:hover {
  background: #eff6ff;
  color: var(--mkt-blue);
}

.mkt-lang-drop-item.is-active {
  background: #eff6ff;
  color: var(--mkt-blue);
  font-weight: 600;
}

.mkt-lang-check {
  margin-left: auto;
  font-size: 0.75rem;
}

/* ── Mobile nav ── */
.mkt-mobile-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  color: #334155;
  border: 1px solid var(--mkt-border);
  background: #fff;
  transition: background 0.2s, border-color 0.2s;
}

.mkt-mobile-toggle:hover {
  background: #eff6ff;
  border-color: #93c5fd;
  color: var(--mkt-blue);
}

.mkt-mobile-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  border-top: 1px solid transparent;
  transition: max-height 0.35s ease, opacity 0.25s ease, border-color 0.25s;
}

.mkt-mobile-panel.is-open {
  max-height: 28rem;
  opacity: 1;
  border-top-color: var(--mkt-border);
}

.mkt-mobile-link {
  display: block;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #475569;
  transition: background 0.2s, color 0.2s;
}

.mkt-mobile-link:hover {
  background: #eff6ff;
  color: var(--mkt-blue);
}

body.mkt-menu-open {
  overflow: hidden;
}

/* ── Hero entrance ── */
[data-mkt-hero-in] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--mkt-delay, 0s);
}

[data-mkt-hero-in].mkt-hero-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Scroll reveal ── */
.mkt-reveal,
.mkt-reveal-left,
.mkt-reveal-right,
.mkt-reveal-scale {
  opacity: 0;
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.mkt-reveal {
  transform: translateY(32px);
}

.mkt-reveal-left {
  transform: translateX(-36px);
}

.mkt-reveal-right {
  transform: translateX(36px);
}

.mkt-reveal-scale {
  transform: scale(0.94) translateY(16px);
}

.mkt-reveal.is-visible,
.mkt-reveal-left.is-visible,
.mkt-reveal-right.is-visible,
.mkt-reveal-scale.is-visible {
  opacity: 1;
  transform: none;
}

[data-mkt-stagger-item] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-mkt-stagger-item].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Stats counter ── */
.mkt-stat-value {
  font-variant-numeric: tabular-nums;
  transition: color 0.3s ease;
}

.mkt-stat-value.is-counting {
  color: var(--mkt-blue);
}

.mkt-stat-icon {
  transition: transform 0.4s ease;
}

.mkt-stat-item:hover .mkt-stat-icon {
  transform: scale(1.12) translateY(-2px);
}

.mkt-badge-dot {
  animation: mkt-pulse-dot 2s ease-in-out infinite;
}

@keyframes mkt-pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.65; transform: scale(1.15); }
}

/* ── Demo float ── */
.mkt-demo-float {
  animation: mkt-float 6s ease-in-out infinite;
}

@keyframes mkt-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ── Button shine ── */
.mkt-btn-shine {
  position: relative;
  overflow: hidden;
}

.mkt-btn-shine::after {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  transform: skewX(-18deg);
  animation: mkt-shine 4s ease-in-out infinite;
}

@keyframes mkt-shine {
  0%, 70%, 100% { left: -120%; }
  85% { left: 140%; }
}

.mkt-cta-glow {
  animation: mkt-cta-glow 4s ease-in-out infinite;
}

@keyframes mkt-cta-glow {
  0%, 100% { box-shadow: 0 20px 50px -16px rgba(37, 99, 235, 0.45); }
  50% { box-shadow: 0 28px 60px -12px rgba(37, 99, 235, 0.55); }
}

.mkt-feature-card {
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.mkt-feature-card:hover .mkt-feature-icon {
  transform: scale(1.08);
  transition: transform 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
  [data-mkt-hero-in],
  .mkt-reveal, .mkt-reveal-left, .mkt-reveal-right, .mkt-reveal-scale,
  [data-mkt-stagger-item] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .mkt-blob, .mkt-demo-float, .mkt-badge-dot, .mkt-cta-glow, .mkt-btn-shine::after {
    animation: none !important;
  }
}

/* ── Pricing plan tabs ── */
.mkt-plan-tabs {
  display: inline-flex;
  background: #f1f5f9;
  border-radius: 0.75rem;
  padding: 0.25rem;
  gap: 0.25rem;
}

.mkt-plan-tab {
  padding: 0.5rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  background: transparent;
}

.mkt-plan-tab.is-active {
  background: #fff;
  color: var(--mkt-blue);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
}

/* ── Server count slider ── */
.mkt-calc-card {
  background: #f8fafc;
  border: 1px solid var(--mkt-border);
  border-radius: 1rem;
  padding: 2rem;
}

.mkt-range-input {
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(to right, var(--mkt-blue) 15%, #e2e8f0 15%);
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  transition: background 0.2s;
}

.mkt-range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--mkt-blue);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.4);
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
}

.mkt-range-input::-webkit-slider-thumb:hover {
  transform: scale(1.18);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.5);
}

.mkt-range-input::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--mkt-blue);
  border: none;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.4);
  cursor: pointer;
}

.mkt-calc-price-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--mkt-border);
}

.mkt-calc-price-item {
  background: #fff;
  border: 1px solid var(--mkt-border);
  border-radius: 0.75rem;
  padding: 1rem;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.mkt-calc-price-item:hover {
  border-color: #93c5fd;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);
}

.mkt-calc-price-item .plan-name {
  font-size: 0.75rem;
  color: #64748b;
  margin-bottom: 0.375rem;
  font-weight: 500;
}

.mkt-calc-price-item .plan-price {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--mkt-blue);
}

.mkt-calc-price-item .plan-cycle {
  font-size: 0.7rem;
  color: #94a3b8;
}

/* ── Mini feature cards (4-column advanced grid) ── */
.mkt-mini-card {
  background: #fff;
  border: 1px solid var(--mkt-border);
  border-radius: 0.75rem;
  padding: 1.5rem;
  transition: border-color 0.25s, box-shadow 0.3s, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.mkt-mini-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 16px 32px -12px rgba(37, 99, 235, 0.22);
  transform: translateY(-3px);
}

.mkt-mini-icon {
  font-size: 1.75rem;
  color: var(--mkt-blue);
  margin-bottom: 0.75rem;
  display: block;
  transition: transform 0.3s ease;
}

.mkt-mini-card:hover .mkt-mini-icon {
  transform: scale(1.1) translateY(-2px);
}

/* ── Comparison table ── */
.mkt-compare-wrap {
  overflow-x: auto;
  border-radius: 1rem;
  border: 1px solid var(--mkt-border);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.mkt-compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}

.mkt-compare-table thead th {
  padding: 1rem 1.5rem;
  font-weight: 600;
  color: #0f172a;
  text-align: center;
  background: #f8fafc;
  border-bottom: 1px solid var(--mkt-border);
  font-size: 0.9375rem;
}

.mkt-compare-table thead th:first-child {
  text-align: left;
}

.mkt-compare-table thead .col-featured {
  background: #eff6ff;
  color: var(--mkt-blue);
  border-left: 2px solid #bfdbfe;
  border-right: 2px solid #bfdbfe;
}

.mkt-compare-table tbody td {
  padding: 0.875rem 1.5rem;
  border-bottom: 1px solid #f1f5f9;
  text-align: center;
  color: #475569;
  font-size: 0.9rem;
}

.mkt-compare-table tbody td:first-child {
  text-align: left;
  font-weight: 500;
  color: #1e293b;
}

.mkt-compare-table tbody td.col-featured {
  background: #fafcff;
  border-left: 2px solid #bfdbfe;
  border-right: 2px solid #bfdbfe;
}

.mkt-compare-table tbody tr:last-child td {
  border-bottom: none;
}

.mkt-compare-table tbody tr:hover td {
  background: #f8fafc;
}

.mkt-compare-table tbody tr:hover td.col-featured {
  background: #eff6ff;
}

.mkt-compare-check {
  color: var(--mkt-blue);
  font-size: 1rem;
}

.mkt-compare-cross {
  color: #cbd5e1;
  font-size: 1rem;
}

/* ── FAQ accordion ── */
.mkt-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.mkt-faq-item {
  border: 1px solid var(--mkt-border);
  border-radius: 0.75rem;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.mkt-faq-item:hover {
  border-color: #93c5fd;
  box-shadow: 0 8px 24px -8px rgba(37, 99, 235, 0.12);
}

.mkt-faq-item.is-open {
  border-color: #bfdbfe;
  box-shadow: 0 8px 24px -8px rgba(37, 99, 235, 0.16);
}

.mkt-faq-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #0f172a;
  cursor: pointer;
  background: none;
  border: none;
  text-align: left;
  gap: 1rem;
  transition: color 0.2s;
}

.mkt-faq-btn:hover,
.mkt-faq-item.is-open .mkt-faq-btn {
  color: var(--mkt-blue);
}

.mkt-faq-chevron {
  flex-shrink: 0;
  font-size: 0.7rem;
  color: #94a3b8;
  transition: transform 0.25s ease, color 0.2s;
}

.mkt-faq-item.is-open .mkt-faq-chevron {
  transform: rotate(180deg);
  color: var(--mkt-blue);
}

.mkt-faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.mkt-faq-item.is-open .mkt-faq-body {
  max-height: 300px;
}

.mkt-faq-text {
  padding: 0 1.5rem 1.25rem;
  color: #475569;
  line-height: 1.75;
  font-size: 0.9375rem;
  border-top: 1px solid #f1f5f9;
}

/* ── CTA gradient card ── */
.mkt-cta-gradient {
  background: linear-gradient(135deg, #1e40af 0%, #2563eb 55%, #3b82f6 100%);
  border-radius: 1.5rem;
  padding: 4rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  animation: mkt-cta-glow 5s ease-in-out infinite;
}

.mkt-cta-gradient::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(255, 255, 255, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 30%, rgba(59, 130, 246, 0.4) 0%, transparent 55%);
  pointer-events: none;
}

.mkt-cta-gradient > * {
  position: relative;
  z-index: 1;
}

.mkt-cta-gradient h2 {
  color: #fff;
}

.mkt-cta-gradient p {
  color: rgba(255, 255, 255, 0.82);
}

.mkt-btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  border-radius: var(--mkt-radius);
  font-weight: 700;
  color: var(--mkt-blue);
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.mkt-btn-white:hover {
  background: #f0f9ff;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.22);
}

/* ── Pricing card dynamic price ── */
[data-mkt-dyn-price] {
  transition: color 0.3s ease;
}

[data-mkt-dyn-price].is-updating {
  color: var(--mkt-blue);
}

/* ── Yearly toggle ── */
.mkt-billing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #475569;
}

.mkt-toggle-switch {
  position: relative;
  width: 44px;
  height: 24px;
}

.mkt-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.mkt-toggle-track {
  position: absolute;
  inset: 0;
  background: #e2e8f0;
  border-radius: 999px;
  transition: background 0.2s;
  cursor: pointer;
}

.mkt-toggle-switch input:checked + .mkt-toggle-track {
  background: var(--mkt-blue);
}

.mkt-toggle-track::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  top: 3px;
  left: 3px;
  transition: transform 0.2s;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.18);
}

.mkt-toggle-switch input:checked + .mkt-toggle-track::after {
  transform: translateX(20px);
}

.mkt-badge-save {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  border-radius: 999px;
  background: #dcfce7;
  color: #15803d;
  font-size: 0.75rem;
  font-weight: 600;
}
