:root {
    color-scheme: light;
    --bg: #ffffff;
    --bg-soft: #f7f4ee;
    --panel: rgba(255, 255, 255, 0.92);
    --panel-strong: #ffffff;
    --panel-elevated: #fffaf4;
    --line: rgba(17, 24, 39, 0.08);
    --line-strong: rgba(17, 24, 39, 0.14);
    --text: #191919;
    --muted: #5c5c5c;
    --muted-soft: #7a7a7a;
    --orange: #e86b1f;
    --orange-soft: rgba(232, 107, 31, 0.12);
    --orange-glow: rgba(232, 107, 31, 0.14);
    --blue: #275df5;
    --blue-soft: rgba(39, 93, 245, 0.1);
    --shadow-lg: 0 28px 80px rgba(35, 29, 24, 0.12);
    --shadow-md: 0 18px 44px rgba(35, 29, 24, 0.08);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 14px;
    --container: 1180px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    background:
        radial-gradient(circle at top left, rgba(232, 107, 31, 0.12), transparent 28%),
        radial-gradient(circle at 85% 14%, rgba(39, 93, 245, 0.07), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #fffdf9 44%, #f8f4ed 100%);
    color: var(--text);
    font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
svg {
    display: block;
    max-width: 100%;
}

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

button {
    cursor: pointer;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.marketing-shell {
    position: relative;
    overflow: clip;
}

.bg-orb {
    position: absolute;
    inset: auto;
    width: 36rem;
    height: 36rem;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.56;
    pointer-events: none;
    z-index: 0;
}

.bg-orb-orange {
    top: -8rem;
    left: -8rem;
    background: var(--orange-glow);
}

.bg-orb-blue {
    top: 26rem;
    right: -12rem;
    background: rgba(39, 93, 245, 0.12);
}

.container {
    position: relative;
    z-index: 1;
    width: min(var(--container), calc(100% - 32px));
    margin: 0 auto;
}

.section {
    padding: 48px 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 82px;
}

.brand {
    display: inline-flex;
    align-items: center;
    max-width: min(100%, 220px);
}

.brand-logo {
    display: block;
    width: min(100%, 220px);
    height: auto;
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(7, 16, 30, 0.2);
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 22px;
}

.site-nav a {
    color: var(--muted);
    font-size: 0.96rem;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: var(--orange);
}

.site-nav a.is-current {
    color: var(--orange);
    font-weight: 700;
}

.nav-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    color: var(--text) !important;
    background: #fff8f1;
}

.nav-toggle {
    display: none;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--text);
}

.nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: currentColor;
    border-radius: 999px;
}

.hero-section {
    padding-top: 58px;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 30px;
    align-items: start;
}

.eyebrow,
.section-kicker,
.kicker,
.screen-label,
.pricing-tier,
.comparison-label {
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--line);
    color: var(--muted);
    font-size: 0.78rem;
    box-shadow: 0 12px 30px rgba(35, 29, 24, 0.05);
}

.eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 0 0 6px rgba(232, 107, 31, 0.12);
}

.hero-copy h1,
.section-heading h2,
.card-header h2,
.final-cta-copy h2 {
    font-family: "Sora", "Avenir Next", sans-serif;
    letter-spacing: -0.04em;
    line-height: 0.96;
    margin: 0;
}

.hero-copy h1 {
    margin-top: 18px;
    font-size: clamp(2.85rem, 6.6vw, 4.95rem);
    max-width: 12ch;
    color: #121212;
}

.hero-lead {
    margin: 22px 0 0;
    color: var(--text);
    font-size: 1.2rem;
    line-height: 1.55;
    max-width: 58ch;
}

.hero-support {
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 1rem;
    max-width: 60ch;
}

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

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.hero-proof span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff7ef;
    border: 1px solid rgba(232, 107, 31, 0.12);
    color: #704528;
    font-size: 0.88rem;
    font-weight: 600;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 0.98rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-1px);
}

.button-primary {
    background: linear-gradient(135deg, var(--orange) 0%, #f28b45 100%);
    color: #fff;
    box-shadow: 0 16px 34px rgba(232, 107, 31, 0.2);
}

.button-secondary {
    background: #ffffff;
    border-color: var(--line-strong);
    color: var(--text);
    box-shadow: 0 10px 26px rgba(35, 29, 24, 0.06);
}

.button-block {
    width: 100%;
}

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

.hero-note,
.page-card,
.page-summary-card,
.feature-card,
.industry-card,
.step-card,
.pricing-card,
.hardware-card,
.showcase-panel,
.comparison-card,
.contact-card,
.signal-card,
.dashboard-card,
.trust-wrap,
.faq-item {
    background: var(--panel);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(14px);
}

.hero-note {
    padding: 18px;
    border-radius: var(--radius-md);
}

.hero-note strong {
    display: block;
    margin-bottom: 8px;
    font-size: 0.98rem;
}

.hero-note span {
    color: var(--muted);
    font-size: 0.92rem;
}

.page-card,
.page-summary-card {
    padding: 24px;
    border-radius: var(--radius-lg);
}

.page-card {
    display: grid;
    gap: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-card:hover,
.page-card:focus-visible {
    transform: translateY(-4px);
}

.page-card h3,
.page-summary-card h2 {
    margin: 0;
    font-family: "Sora", "Avenir Next", sans-serif;
    line-height: 1.06;
}

.page-card h3 {
    font-size: 1.36rem;
}

.page-summary-card {
    display: grid;
    gap: 16px;
}

.page-summary-card h2 {
    font-size: clamp(1.9rem, 3.6vw, 2.7rem);
    letter-spacing: -0.04em;
}

.page-card p,
.page-summary-list li {
    margin: 0;
    color: var(--muted);
}

.page-card-link {
    color: var(--blue);
    font-size: 0.92rem;
    font-weight: 800;
}

.page-summary-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.page-summary-list li {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(247, 244, 238, 0.72);
    border: 1px solid rgba(17, 24, 39, 0.06);
}

.product-stage {
    position: relative;
    padding: 18px;
    border-radius: var(--radius-xl);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 241, 0.92)),
        #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: var(--shadow-lg);
}

