  * { box-sizing: border-box; margin: 0; padding: 0; }
  html, body { height: 100%; }
  body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #111;
    background: white;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
  }

  /* ====== Screen switching ====== */
  .screen { display: none; min-height: 100vh; }
  .screen.active { display: block; }

  /* ============================================================
     LANDING PAGE
     ============================================================ */
  .site-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 48px;
    border-bottom: 1px solid #f0f0f0;
    background: white;
  }
  .site-nav .logo {
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
  }
  .site-nav .nav-links {
    display: flex;
    gap: 32px;
  }
  .site-nav .nav-links a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
  }
  .site-nav .nav-links a.active { color: var(--accent, #E8366D); }
  .site-nav .nav-right { display: flex; gap: 12px; }
  .site-nav button {
    padding: 9px 20px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: white;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    font-family: inherit;
  }
  .site-nav button.primary {
    background: var(--accent, #E8366D);
    color: white;
    border-color: var(--accent, #E8366D);
  }
  .site-nav button.primary:hover { background: #c92d5b; }

  /* Hero */
  .hero {
    padding: 80px 48px 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
  }
  .hero .eyebrow {
    color: var(--accent, #E8366D);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 16px;
  }
  .hero h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 24px;
    letter-spacing: -1.5px;
  }
  .hero p.lead {
    font-size: 17px;
    color: #444;
    margin-bottom: 16px;
  }
  .hero p.sub {
    font-size: 15px;
    color: #666;
    margin-bottom: 32px;
    line-height: 1.65;
  }
  .hero-stats {
    display: flex;
    gap: 32px;
    margin-bottom: 32px;
  }
  .hero-stat .big { font-size: 22px; font-weight: 800; }
  .hero-stat .label {
    font-size: 11px;
    color: #666;
    letter-spacing: 0.5px;
    margin-top: 2px;
  }
  .hero-stat + .hero-stat {
    padding-left: 32px;
    border-left: 1px solid #eee;
  }
  .cta-primary {
    background: var(--accent, #E8366D);
    color: white;
    border: none;
    padding: 15px 32px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
  }
  .cta-primary:hover { background: #c92d5b; }
  .cta-secondary {
    background: white;
    color: #111;
    border: 1px solid #ddd;
    padding: 15px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
  }
  .cta-secondary:hover { border-color: #111; background: #fafafa; }
  .hero .cta-note {
    font-size: 13px;
    color: #999;
    margin-top: 10px;
  }

  /* Phone mockup */
  .phones {
    position: relative;
    height: 520px;
    overflow: hidden;
  }
  .phone {
    position: absolute;
    width: 240px;
    height: 490px;
    background: #111;
    border-radius: 34px;
    padding: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  }
  .phone .screen-inner {
    width: 100%;
    height: 100%;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
  }
  .phone.phone-1 {
    left: 20px;
    top: 30px;
    transform: rotate(-4deg);
  }
  .phone.phone-1 .screen-inner {
    background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
    padding: 14px;
  }
  .phone.phone-2 {
    right: 0;
    top: 0;
    transform: rotate(3deg);
  }
  .phone.phone-2 .screen-inner {
    background: linear-gradient(180deg, #1a2744 0%, #0a1428 100%);
  }
  .mini-trip-card {
    background: white;
    border-radius: 10px;
    padding: 10px;
    margin-top: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  }
  .mini-trip-card .title {
    font-size: 11px;
    font-weight: 700;
    margin: 8px 0 4px;
  }
  .mini-trip-card .map {
    height: 50px;
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: #1e40af;
  }
  .mini-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    margin-top: 6px;
  }
  .mini-thumb {
    height: 36px;
    border-radius: 4px;
  }
  .mini-thumb.t1 { background: linear-gradient(135deg, #86efac, #22c55e); }
  .mini-thumb.t2 { background: linear-gradient(135deg, #fde68a, #f59e0b); }
  .phone-2 .night {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 50% 40%, rgba(255,255,255,0.3) 0%, transparent 8%),
      radial-gradient(ellipse at center, rgba(100,180,255,0.2) 0%, transparent 60%);
  }
  .phone-2 .glow {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 100px;
    background: radial-gradient(ellipse, rgba(200,220,255,0.4), transparent 70%);
    border-radius: 50%;
  }
  .phone-2 .bubble {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 80px;
    background: radial-gradient(circle, rgba(180,200,220,0.5), rgba(80,100,140,0.3));
    border-radius: 50%;
    box-shadow: inset -10px -10px 20px rgba(0,0,0,0.3);
  }
  .phone-2 .status-bar {
    color: white;
    font-size: 10px;
    text-align: center;
    padding: 14px 0 0;
    position: relative;
    z-index: 2;
  }

  /* Trust strip */
  .trust-strip {
    padding: 40px 48px;
    background: #fafafa;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
  }
  .trust-strip .label {
    font-size: 11px;
    color: #666;
    letter-spacing: 1.2px;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 56px;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
  }
  .mock-logo {
    font-weight: 700;
    color: #999;
    font-size: 16px;
    letter-spacing: -0.3px;
  }
  .mock-logo.serif { font-family: Georgia, serif; font-style: italic; font-size: 18px; }
  .mock-logo.bold { font-size: 18px; letter-spacing: 2px; font-weight: 800; }

  /* Problem section */
  .section-block {
    padding: 96px 48px;
  }
  .section-block.alt { background: #f8f8f8; }
  .section-eyebrow {
    color: var(--accent, #E8366D);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-align: center;
    margin-bottom: 12px;
  }
  .section-block h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 16px;
    letter-spacing: -1px;
  }
  .section-block .section-lead {
    text-align: center;
    color: #666;
    max-width: 600px;
    margin: 0 auto 56px;
    font-size: 16px;
  }
  .three-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .problem-card {
    background: white;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #eee;
  }
  .problem-card .icon-box {
    width: 44px;
    height: 44px;
    background: #fce7f3;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .problem-card .icon-box svg {
    width: 22px;
    height: 22px;
    color: var(--accent, #E8366D);
  }
  .problem-card h3 { font-size: 18px; margin-bottom: 10px; }
  .problem-card p { font-size: 14px; color: #666; line-height: 1.6; }

  /* How it works */
  .hiw-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto 80px;
  }
  .hiw-row:last-child { margin-bottom: 0; }
  .hiw-row.reverse .hiw-text { order: 2; }
  .hiw-text .num {
    font-size: 48px;
    font-weight: 800;
    color: #fce7f3;
    line-height: 1;
    margin-bottom: 12px;
  }
  .hiw-text h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
  }
  .hiw-text > p {
    color: #666;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.7;
  }
  .hiw-text ul { list-style: none; }
  .hiw-text li {
    padding: 10px 0 10px 28px;
    position: relative;
    font-size: 14px;
  }
  .hiw-text li::before {
    content: "✓";
    color: #10b981;
    position: absolute;
    left: 0;
    font-weight: 700;
  }
  .hiw-text li strong { display: inline; margin-right: 4px; }

  .hiw-visual {
    height: 340px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
  }
  .hiw-visual.map-vis {
    background: linear-gradient(135deg, #dbeafe, #eff6ff);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .map-pin {
    background: var(--accent, #E8366D);
    color: white;
    padding: 14px 22px;
    border-radius: 28px;
    font-weight: 700;
    font-size: 15px;
    box-shadow: 0 8px 20px rgba(232,54,109,0.3);
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .map-pin::before {
    content: "";
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
  }
  .hiw-visual.planner {
    background: white;
    border: 1px solid #eee;
    padding: 20px;
  }
  .hiw-visual.planner .planner-header { font-weight: 700; font-size: 13px; margin-bottom: 4px; }
  .hiw-visual.planner .planner-sub { font-size: 11px; color: #666; margin-bottom: 14px; }
  .hiw-visual.planner .stepper {
    display: flex;
    gap: 6px;
    font-size: 10px;
    margin-bottom: 14px;
    flex-wrap: wrap;
  }
  .hiw-visual.planner .step-chip {
    padding: 3px 8px;
    border-radius: 10px;
    background: #f5f5f5;
    color: #666;
  }
  .hiw-visual.planner .step-chip.active { background: var(--accent, #E8366D); color: white; }
  .hiw-visual.planner .step-chip.done { background: #d1fae5; color: #065f46; }
  .hiw-visual.planner .mini-map {
    background: linear-gradient(135deg, #a7f3d0, #6ee7b7);
    height: 170px;
    border-radius: 8px;
    position: relative;
  }
  .hiw-visual.planner .pin-dot {
    position: absolute;
    width: 24px;
    height: 24px;
    background: var(--accent, #E8366D);
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  }
  .hiw-visual.creator-photo {
    background: linear-gradient(135deg, #7c3aed 0%, #2563eb 50%, #06b6d4 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    font-style: italic;
  }
  .hiw-visual.phones-small {
    background: linear-gradient(135deg, #fafafa, #f0f0f0);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Founder section */
  .founder-section {
    padding: 96px 48px;
    background: white;
    border-top: 1px solid #f0f0f0;
  }
  .founder-wrap {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 48px;
    align-items: center;
  }
  .founder-photo {
    width: 220px;
    height: 220px;
    background: linear-gradient(135deg, #fce7f3, #fdf2f8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent, #E8366D);
    font-size: 56px;
    font-weight: 700;
    position: relative;
  }
  .founder-photo::after {
    content: "RS";
  }
  .founder-text .eyebrow {
    color: var(--accent, #E8366D);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
  }
  .founder-text h2 {
    font-size: 32px;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    line-height: 1.15;
  }
  .founder-text p {
    color: #444;
    font-size: 15px;
    margin-bottom: 14px;
    line-height: 1.7;
  }
  .founder-text p strong { color: #111; }
  .founder-text .signature {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #eee;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
  }
  .founder-text .signature strong { color: #111; }
  .founder-text .signature a { color: var(--accent, #E8366D); text-decoration: none; font-weight: 500; }

  /* FAQ */
  .faq-section {
    padding: 96px 48px;
    background: white;
  }
  .faq-wrap { max-width: 780px; margin: 0 auto; }
  .faq-header { text-align: center; margin-bottom: 48px; }
  .faq-header h2 { font-size: 40px; letter-spacing: -1px; }
  .faq-item {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    background: white;
  }
  .faq-question {
    padding: 22px 26px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
  }
  .faq-question:hover { background: #fafafa; }
  .faq-question .chevron {
    color: #999;
    font-size: 18px;
    transition: transform 0.25s;
  }
  .faq-item.open .chevron { transform: rotate(180deg); }
  .faq-answer {
    padding: 0 26px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
  }
  .faq-item.open .faq-answer {
    max-height: 500px;
    padding: 0 26px 22px;
  }

  /* Final CTA */
  .final-cta {
    padding: 96px 48px;
    background: #fafafa;
    text-align: center;
    border-top: 1px solid #f0f0f0;
  }
  .final-cta h2 {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -1px;
    line-height: 1.1;
  }
  .final-cta p {
    color: #666;
    max-width: 540px;
    margin: 0 auto 36px;
    font-size: 16px;
    line-height: 1.6;
  }

  /* Footer */
  .site-footer {
    padding: 48px;
    border-top: 1px solid #eee;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 32px;
  }
  .site-footer-brand {
    flex: 0 0 240px;
  }
  .site-footer-brand .logo { font-weight: 700; font-size: 20px; }
  .site-footer-brand .tag { color: #666; font-size: 13px; margin-top: 4px; }
  .site-footer-links { display: flex; gap: 48px; }
  .site-footer-links-col h4 {
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 14px;
    color: #999;
    text-transform: uppercase;
  }
  .site-footer-links-col a {
    display: block;
    color: #666;
    text-decoration: none;
    padding: 4px 0;
    font-size: 13px;
    cursor: pointer;
  }
  .site-footer-links-col a:hover { color: var(--accent, #E8366D); }
  .site-footer-legal {
    width: 100%;
    padding-top: 24px;
    border-top: 1px solid #f0f0f0;
    font-size: 12px;
    color: #999;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .social-icons { display: flex; gap: 14px; }
  .social-icons span { color: #999; font-size: 14px; cursor: pointer; }

  /* ============================================================
     SIGNUP FLOW
     ============================================================ */
  .auth-shell {
    min-height: 100vh;
    background: white;
  }
  .auth-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 48px;
    border-bottom: 1px solid #f0f0f0;
  }
  .auth-nav .logo { font-weight: 700; font-size: 20px; cursor: pointer; }
  .auth-nav .back-link {
    font-size: 14px;
    color: #666;
    cursor: pointer;
    padding: 8px 14px;
    border: 1px solid #eee;
    border-radius: 6px;
  }
  .auth-nav .back-link:hover { background: #fafafa; }

  .auth-body {
    padding: 80px 48px;
  }
  .auth-card {
    max-width: 440px;
    margin: 0 auto;
    background: white;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 44px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
  }
  .auth-card h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .auth-card .sub {
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-bottom: 32px;
  }
  .form-group { margin-bottom: 18px; }
  .form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .form-group input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
  }
  .form-group input:focus {
    outline: none;
    border-color: var(--accent, #E8366D);
    box-shadow: 0 0 0 3px rgba(232,54,109,0.1);
  }
  .auth-btn {
    width: 100%;
    background: var(--accent, #E8366D);
    color: white;
    padding: 14px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    margin-top: 12px;
    font-family: inherit;
  }
  .auth-btn:hover { background: #c92d5b; }
  .sso-btn {
    width: 100%;
    background: white;
    color: #222;
    padding: 13px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 4px;
  }
  .sso-btn:hover { background: #fafafa; border-color: #ccc; }
  .auth-divider {
    text-align: center;
    margin: 18px 0 14px;
    position: relative;
    font-size: 12px;
    color: #999;
  }
  .auth-divider::before,
  .auth-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 42%;
    height: 1px;
    background: #eee;
  }
  .auth-divider::before { left: 0; }
  .auth-divider::after { right: 0; }
  .auth-divider span { background: white; padding: 0 10px; position: relative; }
  .auth-footer-text {
    text-align: center;
    margin-top: 18px;
    font-size: 13px;
    color: #666;
  }
  .auth-footer-text a {
    color: var(--accent, #E8366D);
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
  }
  .auth-trust {
    max-width: 440px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 12px;
    color: #888;
  }

  /* Progress */
  .progress-wrap {
    max-width: 760px;
    margin: 0 auto 48px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .progress-step {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #999;
  }
  .progress-step .dot {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e5e5e5;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
  }
  .progress-step.active { color: var(--accent, #E8366D); }
  .progress-step.active .dot { background: var(--accent, #E8366D); color: white; }
  .progress-step.done .dot { background: #10b981; color: white; }
  .progress-step.done { color: #10b981; }
  .progress-line {
    flex: 1;
    height: 2px;
    background: #e5e5e5;
  }
  .progress-line.done { background: #10b981; }

  /* Find business */
  .find-wrap { max-width: 620px; margin: 0 auto; }
  .find-wrap h2 { font-size: 32px; font-weight: 700; margin-bottom: 8px; letter-spacing: -0.5px; }
  .find-wrap .sub { color: #666; margin-bottom: 32px; font-size: 15px; }
  .search-input-label { font-size: 13px; font-weight: 600; margin-bottom: 8px; }
  .search-input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: inherit;
  }
  .search-input:focus {
    outline: none;
    border-color: var(--accent, #E8366D);
    box-shadow: 0 0 0 3px rgba(232,54,109,0.1);
  }
  .result-card {
    background: #ecfdf5;
    border: 1px solid #86efac;
    border-radius: 12px;
    padding: 22px;
    margin-bottom: 20px;
  }
  .result-card .top {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 18px;
  }
  .result-card .check {
    width: 24px;
    height: 24px;
    background: #10b981;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
  }
  .result-card .name { font-weight: 700; font-size: 17px; }
  .result-card .addr { font-size: 13px; color: #666; margin-top: 2px; }
  .result-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 24px;
    font-size: 13px;
  }
  .result-details span.k { color: #666; }
  .result-details strong { color: #111; }

  .creator-preview {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .creator-preview .preview-label {
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
    font-weight: 600;
  }
  .preview-map {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    height: 140px;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .preview-pin {
    background: var(--accent, #E8366D);
    color: white;
    padding: 10px 18px;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(232,54,109,0.3);
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .preview-pin::before {
    content: "";
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
  }
  .preview-note {
    margin-top: 14px;
    font-size: 13px;
    color: #666;
    line-height: 1.6;
  }

  .terms-box {
    padding: 14px 16px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 10px;
    font-size: 13px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    user-select: none;
  }
  .terms-box:hover { background: #fafafa; }
  .terms-box input[type="checkbox"] { margin-top: 3px; cursor: pointer; }
  .terms-box a { color: var(--accent, #E8366D); text-decoration: none; font-weight: 500; }

  .action-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
  }
  .back-btn {
    background: transparent;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    font-family: inherit;
  }
  .back-btn:hover { color: #111; }
  .manual-link {
    font-size: 13px;
    color: #666;
    text-decoration: underline;
    cursor: pointer;
  }
  .right-actions { display: flex; align-items: center; gap: 18px; }

  /* ============================================================
     DASHBOARD
     ============================================================ */
  .dash-wrap {
    display: grid;
    grid-template-columns: 240px 1fr;
    min-height: 100vh;
    background: #fafafa;
  }
  .dash-sidebar {
    background: white;
    border-right: 1px solid #eee;
    padding: 24px 0;
  }
  .dash-logo {
    padding: 0 26px 28px;
    font-weight: 700;
    font-size: 20px;
  }
  .dash-nav-item {
    padding: 11px 26px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #444;
    border-left: 3px solid transparent;
    padding-left: 23px;
  }
  .dash-nav-item:hover { background: #fafafa; }
  .dash-nav-item.active {
    background: #fdf2f8;
    color: var(--accent, #E8366D);
    border-left-color: var(--accent, #E8366D);
    font-weight: 600;
  }
  .dash-nav-item svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
  .dash-nav-label {
    padding: 20px 26px 8px;
    font-size: 11px;
    color: #999;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .dash-main { padding: 36px 44px; }
  .dash-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 28px;
  }
  .dash-main h1 { font-size: 26px; font-weight: 700; letter-spacing: -0.3px; }
  .dash-main .sub { color: #666; font-size: 14px; margin-top: 4px; }
  .user-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
  }
  .user-chip .avatar {
    width: 32px;
    height: 32px;
    background: var(--accent, #E8366D);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
  }
  .user-chip .signout {
    color: var(--accent, #E8366D);
    font-size: 13px;
    margin-left: 14px;
    cursor: pointer;
    text-decoration: none;
  }

  /* Completion checklist */
  .completion-card {
    background: white;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 26px;
    margin-bottom: 20px;
  }
  .completion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
  }
  .completion-header h3 { font-size: 16px; font-weight: 700; }
  .completion-header .count { font-size: 13px; color: #888; }
  .completion-bar-wrap {
    background: #f0f0f0;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 18px;
  }
  .completion-bar {
    height: 100%;
    background: var(--accent, #E8366D);
    width: 25%;
    transition: width 0.3s;
  }
  .completion-list { list-style: none; }
  .completion-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px;
  }
  .completion-list li:last-child { border-bottom: none; }
  .completion-list .check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ddd;
    flex-shrink: 0;
  }
  .completion-list .check.done {
    background: #10b981;
    border-color: #10b981;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
  }
  .completion-list .text { flex: 1; }
  .completion-list .text-main { font-weight: 500; }
  .completion-list .text-sub { font-size: 12px; color: #888; margin-top: 2px; }
  .completion-list .action {
    color: var(--accent, #E8366D);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
  }
  .completion-list .action:hover { text-decoration: underline; }

  /* Live card */
  .live-card {
    background: white;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 32px;
    margin-bottom: 20px;
    position: relative;
  }
  .live-card .dismiss {
    position: absolute;
    top: 20px;
    right: 24px;
    color: #999;
    font-size: 13px;
    cursor: pointer;
  }
  .live-card .eyebrow {
    color: var(--accent, #E8366D);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
  }
  .live-card h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0 10px;
  }
  .live-card > p {
    color: #666;
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 1.6;
    max-width: 680px;
  }
  .live-step {
    display: flex;
    gap: 16px;
    padding: 18px 0;
  }
  .live-step .dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #10b981;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
  }
  .live-step .dot.pending {
    background: white;
    color: #f59e0b;
    border: 2px solid #f59e0b;
  }
  .live-step .dot.later {
    background: transparent;
    color: #999;
    border: 1px solid #ddd;
  }
  .live-step .txt { flex: 1; }
  .live-step .txt strong { display: block; margin-bottom: 4px; font-size: 15px; }
  .live-step .txt p { font-size: 13px; color: #666; line-height: 1.6; }

  /* Paths */
  .paths {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 16px;
  }
  .path-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 22px;
    position: relative;
    background: white;
  }
  .path-card.fp {
    border: 2px solid var(--accent, #E8366D);
  }
  .path-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .path-badge.current { background: #f5f5f5; color: #666; }
  .path-badge.limited {
    background: var(--accent, #E8366D);
    color: white;
    position: absolute;
    top: -11px;
    left: 18px;
  }
  .path-card h3 { font-size: 18px; margin-bottom: 6px; }
  .path-card .tag { font-size: 12px; color: var(--accent, #E8366D); font-weight: 600; margin-bottom: 14px; }
  .path-card ul { list-style: none; margin-bottom: 18px; }
  .path-card li {
    font-size: 13px;
    padding: 6px 0 6px 22px;
    position: relative;
    color: #444;
  }
  .path-card li::before {
    content: "✓";
    color: #10b981;
    position: absolute;
    left: 0;
    font-weight: 700;
  }
  .path-card .path-headline {
    background: #fdf2f8;
    padding: 13px 14px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 14px;
    color: #9d174d;
    font-weight: 600;
    line-height: 1.5;
  }
  .path-card button.current-plan {
    width: 100%;
    padding: 11px;
    background: #f5f5f5;
    color: #666;
    border: none;
    border-radius: 8px;
    font-size: 13px;
    font-family: inherit;
    cursor: default;
  }
  .path-card button.fp-btn {
    width: 100%;
    padding: 13px;
    background: var(--accent, #E8366D);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
  }
  .path-card button.fp-btn:hover { background: #c92d5b; }

  .season-note {
    background: #f9fafb;
    padding: 14px 16px;
    border-radius: 8px;
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.5;
    color: #444;
  }
  .season-note strong { color: #111; }

  /* ============================================================
     ACTIVATE FOUNDING PARTNER (Profile → Collab trips)
     ============================================================ */
  .profile-tabs {
    display: flex;
    gap: 28px;
    border-bottom: 1px solid #eee;
    margin-bottom: 28px;
  }
  .tab {
    padding: 14px 0;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    position: relative;
    font-weight: 500;
  }
  .tab:hover { color: #111; }
  .tab.active {
    color: var(--accent, #E8366D);
    font-weight: 600;
    border-bottom: 2px solid var(--accent, #E8366D);
  }
  .tab-new {
    background: var(--accent, #E8366D);
    color: white;
    font-size: 9px;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 6px;
    letter-spacing: 0.5px;
    font-weight: 700;
    vertical-align: middle;
  }

  .activate-hero {
    background: white;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 32px;
    margin-bottom: 20px;
  }
  .activate-hero .fp-eyebrow {
    color: var(--accent, #E8366D);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .activate-hero h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .activate-hero > p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    max-width: 720px;
    margin-bottom: 24px;
  }
  .slot-counter {
    background: #fafafa;
    padding: 14px 18px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
  }
  .slot-counter strong { font-size: 14px; }
  .slot-counter .remaining { color: var(--accent, #E8366D); font-weight: 700; }

  .setup-card {
    background: white;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 16px;
  }
  .setup-section {
    display: flex;
    gap: 18px;
  }
  .setup-num {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fdf2f8;
    color: var(--accent, #E8366D);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
  }
  .setup-content { flex: 1; }
  .setup-content h4 { font-size: 16px; margin-bottom: 5px; }
  .setup-content > p {
    color: #666;
    font-size: 13px;
    margin-bottom: 16px;
    line-height: 1.6;
  }
  .counter {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  .counter button {
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-family: inherit;
  }
  .counter button:hover { background: #fafafa; }
  .counter .count {
    font-size: 22px;
    font-weight: 700;
    padding: 0 16px;
    min-width: 60px;
    text-align: center;
  }
  .counter-label {
    color: #666;
    font-size: 14px;
  }

  .visit-includes-row {
    background: #fafafa;
    padding: 14px 16px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .visit-includes-row .vi-text { flex: 1; }
  .visit-includes-row .vi-label { color: #888; font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }
  .visit-includes-row .change-link {
    color: var(--accent, #E8366D);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
  }
  .visit-includes-row .change-link:hover { text-decoration: underline; }

  .note-text {
    font-size: 12px;
    color: #888;
    line-height: 1.6;
  }

  .date-chip-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
  .date-chip {
    display: inline-flex;
    align-items: center;
    padding: 7px 13px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
  }
  .date-chip.open { background: #ecfdf5; color: #065f46; }
  .date-chip.excluded { background: #fef2f2; color: #991b1b; }
  .date-chip::before { margin-right: 6px; }
  .date-chip.open::before { content: "✓"; }
  .date-chip.excluded::before { content: "✕"; }
  .date-chip-label {
    display: block;
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    font-weight: 600;
  }

  .adjust-link {
    color: var(--accent, #E8366D);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    margin-top: 8px;
  }
  .adjust-link:hover { text-decoration: underline; }

  .what-you-get {
    background: white;
    border: 2px solid #fbcfe8;
    border-radius: 12px;
    padding: 26px;
    margin-bottom: 24px;
  }
  .what-you-get h4 { font-size: 15px; margin-bottom: 14px; }
  .what-you-get ul { list-style: none; }
  .what-you-get li {
    padding: 8px 0 8px 26px;
    position: relative;
    font-size: 13px;
    line-height: 1.6;
  }
  .what-you-get li::before {
    content: "✓";
    color: #10b981;
    position: absolute;
    left: 0;
    font-weight: 700;
  }
  .what-you-get li strong { display: inline; }

  .final-activate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
  }
  .understand-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 13px;
    color: #444;
    max-width: 620px;
    cursor: pointer;
  }
  .understand-check input { margin-top: 2px; cursor: pointer; }
  .activate-btn {
    background: var(--accent, #E8366D);
    color: white;
    border: none;
    padding: 14px 26px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    font-family: inherit;
    flex-shrink: 0;
    margin-left: 20px;
  }
  .activate-btn:hover { background: #c92d5b; }
  .activate-btn:disabled { background: #fbcfe8; cursor: not-allowed; }

  /* Modal */
  .modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 24px;
  }
  .modal-overlay.hidden { display: none; }
  .modal {
    background: white;
    border-radius: 14px;
    padding: 32px;
    max-width: 460px;
    width: 100%;
    position: relative;
  }
  .modal.wide { max-width: 560px; }
  .modal h3 { font-size: 20px; font-weight: 700; margin-bottom: 18px; }
  .modal .modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    border: none;
    font-size: 20px;
    color: #999;
    cursor: pointer;
    font-family: inherit;
  }
  .modal .modal-close:hover { color: #111; }
  .modal-field { margin-bottom: 16px; }
  .modal-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .modal-field input {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
  }
  .modal-field input:focus {
    outline: none;
    border-color: var(--accent, #E8366D);
  }
  .modal-help {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
  }
  .modal-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 24px;
  }
  .modal-btn {
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    border: 1px solid #ddd;
    background: white;
  }
  .modal-btn:hover { background: #fafafa; }
  .modal-btn.primary {
    background: var(--accent, #E8366D);
    color: white;
    border-color: var(--accent, #E8366D);
  }
  .modal-btn.primary:hover { background: #c92d5b; }

  .date-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
  }
  .date-row input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 13px;
    font-family: inherit;
  }
  .date-row .arrow { text-align: center; color: #999; }
  .date-row .remove {
    background: transparent;
    border: none;
    color: #dc2626;
    font-size: 18px;
    cursor: pointer;
    padding: 4px 8px;
  }
  .add-period {
    color: var(--accent, #E8366D);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 0;
    display: inline-block;
  }

  /* ============================================================
     ACTIVE FOUNDING PARTNER STATE
     ============================================================ */
  .fp-active-banner {
    background: linear-gradient(135deg, #fdf2f8, #fce7f3);
    padding: 22px 26px;
    border-radius: 12px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .fp-active-banner .left { flex: 1; }
  .fp-active-banner .badge {
    display: inline-block;
    background: var(--accent, #E8366D);
    color: white;
    padding: 5px 11px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
  }
  .fp-active-banner h3 { font-size: 20px; margin-bottom: 6px; }
  .fp-active-banner p { font-size: 13px; color: #666; line-height: 1.6; max-width: 640px; }

  .stat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0;
    margin-bottom: 20px;
  }
  .stat-item {
    background: white;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 22px;
  }
  .stat-item .k {
    font-size: 11px;
    color: #888;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 600;
  }
  .stat-item .v { font-size: 22px; font-weight: 700; letter-spacing: -0.5px; }
  .stat-item .v-sub { font-size: 13px; color: #666; margin-top: 4px; }
  .stat-item .v-link {
    font-size: 13px;
    color: var(--accent, #E8366D);
    font-weight: 600;
    cursor: pointer;
    margin-top: 4px;
    display: inline-block;
  }

  /* Pipeline timeline */
  .pipeline-card {
    background: white;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 20px;
  }
  .pipeline-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 6px; }
  .pipeline-card > p { color: #666; font-size: 13px; margin-bottom: 10px; }

  .timeline { padding: 14px 0 0; }
  .timeline-item {
    display: flex;
    gap: 18px;
    padding-bottom: 22px;
    position: relative;
  }
  .timeline-item:last-child { padding-bottom: 0; }
  .timeline-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 30px;
    bottom: 0;
    width: 2px;
    background: #eee;
  }
  .timeline-dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 700;
    color: #999;
    z-index: 1;
  }
  .timeline-dot.done {
    background: #10b981;
    border-color: #10b981;
    color: white;
  }
  .timeline-dot.active {
    background: white;
    border-color: var(--accent, #E8366D);
    color: var(--accent, #E8366D);
  }
  .timeline-content { flex: 1; padding-top: 3px; }
  .timeline-content strong {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
  }
  .timeline-content p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
  }
  .timeline-content .eta {
    font-size: 12px;
    color: #888;
    margin-top: 6px;
    font-style: italic;
  }

  .pipeline-footer {
    border-top: 1px solid #f0f0f0;
    padding-top: 16px;
    margin-top: 14px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pipeline-footer strong { font-weight: 600; }
  .pipeline-footer .muted { color: #666; }

  .edit-row {
    background: white;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .edit-row .er-text { flex: 1; }
  .edit-row h4 { font-size: 14px; font-weight: 600; margin-bottom: 2px; }
  .edit-row p { font-size: 13px; color: #666; }
  .edit-row .edit-btn {
    color: var(--accent, #E8366D);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
  }
  .edit-row .edit-btn:hover { text-decoration: underline; }

  .pause-row {
    background: #fafafa;
    padding: 16px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-top: 20px;
  }
  .pause-row .pr-text { flex: 1; }
  .pause-row strong { font-weight: 600; }
  .pause-row .pr-actions { display: flex; gap: 12px; align-items: center; }
  .pause-btn {
    padding: 9px 18px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 8px;
    font-size: 13px;
    cursor: pointer;
    font-family: inherit;
  }
  .pause-btn:hover { background: white; border-color: #999; }
  .leave-link {
    color: var(--accent, #E8366D);
    font-size: 13px;
    cursor: pointer;
  }

  /* Section header for Profile page */
  .profile-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 28px;
  }
  .profile-header h1 { font-size: 26px; font-weight: 700; letter-spacing: -0.3px; }
  .profile-header p { color: #666; font-size: 14px; margin-top: 4px; }
  .save-btn {
    background: var(--accent, #E8366D);
    color: white;
    border: none;
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
  }

  /* ============================================================
     WALKTHROUGH SCREEN
     ============================================================ */
  .walk-shell {
    min-height: 100vh;
    background: #fafafa;
  }
  .walk-nav {
    background: white;
    padding: 20px 48px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 70px;
    z-index: 50;
  }
  .walk-nav .logo { font-weight: 700; font-size: 20px; cursor: pointer; }
  .walk-nav .walk-actions { display: flex; gap: 12px; align-items: center; }
  .walk-nav .walk-back {
    font-size: 14px;
    color: #666;
    cursor: pointer;
    padding: 9px 16px;
    border: 1px solid #eee;
    border-radius: 6px;
    background: white;
    font-family: inherit;
    font-weight: 500;
  }
  .walk-nav .walk-back:hover { background: #fafafa; }
  .walk-nav .walk-cta {
    padding: 9px 20px;
    border-radius: 6px;
    border: none;
    background: var(--accent, #E8366D);
    color: white;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
  }
  .walk-nav .walk-cta:hover { background: #c92d5b; }

  .walk-header {
    padding: 64px 48px 32px;
    text-align: center;
    background: white;
    border-bottom: 1px solid #f0f0f0;
  }
  .walk-header .eyebrow {
    color: var(--accent, #E8366D);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 14px;
  }
  .walk-header h1 {
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -1px;
    margin-bottom: 16px;
    line-height: 1.1;
  }
  .walk-header p {
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
  }

  /* Progress indicator */
  .walk-progress {
    background: white;
    padding: 20px 48px 40px;
    border-bottom: 1px solid #f0f0f0;
    position: sticky;
    top: 136px;
    z-index: 40;
  }
  .walk-progress-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .walk-progress-step {
    flex: 1;
    height: 4px;
    background: #eee;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
  }
  .walk-progress-step:hover { background: #ddd; }
  .walk-progress-step.done { background: var(--accent, #E8366D); }
  .walk-progress-step.active {
    background: var(--accent, #E8366D);
    height: 6px;
  }
  .walk-progress-counter {
    font-size: 13px;
    color: #666;
    max-width: 1100px;
    margin: 14px auto 0;
    font-weight: 500;
  }

  /* Step container */
  .walk-steps {
    padding: 40px 48px 80px;
  }
  .walk-step {
    display: grid;
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: 420px 1fr;
    gap: 64px;
    align-items: center;
    padding: 60px 0;
    scroll-margin-top: 200px;
  }
  .walk-step:first-child { padding-top: 20px; }
  .walk-step + .walk-step {
    border-top: 1px solid #f0f0f0;
  }

  .walk-step-text .step-num {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    color: var(--accent, #E8366D);
    letter-spacing: 0.5px;
  }
  .walk-step-text .step-num::before {
    content: attr(data-num);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--accent, #E8366D);
    color: white;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
  }
  .walk-step-text h2 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -0.8px;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .walk-step-text .lead {
    font-size: 16px;
    color: #444;
    line-height: 1.65;
    margin-bottom: 20px;
  }
  .walk-step-text ul {
    list-style: none;
    margin-bottom: 28px;
  }
  .walk-step-text li {
    padding: 10px 0 10px 28px;
    position: relative;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
  }
  .walk-step-text li::before {
    content: "✓";
    color: #10b981;
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 16px;
    top: 9px;
  }
  .walk-step-text li strong { display: block; margin-bottom: 2px; color: #111; }

  /* Visual frame */
  .walk-visual {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    border: 1px solid #eee;
    position: relative;
  }
  .walk-visual-chrome {
    background: #f5f5f5;
    padding: 10px 14px;
    display: flex;
    gap: 6px;
    align-items: center;
    border-bottom: 1px solid #eee;
  }
  .chrome-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
  }
  .chrome-dot.red { background: #ff5f57; }
  .chrome-dot.yellow { background: #ffbd2e; }
  .chrome-dot.green { background: #28ca42; }
  .chrome-url {
    margin-left: 14px;
    font-size: 11px;
    color: #888;
    background: white;
    padding: 4px 10px;
    border-radius: 4px;
    flex: 1;
  }
  .walk-visual-body {
    position: relative;
    height: 520px;
    overflow: hidden;
  }
  .walk-visual-body .inner-scale {
    transform-origin: top left;
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  /* Walk step navigation */
  .walk-nav-btns {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .walk-btn {
    padding: 12px 24px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: white;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
  }
  .walk-btn:hover:not(:disabled) { background: #fafafa; }
  .walk-btn:disabled { opacity: 0.4; cursor: not-allowed; }
  .walk-btn.primary {
    background: var(--accent, #E8366D);
    color: white;
    border-color: var(--accent, #E8366D);
  }
  .walk-btn.primary:hover { background: #c92d5b; }

  /* Footer CTA */
  .walk-footer {
    padding: 64px 48px;
    background: white;
    border-top: 1px solid #f0f0f0;
    text-align: center;
  }
  .walk-footer h2 {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
  }
  .walk-footer p {
    color: #666;
    max-width: 500px;
    margin: 0 auto 28px;
    font-size: 15px;
  }

  /* Walkthrough mini mockup helpers */
  .mini-site-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 24px;
    border-bottom: 1px solid #f0f0f0;
    background: white;
  }
  .mini-site-nav .mlogo { font-weight: 700; font-size: 16px; }
  .mini-site-nav .mlinks { display: flex; gap: 20px; }
  .mini-site-nav .mlinks a { font-size: 12px; color: #666; }
  .mini-site-nav .mlinks a.active { color: var(--accent, #E8366D); font-weight: 600; }
  .mini-site-nav .mctas { display: flex; gap: 8px; }
  .mini-site-nav .mctas button {
    padding: 6px 14px;
    font-size: 12px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 5px;
  }
  .mini-site-nav .mctas button.primary {
    background: var(--accent, #E8366D);
    color: white;
    border-color: var(--accent, #E8366D);
  }

  /* Specific step visuals */
  .vis-hero-mini {
    padding: 36px 32px;
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 24px;
    align-items: center;
  }
  .vis-hero-mini .eyebrow {
    color: var(--accent, #E8366D);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .vis-hero-mini h1 {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 10px;
    letter-spacing: -0.3px;
  }
  .vis-hero-mini p {
    font-size: 11px;
    color: #666;
    margin-bottom: 14px;
    line-height: 1.5;
  }
  .vis-hero-mini .mini-stats {
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
    font-size: 10px;
  }
  .vis-hero-mini .mini-stats .s strong { display: block; font-size: 14px; font-weight: 800; }
  .vis-hero-mini .mini-cta {
    background: var(--accent, #E8366D);
    color: white;
    padding: 7px 16px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
  }
  .vis-hero-mini .mini-phone {
    width: 140px;
    height: 260px;
    background: #111;
    border-radius: 18px;
    padding: 5px;
    margin: 0 auto;
  }
  .vis-hero-mini .mini-phone-inner {
    background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
    border-radius: 14px;
    height: 100%;
    padding: 10px;
  }

  /* Signup visual */
  .vis-signup {
    padding: 40px 32px;
    background: white;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vis-signup-card {
    width: 280px;
    background: white;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 22px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  }
  .vis-signup-card h3 { text-align: center; font-size: 16px; font-weight: 700; margin-bottom: 4px; }
  .vis-signup-card .sub { text-align: center; font-size: 11px; color: #666; margin-bottom: 16px; }
  .vis-signup-card .field { margin-bottom: 10px; }
  .vis-signup-card .field label { font-size: 10px; font-weight: 600; display: block; margin-bottom: 4px; }
  .vis-signup-card .field input {
    width: 100%;
    padding: 7px 9px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 11px;
    font-family: inherit;
  }
  .vis-signup-card .vbtn {
    width: 100%;
    background: var(--accent, #E8366D);
    color: white;
    border: none;
    padding: 9px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    margin-top: 6px;
  }

  /* Find business visual */
  .vis-find {
    padding: 32px;
    background: #fafafa;
    height: 100%;
    overflow-y: auto;
    display: flex;
    justify-content: center;
  }
  .vis-find-inner {
    width: 320px;
  }
  .vis-find .progress {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 11px;
    font-weight: 600;
  }
  .vis-find .progress .dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
  }
  .vis-find .progress .done .dot { background: #10b981; }
  .vis-find .progress .active .dot { background: var(--accent, #E8366D); }
  .vis-find h2 { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
  .vis-find .fsub { font-size: 11px; color: #666; margin-bottom: 16px; }
  .vis-find .search-in {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 11px;
    margin-bottom: 12px;
    font-family: inherit;
    background: white;
  }
  .vis-find .result {
    background: #ecfdf5;
    border: 1px solid #86efac;
    border-radius: 8px;
    padding: 14px;
    font-size: 11px;
  }
  .vis-find .result .top {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
  }
  .vis-find .result .check {
    width: 18px;
    height: 18px;
    background: #10b981;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
  }
  .vis-find .result .rname { font-weight: 700; font-size: 13px; }
  .vis-find .result .raddr { font-size: 10px; color: #666; }
  .vis-find .result .rdets {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 16px;
    font-size: 10px;
  }
  .vis-find .result .rdets .k { color: #666; }
  .vis-find .result .divider {
    height: 1px;
    background: #d1fae5;
    margin: 10px 0;
  }
  .vis-find .info-callout {
    background: #eff6ff;
    border-radius: 8px;
    padding: 12px 14px;
    margin-top: 12px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 10px;
    line-height: 1.5;
    color: #1e40af;
  }
  .vis-find .info-callout .info-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2563eb;
    flex-shrink: 0;
    margin-top: 4px;
  }
  .vis-find .info-callout strong { font-weight: 700; }
  .vis-find .manual-link {
    margin-top: 14px;
    font-size: 10px;
    color: #999;
  }
  .vis-find .manual-link a {
    color: var(--accent, #E8366D);
    font-weight: 600;
    text-decoration: none;
  }
  .vis-find .check-row {
    margin-top: 10px;
    background: #fafafa;
    border-radius: 6px;
    padding: 10px 12px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 10px;
    line-height: 1.5;
  }
  .vis-find .check-row .cbox {
    width: 12px;
    height: 12px;
    border: 1.5px solid #ccc;
    border-radius: 3px;
    flex-shrink: 0;
    margin-top: 2px;
    background: white;
  }
  .vis-find .check-row a {
    color: var(--accent, #E8366D);
    text-decoration: underline;
  }
  .vis-find .actions-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
  }
  .vis-find .back-btn {
    font-size: 10px;
    color: #999;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
  }
  .vis-find .launch-btn {
    background: var(--accent, #E8366D);
    color: white;
    border: none;
    padding: 9px 18px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
  }

  /* Allotment modal visual (step 3) */
  .vis-allot {
    padding: 24px;
    background: #f5f5f5;
    height: 100%;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .vis-allot-modal {
    width: 360px;
    background: white;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    font-size: 11px;
  }
  .vis-allot-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4px;
  }
  .vis-allot-head h3 { font-size: 15px; font-weight: 700; }
  .vis-allot-head .x {
    width: 22px; height: 22px; border-radius: 50%;
    background: #f5f5f5; border: 1px solid #e5e5e5;
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; color: #666; cursor: pointer;
  }
  .vis-allot-sub {
    font-size: 10px; color: #666; line-height: 1.5; margin-bottom: 18px;
  }
  .vis-allot-sub code {
    background: #f5f5f5; padding: 1px 5px; border-radius: 3px;
    font-family: ui-monospace, monospace; font-size: 9px; color: #111;
  }
  .vis-allot-section { margin-bottom: 16px; }
  .vis-allot-section .num-row {
    display: flex; align-items: center; gap: 8px; margin-bottom: 4px;
  }
  .vis-allot-section .num {
    width: 18px; height: 18px; border-radius: 50%;
    background: #fce7f3; color: var(--accent, #E8366D);
    display: flex; align-items: center; justify-content: center;
    font-size: 9px; font-weight: 700;
  }
  .vis-allot-section .stitle { font-size: 12px; font-weight: 700; }
  .vis-allot-section .shelp {
    font-size: 9px; color: #666; line-height: 1.5;
    margin-left: 26px; margin-bottom: 8px;
  }
  .vis-allot-section .sbody { margin-left: 26px; }
  .stepper {
    display: inline-flex; align-items: center;
    border: 1px solid #e5e5e5; border-radius: 6px; overflow: hidden;
    background: white;
  }
  .stepper button {
    width: 28px; height: 30px; border: none; background: white;
    font-size: 13px; cursor: pointer; color: #666;
  }
  .stepper .val {
    width: 36px; text-align: center; font-weight: 700; font-size: 12px;
    border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;
    height: 30px; line-height: 30px;
  }
  .stepper-label {
    display: inline-block; margin-left: 10px; font-size: 10px; color: #444;
  }
  .stepper-label strong { font-weight: 700; }
  .field-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
  }
  .field-grid .fg label {
    display: block; font-size: 9px; font-weight: 600; margin-bottom: 4px;
  }
  .field-grid .fg input {
    width: 100%; padding: 7px 9px; border: 1px solid #e5e5e5;
    border-radius: 5px; font-size: 11px; font-family: inherit;
    background: white; box-sizing: border-box;
  }
  .prefill-badge {
    display: inline-block; margin-top: 8px;
    background: #ecfdf5; color: #047857;
    padding: 4px 9px; border-radius: 5px;
    font-size: 9px; font-weight: 600;
  }
  .window-label {
    font-size: 9px; font-weight: 700; letter-spacing: 0.5px;
    color: #666; text-transform: uppercase; margin-bottom: 6px;
  }
  .window-pill {
    display: inline-block; background: #ecfdf5; color: #047857;
    padding: 5px 10px; border-radius: 5px; font-size: 10px; font-weight: 600;
    margin-bottom: 10px;
  }
  .excluded-pills { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
  .excluded-pill {
    background: #fef2f2; color: #b91c1c;
    padding: 4px 9px; border-radius: 5px; font-size: 9px; font-weight: 600;
  }
  .adjust-link {
    color: var(--accent, #E8366D); font-size: 10px; font-weight: 600;
    text-decoration: none; display: inline-block; margin-top: 4px;
  }
  .vis-allot-footer {
    display: flex; justify-content: space-between; align-items: center;
    margin-top: 18px; padding-top: 16px; border-top: 1px solid #eee;
  }
  .vis-allot-footer .footnote { font-size: 9px; color: #999; }
  .vis-allot-footer .btns { display: flex; gap: 8px; }
  .vis-allot-footer .cancel-btn {
    background: white; border: 1px solid #e5e5e5; color: #444;
    padding: 7px 14px; border-radius: 5px;
    font-size: 10px; font-weight: 600; cursor: pointer; font-family: inherit;
  }
  .vis-allot-footer .save-btn {
    background: var(--accent, #E8366D); color: white; border: none;
    padding: 7px 14px; border-radius: 5px;
    font-size: 10px; font-weight: 700; cursor: pointer; font-family: inherit;
  }

  /* Dashboard visual */
  .vis-dash {
    display: grid;
    grid-template-columns: 120px 1fr;
    height: 100%;
    background: #fafafa;
  }
  .vis-dash .side {
    background: white;
    border-right: 1px solid #eee;
    padding: 14px 0;
  }
  .vis-dash .side .slogo {
    padding: 0 14px 16px;
    font-weight: 700;
    font-size: 13px;
  }
  .vis-dash .side .sitem {
    padding: 7px 14px;
    font-size: 11px;
    color: #444;
    border-left: 2px solid transparent;
  }
  .vis-dash .side .sitem.active {
    background: #fdf2f8;
    color: var(--accent, #E8366D);
    border-left-color: var(--accent, #E8366D);
    font-weight: 600;
  }
  .vis-dash .main {
    padding: 20px;
    overflow-y: auto;
  }
  .vis-dash .main h1 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
  .vis-dash .main .msub { font-size: 10px; color: #666; margin-bottom: 14px; }
  .vis-dash .completion {
    background: white;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 12px;
  }
  .vis-dash .completion h3 { font-size: 12px; font-weight: 700; margin-bottom: 8px; }
  .vis-dash .completion .cbar {
    background: #f0f0f0;
    height: 4px;
    border-radius: 2px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .vis-dash .completion .cbar div { background: var(--accent, #E8366D); height: 100%; width: 25%; }
  .vis-dash .completion .citems { font-size: 10px; }
  .vis-dash .completion .ci {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
  }
  .vis-dash .completion .ci .chk {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1.5px solid #ddd;
    flex-shrink: 0;
  }
  .vis-dash .completion .ci .chk.done {
    background: #10b981;
    border-color: #10b981;
  }
  .vis-dash .livecard {
    background: white;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 14px;
  }
  .vis-dash .livecard .lvt {
    color: var(--accent, #E8366D);
    font-size: 9px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 4px;
  }
  .vis-dash .livecard h2 { font-size: 13px; font-weight: 700; margin-bottom: 4px; }
  .vis-dash .livecard > p { font-size: 10px; color: #666; margin-bottom: 12px; }
  .vis-dash .paths-mini {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 10px;
  }
  .vis-dash .pmini {
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 10px;
  }
  .vis-dash .pmini.fp { border: 1.5px solid var(--accent, #E8366D); }
  .vis-dash .pmini .ptag {
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    text-transform: uppercase;
  }
  .vis-dash .pmini .ptag.cur { color: #888; }
  .vis-dash .pmini .ptag.lim { color: var(--accent, #E8366D); }
  .vis-dash .pmini h4 { font-size: 11px; font-weight: 700; margin-bottom: 4px; }
  .vis-dash .pmini .pd { font-size: 9px; color: #666; line-height: 1.4; }
  .vis-dash .pmini .pbtn {
    margin-top: 8px;
    background: var(--accent, #E8366D);
    color: white;
    border: none;
    padding: 5px 8px;
    font-size: 9px;
    font-weight: 600;
    border-radius: 4px;
    width: 100%;
  }
  .vis-dash .pmini .pbtn-curr {
    margin-top: 8px;
    background: #f5f5f5;
    color: #666;
    border: none;
    padding: 5px 8px;
    font-size: 9px;
    border-radius: 4px;
    width: 100%;
  }

  /* Activate FP visual */
  .vis-activate {
    padding: 20px;
    background: #fafafa;
    height: 100%;
    overflow-y: auto;
  }
  .vis-activate .tabs {
    display: flex;
    gap: 14px;
    border-bottom: 1px solid #eee;
    margin-bottom: 14px;
    padding-bottom: 10px;
    font-size: 11px;
  }
  .vis-activate .tabs .tab { color: #666; }
  .vis-activate .tabs .tab.active { color: var(--accent, #E8366D); font-weight: 600; }
  .vis-activate .hero-box {
    background: white;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 10px;
  }
  .vis-activate .hero-box .eb {
    color: var(--accent, #E8366D);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 6px;
  }
  .vis-activate .hero-box h2 { font-size: 14px; font-weight: 700; margin-bottom: 6px; }
  .vis-activate .hero-box p { font-size: 10px; color: #666; line-height: 1.5; margin-bottom: 10px; }
  .vis-activate .slot-box {
    background: #fafafa;
    padding: 8px 12px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
  }
  .vis-activate .slot-box .rm { color: var(--accent, #E8366D); font-weight: 700; }
  .vis-activate .setup {
    background: white;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
  }
  .vis-activate .setup .sn {
    width: 20px;
    height: 20px;
    background: #fdf2f8;
    color: var(--accent, #E8366D);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 10px;
    flex-shrink: 0;
  }
  .vis-activate .setup h4 { font-size: 11px; margin-bottom: 4px; }
  .vis-activate .setup p { font-size: 10px; color: #666; margin-bottom: 8px; }
  .vis-activate .counter-mini {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .vis-activate .counter-mini button {
    width: 22px;
    height: 22px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 5px;
    font-size: 11px;
  }
  .vis-activate .counter-mini .ct {
    font-size: 14px;
    font-weight: 700;
    padding: 0 8px;
  }
  .vis-activate .date-row-m {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
  }
  .vis-activate .chip {
    padding: 3px 8px;
    font-size: 9px;
    border-radius: 10px;
    font-weight: 500;
  }
  .vis-activate .chip.open { background: #ecfdf5; color: #065f46; }
  .vis-activate .chip.exc { background: #fef2f2; color: #991b1b; }
  .vis-activate .act-btn {
    background: var(--accent, #E8366D);
    color: white;
    border: none;
    padding: 9px 16px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 11px;
    float: right;
  }

  /* Trip building visual */
  .vis-building {
    padding: 40px;
    background: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .vis-building .map-big {
    width: 100%;
    max-width: 360px;
    height: 260px;
    background: linear-gradient(135deg, #dbeafe, #eff6ff);
    border-radius: 12px;
    position: relative;
    margin-bottom: 24px;
    overflow: hidden;
  }
  .vis-building .map-big::before,
  .vis-building .map-big::after {
    content: "";
    position: absolute;
    background: rgba(255,255,255,0.4);
  }
  .vis-building .map-big::before {
    width: 180px;
    height: 2px;
    top: 50%;
    left: 20px;
    transform: rotate(-15deg);
    background: rgba(16,185,129,0.4);
    height: 3px;
    border-radius: 2px;
  }
  .vis-building .map-big .route {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .vis-building .pin-big {
    position: absolute;
    transform: translate(-50%, -100%);
    background: white;
    border: 2px solid var(--accent, #E8366D);
    padding: 6px 10px;
    border-radius: 16px;
    font-size: 11px;
    font-weight: 600;
    color: var(--accent, #E8366D);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    white-space: nowrap;
  }
  .vis-building .pin-big.you {
    background: var(--accent, #E8366D);
    color: white;
  }
  .vis-building .pin-big.you::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: var(--accent, #E8366D);
  }
  .vis-building .trip-card-mini {
    background: white;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 14px;
    width: 100%;
    max-width: 360px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  }
  .vis-building .trip-card-mini .tc-header {
    font-size: 9px;
    color: var(--accent, #E8366D);
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 6px;
  }
  .vis-building .trip-card-mini h3 { font-size: 14px; font-weight: 700; margin-bottom: 6px; }
  .vis-building .trip-card-mini .stops {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    font-size: 10px;
  }
  .vis-building .trip-card-mini .stop-chip {
    padding: 3px 8px;
    background: #f5f5f5;
    border-radius: 10px;
    color: #444;
  }
  .vis-building .trip-card-mini .stop-chip.you {
    background: var(--accent, #E8366D);
    color: white;
    font-weight: 600;
  }

  /* Collab Board visual (step 4) */
  .vis-board {
    display: grid;
    grid-template-columns: 100px 1fr;
    height: 100%;
    background: white;
  }
  .vis-board .vb-side {
    background: white;
    border-right: 1px solid #eee;
    padding: 14px 0;
  }
  .vis-board .vb-side .vb-logo {
    padding: 0 12px 16px;
    font-weight: 700;
    font-size: 12px;
  }
  .vis-board .vb-side .vb-item {
    padding: 7px 12px;
    font-size: 10px;
    color: #444;
    border-left: 2px solid transparent;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .vis-board .vb-side .vb-item.active {
    background: #fdf2f8;
    color: var(--accent, #E8366D);
    border-left-color: var(--accent, #E8366D);
    font-weight: 600;
  }
  .vis-board .vb-main {
    padding: 18px 20px;
    background: #fafafa;
    overflow: hidden;
  }
  .vis-board .vb-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 14px;
  }
  .vis-board .vb-head h3 { font-size: 15px; font-weight: 700; }
  .vis-board .vb-head .vb-sub {
    font-size: 10px; color: #666; margin-top: 2px;
  }
  .vis-board .vb-user {
    display: flex; align-items: center; gap: 6px; font-size: 10px;
  }
  .vis-board .vb-user .vb-av {
    width: 18px; height: 18px; border-radius: 50%;
    background: #fce7f3; color: var(--accent, #E8366D);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 9px;
  }
  .vis-board .vb-filter {
    background: #f1f1f1;
    border-radius: 8px;
    padding: 8px 10px;
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 14px;
    font-size: 9px;
  }
  .vis-board .vb-filter .vb-date {
    background: white;
    border-radius: 5px;
    padding: 4px 8px;
    color: #666;
    font-size: 9px;
  }
  .vis-board .vb-filter .vb-date span { color: #999; font-size: 8px; margin-right: 4px; }
  .vis-board .vb-filter .vb-tab {
    padding: 4px 9px;
    border-radius: 12px;
    font-size: 9px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
  }
  .vis-board .vb-filter .vb-tab.active {
    background: #111;
    color: white;
  }
  .vis-board .vb-filter .vb-tab .ct {
    margin-left: 4px;
    opacity: 0.7;
  }
  .vis-board .vb-table-head {
    display: grid;
    grid-template-columns: 56px 1fr 70px 70px;
    gap: 10px;
    font-size: 8px;
    color: #999;
    letter-spacing: 0.6px;
    font-weight: 700;
    padding: 0 8px;
    margin-bottom: 6px;
  }
  .vis-board .vb-row {
    display: grid;
    grid-template-columns: 56px 1fr 70px 70px 56px;
    gap: 10px;
    align-items: center;
    background: white;
    padding: 10px 8px;
    border-radius: 8px;
    margin-bottom: 6px;
    font-size: 10px;
  }
  .vis-board .vb-row.urgent { background: #fce7f3; }
  .vis-board .vb-row .vb-thumb {
    width: 56px; height: 44px; border-radius: 6px;
    background: linear-gradient(135deg, #6366f1, var(--accent, #E8366D));
  }
  .vis-board .vb-row .vb-thumb.aurora {
    background: linear-gradient(135deg, #064e3b 0%, #10b981 50%, #34d399 100%);
  }
  .vis-board .vb-row .vb-trip h4 { font-size: 11px; font-weight: 700; margin-bottom: 1px; }
  .vis-board .vb-row .vb-trip .vb-desc { font-size: 9px; color: #666; margin-bottom: 4px; }
  .vis-board .vb-row .vb-trip .vb-loc {
    font-size: 8px; color: var(--accent, #E8366D); font-weight: 700; letter-spacing: 0.5px; margin-bottom: 4px;
  }
  .vis-board .vb-row .vb-trip .vb-free { display: flex; gap: 5px; align-items: center; }
  .vis-board .vb-row .vb-trip .vb-free-label {
    font-size: 8px; color: var(--accent, #E8366D); font-weight: 700; letter-spacing: 0.5px;
  }
  .vis-board .vb-row .vb-trip .vb-pill {
    background: #f5f5f5;
    padding: 2px 7px;
    border-radius: 10px;
    font-size: 8px;
    font-weight: 500;
  }
  .vis-board .vb-row .vb-status {
    display: inline-flex; align-items: center; gap: 4px;
    background: var(--accent, #E8366D); color: white;
    padding: 3px 8px; border-radius: 10px;
    font-size: 8px; font-weight: 600;
    width: fit-content;
  }
  .vis-board .vb-row .vb-status.new {
    background: #fce7f3; color: var(--accent, #E8366D);
  }
  .vis-board .vb-row .vb-status::before {
    content: '●'; font-size: 6px;
  }
  .vis-board .vb-row .vb-dates { font-size: 9px; color: #444; }
  .vis-board .vb-row .vb-claim {
    background: var(--accent, #E8366D); color: white;
    padding: 5px 9px; border-radius: 5px;
    font-size: 9px; font-weight: 700;
    text-align: center; cursor: pointer;
  }

  /* Host visual */
  .vis-host {
    height: 100%;
    background: #f5f5f5;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 24px;
    overflow-y: auto;
  }
  .vis-host .host-scene {
    width: 360px;
  }
  .vis-host .msg-thread {
    background: white;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  }
  .vis-host .msg-thread .th-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 14px;
  }
  .vis-host .th-avatar {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #7c3aed, #2563eb);
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
  }
  .vis-host .th-name { font-size: 12px; font-weight: 700; }
  .vis-host .th-sub { font-size: 10px; color: #666; margin-top: 1px; }
  .vis-host .th-status {
    margin-left: auto;
    background: #ecfdf5;
    color: #047857;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 9px;
    font-weight: 600;
  }
  .vis-host .trip-context {
    background: #fdf2f8;
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 14px;
    font-size: 10px;
  }
  .vis-host .trip-context .tc-label {
    color: var(--accent, #E8366D);
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 8px;
    margin-bottom: 3px;
  }
  .vis-host .trip-context .tc-trip { font-weight: 700; color: #111; }
  .vis-host .trip-context .tc-dates { color: #666; margin-top: 1px; }
  .vis-host .bubble {
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 11px;
    margin-bottom: 6px;
    max-width: 80%;
    line-height: 1.5;
  }
  .vis-host .bubble.them {
    background: #f5f5f5;
    color: #333;
  }
  .vis-host .bubble.you {
    background: var(--accent, #E8366D);
    color: white;
    margin-left: auto;
    border-bottom-right-radius: 4px;
  }
  .vis-host .bubble.them:last-of-type { border-bottom-left-radius: 4px; }
  .vis-host .msg-input {
    margin-top: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 10px;
    color: #999;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .vis-host .msg-input .send-arrow {
    width: 22px; height: 22px; border-radius: 50%;
    background: #fce7f3; color: var(--accent, #E8366D);
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: 700;
  }

  /* Evergreen visual */
  .vis-evergreen {
    padding: 24px;
    background: linear-gradient(180deg, #fafafa 0%, white 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .vis-evergreen .cards-stack {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
  }
  .vis-evergreen .trip-preview {
    background: white;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  }
  .vis-evergreen .trip-preview .tp-img {
    height: 140px;
    background: linear-gradient(135deg, #1a2744, #0a1428);
    position: relative;
  }
  .vis-evergreen .trip-preview .tp-img::before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 60px;
    background: radial-gradient(circle, rgba(180,200,220,0.6), rgba(80,100,140,0.2));
    border-radius: 50%;
  }
  .vis-evergreen .trip-preview .tp-body {
    padding: 14px;
  }
  .vis-evergreen .trip-preview .tp-creator {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
  }
  .vis-evergreen .trip-preview .tp-creator .av {
    width: 20px;
    height: 20px;
    background: #ddd;
    border-radius: 50%;
  }
  .vis-evergreen .trip-preview .tp-creator .nm { font-size: 11px; font-weight: 600; }
  .vis-evergreen .trip-preview h3 { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
  .vis-evergreen .trip-preview .tp-desc { font-size: 11px; color: #666; line-height: 1.4; }
  .vis-evergreen .book-bar {
    background: white;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px 12px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
  }
  .vis-evergreen .book-bar strong { font-size: 13px; }
  .vis-evergreen .book-bar .bb { color: #10b981; font-weight: 600; font-size: 10px; }
  .vis-evergreen .book-btn {
    background: var(--accent, #E8366D);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
  }
  .vis-evergreen .trust-line {
    text-align: center;
    font-size: 11px;
    color: #666;
    margin-top: 14px;
    font-weight: 500;
  }
  .vis-evergreen .trust-line strong { color: var(--accent, #E8366D); }

  /* Step 6: reuses the landing-page .phones + .phone styles */
  .vis-app-dual {
    height: 100%;
    background: linear-gradient(135deg, #fafafa, #f0f0f0);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .vis-app-dual-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .vis-app-dual .phones {
    transform: scale(0.85);
    transform-origin: center;
  }
  /* Clean variant — no chrome, no border, no background — used for final app mockup */
  .walk-visual-clean {
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .walk-visual-bare-img {
    width: 100%;
    max-width: 560px;
    height: auto;
    display: block;
  }

  /* Responsive tweak */
  @media (max-width: 1024px) {
    .hero { grid-template-columns: 1fr; gap: 48px; }
    .phones { display: none; }
    .hiw-row { grid-template-columns: 1fr; }
    .hiw-row.reverse .hiw-text { order: 0; }
    .founder-wrap { grid-template-columns: 1fr; text-align: center; }
    .founder-photo { margin: 0 auto; }
    .three-col { grid-template-columns: 1fr; }
    .dash-wrap { grid-template-columns: 1fr; }
    .dash-sidebar { display: none; }
    .walk-step { grid-template-columns: 1fr; gap: 32px; }
  }

  /* Dashboard: you're live strip */
  .live-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: #ecfdf5;
    border: 1px solid #d1fae5;
    border-radius: 10px;
    padding: 14px 20px;
    margin-bottom: 20px;
  }
  .live-strip .ls-left {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .live-strip .ls-dot {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #10b981;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
  }
  .live-strip .ls-title {
    font-weight: 700;
    font-size: 14px;
    color: #065f46;
  }
  .live-strip .ls-sub {
    font-size: 13px;
    color: #047857;
    margin-top: 2px;
  }
  .live-strip .ls-link {
    font-size: 13px;
    color: #065f46;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    white-space: nowrap;
    flex-shrink: 0;
  }

  /* Dashboard: unified setup checklist */
  .setup-checklist {
    background: white;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
  }
  .sc-header {
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .sc-header h3 { font-size: 17px; font-weight: 700; }
  .sc-progress { font-size: 13px; color: #666; }

  .sc-item {
    display: flex;
    gap: 16px;
    padding: 20px 24px;
    border-bottom: 1px solid #f5f5f5;
    align-items: flex-start;
  }
  .sc-item:last-child { border-bottom: none; }
  .sc-item.sc-done { background: #fafafa; }
  .sc-num {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fdf2f8;
    color: var(--accent, #E8366D);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
  }
  .sc-num-done {
    background: #10b981;
    color: white;
  }
  .sc-body { flex: 1; }
  .sc-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  .sc-sub {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
  }
  .sc-action {
    color: var(--accent, #E8366D);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    margin-top: 1px;
  }
  .sc-action:hover { color: #c92d5b; }

  /* Collapsible step items */
  .sc-collapsible {
    cursor: pointer;
    transition: background 0.15s;
  }
  .sc-collapsible:hover { background: #fafafa; }
  .sc-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
  }
  .sc-chevron {
    font-size: 14px;
    color: #999;
    transition: transform 0.2s;
    margin-top: 2px;
    flex-shrink: 0;
  }
  .sc-expanded .sc-chevron { transform: rotate(180deg); }
  .sc-expand {
    display: none;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
    cursor: default;
  }
  .sc-expanded .sc-expand { display: block; }
  .sc-expand-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 14px;
  }
  .sc-mark-done {
    background: var(--accent, #E8366D);
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    font-family: inherit;
  }
  .sc-mark-done:hover { background: #c92d5b; }

  /* Photo upload grid (step 2) */
  .photo-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
  .photo-thumb {
    aspect-ratio: 1;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .photo-existing {
    background: linear-gradient(135deg, #94a3b8 0%, #64748b 100%);
  }
  .photo-existing:nth-child(2) {
    background: linear-gradient(135deg, #a3bffa 0%, var(--accent, #E8366D) 100%);
  }
  .photo-label {
    position: absolute;
    bottom: 6px;
    left: 6px;
    font-size: 9px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: 600;
  }
  .photo-upload {
    background: #fafafa;
    border: 2px dashed #ddd;
    color: #999;
    cursor: pointer;
    transition: all 0.15s;
  }
  .photo-upload:hover {
    border-color: var(--accent, #E8366D);
    color: var(--accent, #E8366D);
    background: #fdf2f8;
  }
  .upload-plus { font-size: 22px; font-weight: 300; line-height: 1; margin-bottom: 2px; }
  .upload-text { font-size: 10px; font-weight: 600; }

  /* Description textarea (step 3) */
  .desc-textarea {
    width: 100%;
    min-height: 100px;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: inherit;
    font-size: 14px;
    resize: vertical;
    line-height: 1.5;
    box-sizing: border-box;
  }
  .desc-textarea:focus {
    outline: none;
    border-color: var(--accent, #E8366D);
  }
  .sc-char-count {
    font-size: 12px;
    color: #999;
    margin-top: 6px;
  }

  /* Step 4: Set your allotment */
  .allot-explain {
    background: #fafafa;
    border-radius: 8px;
    padding: 16px 18px;
    font-size: 13px;
    color: #444;
    line-height: 1.6;
  }
  .allot-explain p {
    margin: 0 0 10px;
  }
  .allot-explain p:last-child { margin-bottom: 0; }
  .allot-onreq {
    border-top: 1px solid #ececec;
    padding-top: 10px;
    color: #555;
  }

  /* Header CSS lives in /css/site-header.css */
