/* ============================================
   HERO SECTION
   ============================================ */
.cgs-hero {
    position: relative;
    overflow: hidden;
    padding: 80px 0 100px;
    background: #0F1923;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.cgs-hero__canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.cgs-hero__container {
    position: relative;
    z-index: 4;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    width: 100%;
    pointer-events: none;
}

.cgs-hero__content {
    max-width: 620px;
    pointer-events: auto;
}

.cgs-hero__badge {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4952A;
    background: rgba(212,149,42,0.12);
    border: 1px solid rgba(212,149,42,0.25);
    padding: 8px 18px;
    border-radius: 100px;
    margin-bottom: 32px;
}

.cgs-hero__headline {
    font-family: 'Anton SC', sans-serif;
    font-weight: 400;
    font-size: clamp(44px, 6vw, 76px);
    line-height: 1.05;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.cgs-hero__headline span {
    color: #D4952A;
}

.cgs-hero__desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    color: #8A9BB5;
    margin-bottom: 40px;
    max-width: 620px;
}

.cgs-hero__ctas {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 32px;
}

.cgs-hero__cta-brand {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #0F1923;
    background: #D4952A;
    border: 2px solid #D4952A;
    padding: 16px 32px;
    border-radius: 0.375rem;
    cursor: pointer;
    letter-spacing: 0.3px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 150ms ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cgs-hero__cta-brand:hover {
    background: #E5A93D;
    border-color: #E5A93D;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212,149,42,0.35);
}

.cgs-hero__cta-brand:active {
    transform: translateY(0);
    box-shadow: none;
}

.cgs-hero__cta-dist {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.2);
    padding: 16px 32px;
    border-radius: 0.375rem;
    cursor: pointer;
    letter-spacing: 0.3px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 150ms ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cgs-hero__cta-dist:hover {
    border-color: rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.05);
    transform: translateY(-2px);
}

.cgs-hero__cta-dist:active {
    transform: translateY(0);
}

.cgs-hero__trust {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #5E7189;
}

.cgs-hero__trust-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #D4952A;
    flex-shrink: 0;
}

@media (min-width: 640px) {
    .cgs-hero__ctas { flex-direction: row; }
    .cgs-hero { padding: 90px 0 110px; }
}

@media (prefers-reduced-motion: reduce) {
    .cgs-hero__node { animation: none; opacity: 0.5; }
}


/* ============================================
   WHAT IS CGS SECTION
   ============================================ */
.cgs-what {
    padding: 100px 0;
    background: #121E2B;
    position: relative;
    overflow: hidden;
}

.cgs-what::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212,149,42,0.15), transparent);
}

.cgs-what__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.cgs-what__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    align-items: center;
}

.cgs-what__label {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4952A;
    background: rgba(212,149,42,0.12);
    border: 1px solid rgba(212,149,42,0.25);
    padding: 8px 18px;
    border-radius: 100px;
    margin-bottom: 24px;
}

.cgs-what__headline {
    font-family: 'Anton SC', sans-serif;
    font-weight: 400;
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.1;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.cgs-what__headline span {
    color: #D4952A;
}

.cgs-what__text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #8A9BB5;
    margin-bottom: 16px;
}

.cgs-what__text:last-of-type {
    margin-bottom: 0;
}

.cgs-what__highlight {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    color: #B0BEC5;
    padding-left: 20px;
    border-left: 3px solid #D4952A;
    margin-top: 24px;
}

.cgs-what__visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cgs-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 380px;
}

.cgs-flow__card {
    width: 100%;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 28px 24px;
    text-align: center;
    position: relative;
    transition: all 300ms ease;
}

.cgs-flow__card:hover,
.cgs-flow__card--active {
    border-color: rgba(212,149,42,0.3);
    background: rgba(212,149,42,0.05);
}

.cgs-flow__card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 2px;
    background: #D4952A;
    border-radius: 0 0 2px 2px;
    opacity: 0;
    transition: opacity 300ms ease;
}

.cgs-flow__card:hover::after,
.cgs-flow__card--active::after {
    opacity: 1;
}

.cgs-flow__card--platform {
    border-color: rgba(212,149,42,0.3);
    background: rgba(212,149,42,0.06);
}

.cgs-flow__card--platform:hover {
    border-color: rgba(212,149,42,0.5);
    background: rgba(212,149,42,0.08);
}

