:root {
  --navy: #0f1f3d;
  --navy-700: #1a2b4a;
  --navy-300: #5a6478;
  --gold: #dba617;
  --gold-soft: #f5e3a2;
  --gold-tint: #fffbf0;
  --bg: #fafafa;
  --surface: #ffffff;
  --surface-2: #f5f6f8;
  --border: #e5e7eb;
  --border-strong: #d1d5db;
  --text: #0f1f3d;
  --text-muted: #5a6478;
  --text-subtle: #8a93a6;
  --success: #0a8c5a;
  --shadow-sm: 0 1px 2px rgba(15, 31, 61, 0.04);
  --shadow-md: 0 4px 12px rgba(15, 31, 61, 0.06);
  --shadow-lg: 0 12px 32px rgba(15, 31, 61, 0.08);
  --shadow-xl: 0 24px 64px rgba(15, 31, 61, 0.12);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --transition: 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.dseo-pricing * { box-sizing: border-box; margin: 0; padding: 0; }
.dseo-pricing { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.dseo-pricing {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
}
.dseo-pricing img { max-width: 100%; height: auto; display: block; }
.dseo-pricing a { color: inherit; text-decoration: none; }
.dseo-pricing button { font-family: inherit; cursor: pointer; border: 0; background: 0; }
.dseo-pricing .container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.dseo-pricing .section { padding: 88px 0; }
.dseo-pricing .section-tight { padding: 56px 0; }
.dseo-pricing .hero-trust { margin-top: 22px; font-size: 14px; font-weight: 500; color: var(--text-muted); }
.dseo-pricing .hero-trust .sep { color: var(--gold); margin: 0 8px; }
.dseo-pricing .cta-final .cta-final-note { margin: 32px auto 0; font-size: 14px; color: rgba(255,255,255,0.72); }
.dseo-pricing .cta-final-note .sep { color: var(--gold); margin: 0 8px; }
.dseo-pricing .eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.dseo-pricing .heading-display {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.dseo-pricing .heading-section {
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.dseo-pricing .lead {
  font-size: 19px;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 720px;
}
.dseo-pricing .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: var(--radius-sm);
  transition: all var(--transition);
  white-space: nowrap;
  border: 1px solid transparent;
}
.dseo-pricing .btn-primary {
  background: var(--navy);
  color: #fff;
}
.dseo-pricing .btn-primary:hover, .dseo-pricing .btn-primary:focus { background: var(--navy-700); color: #fff; transform: translateY(-1px); box-shadow: var(--shadow-md); }
.dseo-pricing .btn-secondary {
  background: transparent;
  color: var(--navy);
  border-color: var(--border-strong);
}
.dseo-pricing .btn-secondary:hover, .dseo-pricing .btn-secondary:focus { border-color: var(--navy); background: var(--surface); color: var(--navy); }
.dseo-pricing .btn-ghost {
  background: transparent;
  color: var(--text-muted);
}
.dseo-pricing .btn-ghost:hover { color: var(--navy); background: var(--surface); }
.dseo-pricing .btn-gold {
  background: var(--gold);
  color: var(--navy);
}
.dseo-pricing .btn-gold:hover { background: #c89515; transform: translateY(-1px); box-shadow: var(--shadow-md); }
.dseo-pricing .btn-lg { padding: 14px 28px; font-size: 15px; }
.dseo-pricing .btn-block { width: 100%; }
.dseo-pricing .hero {
  position: relative;
  padding: 50px 0 56px;
  overflow: hidden;
  text-align: center;
}
.dseo-pricing .hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 40% at 50% 0%, rgba(219, 166, 23, 0.08) 0%, transparent 70%),
    radial-gradient(40% 30% at 80% 30%, rgba(15, 31, 61, 0.04) 0%, transparent 60%);
  pointer-events: none;
}
.dseo-pricing .hero > * { position: relative; }
.dseo-pricing .hero-headline {
  margin: 0 auto 24px;
  max-width: 920px;
}
.dseo-pricing .hero-headline .accent { color: var(--gold); }
.dseo-pricing .hero-sub {
  margin: 0 auto 40px;
  max-width: 640px;
  text-align: center;
}
.dseo-pricing .hero-meta {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 32px;
  font-size: 14px;
  color: var(--text-muted);
}
.dseo-pricing .hero-meta-item { display: flex; align-items: center; gap: 8px; }
.dseo-pricing .hero-meta-item::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}
.dseo-pricing .controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 48px auto 0;
}
.dseo-pricing .toggle {
  position: relative;
  display: inline-flex;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 4px;
  box-shadow: var(--shadow-sm);
}
.dseo-pricing .toggle-option {
  position: relative;
  z-index: 2;
  padding: 9px 22px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  border-radius: 999px;
  transition: color var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
}
.dseo-pricing .toggle-option.is-active { color: var(--navy); }
.dseo-pricing .toggle-thumb {
  position: absolute;
  top: 4px;
  bottom: 4px;
  background: var(--surface-2);
  border-radius: 999px;
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.dseo-pricing .toggle-savings {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  letter-spacing: 0.04em;
}
.dseo-pricing .tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 6px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  max-width: 100%;
  overflow-x: auto;
}
.dseo-pricing .tab {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-muted);
  border-radius: var(--radius-sm);
  transition: all var(--transition);
  white-space: nowrap;
}
.dseo-pricing .tab:hover { color: var(--navy); }
.dseo-pricing .tab.is-active {
  background: var(--navy);
  color: #fff;
}
.dseo-pricing .tab .tab-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 7px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: var(--gold);
  color: var(--navy);
  border-radius: 4px;
}
.dseo-pricing .pricing-section { padding: 1px 0 88px; }
.dseo-pricing .tab-panel { display: none; }
.dseo-pricing .tab-panel.is-active { display: block; animation: fadeUp 280ms ease-out; }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.dseo-pricing .product-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.dseo-pricing .product-intro .eyebrow { color: var(--navy-300); }
.dseo-pricing .product-intro h2 { margin-bottom: 12px; }
.dseo-pricing .product-intro p { color: var(--text-muted); font-size: 17px; }
.dseo-pricing .cards {
  display: grid;
  gap: 20px;
  align-items: stretch;
}
.dseo-pricing .cards-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.dseo-pricing .cards-4 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.dseo-pricing .cards-2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); max-width: 880px; margin: 0 auto; }
.dseo-pricing .cards-1 { grid-template-columns: minmax(0, 460px); justify-content: center; }
@media (min-width: 1100px) {
.dseo-pricing .cards-3 { grid-template-columns: repeat(3, 1fr); }
.dseo-pricing .cards-4 { grid-template-columns: repeat(4, 1fr); }
}
.dseo-pricing .card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  transition: all 240ms cubic-bezier(0.4, 0, 0.2, 1);
}
.dseo-pricing .card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--border-strong);
}
.dseo-pricing .card-recommended {
  border-color: var(--navy);
  background: linear-gradient(180deg, var(--gold-tint) 0%, var(--surface) 80%);
  box-shadow: var(--shadow-md);
}
.dseo-pricing .card-recommended::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  padding: 2px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--navy) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.dseo-pricing .card-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--navy);
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: 999px;
  text-transform: uppercase;
  box-shadow: var(--shadow-md);
}
.dseo-pricing .card-name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy-300);
  margin-bottom: 8px;
}
.dseo-pricing .card-recommended .card-name { color: var(--gold); }
.dseo-pricing .card-tagline {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 24px;
  min-height: 42px;
}
.dseo-pricing .price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.dseo-pricing .price-amount {
  font-family: 'Space Mono', monospace;
  font-size: 44px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1;
}
.dseo-pricing .price-cents { font-size: 0.46em; font-weight: 400; vertical-align: top; line-height: 1.1; margin-left: 1px; letter-spacing: 0; }
.dseo-pricing .price-currency {
  font-family: 'Space Mono', monospace;
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
}
.dseo-pricing .price-period {
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 500;
}
.dseo-pricing .price-was {
  font-size: 13px;
  color: var(--text-subtle);
  text-decoration: line-through;
  margin-top: 4px;
}
.dseo-pricing .price-savings {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--success);
  margin-top: 4px;
}
.dseo-pricing .price-billed {
  margin-top: 8px;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
}
.dseo-pricing .price-billed strong { color: var(--navy); font-weight: 600; }
.dseo-pricing .price-billed .save { color: var(--success); font-weight: 600; }
.dseo-pricing .price-billed .neutral { color: var(--text-subtle); }
.dseo-pricing .card-cta { margin: 24px 0 28px; }
.dseo-pricing .card .card-cta { opacity: 1 !important; transform: none !important; visibility: visible !important; }
.dseo-pricing .feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  color: var(--text);
  margin-bottom: auto;
}
.dseo-pricing .feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}
.dseo-pricing .feature-list .check {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--gold-tint);
  color: var(--gold);
  display: grid;
  place-items: center;
}
.dseo-pricing .feature-list .check svg { width: 11px; height: 11px; stroke-width: 3; }
.dseo-pricing .feature-list .feature-strong { font-weight: 600; color: var(--navy); }
.dseo-pricing .feature-list .feature-muted { color: var(--text-muted); }
.dseo-pricing .feature-list .feature-em { font-weight: 600; color: var(--gold); }
.dseo-pricing .card-fineprint {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  font-size: 12px;
  color: var(--text-subtle);
  line-height: 1.5;
}
.dseo-pricing .tier-selector {
  display: inline-flex;
  background: var(--surface-2);
  border-radius: var(--radius-sm);
  padding: 3px;
  margin-bottom: 16px;
  font-family: 'Space Mono', monospace;
}
.dseo-pricing .tier-option {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
  border-radius: 5px;
  transition: all var(--transition);
}
.dseo-pricing .tier-option.is-active {
  background: var(--navy);
  color: var(--gold);
}
.dseo-pricing .ai-writer {
  position: relative;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-700) 100%);
  color: #fff;
  border-radius: var(--radius-xl);
  padding: 56px 48px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 880px) {
.dseo-pricing .ai-writer { grid-template-columns: 1.4fr 1fr; padding: 64px 56px; }
}
.dseo-pricing .ai-writer::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(50% 40% at 100% 0%, rgba(219, 166, 23, 0.18) 0%, transparent 60%),
    radial-gradient(40% 50% at 0% 100%, rgba(219, 166, 23, 0.08) 0%, transparent 60%);
  pointer-events: none;
}
.dseo-pricing .ai-writer > * { position: relative; }
.dseo-pricing .ai-writer-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(219, 166, 23, 0.12);
  color: var(--gold);
  border: 1px solid rgba(219, 166, 23, 0.28);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.dseo-pricing .ai-writer h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}
