/* ==========================================================================
   COPY TRADING PAGE — StratX Capital
   Matches the existing design system: sx-section, .serif-title, sx-label etc.
   ========================================================================== */

/* ── Shared overrides for this page ── */
.ct-page {
    background-color: var(--bg-black);
}

.ct-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 5;
}

.ct-section {
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
    z-index: 10;
}

.ct-section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.ct-headline {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    line-height: 1.15;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
    font-weight: 400;
}

.ct-section-sub {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 300;
    margin-top: -0.25rem;
}

/* ── Header override: make it work on the ct page ── */
.ct-header {
    position: fixed;
    top: 0;
    z-index: 200;
}

/* ================================================================
   SECTION 1: HERO
   ================================================================ */
.ct-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding-top: 80px;
}

.ct-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.ct-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}

.ct-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #000 0%, #000 30%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 2;
}

.ct-hero-content {
    position: relative;
    z-index: 10;
    max-width: 900px;
    margin: 0 auto;
    padding: 5rem 2rem 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

/* Badge */
.ct-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1rem;
    background: rgba(99, 140, 255, 0.08);
    border: 1px solid rgba(99, 140, 255, 0.2);
    border-radius: 100px;
    font-size: 0.78rem;
    color: rgba(160, 190, 255, 0.9);
    font-weight: 500;
    letter-spacing: 0.04em;
}

.ct-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(99, 200, 99, 0.9);
    box-shadow: 0 0 6px rgba(99, 200, 99, 0.5);
    animation: statusPulse 2s ease-in-out infinite;
}

.ct-hero-title {
    font-size: clamp(3rem, 5.5vw, 5rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    font-weight: 400;
    color: #fff;
}

.ct-hero-sub {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.65;
    max-width: 540px;
    font-weight: 300;
}

/* Hero CTAs */
.ct-hero-ctas {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.ct-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 2rem;
    background: #fff;
    color: #000;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 100px;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.ct-btn-primary:hover {
    background: #e8e8e8;
    transform: translateY(-1px);
    box-shadow: 0 6px 24px rgba(255, 255, 255, 0.12);
}

.ct-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 1.75rem;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 100px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.ct-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.35);
}

.ct-play-icon {
    font-size: 0.7rem;
    opacity: 0.8;
}

/* Video Placeholder */
/* Video Wrapper for Hero */
.ct-video-wrapper {
    width: 100%;
    max-width: 860px;
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.ct-video-container {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(10, 12, 25, 0.7);
    backdrop-filter: blur(20px);
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.ct-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* Bottom Stats Bar */
.ct-hero-stats {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding: 2rem 2rem 2.5rem;
    flex-wrap: wrap;
}

.ct-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    padding: 0 3rem;
}

.ct-stat-n {
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.02em;
}

.ct-stat-l {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.ct-stat-sep {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.08);
}

/* ================================================================
   SECTION 2: EXPLAIN (What Is Copy Trading)
   ================================================================ */
.ct-explain-section {
    background: var(--bg-black);
}

.ct-explain-flow {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.ct-explain-card {
    flex: 1;
    background: rgba(12, 14, 26, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    padding: 2.25rem 2rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    position: relative;
    overflow: hidden;
}

.ct-explain-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(99, 140, 255, 0.3), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.ct-explain-card:hover {
    border-color: rgba(99, 140, 255, 0.2);
    box-shadow: 0 8px 40px rgba(99, 140, 255, 0.06);
    transform: translateY(-4px);
}

.ct-explain-card:hover::before {
    opacity: 1;
}

.ct-explain-card--mid {
    border-color: rgba(99, 140, 255, 0.15);
}

.ct-explain-num {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: rgba(99, 140, 255, 0.5);
    margin-bottom: 1.2rem;
}

.ct-explain-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(99, 140, 255, 0.08);
    border: 1px solid rgba(99, 140, 255, 0.12);
    border-radius: 12px;
    color: rgba(120, 160, 255, 0.9);
    margin-bottom: 1.25rem;
}

.ct-explain-card h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.75rem;
    line-height: 1.35;
}

.ct-explain-card p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.ct-explain-chip {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 500;
    padding: 0.3rem 0.8rem;
    background: rgba(99, 140, 255, 0.07);
    border: 1px solid rgba(99, 140, 255, 0.14);
    border-radius: 100px;
    color: rgba(120, 160, 255, 0.8);
}

.ct-flow-arrow {
    flex-shrink: 0;
    opacity: 0.6;
}

/* ================================================================
   SECTION 3: TRUST
   ================================================================ */
.ct-trust-wrapper {
    position: relative;
    z-index: 10;
}

.ct-trust-section {
    position: relative;
    overflow: hidden;
}

.ct-trust-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.ct-trust-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.ct-trust-overlay {
    position: absolute;
    inset: 0;
    background: rgba(7, 7, 11, 0.82);
    z-index: 2;
}

.ct-trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.ct-trust-card {
    background: rgba(12, 14, 28, 0.7);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 2rem;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.ct-trust-card:hover {
    border-color: rgba(99, 140, 255, 0.18);
    box-shadow: 0 0 32px rgba(99, 140, 255, 0.06);
    transform: translateY(-3px);
}

.ct-trust-card-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(99, 140, 255, 0.08);
    border: 1px solid rgba(99, 140, 255, 0.12);
    border-radius: 10px;
    color: rgba(120, 160, 255, 0.9);
    margin-bottom: 1.2rem;
}

.ct-trust-card h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.6rem;
}

