*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;font-weight:700;line-height:1.2}.container-custom{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container-custom{padding:0 2rem}}@media (min-width: 1024px){.container-custom{padding:0 4rem}}.section-padding{padding:4rem 0}@media (min-width: 768px){.section-padding{padding:6rem 0}}@media (min-width: 1024px){.section-padding{padding:8rem 0}}:root{--primary-50: #fdf4f7;--primary-100: #fbe6ee;--primary-200: #f6c2d4;--primary-300: #ee92b3;--primary-400: #e3608d;--primary-500: #ca4874;--primary-600: #a93b5f;--primary-700: #8a314d;--primary-800: #6d283d;--primary-900: #571f31;--secondary-50: #f0f9ff;--secondary-100: #e0f2fe;--secondary-200: #bae6fd;--secondary-300: #7dd3fc;--secondary-400: #38bdf8;--secondary-500: #0ea5e9;--secondary-600: #0284c7;--secondary-700: #0369a1;--secondary-800: #075985;--secondary-900: #0c4a6e;--accent-50: #fdf4ff;--accent-100: #fae8ff;--accent-200: #f5d0fe;--accent-300: #f0abfc;--accent-400: #e879f9;--accent-500: #d946ef;--accent-600: #c026d3;--accent-700: #a21caf;--accent-800: #86198f;--accent-900: #701a75;--pop-50: #fef7ee;--pop-100: #fdedd6;--pop-200: #fad7ac;--pop-300: #f6bb77;--pop-400: #f1943e;--pop-500: #ed7519;--pop-600: #de5a0f;--pop-700: #b8430f;--pop-800: #933514;--pop-900: #762e14}.gradient-text{background:linear-gradient(135deg,var(--primary-500),var(--accent-500));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary{background:linear-gradient(135deg,var(--primary-500),var(--accent-500));color:#fff;padding:.75rem 2rem;border:none;border-radius:9999px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #0000001a}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.btn-outline{background:transparent;color:var(--primary-600);padding:.75rem 2rem;border:2px solid var(--primary-500);border-radius:9999px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn-outline:hover{background:var(--primary-500);color:#fff;transform:translateY(-2px)}.navbar{position:fixed;top:0;left:0;right:0;z-index:50;transition:all .3s ease}.navbar.scrolled{background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 6px -1px #0000001a}.navbar .container-custom{display:flex;flex-direction:column}.nav-content{display:flex;align-items:center;justify-content:space-between;height:4rem}@media (min-width: 768px){.nav-content{height:5rem}}.nav-logo{cursor:pointer;transition:transform .3s ease}.nav-logo:hover{transform:scale(1.05)}.nav-logo img{height:2rem;width:auto}@media (min-width: 768px){.nav-logo img{height:3.5rem}}.nav-desktop{display:none}@media (min-width: 768px){.nav-desktop{display:flex;align-items:center;gap:2rem}}.nav-item{color:#374151;font-weight:500;cursor:pointer;transition:color .2s ease;position:relative;background:none;border:none;font-size:1rem;padding:0}.nav-item:hover{color:var(--primary-600)}.nav-item:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--primary-500);transition:width .3s ease}.nav-item:hover:after{width:100%}.nav-mobile-toggle{display:block;padding:.5rem;border-radius:.5rem;border:none;background:transparent;cursor:pointer;transition:background-color .2s ease}@media (min-width: 768px){.nav-mobile-toggle{display:none}}.nav-mobile-toggle:hover{background-color:#f3f4f6}.nav-mobile{background:white;border-top:1px solid #e5e7eb;overflow:hidden}.nav-mobile-content{padding:1rem 0}.nav-mobile .nav-item{display:block;width:100%;text-align:left;padding:.75rem 1rem;border:none;background:transparent;font-size:1rem}.nav-mobile .nav-item:hover{background-color:#f9fafb}.nav-mobile-cta{padding:0 1rem;margin-top:.5rem}.nav-mobile-cta .btn-primary{width:100%}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--primary-50),white,var(--secondary-50))}.hero-floating-elements{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero-floating-element{position:absolute;border-radius:50%;opacity:.25}.hero-floating-element:nth-child(1){top:5rem;left:2.5rem;width:5rem;height:5rem;background:var(--primary-300)}.hero-floating-element:nth-child(2){top:10rem;right:5rem;width:4rem;height:4rem;background:var(--accent-200)}.hero-floating-element:nth-child(3){bottom:10rem;left:5rem;width:3rem;height:3rem;background:#cfd5e0}.hero-content{display:flex;align-items:center;text-align:center;max-width:64rem;margin:0 auto;position:relative;z-index:10}.hero-title{font-size:2.25rem;margin-bottom:1.5rem;line-height:1.1}@media (min-width: 768px){.hero-title{font-size:2.5rem}}@media (max-width: 1024px){.hero-title{font-size:3rem}}@media (min-width: 1280px){.hero-title{font-size:3.25rem}}.hero-subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;max-width:42rem;margin-left:auto;margin-right:auto;line-height:1.6}@media (min-width: 768px){.hero-subtitle{font-size:1.2rem}}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;margin-bottom:3rem}@media (min-width: 640px){.hero-buttons{flex-direction:row}}.hero-social{display:flex;flex-direction:column;align-items:center;gap:1rem}.hero-social-text{color:#6b7280;font-weight:500}.hero-social-icons{display:flex;gap:1rem}.hero-social-icon{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease}.hero-social-icon.instagram{background:linear-gradient(135deg,#ec4899,#a855f7)}.hero-social-icon.facebook{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.hero-social-icon:hover{transform:scale(1.1) translateY(-2px);box-shadow:0 4px 12px #00000026}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-scroll-button{color:#9ca3af;background:none;border:none;cursor:pointer;transition:color .3s ease}.hero-scroll-button:hover{color:var(--primary-500)}.hero-image{display:block;margin-right:4rem;height:450px;width:300px;object-fit:cover;border-radius:1rem;box-shadow:0 25px 50px -12px #00000059;object-position:65% 0}@media (max-width: 900px){.hero-image{display:none}}.about{background:linear-gradient(135deg,#cfd5e0,white)}.about-grid{display:grid;gap:3rem;align-items:center;margin-bottom:4rem}@media (min-width: 1024px){.about-grid{grid-template-columns:1fr 1fr}}.about-content h2{font-size:2.25rem;margin-bottom:1.5rem}@media (min-width: 768px){.about-content h2{font-size:3rem}}.about-content p{font-size:1.15rem;color:#6b7280;max-width:48rem;margin-left:auto;margin-right:auto;line-height:1.4;margin-bottom:2rem}.about-image{position:relative}.about-image img{width:100%;height:auto;object-fit:cover;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040}.about-features{display:grid;gap:2rem;margin-bottom:4rem}@media (min-width: 768px){.about-features{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.about-features{grid-template-columns:repeat(3,1fr)}}.about-feature{background:white;border-radius:1rem;padding:2rem;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s ease;border:1px solid #f3f4f6}.about-feature:hover{box-shadow:0 25px 50px -12px #00000040}.about-feature-icon{width:4rem;height:4rem;background:linear-gradient(135deg,var(--primary-500),var(--accent-500));border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 1.5rem}.about-feature h3{font-size:1.25rem;margin-bottom:1rem;color:#1f2937}.about-feature p{color:#6b7280;line-height:1.6;margin:0}.about-cta{background:linear-gradient(135deg,var(--primary-500),var(--accent-500));border-radius:1.5rem;padding:2rem;text-align:center;color:#fff;position:relative;overflow:hidden}@media (min-width: 768px){.about-cta{padding:3rem}}.about-cta-background{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1}.about-cta-background img{width:100%;height:100%;object-fit:cover}.about-cta-content{position:relative;z-index:10}.about-cta h3{font-size:1.875rem;margin-bottom:1rem}@media (min-width: 768px){.about-cta h3{font-size:2.25rem}}.about-cta p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.about-cta-button{background:white;color:var(--pop-500);font-weight:600;font-size:.9rem;padding:1rem 2rem;border:none;border-radius:9999px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 15px -3px #0000001a}.about-cta-button:hover{background:#f9fafb;transform:translateY(-2px);box-shadow:0 20px 25px -5px #0000001a}.services{background:white}.services-header{text-align:center;margin-bottom:4rem}.services-header h2{font-size:2.25rem;margin-bottom:1.5rem}@media (min-width: 768px){.services-header h2{font-size:3rem}}.services-header p{font-size:1.25rem;color:#6b7280;max-width:64rem;margin-left:auto;margin-right:auto;line-height:1.6;margin-bottom:1rem}.services-header p:last-of-type{font-size:1.125rem;margin-bottom:0}.services-grid{display:grid;gap:2rem;margin-bottom:4rem}@media (min-width: 768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{position:relative;background:white;border-radius:1.5rem;padding:2rem;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s ease;border:2px solid #f3f4f6}.service-card:hover{box-shadow:0 25px 50px -12px #00000040;border-color:var(--primary-200)}.service-card.popular{border-color:var(--pop-500);transform:scale(1.05)}.service-card.popular:before{content:"Most Popular";position:absolute;top:-1rem;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--primary-500),var(--accent-500));color:#fff;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:600}.service-image{margin-bottom:1.5rem}.service-image img{width:100%;height:12rem;object-fit:cover;border-radius:1rem;margin-bottom:1rem}.service-header{text-align:center;margin-bottom:1.5rem}.service-icon{width:4rem;height:4rem;background:linear-gradient(135deg,var(--primary-500),var(--accent-500));border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 1rem}.service-icon svg{width:1.5rem;height:1.5rem}.service-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.service-price{font-size:2.25rem;font-weight:700;color:var(--pop-500)}.service-duration{color:#6b7280;margin-left:.5rem}.service-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.service-features{list-style:none;margin-bottom:2rem}.service-features li{color:#6b7280;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.service-features li:before{content:"✓";position:absolute;left:0;color:var(--primary-500);font-weight:700}.service-button{width:100%;padding:1rem 1.5rem;border:none;border-radius:9999px;font-weight:600;cursor:pointer;transition:all .3s ease}.service-button.primary{background:linear-gradient(135deg,var(--primary-500),var(--accent-500));color:#fff}.service-button.primary:hover{box-shadow:0 10px 15px -3px #0000001a}.service-button.secondary{background:#f3f4f6;color:#374151}.service-button.secondary:hover{background:var(--primary-500);color:#fff}.services-cta{text-align:center;background:linear-gradient(135deg,var(--primary-50),var(--secondary-50));border-radius:1.5rem;padding:3rem 2rem;margin-top:2rem}.services-cta h3{font-size:2rem;margin-bottom:1rem;color:#1f2937}@media (min-width: 768px){.services-cta h3{font-size:2.5rem}}.services-cta p{font-size:1.125rem;color:#6b7280;margin-bottom:2rem;max-width:48rem;margin-left:auto;margin-right:auto}.mystory{background:linear-gradient(135deg,#f9fafb,white)}.mystory-grid{display:grid;gap:3rem;align-items:center;margin-bottom:4rem}@media (min-width: 1024px){.mystory-grid{grid-template-columns:1fr 1fr}}.mystory-content h2{font-size:2.25rem;margin-bottom:1.5rem}@media (min-width: 768px){.mystory-content h2{font-size:3rem}}.mystory-content p{font-size:1.1rem;color:#6b7280;line-height:1.4;margin-bottom:1.5rem}.mystory-content p:first-of-type{font-size:1.15rem;color:var(--accent-700)}.mystory-social{display:flex;align-items:center;gap:1rem;margin-top:2rem}.mystory-social-text{color:#6b7280;font-weight:500}.mystory-social-icons{display:flex;gap:.75rem}.mystory-social-icon{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease}.mystory-social-icon.instagram{background:linear-gradient(135deg,#ec4899,#a855f7)}.mystory-social-icon.facebook{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.mystory-social-icon:hover{transform:scale(1.1)}.mystory-image{position:relative}.mystory-image img{width:100%;height:auto;object-fit:cover;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040}.mystory-cta{background:linear-gradient(135deg,var(--primary-500),var(--accent-500));border-radius:1.5rem;padding:2rem;text-align:center;color:#fff;position:relative;overflow:hidden}@media (min-width: 768px){.mystory-cta{padding:3rem}}.mystory-cta-background{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.1}.mystory-cta-background img{width:100%;height:100%;object-fit:cover}.mystory-cta-content{position:relative;z-index:10}.mystory-cta h3{font-size:1.875rem;margin-bottom:1rem}@media (min-width: 768px){.mystory-cta h3{font-size:2.25rem}}.mystory-cta p{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.mystory-cta-button{background:white;color:var(--primary-600);font-weight:600;padding:1rem 2rem;border:none;border-radius:9999px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 15px -3px #0000001a}.mystory-cta-button:hover{background:#f9fafb;transform:translateY(-2px);box-shadow:0 20px 25px -5px #0000001a}.testimonials{background:white}.testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-header h2{font-size:2.25rem;margin-bottom:1.5rem}@media (min-width: 768px){.testimonials-header h2{font-size:3rem}}.testimonials-header p{font-size:1.25rem;color:#6b7280;max-width:48rem;margin-left:auto;margin-right:auto;line-height:1.6}.testimonials-grid{display:grid;gap:2rem}@media (min-width: 768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:white;border-radius:1.5rem;padding:2rem;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s ease;border:1px solid #f3f4f6}.testimonial-card:hover{box-shadow:0 25px 50px -12px #00000040;transform:translateY(-4px)}.testimonial-text{color:#6b7280;line-height:1.6;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.testimonial-avatar img{width:100%;height:100%;object-fit:cover}.testimonial-info h4{color:#1f2937;margin-bottom:.25rem}.testimonial-info p{color:#6b7280;font-size:.875rem;margin:0}.contact{background:linear-gradient(135deg,#111827,#1f2937);color:#fff}.contact-header{text-align:center;margin-bottom:4rem}.contact-header h2{font-size:2.25rem;margin-bottom:1.5rem;color:#fff}@media (min-width: 768px){.contact-header h2{font-size:3rem}}.contact-header p{font-size:1.25rem;color:#d1d5db;max-width:48rem;margin-left:auto;margin-right:auto;line-height:1.6}.contact-grid{display:grid;gap:3rem}@media (min-width: 1024px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:center;gap:1rem}.contact-icon{width:3rem;height:3rem;background:linear-gradient(135deg,var(--primary-500),var(--accent-500));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.contact-details h3{color:#fff;margin-bottom:.25rem}.contact-details p{color:#d1d5db;margin:0}.contact-form{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:1.5rem;padding:2rem;box-shadow:0 10px 15px -3px #0000001a;border:1px solid rgba(255,255,255,.2)}@media (min-width: 768px){.contact-form{padding:3rem}}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#fff;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;font-size:1rem;transition:border-color .2s ease;background:rgba(255,255,255,.1);color:#fff}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff9}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-500);box-shadow:0 0 0 3px #ed75191a}.form-group textarea{resize:vertical;min-height:8rem}.contact-form-button{background:linear-gradient(135deg,var(--primary-500),var(--accent-500));color:#fff;padding:1rem 2rem;border:none;border-radius:9999px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #0000001a;display:flex;align-items:center;gap:.5rem;justify-content:center}.contact-form-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.footer{background:#111827;color:#fff}.footer .container-custom{padding-top:3rem;padding-bottom:3rem}.footer-grid{display:grid;gap:2rem;margin-bottom:2rem}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand{grid-column:span 2}.footer-brand-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo img{height:2.5rem;width:auto}.footer-brand-info h3{font-size:1.5rem;margin-bottom:.25rem}.footer-brand-info p{color:#9ca3af;margin:0}.footer-brand-description{color:#9ca3af;line-height:1.6;margin-bottom:1.5rem;max-width:24rem}.footer-social{display:flex;gap:1rem}.footer-social-icon{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease}.footer-social-icon.instagram{background:linear-gradient(135deg,#ec4899,#a855f7)}.footer-social-icon.facebook{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.footer-social-icon:hover{transform:scale(1.1)}.footer-section h3{color:#fff;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.75rem}.footer-section button{background:none;border:none;color:#9ca3af;cursor:pointer;transition:color .2s ease;text-align:left;padding:0;font-size:1rem}.footer-section button:hover{color:var(--primary-400)}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center;color:#9ca3af}.footer-bottom-content{display:flex;align-items:center;justify-content:center;gap:.5rem}.footer-heart{color:#ef4444}@media (max-width: 640px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.125rem}.hero-buttons{flex-direction:column;align-items:center}.container-custom{padding:0 1rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.fade-in{animation:fadeIn .6s ease-in-out}.slide-up{animation:slideUp .8s ease-out}.float{animation:float 6s ease-in-out infinite}