.glass-card {
    border-radius: 28px;
}

.dashboard-card {
    padding: 16px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 244, 236, 0.96)),
        #ffffff;
}

.hero-copy,
.hero-visual,
.page-summary-card,
.guide-overview-card {
    align-self: start;
}

.hero-visual {
    width: min(100%, 500px);
    justify-self: end;
}

.card-header,
.showcase-head,
.timeline-head,
.section-heading {
    display: grid;
    gap: 10px;
}

.card-header {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
}

.kicker,
.section-kicker,
.screen-label,
.pricing-tier,
.comparison-label {
    color: var(--blue);
    font-size: 0.76rem;
    font-weight: 700;
}

.card-header h2 {
    font-size: 1.28rem;
}

.status-pill,
.toolbar-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
    white-space: nowrap;
}

.status-live {
    background: rgba(39, 93, 245, 0.08);
    color: var(--blue);
    border: 1px solid rgba(39, 93, 245, 0.14);
}

.toolbar-chip {
    background: rgba(17, 24, 39, 0.03);
    color: var(--muted);
    border: 1px solid var(--line);
}

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

.mini-stat,
.ui-card {
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(247, 244, 238, 0.8);
    border: 1px solid rgba(17, 24, 39, 0.06);
}

.mini-stat span,
.ui-card span {
    display: block;
    color: var(--muted-soft);
    font-size: 0.72rem;
}

.mini-stat strong,
.ui-card strong {
    display: block;
    margin-top: 2px;
    font-size: 0.92rem;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.9fr);
    gap: 14px;
    margin-top: 16px;
}

.dashboard-grid.compact-dashboard {
    grid-template-columns: 1fr;
    margin-top: 12px;
}

.screen-list,
.timeline-card,
.dashboard-sidebar,
.dashboard-main {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(17, 24, 39, 0.06);
}

.screen-list {
    padding: 12px;
}

.screen-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 14px;
}

.screen-row + .screen-row {
    margin-top: 6px;
}

.screen-row strong,
.screen-row em {
    font-style: normal;
}

.screen-row span {
    display: block;
    color: var(--muted-soft);
    font-size: 0.78rem;
}

.screen-row strong {
    font-size: 0.94rem;
}

.screen-row em {
    font-size: 0.74rem;
}

.screen-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.screen-dot.online {
    background: #35b76f;
    box-shadow: 0 0 0 6px rgba(53, 183, 111, 0.15);
}

.screen-dot.syncing {
    background: var(--orange);
    box-shadow: 0 0 0 6px rgba(232, 107, 31, 0.12);
}

.timeline-card {
    padding: 16px;
}

.timeline-head strong {
    font-size: 1rem;
}

.timeline-head span {
    color: var(--muted-soft);
    font-size: 0.85rem;
}

.timeline-item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 12px 0;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.timeline-item span {
    color: var(--orange);
    font-weight: 700;
}

.floating-screens {
    position: absolute;
    right: -4px;
    bottom: 34px;
    display: grid;
    gap: 10px;
    width: min(210px, 38%);
}

.screen-card {
    padding: 14px;
    border-radius: 18px;
    box-shadow: var(--shadow-lg);
}

.menu-screen {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 244, 236, 0.96)), #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.menu-screen strong,
.quiz-screen strong,
.remote-screen strong {
    display: block;
    margin-top: 4px;
    font-family: "Sora", "Avenir Next", sans-serif;
    font-size: 0.98rem;
}

.menu-screen ul {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.menu-screen li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 0;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
    color: var(--muted);
}

.quiz-screen {
    justify-self: end;
    width: 92%;
    background: linear-gradient(145deg, rgba(232, 107, 31, 0.16), rgba(255, 255, 255, 0.92)), #fff5ee;
    border: 1px solid rgba(232, 107, 31, 0.18);
}

.quiz-screen p,
.remote-screen p {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 0.82rem;
}

.quiz-options-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.quiz-options-preview span,
.remote-phone-preview span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(17, 24, 39, 0.08);
    color: var(--text);
    font-size: 0.72rem;
    font-weight: 700;
}

.remote-screen {
    background: linear-gradient(145deg, rgba(39, 93, 245, 0.1), rgba(255, 255, 255, 0.94)), #f7f9ff;
    border: 1px solid rgba(39, 93, 245, 0.16);
}

.remote-phone-preview {
    display: flex;
    gap: 6px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.compatibility-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.compatibility-strip span,
.trust-items span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(17, 24, 39, 0.07);
    color: var(--muted);
    font-size: 0.76rem;
}

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

.showcase-grid .screen-card {
    position: relative;
    inset: auto;
    width: 100%;
    justify-self: stretch;
}

.showcase-grid .quiz-screen {
    width: 100%;
    justify-self: stretch;
}

.trust-strip {
    padding-top: 18px;
}

.trust-wrap {
    display: grid;
    gap: 18px;
    padding: 24px;
    border-radius: 26px;
}

.trust-wrap p {
    margin: 0;
    font-size: 1rem;
    color: var(--text);
}

.trust-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 28px;
}

.section-heading h2,
.final-cta-copy h2 {
    font-size: clamp(2.2rem, 5vw, 4rem);
}

.section-heading p,
.final-cta-copy p,
.hardware-card p,
.feature-card p,
.industry-card p,
.step-card p,
.pricing-card p,
.faq-answer p,
.footer-copy {
    margin: 0;
    color: var(--muted);
}

