:root{--burgundy:#800020;--dark-burgundy:#5c0016;--light-burgundy:#a0002a;--white:#fff;--off-white:#f9f9f9;--light-gray:#f5f5f5;--text-gray:#333;--border-radius:16px;--shadow:0 4px 12px #80002026;--shadow-hover:0 8px 24px #80002040}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;color:var(--text-gray);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth}.container{margin:0 auto;max-width:1200px;padding:0 20px}.navbar{background:#fff;background:var(--white);box-shadow:0 4px 12px #80002026;box-shadow:var(--shadow);padding:1rem 0}.nav-content{justify-content:space-between}.logo,.nav-content{align-items:center;display:flex}.logo{gap:1rem;text-decoration:none}.logo-image{height:180px;object-fit:contain;width:auto}.logo h1{color:#800020;color:var(--burgundy);font-family:Great Vibes,cursive;font-size:2rem;font-weight:400;line-height:1.2}.logo h1 span{font-family:Inter,sans-serif;font-size:1rem;font-weight:500;letter-spacing:1px;text-transform:uppercase}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#333;color:var(--text-gray);font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#800020;color:var(--burgundy)}.nav-links a:after{background:#800020;background:var(--burgundy);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a:hover:after{width:100%}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:.5rem;z-index:1001}.mobile-menu-toggle span{background:#800020;background:var(--burgundy);border-radius:3px;height:3px;margin:4px 0;transition:all .3s ease;width:30px}.mobile-menu-toggle span.open:first-child{transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle span.open:nth-child(2){opacity:0}.mobile-menu-toggle span.open:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}@media (max-width:768px){.logo-image{height:100px}.mobile-menu-toggle{display:flex}.nav-links{background:#fff;background:var(--white);box-shadow:-5px 0 15px #0000001a;flex-direction:column;gap:1rem;height:100vh;padding:100px 2rem 2rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:70%;z-index:1000}.nav-links.mobile-open{right:0}.nav-links li{text-align:left;width:100%}.nav-links a{border-bottom:1px solid #f5f5f5;border-bottom:1px solid var(--light-gray);display:block;font-size:1.2rem;padding:1rem 0}.nav-links a:after{display:none}}.hero{background:linear-gradient(135deg,#800020,#5c0016);background:linear-gradient(135deg,var(--burgundy) 0,var(--dark-burgundy) 100%);color:#fff;color:var(--white);padding:120px 0}.hero-wrapper{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.hero-content{text-align:left}.hero h2{font-family:Great Vibes,cursive;font-size:4rem;font-weight:400;line-height:1.3;margin-bottom:1.5rem}.hero p{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.hero-image{align-items:center;display:flex;justify-content:center}.hero-image img{box-shadow:0 8px 24px #80002040;box-shadow:var(--shadow-hover);height:auto;object-fit:cover;width:100%}.btn-primary,.hero-image img{border-radius:16px;border-radius:var(--border-radius)}.btn-primary{background:#fff;background:var(--white);border:2px solid #fff;border:2px solid var(--white);box-shadow:0 4px 12px #80002026;box-shadow:var(--shadow);color:#800020;color:var(--burgundy);display:inline-block;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.btn-primary:hover{background:#0000;box-shadow:0 8px 24px #80002040;box-shadow:var(--shadow-hover);color:#fff;color:var(--white);transform:translateY(-2px)}.services{background:#f9f9f9;background:var(--off-white);padding:100px 0}.section-title{color:#800020;color:var(--burgundy);font-family:Great Vibes,cursive;font-size:3.5rem;font-weight:400;margin-bottom:3rem;text-align:center}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.service-card{background:#fff;background:var(--white);border-radius:16px;border-radius:var(--border-radius);box-shadow:0 4px 12px #80002026;box-shadow:var(--shadow);padding:2.5rem;transition:all .3s ease}.service-card:hover{box-shadow:0 8px 24px #80002040;box-shadow:var(--shadow-hover);transform:translateY(-8px)}.service-card h3{color:#800020;color:var(--burgundy);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.service-card p{color:#333;color:var(--text-gray);line-height:1.8}.about{background:#fff;background:var(--white);padding:100px 0}.about-content{margin:0 auto;max-width:900px}.about-text{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;text-align:center}.about-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.feature{background:#f5f5f5;background:var(--light-gray);border:2px solid #800020;border:2px solid var(--burgundy);border-radius:16px;border-radius:var(--border-radius);box-shadow:0 4px 12px #80002026;box-shadow:var(--shadow);padding:2rem;text-align:center;transition:all .3s ease}.feature:hover{background:#800020;background:var(--burgundy);color:#fff;color:var(--white);transform:translateY(-4px)}.feature h4{color:#800020;color:var(--burgundy);font-family:Playfair Display,serif;font-size:1.3rem;margin-bottom:.5rem}.feature:hover h4{color:#fff;color:var(--white)}.feature p{font-size:.95rem}.contact{background:#f9f9f9;background:var(--off-white);padding:100px 0}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-top:3rem}.contact-content-center{display:flex;justify-content:center;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem;max-width:900px;width:100%}.info-card{background:#fff;background:var(--white);border-radius:16px;border-radius:var(--border-radius);box-shadow:0 4px 12px #80002026;box-shadow:var(--shadow);padding:2rem}.info-card h3{color:#800020;color:var(--burgundy);font-family:Playfair Display,serif;font-size:1.5rem;margin-bottom:1rem}.info-card p{line-height:1.8;margin-bottom:.5rem}.contact-form-wrapper{background:#fff;background:var(--white);border-radius:16px;border-radius:var(--border-radius);box-shadow:0 4px 12px #80002026;box-shadow:var(--shadow);padding:2.5rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.contact-form input,.contact-form textarea{border:2px solid #f5f5f5;border:2px solid var(--light-gray);border-radius:12px;font-family:Inter,sans-serif;font-size:1rem;padding:1rem;transition:all .3s ease}.contact-form input:focus,.contact-form textarea:focus{border-color:#800020;border-color:var(--burgundy);box-shadow:0 0 0 3px #8000201a;outline:none}.contact-form textarea{resize:vertical}.contact-form button{background:#800020;background:var(--burgundy);border:none;border-radius:12px;box-shadow:0 4px 12px #80002026;box-shadow:var(--shadow);color:#fff;color:var(--white);cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .3s ease}.contact-form button:hover{background:#5c0016;background:var(--dark-burgundy);box-shadow:0 8px 24px #80002040;box-shadow:var(--shadow-hover);transform:translateY(-2px)}.contact-form button:disabled{cursor:not-allowed}.contact-form button:disabled,.contact-form button:disabled:hover{background:#ccc;transform:none}.form-message{border-radius:8px;font-weight:500;margin-top:1rem;padding:1rem;text-align:center}.form-message.success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.form-message.error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.pricing-section{background:#fff;background:var(--white);padding:100px 0}.pricing-effective-date{color:#333;color:var(--text-gray);font-size:.95rem;font-style:italic;margin-bottom:3rem;margin-top:-2rem;text-align:center}.pricing-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:3rem}.pricing-card{background:#f9f9f9;background:var(--off-white);border:2px solid #0000;border-radius:16px;border-radius:var(--border-radius);box-shadow:0 4px 12px #80002026;box-shadow:var(--shadow);padding:2.5rem;transition:all .3s ease}.pricing-card:hover{border-color:#800020;border-color:var(--burgundy);box-shadow:0 8px 24px #80002040;box-shadow:var(--shadow-hover);transform:translateY(-5px)}.pricing-header{border-bottom:2px solid #800020;border-bottom:2px solid var(--burgundy);margin-bottom:1.5rem;padding-bottom:1.5rem}.pricing-header h3{color:#800020;color:var(--burgundy);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:.75rem}.pricing-header .price{color:#800020;color:var(--burgundy);font-size:2.5rem;font-weight:700;margin:0}.package-description{color:#333;color:var(--text-gray);font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.pricing-details{margin-bottom:1.5rem}.pricing-details h4{color:#800020;color:var(--burgundy);font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.additional-charges-list,.includes-list{list-style:none;padding-left:0}.includes-list li{color:#333;color:var(--text-gray);line-height:1.6;padding:.5rem 0 .5rem 1.5rem;position:relative}.includes-list li:before{color:#800020;color:var(--burgundy);content:"✓";font-size:1.2rem;font-weight:700;left:0;position:absolute}.additional-charges-list li{color:#333;color:var(--text-gray);font-size:.95rem;line-height:1.6;padding:.5rem 0 .5rem 1.5rem;position:relative}.additional-charges-list li:before{color:#a0002a;color:var(--light-burgundy);content:"+";font-size:1.2rem;font-weight:700;left:0;position:absolute}.package-note{background:#fff;background:var(--white);border-left:4px solid #800020;border-left:4px solid var(--burgundy);border-radius:8px;color:#333;color:var(--text-gray);font-size:.9rem;font-style:italic;line-height:1.6;margin-top:1.5rem;padding:1rem}.pricing-footer{margin-top:3rem}.footer-note{background:#f5f5f5;background:var(--light-gray);border-radius:16px;border-radius:var(--border-radius);box-shadow:0 4px 12px #80002026;box-shadow:var(--shadow);padding:2rem}.footer-note p{color:#800020;color:var(--burgundy);font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-note ul{list-style:none;padding-left:0}.footer-note ul li{border-bottom:1px solid #e0e0e0;color:#333;color:var(--text-gray);line-height:1.6;padding:.75rem 0 .75rem 1.5rem;position:relative}.footer-note ul li:last-child{border-bottom:none}.footer-note ul li:before{color:#800020;color:var(--burgundy);content:"•";font-size:1.5rem;font-weight:700;left:0;position:absolute}.service-request-section{background:#f9f9f9;background:var(--off-white);padding:100px 0}.form-download-content{margin:0 auto;max-width:900px}.intro-message{background:#fff;background:var(--white);border-left:5px solid #800020;border-left:5px solid var(--burgundy);border-radius:16px;border-radius:var(--border-radius);box-shadow:0 4px 12px #80002026;box-shadow:var(--shadow);margin-bottom:2rem;padding:2rem}.intro-message p{color:#333;color:var(--text-gray);font-size:1.1rem;line-height:1.8;margin:0}.download-section{background:linear-gradient(135deg,#800020,#5c0016);background:linear-gradient(135deg,var(--burgundy),var(--dark-burgundy));border-radius:16px;border-radius:var(--border-radius);box-shadow:0 8px 24px #80002040;box-shadow:var(--shadow-hover);margin:3rem 0;padding:3rem 2rem;text-align:center}.download-btn{background:#fff;background:var(--white);border:4px solid #fff;border:4px solid var(--white);box-shadow:0 8px 20px #0000004d;color:#800020;color:var(--burgundy);display:inline-block;font-size:1.8rem;font-weight:700;padding:2rem 4rem;transition:all .3s ease}.download-btn:hover{background:#f9f9f9;background:var(--off-white);box-shadow:0 12px 30px #0006;transform:translateY(-5px)}.instructions-container{margin:3rem 0}.instruction-step{background:#fff;background:var(--white);border-radius:16px;border-radius:var(--border-radius);box-shadow:0 4px 12px #80002026;box-shadow:var(--shadow);display:flex;gap:1.5rem;margin-bottom:2rem;padding:2rem}.step-number{color:#800020;color:var(--burgundy);font-family:Playfair Display,serif;font-size:2rem;font-weight:700;min-width:50px}.step-content{flex:1 1}.step-content h3{color:#800020;color:var(--burgundy);font-family:Playfair Display,serif;font-size:1.5rem;margin-bottom:1rem}.step-content p{color:#333;color:var(--text-gray);line-height:1.8;margin-bottom:1rem}.step-content ol,.step-content ul{line-height:1.8;margin:1rem 0 1rem 1.5rem}.step-content li{color:#333;color:var(--text-gray);margin-bottom:.5rem}.step-content ul li ul{list-style-type:circle;margin-top:.5rem}.note-box{background:#f5f5f5;background:var(--light-gray);border-left:4px solid #800020;border-left:4px solid var(--burgundy);border-radius:8px;margin:1rem 0;padding:1rem 1.5rem}.note-box strong{color:#800020;color:var(--burgundy)}.red-text{color:#dc3545;font-weight:600}.contact-info-box{background:#800020;background:var(--burgundy);border-radius:16px;border-radius:var(--border-radius);box-shadow:0 8px 24px #80002040;box-shadow:var(--shadow-hover);color:#fff;color:var(--white);padding:2rem;text-align:center}.contact-info-box h3{font-family:Playfair Display,serif;font-size:1.8rem;margin-bottom:1rem}.contact-info-box p{font-size:1.1rem;margin:.5rem 0}.contact-info-box a{color:#fff;color:var(--white);font-weight:600;text-decoration:none;transition:opacity .3s ease}.contact-info-box a:hover{opacity:.8;text-decoration:underline}.form-notice{background:#fff;background:var(--white);border-left:5px solid #800020;border-left:5px solid var(--burgundy);border-radius:8px;box-shadow:0 4px 12px #80002026;box-shadow:var(--shadow);margin-bottom:2rem;padding:1.5rem}.form-notice p{color:#333;color:var(--text-gray);line-height:1.6;margin:.5rem 0}.form-notice strong{color:#800020;color:var(--burgundy)}.form-alert{border-radius:16px;border-radius:var(--border-radius);box-shadow:0 4px 12px #80002026;box-shadow:var(--shadow);margin-bottom:2rem;padding:2rem}.form-alert.success{background:#d4edda;border:2px solid #28a745}.form-alert.success h3{color:#155724;margin-bottom:.5rem}.form-alert.success p{color:#155724;line-height:1.6}.form-alert.error{background:#f8d7da;border:2px solid #dc3545}.form-alert.error h3{color:#721c24;margin-bottom:.5rem}.form-alert.error p{color:#721c24;line-height:1.6}.service-request-form{background:#fff;background:var(--white);border-radius:16px;border-radius:var(--border-radius);box-shadow:0 4px 12px #80002026;box-shadow:var(--shadow);padding:3rem}.form-section{border-bottom:2px solid #f5f5f5;border-bottom:2px solid var(--light-gray);margin-bottom:3rem;padding-bottom:2rem}.form-section:last-of-type{border-bottom:none}.form-section-title{color:#800020;color:var(--burgundy);font-family:Playfair Display,serif;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem}.form-subsection{background:#f9f9f9;background:var(--off-white);border-radius:12px;margin:1.5rem 0;padding:1.5rem}.form-subsection h4{color:#800020;color:var(--burgundy);font-size:1.2rem;font-weight:600;margin-bottom:1rem}.form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1/-1}.form-group label{color:#333;color:var(--text-gray);font-size:.95rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #f5f5f5;border:2px solid var(--light-gray);border-radius:8px;font-family:Inter,sans-serif;font-size:1rem;padding:.75rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#800020;border-color:var(--burgundy);box-shadow:0 0 0 3px #8000201a;outline:none}.form-group textarea{min-height:80px;resize:vertical}.form-note{color:#333;color:var(--text-gray);font-size:.9rem;font-style:italic;margin:.5rem 0 1rem}.checkbox-group label{align-items:center;cursor:pointer;display:flex;font-weight:500}.checkbox-group input[type=checkbox]{cursor:pointer;margin-right:.5rem;width:auto}.radio-group{display:flex;flex-direction:column;gap:.75rem}.radio-group label{align-items:center;background:#f9f9f9;background:var(--off-white);border:2px solid #0000;border-radius:8px;cursor:pointer;display:flex;font-weight:500;padding:.75rem;transition:all .3s ease}.radio-group label:hover{background:#f5f5f5;background:var(--light-gray);border-color:#800020;border-color:var(--burgundy)}.radio-group input[type=radio]{accent-color:#800020;accent-color:var(--burgundy);cursor:pointer;margin-right:.75rem;transform:scale(1.2);width:auto}.checkbox-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.checkbox-grid label{align-items:center;background:#f9f9f9;background:var(--off-white);border-radius:8px;cursor:pointer;display:flex;font-weight:500;padding:.75rem;transition:all .3s ease}.checkbox-grid label:hover{background:#f5f5f5;background:var(--light-gray)}.checkbox-grid input[type=checkbox]{cursor:pointer;margin-right:.75rem;transform:scale(1.2);width:auto}.form-actions{margin-top:2rem;text-align:center}.btn-large{font-size:1.1rem;padding:1.25rem 3rem}.form-footer-notice{border-top:2px solid #f5f5f5;border-top:2px solid var(--light-gray);margin-top:2rem;padding-top:2rem;text-align:center}.form-footer-notice p{color:#333;color:var(--text-gray);line-height:1.6}.thank-you-content{margin:0 auto;max-width:800px;padding:3rem 2rem;text-align:center}.thank-you-icon{align-items:center;background:#800020;background:var(--burgundy);border-radius:50%;box-shadow:0 8px 24px #80002040;box-shadow:var(--shadow-hover);color:#fff;color:var(--white);display:flex;font-size:4rem;height:100px;justify-content:center;margin:0 auto 2rem;width:100px}.thank-you-message{background:#fff;background:var(--white);border-radius:16px;border-radius:var(--border-radius);box-shadow:0 4px 12px #80002026;box-shadow:var(--shadow);margin:2rem 0;padding:2.5rem;text-align:left}.thank-you-message p{color:#333;color:var(--text-gray);line-height:1.8;margin:1rem 0}.thank-you-message .important-note{background:#f5f5f5;background:var(--light-gray);border-left:4px solid #800020;border-left:4px solid var(--burgundy);border-radius:8px;margin:1.5rem 0;padding:1rem}.contact-details{background:#f9f9f9;background:var(--off-white);border-radius:12px;margin-top:1.5rem;padding:1.5rem}.contact-details p{font-size:1.1rem;margin:.5rem 0}.thank-you-actions{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:2rem}.btn-secondary{background:#fff;background:var(--white);border:2px solid #800020;border:2px solid var(--burgundy);border-radius:16px;border-radius:var(--border-radius);box-shadow:0 4px 12px #80002026;box-shadow:var(--shadow);color:#800020;color:var(--burgundy);display:inline-block;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.btn-secondary:hover{box-shadow:0 8px 24px #80002040;box-shadow:var(--shadow-hover);transform:translateY(-2px)}.btn-secondary:hover,.footer{background:#800020;background:var(--burgundy);color:#fff;color:var(--white)}.footer{padding:3rem 0;text-align:center}.footer p{margin:.5rem 0;opacity:.9}@media (max-width:768px){.hero-wrapper{gap:2rem;grid-template-columns:1fr}.hero-content{text-align:center}.hero h2{font-size:3rem}.about-features,.contact-content,.pricing-grid,.services-grid{grid-template-columns:1fr}.service-request-form{padding:1.5rem}.checkbox-grid,.form-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.de29587b.css.map*/