/* Autoprop marketing pages - shared skin (light premium, 2026-06) */

:root {
    --ink: #fbfaf7;
    --ink-raised: #f5f3ee;
    --ink-card: #ffffff;
    --line: #e9e6df;
    --line-strong: #dcd8cf;
    --paper: #17141f;
    --paper-dim: #5d5a6b;
    --paper-faint: #8b8896;
    --ember: #f97316;
    --ember-hot: #ff7a33;
    --ember-deep: #f5540a;
    --ember-soft: rgba(249, 115, 22, 0.14);
    --mint: #4ade80;
    --font-display: 'Bricolage Grotesque', 'Hanken Grotesk', sans-serif;
    --font-body: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-mono: ui-monospace, 'SF Mono', 'JetBrains Mono', Menlo, monospace;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background: var(--ink);
    color: var(--paper);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

h1, h2, h3 {
    font-family: var(--font-display);
    letter-spacing: -0.02em;
}

::selection {
    background: rgba(249, 115, 22, 0.35);
    color: #fff;
}

/* ---------- Buttons ---------- */
.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    font-family: var(--font-body);
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.btn-primary {
    background: linear-gradient(135deg, var(--ember-hot), var(--ember-deep));
    color: #fff;
    box-shadow: 0 10px 28px -10px rgba(249, 115, 22, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px -10px rgba(249, 115, 22, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.btn-outline {
    border-color: var(--line-strong);
    color: var(--paper);
    background: transparent;
}

.btn-outline:hover {
    background: rgba(23, 20, 31, 0.04);
    border-color: rgba(23, 20, 31, 0.3);
    transform: translateY(-2px);
}

.btn-large {
    padding: 15px 30px;
    font-size: 1.02rem;
}

/* ---------- Header ---------- */
header {
    position: sticky;
    top: 0;
    z-index: 900;
    background: rgba(251, 250, 247, 0.85);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(23, 20, 31, 0.07);
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    gap: 24px;
}

.logo {
    font-family: var(--font-display);
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--paper);
    text-decoration: none;
    flex-shrink: 0;
    letter-spacing: -0.02em;
}

.logo span {
    color: var(--ember);
}

header nav ul {
    display: flex;
    gap: 32px;
    list-style: none;
}

header nav a {
    color: var(--paper-dim);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.15s ease;
}

header nav a:hover {
    color: var(--paper);
}

.header-cta {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-cta .btn {
    padding: 9px 18px;
    font-size: 0.9rem;
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: var(--paper);
    cursor: pointer;
    padding: 8px;
}

/* ---------- Mobile nav ---------- */
#mobile-nav {
    position: fixed;
    inset: 0;
    background: rgba(251, 250, 247, 0.97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 1000;
    display: none;
    padding: 88px 32px 32px;
}

#mobile-nav.active {
    display: block;
}

#mobile-nav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#mobile-nav a {
    color: var(--paper);
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 600;
    font-family: var(--font-display);
    display: block;
    padding: 12px 0;
}

#mobile-nav a.btn-primary {
    text-align: center;
    margin-top: 16px;
    font-family: var(--font-body);
    font-size: 1rem;
}

#mobile-nav .close-btn {
    position: absolute;
    top: 20px;
    right: 24px;
    background: none;
    border: none;
    color: var(--paper);
    font-size: 2.2rem;
    cursor: pointer;
    line-height: 1;
}

/* ---------- Eyebrow labels ---------- */
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #e25207;
    margin-bottom: 18px;
}

.eyebrow::before {
    content: '';
    width: 22px;
    height: 1px;
    background: #e25207;
    opacity: 0.7;
}

/* ---------- Hero ---------- */
.hero {
    position: relative;
    padding: 96px 0 110px;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(23, 20, 31, 0.055) 1px, transparent 1px);
    background-size: 30px 30px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.9), transparent 75%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.9), transparent 75%);
    pointer-events: none;
}

.hero-glow {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(90px);
}

.hero-glow-1 {
    width: 560px;
    height: 560px;
    top: -180px;
    right: -80px;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.13), transparent 65%);
}

.hero-glow-2 {
    width: 420px;
    height: 420px;
    bottom: -200px;
    left: -140px;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.07), transparent 65%);
}

.hero .container {
    position: relative;
}

.hero .container:has(.hero-visual) {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 64px;
    align-items: center;
}

