
        :root {
          --paper: #F8F7F4; --paper-2: #EFEDE6; --white: #ffffff;
          --ink: #1F2937; --ink-2: #4B5563; --ink-3: #6B7280; --ink-4: #9CA3AF;
          --rule: #d8d6ce; --rule-soft: #e4e2dc;
          --green: #2C5F3F; --green-bright: #2C5F3F; --green-soft: #E8EDE4;
          --dark: #1A1A1A; --dark-2: #262624; --accent: #D84315;
        }
        .isee * { box-sizing: border-box; }
        .isee h1,.isee h2,.isee h3,.isee h4,.isee h5,.isee h6,
        .isee p,.isee ul,.isee ol,.isee li,.isee figure,.isee fieldset,
        .isee textarea,.isee select { margin: 0; padding: 0; }
        .isee .prose ul { padding-left: 1.625em; list-style: disc; }
        .isee { font-family: 'DM Sans', system-ui, sans-serif; background: var(--paper); color: var(--ink); line-height: 1.5; -webkit-font-smoothing: antialiased; }
        .isee .container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
        .isee .mono { font-family: 'JetBrains Mono', monospace; }

        /* Nav */
        .isee .site-nav { padding: 18px 0; position: sticky; top: 0; background: rgba(248,247,244,0.92); backdrop-filter: blur(10px); z-index: 50; }
