.site-page--callzy-home {
    color-scheme: light;
    --landing-bg: var(--bg);
    --landing-bg-soft: color-mix(in srgb, var(--bg-subtle) 82%, var(--bg-elevated) 18%);
    --landing-bg-card: var(--bg-elevated);
    --landing-line: color-mix(in srgb, var(--fg) 8%, transparent);
    --landing-line-strong: color-mix(in srgb, var(--fg-subtle) 26%, transparent);
    --landing-text: var(--fg);
    --landing-text-muted: var(--fg-muted);
    --landing-accent: var(--accent);
    --landing-accent-strong: var(--accent-hover);
    --landing-accent-soft: var(--accent-wash);
    --landing-accent-ink: var(--accent-fg);
    --landing-accent-glow: color-mix(in srgb, var(--accent) 42%, transparent);
    --landing-accent-shadow: color-mix(in srgb, var(--accent) 24%, transparent);
    --landing-accent-shadow-strong: color-mix(in srgb, var(--accent) 30%, transparent);
    --landing-shadow: var(--shadow-lg);
    --landing-page-bg:
        radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--accent) 10%, transparent), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0) 240px),
        var(--landing-bg);
    --landing-header-bg: rgba(247, 249, 252, 0.94);
    --landing-header-link: rgba(15, 22, 34, 0.9);
    --landing-pill-bg: rgba(255, 255, 255, 0.82);
    --landing-toggle-bg: rgba(255, 255, 255, 0.82);
    --landing-toggle-bg-hover: rgba(255, 255, 255, 0.98);
    --landing-ghost-bg: rgba(255, 255, 255, 0.72);
    --landing-ghost-bg-hover: rgba(255, 255, 255, 0.94);
    --landing-trust-bg: rgba(255, 255, 255, 0.58);
    --landing-surface: rgba(255, 255, 255, 0.88);
    --landing-surface-soft: rgba(255, 255, 255, 0.78);
    --landing-call-bg:
        radial-gradient(circle at 72% 18%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(239, 245, 253, 0.98) 100%);
    --landing-proof-shot-bg: #edf3fb;
    --landing-section-soft-bg: rgba(226, 232, 240, 0.56);
    --landing-price-card-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 246, 251, 0.98) 100%);
    --landing-good: #16a34a;
    --landing-warm: #b45309;
    --landing-final-bg:
        radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 52%),
        var(--landing-bg);
    background: var(--landing-page-bg);
    color: var(--landing-text);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html.dark .site-page--callzy-home {
    color-scheme: dark;
    --landing-bg: var(--bg);
    --landing-bg-soft: color-mix(in srgb, var(--bg-subtle) 88%, transparent);
    --landing-bg-card: var(--bg-elevated);
    --landing-line: color-mix(in srgb, var(--fg) 16%, transparent);
    --landing-line-strong: color-mix(in srgb, var(--fg-subtle) 30%, transparent);
    --landing-text: var(--fg);
    --landing-text-muted: var(--fg-muted);
    --landing-accent: var(--accent);
    --landing-accent-strong: var(--accent-hover);
    --landing-accent-soft: var(--accent-wash);
    --landing-accent-ink: var(--accent-fg);
    --landing-accent-glow: color-mix(in srgb, var(--accent) 46%, transparent);
    --landing-accent-shadow: color-mix(in srgb, var(--accent) 24%, transparent);
    --landing-accent-shadow-strong: color-mix(in srgb, var(--accent) 30%, transparent);
    --landing-shadow: 0 30px 80px rgba(0, 0, 0, 0.46);
    --landing-page-bg:
        radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--accent) 12%, transparent), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0%, rgba(255, 255, 255, 0) 220px),
        var(--landing-bg);
    --landing-header-bg: rgba(11, 18, 32, 0.94);
    --landing-header-link: #f8fafc;
    --landing-pill-bg: rgba(15, 23, 42, 0.72);
    --landing-toggle-bg: rgba(255, 255, 255, 0.04);
    --landing-toggle-bg-hover: rgba(255, 255, 255, 0.08);
    --landing-ghost-bg: rgba(255, 255, 255, 0.02);
    --landing-ghost-bg-hover: rgba(255, 255, 255, 0.05);
    --landing-trust-bg: rgba(255, 255, 255, 0.02);
    --landing-surface: rgba(255, 255, 255, 0.03);
    --landing-surface-soft: rgba(255, 255, 255, 0.02);
    --landing-call-bg:
        radial-gradient(circle at 72% 18%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 28%),
        linear-gradient(180deg, rgba(19, 29, 50, 0.98) 0%, rgba(9, 14, 27, 0.98) 100%);
    --landing-proof-shot-bg: #0f1728;
    --landing-section-soft-bg: rgba(15, 23, 42, 0.74);
    --landing-price-card-bg: linear-gradient(180deg, rgba(16, 25, 45, 0.98) 0%, rgba(10, 15, 28, 0.98) 100%);
    --landing-good: #4ade80;
    --landing-warm: #fbbf24;
    --landing-final-bg:
        radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 52%),
        var(--landing-bg);
}

.site-page--callzy-home,
.site-page--callzy-home .landing-main,
.site-page--callzy-home .landing-section,
.site-page--callzy-home .landing-final,
.site-page--callzy-home .landing-footer {
    background-color: var(--landing-bg);
}

.site-page--callzy-home *,
.site-page--callzy-home *::before,
.site-page--callzy-home *::after {
    box-sizing: border-box;
}

.site-page--callzy-home .container {
    width: min(1120px, calc(100% - 40px));
}

.site-page--callzy-home .site-main,
.site-page--callzy-home .landing-main {
    padding-bottom: 0;
}

.site-page--callzy-home h1,
.site-page--callzy-home h2,
.site-page--callzy-home h3,
.site-page--callzy-home strong,
.site-page--callzy-home summary,
.site-page--callzy-home .landing-nav-cta,
.site-page--callzy-home .landing-btn {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.site-page--callzy-home h1,
.site-page--callzy-home h2,
.site-page--callzy-home h3,
.site-page--callzy-home strong,
.site-page--callzy-home summary {
    color: var(--landing-text);
}

.site-page--callzy-home a,
.site-page--callzy-home button {
    color: inherit;
}

.site-page--callzy-home [data-reveal] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 650ms ease, transform 650ms ease;
}

.site-page--callzy-home [data-reveal].is-visible,
.site-page--callzy-home.no-js [data-reveal],
html.reveal-fallback .site-page--callzy-home [data-reveal] {
    opacity: 1;
    transform: none;
}

.landing-header {
    position: sticky;
    top: 0;
    z-index: 60;
    border-bottom: 1px solid var(--landing-line);
    background: var(--landing-header-bg);
    color: var(--landing-text);
    backdrop-filter: saturate(120%) blur(10px);
    -webkit-backdrop-filter: saturate(120%) blur(10px);
}

.landing-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 68px;
}

.landing-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.landing-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: 0;
    color: var(--landing-text);
}

.landing-brand-dot,
.landing-pill-dot,
.landing-proof-label-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--landing-accent);
    box-shadow: 0 0 18px var(--landing-accent-glow);
}

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

.landing-icon {
    display: block;
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.landing-nav-cta,
.landing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    transition: transform 120ms ease, background-color 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}

.landing-nav-cta,
.landing-btn-primary {
    background: var(--landing-accent);
    color: var(--landing-accent-ink) !important;
    -webkit-text-fill-color: var(--landing-accent-ink);
    box-shadow: 0 12px 36px var(--landing-accent-shadow);
}

.landing-nav-cta:hover,
.landing-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 42px var(--landing-accent-shadow-strong);
}