.hero h1 {
    font-size: clamp(2.7rem, 5.4vw, 4.35rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
}

.hero h1 span {
    background: linear-gradient(120deg, #ffa05c, var(--ember-deep));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-tagline {
    font-size: 1.13rem;
    color: var(--paper-dim);
    max-width: 540px;
    margin-bottom: 32px;
    line-height: 1.65;
}

.hero-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 26px;
}

.hero-price {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    background: rgba(34, 197, 94, 0.07);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 12px;
    padding: 12px 18px;
    font-size: 0.92rem;
    color: #15803d;
    margin-bottom: 24px;
}

.hero-price svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    font-size: 0.88rem;
    color: var(--paper-dim);
}

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

/* ---------- Hero chat card ---------- */
.hero-visual {
    position: relative;
}

.hero-visual::before {
    content: '';
    position: absolute;
    inset: -8% -6%;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.12), transparent 70%);
    filter: blur(50px);
    pointer-events: none;
}

.hero-card {
    position: relative;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 26px;
    box-shadow: 0 30px 80px -24px rgba(23, 20, 31, 0.22);
    animation: card-float 7s ease-in-out infinite;
}

@keyframes card-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.hero-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
}

.hero-card-icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: linear-gradient(135deg, var(--ember-hot), var(--ember-deep));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 8px 20px -6px rgba(249, 115, 22, 0.5);
}

.hero-card-title {
    font-weight: 700;
    font-size: 1.02rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-card-title::after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--mint);
    box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.5);
    animation: status-pulse 2.4s ease-out infinite;
}

@keyframes status-pulse {
    0% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.45); }
    70% { box-shadow: 0 0 0 7px rgba(74, 222, 128, 0); }
    100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
}

.hero-card-subtitle {
    font-size: 0.84rem;
    color: var(--paper-faint);
    font-family: var(--font-mono);
}

.chat-message {
    background: #f6f4ef;
    border: 1px solid #eceae5;
    border-radius: 13px;
    padding: 14px 16px;
    margin-bottom: 12px;
    opacity: 0;
    transform: translateY(12px);
    animation: msg-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.chat-message:nth-of-type(1) { animation-delay: 0.4s; }
.chat-message.ai { animation-delay: 1.7s; }
.chat-message:nth-of-type(3) { animation-delay: 3s; }

@keyframes msg-in {
    to { opacity: 1; transform: translateY(0); }
}

.chat-message p {
    font-size: 0.92rem;
    line-height: 1.55;
    color: #44414e;
}

.chat-message strong {
    color: var(--paper);
}

.chat-message.ai {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.1), rgba(249, 115, 22, 0.04));
    border-color: rgba(249, 115, 22, 0.3);
}

.chat-message .time {
    font-size: 0.74rem;
    color: var(--paper-faint);
    margin-top: 7px;
    font-family: var(--font-mono);
}

.chat-typing {
    display: flex;
    gap: 5px;
    padding: 4px 2px 0;
    height: 18px;
    opacity: 0;
    animation: typing-show 0.3s ease 0.9s forwards, typing-hide 0.3s ease 1.6s forwards;
}

.chat-typing i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ember-hot);
    animation: typing-bounce 1s ease-in-out infinite;
}

.chat-typing i:nth-child(2) { animation-delay: 0.15s; }
.chat-typing i:nth-child(3) { animation-delay: 0.3s; }

@keyframes typing-show { to { opacity: 1; } }
@keyframes typing-hide { to { opacity: 0; height: 0; padding: 0; } }
@keyframes typing-bounce {
    0%, 60%, 100% { transform: translateY(0); }
    30% { transform: translateY(-4px); }
}

/* ---------- Section scaffolding ---------- */
section {
    position: relative;
}

.section-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 56px;
}

.section-header h2,
.problem-section h2 {
    font-size: clamp(1.9rem, 3.6vw, 2.9rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 16px;
}

.section-header p {
    color: var(--paper-dim);
    font-size: 1.05rem;
}

.section-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
    max-width: 1180px;
    margin: 0 auto;
}

