/* ============================================================
   PAPYRUS ACM — Production CSS
   Same design system as Converse: Montserrat 800 headings, body from layout.css
   Brand: #6bb8be / #5aa8ae / #1e293b
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&display=swap");

:root {
    --ccm-primary: #6bb8be;
    --ccm-primary-dark: #5aa8ae;
    --ccm-primary-darker: #4a9da3;
    --ccm-primary-light: rgba(107, 184, 190, 0.1);
    --ccm-primary-glow: rgba(107, 184, 190, 0.3);
    --ccm-navy: #1e293b;
    --ccm-navy-deep: #0f172a;
    --ccm-text: #2c3e50;
    --ccm-text-2: #475569;
    --ccm-text-3: #64748b;
    --ccm-border: #e2e8f0;
    --ccm-bg: #ffffff;
    --ccm-bg-alt: #f8f9fa;
    --ccm-radius: 10px;
    --ccm-ease: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    [data-aos] { opacity: 1 !important; transform: none !important; transition: none !important; }
}

.contactus, #go_up, .icon-chevron-up, .oh24btn { display: none !important; }
body { overflow-x: hidden; }

.ccm-skip-link {
    position: absolute; top: -100%; left: 16px; z-index: 10000;
    padding: 12px 24px; background: var(--ccm-navy); color: #fff;
    border-radius: 0 0 8px 8px; font-weight: 600; transition: top 0.2s ease;
}
.ccm-skip-link:focus { top: 0; color: #fff; }


/* ============================================================
   HERO
   ============================================================ */
.ccm-hero {
    position: relative; min-height: 560px; display: flex;
    align-items: center; padding: 110px 0 80px; overflow: hidden;
}
.ccm-hero__bg {
    position: absolute; inset: 0; z-index: 0;
    background: url('/e15/images/new/ccmbg.webp') center/cover no-repeat;
}
.ccm-hero__overlay {
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(100deg, rgba(15,23,42,0.72) 0%, rgba(30,41,59,0.50) 50%, rgba(30,41,59,0.28) 100%);
}
.ccm-hero__content { position: relative; z-index: 2; }
.ccm-hero__grid { max-width: 700px; }
.ccm-hero__title {
    font-family: 'Montserrat', sans-serif; font-size: 2.8rem;
    font-weight: 800; color: #fff; line-height: 1.15; margin: 0 0 20px;
}
.ccm-hero__title-sub {
    display: block; font-size: 2rem !important; font-weight: 700;
    color: var(--ccm-primary); margin-top: 8px;
}
.ccm-hero__lead {
    color: rgba(255,255,255,0.85); line-height: 1.7;
    margin: 0 0 28px; font-size: 2rem;
}
.ccm-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ccm-hero__btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 13px 28px; border-radius: var(--ccm-radius);
    font-weight: 600; text-decoration: none !important;
    transition: all 0.3s var(--ccm-ease); white-space: nowrap;
}
.ccm-hero__btn--primary {
    background: var(--ccm-primary); color: #fff !important;
    border: 2px solid var(--ccm-primary); box-shadow: 0 4px 20px var(--ccm-primary-glow);
}
.ccm-hero__btn--primary:hover {
    background: var(--ccm-primary-dark); border-color: var(--ccm-primary-dark);
    transform: translateY(-2px); box-shadow: 0 8px 28px rgba(107,184,190,0.45); color: #fff !important;
}
.ccm-hero__btn--glass {
    background: rgba(255,255,255,0.08); backdrop-filter: blur(14px);
    border: 1.5px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.9) !important;
}
.ccm-hero__btn--glass:hover {
    background: rgba(107,184,190,0.2); border-color: rgba(107,184,190,0.45);
    transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); color: #fff !important;
}
.ccm-hero__scroll {
    position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
    z-index: 3; color: rgba(255,255,255,0.5); font-size: 1.4rem; text-decoration: none;
}
.ccm-hero__scroll:hover { color: rgba(255,255,255,0.8); }


/* ============================================================
   SECTION NAV
   ============================================================ */
.ccm-nav {
    position: sticky; top: 106px; z-index: 100;
    background: var(--ccm-bg); border-bottom: 1px solid var(--ccm-border);
    transition: top 0.25s ease;
}
.ccm-nav__container { display: flex; align-items: center; gap: 12px; }
.ccm-nav__track {
    flex: 1; min-width: 0; display: flex; overflow-x: auto;
    scrollbar-width: none; position: relative;
}
.ccm-nav__track::-webkit-scrollbar { display: none; }
.ccm-nav__link {
    flex-shrink: 0; padding: 16px 24px; font-size: 1.2rem; font-weight: 600;
    color: var(--ccm-text-3); text-decoration: none; position: relative;
    transition: color 0.2s ease; white-space: nowrap;
}
.ccm-nav__link:hover { color: var(--ccm-text); text-decoration: none; }
.ccm-nav__link.active { color: var(--ccm-text); }
.ccm-nav__indicator {
    position: absolute; bottom: 0; height: 3px; background: var(--ccm-primary);
    border-radius: 3px 3px 0 0; transition: left 0.35s var(--ccm-ease), width 0.35s var(--ccm-ease);
    pointer-events: none;
}


