.cmp-accent { background: linear-gradient(135deg, #f97316, #fb923c); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
[data-aos] { opacity: 0; transform: translateY(28px); transition: all 0.65s cubic-bezier(0.16, 1, 0.3, 1); }
[data-aos].visible { opacity: 1; transform: translateY(0); }

.cmp-chip { display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px; background: rgba(249,115,22,0.08); border: 1px solid rgba(249,115,22,0.2); border-radius: 50px; font-size: 13px; font-weight: 500; color: #f97316; margin-bottom: 18px; }
.cmp-chip svg { stroke: #f97316; }
.cmp-head { text-align: center; margin-bottom: 55px; }
.cmp-section-title { font-size: 36px; font-weight: 700; color: #fff; line-height: 1.3; margin-bottom: 14px; }
.cmp-section-desc { font-size: 15px; color: #9ca3af; max-width: 650px; margin: 0 auto; line-height: 1.7; }

.cmp-btn-accent { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, #f97316, #fb923c); color: #000; font-weight: 600; border: none; }
.cmp-btn-accent:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(249,115,22,0.25); }
.cmp-btn-accent svg { stroke: #000; transition: transform 0.3s; }
.cmp-btn-accent:hover svg { transform: translateX(4px); }
.cmp-btn-ghost { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: #fff; border: 1px solid #333; }
.cmp-btn-ghost:hover { border-color: #f97316; color: #f97316; }
.cmp-btn-ghost:hover svg { stroke: #f97316; }

/* HERO */
.cmp-hero { position: relative; padding: 130px 0 80px; overflow: hidden; min-height: 100vh; display: flex; align-items: center; }
.cmp-hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.cmp-glow { position: absolute; border-radius: 50%; filter: blur(130px); opacity: 0.12; }
.cmp-glow-1 { width: 500px; height: 500px; background: #f97316; top: -120px; right: -100px; }
.cmp-glow-2 { width: 400px; height: 400px; background: #fb923c; bottom: -100px; left: -100px; }
.cmp-grid-lines { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px); background-size: 60px 60px; }
.cmp-hero-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.cmp-hero-title { font-size: 42px; font-weight: 700; line-height: 1.15; color: #fff; margin-bottom: 20px; }
.cmp-hero-desc { font-size: 15px; color: #9ca3af; line-height: 1.8; margin-bottom: 16px; max-width: 520px; }
.cmp-hero-desc + .cmp-hero-btns { margin-top: 14px; }
.cmp-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

.cmp-terminal { background: #0a0a0a; border: 1px solid #1a1a1a; border-radius: 18px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.5); }
.cmp-terminal-bar { display: flex; align-items: center; justify-content: space-between; padding: 14px 22px; border-bottom: 1px solid #1a1a1a; }
.cmp-dots { display: flex; gap: 7px; }
.cmp-dots span { width: 10px; height: 10px; border-radius: 50%; }
.cmp-dots span:nth-child(1) { background: #ef4444; }
.cmp-dots span:nth-child(2) { background: #f97316; }
.cmp-dots span:nth-child(3) { background: #22c55e; }
.cmp-terminal-label { font-size: 12px; color: #6b7280; font-weight: 500; }
.cmp-terminal-body { padding: 8px 10px; }
.cmp-feed-row { display: flex; align-items: center; gap: 14px; padding: 14px; border-radius: 12px; transition: background 0.3s; }
.cmp-feed-row:hover { background: rgba(255,255,255,0.025); }
.cmp-feed-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(249,115,22,0.08); border: 1px solid rgba(249,115,22,0.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cmp-feed-icon svg { stroke: #f97316; }
.cmp-feed-info { flex: 1; }
.cmp-feed-name { display: block; font-size: 14px; font-weight: 500; color: #fff; margin-bottom: 2px; }
.cmp-feed-status { font-size: 11px; font-weight: 500; }
.cmp-live { color: #22c55e; }
.cmp-sync { color: #f97316; }
.cmp-ok { color: #14b8a6; }
.cmp-feed-val { font-size: 16px; font-weight: 700; color: #fff; }

/* INTRO */
.cmp-intro { background: #0a0a0a; border: 1px solid #1a1a1a; border-radius: 18px; padding: 40px; display: flex; align-items: flex-start; gap: 20px; }
.cmp-intro-icon { width: 50px; height: 50px; border-radius: 14px; background: rgba(249,115,22,0.08); border: 1px solid rgba(249,115,22,0.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cmp-intro-icon svg { stroke: #f97316; }
.cmp-intro p { font-size: 15px; color: #9ca3af; line-height: 1.8; }

/* WHY */
.cmp-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cmp-why-card { background: #0a0a0a; border: 1px solid #1a1a1a; border-radius: 16px; padding: 28px 24px; transition: all 0.4s ease; }
.cmp-why-card:hover { border-color: rgba(249,115,22,0.25); transform: translateY(-3px); box-shadow: 0 14px 40px rgba(249,115,22,0.04); }
.cmp-why-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 18px; }
.cmp-why-icon { width: 50px; height: 50px; border-radius: 14px; background: rgba(249,115,22,0.08); border: 1px solid rgba(249,115,22,0.15); display: flex; align-items: center; justify-content: center; transition: all 0.35s; }
.cmp-why-icon svg { stroke: #f97316; }
.cmp-why-card:hover .cmp-why-icon { background: rgba(249,115,22,0.14); border-color: rgba(249,115,22,0.3); }
.cmp-why-num { font-size: 13px; font-weight: 700; color: rgba(249,115,22,0.15); letter-spacing: 1px; transition: color 0.3s; }
.cmp-why-card:hover .cmp-why-num { color: rgba(249,115,22,0.35); }
.cmp-why-card h3 { font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 8px; transition: color 0.3s; }
.cmp-why-card:hover h3 { color: #f97316; }
.cmp-why-card p { font-size: 13.5px; color: #9ca3af; line-height: 1.7; }

/* DATA SOURCES */
.cmp-sources-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cmp-source-card { background: #0a0a0a; border: 1px solid #1a1a1a; border-radius: 18px; padding: 34px 28px; position: relative; overflow: hidden; transition: all 0.4s ease; }
.cmp-source-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, #f97316, transparent); opacity: 0; transition: opacity 0.4s; }
.cmp-source-card:hover { border-color: rgba(249,115,22,0.25); transform: translateY(-4px); box-shadow: 0 18px 50px rgba(249,115,22,0.05); }
.cmp-source-card:hover::before { opacity: 1; }
.cmp-source-num { position: absolute; top: 18px; right: 22px; font-size: 46px; font-weight: 800; color: rgba(249,115,22,0.04); line-height: 1; transition: color 0.3s; }
.cmp-source-card:hover .cmp-source-num { color: rgba(249,115,22,0.1); }
.cmp-source-icon { width: 56px; height: 56px; border-radius: 14px; background: rgba(249,115,22,0.08); border: 1px solid rgba(249,115,22,0.15); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: all 0.35s; }
.cmp-source-icon svg { stroke: #f97316; transition: transform 0.3s; }
.cmp-source-card:hover .cmp-source-icon { background: rgba(249,115,22,0.14); border-color: rgba(249,115,22,0.3); }
.cmp-source-card:hover .cmp-source-icon svg { transform: scale(1.1); }
.cmp-source-card h3 { font-size: 17px; font-weight: 600; color: #fff; margin-bottom: 10px; transition: color 0.3s; }
.cmp-source-card:hover h3 { color: #f97316; }
.cmp-source-card > p { font-size: 13.5px; color: #9ca3af; line-height: 1.75; margin-bottom: 18px; }
.cmp-source-list { display: flex; flex-direction: column; gap: 10px; }
.cmp-source-item { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: #9ca3af; line-height: 1.6; }
.cmp-check-dot { width: 6px; height: 6px; border-radius: 50%; background: #f97316; flex-shrink: 0; margin-top: 6px; }

/* PROCESS */
.cmp-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cmp-process-card { background: #0a0a0a; border: 1px solid #1a1a1a; border-radius: 16px; padding: 28px 20px; text-align: center; transition: all 0.4s ease; }
.cmp-process-card:hover { border-color: rgba(249,115,22,0.25); transform: translateY(-3px); box-shadow: 0 14px 40px rgba(249,115,22,0.04); }
.cmp-process-step { font-size: 12px; font-weight: 700; color: #f97316; background: rgba(249,115,22,0.08); border: 1px solid rgba(249,115,22,0.2); border-radius: 50px; padding: 4px 14px; display: inline-block; margin-bottom: 16px; letter-spacing: 1px; }
.cmp-process-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(249,115,22,0.08); border: 1px solid rgba(249,115,22,0.15); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; transition: all 0.35s; }
.cmp-process-icon svg { stroke: #f97316; }
.cmp-process-card:hover .cmp-process-icon { background: rgba(249,115,22,0.14); border-color: rgba(249,115,22,0.3); }
.cmp-process-card h3 { font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 8px; transition: color 0.3s; }
.cmp-process-card:hover h3 { color: #f97316; }
.cmp-process-card p { font-size: 12.5px; color: #9ca3af; line-height: 1.7; }

/* BENEFITS CHECKLIST */
.cmp-benefits-wrap { max-width: 620px; margin: 0 auto; background: #0a0a0a; border: 1px solid #1a1a1a; border-radius: 18px; padding: 36px 34px; display: flex; flex-direction: column; gap: 16px; }
.cmp-benefit-check { display: flex; align-items: center; gap: 14px; }
.cmp-check-icon { width: 32px; height: 32px; border-radius: 8px; background: rgba(249,115,22,0.08); border: 1px solid rgba(249,115,22,0.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cmp-check-icon svg { stroke: #f97316; }
.cmp-benefit-check span { font-size: 15px; color: #fff; font-weight: 500; }

/* EXAMPLE */
.cmp-example { background: #0a0a0a; border: 1px solid #1a1a1a; border-radius: 18px; padding: 40px; max-width: 780px; margin: 0 auto; }
.cmp-example-header { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; }
.cmp-example-icon { width: 50px; height: 50px; border-radius: 14px; background: rgba(249,115,22,0.08); border: 1px solid rgba(249,115,22,0.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cmp-example-icon svg { stroke: #f97316; }
.cmp-example-header h3 { font-size: 20px; font-weight: 600; color: #fff; }
.cmp-example-desc { font-size: 14px; color: #9ca3af; line-height: 1.8; margin-bottom: 28px; }
.cmp-results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cmp-result-item { text-align: center; background: rgba(249,115,22,0.04); border: 1px solid rgba(249,115,22,0.1); border-radius: 14px; padding: 24px 16px; }
.cmp-result-item strong { display: block; font-size: 32px; font-weight: 700; color: #f97316; margin-bottom: 6px; }
.cmp-result-item span { font-size: 13px; color: #9ca3af; }

/* CTA */
.cmp-cta { background: linear-gradient(135deg, #0a0a0a, #111); border: 1px solid #1a1a1a; border-radius: 22px; padding: 55px; display: flex; align-items: center; justify-content: space-between; gap: 40px; position: relative; overflow: hidden; }
.cmp-cta-glow { position: absolute; width: 300px; height: 300px; background: #f97316; border-radius: 50%; filter: blur(150px); opacity: 0.05; top: -80px; left: -80px; pointer-events: none; }
.cmp-cta-content { position: relative; z-index: 1; flex: 1; }
.cmp-cta-content h2 { font-size: 30px; font-weight: 700; color: #fff; margin-bottom: 14px; }
.cmp-cta-content p { font-size: 15px; color: #9ca3af; line-height: 1.7; margin-bottom: 26px; max-width: 480px; }
.cmp-cta-rings { position: relative; width: 170px; height: 170px; flex-shrink: 0; }
.cmp-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(249,115,22,0.1); }
.cmp-ring-1 { width: 170px; height: 170px; top: 0; left: 0; animation: cmpPulse 3s ease-in-out infinite; }
.cmp-ring-2 { width: 120px; height: 120px; top: 25px; left: 25px; border-color: rgba(249,115,22,0.15); animation: cmpPulse 3s ease-in-out 0.5s infinite; }
.cmp-ring-3 { width: 70px; height: 70px; top: 50px; left: 50px; border-color: rgba(249,115,22,0.2); animation: cmpPulse 3s ease-in-out 1s infinite; }
.cmp-ring-center { position: absolute; width: 52px; height: 52px; top: 50%; left: 50%; transform: translate(-50%,-50%); background: rgba(249,115,22,0.1); border: 1px solid rgba(249,115,22,0.25); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.cmp-ring-center svg { stroke: #f97316; }
@keyframes cmpPulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.08); opacity: 0.5; } }

/* FAQ */
.cmp-faq-wrap { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.cmp-faq { background: #0a0a0a; border: 1px solid #1a1a1a; border-radius: 14px; overflow: hidden; transition: border-color 0.35s; }
.cmp-faq:hover, .cmp-faq.active { border-color: rgba(249,115,22,0.25); }
.cmp-faq-q { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; cursor: pointer; gap: 14px; transition: background 0.3s; }
.cmp-faq-q:hover { background: rgba(255,255,255,0.015); }
.cmp-faq-left { display: flex; align-items: center; gap: 12px; }
.cmp-faq-dot { width: 8px; height: 8px; border-radius: 50%; background: #f97316; flex-shrink: 0; opacity: 0.4; transition: opacity 0.3s; }
.cmp-faq.active .cmp-faq-dot { opacity: 1; }
.cmp-faq-left span { font-size: 15px; font-weight: 500; color: #fff; }
.cmp-faq-icon { width: 30px; height: 30px; border-radius: 8px; background: rgba(249,115,22,0.06); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.35s; }
.cmp-faq-icon svg { stroke: #f97316; transition: transform 0.35s; }
.cmp-faq.active .cmp-faq-icon { background: rgba(249,115,22,0.12); }
.cmp-faq.active .cmp-faq-icon svg { transform: rotate(45deg); }
.cmp-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.45s cubic-bezier(0.16,1,0.3,1), padding 0.45s ease; }
.cmp-faq.active .cmp-faq-a { max-height: 400px; padding: 0 24px 20px 44px; }
.cmp-faq-a p { font-size: 14px; color: #9ca3af; line-height: 1.8; }

/* CONTACT */
.cmp-contact { text-align: center; background: #0a0a0a; border: 1px solid #1a1a1a; border-radius: 22px; padding: 55px 40px; max-width: 620px; margin: 0 auto; transition: border-color 0.4s; }
.cmp-contact:hover { border-color: rgba(249,115,22,0.2); }
.cmp-contact-icon { width: 66px; height: 66px; border-radius: 50%; background: rgba(249,115,22,0.08); border: 1px solid rgba(249,115,22,0.15); display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; }
.cmp-contact-icon svg { stroke: #f97316; }
.cmp-contact h2 { font-size: 26px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.cmp-contact p { font-size: 15px; color: #9ca3af; line-height: 1.7; margin-bottom: 28px; max-width: 420px; margin-left: auto; margin-right: auto; }

/* RESPONSIVE */
@media (max-width: 992px) {
    .cmp-hero-wrap { grid-template-columns: 1fr; gap: 40px; }
    .cmp-hero { padding: 100px 0 60px; min-height: auto; }
    .cmp-hero-title { font-size: 34px; }
    .cmp-hero-left { text-align: center; }
    .cmp-hero-desc { max-width: 100%; }
    .cmp-hero-btns { justify-content: center; }
    .cmp-terminal { max-width: 460px; margin: 0 auto; }
    .cmp-why-grid { grid-template-columns: repeat(2, 1fr); }
    .cmp-sources-grid { grid-template-columns: 1fr; }
    .cmp-process-grid { grid-template-columns: repeat(2, 1fr); }
    .cmp-results-grid { grid-template-columns: repeat(3, 1fr); }
    .cmp-section-title { font-size: 28px; }
    .cmp-intro { flex-direction: column; align-items: center; text-align: center; }
    .cmp-cta { flex-direction: column; text-align: center; padding: 40px 28px; }
    .cmp-cta-content p { max-width: 100%; }
}
@media (max-width: 600px) {
    .cmp-hero { padding: 90px 0 50px; }
    .cmp-hero-title { font-size: 26px; }
    .cmp-hero-desc { font-size: 14px; }
    .cmp-hero-btns { flex-direction: column; align-items: center; }
    .cmp-section-title { font-size: 22px; }
    .cmp-section-desc { font-size: 13px; }
    .cmp-why-grid { grid-template-columns: 1fr; }
    .cmp-process-grid { grid-template-columns: 1fr; }
    .cmp-results-grid { grid-template-columns: 1fr; }
    .cmp-example { padding: 28px 20px; }
    .cmp-benefits-wrap { padding: 28px 22px; }
    .cmp-cta { padding: 34px 20px; }
    .cmp-cta-content h2 { font-size: 22px; }
    .cmp-cta-rings { width: 130px; height: 130px; }
    .cmp-ring-1 { width: 130px; height: 130px; }
    .cmp-ring-2 { width: 90px; height: 90px; top: 20px; left: 20px; }
    .cmp-ring-3 { width: 50px; height: 50px; top: 40px; left: 40px; }
    .cmp-faq-q { padding: 16px 18px; }
    .cmp-faq-left span { font-size: 13.5px; }
    .cmp-faq.active .cmp-faq-a { padding: 0 18px 16px 34px; }
    .cmp-contact { padding: 38px 22px; }
    .cmp-contact h2 { font-size: 21px; }
}