/* ============================================================
   WORKROOMLY CRM — Premium Page Styles
   ============================================================ */

:root {
    --crm-bg: #ffffff;
    --crm-ink: #0f172a;
    --crm-muted: #64748b;
    --crm-primary: #1457e6;
    --crm-primary-soft: rgba(20, 87, 230, 0.06);
    --crm-accent: #635bff;
    --crm-teal: #0ba98f;
    --crm-border: rgba(15, 23, 42, 0.06);
    --crm-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.04);
    --crm-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.06), 0 20px 48px rgba(0, 0, 0, 0.04);
    --crm-shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.08);
    --crm-radius: 20px;
}

* { box-sizing: border-box; }

body.crm-page {
    margin: 0;
    color: var(--crm-ink);
    background: var(--crm-bg);
    overflow-x: hidden;
}

.crm-page main { overflow: clip; }

.crm-page main h1,
.crm-page main h2,
.crm-page main h3,
.crm-page main h4 {
    font-family: 'Space Grotesk', system-ui, sans-serif;
    letter-spacing: -0.025em;
    color: var(--crm-ink);
    margin: 0;
}

.crm-page main p,
.crm-page main li {
    color: var(--crm-muted);
    margin: 0;
}

/* ============================================================
   HERO
   ============================================================ */
.crm-hero-premium {
    position: relative;
    padding: 160px 0 80px;
    background: #050d1f;
    color: #ffffff;
    overflow: hidden;
    text-align: center;
}

.crm-hero-premium::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 50% at 50% 30%, rgba(20, 87, 230, 0.12) 0%, transparent 60%),
        radial-gradient(ellipse 40% 60% at 80% 70%, rgba(11, 169, 143, 0.07) 0%, transparent 50%);
    pointer-events: none;
}

.crm-hero-center {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.crm-hero-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 8px 18px;
    border-radius: 100px;
    background: rgba(79, 196, 255, 0.08);
    border: 1px solid rgba(79, 196, 255, 0.2);
    color: #7dd3fc;
    letter-spacing: 0.06em;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 32px;
    animation: crmFadeUp 0.6s ease both;
}

.crm-hero-chip i {
    font-size: 0.7rem;
    color: #4fc4ff;
}

.crm-hero-title {
    font-family: 'Space Grotesk', system-ui, sans-serif !important;
    font-size: clamp(2.6rem, 5vw, 4.2rem) !important;
    font-weight: 700 !important;
    margin: 0 0 24px !important;
    line-height: 1.06 !important;
    letter-spacing: -0.03em !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-wrap: balance;
    animation: crmFadeUp 0.6s ease both;
    animation-delay: 0.1s;
}

.crm-hero-subtitle {
    color: rgba(255, 255, 255, 0.55);
    font-size: 1.14rem;
    line-height: 1.7;
    margin: 0 auto 40px;
    max-width: 560px;
    animation: crmFadeUp 0.6s ease both;
    animation-delay: 0.2s;
}

.crm-hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 48px;
    animation: crmFadeUp 0.6s ease both;
    animation-delay: 0.3s;
}

.crm-hero-btn-primary {
    padding: 16px 36px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1457e6 0%, #635bff 100%);
    border: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: 0 4px 20px rgba(20, 87, 230, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.crm-hero-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(20, 87, 230, 0.5);
    color: #ffffff;
}

.crm-hero-btn-secondary {
    padding: 16px 28px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.crm-hero-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.crm-hero-btn-secondary i {
    font-size: 0.72rem;
    margin-left: 6px;
}

.crm-hero-stats {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 32px;
    animation: crmFadeUp 0.6s ease both;
    animation-delay: 0.4s;
}

.crm-hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    max-width: 160px;
}

.crm-hero-stat-value {
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.crm-hero-stat-label {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    line-height: 1.4;
}

.crm-hero-stat-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    margin-top: 4px;
}

.crm-hero-image {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 48px auto 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 32px 72px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.08);
    animation: crmFadeUp 0.8s ease both;
    animation-delay: 0.5s;
}

.crm-hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

@keyframes crmFadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   SECTIONS — Shared
   ============================================================ */
.crm-section {
    position: relative;
    padding: clamp(6rem, 10vw, 9rem) 0;
}

.crm-section-header {
    max-width: 640px;
    margin: 0 auto clamp(3.5rem, 6vw, 5rem);
    text-align: center;
}

.crm-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    border-radius: 100px;
    background: var(--crm-primary-soft);
    border: 1px solid rgba(20, 87, 230, 0.12);
    color: var(--crm-primary);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.crm-eyebrow i {
    font-size: 0.68rem;
}

.crm-section-title {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: var(--crm-ink);
    text-wrap: balance;
    margin-bottom: 20px;
}