/* ============================================================
   SECTIONS
   ============================================================ */
.ccm-section { padding: 80px 0; }
.ccm-section--alt { background: var(--ccm-bg-alt); }
.ccm-section__title {
    font-family: 'Montserrat', sans-serif; font-weight: 800;
    color: var(--ccm-text); margin: 0 0 14px; letter-spacing: -0.02em;
}
.ccm-section__title--light { color: #fff; }
.ccm-section__intro { color: var(--ccm-text-2); max-width: 820px; margin-bottom: 40px; line-height: 1.75; }


/* ============================================================
   ALT ROWS + FIGURES
   ============================================================ */
.ccm-alt-row {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-bottom: 56px;
}
.ccm-alt-row--reverse .ccm-alt-row__media { order: 2; }
.ccm-alt-row--reverse .ccm-alt-row__text { order: 1; }
.ccm-alt-row:last-child { margin-bottom: 0; }

.ccm-figure { margin: 0; }
.ccm-figure--wide { margin: 0 0 48px; }
.ccm-lightbox {
    display: block; position: relative; border-radius: 8px; overflow: hidden;
    background: #f8fafc; box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: transform 0.25s var(--ccm-ease), box-shadow 0.25s var(--ccm-ease); cursor: zoom-in;
}
.ccm-lightbox:hover { transform: scale(1.01); box-shadow: 0 8px 28px rgba(0,0,0,0.1); }
.ccm-lightbox img { display: block; width: 100%; }
.ccm-figure__zoom {
    position: absolute; top: 12px; right: 12px; width: 32px; height: 32px;
    background: rgba(30,41,59,0.6); backdrop-filter: blur(8px); border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 0.85rem; opacity: 0; transition: opacity 0.2s ease;
}
.ccm-lightbox:hover .ccm-figure__zoom { opacity: 1; }

/* Transparent figures — no card on desktop */
.ccm-figure--transparent .ccm-lightbox {
    background: none; box-shadow: none; cursor: default;
}
.ccm-figure--transparent .ccm-lightbox:hover { transform: none; box-shadow: none; }
.ccm-figure--transparent .ccm-figure__zoom { display: none; }


/* Embedded figures — not clickable, no card */
.ccm-figure--embedded { }
.ccm-figure--embedded img { display: block; width: 100%; border-radius: 8px; }
.ccm-figure--80 img { max-width: 80%; }


/* ============================================================
   PAPER BANNER (eBook, like Converse)
   ============================================================ */
.ccm-paper-banner {
    display: grid; grid-template-columns: 240px 1fr; gap: 32px; align-items: center;
    padding: 32px; background: linear-gradient(135deg, var(--ccm-navy-deep), var(--ccm-navy));
    border-radius: 16px; margin: 48px 0; overflow: hidden;
}
.ccm-paper-banner__preview {
    border-radius: 8px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    transition: transform 0.3s var(--ccm-ease);
}
.ccm-paper-banner:hover .ccm-paper-banner__preview { transform: scale(1.02); }
.ccm-paper-banner__preview a { display: block; }
.ccm-paper-banner__preview img { display: block; width: 100%; }
.ccm-paper-banner__label {
    display: inline-flex; align-items: center; gap: 6px;
    text-transform: uppercase; letter-spacing: 0.06em;
    color: var(--ccm-primary); font-weight: 700; margin-bottom: 8px;
}
.ccm-paper-banner__title {
    font-family: 'Montserrat', sans-serif; font-weight: 700; color: #fff; margin: 0 0 8px;
}
.ccm-paper-banner__desc { color: rgba(255,255,255,0.6); margin-bottom: 16px; line-height: 1.6; }
.ccm-paper-banner__btn {
    display: inline-flex; align-items: center; gap: 8px; padding: 10px 22px;
    background: var(--ccm-primary); color: #fff !important; border-radius: 8px;
    font-weight: 600; text-decoration: none !important; transition: all 0.3s ease;
}
.ccm-paper-banner__btn:hover {
    background: var(--ccm-primary-dark); transform: translateY(-1px);
    box-shadow: 0 4px 16px var(--ccm-primary-glow);
}


/* ============================================================
   FEATURE CARDS
   ============================================================ */
.ccm-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 40px; }
.ccm-features--3col { grid-template-columns: repeat(3, 1fr); }
.ccm-feature {
    display: flex; align-items: flex-start; gap: 16px; padding: 22px 24px;
    background: var(--ccm-bg); border: 1px solid var(--ccm-border);
    border-radius: var(--ccm-radius); transition: transform 0.2s var(--ccm-ease), box-shadow 0.2s var(--ccm-ease);
}
.ccm-feature:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.05); }
.ccm-feature__icon {
    flex-shrink: 0; width: 50px; height: 50px; border-radius: 10px;
    background: var(--ccm-primary-light); display: flex; align-items: center;
    justify-content: center; color: var(--ccm-primary-dark); font-size: 1.35rem;
}
.ccm-feature__body h3,
.ccm-feature__body h4 {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    color: var(--ccm-text); margin: 0 0 4px; line-height: 1.3;
}
.ccm-feature__body p { color: var(--ccm-text-3); margin: 0; line-height: 1.55; }