.ct-trust-card p {
    font-size: 0.83rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.ct-trust-tag {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(99, 200, 99, 0.8);
    background: rgba(80, 200, 100, 0.05);
    border: 1px solid rgba(80, 200, 100, 0.12);
    border-radius: 4px;
    display: inline-block;
    padding: 0.25rem 0.7rem;
}

/* ================================================================
   SECTION 4: BEGINNERS
   ================================================================ */
.ct-beginner-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.ct-beginner-desc {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.9;
    margin: 1.5rem 0;
}

.ct-beginner-assurances {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ct-assurance {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.7);
}

.ct-assurance-icon {
    width: 22px;
    height: 22px;
    background: rgba(80, 200, 100, 0.1);
    border: 1px solid rgba(80, 200, 100, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    color: rgba(99, 200, 99, 0.9);
    flex-shrink: 0;
}

/* Steps Visual */
.ct-steps-visual {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ct-step {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}

.ct-step-circle {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(12, 15, 30, 0.9);
    border: 1px solid rgba(99, 140, 255, 0.25);
    border-radius: 50%;
    color: rgba(120, 160, 255, 0.9);
    transition: all 0.3s;
}

.ct-step:hover .ct-step-circle {
    background: rgba(99, 140, 255, 0.1);
    border-color: rgba(99, 140, 255, 0.45);
    box-shadow: 0 0 20px rgba(99, 140, 255, 0.15);
}

.ct-step-content {
    padding-top: 0.25rem;
}

.ct-step-label {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: rgba(99, 140, 255, 0.6);
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.3rem;
}

.ct-step-content h4 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.35rem;
}

.ct-step-content p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.55;
}

.ct-step-connector {
    width: 1px;
    height: 32px;
    background: linear-gradient(180deg, rgba(99, 140, 255, 0.3), rgba(99, 140, 255, 0.05));
    margin: 6px 0 6px 21px;
}

/* ================================================================
   SECTION 5: SAFE (Shield)
   ================================================================ */
.ct-safe-wrapper {
    position: relative;
    z-index: 10;
}

.ct-safe-section {
    position: relative;
    overflow: hidden;
}

.ct-safe-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.ct-safe-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.25;
}

.ct-safe-overlay {
    position: absolute;
    inset: 0;
    background: rgba(7, 7, 11, 0.88);
    z-index: 2;
}

.ct-safe-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.ct-safe-desc {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    margin: 1.5rem 0;
}

.ct-safe-features {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.ct-safe-feat {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.ct-feat-check {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    background: rgba(80, 200, 100, 0.08);
    border: 1px solid rgba(80, 200, 100, 0.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    color: rgba(99, 200, 99, 0.9);
    margin-top: 2px;
}

.ct-safe-feat strong {
    display: block;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.ct-safe-feat span {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.38);
}

/* Shield visual */
.ct-shield-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
}

.ct-shield-rings {
    position: absolute;
    inset: 0;
}

.ct-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(99, 140, 255, 0.1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ringPulse 4s ease-in-out infinite;
}

.ct-ring--1 {
    width: 180px;
    height: 180px;
}

.ct-ring--2 {
    width: 270px;
    height: 270px;
    animation-delay: 0.8s;
    opacity: 0.6;
}

.ct-ring--3 {
    width: 360px;
    height: 360px;
    animation-delay: 1.6s;
    opacity: 0.35;
}

@keyframes ringPulse {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.15;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.05);
        opacity: 0.3;
    }
}