.landing-header-login {
    color: var(--landing-header-link) !important;
    font-size: 0.95rem;
    font-weight: 600;
}

.landing-header-login:hover {
    color: var(--landing-text);
}

.landing-theme-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid var(--landing-line-strong);
    border-radius: 999px;
    background: var(--landing-toggle-bg);
    color: var(--landing-text);
}

.landing-theme-toggle .theme-icon {
    display: block;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.landing-theme-toggle:hover {
    background: var(--landing-toggle-bg-hover);
}

.landing-btn-ghost {
    border-color: var(--landing-line-strong);
    background: var(--landing-ghost-bg);
    color: var(--landing-text) !important;
    -webkit-text-fill-color: var(--landing-text);
}

.landing-btn-ghost:hover {
    background: var(--landing-ghost-bg-hover);
}

.landing-hero {
    padding: 60px 0 34px;
}

.landing-hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.86fr);
    align-items: start;
    gap: clamp(32px, 5vw, 72px);
}

.landing-hero-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
    align-content: start;
    min-height: 100%;
    min-width: 0;
}

.landing-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 36px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid var(--landing-line);
    background: var(--landing-pill-bg);
    color: var(--landing-text-muted);
    font-size: 0.82rem;
    font-weight: 600;
    margin-bottom: 18px;
}

.landing-hero-title {
    max-width: 13.8ch;
    margin: 0;
    font-size: clamp(2.85rem, 5.8vw, 4.7rem);
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: 0;
    text-align: left;
}

.landing-accent {
    background: linear-gradient(135deg, var(--landing-accent) 0%, var(--landing-accent-strong) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.landing-hero-sub {
    max-width: 30rem;
    margin: 18px 0 0;
    color: var(--landing-text-muted);
    font-size: clamp(1.02rem, 1.8vw, 1.14rem);
    line-height: 1.58;
    text-align: left;
}

.landing-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 28px;
}

.landing-hero-meta,
.landing-trust-strip-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 18px;
    color: var(--landing-text-muted);
    font-size: 0.9rem;
}

.landing-hero-meta {
    margin-top: 18px;
}

.landing-trust-strip {
    border-top: 1px solid var(--landing-line);
    border-bottom: 1px solid var(--landing-line);
    background: var(--landing-trust-bg);
}

.landing-trust-strip-row {
    min-height: 72px;
    align-items: center;
}

.landing-trust-strip-row span {
    display: inline-flex;
    align-items: center;
}

.landing-call-stage {
    position: relative;
    display: grid;
    align-content: start;
    gap: 8px;
    max-width: 430px;
    justify-self: end;
}

.landing-call-stage::before {
    content: "";
    position: absolute;
    inset: 44px 0 auto auto;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--landing-accent) 14%, transparent);
    filter: blur(28px);
    pointer-events: none;
}

.landing-call-card {
    position: relative;
    z-index: 1;
    border: 1px solid var(--landing-line);
    border-radius: 24px;
    background: var(--landing-surface);
    box-shadow: var(--landing-shadow);
}

.landing-call-card-main {
    padding: 16px;
    background: var(--landing-call-bg);
}

.landing-call-top,
.landing-call-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.landing-call-time {
    font-family: var(--font-mono);
    color: var(--landing-text-muted);
    font-size: 0.78rem;
}

.landing-call-screen {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    margin-top: 16px;
    padding: 18px;
    border: 1px solid var(--landing-line);
    border-radius: 20px;
    background: var(--landing-surface-soft);
}

.landing-call-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: var(--landing-accent);
    color: var(--landing-accent-ink);
    font-weight: 800;
}

.landing-call-label {
    display: block;
    margin-bottom: 4px;
    color: var(--landing-warm);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.landing-call-screen strong {
    display: block;
    font-size: 1rem;
}

.landing-call-screen p,
.landing-call-transcript p,
.landing-call-card-secondary p,
.landing-call-card-route p {
    margin: 8px 0 0;
    color: var(--landing-text-muted);
    line-height: 1.55;
}

.landing-call-transcript {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.landing-call-transcript p {
    padding: 12px 14px;
    border-left: 3px solid color-mix(in srgb, var(--landing-accent) 72%, transparent);
    border-radius: 0 14px 14px 0;
    background: var(--landing-surface-soft);
}

.landing-call-transcript strong {
    display: block;
    margin-bottom: 4px;
    color: var(--landing-text);
}

.landing-call-actions {
    margin-top: 16px;
}

.landing-call-actions span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    flex: 1 1 0;
    border: 1px solid var(--landing-line);
    border-radius: 999px;
    color: var(--landing-text);
    font-size: 0.78rem;
    font-weight: 700;
}

.landing-call-card-secondary,
.landing-call-card-route {
    width: 100%;
    padding: 16px 18px;
}

.landing-call-card-secondary {
    justify-self: stretch;
}

.landing-call-card-route {
    justify-self: stretch;
    background: var(--landing-surface-soft);
}

.landing-flow-stack {
    padding-top: 2px;
}

.landing-flow-arrow {
    position: relative;
    z-index: 1;
    justify-self: center;
    color: var(--landing-text-muted);
    font-size: 1.15rem;
    line-height: 1;
}

.landing-proof-card {
    min-width: 0;
}

.landing-proof-top,
.landing-proof-center,
.landing-proof-wave {
    position: static;
}

.landing-proof-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.landing-proof-label,
.landing-proof-url {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid var(--landing-line);
    background: var(--landing-surface-soft);
    font-size: 0.74rem;
    font-weight: 600;
    color: var(--landing-text-muted);
}

.landing-proof-shot {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: top center;
    border-radius: 22px;
    border: 1px solid var(--landing-line);
    background: var(--landing-proof-shot-bg);
}

.landing-proof-center {
    display: flex;
    align-items: center;
    gap: 16px;
}

.site-page--callzy-home .waveform-play {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 0;
    background: var(--landing-accent);
    color: var(--landing-accent-ink);
    box-shadow: 0 12px 32px var(--landing-accent-shadow);
}

.site-page--callzy-home .waveform-play .landing-icon {
    width: 16px;
    height: 16px;
}

.site-page--callzy-home .waveform-play .landing-icon-play {
    margin-left: 2px;
}

.site-page--callzy-home .waveform-play .landing-icon-pause {
    display: none;
}

.site-page--callzy-home .landing-audio-proof.is-playing .waveform-play .landing-icon-play {
    display: none;
}

.site-page--callzy-home .landing-audio-proof.is-playing .waveform-play .landing-icon-pause {
    display: block;
}

.landing-proof-copy {
    display: grid;
    gap: 4px;
    text-align: left;
}

.landing-proof-copy strong {
    font-size: 1rem;
    font-weight: 700;
}

.landing-proof-copy span {
    font-size: 0.92rem;
    color: var(--landing-text-muted);
    line-height: 1.5;
}

.landing-audio-proof {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) auto minmax(220px, 0.9fr);
    align-items: center;
    gap: 18px;
    margin-top: 28px;
    padding: 20px 24px;
    border-radius: 24px;
    border: 1px solid var(--landing-line);
    background: var(--landing-surface);
}

.landing-audio-proof-copy {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.landing-audio-proof-copy strong {
    font-size: 1.06rem;
    font-weight: 700;
    letter-spacing: 0;
}

.landing-audio-proof-copy span:last-child {
    color: var(--landing-text-muted);
    line-height: 1.55;
}

.landing-proof-wave {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid var(--landing-line);
    background: var(--landing-surface-soft);
    min-width: 0;
}

.site-page--callzy-home .waveform-bars {
    display: flex;
    align-items: center;
    gap: 3px;
    min-width: 0;
    flex: 1 1 auto;
    height: 34px;
}

.site-page--callzy-home .waveform-bar {
    flex: 0 0 4px;
    width: 4px;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--landing-accent) 0%, var(--landing-accent-strong) 100%);
    transform-origin: center bottom;
    transform: scaleY(var(--amp, var(--idle, 0.4)));
}

