:root{--primary-light:#ff9a8b;--primary-dark:#ff6a88;--primary-gradient:linear-gradient(160deg,var(--primary-light),var(--primary-dark));--text-dark:#2f1b1c;--text-light:#fff8f6;--text-secondary:#7c3f58;--bg-light:#fff8f6;--bg-off-white:#fce7e7;--bg-dark:#2f1b1c;--border-color:#f0d1d1;--border-radius:8px;--border-radius-pill:100px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{font-family:Manrope,sans-serif;background-color:var(--bg-light);color:var(--text-dark);line-height:1.6}h1,h2,h3,h4{font-weight:600;line-height:1.2}h1{font-size:clamp(2.75rem,5vw,4rem)}h2{font-size:clamp(2.25rem,4vw,3rem)}h3{font-size:1.25rem}h4{font-size:1.125rem}p{font-size:1rem;max-width:60ch}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 2rem}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-header p{margin:0 auto}.tag{display:inline-block;padding:.5rem 1rem;border:1px solid var(--border-color);border-radius:var(--border-radius-pill);background-color:var(--bg-off-white);font-size:.875rem;font-weight:500;margin-bottom:1rem}.tag.tag-light{background-color:var(--bg-light)}.tag.tag-dark{background-color:hsla(0,0%,100%,.15);border:none;color:var(--text-light)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--border-radius-pill);font-weight:500;font-size:.875rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;border:none;background:none}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(0,0,0,.1)}.btn-primary,.btn-primary-large{background:var(--primary-gradient);color:var(--text-dark)}.btn-primary-large{padding:1rem 2rem;font-size:1rem}.btn-light{background-color:var(--bg-light);color:var(--text-dark)}.main-header{position:sticky;top:0;z-index:1000;padding:1rem 0}.navbar{justify-content:space-between;background-color:hsla(0,0%,97%,.75);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--border-color);padding:1rem 2rem;border-radius:var(--border-radius-pill)}.logo,.navbar{display:flex;align-items:center}.logo{gap:.5rem;font-weight:500;font-size:1.25rem}.nav-links{display:flex;gap:2rem}.nav-links button{font-weight:500;transition:color .2s;background:none;border:none;cursor:pointer;color:inherit;font-size:inherit}.nav-links button:hover{color:var(--primary-dark);text-decoration:underline}.mobile-menu{display:none}.mobile-menu-button{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.hero-section{position:relative;text-align:center;padding:8rem 0;overflow:hidden}.hero-content{max-width:928px;margin:0 auto;position:relative;z-index:2}.hero-content h1{margin:1.5rem 0}.hero-content p{max-width:50ch;margin:0 auto 2rem;font-size:1.25rem;color:var(--text-secondary)}.hero-bg-shapes{position:absolute;inset:0;z-index:1}.hero-bg-shapes .shape-1{bottom:5rem;left:-10%}.hero-bg-shapes .shape-1,.hero-bg-shapes .shape-2{position:absolute;width:350px;height:350px;background:var(--primary-gradient);border-radius:50%;filter:blur(80px);opacity:.3}.hero-bg-shapes .shape-2{bottom:3rem;right:-10%}.about-section{padding:6rem 2rem;display:flex;align-items:center;gap:4rem}.about-content{flex:1}.about-content h2{margin-bottom:1.5rem}.about-content p{margin-bottom:2rem;color:var(--text-secondary)}.about-image{flex:1}.about-image img{border-radius:var(--border-radius);width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.experience-section{padding:6rem 2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-card{background-color:var(--bg-off-white);padding:2rem;border-radius:var(--border-radius)}.stat-number{font-size:3rem;font-weight:600;margin-bottom:1rem}.stat-description{font-weight:500}.services-section{background-color:var(--bg-off-white);padding:6rem 0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background-color:var(--bg-light);padding:2rem;border-radius:var(--border-radius)}.service-card h3{margin-bottom:1rem}.service-card p{color:var(--text-secondary);margin-bottom:1.5rem}.service-icon{width:48px;height:48px;border-radius:12px;background:var(--primary-gradient);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon svg{width:24px;height:24px;color:var(--text-dark)}.learn-more{font-weight:500;text-decoration:underline;color:inherit;background:none;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:gap .2s ease}.learn-more:hover{gap:.75rem}.results-section{padding:6rem 2rem;display:flex;align-items:center;gap:4rem}.results-content{flex:1}.results-content h2,.results-content p{margin-bottom:2rem}.results-cards{flex:1;display:flex;flex-direction:column;gap:1.5rem}.case-study-card{background:hsla(0,0%,97%,.75);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border-color);padding:2rem 1.5rem;border-radius:var(--border-radius)}.case-study-card h4{margin-bottom:1rem}.faq-section{padding:6rem 2rem;position:relative;overflow:hidden}.faq-accordion{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:.5rem}.faq-item{background:var(--bg-off-white);border-radius:var(--border-radius);overflow:hidden}.faq-button{width:100%;padding:1.25rem;background:none;border:none;text-align:left;cursor:pointer;font-weight:500;font-size:1.125rem;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s ease}.faq-button:hover{background-color:rgba(0,0,0,.05)}.faq-content{padding:0 1.25rem 1.25rem;color:var(--text-secondary)}.faq-arrow{transition:transform .2s ease}.faq-arrow.open{transform:rotate(180deg)}.cta-section{padding:4rem 2rem}.cta-content{background:radial-gradient(circle,#3a3d32,var(--bg-dark));color:var(--text-light);text-align:center;padding:6rem 2rem;border-radius:32px;position:relative;overflow:hidden}.cta-content h2,.cta-content p{margin-bottom:1.5rem}.cta-content p{color:var(--bg-off-white);margin:0 auto 2.5rem}.cta-bg-decoration{position:absolute;inset:0;opacity:.1}.cta-bg-decoration .decoration-1{top:2.5rem;left:2.5rem}.cta-bg-decoration .decoration-1,.cta-bg-decoration .decoration-2{position:absolute;width:8rem;height:8rem;background:var(--primary-gradient);border-radius:50%;filter:blur(3rem)}.cta-bg-decoration .decoration-2{bottom:2.5rem;right:2.5rem}.main-footer{background-color:var(--bg-light);border-top:1px solid var(--border-color);padding:4rem 0 2rem}.footer-top{justify-content:space-between;align-items:center;margin-bottom:2rem}.footer-credits,.footer-nav-links,.footer-top,.social-links{display:flex;flex-wrap:wrap;gap:2rem}.footer-nav-links button{background:none;border:none;cursor:pointer;color:var(--text-secondary);transition:color .2s ease}.footer-nav-links button:hover{color:var(--text-dark)}.footer-credits a,.social-links a{text-decoration:underline;text-underline-offset:4px;color:var(--text-secondary);transition:color .2s ease}.footer-credits a:hover,.social-links a:hover{color:var(--text-dark)}hr{border:none;height:1px;background-color:var(--border-color);margin-bottom:2rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--text-secondary)}@media (max-width:1024px){.nav-links,.navbar .btn{display:none}.mobile-menu-button{display:block}.about-section,.results-section{flex-direction:column;text-align:center}.about-content,.results-content{margin-bottom:2rem}.about-content p,.results-content p{margin-left:auto;margin-right:auto}.hero-bg-shapes .shape-1,.hero-bg-shapes .shape-2{width:250px;height:250px;opacity:.2}}@media (max-width:768px){.container{padding:0 1rem}.navbar{padding:.75rem 1rem}.mobile-menu{display:block;position:absolute;top:100%;left:0;right:0;background-color:hsla(0,0%,97%,.95);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid var(--border-color);border-top:none;border-radius:0 0 var(--border-radius-pill) var(--border-radius-pill);padding:1rem;margin-top:4px}.mobile-menu.hidden{display:none}.mobile-nav-links{display:flex;flex-direction:column;gap:.75rem}.mobile-nav-links button{background:none;border:none;cursor:pointer;text-align:left;padding:.5rem 0;font-weight:500;color:var(--text-dark);transition:color .2s ease}.mobile-nav-links button:hover{color:var(--primary-dark)}.mobile-nav-links .btn{margin-top:.5rem;justify-content:center}.about-section,.cta-section,.experience-section,.faq-section,.results-section,.services-section{padding:4rem 1rem}.footer-bottom,.footer-top{flex-direction:column;text-align:center;gap:1.5rem}.footer-credits{gap:1rem;flex-direction:column}}