/* ---------- Proof strip ---------- */
.proof-strip {
    padding: 72px 0;
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.proof-card {
    background: var(--ink-card);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 26px 28px;
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.proof-card:hover {
    border-color: rgba(249, 115, 22, 0.35);
    transform: translateY(-3px);
}

.proof-card strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.proof-card p {
    color: var(--paper-dim);
    font-size: 0.93rem;
}

/* ---------- Trust bar ---------- */
.trust-bar {
    padding: 10px 0 72px;
    text-align: center;
}

.trust-bar p {
    font-family: var(--font-mono);
    font-size: 0.74rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--paper-faint);
    margin-bottom: 24px;
}

.trust-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.integration-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 20px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid var(--line);
    color: var(--paper-dim);
    font-size: 0.92rem;
    font-weight: 500;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.integration-badge:hover {
    color: var(--paper);
    border-color: rgba(249, 115, 22, 0.4);
}

.integration-badge svg {
    color: var(--ember-hot);
}

/* ---------- Problem section ---------- */
.problem-section {
    padding: 96px 0;
    background:
        radial-gradient(ellipse 60% 50% at 50% 0%, rgba(249, 115, 22, 0.05), transparent),
        var(--ink-raised);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    text-align: center;
}

.problem-section .lead {
    color: var(--paper-dim);
    font-size: 1.08rem;
    max-width: 640px;
    margin: 0 auto 48px;
}

.problem-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 920px;
    margin: 0 auto;
    text-align: left;
}

.problem-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid rgba(239, 68, 68, 0.25);
    border-radius: 14px;
    padding: 18px 20px;
}

.problem-item svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.problem-item p {
    color: #44414e;
    font-size: 0.96rem;
}