.cgs-flow__icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.cgs-flow__icon--brand {
    background: rgba(212,149,42,0.12);
    border: 1px solid rgba(212,149,42,0.2);
}

.cgs-flow__icon--platform {
    background: rgba(212,149,42,0.2);
    border: 1px solid rgba(212,149,42,0.35);
}

.cgs-flow__icon--dist {
    background: rgba(138,155,181,0.1);
    border: 1px solid rgba(138,155,181,0.2);
}

.cgs-flow__title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.cgs-flow__desc {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #5E7189;
    line-height: 1.5;
}

.cgs-flow__connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 50px;
    position: relative;
}

.cgs-flow__connector-line {
    width: 2px;
    flex: 1;
    background: linear-gradient(180deg, rgba(212,149,42,0.4), rgba(212,149,42,0.15));
    position: relative;
}

.cgs-flow__connector-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D4952A;
    flex-shrink: 0;
    animation: cgs-dot-pulse 2s ease-in-out infinite;
}

.cgs-flow__connector:nth-child(4) .cgs-flow__connector-dot {
    animation-delay: 1s;
}

@keyframes cgs-dot-pulse {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.4); opacity: 1; }
}

.cgs-flow__arrow-label {
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #5E7189;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
}

.cgs-flow__svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cgs-flow__svg--brand { stroke: #D4952A; }
.cgs-flow__svg--platform { stroke: #E5A93D; }
.cgs-flow__svg--dist { stroke: #8A9BB5; }

@media (min-width: 1024px) {
    .cgs-what__grid {
        grid-template-columns: 1fr 1fr;
        gap: 80px;
    }
    .cgs-what {
        padding: 120px 0;
    }
}


/* ============================================
   TWO PATHS SECTION
   ============================================ */
.cgs-paths {
    padding: 100px 0;
    background: #0F1923;
    position: relative;
}

.cgs-paths::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212,149,42,0.15), transparent);
}

.cgs-paths__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.cgs-paths__header {
    text-align: center;
    margin-bottom: 60px;
}

.cgs-paths__label {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4952A;
    background: rgba(212,149,42,0.12);
    border: 1px solid rgba(212,149,42,0.25);
    padding: 8px 18px;
    border-radius: 100px;
    margin-bottom: 24px;
}

.cgs-paths__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.cgs-paths__card {
    position: relative;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 48px 40px;
    overflow: hidden;
    transition: all 300ms ease;
}

.cgs-paths__card:hover,
.cgs-paths__card--hover {
    border-color: rgba(212,149,42,0.25);
    background: rgba(212,149,42,0.04);
    transform: translateY(-4px);
}

/* Gold top line on hover */
.cgs-paths__card-topline {
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 2px;
    background: #D4952A;
    border-radius: 0 0 2px 2px;
    opacity: 0;
    transition: opacity 300ms ease;
}

.cgs-paths__card:hover .cgs-paths__card-topline,
.cgs-paths__card--hover .cgs-paths__card-topline {
    opacity: 1;
}

.cgs-paths__card::before {
    content: '';
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 0;
    width: 3px;
    border-radius: 0 3px 3px 0;
}

