:root { --bc-sunset: #FF6B35; --bc-yellow: #F7C59F; --bc-dark: #2B2118; --bc-cream: #F9F8F6; --bc-white: #FFFFFF; --bc-font: 'Outfit', sans-serif; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: var(--bc-font); color: var(--bc-dark); background-color: var(--bc-cream); line-height: 1.6; overflow-x: hidden; } a { color: var(--bc-sunset); text-decoration: none; transition: color 0.3s ease; } a:hover { color: var(--bc-dark); } .bc-fluid-img { width: 100%; height: auto; object-fit: cover; display: block; } .bc-top-bar { position: sticky; top: 0; background: rgba(249, 248, 246, 0.95); backdrop-filter: blur(10px); z-index: 100; border-bottom: 1px solid rgba(43, 33, 24, 0.1); padding: 1rem 5vw; } .bc-nav-wrapper { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; } .bc-brand-mark { display: flex; align-items: center; gap: 0.5rem; font-weight: 800; font-size: 1.25rem; color: var(--bc-dark); } .bc-nav-links { display: flex; gap: 2rem; font-weight: 600; font-size: 0.95rem; } .bc-organic-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; max-width: 1200px; margin: 6rem auto 8rem; padding: 0 5vw; align-items: center; } .bc-trust-badge { display: inline-block; background: var(--bc-yellow); color: var(--bc-dark); padding: 0.35rem 1rem; border-radius: 50px; font-size: 0.85rem; font-weight: 600; margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: 0.5px; } .bc-hero-headline { font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 800; line-height: 1.1; margin-bottom: 1.5rem; color: var(--bc-dark); } .bc-hero-sub { font-size: 1.15rem; margin-bottom: 2.5rem; opacity: 0.85; } .bc-action-trigger { display: inline-block; background: var(--bc-sunset); color: var(--bc-white); padding: 1rem 2rem; border-radius: 4px; font-weight: 600; border: none; cursor: pointer; text-align: center; font-size: 1rem; transition: transform 0.2s ease, background 0.3s ease; } .bc-action-trigger:hover { background: var(--bc-dark); color: var(--bc-white); transform: translateY(-2px); } .bc-hero-visual-wrap { position: relative; } .bc-abstract-shape { position: absolute; top: -10%; left: -10%; width: 120%; height: 120%; background: linear-gradient(135deg, var(--bc-yellow) 0%, transparent 100%); border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; z-index: -1; opacity: 0.5; } .bc-hero-visual-wrap img { border-radius: 12px; box-shadow: 0 20px 40px rgba(43, 33, 24, 0.1); } .bc-our-story { background: var(--bc-white); padding: 7rem 5vw; border-radius: 40px; max-width: 1300px; margin: 0 auto 5rem; } .bc-story-inner { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 5rem; align-items: start; } .bc-section-title { font-size: 2.25rem; font-weight: 800; margin-bottom: 2rem; } .bc-center-text { text-align: center; } .bc-body-text { margin-bottom: 1.5rem; font-size: 1.05rem; opacity: 0.8; } .bc-highlight { color: var(--bc-sunset); } .bc-data-point { font-weight: 800; color: var(--bc-dark); background: linear-gradient(to right, var(--bc-yellow), transparent); padding: 0 0.25rem; } .bc-inline-link { text-decoration: underline; text-decoration-color: var(--bc-yellow); text-decoration-thickness: 2px; } .bc-rounded-img { border-radius: 20px; } .bc-faq-module { margin-top: 3rem; border-top: 2px solid var(--bc-cream); padding-top: 2rem; } .bc-faq-title { font-size: 1.5rem; margin-bottom: 1.5rem; } .bc-faq-item { margin-bottom: 1rem; border-bottom: 1px solid var(--bc-cream); } .bc-faq-question { width: 100%; text-align: left; background: none; border: none; font-family: var(--bc-font); font-size: 1.1rem; font-weight: 600; padding: 1rem 0; cursor: pointer; color: var(--bc-dark); display: flex; justify-content: space-between; } .bc-faq-answer { display: none; padding-bottom: 1rem; opacity: 0.8; } .bc-client-feedback { padding: 5rem 5vw; background: var(--bc-dark); color: var(--bc-cream); } .bc-client-feedback .bc-section-title { color: var(--bc-white); } .bc-feedback-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 3rem; max-width: 1000px; margin: 0 auto; } .bc-feedback-card { background: rgba(255, 255, 255, 0.05); padding: 2.5rem; border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.1); } .bc-avatar { width: 60px; height: 60px; border-radius: 50%; margin-bottom: 1.5rem; border: 2px solid var(--bc-sunset); } .bc-quote { font-size: 1.1rem; font-style: italic; margin-bottom: 1.5rem; line-height: 1.8; } .bc-author { font-weight: 600; color: var(--bc-yellow); font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; } .bc-solutions-matrix { padding: 7rem 5vw; max-width: 1200px; margin: 0 auto; } .bc-matrix-layout { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.5rem; margin-top: 3rem; } .bc-matrix-card { background: var(--bc-white); border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(43, 33, 24, 0.05); transition: transform 0.3s ease; } .bc-matrix-card:hover { transform: translateY(-10px); } .bc-matrix-card img { height: 200px; } .bc-card-title { padding: 1.5rem 1.5rem 0.5rem; font-size: 1.35rem; font-weight: 800; } .bc-card-text { padding: 0 1.5rem 1.5rem; opacity: 0.8; } .bc-core-advantages { padding: 6rem 5vw; background: var(--bc-yellow); color: var(--bc-dark); display: flex; flex-direction: column; align-items: center; text-align: center; } .bc-advantages-list { list-style: none; max-width: 800px; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; text-align: left; margin-top: 2rem; } .bc-advantages-list li { background: rgba(255, 255, 255, 0.5); padding: 1.5rem; border-radius: 8px; } .bc-adv-heading { display: block; font-size: 1.2rem; margin-bottom: 0.5rem; color: var(--bc-sunset); } .bc-reach-out { padding: 7rem 5vw; display: flex; justify-content: center; } .bc-contact-wrapper { background: var(--bc-white); padding: 4rem; border-radius: 24px; box-shadow: 0 20px 50px rgba(43, 33, 24, 0.08); width: 100%; max-width: 600px; } .bc-form-group { margin-bottom: 1.5rem; } .bc-form-group label { display: block; font-weight: 600; margin-bottom: 0.5rem; font-size: 0.9rem; } .bc-form-group input, .bc-form-group textarea { width: 100%; padding: 1rem; border: 1px solid #ddd; border-radius: 4px; font-family: var(--bc-font); font-size: 1rem; background: var(--bc-cream); transition: border-color 0.3s ease; } .bc-form-group input:focus, .bc-form-group textarea:focus { outline: none; border-color: var(--bc-sunset); } .bc-full-width { width: 100%; margin-top: 1rem; } .bc-noise-disclaimer { font-size: 0.75rem; opacity: 0.6; margin-top: 1rem; text-align: center; } .bc-site-footer { background: var(--bc-dark); color: rgba(255, 255, 255, 0.7); padding: 5rem 5vw 2rem; font-size: 0.9rem; } .bc-footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 3rem; margin-bottom: 4rem; } .bc-footer-col h4 { color: var(--bc-white); font-size: 1.1rem; margin-bottom: 1.5rem; } .bc-footer-col p, .bc-footer-col a { margin-bottom: 0.75rem; display: block; color: rgba(255, 255, 255, 0.7); } .bc-footer-col a:hover { color: var(--bc-yellow); } .bc-footer-bottom { text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 2rem; } @media (max-width: 900px) { .bc-organic-hero, .bc-story-inner { grid-template-columns: 1fr; gap: 3rem; } .bc-nav-links { display: none; } .bc-advantages-list { grid-template-columns: 1fr; } .bc-contact-wrapper { padding: 2.5rem; } }