:root {
  --qp-blue: #2563eb;
  --qp-blue-deep: #1d4ed8;
  --qp-cyan: #22d3ee;
  --qp-green: #10b981;
  --qp-ink: #0f172a;
  --qp-text: #475569;
  --qp-muted: #718096;
  --qp-line: rgba(148, 163, 184, 0.22);
  --qp-surface: #f7faff;
}

.pricing-page {
  color: var(--qp-ink);
  background: #fff;
}

.pricing-page .site-header-wrapper {
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  backdrop-filter: blur(18px);
}

.pricing-page .site-header {
  width: min(1400px, calc(100% - 48px));
  max-width: none;
  margin: 0 auto;
  padding: 14px 0;
  background: transparent;
  border: 0;
  backdrop-filter: none;
}

.pricing-page .brand-name { color: #07142e; }
.pricing-page .brand-logo { box-shadow: none; }
.pricing-page .site-nav a { color: #4b5563; }
.pricing-page .site-nav a:hover { color: #1f2937; background: rgba(15, 23, 42, 0.04); }
.pricing-page .site-nav a.active { color: #3b82f6; background: rgba(59, 130, 246, 0.08); }
.pricing-page .header-cta { color: #fff; background: #101828; box-shadow: none; }
.pricing-page .header-cta:hover { background: #1d2939; }

.qp-pricing {
  overflow: hidden;
  background: #fff;
}

.qp-price-container,
.pricing-v2-section-head,
.pricing-v2-status,
.pricing-v2-feature-shell,
.qp-decision,
.qp-final-cta {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.qp-price-hero {
  position: relative;
  padding: clamp(72px, 7vw, 108px) 0 clamp(88px, 8vw, 126px);
  overflow: hidden;
  background:
    linear-gradient(rgba(37, 99, 235, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 50% -8%, rgba(37, 99, 235, 0.13), transparent 36%),
    linear-gradient(180deg, #fff 0%, #f8fbff 58%, #eff7ff 100%);
  background-size: 60px 60px, 60px 60px, auto, auto;
}

.qp-price-hero::after {
  position: absolute;
  right: -100px;
  bottom: -240px;
  width: 520px;
  height: 520px;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(37, 99, 235, 0.09);
  border-radius: 50%;
  box-shadow: 0 0 0 72px rgba(37, 99, 235, 0.02), 0 0 0 144px rgba(34, 211, 238, 0.018);
}

.qp-hero-orb {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(2px);
}

.qp-hero-orb-left {
  top: 200px;
  left: -160px;
  width: 340px;
  height: 340px;
  background: rgba(59, 130, 246, 0.09);
  box-shadow: 0 0 120px rgba(59, 130, 246, 0.13);
}

.qp-hero-orb-right {
  top: 110px;
  right: -100px;
  width: 280px;
  height: 280px;
  background: rgba(34, 211, 238, 0.09);
  box-shadow: 0 0 110px rgba(34, 211, 238, 0.12);
}

.qp-price-container {
  position: relative;
  z-index: 1;
}

.qp-price-heading {
  max-width: 860px;
  margin: 0 auto 46px;
  text-align: center;
}

.qp-eyebrow {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 0 13px;
  color: #315b93;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(59, 130, 246, 0.16);
  border-radius: 999px;
  box-shadow: 0 8px 26px rgba(37, 99, 235, 0.06);
}

.qp-eyebrow i {
  width: 7px;
  height: 7px;
  background: linear-gradient(135deg, var(--qp-blue), var(--qp-cyan));
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(59, 130, 246, 0.09);
}

.qp-price-heading h1 {
  margin: 0;
  color: var(--qp-ink);
  font-size: clamp(48px, 6vw, 76px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.qp-price-heading h1 em {
  color: transparent;
  font-style: normal;
  background: linear-gradient(120deg, #2563eb 0%, #5667f5 48%, #22d3ee 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.qp-price-heading > p {
  max-width: 690px;
  margin: 0 auto;
  color: #58677d;
  font-size: 17px;
  line-height: 1.8;
}

.qp-rule-chips {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
}

.qp-rule-chips span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  color: #53657c;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 999px;
}

.qp-rule-chips span::before {
  width: 5px;
  height: 5px;
  margin-right: 7px;
  content: "";
  background: #3b82f6;
  border-radius: 50%;
}

.qp-plan-grid {
  display: grid;
  max-width: 1040px;
  margin: 0 auto;
  padding: 10px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 8px;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 34px;
  box-shadow: 0 32px 90px rgba(40, 72, 118, 0.12);
  backdrop-filter: blur(18px);
}

.qp-plan-card {
  position: relative;
  display: flex;
  min-height: 590px;
  padding: 38px;
  overflow: hidden;
  flex-direction: column;
  background: transparent;
  border: 0;
  border-radius: 25px;
  box-shadow: none;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.qp-plan-card::before {
  display: none;
}

.qp-plan-card::after {
  display: none;
}

.qp-plan-card:hover {
  transform: none;
  box-shadow: none;
}

.qp-plan-advanced {
  min-height: 590px;
  background:
    radial-gradient(circle at 92% 3%, rgba(255, 255, 255, 0.2), transparent 30%),
    radial-gradient(circle at 3% 94%, rgba(34, 211, 238, 0.3), transparent 29%),
    linear-gradient(145deg, #1d4ed8 0%, #2563eb 52%, #1688d8 100%);
  box-shadow: 0 24px 54px rgba(37, 99, 235, 0.24);
}

.qp-popular-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  min-height: 31px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  color: #1d4ed8;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  box-shadow: 0 9px 22px rgba(20, 61, 146, 0.2);
}

.qp-plan-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  gap: 16px;
}

.qp-plan-head small {
  display: block;
  margin-bottom: 5px;
  color: #3b82f6;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.qp-plan-head h2 {
  margin: 0;
  color: var(--qp-ink);
  font-size: 24px;
  font-weight: 850;
}

.qp-plan-head > span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
}

.qp-plan-advanced .qp-plan-head > span {
  display: none;
}

.qp-plan-advanced .qp-plan-head small {
  color: #bfdbfe;
}

.qp-plan-advanced .qp-plan-head h2,
.qp-plan-advanced .qp-plan-price {
  color: #fff;
}

.qp-plan-price {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  color: var(--qp-ink);
}

.qp-plan-price sup {
  margin: 12px 7px 0 0;
  color: #3b82f6;
  font-size: 25px;
  font-weight: 800;
}

.qp-plan-advanced .qp-plan-price sup {
  color: #bfdbfe;
}

.qp-plan-advanced .qp-plan-price em {
  color: rgba(255, 255, 255, 0.68);
}

.qp-plan-price strong {
  font-size: clamp(64px, 6vw, 80px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

.qp-plan-price em {
  align-self: flex-end;
  margin: 0 0 8px 10px;
  color: #8a97a9;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.qp-plan-desc {
  min-height: 72px;
  margin: 0 0 22px;
  color: #5d6d83;
  font-size: 14px;
  line-height: 1.75;
}

.qp-plan-advanced .qp-plan-desc {
  color: rgba(255, 255, 255, 0.78);
}

.qp-point-box {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  padding: 0 20px;
  background: #eef5ff;
  border: 1px solid #d9e8ff;
  border-radius: 16px;
}

.qp-point-box > span {
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
}

.qp-point-box strong {
  color: #1d4ed8;
  font-size: 30px;
  letter-spacing: -0.04em;
}

.qp-point-box strong small {
  margin-left: 4px;
  font-size: 12px;
  letter-spacing: 0;
}

.qp-point-box-highlight {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
}

.qp-point-box-highlight > span,
.qp-point-box-highlight strong {
  color: #fff;
}

.qp-point-box-highlight strong small {
  color: rgba(255, 255, 255, 0.78);
}

.qp-plan-includes {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  gap: 12px;
}

.qp-plan-includes span {
  flex: 0 0 auto;
  color: #94a3b8;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.qp-plan-advanced .qp-plan-includes span {
  color: rgba(255, 255, 255, 0.55);
}

.qp-plan-includes i {
  width: 100%;
  height: 1px;
  background: #edf0f4;
}

.qp-plan-advanced .qp-plan-includes i {
  background: rgba(255, 255, 255, 0.18);
}

.qp-plan-card ul {
  display: grid;
  margin: 0 0 28px;
  padding: 0;
  gap: 14px;
  list-style: none;
}

.qp-plan-card li {
  position: relative;
  padding-left: 26px;
  color: #52627a;
  font-size: 14px;
  line-height: 1.55;
}

.qp-plan-advanced li {
  color: rgba(255, 255, 255, 0.86);
}

.qp-plan-card li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  color: #2563eb;
  font-size: 11px;
  font-weight: 900;
  content: "✓";
  background: #eff6ff;
  border-radius: 50%;
}

.qp-plan-advanced li::before {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.qp-plan-button {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 850;
  border-radius: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.qp-plan-button:hover { transform: translateY(-2px); }

.qp-plan-button-secondary {
  color: #fff;
  background: #0f172a;
  border: 1px solid #0f172a;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
}

.qp-plan-button-secondary:hover {
  color: #fff;
  background: #1e293b;
  border-color: #1e293b;
}

.qp-plan-button-primary {
  color: #1d4ed8;
  background: #fff;
  box-shadow: 0 14px 30px rgba(20, 61, 146, 0.22);
}

.qp-plan-button-primary:hover {
  color: #1e40af;
  background: #f8fbff;
  box-shadow: 0 18px 38px rgba(20, 61, 146, 0.3);
}

.qp-value-strip {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 1020px;
  min-height: 108px;
  align-items: center;
  margin: 24px auto 0;
  padding: 18px 20px;
  grid-template-columns: 1.4fr 0.8fr auto 0.8fr auto 0.8fr 0.85fr;
  gap: 15px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(41, 68, 109, 0.07);
}

.qp-value-title {
  padding-right: 16px;
  border-right: 1px solid rgba(148, 163, 184, 0.2);
}

.qp-value-title small,
.qp-value-title strong,
.qp-value-item span,
.qp-value-item strong,
.qp-value-save span,
.qp-value-save strong {
  display: block;
}

.qp-value-title small {
  margin-bottom: 5px;
  color: #3b82f6;
  font-size: 10px;
  font-weight: 900;
}

.qp-value-title strong { color: var(--qp-ink); font-size: 15px; }
.qp-value-item span, .qp-value-save span { margin-bottom: 4px; color: #8592a4; font-size: 10px; font-weight: 700; }
.qp-value-item strong { color: #334155; font-size: 16px; }
.qp-value-strip > b { color: #a7b4c6; font-size: 16px; }

.qp-value-save {
  padding: 12px 14px;
  background: rgba(16, 185, 129, 0.09);
  border: 1px solid rgba(16, 185, 129, 0.16);
  border-radius: 12px;
}

.qp-value-save span,
.qp-value-save strong { color: #047857; }
.qp-value-save strong { font-size: 18px; }

.pricing-v2-features {
  width: 100%;
  margin: 0;
  padding: clamp(86px, 8vw, 124px) 0;
  color: var(--qp-ink);
  background:
    radial-gradient(circle at 88% 8%, rgba(59, 130, 246, 0.08), transparent 24%),
    #f7faff;
}

.pricing-v2-section-head {
  display: block;
  margin-bottom: 40px;
}

.pricing-v2-section-head > div > span {
  display: block;
  margin-bottom: 12px;
  color: #3b82f6;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.pricing-v2-section-head h2 {
  margin: 0;
  color: var(--qp-ink);
  font-size: clamp(38px, 4.2vw, 54px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.07;
  white-space: nowrap;
}

.pricing-v2-section-head > p {
  margin: 0;
  color: #5e6d82;
  font-size: 16px;
  line-height: 1.85;
}

.pricing-v2-status {
  display: grid;
  margin-bottom: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.pricing-v2-status article {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 13px;
}

.pricing-v2-status i {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 0 5px currentColor;
}

.pricing-v2-status i.is-included { color: rgba(16,185,129,.12); background:#10b981; }
.pricing-v2-status i.is-metered { color: rgba(59,130,246,.12); background:#3b82f6; }
.pricing-v2-status i.is-trial { color: rgba(139,92,246,.12); background:#8b5cf6; }
.pricing-v2-status i.is-addon { color: rgba(245,158,11,.12); background:#f59e0b; }
.pricing-v2-status strong, .pricing-v2-status span { display:block; }
.pricing-v2-status strong { margin-bottom:3px; color:#243249; font-size:13px; }
.pricing-v2-status span { color:#7d899a; font-size:11px; }

.pricing-v2-feature-shell {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 20px;
  box-shadow: 0 28px 72px rgba(41, 68, 109, 0.08);
}

.pricing-v2-feature-bar,
.pricing-v2-feature-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.pricing-v2-feature-bar {
  min-height: 70px;
  padding: 0 22px;
  background: linear-gradient(135deg, #f7faff, #eef7ff);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.pricing-v2-feature-bar > div:first-child { display:flex; align-items:baseline; gap:12px; }
.pricing-v2-feature-bar span { color:var(--qp-ink); font-size:16px; font-weight:850; }
.pricing-v2-feature-bar small { color:#8592a4; font-size:10px; font-weight:700; }
.pricing-v2-feature-legend { display:flex; align-items:center; gap:8px; color:#64748b; font-size:11px; font-weight:700; }
.pricing-v2-feature-legend i { width:6px; height:6px; background:#10b981; border-radius:50%; box-shadow:0 0 12px rgba(16,185,129,.42); }

.pricing-v2-feature-shell .feature-table-scroll {
  overflow-x: auto;
  border-top: 0;
  -webkit-overflow-scrolling: touch;
}

.pricing-v2-feature-shell .feature-table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
}

.pricing-v2-feature-shell .feature-table th,
.pricing-v2-feature-shell .feature-table td {
  padding: 16px 20px;
  color: #52627a;
  font-size: 13px;
  line-height: 1.55;
  text-align: left;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.pricing-v2-feature-shell .feature-table thead th {
  color: #718096;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  background: #fbfcfe;
}

.pricing-v2-feature-shell .feature-table thead th:first-child { width:27%; }
.pricing-v2-feature-shell .feature-table thead th:nth-child(2),
.pricing-v2-feature-shell .feature-table thead th:nth-child(3) { width:18%; }
.pricing-v2-feature-shell .feature-table tbody th[scope="row"] { color:#26364d; font-weight:700; }
.pricing-v2-feature-shell .feature-table tbody tr:not(.feature-group):hover { background:#fbfdff; }
.pricing-v2-feature-shell .feature-group th { padding-block:11px; color:#3263a3; font-size:11px; letter-spacing:.05em; background:#edf5ff; }

.pricing-v2-feature-shell .feature-status {
  display: inline-flex;
  min-width: 70px;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 800;
  border-radius: 999px;
}

.pricing-v2-feature-shell .feature-status.included { color:#047857; background:rgba(16,185,129,.11); }
.pricing-v2-feature-shell .feature-status.metered { color:#1d4ed8; background:rgba(59,130,246,.11); }
.pricing-v2-feature-shell .feature-status.trial { color:#7c3aed; background:rgba(139,92,246,.11); }
.pricing-v2-feature-shell .feature-status.addon { color:#b45309; background:rgba(245,158,11,.13); }

.pricing-v2-feature-foot {
  min-height: 64px;
  padding: 0 22px;
  background: #fbfcfe;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.pricing-v2-feature-foot p { margin:0; color:#7d899a; font-size:12px; }
.pricing-v2-feature-foot a { display:inline-flex; align-items:center; gap:6px; color:#2563eb; font-size:13px; font-weight:800; }

.qp-decision {
  padding: clamp(82px, 8vw, 120px) 0;
}

.qp-decision-heading {
  max-width: 700px;
  margin: 0 auto 36px;
  text-align: center;
}

.qp-decision-heading h2 {
  margin: 0;
  color: var(--qp-ink);
  font-size: clamp(38px, 4.5vw, 56px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

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

.qp-decision-grid article {
  display: grid;
  min-height: 190px;
  padding: 28px;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(41, 68, 109, 0.06);
}

.qp-decision-grid article.is-recommended {
  background: linear-gradient(145deg, #f8fbff, #eef7ff);
  border-color: rgba(59, 130, 246, 0.3);
}

.qp-decision-grid article > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #2563eb;
  font-size: 13px;
  font-weight: 900;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 14px;
}

.qp-decision-grid small { color:#3b82f6; font-size:11px; font-weight:800; }
.qp-decision-grid h3 { margin:7px 0 8px; color:var(--qp-ink); font-size:22px; }
.qp-decision-grid p { margin:0; color:#66758a; font-size:14px; line-height:1.75; }

.qp-final-cta {
  display: grid;
  margin-bottom: 90px;
  padding: 46px 52px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 10%, rgba(34, 211, 238, 0.22), transparent 28%),
    linear-gradient(135deg, #eef6ff, #f5fbff);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 24px;
  box-shadow: 0 24px 64px rgba(37, 99, 235, 0.09);
}

.qp-final-cta > div > span { color:#3b82f6; font-size:11px; font-weight:900; letter-spacing:.08em; }
.qp-final-cta h2 { margin:8px 0 7px; color:var(--qp-ink); font-size:clamp(28px,3.2vw,42px); font-weight:900; letter-spacing:-.035em; }
.qp-final-cta p { margin:0; color:#66758a; font-size:14px; }
.qp-final-cta > a { display:flex; min-width:210px; min-height:54px; align-items:center; justify-content:space-between; padding:0 18px; color:#fff; font-size:14px; font-weight:850; background:linear-gradient(135deg,#3b82f6,#6366f1); border-radius:12px; box-shadow:0 16px 34px rgba(59,130,246,.22); transition:transform .2s ease,box-shadow .2s ease; }
.qp-final-cta > a:hover { transform:translateY(-2px); box-shadow:0 20px 42px rgba(59,130,246,.3); }

@media (max-width: 900px) {
  .qp-plan-grid { max-width:640px; padding:8px; grid-template-columns:1fr; }
  .qp-plan-advanced { order:-1; }
  .qp-plan-card { min-height:auto; }
  .qp-value-strip { max-width:640px; grid-template-columns:repeat(3,1fr); gap:10px; }
  .qp-value-title { grid-column:1 / -1; padding:0 0 14px; border-right:0; border-bottom:1px solid rgba(148,163,184,.2); }
  .qp-value-strip > b { display:none; }
  .pricing-v2-section-head { grid-template-columns:1fr; gap:22px; }
  .pricing-v2-section-head > p { max-width:680px; }
  .pricing-v2-status { grid-template-columns:repeat(2,1fr); }
  .qp-final-cta { grid-template-columns:1fr; gap:24px; }
  .qp-final-cta > a { width:100%; }
}

@media (max-width: 760px) {
  .pricing-page .site-header { width:min(100% - 28px, 620px); }
  .pricing-page .site-nav { display:none; }
  .pricing-page .brand-logo { width:42px; height:42px; }
  .pricing-page .header-cta { min-height:42px; padding-inline:16px; font-size:13px; }
  .qp-price-container,
  .pricing-v2-section-head,
  .pricing-v2-status,
  .pricing-v2-feature-shell,
  .qp-decision,
  .qp-final-cta { width:min(100% - 28px, 620px); }
  .qp-price-hero { padding:54px 0 72px; background-size:42px 42px,42px 42px,auto,auto; }
  .qp-price-heading { margin-bottom:38px; }
  .qp-price-heading h1 { font-size:clamp(42px,12vw,58px); }
  .qp-price-heading > p { font-size:15px; }
  .qp-rule-chips { display:grid; grid-template-columns:repeat(2,1fr); }
  .qp-rule-chips span { justify-content:center; padding:0 8px; text-align:center; }
  .qp-plan-grid { border-radius:25px; }
  .qp-plan-card { padding:26px; border-radius:19px; }
  .qp-plan-desc { min-height:auto; }
  .qp-value-strip { grid-template-columns:1fr 1fr; }
  .qp-value-save { grid-column:1 / -1; }
  .pricing-v2-features { padding:72px 0; }
  .pricing-v2-section-head h2 { font-size:clamp(38px,10vw,50px); }
  .pricing-v2-feature-bar { min-height:66px; padding:0 16px; }
  .pricing-v2-feature-bar > div:first-child { display:block; }
  .pricing-v2-feature-bar small { display:block; margin-top:3px; }
  .pricing-v2-feature-legend { display:none; }
  .pricing-v2-feature-shell .feature-table th,
  .pricing-v2-feature-shell .feature-table td { padding:14px; }
  .pricing-v2-feature-foot { min-height:auto; padding:15px 16px; align-items:flex-start; flex-direction:column; gap:7px; }
  .qp-decision { padding:72px 0; }
  .qp-decision-grid { grid-template-columns:1fr; }
  .qp-decision-grid article { min-height:auto; padding:22px; }
  .qp-final-cta { margin-bottom:58px; padding:32px 24px; border-radius:19px; }
}

@media (max-width: 430px) {
  .qp-eyebrow { font-size:10px; }
  .qp-price-heading h1 { font-size:42px; }
  .qp-rule-chips { grid-template-columns:1fr; }
  .qp-plan-head { align-items:flex-start; }
  .qp-plan-head > span { max-width:110px; text-align:right; line-height:1.45; }
  .qp-plan-price strong { font-size:64px; }
  .qp-point-box { padding-inline:14px; }
  .pricing-v2-status { grid-template-columns:1fr; }
  .qp-decision-grid article { grid-template-columns:44px 1fr; gap:13px; }
  .qp-decision-grid article > span { width:40px; height:40px; border-radius:11px; }
}

@media (prefers-reduced-motion: reduce) {
  .qp-plan-card,
  .qp-plan-button,
  .qp-final-cta > a { transition:none; }
}

/* Final pricing layout: wide plan panels instead of tall pricing cards */
.qp-plan-grid {
  display: grid;
  max-width: 1060px;
  padding: 0;
  grid-template-columns: 1fr;
  gap: 18px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.qp-plan-card,
.qp-plan-advanced {
  position: relative;
  display: grid;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  color: var(--qp-ink);
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 26px;
  box-shadow: 0 20px 56px rgba(15, 23, 42, 0.075);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.qp-plan-card::before,
.qp-plan-card::after {
  display: none;
}

.qp-plan-card:hover {
  transform: translateY(-3px);
  border-color: rgba(59, 130, 246, 0.28);
  box-shadow: 0 26px 66px rgba(37, 99, 235, 0.11);
}

.qp-plan-advanced {
  border-color: rgba(59, 130, 246, 0.34);
  box-shadow: 0 24px 64px rgba(37, 99, 235, 0.12);
}

.qp-plan-summary {
  position: relative;
  display: flex;
  padding: 34px 36px;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 88% 10%, rgba(34, 211, 238, 0.13), transparent 30%),
    linear-gradient(145deg, #f8fbff 0%, #f1f7ff 100%);
  border-right: 1px solid rgba(148, 163, 184, 0.16);
}

.qp-plan-advanced .qp-plan-summary {
  background:
    radial-gradient(circle at 88% 10%, rgba(99, 102, 241, 0.14), transparent 32%),
    linear-gradient(145deg, #f4f7ff 0%, #eef5ff 100%);
}

.qp-plan-details {
  display: flex;
  min-width: 0;
  padding: 30px 34px;
  flex-direction: column;
}

.qp-plan-card .qp-plan-head {
  margin: 0 0 22px;
  align-items: flex-start;
}

.qp-plan-card .qp-plan-head > span,
.qp-plan-advanced .qp-plan-head > span {
  display: inline-flex;
  color: #2563eb;
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(59, 130, 246, 0.16);
}

.qp-plan-card .qp-plan-head h2,
.qp-plan-advanced .qp-plan-head h2,
.qp-plan-card .qp-plan-price,
.qp-plan-advanced .qp-plan-price {
  color: #07142e;
}

.qp-plan-advanced .qp-plan-head small {
  color: #3b82f6;
}

.qp-plan-card .qp-plan-price {
  margin-bottom: 18px;
}

.qp-plan-card .qp-plan-price strong {
  font-size: clamp(60px, 5vw, 72px);
}

.qp-plan-advanced .qp-plan-price sup {
  color: #3b82f6;
}

.qp-plan-advanced .qp-plan-price em {
  color: #8a97a9;
}

.qp-plan-card .qp-plan-desc,
.qp-plan-advanced .qp-plan-desc {
  min-height: 0;
  margin: 0;
  color: #5d6d83;
}

.qp-popular-badge {
  position: static;
  align-self: flex-start;
  min-height: 28px;
  margin-bottom: 18px;
  padding: 0 11px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  border: 0;
  box-shadow: 0 9px 20px rgba(37, 99, 235, 0.2);
}

.qp-plan-card .qp-point-box,
.qp-plan-card .qp-point-box-highlight {
  min-height: 72px;
  margin-bottom: 20px;
  padding: 0 18px;
  color: #0f172a;
  background: #f8fbff;
  border: 1px solid #dce9fb;
  border-radius: 14px;
  box-shadow: none;
  backdrop-filter: none;
}

.qp-plan-card .qp-point-box-highlight {
  background: linear-gradient(135deg, #edf5ff, #f5f9ff);
  border-color: #cfe0fb;
}

.qp-plan-card .qp-point-box > span,
.qp-plan-card .qp-point-box-highlight > span {
  color: #64748b;
}

.qp-plan-card .qp-point-box strong,
.qp-plan-card .qp-point-box-highlight strong {
  color: #2563eb;
  font-size: 29px;
}

.qp-plan-card .qp-point-box strong small,
.qp-plan-card .qp-point-box-highlight strong small {
  color: #64748b;
}

.qp-plan-card .qp-plan-includes {
  margin-bottom: 15px;
}

.qp-plan-card .qp-plan-includes span,
.qp-plan-advanced .qp-plan-includes span {
  color: #94a3b8;
}

.qp-plan-card .qp-plan-includes i,
.qp-plan-advanced .qp-plan-includes i {
  background: #edf0f4;
}

.qp-plan-card ul {
  display: grid;
  margin-bottom: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}

.qp-plan-card li,
.qp-plan-advanced li {
  color: #52627a;
  font-size: 13px;
}

.qp-plan-card li::before,
.qp-plan-advanced li::before {
  color: #2563eb;
  background: #eef6ff;
}

.qp-plan-button {
  min-height: 50px;
  margin-top: auto;
  border-radius: 12px;
}

.qp-plan-button-secondary {
  color: #2563eb;
  background: #fff;
  border-color: #bfd5f5;
  box-shadow: none;
}

.qp-plan-button-secondary:hover {
  color: #1d4ed8;
  background: #f6faff;
  border-color: #93bbed;
}

.qp-plan-button-primary {
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.22);
}

.qp-plan-button-primary:hover {
  color: #fff;
  background: linear-gradient(135deg, #1d4ed8, #4338ca);
}

@media (max-width: 820px) {
  .qp-plan-card,
  .qp-plan-advanced {
    grid-template-columns: 1fr;
  }

  .qp-plan-advanced { order: -1; }
  .qp-plan-summary { border-right: 0; border-bottom: 1px solid rgba(148, 163, 184, 0.16); }
}

@media (max-width: 560px) {
  .qp-plan-summary,
  .qp-plan-details { padding: 26px 22px; }
  .qp-plan-card ul { grid-template-columns: 1fr; }
  .qp-plan-card .qp-plan-price strong { font-size: 62px; }
  .pricing-v2-section-head h2 {
    font-size: clamp(22px, 6.3vw, 32px);
    letter-spacing: -0.06em;
  }
}
