/* ═══════════════════════════════════════════════════════════════
   ENZO OS — /get-started (agent marketplace)
   Fonts: Inter (body) + Playfair Display (italic accents)
   ═══════════════════════════════════════════════════════════════ */

.gs-page {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #0d0d0d;
  overflow-x: hidden;
  background: #fff;
}
.gs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.gs-serif {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-weight: 500;
}

/* ═══════════════════════════════════════════════
   SECTION SYSTEM
   ═══════════════════════════════════════════════ */
.gs-section {
  position: relative;
  padding: 96px 0;
}
.gs-section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}
.gs-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #e8347a;
  margin-bottom: 14px;
}
.gs-eyebrow-light { color: rgba(232, 52, 122, 0.9); }
.gs-section-title {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: #0d0d0d;
  margin: 0;
}
.gs-section-title-light { color: #fff; }
.gs-section-title .gs-serif,
.gs-section-title-light .gs-serif { color: inherit; }
.gs-section-sub {
  font-size: 16px;
  line-height: 1.6;
  color: #6b6257;
  max-width: 640px;
  margin: 16px auto 0;
}
.gs-section-sub-light { color: rgba(255, 255, 255, 0.6); }

/* ═══════════════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════════════ */
.gs-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #e8347a;
  color: #fff;
  padding: 16px 28px;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  border: 1px solid #e8347a;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.gs-btn-primary:hover:not(:disabled) {
  background: #d0266e;
  border-color: #d0266e;
  transform: translateY(-1px);
  box-shadow: 0 14px 40px -14px rgba(232, 52, 122, 0.6);
}
.gs-btn-primary:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.gs-btn-xl {
  padding: 20px 36px;
  font-size: 16.5px;
}
.gs-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  color: #fff;
  padding: 16px 24px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}
.gs-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
}
.gs-btn-ghost-light {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.75);
  padding: 14px 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.18s ease;
}
.gs-btn-ghost-light:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

/* ═══════════════════════════════════════════════
   1 · HERO
   ═══════════════════════════════════════════════ */