.steps-grid,
.features-grid,
.industry-grid,
.pricing-grid,
.page-grid,
.hardware-cards,
.footer-grid {
    display: grid;
    gap: 18px;
}

.page-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-card,
.feature-card,
.industry-card,
.pricing-card,
.hardware-card {
    padding: 24px;
    border-radius: var(--radius-lg);
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(232, 107, 31, 0.12);
    color: var(--orange);
    font-family: "Sora", "Avenir Next", sans-serif;
    font-weight: 800;
}

.step-card h3,
.feature-card h3,
.industry-card h3,
.showcase-panel h3,
.pricing-card h3,
.hardware-card h3,
.site-footer h3 {
    margin: 16px 0 10px;
    font-family: "Sora", "Avenir Next", sans-serif;
    font-size: 1.3rem;
    line-height: 1.15;
}

.features-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
    min-height: 210px;
}

.feature-card:nth-child(2n) {
    background:
        linear-gradient(180deg, rgba(255, 248, 241, 0.8), transparent),
        rgba(255, 255, 255, 0.92);
}

.dynamic-showcase {
    padding: 28px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(39, 93, 245, 0.08), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 241, 0.98)),
        #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: var(--shadow-lg);
}

.dynamic-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.dynamic-tab {
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(17, 24, 39, 0.1);
    background: rgba(255, 255, 255, 0.84);
    color: var(--muted);
    font-weight: 700;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.dynamic-tab:hover,
.dynamic-tab:focus-visible {
    border-color: rgba(232, 107, 31, 0.24);
}

.dynamic-tab.is-active {
    background: linear-gradient(135deg, var(--orange) 0%, #f28b45 100%);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(232, 107, 31, 0.2);
}

.dynamic-stage {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
    gap: 18px;
    align-items: stretch;
}

.dynamic-copy-stack,
.dynamic-preview-stack {
    position: relative;
}

.dynamic-copy,
.dynamic-preview {
    height: 100%;
}

.dynamic-copy {
    padding: 26px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: var(--shadow-md);
}

.dynamic-copy h3 {
    margin: 14px 0 12px;
    font-family: "Sora", "Avenir Next", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.dynamic-copy p {
    margin: 0;
    color: var(--muted);
}

.dynamic-points,
.dynamic-metrics,
.phone-actions {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dynamic-points {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.dynamic-points li {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(247, 244, 238, 0.78);
    border: 1px solid rgba(17, 24, 39, 0.06);
    color: var(--text);
}

.dynamic-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.dynamic-metrics span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(39, 93, 245, 0.08);
    border: 1px solid rgba(39, 93, 245, 0.14);
    color: var(--blue);
    font-size: 0.86rem;
    font-weight: 700;
}

.dynamic-preview {
    padding: 22px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 244, 236, 0.96)),
        #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: var(--shadow-md);
}

.preview-status-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.builder-canvas,
.quiz-canvas,
.phone-shell {
    margin-top: 18px;
}

.builder-canvas {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 14px;
    min-height: 360px;
}

.builder-column,
.builder-main,
.quiz-question-card,
.quiz-result-strip,
.phone-shell {
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.builder-column {
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 18px;
}

.builder-column strong {
    font-family: "Sora", "Avenir Next", sans-serif;
    font-size: 1rem;
}

.builder-column span {
    padding: 11px 12px;
    border-radius: 14px;
    color: var(--muted-soft);
}

.builder-column .is-active {
    background: rgba(232, 107, 31, 0.12);
    color: var(--text);
    font-weight: 700;
}

.builder-main {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 18px;
}

.builder-row,
.phone-screen-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(247, 244, 238, 0.78);
    border: 1px solid rgba(17, 24, 39, 0.06);
}

.builder-row strong,
.quiz-question-card strong,
.phone-screen-row strong {
    display: block;
    font-family: "Sora", "Avenir Next", sans-serif;
    font-size: 1rem;
}

.builder-row span,
.phone-screen-row span {
    color: var(--muted-soft);
    font-size: 0.86rem;
}

.builder-row em,
.phone-screen-row em {
    font-style: normal;
    color: var(--orange);
    font-weight: 800;
}

.quiz-canvas {
    display: grid;
    gap: 14px;
    min-height: 360px;
}

.quiz-question-card {
    padding: 22px;
    background:
        linear-gradient(145deg, rgba(232, 107, 31, 0.12), rgba(255, 255, 255, 0.92)),
        #fff8f2;
}

.quiz-answer-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.quiz-answer-list span,
.phone-actions span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(17, 24, 39, 0.08);
    color: var(--text);
    font-weight: 700;
    text-align: center;
}

.quiz-result-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 18px;
}

.quiz-result-strip div {
    padding: 18px 14px;
    border-radius: 18px;
    background: rgba(247, 244, 238, 0.72);
    border: 1px solid rgba(17, 24, 39, 0.06);
    text-align: center;
}

.quiz-result-strip strong {
    display: block;
    font-family: "Sora", "Avenir Next", sans-serif;
    font-size: 1.3rem;
}

.quiz-result-strip span {
    color: var(--muted-soft);
    font-size: 0.85rem;
}

.phone-shell {
    display: grid;
    gap: 14px;
    padding: 18px;
    min-height: 360px;
    background:
        linear-gradient(180deg, rgba(39, 93, 245, 0.08), rgba(255, 255, 255, 0.94)),
        #f7f9ff;
}

.phone-topbar {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 700;
}

.phone-screen-list,
.phone-actions {
    display: grid;
    gap: 12px;
}

.industry-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.industry-card {
    position: relative;
    min-height: 250px;
    overflow: hidden;
}

.industry-card::after {
    content: "";
    position: absolute;
    inset: auto -40px -50px auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 107, 31, 0.16), transparent 72%);
    pointer-events: none;
}

.showcase-section .showcase-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 18px;
}

.showcase-panel {
    padding: 24px;
    border-radius: 28px;
}