/* ---------- Features ---------- */
.features-section {
    padding: 104px 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature-card {
    background: var(--ink-card);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 30px 28px;
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover {
    border-color: rgba(249, 115, 22, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 24px 48px -24px rgba(249, 115, 22, 0.2);
}

.feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: rgba(249, 115, 22, 0.09);
    border: 1px solid rgba(249, 115, 22, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ember-deep);
    margin-bottom: 20px;
}

.feature-card h3 {
    font-size: 1.18rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.feature-card p {
    color: var(--paper-dim);
    font-size: 0.94rem;
}

/* ---------- How it works ---------- */
.how-it-works {
    padding: 104px 0;
    background: var(--ink-raised);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.step {
    position: relative;
    text-align: left;
}

.step-number {
    font-family: var(--font-display);
    font-size: 4.4rem;
    font-weight: 800;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(249, 115, 22, 0.55);
    margin-bottom: 14px;
}

.step h3 {
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.step p {
    color: var(--paper-dim);
    font-size: 0.91rem;
}

/* ---------- Pricing ---------- */
.pricing-section {
    padding: 104px 0;
}

.pricing-card {
    position: relative;
    max-width: 560px;
    margin: 0 auto;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(160deg, rgba(249, 115, 22, 0.6), rgba(23, 20, 31, 0.08) 38%, rgba(249, 115, 22, 0.3)) border-box;
    border: 1px solid transparent;
    border-radius: 22px;
    padding: 44px 44px 40px;
    text-align: center;
    box-shadow: 0 40px 90px -45px rgba(249, 115, 22, 0.35);
}

.pricing-card h3 {
    font-size: 1.45rem;
    font-weight: 700;
}

.pricing-card .subtitle {
    color: var(--paper-dim);
    font-size: 0.95rem;
    margin: 6px 0 26px;
}

.price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    margin-bottom: 8px;
    font-family: var(--font-display);
}

.price .currency {
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--paper-dim);
}

.price .amount {
    font-size: 4.4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
}

.price .period {
    font-size: 1.05rem;
    color: var(--paper-faint);
}

.pricing-description {
    color: var(--paper-faint);
    font-size: 0.88rem;
    font-family: var(--font-mono);
    margin-bottom: 28px;
}

.pricing-features {
    list-style: none;
    text-align: left;
    margin-bottom: 32px;
}

.pricing-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 0;
    font-size: 0.94rem;
    color: #44414e;
    border-bottom: 1px solid rgba(23, 20, 31, 0.07);
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features svg {
    flex-shrink: 0;
}

.pricing-cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pricing-cta .note {
    font-size: 0.8rem;
    color: var(--paper-faint);
}

/* ---------- FAQ ---------- */
.faq-section {
    padding: 96px 0;
    background: var(--ink-raised);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.faq-section .container {
    max-width: 760px;
}

.faq-section h2 {
    text-align: center;
    font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 44px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: var(--ink-card);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 20px 24px;
    transition: border-color 0.2s ease;
}

.faq-item:hover,
.faq-item[open] {
    border-color: rgba(249, 115, 22, 0.3);
}

.faq-item summary {
    font-weight: 600;
    cursor: pointer;
    font-size: 1.02rem;
    color: var(--paper);
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.faq-item summary::after {
    content: '+';
    color: var(--ember-hot);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    margin-left: 16px;
    transition: transform 0.2s ease;
}

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

.faq-item p {
    margin-top: 12px;
    color: var(--paper-dim);
    line-height: 1.65;
    font-size: 0.95rem;
}

/* ---------- CTA section ---------- */
.cta-section {
    padding: 110px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #17141f;
}

.cta-section::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 900px;
    height: 100%;
    background: radial-gradient(ellipse 50% 45% at 50% 30%, rgba(249, 115, 22, 0.16), transparent 70%);
    pointer-events: none;
}

.cta-section h2 {
    position: relative;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.08;
    max-width: 760px;
    margin: 0 auto 18px;
    color: #f6f4ef;
}

.cta-section > .container > p {
    position: relative;
    color: #a9a5b4;
    font-size: 1.08rem;
    max-width: 600px;
    margin: 0 auto 34px;
}

.cta-section .btn-large {
    position: relative;
}

.cta-form-card {
    position: relative;
    max-width: 520px;
    margin: 48px auto 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 30px;
    text-align: left;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.cta-form-card h3 {
    margin: 0 0 4px;
    font-size: 1.15rem;
    font-weight: 700;
    color: #f6f4ef;
}

.cta-form-card .form-note {
    margin: 0 0 20px;
    color: #a9a5b4;
    font-size: 0.9rem;
}

.cta-form-grid {
    display: grid;
    gap: 12px;
}

.cta-form-card input:not([aria-hidden]) {
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    font-size: 0.95rem;
    width: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.06);
    color: #f6f4ef;
    font-family: var(--font-body);
    transition: border-color 0.2s ease, background 0.2s ease;
}

.cta-form-card input::placeholder {
    color: #8b8896;
}

.cta-form-card input:focus {
    outline: none;
    border-color: rgba(249, 115, 22, 0.6);
    background: rgba(255, 255, 255, 0.07);
}

.cta-form-card button[type="submit"] {
    width: 100%;
}

#inline-demo-status {
    margin: 10px 0 0;
    font-size: 0.85rem;
    color: #a9a5b4;
    min-height: 1.2em;
}

/* ---------- Footer ---------- */
footer {
    padding: 64px 0 32px;
    background: #16131e;
    color: #a5a2b8;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 48px;
    margin-bottom: 48px;
}

footer .logo {
    color: #f6f4ef;
}

.footer-brand p {
    color: #8b87a0;
    margin-top: 14px;
    font-size: 0.93rem;
    max-width: 280px;
}

.footer-column h4 {
    font-weight: 600;
    margin-bottom: 18px;
    font-size: 0.95rem;
    color: #f6f4ef;
}

.footer-column ul {
    list-style: none;
}

.footer-column li {
    margin-bottom: 10px;
}

.footer-column a {
    color: #a5a2b8;
    text-decoration: none;
    font-size: 0.92rem;
    transition: color 0.15s ease;
}

.footer-column a:hover {
    color: var(--ember-hot);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 24px;
    text-align: center;
    font-size: 0.85rem;
    color: #7d7a90;
}

/* ---------- Scroll reveals ---------- */
.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

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

.proof-card.reveal:nth-child(2),
.feature-card.reveal:nth-child(2),
.step.reveal:nth-child(2),
.problem-item.reveal:nth-child(2) {
    transition-delay: 0.1s;
}

.proof-card.reveal:nth-child(3),
.feature-card.reveal:nth-child(3),
.step.reveal:nth-child(3),
.problem-item.reveal:nth-child(3) {
    transition-delay: 0.2s;
}

.feature-card.reveal:nth-child(4),
.step.reveal:nth-child(4),
.problem-item.reveal:nth-child(4) {
    transition-delay: 0.3s;
}

.feature-card.reveal:nth-child(5) {
    transition-delay: 0.4s;
}

.feature-card.reveal:nth-child(6) {
    transition-delay: 0.5s;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    .chat-message {
        opacity: 1;
        transform: none;
    }
    .reveal {
        opacity: 1;
        transform: none;
    }
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
    .hero .container {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .hero-visual {
        max-width: 560px;
    }

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

    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 36px 28px;
    }
}

@media (max-width: 768px) {
    header nav,
    .header-cta {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .hero {
        padding: 64px 0 80px;
    }

    .proof-grid,
    .features-grid,
    .problem-list {
        grid-template-columns: 1fr;
    }

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

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .pricing-card {
        padding: 32px 24px;
    }

    .cta-form-card {
        padding: 24px 20px;
    }
}
    


/* ============================================================
   Subpage extras (features / pricing / about / contact / services)
   ============================================================ */

.page-hero {
    padding: 84px 0 64px;
    text-align: center;
}

.page-hero h1 {
    font-size: clamp(2.3rem, 4.6vw, 3.4rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
    max-width: 820px;
    margin: 0 auto 18px;
}

.page-hero h1 .highlight,
.page-hero h1 span.highlight {
    background: linear-gradient(120deg, #ffa05c, var(--ember-deep));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-hero p,
.page-hero .lead {
    color: var(--paper-dim);
    font-size: 1.12rem;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.65;
}

.page-hero .hero-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

/* ---------- Pricing page ---------- */
.modules-grid {
    align-items: start;
}

.modules-grid .pricing-card {
    max-width: none;
    height: 100%;
}

.pricing-card .pricing-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--ember-hot), var(--ember-deep));
    color: #fff;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 999px;
    box-shadow: 0 8px 20px -8px rgba(249, 115, 22, 0.6);
    white-space: nowrap;
}

.pricing-note {
    color: var(--paper-faint);
    font-size: 0.88rem;
    margin-bottom: 20px;
}

.service-price-label {
    font-family: var(--font-display);
    font-size: 1.3rem !important;
    font-weight: 800;
    color: var(--ember-deep) !important;
}

.pricing-features li i.fas {
    color: #22c55e;
    font-size: 0.85rem;
}

/* comparison table */
.comparison-section {
    padding: 96px 0;
    background: var(--ink-raised);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.comparison-table {
    max-width: 860px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
}

.comparison-row {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    border-bottom: 1px solid var(--line);
}

.comparison-row:last-child {
    border-bottom: none;
}

.comparison-row.header {
    background: #17141f;
}

.comparison-row.header .comparison-cell {
    color: #f6f4ef;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.95rem;
}

.comparison-row.comparison-highlight {
    background: rgba(249, 115, 22, 0.05);
}

.comparison-cell {
    padding: 14px 22px;
    font-size: 0.94rem;
    color: #44414e;
    display: flex;
    align-items: center;
}

.comparison-cell:nth-child(2),
.comparison-cell:nth-child(3) {
    justify-content: center;
    text-align: center;
}

.comparison-cell strong {
    color: var(--paper);
}

.check-icon {
    color: #22c55e;
    font-weight: 700;
}

.cross-icon {
    color: #ef4444;
    font-weight: 700;
}

/* FAQ grid variant (pricing/contact pages) */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 920px;
    margin: 0 auto;
}

.faq-grid .faq-item {
    padding: 24px 26px;
}

.faq-question {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.02rem;
    margin-bottom: 10px;
    color: var(--paper);
}

.faq-answer {
    color: var(--paper-dim);
    font-size: 0.93rem;
    line-height: 1.6;
}

/* ---------- Features page ---------- */
.feature-section {
    padding: 88px 0;
}

.feature-section:nth-of-type(even) {
    background: var(--ink-raised);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.feature-grid.reverse {
    direction: rtl;
}

.feature-grid.reverse > * {
    direction: ltr;
}

.feature-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #e25207;
    background: rgba(249, 115, 22, 0.08);
    border: 1px solid rgba(249, 115, 22, 0.22);
    border-radius: 999px;
    padding: 6px 14px;
    margin-bottom: 18px;
}

.feature-content h2 {
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    font-weight: 700;
    margin-bottom: 14px;
}

.feature-content p {
    color: var(--paper-dim);
    margin-bottom: 18px;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 7px 0;
    color: #44414e;
    font-size: 0.96rem;
}

.feature-list li i.fas {
    color: #22c55e;
    margin-top: 4px;
    font-size: 0.85rem;
}

.feature-visual {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 26px 60px -28px rgba(23, 20, 31, 0.18);
}

.feature-visual-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--line);
}

.feature-visual-icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: linear-gradient(135deg, var(--ember-hot), var(--ember-deep));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
}

.feature-visual-title {
    font-family: var(--font-display);
    font-weight: 700;
}

.feature-visual-subtitle {
    font-size: 0.84rem;
    color: var(--paper-faint);
    font-family: var(--font-mono);
}

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

.demo-item,
.demo-stat {
    background: #f6f4ef;
    border: 1px solid #eceae5;
    border-radius: 12px;
    padding: 14px;
    text-align: center;
}

.demo-stat .number,
.demo-item .number,
.demo-stat .value {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--ember-deep);
    display: block;
}