.cgs-paths__card--brand::before { background: #D4952A; }
.cgs-paths__card--dist::before { background: #8A9BB5; }

.cgs-paths__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.cgs-paths__card--brand .cgs-paths__icon {
    background: rgba(212,149,42,0.1);
    border: 1px solid rgba(212,149,42,0.2);
}

.cgs-paths__card--dist .cgs-paths__icon {
    background: rgba(138,155,181,0.1);
    border: 1px solid rgba(138,155,181,0.2);
}

.cgs-paths__icon-svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cgs-paths__card--brand .cgs-paths__icon-svg { stroke: #D4952A; }
.cgs-paths__card--dist .cgs-paths__icon-svg { stroke: #8A9BB5; }

.cgs-paths__for {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.cgs-paths__card--brand .cgs-paths__for { color: #D4952A; }
.cgs-paths__card--dist .cgs-paths__for { color: #8A9BB5; }

.cgs-paths__headline {
    font-family: 'Anton SC', sans-serif;
    font-weight: 400;
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.15;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cgs-paths__desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #8A9BB5;
    margin-bottom: 32px;
    max-width: 480px;
}

.cgs-paths__cta {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.3px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 28px;
    border-radius: 0.375rem;
    transition: all 150ms ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cgs-paths__card--brand .cgs-paths__cta {
    color: #0F1923;
    background: #D4952A;
    border: 2px solid #D4952A;
}

.cgs-paths__card--brand .cgs-paths__cta:hover {
    background: #E5A93D;
    border-color: #E5A93D;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(212,149,42,0.3);
}

.cgs-paths__card--dist .cgs-paths__cta {
    color: #FFFFFF;
    background: transparent;
    border: 2px solid rgba(138,155,181,0.3);
}

.cgs-paths__card--dist .cgs-paths__cta:hover {
    border-color: rgba(138,155,181,0.6);
    background: rgba(138,155,181,0.06);
    transform: translateY(-2px);
}

.cgs-paths__cta-arrow {
    transition: transform 150ms ease;
}

.cgs-paths__cta:hover .cgs-paths__cta-arrow {
    transform: translateX(4px);
}

.cgs-paths__card--brand::after {
    content: '';
    position: absolute;
    top: -40%;
    right: -20%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,149,42,0.04) 0%, transparent 70%);
    pointer-events: none;
}

.cgs-paths__card--dist::after {
    content: '';
    position: absolute;
    top: -40%;
    right: -20%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(138,155,181,0.04) 0%, transparent 70%);
    pointer-events: none;
}

@media (min-width: 768px) {
    .cgs-paths__grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }
}

@media (min-width: 1024px) {
    .cgs-paths { padding: 120px 0; }
    .cgs-paths__grid { gap: 32px; }
    .cgs-paths__card { padding: 52px 44px; }
}


/* ============================================
   WHY CHOOSE US SECTION
   ============================================ */
.cgs-why {
    padding: 100px 0;
    background: #121E2B;
    position: relative;
}

.cgs-why::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212,149,42,0.15), transparent);
}

.cgs-why__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.cgs-why__header {
    text-align: center;
    margin-bottom: 64px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.cgs-why__label {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4952A;
    background: rgba(212,149,42,0.12);
    border: 1px solid rgba(212,149,42,0.25);
    padding: 8px 18px;
    border-radius: 100px;
    margin-bottom: 24px;
}

.cgs-why__title {
    font-family: 'Anton SC', sans-serif;
    font-weight: 400;
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.1;
    color: #FFFFFF;
    text-transform: uppercase;
}

.cgs-why__title span {
    color: #D4952A;
}

.cgs-why__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.cgs-why__card {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    padding: 36px 32px;
    transition: all 300ms ease;
    position: relative;
}

.cgs-why__card:hover {
    border-color: rgba(212,149,42,0.2);
    background: rgba(212,149,42,0.03);
    transform: translateY(-3px);
}

.cgs-why__number {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 14px;
    color: #D4952A;
    margin-bottom: 20px;
    opacity: 0.6;
}

.cgs-why__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(212,149,42,0.08);
    border: 1px solid rgba(212,149,42,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.cgs-why__icon-svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #D4952A;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cgs-why__card-title {
    font-family: 'Anton SC', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
    line-height: 1.2;
}

.cgs-why__card-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    color: #8A9BB5;
}

.cgs-why__card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 2px;
    background: #D4952A;
    border-radius: 0 0 2px 2px;
    opacity: 0;
    transition: opacity 300ms ease;
}

.cgs-why__card:hover::after {
    opacity: 1;
}

@media (min-width: 640px) {
    .cgs-why__grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media (min-width: 1024px) {
    .cgs-why { padding: 120px 0; }
    .cgs-why__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }
}


/* ============================================
   INDUSTRIES SECTION
   ============================================ */
.cgs-industries {
    padding: 100px 0;
    background: #0F1923;
    position: relative;
}

.cgs-industries::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212,149,42,0.15), transparent);
}

.cgs-industries__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.cgs-industries__header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cgs-industries__label {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D4952A;
    background: rgba(212,149,42,0.12);
    border: 1px solid rgba(212,149,42,0.25);
    padding: 8px 18px;
    border-radius: 100px;
    margin-bottom: 24px;
}

.cgs-industries__title {
    font-family: 'Anton SC', sans-serif;
    font-weight: 400;
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.1;
    color: #FFFFFF;
    text-transform: uppercase;
}