.crm-section-title::after {
    display: none !important;
    content: none !important;
}

.crm-section-desc {
    font-size: 1.1rem;
    line-height: 1.72;
    color: var(--crm-muted);
    max-width: 540px;
    margin: 0 auto;
}

/* ============================================================
   VALUE STRIP
   ============================================================ */
.crm-value-strip {
    padding: clamp(3.5rem, 5vw, 5rem) 0;
    background: #fafbfd;
    border-bottom: 1px solid var(--crm-border);
}

.crm-value-strip-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.crm-value-strip p {
    font-size: 1.12rem;
    line-height: 1.75;
    color: var(--crm-muted);
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
    text-wrap: balance;
}

/* ============================================================
   MOVEMENT — Dark section
   ============================================================ */
.crm-movement {
    background: #050d1f;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.crm-movement::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 30% 20%, rgba(20, 87, 230, 0.1) 0%, transparent 60%),
        radial-gradient(ellipse 50% 60% at 70% 80%, rgba(99, 91, 255, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.crm-movement .crm-section-header {
    position: relative;
    z-index: 1;
}

.crm-movement .crm-eyebrow {
    color: #7dd3fc;
    background: rgba(79, 196, 255, 0.08);
    border-color: rgba(79, 196, 255, 0.2);
}

.crm-movement .crm-section-title {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
}

.crm-movement .crm-section-desc {
    color: rgba(255, 255, 255, 0.55);
}

.crm-movement-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.crm-movement-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: clamp(28px, 3.5vw, 40px) clamp(24px, 3vw, 32px);
    border-radius: var(--crm-radius);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.crm-movement-card:hover {
    border-color: rgba(79, 196, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-4px);
}

.crm-movement-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: var(--crm-radius) var(--crm-radius) 0 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.crm-movement-card:hover::before {
    opacity: 1;
}

.crm-movement-card.card-discover::before {
    background: linear-gradient(90deg, #4fc4ff, #2563eb);
}

.crm-movement-card.card-engage::before {
    background: linear-gradient(90deg, #a78bfa, #635bff);
}

.crm-movement-card.card-deliver::before {
    background: linear-gradient(90deg, #6ee7b7, #14b8a6);
}

.crm-movement-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.crm-movement-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 6px 12px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.crm-movement-label i {
    font-size: 0.68rem;
    opacity: 0.7;
}

.card-discover .crm-movement-label { color: #7dd3fc; }
.card-engage .crm-movement-label { color: #c4b5fd; }
.card-deliver .crm-movement-label { color: #6ee7b7; }

.crm-movement-card h3 {
    margin-bottom: 14px;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: clamp(1.3rem, 2vw, 1.6rem);
    line-height: 1.15;
    font-weight: 700;
}

.crm-movement-card > p {
    color: rgba(255, 255, 255, 0.68) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.68) !important;
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 24px;
}

.crm-movement-list {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: auto 0 0;
    list-style: none;
}

.crm-movement-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.78) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.78) !important;
    font-size: 0.9rem;
    line-height: 1.45;
}

.crm-movement-list i {
    margin-top: 4px;
    font-size: 0.65rem;
    flex-shrink: 0;
}

.card-discover .crm-movement-list i { color: #4fc4ff; }
.card-engage .crm-movement-list i { color: #a78bfa; }
.card-deliver .crm-movement-list i { color: #6ee7b7; }

/* ============================================================
   PROBLEM
   ============================================================ */
.crm-problem {
    background: #fafbfd;
}

.crm-problem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px, 3vw, 32px);
}

.crm-problem-card {
    padding: clamp(28px, 3.5vw, 40px);
    border-radius: var(--crm-radius);
    background: #ffffff;
    border: 1px solid var(--crm-border);
    box-shadow: var(--crm-shadow-sm);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.crm-problem-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--crm-shadow-md);
}

.crm-problem-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 24px;
    color: var(--crm-ink);
}

.crm-problem-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

.crm-problem-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.5;
}

.crm-problem-list li i {
    flex-shrink: 0;
    font-size: 0.82rem;
}

.crm-problem-card.card-without .crm-problem-list li {
    background: rgba(239, 68, 68, 0.04);
    border: 1px solid rgba(239, 68, 68, 0.1);
    color: #7f1d1d;
}

.crm-problem-card.card-without .crm-problem-list li i {
    color: #ef4444;
}

.crm-problem-card.card-with {
    border-color: rgba(20, 87, 230, 0.1);
    background: rgba(20, 87, 230, 0.015);
}

.crm-problem-card.card-with .crm-problem-list li {
    background: rgba(20, 87, 230, 0.04);
    border: 1px solid rgba(20, 87, 230, 0.08);
    color: #1e3a5f;
}

.crm-problem-card.card-with .crm-problem-list li i {
    color: #16a34a;
}

/* ============================================================
   CAPABILITIES
   ============================================================ */
.crm-capabilities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.crm-capability-card {
    padding: clamp(28px, 3.5vw, 40px) clamp(24px, 3vw, 32px);
    border-radius: var(--crm-radius);
    background: #ffffff;
    border: 1px solid var(--crm-border);
    box-shadow: var(--crm-shadow-sm);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.crm-capability-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--crm-shadow-md);
    border-color: rgba(20, 87, 230, 0.12);
}

.crm-capability-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--crm-primary-soft);
    margin-bottom: 20px;
}