.gs-hero {
  position: relative;
  background: #0a0a0a;
  color: #fff;
  padding: 110px 24px 120px;
  margin-top: 64px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.gs-hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(232, 52, 122, 0.18), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(232, 52, 122, 0.10), transparent 40%);
  pointer-events: none;
}
.gs-hero-line {
  position: absolute; top: 0; bottom: 0; width: 1px;
  background: rgba(255, 255, 255, 0.08);
}
.gs-hero-line-l { left: 16px; }
.gs-hero-line-r { right: 16px; }
.gs-hero-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 1;
}
.gs-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  margin-bottom: 36px;
  backdrop-filter: blur(6px);
}
.gs-hero-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #e8347a;
  box-shadow: 0 0 12px rgba(232, 52, 122, 0.9);
}
.gs-hero-title {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: clamp(36px, 6vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  margin: 0 0 28px;
  color: #fff;
}
.gs-hero-title .block { display: block; }
.gs-hero-title .gs-serif { color: #fff; font-weight: 500; }
.gs-hero-title .gs-pink {
  color: #e8347a;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
  transform: translateY(-6px);
  margin-left: 4px;
}
.gs-hero-sub {
  font-size: clamp(14px, 1.3vw, 17px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  max-width: 620px;
  margin: 0 0 36px;
}
.gs-hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.gs-hero-micro {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.01em;
}

/* ═══════════════════════════════════════════════
   2 · TRUST BAR
   ═══════════════════════════════════════════════ */
.gs-trustbar {
  background: #0a0a0a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 24px;
}
.gs-trustbar-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12.5px;
}
.gs-tb-left { font-weight: 500; }
.gs-tb-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.gs-tb-chip {
  padding: 5px 11px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  font-size: 11.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}
.gs-tb-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.gs-tb-stars { color: #fbbf24; font-size: 13px; letter-spacing: 0.08em; }
.gs-tb-rating { font-weight: 600; color: #fff; }

/* ═══════════════════════════════════════════════
   3 · BUILD / AGENTS LAYOUT
   ═══════════════════════════════════════════════ */
.gs-build { background: #faf8f5; border-bottom: 1px solid #ebe6df; }
.gs-agents-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 26px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}
@media (max-width: 880px) {
  .gs-agents-layout { grid-template-columns: 1fr; }
}
.gs-agents-sidebar {
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 14px;
  padding: 8px;
  position: sticky;
  top: 90px;
}
.acl-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 13px;
  font-size: 13.5px;
  font-weight: 500;
  color: #4b4338;
  cursor: pointer;
  border-radius: 9px;
  transition: all 0.15s ease;
}
.acl-item:hover { background: #faf8f5; color: #0d0d0d; }
.acl-item.active {
  background: #0a0a0a;
  color: #fff;
}
.acl-lbl { flex: 1; text-align: left; display: inline-flex; align-items: center; gap: 14px; }
.acl-ico {
  width: 30px; height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(232, 52, 122, 0.16), rgba(139, 92, 246, 0.1));
  border: 1px solid rgba(232, 52, 122, 0.22);
  color: #e8347a;
  flex-shrink: 0;
}
.acl-ico svg { width: 17px; height: 17px; }
.acl-item.active .acl-ico {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.acl-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 100px;
  min-width: 24px;
  text-align: center;
  letter-spacing: 0.01em;
}
.acl-badge-total {
  background: #f1ede5;
  color: #8a8277;
}
.acl-item.active .acl-badge-total {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.75);
}
.acl-badge-sel {
  background: #e8347a;
  color: #fff;
  box-shadow: 0 4px 12px -4px rgba(232, 52, 122, 0.55);
}

.gs-agents-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gs-agents-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}
.gs-agents-ttl {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #0d0d0d;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.gs-agents-ttl { gap: 14px; }
.gs-agents-ttl .acl-ico { width: 36px; height: 36px; border-radius: 10px; }
.gs-agents-ttl .acl-ico svg { width: 20px; height: 20px; }
.gs-agents-sel {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #e8347a;
}
.gs-agents-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 1100px) { .gs-agents-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .gs-agents-grid { grid-template-columns: 1fr; } }
.gs-agents-summary {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 6px;
}

/* System card at top of single-system view */
.sys-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  background: linear-gradient(160deg, #0a0a0a 0%, #161616 100%);
  color: #fff;
  border-radius: 16px;
  padding: 22px 24px;
  box-shadow: 0 24px 50px -24px rgba(0, 0, 0, 0.35);
  border: 2px solid transparent;
}
.sys-card.sel { border-color: #e8347a; }
.sys-card-icon {
  font-size: 42px;
  line-height: 1;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(232, 52, 122, 0.22), rgba(139, 92, 246, 0.14));
  border: 1px solid rgba(232, 52, 122, 0.32);
  color: #f472b6;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.sys-card-icon svg { width: 28px; height: 28px; }
.sys-card-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 4px;
}
.sys-card-name {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.025em;
  color: #fff;
  margin-bottom: 4px;
}
.sys-card-tag {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
  margin-bottom: 10px;
}
.sys-card-tag strong {
  color: #fff;
  font-weight: 700;
}
.sys-card-math {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  font-size: 12px;
}
.sys-card-math-strike {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: line-through;
  text-decoration-color: rgba(255, 255, 255, 0.3);
}
.sys-card-math-arrow {
  color: rgba(255, 255, 255, 0.4);
}
.sys-card-math-save {
  color: #34d399;
  font-weight: 700;
  letter-spacing: -0.005em;
}
.sys-card-right { text-align: right; }
.sys-card-price {
  font-family: 'Inter', sans-serif;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 10px;
  font-size: 15px;
}
.sys-card-price strong {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.sys-card-price span {
  color: rgba(255, 255, 255, 0.45);
  margin-left: 2px;
  font-size: 13px;
}
.sys-card-cta {
  appearance: none;
  border: 1px solid #e8347a;
  background: #e8347a;
  color: #fff;
  padding: 11px 20px;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 13.5px;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
}
.sys-card-cta:hover { background: #d0266e; border-color: #d0266e; }
.sys-card-cta.is-sel {
  background: #047857;
  border-color: #047857;
}
.sys-card-cta.is-sel:hover {
  background: #b91c1c;
  border-color: #b91c1c;
}
@media (max-width: 720px) {
  .sys-card { grid-template-columns: 1fr; text-align: center; }
  .sys-card-icon { margin: 0 auto; }
  .sys-card-right { text-align: center; }
}

/* Agent card (svc-v2) */
.svc-v2 {
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  overflow: hidden;
  position: relative;
}
.svc-v2:hover {
  border-color: rgba(232, 52, 122, 0.32);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -16px rgba(232, 52, 122, 0.25);
}
.svc-v2.sel {
  border-color: #0a0a0a;
  box-shadow: 0 12px 28px -14px rgba(0, 0, 0, 0.22);
}
.svc-v2.via-system {
  background: #fafaf7;
  border-color: #d9d2c8;
  box-shadow: none;
}
.svc-v2.via-system:hover { transform: none; }
.svc-v2-lock {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #047857;
  background: rgba(4, 120, 87, 0.1);
  border: 1px solid rgba(4, 120, 87, 0.26);
  padding: 3px 8px;
  border-radius: 100px;
  z-index: 2;
}
.svc-v2-body {
  padding: 18px 18px 14px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.svc-v2.via-system .svc-v2-body { cursor: not-allowed; }
.svc-v2-check {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1.5px solid #d9d2c8;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #b6ac9f;
  transition: all 0.18s ease;
  z-index: 2;
}
.svc-v2:hover .svc-v2-check { border-color: #e8347a; color: #e8347a; }
.svc-v2.sel .svc-v2-check { background: #0a0a0a; border-color: #0a0a0a; color: #fff; }
.svc-v2.via-system .svc-v2-check { background: #047857; border-color: #047857; color: #fff; }
.svc-v2-icon-chip {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: linear-gradient(160deg, rgba(232, 52, 122, 0.09) 0%, rgba(232, 52, 122, 0.03) 100%);
  border: 1px solid rgba(232, 52, 122, 0.15);
  display: grid;
  place-items: center;
  margin-top: 6px;
  transition: all 0.18s ease;
}
.svc-v2:hover .svc-v2-icon-chip {
  background: linear-gradient(160deg, rgba(232, 52, 122, 0.14) 0%, rgba(232, 52, 122, 0.05) 100%);
  border-color: rgba(232, 52, 122, 0.28);
}
.svc-v2.sel .svc-v2-icon-chip {
  background: #0a0a0a;
  border-color: #0a0a0a;
}
.svc-v2.via-system .svc-v2-icon-chip {
  background: rgba(4, 120, 87, 0.08);
  border-color: rgba(4, 120, 87, 0.2);
}
.svc-v2-icon {
  line-height: 1;
  display: grid;
  place-items: center;
  color: #e8347a;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.08));
}
.svc-v2-icon svg { width: 22px; height: 22px; display: block; }
.svc-v2.sel .svc-v2-icon { color: #fff; }
.svc-v2.via-system .svc-v2-icon { color: #047857; }
.svc-v2-star {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e8347a;
  color: #fff;
  font-size: 10px;
  display: grid;
  place-items: center;
  box-shadow: 0 2px 6px -1px rgba(232, 52, 122, 0.55);
  border: 1.5px solid #fff;
}
.svc-v2-name {
  font-weight: 700;
  font-size: 14.5px;
  letter-spacing: -0.012em;
  line-height: 1.22;
  color: #0d0d0d;
  padding-right: 34px;
  margin-top: 2px;
}
.svc-v2-price {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0d0d0d;
  letter-spacing: -0.02em;
  margin-top: 2px;
}
.svc-v2-mo {
  font-size: 11.5px;
  font-weight: 500;
  color: #6b6257;
  margin-left: 2px;
}
.svc-v2-hook {
  font-size: 12.5px;
  color: #6b6257;
  line-height: 1.5;
  margin-top: 4px;
}
.svc-v2-more {
  appearance: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  margin: 8px 14px 14px;
  padding: 7px 14px;
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.4) 48%, rgba(250, 250, 247, 0.9) 100%),
    linear-gradient(135deg, #fafaf7 0%, #f2efe9 100%);
  color: #0d0d0d;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.005em;
  cursor: pointer;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(13, 13, 13, 0.04),
    0 1px 2px rgba(13, 13, 13, 0.06),
    0 4px 12px -6px rgba(13, 13, 13, 0.12);
  transition: transform 0.18s ease, box-shadow 0.22s ease, color 0.18s ease, border-color 0.22s ease;
}
.svc-v2-more::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(232, 52, 122, 0) 0%, rgba(232, 52, 122, 0) 40%, rgba(139, 92, 246, 0) 100%);
  transition: background 0.25s ease;
  pointer-events: none;
}
.svc-v2-more::after {
  content: '';
  position: absolute;
  top: 0;
  left: -40%;
  width: 35%;
  height: 100%;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.75) 50%, transparent 100%);
  transform: skewX(-18deg);
  transition: left 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.svc-v2-more > span { position: relative; z-index: 1; }
.svc-v2-more-arrow {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  transition: transform 0.22s ease;
}
.svc-v2-more:hover {
  color: #0d0d0d;
  border-color: rgba(232, 52, 122, 0.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(232, 52, 122, 0.12),
    0 4px 10px -4px rgba(232, 52, 122, 0.35),
    0 10px 24px -10px rgba(139, 92, 246, 0.3);
  transform: translateY(-1px);
}
.svc-v2-more:hover::before {
  background: linear-gradient(135deg, rgba(232, 52, 122, 0.1) 0%, rgba(232, 52, 122, 0.04) 40%, rgba(139, 92, 246, 0.08) 100%);
}
.svc-v2-more:hover::after { left: 140%; }
.svc-v2-more:hover .svc-v2-more-arrow { transform: translate(2px, -2px); color: #e8347a; }
.svc-v2-more:active { transform: translateY(0); }

/* Selected summary chips */
.sel-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 100px;
  font-size: 12px;
  color: #3a342c;
}
.sel-chip button {
  appearance: none;
  border: none;
  background: transparent;
  color: #8a8277;
  cursor: pointer;
  padding: 0 0 0 4px;
  font-size: 12px;
}
.sel-chip button:hover { color: #b91c1c; }
.sel-chip-sys { background: #0a0a0a; color: #fff; border-color: #0a0a0a; }
.sel-chip-sys button { color: rgba(255, 255, 255, 0.55); }
.sel-chip-sys button:hover { color: #fff; }
.sel-chip-complete {
  background: linear-gradient(90deg, #e8347a, #d0266e);
  color: #fff;
  border: none;
  font-weight: 600;
}
.sel-chip-complete button { color: rgba(255, 255, 255, 0.7); }
.sel-chip-complete button:hover { color: #fff; }

/* ═══════════════════════════════════════════════
   4 · ENZO OS COMPLETE (dark anchor)
   ═══════════════════════════════════════════════ */
.gs-complete-section {
  background: #0a0a0a;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.gs-complete-section::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(232, 52, 122, 0.18), transparent 55%);
  pointer-events: none;
}
.gs-complete-card {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  background: linear-gradient(170deg, #131313 0%, #0f0f0f 100%);
  border: 2px solid #e8347a;
  border-radius: 26px;
  padding: 48px 44px 40px;
  text-align: center;
  box-shadow: 0 40px 90px -30px rgba(232, 52, 122, 0.6);
  transition: transform 0.25s ease;
}
.gs-complete-card.sel {
  transform: scale(1.01);
  box-shadow: 0 50px 110px -30px rgba(232, 52, 122, 0.8);
}
.gs-complete-ribbon {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: #e8347a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 100px;
  box-shadow: 0 12px 28px -8px rgba(232, 52, 122, 0.7);
}
.gs-complete-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 10px;
}
.gs-complete-ttl {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 30px;
}
.gs-complete-price {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 32px;
  color: #fff;
}
.gs-complete-dollar { font-size: 30px; font-weight: 500; }
.gs-complete-amt {
  font-family: 'Inter', sans-serif;
  font-size: clamp(56px, 7vw, 84px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
}
.gs-complete-mo {
  font-size: 17px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  margin-left: 8px;
}
.gs-complete-list {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 28px;
  text-align: left;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.gs-complete-list li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  padding-left: 24px;
  position: relative;
  line-height: 1.5;
}
.gs-complete-list li::before {
  content: '✓';
  position: absolute; left: 0; top: 2px;
  color: #e8347a;
  font-weight: 700;
}
.gs-complete-ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.gs-complete-foot {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.55);
}
.gs-complete-foot strong { color: #34d399; font-weight: 700; }
@media (max-width: 640px) {
  .gs-complete-card { padding: 40px 26px 32px; }
  .gs-complete-list { grid-template-columns: 1fr; gap: 10px; }
}

/* ═══════════════════════════════════════════════
   5 · ENTERPRISE V2 (dark · serious operators)
   ═══════════════════════════════════════════════ */
.ent-v2 {
  background: #0a0a0a;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 96px 0;
}
.ent-v2::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(232, 52, 122, 0.14), transparent 45%),
    radial-gradient(circle at 85% 80%, rgba(232, 52, 122, 0.08), transparent 45%);
  pointer-events: none;
}
.ent-v2 .gs-section-head { position: relative; z-index: 1; }
.ent-v2-grid {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 60px;
  align-items: start;
}
.ent-v2-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.025em;
  color: #fff;
  margin: 0 0 28px;
}
.ent-v2-block {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 32px;
}
.ent-v2-block:last-child { margin-bottom: 0; }
.ent-v2-block-accent {
  width: 20px;
  height: 2px;
  background: #e8347a;
  margin-top: 10px;
  border-radius: 2px;
  box-shadow: 0 0 12px rgba(232, 52, 122, 0.5);
}
.ent-v2-block-ttl {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.015em;
  color: #fff;
  margin-bottom: 6px;
}
.ent-v2-block-txt {
  font-size: 15px;
  color: #999;
  line-height: 1.65;
}

/* Right column CTA card */
.ent-v2-cta-card {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 40px;
  position: sticky;
  top: 90px;
}
.ent-v2-price {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 6px;
}
.ent-v2-price span {
  font-size: 15px;
  font-weight: 500;
  color: #999;
  margin-left: 2px;
  letter-spacing: 0;
}
.ent-v2-price-sub {
  font-size: 13px;
  color: #999;
  margin-bottom: 22px;
  line-height: 1.5;
}
.ent-v2-cta {
  display: block;
  width: 100%;
  background: #e8347a;
  color: #fff;
  padding: 16px 22px;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  text-align: center;
  text-decoration: none;
  transition: all 0.18s ease;
  box-sizing: border-box;
}
.ent-v2-cta:hover {
  background: #d0266e;
  transform: translateY(-1px);
  box-shadow: 0 14px 36px -12px rgba(232, 52, 122, 0.6);
}
.ent-v2-cta-sub {
  margin-top: 12px;
  font-size: 13px;
  color: #999;
  line-height: 1.6;
}
.ent-v2-divider {
  height: 1px;
  background: #333;
  margin: 24px 0;
}
.ent-v2-serving-ttl {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 10px;
}
.ent-v2-serving-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ent-v2-serving-list li {
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
  padding-left: 18px;
  position: relative;
}
.ent-v2-serving-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  color: #e8347a;
  font-weight: 700;
}
@media (max-width: 900px) {
  .ent-v2-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ent-v2-cta-card {
    position: static;
    padding: 32px 26px;
  }
}

/* ═══════════════════════════════════════════════
   6 · HOW IT WORKS
   ═══════════════════════════════════════════════ */
.gs-how { background: #fff; }
.gs-how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1040px;
  margin: 0 auto;
}
.gs-how-step {
  padding: 30px 28px 32px;
  background: #faf8f5;
  border: 1px solid #ebe6df;
  border-radius: 18px;
}
.gs-how-num {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 52px;
  line-height: 1;
  color: #e8347a;
  margin-bottom: 18px;
}
.gs-how-ttl {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: -0.02em;
  color: #0d0d0d;
  margin-bottom: 10px;
}
.gs-how-txt {
  font-size: 14px;
  line-height: 1.6;
  color: #4b4338;
}
@media (max-width: 880px) { .gs-how-grid { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════════
   7 · COMPARISON V2 (3-card at-a-glance)
   ═══════════════════════════════════════════════ */
.gs-compare-v2 {
  background: linear-gradient(180deg, #faf8f5 0%, #fff 100%);
  border-top: 1px solid #ebe6df;
  border-bottom: 1px solid #ebe6df;
}
.cmp3-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 22px;
  align-items: stretch;
}
.cmp3-card {
  border-radius: 20px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}
.cmp3-card-side {
  background: #f5f5f3;
  border: 1px solid #e5e3e0;
}
.cmp3-card-featured {
  background: linear-gradient(170deg, #fff5f9 0%, #fff 100%);
  border: 2px solid #e8347a;
  transform: translateY(-8px);
  box-shadow: 0 28px 60px -20px rgba(232, 52, 122, 0.22);
  padding-top: 44px;
}
.cmp3-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #e8347a;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 100px;
  box-shadow: 0 10px 24px -6px rgba(232, 52, 122, 0.7);
  white-space: nowrap;
}
.cmp3-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8a8277;
  line-height: 1.2;
}
.cmp3-label-featured {
  color: #0d0d0d;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.025em;
  text-transform: none;
  line-height: 1.2;
}
.cmp3-sub {
  font-size: 12.5px;
  color: #8a8277;
  margin-top: -10px;
  line-height: 1.45;
}
.cmp3-summary {
  font-size: 14.5px;
  color: #4b4338;
  line-height: 1.7;
  padding-bottom: 18px;
  border-bottom: 1px solid #e5e3e0;
}
.cmp3-summary > div { display: block; }
.cmp3-summary-featured {
  color: #0d0d0d;
  border-bottom-color: rgba(232, 52, 122, 0.18);
}
.cmp3-summary-featured strong { font-weight: 700; color: #e8347a; }

.cmp3-price-block { text-align: left; }
.cmp3-price-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8277;
  margin-bottom: 6px;
}
.cmp3-price-amt {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #0d0d0d;
}
.cmp3-price-amt-featured {
  font-size: 44px;
  color: #e8347a;
}
.cmp3-price-note {
  font-size: 12px;
  color: #8a8277;
  margin-top: 6px;
}
.cmp3-price-note-featured { color: #6b6257; font-weight: 600; }

.cmp3-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.cmp3-list li {
  font-size: 14px;
  line-height: 1.45;
  padding-left: 26px;
  position: relative;
}
.cmp3-list-neg li {
  color: #6b6257;
}
.cmp3-list-neg li::before {
  content: '✕';
  position: absolute;
  left: 0;
  top: 0;
  color: #9a8f81;
  font-weight: 700;
  font-size: 13px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(154, 143, 129, 0.12);
}
.cmp3-list-pos li {
  color: #0d0d0d;
  font-weight: 500;
}
.cmp3-list-pos li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e8347a;
  box-shadow: 0 3px 8px -2px rgba(232, 52, 122, 0.55);
}

.cmp3-cta {
  appearance: none;
  border: none;
  background: #e8347a;
  color: #fff;
  padding: 15px 18px;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: all 0.18s ease;
  margin-top: 8px;
}
.cmp3-cta:hover {
  background: #d0266e;
  transform: translateY(-1px);
  box-shadow: 0 14px 36px -12px rgba(232, 52, 122, 0.6);
}

.cmp3-summary-line {
  text-align: center;
  font-size: 16px;
  color: #6b6257;
  margin: 44px auto 24px;
  font-weight: 500;
  max-width: 720px;
}
.cmp3-cta-row {
  text-align: center;
}
.cmp3-cta-row .gs-btn-primary { min-width: 320px; }
.cmp3-cta-micro {
  margin-top: 14px;
  font-size: 13px;
  color: #8a8277;
}

@media (max-width: 980px) {
  .cmp3-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .cmp3-card-featured {
    transform: none;
    order: -1;
  }
}

/* Keep legacy .gs-compare for any stray references (deprecated) */
.gs-compare {
  background: linear-gradient(180deg, #faf8f5 0%, #fff 100%);
}
.cmp-wrap {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 22px;
  border: 1px solid #ebe6df;
  overflow: hidden;
  box-shadow: 0 30px 70px -40px rgba(0, 0, 0, 0.15);
}

/* ── Header columns ── */
.cmp-heads,
.cmp-row {
  display: grid;
  grid-template-columns: minmax(200px, 1.2fr) repeat(4, 1fr);
  align-items: stretch;
}
.cmp-heads {
  background: #faf8f5;
  border-bottom: 1px solid #ebe6df;
}
.cmp-headcol {
  padding: 26px 18px 22px;
  text-align: center;
  border-left: 1px solid #ebe6df;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cmp-headcol-label {
  border-left: none;
}
.cmp-headcol-featured {
  background: #0a0a0a;
  color: #fff;
  border-left: none;
  position: relative;
}
.cmp-headcol-featured::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #e8347a 0%, #f472b6 100%);
}
.cmp-badge {
  display: inline-block;
  align-self: center;
  background: #e8347a;
  color: #fff;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: 100px;
  margin-bottom: 6px;
  box-shadow: 0 6px 16px -4px rgba(232, 52, 122, 0.6);
}
.cmp-name {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.015em;
  color: #0d0d0d;
  line-height: 1.2;
}
.cmp-headcol-featured .cmp-name { color: #fff; font-size: 17px; }
.cmp-price {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.025em;
  color: #0d0d0d;
  line-height: 1.1;
  margin-top: 6px;
}
.cmp-headcol-featured .cmp-price { color: #fff; font-size: 30px; }
.cmp-price span {
  font-size: 11px;
  font-weight: 500;
  color: #6b6257;
  margin-left: 4px;
  letter-spacing: 0;
}
.cmp-headcol-featured .cmp-price span { color: rgba(255, 255, 255, 0.5); font-size: 12px; }
.cmp-price-muted { color: #6b6257 !important; }
.cmp-sub {
  font-size: 11.5px;
  color: #8a8277;
  margin-top: 4px;
  line-height: 1.4;
}
.cmp-headcol-featured .cmp-sub { color: rgba(255, 255, 255, 0.55); }

/* ── Rows ── */
.cmp-row {
  border-bottom: 1px solid #f1ede5;
  transition: background 0.15s ease;
}
.cmp-row:last-child { border-bottom: none; }
.cmp-row:hover {
  background: #fbfaf7;
}
.cmp-cell {
  padding: 18px 16px;
  border-left: 1px solid #f1ede5;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  line-height: 1.4;
  text-align: left;
}
.cmp-cell-label {
  border-left: none;
  align-items: center;
  font-weight: 600;
  color: #0d0d0d;
  background: #faf8f5;
  padding: 18px 22px;
}
.cmp-cell-featured {
  background: rgba(232, 52, 122, 0.045);
  border-left: 2px solid rgba(232, 52, 122, 0.25);
  border-right: 2px solid rgba(232, 52, 122, 0.25);
  color: #0d0d0d;
}
.cmp-row:last-of-type .cmp-cell-featured {
  /* verdict row handled separately */
}

/* Status icons */
.cmp-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-top: 1px;
}
.cmp-icon-win {
  background: #dcfce7;
  color: #047857;
  border: 1px solid #bbf7d0;
}
.cmp-cell-featured .cmp-icon-win {
  background: #047857;
  color: #fff;
  border-color: #047857;
  box-shadow: 0 4px 10px -2px rgba(4, 120, 87, 0.45);
}
.cmp-icon-meh {
  background: #fef3c7;
  color: #b45309;
  border: 1px solid #fde68a;
}
.cmp-icon-bad {
  background: #fee2e2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

.cmp-val {
  flex: 1;
  min-width: 0;
}
.cmp-val strong {
  display: block;
  font-weight: 700;
  font-size: 13.5px;
  color: #0d0d0d;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
.cmp-cell-featured .cmp-val strong { color: #0d0d0d; }
.cmp-val em {
  display: block;
  font-style: normal;
  font-size: 11.5px;
  color: #8a8277;
  margin-top: 2px;
  line-height: 1.4;
}
.cmp-cell-bad .cmp-val strong { color: #78716c; }
.cmp-cell-bad .cmp-val em { color: #a8a29e; }

/* Verdict row */
.cmp-row-verdict {
  background: #0a0a0a;
  color: #fff;
  border-bottom: none;
}
.cmp-row-verdict:hover { background: #0a0a0a; }
.cmp-row-verdict .cmp-cell {
  border-left-color: rgba(255, 255, 255, 0.08);
  padding: 22px 16px;
}
.cmp-row-verdict .cmp-cell-label {
  background: #0a0a0a;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.015em;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.cmp-row-verdict .cmp-cell-label span {
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0;
}
.cmp-verdict-win {
  background: linear-gradient(135deg, #e8347a 0%, #d0266e 100%) !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-align: center;
  box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.08);
}
.cmp-verdict-win .cmp-verdict-amt {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.03em;
  color: #fff;
}
.cmp-verdict-win .cmp-verdict-sub {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.cmp-verdict-loser {
  background: #171717;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
}
.cmp-verdict-loser .cmp-verdict-amt {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.7);
}
.cmp-verdict-loser .cmp-verdict-sub {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 500;
}

/* Final compare footer (below table) */
.cmp-foot {
  max-width: 720px;
  margin: 48px auto 0;
  text-align: center;
}
.cmp-foot-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #e8347a;
  background: rgba(232, 52, 122, 0.08);
  border: 1px solid rgba(232, 52, 122, 0.22);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.cmp-foot-ttl {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: clamp(22px, 3vw, 34px);
  letter-spacing: -0.035em;
  line-height: 1.15;
  color: #0d0d0d;
  margin: 0 0 12px;
}
.cmp-foot-ttl strong { color: #e8347a; font-weight: 700; }
.cmp-foot-sub {
  font-size: 14.5px;
  color: #6b6257;
  margin: 0 0 26px;
  line-height: 1.55;
}
.cmp-foot-ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.cmp-foot .gs-btn-ghost-light {
  color: #0d0d0d;
  border-color: #0d0d0d;
}
.cmp-foot .gs-btn-ghost-light:hover {
  background: #0d0d0d;
  color: #fff;
}

/* ── Responsive ── */
@media (max-width: 980px) {
  .cmp-heads,
  .cmp-row {
    grid-template-columns: 1fr;
  }
  .cmp-headcol,
  .cmp-cell {
    border-left: none;
    border-bottom: 1px solid #ebe6df;
  }
  .cmp-headcol-featured {
    order: -1;
  }
  .cmp-cell-label {
    background: #0a0a0a;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 12px 18px;
  }
  .cmp-cell-label::before {
    content: '';
    display: none;
  }
  .cmp-cell:not(.cmp-cell-label)::before {
    content: attr(data-col) '';
  }
  .cmp-row-verdict {
    background: transparent;
  }
  .cmp-row-verdict .cmp-cell-label {
    background: #0a0a0a;
  }
  .cmp-verdict-win,
  .cmp-verdict-loser {
    padding: 18px;
  }
}

/* ═══════════════════════════════════════════════
   8 · TIMELINE (dark)
   ═══════════════════════════════════════════════ */
.gs-timeline {
  background: #0a0a0a;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.gs-timeline::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(232, 52, 122, 0.12), transparent 50%);
  pointer-events: none;
}
.gs-tl-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1100px;
  margin: 0 auto;
}
.gs-tl-step {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 28px 26px 24px;
}
.gs-tl-day {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e8347a;
  padding: 5px 11px;
  border: 1px solid rgba(232, 52, 122, 0.3);
  background: rgba(232, 52, 122, 0.08);
  border-radius: 100px;
  margin-bottom: 16px;
}
.gs-tl-ttl {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 14px;
}
.gs-tl-step ul { list-style: none; padding: 0; margin: 0; }
.gs-tl-step ul li {
  padding: 8px 0 8px 22px;
  position: relative;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.gs-tl-step ul li:last-child { border-bottom: none; }
.gs-tl-step ul li::before {
  content: '✓';
  position: absolute;
  left: 0; top: 10px;
  color: #e8347a;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}
.gs-tl-step ul li em { color: #fff; font-style: normal; font-weight: 600; }
@media (max-width: 880px) { .gs-tl-grid { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════════
   9 · GUARANTEE
   ═══════════════════════════════════════════════ */
.gs-guarantee {
  background: #faf8f5;
  border-top: 1px solid #ebe6df;
  border-bottom: 1px solid #ebe6df;
}
.gs-guarantee-box {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 22px;
  padding: 46px 44px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 44px;
  align-items: center;
  box-shadow: 0 28px 60px -30px rgba(0, 0, 0, 0.12);
}
.gs-guarantee-seal {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(160deg, #e8347a 0%, #d0266e 100%);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 70px;
  line-height: 1;
  box-shadow: 0 24px 50px -20px rgba(232, 52, 122, 0.6);
  position: relative;
}
.gs-guarantee-seal::after {
  content: 'DAY GUARANTEE';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #e8347a;
  white-space: nowrap;
}
.gs-guarantee-ttl {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: clamp(22px, 2.8vw, 32px);
  letter-spacing: -0.03em;
  line-height: 1.18;
  color: #0d0d0d;
  margin: 10px 0 14px;
}
.gs-guarantee-txt {
  font-size: 14.5px;
  line-height: 1.65;
  color: #4b4338;
  margin: 0 0 22px;
  max-width: 620px;
}
.gs-guarantee-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
.gs-gr-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 500;
  color: #0d0d0d;
}
.gs-gr-item span { color: #047857; font-weight: 700; }
@media (max-width: 780px) {
  .gs-guarantee-box {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 44px 28px;
  }
  .gs-guarantee-seal { margin: 0 auto; }
  .gs-guarantee-row { justify-content: center; }
}

/* ═══════════════════════════════════════════════
   10 · FAQ
   ═══════════════════════════════════════════════ */
.gs-faq { background: #fff; }
.gs-faq-list { max-width: 820px; margin: 0 auto; }
.gs-faq-item {
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: border-color 0.18s ease;
}
.gs-faq-item[open] { border-color: #0a0a0a; }
.gs-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15.5px;
  color: #0d0d0d;
  letter-spacing: -0.015em;
  position: relative;
  padding-right: 48px;
}
.gs-faq-item summary::-webkit-details-marker { display: none; }
.gs-faq-item summary::after {
  content: '+';
  position: absolute;
  right: 22px; top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 400;
  color: #e8347a;
}
.gs-faq-item[open] summary::after { content: '−'; }
.gs-faq-item div {
  padding: 0 24px 22px;
  font-size: 14.5px;
  line-height: 1.65;
  color: #4b4338;
}
.gs-faq-item div strong { color: #0d0d0d; font-weight: 700; }

/* ═══════════════════════════════════════════════
   FINAL CTA
   ═══════════════════════════════════════════════ */
.gs-final-cta {
  background: linear-gradient(135deg, #0a0a0a 0%, #2a0f1e 100%);
  color: #fff;
  padding: 90px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.gs-final-cta::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(232, 52, 122, 0.18), transparent 55%);
  pointer-events: none;
}
.gs-final-ttl {
  position: relative;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: clamp(28px, 3.8vw, 46px);
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 14px;
}
.gs-final-ttl .gs-serif { color: #fff; }
.gs-final-sub {
  position: relative;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 34px;
}
.gs-final-ctas {
  position: relative;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.gs-final-foot {
  position: relative;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.5);
}
.gs-final-foot a {
  color: #e8347a;
  text-decoration: none;
  font-weight: 600;
}
.gs-final-foot a:hover { color: #fff; }

/* ═══════════════════════════════════════════════
   AGENT DETAIL MODAL
   ═══════════════════════════════════════════════ */
.gs-agent-mobg {
  position: fixed; inset: 0;
  background: rgba(10, 10, 10, 0.6);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1100;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.gs-agent-mobg.on { display: flex; opacity: 1; }
.gs-agent-modal {
  position: relative;
  background: #fff;
  border-radius: 22px;
  padding: 36px 36px 30px;
  max-width: 580px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 40px 100px -20px rgba(0, 0, 0, 0.4);
  animation: gsAgentModalIn 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
}
@keyframes gsAgentModalIn {
  from { transform: translateY(14px) scale(0.98); opacity: 0; }
  to   { transform: translateY(0) scale(1); opacity: 1; }
}
.gs-agent-close {
  position: absolute;
  top: 18px; right: 18px;
  appearance: none;
  border: 1px solid #ebe6df;
  background: #fff;
  color: #0d0d0d;
  width: 34px; height: 34px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  display: grid;
  place-items: center;
  transition: all 0.15s ease;
}
.gs-agent-close:hover { background: #0d0d0d; color: #fff; border-color: #0d0d0d; }
.gs-agent-modal-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
  padding-right: 40px;
}
.gs-agent-modal-icon { font-size: 42px; line-height: 1; flex-shrink: 0; }
.gs-agent-modal-cat {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e8347a;
  margin-bottom: 6px;
  background: rgba(232, 52, 122, 0.08);
  border: 1px solid rgba(232, 52, 122, 0.2);
  padding: 4px 10px;
  border-radius: 100px;
}
.gs-agent-modal-name {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #0d0d0d;
  margin: 0;
}
.gs-agent-modal-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 14px 18px;
  background: linear-gradient(160deg, #0a0a0a 0%, #161616 100%);
  border-radius: 14px;
  margin-bottom: 22px;
  color: #fff;
}
.gs-agent-modal-amt {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.03em;
  color: #fff;
}
.gs-agent-modal-mo {
  font-size: 13.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}
.gs-agent-modal-body {
  font-size: 14.5px;
  line-height: 1.65;
  color: #3a342c;
  margin-bottom: 24px;
}
.gs-agent-modal-body p { margin: 0 0 14px; }
.gs-agent-modal-body p:last-child { margin-bottom: 0; }
.gs-agent-modal-body strong { color: #0d0d0d; font-weight: 700; }
.gs-agent-modal-cta {
  appearance: none;
  width: 100%;
  background: #e8347a;
  color: #fff;
  border: none;
  padding: 16px 22px;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: all 0.18s ease;
}
.gs-agent-modal-cta:hover:not(:disabled) {
  background: #d0266e;
  box-shadow: 0 14px 36px -12px rgba(232, 52, 122, 0.55);
}
.gs-agent-modal-cta.is-sel { background: #047857; }
.gs-agent-modal-cta.is-sel:hover:not(:disabled) {
  background: #b91c1c;
  box-shadow: 0 14px 36px -12px rgba(185, 28, 28, 0.5);
}
.gs-agent-modal-cta:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  background: #047857;
}
.gs-agent-modal-foot {
  margin-top: 12px;
  font-size: 11.5px;
  color: #6b6257;
  text-align: center;
}
@media (max-width: 520px) {
  .gs-agent-modal { padding: 28px 22px 24px; }
  .gs-agent-modal-name { font-size: 22px; }
}

/* ═══════════════════════════════════════════════
   DRAWER (right-side cart)
   ═══════════════════════════════════════════════ */
.gs-overlay {
  position: fixed; inset: 0;
  background: rgba(10, 10, 10, 0.45);
  backdrop-filter: blur(4px);
  z-index: 1050;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.gs-overlay.on { opacity: 1; pointer-events: auto; }
.gs-drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: 380px;
  max-width: 92vw;
  background: #fff;
  z-index: 1060;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: -30px 0 80px -20px rgba(0, 0, 0, 0.3);
}
.gs-drawer.on { transform: translateX(0); }
.drawer-head {
  padding: 20px 22px;
  border-bottom: 1px solid #ebe6df;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.drawer-head h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #0d0d0d;
  margin: 0;
}
.gs-close-btn {
  appearance: none;
  border: 1px solid #ebe6df;
  background: #fff;
  color: #0d0d0d;
  width: 32px; height: 32px;
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all 0.15s ease;
}
.gs-close-btn:hover { background: #0d0d0d; color: #fff; border-color: #0d0d0d; }
.gs-close-btn.absolute { position: absolute; top: 16px; right: 16px; }
.drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 20px;
}
.drawer-empty {
  text-align: center;
  padding: 44px 10px;
}
.drawer-empty-icon { font-size: 34px; margin-bottom: 10px; }
.drawer-empty-ttl {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #0d0d0d;
  margin-bottom: 6px;
}
.drawer-empty-sub {
  font-size: 13px;
  color: #6b6257;
  line-height: 1.5;
}
.ci {
  padding: 14px 0;
  border-bottom: 1px solid #f1ede5;
}
.ci:last-of-type { border-bottom: none; }
.ci-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6px;
}
.ci-name {
  font-weight: 600;
  font-size: 13.5px;
  color: #0d0d0d;
  line-height: 1.3;
}
.ci-sub {
  font-size: 11.5px;
  color: #6b6257;
  margin-top: 2px;
}
.ci-rm {
  appearance: none;
  border: none;
  background: transparent;
  color: #8a8277;
  cursor: pointer;
  font-size: 13px;
  padding: 0 4px;
}
.ci-rm:hover { color: #b91c1c; }
.ci-price {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #0d0d0d;
}
.ci-price span {
  font-size: 11px;
  font-weight: 500;
  color: #6b6257;
  margin-left: 2px;
}

.drawer-upsell {
  margin-top: 16px;
  padding: 14px 16px;
  background: #eef6ff;
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  position: relative;
}
.drawer-upsell-lamp { font-size: 18px; margin-bottom: 6px; }
.drawer-upsell-msg {
  font-size: 12.5px;
  line-height: 1.5;
  color: #1e40af;
  margin-bottom: 10px;
}
.drawer-upsell-cta {
  appearance: none;
  width: 100%;
  background: #1d4ed8;
  color: #fff;
  border: none;
  padding: 10px 14px;
  border-radius: 9px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12.5px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.drawer-upsell-cta:hover { background: #1e40af; }

.drawer-foot {
  border-top: 1px solid #ebe6df;
  padding: 16px 20px;
  background: #fff;
}
.drawer-min-msg {
  display: none;
  font-size: 12px;
  color: #b91c1c;
  background: rgba(185, 28, 28, 0.07);
  border: 1px solid rgba(185, 28, 28, 0.18);
  border-radius: 8px;
  padding: 8px 12px;
  margin-bottom: 10px;
  line-height: 1.45;
}
.drawer-min-msg.show { display: block; }
.drawer-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #6b6257;
  margin-bottom: 4px;
}
.drawer-waived { color: #047857; font-weight: 600; }
.drawer-total {
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px solid #ebe6df;
  align-items: baseline;
  margin-bottom: 14px;
}
.drawer-total span:last-child strong {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #0d0d0d;
  letter-spacing: -0.03em;
}
.drawer-total span:last-child em {
  font-style: normal;
  font-size: 12.5px;
  color: #6b6257;
  margin-left: 2px;
}
.drawer-checkout { width: 100%; padding: 14px; font-size: 14.5px; }
.drawer-trust {
  margin-top: 10px;
  font-size: 11px;
  color: #6b6257;
  text-align: center;
}

/* ═══════════════════════════════════════════════
   CHECKOUT MODAL
   ═══════════════════════════════════════════════ */
.gs-mobg {
  position: fixed; inset: 0;
  background: rgba(10, 10, 10, 0.6);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1100;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.gs-mobg.on { display: flex; opacity: 1; }
.gs-modal {
  position: relative;
  background: #fff;
  border-radius: 22px;
  padding: 36px 36px 30px;
  max-width: 520px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 40px 100px -20px rgba(0, 0, 0, 0.4);
}
.gs-modal h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.03em;
  margin: 0 0 6px;
  color: #0d0d0d;
}
.mo-sub { font-size: 13.5px; color: #6b6257; margin: 0 0 22px; }
.mo-summary {
  padding: 14px 16px;
  background: #faf8f5;
  border: 1px solid #ebe6df;
  border-radius: 12px;
  margin-bottom: 20px;
}
.mo-summary-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b6257;
  margin-bottom: 10px;
}
.os-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 3px 0;
  color: #3a342c;
}
.mo-summary-divider {
  height: 1px;
  background: #ebe6df;
  margin: 8px 0;
}
.mo-summary-total {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 14px;
  color: #0d0d0d;
}
.mo-section-ttl {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b6257;
  margin: 14px 0 10px;
}
.mo-grid { display: grid; gap: 10px; margin-bottom: 10px; }
.mo-grid-2 { grid-template-columns: 1fr 1fr; }
.mo-fg { margin-bottom: 10px; }
.mo-fg label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b6257;
  margin-bottom: 5px;
}
.mo-fg input {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #ebe6df;
  border-radius: 9px;
  background: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #0d0d0d;
  outline: none;
  transition: border-color 0.15s ease;
}
.mo-fg input:focus { border-color: #e8347a; }
.mo-submit { width: 100%; margin-top: 8px; }
.mo-foot {
  text-align: center;
  font-size: 11px;
  color: #6b6257;
  margin: 10px 0 0;
}
.mo-succ { display: none; text-align: center; padding: 20px 10px; }
.mo-succ-icon {
  width: 60px; height: 60px;
  background: linear-gradient(180deg, #dcfce7 0%, #bbf7d0 100%);
  border: 2px solid #86efac;
  border-radius: 50%;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  font-size: 26px;
}
.mo-succ h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #0d0d0d;
  margin: 0 0 8px;
}
.mo-succ p {
  font-size: 13.5px;
  color: #4b4338;
  max-width: 340px;
  margin: 0 auto 14px;
  line-height: 1.55;
}
.mo-succ-list {
  text-align: left;
  font-size: 13px;
  border: 1px solid #ebe6df;
  border-radius: 11px;
  padding: 12px;
  margin: 0 0 18px;
  background: #faf8f5;
  max-height: 220px;
  overflow-y: auto;
}
.mo-succ-list.hidden { display: none; }
.mo-succ-list .thanks-ttl {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b6257;
  margin-bottom: 8px;
}
.mo-succ-list ul { list-style: disc; padding-left: 18px; margin: 0; }
.mo-succ-list li { padding: 3px 0; }

/* ═══════════════════════════════════════════════
   STICKY BAR (bottom)
   ═══════════════════════════════════════════════ */
.gs-sticky-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 1000;
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 -20px 50px -20px rgba(0, 0, 0, 0.3);
}
.gs-sticky-bar.on { transform: translateY(0); }
.gs-sb-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
}
.gs-sb-info {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.gs-sb-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 2px;
}
.gs-sb-val {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.025em;
  color: #fff;
  line-height: 1.1;
}
.gs-sb-val-pink { color: #e8347a; }
.gs-sb-ctas {
  display: flex;
  gap: 10px;
  align-items: center;
}
.gs-sb-viewcart {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px 18px;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.gs-sb-viewcart:hover { background: rgba(255, 255, 255, 0.14); }
.gs-sb-checkout { padding: 12px 22px; font-size: 13.5px; }
@media (max-width: 640px) {
  .gs-sb-inner { grid-template-columns: 1fr; gap: 10px; }
  .gs-sb-info { gap: 18px; }
  .gs-sb-ctas { justify-content: space-between; }
  .gs-sb-block-hide { display: none; }
}

/* ═══════════════════════════════════════════════
   MARKETING PLANS (Section 3)
   ═══════════════════════════════════════════════ */
.gs-plans {
  background: radial-gradient(120% 80% at 50% 0%, #1a1530 0%, #0a0a0e 60%, #050506 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}
.gs-plans::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(45% 30% at 75% 20%, rgba(139, 92, 246, 0.18), transparent 60%),
    radial-gradient(40% 25% at 20% 80%, rgba(99, 102, 241, 0.12), transparent 60%);
  pointer-events: none;
}
.gs-plans .gs-section-head { position: relative; z-index: 1; }

.gs-plans-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 36px;
}

.gs-plan-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  color: #fff;
  min-height: 360px;
}
.gs-plan-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 50px -22px rgba(139, 92, 246, 0.4);
}
.gs-plan-card.sel {
  border-color: #e8347a;
  box-shadow: 0 0 0 2px rgba(232, 52, 122, 0.35), 0 18px 50px -18px rgba(232, 52, 122, 0.5);
}
.gs-plan-head { display: flex; flex-direction: column; gap: 6px; }
.gs-plan-pill {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: -0.005em;
}
.gs-plan-sub {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.55);
  padding: 0 2px;
}
.gs-plan-hours {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 44px;
  letter-spacing: -0.045em;
  line-height: 1;
  color: #fff;
  margin-top: 4px;
}
.gs-plan-hours span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.55);
  margin-left: 6px;
}
.gs-plan-price-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: auto;
}
.gs-plan-price {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.04em;
  color: #fff;
  line-height: 1;
}
.gs-plan-price span { font-size: 18px; font-weight: 500; opacity: 0.7; margin-right: 2px; }
.gs-plan-price em {
  font-style: normal;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  margin-left: 4px;
}
.gs-plan-rate {
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: -0.02em;
}
.gs-plan-rate span { font-size: 12px; font-weight: 500; color: rgba(255, 255, 255, 0.45); margin-left: 2px; }

.gs-plan-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 11px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.005em;
  cursor: pointer;
  transition: all 0.15s ease;
  text-decoration: none;
  margin-top: 6px;
  white-space: nowrap;
  line-height: 1.2;
}
.gs-plan-cta:hover { background: rgba(255, 255, 255, 0.14); border-color: rgba(255, 255, 255, 0.28); }
.gs-plan-card.sel .gs-plan-cta {
  background: #e8347a;
  border-color: #e8347a;
  color: #fff;
}
.gs-plan-cta-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.18);
}

/* Featured / highlighted card */
.gs-plan-card-featured {
  background: linear-gradient(135deg, #4f46ff 0%, #7c5cff 45%, #b06bff 100%);
  border-color: transparent;
  box-shadow: 0 18px 60px -18px rgba(124, 92, 255, 0.55);
}
.gs-plan-card-featured:hover {
  border-color: transparent;
  box-shadow: 0 22px 70px -16px rgba(124, 92, 255, 0.7);
}
.gs-plan-card-featured.sel {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4), 0 22px 70px -16px rgba(124, 92, 255, 0.85);
  border-color: transparent;
}
.gs-plan-ribbon {
  position: absolute;
  top: -12px;
  right: 18px;
  background: #fff;
  color: #4f46ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 6px 13px;
  border-radius: 999px;
  box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.4);
}
.gs-plan-pill-featured {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}
.gs-plan-sub-featured { color: rgba(255, 255, 255, 0.85); }
.gs-plan-hours-featured { color: #fff; }
.gs-plan-hours-featured span { color: rgba(255, 255, 255, 0.78); }
.gs-plan-price-featured { color: #fff; }
.gs-plan-price-featured em { color: rgba(255, 255, 255, 0.78); }
.gs-plan-rate-featured { color: rgba(255, 255, 255, 0.95); }
.gs-plan-rate-featured span { color: rgba(255, 255, 255, 0.75); }
.gs-plan-cta-featured {
  background: #fff;
  color: #4f46ff;
  border-color: #fff;
}
.gs-plan-cta-featured:hover {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.92);
  color: #4338ca;
}
.gs-plan-card-featured.sel .gs-plan-cta {
  background: #0d0d0d;
  color: #fff;
  border-color: #0d0d0d;
}

/* AI Management card (4th, dark + clean) */
.gs-plan-card-aimgmt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.005));
  border-color: rgba(255, 255, 255, 0.06);
}
.gs-plan-card-aimgmt.sel {
  border-color: rgba(232, 52, 122, 0.6);
  box-shadow: 0 0 0 1px rgba(232, 52, 122, 0.4), 0 18px 50px -22px rgba(232, 52, 122, 0.4);
}
.gs-plan-hours-aimgmt {
  font-size: 36px;
  letter-spacing: -0.04em;
}
.gs-plan-aimgmt-tag {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  letter-spacing: -0.005em;
}
.gs-plan-aimgmt-note {
  font-size: 12px;
  color: rgba(232, 52, 122, 0.85);
  font-weight: 600;
  letter-spacing: 0.005em;
  margin-top: auto;
}
.gs-plan-card-aimgmt.sel .gs-plan-aimgmt-note::before {
  content: "✓ ";
  margin-right: 2px;
}

/* microcopy */
.gs-plans-microcopy {
  position: relative;
  z-index: 1;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

/* Includes box */
.gs-includes-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 18px;
  margin-bottom: 44px;
}
.gs-includes-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 26px 26px 22px;
}
.gs-includes-ttl {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.015em;
  color: #fff;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.gs-includes-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 9px;
}
.gs-includes-list li {
  position: relative;
  padding-left: 26px;
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}
.gs-includes-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(232, 52, 122, 0.18);
  border: 1px solid rgba(232, 52, 122, 0.45);
}
.gs-includes-list li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 10px;
  width: 8px;
  height: 4px;
  border-left: 1.5px solid #e8347a;
  border-bottom: 1.5px solid #e8347a;
  transform: rotate(-45deg);
}
.gs-includes-box-mkt {
  display: grid;
  gap: 22px;
}
.gs-includes-box-mkt .gs-includes-list {
  grid-template-columns: 1fr 1fr;
  gap: 9px 22px;
}
.gs-includes-subgroup {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gs-includes-sub {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(232, 52, 122, 0.85);
}
.gs-includes-subgroup + .gs-includes-subgroup { margin-top: 2px; }

/* Bottom note */
.gs-plans-combine {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, rgba(232, 52, 122, 0.08), rgba(124, 92, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 28px 32px;
  text-align: center;
}
.gs-plans-combine-ttl {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.025em;
  color: #fff;
  margin-bottom: 8px;
}
.gs-plans-combine-txt {
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  max-width: 680px;
  margin: 0 auto;
}

/* Drawer plan/aimgmt rows */
.drawer-row-aimgmt {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.55);
}
.drawer-row-aimgmt em { font-style: normal; opacity: 0.7; }
.ci-aimgmt,
.ci-plan {
  padding: 14px 14px 14px 16px;
  margin: 6px -4px;
  border-radius: 8px;
  border-bottom: none;
}
.ci-aimgmt + .ci,
.ci-plan + .ci { border-top: 1px solid #f1ede5; }
.ci-aimgmt {
  background: rgba(232, 52, 122, 0.06);
  border-left: 3px solid rgba(232, 52, 122, 0.55);
}
.ci-plan {
  background: rgba(124, 92, 255, 0.06);
  border-left: 3px solid rgba(124, 92, 255, 0.55);
}
.ci-auto {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(232, 52, 122, 0.85);
  background: rgba(232, 52, 122, 0.12);
  padding: 4px 9px;
  border-radius: 999px;
  align-self: flex-start;
}

/* ═══════════════════════════════════════════════
   SEND REQUEST MODAL (2-step: review + create account)
   Light theme — matches the rest of the site
   ═══════════════════════════════════════════════ */
.gs-req-mobg {
  position: fixed;
  inset: 0;
  background: rgba(13, 13, 13, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  z-index: 99999;
  align-items: flex-start;
  justify-content: center;
  padding: 5vh 16px 16px;
  overflow-y: auto;
}
.gs-req-mobg.on { display: flex; }
.gs-req-modal {
  position: relative;
  width: 100%;
  max-width: 620px;
  background: #ffffff;
  border: 1px solid #ebe6df;
  border-radius: 22px;
  padding: 32px 32px 28px;
  color: #0d0d0d;
  box-shadow: 0 30px 80px -22px rgba(13, 13, 13, 0.25);
  animation: gsReqIn 0.28s cubic-bezier(.2,.9,.3,1.2);
  margin-bottom: 5vh;
}
@keyframes gsReqIn {
  from { opacity: 0; transform: translateY(14px) scale(0.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.gs-req-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #faf8f5;
  color: #6b6257;
  border: 1px solid #ebe6df;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.gs-req-close:hover { background: #f1ede5; color: #0d0d0d; }

/* Step indicator */
.gs-req-steps {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  padding-right: 50px;
}
.gs-req-step {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: #8a8277;
  font-weight: 500;
}
.gs-req-step-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #faf8f5;
  border: 1px solid #ebe6df;
  font-size: 12px;
  font-weight: 700;
  color: #6b6257;
}
.gs-req-step.active { color: #0d0d0d; }
.gs-req-step.active .gs-req-step-num { background: #e8347a; border-color: #e8347a; color: #fff; }
.gs-req-step.done .gs-req-step-num {
  background: #fde7ef;
  border-color: #f6b9d0;
  color: transparent;
  font-size: 0;
  position: relative;
}
.gs-req-step.done .gs-req-step-num::before {
  content: "✓";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #e8347a;
  font-size: 13px;
  font-weight: 700;
}
.gs-req-step.done .gs-req-step-label { color: #4b4338; }
.gs-req-step-line {
  flex: 1;
  height: 1px;
  background: #ebe6df;
  max-width: 60px;
}

/* Pane (step content) */
.gs-req-pane { display: none; }
.gs-req-pane-active { display: block; }

.gs-req-eyebrow {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e8347a;
  margin-bottom: 10px;
}
.gs-req-ttl {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin: 0 0 10px;
  color: #0d0d0d;
}
.gs-req-sub {
  font-size: 14px;
  line-height: 1.55;
  color: #6b6257;
  margin: 0 0 22px;
}
.gs-req-sub strong { color: #0d0d0d; font-weight: 600; }

/* Summary card (step 1) */
.gs-req-summary {
  background: #faf8f5;
  border: 1px solid #ebe6df;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 16px;
}
.gs-req-summary-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  background: #fff;
  border-bottom: 1px solid #ebe6df;
  font-size: 12.5px;
  font-weight: 600;
  color: #4b4338;
  letter-spacing: -0.005em;
}
.gs-req-summary-count {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a8277;
}
.gs-req-summary-list { padding: 4px 0; max-height: 280px; overflow-y: auto; background: #fff; }
.gs-req-empty { padding: 22px; text-align: center; color: #8a8277; font-size: 13.5px; }
.gs-req-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border-bottom: 1px solid #f1ede5;
}
.gs-req-row:last-child { border-bottom: none; }
.gs-req-row-info { flex: 1; min-width: 0; }
.gs-req-row-name {
  font-weight: 600;
  font-size: 14px;
  color: #0d0d0d;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.gs-req-row-tag {
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 999px;
  background: #faf8f5;
  color: #6b6257;
  border: 1px solid #ebe6df;
}
.gs-req-row-tag-plan {
  background: #efeaff;
  color: #5b3fd1;
  border-color: #d8cdff;
}
.gs-req-row-tag-mgmt {
  background: #fde7ef;
  color: #c2226a;
  border-color: #f6b9d0;
}
.gs-req-row-sub {
  font-size: 12px;
  color: #8a8277;
  margin-top: 3px;
}
.gs-req-row-price {
  font-weight: 700;
  font-size: 14.5px;
  color: #0d0d0d;
  white-space: nowrap;
  letter-spacing: -0.015em;
}
.gs-req-row-price em {
  font-style: normal;
  font-size: 11.5px;
  font-weight: 500;
  color: #8a8277;
  margin-left: 2px;
}
.gs-req-summary-foot {
  padding: 16px 18px;
  background: #fde7ef;
  border-top: 1px solid #f6b9d0;
}
.gs-req-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 13px;
  color: #4b4338;
  font-weight: 500;
}
.gs-req-summary-total strong {
  font-size: 22px;
  font-weight: 700;
  color: #0d0d0d;
  letter-spacing: -0.025em;
}
.gs-req-summary-total em {
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  color: #6b6257;
  margin-left: 3px;
}

.gs-req-note {
  background: #fffaf0;
  border: 1px dashed #e8d5a8;
  border-radius: 11px;
  padding: 12px 14px;
  font-size: 12.5px;
  line-height: 1.5;
  color: #6b6257;
  margin-bottom: 22px;
}
.gs-req-note strong { color: #0d0d0d; font-weight: 600; }

/* Actions */
.gs-req-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 6px;
}
.gs-req-btn-primary,
.gs-req-btn-ghost {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  letter-spacing: -0.005em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
}
.gs-req-btn-primary {
  background: #e8347a;
  color: #fff;
  border-color: #e8347a;
  position: relative;
  min-width: 220px;
}
.gs-req-btn-primary:hover { background: #d0266e; border-color: #d0266e; transform: translateY(-1px); box-shadow: 0 14px 40px -14px rgba(232, 52, 122, 0.45); }
.gs-req-btn-primary:disabled { opacity: 0.55; cursor: not-allowed; }
.gs-req-btn-ghost {
  background: #fff;
  color: #4b4338;
  border-color: #ebe6df;
  flex: 0 0 auto;
}
.gs-req-btn-ghost:hover { background: #faf8f5; color: #0d0d0d; border-color: #d6cfc4; }

/* Form (step 2) */
.gs-req-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
}
.gs-req-grid-2 { grid-template-columns: 1fr 1fr; }
.gs-req-fg { margin-bottom: 14px; display: flex; flex-direction: column; gap: 6px; }
.gs-req-fg label {
  font-size: 12.5px;
  font-weight: 600;
  color: #0d0d0d;
  letter-spacing: -0.005em;
}
.gs-req-fg label span { color: #e8347a; margin-left: 2px; }
.gs-req-fg label em { font-style: normal; color: #8a8277; font-weight: 500; }
.gs-req-fg input[type="text"],
.gs-req-fg input[type="email"],
.gs-req-fg input[type="tel"],
.gs-req-fg input[type="password"] {
  width: 100%;
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 10px;
  padding: 12px 14px;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  color: #0d0d0d;
  transition: all 0.15s ease;
}
.gs-req-fg input::placeholder { color: #b7af9f; }
.gs-req-fg input:focus {
  outline: none;
  background: #fff;
  border-color: #e8347a;
  box-shadow: 0 0 0 3px rgba(232, 52, 122, 0.12);
}
.gs-req-pw { position: relative; }
.gs-req-pw input { padding-right: 44px; }
.gs-req-pw-toggle {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: #8a8277;
  font-size: 14px;
  cursor: pointer;
  border-radius: 6px;
}
.gs-req-pw-toggle:hover { background: #faf8f5; color: #0d0d0d; }
.gs-req-help {
  font-size: 11.5px;
  color: #8a8277;
}

.gs-req-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 6px 0 16px;
  font-size: 12.5px;
  line-height: 1.55;
  color: #4b4338;
  cursor: pointer;
  user-select: none;
}
.gs-req-check input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #d6cfc4;
  background: #fff;
  border-radius: 5px;
  margin-top: 1px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  transition: all 0.15s ease;
}
.gs-req-check input[type="checkbox"]:checked {
  background: #e8347a;
  border-color: #e8347a;
}
.gs-req-check input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.gs-req-check a { color: #e8347a; text-decoration: underline; text-underline-offset: 2px; }
.gs-req-check a:hover { color: #b91d65; }

.gs-req-error {
  display: none;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b91c1c;
  font-size: 13px;
  padding: 11px 14px;
  border-radius: 10px;
  margin-bottom: 14px;
}
.gs-req-error.show { display: block; }
.gs-req-error a { color: #7f1d1d; font-weight: 600; text-decoration: underline; }

.gs-req-trust {
  font-size: 11.5px;
  color: #8a8277;
  text-align: center;
  margin-top: 14px;
  letter-spacing: -0.005em;
}

/* Submit button spinner */
.gs-req-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #fff;
  border-radius: 50%;
  animation: gsReqSpin 0.7s linear infinite;
}
.gs-req-btn-primary.loading { pointer-events: none; opacity: 0.85; }
.gs-req-btn-primary.loading .gs-req-spinner { display: inline-block; }
.gs-req-btn-primary.loading .gs-req-btn-label { opacity: 0.7; }
@keyframes gsReqSpin { to { transform: rotate(360deg); } }

/* Loader (step 3 — sending) */
.gs-req-loader {
  text-align: center;
  padding: 40px 20px 20px;
}
.gs-req-loader-ring {
  width: 60px;
  height: 60px;
  margin: 0 auto 22px;
  border: 3px solid #fde7ef;
  border-top-color: #e8347a;
  border-radius: 50%;
  animation: gsReqSpin 0.9s linear infinite;
}
.gs-req-loader h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: -0.025em;
  color: #0d0d0d;
  margin: 0 0 8px;
}
.gs-req-loader p {
  font-size: 13.5px;
  color: #6b6257;
  margin: 0;
  line-height: 1.5;
}

/* Modal responsive */
@media (max-width: 640px) {
  .gs-req-mobg { padding: 0; align-items: stretch; }
  .gs-req-modal {
    margin: 0;
    border-radius: 0;
    padding: 22px 18px 28px;
    min-height: 100vh;
    max-width: 100%;
  }
  .gs-req-close { top: 10px; right: 10px; }
  .gs-req-ttl { font-size: 22px; }
  .gs-req-grid-2 { grid-template-columns: 1fr; }
  .gs-req-actions { flex-direction: column-reverse; align-items: stretch; }
  .gs-req-btn-primary, .gs-req-btn-ghost { flex: 1; width: 100%; }
  .gs-req-step-line { max-width: 30px; }
  .gs-req-step-label { display: none; }
  .gs-req-summary-list { max-height: 220px; }
}

/* ═══════════════════════════════════════════════
   PLANS RESPONSIVE
   ═══════════════════════════════════════════════ */
@media (max-width: 1080px) {
  .gs-plans-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .gs-includes-grid { grid-template-columns: 1fr; }
  .gs-includes-box-mkt .gs-includes-list { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .gs-plans-grid { grid-template-columns: 1fr; gap: 14px; }
  .gs-plan-card { min-height: auto; padding: 24px 22px 22px; }
  .gs-plan-hours { font-size: 38px; }
  .gs-plan-price { font-size: 26px; }
  .gs-plan-ribbon { right: 16px; top: -10px; }
  .gs-includes-box { padding: 22px 20px 18px; }
  .gs-includes-box-mkt .gs-includes-list { grid-template-columns: 1fr; }
  .gs-plans-combine { padding: 24px 22px; }
  .gs-plans-combine-ttl { font-size: 19px; }
}

/* ═══════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════ */
@media (max-width: 640px) {
  .gs-hero { padding: 70px 20px 80px; }
  .gs-section { padding: 64px 0; }
  .gs-section-head { margin-bottom: 40px; }
  .gs-hero-ctas { flex-direction: column; align-items: stretch; }
  .gs-hero-ctas a { width: 100%; text-align: center; }
}