.demo-stat .label,
.demo-item .label {
    font-size: 0.78rem;
    color: var(--paper-faint);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.all-features {
    padding: 96px 0;
    background: var(--ink-raised);
    border-top: 1px solid var(--line);
}

.features-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.quick-feature {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 18px 20px;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.quick-feature:hover {
    border-color: rgba(249, 115, 22, 0.35);
    transform: translateY(-2px);
}

.quick-feature i.fas {
    color: var(--ember-deep);
    margin-top: 3px;
}

.quick-feature .text strong,
.quick-feature strong {
    display: block;
    font-weight: 700;
    margin-bottom: 3px;
    color: var(--paper);
}

.quick-feature .text p,
.quick-feature p {
    color: var(--paper-dim);
    font-size: 0.88rem;
    margin: 0;
}

/* ---------- About page ---------- */
.mission-section,
.story-section {
    padding: 88px 0;
}

.mission-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
    align-items: center;
}

.mission-content h2 {
    font-size: clamp(1.8rem, 3.2vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 16px;
}

.mission-content p {
    color: var(--paper-dim);
    margin-bottom: 14px;
}

.mission-visual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.mission-stat {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
}

.mission-stat .value {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 2rem;
    color: var(--ember-deep);
    display: block;
}

.mission-stat .label {
    font-size: 0.82rem;
    color: var(--paper-faint);
}

.values-section,
.believe-section {
    padding: 88px 0;
    background: var(--ink-raised);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

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

.value-card,
.believe-card {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 26px;
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.value-card:hover,
.believe-card:hover {
    border-color: rgba(249, 115, 22, 0.35);
    transform: translateY(-3px);
}

.value-icon,
.story-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    background: rgba(249, 115, 22, 0.09);
    border: 1px solid rgba(249, 115, 22, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ember-deep);
    margin-bottom: 16px;
    font-size: 1.05rem;
}

.value-card h3,
.believe-card h3 {
    font-size: 1.12rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.value-card p,
.believe-card p {
    color: var(--paper-dim);
    font-size: 0.93rem;
}

.story-block {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 26px;
    margin-bottom: 16px;
}

.story-text h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.story-text p {
    color: var(--paper-dim);
    font-size: 0.95rem;
}

.cta-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #f6f4ef;
    background: transparent;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

/* ---------- Contact page ---------- */
.contact-section {
    padding: 72px 0 96px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 40px;
    align-items: start;
}

.contact-form-container {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 34px;
    box-shadow: 0 26px 60px -32px rgba(23, 20, 31, 0.16);
}

.contact-form-container h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.contact-form .form-group {
    margin-bottom: 16px;
}

.contact-form label {
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--paper);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 15px;
    border: 1px solid var(--line-strong);
    border-radius: 10px;
    font-size: 0.95rem;
    font-family: var(--font-body);
    background: #fbfaf7;
    color: var(--paper);
    transition: border-color 0.2s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: rgba(249, 115, 22, 0.6);
    background: #ffffff;
}

.contact-info .info-card {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 16px;
}

.info-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 10px 0;
}

.info-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(249, 115, 22, 0.09);
    border: 1px solid rgba(249, 115, 22, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ember-deep);
    flex-shrink: 0;
}

.info-content h3,
.info-content strong {
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--paper);
}