.crm-capability-icon i {
    font-size: 1.1rem;
    color: var(--crm-primary);
}

.crm-capability-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.crm-capability-card p {
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--crm-muted);
}

/* ============================================================
   FLOW
   ============================================================ */
.crm-flow {
    background: #fafbfd;
}

.crm-flow-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.crm-flow-step {
    position: relative;
    padding: clamp(20px, 2.5vw, 28px) clamp(16px, 2vw, 22px);
    border-radius: var(--crm-radius);
    background: #ffffff;
    border: 1px solid var(--crm-border);
    box-shadow: var(--crm-shadow-sm);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.crm-flow-step:hover {
    transform: translateY(-4px);
    box-shadow: var(--crm-shadow-md);
}

.crm-flow-step:not(:last-child)::after {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(20, 87, 230, 0.3);
    font-size: 0.82rem;
    z-index: 2;
}

.crm-flow-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: var(--crm-primary-soft);
    color: var(--crm-primary);
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.crm-flow-step h3 {
    font-size: 0.98rem;
    line-height: 1.3;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
}

.crm-flow-step p {
    font-size: 0.84rem;
    line-height: 1.6;
}

/* ============================================================
   COMPARISON
   ============================================================ */
.crm-compare-wrap {
    border-radius: var(--crm-radius);
    border: 1px solid var(--crm-border);
    overflow-x: auto;
    background: #ffffff;
    box-shadow: var(--crm-shadow-sm);
    padding: 12px;
    scrollbar-color: rgba(20, 87, 230, 0.4) #f1f5f9;
    scrollbar-width: thin;
}

.crm-compare-wrap::-webkit-scrollbar {
    height: 8px;
}

.crm-compare-wrap::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 999px;
}

.crm-compare-wrap::-webkit-scrollbar-thumb {
    background: rgba(20, 87, 230, 0.35);
    border-radius: 999px;
}

.crm-compare-hint {
    margin: 0 0 8px 4px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #94a3b8;
}

.crm-compare-table {
    margin: 0;
    min-width: 880px;
    border-collapse: separate;
    border-spacing: 0 10px;
    --bs-table-bg: transparent;
}

.crm-compare-table th,
.crm-compare-table td {
    padding: 14px 16px;
    font-size: 0.86rem;
    color: #475569;
    vertical-align: middle;
}

.crm-compare-table thead th {
    background: transparent;
    color: #0f172a;
    font-weight: 700;
    white-space: nowrap;
    font-size: 0.74rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border: 0;
    padding-bottom: 12px;
}

.crm-compare-table tbody th[scope="row"] {
    background: #f8fafc;
    color: #0f172a;
    font-weight: 700;
    min-width: 240px;
    border: 1px solid #e2e8f0;
    border-right: 0;
    border-radius: 12px 0 0 12px;
}

.crm-compare-table tbody td {
    background: #fff;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.crm-compare-table tbody td:last-child {
    border-right: 1px solid #e2e8f0;
    border-radius: 0 12px 12px 0;
}

.crm-compare-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 100px;
    padding: 5px 10px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
    border: 1px solid transparent;
    margin-bottom: 6px;
}

.crm-compare-pill i {
    font-size: 0.62rem;
}

.crm-compare-pill.best {
    color: #1457e6;
    border-color: rgba(20, 87, 230, 0.2);
    background: rgba(20, 87, 230, 0.08);
}

.crm-compare-pill.partial {
    color: #92400e;
    border-color: rgba(245, 158, 11, 0.3);
    background: rgba(245, 158, 11, 0.08);
}

.crm-compare-pill.limited {
    color: #9f1239;
    border-color: rgba(244, 63, 94, 0.25);
    background: rgba(244, 63, 94, 0.08);
}

.crm-compare-detail {
    display: block;
    color: #64748b;
    font-size: 0.8rem;
    line-height: 1.5;
    font-weight: 500;
}

.crm-compare-table .workroomly {
    color: #1457e6;
    font-weight: 700;
}