.showcase-dashboard {
    grid-row: span 2;
}

.showcase-dashboard-ui {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 14px;
    margin-top: 22px;
}

.dashboard-sidebar {
    display: grid;
    gap: 10px;
    padding: 16px;
}

.dashboard-sidebar span {
    padding: 10px 12px;
    border-radius: 14px;
    color: var(--muted-soft);
}

.dashboard-sidebar .active {
    color: var(--text);
    background: rgba(232, 107, 31, 0.12);
}

.dashboard-main {
    padding: 18px;
}

.dashboard-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.dashboard-panels {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

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

.preview-frame {
    display: grid;
    align-content: end;
    min-height: 260px;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.preview-frame span,
.preview-frame em {
    font-style: normal;
    color: rgba(25, 25, 25, 0.68);
    font-size: 0.86rem;
}

.preview-frame strong {
    display: block;
    margin: 10px 0 8px;
    font-family: "Sora", "Avenir Next", sans-serif;
    font-size: 1.22rem;
}

.preview-menu {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), transparent), linear-gradient(180deg, rgba(232, 107, 31, 0.14), rgba(255, 250, 244, 0.98));
}

.preview-promo {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), transparent), linear-gradient(180deg, rgba(39, 93, 245, 0.12), rgba(247, 249, 255, 0.98));
}

.preview-announce {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), transparent), linear-gradient(180deg, rgba(17, 24, 39, 0.05), rgba(255, 255, 255, 0.98));
}

.preview-quiz {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), transparent), linear-gradient(180deg, rgba(232, 107, 31, 0.18), rgba(255, 247, 239, 0.98));
}

.preview-mobile {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), transparent), linear-gradient(180deg, rgba(39, 93, 245, 0.16), rgba(247, 249, 255, 0.98));
}

.pairing-flow {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.pairing-box {
    display: grid;
    place-items: center;
    min-height: 190px;
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(39, 93, 245, 0.08), rgba(255, 255, 255, 0.92));
    border: 1px solid rgba(39, 93, 245, 0.12);
    text-align: center;
}

.pairing-box span {
    color: var(--muted-soft);
    font-size: 0.86rem;
}

.pairing-box strong {
    font-family: "Sora", "Avenir Next", sans-serif;
    font-size: clamp(2rem, 5vw, 3.4rem);
    letter-spacing: 0.18em;
}

.pairing-steps {
    display: grid;
    gap: 12px;
}

.pairing-steps div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(247, 244, 238, 0.72);
    border: 1px solid rgba(17, 24, 39, 0.06);
}

.pairing-steps span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(232, 107, 31, 0.12);
    color: var(--orange);
    font-weight: 800;
}

.benefits-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 18px;
    align-items: start;
}

.benefit-comparison,
.benefits-list {
    display: grid;
    gap: 16px;
}

.comparison-card {
    padding: 22px;
    border-radius: 24px;
}

.comparison-card ul,
.pricing-card ul,
.hardware-card ul,
.footer-links,
.cta-points,
.benefits-list,
.faq-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comparison-card li,
.pricing-card li,
.hardware-card li,
.benefit-item,
.footer-links li {
    color: var(--muted);
}

.comparison-card li + li,
.pricing-card li + li,
.hardware-card li + li,
.benefit-item + .benefit-item,
.footer-links li + li {
    margin-top: 12px;
}

.comparison-before {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72), transparent),
        rgba(255, 255, 255, 0.92);
}

.comparison-after {
    background:
        linear-gradient(180deg, rgba(232, 107, 31, 0.12), transparent),
        rgba(255, 255, 255, 0.96);
    border-color: rgba(232, 107, 31, 0.16);
}

.benefit-item {
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(247, 244, 238, 0.7);
    border: 1px solid rgba(17, 24, 39, 0.06);
}

.benefit-item strong,
.cta-points strong {
    display: block;
    margin-bottom: 8px;
    color: var(--text);
    font-size: 1rem;
}

.benefit-item p,
.cta-points p {
    margin: 0;
    color: var(--muted);
}

.hardware-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 18px;
    align-items: start;
}

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

.hardware-card-accent,
.pricing-card-featured {
    border-color: rgba(232, 107, 31, 0.24);
    background:
        linear-gradient(180deg, rgba(232, 107, 31, 0.12), transparent),
        rgba(255, 250, 244, 0.98);
    box-shadow: 0 20px 48px rgba(232, 107, 31, 0.12);
}

.pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-card {
    display: grid;
    gap: 18px;
}

