:root{--primary-color: #ae847a;--primary-light: #d4bbb6;--primary-dark: #a87c72;--accent-color: #d49f93;--background-light: #f3e4e1;--text-dark: #3a2f2a;--text-medium: #5c524e;--text-light: #8b7d78;--white: #ffffff;--gray-50: #faf9f8;--gray-100: #f5f3f1;--gray-200: #e8e3e0;--font-primary: "Inter", sans-serif;--font-heading: "Playfair Display", serif;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--border-radius: 12px;--border-radius-lg: 20px;--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-primary);line-height:1.6;color:var(--text-dark);background-color:var(--white)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.nav{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-200);z-index:1000;transition:var(--transition)}.nav-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:70px}.brand-name{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--primary-color)}.nav-menu{display:flex;gap:2rem}.nav-link{text-decoration:none;color:var(--text-medium);font-weight:500;transition:var(--transition);position:relative}.nav-link:hover{color:var(--primary-color)}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.nav-toggle span{width:25px;height:3px;background:var(--primary-color);margin:3px 0;transition:var(--transition)}.hero{padding:120px 0 80px;background:linear-gradient(135deg,var(--background-light) 0%,var(--white) 100%);overflow:hidden}.hero-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:500px}.hero-content{animation:slideInLeft .8s ease-out}.hero-title{font-family:var(--font-heading);font-size:3.5rem;font-weight:600;line-height:1.2;color:var(--text-dark);margin-bottom:1.5rem}.hero-subtitle{font-size:1.2rem;line-height:1.8;color:var(--text-medium);margin-bottom:2.5rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{position:relative;animation:slideInRight .8s ease-out}.hero-image img{width:100%;height:500px;-o-object-fit:cover;object-fit:cover;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;border:none;border-radius:var(--border-radius);cursor:pointer;transition:var(--transition);white-space:nowrap}.btn-primary{background:var(--primary-color);color:var(--white)}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:var(--white)}.btn-outline{background:transparent;color:var(--text-dark);border:2px solid var(--gray-200)}.btn-outline:hover{border-color:var(--primary-color);color:var(--primary-color)}.btn.full-width{width:100%}section{padding:80px 0}.section-title{font-family:var(--font-heading);font-size:2.75rem;font-weight:600;text-align:center;color:var(--text-dark);margin-bottom:1rem}.section-subtitle{font-size:1.2rem;text-align:center;color:var(--text-medium);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.story{background:var(--white)}.story-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-text .section-title{text-align:left;margin-bottom:2rem}.story-body p{font-size:1.1rem;line-height:1.8;color:var(--text-medium);margin-bottom:1.5rem}.story-image img{width:100%;height:400px;-o-object-fit:cover;object-fit:cover;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md)}.services{background:var(--background-light)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.service-card{background:var(--white);padding:2.5rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);text-align:center;transition:var(--transition);position:relative;border:2px solid transparent}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.service-card.featured{border-color:var(--primary-color);transform:scale(1.05)}.service-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary-color);color:var(--white);padding:.5rem 1.5rem;border-radius:20px;font-size:.875rem;font-weight:600}.service-icon{width:70px;height:70px;background:var(--primary-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.service-icon i{width:32px;height:32px;color:var(--primary-color)}.service-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.service-description{color:var(--text-medium);line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;margin-bottom:2rem}.service-features li{color:var(--text-medium);position:relative;padding:.5rem 0 .5rem 1.5rem}.service-features li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700}.lead-magnet{background:var(--primary-color);color:var(--white)}.lead-magnet-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.lead-magnet-title{font-family:var(--font-heading);font-size:2.5rem;font-weight:600;margin-bottom:1.5rem}.lead-magnet-description{font-size:1.1rem;line-height:1.7;margin-bottom:2rem;opacity:.9}.lead-magnet-benefits{list-style:none}.lead-magnet-benefits li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:1rem}.lead-magnet-benefits i{width:20px;height:20px;color:var(--background-light)}.lead-magnet-form{background:var(--white);padding:2.5rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg)}.lead-magnet-form h3{font-family:var(--font-heading);font-size:1.75rem;color:var(--text-dark);text-align:center;margin-bottom:2rem}.form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form input,.form select,.form textarea{padding:.875rem 1rem;border:2px solid var(--gray-200);border-radius:var(--border-radius);font-size:1rem;font-family:inherit;transition:var(--transition)}.form input:focus,.form select:focus,.form textarea:focus{outline:none;border-color:var(--primary-color)}.form-note{font-size:.875rem;color:var(--text-light);text-align:center;margin-top:.5rem}.testimonials{background:var(--white)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:var(--gray-50);padding:2rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition)}.testimonial-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.testimonial-content{margin-bottom:2rem}.testimonial-content p{font-size:1.1rem;line-height:1.7;color:var(--text-medium);font-style:italic;position:relative}.testimonial-content p:before{content:'"';font-size:3rem;color:var(--primary-light);position:absolute;top:-10px;left:-15px;font-family:var(--font-heading)}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-author img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.testimonial-author h4{font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.testimonial-author span{color:var(--text-light);font-size:.875rem}.store{background:var(--background-light)}.store-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.product-card{background:var(--white);border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition)}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.product-card img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.product-content{padding:1.5rem;text-align:center}.product-content h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:.75rem}.product-content p{color:var(--text-medium);line-height:1.5;margin-bottom:1rem}.product-price{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem}.store-cta{text-align:center}.contact{background:var(--white)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info .section-title{text-align:left;margin-bottom:1.5rem}.contact-description{font-size:1.1rem;line-height:1.7;color:var(--text-medium);margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1rem}.contact-method{display:flex;align-items:center;gap:1rem;font-size:1rem;color:var(--text-medium)}.contact-method i{width:24px;height:24px;color:var(--primary-color)}.contact-form{background:var(--gray-50);padding:2.5rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm)}.contact-form h3{font-family:var(--font-heading);font-size:1.75rem;color:var(--text-dark);text-align:center;margin-bottom:2rem}.footer{background:var(--text-dark);color:var(--white);padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-brand h3{font-family:var(--font-heading);font-size:1.75rem;color:var(--primary-light);margin-bottom:1rem}.footer-brand p{color:var(--gray-200);line-height:1.6}.footer-section h4{font-weight:600;margin-bottom:1rem;color:var(--white)}.footer-section a{display:block;color:var(--gray-200);text-decoration:none;padding:.25rem 0;transition:var(--transition)}.footer-section a:hover{color:var(--primary-light)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center}.footer-bottom p{color:var(--gray-200);font-size:.875rem}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.hero-title{font-size:3rem}.section-title{font-size:2.5rem}.hero-container,.story-content,.lead-magnet-content,.contact-content{gap:3rem}}@media (max-width: 768px){.nav-menu{position:fixed;top:70px;left:-100%;width:100%;height:calc(100vh - 70px);background:var(--white);flex-direction:column;justify-content:start;align-items:center;padding-top:2rem;gap:1.5rem;transition:var(--transition);box-shadow:var(--shadow-lg)}.nav-menu.active{left:0}.nav-toggle{display:flex}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.hero-container,.story-content,.lead-magnet-content,.contact-content{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.hero-buttons{flex-direction:column;align-items:stretch}.hero-image{order:-1}.hero-image img{height:300px}.services-grid,.testimonials-grid,.store-grid{grid-template-columns:1fr}.service-card.featured{transform:none}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.form-row{grid-template-columns:1fr}}@media (max-width: 480px){.container{padding:0 1rem}.hero-title{font-size:2rem}.section-title{font-size:1.75rem}.hero-subtitle,.section-subtitle{font-size:1rem}.btn{padding:.75rem 1.5rem;font-size:.875rem}.service-card,.testimonial-card,.lead-magnet-form,.contact-form{padding:1.5rem}.lead-magnet-title{font-size:2rem}section{padding:60px 0}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.btn:focus,.nav-link:focus,input:focus,select:focus,textarea:focus{outline:2px solid var(--primary-color);outline-offset:2px}@media (prefers-contrast: high){.btn-secondary,.btn-outline{border-width:3px}.service-card,.testimonial-card,.product-card{border:2px solid var(--gray-200)}}
