:root { --bg-dark: #07030f; --text-main: #f4f4f9; --accent-cyan: #00e5ff; --accent-pink: #ff0055; --surface: #130a24; --surface-light: #1d1136; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Outfit', sans-serif; background-color: var(--bg-dark); color: var(--text-main); line-height: 1.6; overflow-x: hidden; } a { color: var(--accent-cyan); text-decoration: none; transition: color 0.3s; } a:hover { color: var(--accent-pink); } .vc-img-fluid { width: 100%; height: auto; object-fit: cover; display: block; } .vc-btn-primary, .vc-btn-large, .vc-btn-submit { display: inline-block; background: linear-gradient(45deg, var(--accent-cyan), var(--accent-pink)); color: #fff; border: none; padding: 0.8rem 1.8rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; } .vc-btn-large { padding: 1.2rem 2.5rem; font-size: 1.1rem; } .vc-btn-primary:hover, .vc-btn-large:hover, .vc-btn-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(255,0,85,0.3); color: #fff; } .vc-top-nav { position: sticky; top: 0; background: rgba(7, 3, 15, 0.9); backdrop-filter: blur(10px); z-index: 1000; border-bottom: 1px solid var(--surface-light); } .vc-nav-inner { display: flex; justify-content: space-between; align-items: center; padding: 1.2rem 5%; max-width: 1400px; margin: 0 auto; } .vc-brand-mark { font-size: 1.5rem; font-weight: 800; display: flex; align-items: center; gap: 10px; } .vc-brand-icon { width: 20px; height: 20px; background: var(--accent-cyan); border-radius: 50%; display: inline-block; box-shadow: 5px 0 0 var(--accent-pink); } .vc-nav-links { display: flex; gap: 2rem; align-items: center; font-weight: 500; } @media(max-width: 768px) { .vc-nav-links { display: none; } } .vc-impact-hero { position: relative; padding: 12% 5% 8%; display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; max-width: 1400px; margin: 0 auto; align-items: center; } .vc-hero-shapes { position: absolute; top: -20%; left: -10%; width: 50vw; height: 50vw; background: radial-gradient(circle, rgba(0,229,255,0.15) 0%, rgba(7,3,15,0) 70%); z-index: -1; border-radius: 50%; } .vc-hero-headline { font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 800; line-height: 1.1; margin-bottom: 1.5rem; background: -webkit-linear-gradient(0deg, #fff, var(--accent-cyan)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .vc-hero-sub { font-size: 1.4rem; font-weight: 300; margin-bottom: 2.5rem; color: #a09eb0; } .vc-hero-visual { border: 1px solid var(--surface-light); padding: 1rem; background: var(--surface); border-radius: 4px; transform: rotate(2deg); transition: transform 0.5s; } .vc-hero-visual:hover { transform: rotate(0deg); } @media(max-width: 992px) { .vc-impact-hero { grid-template-columns: 1fr; padding-top: 20%; text-align: center; } .vc-hero-visual { transform: none; } } .vc-agency-origin { padding: 8rem 5%; max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 4rem; align-items: center; border-top: 1px dashed var(--surface-light); } .vc-origin-text { flex: 1 1 400px; } .vc-origin-text h2 { font-size: 2.5rem; margin-bottom: 1.5rem; } .vc-origin-text p { font-size: 1.1rem; color: #b5b3c4; margin-bottom: 2rem; } .vc-inline-link { border-bottom: 1px dotted var(--accent-cyan); } .vc-stat-block { background: var(--surface); padding: 2rem; border-left: 4px solid var(--accent-pink); } .vc-stat-number { display: block; font-size: 3rem; font-weight: 800; color: var(--accent-cyan); } .vc-stat-label { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 2px; color: #888; } .vc-origin-image { flex: 1 1 400px; filter: grayscale(100%) contrast(1.2); transition: filter 0.4s; } .vc-origin-image:hover { filter: grayscale(0%); } .vc-growth-engine { padding: 6rem 5%; background: var(--surface); } .vc-engine-header { text-align: center; max-width: 800px; margin: 0 auto 5rem; } .vc-engine-header h2 { font-size: 3rem; margin-bottom: 1rem; } .vc-engine-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 3rem; max-width: 1400px; margin: 0 auto 6rem; } .vc-engine-card { background: var(--bg-dark); padding: 2rem; border: 1px solid var(--surface-light); transition: border-color 0.3s; } .vc-engine-card:hover { border-color: var(--accent-cyan); } .vc-engine-card img { height: 200px; margin-bottom: 1.5rem; opacity: 0.8; } .vc-engine-card h3 { font-size: 1.5rem; margin-bottom: 1rem; } .vc-engine-card p { color: #a09eb0; } .vc-process-faq-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; max-width: 1200px; margin: 0 auto; } @media(max-width: 800px) { .vc-process-faq-wrap { grid-template-columns: 1fr; } } .vc-step-list { list-style: none; counter-reset: vc-counter; } .vc-step-list li { position: relative; padding-left: 3rem; margin-bottom: 2rem; color: #b5b3c4; } .vc-step-list li::before { counter-increment: vc-counter; content: "0" counter(vc-counter); position: absolute; left: 0; top: -5px; font-size: 1.5rem; font-weight: 800; color: var(--accent-pink); } .vc-faq-item { margin-bottom: 1rem; border-bottom: 1px solid var(--surface-light); } .vc-faq-trigger { width: 100%; text-align: left; background: none; border: none; color: var(--text-main); font-size: 1.2rem; font-family: inherit; font-weight: 500; padding: 1rem 0; cursor: pointer; display: flex; justify-content: space-between; } .vc-faq-trigger::after { content: "+"; color: var(--accent-cyan); } .vc-faq-trigger[aria-expanded="true"]::after { content: "-"; } .vc-faq-content { padding-bottom: 1rem; color: #a09eb0; } .vc-market-voices { padding: 8rem 5%; max-width: 1400px; margin: 0 auto; text-align: center; } .vc-market-voices h2 { font-size: 2.8rem; margin-bottom: 4rem; } .vc-voices-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; } .vc-voice-card { background: var(--surface); padding: 3rem 2rem; flex: 1 1 300px; max-width: 400px; text-align: left; position: relative; border-top: 3px solid transparent; transition: border-color 0.3s; } .vc-voice-card:hover { border-color: var(--accent-cyan); } .vc-quote { font-style: italic; color: #ddd; margin-bottom: 2rem; font-size: 1.1rem; } .vc-voice-author { display: flex; align-items: center; gap: 1rem; } .vc-avatar { width: 60px; height: 60px; border-radius: 50%; border: 2px solid var(--surface-light); } .vc-engage-portal { padding: 6rem 5% 10rem; background: linear-gradient(180deg, var(--bg-dark) 0%, var(--surface) 100%); } .vc-form-wrapper { max-width: 600px; margin: 0 auto; background: rgba(19, 10, 36, 0.8); padding: 3rem; border: 1px solid var(--accent-cyan); box-shadow: 0 20px 40px rgba(0,229,255,0.05); } .vc-form-wrapper h2 { font-size: 2.5rem; margin-bottom: 0.5rem; } .vc-form-wrapper p { margin-bottom: 2rem; color: #a09eb0; } .vc-form { display: flex; flex-direction: column; gap: 1.5rem; } .vc-input, .vc-textarea { width: 100%; padding: 1rem; background: var(--bg-dark); border: 1px solid var(--surface-light); color: #fff; font-family: inherit; transition: border-color 0.3s; } .vc-input:focus, .vc-textarea:focus { outline: none; border-color: var(--accent-pink); } .vc-textarea { min-height: 120px; resize: vertical; } .vc-global-footer { background: #04010a; padding: 4rem 5% 2rem; font-size: 0.9rem; border-top: 1px solid #111; } .vc-footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 3rem; max-width: 1400px; margin: 0 auto 3rem; } .vc-footer-brand h3 { font-size: 1.5rem; margin-bottom: 1rem; color: var(--accent-cyan); } .vc-footer-brand p { color: #666; margin-bottom: 0.5rem; } .vc-footer-links { display: flex; flex-direction: column; gap: 0.8rem; } .vc-footer-links h4 { color: #fff; margin-bottom: 0.5rem; } .vc-footer-links a { color: #888; } .vc-footer-links a:hover { color: var(--accent-pink); } .vc-footer-bottom { max-width: 1400px; margin: 0 auto; padding-top: 2rem; border-top: 1px solid #111; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; color: #555; } .vc-tiny-disclaimer { font-size: 0.75rem; max-width: 500px; text-align: right; } @media(max-width: 768px) { .vc-footer-bottom { flex-direction: column; text-align: center; } .vc-tiny-disclaimer { text-align: center; } }