.pricing-price-block {
    display: grid;
    gap: 4px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(248, 250, 252, 0.92);
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.pricing-price-block strong {
    font-family: "Sora", "Avenir Next", sans-serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.pricing-price-block span,
.pricing-subprice {
    color: var(--muted);
    font-size: 0.92rem;
}

.pricing-price-block-featured {
    background:
        linear-gradient(180deg, rgba(232, 107, 31, 0.12), transparent),
        rgba(255, 255, 255, 0.96);
    border-color: rgba(232, 107, 31, 0.18);
}

.pricing-subprice {
    margin-top: -6px;
}

.pricing-card .button {
    margin-top: auto;
}

.contact-actions {
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
}

.faq-list {
    display: grid;
    gap: 14px;
}

.faq-item {
    border-radius: 22px;
    overflow: hidden;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    padding: 22px 24px;
    border: 0;
    background: transparent;
    color: var(--text);
    text-align: left;
    font-family: "Sora", "Avenir Next", sans-serif;
    font-size: 1rem;
}

.faq-icon {
    position: relative;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 2px;
    background: var(--orange);
    border-radius: 999px;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-question[aria-expanded="true"] .faq-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleX(0.4);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
}

.faq-answer p {
    padding: 0 24px 22px;
}

.final-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 22px;
    align-items: stretch;
}

.final-cta-grid > * {
    height: 100%;
}

.final-cta-grid .guide-cta-strip {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 28px;
}

.final-cta-grid .guide-cta-actions {
    justify-content: flex-start;
    margin-top: auto;
}

.cta-points {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.contact-card {
    padding: 24px;
    border-radius: 28px;
}

.contact-card h2 {
    margin: 10px 0 8px;
}

.contact-card > p {
    margin: 0 0 18px;
    color: var(--muted);
}

.demo-form {
    display: grid;
    gap: 14px;
}

.contact-feedback {
    margin-bottom: 16px;
    padding: 14px 16px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 18px;
    font-size: 0.95rem;
}

.contact-feedback strong {
    display: block;
    margin-bottom: 8px;
}

.contact-feedback ul {
    margin: 0;
    padding-left: 18px;
}

.contact-feedback-success {
    background: rgba(155, 229, 62, 0.14);
    border-color: rgba(155, 229, 62, 0.24);
    color: #355400;
}

.contact-feedback-error {
    background: rgba(255, 106, 61, 0.12);
    border-color: rgba(255, 106, 61, 0.22);
    color: #7a321c;
}

.form-row {
    display: grid;
    gap: 8px;
}

.form-row label {
    font-weight: 700;
    font-size: 0.92rem;
}

.form-row input,
.form-row select,
.form-row textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 16px;
    background: #ffffff;
    color: var(--text);
    appearance: none;
}

.form-row input::placeholder,
.form-row textarea::placeholder {
    color: var(--muted-soft);
}

.form-row textarea {
    resize: vertical;
    min-height: 128px;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    outline: none;
    border-color: rgba(232, 107, 31, 0.45);
    box-shadow: 0 0 0 3px rgba(232, 107, 31, 0.12);
}

.form-note {
    margin: 0;
    color: var(--muted-soft);
    font-size: 0.9rem;
}

.form-note a {
    color: var(--blue);
}

.contact-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.site-footer {
    padding: 24px 0 54px;
    border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.footer-grid {
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(180px, 0.4fr));
    align-items: start;
}

.footer-brand {
    margin-bottom: 14px;
}

.footer-copy {
    max-width: 42ch;
}

.site-footer h3 {
    margin-top: 0;
    font-size: 1rem;
}

.section-action-row {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.footer-links a {
    color: var(--muted);
}

.footer-links a:hover,
.footer-links a:focus-visible {
    color: var(--orange);
}

.guide-page .hero-copy h1 {
    max-width: 11ch;
}

.guide-hero-section {
    padding-bottom: 30px;
}

.guide-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    gap: 30px;
    align-items: start;
}

.guide-overview-card,
.guide-step-card,
.screen-example-card,
.guide-cta-strip {
    background: var(--panel);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(14px);
}

.guide-overview-card {
    padding: 24px;
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 240, 0.92)),
        #ffffff;
}

.guide-overview-image {
    width: 100%;
    border-radius: 24px;
    border: 1px solid rgba(17, 24, 39, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.guide-step-flow {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.guide-step-card {
    display: grid;
    gap: 16px;
    padding: 24px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 244, 238, 0.92)),
        #ffffff;
}

.guide-step-meta {
    display: flex;
    align-items: center;
    gap: 14px;
}

.guide-step-kicker {
    color: var(--blue);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.guide-step-card h3,
.screen-example-copy h3,
.guide-cta-strip h2 {
    margin: 0;
    font-family: "Sora", "Avenir Next", sans-serif;
    line-height: 1.02;
}

.guide-step-card h3,
.screen-example-copy h3 {
    font-size: 1.36rem;
}

.guide-step-card p,
.screen-example-copy p,
.guide-cta-strip p {
    margin: 0;
    color: var(--muted);
}

.guide-step-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.guide-step-list li {
    position: relative;
    padding-left: 22px;
    color: var(--muted);
}

.guide-step-list li::before {
    content: "";
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 0 0 6px rgba(232, 107, 31, 0.12);
}

.guide-callout {
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(39, 93, 245, 0.06);
    border: 1px solid rgba(39, 93, 245, 0.1);
    color: #2b3c73;
    font-size: 0.93rem;
}

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

.screen-example-card {
    display: grid;
    gap: 18px;
    padding: 18px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 238, 0.92)),
        #ffffff;
}

.screen-frame-art {
    width: 100%;
    border-radius: 24px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.screen-example-copy {
    display: grid;
    gap: 10px;
}

.guide-cta-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 28px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(39, 93, 245, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(255, 248, 241, 0.96), rgba(255, 255, 255, 0.98)),
        #ffffff;
}

.guide-cta-strip h2 {
    margin: 10px 0;
    font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: -0.04em;
}

.guide-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 {
    transition-delay: 0.08s;
}