/* ============================================================
   UTA (dark intelligence section)
   ============================================================ */
.ccm-section--dark {
    background: linear-gradient(135deg, var(--ccm-navy-deep) 0%, var(--ccm-navy) 100%);
    padding: 80px 0;
}
.ccm-section--dark p { color: rgba(255,255,255,0.7); }

.ccm-uta__lead {
    color: var(--ccm-primary); font-weight: 600; font-style: italic;
    margin-bottom: 28px; max-width: 600px;
}

.ccm-uta {
    display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start;
}
.ccm-uta__content p { line-height: 1.75; }

.ccm-uta__visual {
    display: flex; flex-direction: column; align-items: center; gap: 36px;
}

.ccm-uta__orbit-wrap {
    position: relative; width: 300px; height: 300px;
}

.ccm-uta__svg {
    position: absolute; inset: 0; width: 100%; height: 100%;
}

.ccm-uta__center-icon {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 96px; height: 96px; border-radius: 50%;
    background: linear-gradient(135deg, var(--ccm-primary), var(--ccm-primary-dark));
    display: flex; align-items: center; justify-content: center;
    font-size: 2.4rem; color: #fff; z-index: 2;
    box-shadow: 0 12px 40px var(--ccm-primary-glow);
}

.ccm-uta__sat {
    position: absolute; width: 44px; height: 44px; border-radius: 50%;
    background: rgba(255,255,255,0.06); border: 1.5px solid rgba(107,184,190,0.25);
    display: flex; align-items: center; justify-content: center;
    color: var(--ccm-primary); font-size: 1rem; z-index: 2;
    animation: acmSatGlow 3s ease-in-out infinite;
}
/* Positions on outer orbit circle (r=140 in 300x300 viewBox) — 120° apart from top */
.ccm-uta__sat--top { top: 0; left: 50%; transform: translateX(-50%); animation-delay: 0s; }
.ccm-uta__sat--bl { top: 71%; left: 7%; animation-delay: 1s; }
.ccm-uta__sat--br { top: 71%; right: 7%; animation-delay: 2s; }

@keyframes acmSatGlow {
    0%, 100% { border-color: rgba(107,184,190,0.15); background: rgba(255,255,255,0.04); }
    50% { border-color: rgba(107,184,190,0.4); background: rgba(107,184,190,0.08); }
}

.ccm-uta__feat-labels {
    display: flex; gap: 10px; flex-wrap: wrap; justify-content: center;
}
.ccm-uta__feat-labels span {
    padding: 10px 20px; border-radius: 10px;
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.7); font-weight: 600;
}


/* ============================================================
   CHECK LIST (engage, transparency)
   ============================================================ */
.ccm-check-list { display: flex; flex-direction: column; gap: 16px; }
.ccm-check-list__item h4 {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    color: var(--ccm-text); margin: 0 0 4px;
}
.ccm-check-list__item p { color: var(--ccm-text-3); margin: 0; line-height: 1.6; }
.ccm-check-list__item {
    padding-left: 20px; border-left: 3px solid var(--ccm-primary);
}

/* Lead paragraph — dominant intro after section headings */
.ccm-lead {
    line-height: 1.75; color: var(--ccm-text-2); max-width: 820px; margin-bottom: 32px;
}
.ccm-section > .container > p { max-width: 820px; }
.ccm-section > .container > h3 { margin-top: 40px; margin-bottom: 16px; }

/* Global Montserrat on h3/h4 */
.ccm-section h3,
.ccm-section h4 { font-family: 'Montserrat', sans-serif; font-weight: 700; }
.ccm-alt-row__text h3 { margin-top: 0; margin-bottom: 12px; }

/* Numbered steps — compact inline */
.ccm-steps { display: flex; flex-direction: column; gap: 0; }
.ccm-step {
    display: flex; gap: 16px; align-items: baseline;
    padding: 20px 0; border-bottom: 1px solid var(--ccm-border);
}
.ccm-step:first-child { border-top: 1px solid var(--ccm-border); }
.ccm-step__num {
    flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%;
    background: var(--ccm-primary); color: #fff; font-family: 'Montserrat', sans-serif;
    font-weight: 800; font-size: 0.9rem; display: flex; align-items: center;
    justify-content: center; position: relative; top: 2px;
}
.ccm-step__body { flex: 1; }
.ccm-step__body h4 { margin-bottom: 6px; }
.ccm-step p { color: var(--ccm-text-3); margin: 0; line-height: 1.6; }