.info-content p,
.info-content a {
    color: var(--paper-dim);
    font-size: 0.9rem;
    text-decoration: none;
}

.info-content a:hover {
    color: var(--ember-deep);
}

/* ---------- Services page ---------- */
.services-section {
    padding: 88px 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
    align-items: stretch;
}

.service-card {
    position: relative;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 30px 28px;
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
    border-color: rgba(249, 115, 22, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 24px 48px -24px rgba(249, 115, 22, 0.2);
}

.service-card.featured {
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(160deg, rgba(249, 115, 22, 0.6), rgba(23, 20, 31, 0.08) 38%, rgba(249, 115, 22, 0.3)) border-box;
    border: 1px solid transparent;
}

.service-badge {
    position: absolute;
    top: -12px;
    left: 24px;
    background: linear-gradient(135deg, var(--ember-hot), var(--ember-deep));
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
}

.service-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: rgba(249, 115, 22, 0.09);
    border: 1px solid rgba(249, 115, 22, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ember-deep);
    font-size: 1.15rem;
    margin-bottom: 18px;
}

.service-card h3 {
    font-size: 1.18rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.service-card > p {
    color: var(--paper-dim);
    font-size: 0.93rem;
    margin-bottom: 16px;
}

.service-price {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.6rem;
    color: var(--ember-deep);
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
}

.service-features li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 6px 0;
    color: #44414e;
    font-size: 0.92rem;
}