.reveal-delay-2 {
    transition-delay: 0.16s;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 1120px) {
    .hero-grid,
    .guide-hero-grid,
    .benefits-grid,
    .hardware-grid,
    .final-cta-grid,
    .dynamic-stage,
    .showcase-section .showcase-grid,
    .guide-cta-strip {
        grid-template-columns: 1fr;
    }

    .showcase-dashboard {
        grid-row: auto;
    }

    .floating-screens {
        position: relative;
        inset: auto;
        width: 100%;
        margin-top: 18px;
    }

    .quiz-screen {
        width: 100%;
    }

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

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

    .steps-grid,
    .page-grid,
    .guide-step-flow,
    .pricing-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .showcase-grid,
    .screen-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .guide-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 860px) {
    .nav-toggle {
        display: inline-block;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 10px);
        left: 16px;
        right: 16px;
        display: none;
        padding: 18px;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid var(--line);
        box-shadow: var(--shadow-lg);
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .site-nav.is-open {
        display: flex;
    }

    .nav-login {
        width: 100%;
    }

    .hero-notes,
    .stats-row,
    .dashboard-grid,
    .page-grid,
    .builder-canvas,
    .showcase-dashboard-ui,
    .screen-preview-grid,
    .quiz-answer-list,
    .quiz-result-strip,
    .hardware-cards,
    .showcase-grid,
    .screen-gallery {
        grid-template-columns: 1fr;
    }

    .card-header {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(calc(100% - 20px), var(--container));
    }

    .section {
        padding: 36px 0;
    }

    .hero-section {
        padding-top: 32px;
    }

    .product-stage,
    .dynamic-showcase,
    .dashboard-card,
    .showcase-panel,
    .contact-card,
    .trust-wrap,
    .guide-overview-card,
    .guide-step-card,
    .screen-example-card,
    .guide-cta-strip {
        padding: 20px;
    }

    .site-header .container {
        min-height: 74px;
    }

    .hero-copy h1 {
        font-size: clamp(2.7rem, 15vw, 4.1rem);
    }

    .section-heading h2,
    .final-cta-copy h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .features-grid,
    .industry-grid,
    .showcase-grid {
        grid-template-columns: 1fr;
    }

    .guide-step-card h3,
    .screen-example-copy h3 {
        font-size: 1.24rem;
    }

    .guide-overview-image,
    .screen-frame-art {
        border-radius: 18px;
    }
}

/* Display-inspired refresh */
:root {
    --accent-coral: #ff6a3d;
    --accent-sky: #05c7ff;
    --accent-sun: #ffd84d;
    --accent-pink: #ff5d96;
    --accent-lime: #9be53e;
    --ink-deep: #091223;
    --ink-soft: #17253f;
}

body {
    position: relative;
    background:
        radial-gradient(circle at 12% 8%, rgba(255, 106, 61, 0.16), transparent 22%),
        radial-gradient(circle at 88% 12%, rgba(5, 199, 255, 0.18), transparent 18%),
        radial-gradient(circle at 54% 0%, rgba(255, 216, 77, 0.16), transparent 20%),
        linear-gradient(180deg, #fff8ee 0%, #ffffff 28%, #f3fbff 62%, #fff7f1 100%);
}

.marketing-shell {
    isolation: isolate;
}

.marketing-shell::before,
.marketing-shell::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
}

.marketing-shell::before {
    z-index: 0;
    background:
        radial-gradient(circle at 18% 12%, rgba(255, 106, 61, 0.16), transparent 18%),
        radial-gradient(circle at 82% 16%, rgba(5, 199, 255, 0.16), transparent 18%),
        radial-gradient(circle at 52% 32%, rgba(255, 216, 77, 0.08), transparent 16%);
    filter: blur(6px);
    animation: displayflow-ambient 16s ease-in-out infinite alternate;
}

.marketing-shell::after {
    z-index: 0;
    background-image:
        linear-gradient(rgba(9, 18, 35, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(9, 18, 35, 0.035) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: 0.28;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 72%);
}

.bg-orb {
    width: 44rem;
    height: 44rem;
    filter: blur(110px);
    opacity: 0.82;
    animation: displayflow-ambient 18s ease-in-out infinite alternate;
}

.bg-orb-orange {
    background: radial-gradient(circle, rgba(255, 106, 61, 0.46), transparent 66%);
}

.bg-orb-blue {
    background: radial-gradient(circle, rgba(5, 199, 255, 0.36), transparent 66%);
}

.site-header {
    position: sticky;
    overflow: visible;
    background: rgba(255, 255, 255, 0.72);
    border-bottom-color: rgba(9, 18, 35, 0.08);
    box-shadow: 0 14px 34px rgba(9, 18, 35, 0.06);
}

.site-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-sky) 0%, var(--accent-sun) 28%, var(--accent-coral) 58%, var(--accent-pink) 100%);
    background-size: 200% 100%;
    animation: displayflow-spectrum 8s linear infinite;
}

.site-nav a {
    color: rgba(23, 37, 63, 0.82);
    font-weight: 600;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: var(--accent-coral);
}

.nav-login {
    border-color: rgba(5, 199, 255, 0.18);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 10px 24px rgba(5, 199, 255, 0.08);
}

.hero-section {
    padding-top: 70px;
}

.hero-copy h1 {
    max-width: 10.5ch;
    background: linear-gradient(120deg, var(--ink-deep) 0%, #14356d 18%, var(--accent-sky) 44%, var(--accent-coral) 72%, var(--accent-pink) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 10px 18px rgba(255, 106, 61, 0.14));
}

.hero-lead {
    color: rgba(9, 18, 35, 0.9);
    font-size: 1.24rem;
    max-width: 54ch;
}

.hero-support {
    color: rgba(23, 37, 63, 0.78);
    font-size: 1.05rem;
}

.button {
    gap: 10px;
}

.button-primary {
    background: linear-gradient(135deg, var(--accent-coral) 0%, var(--accent-sun) 42%, var(--accent-pink) 100%);
    color: var(--ink-deep);
    box-shadow: 0 18px 40px rgba(255, 106, 61, 0.22);
}

.button-secondary {
    background: rgba(255, 255, 255, 0.74);
    border-color: rgba(5, 199, 255, 0.22);
    color: var(--ink-deep);
    box-shadow: 0 14px 30px rgba(5, 199, 255, 0.08);
}

.button:hover,
.button:focus-visible {
    transform: translateY(-2px) scale(1.01);
}

.hero-proof span,
.signal-pill {
    position: relative;
    overflow: hidden;
    border-width: 1px;
    font-weight: 700;
}

.hero-proof span::before,
.signal-pill::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.34), transparent 62%);
    pointer-events: none;
}

.hero-proof span:nth-child(5n + 1),
.signal-pill:nth-child(5n + 1) {
    background: rgba(5, 199, 255, 0.12);
    border-color: rgba(5, 199, 255, 0.18);
    color: #005a75;
}

