/* ================================================================
   Getting Started — gettingstarted.css
   ================================================================ */

/* ── Shared helpers ───────────────────────────────────────────── */
.section-eyebrow {
    display: inline-flex; align-items: center;
    font-size: 0.75rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.1em;
    color: #4f46e5; background: #ede9fe;
    padding: 0.25rem 0.85rem; border-radius: 20px;
    margin-bottom: 0.85rem;
}

/* ════════════════════════════════════════════════════════════════
   HERO
   ════════════════════════════════════════════════════════════════ */
.gs-hero {
    padding: 4.5rem 0 3.5rem;
    background: linear-gradient(160deg, #fafafe 0%, #f0f0ff 60%, #fafafe 100%);
    text-align: center; position: relative; overflow: hidden;
}

.gs-hero-orb {
    position: absolute; border-radius: 50%;
    pointer-events: none; filter: blur(80px); opacity: 0.3;
}

.orb-a {
    width: 380px; height: 380px;
    background: #c4b5fd; top: -120px; right: -80px;
}

.orb-b {
    width: 220px; height: 220px;
    background: #a5b4fc; bottom: -60px; left: -50px;
}

.gs-hero-inner {
    position: relative; z-index: 1;
    max-width: 700px; margin: 0 auto;
}

.gs-hero-title {
    font-size: 2.8rem; font-weight: 900;
    color: #111827; letter-spacing: -1px;
    line-height: 1.15; margin-bottom: 1rem;
}

.gs-hero-accent {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gs-hero-desc {
    font-size: 1rem; color: #6b7280;
    line-height: 1.7; margin-bottom: 2rem;
}

/* ── Stepper ──────────────────────────────────────────────────── */
.gs-stepper {
    display: flex; align-items: center;
    justify-content: center; gap: 0;
    margin-bottom: 1.75rem;
}

.gs-step-pip {
    display: flex; flex-direction: column;
    align-items: center; gap: 0.4rem;
}

.gs-pip-circle {
    width: 48px; height: 48px; border-radius: 50%;
    background: #f3f4f6; border: 2px solid #e5e7eb;
    color: #9ca3af; font-size: 1rem;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.gs-step-pip.active .gs-pip-circle {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    border-color: #4f46e5; color: #fff;
    box-shadow: 0 4px 12px rgba(79,70,229,0.35);
}

.gs-step-pip.done .gs-pip-circle {
    background: #d1fae5; border-color: #059669; color: #059669;
}

.gs-pip-label {
    font-size: 0.68rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.06em;
    color: #9ca3af;
}

.gs-step-pip.active .gs-pip-label { color: #4f46e5; }
.gs-step-pip.done   .gs-pip-label { color: #059669; }

.gs-step-connector {
    width: 60px; height: 2px;
    background: #e5e7eb; margin-bottom: 22px; flex-shrink: 0;
}

/* Meta pills */
.gs-hero-meta {
    display: flex; justify-content: center;
    flex-wrap: wrap; gap: 0.6rem;
}

.gs-meta-pill {
    display: inline-flex; align-items: center; gap: 0.4rem;
    font-size: 0.75rem; font-weight: 500;
    color: #374151; background: #fff;
    border: 1.5px solid #e5e7eb;
    padding: 0.3rem 0.85rem; border-radius: 20px;
}

.gs-meta-pill i { color: #4f46e5; font-size: 0.72rem; }

/* ════════════════════════════════════════════════════════════════
   STEP SECTIONS
   ════════════════════════════════════════════════════════════════ */
.gs-step-section {
    padding: 5rem 0; background: #fff;
    scroll-margin-top: 80px;
}

.gs-step-section.alt {
    background: linear-gradient(160deg, #fafafe 0%, #f5f3ff 60%, #fafafe 100%);
}

.gs-step-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 4rem; align-items: center;
}

.gs-step-grid.reverse .gs-step-visual { order: -1; }

/* ── Step eyebrow ─────────────────────────────────────────────── */
.gs-step-eyebrow {
    display: flex; align-items: center; gap: 0.65rem;
    margin-bottom: 0.85rem;
}

.gs-step-number {
    width: 32px; height: 32px; border-radius: 50%;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #fff; font-size: 0.85rem; font-weight: 900;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; box-shadow: 0 4px 10px rgba(79,70,229,0.3);
}

.gs-step-eyebrow span {
    font-size: 0.72rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.08em;
    color: #9ca3af;
}

/* Step title */
.gs-step-title {
    font-size: 1.75rem; font-weight: 900;
    color: #111827; letter-spacing: -0.5px;
    line-height: 1.2; margin-bottom: 1rem;
}

.gs-step-desc {
    font-size: 0.9rem; color: #4b5563;
    line-height: 1.75; margin-bottom: 1.5rem;
}

/* Checklist */
.gs-step-checklist {
    list-style: none; padding: 0; margin: 0 0 1.5rem;
    display: flex; flex-direction: column; gap: 0.55rem;
}

.gs-step-checklist li {
    display: flex; align-items: flex-start; gap: 0.55rem;
    font-size: 0.875rem; color: #374151; line-height: 1.5;
}

.gs-step-checklist li i {
    color: #059669; font-size: 0.82rem;
    flex-shrink: 0; margin-top: 2px;
}

/* Step actions */
.gs-step-actions {
    display: flex; align-items: center;
    flex-wrap: wrap; gap: 0.85rem; margin-bottom: 1.25rem;
}

/* Tip box */
.gs-step-tip {
    display: flex; align-items: flex-start; gap: 0.55rem;
    background: #eff6ff; border: 1.5px solid #bfdbfe;
    border-radius: 10px; padding: 0.75rem 1rem;
    font-size: 0.78rem; color: #1e3a5f; line-height: 1.55;
}

.gs-step-tip i { color: #2563eb; flex-shrink: 0; margin-top: 1px; }

.gs-step-tip.warning {
    background: #fffbeb; border-color: #fde68a; color: #78350f;
}

.gs-step-tip.warning i { color: #d97706; }

.gs-step-tip code {
    font-size: 0.75rem; background: rgba(0,0,0,0.07);
    padding: 0.1rem 0.35rem; border-radius: 4px;
}

/* ── Buttons ──────────────────────────────────────────────────── */
.btn-gs-primary {
    display: inline-flex; align-items: center;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #fff; text-decoration: none;
    font-size: 0.9rem; font-weight: 700;
    padding: 0.75rem 1.4rem; border-radius: 12px;
    box-shadow: 0 4px 16px rgba(79,70,229,0.3);
    transition: opacity 0.15s, transform 0.1s;
}

.btn-gs-primary:hover {
    opacity: 0.9; transform: translateY(-1px); color: #fff;
}

.btn-gs-ghost {
    display: inline-flex; align-items: center;
    background: none; color: #4f46e5;
    text-decoration: none; font-size: 0.82rem; font-weight: 600;
    transition: gap 0.15s;
}

.btn-gs-ghost:hover { color: #4f46e5; text-decoration: underline; }

/* Store button */
.btn-gs-store {
    display: inline-flex; align-items: center; gap: 0.85rem;
    background: #000; color: #fff;
    text-decoration: none;
    padding: 0.65rem 1.1rem; border-radius: 12px;
    transition: opacity 0.15s, transform 0.1s;
}

.btn-gs-store:hover {
    opacity: 0.88; transform: translateY(-1px); color: #fff;
}

.btn-gs-store-icon {
    width: 34px; height: 34px; border-radius: 8px;
    background: rgba(255,255,255,0.15);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; flex-shrink: 0;
}

.btn-gs-store-text {
    display: flex; flex-direction: column; gap: 1px;
}

.btn-gs-store-sub {
    font-size: 0.62rem; opacity: 0.7;
    text-transform: uppercase; letter-spacing: 0.04em;
}

.btn-gs-store-main {
    font-size: 0.9rem; font-weight: 700;
}

.btn-gs-store-arrow {
    font-size: 0.68rem; opacity: 0.5; margin-left: 0.25rem;
}

/* ════════════════════════════════════════════════════════════════
   VISUAL CARDS
   ════════════════════════════════════════════════════════════════ */
.gs-step-visual { position: relative; }

.gs-visual-card {
    background: #fff; border-radius: 18px;
    border: 1.5px solid #f3f4f6;
    box-shadow: 0 16px 48px rgba(79,70,229,0.1),
                0 4px 16px rgba(0,0,0,0.06);
    overflow: hidden;
}

/* Card header */
.gs-visual-card-header {
    display: flex; align-items: center; gap: 0.65rem;
    padding: 0.75rem 1rem;
    background: #f9fafb; border-bottom: 1.5px solid #f3f4f6;
}

.gs-visual-card-header.dark {
    background: #1e1b4b; border-bottom-color: rgba(255,255,255,0.08);
}

.gs-visual-dots {
    display: flex; gap: 5px;
}

.gs-visual-dots .dot {
    width: 10px; height: 10px; border-radius: 50%;
}

.dot.red   { background: #ef4444; }
.dot.amber { background: #f59e0b; }
.dot.green { background: #10b981; }

.gs-visual-card-title {
    font-size: 0.72rem; font-weight: 700; color: #6b7280;
    text-transform: uppercase; letter-spacing: 0.06em;
}

.gs-visual-card-title.light { color: rgba(255,255,255,0.6); }

/* Card body */
.gs-visual-card-body {
    padding: 1.25rem;
    display: flex; flex-direction: column; gap: 0.85rem;
}

/* ── Mock form elements ───────────────────────────────────────── */
.gs-mock-field { display: flex; flex-direction: column; gap: 0.3rem; }
.gs-mock-field.mt { margin-top: 0.25rem; }

.gs-mock-label {
    font-size: 0.68rem; font-weight: 700; color: #374151;
}

.gs-mock-input {
    display: flex; align-items: center; gap: 0.5rem;
    background: #f9fafb; border: 1.5px solid #e5e7eb;
    border-radius: 9px; padding: 0.55rem 0.75rem;
    font-size: 0.78rem; color: #9ca3af;
}

.gs-mock-input i { color: #9ca3af; font-size: 0.82rem; flex-shrink: 0; }

.gs-mock-input.token { border-color: #c4b5fd; background: #fafafe; }

.gs-mock-token-value {
    flex: 1; font-family: monospace;
    font-size: 0.75rem; color: #4f46e5; font-weight: 600;
}

.gs-mock-paste-btn {
    font-size: 0.72rem; color: #4f46e5; cursor: pointer;
}

.gs-mock-placeholder { color: #9ca3af; }
.gs-mock-placeholder.dots { letter-spacing: 0.1em; }

/* Mock buttons */
.gs-mock-btn {
    display: flex; align-items: center; justify-content: center;
    border-radius: 9px; padding: 0.6rem;
    font-size: 0.78rem; font-weight: 700;
}

.gs-mock-btn.register {
    background: linear-gradient(135deg, #4f46e5, #7c3aed); color: #fff;
}

.gs-mock-btn.install {
    background: #0078d4; color: #fff;
}

.gs-mock-btn.connect {
    background: linear-gradient(135deg, #4f46e5, #7c3aed); color: #fff;
}

/* Mock divider */
.gs-mock-divider {
    display: flex; align-items: center; gap: 0.5rem;
}

.gs-mock-divider::before,
.gs-mock-divider::after {
    content: ''; flex: 1; height: 1px; background: #f3f4f6;
}

.gs-mock-divider span {
    font-size: 0.65rem; color: #9ca3af; white-space: nowrap;
}

/* Mock trust row */
.gs-mock-trust {
    display: flex; justify-content: center; gap: 1rem;
}

.gs-mock-trust span {
    display: inline-flex; align-items: center; gap: 0.3rem;
    font-size: 0.65rem; color: #9ca3af;
}

.gs-mock-trust i { color: #059669; font-size: 0.65rem; }

/* ── Install card specifics ───────────────────────────────────── */
.gs-store-app-row {
    display: flex; align-items: center; gap: 0.85rem;
    padding: 0.5rem 0;
}

.gs-store-app-icon {
    width: 52px; height: 52px; border-radius: 14px;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #fff; font-size: 1.3rem;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}

.gs-store-app-name {
    font-size: 0.875rem; font-weight: 800; color: #111827;
    margin-bottom: 0.1rem;
}

.gs-store-app-pub {
    font-size: 0.68rem; color: #9ca3af; margin-bottom: 0.25rem;
}

.gs-store-app-rating {
    display: flex; align-items: center; gap: 2px;
    font-size: 0.65rem; color: #f59e0b;
}

.gs-store-app-rating span {
    color: #6b7280; margin-left: 3px; font-size: 0.68rem;
}

.gs-store-app-badge {
    margin-left: auto; font-size: 1.25rem; color: #4f46e5;
}

.gs-store-meta {
    display: flex; justify-content: center; gap: 1rem;
}

.gs-store-meta span {
    display: inline-flex; align-items: center; gap: 0.3rem;
    font-size: 0.68rem; color: #9ca3af;
}

.gs-store-meta i { color: #4f46e5; font-size: 0.68rem; }

/* Install progress */
.gs-install-progress { padding-top: 0.25rem; }

.gs-install-progress-label {
    display: flex; justify-content: space-between;
    font-size: 0.68rem; color: #6b7280; margin-bottom: 0.35rem;
}

.gs-install-bar {
    height: 6px; background: #f3f4f6; border-radius: 3px;
    overflow: hidden;
}

.gs-install-bar-fill {
    height: 100%; background: linear-gradient(90deg, #4f46e5, #7c3aed);
    border-radius: 3px;
    animation: gs-progress 3s ease-in-out infinite alternate;
}

@keyframes gs-progress {
    0%   { width: 60%; }
    100% { width: 95%; }
}

/* ── Token card specifics ─────────────────────────────────────── */
.gs-token-icon {
    width: 52px; height: 52px; border-radius: 14px;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #fff; font-size: 1.3rem;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 0.5rem;
}

.gs-token-heading {
    text-align: center; font-size: 0.875rem; font-weight: 800;
    color: #111827; margin-bottom: 0.2rem;
}

.gs-token-sub {
    text-align: center; font-size: 0.72rem; color: #9ca3af;
    margin-bottom: 0.25rem;
}

.gs-token-help {
    text-align: center; font-size: 0.68rem; color: #9ca3af;
}

.gs-token-help-link {
    color: #4f46e5; font-weight: 600; cursor: pointer;
}

.gs-connected-badge {
    display: flex; align-items: center; justify-content: center;
    gap: 0.5rem; background: #d1fae5;
    border: 1.5px solid #a7f3d0; border-radius: 9px;
    padding: 0.5rem; font-size: 0.75rem; font-weight: 700;
    color: #065f46;
}

.gs-connected-badge i { color: #059669; }

/* ── Dashboard card specifics ─────────────────────────────────── */
.dashboard-body { gap: 0.75rem; }

.gs-dash-cards {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem;
}

.gs-dash-card {
    border-radius: 10px; padding: 0.65rem 0.75rem;
    text-align: center;
}

.gs-dash-card.download { background: #eff6ff; }
.gs-dash-card.upload   { background: #f0fdf4; }
.gs-dash-card.ping     { background: #fefce8; }

.gs-dash-card-label {
    font-size: 0.6rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.05em;
    color: #9ca3af; margin-bottom: 0.2rem;
}

.gs-dash-card-value {
    font-size: 1.1rem; font-weight: 900; color: #111827;
    line-height: 1;
}

.gs-dash-card-unit {
    font-size: 0.6rem; color: #9ca3af; margin-bottom: 0.2rem;
}

.gs-dash-card-trend {
    font-size: 0.62rem; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
}

.gs-dash-card-trend.up   { color: #059669; }
.gs-dash-card-trend.down { color: #059669; }

/* Mini chart */
.gs-dash-chart { }

.gs-dash-chart-label {
    font-size: 0.65rem; font-weight: 700; color: #6b7280;
    margin-bottom: 0.4rem;
}

.gs-dash-chart-bars {
    display: flex; align-items: flex-end; gap: 3px; height: 48px;
}

.gs-dash-chart-bars span {
    flex: 1; background: #c4b5fd; border-radius: 2px 2px 0 0;
    transition: background 0.15s;
}

.gs-dash-chart-bars span.active { background: #4f46e5; }

/* Outage row */
.gs-dash-outage-row {
    display: flex; align-items: center; gap: 0.5rem;
    font-size: 0.68rem; color: #6b7280;
}

.gs-dash-outage-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: #059669; flex-shrink: 0;
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.5; }
}

.gs-dash-outage-badge {
    margin-left: auto; font-size: 0.62rem; font-weight: 700;
    background: #d1fae5; color: #065f46;
    padding: 0.1rem 0.45rem; border-radius: 20px;
}

/* ── Floating badges ──────────────────────────────────────────── */
.gs-float-badge {
    position: absolute;
    display: flex; align-items: center; gap: 0.65rem;
    background: #fff; border-radius: 12px;
    padding: 0.65rem 1rem;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    border: 1.5px solid #f3f4f6;
}

.gs-float-badge.install-done {
    bottom: -16px; left: -20px;
    animation: gs-float 4s ease-in-out infinite;
}

.gs-float-badge.install-done i {
    font-size: 1.25rem; color: #059669;
}

.gs-float-badge.sync {
    bottom: -16px; right: -20px;
    animation: gs-float 4s ease-in-out infinite 1s;
}

.gs-float-dot {
    width: 10px; height: 10px; border-radius: 50%;
    background: #059669; flex-shrink: 0;
    animation: pulse-dot 2s infinite;
}

.gs-float-title {
    font-size: 0.75rem; font-weight: 700; color: #111827;
    line-height: 1;
}

.gs-float-sub {
    font-size: 0.65rem; color: #9ca3af; margin-top: 2px;
}

@keyframes gs-float {
    0%, 100% { transform: translateY(0px); }
    50%       { transform: translateY(-6px); }
}

/* ════════════════════════════════════════════════════════════════
   SUBSTEPS (Step 3 — Connect)
   ════════════════════════════════════════════════════════════════ */
.gs-substeps {
    display: flex; flex-direction: column; gap: 0;
    margin-bottom: 1.5rem;
    border: 1.5px solid #f3f4f6; border-radius: 14px;
    overflow: hidden;
}

.gs-substep {
    display: flex; gap: 1rem;
    padding: 1rem 1.1rem;
    border-bottom: 1.5px solid #f9fafb;
    transition: background 0.15s;
}

.gs-substep:last-child { border-bottom: none; }
.gs-substep:hover      { background: #fafafe; }

.gs-substep-num {
    width: 28px; height: 28px; border-radius: 50%;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #fff; font-size: 0.72rem; font-weight: 900;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; margin-top: 1px;
}

.gs-substep-body { flex: 1; }

.gs-substep-title {
    font-size: 0.875rem; font-weight: 800;
    color: #111827; margin-bottom: 0.3rem;
}

.gs-substep-desc {
    font-size: 0.78rem; color: #6b7280; line-height: 1.6;
    margin-bottom: 0.5rem;
}

.gs-substep-desc em { color: #4f46e5; font-style: normal; font-weight: 600; }

.gs-substep-link {
    display: inline-flex; align-items: center;
    font-size: 0.72rem; font-weight: 700; color: #4f46e5;
    text-decoration: none;
    transition: gap 0.15s;
}

.gs-substep-link:hover { text-decoration: underline; color: #4f46e5; }

/* ════════════════════════════════════════════════════════════════
   FEATURE GRID (Step 4)
   ════════════════════════════════════════════════════════════════ */
.gs-feature-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 0.75rem; margin-bottom: 1.5rem;
}

.gs-feature-item {
    display: flex; align-items: flex-start; gap: 0.75rem;
    background: #f9fafb; border: 1.5px solid #f3f4f6;
    border-radius: 12px; padding: 0.85rem;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.gs-feature-item:hover {
    border-color: #e0e7ff;
    box-shadow: 0 2px 10px rgba(79,70,229,0.07);
}

.gs-feature-icon {
    width: 36px; height: 36px; border-radius: 9px;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.9rem; flex-shrink: 0;
}

.gs-feature-icon.blue   { background: #dbeafe; color: #2563eb; }
.gs-feature-icon.indigo { background: #ede9fe; color: #4f46e5; }
.gs-feature-icon.amber  { background: #fef3c7; color: #d97706; }
.gs-feature-icon.green  { background: #d1fae5; color: #059669; }

.gs-feature-title {
    font-size: 0.78rem; font-weight: 800;
    color: #111827; margin-bottom: 0.2rem;
}

.gs-feature-desc {
    font-size: 0.7rem; color: #6b7280; line-height: 1.5;
}

/* ════════════════════════════════════════════════════════════════
   PRO SECTION
   ════════════════════════════════════════════════════════════════ */
.gs-pro-section {
    padding: 5rem 0;
    background: #fff;
    border-top: 1.5px solid #f3f4f6;
}

.gs-pro-inner {
    display: grid; grid-template-columns: 1.2fr 1fr;
    gap: 3.5rem; align-items: center;
    max-width: 900px; margin: 0 auto;
}

.gs-pro-badge {
    display: inline-flex; align-items: center;
    font-size: 0.72rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.1em;
    color: #7c3aed; background: #f3e8ff;
    padding: 0.25rem 0.85rem; border-radius: 20px;
    margin-bottom: 0.85rem;
}

.gs-pro-title {
    font-size: 1.6rem; font-weight: 900;
    color: #111827; letter-spacing: -0.4px;
    line-height: 1.2; margin-bottom: 0.85rem;
}

.gs-pro-desc {
    font-size: 0.875rem; color: #4b5563;
    line-height: 1.7; margin-bottom: 1.5rem;
}

.gs-pro-desc strong { color: #4f46e5; }

/* Pro compare table */
.gs-pro-compare {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
}

.gs-pro-compare-col {
    border-radius: 14px; padding: 1rem;
    border: 1.5px solid #f3f4f6;
}

.gs-pro-compare-col.free { background: #f9fafb; }

.gs-pro-compare-col.pro {
    background: linear-gradient(160deg, #fafafe, #f5f3ff);
    border-color: #c4b5fd;
}

.gs-pro-compare-header {
    display: flex; align-items: center; gap: 0.4rem;
    font-size: 0.78rem; font-weight: 800;
    color: #374151; margin-bottom: 0.75rem;
    padding-bottom: 0.6rem;
    border-bottom: 1.5px solid #f3f4f6;
}

.gs-pro-compare-col.pro .gs-pro-compare-header {
    color: #4f46e5; border-bottom-color: #e0e7ff;
}

.gs-pro-compare-col.pro .gs-pro-compare-header i { color: #7c3aed; }

.gs-pro-compare-col ul {
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 0.45rem;
}

.gs-pro-compare-col li {
    display: flex; align-items: flex-start; gap: 0.4rem;
    font-size: 0.72rem; color: #374151; line-height: 1.4;
}

.gs-pro-compare-col.free li i { color: #9ca3af; font-size: 0.68rem; margin-top: 2px; }
.gs-pro-compare-col.pro  li i { color: #4f46e5; font-size: 0.68rem; margin-top: 2px; }

/* Pro card */
.gs-pro-card {
    background: linear-gradient(160deg, #4f46e5 0%, #7c3aed 100%);
    border-radius: 20px; padding: 2rem;
    text-align: center; color: #fff;
    box-shadow: 0 16px 48px rgba(79,70,229,0.3);
}

.gs-pro-card-badge {
    display: inline-flex; align-items: center;
    font-size: 0.72rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.08em;
    background: rgba(255,255,255,0.15);
    border: 1.5px solid rgba(255,255,255,0.2);
    color: #fff; padding: 0.2rem 0.75rem;
    border-radius: 20px; margin-bottom: 1rem;
}

.gs-pro-card-price {
    display: flex; align-items: baseline;
    justify-content: center; gap: 0.25rem;
    margin-bottom: 0.25rem;
}

.gs-pro-price-value {
    font-size: 2.5rem; font-weight: 900;
    letter-spacing: -1px; line-height: 1;
}

.gs-pro-price-period {
    font-size: 0.9rem; opacity: 0.7;
}

.gs-pro-card-per {
    font-size: 0.75rem; opacity: 0.65;
    margin-bottom: 1rem;
}

.gs-pro-card-guarantee {
    display: inline-flex; align-items: center; gap: 0.4rem;
    font-size: 0.72rem; background: rgba(255,255,255,0.12);
    border: 1.5px solid rgba(255,255,255,0.2);
    padding: 0.3rem 0.85rem; border-radius: 20px;
    margin-bottom: 1.25rem;
}

.gs-pro-card-guarantee i { color: #a7f3d0; }

.btn-gs-pro {
    display: flex; align-items: center; justify-content: center;
    background: #fff; color: #4f46e5;
    text-decoration: none; font-size: 0.9rem; font-weight: 800;
    padding: 0.8rem 1.25rem; border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    transition: opacity 0.15s, transform 0.1s;
    margin-bottom: 0.85rem;
}

.btn-gs-pro:hover {
    opacity: 0.92; transform: translateY(-1px); color: #4f46e5;
}

.gs-pro-compare-link {
    display: block; font-size: 0.72rem;
    color: rgba(255,255,255,0.55); text-decoration: none;
    transition: color 0.15s;
}

.gs-pro-compare-link:hover { color: #fff; }

/* ════════════════════════════════════════════════════════════════
   DONE SECTION
   ════════════════════════════════════════════════════════════════ */
.gs-done-section {
    padding: 5rem 0;
    background: linear-gradient(160deg, #4f46e5 0%, #7c3aed 100%);
    text-align: center; position: relative; overflow: hidden;
}

.gs-done-orb {
    position: absolute; width: 500px; height: 500px;
    border-radius: 50%; background: rgba(255,255,255,0.05);
    top: -200px; right: -150px; pointer-events: none;
}

.gs-done-inner {
    position: relative; z-index: 1;
    max-width: 600px; margin: 0 auto;
}

.gs-done-icon {
    font-size: 3rem; color: #a7f3d0;
    margin-bottom: 1rem;
    animation: gs-pop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes gs-pop {
    0%   { transform: scale(0); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.gs-done-title {
    font-size: 2.2rem; font-weight: 900; color: #fff;
    letter-spacing: -0.5px; margin-bottom: 0.85rem;
}

.gs-done-desc {
    font-size: 0.9rem; color: rgba(255,255,255,0.7);
    line-height: 1.7; margin-bottom: 2rem;
}

.gs-done-buttons {
    display: flex; justify-content: center;
    flex-wrap: wrap; gap: 0.85rem; margin-bottom: 1.5rem;
}

.btn-gs-done-primary {
    display: inline-flex; align-items: center;
    background: #fff; color: #4f46e5;
    text-decoration: none; font-size: 0.9rem; font-weight: 800;
    padding: 0.8rem 1.4rem; border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    transition: opacity 0.15s, transform 0.1s;
}

.btn-gs-done-primary:hover {
    opacity: 0.92; transform: translateY(-1px); color: #4f46e5;
}

.btn-gs-done-store {
    display: inline-flex; align-items: center; gap: 0.75rem;
    background: rgba(255,255,255,0.12);
    border: 2px solid rgba(255,255,255,0.25);
    color: #fff; text-decoration: none;
    padding: 0.65rem 1.1rem; border-radius: 12px;
    transition: background 0.15s;
}

.btn-gs-done-store:hover { background: rgba(255,255,255,0.2); color: #fff; }

.btn-gs-done-store-icon {
    width: 32px; height: 32px; border-radius: 8px;
    background: rgba(255,255,255,0.15);
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem; flex-shrink: 0;
}

.btn-gs-done-store-sub {
    font-size: 0.6rem; opacity: 0.65;
    text-transform: uppercase; letter-spacing: 0.04em;
}

.btn-gs-done-store-main {
    font-size: 0.85rem; font-weight: 700;
}

.btn-gs-done-ghost {
    display: inline-flex; align-items: center;
    background: rgba(255,255,255,0.08);
    border: 2px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.75); text-decoration: none;
    font-size: 0.82rem; font-weight: 600;
    padding: 0.75rem 1.1rem; border-radius: 12px;
    transition: background 0.15s, color 0.15s;
}

.btn-gs-done-ghost:hover {
    background: rgba(255,255,255,0.15); color: #fff;
}

.gs-done-links {
    display: flex; align-items: center;
    justify-content: center; gap: 0.5rem; flex-wrap: wrap;
}

.gs-done-links a {
    font-size: 0.72rem; color: rgba(255,255,255,0.45);
    text-decoration: none; transition: color 0.15s;
}

.gs-done-links a:hover { color: #fff; }
.gs-done-links span    { color: rgba(255,255,255,0.2); }

/* ════════════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .gs-step-grid  { gap: 2.5rem; }
    .gs-pro-inner  { gap: 2.5rem; }
}

@media (max-width: 860px) {
    .gs-step-grid         { grid-template-columns: 1fr; gap: 2rem; }
    .gs-step-grid.reverse .gs-step-visual { order: 0; }
    .gs-pro-inner         { grid-template-columns: 1fr; }
    .gs-pro-compare       { grid-template-columns: 1fr 1fr; }
    .gs-feature-grid      { grid-template-columns: 1fr 1fr; }
    .gs-float-badge       { display: none; }
}

@media (max-width: 600px) {
    .gs-hero-title        { font-size: 2rem; }
    .gs-step-title        { font-size: 1.4rem; }
    .gs-done-title        { font-size: 1.75rem; }
    .gs-stepper           { gap: 0; }
    .gs-step-connector    { width: 30px; }
    .gs-pip-circle        { width: 40px; height: 40px; font-size: 0.85rem; }
    .gs-feature-grid      { grid-template-columns: 1fr; }
    .gs-pro-compare       { grid-template-columns: 1fr; }
    .gs-done-buttons      { flex-direction: column; align-items: center; }
    .btn-gs-done-primary,
    .btn-gs-done-store,
    .btn-gs-done-ghost    { width: 100%; justify-content: center; }
}

@media (max-width: 400px) {
    .gs-stepper        { flex-wrap: wrap; justify-content: center; gap: 0.5rem; }
    .gs-step-connector { display: none; }
    .gs-hero-meta      { flex-direction: column; align-items: center; }
}