.ct-shield-core {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    background: rgba(10, 12, 28, 0.85);
    border: 1px solid rgba(99, 140, 255, 0.2);
    border-radius: 50%;
    width: 140px;
    height: 140px;
    justify-content: center;
    box-shadow: 0 0 60px rgba(99, 140, 255, 0.08);
}

.ct-shield-label {
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(99, 140, 255, 0.7);
    text-transform: uppercase;
}

.ct-shield-stat {
    position: absolute;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(10, 12, 28, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    padding: 0.6rem 1rem;
}

.ct-shield-stat--1 {
    top: 30px;
    right: 20px;
}

.ct-shield-stat--2 {
    bottom: 30px;
    right: 30px;
}

.ct-shield-stat--3 {
    bottom: 30px;
    left: 30px;
}

.ct-s-num {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
}

.ct-s-lbl {
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* ================================================================
   SECTION 6: PERFORMANCE
   ================================================================ */
.ct-perf-layout {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 2.5rem;
    align-items: start;
}

.ct-perf-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.ct-perf-card {
    background: rgba(12, 14, 26, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.ct-perf-card:hover {
    border-color: rgba(99, 140, 255, 0.2);
    transform: translateY(-3px);
}

.ct-perf-card--featured {
    grid-column: 1 / -1;
    border-color: rgba(99, 140, 255, 0.2);
    background: rgba(99, 140, 255, 0.04);
}

.ct-perf-icon {
    font-size: 1.8rem;
    margin-bottom: 0.6rem;
}

.ct-perf-val {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.03em;
    margin-bottom: 0.3rem;
}

.ct-perf-label {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.3;
}

.ct-perf-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(99, 140, 255, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

/* Chart panel */
.ct-chart-panel {
    background: rgba(10, 12, 24, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    overflow: hidden;
}

.ct-chart-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.ct-chart-dots {
    display: flex;
    gap: 0.35rem;
}

.ct-chart-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.ct-chart-dots span:first-child {
    background: rgba(255, 80, 80, 0.5);
}

.ct-chart-dots span:nth-child(2) {
    background: rgba(255, 200, 80, 0.5);
}

.ct-chart-dots span:last-child {
    background: rgba(80, 200, 80, 0.5);
}

.ct-chart-title {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    font-family: 'SF Mono', 'JetBrains Mono', monospace;
    flex: 1;
}

.ct-chart-live {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.7rem;
    color: rgba(99, 200, 99, 0.8);
}

.ct-live-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(80, 200, 100, 0.9);
    animation: statusPulse 2s ease-in-out infinite;
}

.ct-chart-body {
    padding: 1.25rem;
}

.ct-chart-rows {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 1.25rem;
}

.ct-chart-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.45);
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.ct-val-green {
    color: rgba(99, 200, 99, 0.9);
    font-weight: 500;
}

.ct-val-gold {
    color: rgba(255, 200, 80, 0.9);
    font-weight: 500;
}

.ct-mini-chart {
    width: 100%;
    height: 80px;
}

/* ================================================================
   SECTION 7: STRATEGY CARDS
   ================================================================ */
.ct-strategy-section {
    background: var(--bg-black);
}

.ct-strategy-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.ct-strat-card {
    background: rgba(10, 12, 25, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    overflow: hidden;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
    position: relative;
}

.ct-strat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.4);
}

.ct-strat-card--alpha:hover {
    border-color: rgba(99, 140, 255, 0.3);
}

.ct-strat-card--infinity:hover {
    border-color: rgba(0, 212, 255, 0.25);
}

.ct-strat-wave {
    height: 60px;
    overflow: hidden;
    position: relative;
}

.ct-wave-svg {
    width: 100%;
    height: 100%;
}

.ct-wave-slow {
    animation: waveDrift 8s ease-in-out infinite alternate;
}

@keyframes waveDrift {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-20px);
    }
}

.ct-strat-badge {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: rgba(0, 212, 255, 0.8);
    background: rgba(0, 212, 255, 0.06);
    border: 1px solid rgba(0, 212, 255, 0.15);
    border-radius: 4px;
    padding: 0.25rem 0.6rem;
    text-transform: uppercase;
}

.ct-strat-content {
    padding: 0.5rem 2rem 2rem;
}

.ct-strat-tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.ct-strat-tag {
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.2rem 0.65rem;
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.ct-strat-tag--blue {
    color: rgba(99, 140, 255, 0.9);
    background: rgba(99, 140, 255, 0.06);
    border-color: rgba(99, 140, 255, 0.15);
}

.ct-strat-tag--green {
    color: rgba(99, 200, 99, 0.9);
    background: rgba(80, 200, 100, 0.06);
    border-color: rgba(80, 200, 100, 0.14);
}

.ct-strat-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.65rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0.85rem;
    letter-spacing: -0.01em;
}

.ct-strat-desc {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.65;
    margin-bottom: 1.5rem;
}

.ct-strat-feats {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 2rem;
}

.ct-strat-feats li {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.83rem;
    color: rgba(255, 255, 255, 0.6);
}

.ct-strat-feats li span:first-child {
    color: rgba(99, 200, 99, 0.9);
    font-weight: 600;
    font-size: 0.8rem;
}

.ct-strat-feats strong {
    color: #fff;
}

.ct-strat-footer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ct-profit-line {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.38);
}