.service-features li i.fas {
    color: #22c55e;
    margin-top: 4px;
    font-size: 0.8rem;
}

.how-section,
.why-section {
    padding: 88px 0;
}

.how-section {
    background: var(--ink-raised);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.how-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.how-step {
    text-align: left;
}

.how-step .step-number {
    font-family: var(--font-display);
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(249, 115, 22, 0.6);
    margin-bottom: 12px;
}

.how-step h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 7px;
}

.how-step p {
    color: var(--paper-dim);
    font-size: 0.9rem;
}

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

.why-card {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 26px;
    text-align: center;
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.why-card:hover {
    border-color: rgba(249, 115, 22, 0.35);
    transform: translateY(-3px);
}

.why-card i.fas {
    font-size: 1.6rem;
    color: var(--ember-deep);
    margin-bottom: 14px;
}

.why-card h3 {
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.why-card p {
    color: var(--paper-dim);
    font-size: 0.92rem;
}

/* footer variant used on about/contact (footer-content/footer-links) */
.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 40px;
}

.footer-links {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #a5a2b8;
    text-decoration: none;
    font-size: 0.92rem;
}

.footer-links a:hover {
    color: var(--ember-hot);
}

@media (max-width: 1024px) {
    .features-quick-grid,
    .values-grid,
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

@media (max-width: 768px) {
    .feature-grid,
    .mission-grid,
    .contact-grid,
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .feature-grid.reverse {
        direction: ltr;
    }

    .features-quick-grid,
    .values-grid,
    .why-grid,
    .how-grid,
    .demo-stats {
        grid-template-columns: 1fr;
    }

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

    .comparison-cell {
        padding: 11px 12px;
        font-size: 0.85rem;
    }
}


/* ============================================================
   Product showcase (homepage) - CSS-built dashboard in a frame
   ============================================================ */

.product-showcase {
    padding: 104px 0;
    background: var(--ink-raised);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.browser-frame {
    max-width: 1020px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid var(--line-strong);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 40px 90px -36px rgba(23, 20, 31, 0.3);
}

.browser-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 16px;
    background: #f6f4ef;
    border-bottom: 1px solid var(--line);
}

.browser-bar i {
    width: 11px;
    height: 11px;
    border-radius: 50%;
}

.browser-bar i:nth-child(1) { background: #f87171; }
.browser-bar i:nth-child(2) { background: #fbbf24; }
.browser-bar i:nth-child(3) { background: #34d399; }

.browser-url {
    margin-left: 14px;
    font-family: var(--font-mono);
    font-size: 0.76rem;
    color: var(--paper-faint);
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 4px 14px;
}

.app-mock {
    display: grid;
    grid-template-columns: 216px 1fr;
}

.app-mock-side {
    background: #17141f;
    padding: 20px 12px;
}

.app-mock-brand {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.05rem;
    color: #f6f4ef;
    padding: 0 12px 16px;
}

.app-mock-brand span {
    color: var(--ember);
}

.app-mock-nav div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 9px;
    color: #a5a2b8;
    font-size: 0.88rem;
    margin-bottom: 2px;
}

.app-mock-nav div.active {
    background: linear-gradient(135deg, var(--ember-hot), var(--ember-deep));
    color: #fff;
    font-weight: 600;
}

.app-mock-nav svg {
    flex-shrink: 0;
    opacity: 0.85;
}

.app-mock-main {
    padding: 22px;
    background: #fbfaf7;
}

.app-mock-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.02rem;
    margin-bottom: 14px;
    color: var(--paper);
}

.app-stat-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 14px;
}

.app-stat {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 14px 16px;
}

.app-stat .k {
    font-family: var(--font-mono);
    font-size: 0.66rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--paper-faint);
    display: block;
    margin-bottom: 6px;
}

.app-stat .v {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.55rem;
    line-height: 1;
    color: var(--paper);
}

.app-stat .d {
    font-size: 0.74rem;
    font-weight: 600;
    color: #16a34a;
    margin-left: 7px;
}

.app-activity {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 6px 16px;
}

.app-activity div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(23, 20, 31, 0.05);
    font-size: 0.88rem;
    color: #44414e;
}