.site-page--callzy-home .waveform-time {
    color: var(--landing-text-muted);
    font-size: 0.82rem;
}

.landing-section {
    padding: 84px 0;
    border-top: 1px solid var(--landing-line);
}

.landing-section-soft {
    background: var(--landing-section-soft-bg);
}

.landing-section-head {
    max-width: 740px;
    margin: 0 auto 52px;
    text-align: center;
}

.landing-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--landing-accent);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.landing-section-head h2,
.landing-final h2 {
    margin: 0;
    font-size: clamp(2rem, 4.5vw, 3rem);
    line-height: 1.06;
    font-weight: 800;
    letter-spacing: 0;
}

.landing-section-head p,
.landing-final p {
    margin: 16px auto 0;
    max-width: 620px;
    color: var(--landing-text-muted);
    font-size: 1.05rem;
    line-height: 1.65;
}

.landing-problem-grid,
.landing-steps {
    display: grid;
    gap: 28px;
}

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

.landing-problem-card {
    padding-top: 24px;
    border-top: 1px solid var(--landing-line-strong);
}

.landing-card-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--landing-accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.landing-problem-card h3,
.landing-step h3,
.landing-price-card h3 {
    margin: 0;
    font-size: 1.18rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
}

.landing-problem-card p,
.landing-step p,
.landing-price-sub,
.landing-price-footnote {
    margin: 12px 0 0;
    color: var(--landing-text-muted);
    line-height: 1.65;
}

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

.landing-step {
    min-height: 172px;
    padding: 26px 28px 28px;
    border: 1px solid var(--landing-line);
    border-radius: 18px;
    background: var(--landing-surface);
    box-shadow: 0 12px 28px rgba(12, 24, 48, 0.055);
}

.landing-step-tag {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--landing-accent);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

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

.landing-capability-card {
    display: grid;
    align-content: start;
    min-height: 164px;
    padding: 22px;
    border: 1px solid var(--landing-line);
    border-radius: 18px;
    background: var(--landing-surface);
}

.landing-capability-plan {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 30px;
    margin-bottom: 18px;
    padding: 0 11px;
    border-radius: 999px;
    border: 1px solid var(--landing-line);
    background: var(--landing-surface-soft);
    color: var(--landing-accent);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.landing-capability-card h3 {
    margin: 0;
    font-size: 1.18rem;
    line-height: 1.2;
    font-weight: 800;
}

.landing-capability-card p {
    margin: 12px 0 0;
    color: var(--landing-text-muted);
    line-height: 1.62;
}

.landing-handoff-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 520px);
    align-items: start;
    gap: 56px;
}

.landing-handoff-copy h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 2.9rem);
    line-height: 1.06;
    font-weight: 800;
    letter-spacing: 0;
}

.landing-handoff-copy p {
    margin: 16px 0 0;
    color: var(--landing-text-muted);
    font-size: 1.03rem;
    line-height: 1.68;
}

.landing-proof-list {
    list-style: none;
    padding: 0;
    margin: 26px 0 0;
    display: grid;
    gap: 12px;
}

.landing-proof-list li {
    position: relative;
    padding-left: 22px;
    color: var(--landing-text);
    line-height: 1.6;
}

.landing-proof-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--landing-accent);
    font-weight: 700;
}

.landing-proof-stack {
    display: grid;
    gap: 18px;
}

.landing-dashboard-card,
.landing-sms-card {
    border: 1px solid var(--landing-line);
    border-radius: 24px;
    background: var(--landing-surface);
}

.landing-dashboard-card {
    padding: 18px;
}

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

.landing-dashboard-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.landing-dashboard-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid var(--landing-line);
    color: var(--landing-text-muted);
    font-size: 0.78rem;
    font-weight: 600;
}

.landing-sms-card {
    padding: 20px 22px;
}

.landing-sms-card p {
    margin: 10px 0 0;
    color: var(--landing-text);
    line-height: 1.6;
}

.landing-sms-card small {
    display: block;
    margin-top: 10px;
    color: var(--landing-text-muted);
    line-height: 1.55;
}

.landing-sms-card-muted {
    background: var(--landing-surface-soft);
}

.landing-sms-label {
    color: var(--landing-accent);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.landing-price-card {
    max-width: 520px;
    margin: 0;
    padding: 40px 34px;
    text-align: center;
    background: var(--landing-price-card-bg);
    border-color: var(--landing-line-strong);
    position: relative;
    border-radius: 24px;
    border: 1px solid var(--landing-line-strong);
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.2);
}

.landing-pricing-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 520px);
    align-items: start;
    gap: clamp(28px, 5vw, 72px);
}

.landing-pricing-copy {
    max-width: 40rem;
}

.landing-pricing-copy h2 {
    margin: 0;
    font-size: clamp(2rem, 4.3vw, 3rem);
    line-height: 1.06;
    letter-spacing: 0;
}

.landing-pricing-copy p {
    margin: 16px 0 0;
    color: var(--landing-text-muted);
    font-size: 1.04rem;
    line-height: 1.68;
}

.landing-pricing-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.landing-pricing-points span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid var(--landing-line);
    border-radius: 999px;
    color: var(--landing-text);
    font-size: 0.88rem;
}

.landing-price-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 72%, transparent), transparent 44%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.landing-price-tag {
    display: inline-block;
    margin-bottom: 20px;
    color: var(--landing-accent);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.landing-price-amount {
    font-size: clamp(3rem, 9vw, 4rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.landing-price-amount span {
    margin-left: 8px;
    color: var(--landing-text-muted);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
}

.landing-price-sub {
    margin-top: 10px;
    font-size: 1rem;
}

.landing-price-list {
    list-style: none;
    margin: 26px 0 28px;
    padding: 0;
    display: grid;
    gap: 12px;
    text-align: left;
}

.landing-price-list li {
    position: relative;
    padding-left: 22px;
    color: var(--landing-text);
    line-height: 1.6;
}

.landing-price-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--landing-accent);
    font-weight: 700;
}

.landing-price-card .landing-btn {
    width: 100%;
}

.landing-price-footnote {
    font-size: 0.84rem;
}

.landing-faq {
    max-width: 780px;
    margin: 0 auto;
    display: grid;
    gap: 12px;
}

.landing-faq details {
    border: 1px solid var(--landing-line);
    border-radius: 18px;
    padding: 22px 28px;
    background: var(--landing-surface);
    box-shadow: 0 12px 28px rgba(12, 24, 48, 0.045);
    overflow: hidden;
}

.landing-faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    list-style: none;
    cursor: pointer;
    font-size: 1.08rem;
    font-weight: 600;
}

.landing-faq summary::-webkit-details-marker {
    display: none;
}

.landing-faq summary::after {
    content: "+";
    flex: 0 0 auto;
    margin-left: auto;
    color: var(--landing-accent);
    font-size: 1.7rem;
    font-weight: 400;
    transition: transform 180ms ease;
}

.landing-faq details[open] summary::after {
    transform: rotate(45deg);
}

.landing-faq p {
    max-width: 640px;
    margin: 12px 0 0;
    color: var(--landing-text-muted);
    line-height: 1.65;
}

.landing-final {
    padding: 84px 0;
    text-align: center;
    border-top: 1px solid var(--landing-line);
    background: var(--landing-final-bg);
}

