.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;box-shadow:0 2px 4px #0000001a}.logo h1{margin:0;color:#d4af37;font-family:Great Vibes,cursive;font-size:2rem}.nav ul{list-style:none;display:flex;margin:0;padding:0}.nav li{margin-left:2rem}.nav a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.nav a:hover{color:#d4af37}@media(max-width:768px){.header{flex-direction:column;padding:1rem}.logo h1{font-size:1.5rem;margin-bottom:1rem}.nav ul{flex-direction:column;gap:1rem}.nav li{margin-left:0}}.footer{background-color:#333;color:#fff;padding:3rem 2rem 1rem;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3{color:#d4af37;margin-bottom:1rem;font-size:1.2rem}.footer-section p{line-height:1.6;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#ccc;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#d4af37}.social-links{display:flex;gap:1rem}.social-link{color:#ccc;text-decoration:none;padding:.5rem 1rem;border:1px solid #555;border-radius:5px;transition:all .3s}.social-link:hover{color:#fff;border-color:#d4af37;background-color:#d4af37}.footer-bottom{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #555;color:#ccc}@media(max-width:768px){.footer-content{grid-template-columns:1fr;text-align:center}.social-links{justify-content:center}}.hero{display:flex;align-items:center;min-height:80vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem}.hero-content{flex:1;padding-right:2rem}.hero h1{font-size:3rem;color:#333;margin-bottom:1rem;font-family:Great Vibes,cursive}.hero p{font-size:1.2rem;color:#666;margin-bottom:2rem}.cta-button{background-color:#d4af37;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:5px;cursor:pointer;transition:background-color .3s}.cta-button:hover{background-color:#b8941f}.hero-image{flex:1;text-align:center}.hero-image img{max-width:100%;height:auto;border-radius:10px;box-shadow:0 4px 8px #0000001a}.features{padding:4rem 2rem;text-align:center;background-color:#fff}.features h2{font-size:2.5rem;color:#333;margin-bottom:2rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature{padding:2rem;background-color:#f9f9f9;border-radius:10px;box-shadow:0 2px 4px #0000001a}.feature h3{color:#d4af37;margin-bottom:1rem}.feature p{color:#666}@media(max-width:768px){.hero{flex-direction:column;text-align:center;padding:2rem 1rem}.hero-content{padding-right:0;margin-bottom:2rem}.hero h1{font-size:2rem}.hero p{font-size:1rem}.feature-grid{grid-template-columns:1fr;gap:1.5rem}}.packages{padding:4rem 2rem;background-color:#f9f9f9;text-align:center}.packages h2{font-size:2.5rem;color:#333;margin-bottom:2rem}.package-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.package{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 8px #0000001a;transition:transform .3s}.package:hover{transform:translateY(-5px)}.package.featured{border:3px solid #d4af37;position:relative}.package.featured:before{content:"Most Popular";position:absolute;top:-10px;left:50%;transform:translate(-50%);background-color:#d4af37;color:#fff;padding:5px 15px;border-radius:15px;font-size:.8rem;font-weight:700}.package h3{color:#d4af37;font-size:1.5rem;margin-bottom:1rem}.price{font-size:2rem;color:#333;font-weight:700;margin-bottom:1rem}.package ul{list-style:none;padding:0;margin-bottom:1.5rem}.package li{padding:.5rem 0;border-bottom:1px solid #eee}.package-btn{background-color:#d4af37;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:5px;cursor:pointer;transition:background-color .3s}.package-btn:hover{background-color:#b8941f}.testimonials{padding:4rem 2rem;background-color:#fff;text-align:center}.testimonials h2{font-size:2.5rem;color:#333;margin-bottom:2rem}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.testimonial{background-color:#f9f9f9;padding:2rem;border-radius:10px;box-shadow:0 2px 4px #0000001a}.testimonial p{font-style:italic;color:#666;margin-bottom:1rem;line-height:1.6}.testimonial cite{color:#d4af37;font-weight:700}.faq{padding:4rem 2rem;background-color:#f9f9f9;text-align:center}.faq h2{font-size:2.5rem;color:#333;margin-bottom:2rem}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.faq-item{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 4px #0000001a;text-align:left}.faq-item h3{color:#d4af37;margin-bottom:1rem;font-size:1.2rem}.faq-item p{color:#666;line-height:1.6}@media(max-width:768px){.package-grid,.testimonial-grid,.faq-grid{grid-template-columns:1fr}.packages h2,.testimonials h2,.faq h2{font-size:2rem}}.about-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center}.about-hero h1{font-size:3rem;margin-bottom:1rem;font-family:Great Vibes,cursive}.about-hero p{font-size:1.2rem;opacity:.9}.about-content{max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.story h2,.values h2{color:#333;font-size:2rem;margin-bottom:1.5rem}.story p{color:#666;line-height:1.6;margin-bottom:1rem}.values ul{list-style:none;padding:0}.values li{margin-bottom:1rem;padding:1rem;background-color:#f9f9f9;border-radius:5px;border-left:4px solid #d4af37}.values strong{color:#d4af37}@media(max-width:768px){.about-content{grid-template-columns:1fr;gap:2rem}.about-hero h1{font-size:2rem}}.services-hero{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:4rem 2rem;text-align:center}.services-hero h1{font-size:3rem;margin-bottom:1rem;font-family:Great Vibes,cursive}.services-hero p{font-size:1.2rem;opacity:.9}.services-grid{max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 8px #0000001a;transition:transform .3s}.service:hover{transform:translateY(-5px)}.service h3{color:#d4af37;font-size:1.5rem;margin-bottom:1rem}.service p{color:#666;margin-bottom:1rem;line-height:1.6}.service ul{list-style:none;padding:0}.service li{color:#333;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.service li:before{content:"✓";color:#d4af37;font-weight:700;position:absolute;left:0}@media(max-width:768px){.services-grid{grid-template-columns:1fr}.services-hero h1{font-size:2rem}}.gallery-hero{background:linear-gradient(135deg,#a8edea,#fed6e3);color:#333;padding:4rem 2rem;text-align:center}.gallery-hero h1{font-size:3rem;margin-bottom:1rem;font-family:Great Vibes,cursive}.gallery-hero p{font-size:1.2rem;opacity:.8}.gallery-grid{max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.gallery-item{overflow:hidden;border-radius:10px;box-shadow:0 4px 8px #0000001a;transition:transform .3s}.gallery-item:hover{transform:scale(1.05)}.gallery-item img{width:100%;height:250px;object-fit:cover;display:block}.contact-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center}.contact-hero h1{font-size:3rem;margin-bottom:1rem;font-family:Great Vibes,cursive}.contact-hero p{font-size:1.2rem;opacity:.9}.contact-content{max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h2,.contact-form h2{color:#333;font-size:2rem;margin-bottom:2rem}.info-item{margin-bottom:2rem}.info-item h3{color:#d4af37;margin-bottom:.5rem}.info-item p{color:#666;line-height:1.6}.contact-form{background-color:#f9f9f9;padding:2rem;border-radius:10px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#d4af37}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{background-color:#d4af37;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:5px;cursor:pointer;transition:background-color .3s;width:100%}.submit-btn:hover{background-color:#b8941f}@media(max-width:768px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact-hero h1{font-size:2rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#333}.App{min-height:100vh}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-height:100vh}h1{font-size:3.2em;line-height:1.1}#app{width:100%;margin:0 auto}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.vanilla:hover{filter:drop-shadow(0 0 2em #3178c6aa)}.card{padding:2em}.read-the-docs{color:#888}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