.app-activity div:last-child {
    border-bottom: none;
}

.app-activity .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ember);
    flex-shrink: 0;
}

.app-activity .dot.green { background: #22c55e; }
.app-activity .dot.blue { background: #3b82f6; }

.app-activity .t {
    margin-left: auto;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    color: var(--paper-faint);
    white-space: nowrap;
}

.showcase-caption {
    text-align: center;
    font-size: 0.84rem;
    color: var(--paper-faint);
    margin-top: 18px;
}

/* outline buttons inside the dark CTA band need light colors */
.cta-section .btn-outline {
    border-color: rgba(255, 255, 255, 0.35);
    color: #f6f4ef;
}

.cta-section .btn-outline:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.55);
}

/* assurance strip */
.assurance-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 30px;
    margin-top: 36px;
    font-size: 0.88rem;
    color: var(--paper-dim);
}

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

.assurance-bar svg {
    color: #16a34a;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .app-mock {
        grid-template-columns: 1fr;
    }

    .app-mock-side {
        display: none;
    }

    .app-stat-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .app-activity .t {
        display: none;
    }
}


/* ---------- Pricing calculator ---------- */
.calc-section {
    padding: 0 0 96px;
}

.calc-card {
    max-width: 640px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 34px 36px;
    box-shadow: 0 26px 60px -32px rgba(23, 20, 31, 0.14);
}

.calc-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
}

.calc-row label {
    font-weight: 600;
    color: var(--paper);
    font-size: 0.98rem;
}

.calc-leads {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.7rem;
    color: var(--ember-deep);
}

.calc-card input[type="range"] {
    width: 100%;
    accent-color: #f5540a;
    margin: 4px 0 26px;
    cursor: pointer;
}

.calc-results {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 18px;
}

.calc-stat {
    background: #f6f4ef;
    border: 1px solid #eceae5;
    border-radius: 14px;
    padding: 18px;
    text-align: center;
}

.calc-stat.calc-win {
    background: rgba(249, 115, 22, 0.06);
    border-color: rgba(249, 115, 22, 0.3);
}

.calc-stat .k {
    display: block;
    font-size: 0.78rem;
    color: var(--paper-faint);
    margin-bottom: 8px;
}

.calc-stat .v {
    display: block;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 2rem;
    line-height: 1;
    color: var(--paper);
}

.calc-stat.calc-win .v {
    color: var(--ember-deep);
}

.calc-stat .s {
    display: block;
    font-size: 0.78rem;
    color: var(--paper-faint);
    margin-top: 6px;
}

.calc-note {
    text-align: center;
    font-size: 0.84rem;
    color: var(--paper-faint);
    margin: 0;
}

@media (max-width: 600px) {
    .calc-results {
        grid-template-columns: 1fr;
    }
}

/* ---------- Founder note ---------- */
.founder-note {
    padding: 96px 0;
}

.founder-note blockquote {
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
    border: none;
    padding: 0;
}

.founder-note .quote-mark {
    font-family: var(--font-display);
    font-size: 4rem;
    font-weight: 800;
    line-height: 0.6;
    color: var(--ember);
    display: block;
    margin-bottom: 18px;
}

.founder-note p {
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2.4vw, 1.7rem);
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: -0.01em;
    color: var(--paper);
    margin-bottom: 22px;
}

.founder-note cite {
    font-style: normal;
    font-family: var(--font-mono);
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--paper-dim);
}

.founder-note cite b {
    color: #e25207;
    font-weight: 600;
}