.hero-proof span:nth-child(5n + 2),
.signal-pill:nth-child(5n + 2) {
    background: rgba(255, 106, 61, 0.12);
    border-color: rgba(255, 106, 61, 0.18);
    color: #8f3f23;
}

.hero-proof span:nth-child(5n + 3),
.signal-pill:nth-child(5n + 3) {
    background: rgba(255, 216, 77, 0.18);
    border-color: rgba(255, 216, 77, 0.22);
    color: #7a5b00;
}

.hero-proof span:nth-child(5n + 4),
.signal-pill:nth-child(5n + 4) {
    background: rgba(255, 93, 150, 0.12);
    border-color: rgba(255, 93, 150, 0.18);
    color: #8a2957;
}

.hero-proof span:nth-child(5n + 5),
.signal-pill:nth-child(5n + 5) {
    background: rgba(155, 229, 62, 0.14);
    border-color: rgba(155, 229, 62, 0.2);
    color: #496a00;
}

.hero-note,
.page-card,
.page-summary-card,
.feature-card,
.industry-card,
.step-card,
.pricing-card,
.hardware-card,
.showcase-panel,
.comparison-card,
.contact-card,
.dashboard-card,
.trust-wrap,
.faq-item,
.guide-overview-card,
.guide-step-card,
.screen-example-card,
.guide-cta-strip {
    position: relative;
    overflow: hidden;
    border-color: rgba(9, 18, 35, 0.08);
    box-shadow: 0 24px 60px rgba(9, 18, 35, 0.08);
}

.hero-note::before,
.page-card::before,
.page-summary-card::before,
.feature-card::before,
.industry-card::before,
.step-card::before,
.pricing-card::before,
.hardware-card::before,
.showcase-panel::before,
.comparison-card::before,
.contact-card::before,
.faq-item::before,
.guide-step-card::before,
.screen-example-card::before,
.guide-overview-card::before,
.guide-cta-strip::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-sky) 0%, var(--accent-sun) 38%, var(--accent-coral) 72%, var(--accent-pink) 100%);
}

.hero-note:nth-child(1),
.page-card:nth-child(4n + 1),
.feature-card:nth-child(4n + 1),
.guide-step-card:nth-child(4n + 1),
.screen-example-card:nth-child(4n + 1) {
    background: linear-gradient(180deg, rgba(5, 199, 255, 0.14), rgba(255, 255, 255, 0.96));
}

.hero-note:nth-child(2),
.page-card:nth-child(4n + 2),
.feature-card:nth-child(4n + 2),
.industry-card:nth-child(3n + 2),
.guide-step-card:nth-child(4n + 2),
.screen-example-card:nth-child(4n + 2) {
    background: linear-gradient(180deg, rgba(255, 216, 77, 0.16), rgba(255, 255, 255, 0.96));
}

.hero-note:nth-child(3),
.page-card:nth-child(4n + 3),
.feature-card:nth-child(4n + 3),
.industry-card:nth-child(3n + 1),
.guide-step-card:nth-child(4n + 3),
.screen-example-card:nth-child(4n + 3) {
    background: linear-gradient(180deg, rgba(255, 106, 61, 0.14), rgba(255, 255, 255, 0.96));
}

.feature-card:nth-child(4n + 4),
.page-card:nth-child(4n + 4),
.industry-card:nth-child(3n + 3),
.guide-step-card:nth-child(4n + 4) {
    background: linear-gradient(180deg, rgba(255, 93, 150, 0.12), rgba(255, 255, 255, 0.96));
}

.product-stage {
    background:
        radial-gradient(circle at 16% 12%, rgba(5, 199, 255, 0.24), transparent 18%),
        radial-gradient(circle at 88% 14%, rgba(255, 106, 61, 0.22), transparent 20%),
        radial-gradient(circle at 46% 88%, rgba(255, 216, 77, 0.18), transparent 18%),
        linear-gradient(150deg, #061226 0%, #0f2344 48%, #0a1020 100%);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 34px 90px rgba(7, 16, 32, 0.28);
}

.product-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.24;
    pointer-events: none;
}

.product-stage > * {
    position: relative;
    z-index: 1;
}

.dashboard-card {
    background: rgba(7, 17, 33, 0.72);
    border-color: rgba(255, 255, 255, 0.12);
}

.product-stage .card-header h2,
.product-stage .screen-row strong,
.product-stage .mini-stat strong,
.product-stage .timeline-head strong,
.product-stage .timeline-item div,
.product-stage .screen-card strong {
    color: #ffffff;
}

.product-stage .mini-stat,
.product-stage .screen-list,
.product-stage .timeline-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}

.product-stage .mini-stat span,
.product-stage .screen-row span,
.product-stage .timeline-head span,
.product-stage .quiz-screen p,
.product-stage .remote-screen p,
.product-stage .menu-screen li {
    color: rgba(255, 255, 255, 0.74);
}

.product-stage .menu-screen li span {
    color: var(--accent-sun);
    font-weight: 700;
}

.product-stage .status-live {
    background: rgba(5, 199, 255, 0.16);
    border-color: rgba(5, 199, 255, 0.22);
    color: #e6fbff;
}

.product-stage .toolbar-chip {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.74);
    border-color: rgba(255, 255, 255, 0.14);
}

.floating-screens .screen-card {
    --float-rotate: 0deg;
    backdrop-filter: blur(18px);
    animation: displayflow-float 8s ease-in-out infinite;
}

.floating-screens .screen-card:nth-child(1) {
    --float-rotate: -4deg;
    animation-delay: -0.8s;
}

.floating-screens .screen-card:nth-child(2) {
    --float-rotate: 3deg;
    animation-delay: -3.2s;
}

