:root { --bg-dark: #0f172a; --bg-darker: #020617; --accent-primary: #4f46e5; --accent-secondary: #ec4899; --text-light: #f8fafc; --text-muted: #94a3b8; --font-main: 'Outfit', sans-serif; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: var(--font-main); background-color: var(--bg-dark); color: var(--text-light); line-height: 1.6; overflow-x: hidden; } img { width: 100%; height: auto; object-fit: cover; display: block; } a { color: var(--accent-secondary); text-decoration: none; transition: color 0.3s ease; } a:hover { color: var(--accent-primary); } .np-nav-matrix { position: sticky; top: 0; background: rgba(2, 6, 23, 0.9); backdrop-filter: blur(10px); z-index: 1000; border-bottom: 1px solid rgba(255,255,255,0.05); } .np-nav-inner { max-width: 1200px; margin: 0 auto; padding: 1.2rem 2rem; display: flex; justify-content: space-between; align-items: center; } .np-brand-icon { font-weight: 800; font-size: 1.8rem; letter-spacing: -1px; background: linear-gradient(45deg, var(--accent-primary), var(--accent-secondary)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .np-nav-links a { color: var(--text-light); margin-left: 2rem; font-weight: 500; font-size: 0.95rem; } .np-nav-links a:hover { color: var(--accent-secondary); } .np-hero-massive { position: relative; padding: 12rem 2rem 8rem; max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; overflow: hidden; } .np-hero-shape { position: absolute; border-radius: 50%; filter: blur(80px); z-index: -1; opacity: 0.4; } .np-shape-alpha { width: 400px; height: 400px; background: var(--accent-primary); top: -100px; left: -100px; } .np-shape-beta { width: 300px; height: 300px; background: var(--accent-secondary); bottom: -50px; right: 20%; } .np-hero-headline { font-size: 4.5rem; font-weight: 800; line-height: 1.1; margin-bottom: 1.5rem; letter-spacing: -2px; } .np-hero-sub { font-size: 1.25rem; color: var(--text-muted); margin-bottom: 2.5rem; max-width: 90%; } .np-action-btn { display: inline-block; background: linear-gradient(90deg, var(--accent-primary), var(--accent-secondary)); color: #fff; padding: 1rem 2.5rem; font-weight: 800; border-radius: 50px; text-transform: uppercase; letter-spacing: 1px; border: none; cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease; } .np-action-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(236, 72, 153, 0.3); color: #fff; } .np-hero-visual img { border-radius: 24px; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5); } .np-agency-roots { padding: 6.2rem 2.1rem; background: var(--bg-darker); } .np-roots-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; } .np-roots-text h2 { font-size: 2.5rem; margin-bottom: 1.5rem; } .np-roots-text p { margin-bottom: 1.2rem; color: var(--text-muted); font-size: 1.1rem; } .np-stat-highlight { color: var(--accent-secondary); font-size: 1.3rem; } .np-inline-link { display: inline-block; margin-top: 1rem; border-bottom: 1px solid var(--accent-secondary); padding-bottom: 2px; } .np-noise-text { display: block; margin-top: 2rem; font-size: 0.75rem; color: #475569; } .np-roots-imagery img { border-radius: 12px; border: 1px solid rgba(255,255,255,0.1); } .np-growth-engine { padding: 8rem 2rem; max-width: 1200px; margin: 0 auto; } .np-engine-header { text-align: center; margin-bottom: 5rem; } .np-engine-header h2 { font-size: 3rem; margin-bottom: 1rem; } .np-process-track { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-bottom: 6rem; } .np-process-node { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); border-radius: 16px; overflow: hidden; transition: transform 0.3s ease; } .np-process-node:hover { transform: translateY(-10px); } .np-process-node img { height: 200px; } .np-node-data { padding: 2rem; } .np-node-data h3 { font-size: 1.4rem; margin-bottom: 1rem; color: var(--accent-primary); } .np-node-data p { color: var(--text-muted); font-size: 0.95rem; } .np-faq-module { max-width: 800px; margin: 0 auto; } .np-faq-module h3 { font-size: 2rem; margin-bottom: 2rem; text-align: center; } .np-faq-item { margin-bottom: 1rem; border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; } .np-faq-trigger { width: 100%; text-align: left; background: none; border: none; color: var(--text-light); padding: 1.5rem; font-size: 1.1rem; font-family: var(--font-main); cursor: pointer; font-weight: 500; } .np-faq-panel { padding: 0 1.5rem; max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; color: var(--text-muted); } .np-faq-panel.active { padding-bottom: 1.5rem; max-height: 200px; } .np-feedback-loop { padding: 7.5rem 2rem; background: var(--bg-darker); } .np-center-title { text-align: center; font-size: 2.5rem; margin-bottom: 4rem; } .np-testimonial-scatter { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; } .np-testimony-card { background: rgba(255,255,255,0.03); padding: 2.5rem; border-radius: 16px; border-top: 3px solid var(--accent-secondary); } .np-offset-card { transform: translateY(2rem); } .np-testimony-card p { font-style: italic; margin-bottom: 2rem; color: var(--text-muted); } .np-client-id { display: flex; align-items: center; gap: 1rem; } .np-client-id img { width: 50px; height: 50px; border-radius: 50%; } .np-client-meta span { display: block; } .np-client-meta span:first-child { font-weight: 800; } .np-client-meta span:last-child { font-size: 0.8rem; color: var(--accent-primary); } .np-connect-hub { padding: 8rem 2rem; max-width: 700px; margin: 0 auto; } .np-form-wrapper h2 { font-size: 3rem; margin-bottom: 1rem; text-align: center; } .np-form-wrapper p { text-align: center; color: var(--text-muted); margin-bottom: 3rem; } .np-inquiry-form { display: flex; flex-direction: column; gap: 1.5rem; } .np-input-group label { display: block; margin-bottom: 0.5rem; font-size: 0.9rem; color: var(--text-muted); } .np-input-group input, .np-input-group textarea { width: 100%; padding: 1rem; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; color: var(--text-light); font-family: var(--font-main); } .np-input-group input:focus, .np-input-group textarea:focus { outline: none; border-color: var(--accent-primary); } .np-submit-btn { width: 100%; font-size: 1.1rem; padding: 1.2rem; } .np-foot-print { background: #000; padding: 5rem 2rem 2rem; border-top: 1px solid rgba(255,255,255,0.05); } .np-footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 3rem; margin-bottom: 4rem; } .np-foot-col h4 { font-size: 1.2rem; margin-bottom: 1.5rem; color: var(--accent-primary); } .np-foot-col p, .np-foot-col a { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 0.5rem; display: block; } .np-copyright { text-align: center; color: #475569; font-size: 0.85rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.05); max-width: 1200px; margin: 0 auto; } @media (max-width: 992px) { .np-hero-massive, .np-roots-grid { grid-template-columns: 1fr; } .np-testimonial-scatter { grid-template-columns: 1fr; } .np-offset-card { transform: none; } .np-hero-headline { font-size: 3.5rem; } .np-nav-links { display: none; } }