.landing-final-inner {
    max-width: 760px;
    margin: 0 auto;
}

.landing-final .landing-btn {
    margin-top: 28px;
}

.landing-footer {
    border-top: 1px solid var(--landing-line);
    padding: 30px 0 40px;
    color: var(--landing-text-muted);
    font-size: 0.92rem;
}

.landing-footer-row,
.landing-footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 22px;
}

.landing-footer-row {
    justify-content: space-between;
}

.landing-footer-links a:hover {
    color: var(--landing-text);
}

@media (max-width: 1180px) {
    .landing-capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    .landing-hero-shell,
    .landing-problem-grid,
    .landing-steps,
    .landing-capability-grid,
    .landing-handoff-grid,
    .landing-pricing-layout {
        grid-template-columns: 1fr;
    }

    .landing-call-stage {
        width: min(100%, 420px);
        justify-self: center;
    }

    .landing-audio-proof {
        grid-template-columns: 1fr;
    }

    .landing-handoff-grid {
        gap: 36px;
    }
}

@media (max-width: 720px) {
    .site-page--callzy-home .container {
        width: min(1120px, calc(100% - 28px));
    }

    .landing-header-row {
        min-height: 64px;
    }

    .landing-brand {
        font-size: 1.38rem;
    }

    .landing-header-actions {
        gap: 10px;
    }

    .landing-header-login {
        display: none;
    }

    .landing-theme-toggle {
        width: 42px;
        height: 42px;
    }

    .landing-nav-cta {
        min-height: 46px;
        padding: 0 18px;
        font-size: 0.92rem;
    }

    .landing-hero {
        padding-top: 44px;
    }

    .landing-hero-copy {
        justify-items: center;
    }

    .landing-pill,
    .landing-hero-title,
    .landing-hero-sub {
        max-width: 100%;
        text-align: center;
    }

    .landing-hero-meta,
    .landing-audio-proof {
        width: 100%;
        max-width: 100%;
    }

    .landing-hero-meta {
        justify-content: center;
    }

    .landing-hero-actions {
        flex-direction: column;
    }

    .landing-hero-actions .landing-btn {
        width: 100%;
    }

    .landing-call-card-main {
        padding: 15px;
    }

    .landing-call-screen {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .landing-call-avatar {
        justify-self: center;
    }

    .landing-call-actions {
        flex-direction: column;
    }

    .landing-call-actions span {
        width: 100%;
    }

    .landing-call-card-secondary,
    .landing-call-card-route {
        width: 100%;
    }

    .site-page--callzy-home .waveform-play {
        width: 58px;
        height: 58px;
        font-size: 1.35rem;
    }

    .landing-audio-proof {
        gap: 14px;
        padding: 18px;
    }

    .landing-audio-proof-copy {
        justify-items: center;
        text-align: center;
    }

    .landing-audio-proof-copy strong {
        font-size: 1rem;
    }

    .landing-audio-proof-wave {
        width: 100%;
    }

    .landing-proof-wave {
        gap: 10px;
    }

    .landing-section,
    .landing-final {
        padding: 60px 0;
    }

    .landing-price-card {
        padding: 28px 24px;
    }

    .landing-hero-shell {
        gap: 26px;
    }

    .landing-proof-shot {
        aspect-ratio: 4 / 3;
    }

    .landing-dashboard-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .landing-footer-row {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-page--callzy-home [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* GPT Image 2 accepted-concept fidelity pass. */
html:has(body.site-page--callzy-home) {
    background: #ffffff;
}

html.dark:has(body.site-page--callzy-home) {
    background: #0b1220;
}

.site-page--callzy-home {
    --landing-bg: #ffffff;
    --landing-bg-soft: #f3f7ff;
    --landing-bg-card: #ffffff;
    --landing-line: #dde4ef;
    --landing-line-strong: #d5deec;
    --landing-text: #061330;
    --landing-text-muted: #667189;
    --landing-accent: #1262e3;
    --landing-accent-strong: #1262e3;
    --landing-accent-soft: #eaf1ff;
    --landing-accent-ink: #ffffff;
    --landing-shadow: 0 18px 36px rgba(12, 24, 48, 0.12);
    --landing-page-bg: #ffffff;
    --landing-header-bg: rgba(255, 255, 255, 0.98);
    --landing-header-link: #061330;
    --landing-surface: #ffffff;
    --landing-surface-soft: #f8fbff;
    --landing-section-soft-bg: #f2f6fe;
    width: 100%;
    min-width: 100%;
    max-width: none;
    margin: 0;
    overflow-x: clip;
    background: #ffffff;
}

html.dark .site-page--callzy-home {
    --landing-bg: #0b1220;
    --landing-bg-soft: #0f172a;
    --landing-bg-card: #111827;
    --landing-line: #1f2a44;
    --landing-line-strong: #334155;
    --landing-text: #f8fafc;
    --landing-text-muted: #cbd5e1;
    --landing-accent: #60a5fa;
    --landing-accent-strong: #93c5fd;
    --landing-accent-soft: rgba(59, 130, 246, 0.2);
    --landing-accent-ink: #ffffff;
    --landing-shadow: 0 22px 50px rgba(0, 0, 0, 0.35);
    --landing-page-bg: #0b1220;
    --landing-header-bg: rgba(11, 18, 32, 0.96);
    --landing-header-link: #f8fafc;
    --landing-pill-bg: rgba(15, 23, 42, 0.9);
    --landing-toggle-bg: #111827;
    --landing-toggle-bg-hover: #172033;
    --landing-ghost-bg: #111827;
    --landing-ghost-bg-hover: #172033;
    --landing-trust-bg: rgba(15, 23, 42, 0.72);
    --landing-surface: #111827;
    --landing-surface-soft: #172033;
    --landing-section-soft-bg: #0f172a;
    --landing-price-card-bg: linear-gradient(180deg, #111827 0%, #0f172a 100%);
    --landing-final-bg: #0b1220;
    color-scheme: dark;
    background: #0b1220;
    color: var(--landing-text);
}

.site-page--callzy-home [data-reveal] {
    opacity: 1;
    transform: none;
}

.site-page--callzy-home .landing-header,
.site-page--callzy-home .landing-main,
.site-page--callzy-home .landing-hero,
.site-page--callzy-home .landing-section,
.site-page--callzy-home .landing-final,
.site-page--callzy-home .landing-footer {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.site-page--callzy-home .container {
    width: min(1340px, calc(100% - 96px));
}

.landing-header {
    position: sticky;
    top: 0;
    border-bottom: 1px solid #e4e9f2;
    background: var(--landing-header-bg);
    box-shadow: 0 8px 26px rgba(10, 21, 42, 0.035);
}

.landing-header-row {
    min-height: 92px;
}

.landing-brand {
    gap: 0;
    font-size: clamp(2rem, 3vw, 2.75rem);
    font-weight: 800;
    line-height: 1;
}

.landing-brand-dot {
    display: none;
}

.landing-header-actions {
    gap: 28px;
}

.landing-header-login {
    color: #061330 !important;
    font-size: 1.08rem;
    font-weight: 600;
}

.landing-theme-toggle {
    width: 50px;
    height: 50px;
    border-color: #d9e1ed;
    background: #ffffff;
    box-shadow: 0 6px 16px rgba(9, 20, 40, 0.04);
}

.landing-nav-cta {
    min-width: 134px;
    min-height: 54px;
    border-radius: 12px;
    padding: 0 26px;
    font-size: 1.06rem;
    box-shadow: none;
}

.landing-hero {
    padding: 40px 0 14px;
    background: #ffffff;
}

.landing-hero-shell {
    grid-template-columns: minmax(0, 760px) 428px;
    align-items: start;
    gap: 56px;
}

.landing-hero-copy {
    padding-top: 74px;
}

.landing-pill {
    display: none;
}

.landing-hero-title {
    max-width: 760px;
    font-size: clamp(4.25rem, 6.4vw, 5.05rem);
    line-height: 0.96;
    font-weight: 900;
}

.landing-hero-title > span {
    display: block;
}

.landing-accent {
    background: none;
    color: var(--landing-accent);
}

.landing-hero-sub {
    max-width: 620px;
    margin-top: 28px;
    color: #657088;
    font-size: clamp(1.22rem, 2vw, 1.55rem);
    line-height: 1.45;
}

.landing-hero-actions {
    gap: 22px;
    margin-top: 36px;
}

.landing-btn {
    min-height: 70px;
    border-radius: 10px;
    padding: 0 42px;
    font-size: 1.12rem;
    font-weight: 700;
}

.landing-hero-actions .landing-btn {
    min-width: 270px;
}

.landing-btn-primary {
    box-shadow: none;
}

.landing-btn-ghost {
    border-color: #d4dce8;
    background: #ffffff;
}

.landing-btn-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 2px solid #08142c;
    border-radius: 999px;
    line-height: 1;
}

.landing-btn-play .landing-icon {
    width: 12px;
    height: 12px;
    margin-left: 1px;
}

.landing-hero-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 650px);
    gap: 28px;
    margin-top: 62px;
}

.landing-meta-item {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    min-width: 0;
}

.landing-meta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: var(--landing-accent);
    color: #ffffff;
}

.landing-meta-icon .landing-icon {
    width: 14px;
    height: 14px;
    stroke-width: 2.4;
}

.landing-meta-item strong,
.landing-meta-item small {
    display: block;
}

.landing-meta-item strong {
    color: #061330;
    font-size: 0.96rem;
    line-height: 1.2;
}

.landing-meta-item small {
    margin-top: 6px;
    color: #68738a;
    font-size: 0.88rem;
    line-height: 1.3;
}

.landing-call-stage {
    width: min(100%, 428px);
    max-width: 428px;
    gap: 0;
    justify-self: end;
}

.landing-call-stage::before {
    display: none;
}

.landing-call-card {
    border: 1px solid #d9e1ec;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 18px 30px rgba(10, 23, 45, 0.12);
}

.landing-flow-card {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-height: 112px;
    padding: 18px;
}

.landing-flow-card-answer {
    min-height: 150px;
}

.landing-flow-card-text {
    min-height: 144px;
}

.landing-flow-card-transfer {
    min-height: 92px;
}

.landing-flow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 999px;
    color: currentColor;
}

.landing-flow-icon .landing-icon {
    width: 30px;
    height: 30px;
    stroke-width: 2.05;
}

.landing-flow-card-missed .landing-flow-icon {
    background: #fff0f0;
    color: #ef4444;
}

.landing-flow-card-answer .landing-flow-icon {
    background: #eaf2ff;
    color: var(--landing-accent);
}

.landing-flow-card-text .landing-flow-icon {
    background: #dcfce7;
    color: #16a34a;
}

.landing-flow-card-transfer .landing-flow-icon {
    background: #eee7ff;
    color: #6d4bd7;
}

.landing-flow-copy strong {
    display: block;
    color: #061330;
    font-size: 1.16rem;
    line-height: 1.2;
}

.landing-call-label,
.landing-sms-label {
    display: block;
    margin: 0 0 6px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.landing-flow-card-missed .landing-call-label {
    color: #ef4444;
}

.landing-flow-card-answer .landing-sms-label {
    color: var(--landing-accent);
}

.landing-flow-card-text .landing-sms-label {
    color: #16a34a;
}

.landing-flow-card-transfer .landing-sms-label {
    color: #6d4bd7;
}

.landing-flow-copy p {
    margin: 0;
    color: #061330;
    font-size: 1rem;
    line-height: 1.36;
}

.landing-flow-card-missed p,
.landing-flow-copy small {
    color: #68738a;
}

.landing-flow-copy small {
    display: block;
    margin-top: 8px;
    font-size: 0.94rem;
}

.landing-flow-copy hr {
    border: 0;
    border-top: 1px solid #d7dfeb;
    margin: 12px 0;
}

.landing-flow-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 3px 0 4px;
    color: #6b7280;
}

.landing-flow-arrow .landing-icon {
    width: 20px;
    height: 20px;
    stroke-width: 2.25;
}

.landing-audio-proof {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.landing-trust-strip {
    display: none;
}

.landing-how-preview {
    padding: 30px 0 0;
    border-top: 1px solid #e2e8f3;
    background: #f2f6fe;
    min-height: 250px;
}

.landing-how-preview .landing-section-head {
    margin: 0 auto 16px;
}

.landing-how-preview .landing-section-head h2,
.landing-how-preview .landing-section-head p {
    display: none;
}

.landing-how-preview .landing-eyebrow {
    min-height: 36px;
    margin-bottom: 0;
    padding: 0 18px;
    border: 1px solid #cbd8ea;
    border-radius: 999px;
    background: #f8fbff;
    color: var(--landing-accent);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 34px;
}

.landing-how-preview .landing-problem-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px;
    width: min(100%, 1090px);
    margin: 0 auto;
}

.landing-how-preview .landing-problem-card {
    min-height: 170px;
    padding: 30px 30px 28px;
    border: 1px solid #dbe3ef;
    border-radius: 18px 18px 0 0;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(12, 24, 48, 0.06);
}

.landing-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: var(--landing-accent);
    color: #ffffff;
}

