.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;transition:all .3s ease;background:transparent}.navbar.scrolled{background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 2px 20px #0000000f;padding:.625rem 0}.navbar-inner{display:flex;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;background:linear-gradient(135deg,var(--secondary-color),var(--accent-color));color:var(--white);padding:.375rem 1rem;border-radius:50px;font-size:.85rem;font-weight:500;font-family:Montserrat,sans-serif;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 4px 12px #ff6b9d33;transition:all .3s ease}.navbar-brand:hover{color:var(--white);transform:translateY(-1px);box-shadow:0 6px 16px #ff6b9d4d}.navbar-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.navbar-links a{font-size:.9rem;font-weight:500;color:var(--primary-color);letter-spacing:.3px;position:relative;padding:.25rem 0;transition:color .3s ease}.navbar-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(135deg,var(--secondary-color),var(--accent-color));transition:width .3s ease;border-radius:1px}.navbar-links a:hover{color:var(--accent-color)}.navbar-links a:hover:after{width:100%}.navbar-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;z-index:1001}.navbar-toggle span{display:block;width:24px;height:2px;background:var(--primary-color);border-radius:2px;transition:all .3s ease}.navbar-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar-toggle.open span:nth-child(2){opacity:0}.navbar-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.navbar-overlay{display:none}@media (max-width: 768px){.navbar-toggle{display:flex}.navbar-links{position:fixed;top:0;right:-100%;width:280px;height:100vh;flex-direction:column;background:var(--white);padding:5rem 2rem 2rem;gap:0;box-shadow:-8px 0 30px #0000001a;transition:right .35s ease;z-index:1000}.navbar-links.open{right:0}.navbar-links li{border-bottom:1px solid rgba(0,0,0,.05)}.navbar-links a{display:block;padding:1rem 0;font-size:1.05rem}.navbar-links a:after{display:none}.navbar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:999}}.hero{background:linear-gradient(135deg,var(--light-bg) 0%,#fff 100%);padding:7rem 0 4rem;overflow:hidden;position:relative}.hero:before{content:"";position:absolute;top:0;right:0;width:60%;height:100%;background:linear-gradient(to right,transparent 0%,rgba(255,107,157,.05) 30%,rgba(255,217,61,.05) 100%);z-index:0;border-radius:0 0 0 100px}.hero-content-wrapper{position:relative;z-index:1}.hero-text-center{text-align:center;max-width:900px;margin:0 auto 4rem;animation:fadeInUp .8s ease-out}.hero h1{color:var(--primary-color);font-size:4.5rem;margin-bottom:.75rem;line-height:1.1;font-weight:600}.hero-subtitle{font-size:1.75rem;font-family:Cormorant Garamond,serif;color:var(--accent-color);margin-bottom:1.5rem;font-weight:400}.hero-description{font-size:1.25rem;line-height:1.8;color:var(--text-color);margin:0 auto 2.5rem;max-width:650px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.cta-button{padding:1rem 2.5rem;font-size:1rem;font-weight:500;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;font-family:Montserrat,sans-serif}.cta-button.primary{background:linear-gradient(135deg,var(--secondary-color),var(--accent-color));color:var(--white);box-shadow:var(--shadow-colored)}.cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 12px 24px #ff6b9d4d}.cta-button.secondary{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.cta-button.secondary:hover{background:var(--primary-color);color:var(--white);transform:translateY(-2px)}.hero-slideshow{position:relative;max-width:800px;margin:0 auto;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-lg);animation:fadeInUp .8s ease-out .2s backwards;height:900px}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center bottom;opacity:0;transition:opacity 1s ease}.hero-slide-1{object-position:center 65%}.hero-slide.active{opacity:1}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffb3;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #00000026;z-index:2;transition:background .3s ease,transform .3s ease;color:var(--primary-color)}.hero-arrow:hover{background:var(--white);transform:translateY(-50%) scale(1.08)}.hero-arrow svg{width:20px;height:20px}.hero-arrow-prev{left:1rem}.hero-arrow-next{right:1rem}.hero-slideshow-dots{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);display:flex;gap:.625rem;z-index:2}.hero-dot{width:10px;height:10px;border-radius:50%;border:2px solid rgba(255,255,255,.8);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.hero-dot.active{background:var(--white);transform:scale(1.2)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.hero h1{font-size:3.5rem}.hero-text-center{margin-bottom:3rem}.hero-slideshow{max-width:700px;height:800px}}@media (max-width: 768px){.hero{padding:7rem 0 3rem}.hero:before{display:none}.hero-text-center{margin-bottom:2rem;padding:0 .5rem}.hero h1{font-size:2.5rem;line-height:1.1;margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;margin-bottom:1rem;line-height:1.3}.hero-description{font-size:1rem;margin:0 auto 1.75rem;line-height:1.6}.cta-button{padding:.875rem 1.75rem;font-size:.9375rem}.hero-slideshow{max-width:500px;border-radius:16px;height:650px}.hero-arrow{width:38px;height:38px}.hero-arrow svg{width:18px;height:18px}.hero-arrow-prev{left:.75rem}.hero-arrow-next{right:.75rem}}@media (max-width: 480px){.hero{padding:6.5rem 0 2.5rem}.hero h1{font-size:2rem;margin-bottom:.75rem}.hero-subtitle{font-size:1.125rem;margin-bottom:.875rem}.hero-description{font-size:.9375rem;margin-bottom:1.5rem;line-height:1.6}.hero-buttons{flex-direction:column;width:100%;gap:.75rem}.cta-button{width:100%;padding:1rem;font-size:.9375rem}.hero-slideshow{max-width:100%;border-radius:12px;height:450px}.hero-arrow{width:34px;height:34px}.hero-arrow svg{width:16px;height:16px}.hero-arrow-prev{left:.5rem}.hero-arrow-next{right:.5rem}}.about{background-color:var(--white);padding:8rem 0;position:relative}.about-grid{display:grid;grid-template-columns:45% 1fr;gap:5rem;align-items:center}.about-image{position:relative}.about-image-wrapper{border-radius:24px;overflow:hidden;box-shadow:var(--shadow-lg)}.about-image-wrapper img{width:100%;height:auto;display:block;transition:transform .4s ease}.about-image-wrapper:hover img{transform:scale(1.05)}.about-content{max-width:600px}.about h2{font-size:3rem;color:var(--primary-color);margin-bottom:2rem;line-height:1.2}.about-text p{font-size:1.125rem;line-height:1.9;margin-bottom:1.5rem;color:var(--text-color)}.about-highlight{position:relative;background:linear-gradient(135deg,#ff6b9d14,#ffd93d14);padding:2rem 2rem 2rem 4rem;border-radius:16px;margin:2.5rem 0;border-left:4px solid var(--secondary-color)}.quote-icon{position:absolute;left:1rem;top:1.75rem;width:32px;height:32px;color:var(--secondary-color);opacity:.3}.about-highlight p{font-size:1.25rem;font-weight:500;color:var(--primary-color);margin:0;font-style:italic;line-height:1.7}@media (max-width: 1024px){.about-grid{gap:4rem}.about h2{font-size:2.5rem}}@media (max-width: 768px){.about{padding:5rem 0}.about-grid{grid-template-columns:1fr;gap:3rem}.about-content{order:1}.about-image{order:2;max-width:500px;margin:0 auto}.section-label{font-size:.8125rem}.about h2{font-size:2.25rem}.about-text p{font-size:1rem}.about-highlight{padding:1.5rem 1.5rem 1.5rem 3.5rem}.about-highlight p{font-size:1.125rem}.quote-icon{left:.75rem;top:1.25rem;width:28px;height:28px}}@media (max-width: 480px){.about{padding:3rem 0}.about-grid{gap:2rem}.about h2{font-size:1.875rem}.about-text p{font-size:.9375rem;line-height:1.7}.about-highlight{padding:1.25rem 1.25rem 1.25rem 3rem}.about-highlight p{font-size:1rem;line-height:1.6}}.how-it-works{background:var(--white);padding:8rem 0;position:relative;overflow:hidden}.how-it-works:before{content:"";position:absolute;top:0;left:0;width:100%;height:300px;background:linear-gradient(180deg,var(--light-bg) 0%,transparent 100%);z-index:0}.section-header{text-align:center;max-width:700px;margin:0 auto 5rem;position:relative;z-index:1}.section-description{font-size:1.125rem;line-height:1.8;color:var(--text-color);opacity:.9}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative;z-index:1}.step-card{position:relative;text-align:center;padding:2.5rem 1.5rem;background:var(--white);border-radius:20px;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;opacity:0;animation:fadeInUp .6s ease-out forwards;border:2px solid transparent;will-change:transform}.step-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--secondary-color)}.step-icon{font-size:3rem;margin-bottom:1rem;animation:float 3s ease-in-out infinite;will-change:transform;transform:translateZ(0)}.step-card:nth-child(2) .step-icon{animation-delay:.5s}.step-card:nth-child(3) .step-icon{animation-delay:1s}.step-card:nth-child(4) .step-icon{animation-delay:1.5s}@keyframes float{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-10px,0)}}.step-number{display:inline-block;width:50px;height:50px;line-height:50px;font-size:1.25rem;font-family:Cormorant Garamond,serif;font-weight:600;color:var(--white);background:linear-gradient(135deg,var(--secondary-color),var(--accent-color));border-radius:50%;margin-bottom:1.5rem;box-shadow:var(--shadow-colored)}.step-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-color)}.step-card p{font-size:1rem;line-height:1.7;color:var(--text-color);margin:0}.step-connector{display:none}@media (max-width: 1200px){.steps-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width: 768px){.how-it-works{padding:5rem 0}.section-header{margin-bottom:3rem}.section-header h2{font-size:2.5rem}.section-description{font-size:1rem}.steps-grid{grid-template-columns:1fr;gap:2rem}.step-card{padding:2rem 1.5rem}.step-icon{font-size:2.5rem}.step-card h3{font-size:1.375rem}}@media (max-width: 480px){.how-it-works{padding:3rem 0}.section-header{margin-bottom:2.5rem}.section-header h2{font-size:2rem}.section-description{font-size:.9375rem}.steps-grid{gap:1.5rem}.step-card{padding:1.5rem 1.25rem}.step-icon{font-size:2rem;margin-bottom:.75rem}.step-number{width:45px;height:45px;line-height:45px;font-size:1.125rem;margin-bottom:1rem}.step-card h3{font-size:1.25rem;margin-bottom:.75rem}.step-card p{font-size:.9375rem;line-height:1.6}}.pricing{background:linear-gradient(180deg,var(--light-bg) 0%,var(--white) 100%);padding:8rem 0}.pricing-intro{text-align:center;font-size:1.125rem;margin-bottom:4rem;color:var(--text-color);max-width:600px;margin-left:auto;margin-right:auto}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;max-width:1100px;margin:0 auto 3rem}.pricing-card{position:relative;background:var(--white);padding:3rem 2rem;border-radius:20px;box-shadow:var(--shadow);text-align:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;border:3px solid transparent;will-change:transform}.pricing-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--secondary-color)}.pricing-card.popular{background:linear-gradient(135deg,#ff6b9d0d,#c445690d);border-color:var(--secondary-color);transform:scale(1.05)}.pricing-card.popular:hover{transform:scale(1.05) translateY(-8px)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--secondary-color),var(--accent-color));color:var(--white);padding:.375rem 1rem;border-radius:50px;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;box-shadow:var(--shadow-colored)}.pricing-size{font-size:1.75rem;margin-bottom:1.5rem;color:var(--primary-color);font-weight:600}.pricing-price{font-size:3rem;font-weight:700;font-family:Cormorant Garamond,serif;color:var(--secondary-color);margin-bottom:2rem;position:relative}.pricing-features{list-style:none;padding:0;margin:0;text-align:left}.pricing-features li{padding:.75rem 0;color:var(--text-color);font-size:1rem;border-bottom:1px solid rgba(0,0,0,.05)}.pricing-features li:last-child{border-bottom:none}.pricing-note{text-align:center;font-size:1.125rem;color:var(--text-color);margin-top:3rem;padding:1.5rem 2rem;background:var(--white);border-radius:16px;max-width:700px;margin-left:auto;margin-right:auto;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;gap:1rem}.note-icon{font-size:1.5rem}@media (max-width: 1024px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.pricing{padding:5rem 0}.pricing-intro{font-size:1rem;margin-bottom:3rem}.pricing-grid{grid-template-columns:1fr;gap:2rem}.pricing-card{padding:2.5rem 2rem}.pricing-card.popular{transform:scale(1)}.pricing-card.popular:hover{transform:translateY(-8px)}.pricing-size{font-size:1.5rem}.pricing-price{font-size:2.5rem}.pricing-note{flex-direction:column;text-align:center;gap:.5rem;font-size:1rem}}@media (max-width: 480px){.pricing{padding:3rem 0}.section-header h2{font-size:2rem}.pricing-intro{font-size:.9375rem;margin-bottom:2.5rem}.pricing-grid{gap:1.5rem}.pricing-card{padding:2rem 1.5rem}.pricing-size{font-size:1.375rem}.pricing-price{font-size:2.25rem;margin-bottom:1.5rem}.pricing-features li{font-size:.9375rem;padding:.625rem 0}.pricing-note{padding:1.25rem;font-size:.9375rem;margin-top:2rem}.note-icon{font-size:1.25rem}}.gallery{background:linear-gradient(180deg,var(--light-bg) 0%,var(--white) 100%);padding:8rem 0;position:relative}.gallery-header{text-align:center;max-width:700px;margin:0 auto 4rem}.gallery h2{font-size:3rem;color:var(--primary-color);margin-bottom:1.5rem}.gallery-intro{font-size:1.125rem;line-height:1.8;color:var(--text-color);opacity:.9}.gallery-carousel{position:relative;display:flex;align-items:center;gap:1rem;margin-top:3rem}.gallery-viewport{overflow:hidden;flex:1;border-radius:20px}.gallery-track{display:flex}.gallery-card{padding:0 .75rem;box-sizing:border-box}.gallery-image{position:relative;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-lg);background-color:var(--white);cursor:pointer;transition:transform .4s ease,box-shadow .4s ease}.gallery-image:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 25px 50px #00000026}.gallery-image img{width:100%;height:400px;object-fit:cover;display:block;transition:transform .4s ease}.gallery-image:hover img{transform:scale(1.05)}.gallery-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(26,26,46,.95) 0%,rgba(26,26,46,.7) 50%,transparent 100%);display:flex;align-items:flex-end;padding:2rem;opacity:0;transition:opacity .4s ease}.gallery-image:hover .gallery-overlay{opacity:1}.gallery-overlay-content h3{color:var(--white);font-size:1.5rem;margin-bottom:.5rem;transform:translateY(20px);transition:transform .4s ease}.gallery-overlay-content p{color:#ffffffe6;font-size:1rem;margin:0;transform:translateY(20px);transition:transform .4s ease .1s}.gallery-image:hover .gallery-overlay-content h3,.gallery-image:hover .gallery-overlay-content p{transform:translateY(0)}.gallery-arrow{flex-shrink:0;width:48px;height:48px;border-radius:50%;border:2px solid var(--primary-color);background:var(--white);color:var(--primary-color);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:var(--shadow);z-index:2}.gallery-arrow:hover{background:var(--primary-color);color:var(--white);transform:scale(1.1)}.gallery-arrow svg{width:20px;height:20px}.gallery-dots{display:flex;justify-content:center;gap:.625rem;margin-top:2rem}.gallery-dot{width:10px;height:10px;border-radius:50%;border:2px solid var(--accent-color);background:transparent;padding:0;cursor:pointer;transition:all .3s ease}.gallery-dot.active{background:var(--accent-color);transform:scale(1.3)}.gallery-dot:hover{background:#c4456980}@media (max-width: 1024px){.gallery-image img{height:350px}}@media (max-width: 768px){.gallery{padding:5rem 0}.gallery-header{margin-bottom:3rem}.gallery h2{font-size:2.5rem}.gallery-intro{font-size:1rem}.gallery-image img{height:350px}.gallery-overlay{opacity:1;background:linear-gradient(to top,rgba(26,26,46,.85) 0%,transparent 60%)}.gallery-overlay-content h3,.gallery-overlay-content p{transform:translateY(0)}}@media (max-width: 640px){.gallery-image img{height:300px}.gallery-arrow{width:36px;height:36px}.gallery-arrow svg{width:16px;height:16px}.gallery-card{padding:0 .25rem}}@media (max-width: 480px){.gallery{padding:3rem 0}.gallery-header{margin-bottom:2rem}.gallery h2{font-size:2rem}.gallery-intro{font-size:.9375rem}.gallery-image img{height:280px}.gallery-carousel{gap:.5rem}.gallery-arrow{width:32px;height:32px}.gallery-arrow svg{width:14px;height:14px}.gallery-overlay{padding:1.25rem}.gallery-overlay-content h3{font-size:1.125rem}.gallery-overlay-content p{font-size:.875rem}.gallery-dots{margin-top:1.5rem}}.contact-form-section{background:linear-gradient(180deg,var(--light-bg) 0%,var(--white) 100%);padding:8rem 0;position:relative}.contact-intro{text-align:center;font-size:1.125rem;margin-bottom:3rem;color:var(--text-color)}.contact-form{max-width:800px;margin:0 auto;background:var(--white);padding:3.5rem;border-radius:24px;box-shadow:var(--shadow-lg);border:1px solid rgba(255,107,157,.1)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.625rem;font-weight:500;color:var(--primary-color);font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:1rem 1.25rem;border:2px solid rgba(255,107,157,.15);border-radius:12px;font-size:1rem;font-family:Montserrat,sans-serif;transition:all .3s ease;background-color:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--secondary-color);box-shadow:0 0 0 4px #ff6b9d1a;background-color:var(--white)}.form-group textarea{resize:vertical;min-height:140px}.submit-button{width:100%;background:linear-gradient(135deg,var(--secondary-color),var(--accent-color));color:var(--white);padding:1.25rem 2rem;font-size:1.125rem;font-weight:600;border:none;border-radius:12px;box-shadow:var(--shadow-colored);transition:all .3s ease;margin-top:1rem;cursor:pointer}.submit-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 24px #ff6b9d4d}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.alert{padding:1.25rem;border-radius:12px;margin-bottom:1.5rem;font-size:.95rem;display:flex;align-items:center;gap:.75rem}.alert:before{content:"";width:20px;height:20px;flex-shrink:0}.alert-success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert-success:before{content:"✓";display:flex;align-items:center;justify-content:center;background:#28a745;color:#fff;border-radius:50%;font-weight:700}.alert-error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.alert-error:before{content:"!";display:flex;align-items:center;justify-content:center;background:#dc3545;color:#fff;border-radius:50%;font-weight:700}@media (max-width: 768px){.contact-form-section{padding:5rem 0}.contact-intro{font-size:1rem}.contact-form{padding:2rem 1.5rem}.form-grid{grid-template-columns:1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-group input,.form-group textarea{padding:.875rem 1rem}.submit-button{padding:1rem 2rem}}@media (max-width: 480px){.contact-form-section{padding:3rem 0}.section-header h2{font-size:2rem}.contact-intro{font-size:.9375rem;margin-bottom:2rem}.contact-form{padding:1.75rem 1.25rem;border-radius:16px}.form-group{margin-bottom:1.25rem}.form-group label{font-size:.875rem;margin-bottom:.5rem}.form-group input,.form-group textarea{padding:.875rem;font-size:1rem;border-radius:10px}.form-group textarea{min-height:120px}.submit-button{padding:1rem;font-size:1rem;border-radius:10px}.alert{padding:1rem;font-size:.875rem}}.footer{background:linear-gradient(135deg,var(--primary-color) 0%,#252542 100%);color:var(--white);padding:4rem 0 2rem;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--secondary-color),transparent)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{color:var(--white);font-size:1.75rem;margin-bottom:1rem}.footer-section h4{color:var(--tertiary-color);font-size:1.125rem;margin-bottom:.75rem;font-weight:500}.footer-section p{color:#fffc;line-height:1.8;font-size:.95rem}.social-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--white);background:#ffffff1a;padding:.75rem 1.25rem;border-radius:50px;transition:all .3s ease;font-size:1rem;margin-top:.5rem}.social-link:hover{background:#fff3;transform:translateY(-2px)}.social-icon{width:20px;height:20px;flex-shrink:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center}.footer-bottom p{color:#fff9;font-size:.9rem;margin:0}.privacy-link{color:#ffffffb3;text-decoration:underline;transition:color .3s ease}.privacy-link:hover{color:#fff}@media (max-width: 768px){.footer{padding:3rem 0 1.5rem}.footer-content{gap:2rem;text-align:center}.footer-bottom{padding-top:1.5rem}.footer-bottom p{display:flex;flex-direction:column;gap:.5rem}.footer-separator{display:none}}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;border-radius:50%;border:none;background:linear-gradient(135deg,var(--secondary-color),var(--accent-color));color:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #ff6b9d4d;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;z-index:900}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ff6b9d66}.back-to-top svg{width:20px;height:20px}@media (max-width: 480px){.back-to-top{bottom:1.25rem;right:1.25rem;width:40px;height:40px}.back-to-top svg{width:18px;height:18px}}.App{min-height:100vh}section{scroll-margin-top:2rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:3rem;color:var(--primary-color);margin-bottom:1rem}.section-label{display:inline-block;color:var(--secondary-color);font-weight:600;font-size:.875rem;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:1rem}@media (max-width: 768px){.section-header h2{font-size:2.5rem}.section-header{margin-bottom:3rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #1a1a2e;--secondary-color: #ff6b9d;--accent-color: #c44569;--tertiary-color: #ffd93d;--text-color: #2d3436;--light-bg: #fff9f0;--white: #ffffff;--shadow: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 20px 40px rgba(0, 0, 0, .12);--shadow-colored: 0 8px 20px rgba(255, 107, 157, .2)}body{font-family:Montserrat,sans-serif;line-height:1.7;color:var(--text-color);background-color:var(--white);overflow-x:hidden}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-family:Cormorant Garamond,serif;font-weight:600;line-height:1.3;margin-bottom:1rem;color:var(--primary-color)}h1{font-size:3rem;margin-bottom:1.5rem}h2{font-size:2.5rem;margin-bottom:1.25rem}h3{font-size:1.75rem}p{margin-bottom:1rem;font-weight:300}a{color:var(--accent-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--secondary-color)}button{cursor:pointer;font-family:Montserrat,sans-serif;transition:all .3s ease}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width: 1024px){.container{padding:0 1.5rem}}@media (max-width: 768px){h1{font-size:2.25rem}h2{font-size:2rem}h3{font-size:1.5rem}.container{padding:0 1rem}}@media (max-width: 480px){h1{font-size:2rem}h2{font-size:1.75rem}body{font-size:.9375rem}}