.isee .site-nav .container, .isee .site-nav .nav-inner { padding: 0 40px !important; max-width: 1280px !important; margin: 0 auto !important; }
        .isee .nav-inner { display: flex; justify-content: space-between; align-items: center; }
        .isee .wordmark { font-size: 18px; font-weight: 700; color: var(--ink); letter-spacing: -0.03em; text-decoration: none; }
        .isee .wordmark em { color: var(--green); font-weight: 500; font-style: normal; }
        .isee .nav-links { display: flex; gap: 32px; font-size: 14px; font-weight: 500; color: var(--ink-2); }
        .isee .nav-links a, .isee .nav-links button { color: inherit; text-decoration: none; background: none; border: none; cursor: pointer; font: inherit; transition: color 0.15s; }
        .isee .nav-links a:hover, .isee .nav-links button:hover { color: var(--green); }
        .isee .nav-right { display: flex; align-items: center; gap: 12px; }
        .isee .nav-signin { font-size: 14px; font-weight: 500; color: var(--ink-2); text-decoration: none; transition: color 0.15s; }
        .isee .nav-signin:hover { color: var(--green); }
        .isee .nav-cta { font-size: 13px; font-weight: 600; color: var(--white); background: var(--green-bright); padding: 8px 16px; border-radius: 4px; text-decoration: none; border: none; cursor: pointer; transition: background 0.15s; }
        .isee .nav-cta:hover { background: var(--green); }

        /* Hero */
        .isee .hero { padding: 72px 0 88px; }
        .isee .hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; column-gap: 56px; row-gap: 0; align-items: start; }
        .isee .hero-text-top { grid-column: 1; grid-row: 1; }
        .isee .hero-text-bottom { grid-column: 1; grid-row: 2; }
        .isee .hero-cover-wrap { grid-column: 2; grid-row: 1 / 3; display: flex; align-items: center; justify-content: center; padding: 8px 0; }
        .isee .hero-cover { width: 100%; height: auto; filter: drop-shadow(0 24px 48px rgba(0,0,0,0.13)) drop-shadow(0 4px 12px rgba(0,0,0,0.08)); border-radius: 4px; }
        .isee .hero-strikethrough { text-decoration: line-through; color: var(--ink-4); font-style: normal; }
        .isee .eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--ink-3); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 28px; }
        .isee .eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--green); }
        .isee .hero h1 { font-size: 54px; font-weight: 700; line-height: 1.02; letter-spacing: -0.03em; color: var(--ink); margin-bottom: 22px; }
        .isee .hero h1 .price { color: var(--green); }
        .isee .hero-sub { font-size: 17px; line-height: 1.6; color: var(--ink-2); margin-bottom: 32px; }
        .isee .hero-sub strong { color: var(--ink); font-weight: 600; }
        .isee .input-row { display: flex; background: var(--white); border: 1px solid var(--rule); border-radius: 6px; overflow: visible; transition: border-color 0.2s; }
        .isee .input-row:focus-within { border-color: var(--green); box-shadow: 0 0 0 3px rgba(44,95,63,0.08); }
        .isee .input-row input { flex: 1; border: none; padding: 16px 18px; font-family: 'DM Sans', sans-serif; font-size: 15px; color: var(--ink); outline: none; background: transparent; }
        .isee .input-row button { background: var(--green-bright); color: var(--white); border: none; padding: 0 26px; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 600; cursor: pointer; transition: background 0.15s; }
        .isee .input-row button:hover { background: var(--green); }
        .isee .hero-trust { margin-top: 14px; font-size: 13px; color: var(--ink-2); display: flex; gap: 20px; flex-wrap: nowrap; }
        .isee .hero-trust .item { white-space: nowrap; }
        .isee .sample-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; color: var(--green); font-size: 14px; font-weight: 600; text-decoration: none; }
        .isee .sample-link:hover { text-decoration: underline; text-underline-offset: 4px; }
        .isee .sample-link .pdf-tag { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--ink-4); letter-spacing: 0.04em; margin-left: 2px; }
        

        /* Site plan */
        .isee .site-plan-wrap { position: relative; aspect-ratio: 1/1.05; background: var(--white); border: 1px solid var(--rule); border-radius: 10px; overflow: hidden; background-image: linear-gradient(rgba(44,95,63,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(44,95,63,0.06) 1px, transparent 1px); background-size: 20px 20px; }
        .isee .sp-overlay { position: absolute; top: 20px; left: 20px; background: var(--white); border: 1px solid var(--ink); padding: 10px 14px; font-family: 'JetBrains Mono', monospace; font-size: 11px; z-index: 2; }
        .isee .sp-overlay .label { font-size: 10px; color: var(--ink-3); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 4px; }
        .isee .sp-overlay .addr { color: var(--ink); font-weight: 500; }
        .isee .sp-north { position: absolute; top: 20px; right: 20px; width: 48px; height: 48px; z-index: 2; }
        .isee .sp-title-block { position: absolute; bottom: 20px; right: 20px; background: var(--white); border: 1px solid var(--ink); font-family: 'JetBrains Mono', monospace; font-size: 10px; line-height: 1.5; z-index: 2; }
        .isee .sp-title-block .row { padding: 6px 12px; display: flex; justify-content: space-between; gap: 16px; }
        .isee .sp-title-block .row:last-child { border-bottom: none; }
        .isee .sp-title-block .k { color: var(--ink-3); }
        .isee .sp-title-block .v { color: var(--ink); font-weight: 500; }

        /* Sections shared */
        .isee section { padding: 80px 0; }
        .isee .section-head { max-width: 720px; margin-bottom: 48px; }
        .isee .section-tag { display: inline-flex; align-items: center; gap: 10px; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--ink-3); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 20px; }
        .isee .section-tag::before { content: ''; width: 24px; height: 1px; background: var(--green); }
        .isee h2:not([class*="text-"]) { font-size: 38px; font-weight: 700; line-height: 1.08; letter-spacing: -0.025em; color: var(--ink); margin-bottom: 16px; }
        .isee h2 .green { color: var(--green); }
        .isee .section-lead { font-size: 17px; line-height: 1.6; color: var(--ink-2); max-width: 620px; }
        .isee .section-lead strong { color: var(--ink); font-weight: 600; }

        /* Steps */
        .isee .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-left: 1px solid var(--rule); }
        .isee .step { border-right: 1px solid var(--rule); padding: 28px 24px; background: var(--white); min-height: 240px; display: flex; flex-direction: column; }
        .isee .step .num { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--green); letter-spacing: 0.06em; margin-bottom: 16px; font-weight: 500; }
        .isee .step .title { font-size: 15px; font-weight: 600; color: var(--ink); margin-bottom: 8px; letter-spacing: -0.01em; }
        .isee .step .desc { font-size: 13px; color: var(--ink-2); line-height: 1.5; flex: 1; }
        .isee .step .time { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--green); letter-spacing: 0.04em; margin-top: 12px; padding-top: 10px; border-top: 1px dashed var(--rule); }

        /* Preview section */
        /* See before you pay */
        .isee .preview-section { background: var(--paper-2); }
        .isee .preview-layout { display: grid; grid-template-columns: 1fr 420px; grid-template-rows: auto 1fr; column-gap: 64px; row-gap: 0; align-items: start; }
        .isee .preview-head { grid-column: 1; grid-row: 1; padding-bottom: 20px; }
        .isee .preview-subs { grid-column: 1; grid-row: 2; }
        .isee .preview-img { grid-column: 2; grid-row: 1 / 3; }
        .isee .preview-img img { width: 100%; height: auto; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.12)) drop-shadow(0 4px 8px rgba(0,0,0,0.06)); }
        .isee .preview-sub { margin-top: 24px; }
        .isee .preview-sub-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--ink-3); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 8px; }
        .isee .preview-sub-rule { border: none; border-top: 1.5px solid var(--green); margin: 0 0 16px; }
        .isee .sections-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 32px; }
        .isee .section-item { display: flex; gap: 10px; align-items: baseline; font-size: 14px; color: var(--ink-2); line-height: 1.4; }
        .isee .section-num { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--ink-4); letter-spacing: 0.04em; flex-shrink: 0; }
        .isee .unlock-items { display: flex; flex-direction: column; }
        .isee .unlock-item { display: flex; gap: 14px; padding: 14px 0; align-items: flex-start; }
        .isee .unlock-item:last-child { border-bottom: none; }
        .isee .unlock-arrow { color: var(--green); font-weight: 700; font-size: 16px; line-height: 1.4; flex-shrink: 0; }
        .isee .unlock-title { font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 4px; }
        .isee .unlock-desc { font-size: 13px; color: var(--ink-3); line-height: 1.55; }

        /* Compliance table */
        .isee .compliance-table { width: 100%; font-family: 'JetBrains Mono', monospace; font-size: 11px; border-collapse: collapse; margin-top: 16px; }
        .isee .compliance-table th { text-align: left; font-weight: 500; color: var(--ink-3); padding: 8px 12px; letter-spacing: 0.04em; text-transform: uppercase; font-size: 9px; }
        .isee .compliance-table td { padding: 8px 12px; border-bottom: 1px dashed var(--rule-soft); color: var(--ink-2); }
        .isee .compliance-table .check { color: var(--green); font-weight: 600; }

        /* Check cards */
        .isee .checks-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--rule); }
        .isee .check-card { padding: 24px; border-right: 1px solid var(--rule); background: var(--white); background-image: linear-gradient(rgba(44,95,63,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(44,95,63,0.04) 1px, transparent 1px); background-size: 14px 14px; }
        .isee .check-card:last-child { border-right: none; }
        .isee .check-card .label { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--green); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 16px; margin-bottom: 8px; font-weight: 500; }
        .isee .check-card .title { font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
        .isee .check-card .desc { font-size: 12px; color: var(--ink-3); line-height: 1.5; }

        /* Dark section */
        .isee .dark-section { background: var(--dark); color: var(--paper); border-bottom-color: #333; padding: 100px 0; }
        .isee .dark-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 72px; align-items: start; }
        .isee .dark-section .eyebrow { color: var(--green-bright); }
        .isee .dark-section .eyebrow::before { background: var(--green-bright); }
        .isee .dark-section h2 { color: var(--white); }
        .isee .dark-section .section-lead { color: #999; }
        .isee .deadline-note { margin-top: 32px; padding: 16px 20px; border-left: 2px solid var(--accent); background: rgba(216,67,21,0.08); border-radius: 0 6px 6px 0; font-size: 14px; color: #ccc; line-height: 1.5; }
        .isee .deadline-note strong { color: var(--white); }
        .isee .budget-card { background: var(--dark-2); border: 1px solid #3a3a38; border-radius: 10px; padding: 28px; font-family: 'JetBrains Mono', monospace; }
        .isee .budget-card .bc-label { font-size: 10px; color: var(--ink-3); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 20px; }
        .isee .budget-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px dashed #3a3a38; font-size: 13px; color: #999; }
        .isee .budget-row .val { color: var(--paper); font-weight: 500; }
        .isee .budget-row.strike .val { text-decoration: line-through; color: var(--accent); }
        .isee .budget-row.highlight .val { color: var(--green-bright); font-weight: 600; }
        .isee .budget-total { display: flex; justify-content: space-between; padding: 16px 0 0; border-top: 2px solid #3a3a38; margin-top: 0; font-size: 13px; color: #999; }
        .isee .budget-total .val { color: var(--green-bright); font-size: 32px; font-family: 'DM Sans', sans-serif; font-weight: 700; letter-spacing: -0.02em; }

        /* Designers */
        .isee .designers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }

        /* Pricing */
        .isee .pricing-grid { display: grid; grid-template-columns: 1fr; border: 1px solid var(--ink); border-radius: 10px; overflow: hidden; width: fit-content; margin: 0 auto; }
        .isee .pricing-tier { padding: 40px 48px; }
        .isee .pricing-tier.dark-tier { background: var(--dark); color: var(--paper); border-left: 1px solid var(--ink); }
        .isee .tier-name { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 16px; font-weight: 500; }
        .isee .dark-tier .tier-name { color: var(--ink-4); }
        .isee .tier-price { font-size: 48px; font-weight: 700; letter-spacing: -0.03em; margin-bottom: 4px; }
        .isee .tier-price .per { font-size: 16px; font-weight: 400; color: var(--ink-3); }
        .isee .dark-tier .tier-price .per { color: var(--ink-4); }
        .isee .tier-meta { font-size: 13px; color: var(--ink-3); margin-bottom: 28px; }
        .isee .tier-features { list-style: none; padding: 0; }
        .isee .tier-features li { padding: 10px 0; border-top: 1px dashed var(--rule-soft); font-size: 14px; color: var(--ink-2); display: flex; gap: 10px; }
        .isee .dark-tier .tier-features li { border-top-color: #3a3a38; color: #bbb; }
        .isee .tier-features .arrow { font-family: 'JetBrains Mono', monospace; color: var(--green); font-size: 12px; flex-shrink: 0; }
        .isee .tier-cta { display: block; width: 100%; padding: 14px; text-align: center; font-size: 14px; font-weight: 600; border: none; border-radius: 4px; cursor: pointer; margin-top: 24px; transition: background 0.15s; text-decoration: none; }
        .isee .tier-cta.primary { background: var(--green-bright); color: var(--white); }
        .isee .tier-cta.primary:hover { background: var(--green); }
        .isee .tier-cta.secondary { background: var(--white); color: var(--dark); }
        .isee .tier-cta.secondary:hover { background: var(--green-bright); color: var(--white); }
        .isee .pricing-tier.mid-tier { background: var(--paper-2); border-left: 1px solid var(--rule); border-right: 1px solid var(--rule); position: relative; }
        .isee .tier-badge { display: inline-block; font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.1em; background: var(--green); color: var(--white); padding: 3px 8px; border-radius: 2px; margin-bottom: 12px; }
        .isee .enterprise-price { font-size: 32px !important; }
        .isee .tier-cta.enterprise-cta { background: var(--green-bright); color: var(--white); }
        .isee .tier-cta.enterprise-cta:hover { background: var(--green); }
        .isee .tier-note { font-size: 12px; color: var(--ink-4); text-align: center; margin-top: 10px; font-family: 'JetBrains Mono', monospace; letter-spacing: 0.03em; }
        .isee .tier-note.dark-note { color: #666; }
        .isee .pricing-trust-strip { max-width: 960px; margin: 32px auto 0; padding: 20px 24px; border: 1px solid var(--rule); border-radius: 6px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
        .isee .trust-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.08em; color: var(--ink-3); text-transform: uppercase; white-space: nowrap; }
        .isee .trust-checks { display: flex; flex-wrap: wrap; gap: 16px; flex: 1; }
        .isee .trust-checks span { font-size: 13px; color: var(--ink-2); white-space: nowrap; }
        .isee .footer-sources { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--ink-4); letter-spacing: 0.05em; padding: 16px 0; margin-bottom: 0; }
        .isee .pricing-note { display: flex; justify-content: space-between; max-width: 960px; margin: 20px auto 0; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--ink-3); }

        /* FAQ */
        .isee .faq-list { max-width: none; display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; }
        @media (max-width: 768px) { .isee .faq-list { grid-template-columns: 1fr; } }
        .isee .faq-item { }
        .isee .faq-item summary { display: grid; grid-template-columns: 28px 1fr 20px; gap: 8px; padding: 18px 0; cursor: pointer; list-style: none; align-items: center; }
        .isee .faq-item summary::-webkit-details-marker { display: none; }
        .isee .faq-item .faq-num { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--green); font-weight: 500; }
        .isee .faq-item .faq-q { font-size: 16px; font-weight: 600; color: var(--ink); }
        .isee .faq-item .faq-toggle { font-size: 18px; color: var(--ink-3); text-align: right; }
        .isee .faq-item:not([open]) .faq-toggle::before { content: '+'; font-size: 18px; color: var(--ink-3); }
        .isee .faq-item[open] .faq-toggle::before { content: '−'; font-size: 18px; color: var(--ink-3); }
        .isee .faq-item .faq-a { padding: 0 0 20px 36px; font-size: 15px; line-height: 1.65; color: var(--ink-2); max-width: 680px; }
        .isee .faq-item .faq-a p { margin-bottom: 12px; }
        .isee .faq-item .faq-a strong { color: var(--ink); font-weight: 600; }

        /* Final CTA */
        .isee .final-cta { background-image: linear-gradient(rgba(44,95,63,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(44,95,63,0.04) 1px, transparent 1px); background-size: 32px 32px; padding: 100px 0; text-align: center; }
        .isee .final-cta .section-tag { }
        .isee .final-cta h2 { text-align: center; }
        .isee .final-cta .section-lead { text-align: center; margin: 0 auto 32px; }
        .isee .final-cta .input-row { margin: 0 auto; }

        /* Footer */
        .isee footer { padding: 56px 0 40px; }
        .isee .footer-top { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; }
        .isee .footer-brand { font-size: 13px; color: var(--ink-3); line-height: 1.6; max-width: 320px; }
        .isee .footer-col h4 { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 14px; font-weight: 500; }
        .isee .footer-col a { display: block; font-size: 14px; color: var(--ink-2); text-decoration: none; padding: 4px 0; transition: color 0.15s; }
        .isee .footer-col a:hover { color: var(--green); }
        .isee .footer-bottom { display: flex; justify-content: space-between; align-items: start; padding-top: 24px; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--ink-3); line-height: 1.6; gap: 40px; }
        .isee .footer-disclaimer { max-width: 640px; }

        /* Responsive */
        @media (max-width: 1000px) {
          .isee .dark-grid { grid-template-columns: 1fr; }
          .isee .preview-layout { display: flex; flex-direction: column; }
          .isee .preview-head { order: 1; padding-bottom: 0; }
          .isee .preview-img { order: 2; max-width: 280px; margin: 28px auto 0; width: 100%; }
          .isee .preview-subs { order: 3; }
          .isee .hero-grid { display: flex; flex-direction: column; gap: 0; }
          .isee .hero-text-top { order: 1; }
          .isee .hero-cover-wrap { order: 2; padding: 24px 0; }
          .isee .hero-text-bottom { order: 3; }
          .isee .steps { grid-template-columns: 1fr; }
          .isee .checks-grid { grid-template-columns: repeat(2, 1fr); }
          .isee .pricing-grid { grid-template-columns: 1fr; }
          .isee .pricing-tier.dark-tier { border-left: none; border-top: 1px solid var(--ink); }
          .isee .pricing-tier.mid-tier { border-left: none; border-right: none; }
          .isee .nav-links { display: none; }
          .isee .footer-top { grid-template-columns: 1fr 1fr; }
        }
        @media (max-width: 640px) {
  .isee .wiz-toggle-btn { white-space: normal; }
  .isee { display: flex; flex-direction: column; min-height: 100svh; }
          .isee .container { padding: 0 20px; }
          .isee .site-nav .container, .isee .site-nav .nav-inner { padding: 0 20px !important; }
          .isee .hero { padding: 28px 0 36px; }
          .isee .eyebrow { margin-bottom: 14px; }
          .isee .hero h1 { font-size: 22px; line-height: 1.1; margin-bottom: 12px; text-align: center; }
          .isee .hero-cover-wrap { max-width: 180px; margin: 0 auto; width: 100%; padding: 10px 0; }
          .isee .hero-sub { font-size: 14px; line-height: 1.5; margin-bottom: 16px; text-align: center; }
          .isee h2:not([class*="text-"]) { font-size: 26px; }
          .isee section { padding: 56px 0; }
          .isee .checks-grid { grid-template-columns: 1fr; }
          .isee .sections-grid { grid-template-columns: 1fr; }
          .isee .footer-top { grid-template-columns: 1fr; }
          .isee .footer-bottom { flex-direction: column; }
          .isee .pricing-note { flex-direction: column; gap: 4px; }
          .isee .hero-trust { font-size: 11px; gap: 10px; margin-top: 10px; }
          .isee .hero-trust .item[data-short] { font-size: 0; color: transparent; }
          .isee .hero-trust .item[data-short]::after { content: attr(data-short); font-size: 11px; color: var(--ink-2); }
          .isee .sample-link { font-size: 13px; margin-top: 12px; }
        }
      
/* Report preview prose styles */
.report-prose { font-size: 14px; line-height: 1.7; color: #4B5563; }
.report-prose h2 { font-size: 18px; font-weight: 700; color: #1F2937; margin: 24px 0 10px; letter-spacing: -0.01em; }
.report-prose h3 { font-size: 16px; font-weight: 700; color: #1F2937; margin: 20px 0 8px; }
.report-prose h4 { font-size: 14px; font-weight: 600; color: #2C5F3F; margin: 16px 0 6px; padding-bottom: 4px; border-bottom: 1px dashed #E4E2DC; }
.report-prose h5 { font-size: 13px; font-weight: 600; color: #2C5F3F; margin: 14px 0 6px; }
.report-prose p { margin-bottom: 12px; }
.report-prose strong { color: #1F2937; font-weight: 600; }
.report-prose em { font-style: italic; }
.report-prose ul, .report-prose ol { padding-left: 24px; margin-bottom: 12px; }
.report-prose li { margin-bottom: 4px; }
.report-prose hr { border: none; border-top: 1px solid #D8D6CE; margin: 24px 0; }
.report-prose table { width: 100%; border-collapse: collapse; font-family: 'JetBrains Mono', monospace; font-size: 12px; margin: 16px 0; border: 1px solid #D8D6CE; }
.report-prose thead { background: #EFEDE6; }
.report-prose th { padding: 8px 12px; text-align: left; font-weight: 600; color: #1F2937; border-bottom: 2px solid #D8D6CE; font-size: 11px; letter-spacing: 0.04em; text-transform: uppercase; }
.report-prose td { padding: 8px 12px; border-bottom: 1px dashed #E4E2DC; color: #4B5563; border-right: 1px dashed #E4E2DC; }
.report-prose tr:nth-child(even) { background: #FAFAF8; }
.report-prose code { font-family: 'JetBrains Mono', monospace; background: #E8EDE4; color: #2C5F3F; padding: 2px 5px; font-size: 12px; border-radius: 3px; }
.report-prose .letter-item { display: grid; grid-template-columns: 32px 1fr; gap: 4px; font-size: 14px; line-height: 1.7; color: #4B5563; margin-bottom: 8px; padding-left: 8px; }
.report-prose .letter { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: #2C5F3F; font-weight: 500; }

/* Comment blocks in report sections */
.report-prose p[style*="border-left"] { color: #4B5563; font-size: 14px; line-height: 1.7; }

/* TBC inline editable fields */
.tbc-field {
  display: inline;
  background: #FEF3C7;
  border: 1px dashed #F59E0B;
  border-radius: 4px;
  padding: 1px 8px;
  cursor: pointer;
  transition: all 0.2s;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: #92400E;
}
.tbc-field:hover {
  background: #FDE68A;
  border-color: #D97706;
}
.tbc-editing {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: white;
  border: 2px solid #2C5F3F;
  border-radius: 4px;
  padding: 1px 4px;
}
.tbc-editing input {
  border: none;
  outline: none;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: #1F2937;
  width: 80px;
  padding: 2px 4px;
}
.tbc-editing .save-btn {
  background: #2C5F3F;
  color: white;
  border: none;
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
}
.tbc-editing .save-btn:hover { background: #2C5F3F; }
.tbc-filled {
  display: inline;
  background: #E8EDE4;
  border: 1px solid #2C5F3F;
  border-radius: 4px;
  padding: 1px 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: #2C5F3F;
  font-weight: 500;
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.4); }
  50% { box-shadow: 0 0 0 6px rgba(245, 158, 11, 0); }
}

/* ── Standalone pricing page ──────────────────────────────────────────────── */
.isee .pricing-page-hero { padding: 72px 0 56px; }
.isee .pricing-page-hero h1 { font-size: 44px; font-weight: 700; letter-spacing: -0.03em; line-height: 1.15; margin-top: 16px; max-width: 700px; }
.isee .pricing-page-sub { font-size: 15px; color: var(--ink-2); line-height: 1.6; margin-top: 16px; max-width: 600px; }
.isee .pricing-page-tiers { padding: 56px 0 40px; }
.isee .tier-price-wrap { display: flex; align-items: baseline; gap: 10px; margin-bottom: 4px; }
.isee .tier-price-strike { font-size: 18px; color: var(--ink-4); text-decoration: line-through; font-weight: 400; }
.isee .tier-price-unit { font-size: 16px; color: var(--ink-3); font-weight: 400; }

/* ── Comparison table ──────────────────────────────────────────────────────── */
.isee .pricing-comparison { padding: 56px 0 80px; background: var(--paper-2); }
.isee .pricing-comparison h2 { font-size: 28px; font-weight: 700; letter-spacing: -0.02em; margin-top: 16px; margin-bottom: 32px; }
.isee .comparison-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 8px; border: 1px solid var(--rule); }
.isee .comparison-table { width: 100%; border-collapse: collapse; font-size: 14px; background: var(--white); }
.isee .comparison-table thead tr { border-bottom: 2px solid var(--rule); }
.isee .comparison-table th { padding: 14px 20px; text-align: left; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); font-weight: 500; background: var(--paper-2); white-space: nowrap; }
.isee .comparison-table th:first-child { width: 40%; }
.isee .comparison-th-mid { background: var(--green-soft) !important; color: var(--green) !important; }
.isee .comparison-table td { padding: 12px 20px; border-bottom: 1px solid var(--rule-soft); color: var(--ink-2); vertical-align: middle; }
.isee .comparison-table tr:last-child td { border-bottom: none; }
.isee .comparison-table tr:hover td { background: var(--paper); }
.isee .comparison-td-mid { background: rgba(232,237,228,0.3); }
.isee .comparison-price-row td { font-size: 15px; padding-top: 16px; padding-bottom: 16px; }
.isee .comparison-check { color: var(--green); font-weight: 700; }
.isee .comparison-dash { color: var(--ink-4); }
.isee .comparison-planned { font-size: 12px; color: var(--ink-3); font-family: 'JetBrains Mono', monospace; }

@media (max-width: 640px) {
  .isee .wiz-toggle-btn { white-space: normal; }
  .isee { display: flex; flex-direction: column; min-height: 100svh; }
  .isee .pricing-page-hero h1 { font-size: 30px; }
  .isee .comparison-table th, .isee .comparison-table td { padding: 10px 12px; font-size: 13px; }
}

/* ── Wizard ───────────────────────────────────────────────────────────────── */
.isee .wiz-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding: 0 10vw; align-items: stretch; height: calc(100svh - 250px); overflow: hidden; }
.isee .wiz-form { min-width: 0; height: 100%; min-height: 0; display: flex; flex-direction: column; overflow: hidden; align-self: stretch; }
.isee .wiz-preview { width: 100%; height: 100%; display: block; overflow: hidden; align-self: stretch; }
.isee .wiz-preview > * { display: block; max-width: 100%; max-height: 100%; }
.isee .wiz-preview-img { width: 100%; height: 100%; display: block; filter: drop-shadow(0 14px 14px rgba(0,0,0,0.16)); }
/* Property header */
.isee .wiz-property { padding-bottom: 4px; flex-shrink: 0; }
.isee .wiz-property-header { padding: 0 10vw 4px; }
.isee .wiz-property-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.06em; color: var(--ink-3); text-transform: uppercase; margin: 0 0 2px; }
.isee .wiz-property-address { font-size: 15px; font-weight: 600; color: var(--ink); margin: 0 0 4px; }
.isee .wiz-property-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.isee .wiz-chip { display: inline-flex; align-items: center; gap: 4px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.02em; padding: 4px 10px; border-radius: 4px; background: var(--green-soft); color: var(--green); text-transform: uppercase; white-space: nowrap; } background: var(--green-soft); color: var(--green); text-transform: uppercase; white-space: nowrap; }
.isee .wiz-chip.warn { background: #FEF3C7; color: #92400E; }
/* Horizontal rule between property and form */
.isee .wiz-rule { height: 1px; background: var(--rule); margin: 12px 0; flex-shrink: 0; }
/* Progress */
.isee .wiz-progress { display: flex; gap: 4px; margin-bottom: 20px; flex-shrink: 0; }
.isee .wiz-progress-seg { flex: 1; height: 2px; background: var(--rule); border-radius: 1px; transition: background 0.3s; }
.isee .wiz-progress-seg.is-done { background: var(--green-bright); }
/* Eyebrow (green rule + mono text) */
.isee .wiz-eyebrow { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; flex-shrink: 0; }
.isee .wiz-eyebrow-rule { width: 20px; height: 1px; background: var(--green); flex-shrink: 0; }
.isee .wiz-eyebrow-text { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--ink-3); letter-spacing: 0.06em; text-transform: uppercase; }
/* Step 1 app type tiles */
.isee .wiz-apptype-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: auto; }
.isee .wiz-apptype-tile { position: relative; display: grid; grid-template-columns: 1fr; gap: 0; align-items: start; justify-items: center; text-align: center; min-height: 130px; padding: 12px 10px 14px; border: 1px solid var(--rule); border-radius: 6px; background: var(--white); cursor: pointer; transition: background 0.12s, border-color 0.12s; }
.isee .wiz-apptype-tile:hover { border-color: var(--ink-3); }
.isee .wiz-apptype-tile.is-selected { background: rgba(44,95,63,0.10); border: 1.5px solid var(--green); }
.isee .wiz-apptype-tile .wiz-tile-icon { margin: 0 auto 14px; }
.isee .wiz-apptype-tile .wiz-tile-check { position: absolute; top: 12px; right: 12px; width: 20px; height: 20px; border-radius: 50%; background: var(--green); display: grid; place-items: center; }
/* Step heading + sub (used by steps 2–5 too) */
.isee .wiz-step-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--ink-3); letter-spacing: 0.06em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; margin-bottom: 20px; flex-shrink: 0; }
.isee .wiz-step-eyebrow::before { content: ''; display: block; width: 20px; height: 1px; background: var(--green); flex-shrink: 0; }
.isee .wiz-step-title { font-size: 26px; font-weight: 700; letter-spacing: -0.02em; color: var(--ink); margin: 0 0 6px; line-height: 1.1; flex-shrink: 0; }
.isee .wiz-step-sub { font-size: 13px; color: var(--ink-3); margin: 0 0 20px; flex-shrink: 0; }
/* Tile grid — margin-bottom:auto pushes Continue to flex bottom */
.isee .wiz-tile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: auto; }
.isee .wiz-tile { position: relative; display: grid; grid-template-columns: 1fr; gap: 0; align-items: start; justify-items: center; text-align: center; height: auto; min-height: 130px; padding: 12px 10px 14px; border: 1px solid var(--rule); border-radius: 6px; background: var(--white); cursor: pointer; color: var(--green); transition: background 0.12s, border-color 0.12s; }
.isee .wiz-tile:hover { border-color: var(--ink-3); }
.isee .wiz-tile:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
.isee .wiz-tile.is-selected { background: rgba(44,95,63,0.10); border: 1.5px solid var(--green); }
.isee .wiz-tile-icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(44,95,63,0.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin: 0 auto 14px; }
.isee .wiz-tile.is-selected .wiz-tile-icon { background: rgba(44,95,63,0.15); }
.isee .wiz-tile-icon svg { width: 28px !important; height: 28px !important; }
.isee .wiz-tile-body { color: var(--ink); text-align: center; width: 100%; }
.isee .wiz-tile-title { font-size: 14px; font-weight: 600; color: var(--ink); margin: 0 0 10px; line-height: 1.2; }
.isee .wiz-tile-desc { display: block; font-size: 13px; color: var(--ink-3); margin: 0 0 4px; line-height: 1.5; }
.isee .wiz-tile.is-selected .wiz-tile-desc { color: var(--ink-2); }
.isee .wiz-tile-check { position: absolute; top: 12px; right: 12px; width: 20px; height: 20px; border-radius: 50%; background: var(--green); display: grid; place-items: center; flex-shrink: 0; }
.isee .wiz-field { margin-bottom: 20px; }
.isee .wiz-field-label { font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 4px; display: flex; align-items: center; gap: 6px; }
.isee .wiz-check { color: var(--green-bright); font-weight: 700; }
.isee .wiz-cross { color: #DC2626; font-size: 11px; }
.isee .wiz-field-hint { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--green-bright); letter-spacing: 0.04em; margin-bottom: 6px; }
.isee .wiz-field-input { display: flex; align-items: center; gap: 8px; }
.isee .wiz-field-input input, .isee .wiz-field-input textarea { flex: 1; min-width: 0; border: 1px solid var(--rule); border-radius: 6px; padding: 6px 10px; font-family: 'DM Sans', system-ui, sans-serif; font-size: 14px; color: var(--ink); outline: none; background: var(--white); transition: border-color 0.15s, box-shadow 0.15s; }
.isee .wiz-field-input input:focus, .isee .wiz-field-input textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(44,95,63,0.08); }
.isee .wiz-field-input textarea { resize: vertical; min-height: 60px; font-family: 'DM Sans', system-ui, sans-serif; }
.isee .wiz-field-suffix { font-size: 13px; color: var(--ink-3); white-space: nowrap; }
.isee .wiz-toggle { display: flex; gap: 0; border: 1px solid var(--rule); border-radius: 6px; overflow: hidden; margin-bottom: 0; flex-wrap: wrap; }
.isee .wiz-toggle-btn { flex: 1 1 auto; padding: 7px 12px; font-family: 'DM Sans', system-ui, sans-serif; font-size: 12px; font-weight: 500; border: none; border-right: 1px solid var(--rule); cursor: pointer; transition: all 0.15s; background: var(--white); color: var(--ink-2); min-width: 0; white-space: nowrap; }
.isee .wiz-toggle-btn:focus-visible { outline: 2px solid var(--green); outline-offset: -2px; border-radius: 2px; }
.isee .wiz-toggle-btn:last-child { border-right: none; }
.isee .wiz-toggle-btn.is-active { background: rgba(44,95,63,0.10); color: var(--green); font-weight: 700; border: 1.5px solid var(--green); }
.isee .wiz-stepper { display: flex; align-items: center; gap: 12px; border: 1px solid var(--rule); border-radius: 6px; padding: 8px 16px; width: fit-content; }
.isee .wiz-stepper-btn { width: 28px; height: 28px; border: 1px solid var(--rule); border-radius: 6px; background: var(--white); font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--ink-2); }
.isee .wiz-stepper-val { font-size: 16px; font-weight: 600; min-width: 28px; text-align: center; }
.isee .wiz-fsr-readout { background: var(--paper-2); border: 1px solid var(--rule); border-radius: 6px; padding: 14px 16px; margin-top: 12px; }
.isee .wiz-fsr-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--ink-3); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 4px; }
.isee .wiz-fsr-value { font-size: 32px; font-weight: 700; letter-spacing: -0.02em; }
.isee .wiz-fsr-ok { color: var(--green-bright); font-family: 'JetBrains Mono', monospace; font-size: 11px; }
.isee .wiz-fsr-over { color: #DC2626; font-family: 'JetBrains Mono', monospace; font-size: 11px; }
.isee .wiz-subsection-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--ink-3); letter-spacing: 0.06em; text-transform: uppercase; margin: 24px 0 12px; padding-bottom: 8px; }
.isee .wiz-skip-shortcut { width: 100%; border: 1.5px solid var(--green-soft); border-radius: 6px; padding: 14px 16px; cursor: pointer; background: var(--green-soft); text-align: left; margin-bottom: 28px; transition: border-color 0.15s; }
.isee .wiz-skip-shortcut:hover { border-color: var(--green); }
.isee .wiz-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.isee .wiz-step-body { flex: 1; min-height: 0; overflow-y: auto; display: flex; flex-direction: column; padding: 0; -webkit-overflow-scrolling: touch; }
.isee .wiz-nav { display: flex; gap: 12px; align-items: center; margin-top: auto; padding: 16px 0 0; flex-shrink: 0; background: var(--paper); }
.isee .wiz-back { background: transparent; color: var(--ink-2); border: 1px solid var(--rule); padding: 14px 20px; border-radius: 6px; font-size: 14px; font-weight: 500; cursor: pointer; } font-size: 14px; font-weight: 500; cursor: pointer; }
.isee .wiz-continue { flex: 1; padding: 14px 28px; background: var(--green-bright); color: var(--white); border: none; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; transition: background 0.15s; } font-size: 14px; font-weight: 600; cursor: pointer; transition: background 0.15s; }
.isee .wiz-continue:hover { background: var(--green); }
.isee .wiz-continue:disabled { background: var(--ink-4); cursor: not-allowed; }
/* A4 document preview — width-driven, fits 1 screen */
.isee .wiz-preview-doc { width: 100%; max-width: 480px; margin: 0 auto; height: 100%; border: 1px solid var(--ink); border-radius: 3px; background: var(--white); overflow: hidden; box-shadow: 0 14px 14px rgba(0,0,0,0.16); display: flex; flex-direction: column; background-image: linear-gradient(rgba(44,95,63,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(44,95,63,0.04) 1px, transparent 1px); background-size: 10px 10px; }
.isee .wiz-preview-header { background: var(--paper-2); padding: 10px 12px 8px; border-bottom: 1.5px solid var(--ink); flex-shrink: 0; }
.isee .wiz-preview-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 7px; color: var(--ink-3); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 4px; }
.isee .wiz-preview-address { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; font-weight: 700; color: var(--ink); letter-spacing: 0.02em; line-height: 1.3; word-break: break-word; overflow-wrap: break-word; hyphens: auto; }
.isee .wiz-preview-chips { display: flex; flex-wrap: wrap; gap: 3px; margin-top: 5px; }
.isee .wiz-preview-chip { font-family: 'JetBrains Mono', monospace; font-size: 7px; padding: 1px 5px; border-radius: 2px; background: var(--green-soft); color: var(--green); letter-spacing: 0.04em; }
/* 8-section body fills remaining A4 height */
.isee .wiz-preview-sections { flex: 1; display: flex; flex-direction: column; overflow: hidden; }
.isee .wiz-preview-section { flex: 1; padding: 0 12px; border-bottom: 1px dashed var(--rule-soft); overflow: hidden; display: flex; flex-direction: column; min-height: 0; }
.isee .wiz-preview-section.is-pending { background: transparent; }
.isee .wiz-preview-sec-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 6.5px; color: var(--ink-4); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 3px; display: flex; align-items: center; gap: 5px; flex-shrink: 0; }
.isee .wiz-preview-sec-eyebrow::before { content: ''; display: block; width: 8px; height: 1px; background: var(--rule); flex-shrink: 0; }
.isee .wiz-preview-sec-eyebrow.is-pending::before { background: var(--rule); }
.isee .wiz-preview-sec-eyebrow.is-pending { color: var(--rule-soft); }
.isee .wiz-preview-sec-text { font-size: 7.5px; color: var(--ink-2); line-height: 1.5; overflow: hidden; }
/* Skeleton lines */
.isee .wiz-preview-ph { display: flex; flex-direction: column; gap: 4px; }
.isee .wiz-preview-ph-line { height: 6px; background: var(--rule-soft); border-radius: 2px; }
/* Footer strip */
.isee .wiz-preview-footer { background: var(--paper-2); padding: 4px 12px; font-family: 'JetBrains Mono', monospace; font-size: 6px; color: var(--ink-4); letter-spacing: 0.06em; display: flex; justify-content: space-between; flex-shrink: 0; }

/* ── Step 2: 2-column grid layout (base — must be before media queries) ───── */
.isee .wiz-s2-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 16px; margin-bottom: 8px; flex-shrink: 0; padding-top: 12px; border-top: 1.5px solid var(--rule); }
.isee .wiz-s2-cell { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.isee .wiz-s2-cell .wiz-toggle-btn { min-width: 0; white-space: nowrap; }
.isee .wiz-s2-full { grid-column: 1 / -1; }
.isee .wiz-s2-cell-label { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); }
.isee .wiz-s2-custom { margin-bottom: 0; flex-shrink: 0; display: flex; flex-direction: column; gap: 2px; }
.isee .wiz-s2-custom-hint { font-family: 'JetBrains Mono', monospace; font-size: 9px; color: var(--ink-4); letter-spacing: 0; text-transform: none; margin-left: 8px; font-weight: 400; }
.isee .wiz-s2-cell-hint { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: var(--ink-4); letter-spacing: 0.04em; margin-top: -4px; }
.isee .wiz-s2-fsr { display: flex; align-items: center; gap: 12px; background: var(--paper-2); border: 1px solid var(--rule); border-radius: 4px; padding: 10px 14px; margin-bottom: 14px; flex-shrink: 0; }
.isee .wiz-s2-fsr-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); flex-shrink: 0; }
.isee .wiz-s2-fsr-value { font-size: 15px; font-weight: 700; color: var(--ink); flex: 1; }
.isee .wiz-s2-fsr-max { font-size: 12px; font-weight: 400; color: var(--ink-3); margin-left: 4px; }
.isee .wiz-s2-fsr-status { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.06em; font-weight: 700; padding: 3px 7px; border-radius: 2px; flex-shrink: 0; }
.isee .wiz-s2-fsr-status.ok { background: var(--green-soft); color: var(--green); }
.isee .wiz-s2-fsr-status.over { background: #FEE2E2; color: #DC2626; }
/* S4.55 modification type card list */
.isee .wiz-s455-list { display: flex; flex-wrap: wrap; align-content: stretch; gap: 10px; flex: 1 1 0px; min-height: 0; margin-bottom: 0; }
.isee .wiz-s455-opt { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; padding: 18px 20px; border: 1.5px solid var(--rule); border-radius: 8px; cursor: pointer; background: var(--white); text-align: left; transition: border-color 0.15s, background 0.15s; flex: 1 0 calc(50% - 5px); min-width: 0; }
.isee .wiz-s455-opt:hover { border-color: var(--ink-3); }
.isee .wiz-s455-opt.is-active { border-color: var(--green); background: rgba(44,95,63,0.10); }
.isee .wiz-s455-opt-code { font-family: 'JetBrains Mono', monospace; font-size: 13px; font-weight: 700; color: var(--ink); letter-spacing: 0.04em; margin-bottom: 2px; }
.isee .wiz-s455-opt.is-active .wiz-s455-opt-code { color: var(--green); }
.isee .wiz-s455-opt-desc { font-size: 12px; color: var(--ink-3); line-height: 1.45; }

@media (max-width: 1100px) {
  .isee .wiz-grid { grid-template-columns: 1fr; gap: 0; padding: 0 24px; height: calc(100svh - 61px); }
  .isee .wiz-form { height: 100%; }
  .isee .wiz-preview { display: none; }
  /* Application type cards — single col on tablet/mobile, equal height */
  .isee .wiz-apptype-grid { gap: 10px; }
  
.isee .wiz-apptype-divider { grid-column: 1 / -1; display: flex; align-items: center; gap: 12px; font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); }
.isee .wiz-apptype-divider::before, .isee .wiz-apptype-divider::after { content: ''; flex: 1; height: 1px; background: var(--rule); }
.isee .wiz-apptype-tile { min-height: 170px; padding: 20px 12px 16px; }
  .isee .wiz-apptype-tile .wiz-tile-icon { width: 44px; height: 44px; margin-bottom: 10px; }
  .isee .wiz-apptype-tile .wiz-tile-icon svg { width: 24px; height: 24px; }
  .isee .wiz-apptype-tile .wiz-tile-title { font-size: 14px; margin-bottom: 6px; }
  .isee .wiz-apptype-tile .wiz-tile-desc { font-size: 11px; }
  /* Steps 2-5 grid — keep 2-col on tablet, just tighten spacing */
  .isee .wiz-s2-grid { gap: 8px 16px; margin-bottom: 8px; }
  .isee .wiz-s2-cell { gap: 3px; margin-bottom: 4px; }
  .isee .wiz-tile-grid { grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 0; }
  .isee .wiz-tile { height: auto; min-height: 150px; padding: 20px 10px 16px; grid-template-columns: 1fr; gap: 0; align-items: start; justify-items: center; text-align: center; }
  .isee .wiz-tile-icon { width: 44px; height: 44px; border-radius: 10px; margin: 0 auto 10px; }
  .isee .wiz-tile-icon svg { width: 22px; height: 22px; }
  .isee .wiz-tile-body { text-align: center; }
  .isee .wiz-tile-title { font-size: 14px; margin-bottom: 6px; line-height: 1.3; }
  .isee .wiz-tile-desc { display: block; font-size: 11px; }
  .isee .wiz-tile-check { top: 8px; right: 8px; width: 18px; height: 18px; }
}
/* ── Mobile: single frame, no scroll ── */
@media (max-width: 640px) {
  .isee .wiz-toggle-btn { white-space: normal; }
  .isee { display: flex; flex-direction: column; min-height: 100svh; }
  /* Nav tighter */
  .isee .site-nav { height: 48px; }
  /* Grid padding */
  .isee .wiz-grid { padding: 0 16px; height: calc(100svh - 48px); }
  .isee .wiz-form { height: 100%; }
  .isee .wiz-property { padding-top: 16px; }
  /* Property block */
  .isee .wiz-property { padding-bottom: 6px; }
  .isee .wiz-property-eyebrow { font-size: 9px; margin-bottom: 4px; }
  .isee .wiz-property-address { font-size: 15px; margin-bottom: 8px; }
  .isee .wiz-chip { font-size: 9px; padding: 2px 7px; }
  /* Rule + progress */
  .isee .wiz-rule { margin: 8px 0; }
  .isee .wiz-progress { margin-bottom: 7px; }
  /* Step eyebrow + heading */
  .isee .wiz-eyebrow { margin-bottom: 5px; }
  .isee .wiz-eyebrow-text { font-size: 9px; }
  .isee .wiz-step-title { font-size: 18px; margin-bottom: 4px; }
  .isee .wiz-step-sub { display: none; }
  /* Tiles — 2×2 grid on mobile */
  .isee .wiz-tile-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .isee .wiz-tile { height: auto; min-height: 90px; padding: 14px 10px 12px; grid-template-columns: 1fr; gap: 0; align-items: start; justify-items: center; text-align: center; }
  .isee .wiz-tile-icon { width: 36px; height: 36px; border-radius: 8px; margin: 0 auto 8px; }
  .isee .wiz-tile-icon svg { width: 20px; height: 20px; }
  .isee .wiz-tile-body { text-align: center; width: 100%; }
  .isee .wiz-tile-title { font-size: 12px; margin-bottom: 0; line-height: 1.3; }
  .isee .wiz-tile-desc { display: block; font-size: 11px; }
  .isee .wiz-tile-check { top: 7px; right: 7px; width: 16px; height: 16px; }
  /* Nav + continue */
  .isee .wiz-nav { margin-top: auto; padding-top: 10px; }
  .isee .wiz-continue { padding: 12px 0; font-size: 14px; }
  /* Steps 2–5: inputs stay readable */
  .isee .wiz-field-grid { grid-template-columns: 1fr; }
  .isee .wiz-field-input input { font-size: 16px; min-height: 44px; }
  /* Steps 2-5 grid — 2-col on mobile, compact toggles */
  .isee .wiz-s2-grid { grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 6px; align-items: stretch; }
  .isee .wiz-s2-full { grid-column: 1 / -1; }
  .isee .wiz-s2-full .wiz-toggle { width: 100%; }
  .isee .wiz-s2-full .wiz-toggle .wiz-toggle-btn { flex: 1; text-align: center; }
  .isee .wiz-s2-cell { gap: 4px; margin-bottom: 0; }
  .isee .wiz-s2-custom { gap: 4px; margin-bottom: 10px; }
  .isee .wiz-s2-cell-label { font-size: 9px; }
  .isee .wiz-step-body { overflow-y: auto; }
  .isee .wiz-apptype-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .isee .wiz-apptype-tile { min-height: 90px; padding: 14px 10px 12px; }
  .isee .wiz-toggle-btn { padding: 10px 8px; font-size: 12px; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
}

.isee .wiz-s4-diagram { border: 1px solid var(--rule); border-radius: 4px; padding: 10px 14px 6px; margin-bottom: 16px; flex-shrink: 0; background: var(--paper-2); }
.isee .wiz-s5-divider { height: 1px; background: var(--rule); margin: 4px 0 14px; flex-shrink: 0; }

/* ── Generating page ──────────────────────────────────────────────────────── */
.isee .gen-grid { display: grid; grid-template-columns: 1fr 480px; gap: 64px; max-width: 1200px; margin: 0 auto; padding: 48px 40px 80px; }
.isee .gen-progress { min-width: 0; }
.isee .gen-address { font-size: 13px; color: var(--ink-3); margin-bottom: 8px; font-family: 'JetBrains Mono', monospace; letter-spacing: 0.04em; }
.isee .gen-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--ink-3); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.isee .gen-eyebrow::before { content: ''; width: 16px; height: 1px; background: var(--green); }
.isee .gen-title { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; color: var(--ink); line-height: 1.2; margin-bottom: 8px; }
.isee .gen-time { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--green-bright); margin-bottom: 20px; }
.isee .gen-bar-wrap { height: 4px; background: var(--rule); border-radius: 2px; margin-bottom: 28px; overflow: hidden; }
.isee .gen-bar { height: 100%; background: var(--green-bright); border-radius: 2px; transition: width 0.6s ease; }
.isee .gen-steps { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.isee .gen-step { display: flex; align-items: center; gap: 12px; font-size: 13px; }
.isee .gen-step-icon { width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 10px; }
.isee .gen-step-icon.done { background: var(--green-bright); color: var(--white); }
.isee .gen-step-icon.current { border: 2px solid var(--green-bright); position: relative; }
.isee .gen-step-icon.current::after { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--green-bright); animation: gen-pulse 1.2s ease-in-out infinite; }
.isee .gen-step-icon.pending { border: 2px solid var(--rule); }
.isee .gen-step-label.done { color: var(--ink-2); }
.isee .gen-step-label.current { color: var(--ink); font-weight: 600; }
.isee .gen-step-label.pending { color: var(--ink-4); }
@keyframes gen-pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.3); opacity: 0.6; } }
.isee .gen-email-card { border: 1px solid var(--rule); border-radius: 6px; padding: 16px 20px; margin-bottom: 16px; background: var(--white); }
.isee .gen-email-card strong { font-size: 14px; font-weight: 600; display: block; margin-bottom: 4px; }
.isee .gen-email-card p { font-size: 13px; color: var(--ink-3); margin-bottom: 12px; }
.isee .gen-email-row { display: flex; gap: 8px; }
.isee .gen-email-input { flex: 1; border: 1px solid var(--rule); border-radius: 4px; padding: 8px 12px; font-size: 13px; outline: none; }
.isee .gen-email-input:focus { border-color: var(--green); }
.isee .gen-email-btn { background: var(--green-bright); color: var(--white); border: none; padding: 8px 16px; border-radius: 4px; font-size: 13px; font-weight: 600; cursor: pointer; white-space: nowrap; }
.isee .gen-safe { font-size: 12px; color: var(--ink-4); font-family: 'JetBrains Mono', monospace; letter-spacing: 0.03em; }
.isee .gen-doc { border: 1px solid var(--rule); border-radius: 6px; background: var(--white); overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); position: sticky; top: 24px; }
.isee .gen-doc-header { background: var(--paper-2); padding: 12px 16px; font-family: 'JetBrains Mono', monospace; font-size: 9px; color: var(--ink-3); letter-spacing: 0.08em; text-transform: uppercase; }
.isee .gen-sec { padding: 10px 16px; border-bottom: 1px dashed var(--rule-soft); }
.isee .gen-sec-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 6px; display: flex; align-items: center; gap: 8px; }
.isee .gen-sec-eyebrow.done { color: var(--green); }
.isee .gen-sec-eyebrow.writing { color: #D84315; }
.isee .gen-sec-eyebrow.pending { color: var(--rule); }
.isee .gen-sec-tag { font-size: 8px; padding: 1px 5px; border-radius: 2px; font-weight: 600; }
.isee .gen-sec-tag.done { background: var(--green-soft); color: var(--green); }
.isee .gen-sec-tag.writing { background: #FBE9E7; color: #D84315; }
.isee .gen-sec-text { font-size: 11px; color: var(--ink-3); line-height: 1.5; }
.isee .gen-sec-cursor::after { content: '|'; animation: gen-blink 1s step-end infinite; color: #D84315; }
@keyframes gen-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }

/* ── Preview page ─────────────────────────────────────────────────────────── */
.prv-banner { background: var(--green); color: var(--white); text-align: center; padding: 10px; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
.prv-failed-banner { background: #FEF3C7; border-bottom: 1px solid #F59E0B; padding: 12px 40px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 13px; }
.prv-failed-banner button { background: #D97706; color: var(--white); border: none; padding: 6px 14px; border-radius: 4px; font-size: 12px; font-weight: 600; cursor: pointer; }
.prv-paywall-sticky { position: sticky; bottom: 0; background: #1A1A1A; color: var(--white); padding: 20px 40px; display: flex; align-items: center; justify-content: space-between; gap: 32px; z-index: 50; border-top: 1px solid #262624; }
.prv-paywall-text strong { display: block; font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.prv-paywall-text p { font-size: 13px; color: #9CA3AF; }
.prv-paywall-actions { display: flex; gap: 12px; flex-shrink: 0; }
.prv-unlock { background: var(--green-bright); color: var(--white); padding: 14px 28px; border-radius: 6px; font-weight: 700; font-size: 14px; border: none; cursor: pointer; white-space: nowrap; }
.prv-sample { background: var(--white); color: var(--ink); padding: 14px 28px; border-radius: 6px; font-weight: 600; font-size: 14px; border: 1px solid var(--white); text-decoration: none; display: inline-block; white-space: nowrap; }
.prv-download-sticky { position: sticky; bottom: 0; background: var(--white); padding: 20px 40px; display: flex; align-items: center; justify-content: space-between; gap: 32px; z-index: 50; box-shadow: 0 -4px 20px rgba(0,0,0,0.06); }
.prv-download-text strong { display: block; font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.prv-download-text p { font-size: 13px; color: var(--ink-3); }
.prv-download-actions { display: flex; gap: 12px; flex-shrink: 0; }
.prv-dl-pdf { background: var(--green-bright); color: var(--white); padding: 14px 24px; border-radius: 6px; font-weight: 600; font-size: 14px; border: none; cursor: pointer; }
.prv-dl-word { background: var(--white); color: var(--ink); padding: 14px 24px; border-radius: 6px; font-weight: 600; font-size: 14px; border: 1.5px solid var(--ink); cursor: pointer; }

@media (max-width: 640px) {
  .isee .wiz-toggle-btn { white-space: normal; }
  .isee { display: flex; flex-direction: column; min-height: 100svh; }
  .isee .gen-grid { grid-template-columns: 1fr; gap: 32px; padding: 24px; }
  .isee .gen-doc { display: none; }
  .prv-paywall-sticky { flex-direction: column; gap: 16px; padding: 16px 20px; }
  .prv-paywall-actions { width: 100%; }
  .prv-unlock { flex: 1; text-align: center; }
  .prv-download-sticky { flex-direction: column; gap: 12px; padding: 16px 20px; }
  .prv-download-actions { width: 100%; }
  .prv-dl-pdf, .prv-dl-word { flex: 1; text-align: center; }
}

/* ── Auth pages ───────────────────────────────────────────────────────────── */
.isee .auth-page { min-height: 100vh; background: var(--paper); }
.isee .auth-center { display: flex; align-items: center; justify-content: center; padding: 60px 20px; }
.isee .auth-card { background: var(--white); border: 1px solid var(--rule); border-radius: 8px; padding: 40px; width: 100%; max-width: 480px; }
.isee .auth-card-logo { margin-bottom: 28px; }
.isee .auth-title { font-size: 24px; font-weight: 700; letter-spacing: -0.02em; color: var(--ink); margin-bottom: 8px; }
.isee .auth-sub { font-size: 13px; color: var(--ink-3); line-height: 1.5; margin-bottom: 28px; }
.isee .auth-form { display: flex; flex-direction: column; gap: 16px; }
.isee .auth-field { display: flex; flex-direction: column; gap: 6px; }
.isee .auth-label { font-size: 13px; font-weight: 600; color: var(--ink); display: flex; justify-content: space-between; align-items: center; }
.isee .auth-forgot { font-size: 12px; font-weight: 400; color: var(--green); text-decoration: none; }
.isee .auth-input { border: 1px solid var(--rule); border-radius: 6px; padding: 12px 14px; font-size: 14px; color: var(--ink); outline: none; transition: border-color 0.15s, box-shadow 0.15s; background: var(--white); }
.isee .auth-input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(44,95,63,0.08); }
.isee .auth-btn { background: var(--green-bright); color: var(--white); border: none; padding: 14px; border-radius: 6px; font-size: 14px; font-weight: 600; cursor: pointer; width: 100%; transition: background 0.15s; margin-top: 4px; }
.isee .auth-btn:hover { background: var(--green); }
.isee .auth-btn:disabled { background: var(--ink-4); cursor: not-allowed; }
.isee .auth-error { color: #DC2626; font-size: 13px; }
.isee .auth-divider { height: 1px; background: var(--rule); margin: 20px 0; }
.isee .auth-footer { font-size: 13px; color: var(--ink-3); text-align: center; }
.isee .auth-footer a { color: var(--green); font-weight: 600; text-decoration: none; }


/* ── Dashboard content ────────────────────────────────────────────────────── */
.isee .dash-content { padding: 40px; max-width: 1100px; }
.isee .dash-page-header { margin-bottom: 32px; }
.isee .dash-page-title { font-size: 28px; font-weight: 700; letter-spacing: -0.02em; color: var(--ink); margin-bottom: 4px; }
.isee .dash-page-sub { font-size: 14px; color: var(--ink-3); }
.isee .dash-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 40px; }
.isee .dash-stat-card { background: var(--paper-2); border: 1px solid var(--rule); border-radius: 6px; padding: 20px 24px; }
.isee .dash-stat-card.dark { background: #1A1A1A; color: var(--white); border-color: #1A1A1A; }
.isee .dash-stat-card.accent .dash-stat-foot { color: var(--green); font-weight: 600; }
.isee .dash-stat-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.06em; color: var(--ink-3); text-transform: uppercase; margin-bottom: 10px; }
.isee .dash-stat-card.dark .dash-stat-label { color: #9CA3AF; }
.isee .dash-stat-value { font-size: 36px; font-weight: 700; letter-spacing: -0.02em; color: var(--ink); line-height: 1; margin-bottom: 8px; }
.isee .dash-stat-card.dark .dash-stat-value { color: var(--white); font-size: 16px; line-height: 1.3; }
.isee .dash-stat-foot { font-size: 12px; color: var(--ink-3); }
.isee .dash-stat-cta { display: inline-block; margin-top: 12px; background: var(--green-bright); color: var(--white); padding: 8px 16px; border-radius: 4px; font-size: 13px; font-weight: 600; text-decoration: none; }
.isee .dash-section-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.06em; color: var(--ink-3); text-transform: uppercase; margin-bottom: 12px; }
.isee .dash-report-row { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--rule-soft); text-decoration: none; color: inherit; transition: background 0.1s; }
.isee .dash-report-row:hover { background: var(--paper-2); }
.isee .dash-report-address { font-size: 14px; font-weight: 500; color: var(--ink); }
.isee .dash-report-meta { display: flex; align-items: center; gap: 12px; }
.isee .dash-status-badge { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.06em; padding: 3px 7px; border-radius: 2px; font-weight: 600; }
.isee .dash-status-badge.paid { background: var(--green-soft); color: var(--green); }
.isee .dash-status-badge.completed { background: var(--green-soft); color: var(--green); }
.isee .dash-status-badge.draft { background: var(--rule-soft); color: var(--ink-3); }
.isee .dash-status-badge.generating { background: #FEF3C7; color: #92400E; }
.isee .dash-report-date { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--ink-4); }
.isee .confidence-badge { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 0.06em; padding: 3px 7px; border-radius: 2px; font-weight: 700; cursor: default; }
.isee .confidence-badge--green { background: var(--green-soft); color: var(--green); }
.isee .confidence-badge--amber { background: #FEF3C7; color: #92400E; }
.isee .confidence-badge--red { background: #FEE2E2; color: #991B1B; }


/* ── Nav outside grid ─────────────────────────────────────────────────────── */
.isee .wiz-grid-no-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding: 0 10vw; align-items: stretch; height: calc(100svh - 250px); overflow: hidden; }
.isee .wiz-nav-outside { display: flex; gap: 12px; align-items: center; padding: 16px 10vw; background: var(--paper); }
.isee .wiz-nav-outside .wiz-back { background: transparent; color: var(--ink-2); border: 1px solid var(--rule); padding: clamp(10px, 1.5vh, 16px) clamp(16px, 2vw, 24px); border-radius: 6px; font-size: clamp(12px, 1.2vh, 16px); font-weight: 500; cursor: pointer; }
.isee .wiz-nav-outside .wiz-back.invisible { visibility: hidden; }
.isee .wiz-nav-outside .wiz-continue { flex: 1; padding: clamp(10px, 1.5vh, 16px) clamp(18px, 3vw, 36px); background: var(--green-bright); color: var(--white); border: none; border-radius: 6px; font-size: clamp(12px, 1.2vh, 16px); font-weight: 600; cursor: pointer; transition: background 0.15s; max-width: 50%; margin-left: auto; }
.isee .wiz-nav-outside .wiz-continue:hover { background: var(--green); }
.isee .wiz-nav-outside .wiz-continue:disabled { background: var(--ink-4); cursor: not-allowed; }

@media (max-width: 1100px) {
  .isee .wiz-grid-no-nav { grid-template-columns: 1fr; gap: 0; padding: 0 24px; height: calc(100svh - 120px); }
  .isee .wiz-nav-outside { padding: 12px 24px; }
}
@media (max-width: 640px) {
  .isee .wiz-toggle-btn { white-space: normal; }
  .isee { display: flex; flex-direction: column; min-height: 100svh; }
  .isee .wiz-grid-no-nav { padding: 0 16px; height: calc(100svh - 100px); }
  .isee .wiz-nav-outside { padding: 10px 16px; }
  .isee .wiz-nav-outside .wiz-continue { padding: 12px 0; font-size: 14px; }
}

/* Center tile/apptype/field grids vertically in remaining space */
.isee .wiz-step-body > div { display: flex; flex-direction: column; min-height: 100%; }
.isee .wiz-step-body .wiz-tile-grid,
.isee .wiz-step-body .wiz-apptype-grid { margin-top: auto; margin-bottom: auto; }

/* Center field content in remaining space for steps 3-7 */
.isee .wiz-step-body .wiz-field:first-of-type { margin-top: auto; }
.isee .wiz-step-body .wiz-field:last-of-type { margin-bottom: auto; }
.isee .wiz-step-body .wiz-field-grid { margin-top: auto; margin-bottom: auto; }
.isee .wiz-step-body .wiz-s2-grid { margin-top: auto; margin-bottom: auto; }

.isee .wiz-tile.is-blocked { opacity: 0.45; cursor: not-allowed; pointer-events: none; background: var(--paper-2); border-color: var(--rule); color: var(--ink-4); }
.isee .wiz-tile.is-blocked .wiz-tile-title { color: var(--ink-4); }
.isee .wiz-tile.is-blocked .wiz-tile-desc { color: var(--ink-4); }
.isee .wiz-tile.is-blocked .wiz-tile-icon { background: rgba(0,0,0,0.04); color: var(--ink-4); }

/* ── Mobile: wiz-grid-no-nav ──────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .isee .wiz-grid-no-nav { grid-template-columns: 1fr; gap: 0; padding: 0 24px; height: calc(100svh - 140px); }
  .isee .wiz-property-header { padding: 0 24px 4px; }
}
@media (max-width: 640px) {
  .isee .wiz-toggle-btn { white-space: normal; }
  .isee { display: flex; flex-direction: column; min-height: 100svh; }
  .isee .wiz-grid-no-nav { padding: 0 16px; height: calc(100svh - 160px); }
  .isee .wiz-property-header { padding: 0 16px 4px; }
  .isee .wiz-nav-outside { padding: 10px 16px; }
  .isee .wiz-nav-outside .wiz-continue { padding: 10px 0; font-size: 14px; }
  /* Compact property on mobile */
  .isee .wiz-property-chips { flex-wrap: nowrap; overflow-x: auto; gap: 4px; }
  .isee .wiz-property-address { font-size: 14px; margin: 0 0 4px; }
  .isee .wiz-property-eyebrow { font-size: 9px; margin: 0 0 2px; }
  .isee .wiz-property { padding-bottom: 4px; }
  /* Hide preview on mobile */
  .isee .wiz-preview { display: none; }
  /* Compact toggle buttons */
  .isee .wiz-toggle-btn { padding: 6px 8px; font-size: 11px; }
  /* Compact stepper */
  .isee .wiz-stepper { padding: 4px 8px; gap: 8px; }
  .isee .wiz-stepper-btn { width: 24px; height: 24px; font-size: 14px; }
  /* Tighter spacing */
  .isee .wiz-step-title { font-size: 22px; }
  .isee .wiz-step-sub { font-size: 12px; margin-bottom: 16px; }
  .isee .wiz-field { margin-bottom: 12px; }
  .isee .wiz-field-grid { gap: 8px; }
}

/* Keep setback grids 2x2 on mobile */
@media (max-width: 640px) {
  .isee .wiz-toggle-btn { white-space: normal; }
  .isee { display: flex; flex-direction: column; min-height: 100svh; }
  .isee .wiz-field-grid { grid-template-columns: 1fr 1fr; }
}

/* Prevent field inputs from overflowing */
.isee .wiz-s2-grid .wiz-field,
.isee .wiz-field-grid .wiz-field { min-width: 0; overflow: hidden; }

/* ── Tablet: ensure buttons visible without scrolling ────────────────────── */
@media (min-width: 641px) and (max-width: 1100px) {
  .isee .wiz-grid-no-nav { height: calc(100svh - 270px); }
}

/* Hide property chips on mobile to save vertical space */
@media (max-width: 640px) {
  .isee .wiz-toggle-btn { white-space: normal; }
  .isee { display: flex; flex-direction: column; min-height: 100svh; }
  .isee .wiz-property-chips { display: none; }
  .isee .wiz-property-address { margin-bottom: 0; }
}

@media (max-width: 640px) {
  .isee .wiz-toggle-btn { white-space: normal; }
  .isee { display: flex; flex-direction: column; min-height: 100svh; }
  .isee .wiz-nav-outside { margin-top: auto; }
}

/* Prevent horizontal overflow on small screens */
@media (max-width: 640px) {
  .isee .wiz-toggle-btn { white-space: normal; }
  .isee .wiz-grid-no-nav { overflow-x: hidden; }
  .isee .wiz-grid-no-nav * { max-width: 100%; }
  .isee .wiz-nav-outside { flex-shrink: 0; }
}

/* Aggressive mobile overflow prevention */
  .isee .wiz-form { padding-bottom: 8px; }
@media (max-width: 640px) {
  .isee .wiz-toggle-btn { white-space: normal; }
  body { overflow-x: hidden; }
  .isee { overflow-x: hidden; width: 100%; max-width: 100vw; }
  .isee * { max-width: 100vw; }
  .isee .wiz-toggle { flex-wrap: wrap; }
  .isee .wiz-toggle-btn { flex: 0 1 auto; min-width: 0; }
  .isee .wiz-field-input { min-width: 0; }
  .isee .wiz-field-input input { width: 100%; box-sizing: border-box; }
  .isee .wiz-stepper { width: auto; }
}

/* Mobile: toggle buttons full width, compact property header */
@media (max-width: 640px) {
  .isee .wiz-toggle-btn { white-space: normal; flex: 1 1 0; min-width: 0; }
  .isee .wiz-property-header { padding: 0 16px 2px; }
  .isee .wiz-property-address { font-size: 13px; margin-bottom: 2px; line-height: 1.2; }
  .isee .wiz-property { padding-bottom: 2px; }
  .isee .wiz-property-eyebrow { font-size: 8px; margin-bottom: 1px; }
}

/* Prevent tile cards from overflowing grid cells on mobile */
@media (max-width: 640px) {
  .isee .wiz-tile { min-width: 0; overflow: hidden; }
  .isee .wiz-tile-grid { min-width: 0; }
}

/* Smaller badge font on mobile */
@media (max-width: 640px) {
  .isee .wiz-chip { font-size: 8px; padding: 2px 6px; }
}

/* Dashboard layout — sidebar + mobile */
/* Dashboard layout — sidebar + mobile */
.isee .dash-nav { display: flex; flex-direction: column; gap: 4px; }
.isee .dash-nav-item {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 8px 12px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  color: #374151 !important;
  text-decoration: none !important;
  overflow: visible !important;
  white-space: normal !important;
  max-width: none !important;
  clip: auto !important;
}

.isee .dash-nav-item.is-active {
  background: #DBEAFE !important;
  color: #1E40AF !important;
  font-weight: 600 !important;
}

.isee .dash-nav-item:hover:not(.is-active) {
  background: #F3F4F6 !important;
}
.isee .dash-user-email { font-size: 12px; color: #9CA3AF; margin-bottom: 8px; word-break: break-all; }
.isee .dash-signout { font-size: 13px; color: #6B7280; background: none; border: none; cursor: pointer; padding: 0; text-align: left; }
.isee .dash-signout:hover { color: #1F2937; }

/* Dashboard layout */
.isee.dash-shell {
  display: flex;
  min-height: 100vh;
}

.isee .dash-sidebar {
  width: 240px;
  flex-shrink: 0;
  background: #F8F7F4;
  border-right: 1px solid #E8E5DE;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
}

.isee .dash-sidebar-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px 20px;
  justify-content: space-between;
}

.isee .dash-sidebar-top {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.isee .dash-sidebar-bottom {
  padding-top: 16px;
}

.isee .dash-main {
  flex: 1;
  min-width: 0;
  padding: 32px;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .isee .dash-sidebar {
    display: none;
  }
  .isee.dash-shell {
    flex-direction: column;
  }
  .isee .dash-main {
    padding: 16px;
  }
}

/* Mobile */
.isee .dash-mobile-bar { display: none; align-items: center; justify-content: space-between; padding: 12px 16px; background: #F8F7F4; border-bottom: 1px solid #E4E2DC; position: sticky; top: 0; z-index: 50; }
.isee .dash-hamburger { display: flex; flex-direction: column; gap: 4px; background: none; border: none; cursor: pointer; padding: 4px; width: 28px; }
.isee .dash-hamburger span { display: block; height: 2px; background: #1F2937; border-radius: 1px; }
.isee .dash-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.3); z-index: 45; }
.isee .dash-mobile-drawer { position: fixed; top: 0; left: 0; bottom: 0; width: 260px; z-index: 46; background: #F8F7F4; border-right: 1px solid #E4E2DC; animation: dashSlideIn 0.2s ease; }
@keyframes dashSlideIn { from { transform: translateX(-100%); } to { transform: translateX(0); } }

@media (max-width: 768px) {
  .isee .dash-mobile-bar { display: flex; }
}

@media (max-width: 640px) {
  .isee .billing-balance-row { flex-direction: column !important; }
}

@media (max-width: 640px) {
  .isee .billing-top-row { flex-direction: column !important; }
  .isee .billing-balance-card { width: 100% !important; }
}

.isee .pricing-tier .nav-cta { display: block !important; width: 100% !important; }

@keyframes spin { to { transform: rotate(360deg); } }

/* ── Article prose spacing ─────────────────────────────────── */
.isee .prose p { margin-bottom: 1.25em; }
.isee .prose ul, .isee .prose ol { margin-bottom: 1.25em; padding-left: 1.625em; }
.isee .prose li { margin-bottom: 0.25em; }
.isee .prose h2 { margin-top: 1.75em; margin-bottom: 0.4em; }
.isee .prose h3 { margin-top: 1.5em; margin-bottom: 0.4em; }
.isee .prose blockquote { margin: 2em 0; }

/* ── Figure captions ────────────────────────────────────────── */
.isee .prose p:has(> em:only-child) {
  margin-top: 0.5rem;
}
.isee .prose p > em {
  font-style: normal;
  font-size: 0.875rem;
  color: #6b7280;
}

/* ── Responsive images ─────────────────────────────────────── */
.isee .prose img { max-width: 100%; height: auto; }
/* ── Free tools dropdown ──────────────────────────────────────── */
.isee .nav-tools { position: relative; }
.isee .nav-tools-toggle { color: inherit; text-decoration: none; background: none; border: none; cursor: pointer; font: inherit; transition: color 0.15s; display: flex; align-items: center; gap: 4px; }
.isee .nav-tools-toggle:hover { color: var(--green); }
.isee .nav-tools-toggle::after { content: "▾"; font-size: 9px; margin-left: 2px; }
.isee .nav-tools-menu { display: none; position: absolute; top: 100%; left: -12px; background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; box-shadow: 0 4px 16px rgba(0,0,0,0.1); min-width: 220px; padding: 6px 0; z-index: 60; margin-top: 0; }
.isee .nav-tools:hover .nav-tools-menu { display: block; }
.isee .nav-tools-menu::before { content: ""; position: absolute; top: -8px; left: 0; right: 0; height: 8px; }
.isee .nav-tools-menu a { display: flex; align-items: center; gap: 8px; padding: 8px 16px; font-size: 13px; color: var(--ink-2); text-decoration: none; transition: background 0.1s, color 0.1s; }
.isee .nav-tools-menu a:hover { background: #f3f4f6; color: var(--green); }
.isee .nav-tools-menu a svg { width: 14px; height: 14px; flex-shrink: 0; color: var(--ink-4); }
.isee .nav-tools-menu a:hover svg { color: var(--green); }

.isee .footer-social-link { color: var(--ink-3); transition: color 0.15s; }
.isee .footer-social-link:hover { color: var(--green); }
