:root {
    --igf-ink: #020617;
    --igf-panel: #0b1220;
    --igf-muted: #64748b;
    --igf-line: #dbe4ee;
    --igf-mint: #d1fae5;
    --igf-emerald: #047857;
    --igf-blue: #2563eb;
}

.story-grid {
    background-image:
        linear-gradient(rgba(148, 163, 184, .11) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, .11) 1px, transparent 1px);
    background-size: 38px 38px;
}

.story-dark-grid {
    background-color: var(--igf-ink);
    background-image:
        linear-gradient(rgba(148, 163, 184, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, .08) 1px, transparent 1px);
    background-size: 42px 42px;
}

.story-kicker {
    letter-spacing: .18em;
    text-transform: uppercase;
}

.story-window {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, .34);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 30px 90px rgba(15, 23, 42, .18);
}

.story-window::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, .35), transparent 42%);
}

.story-window-dark {
    border-color: rgba(255, 255, 255, .12);
    background: rgba(10, 18, 32, .96);
    box-shadow: 0 34px 100px rgba(0, 0, 0, .35);
}

.story-status[data-tone='amber'] { background: #fef3c7; color: #92400e; }
.story-status[data-tone='blue'] { background: #dbeafe; color: #1d4ed8; }
.story-status[data-tone='emerald'] { background: #d1fae5; color: #047857; }
.story-status[data-tone='slate'] { background: #e2e8f0; color: #334155; }

.hero-console {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .92);
    border-radius: 2rem;
    background:
        linear-gradient(145deg, rgba(236, 253, 245, .86), rgba(239, 246, 255, .9)),
        #f8fafc;
    padding: 1.35rem;
    box-shadow: 0 38px 100px rgba(15, 23, 42, .16), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.hero-console::before {
    content: '';
    position: absolute;
    inset: -22%;
    pointer-events: none;
    background:
        radial-gradient(circle at 10% 35%, rgba(52, 211, 153, .14), transparent 28%),
        radial-gradient(circle at 90% 20%, rgba(59, 130, 246, .13), transparent 30%);
}

.hero-console > * {
    position: relative;
    z-index: 1;
}

.hero-console-chrome {
    display: flex;
    align-items: center;
    gap: .65rem;
    min-height: 2.1rem;
    border-bottom: 1px solid rgba(203, 213, 225, .56);
    padding-bottom: .85rem;
}

.hero-console-chrome > span {
    width: .78rem;
    height: .78rem;
    border-radius: 999px;
    background: #fb7185;
}

.hero-console-chrome > span:nth-child(2) { background: #fbbf24; }
.hero-console-chrome > span:nth-child(3) { background: #34d399; }

.hero-console-chrome strong {
    margin-left: auto;
    border-radius: .7rem;
    background: rgba(255, 255, 255, .52);
    padding: .45rem .72rem;
    color: #94a3b8;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: .7rem;
    letter-spacing: .04em;
    text-transform: capitalize;
}

.hero-console-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .8rem;
    margin-top: 1rem;
}

.hero-console-metrics > div {
    min-height: 5.25rem;
    border: 1px solid rgba(226, 232, 240, .82);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, .85);
    padding: .9rem 1rem;
    box-shadow: 0 5px 16px rgba(15, 23, 42, .04);
}

.hero-console-metrics span,
.hero-record-item > div > span,
.hero-evidence-trail > div > span {
    display: block;
    color: #64748b;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hero-console-metrics strong {
    display: block;
    margin-top: .52rem;
    color: #020617;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.45rem;
    line-height: 1.1;
}

.hero-console-metrics .hero-console-ready {
    border-color: rgba(110, 231, 183, .52);
    background: rgba(236, 253, 245, .9);
}

.hero-console-ready span,
.hero-console-ready strong { color: #047857; }
.hero-console-ready strong { font-size: 1rem; }

.hero-simulation {
    margin-top: 1rem;
    border: 1px solid rgba(226, 232, 240, .9);
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, .96);
    padding: 1.15rem;
    box-shadow: 0 16px 44px rgba(15, 23, 42, .08);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.hero-simulation[data-state='running'],
.hero-simulation[data-state='checking'] {
    border-color: rgba(59, 130, 246, .34);
    box-shadow: 0 18px 48px rgba(37, 99, 235, .1);
}

.hero-simulation[data-state='confirmed'] {
    border-color: rgba(16, 185, 129, .48);
    box-shadow: 0 18px 48px rgba(16, 185, 129, .12);
}

.hero-simulation-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.hero-simulation-heading h2 {
    color: #020617;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.15rem, 2.2vw, 1.55rem);
    font-weight: 750;
    letter-spacing: -.025em;
}

.story-status {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: .45rem .85rem;
    font-size: .65rem;
    font-weight: 850;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.hero-progress-shell {
    margin-top: .8rem;
}

.hero-progress-shell > span {
    display: block;
    margin-bottom: .5rem;
    color: #64748b;
    font-size: .6rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-align: right;
    text-transform: uppercase;
    transition: color .2s ease;
}

.hero-progress {
    height: 3px;
    overflow: hidden;
    border-radius: 999px;
    background: #e2e8f0;
}

.hero-calm-divider {
    height: 3px;
    margin-top: .78rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #10b981 0%, #34d399 68%, rgba(52, 211, 153, .18) 100%);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .85);
}

.hero-progress i {
    display: block;
    width: 12%;
    height: 100%;
    border-radius: inherit;
    background: #94a3b8;
    transition: width .6s cubic-bezier(.22, 1, .36, 1), background-color .25s ease;
}

.hero-simulation[data-state='running'] .hero-progress i { width: 52%; background: #3b82f6; }
.hero-simulation[data-state='checking'] .hero-progress i { width: 79%; background: #f59e0b; }
.hero-simulation[data-state='confirmed'] .hero-progress i { width: 100%; background: #10b981; }
.hero-simulation[data-state='running'] .hero-progress-shell > span { color: #2563eb; }
.hero-simulation[data-state='checking'] .hero-progress-shell > span { color: #d97706; }
.hero-simulation[data-state='confirmed'] .hero-progress-shell > span { color: #047857; }

.hero-outcome-copy {
    position: relative;
    margin-top: .85rem;
    border-radius: 1rem;
    background: #f8fafc;
    padding: .82rem .95rem;
    color: #475569;
    font-size: .88rem;
    font-weight: 600;
    line-height: 1.65;
}

.hero-core-content {
    overflow: hidden;
    max-height: 32rem;
    opacity: 1;
    transform: translateY(0);
    transition: max-height .4s cubic-bezier(.22, 1, .36, 1), opacity .22s ease, transform .3s ease;
}

.hero-simulation[data-ready-preview] .hero-core-content {
    max-height: 0;
    opacity: 0;
    transform: translateY(-.45rem);
    pointer-events: none;
}

.hero-record-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .72rem;
    margin-top: .9rem;
}

.hero-record-item {
    display: grid;
    grid-template-columns: 2.35rem minmax(0, 1fr);
    align-items: center;
    gap: .7rem;
    min-width: 0;
    border: 1px solid rgba(226, 232, 240, .82);
    border-radius: .9rem;
    background: rgba(248, 250, 252, .72);
    padding: .7rem;
}

.hero-record-item > div { min-width: 0; }

.hero-record-icon,
.hero-evidence-icon {
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    place-items: center;
    border-radius: .78rem;
    background: #d1fae5;
    color: #059669;
}

.hero-record-icon-blue { background: #dbeafe; color: #2563eb; }

.hero-record-icon svg,
.hero-evidence-icon svg {
    width: 1.18rem;
    height: 1.18rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.hero-record-grid strong {
    display: block;
    overflow-wrap: anywhere;
    margin-top: .23rem;
    color: #0f172a;
    font-family: 'Space Grotesk', sans-serif;
    font-size: .74rem;
    font-weight: 650;
    line-height: 1.38;
}

.hero-evidence-trail {
    display: grid;
    grid-template-columns: 2.35rem minmax(0, 1fr);
    align-items: center;
    gap: .7rem;
    margin-top: .78rem;
    border: 1px solid rgba(167, 243, 208, .7);
    border-radius: 1rem;
    background: rgba(236, 253, 245, .72);
    padding: .7rem;
}

.hero-evidence-trail > div > span { color: #059669; }
.hero-evidence-icon { background: rgba(255, 255, 255, .72); }

.hero-evidence-trail strong {
    display: block;
    margin-top: .22rem;
    color: #066b4f;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: .72rem;
    font-weight: 500;
    line-height: 1.5;
}

.hero-result {
    max-height: 0;
    overflow: hidden;
    margin-top: 0;
    border-radius: .9rem;
    padding: 0 1rem;
    color: #047857;
    font-size: .78rem;
    font-weight: 650;
    line-height: 1.55;
    opacity: 0;
    transition: max-height .25s ease, margin .25s ease, padding .25s ease, opacity .2s ease;
}

.hero-simulation[data-state='running'] .hero-result,
.hero-simulation[data-state='checking'] .hero-result,
.hero-simulation[data-state='confirmed'] .hero-result {
    max-height: 8rem;
    margin-top: .8rem;
    padding: .7rem 1rem;
    background: #ecfdf5;
    opacity: 1;
}

.hero-simulation[data-state='running'] .hero-result,
.hero-simulation[data-state='checking'] .hero-result { color: #1d4ed8; background: #eff6ff; }

.hero-run {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    margin-top: .8rem;
    border-radius: 1rem;
    background: #020617;
    padding: .85rem 1.1rem;
    color: #fff;
    font-size: .86rem;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(2, 6, 23, .16);
    transition: background-color .2s ease, transform .2s ease, opacity .2s ease;
}

.hero-run svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: none;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.hero-run:hover { transform: translateY(-1px); }
.hero-simulation[data-state='confirmed'] .hero-run { background: #059669; }

[data-hero-run]:disabled {
    cursor: progress;
    opacity: .72;
}

.hero-scenario-tabs {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: .55rem;
    margin-top: .8rem;
}

.hero-scenario-tabs button {
    min-height: 2.65rem;
    border: 1px solid #dbe4ee;
    border-radius: .85rem;
    background: rgba(255, 255, 255, .72);
    padding: .58rem .45rem;
    color: #475569;
    font-size: .68rem;
    font-weight: 800;
    line-height: 1.25;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease;
}

.hero-scenario-tabs button:hover { transform: translateY(-1px); }
.hero-scenario-tabs button[aria-pressed='true'] {
    border-color: #020617;
    background: #020617;
    color: white;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, .78);
}

.hero-icon-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.hero-ready-preview {
    overflow: hidden;
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(.55rem) scale(.99);
    pointer-events: none;
    transition: max-height .5s cubic-bezier(.22, 1, .36, 1), margin .35s ease, opacity .3s ease, transform .4s ease, visibility 0s linear .5s;
}

.hero-simulation[data-state='confirmed'][data-ready-preview='website_setup'] .hero-ready-preview[data-hero-ready-preview='website_setup'],
.hero-simulation[data-state='confirmed'][data-ready-preview='whatsapp_order'] .hero-ready-preview[data-hero-ready-preview='whatsapp_order'],
.hero-simulation[data-state='confirmed'][data-ready-preview='staff_reports'] .hero-ready-preview[data-hero-ready-preview='staff_reports'] {
    max-height: 29rem;
    margin-top: .85rem;
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    transition-delay: 0s;
}

.hero-preview-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .65rem;
}

.hero-preview-heading > div > span {
    display: block;
    color: #059669;
    font-size: .58rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hero-preview-heading > div > strong {
    display: block;
    margin-top: .18rem;
    color: #020617;
    font-family: 'Space Grotesk', sans-serif;
    font-size: .94rem;
    line-height: 1.25;
}

.hero-preview-chip,
.hero-line-state {
    flex: 0 0 auto;
    border: 1px solid rgba(110, 231, 183, .7);
    border-radius: 999px;
    background: #ecfdf5;
    padding: .36rem .58rem;
    color: #047857;
    font-size: .55rem;
    font-weight: 850;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.hero-website-stage {
    position: relative;
    overflow: hidden;
    min-height: 16.8rem;
    border: 1px solid rgba(203, 213, 225, .9);
    border-radius: 1rem;
    background: #f8fafc;
    box-shadow: inset 0 1px 0 #fff;
}

.hero-browser-bar {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: .35rem;
    height: 2.15rem;
    border-bottom: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, .96);
    padding: 0 .7rem;
}

.hero-browser-bar > span {
    width: .48rem;
    height: .48rem;
    border-radius: 999px;
    background: #fb7185;
}

.hero-browser-bar > span:nth-child(2) { background: #fbbf24; }
.hero-browser-bar > span:nth-child(3) { background: #34d399; }

.hero-browser-bar strong {
    overflow: hidden;
    margin-left: .35rem;
    color: #64748b;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: .56rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hero-website-frames {
    position: absolute;
    inset: 2.15rem 0 0;
    overflow: hidden;
    background: #fff;
}

.hero-website-frame {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    animation: hero-website-frame 12s ease-in-out infinite;
}

.hero-website-frame img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    object-position: top center;
    transform: translateY(0) scale(1.01);
    animation: hero-website-pan 12s ease-in-out infinite;
}

.hero-website-frame-two,
.hero-website-frame-two img { animation-delay: 4s; }
.hero-website-frame-three,
.hero-website-frame-three img { animation-delay: 8s; }

.hero-website-proof {
    position: absolute;
    z-index: 6;
    right: .65rem;
    bottom: .65rem;
    border: 1px solid rgba(255, 255, 255, .88);
    border-radius: .75rem;
    background: rgba(2, 6, 23, .88);
    padding: .52rem .65rem;
    color: white;
    box-shadow: 0 10px 28px rgba(2, 6, 23, .24);
    backdrop-filter: blur(10px);
}

.hero-website-proof span,
.hero-website-proof strong { display: block; }
.hero-website-proof span { color: #6ee7b7; font-size: .5rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.hero-website-proof strong { margin-top: .18rem; font-size: .62rem; }

.hero-preview-summary {
    margin-top: .55rem;
    color: #64748b;
    font-size: .68rem;
    font-weight: 600;
    line-height: 1.45;
}

.hero-sales-inbox {
    display: grid;
    grid-template-columns: 8.7rem minmax(0, 1fr);
    overflow: hidden;
    min-height: 17.4rem;
    border: 1px solid rgba(203, 213, 225, .9);
    border-radius: 1rem;
    background: #f8fafc;
}

.hero-inbox-queue {
    border-right: 1px solid #e2e8f0;
    background: #fff;
    padding: .72rem .55rem;
}

.hero-inbox-queue > span {
    display: block;
    margin: 0 .3rem .5rem;
    color: #64748b;
    font-size: .52rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hero-inbox-queue > div {
    margin-top: .4rem;
    border-radius: .72rem;
    padding: .58rem;
    color: #64748b;
}

.hero-inbox-queue > div.is-active {
    background: #ecfdf5;
    color: #065f46;
    box-shadow: inset 3px 0 #10b981;
}

.hero-inbox-queue strong,
.hero-inbox-queue small { display: block; }
.hero-inbox-queue strong { font-size: .58rem; line-height: 1.35; }
.hero-inbox-queue small { margin-top: .2rem; font-size: .5rem; line-height: 1.35; }

.hero-inbox-thread { min-width: 0; background: linear-gradient(180deg, #fff 0%, #f8fafc 100%); }

.hero-inbox-thread-head {
    display: flex;
    align-items: center;
    gap: .55rem;
    min-height: 3rem;
    border-bottom: 1px solid #e2e8f0;
    padding: .55rem .72rem;
}

.hero-agent-avatar {
    display: grid;
    width: 1.9rem;
    height: 1.9rem;
    place-items: center;
    border-radius: 999px;
    background: #d1fae5;
    color: #047857;
    font-size: .72rem;
    font-weight: 850;
}

.hero-inbox-thread-head > div { min-width: 0; }
.hero-inbox-thread-head strong,
.hero-inbox-thread-head small { display: block; }
.hero-inbox-thread-head strong { color: #0f172a; font-size: .68rem; }
.hero-inbox-thread-head small { margin-top: .1rem; color: #64748b; font-size: .52rem; }
.hero-line-state { margin-left: auto; font-size: .48rem; }

.hero-whatsapp-sequence {
    display: flex;
    flex-direction: column;
    gap: .45rem;
    padding: .7rem;
}

.hero-whatsapp-sequence > * {
    opacity: 0;
    transform: translateY(.45rem);
    animation: hero-message-arrive .38s ease forwards;
}

.hero-whatsapp-sequence > :nth-child(2) { animation-delay: .38s; }
.hero-whatsapp-sequence > :nth-child(3) { animation-delay: .76s; }
.hero-whatsapp-sequence > :nth-child(4) { animation-delay: 1.14s; }
.hero-whatsapp-sequence > :nth-child(5) { animation-delay: 1.52s; }

.hero-message {
    max-width: 78%;
    border-radius: .82rem;
    padding: .5rem .62rem;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .05);
}

.hero-message span { display: block; margin-bottom: .15rem; font-size: .48rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.hero-message p { color: #334155; font-size: .6rem; line-height: 1.42; }
.hero-message-in { align-self: flex-start; border: 1px solid #e2e8f0; background: #fff; }
.hero-message-in span { color: #64748b; }
.hero-message-out { align-self: flex-end; background: #d1fae5; }
.hero-message-out span { color: #047857; }

.hero-thread-event {
    align-self: center;
    border-radius: 999px;
    background: #fef3c7;
    padding: .25rem .58rem;
    color: #92400e;
    font-size: .5rem;
    font-weight: 750;
}

.hero-thread-event-success { background: #ecfdf5; color: #047857; }

.hero-staff-report-stage {
    min-height: 17.4rem;
    border: 1px solid rgba(203, 213, 225, .9);
    border-radius: 1rem;
    background: linear-gradient(145deg, #f8fafc 0%, #eefbf6 100%);
    padding: .72rem;
}

.hero-staff-report-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .48rem;
}

.hero-staff-report-summary > div {
    min-width: 0;
    border: 1px solid #e2e8f0;
    border-radius: .75rem;
    background: rgba(255, 255, 255, .9);
    padding: .56rem;
    box-shadow: 0 5px 14px rgba(15, 23, 42, .04);
}

.hero-staff-report-summary span,
.hero-staff-report-summary strong,
.hero-staff-report-summary small { display: block; }
.hero-staff-report-summary span { color: #64748b; font-size: .47rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.hero-staff-report-summary strong { margin-top: .22rem; color: #020617; font-family: 'Space Grotesk', sans-serif; font-size: 1.05rem; }
.hero-staff-report-summary small { margin-top: .12rem; color: #64748b; font-size: .48rem; line-height: 1.3; }

.hero-staff-report-rule {
    display: grid;
    grid-template-columns: 2.25rem minmax(0, 1fr);
    align-items: center;
    gap: .62rem;
    margin-top: .55rem;
    border: 1px solid #a7f3d0;
    border-radius: .8rem;
    background: rgba(236, 253, 245, .9);
    padding: .55rem .62rem;
}

.hero-staff-report-rule strong { display: block; color: #065f46; font-size: .62rem; }
.hero-staff-report-rule p { margin-top: .12rem; color: #047857; font-size: .52rem; line-height: 1.4; }

.hero-staff-report-queue { margin-top: .55rem; }
.hero-staff-report-queue > div {
    display: grid;
    grid-template-columns: 1.75rem minmax(0, 1fr) auto;
    align-items: center;
    gap: .5rem;
    border-top: 1px solid #e2e8f0;
    padding: .48rem .15rem;
    opacity: 0;
    transform: translateY(.35rem);
    animation: hero-message-arrive .38s ease forwards;
}
.hero-staff-report-queue > div:nth-child(2) { animation-delay: .28s; }
.hero-report-avatar { display: grid; width: 1.75rem; height: 1.75rem; place-items: center; border-radius: 999px; background: #d1fae5; color: #047857; font-size: .53rem; font-weight: 850; }
.hero-report-avatar-blue { background: #dbeafe; color: #1d4ed8; }
.hero-staff-report-queue p { min-width: 0; }
.hero-staff-report-queue strong,
.hero-staff-report-queue small { display: block; }
.hero-staff-report-queue strong { color: #0f172a; font-size: .61rem; }
.hero-staff-report-queue small { margin-top: .12rem; color: #64748b; font-size: .49rem; line-height: 1.3; }
.hero-staff-report-queue em { border-radius: 999px; background: #ecfdf5; padding: .25rem .42rem; color: #047857; font-size: .48rem; font-style: normal; font-weight: 800; }

.hero-fulfilment-card {
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid rgba(110, 231, 183, .72);
    border-radius: .75rem;
    background: #fff;
    padding: .52rem .62rem;
    box-shadow: 0 7px 18px rgba(5, 150, 105, .08);
}

.hero-fulfilment-card span { color: #059669; font-size: .48rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.hero-fulfilment-card strong { margin-top: .15rem; color: #0f172a; font-size: .64rem; }
.hero-fulfilment-card small { margin-top: .15rem; color: #64748b; font-size: .51rem; }

.hero-console.is-animation-paused .hero-website-frame,
.hero-console.is-animation-paused .hero-website-frame img,
.hero-console.is-animation-paused .hero-whatsapp-sequence > *,
.hero-console.is-animation-paused .hero-staff-report-queue > div { animation-play-state: paused; }
.hero-console.is-animation-paused .hero-staff-report-queue > div {
    opacity: 1;
    transform: none;
}

.buyer-fit-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, .9);
    border-radius: 1.7rem;
    background: white;
    box-shadow: 0 14px 40px rgba(15, 23, 42, .06);
}

.buyer-fit-card {
    position: relative;
    min-width: 0;
    padding: 1.35rem .95rem 1.45rem;
}

.buyer-fit-card + .buyer-fit-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.4rem;
    bottom: 1.4rem;
    width: 1px;
    background: #e2e8f0;
}

.buyer-fit-icon {
    --buyer-icon-bg: linear-gradient(145deg, #ecfdf5, #d1fae5);
    --buyer-icon-border: rgba(16, 185, 129, .22);
    --buyer-icon-color: #059669;
    --buyer-icon-shadow: rgba(16, 185, 129, .16);
    display: grid;
    width: 3.8rem;
    height: 3.8rem;
    place-items: center;
    border: 1.5px solid var(--buyer-icon-border);
    border-radius: 1.15rem;
    background: var(--buyer-icon-bg);
    box-shadow: 0 10px 22px var(--buyer-icon-shadow), inset 0 1px 0 rgba(255, 255, 255, .94), inset 0 -10px 22px rgba(255, 255, 255, .22);
    color: var(--buyer-icon-color);
}

.buyer-fit-card:nth-child(2) .buyer-fit-icon {
    --buyer-icon-bg: linear-gradient(145deg, #eff6ff, #dbeafe);
    --buyer-icon-border: rgba(37, 99, 235, .2);
    --buyer-icon-color: #2563eb;
    --buyer-icon-shadow: rgba(37, 99, 235, .14);
}

.buyer-fit-card:nth-child(3) .buyer-fit-icon {
    --buyer-icon-bg: linear-gradient(145deg, #fffbeb, #fef3c7);
    --buyer-icon-border: rgba(217, 119, 6, .2);
    --buyer-icon-color: #d97706;
    --buyer-icon-shadow: rgba(217, 119, 6, .14);
}

.buyer-fit-card:nth-child(4) .buyer-fit-icon {
    --buyer-icon-bg: linear-gradient(145deg, #faf5ff, #f3e8ff);
    --buyer-icon-border: rgba(147, 51, 234, .18);
    --buyer-icon-color: #9333ea;
    --buyer-icon-shadow: rgba(147, 51, 234, .13);
}

.buyer-fit-card:nth-child(5) .buyer-fit-icon {
    --buyer-icon-bg: linear-gradient(145deg, #fff1f2, #ffe4e6);
    --buyer-icon-border: rgba(225, 29, 72, .18);
    --buyer-icon-color: #e11d48;
    --buyer-icon-shadow: rgba(225, 29, 72, .12);
}

.buyer-fit-card:nth-child(6) .buyer-fit-icon {
    --buyer-icon-bg: linear-gradient(145deg, #ecfeff, #cffafe);
    --buyer-icon-border: rgba(8, 145, 178, .2);
    --buyer-icon-color: #0891b2;
    --buyer-icon-shadow: rgba(8, 145, 178, .13);
}

.buyer-fit-icon svg {
    width: 1.95rem;
    height: 1.95rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.15;
    filter: drop-shadow(0 1px 0 rgba(255, 255, 255, .9));
}

.buyer-fit-card h3 {
    margin-top: 1rem;
    color: #020617;
    font-family: 'Space Grotesk', sans-serif;
    font-size: .94rem;
    font-weight: 750;
    line-height: 1.35;
}

.buyer-fit-card p {
    margin-top: .55rem;
    color: #64748b;
    font-size: .68rem;
    line-height: 1.55;
}

.buyer-fit-close {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #f8fafc;
    padding: 1rem 1.25rem;
    color: #334155;
    font-size: .86rem;
    font-weight: 650;
    text-align: center;
}

.owner-review-window {
    overflow: hidden;
    background: linear-gradient(155deg, #fff 0%, #f8fafc 100%);
}

.owner-review-item {
    position: relative;
    overflow: hidden;
    border-color: #e2e8f0;
    background: rgba(255, 255, 255, .86);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.owner-review-item::before {
    content: '';
    position: absolute;
    inset: .65rem auto .65rem 0;
    width: .2rem;
    border-radius: 999px;
    background: var(--owner-review-accent, #94a3b8);
}

.owner-review-item--review { --owner-review-accent: #f59e0b; background: linear-gradient(90deg, rgba(255, 251, 235, .9), #fff 34%); }
.owner-review-item--recorded { --owner-review-accent: #3b82f6; background: linear-gradient(90deg, rgba(239, 246, 255, .92), #fff 34%); }
.owner-review-item--open { --owner-review-accent: #f43f5e; background: linear-gradient(90deg, rgba(255, 241, 242, .92), #fff 34%); }
.owner-review-item--closed { --owner-review-accent: #10b981; background: linear-gradient(90deg, rgba(236, 253, 245, .92), #fff 34%); }

.owner-review-status {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    gap: .42rem;
    border: 1px solid currentColor;
    border-radius: 999px;
    padding: .38rem .68rem;
    font-size: .68rem;
    font-weight: 800;
    line-height: 1;
}

.owner-review-status::before {
    content: '';
    width: .42rem;
    height: .42rem;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 0 0 .2rem color-mix(in srgb, currentColor 14%, transparent);
}

.owner-review-status--review { color: #b45309; background: #fffbeb; }
.owner-review-status--recorded { color: #1d4ed8; background: #eff6ff; }
.owner-review-status--open { color: #be123c; background: #fff1f2; }
.owner-review-status--closed { color: #047857; background: #ecfdf5; }

@media (hover: hover) and (pointer: fine) {
    .owner-review-item:hover {
        border-color: color-mix(in srgb, var(--owner-review-accent) 42%, #e2e8f0);
        box-shadow: 0 12px 28px color-mix(in srgb, var(--owner-review-accent) 10%, transparent);
        transform: translateY(-1px);
    }
}

.pain-section-anchor {
    position: absolute;
    top: -5rem;
}

.pain-explorer-layout {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 2rem;
    align-items: start;
}

.pain-red-flag-list {
    display: grid;
    gap: .65rem;
}

.pain-red-flag {
    width: 100%;
    min-height: 4.8rem;
    border: 1px solid rgba(148, 163, 184, .2);
    border-radius: 1.15rem;
    background: rgba(15, 23, 42, .72);
    padding: .75rem .85rem;
    color: #e2e8f0;
    text-align: left;
}

.pain-red-flag:hover {
    border-color: rgba(110, 231, 183, .5);
    background: rgba(30, 41, 59, .86);
}

.pain-red-flag-icon {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(251, 113, 133, .28);
    border-radius: .9rem;
    background: rgba(225, 29, 72, .11);
    color: #fda4af;
}

.pain-red-flag:nth-child(2) .pain-red-flag-icon { border-color: rgba(96, 165, 250, .28); background: rgba(37, 99, 235, .12); color: #93c5fd; }
.pain-red-flag:nth-child(3) .pain-red-flag-icon { border-color: rgba(251, 191, 36, .3); background: rgba(217, 119, 6, .12); color: #fcd34d; }
.pain-red-flag:nth-child(4) .pain-red-flag-icon { border-color: rgba(192, 132, 252, .28); background: rgba(126, 34, 206, .12); color: #d8b4fe; }
.pain-red-flag:nth-child(5) .pain-red-flag-icon { border-color: rgba(45, 212, 191, .28); background: rgba(13, 148, 136, .12); color: #5eead4; }
.pain-red-flag:nth-child(6) .pain-red-flag-icon { border-color: rgba(148, 163, 184, .3); background: rgba(100, 116, 139, .13); color: #cbd5e1; }

.pain-red-flag-icon svg {
    width: 1.35rem;
    height: 1.35rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.pain-red-flag-copy {
    color: inherit;
    font-family: 'Space Grotesk', sans-serif;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.35;
}

.pain-red-flag[aria-selected='true'] {
    border-color: rgba(110, 231, 183, .72);
    background: linear-gradient(90deg, rgba(16, 185, 129, .2), rgba(15, 23, 42, .92));
    color: #ecfdf5;
    box-shadow: 0 14px 34px rgba(2, 6, 23, .2);
}

.pain-red-flag[aria-selected='true'] .pain-red-flag-icon {
    border-color: rgba(110, 231, 183, .55);
    background: rgba(16, 185, 129, .18);
    color: #6ee7b7;
}

.pain-control-panel {
    position: sticky;
    top: 6.75rem;
    overflow: hidden;
    border: 1px solid rgba(51, 65, 85, .92);
    border-radius: 2rem;
    background: linear-gradient(145deg, #111c32, #0b1324 72%);
    padding: 1.8rem;
    color: white;
    box-shadow: 0 34px 90px rgba(15, 23, 42, .22), inset 0 0 0 7px rgba(2, 6, 23, .22);
}

.pain-control-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid rgba(100, 116, 139, .48);
    padding-bottom: 1.45rem;
}

.pain-control-heading .story-kicker {
    color: #34d399;
    font-size: .68rem;
    font-weight: 800;
}

.pain-control-heading h3 {
    margin-top: .45rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.45rem, 2.4vw, 1.9rem);
    font-weight: 750;
    line-height: 1.25;
}

.pain-control-heading > span {
    border: 1px solid rgba(52, 211, 153, .42);
    border-radius: 999px;
    background: rgba(16, 185, 129, .16);
    padding: .62rem 1rem;
    color: #34d399;
    font-size: .72rem;
    font-weight: 800;
}

.pain-control-list {
    display: grid;
    gap: 0;
    margin-top: 1.35rem;
    border: 1px solid rgba(71, 85, 105, .65);
    border-radius: 1.25rem;
    background: rgba(2, 6, 23, .34);
}

.pain-control-row {
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: .9rem;
    align-items: start;
    padding: 1rem 1.1rem;
}

.pain-control-row + .pain-control-row {
    border-top: 1px solid rgba(71, 85, 105, .56);
}

.pain-control-row-icon {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border: 1px solid rgba(52, 211, 153, .3);
    border-radius: 999px;
    background: rgba(16, 185, 129, .12);
    color: #34d399;
    font-size: .72rem;
    font-weight: 800;
}

.pain-control-row-icon-connected { border-color: rgba(96, 165, 250, .35); background: rgba(37, 99, 235, .13); color: #93c5fd; }
.pain-control-row-icon-verify { border-color: rgba(192, 132, 252, .34); background: rgba(126, 34, 206, .14); color: #d8b4fe; }

.pain-control-row strong {
    display: block;
    color: #cbd5e1;
    font-size: .67rem;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.pain-control-row p {
    margin-top: .45rem;
    color: #94a3b8;
    font-size: .8rem;
    line-height: 1.65;
}

.pain-disagreement-strip {
    margin-top: .9rem;
    border: 1px solid rgba(245, 158, 11, .38);
    border-radius: 1rem;
    background: linear-gradient(90deg, rgba(180, 83, 9, .2), rgba(120, 53, 15, .12));
    padding: .9rem 1rem;
}

.pain-disagreement-strip span {
    color: #fbbf24;
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.pain-disagreement-strip p {
    margin-top: .4rem;
    color: #fde68a;
    font-size: .8rem;
    line-height: 1.6;
}

.pain-control-link {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin-top: 1.15rem;
    color: #6ee7b7;
    font-size: .78rem;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: .28rem;
}

.story-selector {
    display: flex;
    align-items: center;
    gap: .72rem;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease;
}

.story-selector:hover { transform: translateY(-2px); }

.interaction-arrow {
    display: grid;
    width: 1.75rem;
    height: 1.75rem;
    flex: 0 0 auto;
    order: 2;
    margin-left: auto;
    place-items: center;
    border: 1px solid #dbe4ee;
    border-radius: 999px;
    background: #f8fafc;
    color: #64748b;
    transition: border-color .28s ease, background-color .28s ease, color .28s ease, transform .38s cubic-bezier(.22, 1, .36, 1), box-shadow .28s ease;
}

.interaction-arrow svg {
    width: .9rem;
    height: .9rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.interaction-arrow-dark {
    border-color: rgba(148, 163, 184, .25);
    background: rgba(255, 255, 255, .05);
    color: #94a3b8;
}

.story-selector:hover .interaction-arrow,
.story-step:hover .interaction-arrow { transform: translateX(2px); }

.story-selector[aria-selected='true'] .interaction-arrow,
.story-selector[aria-pressed='true'] .interaction-arrow,
.story-selector.is-active .interaction-arrow,
.story-step[aria-pressed='true'] .interaction-arrow {
    border-color: #34d399;
    background: #10b981;
    color: #ffffff;
    transform: translateX(3px);
    box-shadow: 0 0 0 5px rgba(16, 185, 129, .1);
}

.interaction-detail-panel {
    transform-origin: 0 50%;
    backface-visibility: hidden;
}
.story-selector[aria-selected='true'],
.story-selector[aria-pressed='true'],
.story-selector.is-active {
    border-color: rgba(16, 185, 129, .72);
    background: rgba(16, 185, 129, .1);
    color: #065f46;
}

.story-dark-grid .story-selector[aria-selected='true'],
.story-dark-grid .story-selector[aria-pressed='true'],
.story-window-dark .story-selector[aria-selected='true'],
.story-window-dark .story-selector[aria-pressed='true'] {
    border-color: rgba(110, 231, 183, .75);
    background: rgba(16, 185, 129, .15);
    color: #a7f3d0;
}

.record-orbit {
    position: relative;
    min-height: 42rem;
    border-radius: 3rem;
    background:
        radial-gradient(circle at 50% 50%, rgba(16, 185, 129, .13), transparent 23%),
        radial-gradient(circle at 90% 15%, rgba(59, 130, 246, .07), transparent 26%),
        rgba(248, 250, 252, .84);
}

.record-orbit::before,
.record-orbit::after {
    content: '';
    position: absolute;
    inset: 7%;
    border: 1px dashed rgba(148, 163, 184, .34);
    border-radius: 50%;
    pointer-events: none;
}

.record-orbit::after { inset: 25%; }

.record-node {
    position: absolute;
    z-index: 2;
    display: grid;
    width: 7.15rem;
    height: 7.15rem;
    place-items: center;
    border: 1px solid #dbe4ee;
    border-radius: 50%;
    background: rgba(255, 255, 255, .96);
    padding: .85rem;
    color: #334155;
    font-family: 'Space Grotesk', sans-serif;
    font-size: .76rem;
    font-weight: 750;
    line-height: 1.2;
    text-align: center;
    box-shadow: 0 14px 28px rgba(15, 23, 42, .11), 0 3px 6px rgba(15, 23, 42, .05);
    transition: all .2s ease;
}

.record-node[aria-pressed='true'] {
    border-color: #10b981;
    background: #ecfdf5;
    color: #065f46;
    box-shadow: 0 14px 34px rgba(16, 185, 129, .18);
    transform: scale(1.055);
}

.record-node:nth-of-type(1) { right: 7%; top: 38%; }
.record-node:nth-of-type(2) { right: 16%; bottom: 5%; }
.record-node:nth-of-type(3) { left: 24%; bottom: 9%; }
.record-node:nth-of-type(4) { left: 1%; top: 45%; }
.record-node:nth-of-type(5) { left: 23%; top: 16%; }
.record-node:nth-of-type(6) { right: 0; bottom: 29%; }
.record-node:nth-of-type(7) { right: 16%; top: 4%; }
.record-node:nth-of-type(8) { left: 45%; top: 1%; }

.record-core {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    display: flex;
    width: 12.25rem;
    height: 12.25rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    border: 7px solid rgba(16, 185, 129, .26);
    border-radius: 50%;
    background: var(--igf-ink);
    padding: 1.2rem;
    text-align: center;
    color: white;
    box-shadow: 0 24px 65px rgba(2, 6, 23, .27), 0 0 38px rgba(16, 185, 129, .16);
}

.record-core .story-kicker {
    color: #34d399;
    font-size: .62rem;
    font-weight: 800;
}

.record-core strong {
    display: block;
    margin-top: .55rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.45rem;
}

.record-core small {
    display: block;
    margin-top: .45rem;
    color: #94a3b8;
    font-size: .6rem;
}

.stock-lab-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, .2);
    border-radius: 1rem;
    background: rgba(255, 255, 255, .035);
}

.stock-lab-facts > div {
    position: relative;
    min-width: 0;
    padding: 1rem;
}

.stock-lab-facts > div + div::before {
    content: '';
    position: absolute;
    left: 0;
    top: .8rem;
    bottom: .8rem;
    width: 1px;
    background: rgba(148, 163, 184, .18);
}

.stock-lab-facts span,
.stock-lab-facts strong { display: block; }
.stock-lab-facts span { color: #94a3b8; font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.stock-lab-facts strong { margin-top: .5rem; color: #f8fafc; font-family: 'Space Grotesk', sans-serif; font-size: .86rem; line-height: 1.45; }

.story-flow-line {
    position: relative;
}

.story-flow-line::before {
    content: '';
    position: absolute;
    left: 1.55rem;
    top: 2.8rem;
    bottom: 2.8rem;
    width: 1px;
    background: linear-gradient(#34d399, rgba(52, 211, 153, .08));
}

.story-step {
    position: relative;
    z-index: 1;
}

.story-step > .interaction-arrow { margin-left: auto; }

.story-step::before {
    content: attr(data-index);
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    border: 1px solid rgba(110, 231, 183, .35);
    border-radius: 999px;
    background: #0f172a;
    color: #6ee7b7;
    font-size: .7rem;
    font-weight: 800;
}

.story-step[aria-pressed='true']::before {
    border-color: #6ee7b7;
    background: #10b981;
    color: #022c22;
    box-shadow: 0 0 0 8px rgba(16, 185, 129, .12);
}

.implementation-story {
    position: relative;
    overflow: hidden;
}

.implementation-story::after {
    content: '';
    position: absolute;
    right: -12rem;
    bottom: 7rem;
    width: 30rem;
    height: 30rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(16, 185, 129, .13), rgba(16, 185, 129, 0) 68%);
    pointer-events: none;
}

.implementation-story__intro,
.implementation-path,
.support-choice {
    position: relative;
    z-index: 1;
}

.implementation-story__intro {
    display: grid;
    gap: 2rem;
}

.implementation-story__promise {
    align-self: end;
    border: 1px solid rgba(110, 231, 183, .24);
    border-radius: 1.5rem;
    background: linear-gradient(135deg, rgba(16, 185, 129, .11), rgba(255, 255, 255, .04));
    padding: 1.4rem;
    box-shadow: inset 0 1px rgba(255, 255, 255, .06);
}

.implementation-story__promise span,
.support-card__topline,
.support-card__ownership span {
    display: block;
    color: #6ee7b7;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.implementation-story__promise strong {
    display: block;
    margin-top: .6rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    line-height: 1.55;
}

.implementation-path {
    display: grid;
    gap: 1rem;
    margin-top: 3rem;
    list-style: none;
}

.implementation-step {
    position: relative;
    display: grid;
    grid-template-columns: 3.2rem minmax(0, 1fr);
    gap: .9rem;
    align-items: start;
}

.implementation-step__number {
    position: relative;
    z-index: 2;
    display: grid;
    width: 3.2rem;
    height: 3.2rem;
    place-items: center;
    border: 1px solid rgba(110, 231, 183, .55);
    border-radius: 999px;
    background: #07101f;
    color: #6ee7b7;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    box-shadow: 0 0 0 7px rgba(16, 185, 129, .07);
}

.implementation-step__body {
    min-height: 8.25rem;
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 1.35rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .035));
    padding: 1.25rem;
    box-shadow: inset 0 1px rgba(255, 255, 255, .045);
}

.implementation-step__body strong {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    line-height: 1.35;
}

.implementation-step__body p {
    margin-top: .65rem;
    color: #94a3b8;
    font-size: .79rem;
    line-height: 1.65;
}

.implementation-path::before {
    content: '';
    position: absolute;
    left: 1.58rem;
    top: 2.8rem;
    bottom: 2.8rem;
    width: 1px;
    background: linear-gradient(#34d399, rgba(52, 211, 153, .12));
}

.support-choice {
    margin-top: 4.5rem;
    border-top: 1px solid rgba(148, 163, 184, .18);
    padding-top: 3.5rem;
}

.support-choice__heading {
    display: grid;
    gap: 1.5rem;
}

.support-choice__link {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: .6rem;
    align-self: end;
    border-bottom: 1px solid rgba(255, 255, 255, .45);
    padding: .2rem 0 .55rem;
    color: #f8fafc;
    font-size: .9rem;
    font-weight: 700;
    transition: border-color .25s ease, color .25s ease, gap .35s cubic-bezier(.22, 1, .36, 1);
}

.support-choice__link:hover {
    gap: .9rem;
    border-color: #6ee7b7;
    color: #6ee7b7;
}

.support-choice__grid {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.support-card {
    position: relative;
    display: flex;
    min-height: 20rem;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, .3);
    border-radius: 1.5rem;
    background: rgba(15, 23, 42, .82);
    padding: 1.75rem;
    box-shadow: inset 0 1px rgba(255, 255, 255, .06), 0 18px 55px rgba(2, 6, 23, .2);
    transition: transform .42s cubic-bezier(.22, 1, .36, 1), border-color .3s ease, box-shadow .3s ease;
}

.support-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.75rem;
    right: 1.75rem;
    height: 2px;
    background: linear-gradient(90deg, transparent, #64748b, transparent);
}

.support-card--operational::before {
    background: linear-gradient(90deg, transparent, #34d399, transparent);
}

.support-card--managed {
    border-color: rgba(255, 255, 255, .9);
    background: #f8fafc;
    color: #020617;
    box-shadow: 0 24px 75px rgba(2, 6, 23, .38);
}

.support-card--managed::before {
    background: linear-gradient(90deg, transparent, #10b981, transparent);
}

.support-card:hover {
    transform: translateY(-5px);
    border-color: rgba(110, 231, 183, .55);
    box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 26px 75px rgba(2, 6, 23, .3);
}

.support-card__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.support-card--managed .support-card__topline,
.support-card--managed .support-card__ownership span {
    color: #059669;
}

.support-card__signal {
    width: .55rem;
    height: .55rem;
    border-radius: 999px;
    background: #64748b;
    box-shadow: 0 0 0 6px rgba(100, 116, 139, .1);
}

.support-card--operational .support-card__signal,
.support-card--managed .support-card__signal {
    background: #10b981;
    box-shadow: 0 0 0 6px rgba(16, 185, 129, .12);
}

.support-card h4 {
    margin-top: 1.75rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.2;
}

.support-card > p {
    margin-top: 1rem;
    color: #94a3b8;
    font-size: .9rem;
    line-height: 1.75;
}

.support-card--managed > p { color: #475569; }

.support-card__ownership {
    margin-top: auto;
    border-top: 1px solid rgba(148, 163, 184, .2);
    padding-top: 1.25rem;
}

.support-card--managed .support-card__ownership { border-color: #e2e8f0; }

.support-card__ownership strong {
    display: block;
    margin-top: .55rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: .96rem;
}

.website-readiness-card { padding: 1.5rem; }

.website-readiness-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 1rem;
}

.website-readiness-card__head small {
    display: block;
    margin-top: .35rem;
    color: #94a3b8;
    font-size: .68rem;
}

.website-readiness-card__state {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: .45rem;
    border-radius: 999px;
    background: #ecfdf5;
    padding: .55rem .8rem;
    color: #065f46;
    font-size: .72rem;
    font-weight: 800;
}

.website-readiness-card__state i {
    width: .45rem;
    height: .45rem;
    border-radius: 999px;
    background: #10b981;
    box-shadow: 0 0 0 5px rgba(16, 185, 129, .1);
}

.website-readiness-card__body {
    display: grid;
    gap: 1rem;
    margin-top: 1.25rem;
}

.website-readiness-preview {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 1.25rem;
    background: #f8fafc;
    padding: .85rem;
}

.website-readiness-preview__bar { display: flex; gap: .3rem; }

.website-readiness-preview__bar span {
    width: .38rem;
    height: .38rem;
    border-radius: 999px;
    background: #cbd5e1;
}

.website-readiness-preview__bar span:first-child { background: #fb7185; }
.website-readiness-preview__bar span:nth-child(2) { background: #fbbf24; }
.website-readiness-preview__bar span:nth-child(3) { background: #34d399; }

.website-readiness-preview__hero {
    min-height: 6.2rem;
    margin-top: .8rem;
    border-radius: .9rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(255, 255, 255, .12)),
        linear-gradient(135deg, #bfdbfe, #a7f3d0);
}

.website-readiness-preview__lines { margin-top: .75rem; }

.website-readiness-preview__lines span {
    display: block;
    width: 76%;
    height: .42rem;
    border-radius: 999px;
    background: #e2e8f0;
}

.website-readiness-preview__lines span + span { width: 53%; margin-top: .45rem; background: #edf2f7; }

.website-readiness-preview__button {
    margin-top: .9rem;
    border-radius: 999px;
    background: #020617;
    padding: .72rem .8rem;
    text-align: center;
    color: white;
    font-size: .72rem;
    font-weight: 800;
}

.website-readiness-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
}

.website-readiness-item {
    display: grid;
    grid-template-columns: 1.6rem minmax(0, 1fr);
    gap: .55rem;
    align-items: start;
    min-width: 0;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #f8fafc;
    padding: .8rem;
}

.website-readiness-item__check {
    display: grid;
    width: 1.6rem;
    height: 1.6rem;
    place-items: center;
    border-radius: 999px;
    background: #d1fae5;
    color: #047857;
    font-size: .72rem;
    font-weight: 900;
}

.website-readiness-item small,
.website-readiness-item strong {
    display: block;
    overflow-wrap: anywhere;
}

.website-readiness-item small { color: #64748b; font-size: .65rem; line-height: 1.35; }
.website-readiness-item strong { margin-top: .3rem; color: #0f172a; font-size: .75rem; line-height: 1.35; }

.mobile-detail-sheet { display: none; }

.mobile-detail-sheet-open,
.mobile-detail-sheet-open body { overflow: hidden; }

.sync-pulse {
    position: relative;
    width: 4.4rem;
    height: 4.4rem;
    border: 1px solid rgba(52, 211, 153, .45);
    border-radius: 999px;
    background: rgba(16, 185, 129, .12);
}

.sync-pulse::before,
.sync-pulse::after {
    content: '';
    position: absolute;
    inset: 22%;
    border: 2px solid #34d399;
    border-left-color: transparent;
    border-radius: 999px;
}

.sync-pulse::after {
    inset: -20%;
    border-width: 1px;
    opacity: .25;
    animation: igf-pulse 2.4s ease-out infinite;
}

.igf-motion-ready [data-reveal] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .65s ease, transform .65s ease;
}

.igf-motion-ready [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes igf-pulse {
    0% { transform: scale(.72); opacity: .35; }
    75%, 100% { transform: scale(1.18); opacity: 0; }
}

@keyframes hero-website-frame {
    0%, 28% { opacity: 1; }
    34%, 94% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes hero-website-pan {
    0% { transform: translateY(0) scale(1.01); }
    28% { transform: translateY(-13%) scale(1.01); }
    34%, 100% { transform: translateY(0) scale(1.01); }
}

@keyframes hero-message-arrive {
    to { opacity: 1; transform: translateY(0); }
}

@media (min-width: 1024px) {
    .homepage-hero { min-height: 50rem; }
    .homepage-hero-title { max-width: 39rem; }
    .homepage-hero-copy { max-width: 38rem; font-size: 1rem; line-height: 1.75; }
    .homepage-hero-actions { margin-top: 1.25rem; }
    .homepage-hero-guidance { margin-top: .9rem; max-width: 37rem; font-size: .76rem; line-height: 1.5; }
    .implementation-story__intro { grid-template-columns: 1.2fr .8fr; align-items: end; }
    .implementation-path { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .85rem; margin-top: 4rem; }
    .implementation-path::before {
        left: 1.6rem;
        right: 1.6rem;
        top: 1.6rem;
        bottom: auto;
        width: auto;
        height: 1px;
        background: linear-gradient(90deg, #34d399, rgba(52, 211, 153, .18));
    }
    .implementation-step { display: block; }
    .implementation-step__number { margin-left: .25rem; }
    .implementation-step__body { min-height: 12.5rem; margin-top: 1.25rem; }
    .support-choice__heading { grid-template-columns: 1fr auto; align-items: end; }
    .support-choice__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; margin-top: 3rem; }
    .support-card--managed { transform: translateY(-.65rem); }
    .support-card--managed:hover { transform: translateY(-1rem); }
    .website-readiness-card__body { grid-template-columns: .82fr 1.18fr; }
}

@media (max-width: 767px) {
    .hero-console { border-radius: 1.65rem; padding: 1rem; }
    .hero-console-metrics { gap: .5rem; }
    .hero-console-metrics > div { min-height: 5.6rem; padding: .85rem; }
    .hero-console-metrics strong { font-size: 1.25rem; }
    .hero-console-ready strong { font-size: .82rem; }
    .hero-simulation { padding: 1rem; }
    .hero-simulation-heading { align-items: flex-start; }
    .hero-record-grid { grid-template-columns: 1fr; gap: .55rem; }
    .hero-record-item { grid-template-columns: 2.2rem minmax(0, 1fr); }
    .hero-preview-heading { align-items: flex-start; }
    .hero-preview-chip { max-width: 8.5rem; text-align: center; }
    .hero-sales-inbox { grid-template-columns: 1fr; }
    .hero-inbox-queue { display: none; }
    .hero-line-state { max-width: 6.7rem; text-align: center; }
    .hero-website-stage,
    .hero-sales-inbox,
    .hero-staff-report-stage { min-height: 16.2rem; }
    .hero-simulation[data-state='confirmed'][data-ready-preview='website_setup'] .hero-ready-preview[data-hero-ready-preview='website_setup'],
    .hero-simulation[data-state='confirmed'][data-ready-preview='whatsapp_order'] .hero-ready-preview[data-hero-ready-preview='whatsapp_order'],
    .hero-simulation[data-state='confirmed'][data-ready-preview='staff_reports'] .hero-ready-preview[data-hero-ready-preview='staff_reports'] { max-height: 31rem; }
    .hero-scenario-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .buyer-fit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .buyer-fit-card { padding: 1.1rem; }
    .buyer-fit-card + .buyer-fit-card::before { display: none; }
    .buyer-fit-card:nth-child(odd) { border-right: 1px solid #e2e8f0; }
    .buyer-fit-card:nth-child(n+3) { border-top: 1px solid #e2e8f0; }
    .buyer-fit-icon { width: 3.25rem; height: 3.25rem; border-radius: 1rem; }
    .buyer-fit-icon svg { width: 1.65rem; height: 1.65rem; }
    .buyer-fit-card h3 { font-size: .88rem; }
    .buyer-fit-card p { font-size: .68rem; line-height: 1.5; }
    .hero-staff-report-summary > div { padding: .48rem; }
    .hero-staff-report-summary strong { font-size: .9rem; }
    .hero-staff-report-summary small { min-height: 1.3rem; }
    .pain-explorer-layout { grid-template-columns: 1fr; gap: 1rem; }
    .pain-red-flag-list { gap: .55rem; }
    .pain-red-flag { min-height: 4.35rem; padding: .65rem .7rem; }
    .pain-red-flag-icon { width: 2.55rem; height: 2.55rem; border-radius: .8rem; }
    .pain-red-flag-copy { font-size: .82rem; }
    .pain-control-panel { position: static; border-radius: 1.5rem; padding: 1.2rem; }
    .pain-control-heading { align-items: flex-start; }
    .pain-control-row { padding: .9rem; }
    .record-orbit {
        display: block;
        min-height: 33.5rem;
        overflow: visible;
        border-radius: 2.25rem;
        padding: 0;
    }
    .record-orbit::before,
    .record-orbit::after { display: block; border-radius: 50%; }
    .record-orbit::before { inset: 8% 4%; }
    .record-orbit::after { inset: 24% 17%; }
    .record-node {
        position: absolute;
        width: 4.65rem;
        height: 4.65rem;
        min-height: 0;
        border-radius: 50%;
        padding: .45rem;
        font-size: .6rem;
    }
    .record-core {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 9rem;
        height: 9rem;
        border-width: 5px;
        border-radius: 50%;
        transform: translate(-50%, -50%);
    }
    .record-core strong { font-size: 1.08rem; }
    .record-node:nth-of-type(1) { right: 0; top: 35%; }
    .record-node:nth-of-type(2) { right: 8%; bottom: 3%; }
    .record-node:nth-of-type(3) { left: 17%; bottom: 6%; }
    .record-node:nth-of-type(4) { left: -2%; top: 46%; }
    .record-node:nth-of-type(5) { left: 16%; top: 18%; }
    .record-node:nth-of-type(6) { right: -1%; bottom: 25%; }
    .record-node:nth-of-type(7) { right: 5%; top: 8%; }
    .record-node:nth-of-type(8) { left: 39%; top: 1%; }
    .stock-lab-facts { grid-template-columns: 1fr; }
    .stock-lab-facts > div + div::before { left: .85rem; right: .85rem; top: 0; bottom: auto; width: auto; height: 1px; }
    .implementation-story { padding-block: 4.5rem; }
    .implementation-story__promise { border-radius: 1.25rem; padding: 1.2rem; }
    .implementation-path { margin-top: 2.5rem; }
    .implementation-step__body { min-height: 0; padding: 1.1rem; }
    .implementation-step__body strong { font-size: .98rem; }
    .implementation-step__body p { font-size: .78rem; }
    .support-choice { margin-top: 3.5rem; padding-top: 2.75rem; }
    .support-choice__link {
        width: 100%;
        justify-content: space-between;
        border: 1px solid rgba(110, 231, 183, .28);
        border-radius: 999px;
        background: rgba(16, 185, 129, .08);
        padding: .9rem 1.1rem;
    }
    .support-choice__grid { gap: .85rem; margin-top: 1.75rem; }
    .support-card { min-height: 18rem; border-radius: 1.35rem; padding: 1.4rem; }
    .support-card::before { left: 1.4rem; right: 1.4rem; }
    .support-card h4 { margin-top: 1.45rem; font-size: 1.4rem; }
    .support-card--managed { margin-top: .35rem; }
    .interaction-arrow svg { transform: rotate(90deg); transform-origin: center; }
    .story-selector:hover .interaction-arrow,
    .story-step:hover .interaction-arrow { transform: none; }
    .story-selector[aria-selected='true'] .interaction-arrow,
    .story-selector[aria-pressed='true'] .interaction-arrow,
    .story-selector.is-active .interaction-arrow,
    .story-step[aria-pressed='true'] .interaction-arrow { transform: translateY(2px); }
    .igf-mobile-sheets-ready [data-pain-explorer] [data-interaction-panel],
    .igf-mobile-sheets-ready [data-record-map] [data-interaction-panel],
    .igf-mobile-sheets-ready [data-whatsapp-journey] [data-interaction-panel],
    .igf-mobile-sheets-ready [data-stock-lab] [data-interaction-panel] { display: none; }
    .website-readiness-card { padding: 1rem; }
    .website-readiness-card__head { align-items: flex-start; }
    .website-readiness-card__head small { max-width: 9rem; }
    .website-readiness-card__state { padding: .5rem .65rem; font-size: .66rem; }
    .website-readiness-card__body { grid-template-columns: 1fr; }
    .website-readiness-preview { padding: .75rem; }
    .website-readiness-preview__hero { min-height: 5.5rem; }
    .website-readiness-list { gap: .55rem; }
    .website-readiness-item { grid-template-columns: 1.45rem minmax(0, 1fr); gap: .45rem; padding: .65rem; }
    .website-readiness-item__check { width: 1.45rem; height: 1.45rem; }
    .mobile-detail-sheet {
        position: fixed;
        inset: 0;
        z-index: 999;
        display: block;
        visibility: hidden;
        pointer-events: none;
    }
    .mobile-detail-sheet__backdrop {
        position: absolute;
        inset: 0;
        width: 100%;
        border: 0;
        background: rgba(2, 6, 23, .68);
        opacity: 0;
        backdrop-filter: blur(3px);
        transition: opacity .34s ease;
    }
    .mobile-detail-sheet__panel {
        position: absolute;
        right: .5rem;
        bottom: .5rem;
        left: .5rem;
        max-height: min(82dvh, 44rem);
        overflow: auto;
        overscroll-behavior: contain;
        border: 1px solid rgba(110, 231, 183, .22);
        border-radius: 1.75rem;
        background: #07101f;
        color: white;
        box-shadow: 0 -24px 90px rgba(2, 6, 23, .52);
        opacity: 0;
        transform: translateY(calc(100% + 1rem)) scale(.98);
        transition: transform .48s cubic-bezier(.22, 1, .36, 1), opacity .3s ease;
    }
    .mobile-detail-sheet.is-open,
    .mobile-detail-sheet.is-closing { visibility: visible; }
    .mobile-detail-sheet.is-open { pointer-events: auto; }
    .mobile-detail-sheet.is-open .mobile-detail-sheet__backdrop { opacity: 1; }
    .mobile-detail-sheet.is-open .mobile-detail-sheet__panel { opacity: 1; transform: translateY(0) scale(1); }
    .mobile-detail-sheet__handle {
        position: sticky;
        top: 0;
        z-index: 2;
        width: 2.7rem;
        height: .3rem;
        margin: .7rem auto .2rem;
        border-radius: 999px;
        background: rgba(148, 163, 184, .45);
    }
    .mobile-detail-sheet__head {
        position: sticky;
        top: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        border-bottom: 1px solid rgba(148, 163, 184, .16);
        background: rgba(7, 16, 31, .96);
        padding: .75rem 1.1rem 1rem;
        backdrop-filter: blur(12px);
    }
    .mobile-detail-sheet__head span {
        display: block;
        color: #6ee7b7;
        font-size: .58rem;
        font-weight: 800;
        letter-spacing: .15em;
        text-transform: uppercase;
    }
    .mobile-detail-sheet__head strong {
        display: block;
        margin-top: .25rem;
        font-family: 'Space Grotesk', sans-serif;
        font-size: 1rem;
    }
    .mobile-detail-sheet__close {
        display: grid;
        width: 2.55rem;
        height: 2.55rem;
        flex: 0 0 auto;
        place-items: center;
        border: 1px solid rgba(148, 163, 184, .2);
        border-radius: 999px;
        background: rgba(255, 255, 255, .06);
        color: white;
        font-size: 1.5rem;
        line-height: 1;
    }
    .mobile-detail-sheet__content { padding: 1.1rem; }
    .mobile-detail-sheet__content .pain-control-heading { align-items: flex-start; }
    .mobile-detail-sheet__content [data-step-body] { min-height: 0; }
    .mobile-detail-sheet__content [data-record-title] { color: #fff !important; }
    .mobile-detail-sheet__content [data-record-body] { color: #cbd5e1 !important; }
    .mobile-detail-sheet__content p:has([data-record-updates]) {
        border-color: rgba(148, 163, 184, .22) !important;
        color: #cbd5e1 !important;
    }
    .mobile-detail-sheet__content [data-record-updates] { color: #d1fae5; }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .buyer-fit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .buyer-fit-card:nth-child(4)::before { display: none; }
    .buyer-fit-card:nth-child(n+4) { border-top: 1px solid #e2e8f0; }
    .pain-explorer-layout { grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 1.25rem; }
    .pain-control-panel { top: 6rem; padding: 1.35rem; }
    .pain-red-flag { min-height: 4.45rem; padding: .65rem .7rem; }
    .pain-red-flag-icon { width: 2.55rem; height: 2.55rem; }
    .pain-red-flag-copy { font-size: .78rem; }
    .record-orbit { min-height: 38rem; }
    .website-readiness-card__body { grid-template-columns: .8fr 1.2fr; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
    }

    .hero-website-frame { display: none; opacity: 0; }
    .hero-website-frame-one { display: block; opacity: 1; }
    .hero-website-frame-one img { transform: none; }
    .hero-whatsapp-sequence > * { opacity: 1; transform: none; }
}
