﻿:root {
    --cc-blue: #1f5fb8;
    --cc-blue-dark: #184a95;
    --cc-blue-deeper: #123c7c;
    --cc-orange: #f28a2f;
    --cc-orange-dark: #de7620;
    --cc-bg: #edf2fa;
    --cc-surface: #f8fbff;
    --cc-card: #ffffff;
    --cc-text: #1a2f57;
    --cc-muted: #5f6f8f;
    --cc-border: #d9e3f3;
    --cc-shadow: 0 14px 40px rgba(17, 55, 112, 0.12);
}

html {
    scroll-behavior: smooth;
}

body {
    background: linear-gradient(180deg, #f4f7fc 0%, var(--cc-bg) 100%);
}

.cc-page {
    color: var(--cc-text);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cc-container {
    max-width: 1240px;
    margin: 0 auto;
}

.cc-heading {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--cc-text);
}

.cc-muted {
    color: var(--cc-muted);
}

.cc-grid-4,
.cc-grid-3,
.cc-grid-2 {
    display: grid;
    gap: 1.5rem;
}

.cc-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cc-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cc-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cc-card,
.cc-metric-card,
.cc-roi-card,
.cc-proof-card,
.cc-pricing-card,
.cc-cta-card,
.cc-insight-card,
.cc-video-wrap {
    background: #fff;
    border: 1px solid var(--cc-border);
    border-radius: 1.5rem;
    box-shadow: var(--cc-shadow);
}

.cc-metric-card,
.cc-roi-card,
.cc-proof-card,
.cc-pricing-card,
.cc-cta-card {
    padding: 1.7rem;
    height: 100%;
}

.cc-btn,
.cc-btn:link,
.cc-btn:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.85rem 1.4rem;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

    .cc-btn:hover {
        transform: translateY(-1px);
    }

.cc-btn-primary {
    background: linear-gradient(180deg, #ff9b3d 0%, var(--cc-orange) 100%);
    color: #fff;
    border: none;
    box-shadow: 0 12px 24px rgba(242, 138, 47, 0.28);
}

.cc-btn-secondary {
    border: 2px solid rgba(255,255,255,0.42);
    color: #fff;
    background: transparent;
}

.cc-btn-light {
    background: #fff;
    color: var(--cc-blue-dark);
    border: 1px solid var(--cc-border);
    box-shadow: var(--cc-shadow);
}

.cc-menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

    .cc-menu-toggle span {
        display: block;
        width: 24px;
        height: 2px;
        background: #fff;
        border-radius: 999px;
    }

.cc-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: linear-gradient(90deg, var(--cc-blue-dark) 0%, var(--cc-blue) 52%, #2a74d4 100%);
    box-shadow: 0 10px 30px rgba(20, 60, 124, 0.18);
}

.cc-navbar-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0.95rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cc-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

    .cc-brand img {
        height: 42px;
        width: auto;
    }

.cc-brand-text {
    font-size: 1.9rem;
    font-weight: 750;
    letter-spacing: -0.03em;
    color: #fff;
    line-height: 1;
}

    .cc-brand-text span {
        color: var(--cc-orange);
    }

.cc-nav-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

    .cc-nav-links a {
        color: rgba(255,255,255,0.94);
        font-weight: 650;
        text-decoration: none;
    }

        .cc-nav-links a:hover {
            color: #fff;
        }

.cc-hero {
    position: relative;
    overflow: hidden;
    padding: 2rem 1.25rem 3.5rem;
    background: radial-gradient(circle at top left, rgba(255,255,255,0.18), transparent 24%), linear-gradient(135deg, var(--cc-blue-deeper) 0%, var(--cc-blue) 52%, #2a74d4 100%);
    color: #fff;
}

    .cc-hero::after {
        content: "";
        position: absolute;
        inset: auto -10% -120px auto;
        width: 420px;
        height: 420px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(242,138,47,0.22), transparent 68%);
        pointer-events: none;
    }

.cc-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
    align-items: center;
}

.cc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.1);
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cc-hero h1 {
    font-size: clamp(2.6rem, 5vw, 4.4rem);
    line-height: 1.04;
    letter-spacing: -0.05em;
    font-weight: 800;
    margin-bottom: 1.1rem;
    max-width: 10ch;
}