.crm-compare-table .workroomly .crm-compare-detail {
    color: #1e40af;
}

/* ============================================================
   ROI
   ============================================================ */
.crm-roi-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.crm-roi-card {
    padding: clamp(28px, 3.5vw, 40px);
    border-radius: var(--crm-radius);
    background: #ffffff;
    border: 1px solid var(--crm-border);
    box-shadow: var(--crm-shadow-sm);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.crm-roi-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--crm-shadow-md);
}

.crm-roi-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 24px;
}

.crm-roi-kicker {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 100px;
    font-size: 0.66rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 8px;
    vertical-align: middle;
}

.crm-roi-kicker.fragmented {
    color: #9f1239;
    background: rgba(244, 63, 94, 0.08);
    border: 1px solid rgba(244, 63, 94, 0.2);
}

.crm-roi-kicker.unified {
    color: #1457e6;
    background: rgba(20, 87, 230, 0.08);
    border: 1px solid rgba(20, 87, 230, 0.2);
}

.crm-roi-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.crm-roi-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #334155;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.crm-roi-list li i {
    font-size: 0.82rem;
    color: var(--crm-primary);
}

.crm-roi-list.unified li {
    background: rgba(11, 169, 143, 0.06);
    border-color: rgba(11, 169, 143, 0.18);
    color: #0b5d53;
}

.crm-roi-list.unified li i {
    color: #0ba98f;
}

.crm-roi-note {
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--crm-muted);
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.crm-final {
    padding-bottom: clamp(6rem, 10vw, 10rem);
}

.crm-final-panel {
    border-radius: 28px;
    background: linear-gradient(135deg, #06195d 0%, #0d4edb 56%, #0f8fb8 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 40px 80px rgba(5, 13, 31, 0.25);
    padding: clamp(36px, 5vw, 60px);
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(200px, auto);
    align-items: center;
    gap: clamp(24px, 4vw, 48px);
    position: relative;
    overflow: hidden;
}

.crm-final-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 50% at 50% 40%, rgba(20, 87, 230, 0.1) 0%, transparent 60%);
    pointer-events: none;
}

.crm-final-content {
    position: relative;
    z-index: 1;
}

.crm-final-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 6px 14px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.crm-final-panel h2 {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1.08;
    max-width: 13ch;
    margin-bottom: 14px;
}

.crm-final-panel p {
    color: rgba(255, 255, 255, 0.65);
    -webkit-text-fill-color: rgba(255, 255, 255, 0.65);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 48ch;
}

.crm-final-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.crm-final-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border-radius: 12px;
    background: #ffffff;
    color: #0d45b1;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.crm-final-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
    color: #0d45b1;
}

.crm-final-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.crm-final-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.35);
    color: #ffffff;
}

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.crm-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

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

.crm-reveal[data-lag="1"] { transition-delay: 0.08s; }
.crm-reveal[data-lag="2"] { transition-delay: 0.16s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1199px) {
    .crm-flow-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .crm-flow-step:nth-child(3)::after {
        content: none;
    }
}

@media (max-width: 991px) {
    .crm-movement-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .crm-problem-grid,
    .crm-roi-grid {
        grid-template-columns: 1fr;
    }

    .crm-capabilities-grid {
        grid-template-columns: 1fr 1fr;
    }

    .crm-final-panel {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .crm-final-panel h2 {
        max-width: none;
    }

    .crm-final-panel p {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }

    .crm-final-actions {
        align-items: center;
    }
}

@media (max-width: 767px) {
    .crm-hero-premium {
        padding: 130px 0 60px;
    }

    .crm-hero-actions {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .crm-hero-btn-primary,
    .crm-hero-btn-secondary {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .crm-hero-stats {
        flex-wrap: wrap;
        gap: 20px;
    }

    .crm-hero-stat-divider {
        display: none;
    }

    .crm-section {
        padding: clamp(4rem, 8vw, 6rem) 0;
    }

    .crm-capabilities-grid {
        grid-template-columns: 1fr;
    }

    .crm-flow-grid {
        grid-template-columns: 1fr;
    }

    .crm-flow-step:not(:last-child)::after {
        content: none;
    }

    .crm-roi-list {
        grid-template-columns: 1fr;
    }

    .crm-final-panel {
        padding: 28px 24px;
        text-align: left;
    }

    .crm-final-actions {
        width: 100%;
    }

    .crm-final-btn-primary,
    .crm-final-btn-secondary {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .crm-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .crm-hero-chip,
    .crm-hero-title,
    .crm-hero-subtitle,
    .crm-hero-actions,
    .crm-hero-stats,
    .crm-hero-image {
        animation: none;
        opacity: 1;
        transform: none;
    }
}