.floating-screens .screen-card:nth-child(3) {
    --float-rotate: -2deg;
    animation-delay: -5.4s;
}

.menu-screen {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
    border-color: rgba(255, 255, 255, 0.18);
}

.quiz-screen {
    background: linear-gradient(145deg, rgba(255, 93, 150, 0.24), rgba(255, 216, 77, 0.12));
    border-color: rgba(255, 255, 255, 0.16);
}

.remote-screen {
    background: linear-gradient(145deg, rgba(5, 199, 255, 0.22), rgba(255, 255, 255, 0.12));
    border-color: rgba(255, 255, 255, 0.16);
}

.signal-strip {
    position: relative;
    z-index: 1;
    padding: 8px 0 6px;
}

.signal-marquee {
    overflow: hidden;
    padding: 8px 0;
    border-top: 1px solid rgba(9, 18, 35, 0.08);
    border-bottom: 1px solid rgba(9, 18, 35, 0.08);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.46));
}

.signal-track {
    display: flex;
    align-items: center;
    gap: 12px;
    width: max-content;
    padding-left: 12px;
    animation: displayflow-marquee 24s linear infinite;
}

.signal-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 0.84rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.trust-wrap {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 250, 240, 0.9)),
        #ffffff;
}

.section-heading {
    margin-bottom: 34px;
}

.section-heading h2,
.final-cta-copy h2 {
    position: relative;
    padding-bottom: 14px;
}

.section-heading h2::after,
.final-cta-copy h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 96px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--accent-sky) 0%, var(--accent-sun) 42%, var(--accent-coral) 100%);
}

.section-kicker,
.kicker,
.screen-label,
.pricing-tier,
.comparison-label {
    color: #0c5d8d;
}

.showcase-panel,
.dynamic-showcase,
.guide-overview-card,
.page-summary-card,
.guide-cta-strip,
.contact-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 251, 255, 0.92)),
        #ffffff;
}

.dynamic-showcase {
    border-color: rgba(5, 199, 255, 0.18);
    box-shadow: 0 30px 80px rgba(5, 199, 255, 0.12);
}

.dynamic-tab {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(5, 199, 255, 0.18);
    color: rgba(23, 37, 63, 0.84);
}

.dynamic-tab.is-active {
    background: linear-gradient(135deg, var(--accent-sky) 0%, var(--accent-sun) 44%, var(--accent-coral) 100%);
    color: var(--ink-deep);
    box-shadow: 0 14px 30px rgba(5, 199, 255, 0.18);
}

.preview-frame {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 18px 36px rgba(9, 18, 35, 0.08);
}

.pricing-card-featured,
.hardware-card-accent,
.comparison-after {
    background: linear-gradient(180deg, rgba(255, 216, 77, 0.22), rgba(255, 255, 255, 0.96));
    border-color: rgba(255, 106, 61, 0.18);
}

.faq-question[aria-expanded="true"] {
    background: linear-gradient(90deg, rgba(5, 199, 255, 0.08), rgba(255, 216, 77, 0.08));
    color: var(--ink-deep);
}

.form-row input,
.form-row select,
.form-row textarea {
    background: rgba(255, 255, 255, 0.86);
    border-color: rgba(5, 199, 255, 0.12);
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    border-color: rgba(255, 106, 61, 0.36);
    box-shadow: 0 0 0 4px rgba(255, 216, 77, 0.16);
}

.guide-page .guide-overview-card,
.guide-page .guide-cta-strip {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 250, 255, 0.92)),
        #ffffff;
}

.site-footer {
    margin-top: 40px;
    padding: 40px 0 64px;
    border-top: none;
    background:
        radial-gradient(circle at 12% 18%, rgba(5, 199, 255, 0.22), transparent 20%),
        radial-gradient(circle at 86% 18%, rgba(255, 106, 61, 0.24), transparent 18%),
        linear-gradient(135deg, #081223 0%, #132847 58%, #0b1020 100%);
    color: rgba(255, 255, 255, 0.88);
}

.site-footer .footer-copy,
.site-footer .footer-links a {
    color: rgba(255, 255, 255, 0.72);
}

.site-footer h3 {
    color: #ffffff;
}

.site-footer .brand-logo {
    box-shadow: 0 18px 42px rgba(2, 6, 23, 0.36);
}

.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus-visible,
.site-footer .form-note a {
    color: var(--accent-sun);
}

[data-spotlight] {
    --spotlight-x: 72%;
    --spotlight-y: 18%;
}

[data-spotlight]::after {
    content: "";
    position: absolute;
    inset: -30%;
    background: radial-gradient(circle at var(--spotlight-x) var(--spotlight-y), rgba(255, 255, 255, 0.28), transparent 22%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

[data-spotlight].is-spotlit::after {
    opacity: 1;
}

@keyframes displayflow-ambient {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    100% {
        transform: translate3d(2%, -2%, 0) scale(1.06);
    }
}

@keyframes displayflow-spectrum {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

@keyframes displayflow-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes displayflow-float {
    0%,
    100% {
        transform: translateY(0) rotate(var(--float-rotate));
    }

    50% {
        transform: translateY(-8px) rotate(var(--float-rotate));
    }
}

@media (max-width: 1120px) {
    .signal-pill {
        min-height: 38px;
    }
}

@media (max-width: 860px) {
    .hero-copy h1 {
        max-width: 11ch;
    }

    .floating-screens .screen-card {
        --float-rotate: 0deg;
    }
}

@media (max-width: 640px) {
    .brand {
        max-width: min(62vw, 190px);
    }

    .brand-logo {
        width: 100%;
    }

    .hero-section {
        padding-top: 42px;
    }

    .signal-pill {
        min-height: 36px;
        padding: 0 12px;
        font-size: 0.76rem;
    }

    .section-heading h2::after,
    .final-cta-copy h2::after {
        width: 74px;
        height: 5px;
    }
}