.cc-hero-lead {
    color: rgba(255,255,255,0.89);
    font-size: 1.14rem;
    max-width: 42rem;
    margin-bottom: 1.6rem;
}

.cc-hero-subcopy {
    color: rgba(255,255,255,0.80);
    max-width: 42rem;
    margin-bottom: 1.6rem;
}

.cc-hero-actions {
    display: flex;
    gap: 0.9rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.cc-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.cc-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 0.95rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    color: var(--cc-text);
    font-weight: 650;
    font-size: 0.95rem;
}

.cc-dashboard-shell {
    background: linear-gradient( 180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.10) 100% );
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 1.75rem;
    box-shadow: 0 24px 60px rgba(10, 35, 75, 0.28), inset 0 1px 0 rgba(255,255,255,0.18);
    backdrop-filter: blur(8px);
    padding: 1rem;
}

    .cc-dashboard-shell img {
        width: 100%;
        display: block;
        border-radius: 1rem;
        height: auto;
    }

.cc-section {
    padding: 2.6rem 1.25rem;
}

.cc-section-tight {
    padding: 2rem 1.25rem;
}

.cc-center-copy {
    max-width: 880px;
    margin: 0 auto 2rem;
    text-align: center;
}

.cc-metric-kicker {
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--cc-muted);
    font-weight: 700;
    margin-bottom: 0.7rem;
}

.cc-metric-number {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    line-height: 1;
    color: var(--cc-blue-dark);
    text-align: center;
    margin-bottom: 0.85rem;
}

.cc-two-col-feature {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.cc-feature-block {
    padding: 1.2rem;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
    border: 1px solid var(--cc-border);
}

.cc-feature-icon {
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(42,116,212,.12), rgba(31,95,184,.18));
    color: var(--cc-blue-dark);
    font-weight: 800;
    margin-bottom: 0.9rem;
    font-size: 1.15rem;
}

.cc-comparison-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 1rem 0;
    border-top: 1px solid var(--cc-border);
    align-items: center;
}

    .cc-comparison-row:first-child {
        border-top: 0;
    }

.cc-tick {
    color: #1e8c57;
    font-weight: 800;
}

.cc-cross {
    color: #c05555;
    font-weight: 800;
}

.cc-loss-strip {
    background: linear-gradient(90deg, #163d7d 0%, #205ab2 55%, #2d75d4 100%);
    color: #fff;
}

.cc-loss-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
    align-items: start;
}

.cc-loss-column {
    display: grid;
    gap: 1.5rem;
}

.cc-loss-panel {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 1.25rem;
    padding: 1.4rem;
    height: 100%;
}

    .cc-loss-panel strong {
        font-size: 1.4rem;
        display: block;
        margin-bottom: 0.5rem;
    }

.cc-loss-small {
    font-size: 0.82rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 0.55rem;
    color: rgba(255,255,255,0.72);
}

.cc-roi-value {
    color: var(--cc-orange-dark);
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.65rem;
}

.cc-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .cc-list li {
        position: relative;
        padding-left: 1.65rem;
        margin-bottom: 0.8rem;
        color: var(--cc-muted);
    }

        .cc-list li::before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 0;
            color: var(--cc-blue);
            font-weight: 900;
        }

.cc-band {
    background: linear-gradient(135deg, rgba(31,95,184,.08), rgba(242,138,47,.12));
    border: 1px solid rgba(31,95,184,.12);
    border-radius: 1.5rem;
    padding: 1.4rem;
}