.landing-card-icon .landing-icon {
    width: 36px;
    height: 36px;
    stroke-width: 1.9;
}

.landing-how-preview .landing-problem-card h3 {
    margin: -64px 0 0 106px;
    color: #07142e;
    font-size: 1.25rem;
    line-height: 1.25;
}

.landing-how-preview .landing-problem-card p {
    margin: 14px 0 0 106px;
    color: #4f5b72;
    font-size: 1rem;
    line-height: 1.55;
}

@media (max-width: 1080px) {
    .site-page--callzy-home .container {
        width: min(1120px, calc(100% - 48px));
    }

    .landing-hero-shell {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
        gap: 44px;
    }

    .landing-hero-title {
        font-size: clamp(3.4rem, 7vw, 4.8rem);
    }

    .landing-hero-actions .landing-btn {
        min-width: 230px;
    }
}

@media (max-width: 920px) {
    .landing-hero-shell {
        grid-template-columns: 1fr;
    }

    .landing-hero {
        padding-top: 62px;
    }

    .landing-hero-shell {
        align-items: stretch;
    }

    .landing-hero-copy {
        padding-top: 0;
        justify-items: start;
    }

    .landing-hero-meta {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 36px;
    }

    .landing-call-stage {
        justify-self: center;
    }

    .landing-how-preview .landing-problem-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .landing-how-preview .landing-problem-card {
        border-radius: 18px;
    }
}

