.header{background-color:var(--white);border-bottom:1px solid var(--border-color);padding:1rem 0;position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem}.logo-img{height:50px;width:auto;object-fit:contain}.logo-text{font-size:1.8rem;font-weight:700;color:#00000094}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--text-gray);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:var(--text-dark)}.nav-link:not(.phone):hover:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background-color:var(--primary-color)}.nav-link.phone{color:var(--text-dark);font-weight:600}.nav-btn-quote{background-color:var(--primary-color);color:#fff;border:none;padding:.625rem 1.5rem;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.nav-btn-quote:hover{background-color:#e67e00;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1002}.hamburger span{width:25px;height:3px;background-color:var(--text-dark);border-radius:3px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:999}@media (max-width: 768px){.hamburger{display:flex}.mobile-overlay{display:block}.nav{position:fixed;top:0;right:-100%;height:100vh;width:280px;background-color:#fff;flex-direction:column;gap:0;padding:5rem 2rem 2rem;box-shadow:-2px 0 10px #0000001a;transition:right .3s ease;z-index:1001;align-items:flex-start}.nav.mobile-open{right:0}.nav-link{width:100%;padding:1rem 0;border-bottom:1px solid var(--border-color);font-size:1rem}.nav-link.phone{color:var(--primary-color);font-weight:600}.nav-btn-quote{width:100%;margin-top:1rem;padding:.875rem 1.5rem;font-size:1rem}.logo-img{height:40px}}.hero{padding:8rem 0;background-color:var(--white);min-height:600px;display:flex;align-items:center}.hero-container{max-width:1000px;margin:0 auto;padding:0 20px;text-align:center}.hero-title{font-size:3rem;font-weight:700;line-height:1.3;margin-bottom:2rem;color:var(--text-dark)}.hero-title .highlight{color:var(--primary-color)}.hero-subtitle{font-size:1.25rem;color:var(--text-gray);margin-bottom:3rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:3.5rem}.hero-reviews{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.review-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-gray);font-weight:500}.review-icon{width:18px;height:18px;color:var(--primary-color);flex-shrink:0}@media (max-width: 1024px){.hero{padding:5rem 0;min-height:500px}.hero-container{padding:0 1.5rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem;margin-bottom:2.5rem}}@media (max-width: 768px){.hero{padding:3rem 0;min-height:auto}.hero-container{padding:0 1rem}.hero-title{font-size:1.875rem;margin-bottom:1.5rem;line-height:1.25}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.hero-buttons{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2.5rem}.hero-buttons .btn{width:100%;max-width:300px}.hero-reviews{gap:1rem}.review-item{font-size:.8125rem}}@media (max-width: 480px){.hero{padding:2rem 0}.hero-container{padding:0 .75rem}.hero-title{font-size:2.25rem;margin-bottom:1.5rem;margin-top:2rem}.hero-subtitle{font-size:.9375rem;margin-bottom:2.5rem}.hero-buttons{margin-bottom:2rem}.hero-buttons .btn{max-width:100%;padding:12px 24px}.hero-reviews{gap:.75rem;flex-direction:column;align-items:center}.review-item{font-size:.75rem}.review-icon{width:16px;height:16px}}.choose-project-type{padding:5rem 0;background-color:var(--white)}.choose-project-type .section-title{font-size:1.5rem!important}.choose-project-type .section-subtitle{text-align:center!important}.project-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.project-card{background-color:var(--white);border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;min-height:auto;text-align:left;box-shadow:0 1px 3px #0000000d}.project-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #ff8c001f;border-color:var(--primary-color)}.project-card .project-icon{width:48px!important;height:48px!important;margin:0 0 .75rem!important;margin-left:0!important;margin-right:auto!important;padding:10px;display:flex!important;align-items:center;justify-content:center;flex-shrink:0;background-color:#fff7ed!important;border-radius:10px;transition:all .3s ease;align-self:flex-start!important}.project-card:hover .project-icon{background-color:#ffedd5!important;transform:scale(1.05)}.project-card .project-icon svg{width:28px!important;height:28px!important;display:block;margin:0!important;flex-shrink:0}.project-title{font-size:1.0625rem;font-weight:600;margin:0 0 .375rem;padding:0;color:var(--text-dark);text-align:left;width:100%;letter-spacing:-.01em;line-height:1.3}.project-description{font-size:.875rem;color:#6b7280;margin:0 0 .75rem;padding:0;line-height:1.5;text-align:left;width:100%;flex-grow:1}.project-link{color:var(--primary-color);text-decoration:none;font-weight:600;font-size:.875rem;transition:color .3s ease;background:none;border:none;padding:0;margin:0;cursor:pointer;font-family:inherit;text-align:left;display:inline-flex;align-items:center;gap:.25rem}.project-link:hover{color:var(--primary-hover)}.custom-quote{text-align:center;font-size:1rem;color:var(--text-gray)}.custom-quote-link{color:var(--primary-color);text-decoration:none;font-weight:600;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;font-size:inherit}.custom-quote-link:hover{color:var(--primary-hover);text-decoration:underline}@media (max-width: 768px){.choose-project-type{padding:2.5rem 0}.choose-project-type .section-title,.choose-project-type .section-subtitle{text-align:center!important}.project-cards{grid-template-columns:1fr;gap:.875rem}.project-card{padding:1rem;min-height:auto}.project-card .project-icon{width:44px!important;height:44px!important;margin:0 0 .625rem!important;margin-left:0!important;margin-right:auto!important;padding:8px}.project-card .project-icon svg{width:26px!important;height:26px!important}.project-title{font-size:1rem;margin:0 0 .375rem}.project-description{font-size:.8125rem;margin:0 0 .625rem;line-height:1.4}.project-link{font-size:.8125rem}}@media (max-width: 480px){.choose-project-type{padding:2rem 0}.choose-project-type .section-title,.choose-project-type .section-subtitle{text-align:center!important}.project-cards{gap:.75rem}.project-card{padding:.875rem}.project-card .project-icon{width:40px!important;height:40px!important;margin:0 0 .5rem!important;margin-left:0!important;margin-right:auto!important;padding:7px}.project-card .project-icon svg{width:24px!important;height:24px!important}.project-title{font-size:.9375rem;margin:0 0 .25rem}.project-description{font-size:.8125rem;margin:0 0 .5rem}.project-link{font-size:.8125rem}}.how-it-works{padding:5rem 0;background-color:#fff}.how-it-works-container{max-width:1200px;margin:0 auto;padding:0 2rem}.how-it-works-header{text-align:center;margin-bottom:4rem}.how-it-works-title{font-size:2.75rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;letter-spacing:-.02em}.how-it-works-subtitle{font-size:1.125rem;color:#666;font-weight:400;margin:0}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;margin-bottom:3.5rem;justify-items:center;align-items:start}.step-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;width:100%;margin:0 auto}.step-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:0;width:100%;margin:0 auto}.step-number-badge{width:56px;height:56px;min-width:56px;min-height:56px;background-color:#d97706;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;line-height:1;flex-shrink:0;margin:0 auto 1.25rem;padding:0;text-align:center}.step-text{display:flex;flex-direction:column;gap:.5rem;align-items:center;text-align:center;width:100%}.step-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;line-height:1.4;margin:0;margin-bottom:.5rem;text-align:center}.step-description{font-size:.9375rem;color:#666;line-height:1.6;margin:0;text-align:center}.how-it-works-footer{text-align:center;font-size:.875rem;color:#999;font-style:italic;max-width:900px;margin:0 auto;line-height:1.6}@media (max-width: 1024px){.steps-grid{grid-template-columns:repeat(2,1fr);gap:3rem 2rem;justify-items:center}.step-card{margin:0 auto}.step-number-badge{margin:0 auto 1.25rem}}@media (max-width: 768px){.how-it-works{padding:3.5rem 0}.how-it-works-container{padding:0 1.5rem}.how-it-works-header{margin-bottom:3rem}.how-it-works-title{font-size:1.5rem;margin-bottom:.5rem}.how-it-works-subtitle{font-size:1rem}.steps-grid{grid-template-columns:1fr;gap:2.5rem;justify-items:center}.step-card{margin:0 auto}.step-number-badge{width:52px;height:52px;min-width:52px;min-height:52px;font-size:1.375rem;margin:0 auto 1rem;line-height:1}.step-title{font-size:1.125rem}.step-description{font-size:.875rem}.how-it-works-footer{font-size:.8125rem}}.what-you-get{padding:5rem 0;background-color:var(--white)}.what-you-get .section-title{font-size:1.5rem!important}.deliverables-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.deliverable-item{background-color:var(--white);border:1px solid var(--border-color);border-radius:8px;transition:all .3s ease;overflow:hidden}.deliverable-item:hover{border-color:var(--primary-color);box-shadow:0 4px 12px #00000014}.deliverable-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;cursor:pointer;-webkit-user-select:none;user-select:none}.deliverable-header:hover{background-color:#f9f9f9}.deliverable-title-wrapper{display:flex;align-items:center;gap:1rem;flex:1}.deliverable-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.deliverable-icon svg{display:block}.deliverable-title{font-size:1.125rem;font-weight:600;color:var(--text-dark);margin:0}.deliverable-arrow{color:var(--primary-color);transition:transform .35s cubic-bezier(.4,0,.2,1);flex-shrink:0;margin-left:1rem}.deliverable-item.expanded .deliverable-arrow{transform:rotate(180deg)}.deliverable-content-wrapper{height:0;overflow:hidden}.deliverable-content{padding:0 2rem 1.5rem;font-size:1rem;font-weight:400;color:var(--text-gray);line-height:1.6}.deliverable-content ul{margin:1rem 0 0;padding-left:1.5rem}.deliverable-content li{margin-bottom:.5rem}@media (max-width: 768px){.what-you-get{padding:3rem 0}.what-you-get .section-title{text-align:center!important}.deliverable-header{padding:1.25rem 1.5rem}.deliverable-title-wrapper{gap:.75rem}.deliverable-icon svg{width:20px;height:20px}.deliverable-title{font-size:1rem}.deliverable-content{padding:0 1.5rem 1.25rem;font-size:.95rem}}.guarantees{padding:4rem 0;background-color:#2c3e50;color:var(--white)}.guarantees-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:4rem;max-width:1000px;margin:0 auto}.guarantee-item{text-align:left}.guarantee-icon{width:50px;height:50px;margin-bottom:1.5rem}.guarantee-icon svg{width:100%;height:100%}.guarantee-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--white)}.guarantee-description{font-size:1rem;line-height:1.6;color:#ffffffe6}@media (max-width: 768px){.guarantees{padding:3rem 0}.guarantees-grid{grid-template-columns:1fr;gap:2.5rem}.guarantee-item{text-align:center}.guarantee-icon{margin-left:auto;margin-right:auto}}.testimonials{padding:5rem 0;background-color:var(--white)}.testimonials .section-title{font-size:1.5rem!important}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background-color:var(--bg-light);border-radius:8px;padding:2rem;transition:all .3s ease;position:relative}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.star-rating{display:flex;gap:.25rem;margin-bottom:1rem;align-items:center}.star{width:20px;height:20px;transition:all .2s ease}.star.filled{color:#ff8c00;filter:drop-shadow(0 1px 2px rgba(255,140,0,.3))}.star.empty{color:#d1d5db}.testimonial-card:hover .star.filled{color:#ff9d1f;filter:drop-shadow(0 2px 4px rgba(255,140,0,.4))}.testimonial-quote{font-size:1rem;line-height:1.6;color:var(--text-dark);font-style:italic;margin-bottom:1.5rem}.testimonial-author{border-top:2px solid var(--border-color);padding-top:1rem}.author-name{font-size:.95rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem}.author-location{font-size:.875rem;color:var(--text-gray)}@media (max-width: 768px){.testimonials{padding:3rem 0}.testimonials-grid{grid-template-columns:1fr}.testimonials .section-title{text-align:center!important}.star-rating{justify-content:flex-start;margin-bottom:.875rem}.star{width:18px;height:18px}.testimonial-card{padding:1.5rem}}.faq{padding:5rem 0;background-color:var(--bg-light)}.faq .section-title{font-size:1.5rem!important}.faq-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background-color:var(--white);border:1px solid var(--border-color);border-radius:8px;transition:all .3s ease;overflow:hidden}.faq-item:hover{border-color:var(--primary-color);box-shadow:0 4px 12px #00000014}.faq-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;cursor:pointer;-webkit-user-select:none;user-select:none}.faq-header:hover{background-color:#f9f9f9}.faq-question{font-size:1.125rem;font-weight:600;color:var(--text-dark);margin:0;padding-right:1rem}.faq-arrow{color:var(--primary-color);transition:transform .35s cubic-bezier(.4,0,.2,1);flex-shrink:0}.faq-item.expanded .faq-arrow{transform:rotate(180deg)}.faq-answer-wrapper{height:0;overflow:hidden}.faq-answer{padding:0 2rem 1.5rem;font-size:1rem;font-weight:400;color:var(--text-gray);line-height:1.6}@media (max-width: 768px){.faq{padding:3rem 0}.faq-header{padding:1.25rem 1.5rem}.faq .section-title{text-align:center!important}.faq-question{font-size:1rem}.faq-answer{padding:0 1.5rem 1.25rem;font-size:.95rem}}.cta{padding:5rem 0;background-color:var(--primary-color);text-align:center}.cta-container{max-width:800px;margin:0 auto;padding:0 20px}.cta-title{font-size:2.5rem;font-weight:700;color:var(--white);margin-bottom:1rem}.cta-subtitle{font-size:1.125rem;color:var(--white);margin-bottom:2rem;opacity:.95}.btn-cta{background-color:var(--white);color:var(--primary-color);padding:16px 40px;font-size:1.125rem;font-weight:700;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040;background-color:#f9fafb}@media (max-width: 768px){.cta{padding:3rem 0}.cta-title{font-size:2rem}.cta-subtitle{font-size:1rem}.btn-cta{width:100%;max-width:300px}}.footer{background-color:#2c3e50;color:var(--white);padding:3rem 0 1.5rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-column{display:flex;flex-direction:column}.footer-logo{font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:.75rem}.footer-logo-wrapper{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.footer-logo-img{height:50px;width:auto;object-fit:contain}.footer-logo-text{font-size:1.5rem;font-weight:700;color:var(--white)}.footer-tagline{font-size:.95rem;color:#fffc;line-height:1.5}.footer-heading{font-size:1rem;font-weight:700;color:var(--white);margin-bottom:1rem}.footer-links,.footer-contact{list-style:none;padding:0;margin:0}.footer-links li,.footer-contact li{margin-bottom:.75rem}.footer-links a,.footer-contact a{color:#fffc;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-links a:hover,.footer-contact a:hover{color:var(--white)}.footer-contact p{color:#fffc;font-size:.95rem;line-height:1.6;margin:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1.5rem;text-align:center}.footer-copyright{font-size:.875rem;color:#ffffffb3}.footer-copyright a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-copyright a:hover{color:var(--white)}.footer-quote-btn{background-color:var(--primary-color);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;width:fit-content;text-decoration:none}.footer-quote-btn:hover{background-color:#e67e00;transform:translateY(-2px);box-shadow:0 4px 12px #ff8c0066}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-brand{text-align:center}}.quote-header{position:sticky;top:0;background-color:#fff;z-index:100;border-bottom:1px solid #e5e7eb;width:100%;display:flex;justify-content:center;padding:0 1rem}.quote-steps{display:flex;justify-content:flex-start;align-items:center;padding:1.5rem 1rem 1.25rem;gap:.75rem;transition:all .3s ease-in-out;animation:slideInDown .4s ease-out;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;max-width:800px;width:100%;scrollbar-width:thin;scrollbar-color:rgba(255,140,0,.3) transparent}.quote-steps:before{content:"";margin:auto}.quote-steps:after{content:"";margin:auto}.quote-steps::-webkit-scrollbar{height:4px}.quote-steps::-webkit-scrollbar-track{background:transparent}.quote-steps::-webkit-scrollbar-thumb{background:#ff8c004d;border-radius:2px}.quote-steps::-webkit-scrollbar-thumb:hover{background:#ff8c0080}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.step{display:flex;flex-direction:row;align-items:center;gap:.5rem;position:relative;animation:fadeIn .5s ease-out;transition:all .3s ease-in-out}.step.clickable{cursor:pointer}.step.clickable:hover .step-number{transform:scale(1.15);box-shadow:0 2px 8px #ff8c004d}.step.clickable:hover .step-label{color:#ff8c00}.step-number{width:32px;height:32px;border-radius:50%;background-color:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;transition:all .3s ease-in-out;flex-shrink:0;transform:scale(1)}.step-number:hover{transform:scale(1.1)}.step.active .step-number{background-color:#ff8c00;color:#fff;animation:pulse .6s ease-in-out}.step.completed .step-number{background-color:#ff8c00;color:#fff;animation:checkmark .5s ease-out}@keyframes checkmark{0%{transform:scale(.8)}50%{transform:scale(1.2)}to{transform:scale(1)}}.step-label{font-size:.875rem;color:#6b7280;font-weight:500;white-space:nowrap;transition:all .3s ease-in-out}.step.active .step-label{color:#1f2937;font-weight:600;transform:scale(1.05)}.step-connector{width:50px;height:3px;background-color:#e5e7eb;transition:all .3s ease-in-out;flex-shrink:0;transform-origin:left}.step-connector.active{background-color:#ff8c00;animation:expandWidth .5s ease-out}@keyframes expandWidth{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (min-width: 768px) and (max-width: 1024px){.quote-header{padding:0 .75rem}.quote-steps{padding:1.5rem .75rem 1.25rem;gap:.5rem;justify-content:flex-start;overflow-x:auto}.step-connector{width:40px}.step-number{width:30px;height:30px;font-size:.85rem}.step-label{font-size:.8rem}}@media (max-width: 767px){.quote-header{padding:0 .5rem}.quote-steps{padding:1rem .5rem .875rem;gap:.25rem;overflow-x:auto;justify-content:flex-start;-webkit-overflow-scrolling:touch}.step{gap:.35rem;flex-shrink:0}.step-number{width:26px;height:26px;font-size:.75rem}.step-label{font-size:.65rem}.step-connector{width:20px;height:2px;flex-shrink:0}.quote-steps::-webkit-scrollbar{height:3px}}@media (max-width: 480px){.quote-header{padding:0 .25rem}.quote-steps{padding:.875rem .25rem .75rem;gap:.2rem;justify-content:flex-start}.step{gap:.25rem;flex-shrink:0}.step-number{width:24px;height:24px;font-size:.7rem}.step-label{font-size:.6rem}.step-connector{width:15px;height:2px;flex-shrink:0}.quote-steps::-webkit-scrollbar{height:2px}}.project-types-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:700px;margin:2rem auto;padding:0;width:100%;box-sizing:border-box;animation:fadeInUp .5s ease-out}.project-type-card{background-color:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease-in-out;text-align:left;transform:translateY(0);display:flex;flex-direction:column;align-items:flex-start}.project-type-card:hover{border-color:#ff8c00;box-shadow:0 4px 12px #ff8c001a;transform:translateY(-2px)}.project-type-card.selected{border-color:#ff8c00;background-color:#fff7ed;box-shadow:0 4px 12px #ff8c0033;transform:scale(1.01)}.project-type-card .project-icon{width:52px;height:52px;margin:0 0 .875rem;padding:12px;color:#ff8c00;display:flex;align-items:center;justify-content:center;background-color:#fff7ed;border-radius:10px;transition:all .3s ease-in-out;flex-shrink:0;align-self:flex-start}.project-type-card:hover .project-icon{transform:scale(1.05);background-color:#ffedd5}.project-type-card .project-icon svg{width:28px;height:28px;transition:all .3s ease-in-out}.project-type-card .project-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .375rem;transition:color .3s ease-in-out;text-align:left;width:100%}.project-type-card .project-description{font-size:.875rem;color:#6b7280;margin:0;transition:color .3s ease-in-out;text-align:left;width:100%}@media (max-width: 1024px){.project-types-grid{max-width:100%;gap:1.25rem}.project-type-card{padding:1.5rem 1.25rem}.project-type-card .project-icon{width:50px;height:50px;margin:0 0 .75rem;padding:11px}.project-type-card .project-icon svg{width:27px;height:27px}}@media (max-width: 768px){.project-types-grid{grid-template-columns:1fr;gap:1rem;margin:1.5rem 0;max-width:100%}.project-type-card{padding:1.25rem}.project-type-card .project-icon{width:48px;height:48px;margin:0 0 .75rem;padding:10px}.project-type-card .project-icon svg{width:26px;height:26px}.project-type-card .project-title{font-size:1.0625rem}.project-type-card .project-description{font-size:.875rem}}@media (max-width: 480px){.project-types-grid{margin:1rem 0;gap:.875rem}.project-type-card{padding:1rem}.project-type-card .project-icon{width:44px;height:44px;margin:0 0 .625rem;padding:8px}.project-type-card .project-icon svg{width:24px;height:24px}.project-type-card .project-title{font-size:1rem}.project-type-card .project-description{font-size:.8125rem}}.custom-quote-section{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.custom-quote-text{font-size:.9375rem;color:#6b7280;margin:0}.custom-quote-link{color:#ff8c00;font-weight:600;text-decoration:none;transition:color .2s ease}.custom-quote-link:hover{color:#e67e00;text-decoration:underline}.adu-types-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:700px;margin:2rem auto;padding:0;width:100%;box-sizing:border-box;animation:fadeInUp .5s ease-out}.adu-type-card{background-color:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease-in-out;text-align:left;transform:translateY(0);display:flex;flex-direction:column;align-items:flex-start}.adu-type-card:hover{border-color:#ff8c00;box-shadow:0 4px 12px #ff8c001a;transform:translateY(-2px)}.adu-type-card.selected{border-color:#ff8c00;background-color:#fff7ed;box-shadow:0 4px 12px #ff8c0033;transform:scale(1.01)}.adu-type-card .adu-icon{width:52px;height:52px;margin:0 0 .875rem;padding:12px;color:#ff8c00;display:flex;align-items:center;justify-content:center;background-color:#fff7ed;border-radius:10px;transition:all .3s ease-in-out;flex-shrink:0;align-self:flex-start}.adu-type-card:hover .adu-icon{transform:scale(1.05);background-color:#ffedd5}.adu-type-card .adu-icon svg{width:28px;height:28px;transition:all .3s ease-in-out}.adu-type-card .adu-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .375rem;transition:color .3s ease-in-out;text-align:left;width:100%}.adu-type-card .adu-description{font-size:.875rem;color:#6b7280;margin:0;transition:color .3s ease-in-out;text-align:left;width:100%}.adu-type-card.selected .adu-title{color:#ff8c00}.adu-type-card.selected .adu-description{color:#374151}@media (max-width: 1024px){.adu-types-grid{max-width:100%;gap:1.25rem}.adu-type-card{padding:1.5rem 1.25rem}.adu-type-card .adu-icon{width:50px;height:50px;margin:0 0 .75rem;padding:11px}.adu-type-card .adu-icon svg{width:27px;height:27px}}@media (max-width: 768px){.adu-types-grid{grid-template-columns:1fr;gap:1rem;margin:1.5rem 0;max-width:100%}.adu-type-card{padding:1.25rem}.adu-type-card .adu-icon{width:48px;height:48px;margin:0 0 .75rem;padding:10px}.adu-type-card .adu-icon svg{width:26px;height:26px}.adu-type-card .adu-title{font-size:1.0625rem}.adu-type-card .adu-description{font-size:.875rem}}@media (max-width: 480px){.adu-types-grid{margin:1rem 0;gap:.875rem}.adu-type-card{padding:1rem}.adu-type-card .adu-icon{width:44px;height:44px;margin:0 0 .625rem;padding:8px}.adu-type-card .adu-icon svg{width:24px;height:24px}.adu-type-card .adu-title{font-size:1rem}.adu-type-card .adu-description{font-size:.8125rem}}.address-form{max-width:500px;margin:2rem auto;width:100%;box-sizing:border-box;animation:fadeInUp .5s ease-out}.input-group{margin-bottom:1.5rem;animation:slideIn .4s ease-out}.input-label{display:block;font-weight:600;color:#374151;margin-bottom:.75rem;font-size:1rem;transition:color .3s ease-in-out}.input-wrapper-container{display:flex;flex-direction:column;gap:.75rem}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon-inside{position:absolute;left:1rem;top:50%;transform:translateY(-50%);pointer-events:none;flex-shrink:0;z-index:1;transition:all .3s ease-in-out}.address-input{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .3s ease-in-out}.address-input:focus{outline:none;border-color:#ff8c00;box-shadow:0 0 0 3px #ff8c001a;transform:scale(1.01)}.address-input:focus+.input-icon-inside{color:#ff8c00}.california-note{display:flex;align-items:center;gap:.5rem;padding:1rem;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;color:#6b7280;font-size:.9rem;transition:all .3s ease-in-out;animation:fadeIn .6s ease-out}.california-note svg{flex-shrink:0;transition:transform .3s ease-in-out}.selected-address{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:#f0fdf4;border:1px solid #86efac;border-radius:8px;color:#166534;font-size:.95rem;animation:fadeIn .3s ease-in-out}.selected-address svg{flex-shrink:0}.error-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:.9rem;animation:fadeIn .3s ease-in-out}.error-message svg{flex-shrink:0}.address-error-message{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.9rem;animation:shakeAndFade .5s ease-out}.address-error-message svg{flex-shrink:0}.address-error-message span{flex:1;font-weight:500}.error-dismiss-btn{background:none;border:none;color:#dc2626;font-size:1.25rem;font-weight:600;cursor:pointer;padding:0;line-height:1;opacity:.7;transition:opacity .2s ease}.error-dismiss-btn:hover{opacity:1}@keyframes shakeAndFade{0%{opacity:0;transform:translate(-10px)}20%{transform:translate(5px)}40%{transform:translate(-3px)}60%{transform:translate(2px)}80%{transform:translate(0)}to{opacity:1;transform:translate(0)}}.info-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#1e40af;font-size:.9rem;animation:fadeIn .3s ease-in-out}.info-message svg{flex-shrink:0}@media (max-width: 1024px){.address-form{max-width:100%}}@media (max-width: 768px){.address-form{margin:1.5rem 0;max-width:100%}.input-group{margin-bottom:1.25rem}.input-label{font-size:.9375rem;margin-bottom:.5rem}.address-input{padding:.75rem .875rem .75rem 2.75rem;font-size:16px}.input-icon-inside{left:.875rem}.california-note{font-size:.85rem;padding:.875rem}.selected-address{font-size:.875rem;padding:.625rem .875rem}.error-message,.address-error-message,.info-message{font-size:.85rem;padding:.625rem .875rem}}@media (max-width: 480px){.address-form{margin:1rem 0}.input-group{margin-bottom:1rem}.input-label{font-size:.875rem}.address-input{padding:.625rem .75rem .625rem 2.5rem;font-size:16px}.input-icon-inside{left:.75rem;width:18px;height:18px}.california-note{font-size:.8rem;padding:.75rem;gap:.375rem}.selected-address{font-size:.8125rem;padding:.5rem .75rem;gap:.375rem}.error-message,.address-error-message{font-size:.8rem;padding:.5rem .75rem;gap:.5rem}.info-message{font-size:.8rem;padding:.5rem .75rem;gap:.375rem}}.pac-container{border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 4px 16px #0000001f;margin-top:4px;font-family:inherit;z-index:10000!important;background-color:#fff;padding:0}.pac-container:after{background-image:none!important;height:0;padding:0}.pac-item{padding:.875rem 1rem;border-top:1px solid #f3f4f6;cursor:pointer;font-size:.95rem;line-height:1.5;transition:background-color .15s ease;display:flex;align-items:center}.pac-item:first-child{border-top:none}.pac-item:hover,.pac-item-selected{background-color:#f9fafb}.pac-item-query{font-size:.95rem;color:#1f2937;font-weight:600}.pac-matched{font-weight:700;color:#1f2937}.pac-icon{display:inline-block!important;width:20px;height:20px;margin-right:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FF8C00'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E")!important;background-size:contain;background-repeat:no-repeat;background-position:center;flex-shrink:0}.pac-icon-marker{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FF8C00'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E")!important}.pac-logo:after{display:block!important;padding:8px 12px;font-size:11px;color:#9ca3af;text-align:right;background:#f9fafb;border-top:1px solid #f3f4f6}.address-autocomplete{position:relative}.address-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 16px #0000001f;margin-top:4px;z-index:1000;max-height:280px;overflow-y:auto;animation:dropdownFade .2s ease-out}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.address-dropdown-item{display:flex;align-items:center;gap:12px;padding:.875rem 1rem;cursor:pointer;font-size:.95rem;color:#374151;border-bottom:1px solid #f3f4f6;transition:background-color .15s ease}.address-dropdown-item:last-child{border-bottom:none}.address-dropdown-item:hover,.address-dropdown-item.highlighted{background-color:#fff7ed}.address-dropdown-item .dropdown-icon{flex-shrink:0}.address-dropdown-item span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.address-dropdown-item{padding:.75rem;font-size:.9rem;gap:10px}.address-dropdown-item .dropdown-icon{width:14px;height:14px}}.project-type-subtitle{text-align:center;color:#ff8c00;font-size:1.1rem;font-weight:600;margin:-.5rem 0 .25rem}.specs-form{max-width:700px;margin:2rem auto;width:100%;box-sizing:border-box;animation:fadeInUp .5s ease-out}.spec-section{margin-bottom:2rem;animation:slideIn .4s ease-out}.spec-label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:1rem;transition:color .3s ease-in-out}.spec-info-note{font-size:.875rem;color:#6b7280;margin:-.25rem 0 1rem;font-style:italic}.button-group{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stories-group{grid-template-columns:repeat(3,1fr)}.spec-button{padding:1rem;border:2px solid #e5e7eb;border-radius:8px;background-color:#fff;color:#374151;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;transform:translateY(0)}.spec-button:hover{border-color:#ff8c00;background-color:#fff7ed;transform:translateY(-2px);box-shadow:0 2px 8px #ff8c001a}.spec-button.selected{border-color:#ff8c00;background-color:#ff8c00;color:#fff;transform:scale(1.02);box-shadow:0 2px 8px #ff8c0033}.spec-input{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .3s ease-in-out}.spec-input:focus{outline:none;border-color:#ff8c00;box-shadow:0 0 0 3px #ff8c001a;transform:scale(1.01)}@media (max-width: 1024px){.specs-form{max-width:100%}}@media (max-width: 768px){.specs-form{margin:1.5rem 0;max-width:100%}.button-group{grid-template-columns:repeat(2,1fr);gap:.75rem}.stories-group{grid-template-columns:repeat(3,1fr)}.spec-button{padding:.875rem .75rem;font-size:.9rem}.spec-input{padding:.75rem .875rem;font-size:.95rem}}@media (max-width: 480px){.specs-form{margin:1rem 0}.button-group{grid-template-columns:1fr;gap:.625rem}.stories-group{grid-template-columns:repeat(3,1fr);gap:.625rem}.spec-button{padding:.75rem .625rem;font-size:.85rem}.spec-input{padding:.625rem .75rem;font-size:.9rem}}.info-icon-wrapper{position:relative;display:inline-flex;cursor:help;transition:all .3s ease-in-out}.info-icon{flex-shrink:0;display:inline-block;vertical-align:middle;transition:all .3s ease-in-out}.info-icon-wrapper:hover .info-icon{transform:scale(1.15) rotate(5deg);filter:brightness(1.1)}.info-tooltip{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);background-color:#1f2937;color:#fff;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;line-height:1.5;white-space:normal;width:280px;max-width:280px;box-shadow:0 4px 12px #00000026;opacity:0;visibility:hidden;transition:all .3s ease-in-out;pointer-events:none;z-index:1000;text-align:left;font-weight:400}.info-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1f2937;transition:all .3s ease-in-out}.info-icon-wrapper:hover .info-tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(-8px);animation:tooltipBounce .4s ease-out}@keyframes tooltipBounce{0%{opacity:0;transform:translate(-50%) translateY(5px)}60%{transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(-8px)}}@media (max-width: 1024px){.info-tooltip{width:250px;max-width:250px;font-size:.8125rem}}@media (max-width: 768px){.info-tooltip{width:220px;max-width:220px;font-size:.8rem;padding:.625rem .875rem;left:auto;right:-10px;transform:translate(0)}.info-tooltip:after{left:auto;right:20px;transform:translate(0)}.info-icon-wrapper:hover .info-tooltip{transform:translateY(-5px)}}@media (max-width: 480px){.info-tooltip{width:180px;max-width:180px;font-size:.75rem;padding:.5rem .75rem;right:-5px;bottom:calc(100% + 8px)}.info-tooltip:after{right:15px;border-width:5px}.info-icon-wrapper:hover .info-tooltip{transform:translateY(-3px)}}.addons-list{max-width:600px;margin:2rem auto;display:flex;flex-direction:column;gap:1rem;width:100%;box-sizing:border-box;animation:fadeInUp .5s ease-out}.addon-card{background-color:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.25rem;transition:all .3s ease-in-out;transform:translateY(0);animation:slideIn .4s ease-out}.addon-card:hover{border-color:#ff8c00;box-shadow:0 4px 12px #ff8c001a;transform:translateY(-2px)}.addon-label{display:flex;align-items:flex-start;gap:1rem;cursor:pointer;width:100%}.addon-checkbox{width:20px;height:20px;min-width:20px;margin-top:2px;cursor:pointer;accent-color:#FF8C00;transition:transform .2s ease-in-out}.addon-checkbox:hover{transform:scale(1.1)}.addon-content{flex:1;transition:all .3s ease-in-out}.addon-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.addon-title{font-size:1.1rem;font-weight:600;color:#1f2937;display:flex;align-items:center;gap:.5rem;transition:color .3s ease-in-out}.addon-description{font-size:.95rem;color:#6b7280;margin:0;line-height:1.5;transition:color .3s ease-in-out}@media (max-width: 1024px){.addons-list{max-width:100%}}@media (max-width: 768px){.addons-list{margin:1.5rem 0;gap:.875rem;max-width:100%}.addon-card{padding:1rem}.addon-label{gap:.75rem}.addon-checkbox{width:18px;height:18px;min-width:18px}.addon-title{font-size:1rem}.addon-description{font-size:.875rem;line-height:1.4}}@media (max-width: 480px){.addons-list{margin:1rem 0;gap:.75rem}.addon-card{padding:.875rem}.addon-label{gap:.625rem}.addon-checkbox{width:16px;height:16px;min-width:16px;margin-top:1px}.addon-header{margin-bottom:.375rem}.addon-title{font-size:.9375rem;gap:.375rem}.addon-description{font-size:.8125rem;line-height:1.35}}.contact-form{max-width:600px;margin:2rem auto;width:100%;box-sizing:border-box;animation:fadeInUp .5s ease-out}.contact-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.contact-field{margin-bottom:1.5rem;animation:slideIn .4s ease-out}.contact-label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.95rem}.contact-label .required{color:#ff8c00;margin-left:2px}.contact-input{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .3s ease-in-out;box-sizing:border-box}.contact-input:focus{outline:none;border-color:#ff8c00;box-shadow:0 0 0 3px #ff8c001a;transform:scale(1.01)}.contact-input::placeholder{color:#9ca3af}.phone-field{position:relative}.phone-input-simple{position:relative;display:flex;align-items:center}.phone-input-simple .contact-input{padding-right:2.75rem}.contact-input.phone-complete{border-color:#10b981;background-color:#f0fdf4}.contact-input.phone-complete:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b98126}.contact-input.phone-error{border-color:#ef4444;background-color:#fef2f2}.contact-input.phone-error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef444426}.phone-validation-icon{position:absolute;right:.875rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:.5;transition:all .3s ease}.phone-validation-icon.valid{opacity:1;animation:popIn .3s ease-out}@keyframes popIn{0%{transform:translateY(-50%) scale(0)}50%{transform:translateY(-50%) scale(1.2)}to{transform:translateY(-50%) scale(1)}}.phone-helper-text{display:block;margin-top:.375rem;font-size:.75rem;color:#6b7280;font-style:italic}.phone-error-text{display:block;margin-top:.25rem;font-size:.8125rem;color:#ef4444;font-weight:500;animation:shakeIn .4s ease-out}@keyframes shakeIn{0%,to{transform:translate(0)}20%,60%{transform:translate(-4px)}40%,80%{transform:translate(4px)}}.contact-info-note{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background-color:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;margin-top:2rem;animation:fadeIn .6s ease-out}.contact-info-note svg{flex-shrink:0;color:#0284c7;margin-top:2px}.contact-info-note span{font-size:.875rem;color:#0c4a6e;line-height:1.5}@media (max-width: 1024px){.contact-form{max-width:100%}}.email-verification-wrapper{position:relative;display:flex;gap:.75rem;align-items:flex-start}.email-verification-wrapper .contact-input{flex:1}.contact-input.email-verified{border-color:#10b981;background-color:#f0fdf4}.email-verified-badge{display:flex;align-items:center;gap:.5rem;padding:.875rem 1rem;background-color:#f0fdf4;border:2px solid #10b981;border-radius:8px;color:#10b981;font-weight:600;font-size:.9rem;white-space:nowrap;animation:slideInRight .3s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.verify-email-btn{padding:.875rem 1.25rem;background-color:#ff8c00;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;white-space:nowrap}.verify-email-btn:hover:not(:disabled){background-color:#e67e00;transform:translateY(-1px);box-shadow:0 4px 8px #ff8c004d}.verify-email-btn:disabled{background-color:#d1d5db;cursor:not-allowed;opacity:.6}.otp-success-message{margin-top:.5rem;padding:.75rem;background-color:#fff7ed;border-left:4px solid #FF8C00;color:#ff8c00;font-size:.875rem;border-radius:4px;animation:fadeInUp .3s ease-out}.otp-success-message.verified{background-color:#f0fdf4;border-left:4px solid #10b981;color:#10b981}.otp-error-message{margin-top:.5rem;padding:.75rem;background-color:#fef2f2;border-left:4px solid #ef4444;color:#ef4444;font-size:.875rem;border-radius:4px;animation:fadeInUp .3s ease-out}.otp-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out;padding:1rem}.otp-modal{background:#fff;border-radius:16px;max-width:480px;width:100%;box-shadow:0 20px 60px #0000004d;animation:modalSlideUp .3s ease-out}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.otp-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.otp-modal-header h3{margin:0;font-size:1.5rem;color:#1f2937;font-weight:700}.otp-modal-close{background:none;border:none;cursor:pointer;padding:.5rem;color:#6b7280;transition:all .2s ease;border-radius:8px}.otp-modal-close:hover{background-color:#f3f4f6;color:#1f2937}.otp-modal-body{padding:2rem}.otp-instruction{margin:0 0 .5rem;color:#6b7280;font-size:.95rem}.otp-email{margin:0 0 2rem;color:#ff8c00;font-weight:600;font-size:1.05rem}.otp-input-group{margin-bottom:1.5rem}.otp-label{display:block;font-weight:600;color:#374151;margin-bottom:.75rem;font-size:.95rem}.otp-input{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1.5rem;text-align:center;letter-spacing:.5rem;font-weight:600;font-family:Courier New,monospace;transition:all .3s ease}.otp-input:focus{outline:none;border-color:#ff8c00;box-shadow:0 0 0 3px #ff8c001a}.otp-modal-error{margin-bottom:1rem;padding:.75rem;background-color:#fef2f2;border-left:4px solid #ef4444;color:#ef4444;font-size:.875rem;border-radius:4px;animation:shake .3s ease-out}.otp-verify-btn{width:100%;padding:1rem;background-color:#ff8c00;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-bottom:1.5rem}.otp-verify-btn:hover:not(:disabled){background-color:#e67e00;transform:translateY(-2px);box-shadow:0 6px 12px #ff8c004d}.otp-verify-btn:disabled{background-color:#d1d5db;cursor:not-allowed;opacity:.6;transform:none}.otp-resend{text-align:center;padding-top:1rem;border-top:1px solid #e5e7eb}.otp-resend p{margin:0 0 .5rem;color:#6b7280;font-size:.875rem}.otp-resend-btn{background:none;border:none;color:#ff8c00;font-weight:600;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;border-radius:6px;transition:all .2s ease}.otp-resend-btn:hover:not(:disabled){background-color:#fff7ed;text-decoration:underline}.otp-resend-btn:disabled{color:#d1d5db;cursor:not-allowed}@media (max-width: 768px){.contact-form{margin:1.5rem 0}.contact-row{grid-template-columns:1fr;gap:0}.contact-field{margin-bottom:1.25rem}.contact-input{padding:.75rem .875rem;font-size:.95rem}.contact-info-note{padding:.875rem;margin-top:1.5rem}.contact-info-note span{font-size:.8125rem}.email-verification-wrapper{flex-direction:column;gap:.5rem}.verify-email-btn{width:100%;padding:.75rem 1rem}.email-verified-badge{width:100%;justify-content:center;padding:.75rem}.otp-modal{margin:1rem;max-width:calc(100% - 2rem)}.otp-modal-header{padding:1.25rem 1.5rem}.otp-modal-header h3{font-size:1.25rem}.otp-modal-body{padding:1.5rem}.otp-input{font-size:1.25rem;letter-spacing:.4rem}}@media (max-width: 480px){.contact-form{margin:1rem 0}.contact-field{margin-bottom:1rem}.contact-input{padding:.625rem .75rem;font-size:.9rem}.contact-info-note{padding:.75rem;gap:.5rem}.phone-country-prefix{padding:.625rem .5rem;gap:.25rem}.phone-flag{font-size:1.125rem}.phone-country-code{font-size:.875rem}.phone-input{padding:.625rem 2.25rem .625rem .5rem;font-size:1rem;letter-spacing:.25px}.phone-helper-text{font-size:.6875rem}.phone-error-text{font-size:.75rem}.phone-validation-icon{right:.5rem}.phone-validation-icon svg{width:18px;height:18px}}.summary-container{max-width:600px;margin:2rem auto;padding-bottom:2rem;width:100%;box-sizing:border-box;animation:fadeInUp .5s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.summary-section{background-color:#f9fafb;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;transition:all .3s ease-in-out;animation:slideIn .4s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.summary-section:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.summary-section-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 1rem;transition:color .3s ease-in-out}.summary-details{display:flex;flex-direction:column;gap:.75rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;transition:all .3s ease-in-out}.summary-row:hover{background-color:#ff8c000d;border-radius:6px;padding:.5rem .75rem}.summary-label{font-size:.95rem;color:#6b7280;font-weight:500;transition:color .3s ease-in-out}.summary-value{font-size:.95rem;color:#1f2937;font-weight:600;text-align:right;transition:all .3s ease-in-out}.summary-divider{height:1px;background-color:#d1d5db;margin:.5rem 0;transition:background-color .3s ease-in-out}.summary-total{padding-top:.75rem;animation:pulse .6s ease-in-out}.summary-total .summary-label{font-size:1.25rem;color:#1f2937;font-weight:700;transition:color .3s ease-in-out}.summary-total .summary-value{font-size:1.5rem;font-weight:700;color:#ff8c00;transition:all .3s ease-in-out}.addons-list-section{margin:1rem 0;padding:1rem;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;transition:all .3s ease-in-out;animation:fadeIn .5s ease-out}.addons-list-title{font-size:.9rem;font-weight:600;color:#374151;margin:0 0 .75rem;transition:color .3s ease-in-out}.addon-item-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:#fff;border-radius:6px;margin-bottom:.5rem;border:1px solid #e5e7eb;transition:all .3s ease-in-out;animation:slideInRight .4s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.addon-item-row:hover{border-color:#ff8c00;box-shadow:0 2px 8px #ff8c001a;transform:translate(-2px)}.addon-item-row:last-child{margin-bottom:0}.addon-item-name{font-size:.9rem;color:#374151;font-weight:500;transition:color .3s ease-in-out}.addon-item-right{display:flex;align-items:center;gap:1rem}.addon-item-price{font-size:.9rem;color:#ff8c00;font-weight:600;transition:all .3s ease-in-out}.addon-remove-btn{background-color:#ef4444;color:#fff;border:none;border-radius:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;line-height:1;transition:all .3s ease-in-out;transform:scale(1)}.addon-remove-btn:hover{background-color:#dc2626;transform:scale(1.1) rotate(90deg);box-shadow:0 2px 8px #ef44444d}.payment-schedule-section{margin-top:1.5rem}.payment-schedule-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 0;border-bottom:1px solid #e5e7eb}.payment-schedule-item:last-child{border-bottom:none}.payment-schedule-label{display:flex;flex-direction:column;gap:.25rem;flex:1}.payment-schedule-name{font-size:.95rem;font-weight:600;color:#374151}.payment-schedule-desc{font-size:.85rem;color:#6b7280;font-style:italic}.payment-schedule-amount{font-size:1rem;font-weight:700;color:#ff8c00;margin-left:1rem}.payment-button{width:100%;background-color:#ff8c00;color:#fff;border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;margin-top:1rem}.payment-button:hover:not(:disabled){background-color:#e67e00;transform:translateY(-1px);box-shadow:0 4px 12px #ff8c004d}.payment-button:disabled{background-color:#d1d5db;cursor:not-allowed;opacity:.6}.terms-checkbox-container{margin:1.5rem 0 0;padding:0;background-color:transparent;border:none}.terms-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.terms-checkbox{width:18px;height:18px;min-width:18px;margin-top:2px;cursor:pointer;accent-color:#FF8C00}.terms-text{color:#6b7280;font-size:.875rem;line-height:1.6;text-align:left}.terms-link{color:#ff8c00;text-decoration:none;font-weight:600;transition:color .2s}.terms-link:hover{color:#e67e00;text-decoration:underline}@media (max-width: 1024px){.summary-container{max-width:100%}}@media (max-width: 768px){.summary-container{margin:1.5rem auto;padding-bottom:3rem;max-width:100%}.summary-section{padding:1.25rem}.summary-section-title,.summary-total .summary-label{font-size:1.1rem}.summary-total .summary-value{font-size:1.25rem}.terms-text{font-size:.8rem}.payment-button{font-size:1rem;padding:.875rem 1.5rem}.addon-item-row{flex-direction:column;align-items:flex-start;gap:.5rem}.addon-item-right{width:100%;justify-content:space-between}.payment-schedule-item{flex-direction:column;gap:.5rem}.payment-schedule-amount{margin-left:0;align-self:flex-end}.payment-schedule-name{font-size:.9rem}.payment-schedule-desc{font-size:.8rem}}@media (max-width: 480px){.summary-container{margin:1rem auto;padding-bottom:2.5rem}.summary-section{padding:1rem}.summary-section-title{font-size:1rem}.summary-row{flex-direction:column;align-items:flex-start;gap:.25rem}.summary-value{text-align:left}.payment-button{font-size:.95rem;padding:.75rem 1.25rem}}.payment-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:1001;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;animation:fadeIn .3s ease-in-out}.spinner{animation:spin 1s linear infinite}.payment-modal{background:#fff;border-radius:0;width:100%;max-width:1100px;min-height:100%;position:relative;padding:2rem 1rem;margin:0 auto;animation:slideInUp .4s ease-out}.payment-close{position:absolute;top:2rem;right:3rem;background:#fff;border:1px solid #e5e7eb;font-size:2rem;color:#6b7280;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease-in-out;z-index:150;line-height:1;box-shadow:0 2px 8px #0000001a}.payment-close:hover{background-color:#f9fafb;color:#1f2937;border-color:#d1d5db;transform:scale(1.05) rotate(90deg)}.payment-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0;padding:2rem 2rem 1.5rem;border-bottom:1px solid #e5e7eb;transition:all .3s ease-in-out;animation:fadeInDown .5s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.payment-container{display:grid;grid-template-columns:1fr 380px;gap:2rem;padding:2rem;animation:fadeIn .5s ease-out}.payment-form-section{display:flex;flex-direction:column;gap:1rem;animation:slideInLeft .5s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.form-section{display:flex;flex-direction:column;gap:.25rem;transition:all .3s ease-in-out;margin-bottom:.75rem}.section-title,h3.section-title,.form-section h3.section-title{font-size:1.5rem!important;font-weight:600;color:#1f2937;margin:1rem 0 .15rem!important;padding:0;text-align:left!important;transition:color .3s ease-in-out}.form-group{display:flex;flex-direction:column;gap:.5rem;animation:fadeInUp .4s ease-out}.terms{color:#151515;text-decoration:none}.terms-link{color:#ff8c00;text-decoration:underline;font-weight:500;transition:color .2s ease}.terms-link:hover{color:#e67e00}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.form-group label{font-size:.875rem;font-weight:500;color:#374151;transition:color .3s ease-in-out}.form-group label .optional-label{font-weight:400;color:#9ca3af;font-size:.75rem}.form-group input,.form-group select{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;color:#1f2937;transition:all .3s ease-in-out;background:#fff}.form-group input:focus,.form-group select:focus{outline:none;border-color:#ff8c00;box-shadow:0 0 0 3px #ff8c001a;transform:scale(1.01)}.form-group input::placeholder{color:#9ca3af}.form-group input.readonly-field{background-color:#f9fafb;color:#6b7280;cursor:not-allowed;border-color:#e5e7eb}.form-group input.readonly-field:focus{border-color:#e5e7eb;box-shadow:none;transform:none}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-row.three-col{grid-template-columns:1fr 1fr 1fr}.card-input-wrapper{position:relative}.card-input-wrapper input{padding-right:3rem}.card-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none}.stripe-card-element{border:1px solid #d1d5db;border-radius:8px;padding:14px 16px;background:#fff;transition:all .3s ease-in-out}.stripe-card-element:hover{border-color:#9ca3af;transform:scale(1.005)}.stripe-card-element:focus-within{border-color:#ff8c00;box-shadow:0 0 0 3px #ff8c001a;transform:scale(1.01)}.error-message{display:block;color:#e74c3c;font-size:13px;margin-top:6px;font-weight:500;animation:shake .4s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.payment-error{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fee;border:1px solid #fcc;border-radius:8px;color:#e74c3c;font-size:14px;margin-bottom:16px;animation:slideInDown .4s ease-out;transition:all .3s ease-in-out}@keyframes slideInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.payment-error svg{flex-shrink:0;animation:pulse .5s ease-in-out}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.security-notice{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fef3e7;border-radius:8px;margin-top:.5rem;transition:all .3s ease-in-out;animation:fadeIn .6s ease-out}.security-notice svg{flex-shrink:0}.security-notice span{font-size:.875rem;color:#92400e;font-weight:500}.btn-pay{width:100%;padding:1rem 1.5rem;background:#ff8c00;color:#fff;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1rem;transform:translateY(0);animation:slideInUp .5s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.btn-pay:hover:not(:disabled){background:#e67e00;transform:translateY(-3px);box-shadow:0 6px 16px #ff8c0066}.btn-pay:active:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 8px #ff8c004d}.btn-pay:disabled{opacity:.6;cursor:not-allowed;transition:all .3s ease-in-out}.payment-methods{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.payment-methods img{height:25px;width:auto;opacity:.7;transition:opacity .3s}.payment-methods img:hover{opacity:1}.order-summary-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;height:fit-content;position:sticky;top:1rem;transition:all .3s ease-in-out;animation:slideInRight .5s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.order-summary-section:hover{box-shadow:0 4px 12px #00000014}.summary-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem;transition:color .3s ease-in-out}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;transition:all .3s ease-in-out}.summary-item:hover{background-color:#ff8c000d;border-radius:6px;padding:.75rem .5rem}.summary-label{font-size:.875rem;color:#6b7280;font-weight:500;transition:color .3s ease-in-out}.summary-value{font-size:.875rem;color:#1f2937;font-weight:600;transition:all .3s ease-in-out}.summary-divider{height:1px;background:#e5e7eb;margin:.5rem 0;transition:background .3s ease-in-out}.summary-addons{margin:.75rem 0;padding:.75rem 0;border-top:1px dashed #e5e7eb}.summary-addons-title{font-size:.8125rem;font-weight:600;color:#6b7280;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.summary-addon-item{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0;font-size:.875rem}.summary-addon-name{color:#4b5563}.summary-addon-price{color:#1f2937;font-weight:500}.summary-total{padding:1rem 0;border-top:2px solid #e5e7eb;margin-top:.5rem;animation:pulse .6s ease-in-out}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.summary-total .summary-label{font-size:1rem;color:#1f2937;font-weight:600;transition:color .3s ease-in-out}.summary-total .summary-value{font-size:1.125rem;color:#1f2937;font-weight:700;transition:all .3s ease-in-out}.summary-due{background:#fff7ed;padding:1rem;border-radius:8px;margin-top:1rem;transition:all .3s ease-in-out;animation:fadeIn .6s ease-out}.summary-due:hover{background:#fef3e7;transform:scale(1.02)}.summary-due .summary-label{font-size:1rem;color:#92400e;font-weight:600;transition:color .3s ease-in-out}.summary-value-orange{font-size:1.5rem;color:#ff8c00;font-weight:700;transition:all .3s ease-in-out}.guarantee-badge{display:flex;gap:1rem;padding:1.25rem;background:#fef3e7;border:1px solid #fde68a;border-radius:12px;margin-top:1.5rem}.badge-icon{flex-shrink:0}.badge-text{flex:1}.badge-text strong{display:block;font-size:.875rem;color:#1f2937;font-weight:600;margin-bottom:.25rem}.badge-text p{font-size:.75rem;color:#6b7280;margin:0;line-height:1.5}.badge-text a{color:#ff8c00;text-decoration:none;font-weight:500;transition:color .3s}.badge-text a:hover{color:#e67e00;text-decoration:underline}.payment-success-modal{background:#fff;border-radius:0;width:100%;max-width:800px;padding:2.5rem 2rem;position:relative;text-align:center;animation:slideUp .3s ease-out;margin:0 auto;min-height:100%;display:flex;flex-direction:column;justify-content:center}.payment-success-modal .payment-close{right:2rem}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.success-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.success-icon{animation:scaleIn .5s ease-out;margin-bottom:.5rem}.success-icon svg{width:80px;height:80px}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-title{font-size:2rem;font-weight:700;color:#1f2937;margin:.5rem 0 0;text-align:center}.success-subtitle{font-size:1.0625rem;color:#6b7280;margin:.5rem 0 1.5rem;text-align:center;line-height:1.5}.next-steps-section,.next-steps-section *,.next-steps-section *:before,.next-steps-section *:after{box-sizing:border-box}.next-steps-section{width:100%;max-width:100%;background-color:#f9fafb;border-radius:12px;padding:2rem 2.5rem;margin-top:.5rem}.next-steps-title{font-size:1.125rem;font-weight:700;color:#111827;margin:0 0 2rem;padding:0;text-align:center;width:100%}.next-steps-list{display:flex;flex-direction:column;gap:1.75rem;margin:0 0 2rem;padding:0;list-style:none;width:100%}.next-step-item{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:1rem;width:100%;margin:0;padding:0;position:relative}.step-number{background-color:var(--primary-color);color:#fff;width:36px;height:36px;min-width:36px;min-height:36px;max-width:36px;max-height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0;flex-grow:0;margin:0;padding:0;box-sizing:border-box;position:relative}.step-content{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;min-width:0;margin:0;padding:0;box-sizing:border-box}.step-content h4{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .375rem;padding:0;line-height:1.4;width:100%}.step-content p{font-size:.9375rem;color:#4b5563;margin:0;padding:0;line-height:1.6;width:100%}.success-actions{display:flex;flex-direction:column;gap:.875rem;width:100%}.btn-schedule-now{background-color:var(--primary-color);color:#fff;border:none;padding:1rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.625rem;width:100%}.btn-schedule-now:hover{background-color:#e67e00;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}.btn-schedule-later{background-color:#fff;color:#1f2937;border:2px solid #E5E7EB;padding:1rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.btn-schedule-later:hover{border-color:var(--primary-color);color:var(--primary-color);background-color:#fff5f0}.success-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #E5E7EB;text-align:center}.footer-text{font-size:.9375rem;color:#374151;margin:0 0 1rem;font-weight:500}.footer-contact{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.contact-link{display:flex;align-items:center;gap:.5rem;color:#1f2937;text-decoration:none;font-size:.9375rem;font-weight:600;transition:all .3s ease}.contact-link:hover{color:#374151;transform:translateY(-1px)}.contact-link svg{flex-shrink:0}.payment-failure-overlay{background-color:#fff}.payment-failure-modal{background:#fff;border-radius:0;width:100%;max-width:800px;padding:2.5rem 2rem;margin:0 auto;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative}.payment-failure-modal .payment-close{right:2rem}@keyframes fadeInFailure{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.failure-content{display:flex;flex-direction:column;align-items:center;gap:1rem;animation:fadeInFailure .4s ease-out}.failure-icon{animation:scaleIn .5s ease-out;margin-bottom:.5rem}.failure-icon svg{width:80px;height:80px}.failure-title{font-size:2rem;font-weight:700;color:#1f2937;margin:.5rem 0 0;text-align:center}.failure-subtitle{font-size:1.0625rem;color:#6b7280;margin:.5rem 0 1.5rem;text-align:center;line-height:1.5;max-width:500px}.failure-details-section{width:100%;max-width:600px;margin-top:1rem}.failure-details-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 1.5rem;text-align:center}.failure-options-list{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.failure-option-item{display:flex;gap:1rem;padding:1.25rem;background:#f9fafb;border-radius:12px;border:1px solid #E5E7EB;transition:all .3s}.failure-option-item:hover{background:#f3f4f6;border-color:#d1d5db}.option-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;border:1px solid #E5E7EB}.option-content h4{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.option-content p{font-size:.9375rem;color:#6b7280;margin:0;line-height:1.5}.failure-actions{display:flex;flex-direction:column;gap:.875rem;width:100%}.btn-retry-payment{background:var(--primary-color);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 2px 8px #ff6b3533}.btn-retry-payment:hover{background:#e55a2b;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}.btn-contact-support{background:#fff;color:var(--primary-color);border:2px solid var(--primary-color);padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-contact-support:hover{background:#fff5f0;transform:translateY(-2px)}.failure-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #E5E7EB;text-align:center}@media (max-width: 768px){.payment-overlay{padding:0;align-items:flex-start}.payment-modal{max-height:none;border-radius:0;margin:0;min-height:100vh;width:100%}.payment-title{font-size:1.5rem;padding:1.5rem 1rem 1rem}.payment-close{top:1.5rem;right:1.25rem;width:32px;height:32px;font-size:1.75rem;background-color:#f3f4f6}.payment-success-modal .payment-close,.payment-failure-modal .payment-close{right:1.25rem}.payment-container{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 1rem}.order-summary-section{position:static;order:-1}.form-row,.form-row.three-col{grid-template-columns:1fr}.guarantee-badge{padding:1rem}.badge-text strong{font-size:.8rem}.badge-text p{font-size:.7rem}.payment-success-modal{padding:1.5rem 1.25rem;margin:0;max-width:100%;min-height:100vh}.payment-modal{padding:1.5rem 1rem}.payment-container{padding:1.5rem 1rem 2rem}.success-title{font-size:1.625rem}.success-subtitle{font-size:1rem}.success-icon svg{width:70px;height:70px}.failure-icon svg{width:70px;height:70px}.payment-failure-modal{padding:1.5rem 1.25rem;margin:0;max-width:100%;min-height:100vh}.failure-title{font-size:1.625rem}.failure-subtitle{font-size:1rem}.failure-details-section{padding:0}.failure-option-item{padding:1rem;gap:.875rem}.option-icon{width:36px;height:36px}.option-icon svg{width:20px;height:20px}.option-content h4{font-size:.9375rem}.option-content p{font-size:.875rem}.btn-retry-payment,.btn-contact-support{padding:.875rem 1.5rem;font-size:.9375rem}.next-steps-section{padding:1.75rem}.next-steps-title{font-size:1.0625rem;margin-bottom:1.75rem}.next-steps-list{gap:1.5rem}.next-step-item{gap:.875rem}.step-number{width:34px;height:34px;min-width:34px;min-height:34px;font-size:.9375rem}.step-content h4{font-size:.9375rem;margin-bottom:.375rem}.step-content p{font-size:.875rem}.btn-schedule-now,.btn-schedule-later{padding:.75rem 1.25rem;font-size:.875rem}.footer-contact{flex-direction:column;gap:.75rem}.contact-link{font-size:.8125rem}}@media (max-width: 480px){.payment-title{font-size:1.25rem;padding:1.25rem .75rem .875rem}.payment-close{top:1.25rem;right:1rem;width:36px;height:36px;z-index:150}.payment-success-modal .payment-close,.payment-failure-modal .payment-close{right:1rem}.payment-container{padding:1rem .75rem 2rem}.section-title,h3.section-title,.form-section h3.section-title{font-size:.75rem!important;text-align:left!important;margin:0 0 .1rem!important}.form-group input,.form-group select{padding:.625rem .875rem;font-size:16px}.btn-pay{padding:.875rem 1.25rem;font-size:1rem}.summary-value-orange{font-size:1.25rem}.payment-methods img{height:20px}.guarantee-badge{padding:.875rem}.badge-text strong{font-size:.75rem}.badge-text p{font-size:.65rem;line-height:1.4}.payment-success-modal{padding:1.25rem 1rem;margin:0;border-radius:0;max-height:none;min-height:100vh}.payment-modal{padding:1rem .5rem}.success-title{font-size:1.375rem}.success-subtitle{font-size:.9375rem}.success-icon svg{width:60px;height:60px}.failure-icon svg{width:60px;height:60px}.payment-failure-modal{padding:1.25rem 1rem;margin:0;border-radius:0;max-height:none;min-height:100vh}.failure-title{font-size:1.375rem}.failure-subtitle{font-size:.9375rem}.failure-details-section{padding:0}.failure-option-item{padding:.875rem;gap:.75rem}.option-icon{width:32px;height:32px}.option-icon svg{width:18px;height:18px}.option-content h4{font-size:.875rem}.option-content p{font-size:.8125rem}.btn-retry-payment,.btn-contact-support{padding:.875rem 1.25rem;font-size:.875rem}.failure-footer{margin-top:1.5rem;padding-top:1.25rem}.next-steps-section{padding:1.5rem 1.25rem}.next-steps-title{font-size:1rem;margin-bottom:1.5rem}.next-steps-list{gap:1.25rem}.next-step-item{gap:.75rem}.step-number{width:32px;height:32px;min-width:32px;min-height:32px;font-size:.875rem}.step-content h4{font-size:.9375rem;margin-bottom:.375rem}.step-content p{font-size:.8125rem}.btn-schedule-now,.btn-schedule-later{padding:.875rem 1.25rem;font-size:.875rem}.success-footer{margin-top:1.5rem;padding-top:1.25rem}.footer-text{font-size:.875rem;margin-bottom:.875rem}.footer-contact{gap:1.25rem}.contact-link{font-size:.8125rem}.contact-link svg{width:14px;height:14px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:9999;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.modal-container{background-color:#fff;border-radius:0;max-width:800px;width:100%;min-height:100%;margin:0 auto;padding:2rem 1rem;position:relative}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e5e5;position:relative}.modal-title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0;flex:1;text-align:center}.modal-close{position:absolute;top:1.25rem;right:1.25rem;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:2px solid #e5e7eb;font-size:1.75rem;color:#6b7280;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s;border-radius:50%;z-index:150;box-shadow:0 2px 12px #00000026;line-height:1}.modal-close:hover{background-color:#f9fafbfa;color:#ff8c00;border-color:#ff8c00;transform:scale(1.1);box-shadow:0 4px 16px #ff8c0033}.modal-close:active{transform:scale(.95)}@media (max-width: 768px){.modal-close{top:1rem;right:1rem;width:36px;height:36px;font-size:1.6rem}}@media (max-width: 480px){.modal-close{top:.5rem;right:.5rem;width:34px;height:34px;font-size:1.5rem}}.modal-body{padding:2rem 1.5rem}.modal-intro{text-align:center;margin-bottom:1.5rem}.modal-heading{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.modal-subtitle{font-size:1rem;color:#666;margin:0}.info-box{background-color:#fffbeb;border:2px solid #fbbf24;border-radius:8px;padding:1.25rem;margin-bottom:1.75rem}.info-box-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.info-icon{flex-shrink:0}.info-title{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0}.info-list{list-style:none;padding:0;margin:0 0 .75rem}.info-list li{font-size:.875rem;color:#333;margin-bottom:.5rem;padding-left:.25rem;display:flex;align-items:center;gap:.5rem}.info-list li svg{flex-shrink:0}.info-duration{font-size:.875rem;color:#333;margin:0;font-weight:600;display:flex;align-items:center;gap:.5rem}.info-duration svg{flex-shrink:0}.schedule-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;align-items:stretch}.schedule-section,.schedule-section.time-section{display:flex;flex-direction:column}.schedule-section.time-section .time-slots-container{flex:1;min-height:0}.section-label{font-size:.9375rem;font-weight:600;color:#1a1a1a;margin:0 0 .75rem;display:flex;align-items:center;gap:.5rem}.section-label svg{flex-shrink:0}.calendar-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding:0 .25rem}.calendar-nav-btn{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#374151}.calendar-nav-btn:hover:not(:disabled){border-color:#d97706;background-color:#fffbeb;color:#d97706}.calendar-nav-btn:disabled{opacity:.4;cursor:not-allowed}.calendar-month-label{font-size:1rem;font-weight:600;color:#1a1a1a}.calendar-grid{background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;overflow:hidden}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);background:#f9fafb;border-bottom:1px solid #e5e7eb}.calendar-weekday{padding:.75rem 0;text-align:center;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;padding:.5rem}.calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:500;color:#1a1a1a;background:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.calendar-day:hover:not(:disabled):not(.empty){background-color:#fffbeb;color:#d97706}.calendar-day.selected{background-color:#d97706;color:#fff;font-weight:600}.calendar-day.today:not(.selected){border:2px solid #d97706;color:#d97706;font-weight:600}.calendar-day.disabled{color:#d1d5db;cursor:not-allowed;background:transparent}.calendar-day.weekend.disabled{color:#e5e7eb}.calendar-day.empty{cursor:default;background:transparent}.selected-date-display{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1rem;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;color:#059669;font-size:.875rem;font-weight:500}.time-hint{font-size:.75rem;color:#9ca3af;margin-top:.75rem;text-align:center;font-style:italic}.attendees-section{margin-bottom:1.5rem;padding-top:.5rem}.attendees-label{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem}.attendees-input-wrapper{display:flex;gap:.5rem}.attendees-input{flex:1;padding:.75rem 1rem;border:1.5px solid #d1d5db;border-radius:8px;font-size:.875rem;transition:border-color .2s}.attendees-input:focus{outline:none;border-color:#d97706}.attendees-input::placeholder{color:#9ca3af}.attendee-add-btn{padding:.75rem 1.25rem;background:#d97706;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.attendee-add-btn:hover:not(:disabled){background:#b45309}.attendee-add-btn:disabled{opacity:.5;cursor:not-allowed}.attendee-error{margin-top:.5rem;font-size:.75rem;color:#dc2626}.attendees-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.attendee-tag{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fbbf24;border-radius:20px;font-size:.8125rem;color:#92400e}.attendee-tag svg{flex-shrink:0;color:#d97706}.attendee-remove{display:flex;align-items:center;justify-content:center;width:18px;height:18px;background:#0000001a;border:none;border-radius:50%;font-size:1rem;line-height:1;color:#92400e;cursor:pointer;transition:all .2s;margin-left:.25rem}.attendee-remove:hover{background:#0003;color:#78350f}.time-slots-container{flex:1;min-height:280px;overflow-y:auto;overflow-x:hidden;border:1.5px solid #e5e7eb;border-radius:12px;padding:.75rem;background:#fafafa;scrollbar-width:thin;scrollbar-color:#d97706 #f3f4f6}.time-slots-container::-webkit-scrollbar{width:6px}.time-slots-container::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.time-slots-container::-webkit-scrollbar-thumb{background:#d97706;border-radius:3px}.time-slots-container::-webkit-scrollbar-thumb:hover{background:#b45309}.time-slots-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.time-slot-btn{padding:.75rem .5rem;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;font-size:.8125rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;text-align:center;white-space:nowrap}.time-slot-btn:hover:not(.selected){border-color:#d97706;background-color:#fffbeb;color:#d97706}.time-slot-btn.selected{background:linear-gradient(135deg,#d97706,#b45309);border-color:#d97706;color:#fff;font-weight:600;box-shadow:0 2px 8px #d9770640}.time-slot-btn:focus{outline:none;box-shadow:0 0 0 3px #d9770626}.time-slot-btn:active{transform:scale(.98)}.notes-section{margin-bottom:1.5rem}.notes-label{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.notes-label svg{flex-shrink:0}.notes-textarea{width:100%;border:1.5px solid #d1d5db;border-radius:6px;padding:.875rem;font-size:.9375rem;font-family:inherit;color:#1a1a1a;resize:vertical;transition:border-color .2s}.notes-textarea:focus{outline:none;border-color:#d97706}.notes-textarea::placeholder{color:#9ca3af}.confirm-button{width:100%;background-color:#d97706;color:#fff;border:none;border-radius:8px;padding:1rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.confirm-button:hover{background-color:#b45309}.confirm-button:active{transform:scale(.98)}@media (max-width: 768px){.modal-container{max-width:100%;margin:0;border-radius:0;padding:1.5rem 1rem}.modal-header{padding:1rem}.modal-close{width:36px;height:36px;right:0}.modal-body{padding:1.5rem 0}.schedule-grid{grid-template-columns:1fr;gap:2rem}.modal-heading{font-size:1.5rem}.modal-subtitle{font-size:.9375rem}.info-box{padding:1rem}.section-label{font-size:.875rem}.section-label svg{width:16px;height:16px}.calendar-weekday{font-size:.6875rem;padding:.5rem 0}.calendar-day{font-size:.8125rem}.calendar-nav-btn{width:32px;height:32px}.calendar-month-label{font-size:.9375rem}.attendees-input-wrapper{flex-direction:column}.attendee-add-btn{width:100%}.attendee-tag{font-size:.75rem;padding:.375rem .625rem}.time-slots-container{padding:.5rem;min-height:240px}.time-slots-grid{grid-template-columns:repeat(2,1fr);gap:.375rem}.time-slot-btn{padding:.625rem .375rem;font-size:.75rem}.confirm-button{padding:.875rem 1.5rem;font-size:.9375rem;margin-top:1rem}}@media (max-width: 480px){.modal-container{padding:1rem .75rem}.modal-header{padding:.75rem}.modal-close{width:32px;height:32px;font-size:1.5rem}.modal-body{padding:1rem 0}.modal-heading{font-size:1.25rem}.modal-subtitle{font-size:.875rem}.info-box{padding:.75rem;flex-direction:column;align-items:flex-start;gap:.5rem}.section-label{font-size:.8125rem}.calendar-weekday{font-size:.625rem;padding:.375rem 0}.calendar-day{font-size:.75rem;padding:.5rem}.attendees-input{font-size:.875rem}.attendee-add-btn{padding:.625rem 1rem;font-size:.8125rem}.time-slots-container{padding:.5rem;border-radius:8px;min-height:200px}.time-slots-grid{grid-template-columns:repeat(2,1fr);gap:.375rem}.time-slot-btn{padding:.5rem .25rem;font-size:.6875rem;border-radius:6px}.notes-textarea{font-size:.875rem;padding:.625rem .75rem}.confirm-button{padding:.75rem 1.25rem;font-size:.875rem;margin-top:.75rem;border-radius:6px}.schedule-error,.schedule-success{font-size:.8125rem;padding:.625rem .75rem}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.confirm-button .spinner{animation:spin 1s linear infinite}.confirm-button.loading{background:linear-gradient(135deg,#d97706,#b45309);cursor:not-allowed;opacity:.8}.confirm-button.success{background:linear-gradient(135deg,#10b981,#059669);cursor:default}.confirm-button:disabled{opacity:.6;cursor:not-allowed}.schedule-error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#dc2626;font-size:.875rem;margin-bottom:1rem}.schedule-success{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:#ecfdf5;border:1px solid #a7f3d0;border-radius:.5rem;color:#059669;font-size:.875rem;margin-bottom:1rem}.slots-loading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:2rem;color:#6b7280;font-size:.875rem}.slots-loading .loading-spinner{width:20px;height:20px;border:2px solid #e5e7eb;border-top-color:#d97706;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.slots-error{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#dc2626;font-size:.875rem}.hubspot-scheduler-wrapper{position:relative;width:100%;min-height:550px;height:550px;margin-top:1.5rem;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}.hubspot-loading{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:#fff;z-index:10}.hubspot-loading .loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#d97706;border-radius:50%;animation:spin .8s linear infinite}.hubspot-loading span{color:#6b7280;font-size:.9375rem}.hubspot-scheduler-iframe{width:100%;height:100%;border:none;background:#fff}.hubspot-scheduler-iframe.loading{opacity:0}@media (max-width: 768px){.hubspot-scheduler-wrapper{min-height:500px;height:500px;margin-top:1rem;border-radius:8px}}@media (max-width: 480px){.hubspot-scheduler-wrapper{min-height:450px;height:450px;margin-top:.75rem;border-radius:6px}}.quote-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:1000;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.quote-modal{background:#fff;border-radius:0;width:100%;max-width:100%;min-height:100vh;position:relative;padding:2rem 1rem;animation:slideInUp .4s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.quote-close{position:absolute;top:1.25rem;right:1.25rem;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1.5px solid #e5e7eb;font-size:1.75rem;color:#6b7280;cursor:pointer;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease-in-out;z-index:200;box-shadow:0 2px 12px #00000026;line-height:1;padding:0}.quote-close:hover{background-color:#f9fafbfa;color:#ff8c00;border-color:#ff8c00;transform:scale(1.1);box-shadow:0 4px 16px #ff8c0033}.quote-close:active{transform:scale(.95)}@media (min-width: 1025px){.quote-close{left:50%;right:auto;margin-left:calc(362px - 1rem);top:1.25rem}}@media (max-width: 1024px){.quote-close{top:1rem;right:1rem;width:36px;height:36px;font-size:1.6rem}}@media (max-width: 767px){.quote-close{top:.5rem;right:.5rem;width:34px;height:34px;font-size:1.5rem;border-width:1.5px;box-shadow:0 2px 10px #0003}}@media (max-width: 480px){.quote-close{top:.4rem;right:.4rem;width:32px;height:32px;font-size:1.4rem;border-width:1.5px;background:#fffffffa}.quote-close:hover{transform:scale(1.05)}}.quote-modal-header{width:100%;display:flex;justify-content:center;align-items:center;padding:0 1rem;margin-bottom:.75rem}.quote-modal-title{font-size:1.75rem;font-weight:700;color:#1f2937;text-align:left;margin:0;padding:0 3rem 0 0;max-width:800px;width:100%;line-height:1.3;letter-spacing:-.02em}@media (max-width: 1024px){.quote-modal-header{margin-bottom:.625rem}.quote-modal-title{font-size:1.5rem;padding:0 2.5rem 0 0;text-align:left}}@media (max-width: 767px){.quote-modal-header{padding:0 .5rem;margin-bottom:.5rem}.quote-modal-title{font-size:1.25rem;padding:0 2rem 0 0;text-align:left}}@media (max-width: 480px){.quote-modal-header{padding:0 .25rem;margin-bottom:.5rem}.quote-modal-title{font-size:1.125rem;padding:0 1.75rem 0 0;font-weight:600;text-align:left}}.quote-content{max-width:800px;margin:0 auto;padding:2rem 1.5rem 4rem;min-height:400px;width:100%;box-sizing:border-box}.step-content{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.step-content .step-title,.step-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:.5rem;text-align:center!important;width:100%;display:block}.step-content .step-subtitle,.step-subtitle{font-size:1rem;color:#6b7280;text-align:center!important;margin-bottom:2rem;width:100%;display:block}.quote-footer{max-width:800px;width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1rem;border-top:1px solid #e5e7eb;background-color:#f9fafb;border-radius:0 0 16px 16px;transition:all .3s ease-in-out;box-sizing:border-box}.btn-back{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#6b7280;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease-in-out;transform:translateY(0)}.btn-back:hover{border-color:#d1d5db;background-color:#f9fafb;transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}.btn-continue{padding:.75rem 2rem;background-color:#ff8c00;border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease-in-out;margin-left:auto;transform:translateY(0)}.btn-continue:hover:not(:disabled){background-color:#e67e00;transform:translateY(-2px);box-shadow:0 4px 12px #ff8c004d}.btn-continue:disabled{background-color:#d1d5db;cursor:not-allowed;opacity:.6;transition:all .3s ease-in-out}@media (max-width: 1024px){.quote-content{padding:2rem 1.25rem;max-width:100%}.quote-footer{max-width:800px;padding:1rem .75rem}}@media (max-width: 768px){.quote-modal{padding:1.5rem .75rem;border-radius:0;margin:0}.quote-content{padding:1.5rem 1rem;min-height:300px;max-width:100%}.step-title{font-size:1.5rem}.step-subtitle{font-size:.95rem}.quote-footer{max-width:100%;padding:1rem .75rem;flex-wrap:wrap;gap:.75rem}.btn-back,.btn-continue{padding:.625rem 1.25rem;font-size:.95rem;flex:1;min-width:120px;text-align:center;justify-content:center}}@media (max-width: 480px){.quote-modal{padding:1rem .5rem;min-height:100vh}.quote-content{padding:1rem .75rem 3rem;max-width:100%}.step-content .step-title,.step-title{font-size:1.25rem;text-align:center!important}.step-content .step-subtitle,.step-subtitle{font-size:.875rem;text-align:center!important}.quote-footer{max-width:100%;padding:.875rem .5rem;gap:.5rem}.btn-back,.btn-continue{padding:.5rem .875rem;font-size:.875rem;min-width:100px}.btn-back{gap:.25rem}}.App{min-height:100vh;background-color:var(--white)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}:root{--primary-color: #d97706;--primary-hover: #b45309;--text-dark: #1f2937;--text-gray: #6b7280;--text-light: #9ca3af;--border-color: #e5e7eb;--bg-light: #f9fafb;--white: #ffffff}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6;overflow-x:hidden;width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%;box-sizing:border-box}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:.5rem;color:var(--text-dark)}.section-subtitle{font-size:1.125rem;text-align:center;color:var(--text-gray);margin-bottom:3rem}.btn{padding:14px 32px;font-size:1rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background-color:var(--primary-color);color:var(--white)}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #d977064d}.btn-secondary{background-color:var(--white);color:var(--text-dark);border:2px solid var(--border-color)}.btn-secondary:hover{border-color:var(--text-gray);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}@media (max-width: 1024px){.container{padding:0 1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem;margin-bottom:2rem}}@media (max-width: 768px){.container{padding:0 1rem}.section-title{font-size:1.75rem;margin-bottom:.375rem}.section-subtitle{font-size:.9375rem;margin-bottom:1.5rem}.btn{padding:12px 24px;font-size:.9375rem}}@media (max-width: 480px){.container{padding:0 .75rem}.section-title{font-size:1.5rem}.section-subtitle{font-size:.875rem;margin-bottom:1.25rem}.btn{padding:10px 20px;font-size:.875rem}}
