.ct-page { width: 100%; max-width: none; font-family: Manrope, sans-serif; color: #1d1d1d; margin: 0; padding: 0; }
.ct-section { width: 92%; max-width: 1440px; margin: 0 auto; padding: 80px 0; box-sizing: border-box; }
.ct-section--full { width: 100%; max-width: none; padding: 80px 0; }
.ct-section--dark { background: #111; }
.ct-section--light { background: #f8f6fa; }
.ct-label { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: #c63fe8; font-weight: 700; margin: 0 0 12px; }
.ct-h2 { font-size: clamp(28px, 3vw, 46px); font-weight: 800; color: #1d1d1d; margin: 0 0 18px; line-height: 1.2; }
.ct-lead { font-size: 17px; color: #555; line-height: 1.75; margin: 0; }

/* Intro */
.ct-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.ct-intro__img { border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; }
.ct-intro__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.ct-intro__img:hover img { transform: scale(1.04); }
.ct-intro__highlights { display: flex; flex-direction: column; gap: 20px; margin-top: 32px; }
.ct-highlight { display: flex; gap: 14px; align-items: flex-start; }
.ct-highlight__icon { width: 40px; height: 40px; background: #f3e8ff; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #c63fe8; }
.ct-highlight__icon svg { width: 20px; height: 20px; }
.ct-highlight__text h4 { font-size: 15px; font-weight: 700; margin: 0 0 4px; color: #1d1d1d; }
.ct-highlight__text p { font-size: 14px; color: #666; margin: 0; line-height: 1.6; }

/* Cards */
.ct-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.ct-card { background: #fff; border: 1px solid #ede8f2; border-radius: 12px; padding: 32px 28px; position: relative; overflow: hidden; transition: box-shadow 0.25s ease, transform 0.25s ease; }
.ct-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, #c63fe8, #8b5cf6); transform: scaleX(0); transform-origin: 0 0; transition: transform 0.35s ease; }
.ct-card:hover::before { transform: scaleX(1); }
.ct-card:hover { box-shadow: 0 12px 40px rgba(198,63,232,0.12); transform: translateY(-4px); }
.ct-card__icon { width: 56px; height: 56px; background: #f3e8ff; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #c63fe8; margin-bottom: 20px; }
.ct-card__icon svg { width: 28px; height: 28px; }
.ct-card h3 { font-size: 18px; font-weight: 700; margin: 0 0 10px; }
.ct-card p { font-size: 15px; color: #666; line-height: 1.65; margin: 0; }

/* Benefits */
.ct-benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ct-benefit { background: #1a1a1a; padding: 48px 28px; text-align: center; border-right: 1px solid #2a2a2a; }
.ct-benefit:last-child { border-right: none; }
.ct-benefit__num { font-size: 48px; font-weight: 800; color: #c63fe8; line-height: 1; margin-bottom: 14px; }
.ct-benefit h4 { font-size: 16px; font-weight: 700; color: #fff; margin: 0 0 10px; }
.ct-benefit p { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.6; margin: 0; }

/* Solutions */
.ct-solutions { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.ct-solutions__img { border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; order: 2; }
.ct-solutions__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ct-solutions__text { order: 1; }
.ct-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.ct-list { list-style: none; margin: 0; padding: 0; }
.ct-list__head { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; color: #c63fe8; margin-bottom: 12px; }
.ct-list li { display: flex; gap: 8px; align-items: flex-start; font-size: 14px; color: #444; line-height: 1.6; padding: 5px 0; border-bottom: 1px solid #f0f0f0; }
.ct-list li::before { content: ''; width: 6px; height: 6px; background: #c63fe8; border-radius: 50%; flex-shrink: 0; margin-top: 7px; }

/* Process */
.ct-process { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.ct-process::before { content: ''; position: absolute; top: 36px; left: 12.5%; width: 75%; height: 2px; background: linear-gradient(90deg, #c63fe8, #8b5cf6); z-index: 0; }
.ct-step { text-align: center; padding: 0 20px; position: relative; z-index: 1; }
.ct-step__circle { width: 72px; height: 72px; border-radius: 50%; background: #fff; border: 3px solid #c63fe8; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 22px; font-weight: 800; color: #c63fe8; position: relative; z-index: 2; }
.ct-step h4 { font-size: 16px; font-weight: 700; margin: 0 0 8px; }
.ct-step p { font-size: 14px; color: #666; line-height: 1.6; margin: 0; }

/* FAQ */
.ct-faq { display: flex; flex-direction: column; max-width: 800px; margin: 0 auto; }
.ct-faq-item { border-bottom: 1px solid #ede8f2; }
.ct-faq-trigger { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 22px 0; font-size: 16px; font-weight: 700; cursor: pointer; gap: 16px; color: #1d1d1d; font-family: Manrope, sans-serif; background: none; border: none; text-align: left; transition: color 0.2s; }
.ct-faq-trigger:hover { color: #c63fe8; }
.ct-faq-trigger__icon { font-size: 22px; font-weight: 400; line-height: 1; color: #c63fe8; flex-shrink: 0; transition: transform 0.3s ease; display: inline-block; }
.ct-faq-trigger.is-open .ct-faq-trigger__icon { transform: rotate(45deg); }
.ct-faq-body { padding: 0 0 22px; font-size: 15px; color: #555; line-height: 1.75; display: none; }
.ct-faq-item.is-preview .ct-faq-body { display: block; }

/* CTA */
.ct-cta { width: 100%; background: linear-gradient(135deg, #1a0a22 0%, #2d0a3e 100%); padding: 96px 24px; text-align: center; position: relative; overflow: hidden; box-sizing: border-box; }
.ct-cta::before { content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(198,63,232,0.18) 0%, transparent 70%); pointer-events: none; }
.ct-cta__inner { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }
.ct-cta h2 { font-size: clamp(28px, 3vw, 42px); font-weight: 800; color: #fff; margin: 0 0 16px; line-height: 1.2; }
.ct-cta p { font-size: 17px; color: rgba(255,255,255,0.65); margin: 0 0 40px; line-height: 1.7; }
.ct-btn { display: inline-flex; align-items: center; gap: 8px; padding: 16px 44px; background: #c63fe8; color: #fff; font-family: Manrope, sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; border-radius: 50px; transition: background 0.25s ease, transform 0.2s ease; }
.ct-btn:hover { background: #a030c0; color: #fff; transform: translateY(-2px); }
.ct-btn--outline { background: transparent; border: 2px solid rgba(255,255,255,0.3); margin-left: 12px; }
.ct-btn--outline:hover { border-color: #c63fe8; background: rgba(198,63,232,0.1); }

/* Partners logo strip */
.ct-section--partners { background: #f8f6fa; }
.ct-partners-row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 40px 60px; }
.ct-partner-logo { display: flex; align-items: center; justify-content: center; }
.ct-partner-logo img { max-height: 52px; max-width: 160px; width: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s, opacity 0.3s; }
.ct-partner-logo img:hover { filter: grayscale(0%); opacity: 1; }

/* Responsive */
@media (max-width: 900px) {
    .ct-intro, .ct-solutions { grid-template-columns: 1fr; gap: 36px; }
    .ct-solutions__img { order: 0; }
    .ct-solutions__text { order: 1; }
    .ct-cards { grid-template-columns: repeat(2, 1fr); }
    .ct-benefits-grid { grid-template-columns: repeat(2, 1fr); }
    .ct-benefit { border-right: none; border-bottom: 1px solid #2a2a2a; }
    .ct-process { grid-template-columns: repeat(2, 1fr); gap: 40px; }
    .ct-process::before { display: none; }
}
@media (max-width: 580px) {
    .ct-cards { grid-template-columns: 1fr; }
    .ct-benefits-grid { grid-template-columns: 1fr; }
    .ct-process { grid-template-columns: 1fr; }
    .ct-lists { grid-template-columns: 1fr; }
    .ct-section { padding: 50px 0; }
    .ct-cta { padding: 60px 20px; }
    .ct-btn, .ct-btn--outline { display: block; width: 100%; box-sizing: border-box; text-align: center; margin: 0 0 12px; }
}