@media (max-width: 720px) {
    .site-page--callzy-home .container {
        width: min(1120px, calc(100% - 28px));
    }

    .landing-header-row {
        min-height: 68px;
    }

    .landing-brand {
        font-size: 1.65rem;
    }

    .landing-header-actions {
        gap: 10px;
    }

    .landing-nav-cta {
        min-width: 0;
        min-height: 46px;
        border-radius: 10px;
        padding: 0 16px;
    }

    .landing-hero-title {
        font-size: clamp(3.1rem, 17vw, 4.2rem);
    }

    .landing-hero-sub {
        font-size: 1.08rem;
    }

    .landing-hero-actions {
        width: 100%;
    }

    .landing-hero-actions .landing-btn {
        width: 100%;
        min-width: 0;
        min-height: 58px;
    }

    .landing-flow-card {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 14px;
        min-height: 104px;
        padding: 18px 16px;
    }

    .landing-flow-card-answer,
    .landing-flow-card-text {
        min-height: 150px;
    }

    .landing-flow-icon {
        width: 54px;
        height: 54px;
    }

    .landing-flow-icon .landing-icon {
        width: 26px;
        height: 26px;
    }

    .landing-flow-copy p {
        font-size: 0.94rem;
    }

    .landing-how-preview {
        padding-top: 24px;
    }

    .landing-step,
    .landing-faq details {
        padding: 20px 18px;
        border-radius: 16px;
    }

    .landing-how-preview .landing-problem-card h3,
    .landing-how-preview .landing-problem-card p {
        margin-left: 0;
    }

    .landing-how-preview .landing-problem-card h3 {
        margin-top: 0;
    }
}

html.dark .site-page--callzy-home,
html.dark .site-page--callzy-home .landing-main,
html.dark .site-page--callzy-home .landing-section,
html.dark .site-page--callzy-home .landing-final,
html.dark .site-page--callzy-home .landing-footer {
    background-color: var(--landing-bg);
}

html.dark .site-page--callzy-home .landing-header {
    border-color: #1f2a44;
    background: var(--landing-header-bg);
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.22);
}

html.dark .site-page--callzy-home .landing-brand,
html.dark .site-page--callzy-home .landing-header-login,
html.dark .site-page--callzy-home .landing-hero-title,
html.dark .site-page--callzy-home .landing-meta-item strong,
html.dark .site-page--callzy-home .landing-flow-copy strong,
html.dark .site-page--callzy-home .landing-flow-copy p,
html.dark .site-page--callzy-home .landing-how-preview .landing-problem-card h3,
html.dark .site-page--callzy-home .landing-capability-card h3,
html.dark .site-page--callzy-home .landing-proof-list li,
html.dark .site-page--callzy-home .landing-sms-card p,
html.dark .site-page--callzy-home .landing-price-list li {
    color: var(--landing-text) !important;
}

html.dark .site-page--callzy-home .landing-hero,
html.dark .site-page--callzy-home .landing-final {
    background: #0b1220;
}

html.dark .site-page--callzy-home .landing-section-soft,
html.dark .site-page--callzy-home .landing-how-preview {
    border-color: #1f2a44;
    background: #0f172a;
}

html.dark .site-page--callzy-home .landing-hero-sub,
html.dark .site-page--callzy-home .landing-meta-item small,
html.dark .site-page--callzy-home .landing-flow-card-missed p,
html.dark .site-page--callzy-home .landing-flow-copy small,
html.dark .site-page--callzy-home .landing-how-preview .landing-problem-card p,
html.dark .site-page--callzy-home .landing-section-head p,
html.dark .site-page--callzy-home .landing-handoff-copy p,
html.dark .site-page--callzy-home .landing-price-sub,
html.dark .site-page--callzy-home .landing-price-footnote,
html.dark .site-page--callzy-home .landing-price-amount span,
html.dark .site-page--callzy-home .landing-faq p,
html.dark .site-page--callzy-home .landing-final p,
html.dark .site-page--callzy-home .landing-footer,
html.dark .site-page--callzy-home .landing-sms-card small {
    color: var(--landing-text-muted);
}

html.dark .site-page--callzy-home .landing-theme-toggle,
html.dark .site-page--callzy-home .landing-btn-ghost,
html.dark .site-page--callzy-home .landing-how-preview .landing-eyebrow,
html.dark .site-page--callzy-home .landing-call-card,
html.dark .site-page--callzy-home .landing-problem-card,
html.dark .site-page--callzy-home .landing-how-preview .landing-problem-card,
html.dark .site-page--callzy-home .landing-step,
html.dark .site-page--callzy-home .landing-capability-card,
html.dark .site-page--callzy-home .landing-dashboard-card,
html.dark .site-page--callzy-home .landing-sms-card,
html.dark .site-page--callzy-home .landing-price-card,
html.dark .site-page--callzy-home .landing-faq details {
    border-color: #26354f;
    background: #111827;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

html.dark .site-page--callzy-home .landing-btn-ghost:hover,
html.dark .site-page--callzy-home .landing-theme-toggle:hover {
    background: #172033;
}

html.dark .site-page--callzy-home .landing-nav-cta,
html.dark .site-page--callzy-home .landing-btn-primary {
    background: #2563eb;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}

html.dark .site-page--callzy-home .landing-nav-cta:hover,
html.dark .site-page--callzy-home .landing-btn-primary:hover {
    background: #1d4ed8;
}

html.dark .site-page--callzy-home .landing-btn-play {
    border-color: #f8fafc;
}

html.dark .site-page--callzy-home .landing-flow-copy hr,
html.dark .site-page--callzy-home .landing-proof-shot,
html.dark .site-page--callzy-home .landing-dashboard-top {
    border-color: #26354f;
}

html.dark .site-page--callzy-home .landing-flow-card-missed .landing-flow-icon {
    background: rgba(239, 68, 68, 0.16);
}

html.dark .site-page--callzy-home .landing-flow-card-answer .landing-flow-icon {
    background: rgba(96, 165, 250, 0.18);
}

html.dark .site-page--callzy-home .landing-flow-card-text .landing-flow-icon {
    background: rgba(34, 197, 94, 0.16);
}

html.dark .site-page--callzy-home .landing-flow-card-transfer .landing-flow-icon {
    background: rgba(167, 139, 250, 0.18);
    color: #a78bfa;
}

/* Laptop density and dashboard proof fix. */
.landing-owner-proof-section {
    padding: clamp(44px, 5vw, 64px) 0;
    background:
        linear-gradient(90deg, #ffffff 0%, #ffffff 48%, #f6f9ff 48%, #f6f9ff 100%);
}

.landing-owner-proof-section .container {
    width: min(1220px, calc(100% - 72px));
}

.landing-owner-proof-section .landing-handoff-grid {
    grid-template-columns: minmax(0, 520px) minmax(500px, 1fr);
    align-items: start;
    gap: clamp(32px, 4.5vw, 58px);
}

.landing-owner-proof-section .landing-handoff-copy {
    max-width: 560px;
}

.landing-owner-proof-section .landing-handoff-copy h2 {
    max-width: 560px;
    font-size: clamp(2.45rem, 4.4vw, 3.55rem);
}

.landing-owner-proof-section .landing-proof-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
    max-width: 540px;
}

.landing-owner-proof-stack {
    min-width: 0;
}

.landing-owner-demo-card {
    overflow: hidden;
    width: 100%;
    max-width: 650px;
    border: 1px solid #d7e1ef;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 22px 58px rgba(13, 26, 52, 0.12);
}

.landing-owner-demo-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    border-bottom: 1px solid #e1e8f2;
    background: #ffffff;
}

.landing-owner-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #bbf7d0;
    border-radius: 999px;
    background: #ecfdf5;
    color: #166534;
    font-size: 0.76rem;
    font-weight: 800;
}

.landing-owner-status span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.12);
}

.landing-owner-demo-shell {
    display: grid;
    grid-template-columns: 178px minmax(0, 1fr);
    min-height: 388px;
    background: #f7faff;
}

.landing-owner-inbox {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 18px 14px;
    border-right: 1px solid #e1e8f2;
    background: #ffffff;
}

.landing-owner-inbox-title {
    color: #5c6880;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.landing-owner-call {
    display: grid;
    gap: 3px;
    min-width: 0;
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 14px;
    background: #f8fbff;
}