.ct-profit-line strong {
    color: rgba(255, 255, 255, 0.7);
}

.ct-strat-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.75rem;
    font-size: 0.88rem;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.25s ease;
    text-align: center;
}

.ct-strat-btn--primary {
    background: #fff;
    color: #000;
}

.ct-strat-btn--primary:hover {
    background: #e5e5e5;
    transform: translateY(-1px);
}

.ct-strat-btn--outline {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.ct-strat-btn--outline:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.35);
}

/* ================================================================
   SECTION 8: ONBOARDING STEPS
   ================================================================ */
.ct-onboard-section {
    background: var(--bg-black);
}

/* Reuse sx-pipeline logic — aliased to ct-onboard */
.ct-onboard-steps {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 800px;
    margin: 0 auto;
}

.ct-onboard-track {
    position: absolute;
    left: 28px;
    top: 44px;
    bottom: 44px;
    width: 2px;
}

.ct-onboard-line {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 2px;
    overflow: hidden;
}

.ct-onboard-fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0%;
    background: linear-gradient(180deg, rgba(99, 140, 255, 0.8), rgba(0, 212, 255, 0.5));
    transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 2px;
}

.ct-onboard-particle {
    position: absolute;
    width: 4px;
    height: 20px;
    background: linear-gradient(180deg, transparent, rgba(99, 140, 255, 0.9), transparent);
    border-radius: 2px;
    left: -1px;
    top: 0;
    animation: particleDrop 2s ease-in-out infinite;
}

@keyframes particleDrop {
    0% {
        top: -20px;
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0;
    }
}

.ct-onboard-nodes {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-left: 0;
}

.ct-onboard-node {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.75rem 2rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(10, 12, 24, 0.7);
    transition: border-color 0.3s, box-shadow 0.3s;
    position: relative;
}

.ct-onboard-node.active {
    border-color: rgba(99, 140, 255, 0.25);
    box-shadow: 0 0 24px rgba(99, 140, 255, 0.06);
}

.ct-onboard-circle {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(12, 15, 30, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
}

.ct-onboard-node.active .ct-onboard-circle {
    border-color: rgba(99, 140, 255, 0.5);
    background: rgba(99, 140, 255, 0.1);
    color: rgba(120, 160, 255, 0.95);
    box-shadow: 0 0 20px rgba(99, 140, 255, 0.15);
}

.ct-onboard-step {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: rgba(99, 140, 255, 0.5);
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.3rem;
}

.ct-onboard-info h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.35rem;
}

.ct-onboard-info p {
    font-size: 0.83rem;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.55;
}

/* ================================================================
   SECTION 9: FAQ
   ================================================================ */
.ct-faq-section {
    background: var(--bg-black);
}

.ct-faq-list {
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ct-faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ct-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
    cursor: pointer;
    transition: color 0.2s;
}

.ct-faq-q:hover {
    color: rgba(160, 190, 255, 0.9);
}