.cc-pricing-featured {
    background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
    border: 2px solid rgba(42,116,212,.22);
}

.cc-price-badge {
    display: inline-block;
    background: rgba(242,138,47,.14);
    color: var(--cc-orange-dark);
    font-weight: 700;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.cc-price {
    font-size: clamp(2.8rem, 6vw, 4.3rem);
    line-height: 0.95;
    font-weight: 800;
    color: var(--cc-blue-dark);
    margin-bottom: 0.6rem;
}

    .cc-price small {
        font-size: 1.2rem;
        color: var(--cc-muted);
        font-weight: 700;
    }

.cc-mini-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.2rem;
}

.cc-mini-card {
    padding: 1.2rem;
    border-radius: 1.2rem;
    background: #fff;
    border: 1px solid var(--cc-border);
}

.cc-final-cta {
    text-align: center;
    padding: 0.5rem 1.25rem 1rem;
}

.cc-contact {
    text-align: left;
    padding: 0.5rem 1.25rem 1rem;
}

.cc-final-cta-card,
.cc-contact-cta-card {
    max-width: 940px;
    margin: 0 auto;
    padding: 2.4rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    border: 1px solid var(--cc-border);
    border-radius: 1.75rem;
    box-shadow: var(--cc-shadow);
}

.cc-footer {
    padding: 0 1.25rem 2.8rem;
    color: var(--cc-muted);
    text-align: center;
}

.cc-video-section {
    padding: 0 1.25rem 2.4rem;
    margin-top: 1.2rem;
}

.cc-video-wrap {
    max-width: 1040px;
    margin: 0 auto;
    overflow: hidden;
}

.cc-video-copy {
    padding: 1.25rem 1.25rem 0.5rem;
    text-align: center;
}

    .cc-video-copy h2 {
        margin-bottom: 0.6rem;
        font-size: clamp(1.6rem, 3vw, 2.3rem);
        line-height: 1.05;
        letter-spacing: -0.03em;
        font-weight: 800;
        color: var(--cc-text);
    }

    .cc-video-copy p {
        margin: 0 auto;
        max-width: 760px;
        color: var(--cc-muted);
    }

.cc-video-player {
    padding: 1rem;
}

    .cc-video-player video {
        width: 100%;
        display: block;
        border-radius: 1rem;
        background: #000;
        aspect-ratio: 16 / 9;
    }

.cc-insights-page {
    padding: 2.5rem 1.25rem 4rem;
}

.cc-insights-hero {
    max-width: 900px;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.cc-insights-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.cc-insight-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .cc-insight-card img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        display: block;
    }

.cc-insight-card-body {
    padding: 1.5rem;
}

.cc-insight-meta {
    color: var(--cc-muted);
    font-size: 0.95rem;
    margin-bottom: 0.85rem;
}

.cc-insight-card h2 {
    font-size: 1.6rem;
    line-height: 1.1;
    margin-bottom: 0.85rem;
}

.cc-insight-card a {
    text-decoration: none;
    color: var(--cc-blue-dark);
    font-weight: 700;
}

.cc-article-wrap {
    max-width: 860px;
    margin: 0 auto;
    padding: 2.5rem 1.25rem 4rem;
}

.cc-article-meta {
    color: var(--cc-muted);
    margin-bottom: 1rem;
}

.cc-article-hero {
    width: 100%;
    border-radius: 1.5rem;
    margin: 1rem 0 2rem;
    border: 1px solid var(--cc-border);
    box-shadow: var(--cc-shadow);
}

.cc-article-content h2 {
    font-size: 1.7rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: var(--cc-text);
}