.cgs-industries__title span {
    color: #D4952A;
}

.cgs-industries__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.cgs-industries__card {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    padding: 32px 24px;
    text-align: center;
    transition: all 300ms ease;
    position: relative;
    overflow: hidden;
}

.cgs-industries__card:hover {
    border-color: rgba(212,149,42,0.25);
    background: rgba(212,149,42,0.04);
    transform: translateY(-3px);
}

.cgs-industries__card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 2px;
    background: #D4952A;
    border-radius: 0 0 2px 2px;
    opacity: 0;
    transition: opacity 300ms ease;
}

.cgs-industries__card:hover::after {
    opacity: 1;
}

.cgs-industries__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(212,149,42,0.08);
    border: 1px solid rgba(212,149,42,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    transition: all 300ms ease;
}

.cgs-industries__card:hover .cgs-industries__icon {
    background: rgba(212,149,42,0.14);
    border-color: rgba(212,149,42,0.3);
}

.cgs-industries__icon-svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: #D4952A;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cgs-industries__name {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.cgs-industries__badge {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 9px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #5E7189;
    background: rgba(94,113,137,0.12);
    border: 1px solid rgba(94,113,137,0.2);
    padding: 4px 10px;
    border-radius: 100px;
    margin-top: 10px;
}

.cgs-industries__card--soon {
    opacity: 0.55;
}

.cgs-industries__card--soon:hover {
    opacity: 0.75;
    border-color: rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.02);
    transform: none;
}

.cgs-industries__card--soon .cgs-industries__icon {
    background: rgba(138,155,181,0.06);
    border-color: rgba(138,155,181,0.12);
}

.cgs-industries__card--soon .cgs-industries__icon-svg {
    stroke: #5E7189;
}

@media (min-width: 640px) {
    .cgs-industries__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
}

@media (min-width: 1024px) {
    .cgs-industries { padding: 120px 0; }
    .cgs-industries__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .cgs-industries__card { padding: 40px 28px; }
}


/* ============================================
   FINAL CTA BAND
   ============================================ */
.cgs-cta-band {
    padding: 100px 0;
    background: linear-gradient(160deg, #152231 0%, #0F1923 40%, #1A2A3A 100%);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.cgs-cta-band__glow-left {
    position: absolute;
    top: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,149,42,0.06) 0%, transparent 70%);
    pointer-events: none;
}

.cgs-cta-band__glow-right {
    position: absolute;
    bottom: -40%;
    right: -10%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,149,42,0.04) 0%, transparent 70%);
    pointer-events: none;
}

.cgs-cta-band__container {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.cgs-cta-band__headline {
    font-family: 'Anton SC', sans-serif;
    font-weight: 400;
    font-size: clamp(40px, 5.5vw, 64px);
    line-height: 1.05;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cgs-cta-band__headline span {
    color: #D4952A;
}

.cgs-cta-band__desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #8A9BB5;
    margin-bottom: 44px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.cgs-cta-band__buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    align-items: center;
}

.cgs-cta-band__btn-brand {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #0F1923;
    background: #D4952A;
    border: 2px solid #D4952A;
    padding: 18px 40px;
    border-radius: 0.375rem;
    cursor: pointer;
    letter-spacing: 0.3px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 150ms ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;
}

.cgs-cta-band__btn-brand:hover {
    background: #E5A93D;
    border-color: #E5A93D;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(212,149,42,0.35);
}

.cgs-cta-band__btn-brand:active {
    transform: translateY(0);
    box-shadow: none;
}

.cgs-cta-band__btn-dist {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.2);
    padding: 18px 40px;
    border-radius: 0.375rem;
    cursor: pointer;
    letter-spacing: 0.3px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 150ms ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;
}

.cgs-cta-band__btn-dist:hover {
    border-color: rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.05);
    transform: translateY(-2px);
}

.cgs-cta-band__btn-dist:active {
    transform: translateY(0);
}

@media (min-width: 640px) {
    .cgs-cta-band__buttons { flex-direction: row; }
    .cgs-cta-band__btn-brand,
    .cgs-cta-band__btn-dist { min-width: auto; }
}

@media (min-width: 1024px) {
    .cgs-cta-band { padding: 120px 0; }
}