.landing-owner-call.is-active {
    border-color: #9dc0ff;
    background: #edf5ff;
}

.landing-owner-call strong {
    overflow: hidden;
    color: #07142e;
    font-size: 0.94rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.landing-owner-call span {
    overflow: hidden;
    color: #61708a;
    font-size: 0.78rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.landing-owner-call em {
    width: fit-content;
    margin-top: 5px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #fee2e2;
    color: #dc2626;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 800;
}

.landing-owner-detail {
    display: grid;
    gap: 12px;
    min-width: 0;
    padding: 18px;
}

.landing-owner-contact-row,
.landing-owner-summary-panel,
.landing-owner-recording-panel,
.landing-owner-transcript-panel {
    border: 1px solid #e0e7f2;
    border-radius: 16px;
    background: #ffffff;
}

.landing-owner-contact-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
}

.landing-owner-contact-row span {
    display: block;
    margin-bottom: 3px;
    color: var(--landing-accent);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.landing-owner-contact-row strong {
    display: block;
    color: #07142e;
    font-size: 1.18rem;
    line-height: 1.15;
}

.landing-owner-contact-row small {
    flex: 0 0 auto;
    color: #667189;
    font-size: 0.8rem;
}

.landing-owner-summary-panel {
    padding: 16px;
}

.landing-owner-summary-panel p {
    margin: 7px 0 0;
    color: #07142e;
    font-size: 0.94rem;
    line-height: 1.45;
}

.landing-owner-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.landing-owner-chip-row span {
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eaf2ff;
    color: #1262e3;
    font-size: 0.74rem;
    font-weight: 800;
}

.landing-owner-recording-panel {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 13px 16px;
}

.landing-owner-recording-panel span,
.landing-owner-transcript-panel span {
    color: #07142e;
    font-size: 0.8rem;
    font-weight: 800;
}

.landing-owner-recording-panel small {
    color: #667189;
    font-size: 0.8rem;
}

.landing-owner-mini-wave {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    height: 34px;
}

.landing-owner-mini-wave i {
    width: 4px;
    height: var(--h);
    border-radius: 999px;
    background: #1262e3;
}

.landing-owner-transcript-panel {
    display: grid;
    gap: 8px;
    padding: 14px 16px;
}

.landing-owner-transcript-panel p {
    margin: 0;
    padding-left: 10px;
    border-left: 3px solid #1262e3;
    color: #334155;
    font-size: 0.84rem;
    line-height: 1.42;
}

@media (max-width: 1080px) {
    .landing-owner-proof-section .container {
        width: min(1120px, calc(100% - 48px));
    }

    .landing-owner-proof-section .landing-handoff-grid {
        grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
        gap: 30px;
    }

    .landing-owner-demo-shell {
        grid-template-columns: 142px minmax(0, 1fr);
    }
}

@media (max-width: 920px) {
    .landing-owner-proof-section {
        background: #ffffff;
    }

    .landing-owner-proof-section .landing-handoff-grid {
        grid-template-columns: 1fr;
    }

    .landing-owner-demo-card {
        max-width: 680px;
        justify-self: center;
    }
}

@media (max-width: 720px) {
    .landing-owner-proof-section {
        padding: 54px 0;
    }

    .landing-owner-proof-section .container {
        width: min(1120px, calc(100% - 28px));
    }

    .landing-owner-proof-section .landing-proof-list {
        grid-template-columns: 1fr;
    }

    .landing-owner-demo-bar {
        align-items: flex-start;
        flex-direction: column;
    }

    .landing-owner-demo-shell {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .landing-owner-inbox {
        display: none;
    }

    .landing-owner-detail {
        padding: 14px;
    }

    .landing-owner-contact-row,
    .landing-owner-recording-panel {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .landing-owner-contact-row {
        flex-direction: column;
    }

    .landing-owner-contact-row small {
        flex: auto;
    }
}

html.dark .site-page--callzy-home .landing-owner-proof-section {
    background:
        linear-gradient(90deg, #0b1220 0%, #0b1220 48%, #0f172a 48%, #0f172a 100%);
}

html.dark .site-page--callzy-home .landing-owner-demo-card,
html.dark .site-page--callzy-home .landing-owner-demo-bar,
html.dark .site-page--callzy-home .landing-owner-inbox,
html.dark .site-page--callzy-home .landing-owner-contact-row,
html.dark .site-page--callzy-home .landing-owner-summary-panel,
html.dark .site-page--callzy-home .landing-owner-recording-panel,
html.dark .site-page--callzy-home .landing-owner-transcript-panel {
    border-color: #26354f;
    background: #111827;
}

html.dark .site-page--callzy-home .landing-owner-demo-shell,
html.dark .site-page--callzy-home .landing-owner-call {
    background: #0f172a;
}

html.dark .site-page--callzy-home .landing-owner-call.is-active {
    border-color: #315fa8;
    background: #102447;
}

html.dark .site-page--callzy-home .landing-owner-status {
    border-color: rgba(74, 222, 128, 0.28);
    background: rgba(34, 197, 94, 0.14);
    color: #bbf7d0;
}

html.dark .site-page--callzy-home .landing-owner-inbox-title,
html.dark .site-page--callzy-home .landing-owner-call span,
html.dark .site-page--callzy-home .landing-owner-contact-row small,
html.dark .site-page--callzy-home .landing-owner-recording-panel small,
html.dark .site-page--callzy-home .landing-owner-transcript-panel p {
    color: #cbd5e1;
}

html.dark .site-page--callzy-home .landing-owner-call strong,
html.dark .site-page--callzy-home .landing-owner-contact-row strong,
html.dark .site-page--callzy-home .landing-owner-summary-panel p,
html.dark .site-page--callzy-home .landing-owner-recording-panel span,
html.dark .site-page--callzy-home .landing-owner-transcript-panel span {
    color: #f8fafc;
}

html.dark .site-page--callzy-home .landing-owner-chip-row span {
    background: rgba(96, 165, 250, 0.16);
    color: #bfdbfe;
}

@media (max-width: 920px) {
    html.dark .site-page--callzy-home .landing-owner-proof-section {
        background: #0b1220;
    }
}

html.dark .site-page--callzy-home .landing-how-preview .landing-eyebrow,
html.dark .site-page--callzy-home .landing-capability-plan,
html.dark .site-page--callzy-home .landing-price-tag {
    color: #93c5fd;
}

/* Homepage motion pass: keep the proof path lively without changing the layout. */
.site-page--callzy-home {
    --landing-motion-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
    --landing-motion-snap: cubic-bezier(0.16, 1, 0.3, 1);
    --landing-pointer-x: 0px;
    --landing-pointer-y: 0px;
    --landing-scroll-lift: 0px;
}

html:not(.no-js) .site-page--callzy-home [data-reveal] {
    transition:
        opacity 700ms var(--landing-motion-ease),
        transform 700ms var(--landing-motion-ease);
}

html:not(.no-js):not(.reveal-fallback) .site-page--callzy-home [data-reveal]:not(.is-visible) {
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(0.985);
}

html:not(.no-js) .site-page--callzy-home .landing-hero-sub[data-reveal] {
    transition-delay: 70ms;
}

html:not(.no-js) .site-page--callzy-home .landing-hero-actions[data-reveal] {
    transition-delay: 140ms;
}

html:not(.no-js) .site-page--callzy-home .landing-hero-meta[data-reveal] {
    transition-delay: 210ms;
}

html:not(.no-js) .site-page--callzy-home .landing-call-stage[data-reveal] {
    transition-delay: 160ms;
}

.landing-hero-title .landing-accent {
    position: relative;
    display: inline-block;
    isolation: isolate;
}

.landing-hero-title .landing-accent::after {
    content: "";
    position: absolute;
    left: -0.04em;
    right: -0.04em;
    bottom: 0.06em;
    z-index: -1;
    height: 0.16em;
    border-radius: 999px;
    background: color-mix(in srgb, var(--landing-accent) 16%, transparent);
    transform: scaleX(0);
    transform-origin: left center;
}

html:not(.no-js) .landing-hero-title.is-visible .landing-accent::after,
html.reveal-fallback .landing-hero-title .landing-accent::after {
    animation: landing-accent-mark 900ms var(--landing-motion-snap) 520ms both;
}

.landing-nav-cta,
.landing-btn {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.landing-nav-cta::after,
.landing-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(105deg, transparent 18%, rgba(255, 255, 255, 0.28) 44%, transparent 68%);
    opacity: 0;
    transform: translateX(-120%);
    transition:
        opacity 180ms ease,
        transform 620ms var(--landing-motion-ease);
}

.landing-nav-cta > *,
.landing-btn > * {
    position: relative;
    z-index: 1;
}

.landing-nav-cta:hover::after,
.landing-btn:hover::after {
    opacity: 1;
    transform: translateX(120%);
}

.landing-nav-cta:focus-visible,
.landing-btn:focus-visible,
.landing-theme-toggle:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--landing-accent) 34%, transparent);
    outline-offset: 3px;
}

.landing-btn-ghost::after {
    background: linear-gradient(105deg, transparent 18%, color-mix(in srgb, var(--landing-accent) 9%, transparent) 44%, transparent 68%);
}

.site-page--callzy-home.is-motion-ready .landing-call-stage {
    transform: translate3d(
        var(--landing-pointer-x),
        calc(var(--landing-scroll-lift) + var(--landing-pointer-y)),
        0
    );
    transition: transform 220ms var(--landing-motion-ease);
    will-change: transform;
}

.site-page--callzy-home.is-motion-ready .landing-flow-card {
    transition:
        border-color 340ms ease,
        box-shadow 340ms ease,
        transform 340ms var(--landing-motion-snap);
}

.site-page--callzy-home.is-motion-ready .landing-flow-card.is-current {
    border-color: color-mix(in srgb, var(--landing-accent) 46%, #d9e1ec);
    box-shadow:
        0 22px 44px rgba(10, 23, 45, 0.16),
        0 0 0 6px color-mix(in srgb, var(--landing-accent) 8%, transparent);
    transform: translateY(-5px) scale(1.012);
}

.site-page--callzy-home.is-motion-ready .landing-flow-card.is-current .landing-flow-icon {
    animation: landing-proof-icon-pop 700ms var(--landing-motion-snap) both;
}

.site-page--callzy-home.is-motion-ready .landing-flow-arrow {
    transition:
        color 260ms ease,
        opacity 260ms ease,
        transform 260ms ease;
}

.site-page--callzy-home.is-motion-ready .landing-flow-arrow.is-current {
    color: var(--landing-accent);
    opacity: 1;
    transform: translateY(2px);
}

.site-page--callzy-home.is-motion-ready .landing-owner-status span {
    animation: landing-status-pulse 1800ms ease-in-out infinite;
}

.site-page--callzy-home.is-motion-ready .landing-owner-mini-wave i {
    transform-origin: center bottom;
    animation: landing-mini-wave 1300ms ease-in-out infinite;
}

.site-page--callzy-home.is-motion-ready .landing-owner-mini-wave i:nth-child(2) {
    animation-delay: 80ms;
}

.site-page--callzy-home.is-motion-ready .landing-owner-mini-wave i:nth-child(3) {
    animation-delay: 160ms;
}

.site-page--callzy-home.is-motion-ready .landing-owner-mini-wave i:nth-child(4) {
    animation-delay: 240ms;
}

.site-page--callzy-home.is-motion-ready .landing-owner-mini-wave i:nth-child(5) {
    animation-delay: 320ms;
}

.site-page--callzy-home.is-motion-ready .landing-owner-mini-wave i:nth-child(6) {
    animation-delay: 400ms;
}

.site-page--callzy-home.is-motion-ready .landing-owner-mini-wave i:nth-child(7) {
    animation-delay: 480ms;
}

.site-page--callzy-home.is-motion-ready .landing-owner-mini-wave i:nth-child(8) {
    animation-delay: 560ms;
}

.landing-step,
.landing-capability-card,
.landing-how-preview .landing-problem-card,
.landing-price-card,
.landing-owner-demo-card,
.landing-faq details {
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
}

.landing-step:hover,
.landing-capability-card:hover,
.landing-how-preview .landing-problem-card:hover,
.landing-price-card:hover,
.landing-owner-demo-card:hover,
.landing-faq details:hover {
    transform: translateY(-3px);
}

.landing-step:hover,
.landing-capability-card:hover,
.landing-how-preview .landing-problem-card:hover,
.landing-owner-demo-card:hover,
.landing-faq details:hover {
    border-color: color-mix(in srgb, var(--landing-accent) 28%, var(--landing-line));
    box-shadow: 0 18px 38px rgba(10, 23, 45, 0.11);
}

.landing-price-card:hover {
    border-color: color-mix(in srgb, var(--landing-accent) 42%, var(--landing-line-strong));
    box-shadow: 0 22px 48px rgba(10, 23, 45, 0.18);
}

@keyframes landing-accent-mark {
    from {
        opacity: 0;
        transform: scaleX(0);
    }
    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes landing-proof-icon-pop {
    0% {
        transform: scale(1);
    }
    45% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes landing-status-pulse {
    0%,
    100% {
        box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.12);
    }
    50% {
        box-shadow: 0 0 0 9px rgba(34, 197, 94, 0);
    }
}

@keyframes landing-mini-wave {
    0%,
    100% {
        transform: scaleY(0.72);
        opacity: 0.76;
    }
    50% {
        transform: scaleY(1.18);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-page--callzy-home {
        --landing-pointer-x: 0px;
        --landing-pointer-y: 0px;
        --landing-scroll-lift: 0px;
    }

    html:not(.no-js) .site-page--callzy-home [data-reveal],
    .site-page--callzy-home .landing-nav-cta,
    .site-page--callzy-home .landing-btn,
    .site-page--callzy-home .landing-call-stage,
    .site-page--callzy-home .landing-flow-card,
    .site-page--callzy-home .landing-flow-arrow,
    .site-page--callzy-home .landing-step,
    .site-page--callzy-home .landing-capability-card,
    .site-page--callzy-home .landing-how-preview .landing-problem-card,
    .site-page--callzy-home .landing-price-card,
    .site-page--callzy-home .landing-owner-demo-card,
    .site-page--callzy-home .landing-faq details {
        transition: none;
    }

    .site-page--callzy-home [data-reveal],
    .site-page--callzy-home .landing-call-stage,
    .site-page--callzy-home .landing-flow-card,
    .site-page--callzy-home .landing-flow-arrow,
    .site-page--callzy-home .landing-step:hover,
    .site-page--callzy-home .landing-capability-card:hover,
    .site-page--callzy-home .landing-how-preview .landing-problem-card:hover,
    .site-page--callzy-home .landing-price-card:hover,
    .site-page--callzy-home .landing-owner-demo-card:hover,
    .site-page--callzy-home .landing-faq details:hover {
        opacity: 1;
        transform: none;
    }

    .landing-hero-title .landing-accent::after,
    .site-page--callzy-home .landing-flow-icon,
    .site-page--callzy-home .landing-owner-status span,
    .site-page--callzy-home .landing-owner-mini-wave i {
        animation: none;
    }
}