.cc-article-content p {
    color: var(--cc-muted);
    font-size: 1.08rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.cc-article-cta {
    margin-top: 2.5rem;
    padding: 1.6rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    border: 1px solid var(--cc-border);
    border-radius: 1.5rem;
    box-shadow: var(--cc-shadow);
}

@media (max-width: 1100px) {
    .cc-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cc-loss-grid,
    .cc-hero-grid,
    .cc-grid-2,
    .cc-grid-3 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .cc-navbar-inner {
        position: relative;
        padding: 0.95rem 1rem;
    }

    .cc-menu-toggle {
        display: inline-flex;
    }

    .cc-nav-links {
        display: none;
        position: absolute;
        top: calc(100% + 0.75rem);
        left: 1rem;
        right: 1rem;
        z-index: 1001;
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
        padding: 1rem;
        background: linear-gradient(180deg, var(--cc-blue-dark) 0%, var(--cc-blue) 100%);
        border: 1px solid rgba(255,255,255,0.14);
        border-radius: 1rem;
        box-shadow: 0 18px 40px rgba(10, 35, 75, 0.28);
    }

        .cc-nav-links.cc-nav-open {
            display: flex;
        }

        .cc-nav-links a {
            width: 100%;
        }

        .cc-nav-links .cc-btn {
            width: 100%;
        }

    .cc-two-col-feature,
    .cc-mini-cards,
    .cc-comparison-row,
    .cc-insights-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .cc-section,
    .cc-section-tight,
    .cc-hero,
    .cc-final-cta,
    .cc-video-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .cc-grid-4 {
        grid-template-columns: 1fr;
    }

    .cc-hero-actions {
        flex-direction: column;
    }

    .cc-btn,
    .cc-btn:link,
    .cc-btn:visited {
        width: 100%;
    }

    .cc-brand-text {
        font-size: 1.55rem;
    }

    .cc-video-copy {
        padding: 1.1rem 1rem 0.35rem;
    }

    .cc-video-player {
        padding: 0.85rem;
    }
}

.cc-sector-section {
    background: #f8fbff;
    border-top: 1px solid var(--cc-border);
}

.cc-sector-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
}

.cc-sector-card {
    display: block;
    padding: 1.2rem;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid var(--cc-border);
    text-decoration: none;
    transition: all 0.2s ease;
}

    .cc-sector-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 14px 30px rgba(17, 55, 112, 0.12);
        border-color: var(--cc-blue);
    }

.cc-sector-card-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
    color: var(--cc-text);
}

.cc-coffee-compare {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 16px;
    padding: 1rem;
    margin: 1.2rem 0 1.5rem 0;
}

.cc-coffee-image {
    width: 72px;
    height: 72px;
    object-fit: contain;
    flex-shrink: 0;
}

.cc-coffee-title {
    font-weight: 700;
    color: var(--cc-text);
    margin-bottom: 0.2rem;
}

.cc-coffee-price {
    font-size: 1.05rem;
    margin-bottom: 0.35rem;
    color: var(--cc-text);
}

@media (max-width: 640px) {
    .cc-coffee-compare {
        flex-direction: column;
        text-align: center;
    }
}
.cc-review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.cc-review-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.25rem;
    padding: 1.4rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.cc-review-top {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.cc-review-logo {
    width: 52px;
    height: 52px;
    border-radius: 0.9rem;
    object-fit: contain;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 0.35rem;
}

.cc-review-business {
    font-weight: 800;
    color: var(--cc-text);
}

.cc-review-industry {
    font-size: 0.9rem;
    color: var(--cc-muted);
}

.cc-review-stars {
    color: #f59e0b;
    letter-spacing: 0.05rem;
    margin-bottom: 0.8rem;
}

.cc-review-text {
    color: var(--cc-text);
    line-height: 1.65;
    margin-bottom: 1rem;
}

.cc-review-person {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    color: var(--cc-text);
}

    .cc-review-person span {
        color: var(--cc-muted);
        font-size: 0.92rem;
    }

.cc-review-link {
    display: inline-block;
    margin-top: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    color: var(--cc-blue);
}

@media (max-width: 900px) {
    .cc-review-grid {
        grid-template-columns: 1fr;
    }
}