/* Feature card full-width variant (5th card spans both columns) */
.ccm-feature--full { grid-column: 1 / -1; }


/* ============================================================
   FAQ — 2 columns
   ============================================================ */
.ccm-faq { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
.ccm-faq__col { }
.ccm-faq__item { border-bottom: 1px solid var(--ccm-border); }
.ccm-faq__col .ccm-faq__item:first-child { border-top: 1px solid var(--ccm-border); }
.ccm-faq__q {
    display: flex; align-items: center; justify-content: space-between; width: 100%;
    padding: 20px 0; background: none; border: none; cursor: pointer; text-align: left;
    font-family: inherit; font-weight: 700; color: var(--ccm-text);
    line-height: 1.4; transition: color 0.2s ease;
}
.ccm-faq__q:hover { color: var(--ccm-primary-dark); }
.ccm-faq__icon { flex-shrink: 0; color: var(--ccm-primary); margin-left: 16px; transition: transform 0.3s ease; }
.ccm-faq__item.open .ccm-faq__icon { transform: rotate(45deg); }
.ccm-faq__a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.ccm-faq__item.open .ccm-faq__a { max-height: 500px; padding-bottom: 20px; }
.ccm-faq__a p { color: var(--ccm-text-2); margin-bottom: 0; line-height: 1.7; }


/* ============================================================
   RESOURCES
   ============================================================ */
.ccm-resources__subtitle {
    font-family: 'Montserrat', sans-serif; font-weight: 700; color: var(--ccm-text);
    margin-bottom: 24px; display: flex; align-items: center; gap: 8px;
}
.ccm-resources__subtitle i { color: var(--ccm-primary); }

.ccm-videos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 48px; }
.ccm-video-card { cursor: pointer; transition: transform 0.2s ease; outline: none; }
.ccm-video-card:hover { transform: translateY(-3px); }
.ccm-video-card__thumb {
    position: relative; border-radius: 8px; overflow: hidden;
    aspect-ratio: 16/9; background: var(--ccm-navy-deep);
}
.ccm-video-card__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.ccm-video-card:hover .ccm-video-card__thumb img { transform: scale(1.04); }
.ccm-video-card__play {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    width: 44px; height: 44px; border-radius: 50%; background: rgba(107,184,190,0.85);
    color: #fff; display: flex; align-items: center; justify-content: center; font-size: 0.9rem;
}
.ccm-video-card__play i { margin-left: 2px; }
.ccm-video-card:hover .ccm-video-card__play { background: var(--ccm-primary-dark); }
.ccm-video-card__title { font-weight: 600; color: var(--ccm-text); margin: 10px 0 0; line-height: 1.4; }
.ccm-video-card__langs { display: flex; gap: 6px; margin-top: 4px; }
.ccm-video-card__langs a {
    display: inline-block; padding: 2px 8px; background: var(--ccm-primary-light);
    color: var(--ccm-primary-dark); border-radius: 4px; font-weight: 700;
    text-decoration: none; transition: background 0.2s ease;
}
.ccm-video-card__langs a:hover { background: rgba(107,184,190,0.25); }

.ccm-papers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.ccm-paper-card {
    display: flex; gap: 16px; padding: 20px; background: var(--ccm-bg);
    border: 1px solid var(--ccm-border); border-radius: var(--ccm-radius);
    text-decoration: none !important; transition: all 0.25s var(--ccm-ease); align-items: flex-start;
}
.ccm-paper-card:hover { border-color: var(--ccm-primary); box-shadow: 0 8px 28px rgba(107,184,190,0.12); transform: translateY(-2px); }
a.ccm-paper-card { cursor: pointer; }
div.ccm-paper-card { cursor: default; }
.ccm-paper-card img { width: 80px; border-radius: 6px; flex-shrink: 0; }
.ccm-paper-card__logo { width: 48px !important; border-radius: 4px !important; }
.ccm-paper-card__icon {
    flex-shrink: 0; width: 56px; height: 56px; border-radius: 12px;
    background: var(--ccm-primary-light); display: flex; align-items: center;
    justify-content: center; color: var(--ccm-primary-dark); font-size: 1.3rem;
}
.ccm-paper-card__badge {
    display: inline-block; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.06em; color: var(--ccm-primary); margin-bottom: 4px;
}
.ccm-paper-card h4 { color: var(--ccm-text); margin: 0 0 4px; line-height: 1.35; }
.ccm-paper-card p { color: var(--ccm-text-3); margin: 0 0 6px; }
.ccm-paper-card__langs { display: flex; gap: 6px; }
.ccm-paper-card__langs a {
    display: inline-block; padding: 3px 10px; background: var(--ccm-primary-light);
    color: var(--ccm-primary-dark); border-radius: 4px; font-weight: 700;
    text-decoration: none; transition: background 0.2s ease;
}
.ccm-paper-card__langs a:hover { background: rgba(107,184,190,0.25); }


/* ============================================================
   CTA
   ============================================================ */
.ccm-cta {
    background: linear-gradient(135deg, var(--ccm-navy-deep) 0%, #141c2e 50%, var(--ccm-navy-deep) 100%);
    padding: 80px 0; text-align: center; position: relative; overflow: hidden;
}
.ccm-cta__glow {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    width: 450px; height: 450px;
    background: radial-gradient(circle, rgba(107,184,190,0.12) 0%, transparent 60%);
    pointer-events: none;
}
.ccm-cta__content { position: relative; z-index: 1; }
.ccm-cta__icon {
    width: 66px; height: 66px;
    background: linear-gradient(135deg, var(--ccm-primary), var(--ccm-primary-dark));
    border-radius: 18px; display: flex; align-items: center; justify-content: center;
    margin: 0 auto 22px; box-shadow: 0 8px 32px var(--ccm-primary-glow);
    color: #fff; font-size: 1.5rem;
}
.ccm-cta h2 { font-family: 'Montserrat', sans-serif; font-weight: 800; color: #fff; margin: 0 0 12px; }
.ccm-cta p { color: rgba(255,255,255,0.65); max-width: 560px; margin: 0 auto 30px; line-height: 1.7; }
.ccm-cta__actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.ccm-cta__btn {
    display: inline-flex; align-items: center; gap: 10px; padding: 15px 30px;
    border-radius: var(--ccm-radius); font-weight: 600; text-decoration: none !important;
    transition: all 0.3s var(--ccm-ease);
}
.ccm-cta__btn--primary {
    background: var(--ccm-primary); color: #fff !important; border: 2px solid var(--ccm-primary);
    box-shadow: 0 4px 20px var(--ccm-primary-glow);
}
.ccm-cta__btn--primary:hover {
    background: var(--ccm-primary-dark); border-color: var(--ccm-primary-dark);
    transform: translateY(-2px); box-shadow: 0 8px 28px rgba(107,184,190,0.45);
}
.ccm-cta__btn--outline {
    background: transparent; color: rgba(255,255,255,0.9) !important;
    border: 1.5px solid rgba(255,255,255,0.25);
}
.ccm-cta__btn--outline:hover {
    background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.4);
    transform: translateY(-2px); color: #fff !important;
}


/* ============================================================
   MODALS + LIGHTBOX
   ============================================================ */
.ccm-modal, .ccm-lightbox-overlay {
    position: fixed; inset: 0; z-index: 9999;
    display: flex; align-items: center; justify-content: center; padding: 24px;
}
.ccm-modal[hidden], .ccm-lightbox-overlay[hidden] { display: none; }
.ccm-modal__backdrop, .ccm-lightbox-overlay__backdrop {
    position: absolute; inset: 0; background: rgba(0,0,0,0.88); cursor: pointer;
}
.ccm-modal__body, .ccm-lightbox-overlay__body {
    position: relative; max-width: 960px; width: 100%; z-index: 1;
    display: flex; flex-direction: column; align-items: center;
}
.ccm-modal__close, .ccm-lightbox-overlay__close {
    position: fixed; top: 20px; right: 20px; background: rgba(0,0,0,0.4);
    backdrop-filter: blur(8px); border: none; border-radius: 50%;
    color: rgba(255,255,255,0.8); font-size: 1.3rem; cursor: pointer;
    width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
    transition: all 0.2s ease; z-index: 10;
}
.ccm-modal__close:hover, .ccm-lightbox-overlay__close:hover { color: #fff; background: rgba(0,0,0,0.6); }
.ccm-modal__player {
    width: 100%; aspect-ratio: 16/9; border-radius: var(--ccm-radius); overflow: hidden; background: #000;
}
.ccm-modal__player iframe { width: 100%; height: 100%; border: 0; }
.ccm-lightbox-overlay__body { max-width: 90vw; max-height: 90vh; }
.ccm-lightbox-overlay__img {
    max-width: 90vw; max-height: 85vh; object-fit: contain; border-radius: 6px;
    display: block; margin: 0 auto;
}
.ccm-lightbox-overlay__caption {
    text-align: center; color: rgba(255,255,255,0.7); margin-top: 12px;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
    .ccm-hero__title { font-size: 2.4rem; }
    .ccm-hero__title-sub { font-size: 1.7rem !important; }
    .ccm-hero__lead { font-size: 1.6rem; }
    .ccm-features { grid-template-columns: 1fr; }
    .ccm-features--3col { grid-template-columns: 1fr; }
}

@media (max-width: 991px) {
    .ccm-hero { min-height: auto; padding: 90px 0 60px; }
    .ccm-hero__title { font-size: 2.2rem; }
    .ccm-hero__title-sub { font-size: 1.5rem !important; }
    .ccm-hero__lead { font-size: 1.4rem; }
    .ccm-section { padding: 56px 0; }
    .ccm-alt-row { grid-template-columns: 1fr; gap: 24px; }
    .ccm-alt-row--reverse .ccm-alt-row__media { order: 0; }
    .ccm-alt-row--reverse .ccm-alt-row__text { order: 0; }
    .ccm-uta { grid-template-columns: 1fr; gap: 32px; }
    .ccm-uta__orbit-wrap { width: 240px; height: 240px; }
    .ccm-uta__center-icon { width: 76px; height: 76px; font-size: 1.9rem; }
    .ccm-uta__sat { width: 36px; height: 36px; font-size: 0.85rem; }
    .ccm-uta__feat-labels { flex-wrap: wrap; justify-content: center; width: 280px; }
    .ccm-paper-banner { grid-template-columns: 180px 1fr; gap: 24px; }
    .ccm-videos { grid-template-columns: 1fr; }
    .ccm-papers { grid-template-columns: 1fr; }
    .ccm-uta__orbit-wrap { width: 200px; height: 200px; }
    .ccm-uta__center-icon { width: 64px; height: 64px; font-size: 1.6rem; }
    .ccm-uta__sat { width: 30px; height: 30px; font-size: 0.75rem; }
    .ccm-uta__feat-labels { gap: 6px; width: 260px; }
    .ccm-uta__feat-labels span { padding: 6px 12px; }
    .ccm-nav__link { font-size: 1.05rem; padding: 14px 18px; }
}

@media (max-width: 767px) {
    .ccm-hero { padding: 70px 0 50px; }
    .ccm-hero__title { font-size: 2rem; }
    .ccm-hero__title-sub { font-size: 1.35rem !important; }
    .ccm-hero__lead { font-size: 1.2rem; }
    .ccm-hero__actions { flex-direction: column; }
    .ccm-hero__btn { justify-content: center; width: 100%; }
    .ccm-nav__link { font-size: 0.95rem; padding: 14px 16px; }
    .ccm-section { padding: 44px 0; }
    .ccm-faq { grid-template-columns: 1fr; }
    .ccm-cta { padding: 56px 0; }
    .ccm-cta__actions { flex-direction: column; align-items: center; }
    .ccm-cta__btn { width: 100%; max-width: 320px; justify-content: center; }
    .ccm-paper-banner { grid-template-columns: 1fr; text-align: center; padding: 24px; }
    .ccm-paper-banner__preview { max-width: 200px; margin: 0 auto; }
    .ccm-papers { grid-template-columns: 1fr; }
    .ccm-uta__orbit-wrap { width: 200px; height: 200px; }
    .ccm-uta__center-icon { width: 64px; height: 64px; font-size: 1.6rem; }
    .ccm-uta__sat { width: 30px; height: 30px; font-size: 0.75rem; }
    .ccm-uta__feat-labels { gap: 6px; width: 260px; }
    .ccm-uta__feat-labels span { padding: 6px 12px; }
    .ccm-uta__icon { width: 80px; height: 80px; font-size: 2rem; }
    .ccm-papers { grid-template-columns: 1fr; }
    .ccm-uta__orbit-wrap { width: 200px; height: 200px; }
    .ccm-uta__center-icon { width: 64px; height: 64px; font-size: 1.6rem; }
    .ccm-uta__sat { width: 30px; height: 30px; font-size: 0.75rem; }
    .ccm-uta__feat-labels { gap: 6px; width: 260px; }
    .ccm-uta__feat-labels span { padding: 6px 12px; }
    .ccm-figure--transparent .ccm-lightbox { cursor: zoom-in; }
    .ccm-figure--transparent .ccm-figure__zoom { display: flex; }
}

@media (max-width: 480px) {
    .ccm-hero__title { font-size: 1.75rem; }
    .ccm-hero__title-sub { font-size: 1.15rem !important; }
    .ccm-hero__lead { font-size: 1.05rem; }
    .ccm-feature { flex-direction: column; }
    .ccm-faq__q { padding: 16px 0; }
}


/* ============================================================
   ROADMAP CARDS
   ============================================================ */
.ccm-roadmap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ccm-roadmap__card {
    display: flex; flex-direction: column; border-radius: var(--ccm-radius);
    overflow: hidden; background: var(--ccm-bg); border: 1px solid var(--ccm-border);
    text-decoration: none !important; transition: all 0.3s var(--ccm-ease);
}
.ccm-roadmap__card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.1); border-color: var(--ccm-primary); }
.ccm-roadmap__card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.ccm-roadmap__body { padding: 16px; flex: 1; }
.ccm-roadmap__body h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; color: var(--ccm-text); margin: 0 0 6px; }
.ccm-roadmap__body p { color: var(--ccm-text-3); margin: 0; line-height: 1.55; }

/* ============================================================
   TWO COLUMN LAYOUT
   ============================================================ */
.ccm-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 32px; }
.ccm-section__lead { color: var(--ccm-text-2); line-height: 1.75; margin-bottom: 24px; }
.ccm-bullet-list { padding-left: 20px; color: var(--ccm-text-2); line-height: 1.7; }
.ccm-bullet-list li { margin-bottom: 6px; }

/* ============================================================
   ICON FEATURES (designer tools)
   ============================================================ */
.ccm-icon-features { display: flex; flex-direction: column; gap: 20px; margin-bottom: 40px; }
.ccm-icon-feat {
    display: flex; gap: 20px; align-items: flex-start;
    padding: 24px; background: var(--ccm-bg); border: 1px solid var(--ccm-border);
    border-radius: var(--ccm-radius);
}
.ccm-icon-feat__icon {
    flex-shrink: 0; width: 52px; height: 52px; border-radius: 12px;
    background: var(--ccm-primary-light); display: flex; align-items: center;
    justify-content: center; color: var(--ccm-primary-dark); font-size: 1.35rem;
}
.ccm-icon-feat__body h4 { margin: 0 0 4px; color: var(--ccm-text); }
.ccm-icon-feat__body p { color: var(--ccm-text-3); margin: 0; line-height: 1.6; }

/* ============================================================
   CONFIGURATION BOXES
   ============================================================ */
.ccm-config-box {
    padding: 32px; background: var(--ccm-bg-alt); border: 1px solid var(--ccm-border);
    border-radius: var(--ccm-radius); margin-bottom: 24px;
}
.ccm-config-box h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; color: var(--ccm-text); margin: 0 0 16px; }
.ccm-config-list { display: flex; flex-direction: column; gap: 14px; margin-bottom: 20px; }
.ccm-config-item { padding-left: 16px; border-left: 3px solid var(--ccm-primary); }
.ccm-config-item strong { color: var(--ccm-text); }
.ccm-config-item p { color: var(--ccm-text-3); margin: 4px 0 0; line-height: 1.55; }

/* ============================================================
   DEMO STRIP (featured videos near top)
   ============================================================ */
.ccm-demo-strip { }
.ccm-demo-strip__title {
    font-family: 'Montserrat', sans-serif; font-weight: 700;
    color: var(--ccm-text); display: flex; align-items: center; gap: 8px;
    margin: 0 0 16px;
}
.ccm-demo-strip__title i { color: var(--ccm-primary); }
.ccm-demo-strip__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }

@media (max-width: 767px) {
    .ccm-demo-strip__grid { grid-template-columns: 1fr; }
}

/* ============================================================
   EFFICIENCY BANNER (teal tint, full-width)
   ============================================================ */
.ccm-efficiency {
    background: linear-gradient(135deg, #eef7f8 0%, #f0fafb 100%);
    padding: 64px 0;
}
.ccm-efficiency__title {
    font-family: 'Montserrat', sans-serif; font-weight: 800; color: var(--ccm-text); margin: 0 0 8px;
}
.ccm-efficiency__lead { color: var(--ccm-text-2); margin-bottom: 28px; }
.ccm-efficiency__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ccm-efficiency__item {
    padding: 32px; border-radius: var(--ccm-radius);
    background: #fff; border: 1.5px solid rgba(107,184,190,0.3);
    text-align: center;
    transition: transform 0.2s var(--ccm-ease), box-shadow 0.2s var(--ccm-ease);
}
.ccm-efficiency__item:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.06); }
.ccm-efficiency__item i {
    font-size: 2rem; color: var(--ccm-primary-dark); margin-bottom: 16px; display: block;
}
.ccm-efficiency__item h4 { font-family: 'Montserrat', sans-serif; font-weight: 700; color: var(--ccm-text); margin: 0 0 10px; }
.ccm-efficiency__item p { color: var(--ccm-text-2); margin: 0; line-height: 1.65; }

/* ============================================================
   SPLIT LAYOUT (stacked cards + image side by side)
   ============================================================ */
.ccm-split { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.ccm-split--reverse .ccm-split__media { order: -1; }
.ccm-split__cards { display: flex; flex-direction: column; gap: 16px; }
.ccm-split__card {
    display: flex; gap: 16px; align-items: flex-start;
    padding: 20px; background: var(--ccm-bg); border: 1px solid var(--ccm-border);
    border-radius: var(--ccm-radius);
}
.ccm-section--alt .ccm-split__card { background: #fff; }
.ccm-split__card-icon {
    flex-shrink: 0; width: 44px; height: 44px; border-radius: 10px;
    background: var(--ccm-primary-light); display: flex; align-items: center;
    justify-content: center; color: var(--ccm-primary-dark); font-size: 1.15rem;
}
.ccm-split__card h4 { font-family: 'Montserrat', sans-serif; font-weight: 700; color: var(--ccm-text); margin: 0 0 4px; }
.ccm-split__card p { color: var(--ccm-text-3); margin: 0; line-height: 1.55; }
.ccm-split__media { display: flex; align-items: center; }

/* ============================================================
   TIMELINE (Getting Started)
   ============================================================ */
.ccm-timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
.ccm-timeline::before {
    content: ''; position: absolute; top: 24px; left: 24px; right: 24px; height: 2px;
    background: linear-gradient(90deg, var(--ccm-primary), var(--ccm-border));
    z-index: 0;
}
.ccm-timeline__item { position: relative; z-index: 1; }
.ccm-timeline__marker { margin-bottom: 16px; }
.ccm-timeline__num {
    width: 48px; height: 48px; border-radius: 50%;
    background: linear-gradient(135deg, var(--ccm-primary), var(--ccm-primary-dark));
    color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.1rem;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 16px rgba(107,184,190,0.25);
    border: 3px solid var(--ccm-bg-alt);
}
.ccm-timeline__card {
    padding: 24px; background: var(--ccm-bg);
    border: 1px solid var(--ccm-border); border-radius: var(--ccm-radius);
    height: 100%;
}
.ccm-timeline__badge {
    display: inline-block; padding: 4px 12px; border-radius: 6px;
    background: var(--ccm-primary-light); color: var(--ccm-primary-dark);
    font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.95rem; margin-bottom: 10px;
}
.ccm-timeline__card h4 { font-family: 'Montserrat', sans-serif; font-weight: 700; color: var(--ccm-text); margin: 0 0 6px; }
.ccm-timeline__card p { color: var(--ccm-text-3); margin: 0; line-height: 1.55; }

/* ============================================================
   MARQUEE (Peer Reviews — full-width horizontal scroll with fade)
   ============================================================ */
.ccm-marquee {
    overflow: hidden; position: relative;
    margin-left: -16px; margin-right: -16px; padding: 0 60px;
}
.ccm-marquee::before, .ccm-marquee::after {
    content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none;
}
.ccm-marquee::before { left: 0; background: linear-gradient(90deg, #fff 0%, transparent 100%); }
.ccm-marquee::after { right: 0; background: linear-gradient(270deg, #fff 0%, transparent 100%); }
.ccm-marquee__track {
    display: flex; gap: 20px; width: max-content;
    animation: ccmMarquee 40s linear infinite;
}
.ccm-marquee__track:hover { animation-play-state: paused; }
@keyframes ccmMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.ccm-marquee__card {
    flex-shrink: 0; width: 340px; padding: 28px 28px 24px;
    background: linear-gradient(135deg, #f8f9fa, #fff); border: 1px solid var(--ccm-border);
    border-radius: var(--ccm-radius); position: relative;
}
.ccm-marquee__quote {
    font-family: Georgia, serif; font-size: 4.5rem; line-height: 1;
    color: var(--ccm-primary); opacity: 0.25; position: absolute; top: 8px; left: 20px;
}
.ccm-marquee__card blockquote {
    margin: 0 0 12px; padding-top: 16px; font-weight: 600;
    color: var(--ccm-text); line-height: 1.45; font-style: normal;
}
.ccm-marquee__attr { color: var(--ccm-text-3); margin: 0; font-size: 1.2rem; font-weight: 500; }

/* Old reviews removed — now using marquee */

/* ============================================================
   RESPONSIVE ADDITIONS
   ============================================================ */
@media (max-width: 1100px) {
    .ccm-roadmap { grid-template-columns: repeat(2, 1fr); }
    .ccm-efficiency__grid { grid-template-columns: 1fr; }
    .ccm-timeline { grid-template-columns: 1fr; gap: 24px; }
    .ccm-timeline::before { display: none; }
}
@media (max-width: 991px) {
    .ccm-two-col { grid-template-columns: 1fr; }
    .ccm-videos { grid-template-columns: repeat(2, 1fr); }
    .ccm-split { grid-template-columns: 1fr; }
    .ccm-split--reverse .ccm-split__media { order: 0; }
}
@media (max-width: 767px) {
    .ccm-roadmap { grid-template-columns: 1fr; }
    .ccm-videos { grid-template-columns: 1fr; }
    .ccm-icon-feat { flex-direction: column; }
    .ccm-marquee__card { width: 280px; }
    .ccm-marquee { padding: 0 40px; }
    .ccm-marquee::before, .ccm-marquee::after { width: 40px; }
}