:root { --bp-vibrant-magenta: #e81cff; --bp-deep-purple: #400073; --bp-soft-lilac: #f4e6ff; --bp-warm-orange: #ff7a00; --bp-dark-text: #1a1a1a; --bp-light-bg: #ffffff; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Outfit', sans-serif; color: var(--bp-dark-text); background-color: var(--bp-light-bg); line-height: 1.6; } img { width: 100%; height: auto; object-fit: cover; } .bp-top-nav { position: sticky; top: 0; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); z-index: 100; border-bottom: 1px solid var(--bp-soft-lilac); padding: 1rem 5%; } .bp-nav-inner { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; } .bp-brand-logo { font-size: 1.5rem; font-weight: 700; color: var(--bp-deep-purple); display: flex; align-items: center; gap: 0.5rem; } .bp-nav-menu { display: flex; gap: 2rem; align-items: center; } .bp-nav-menu a { text-decoration: none; color: var(--bp-dark-text); font-weight: 500; transition: color 0.3s ease; } .bp-nav-menu a:hover { color: var(--bp-vibrant-magenta); } .bp-btn-primary { background: linear-gradient(135deg, var(--bp-vibrant-magenta), var(--bp-warm-orange)); color: #fff; padding: 0.75rem 1.5rem; border-radius: 50px; text-decoration: none; font-weight: 700; border: none; cursor: pointer; display: inline-block; transition: transform 0.2s ease; } .bp-btn-primary:hover { transform: translateY(-2px); } .bp-btn-outline { border: 2px solid var(--bp-deep-purple); padding: 0.5rem 1.25rem; border-radius: 50px; color: var(--bp-deep-purple) !important; } .bp-hero-split { display: flex; flex-wrap: wrap; align-items: center; min-height: 85vh; padding: 4rem 5%; background: radial-gradient(circle at top left, var(--bp-soft-lilac), transparent 70%); } .bp-hero-text { flex: 1 1 500px; padding-right: 4rem; } .bp-hero-text h1 { font-size: 3.5rem; line-height: 1.1; margin-bottom: 1.5rem; color: var(--bp-deep-purple); } .bp-hero-text p { font-size: 1.2rem; margin-bottom: 2rem; color: #555; } .bp-hero-actions { display: flex; align-items: center; gap: 1.5rem; } .bp-hero-micro { font-size: 0.85rem; color: #777; font-weight: 300; } .bp-hero-visual { flex: 1 1 400px; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 40px rgba(64, 0, 115, 0.1); } .bp-solutions-hub { padding: 6rem 5%; max-width: 1200px; margin: 0 auto; } .bp-section-heading { text-align: center; margin-bottom: 4rem; max-width: 700px; margin-left: auto; margin-right: auto; } .bp-section-heading h2 { font-size: 2.5rem; color: var(--bp-deep-purple); margin-bottom: 1rem; } .bp-text-link { color: var(--bp-vibrant-magenta); text-decoration: underline; } .bp-solutions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.5rem; margin-bottom: 4rem; } .bp-solution-card { background: #fff; border-radius: 16px; padding: 1.5rem; box-shadow: 0 10px 30px rgba(0,0,0,0.05); transition: transform 0.3s; } .bp-solution-card:hover { transform: translateY(-5px); } .bp-solution-card img { border-radius: 12px; margin-bottom: 1.5rem; height: 200px; } .bp-solution-card h3 { color: var(--bp-deep-purple); margin-bottom: 0.75rem; } .bp-process-banner { background: var(--bp-deep-purple); color: #fff; padding: 3rem; border-radius: 20px; text-align: center; } .bp-process-banner h3 { margin-bottom: 2rem; font-size: 2rem; } .bp-process-steps { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; } .bp-step { background: rgba(255,255,255,0.1); padding: 1rem 2rem; border-radius: 8px; flex: 1 1 250px; } .bp-client-love { background: var(--bp-soft-lilac); padding: 5rem 5%; text-align: center; } .bp-client-love h2 { font-size: 2.5rem; color: var(--bp-deep-purple); margin-bottom: 3rem; } .bp-feedback-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; max-width: 1000px; margin: 0 auto; } .bp-feedback-card { background: #fff; padding: 2.5rem; border-radius: 16px; flex: 1 1 400px; text-align: left; box-shadow: 0 5px 15px rgba(0,0,0,0.05); } .bp-feedback-card p { font-size: 1.1rem; font-style: italic; margin-bottom: 1.5rem; } .bp-client-profile { display: flex; align-items: center; gap: 1rem; } .bp-client-profile img { width: 60px; height: 60px; border-radius: 50%; } .bp-client-profile span { font-weight: 700; color: var(--bp-deep-purple); } .bp-about-roots { padding: 7rem 5%; max-width: 900px; margin: 0 auto; text-align: center; } .bp-about-roots h2 { font-size: 2.5rem; margin-bottom: 1.5rem; color: var(--bp-deep-purple); } .bp-about-roots p { font-size: 1.1rem; margin-bottom: 1.5rem; color: #444; } .bp-stats-row { display: flex; justify-content: center; gap: 4rem; margin-top: 3rem; } .bp-stat-item { display: flex; flex-direction: column; } .bp-metric-number { font-size: 3.5rem; font-weight: 700; color: var(--bp-warm-orange); line-height: 1; } .bp-metric-label { font-weight: 500; color: #666; margin-top: 0.5rem; } .bp-contact-zone { padding: 5rem 5%; background: #fafafa; } .bp-contact-wrapper { max-width: 600px; margin: 0 auto; background: #fff; padding: 3rem; border-radius: 20px; box-shadow: 0 10px 40px rgba(0,0,0,0.08); } .bp-contact-wrapper h2 { color: var(--bp-deep-purple); margin-bottom: 0.5rem; } .bp-contact-wrapper p { margin-bottom: 2rem; color: #666; } .bp-form-layout { display: flex; flex-direction: column; gap: 1.5rem; } .bp-form-group { display: flex; flex-direction: column; gap: 0.5rem; } .bp-form-group label { font-weight: 500; font-size: 0.9rem; } .bp-form-group input, .bp-form-group textarea { padding: 0.8rem; border: 1px solid #ddd; border-radius: 8px; font-family: inherit; } .bp-form-group input:focus, .bp-form-group textarea:focus { outline: none; border-color: var(--bp-vibrant-magenta); } .bp-global-footer { background: var(--bp-dark-text); color: #fff; padding: 4rem 5% 2rem; } .bp-footer-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; max-width: 1200px; margin: 0 auto 3rem; } .bp-footer-col h4 { margin-bottom: 1rem; color: var(--bp-warm-orange); } .bp-footer-col a { display: block; color: #ccc; text-decoration: none; margin-bottom: 0.5rem; transition: color 0.3s; } .bp-footer-col a:hover { color: #fff; } .bp-footer-bottom { text-align: center; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 2rem; font-size: 0.9rem; color: #999; } .bp-tiny-noise { font-size: 0.75rem; margin-top: 0.5rem; opacity: 0.6; } @media (max-width: 768px) { .bp-hero-text { padding-right: 0; text-align: center; } .bp-hero-actions { justify-content: center; } .bp-nav-menu { display: none; } .bp-stats-row { flex-direction: column; gap: 2rem; } }