.ct-faq-q h3 {
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.2s;
}

.ct-faq-toggle {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.3);
    transition: transform 0.3s, color 0.2s;
    line-height: 1;
}

.ct-faq-item.active .ct-faq-toggle {
    transform: rotate(45deg);
    color: rgba(99, 140, 255, 0.8);
}

.ct-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s;
}

.ct-faq-item.active .ct-faq-a {
    max-height: 200px;
    padding-bottom: 1.5rem;
}

.ct-faq-a p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.75;
}

/* ================================================================
   SECTION 10: FINAL CTA
   ================================================================ */
.ct-final-wrapper {
    padding: 1rem 2rem 2rem;
    background: var(--bg-black);
}

.ct-final-section {
    position: relative;
    min-height: 45vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ct-final-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.ct-final-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.65;
}

.ct-final-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(9, 9, 11, 0.25) 0%, rgba(9, 9, 11, 0.88) 100%);
    z-index: 2;
}

.ct-final-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 4rem 2rem;
}

.ct-final-sub {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
}

.ct-final-ctas {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.ct-final-reassure {
    display: flex;
    gap: 2rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.35);
    flex-wrap: wrap;
    justify-content: center;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 900px) {
    .ct-explain-flow {
        flex-direction: column;
    }

    .ct-flow-arrow {
        transform: rotate(90deg);
    }

    .ct-trust-grid {
        grid-template-columns: 1fr;
    }

    .ct-beginner-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .ct-safe-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .ct-perf-layout {
        grid-template-columns: 1fr;
    }

    .ct-strategy-cards {
        grid-template-columns: 1fr;
    }

    .ct-hero-stats .ct-stat {
        padding: 0 1.5rem;
    }

    .ct-shield-visual {
        min-height: 280px;
    }
}

@media (max-width: 600px) {
    .ct-hero-title {
        font-size: 2.4rem;
    }

    .ct-headline {
        font-size: 1.9rem;
    }

    .ct-stat-sep {
        display: none;
    }

    .ct-hero-stats {
        justify-content: space-around;
    }
}

/* ================================================================
   SECTION 6.5: COMPARISON — Why Most Crypto Investors Lose Money
   ================================================================ */

.ct-compare-section {
    background: var(--bg-black);
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
}

/* Subtle animated canvas background */
.ct-compare-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.18;
}

#compareCanvas {
    width: 100%;
    height: 100%;
}

/* Main comparison grid */
.ct-compare-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem;
    align-items: stretch;
    margin-bottom: 4rem;
}

/* Shared column styles */
.ct-compare-col {
    border-radius: 20px;
    padding: 2.25rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.ct-compare-col::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
}

/* Left — "bad" column */
.ct-compare-col--bad {
    background: rgba(30, 10, 10, 0.5);
    border-color: rgba(200, 60, 60, 0.1);
}

.ct-compare-col--bad::before {
    background: linear-gradient(90deg, transparent, rgba(200, 60, 60, 0.25), transparent);
}

.ct-compare-col--bad:hover {
    transform: translateY(-2px);
}

/* Right — "good" column */
.ct-compare-col--good {
    background: rgba(8, 18, 34, 0.7);
    border-color: rgba(99, 140, 255, 0.15);
    box-shadow: 0 0 40px rgba(99, 140, 255, 0.04);
}

.ct-compare-col--good::before {
    background: linear-gradient(90deg, transparent, rgba(99, 140, 255, 0.35), transparent);
}

.ct-compare-col--good:hover {
    transform: translateY(-2px);
    border-color: rgba(99, 140, 255, 0.28);
    box-shadow: 0 0 50px rgba(99, 140, 255, 0.08);
}

/* Column header */
.ct-compare-col-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.ct-compare-col-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.ct-compare-col-icon--bad {
    background: rgba(200, 60, 60, 0.08);
    border: 1px solid rgba(200, 60, 60, 0.18);
    color: rgba(240, 80, 80, 0.8);
}

.ct-compare-col-icon--good {
    background: rgba(99, 140, 255, 0.08);
    border: 1px solid rgba(99, 140, 255, 0.18);
    color: rgba(120, 160, 255, 0.9);
}

.ct-compare-col-title {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.35;
    margin-bottom: 0.2rem;
}

