        :root {
            --bg: #030806;
            --bg-2: #07110d;
            --panel: rgba(10, 21, 17, 0.86);
            --panel-2: rgba(14, 28, 23, 0.78);
            --line: rgba(148, 163, 184, 0.18);
            --line-strong: rgba(80, 235, 139, 0.34);
            --text: #f5f7f6;
            --muted: #9ca8a2;
            --muted-2: #66736d;
            --green: #31e274;
            --green-2: #89f7a9;
            --cyan: #79d9ff;
            --amber: #f2cc5d;
            --danger: #ff6b6b;
            --radius: 8px;
            --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            min-height: 100vh;
            background:
                linear-gradient(rgba(49, 226, 116, 0.05) 1px, transparent 1px),
                linear-gradient(90deg, rgba(49, 226, 116, 0.04) 1px, transparent 1px),
                linear-gradient(180deg, #020605 0%, #07110d 48%, #030806 100%);
            background-size: 48px 48px, 48px 48px, auto;
            color: var(--text);
            font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            letter-spacing: 0;
        }

        body.has-global-nav {
            padding-top: 72px;
        }

        a {
            color: inherit;
        }

        button,
        input,
        select,
        textarea {
            font: inherit;
        }

        .page-shell {
            width: min(1440px, calc(100% - 32px));
            margin: 0 auto;
            padding: 38px 0 0;
        }

        .hero-grid {
            display: grid;
            grid-template-columns: minmax(0, 0.96fr) minmax(500px, 0.8fr);
            gap: 48px;
            align-items: center;
            min-height: calc(100vh - 118px);
            scroll-margin-top: 96px;
        }

        .hero-copy {
            min-width: 0;
            max-width: 640px;
        }

        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            width: fit-content;
            padding: 8px 12px;
            border: 1px solid var(--line);
            border-radius: 999px;
            color: #dffce8;
            background: rgba(255, 255, 255, 0.04);
            font-size: 0.78rem;
            font-weight: 800;
        }

        .eyebrow i {
            color: var(--green);
        }

        .hero-copy h1 {
            margin: 24px 0 18px;
            max-width: 640px;
            font-size: clamp(2.8rem, 4.2vw, 4.4rem);
            line-height: 0.95;
            font-weight: 900;
            letter-spacing: 0;
        }

        .hero-copy p {
            max-width: 560px;
            color: #c8d0cc;
            font-size: clamp(1.02rem, 1.4vw, 1.22rem);
            line-height: 1.7;
            margin: 0;
        }

        .accent-text {
            display: block;
            color: var(--green-2);
            transition: opacity 0.22s ease, transform 0.22s ease;
        }

        .hero-title-divider {
            color: var(--muted);
            white-space: nowrap;
        }

        .accent-text span {
            display: block;
            white-space: nowrap;
        }

        .accent-text.is-switching {
            opacity: 0;
            transform: translateY(6px);
        }

        .hero-proof {
            display: flex;
            flex-wrap: wrap;
            gap: 18px;
            margin: 28px 0 34px;
            color: #dbe6df;
            font-size: 0.92rem;
            font-weight: 800;
        }

        .hero-proof span {
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .hero-proof i {
            color: var(--green);
        }

        .hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
        }

        .hero-utility-links {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 8px 18px;
            margin-top: 14px;
            color: var(--muted);
            font-size: 0.82rem;
            font-weight: 800;
        }

        .hero-utility-label {
            color: #7f8d85;
            font-size: 0.78rem;
            font-weight: 700;
        }

        .hero-utility-links a {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            color: #c8d8ce;
            text-decoration: none;
        }

        .hero-utility-links a:hover,
        .hero-utility-links a:focus-visible {
            color: var(--green-2);
            text-decoration: underline;
            text-underline-offset: 3px;
        }

        .hero-utility-links i {
            color: var(--green);
            font-size: 0.78rem;
        }

        .hero-utility-links a > .fa-arrow-right {
            color: #92a49a;
            font-size: 0.68rem;
            transition: transform 0.18s ease, color 0.18s ease;
        }

        .hero-utility-links a:hover > .fa-arrow-right,
        .hero-utility-links a:focus-visible > .fa-arrow-right {
            color: var(--green-2);
            transform: translateX(3px);
        }

        .hero-keyword-line {
            margin: 16px 0 0;
            color: #9eaba4 !important;
            font-size: 0.76rem !important;
            line-height: 1.5 !important;
        }

        .btn-neo {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            min-height: 50px;
            padding: 0 22px;
            border-radius: var(--radius);
            border: 1px solid transparent;
            font-weight: 900;
            text-decoration: none;
            cursor: pointer;
            transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease, opacity 0.16s ease;
        }

        .btn-neo:hover {
            transform: translateY(-1px);
            text-decoration: none;
        }

        .btn-primary-neo {
            background: linear-gradient(135deg, #2ccc67, #31e274);
            color: #031009;
            box-shadow: 0 18px 48px rgba(49, 226, 116, 0.22);
        }

        .btn-secondary-neo {
            background: rgba(255, 255, 255, 0.03);
            color: var(--text);
            border-color: var(--line);
        }

        .btn-secondary-neo:hover {
            border-color: var(--line-strong);
        }

        .hero-stats {
            grid-column: 1 / -1;
            width: min(760px, 100%);
            justify-self: center;
        }

        .registry-coverage {
            grid-column: 1 / -1;
            width: 100%;
            justify-self: stretch;
            display: grid;
            /* Six evidence counters fit the desktop row; narrower layouts
               intentionally switch to the responsive two-column grid below. */
            grid-template-columns: repeat(6, minmax(0, 1fr));
            align-items: center;
            gap: clamp(16px, 4vw, 60px);
            padding: 8px 0;
            background: transparent;
            border: 0;
            box-shadow: none;
        }

        .registry-coverage-copy {
            min-width: 0;
            padding-right: 18px;
        }

        .registry-coverage-copy strong {
            display: block;
            font-size: 0.95rem;
        }

        .registry-coverage-copy span {
            display: block;
            margin-top: 5px;
            color: var(--muted);
            font-size: 0.8rem;
            line-height: 1.45;
        }

        .registry-stat {
            min-width: 0;
            padding: 8px 12px;
            text-align: center;
        }

        .registry-stat strong {
            display: block;
            color: var(--text);
            font-size: clamp(1.35rem, 2vw, 1.95rem);
            line-height: 1;
            white-space: nowrap;
        }

        .registry-stat span {
            display: block;
            margin-top: 7px;
            color: var(--muted);
            font-size: 0.76rem;
            line-height: 1.25;
        }

        .country-evidence-panel {
            grid-column: 1 / -1;
            display: grid;
            grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
            gap: 18px;
            padding: 22px;
            border: 1px solid var(--line);
            border-radius: 12px;
            background: linear-gradient(145deg, rgba(15, 39, 26, .88), rgba(5, 17, 11, .92));
        }

        .country-evidence-heading { display: flex; gap: 14px; align-items: flex-start; }
        .country-evidence-icon { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 38px; width: 38px; height: 38px; border-radius: 10px; background: rgba(49, 226, 116, .14); color: var(--green); }
        .country-evidence-heading h2 { margin: 0; font-size: 1.2rem; }
        .country-evidence-heading p { margin: 5px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.5; }
        .country-evidence-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
        .country-evidence-chip { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border: 1px solid rgba(49, 226, 116, .2); border-radius: 999px; color: #dffce8; font-size: .75rem; }
        .country-evidence-chip strong { color: var(--green-soft); }
        .country-evidence-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 14px; margin: 0; padding: 0; list-style: none; }
        .country-evidence-list li { display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 1px solid rgba(148, 163, 184, .13); color: var(--muted); font-size: .78rem; }
        .country-evidence-list li strong { color: var(--text); white-space: nowrap; }
        .country-evidence-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
        .country-evidence-actions a { font-size: .78rem; min-height: 36px; padding: 7px 11px; }
        .country-evidence-note { margin: 13px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.45; }
        .country-evidence-warning { border-color: rgba(242, 204, 93, .35); background: rgba(242, 204, 93, .07); color: #ffe9a6; }
        .country-evidence-sources { margin-top: 15px; padding-top: 13px; border-top: 1px solid rgba(148, 163, 184, .13); }
        .country-evidence-sources h3 { margin: 0 0 8px; font-size: .78rem; color: var(--text); }
        .country-evidence-source { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 6px 0; color: var(--muted); font-size: .72rem; }
        .country-evidence-source strong { color: #dffce8; font-weight: 700; }
        .country-evidence-source span { text-align: right; white-space: nowrap; }

        .brand-marquee {
            grid-column: 1 / -1;
            margin-top: -18px;
            overflow: hidden;
            border-block: 1px solid rgba(80, 235, 139, 0.12);
            mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
        }

        .brand-marquee-track {
            display: flex;
            width: max-content;
            gap: 44px;
            padding: 28px 0;
            animation: brandMarquee 92s linear infinite;
        }

        .brand-marquee:hover .brand-marquee-track {
            animation-play-state: paused;
        }

        .safe-band,
        .pricing-strip,
        .seo-content {
            content-visibility: auto;
            contain-intrinsic-size: auto 720px;
        }

        .brand-pill {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: max-content;
            width: 118px;
            height: 72px;
            padding: 0;
            border: 0;
            border-radius: 0;
            background: transparent;
            color: #dffce8;
            box-shadow: none;
            transition: transform 0.16s ease, opacity 0.16s ease, filter 0.16s ease;
            opacity: 0.9;
        }

        .brand-pill:hover {
            transform: translateY(-2px);
            opacity: 1;
        }

        .brand-pill.is-logo-broken {
            display: none;
        }

        .brand-pill img {
            width: 112px;
            height: 58px;
            border-radius: 0;
            object-fit: contain;
            padding: 0;
            background: transparent;
            filter: grayscale(1) invert(1) brightness(1.42) contrast(1.34) drop-shadow(0 0 16px rgba(137, 247, 169, 0.14));
            mix-blend-mode: screen;
        }

        @keyframes brandMarquee {
            from { transform: translateX(0); }
            to { transform: translateX(-50%); }
        }

        .logo-pill {
            padding: 7px 12px;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            color: #d9e3dd;
            background: rgba(255, 255, 255, 0.025);
            font-family: "JetBrains Mono", monospace;
            font-size: 0.78rem;
            font-weight: 800;
        }

        .hero-preview {
            justify-self: end;
            width: min(100%, 620px);
            padding: 22px;
            overflow: hidden;
        }

        .preview-terminal {
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: rgba(2, 8, 6, 0.76);
            overflow: hidden;
        }

        .preview-terminal-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 12px 14px;
            border-bottom: 1px solid var(--line);
            color: var(--muted);
            font-size: 0.78rem;
            font-weight: 900;
        }

        .preview-dots {
            display: inline-flex;
            gap: 6px;
        }

        .preview-dots span {
            width: 8px;
            height: 8px;
            border-radius: 999px;
            opacity: 0.94;
            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.22);
        }

        .preview-dots span:nth-child(1) { background: #ff5f57; }
        .preview-dots span:nth-child(2) { background: #ffbd2e; }
        .preview-dots span:nth-child(3) { background: #28c840; }

        .preview-rows {
            display: grid;
            gap: 10px;
            padding: 16px;
        }

        .preview-row {
            position: relative;
            display: grid;
            grid-template-columns: 1.35fr 0.85fr auto;
            gap: 12px;
            align-items: center;
            padding: 12px;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: rgba(255, 255, 255, 0.025);
            color: #dbe6df;
            font-size: 0.82rem;
            overflow: hidden;
            transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
        }

        .preview-row strong {
            color: var(--green-2);
        }

        .preview-bank-stack {
            display: grid;
            gap: 3px;
            min-width: 0;
        }

        .preview-bank-stack span,
        .preview-bank-stack small {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .preview-bank-stack small {
            color: var(--muted);
            font-family: "JetBrains Mono", monospace;
            font-size: 0.68rem;
            font-weight: 800;
        }

        .preview-row.is-generating {
            border-color: rgba(49, 226, 116, 0.56);
            background: rgba(49, 226, 116, 0.065);
            transform: translateY(-1px);
        }

        .preview-row.is-generating::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, transparent, rgba(137, 247, 169, 0.16), transparent);
            transform: translateX(-100%);
            animation: previewScan 0.75s ease;
            pointer-events: none;
        }

        .preview-row.is-generating [data-preview-iban],
        .preview-row.is-generating [data-preview-bank],
        .preview-row.is-generating [data-preview-bic] {
            animation: previewValueSwap 0.75s ease;
        }

        .preview-row.is-generating [data-preview-status] {
            animation: previewValidPulse 0.75s ease;
        }

        @keyframes previewScan {
            to { transform: translateX(100%); }
        }

        @keyframes previewValueSwap {
            0% { opacity: 0.35; transform: translateY(3px); }
            45% { opacity: 1; transform: translateY(0); }
            100% { opacity: 1; transform: translateY(0); }
        }

        @keyframes previewValidPulse {
            0% { box-shadow: 0 0 0 0 rgba(49, 226, 116, 0); transform: scale(0.96); }
            45% { box-shadow: 0 0 0 6px rgba(49, 226, 116, 0.13); transform: scale(1.04); }
            100% { box-shadow: 0 0 0 0 rgba(49, 226, 116, 0); transform: scale(1); }
        }

        .preview-metrics {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 10px;
            margin-top: 14px;
        }

        .preview-metric {
            padding: 13px;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: rgba(255, 255, 255, 0.025);
        }

        .preview-metric strong {
            display: block;
            color: var(--text);
            font-size: 1.2rem;
        }

        .preview-metric span {
            color: var(--muted);
            font-size: 0.76rem;
        }

        .surface {
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: linear-gradient(180deg, rgba(13, 28, 22, 0.92), rgba(7, 17, 13, 0.92));
            box-shadow: var(--shadow);
            min-width: 0;
        }

        .generator-panel {
            padding: 18px;
            min-width: 0;
        }

        .generator-wrap {
            width: min(920px, 100%);
            min-width: 0;
            max-width: 100%;
            margin: 0 auto;
        }

        .generator-section {
            display: grid;
            grid-template-columns: minmax(0, 1fr);
            gap: 24px;
            align-items: start;
            scroll-margin-top: 96px;
        }

        .panel-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 20px;
        }

        .panel-title {
            display: flex;
            align-items: center;
            gap: 10px;
            margin: 0;
            font-size: 1.08rem;
            font-weight: 900;
        }

        .panel-title i {
            color: var(--green-2);
        }

        .clear-btn {
            border: 0;
            background: transparent;
            color: var(--muted);
            cursor: pointer;
            font-size: 0.82rem;
            font-weight: 800;
        }

        .form-grid {
            display: grid;
            grid-template-columns: minmax(260px, 1.15fr) minmax(130px, 0.55fr) minmax(250px, 0.95fr) minmax(240px, 0.9fr);
            gap: 18px;
        }

        .generator-form-grid {
            grid-template-columns: minmax(0, 1fr) minmax(260px, 460px) minmax(0, 1fr);
            grid-template-areas:
                "country country country"
                ". quantity .";
            gap: 12px 16px;
            align-items: end;
        }

        .generator-form-grid .field-country {
            grid-area: country;
        }

        .generator-form-grid .field-quantity {
            grid-area: quantity;
        }

        .field {
            display: grid;
            gap: 8px;
        }

        .field label,
        .checklist-label {
            color: #dce7e1;
            font-size: 0.86rem;
            font-weight: 800;
        }

        .input-neo,
        .select-neo,
        .textarea-neo {
            width: 100%;
            min-height: 46px;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: rgba(2, 8, 6, 0.72);
            color: var(--text);
            outline: none;
            padding: 0 14px;
            transition: border-color 0.16s ease, box-shadow 0.16s ease;
        }

        .textarea-neo {
            min-height: 132px;
            padding: 14px;
            resize: vertical;
            line-height: 1.5;
        }

        .generator-panel .input-neo,
        .generator-panel .select-neo {
            min-height: 40px;
        }

        .input-neo:focus,
        .select-neo:focus,
        .textarea-neo:focus {
            border-color: var(--green);
            box-shadow: 0 0 0 3px rgba(49, 226, 116, 0.12);
        }

        .country-combobox {
            position: relative;
            z-index: 60;
        }

        .country-combobox.open {
            z-index: 9000;
        }

        .country-button {
            width: 100%;
            min-height: 40px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: rgba(2, 8, 6, 0.72);
            color: var(--text);
            padding: 0 14px;
            cursor: pointer;
            text-align: left;
            font-weight: 800;
        }

        .country-button:focus {
            outline: none;
            border-color: var(--green);
            box-shadow: 0 0 0 3px rgba(49, 226, 116, 0.12);
        }

        .country-button-main,
        .country-option-main {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            min-width: 0;
        }

        .country-button-main span:last-child,
        .country-option-main span:last-child {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .country-menu {
            display: none;
            position: absolute;
            left: 0;
            right: 0;
            top: calc(100% + 8px);
            z-index: 9001;
            border: 1px solid rgba(80, 235, 139, 0.34);
            border-radius: var(--radius);
            background: #06100c;
            box-shadow: 0 24px 80px rgba(0, 0, 0, 0.58);
            overflow: hidden;
        }

        .country-combobox.open .country-menu {
            display: block;
        }

        .country-search {
            width: calc(100% - 20px);
            min-height: 40px;
            margin: 10px;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: rgba(255, 255, 255, 0.04);
            color: var(--text);
            padding: 0 12px;
            outline: none;
        }

        .country-options {
            max-height: 318px;
            overflow-y: auto;
            padding: 0 6px 8px;
        }

        .country-option[hidden] {
            display: none !important;
        }

        .country-empty {
            display: none;
            padding: 12px 14px 16px;
            color: var(--muted);
            font-size: 0.82rem;
            font-weight: 800;
        }

        .country-empty.visible {
            display: block;
        }

        .country-option {
            width: 100%;
            min-height: 40px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            border: 0;
            border-radius: var(--radius);
            background: transparent;
            color: #e8f2ec;
            padding: 0 10px;
            cursor: pointer;
            text-align: left;
            font-weight: 800;
        }

        .country-option:hover,
        .country-option.active {
            background: rgba(49, 226, 116, 0.12);
            color: var(--green-2);
        }

        .segmented {
            display: inline-flex;
            width: auto;
            max-width: 100%;
            overflow: hidden;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: rgba(2, 8, 6, 0.62);
        }

        .segmented input {
            position: absolute;
            opacity: 0;
            pointer-events: none;
        }

        .segmented label {
            min-height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 14px;
            color: #e5eee8;
            font-size: 0.8rem;
            font-weight: 900;
            cursor: pointer;
            border-right: 1px solid var(--line);
            white-space: nowrap;
        }

        .segmented label:last-child {
            border-right: 0;
        }

        .segmented input:checked + label {
            background: rgba(49, 226, 116, 0.16);
            color: var(--green-2);
            box-shadow: inset 0 0 0 1px rgba(49, 226, 116, 0.55);
        }

        .checklist {
            display: grid;
            grid-template-columns: repeat(2, max-content);
            gap: 8px 14px;
            padding-top: 2px;
        }

        .check-row {
            display: flex;
            align-items: center;
            gap: 9px;
            color: #d9e4de;
            font-size: 0.88rem;
            font-weight: 700;
        }

        .check-row input {
            width: 16px;
            height: 16px;
            accent-color: var(--green);
        }

        .generator-options-row {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            margin-top: 12px;
        }

        .synthetic-toggle,
        .advanced-toggle {
            min-height: 40px;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: rgba(255, 255, 255, 0.025);
            color: var(--text);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 0 14px;
            cursor: pointer;
            font-weight: 900;
        }

        .synthetic-toggle input,
        .advanced-toggle input {
            width: 17px;
            height: 17px;
            accent-color: var(--green);
        }

        .advanced-toggle {
            justify-content: space-between;
        }

        .advanced-toggle span {
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .advanced-toggle input {
            width: 17px;
            height: 17px;
            accent-color: var(--green);
        }

        .plan-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 22px;
            padding: 0 9px;
            border-radius: 999px;
            background: rgba(49, 226, 116, 0.12);
            color: var(--green-2);
            font-size: 0.72rem;
            font-weight: 900;
        }

        .advanced-panel {
            display: none;
            padding: 14px;
            margin-top: 10px;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: rgba(2, 8, 6, 0.34);
        }

        .advanced-panel.open {
            display: block;
        }

        .advanced-panel-head {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            margin-bottom: 12px;
        }

        .bank-finder-open {
            min-height: 36px;
            padding: 0 12px;
            border: 1px solid var(--line-strong);
            border-radius: var(--radius);
            background: rgba(49, 226, 116, 0.08);
            color: var(--green-2);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            font: inherit;
            font-size: 0.78rem;
            font-weight: 900;
            cursor: pointer;
        }

        .bank-finder-open:hover,
        .bank-finder-open:focus-visible {
            border-color: var(--green);
            color: #fff;
        }

        .advanced-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 12px;
        }

        .advanced-note {
            margin: 12px 0 0;
            color: var(--muted);
            font-size: 0.82rem;
            line-height: 1.55;
        }

        body.bank-finder-visible {
            overflow: hidden;
        }

        .bank-finder-shell {
            position: fixed;
            inset: 0;
            z-index: 10020;
            display: grid;
            justify-items: end;
        }

        .bank-finder-shell[hidden] {
            display: none;
        }

        .bank-finder-backdrop {
            position: absolute;
            inset: 0;
            border: 0;
            background: rgba(0, 5, 3, 0.74);
            cursor: default;
        }

        .bank-finder-dialog {
            position: relative;
            width: min(540px, 100%);
            height: 100%;
            border-left: 1px solid var(--line-strong);
            background: #06100c;
            box-shadow: -20px 0 56px rgba(0, 0, 0, 0.46);
            display: grid;
            grid-template-rows: auto auto minmax(0, 1fr);
        }

        .bank-finder-head {
            min-height: 68px;
            padding: 0 18px;
            border-bottom: 1px solid var(--line);
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
        }

        .bank-finder-title {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #fff;
            font-size: 1rem;
            font-weight: 900;
        }

        .bank-finder-close {
            width: 38px;
            height: 38px;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: transparent;
            color: var(--muted);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        .bank-finder-close:hover,
        .bank-finder-close:focus-visible {
            border-color: var(--green);
            color: #fff;
        }

        .bank-finder-search-area {
            padding: 16px 18px 12px;
            border-bottom: 1px solid var(--line);
        }

        .bank-finder-search {
            position: relative;
        }

        .bank-finder-search > i {
            position: absolute;
            left: 13px;
            top: 50%;
            transform: translateY(-50%);
            color: var(--muted);
            pointer-events: none;
        }

        .bank-finder-search input {
            width: 100%;
            min-height: 46px;
            padding: 0 42px;
        }

        .bank-finder-search-spinner {
            position: absolute;
            right: 13px;
            top: 50%;
            transform: translateY(-50%);
            color: var(--green-2);
        }

        .bank-finder-search-spinner[hidden] {
            display: none;
        }

        .bank-finder-scope {
            min-height: 28px;
            margin-top: 9px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            color: var(--muted);
            font-size: 0.75rem;
        }

        .bank-finder-scope strong {
            color: #dffce8;
        }

        .bank-finder-results {
            min-height: 0;
            padding: 12px 18px 24px;
            overflow-y: auto;
        }

        .bank-finder-empty {
            min-height: 180px;
            display: grid;
            place-items: center;
            color: var(--muted);
            font-size: 0.84rem;
            text-align: center;
        }

        .bank-finder-result {
            padding: 14px 0;
            border-bottom: 1px solid var(--line);
            display: grid;
            gap: 10px;
        }

        .bank-finder-result:first-child {
            padding-top: 4px;
        }

        .bank-finder-result:last-child {
            border-bottom: 0;
        }

        .bank-finder-result-main {
            min-width: 0;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 14px;
        }

        .bank-finder-result-copy {
            min-width: 0;
            display: grid;
            gap: 3px;
        }

        .bank-finder-result-copy strong {
            color: #fff;
            font-size: 0.91rem;
            overflow-wrap: anywhere;
        }

        .bank-finder-result-copy span {
            color: var(--muted);
            font-size: 0.74rem;
        }

        .bank-finder-use {
            flex: 0 0 auto;
            min-height: 34px;
            padding: 0 10px;
            border: 1px solid var(--green);
            border-radius: var(--radius);
            background: var(--green);
            color: #031108;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            font: inherit;
            font-size: 0.74rem;
            font-weight: 900;
            cursor: pointer;
        }

        .bank-finder-reference {
            flex: 0 0 auto;
            color: var(--muted);
            font-size: 0.7rem;
            font-weight: 800;
        }

        .bank-finder-identifiers {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }

        .bank-finder-identifier {
            max-width: 100%;
            padding: 4px 7px;
            border: 1px solid var(--line);
            border-radius: 4px;
            color: #dffce8;
            font-size: 0.68rem;
            overflow-wrap: anywhere;
        }

        .bank-finder-identifier b {
            color: var(--green-2);
            font-weight: 900;
        }

        .target-proof {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            margin-top: 14px;
            padding-top: 14px;
            border-top: 1px solid var(--line);
        }

        .target-proof[hidden] {
            display: none;
        }

        .target-proof-copy {
            display: grid;
            gap: 3px;
            min-width: 0;
        }

        .target-proof-label {
            color: var(--green-2);
            font-size: 0.7rem;
            font-weight: 900;
            text-transform: uppercase;
        }

        .target-proof-title {
            color: var(--text);
            font-size: 0.9rem;
        }

        .target-proof-detail {
            color: var(--muted);
            font-size: 0.78rem;
            line-height: 1.45;
        }

        .target-proof-actions {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, max-content));
            align-items: start;
            justify-content: end;
            flex: 1 1 520px;
            min-width: 0;
            max-width: 100%;
            gap: 8px;
        }

        .target-proof-actions .btn-neo {
            min-height: 36px;
            padding: 0 13px;
            font-size: 0.76rem;
        }

        .target-proof-actions .target-lead-capture {
            grid-column: 1 / -1;
            width: 100%;
            max-width: none;
            margin-top: 2px;
        }

        .target-lead-capture {
            display: grid;
            grid-template-columns: minmax(0, 1fr) 110px auto;
            gap: 7px;
            min-width: 0;
            width: 100%;
            margin-top: 2px;
            padding: 10px;
            border: 1px solid rgba(49, 226, 116, 0.24);
            border-radius: 6px;
            background: rgba(49, 226, 116, 0.055);
        }

        .target-lead-capture strong,
        .target-lead-capture-status {
            grid-column: 1 / -1;
            font-size: 0.72rem;
        }

        .target-lead-capture strong { color: #dffce8; }
        .target-lead-capture-status { min-height: 16px; color: var(--amber); }

        .target-lead-capture input,
        .target-lead-capture select {
            min-width: 0;
            min-height: 36px;
            padding: 7px 9px;
            border: 1px solid var(--line);
            border-radius: 4px;
            color: var(--text);
            background: var(--panel-2);
            font: inherit;
            font-size: 0.76rem;
        }

        .generate-btn {
            width: 100%;
            margin-top: 12px;
        }

        .generator-panel .generate-btn {
            display: flex;
            width: fit-content;
            min-width: 220px;
            max-width: 100%;
            margin: 14px auto 0;
            padding-inline: 30px;
            animation: generateButtonBreath 2.8s ease-in-out infinite;
            will-change: box-shadow;
        }

        @keyframes generateButtonBreath {
            0%, 100% {
                box-shadow:
                    0 14px 34px rgba(49, 226, 116, 0.22),
                    0 0 0 rgba(49, 226, 116, 0);
            }
            50% {
                box-shadow:
                    0 18px 52px rgba(49, 226, 116, 0.38),
                    0 0 22px rgba(49, 226, 116, 0.22);
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .generator-panel .generate-btn {
                animation: none;
            }
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            margin-top: 18px;
            padding: 14px 10px;
        }

        .hero-stats .stat strong {
            opacity: 0;
            transform: translateY(8px);
            animation: statRise 0.55s ease forwards;
        }

        .hero-stats .stat:nth-child(1) strong { animation-delay: 0.05s; }
        .hero-stats .stat:nth-child(2) strong { animation-delay: 0.16s; }
        .hero-stats .stat:nth-child(3) strong { animation-delay: 0.27s; }
        .hero-stats .stat:nth-child(4) strong { animation-delay: 0.38s; }

        @keyframes statRise {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .stat {
            text-align: center;
            border-right: 1px solid var(--line);
        }

        .stat:last-child {
            border-right: 0;
        }

        .stat strong {
            display: block;
            font-size: clamp(1.3rem, 2vw, 1.8rem);
            line-height: 1;
        }

        .stat span {
            display: block;
            margin-top: 6px;
            color: var(--muted);
            font-size: 0.82rem;
        }

        .section {
            margin-top: 36px;
            scroll-margin-top: 96px;
        }

        .section-grid {
            display: grid;
            grid-template-columns: 0.7fr 1.3fr;
            gap: 28px;
        }

        .validator-section {
            display: grid;
            grid-template-columns: minmax(0, 1fr);
            gap: 24px;
        }

        .validator-panel .textarea-neo {
            min-height: 150px;
        }

        .validator-panel .generate-btn {
            display: flex;
            width: fit-content;
            min-width: 220px;
            max-width: 100%;
            margin: 14px auto 0;
            padding-inline: 30px;
        }

        .validator-result-panel .result-head {
            position: relative;
            justify-content: center;
            min-height: 28px;
            text-align: center;
        }

        .validator-result-panel .status-pill {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .section-two {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 22px;
        }

        .tool-panel {
            padding: 22px;
            min-width: 0;
        }

        .result-panel {
            padding: 18px;
            min-width: 0;
        }

        .result-panel.is-hidden {
            display: none;
        }

        .result-head {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 12px;
            margin-bottom: 16px;
        }

        .generated-panel .result-head {
            position: relative;
            justify-content: center;
            min-height: 28px;
            text-align: center;
        }

        .generated-panel .status-pill {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .result-title {
            margin: 0;
            font-size: 0.98rem;
            font-weight: 900;
        }

        .status-pill {
            padding: 5px 9px;
            border-radius: 999px;
            background: rgba(49, 226, 116, 0.12);
            color: var(--green-2);
            font-size: 0.76rem;
            font-weight: 900;
        }

        .table-wrap {
            width: 100%;
            overflow-x: auto;
            border: 1px solid var(--line);
            border-radius: var(--radius);
        }

        table {
            width: 100%;
            border-collapse: collapse;
            min-width: 680px;
        }

        th,
        td {
            padding: 14px 14px;
            border-bottom: 1px solid var(--line);
            text-align: left;
            vertical-align: top;
            font-size: 0.86rem;
        }

        th {
            color: var(--muted);
            font-weight: 900;
            background: rgba(255, 255, 255, 0.025);
        }

        tr:last-child td {
            border-bottom: 0;
        }

        .mono {
            font-family: "JetBrains Mono", monospace;
            font-size: 0.82rem;
        }

        .record-stack {
            display: grid;
            gap: 14px;
        }

        .iban-record {
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: rgba(2, 8, 6, 0.48);
        }

        .generated-record {
            text-align: center;
        }

        .record-main {
            display: grid;
            gap: 12px;
            padding: 16px;
        }

        .iban-line {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            min-width: 0;
        }

        .generated-record .iban-line {
            display: grid;
            grid-template-columns: 1fr;
            justify-items: center;
            justify-content: center;
            gap: 10px;
            text-align: center;
        }

        .iban-line strong {
            min-width: 0;
            color: #f5f7f6;
            font-size: clamp(1rem, 1.5vw, 1.24rem);
            overflow-wrap: anywhere;
        }

        .generated-record .iban-line strong {
            display: block;
            width: fit-content;
            max-width: 100%;
            margin-inline: auto;
            font-size: clamp(1.42rem, 2.6vw, 2rem);
            line-height: 1.2;
            text-align: center;
        }

        .record-meta {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
        }

        .meta-item {
            min-width: 0;
            padding: 10px 0;
            border-top: 1px solid var(--line);
            background: transparent;
        }

        .generated-record .record-meta {
            justify-items: center;
            text-align: center;
        }

        .meta-item span {
            display: block;
            color: var(--muted);
            font-size: 0.72rem;
            font-weight: 900;
            text-transform: uppercase;
        }

        .meta-item strong,
        .meta-item a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            max-width: 100%;
            margin-top: 5px;
            color: #dffce8;
            text-decoration: none;
            overflow-wrap: anywhere;
        }

        .bank-meta-value img {
            width: 24px;
            height: 24px;
            object-fit: contain;
            border-radius: 6px;
            padding: 3px;
            background: rgba(225, 255, 232, 0.92);
            filter: grayscale(1) contrast(1.04);
            flex: 0 0 auto;
        }

        .copyable-value {
            cursor: pointer;
            text-decoration: underline;
            text-decoration-color: rgba(137, 247, 169, 0.42);
            text-underline-offset: 3px;
        }

        .locked-value {
            position: relative;
            cursor: pointer;
        }

        .locked-value .blurred-mask {
            display: inline-block;
            min-width: 88px;
            filter: blur(4px);
            user-select: none;
            color: #dffce8;
        }

        .locked-value i {
            color: var(--amber);
            filter: none;
        }

        .bank-intelligence-panel {
            margin-top: 13px;
            padding-top: 11px;
            border-top: 1px solid var(--line);
        }

        .bank-intelligence-panel summary {
            min-height: 28px;
            color: #dffce8;
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.76rem;
            font-weight: 900;
            cursor: pointer;
            list-style: none;
        }

        .bank-intelligence-panel summary::-webkit-details-marker {
            display: none;
        }

        .bank-intelligence-panel summary::after {
            content: "\f078";
            margin-left: auto;
            color: var(--muted);
            font-family: "Font Awesome 5 Free";
            font-size: 0.64rem;
            font-weight: 900;
            transition: transform 0.16s ease;
        }

        .bank-intelligence-panel[open] summary::after {
            transform: rotate(180deg);
        }

        .bank-intelligence-panel summary span {
            color: var(--muted);
            font-size: 0.68rem;
            font-weight: 700;
        }

        .bank-intelligence-panel summary .fa-lock {
            color: var(--amber);
        }

        .bank-intelligence-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 9px;
            padding-top: 10px;
        }

        .ui-tooltip,
        .copy-toast {
            position: fixed;
            z-index: 10000;
            max-width: min(320px, calc(100vw - 28px));
            padding: 9px 10px;
            border: 1px solid var(--line-strong);
            border-radius: var(--radius);
            background: #06100c;
            color: #dffce8;
            font-size: 0.74rem;
            line-height: 1.35;
            box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
            pointer-events: none;
        }

        .copy-toast {
            border-color: rgba(242, 204, 93, 0.42);
            color: #fff0a8;
        }

        .proxy-banner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 12px 14px;
            border-top: 1px solid rgba(80, 235, 139, 0.26);
            background: linear-gradient(135deg, rgba(49, 226, 116, 0.14), rgba(121, 217, 255, 0.07));
            color: #c9f8d4;
            font-size: 0.84rem;
            line-height: 1.45;
        }

        .proxy-banner span {
            min-width: 0;
            overflow-wrap: anywhere;
        }

        .proxy-banner a {
            flex: 0 0 auto;
            min-height: 34px;
            padding: 0 12px;
            border-radius: var(--radius);
            background: linear-gradient(135deg, #2ccc67, #31e274);
            color: #031009;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-weight: 900;
            white-space: nowrap;
        }

        .inline-profile-slot {
            margin-top: 14px;
        }

        .profile-panel {
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: rgba(255, 255, 255, 0.025);
            padding: 14px;
        }

        .generated-record .profile-panel {
            text-align: center;
        }

        .generated-record .profile-fields.legacy-profile-fields {
            justify-items: center;
        }

        .profile-loading {
            min-height: 178px;
            display: grid;
            place-items: center;
            position: relative;
            overflow: hidden;
            border: 1px dashed rgba(80, 235, 139, 0.26);
            border-radius: var(--radius);
            background: rgba(2, 8, 6, 0.4);
        }

        .profile-loading::before,
        .profile-loading::after {
            content: "";
            position: absolute;
            width: 180px;
            height: 180px;
            border: 1px solid rgba(137, 247, 169, 0.34);
            transform: rotate(45deg);
            animation: profileOrbit 3.2s linear infinite;
        }

        .profile-loading::after {
            width: 116px;
            height: 116px;
            animation-duration: 2.2s;
            animation-direction: reverse;
        }

        .profile-loading strong {
            position: relative;
            z-index: 1;
            color: var(--green-2);
            font-size: 1.02rem;
            text-align: center;
        }

        .profile-loading span {
            display: block;
            margin-top: 8px;
            color: var(--muted);
            font-weight: 700;
        }

        @keyframes profileOrbit {
            to {
                transform: rotate(405deg);
            }
        }

        .valid-pill,
        .invalid-pill {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            padding: 5px 9px;
            border-radius: 999px;
            font-size: 0.78rem;
            font-weight: 900;
        }

        .valid-pill {
            background: rgba(49, 226, 116, 0.14);
            color: var(--green-2);
        }

        .invalid-pill {
            background: rgba(255, 107, 107, 0.14);
            color: #ff9a9a;
        }

        .code-panel {
            background: rgba(2, 8, 6, 0.68);
            border: 1px solid var(--line);
            border-radius: var(--radius);
            overflow: hidden;
            min-width: 0;
        }

        .code-tabs {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            border-bottom: 1px solid var(--line);
        }

        .code-tabs button {
            padding: 12px;
            border: 0;
            border-right: 1px solid var(--line);
            background: transparent;
            color: var(--muted);
            font-size: 0.82rem;
            font-weight: 900;
            text-align: center;
            cursor: pointer;
        }

        .code-tabs button:last-child {
            border-right: 0;
        }

        .code-tabs button.active {
            color: var(--green-2);
            box-shadow: inset 0 -2px 0 var(--green);
        }

        .code-panel pre[data-code-panel] {
            display: none;
        }

        .code-panel pre[data-code-panel].active {
            display: block;
        }

        pre {
            margin: 0;
            padding: 18px;
            overflow-x: auto;
            color: #d7efe0;
            font-family: "JetBrains Mono", monospace;
            font-size: 0.8rem;
            line-height: 1.7;
        }

        .code-panel pre code {
            display: block;
            max-width: 100%;
            overflow-x: auto;
        }

        .use-case-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
        }

        .feature-card {
            display: grid;
            grid-template-columns: 34px 1fr;
            gap: 12px;
            align-items: start;
            padding: 16px;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: rgba(255, 255, 255, 0.028);
        }

        .feature-card i {
            width: 34px;
            height: 34px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: var(--radius);
            color: var(--green-2);
            background: rgba(49, 226, 116, 0.12);
        }

        .feature-card strong {
            display: block;
            margin-bottom: 5px;
            font-size: 0.92rem;
        }

        .feature-card span {
            color: var(--muted);
            font-size: 0.78rem;
            line-height: 1.45;
        }

        .labs-panel {
            padding: 24px;
        }

        .labs-head {
            display: flex;
            align-items: end;
            justify-content: space-between;
            gap: 18px;
            margin-bottom: 18px;
        }

        .labs-head h2 {
            margin: 0 0 6px;
            font-size: clamp(1.3rem, 2.4vw, 1.8rem);
        }

        .labs-head p {
            max-width: 720px;
            margin: 0;
            color: var(--muted);
            line-height: 1.55;
        }

        .labs-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
            gap: 12px;
        }

        .lab-card {
            display: flex;
            min-width: 0;
            flex-direction: column;
            gap: 10px;
            padding: 16px;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: rgba(255, 255, 255, 0.028);
        }

        .lab-card i { color: var(--green-2); font-size: 1rem; }
        .lab-card strong { font-size: .95rem; }
        .lab-card p { flex: 1; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }
        .lab-card a { color: var(--green-2); font-size: .82rem; font-weight: 800; text-decoration: none; }
        .workflow-quicklinks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
        .workflow-quicklink { display: flex; align-items: center; gap: 10px; min-width: 0; padding: 11px 13px; border: 1px solid rgba(148, 163, 184, .16); border-radius: var(--radius); background: rgba(255, 255, 255, .018); text-decoration: none; }
        .workflow-quicklink i { flex: 0 0 22px; color: var(--green-2); text-align: center; }
        .workflow-quicklink strong { display: block; color: var(--text); font-size: .82rem; }
        .workflow-quicklink span { display: block; margin-top: 2px; color: var(--muted); font-size: .72rem; line-height: 1.35; }

        .safe-band {
            display: grid;
            grid-template-columns: auto 1fr auto;
            gap: 18px;
            align-items: center;
            padding: 22px;
        }

        .safe-icon {
            width: 58px;
            height: 58px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: var(--radius);
            background: rgba(49, 226, 116, 0.12);
            color: var(--green-2);
            font-size: 1.6rem;
        }

        .safe-band h2 {
            margin: 0 0 7px;
            font-size: 1.08rem;
        }

        .safe-band p {
            margin: 0;
            color: var(--muted);
            line-height: 1.55;
            font-size: 0.9rem;
        }

        .pricing-strip {
            padding: 28px;
        }

        .pricing-head {
            display: flex;
            align-items: end;
            justify-content: space-between;
            gap: 22px;
            margin-bottom: 22px;
        }

        .pricing-head h2 {
            margin: 0 0 8px;
            font-size: clamp(1.45rem, 2.4vw, 2.35rem);
            letter-spacing: 0;
        }

        .pricing-head p {
            max-width: 580px;
            margin: 0;
            color: var(--muted);
            font-size: 1rem;
            line-height: 1.55;
        }

        .plans-mini {
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr));
            gap: 14px;
        }

        .plan-mini {
            min-width: 0;
            min-height: 176px;
            display: flex;
            flex-direction: column;
            gap: 11px;
            padding: 18px;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
            text-decoration: none;
            transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
        }

        .plan-mini:hover {
            transform: translateY(-2px);
            border-color: rgba(49, 226, 116, 0.55);
            background: linear-gradient(180deg, rgba(49, 226, 116, 0.1), rgba(255, 255, 255, 0.02));
        }

        .plan-mini strong {
            display: block;
            color: var(--text);
            font-size: 1.05rem;
        }

        .plan-mini-price {
            display: block;
            color: var(--green-2);
            font-weight: 900;
            font-size: 1.5rem;
            line-height: 1;
        }

        .plan-mini span {
            color: var(--muted);
            font-size: 0.86rem;
            line-height: 1.45;
        }

        .plan-mini-feature {
            margin-top: auto;
            padding-top: 10px;
            border-top: 1px solid var(--line);
            color: var(--text-soft);
            font-size: 0.78rem;
            line-height: 1.35;
        }

        .plan-mini:nth-child(2) {
            border-color: rgba(242, 204, 93, 0.55);
        }

        .plan-mini:nth-child(3) {
            border-color: rgba(121, 217, 255, 0.55);
        }

        .plan-mini:nth-child(4) {
            border-color: rgba(49, 226, 116, 0.62);
        }

        .plan-mini:nth-child(5) {
            border-color: rgba(245, 245, 245, 0.36);
        }

        .output-actions {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
            margin-top: 14px;
        }

        .generated-panel .output-actions {
            justify-content: center;
        }

        .workflow-activation {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 18px;
            align-items: center;
            margin-top: 16px;
            padding: 18px;
            border: 1px solid rgba(49, 226, 116, 0.34);
            border-radius: var(--radius);
            background: linear-gradient(135deg, rgba(49, 226, 116, 0.09), rgba(121, 217, 255, 0.055));
        }

        .workflow-activation[hidden] {
            display: none;
        }

        .workflow-activation-kicker {
            display: block;
            margin-bottom: 5px;
            color: var(--green-2);
            font-size: 0.72rem;
            font-weight: 900;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        .workflow-activation h3 {
            margin: 0;
            color: var(--text);
            font-size: 1rem;
        }

        .workflow-activation p {
            margin: 7px 0 0;
            color: var(--text-soft);
            font-size: 0.84rem;
            line-height: 1.5;
        }

        .workflow-activation-status {
            display: block;
            min-height: 1.25rem;
            margin-top: 7px;
            color: var(--green-2);
            font-size: 0.78rem;
            font-weight: 800;
        }

        .workflow-activation-actions {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
            gap: 9px;
        }

        .workflow-activation-actions .small-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            text-decoration: none;
            white-space: nowrap;
        }

        @media (max-width: 760px) {
            .workflow-activation {
                grid-template-columns: 1fr;
            }

            .workflow-activation-actions {
                justify-content: flex-start;
            }
        }

        .download-format {
            min-height: 38px;
            padding: 0 12px;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: rgba(255, 255, 255, 0.025);
            color: var(--text);
            font-weight: 800;
            outline: none;
        }

        .small-btn {
            min-height: 38px;
            padding: 0 13px;
            border-radius: var(--radius);
            border: 1px solid var(--line);
            background: rgba(255, 255, 255, 0.025);
            color: var(--text);
            cursor: pointer;
            font-weight: 900;
            font-size: 0.78rem;
        }

        .small-btn:hover {
            border-color: var(--line-strong);
        }

        .empty-state {
            min-height: 210px;
            display: grid;
            place-items: center;
            padding: 28px;
            border: 1px dashed rgba(148, 163, 184, 0.24);
            border-radius: var(--radius);
            color: var(--muted);
            text-align: center;
            line-height: 1.6;
        }

        .alert {
            margin-top: 12px;
            padding: 12px 14px;
            border-radius: var(--radius);
            border: 1px solid rgba(242, 204, 93, 0.35);
            background: rgba(242, 204, 93, 0.08);
            color: #ffe79a;
            font-size: 0.86rem;
            line-height: 1.5;
        }

        .alert.danger {
            border-color: rgba(255, 107, 107, 0.35);
            background: rgba(255, 107, 107, 0.08);
            color: #ffb1b1;
        }

        .quota-confirm-modal {
            position: fixed;
            inset: 0;
            z-index: 12000;
            display: none;
            place-items: center;
            padding: 20px;
            background: rgba(0, 8, 5, 0.72);
            backdrop-filter: blur(10px);
        }

        .quota-confirm-modal.open {
            display: grid;
        }

        .quota-confirm-card {
            width: min(520px, 100%);
            border: 1px solid rgba(80, 235, 139, 0.28);
            border-radius: 14px;
            background: linear-gradient(180deg, rgba(11, 30, 22, 0.98), rgba(4, 13, 9, 0.98));
            box-shadow: 0 30px 90px rgba(0, 0, 0, 0.62), 0 0 34px rgba(49, 226, 116, 0.12);
            padding: 20px;
            color: var(--text);
        }

        .quota-confirm-card h3 {
            margin: 0 0 8px;
            font-size: 1.18rem;
        }

        .quota-confirm-card p {
            margin: 0;
            color: var(--muted);
            line-height: 1.55;
        }

        .quota-cost-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
            margin: 16px 0;
        }

        .quota-cost {
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: rgba(255, 255, 255, 0.025);
            padding: 12px;
        }

        .quota-cost strong {
            display: block;
            color: var(--green-2);
            font-size: 1.25rem;
            line-height: 1;
        }

        .quota-cost span {
            display: block;
            margin-top: 6px;
            color: #bfd0c8;
            font-size: 0.78rem;
            font-weight: 800;
        }

        .quota-confirm-note {
            border: 1px solid rgba(242, 204, 93, 0.28);
            border-radius: var(--radius);
            background: rgba(242, 204, 93, 0.08);
            color: #ffe79a;
            padding: 10px 12px;
            font-size: 0.84rem;
        }

        .quota-confirm-actions {
            display: flex;
            justify-content: flex-end;
            gap: 10px;
            margin-top: 16px;
        }

        .quota-confirm-actions .small-btn {
            min-height: 42px;
            padding-inline: 16px;
        }

        .profile-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
        }

        .profile-sections {
            display: grid;
            gap: 18px;
        }

        .profile-section {
            padding-top: 12px;
            border-top: 1px solid var(--line);
        }

        .profile-section:first-child {
            padding-top: 0;
            border-top: 0;
        }

        .profile-section h4 {
            margin: 0 0 10px;
            color: var(--green-2);
            font-size: 0.86rem;
            font-weight: 900;
            text-transform: uppercase;
        }

        .profile-fields {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 8px 18px;
        }

        .profile-fields.legacy-profile-fields {
            grid-template-columns: 1fr;
            gap: 7px;
        }

        .profile-field {
            min-width: 0;
            display: flex;
            align-items: baseline;
            gap: 8px;
            color: #dffce8;
            font-size: 0.88rem;
        }

        .profile-field span:first-child {
            flex: 0 0 auto;
            color: var(--muted);
            font-weight: 900;
        }

        .profile-field span:first-child::after {
            content: ":";
        }

        .profile-field span:last-child {
            min-width: 0;
        }

        .profile-field .copyable-value,
        .profile-story .copyable-value {
            display: inline;
            color: #f5f7f6;
            overflow-wrap: anywhere;
            word-break: break-word;
        }

        .profile-story {
            margin: 0;
            color: #d7efe0;
            line-height: 1.65;
        }

        .profile-locked-value {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #dffce8;
            cursor: pointer;
        }

        .profile-locked-value .blurred-mask {
            display: inline-block;
            min-width: 96px;
            filter: blur(4px);
            user-select: none;
            color: #dffce8;
        }

        .profile-locked-value i {
            color: var(--amber);
        }

        .profile-disclaimer {
            margin-top: 14px;
            padding: 12px 14px;
            border: 1px dashed rgba(80, 235, 139, 0.28);
            border-radius: var(--radius);
            background: rgba(2, 8, 6, 0.34);
            color: #c9f8d4;
            font-size: 0.84rem;
            line-height: 1.5;
        }

        .profile-unlock-actions {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
            margin-top: 12px;
        }

        .profile-unlock-actions .btn-neo {
            min-height: 42px;
            padding: 0 14px;
            font-size: 0.84rem;
        }

        .profile-score {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            width: fit-content;
            max-width: 100%;
            margin: 0 auto 12px;
            padding: 5px 9px;
            border: 1px solid rgba(80, 235, 139, 0.22);
            border-radius: var(--radius);
            background: rgba(49, 226, 116, 0.08);
            color: #c9f8d4;
            font-size: 0.76rem;
            font-weight: 900;
            line-height: 1.2;
            text-align: center;
        }

        .generated-record .profile-score {
            text-align: center;
        }

        .profile-score-title {
            display: inline;
            color: var(--muted);
            font-size: 0.68rem;
            font-weight: 900;
            text-transform: uppercase;
        }

        .profile-score-value {
            display: inline;
            margin-top: 0;
            color: #f5f7f6;
            font-size: 0.78rem;
            font-weight: 900;
        }

        .profile-score-pill {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            flex: 0 0 auto;
            color: var(--green-2);
            font-size: 0.72rem;
            font-weight: 900;
        }

        .profile-score-pill::before {
            content: "";
            width: 4px;
            height: 4px;
            border-radius: 999px;
            background: var(--green);
        }

        .locked-profile {
            position: relative;
            display: grid;
            gap: 10px;
            min-height: 184px;
            padding: 14px;
            border: 1px dashed rgba(80, 235, 139, 0.28);
            border-radius: var(--radius);
            background: rgba(2, 8, 6, 0.36);
            overflow: hidden;
        }

        .locked-profile-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
            filter: blur(5px);
            opacity: 0.72;
            user-select: none;
            pointer-events: none;
        }

        .locked-profile-placeholder {
            min-height: 46px;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: linear-gradient(90deg, rgba(255,255,255,0.04), rgba(137,247,169,0.10), rgba(255,255,255,0.04));
        }

        .locked-profile-cta {
            position: absolute;
            inset: 0;
            display: grid;
            place-items: center;
            padding: 18px;
            text-align: center;
            background: linear-gradient(180deg, rgba(3, 8, 6, 0.18), rgba(3, 8, 6, 0.78));
        }

        .locked-profile-cta a {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            min-height: 38px;
            padding: 0 14px;
            border-radius: var(--radius);
            background: var(--green);
            color: #031009;
            text-decoration: none;
            font-weight: 900;
        }

        .locked-profile-cta span {
            display: block;
            margin-bottom: 10px;
            color: #dffce8;
            font-size: 0.86rem;
            font-weight: 800;
        }

        .code-token-string {
            color: #f2cc5d;
        }

        .code-token-keyword {
            color: #79d9ff;
            font-weight: 800;
        }

        .code-token-flag {
            color: #89f7a9;
            font-weight: 800;
        }

        .code-token-number {
            color: #ffb86b;
        }

        .api-playground {
            margin-top: 14px;
            padding: 16px;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: rgba(255, 255, 255, 0.025);
        }

        .api-playground h3 {
            margin: 0 0 12px;
            font-size: 0.96rem;
        }

        .playground-grid {
            display: grid;
            grid-template-columns: minmax(180px, 1fr) minmax(110px, 0.42fr) minmax(180px, 1fr);
            gap: 12px;
            align-items: end;
        }

        .playground-grid .check-row {
            min-height: 46px;
            align-items: center;
        }

        .playground-output {
            margin-top: 12px;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: rgba(2, 8, 6, 0.68);
            overflow: hidden;
        }

        .profile-item {
            padding: 12px;
            border-radius: var(--radius);
            border: 1px solid var(--line);
            background: rgba(255, 255, 255, 0.025);
        }

        .profile-item span {
            display: block;
            color: var(--muted);
            font-size: 0.72rem;
            font-weight: 900;
            text-transform: uppercase;
        }

        .profile-item strong {
            display: block;
            margin-top: 5px;
            overflow-wrap: anywhere;
        }

        .profile-item a {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            max-width: 100%;
            margin-top: 5px;
            color: #dffce8;
            text-decoration: none;
        }

        .country-copy {
            padding: 22px;
            color: #c8d0cc;
            line-height: 1.7;
        }

        .validator-help {
            margin-top: 14px;
            padding: 12px 14px;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: rgba(255, 255, 255, 0.025);
        }

        .validator-help summary {
            cursor: pointer;
            color: var(--mint);
            font-weight: 800;
        }

        .validator-help p {
            margin: 10px 0 0;
            color: #c8d0cc;
            line-height: 1.55;
        }

        .country-copy h2 {
            margin: 0 0 10px;
            color: var(--text);
            font-size: 1.2rem;
        }

        .seo-content {
            padding: 24px;
            color: #c8d0cc;
            line-height: 1.72;
        }

        .seo-content h1,
        .seo-content h2,
        .seo-content h3 {
            color: var(--text);
            letter-spacing: 0;
        }

        .seo-content h1 {
            margin: 0 0 14px;
            font-size: clamp(1.55rem, 2.4vw, 2.15rem);
        }

        .seo-content h2 {
            margin: 26px 0 10px;
            font-size: 1.22rem;
        }

        .seo-content h3 {
            margin: 18px 0 8px;
            font-size: 1rem;
        }

        .seo-content p,
        .seo-content li {
            font-size: 0.95rem;
        }

        .seo-content a {
            color: var(--green-2);
            font-weight: 800;
        }

        .seo-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
            margin-top: 18px;
        }

        .seo-mini-card {
            padding: 16px;
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: rgba(255, 255, 255, 0.025);
        }

        .seo-mini-card h3 {
            margin-top: 0;
        }

        .seo-faq {
            display: grid;
            gap: 12px;
            margin-top: 14px;
        }

        .seo-faq details {
            border: 1px solid var(--line);
            border-radius: var(--radius);
            background: rgba(255, 255, 255, 0.025);
            padding: 14px 16px;
        }

        .seo-faq summary {
            color: var(--text);
            cursor: pointer;
            font-weight: 900;
        }

        .country-link-cloud {
            display: flex;
            flex-wrap: wrap;
            gap: 9px;
            margin-top: 14px;
        }

        .country-link-cloud a {
            padding: 7px 10px;
            border: 1px solid var(--line);
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.025);
            color: #dffce8;
            font-size: 0.82rem;
            text-decoration: none;
        }

        .hidden {
            display: none !important;
        }

        @media (max-width: 980px) {
            .hero-grid,
            .generator-section,
            .section-grid,
                .section-two,
                .labs-grid,
                .workflow-quicklinks {
                    grid-template-columns: 1fr;
                }

            .labs-head { align-items: flex-start; flex-direction: column; }

            .hero-copy,
            .hero-copy h1 {
                max-width: 700px;
            }

            .form-grid,
            .playground-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .target-proof {
                align-items: flex-start;
                flex-direction: column;
            }

            .target-proof-actions {
                justify-content: flex-start;
                width: 100%;
                flex-basis: auto;
            }

            .generator-form-grid {
                grid-template-columns: minmax(0, 1fr) minmax(260px, 460px) minmax(0, 1fr);
                grid-template-areas:
                    "country country country"
                    ". quantity .";
                align-items: end;
            }

            .hero-grid {
                min-height: auto;
            }

            .hero-preview {
                order: 0;
                justify-self: stretch;
                width: 100%;
            }

            .registry-coverage {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .country-evidence-panel {
                grid-template-columns: 1fr;
            }

            .registry-coverage-copy {
                grid-column: 1 / -1;
                padding: 0 0 12px;
            }

            .registry-stat {
                border: 0;
            }

            .pricing-head {
                align-items: flex-start;
                flex-direction: column;
            }

            .plans-mini {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 720px) {
            body { overflow-x: hidden; }
            body.has-global-nav {
                padding-top: 64px;
            }

            .page-shell {
                width: min(1180px, calc(100% - 20px));
                padding-top: 20px;
            }

            .hero-copy h1 {
                font-size: clamp(2.55rem, 13vw, 4rem);
                overflow-wrap: anywhere;
            }

            .page-shell, .hero-grid, .hero-preview, .surface { min-width: 0; max-width: 100%; }
            .hero-actions .btn-neo { min-width: 0; }

            .accent-text {
                transition: none;
            }

            .accent-text span {
                white-space: normal;
            }

            .code-panel pre code {
                white-space: pre-wrap;
                overflow-wrap: anywhere;
            }

            .form-grid,
            .advanced-grid,
            .record-meta,
            .stats-grid,
            .use-case-grid,
            .safe-band,
            .pricing-strip,
            .plans-mini,
            .profile-grid,
            .profile-fields,
            .preview-metrics {
                grid-template-columns: 1fr;
            }

            .target-lead-capture {
                grid-template-columns: 1fr;
            }

            .target-lead-capture strong,
            .target-lead-capture-status {
                grid-column: auto;
            }

            .target-proof-actions {
                grid-template-columns: 1fr;
            }

            .target-proof-actions .btn-neo {
                width: 100%;
            }

            .country-evidence-source {
                align-items: flex-start;
                flex-direction: column;
                gap: 3px;
            }

            .country-evidence-source span {
                text-align: left;
                white-space: normal;
            }

            .target-proof-actions .target-lead-capture {
                grid-column: 1;
            }

            .generator-form-grid {
                grid-template-columns: 1fr;
                grid-template-areas:
                    "country"
                    "quantity";
            }

            .generator-panel .generate-btn {
                width: 100%;
            }

            .generated-panel .result-head {
                padding-top: 28px;
            }

            .generated-panel .status-pill {
                left: 50%;
                right: auto;
                top: 0;
                transform: translateX(-50%);
            }

            .generator-options-row {
                align-items: stretch;
                flex-direction: column;
            }

            .synthetic-toggle,
            .advanced-toggle {
                width: 100%;
            }

            .advanced-toggle > span:first-child,
            .advanced-toggle .plan-badge {
                white-space: nowrap;
            }

            .advanced-toggle .plan-badge {
                flex: 0 0 auto;
                font-size: 0.66rem;
                padding-inline: 7px;
            }

            .bank-finder-dialog {
                align-self: end;
                width: 100%;
                height: min(82vh, 720px);
                border-top: 1px solid var(--line-strong);
                border-left: 0;
                box-shadow: 0 -18px 52px rgba(0, 0, 0, 0.5);
            }

            .bank-finder-head {
                min-height: 60px;
            }

            .bank-finder-search-area,
            .bank-finder-results {
                padding-left: 14px;
                padding-right: 14px;
            }

            .bank-finder-result-main {
                align-items: stretch;
                flex-direction: column;
            }

            .bank-finder-use {
                width: 100%;
            }

            .bank-intelligence-grid {
                grid-template-columns: 1fr;
            }

            .segmented {
                display: grid;
                grid-template-columns: repeat(4, minmax(0, 1fr));
                width: 100%;
            }

            .checklist {
                grid-template-columns: 1fr;
            }

            .preview-row {
                grid-template-columns: 1fr;
            }

            .validator-result-panel .result-head {
                padding-top: 28px;
            }

            .validator-result-panel .status-pill {
                left: 50%;
                right: auto;
                top: 0;
                transform: translateX(-50%);
            }

            .stat {
                border-right: 0;
                border-bottom: 1px solid var(--line);
                padding: 14px 0;
            }

            .stat:last-child {
                border-bottom: 0;
            }

            .registry-stat {
                padding: 10px 6px;
            }

            .registry-coverage {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 12px 18px;
                margin-top: 14px;
            }

            .registry-stat strong {
                font-size: clamp(1.42rem, 8vw, 2rem);
            }

            .registry-stat span {
                font-size: 0.78rem;
            }

            .registry-stat:last-child {
                grid-column: 1 / -1;
            }

            .brand-marquee {
                margin-top: 4px;
            }

            .brand-marquee-track {
                gap: 30px;
                padding: 20px 0;
                animation-duration: 96s;
            }

            .brand-pill {
                width: 96px;
                height: 62px;
            }

            .brand-pill img {
                width: 90px;
                height: 50px;
            }

            .safe-band,
            .pricing-strip {
                align-items: start;
            }

            .plans-mini {
                grid-template-columns: 1fr;
            }

            .seo-grid {
                grid-template-columns: 1fr;
            }

            .code-tabs {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }
