/**
 * Chronbyte Company Site — Pro UI v6
 * Enterprise SaaS marketing layer (public pages only)
 */

/* ── Design tokens ── */
.co-site--pro {
    --co-pro-navy: #0a1628;
    --co-pro-navy-2: #132337;
    --co-pro-ink: #1e293b;
    --co-pro-muted: #64748b;
    --co-pro-border: rgba(10, 22, 40, 0.08);
    --co-pro-border-strong: rgba(10, 22, 40, 0.14);
    --co-pro-surface: #ffffff;
    --co-pro-surface-2: #f8fafc;
    --co-pro-surface-3: #f1f5f9;
    --co-pro-accent: #0891b2;
    --co-pro-accent-hover: #0e7490;
    --co-pro-brand-a: #e879a8;
    --co-pro-brand-b: #06b6d4;
    --co-pro-cta: #0a1628;
    --co-pro-radius: 14px;
    --co-pro-radius-lg: 20px;
    --co-pro-radius-xl: 28px;
    --co-pro-shadow-sm: 0 1px 2px rgba(10, 22, 40, 0.04);
    --co-pro-shadow: 0 4px 6px -1px rgba(10, 22, 40, 0.05), 0 12px 32px -8px rgba(10, 22, 40, 0.08);
    --co-pro-shadow-lg: 0 24px 48px -12px rgba(10, 22, 40, 0.12);
    --co-pro-font-ui: 'Plus Jakarta Sans', 'Noto Sans Devanagari', system-ui, sans-serif;
    --co-pro-font-display: 'Plus Jakarta Sans', 'Tiro Devanagari Hindi', 'Noto Sans Devanagari', serif;
    --co-header-h: 72px;
    --co-wrap: min(1200px, calc(100% - 40px));
}

/* ── Base ── */
.co-site--pro {
    background: var(--co-pro-surface-2);
    color: var(--co-pro-ink);
    padding-top: var(--co-header-h);
    font-family: var(--main-font);
    -webkit-font-smoothing: antialiased;
}

.co-site--pro::before {
    background:
        linear-gradient(rgba(10, 22, 40, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(10, 22, 40, 0.025) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.5) 0%, transparent 70%);
    opacity: 0.6;
}

.co-site--pro .co-bg-deco {
    display: none;
}

html:lang(hi) .co-site--pro {
    font-family: 'Tiro Devanagari Hindi', 'Noto Sans Devanagari', serif;
}

.co-site--pro :where(h1, h2, h3, .co-nav__label, .co-btn, .co-kicker) {
    font-family: var(--co-pro-font-display);
}

/* ── Typography helpers ── */
.co-h1-line {
    display: block;
}

.co-h1-line--primary {
    color: var(--co-pro-navy);
}

.co-h1-line--accent {
    background: linear-gradient(135deg, var(--co-pro-brand-a) 0%, var(--co-pro-brand-b) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Devanagari: background-clip:text matrae (ी, ो, ऑ) kaat deta hai */
html:lang(hi) .co-h1-line--accent,
html:lang(hi) .co-site--pro .co-hero-pro__title .co-h1-line--accent {
    background: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: currentColor !important;
    color: var(--co-pro-accent-hover) !important;
}

html:lang(hi) .co-site--pro .co-hero-pro__title,
html:lang(hi) .co-site--pro .co-hero-pro__title .co-h1-line {
    font-family: 'Tiro Devanagari Hindi', 'Noto Sans Devanagari', serif !important;
    letter-spacing: 0 !important;
}

.co-wm-chron {
    color: var(--co-pro-brand-a);
}

.co-wm-byte {
    color: var(--co-pro-brand-b);
}

.co-wm-tail {
    color: var(--co-pro-muted);
    font-weight: 600;
    font-size: 0.72em;
    margin-left: 0.35em;
}

/* ── Header ── */
.co-site--pro .co-header--pro {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid var(--co-pro-border);
    box-shadow: var(--co-pro-shadow-sm);
    transition: box-shadow 0.25s ease, background 0.25s ease;
}

.co-site--pro .co-header--pro.is-scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1px 0 var(--co-pro-border), 0 8px 24px rgba(10, 22, 40, 0.06);
}

.co-site--pro .co-header__bar {
    background: transparent;
    border-bottom: none;
}

.co-site--pro .co-header__inner {
    padding: 14px 0;
    gap: 24px;
}

.co-site--pro .co-brand--pro {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
}

.co-site--pro .co-brand__mark {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(10, 22, 40, 0.12);
    flex-shrink: 0;
}

.co-site--pro .co-brand__mark img {
    display: block;
    width: 100%;
    height: 100%;
}

.co-site--pro .co-brand__text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    gap: 1px;
}

.co-site--pro .co-brand__text strong {
    font-family: var(--co-pro-font-ui);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.co-site--pro .co-brand__text small {
    font-family: var(--co-pro-font-ui);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--co-pro-muted);
}

.co-site--pro .co-header__panel {
    gap: 20px;
}

.co-site--pro .co-nav {
    gap: 2px;
    flex: 1;
    justify-content: center;
}

.co-site--pro .co-nav__link {
    padding: 8px 14px;
    border-radius: 8px;
    color: var(--co-pro-muted);
    font-size: 0.875rem;
    font-weight: 600;
    transition: color 0.2s, background 0.2s;
}

.co-site--pro .co-nav__link:hover {
    color: var(--co-pro-navy);
    background: var(--co-pro-surface-3);
}

.co-site--pro .co-nav__link.is-active {
    color: var(--co-pro-navy);
    background: rgba(8, 145, 178, 0.08);
    box-shadow: inset 0 0 0 1px rgba(8, 145, 178, 0.15);
}

.co-site--pro .co-header__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.co-site--pro .co-lang {
    background: var(--co-pro-surface-3);
    border: 1px solid var(--co-pro-border);
    border-radius: 999px;
    padding: 3px;
}

.co-site--pro .co-lang__btn {
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--co-pro-muted);
    border: none;
    transition: 0.2s;
}

.co-site--pro .co-lang__btn.is-active {
    background: var(--co-pro-surface);
    color: var(--co-pro-navy);
    box-shadow: var(--co-pro-shadow-sm);
}

.co-site--pro .co-nav__cta {
    padding: 10px 20px;
    border-radius: 10px;
    background: var(--co-pro-cta);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(10, 22, 40, 0.2);
    transition: transform 0.15s, box-shadow 0.2s, background 0.2s;
    margin-left: 0;
}

.co-site--pro .co-nav__cta:hover {
    background: var(--co-pro-navy-2);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(10, 22, 40, 0.25);
}

.co-site--pro .co-nav-toggle {
    background: var(--co-pro-surface-3);
    color: var(--co-pro-navy);
    border: 1px solid var(--co-pro-border);
    border-radius: 10px;
}

/* ── Enterprise home hero (co-hero-pro) — compact full-width ── */
.co-site--pro .co-hero-pro {
    position: relative;
    padding: clamp(28px, 4.5vw, 52px) 0 clamp(32px, 5vw, 56px);
    overflow-x: hidden;
    overflow-y: visible;
}

.co-site--pro .co-hero-pro--wide {
    background:
        linear-gradient(180deg, rgba(248, 250, 252, 0.95) 0%, rgba(255, 255, 255, 0) 100%),
        radial-gradient(ellipse 80% 55% at 20% 0%, rgba(6, 182, 212, 0.07), transparent 50%),
        radial-gradient(ellipse 60% 45% at 90% 15%, rgba(232, 121, 168, 0.06), transparent 45%);
}

.co-site--pro .co-hero-pro__ambient {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.co-site--pro .co-hero-pro__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.42;
}

.co-site--pro .co-hero-pro__glow--a {
    width: min(420px, 50vw);
    height: min(420px, 50vw);
    top: -100px;
    left: -60px;
    background: rgba(232, 121, 168, 0.14);
}

.co-site--pro .co-hero-pro__glow--b {
    width: min(480px, 55vw);
    height: min(480px, 55vw);
    top: -40px;
    right: -80px;
    background: rgba(6, 182, 212, 0.12);
}

.co-site--pro .co-hero-pro__shell {
    position: relative;
    z-index: 1;
    width: min(1360px, calc(100% - 40px));
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2.5vw, 22px);
}

/* Eyebrow — full width, left */
.co-site--pro .co-hero-pro__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 5px 12px 5px 7px;
    border-radius: 999px;
    background: var(--co-pro-surface);
    border: 1px solid var(--co-pro-border);
    box-shadow: var(--co-pro-shadow-sm);
    font-size: 0.74rem;
    font-weight: 700;
    color: var(--co-pro-muted);
    letter-spacing: 0.01em;
    align-self: flex-start;
}

.co-site--pro .co-hero-pro__eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--co-pro-brand-a), var(--co-pro-brand-b));
    box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.14);
    flex-shrink: 0;
}

/* Main stage — copy left, pillars right */
.co-site--pro .co-hero-pro__stage {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: clamp(20px, 3vw, 36px);
    align-items: stretch;
    width: 100%;
}

.co-site--pro .co-hero-pro__primary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    overflow: visible;
}

.co-site--pro .co-hero-pro__title {
    margin: 0 0 14px;
    font-family: var(--co-pro-font-display);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.12;
    display: flex;
    flex-direction: column;
    gap: clamp(4px, 0.8vw, 8px);
    overflow: visible;
}

html:lang(hi) .co-site--pro .co-hero-pro__title {
    letter-spacing: 0;
    gap: clamp(6px, 1vw, 10px);
}

html:lang(hi) .co-site--pro .co-hero-pro__title .co-h1-line--primary,
html:lang(hi) .co-site--pro .co-hero-pro__title .co-h1-line--accent {
    line-height: 1.75;
    padding-top: 0.14em;
    padding-bottom: 0.18em;
    overflow: visible;
}

html:lang(hi) .co-site--pro .co-hero-pro__title .co-h1-line--accent {
    padding-top: 0.22em;
}

.co-site--pro .co-hero-pro__title .co-h1-line--primary {
    display: block;
    font-size: clamp(1.75rem, 3.6vw, 2.75rem);
    color: var(--co-pro-navy);
    margin-bottom: 0;
    line-height: 1.3;
    overflow: visible;
    padding: 0.04em 0 0.06em;
}

.co-site--pro .co-hero-pro__title .co-h1-line--accent {
    display: block;
    font-size: clamp(1.8rem, 3.9vw, 2.85rem);
    line-height: 1.35;
    overflow: visible;
    padding: 0.06em 0 0.1em;
}

.co-site--pro .co-hero-pro__lead {
    margin: 0 0 20px;
    max-width: none;
    font-size: clamp(0.95rem, 1.45vw, 1.06rem);
    line-height: 1.65;
    color: var(--co-pro-muted);
}

.co-site--pro .co-hero-pro__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.co-site--pro .co-hero-pro__btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.co-site--pro .co-hero-pro__btn-primary i {
    font-size: 0.85em;
    transition: transform 0.2s;
}

.co-site--pro .co-hero-pro__btn-primary:hover i {
    transform: translateX(3px);
}

/* Pillars panel — compact stacked list */
.co-site--pro .co-hero-pro__aside {
    display: flex;
    align-items: stretch;
}

.co-site--pro .co-hero-pro__pillars {
    list-style: none;
    margin: 0;
    padding: 6px;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    border-radius: 14px;
    background: var(--co-pro-surface);
    border: 1px solid var(--co-pro-border);
    box-shadow: var(--co-pro-shadow-sm);
}

.co-site--pro .co-hero-pro__pillar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 14px;
    border-radius: 10px;
    background: transparent;
    border: none;
    box-shadow: none;
    text-align: left;
    transition: background 0.2s;
}

.co-site--pro .co-hero-pro__pillar + .co-hero-pro__pillar {
    border-top: 1px solid var(--co-pro-border);
}

.co-site--pro .co-hero-pro__pillar:hover {
    background: rgba(6, 182, 212, 0.04);
    transform: none;
}

.co-site--pro .co-hero-pro__pillar-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 9px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, rgba(8, 145, 178, 0.12), rgba(232, 121, 168, 0.1));
    color: var(--co-pro-accent-hover);
    font-size: 0.9rem;
}

.co-site--pro .co-hero-pro__pillar-text {
    display: block;
    font-size: clamp(0.78rem, 1.05vw, 0.86rem);
    font-weight: 600;
    line-height: 1.4;
    color: var(--co-pro-ink);
}

/* Trust strip — slim full-width bar */
.co-site--pro .co-hero-pro__proof-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 4px;
    width: 100%;
    padding: 10px clamp(12px, 2vw, 20px);
    border-radius: 12px;
    background: var(--co-pro-surface);
    border: 1px solid var(--co-pro-border);
    box-shadow: var(--co-pro-shadow-sm);
}

.co-site--pro .co-hero-pro__proof-item {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 4px 8px;
    font-size: clamp(0.68rem, 1vw, 0.76rem);
    font-weight: 600;
    color: var(--co-pro-muted);
    text-align: left;
    line-height: 1.25;
    border: none;
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
}

.co-site--pro .co-hero-pro__proof-item i {
    width: 26px;
    height: 26px;
    border-radius: 7px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, rgba(6, 182, 212, 0.1), rgba(232, 121, 168, 0.07));
    color: var(--co-pro-accent);
    font-size: 0.68rem;
    flex-shrink: 0;
}

.co-site--pro .co-hero-pro--compact .co-btn--lg {
    padding: 12px 20px;
    font-size: 0.9rem;
}

@media (min-width: 901px) {
    .co-site--pro .co-hero-pro__proof-item + .co-hero-pro__proof-item {
        border-left: 1px solid var(--co-pro-border);
        padding-left: clamp(10px, 1.5vw, 16px);
    }
}

/* ── Buttons ── */
.co-site--pro .co-btn {
    font-family: var(--co-pro-font-display);
    font-weight: 700;
    border-radius: 12px;
    transition: transform 0.15s, box-shadow 0.2s, background 0.2s, border-color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.co-site--pro .co-btn--primary,
.co-site--pro .co-btn--orange {
    background: var(--co-pro-cta);
    color: #fff;
    border: none;
    box-shadow: 0 4px 16px rgba(10, 22, 40, 0.2);
}

.co-site--pro .co-btn--primary:hover,
.co-site--pro .co-btn--orange:hover {
    background: var(--co-pro-navy-2);
    transform: translateY(-1px);
}

.co-site--pro .co-btn--ghost {
    background: transparent;
    color: var(--co-pro-navy);
    border: 1.5px solid var(--co-pro-border-strong);
    box-shadow: none;
}

.co-site--pro .co-btn--ghost:hover {
    background: var(--co-pro-surface);
    border-color: var(--co-pro-navy);
}

.co-site--pro .co-btn--outline {
    background: var(--co-pro-surface);
    color: var(--co-pro-navy);
    border: 1.5px solid var(--co-pro-border-strong);
    box-shadow: var(--co-pro-shadow-sm);
}

.co-site--pro .co-btn--outline:hover {
    border-color: var(--co-pro-navy);
    background: var(--co-pro-surface);
}

.co-site--pro .co-btn--lg {
    padding: 14px 24px;
    font-size: 0.95rem;
}

/* ── Section heads ── */
.co-site--pro .co-section-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 48px;
}

.co-site--pro .co-section-head h2 {
    font-family: var(--co-pro-font-display);
    font-size: clamp(1.5rem, 3vw, 2.125rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--co-pro-navy);
    margin: 0 0 14px;
}

.co-site--pro .co-section-head p {
    color: var(--co-pro-muted);
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
}

.co-site--pro .co-kicker {
    background: rgba(8, 145, 178, 0.08);
    color: var(--co-pro-accent-hover);
    border: 1px solid rgba(8, 145, 178, 0.15);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.co-site--pro .co-kicker--center {
    display: inline-flex;
}

/* ── Bands / sections ── */
.co-site--pro .co-band--content {
    padding: 80px 0;
}

.co-site--pro .co-band--alt {
    background: var(--co-pro-surface);
    border-top: 1px solid var(--co-pro-border);
    border-bottom: 1px solid var(--co-pro-border);
}

.co-site--pro .co-band--page-body {
    padding: 64px 0 80px;
}

/* ── Cards ── */
.co-site--pro .co-card {
    background: var(--co-pro-surface);
    border: 1px solid var(--co-pro-border);
    border-radius: var(--co-pro-radius-lg);
    padding: 28px;
    box-shadow: var(--co-pro-shadow-sm);
    transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}

.co-site--pro .co-card:hover {
    box-shadow: var(--co-pro-shadow);
    border-color: var(--co-pro-border-strong);
    transform: translateY(-2px);
}

.co-site--pro .co-card h3 {
    font-family: var(--co-pro-font-display);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--co-pro-navy);
    margin: 0 0 10px;
}

.co-site--pro .co-card p {
    color: var(--co-pro-muted);
    font-size: 0.925rem;
    line-height: 1.65;
    margin: 0;
}

.co-site--pro .co-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(8, 145, 178, 0.1);
    color: var(--co-pro-accent);
    font-size: 1.1rem;
    margin-bottom: 16px;
}

.co-site--pro .co-card__icon--orange {
    background: rgba(232, 121, 168, 0.12);
    color: var(--co-pro-brand-a);
}

.co-site--pro .co-cards {
    gap: 20px;
}

/* ── Stats band ── */
.co-site--pro .co-band--stats {
    padding: 48px 0;
    background: var(--co-pro-surface);
    border-top: 1px solid var(--co-pro-border);
    border-bottom: 1px solid var(--co-pro-border);
}

.co-site--pro .co-stats__kicker {
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--co-pro-muted);
    margin: 0 0 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.co-site--pro .co-stats__kicker i {
    color: var(--co-pro-accent);
    margin-right: 6px;
}

.co-site--pro .co-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.co-site--pro .co-stat-card {
    background: var(--co-pro-surface-2);
    border: 1px solid var(--co-pro-border);
    border-radius: var(--co-pro-radius);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.co-site--pro .co-stat-card:hover {
    border-color: var(--co-pro-border-strong);
    box-shadow: var(--co-pro-shadow-sm);
}

.co-site--pro .co-stat-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: rgba(8, 145, 178, 0.1);
    color: var(--co-pro-accent);
    display: grid;
    place-items: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.co-site--pro .co-stat-card__body strong {
    display: block;
    font-family: var(--co-pro-font-ui);
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--co-pro-navy);
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.co-site--pro .co-stat-card__body span {
    font-size: 0.8rem;
    color: var(--co-pro-muted);
    font-weight: 600;
}

@media (max-width: 900px) {
    .co-site--pro .co-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .co-site--pro .co-stats-grid {
        grid-template-columns: 1fr;
    }
}

/* ── Values / about ── */
.co-site--pro .co-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 40px 0;
}

.co-site--pro .co-value {
    padding: 24px;
    background: var(--co-pro-surface);
    border: 1px solid var(--co-pro-border);
    border-radius: var(--co-pro-radius-lg);
}

.co-site--pro .co-value h4 {
    font-family: var(--co-pro-font-display);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--co-pro-navy);
    margin: 0 0 8px;
}

.co-site--pro .co-value h4 i {
    color: var(--co-pro-accent);
    margin-right: 6px;
}

.co-site--pro .co-value p {
    font-size: 0.875rem;
    color: var(--co-pro-muted);
    line-height: 1.6;
    margin: 0;
}

.co-site--pro .co-about-grid {
    gap: 20px;
}

@media (max-width: 768px) {
    .co-site--pro .co-values {
        grid-template-columns: 1fr;
    }
}

/* ── Stats band (legacy alias) ── */
.co-site--pro .co-stats-band {
    background: var(--co-pro-navy);
    border-top: none;
    border-bottom: none;
}

.co-site--pro .co-stat-item strong {
    font-family: var(--co-pro-font-ui);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.co-site--pro .co-stat-item span {
    font-size: 0.875rem;
    opacity: 0.75;
}

/* ── Trust / logos marquee ── */
.co-site--pro .co-trust-band {
    background: var(--co-pro-surface);
    border-top: 1px solid var(--co-pro-border);
    border-bottom: 1px solid var(--co-pro-border);
    padding: 20px 0;
}

.co-site--pro .co-trust-marquee__item {
    border: 1px solid var(--co-pro-border);
    background: var(--co-pro-surface-2);
    border-radius: 10px;
}

/* ── Product feature blocks ── */
.co-site--pro .co-product-feature {
    gap: 48px;
    align-items: center;
}

.co-site--pro .co-product-feature__copy h2 {
    font-family: var(--co-pro-font-display);
    font-size: clamp(1.4rem, 2.5vw, 1.875rem);
    font-weight: 800;
    color: var(--co-pro-navy);
    letter-spacing: -0.02em;
}

.co-site--pro .co-checklist li {
    color: var(--co-pro-muted);
    font-size: 0.925rem;
}

.co-site--pro .co-checklist li i {
    color: var(--co-pro-accent);
}

/* ── Testimonials ── */
.co-site--pro .co-testimonial {
    background: var(--co-pro-surface);
    border: 1px solid var(--co-pro-border);
    border-radius: var(--co-pro-radius-lg);
    box-shadow: var(--co-pro-shadow-sm);
}

.co-site--pro .co-testimonial blockquote {
    color: var(--co-pro-ink);
    font-size: 0.975rem;
    line-height: 1.7;
}

/* ── FAQ ── */
.co-site--pro .co-faq-item {
    background: var(--co-pro-surface);
    border: 1px solid var(--co-pro-border);
    border-radius: var(--co-pro-radius);
    overflow: hidden;
}

.co-site--pro .co-faq-item summary {
    font-weight: 700;
    color: var(--co-pro-navy);
    padding: 18px 20px;
}

.co-site--pro .co-faq-item[open] {
    box-shadow: var(--co-pro-shadow-sm);
    border-color: var(--co-pro-border-strong);
}

/* ── CTA band ── */
.co-site--pro .co-band--cta {
    background: var(--co-pro-navy);
    border-radius: 0;
    margin: 0;
}

.co-site--pro .co-band--cta::before {
    background: radial-gradient(circle at 80% 20%, rgba(6, 182, 212, 0.15), transparent 50%);
}

.co-site--pro .co-cta-inner h2 {
    font-family: var(--co-pro-font-display);
}

/* ── Inner page hero ── */
.co-site--pro .co-page-hero-band {
    padding: 56px 0 48px;
    background: linear-gradient(180deg, var(--co-pro-surface) 0%, var(--co-pro-surface-2) 100%);
    border-bottom: 1px solid var(--co-pro-border);
}

.co-site--pro .co-page-hero {
    text-align: center;
}

.co-site--pro .co-page-hero h1 {
    font-family: var(--co-pro-font-display);
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin: 12px 0 16px;
    color: var(--co-pro-navy);
}

.co-site--pro .co-page-hero__lead {
    max-width: 600px;
    margin: 0 auto;
    color: var(--co-pro-muted);
    font-size: 1.05rem;
    line-height: 1.7;
}

.co-site--pro .co-kicker--page {
    font-size: 0.72rem;
}

/* ── Footer ── */
.co-site--pro .co-footer {
    background: var(--co-pro-navy);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.co-site--pro .co-footer__grid {
    padding: 64px 0 40px;
    gap: 48px;
}

.co-site--pro .co-footer__brand strong {
    font-family: var(--co-pro-font-ui);
    font-size: 1.2rem;
    letter-spacing: -0.01em;
}

.co-site--pro .co-footer__brand-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.co-site--pro .co-footer__mark {
    border-radius: 8px;
    flex-shrink: 0;
}

.co-site--pro .co-footer__social a {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    transition: background 0.2s, transform 0.15s;
}

.co-site--pro .co-footer__social a:hover {
    background: var(--co-pro-accent);
    transform: translateY(-2px);
}

.co-site--pro .co-footer__bottom {
    border-top-color: rgba(255, 255, 255, 0.08);
    padding: 24px 0 32px;
}

/* ── Sticky CTA + WhatsApp ── */
.co-site--pro .co-sticky-cta {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    border-top: 1px solid var(--co-pro-border);
    box-shadow: 0 -4px 24px rgba(10, 22, 40, 0.08);
    padding: 12px 16px;
    gap: 10px;
}

.co-site--pro .co-sticky-cta__btn--demo {
    background: var(--co-pro-cta);
    border-radius: 12px;
    font-weight: 700;
}

.co-site--pro .co-sticky-cta__btn--wa {
    border-radius: 12px;
    font-weight: 700;
}

.co-site--pro .co-wa-fab {
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35);
    border-radius: 50%;
}

/* ── Compare / pricing / legal ── */
.co-site--pro .co-compare-table,
.co-site--pro .co-price-card {
    border-radius: var(--co-pro-radius-lg);
    border-color: var(--co-pro-border);
    box-shadow: var(--co-pro-shadow-sm);
}

.co-site--pro .co-price-card.is-featured {
    border-color: var(--co-pro-accent);
    box-shadow: 0 0 0 1px var(--co-pro-accent), var(--co-pro-shadow);
}

.co-site--pro .co-legal-body {
    border-radius: var(--co-pro-radius-lg);
    border-color: var(--co-pro-border);
}

/* ── Demo / contact page ── */
.co-site--pro.co-site--demo {
    background: var(--co-pro-surface-2);
}

.co-site--pro .co-demo-panel {
    background: var(--co-pro-surface);
    border: 1px solid var(--co-pro-border);
    border-radius: var(--co-pro-radius-xl);
    box-shadow: var(--co-pro-shadow-lg);
}

.co-site--pro .co-demo-brand {
    background: var(--co-pro-navy);
}

/* ── Workflow / bento / vision ── */
.co-site--pro .co-workflow-step,
.co-site--pro .co-bento-item,
.co-site--pro .co-vision-card {
    border-radius: var(--co-pro-radius-lg);
    border-color: var(--co-pro-border);
    background: var(--co-pro-surface);
    box-shadow: var(--co-pro-shadow-sm);
}

/* ── Animations ── */
.co-site--pro .co-animate,
.co-site--pro .co-reveal {
    opacity: 1;
    transform: none;
}

.co-site--pro .co-animate:not(.is-visible) {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.co-site--pro .co-animate.is-visible {
    opacity: 1;
    transform: none;
}

/* ── Mobile ── */
@media (max-width: 900px) {
    .co-site--pro {
        --co-header-h: 64px;
        --co-wrap: calc(100% - 32px);
    }

    .co-site--pro .co-header__inner {
        flex-wrap: nowrap;
        padding: 10px 0;
    }

    .co-site--pro .co-brand__text small {
        display: none;
    }

    .co-site--pro .co-nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }

    .co-site--pro .co-header__panel {
        display: contents;
    }

    .co-site--pro .co-header__actions {
        order: 2;
    }

    .co-site--pro .co-lang {
        order: 1;
    }

    .co-site--pro .co-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        padding: 12px 16px 20px;
        background: var(--co-pro-surface);
        border-bottom: 1px solid var(--co-pro-border);
        box-shadow: var(--co-pro-shadow);
        z-index: 50;
    }

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

    .co-site--pro .co-nav__link {
        padding: 12px 14px;
        border-radius: 10px;
        font-size: 0.95rem;
    }

    .co-site--pro .co-nav__cta {
        display: none;
    }

    .co-site--pro .co-header__bar {
        position: relative;
    }

    .co-site--pro .co-hero-pro__shell {
        width: calc(100% - 32px);
    }

    .co-site--pro .co-hero-pro__stage {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .co-site--pro .co-hero-pro__cta {
        justify-content: flex-start;
    }

    .co-site--pro .co-hero-pro__proof-strip {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px;
        padding: 10px 12px;
    }

    .co-site--pro .co-hero-pro__proof-item {
        justify-content: flex-start;
        white-space: normal;
    }

    .co-site--pro .co-hero-pro__proof-item:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    .co-site--pro .co-band--content {
        padding: 56px 0;
    }
}

@media (max-width: 600px) {
    .co-site--pro .co-hero-pro__cta {
        flex-direction: column;
        align-items: stretch;
    }

    .co-site--pro .co-hero-pro__cta .co-btn {
        width: 100%;
        justify-content: center;
    }

    .co-site--pro .co-hero-pro__proof-item {
        white-space: normal;
    }
}