.dseo-pricing .ai-writer h2 .accent { color: var(--gold); }
.dseo-pricing .ai-writer p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 24px;
}
.dseo-pricing .ai-writer-mock {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 20px;
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}
.dseo-pricing .ai-writer-mock-row { display: flex; gap: 8px; align-items: baseline; }
.dseo-pricing .ai-writer-mock-row .key { color: var(--gold); }
.dseo-pricing .ai-writer-mock-row .val { color: #fff; }
.dseo-pricing .ai-writer-mock-shortcode {
  margin-top: 14px;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.32);
  border: 1px dashed rgba(219, 166, 23, 0.4);
  border-radius: 6px;
  color: var(--gold-soft);
  font-size: 13px;
}
.dseo-pricing .ai-writer-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 24px;
}
.dseo-pricing .ai-writer-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
}
.dseo-pricing .ai-writer-bullets .dot {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  margin-top: 8px;
}
.dseo-pricing .compare-section { background: var(--surface); padding: 88px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.dseo-pricing .compare-intro {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px;
}
.dseo-pricing .compare-wrap {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.dseo-pricing .compare-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.dseo-pricing .compare-table-scroll::-webkit-scrollbar { height: 8px; }
.dseo-pricing .compare-table-scroll::-webkit-scrollbar-track { background: var(--surface-2); }
.dseo-pricing .compare-table-scroll::-webkit-scrollbar-thumb { background: var(--border-strong); border-radius: 4px; }
.dseo-pricing .compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 880px;
  background: var(--surface);
}
.dseo-pricing .compare-table th, .dseo-pricing .compare-table td {
  padding: 16px 20px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
}
.dseo-pricing .compare-table thead th {
  position: sticky;
  top: 0;
  background: var(--surface);
  font-weight: 700;
  color: var(--navy);
  font-size: 13px;
  letter-spacing: 0.02em;
  z-index: 5;
  border-bottom: 2px solid var(--navy);
}
.dseo-pricing .compare-table thead th .price-mini {
  display: block;
  font-family: 'Space Mono', monospace;
  font-weight: 700;
  font-size: 14px;
  color: var(--navy);
  margin-top: 4px;
}
.dseo-pricing .compare-table thead th .tier-mini {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: var(--text-subtle);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.dseo-pricing .compare-table tbody tr { transition: background-color 150ms ease; }
.dseo-pricing .compare-table tbody tr:hover { background: rgba(15, 31, 61, 0.025); }
.dseo-pricing .compare-table .row-header {
  font-weight: 600;
  color: var(--navy);
  background: var(--surface-2);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.dseo-pricing .compare-table .feature-name {
  font-weight: 500;
  color: var(--text);
}
.dseo-pricing .compare-table .feature-desc {
  display: block;
  font-size: 12px;
  color: var(--text-subtle);
  font-weight: 400;
  margin-top: 2px;
}
.dseo-pricing .compare-table .check-icon { color: var(--gold); font-size: 17px; font-weight: 700; }
.dseo-pricing .compare-table .dash { color: var(--text-subtle); }
.dseo-pricing .compare-table .feat-star {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-left: 8px;
  padding: 1px 7px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: var(--gold);
  color: var(--navy);
  border-radius: 4px;
  vertical-align: middle;
  white-space: nowrap;
}
.dseo-pricing .compare-table tr.row-spotlight { background: var(--gold-tint); }
.dseo-pricing .compare-table tr.row-spotlight:hover { background: #fff7e6; }
.dseo-pricing .compare-table tr.row-spotlight .feature-name { font-weight: 700; color: var(--navy); }
.dseo-pricing .compare-tabs {
  display: flex;
  border-bottom: 1px solid var(--border);
  background: var(--surface-2);
}
.dseo-pricing .compare-tab {
  flex: 1;
  padding: 16px 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  border-bottom: 2px solid transparent;
  transition: all var(--transition);
  text-align: center;
}
.dseo-pricing .compare-tab.is-active {
  color: var(--navy);
  background: var(--surface);
  border-bottom-color: var(--gold);
}
.dseo-pricing .compare-panel { display: none; }
.dseo-pricing .compare-panel.is-active { display: block; }
.dseo-pricing .addons {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-top: 32px;
}
.dseo-pricing .addon {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: all var(--transition);
}
.dseo-pricing .addon:hover { border-color: var(--gold); box-shadow: var(--shadow-md); }
.dseo-pricing .addon-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.dseo-pricing .addon-price {
  font-family: 'Space Mono', monospace;
  font-size: 28px;
  font-weight: 700;
  color: var(--navy);
}
.dseo-pricing .addon-unit {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 4px;
}
.dseo-pricing .addon-desc {
  font-size: 13px;
  color: var(--text-subtle);
  margin-top: 10px;
  line-height: 1.55;
}
.dseo-pricing .addons-group { margin-top: 56px; }
.dseo-pricing .addons-group:first-child { margin-top: 0; }
.dseo-pricing .addons-group h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}
.dseo-pricing .addons-group p {
  color: var(--text-muted);
  font-size: 14px;
  max-width: 580px;
}
.dseo-pricing .aipacks {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  max-width: 1060px;
  margin: 40px auto 0;
}
.dseo-pricing .aipack {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  transition: all var(--transition);
}
.dseo-pricing .aipack:hover { border-color: var(--gold); box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.dseo-pricing .aipack.featured { border-color: var(--gold); box-shadow: var(--shadow-lg); }
.dseo-pricing .aipack-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 999px;
  white-space: nowrap;
}
.dseo-pricing .aipack-name { font-size: 15px; font-weight: 700; color: var(--navy); }
.dseo-pricing .aipack-credits {
  font-family: 'Space Mono', monospace;
  font-size: 34px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.1;
  margin-top: 14px;
}
.dseo-pricing .aipack-credits span { display: block; font-size: 13px; font-weight: 600; letter-spacing: 0.02em; color: var(--text-muted); margin-top: 4px; }
.dseo-pricing .aipack-price { font-size: 14px; color: var(--text-muted); margin-top: 8px; }
.dseo-pricing .aipack-price strong { color: var(--navy); font-weight: 700; }
.dseo-pricing .aipack-desc { flex-grow: 1; font-size: 13.5px; color: var(--text-subtle); line-height: 1.55; margin-top: 14px; }
.dseo-pricing .aipack .btn { margin-top: 22px; }
.dseo-pricing .aipacks-note { margin-top: 26px; text-align: center; font-size: 13px; color: var(--text-subtle); }
.dseo-pricing .usp-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); margin: 40px 0 48px; }
.dseo-pricing .usp-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px 26px; box-shadow: var(--shadow-sm); transition: all var(--transition); }
.dseo-pricing .usp-card:hover { border-color: var(--gold); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.dseo-pricing .usp-icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; background: var(--gold-tint); color: var(--gold); margin-bottom: 16px; }
.dseo-pricing .usp-icon svg { width: 24px; height: 24px; }
.dseo-pricing .usp-card h3 { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.dseo-pricing .usp-card p { font-size: 14px; line-height: 1.6; color: var(--text-muted); }
.dseo-pricing .compare-table td.own { background: var(--gold-tint); }
.dseo-pricing .compare-table thead th.own { background: var(--navy); color: #fff; }
.dseo-pricing .versus-qual { color: var(--text-subtle); font-size: 12.5px; }
.dseo-pricing .versus-foot { margin-top: 22px; font-size: 12.5px; color: var(--text-subtle); line-height: 1.8; max-width: 920px; }
.dseo-pricing .versus-foot sup { color: var(--gold); font-weight: 700; }
.dseo-pricing .guarantee-badge { display: flex; align-items: center; justify-content: center; gap: 10px; max-width: max-content; margin: 70px auto 0; padding: 12px 22px; background: var(--gold-tint); border: 1px solid var(--gold); border-radius: 999px; font-size: 14px; color: var(--navy); }
.dseo-pricing .guarantee-badge svg { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; }
.dseo-pricing .guarantee-card { max-width: 760px; margin: 0 auto; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 48px; box-shadow: var(--shadow-sm); text-align: center; }
.dseo-pricing .guarantee-card h2 { font-size: 26px; font-weight: 700; color: var(--navy); margin-bottom: 22px; }
.dseo-pricing .guarantee-card p { font-size: 16px; line-height: 1.7; color: var(--text-muted); margin: 0 auto 16px; max-width: 620px; }
.dseo-pricing .guarantee-sig { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 30px; text-align: left; }
.dseo-pricing .guarantee-sig .sig-photo { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; border: 2px solid var(--gold); flex-shrink: 0; }
.dseo-pricing .guarantee-sig .sig-mark { height: 46px; width: auto; }
.dseo-pricing .guarantee-sig .sig-name { font-size: 14px; color: var(--text-muted); line-height: 1.5; }
.dseo-pricing .guarantee-sig .sig-name strong { display: block; color: var(--navy); font-size: 15px; }
.dseo-pricing .guarantee-sig .sig-name em { font-style: italic; }
.dseo-pricing .guarantee-sig .sig-name span { display: block; font-size: 11px; color: var(--text-subtle); margin-top: 2px; }
@media (max-width: 560px) {
.dseo-pricing .guarantee-card { padding: 32px 22px; }
.dseo-pricing .guarantee-sig { flex-direction: column; text-align: center; gap: 10px; }
}
.dseo-pricing .faq-grid {
  display: grid;
  gap: 12px;
  max-width: 880px;
  margin: 48px auto 0;
}
.dseo-pricing .faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color var(--transition);
}
.dseo-pricing .faq-item:hover { border-color: var(--border-strong); }
.dseo-pricing .faq-item.is-open { border-color: var(--navy); box-shadow: var(--shadow-sm); }
.dseo-pricing .faq-q {
  width: 100%;
  text-align: left;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
  transition: background var(--transition);
}
.dseo-pricing .faq-q:hover { background: var(--surface-2); }
.dseo-pricing .faq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--surface-2);
  display: grid;
  place-items: center;
  transition: all var(--transition);
}
.dseo-pricing .faq-icon::before, .dseo-pricing .faq-icon::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: var(--navy);
  border-radius: 1px;
  transition: transform var(--transition);
}
.dseo-pricing .faq-icon { position: relative; }
.dseo-pricing .faq-icon::after { transform: rotate(90deg); }
.dseo-pricing .faq-item.is-open .faq-icon { background: var(--navy); }
.dseo-pricing .faq-item.is-open .faq-icon::before, .dseo-pricing .faq-item.is-open .faq-icon::after { background: var(--gold); }
.dseo-pricing .faq-item.is-open .faq-icon::after { transform: rotate(0); }
.dseo-pricing .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 320ms ease;
}
.dseo-pricing .faq-item.is-open .faq-a { max-height: 600px; }
.dseo-pricing .faq-a-inner {
  padding: 0 24px 24px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-muted);
}
.dseo-pricing .faq-a-inner strong { color: var(--navy); font-weight: 600; }
.dseo-pricing .cta-final {
  position: relative;
  background: linear-gradient(135deg, var(--navy) 0%, #1a2b4a 100%);
  color: #fff;
  text-align: center;
  padding: 88px 32px;
  border-radius: var(--radius-xl);
  margin: 88px 0;
  overflow: hidden;
}
.dseo-pricing .cta-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 80% at 50% 100%, rgba(219, 166, 23, 0.16) 0%, transparent 70%);
}
.dseo-pricing .cta-final > * { position: relative; }
.dseo-pricing .cta-final h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  color: #fff;
}
.dseo-pricing .cta-final h2 .accent { color: var(--gold); }
.dseo-pricing .cta-final p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.78);
  max-width: 560px;
  margin: 0 auto 32px;
}
.dseo-pricing .cta-final-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 720px) {
.dseo-pricing .section { padding: 64px 0; }
.dseo-pricing .hero { padding: 64px 0 32px; }
.dseo-pricing .ai-writer { padding: 40px 28px; }
.dseo-pricing .cta-final { padding: 64px 24px; margin: 64px 0; }
.dseo-pricing .price-amount { font-size: 36px; }
.dseo-pricing .controls { gap: 16px; }
.dseo-pricing .toggle-option { padding: 8px 16px; font-size: 12px; }
.dseo-pricing .tab { padding: 10px 14px; font-size: 13px; }
}

/* Embed: .dseo-pricing is a flex item inside Astra page-builder .ast-container; fill the line. */
.dseo-pricing { width: 100%; max-width: 100%; flex: 1 1 100%; box-sizing: border-box; }