.ct-compare-col-sub {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Row list */
.ct-compare-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ct-compare-row {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.9rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    font-size: 0.88rem;
    transition: background 0.2s;
    border-radius: 6px;
    padding-left: 0.5rem;
}

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

.ct-compare-row--bad {
    color: rgba(255, 255, 255, 0.45);
}

.ct-compare-row--bad:hover {
    background: rgba(200, 60, 60, 0.03);
    color: rgba(255, 255, 255, 0.6);
}

.ct-compare-row--good {
    color: rgba(255, 255, 255, 0.72);
}

.ct-compare-row--good:hover {
    background: rgba(99, 140, 255, 0.04);
    color: rgba(255, 255, 255, 0.9);
}

/* Markers */
.ct-compare-marker {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0.7rem;
    font-weight: 700;
}

.ct-compare-marker--bad {
    background: rgba(200, 60, 60, 0.08);
    border: 1px solid rgba(200, 60, 60, 0.2);
    color: rgba(240, 80, 80, 0.8);
}

.ct-compare-marker--good {
    background: rgba(80, 200, 100, 0.08);
    border: 1px solid rgba(80, 200, 100, 0.2);
    color: rgba(99, 200, 99, 0.9);
}

/* VS Divider */
.ct-compare-divider-v {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 1rem;
}

.ct-compare-divider-v::before {
    content: '';
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 50%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.06) 30%, rgba(255, 255, 255, 0.06) 70%, transparent);
}

.ct-compare-vs {
    position: relative;
    z-index: 2;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.2);
    background: var(--bg-black);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    padding: 0.35rem 0.65rem;
}

/* Supporting message block */
.ct-compare-message {
    text-align: center;
    padding: 3rem 2rem;
    background: rgba(10, 12, 25, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

.ct-compare-message::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(99, 140, 255, 0.3), transparent);
}

.ct-compare-msg-lead {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    font-weight: 400;
    font-style: italic;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 1rem;
    line-height: 1.4;
}

.ct-compare-msg-body {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.75;
    margin-bottom: 1.25rem;
}

.ct-compare-msg-cta {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(120, 160, 255, 0.8);
    font-style: italic;
}

/* Trust badge row */
.ct-compare-badges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.ct-cmp-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem 1rem;
    background: rgba(10, 12, 25, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: default;
}

.ct-cmp-badge:hover {
    border-color: rgba(99, 140, 255, 0.2);
    background: rgba(99, 140, 255, 0.04);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(99, 140, 255, 0.06);
}

.ct-cmp-badge-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(99, 140, 255, 0.08);
    border: 1px solid rgba(99, 140, 255, 0.14);
    border-radius: 10px;
    color: rgba(120, 160, 255, 0.9);
}

.ct-cmp-badge-label {
    font-size: 0.78rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.4;
}

/* Responsive for comparison */
@media (max-width: 900px) {
    .ct-compare-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .ct-compare-divider-v {
        display: none;
    }

    .ct-compare-badges {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .ct-compare-badges {
        grid-template-columns: 1fr;
    }
}

/* ================================================================
   SECTION 6.7: ELITE PERFORMANCE AUTHORITY
   ================================================================ */

.ct-authority-section {
    background: var(--bg-black);
    position: relative;
    overflow: hidden;
}

/* Subtle canvas background */
.ct-authority-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.15;
}

#authorityCanvas {
    width: 100%;
    height: 100%;
}

/* Two-column layout */
.ct-authority-layout {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 4rem;
    align-items: start;
    margin-bottom: 4rem;
}

/* ── Left: text side ── */
.ct-authority-text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.ct-authority-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1rem;
    background: rgba(212, 175, 55, 0.07);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 100px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: rgba(212, 175, 55, 0.85);
    width: fit-content;
}

.ct-authority-badge svg {
    color: rgba(212, 175, 55, 0.8);
}

.ct-authority-points {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ct-authority-point {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.ct-auth-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(99, 140, 255, 0.6);
    box-shadow: 0 0 8px rgba(99, 140, 255, 0.4);
    flex-shrink: 0;
    margin-top: 0.55rem;
}

.ct-authority-point p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
}

.ct-authority-point p strong {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
}

/* Inline stat row inside text col */
.ct-authority-stats {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 1.5rem;
    background: rgba(10, 12, 28, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
}

.ct-auth-stat {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
}

.ct-auth-stat-n {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.02em;
}

.ct-auth-stat-l {
    font-size: 0.62rem;
    color: rgba(255, 255, 255, 0.38);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ct-auth-stat-sep {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.07);
}

/* ── Right: achievement cards ── */
.ct-authority-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.ct-auth-card {
    background: rgba(10, 12, 25, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.ct-auth-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    opacity: 0;
    transition: opacity 0.3s;
}

.ct-auth-card:hover {
    transform: translateY(-4px);
}

/* Card icon variations */
.ct-auth-card-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    flex-shrink: 0;
}

.ct-auth-card-icon--gold {
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.2);
    color: rgba(212, 175, 55, 0.9);
}

.ct-auth-card-icon--blue {
    background: rgba(99, 140, 255, 0.08);
    border: 1px solid rgba(99, 140, 255, 0.18);
    color: rgba(120, 160, 255, 0.9);
}

.ct-auth-card-icon--green {
    background: rgba(80, 200, 100, 0.08);
    border: 1px solid rgba(80, 200, 100, 0.18);
    color: rgba(99, 200, 99, 0.9);
}

/* Card hover glow per type */
.ct-auth-card:has(.ct-auth-card-icon--gold):hover {
    border-color: rgba(212, 175, 55, 0.22);
    box-shadow: 0 8px 32px rgba(212, 175, 55, 0.06);
}

.ct-auth-card:has(.ct-auth-card-icon--gold)::before {
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.3), transparent);
}

.ct-auth-card:has(.ct-auth-card-icon--blue):hover {
    border-color: rgba(99, 140, 255, 0.2);
    box-shadow: 0 8px 32px rgba(99, 140, 255, 0.06);
}

.ct-auth-card:has(.ct-auth-card-icon--blue)::before {
    background: linear-gradient(90deg, transparent, rgba(99, 140, 255, 0.3), transparent);
}

.ct-auth-card:has(.ct-auth-card-icon--green):hover {
    border-color: rgba(80, 200, 100, 0.2);
    box-shadow: 0 8px 32px rgba(80, 200, 100, 0.06);
}

.ct-auth-card:has(.ct-auth-card-icon--green)::before {
    background: linear-gradient(90deg, transparent, rgba(80, 200, 100, 0.3), transparent);
}

.ct-auth-card:hover::before {
    opacity: 1;
}

/* Card text */
.ct-auth-card-content h4 {
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.35rem;
    line-height: 1.35;
}

.ct-auth-card-content p {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.6;
}

/* Card tag */
.ct-auth-card-tag {
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    border-radius: 4px;
    padding: 0.2rem 0.6rem;
    width: fit-content;
    margin-top: auto;
}

.ct-auth-card-tag--gold {
    color: rgba(212, 175, 55, 0.85);
    background: rgba(212, 175, 55, 0.07);
    border: 1px solid rgba(212, 175, 55, 0.18);
}

.ct-auth-card-tag--blue {
    color: rgba(99, 140, 255, 0.85);
    background: rgba(99, 140, 255, 0.07);
    border: 1px solid rgba(99, 140, 255, 0.18);
}

.ct-auth-card-tag--green {
    color: rgba(80, 200, 100, 0.85);
    background: rgba(80, 200, 100, 0.07);
    border: 1px solid rgba(80, 200, 100, 0.18);
}

/* ── Supporting quote ── */
.ct-authority-quote {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2.5rem 0;
}

.ct-auth-quote-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(99, 140, 255, 0.2), transparent);
}

.ct-authority-quote blockquote {
    text-align: center;
    max-width: 660px;
    flex-shrink: 0;
}

.ct-authority-quote blockquote p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
}

.ct-authority-quote blockquote p:first-child {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.ct-authority-quote blockquote em {
    color: rgba(120, 160, 255, 0.8);
    font-style: italic;
}

/* Responsive */
@media (max-width: 960px) {
    .ct-authority-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .ct-authority-cards {
        grid-template-columns: 1fr 1fr;
    }

    .ct-authority-quote {
        flex-direction: column;
        gap: 1.25rem;
    }

    .ct-auth-quote-line {
        width: 100%;
        height: 1px;
    }
}

@media (max-width: 600px) {
    .ct-authority-cards {
        grid-template-columns: 1fr;
    }
}