body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.hero{align-items:center;background:linear-gradient(#1e3c72d9,#2a5298d9),url(../../static/media/shop-front.65371bc957b211684bee.jpg);background-position:50%;background-size:cover;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:80vh;padding:8rem 2rem 4rem;text-align:center}.hero-content{margin:0 auto;max-width:800px}.hero h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero p{font-size:1.25rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;margin-bottom:3rem}.primary-button,.secondary-button{font-size:1.1rem;padding:1rem 2.5rem}.primary-button{background:#4caf50}.secondary-button{background:#0000}.primary-button:hover,.secondary-button:hover{box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.hero-features{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:0 auto;max-width:800px}.feature{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-radius:4px;display:flex;font-size:1.1rem;gap:.75rem;padding:1rem 2rem}.feature .icon{color:#4caf50;font-size:1.2rem;font-weight:700}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.hero-buttons,.hero-features{flex-direction:column;gap:1rem}.feature{font-size:1rem;padding:.75rem 1.5rem}}.accreditations{background:#f8f9fa;padding:4rem 2rem}.accreditations h2{color:#1e3c72;font-size:2rem;margin-bottom:1rem;text-align:center}.accreditations-intro{color:#666;font-size:1.1rem;line-height:1.6;margin:0 auto 3rem;max-width:800px;text-align:center}.accreditations-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1000px;padding:1rem}.accreditation-card{align-items:center;aspect-ratio:1;background:#fff;border-radius:16px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;justify-content:center;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.accreditation-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-5px)}.accreditation-card img{height:auto;margin-bottom:1rem;max-height:120px;max-width:180px;object-fit:contain;width:100%}.accreditation-name{color:#333;font-size:1rem;font-weight:500;margin:0}@media (max-width:768px){.accreditations{padding:2rem 1rem}.accreditations-grid{gap:1.5rem;grid-template-columns:1fr;max-width:400px}.accreditation-card{aspect-ratio:auto;min-height:200px;padding:1.5rem;width:100%}.accreditation-card img{height:auto;margin:.5rem 0;max-height:100px;max-width:140px;width:100%}.accreditation-name{font-size:.9rem;margin-top:.5rem}}.services-overview{background:linear-gradient(180deg,#f8f9fa,#fff);padding:4rem 2rem}.services-container{margin:0 auto;max-width:1200px}.services-container h1{color:#1e3c72;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.services-intro{color:#666;font-size:1.1rem;line-height:1.6;margin:0 auto 3rem;max-width:800px;text-align:center}.services-grid{grid-gap:2.5rem;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:1rem}.service-card{align-items:flex-start;border-radius:16px;box-shadow:0 4px 20px #0000000f;display:flex;flex-direction:column;overflow:hidden;padding:2.5rem;position:relative;transition:all .4s cubic-bezier(.165,.84,.44,1)}.service-card:after{background:#1e3c72;content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease;width:100%}.service-card:hover{box-shadow:0 12px 30px #0000001a;transform:translateY(-8px)}.service-card:hover:after{transform:scaleX(1)}.service-icon{align-items:center;background:#f8f9fa;border-radius:50%;display:flex;font-size:3rem;height:80px;justify-content:center;margin-bottom:2rem;transition:transform .3s ease;width:80px}.service-card:hover .service-icon{transform:scale(1.1) rotate(5deg)}.service-card h2{color:#1e3c72;font-size:1.75rem;font-weight:700;line-height:1.2;margin:0 0 1rem}.service-subtitle{color:#666;font-size:1.1rem;line-height:1.6;margin:0 0 2rem}.service-features{margin:0 0 2rem;width:100%}.service-features li{align-items:center;color:#333;display:flex;font-size:1.05rem;line-height:1.5;padding:.75rem 0}.service-features li:before{align-items:center;background:#f0f4ff;border-radius:50%;color:#1e3c72;display:flex;flex-shrink:0;font-size:.9rem;font-weight:700;height:24px;justify-content:center;margin-right:1rem;width:24px}.cta-button{background:#1e3c72;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;margin-top:auto;overflow:hidden;padding:1rem 2rem;position:relative;text-align:center;text-decoration:none;transition:all .3s ease;width:100%}.cta-button:after{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:.5s;width:100%}.cta-button:hover{background:#2a5298;transform:translateY(-2px)}.cta-button:hover:after{left:100%}.cta-button:focus{box-shadow:0 0 0 3px #1e3c724d;outline:none}.benefits-list,.features-list{list-style:none;margin:1.5rem 0;padding:0}.benefits-list li,.features-list li{margin-bottom:.75rem;padding-left:1.5rem;position:relative}.benefits-list li:before,.features-list li:before{color:#1e3c72;left:0;position:absolute}.benefits-list li:before{content:"→"}.benefits-section{border-top:1px solid #e9ecef;margin-top:2rem;padding-top:1rem}.benefits-section h4{color:#1e3c72;font-size:1.1rem;margin-bottom:1rem}.calculator-section{border-top:1px solid #e9ecef;margin-top:3rem;padding-top:2rem}.calculator-section h3{color:#1e3c72;font-size:1.75rem;margin-bottom:2rem;text-align:center}@media (max-width:768px){.services-overview{padding:3rem 1rem}.services-container h1{font-size:2rem}.services-intro{font-size:1rem;margin-bottom:2rem}.service-card{padding:2rem}.service-icon{font-size:2.5rem;height:60px;width:60px}.service-card h2{font-size:1.5rem}.cta-button,.service-features li,.service-subtitle{font-size:1rem}.cta-button{padding:.9rem 1.75rem}.benefits-list li,.features-list li{font-size:.95rem}}@media (prefers-reduced-motion:reduce){.cta-button,.service-card,.service-card:after,.service-icon{transition:none}}.reviews-section{background:linear-gradient(180deg,#fff,#f8f9fa);padding:5rem 2rem}.reviews-container{margin:0 auto;max-width:1200px}.reviews-header{margin-bottom:4rem;text-align:center}.reviews-title{margin-bottom:2rem}.reviews-header h2{color:#1e3c72;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.reviews-subtitle{color:#666;font-size:1.2rem;margin-bottom:2rem}.checkatrade-badge{align-items:center;background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001a;display:flex;gap:2rem;justify-content:center;margin:0 auto;max-width:600px;padding:2rem}.checkatrade-logo{height:auto;width:120px}.rating-summary{text-align:left}.stars{color:gold;margin-bottom:.5rem}.rating-summary p{margin:.25rem 0 0}.reviews-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:4rem 0}.review-card{border-radius:10px;box-shadow:0 4px 15px #0000001a;padding:2rem;transition:transform .3s ease}.review-card:hover{transform:translateY(-5px)}.review-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.rating{color:#1e3c72;font-size:1.5rem;font-weight:700}.review-service{color:#1e3c72;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.review-text{color:#444;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.review-footer{align-items:center;color:#666;display:flex;font-size:.9rem;justify-content:space-between}.review-author{font-weight:600}.review-location{color:#1e3c72}.view-more-button{background:#1e3c72;border-radius:8px;color:#fff;display:block;font-weight:600;margin:2rem auto 0;padding:1rem 2rem;text-decoration:none;transition:all .3s ease;width:fit-content}.view-more-button:hover{background:#2a5298;transform:translateY(-2px)}@media (max-width:768px){.reviews-section{padding:3rem 1rem}.reviews-container{width:100%}.reviews-header{align-items:center;display:flex;flex-direction:column;margin-bottom:2rem}.reviews-title{margin-bottom:2rem;text-align:left;width:100%}.reviews-header h2{font-size:2rem;margin-bottom:.5rem}.reviews-subtitle{margin-bottom:0}.checkatrade-badge{flex-direction:column;margin-top:2rem;padding:1.5rem;text-align:center;width:100%}.rating-summary{text-align:center}.reviews-grid{gap:2rem;grid-template-columns:1fr;margin-top:2rem}.review-card{margin:0;padding:1.5rem}.rating{color:gold;font-size:2rem}}.google-business-profile{margin:4rem auto;max-width:1200px;padding:0 1rem}.profile-header{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr auto 1fr;margin-bottom:3rem}.header-left h2{color:#1a237e;font-size:2rem;margin:0 0 .5rem}.header-left p{color:#666;margin:0}.header-center{text-align:center}.google-logo{height:40px;width:auto}.header-right{text-align:right}.rating-summary{align-items:flex-end;display:inline-flex;flex-direction:column}.stars{color:#fbbc04;font-size:1.5rem;letter-spacing:2px}.rating-text{font-weight:500;line-height:1.4;margin:.5rem 0;text-align:right}.review-count{color:#666;font-size:.9rem;margin:0}.reviews-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem}.review-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;padding:1.5rem}.review-stars{color:#fbbc04;font-size:1.2rem;margin-bottom:.5rem}.review-date{color:#666;font-size:.9rem;margin-bottom:1rem}.review-text{flex-grow:1;font-style:italic;line-height:1.5;margin:0 0 1rem}.review-meta{border-top:1px solid #eee;padding-top:1rem}.reviewer-type{font-weight:500;margin-bottom:.25rem}.service-type{color:#666;font-size:.9rem}.view-all-container{text-align:center}.view-all-button{background:#1a237e;border-radius:4px;color:#fff;display:inline-block;font-weight:500;padding:1rem 2rem;text-decoration:none;transition:background-color .2s}.view-all-button:hover{background:#0d47a1;color:#fff;text-decoration:none}@media (max-width:768px){.profile-header{gap:1.5rem;grid-template-columns:1fr}.header-right,.profile-header{text-align:center}.rating-summary{align-items:center}.reviews-grid{grid-template-columns:1fr}}.google-business-profile.error,.google-business-profile.loading{align-items:center;display:flex;justify-content:center;min-height:200px}.google-business-profile.error{background:#fff5f5;border:1px solid #feb2b2;border-radius:8px}.error-message{color:#c53030;text-align:center}.loading-spinner{color:#4a5568;font-size:1.2rem}.google-business-info{margin-bottom:2rem}.rating-section{margin-bottom:1.5rem}.rating{align-items:center;display:flex;gap:1rem}.star{color:#e2e8f0;font-size:1.25rem}.star.filled{color:#f6ad55}.rating-number{color:#2d3748;font-size:1.5rem;font-weight:700}.business-details{grid-gap:1rem;display:grid;gap:1rem;margin-bottom:1.5rem}.detail-item{align-items:center;display:flex;gap:.5rem}.detail-item,.detail-item i{color:#4a5568}.detail-item a{color:#4299e1;text-decoration:none}.detail-item a:hover{text-decoration:underline}.google-map{border-radius:8px;margin-bottom:2rem;overflow:hidden}.google-reviews{margin-top:2rem}.google-reviews h3{color:#2d3748;margin-bottom:1.5rem}.no-reviews{background:#f3f4f6;padding:3rem}.map-fallback,.no-reviews{align-items:center;border-radius:8px;display:flex;flex-direction:column;gap:1rem;text-align:center}.map-fallback{background:#f7fafc;justify-content:center;min-height:300px;padding:2rem}.view-on-google-maps{background:#4299e1;border-radius:6px;color:#fff;display:inline-block;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .2s}.view-on-google-maps:hover{background:#3182ce}.write-review-button{background:#34d399;border-radius:6px;color:#fff;display:inline-block;font-weight:500;margin-top:1rem;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .2s}.write-review-button:hover{background:#059669}.review-cta{grid-column:1/-1;margin-top:1rem;padding:2rem;text-align:center}.map-alternative,.review-cta{background:#f3f4f6;border-radius:8px}.map-alternative{align-items:center;display:flex;height:300px;justify-content:center;overflow:hidden}.map-placeholder{padding:2rem;text-align:center}.map-placeholder i{color:#4b5563;font-size:2.5rem;margin-bottom:1rem}.map-placeholder h3{color:#1f2937;margin-bottom:.5rem}.map-placeholder p{color:#4b5563;margin-bottom:1.5rem}.view-on-maps-button{background:#3b82f6;border-radius:6px;color:#fff;display:inline-block;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .2s}.view-on-maps-button:hover{background:#2563eb}.map-container{border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:2rem 0;overflow:hidden}.map-container iframe{border:none;display:block;width:100%}.map-loading{align-items:center;background-color:#f5f5f5;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.map-loading-text{color:#666;font-size:1.1rem;padding:1rem;text-align:center}@media (max-width:768px){.map-container iframe{height:300px}}.google-branding{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.google-reviews-text{color:#5f6368;font-size:1rem}.reviews-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem}.reviews-header h3{color:#5f6368;margin:0}.view-google-profile{align-items:center;background:#1a73e8;border-radius:4px;color:#fff;display:inline-flex;font-weight:500;gap:.75rem;margin-top:1rem;padding:.75rem 1.25rem;text-decoration:none;transition:background-color .2s}.view-google-profile:hover{background:#1557b0;color:#fff;text-decoration:none}.view-google-profile i{font-size:1.2rem}.view-all-reviews{color:#1a73e8;font-size:.9rem;font-weight:500;margin-left:auto;text-decoration:none}.view-all-reviews:hover{text-decoration:underline}.google-reviews-text{color:#202124;font-size:1.1rem;font-weight:500}.rating{margin-top:.5rem}.star.filled{color:#fbbc04}.about-us{align-items:center;background-color:#f8f9fa;display:flex;flex-direction:column;min-height:100vh;padding:2rem 0}.contact-info{margin-bottom:4rem}.contact-info h1{color:#1e3c72;font-size:2.5rem;margin-bottom:1rem;text-align:center}.intro{color:#666;font-size:1.1rem;line-height:1.6;margin:0 auto 3rem;max-width:800px;text-align:center}.contact-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.contact-card:hover{box-shadow:0 4px 8px #00000026}.contact-card h2,.contact-card h3{color:#1e3c72;font-size:1.5rem;margin-bottom:1rem}.phone-number{color:#1e3c72;display:block;font-size:1.5rem;font-weight:600;text-decoration:none;transition:color .2s ease}.highlight,.phone-number:hover{color:#2a5298}.highlight{font-weight:500}.contact-form{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:2rem auto;max-width:1000px;padding:4rem;text-align:center;width:90%}.contact-form h2{color:#1e3c72;font-size:2.8rem;font-weight:600;margin-bottom:2rem;text-align:center}.contact-form>p{color:#666;font-size:1.2rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.form-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem}.form-group{text-align:left}.form-group label{color:#333;font-size:1rem;margin-bottom:.75rem}.form-group input,.form-group select,.form-group textarea{background-color:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;padding:1rem;transition:all .2s ease}.form-group textarea{min-height:200px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1e3c72;box-shadow:0 0 0 2px #1e3c721a}.submit-button{background:#1e3c72;border-radius:6px;display:block;font-size:1.1rem;font-weight:600;margin:2rem auto 0;max-width:200px;padding:1rem 1.5rem;transition:all .2s ease}.submit-button:hover{background:#2a5298;box-shadow:0 4px 8px #2a529833;transform:translateY(-1px)}.whatsapp-button{border-radius:24px;bottom:20px;box-shadow:0 2px 8px #25d3664d;display:inline-flex;font-weight:600;gap:8px;justify-content:center;left:50%;max-width:250px;padding:12px 24px;position:fixed;text-decoration:none;transform:translateX(-50%);transition:all .3s ease;width:100%;z-index:999999}.whatsapp-button:hover{box-shadow:0 4px 12px #25d36666;transform:translateX(-50%) translateY(-2px)}.areas-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.area{background:#fff;border-radius:6px;box-shadow:0 2px 4px #0000000d;padding:1rem;transition:transform .2s ease}.area:hover{transform:translateY(-2px)}@media (max-width:768px){.contact-form{margin:1rem;padding:2rem}.contact-form h2{font-size:2rem}.form-grid{gap:1.5rem;grid-template-columns:1fr}.form-group input,.form-group select,.form-group textarea{padding:.9rem}.submit-button{margin-top:1.5rem}.whatsapp-button{margin:0 1rem;max-width:calc(100% - 2rem)}}body{background-color:#f9f9f9;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.container{padding:0 20px;width:100%}ul{list-style:none}.mt{margin-top:10px}.bold{font-weight:600}.header{background-color:#fff;border-bottom:1px solid #e5e5e5;padding:15px 0}.header-container{flex-direction:column}@media (min-width:768px){.header-container{flex-direction:row;justify-content:space-between}}.logo{margin-bottom:15px;text-align:center}@media (min-width:768px){.logo{margin-bottom:0;text-align:left}}.logo h1{color:#1e3a8a;font-weight:700}.logo p{color:#666;font-size:.875rem}.main-nav ul{display:flex;font-size:.875rem;gap:1.5rem}.main-nav a:hover{color:#1d4ed8}.main-nav .active a{font-weight:500}.main{padding:3rem 0}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{color:#1e3a8a;font-size:1.875rem;font-weight:700;margin-bottom:1rem}.section-header p{color:#666;margin:0 auto;max-width:42rem}.contact-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin-bottom:4rem}@media (min-width:768px){.contact-cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.contact-cards{grid-template-columns:repeat(4,1fr)}}.contact-card{align-items:center;background-color:#fff;border:1px solid #e5e5e5;border-radius:.5rem;display:flex;flex-direction:column;padding:1.5rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.contact-card:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-2px)}.contact-card h3{color:#1e3a8a;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.phone-number{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.address,.card-details,.email,.hours{font-size:.875rem}.card-details,.emergency{color:#666}.areas-section{margin-bottom:4rem}.areas-section h2{color:#1e3a8a;font-size:1.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.areas-grid{grid-gap:.5rem 2rem;display:grid;gap:.5rem 2rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:32rem;text-align:center}.areas-grid div{background-color:#fff;border:1px solid #e5e5e5;border-radius:.375rem;padding:.5rem;transition:transform .2s ease}.areas-grid div:hover{transform:translateY(-2px)}.whatsapp-container{display:flex;justify-content:center;margin:2rem 0}.whatsapp-button{align-items:center;background-color:#25d366;border-radius:9999px;color:#fff;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:background-color .2s}.whatsapp-button:hover{background-color:#128c7e}.max-w-3xl{max-width:48rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-16{margin-bottom:4rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-2>*+*{margin-top:.5rem}.grid{display:grid}.gap-6{gap:1.5rem}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}}.w-full{width:100%}.block{display:block}.rounded{border-radius:.375rem}.transition{transition-duration:.2s;transition-property:background-color,transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.form-section{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;margin:0 auto 4rem;max-width:48rem;padding:2rem}.form-section h2{color:#1e3a8a;font-size:1.875rem;font-weight:700;margin-bottom:1rem;text-align:center}.form-section p{color:#666;margin-bottom:2rem;text-align:center}.form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.form-grid{grid-template-columns:repeat(2,1fr)}}.form-group{gap:.5rem}.form-group.full-width{grid-column:1/-1}.form-group label{font-size:.875rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;padding:.75rem;transition:border-color .2s,box-shadow .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1e40af;box-shadow:0 0 0 3px #1e40af1a;outline:none}.form-group textarea{min-height:120px}.submit-button{background-color:#1e3a8a;border-radius:.375rem;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s;width:100%}.submit-button:hover{background-color:#1e40af}.header{background:#fff;box-shadow:0 1px 2px #0000000d;left:0;padding:0;position:fixed;right:0;top:0;z-index:1000}.header-container{align-items:center;box-sizing:border-box;display:flex;height:60px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem;width:100%}.logo{background:#0000;border-radius:0;box-shadow:none;display:flex;flex-direction:column;padding:.25rem 0;transition:none}.logo:hover{box-shadow:none;transform:none}.logo h1{color:#1e3c72;font-size:1.25rem;font-weight:600;letter-spacing:0;margin:0}.logo .tagline{color:#666;font-size:.75rem;font-weight:400;margin-top:.1rem}.nav-menu{display:flex;flex:1 1;justify-content:flex-end;margin-right:2rem}.nav-menu ul{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.nav-menu a{color:#333;display:inline-block;font-size:.9rem;font-weight:400;padding:1.2rem 0;text-decoration:none;transition:color .3s ease}.nav-menu a:hover{color:#1e3c72}.floating-buttons{bottom:2rem;display:flex;flex-direction:column;gap:1rem;position:fixed;right:2rem;z-index:1000}.floating-button{align-items:center;border-radius:50%;box-shadow:0 2px 10px #0003;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;text-decoration:none;transition:all .3s ease;width:60px}.floating-button.book{background:#1e3c72}.floating-button.call{background:#28a745}.floating-button:hover{box-shadow:0 4px 15px #0000004d;transform:translateY(-3px)}.floating-button span{background:#000c;border-radius:4px;font-size:.7rem;opacity:0;padding:.5rem 1rem;pointer-events:none;position:absolute;right:70px;transition:all .3s ease;white-space:nowrap}.floating-button:hover span{opacity:1;transform:translateX(-10px)}.mobile-menu-button{background:none;border:none;cursor:pointer;display:none;padding:.5rem}.mobile-menu-button span{background:#333;display:block;height:3px;margin:5px 0;transition:.3s;width:25px}@media (max-width:768px){.mobile-menu-button{display:block}.header-container{height:auto;padding:.5rem 1rem}.nav-menu{background:#fff;box-shadow:0 2px 4px #0000001a;display:none;left:0;margin-right:0;padding:1rem;position:absolute;right:0;top:100%}.nav-menu.active{display:block}.nav-menu ul{flex-direction:column;gap:1rem}.logo{padding:.5rem .75rem}.logo h1{font-size:1.3rem}.logo .tagline{font-size:.75rem}.floating-buttons{bottom:1rem;right:1rem}.floating-button{font-size:1.2rem;height:50px;width:50px}.floating-button span{display:none}}.footer{background:#1e3c72;color:#fff;margin-top:auto;padding:3rem 0 1.5rem}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#fffc;font-size:.95rem;margin-bottom:.5rem}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:1.5rem;text-align:center}.footer-bottom p{color:#fff9;font-size:.9rem}@media (max-width:768px){.footer{padding:2rem 0 1rem}.footer-container{padding:0 1rem}.footer-content{gap:1.5rem;grid-template-columns:1fr}.footer-section{text-align:center}}.ev-quote-calculator{background:#fff;border-radius:16px;box-shadow:0 4px 24px #0000001a;margin:2rem auto;max-width:1000px;padding:2rem}.ev-quote-calculator.full-page{border-radius:0;display:flex;flex-direction:column;margin:0 auto;min-height:calc(100vh - 4rem)}.quote-progress{margin-bottom:2rem}.progress-bar{background:#e9ecef;border-radius:2px;height:4px;margin-bottom:1rem;overflow:hidden}.progress{background:#1e3c72;height:100%;transition:width .3s ease}.steps{color:#6c757d;display:flex;font-size:.9rem;justify-content:space-between}.steps span{padding-top:8px;position:relative}.steps span.active{color:#1e3c72;font-weight:600}.steps span:before{background:#e9ecef;border-radius:50%;content:"";height:8px;left:50%;position:absolute;top:-14px;transform:translateX(-50%);width:8px}.steps span.active:before{background:#1e3c72}.quote-step{animation:fadeIn .3s ease;min-height:400px}.quote-step h3{color:#1e3c72;font-size:1.5rem;margin-bottom:2rem;text-align:center}.options-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem}@media (max-width:1200px){.options-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.options-grid{grid-template-columns:1fr}}.option-card{background:#fff;border:2px solid #e9ecef;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;height:100%;padding:1.5rem;position:relative;transition:all .3s ease}.option-card:hover{border-color:#1e3c72;box-shadow:0 4px 12px #0000001a;transform:translateY(-4px)}.option-card.selected{background:#f8f9ff;border-color:#1e3c72}.option-card h4{align-items:center;color:#1e3c72;display:flex;font-size:1.2rem;margin:0;min-height:2.4rem}.option-card .charger-type{align-items:center;color:#6c757d;display:flex;font-size:.9rem;margin:.5rem 0;min-height:1.8rem;text-transform:capitalize}.option-card .price{border-bottom:1px solid #e9ecef;color:#2a5298;font-size:1.25rem;font-weight:600;margin:0;padding:1rem 0;text-align:center}.option-card ul{flex-grow:1;list-style:none;margin:1rem 0 0;padding:0}.option-card li{align-items:flex-start;color:#495057;display:flex;font-size:.95rem;line-height:1.4;padding:.5rem 0}.option-card li:before{color:#1e3c72;content:"✓";flex-shrink:0;font-weight:700;margin-right:.5rem}@media (max-width:1200px){.option-card .charger-type,.option-card h4{min-height:auto}}.form-group label{color:#495057;display:block;font-size:1.1rem;font-weight:500;margin-bottom:1rem}.form-group select{background:#fff;border:2px solid #e9ecef;border-radius:8px;color:#495057;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group select:focus{border-color:#1e3c72;outline:none}.radio-group{display:flex;flex-direction:column;gap:1rem}.radio-label{align-items:center;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;display:flex;padding:1rem;transition:all .3s ease}.radio-label:hover{background:#f8f9ff;border-color:#1e3c72}.radio-label input[type=radio]{accent-color:#1e3c72;height:20px;margin-right:1rem;width:20px}.price-tag{color:#2a5298;font-weight:600;margin-left:auto}.checkbox-group{display:flex;flex-direction:column;gap:1rem}.checkbox-label{align-items:center;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;display:flex;padding:1rem;transition:all .3s ease}.checkbox-label:hover{background:#f8f9ff;border-color:#1e3c72}.checkbox-label input[type=checkbox]{accent-color:#1e3c72;height:20px;margin-right:1rem;width:20px}.quote-result{text-align:center}.quote-breakdown{background:#f8f9fa;border-radius:12px;margin:2rem auto;max-width:400px;padding:1.5rem}.quote-item{border-bottom:1px solid #e9ecef;display:flex;font-size:1.1rem;justify-content:space-between;padding:1rem 0}.quote-item:last-child{border-bottom:none}.quote-item.grant{color:#28a745}.quote-item.total{color:#1e3c72;font-size:1.3rem;font-weight:600}.quote-actions{display:flex;gap:1rem;justify-content:center;margin:2rem 0}.quote-notes{color:#6c757d;font-size:.875rem;margin:2rem auto 0;max-width:600px}.quote-notes p{margin:.5rem 0}.quote-navigation{background:#fff;bottom:0;box-shadow:0 -2px 10px #0000001a;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding:1rem;position:sticky;z-index:100}.quote-navigation.hidden{opacity:0;pointer-events:none}.primary-button,.secondary-button{border-radius:8px;font-size:1rem}.primary-button{background:#1e3c72;border:none}.primary-button:hover{background:#2a5298}.primary-button:disabled{background:#ccc}.secondary-button{background:#fff;border:2px solid #1e3c72;color:#1e3c72}.secondary-button:hover{background:#f8f9ff}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.ev-quote-calculator{margin:1rem;padding:1rem}.steps{font-size:.8rem}.quote-step{min-height:300px}.quote-actions{flex-direction:column}.primary-button,.secondary-button{width:100%}.checkbox-label,.radio-label{padding:.75rem}}@media (prefers-reduced-motion:reduce){.option-card,.primary-button,.progress,.secondary-button{transition:none}.quote-step{animation:none}}.form-group input[type=email],.form-group input[type=tel],.form-group input[type=text],.form-group textarea{background:#fff;border:2px solid #e9ecef;border-radius:8px;color:#495057;font-size:1rem;margin-top:.5rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group textarea{min-height:100px}.form-group input:focus,.form-group textarea:focus{border-color:#1e3c72;outline:none}.file-upload{margin-top:.5rem}.file-input{border:2px dashed #e9ecef;border-radius:8px;cursor:pointer;padding:1rem;transition:all .3s ease;width:100%}.file-input:hover{background:#f8f9ff;border-color:#1e3c72}.file-help{color:#6c757d;font-size:.875rem;margin-top:.5rem}.quote-confirmation{background:#f8f9ff;border-radius:12px;margin:2rem 0;padding:2rem;text-align:center}.quote-confirmation h4{color:#1e3c72;font-size:1.25rem;margin-bottom:1rem}.email-highlight{background:#fff;border-radius:4px;color:#1e3c72;display:inline-block;font-size:1.1rem;font-weight:600;margin:1rem 0;padding:.5rem}.octopus-info{background-color:#f5f9ff;border:1px solid #e0e9ff;border-radius:8px;margin-bottom:24px;padding:16px}.octopus-info p{color:#333;font-size:.95rem;margin:0}.octopus-info a{color:#4361ee;font-weight:500;text-decoration:none}.octopus-info a:hover{text-decoration:underline}.company-details{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin:2rem 0;padding:1.5rem}.company-details p{margin-bottom:.75rem}.company-details a{color:#06c;text-decoration:none}.company-details a:hover{text-decoration:underline}.copyright{border-top:1px solid #e9ecef;color:#6c757d;font-size:.9rem;margin-top:2rem;padding-top:1rem;text-align:center}.quote-calculator{margin:0 auto;max-width:800px;padding:20px}.property-type-section{margin-bottom:30px}.property-type-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:20px}.property-type-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;padding:15px;position:relative;transition:all .3s ease}.property-type-card:hover{border-color:#3b82f6;box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px)}.property-type-card.selected{background-color:#eff6ff;border-color:#3b82f6}.property-type-image{border-radius:6px;height:160px;margin-bottom:10px;object-fit:cover;width:100%}.property-type-card h3{color:#1f2937;font-size:1.1rem;margin:0}.property-type-card p{color:#6b7280;font-size:.9rem;margin:5px 0 0}.room-section{margin-bottom:30px}.room-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-top:20px}.room-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;padding:15px;position:relative;text-align:center;transition:all .3s ease}.room-card:hover{border-color:#3b82f6;box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px)}.room-card img{border-radius:6px;height:120px;margin-bottom:10px;object-fit:cover;width:100%}.room-card span{color:#374151;font-size:.9rem}.selected-rooms{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-top:20px;overflow:hidden}.selected-rooms-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:15px}.selected-rooms-list{padding:15px}.selected-room-item{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:10px 0}.selected-room-item:last-child{border-bottom:none}.room-size-select{border:1px solid #e5e7eb;border-radius:6px;margin-right:10px;padding:8px}.remove-room-btn{background:none;border:none;color:#ef4444;cursor:pointer;padding:5px}.remove-room-btn:hover{color:#dc2626}.contact-form{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-top:20px}@media screen and (max-width:768px){.contact-form{gap:15px;grid-template-columns:1fr;padding:0 15px}.form-group{margin-bottom:10px}.form-group input{box-sizing:border-box;font-size:16px;padding:12px;width:100%}.navigation-buttons{margin-top:1.5rem;padding:0 15px}}.form-group{display:flex;flex-direction:column}.form-group label{color:#374151;margin-bottom:8px}.form-group input{border:1px solid #e5e7eb;border-radius:6px;font-size:1rem;padding:10px}.form-group input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.navigation-buttons{display:flex;gap:1rem;justify-content:space-between;margin-top:2rem;padding:0 1rem}.primary-button,.secondary-button{border:none;border-radius:6px;cursor:pointer;min-width:120px;padding:.75rem 1.5rem}.secondary-button{background-color:#e2e8f0;color:#4a5568}.secondary-button:hover{background-color:#cbd5e1;transform:translateY(-2px)}.primary-button{background-color:#3b82f6}.primary-button:hover:not(:disabled){background-color:#2563eb;transform:translateY(-2px)}.primary-button:disabled{background-color:#cbd5e1;cursor:not-allowed;transform:none}.back-button,.next-button{display:none}.quote-result{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-top:20px;padding:20px}.quote-header{margin-bottom:20px}.quote-details{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.unit-card{border:1px solid #e5e7eb;border-radius:8px;padding:15px}.unit-image{height:200px;margin-bottom:15px;object-fit:contain;width:100%}.unit-info h4{color:#1f2937;margin:0 0 10px}.unit-specs{grid-template-columns:repeat(2,1fr)}.unit-spec span{color:#6b7280}.price-breakdown{border-top:1px solid #e5e7eb;margin-top:20px;padding-top:20px}.price-item{margin-bottom:10px}.price-item,.total-price{display:flex;justify-content:space-between}.total-price{align-items:center;background:#eff6ff;border-radius:6px;margin-top:20px;padding:15px}.total-price .price{color:#1e40af;font-size:1.5rem;font-weight:700}.installation-info{background-color:#f8fafc;border-radius:.5rem;margin-top:2rem;padding:2rem;text-align:center}.installation-info h3{color:#1e293b;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.installation-info ul{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-items:center;list-style:none;margin:0;padding:0}.installation-info li{align-items:center;background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;max-width:300px;padding:1rem;text-align:center;width:100%}.installation-info li strong{color:#1e293b;font-size:1.1rem;margin-bottom:.5rem}.installation-info li span{color:#64748b;font-size:.95rem;line-height:1.4}.step-indicator{display:flex;justify-content:space-between;margin-bottom:30px;position:relative}.step{flex-direction:column;z-index:1}.step,.step-number{align-items:center;display:flex}.step-number{background:#e5e7eb;border-radius:50%;color:#6b7280;height:30px;justify-content:center;margin-bottom:8px;width:30px}.step.active .step-number{background:#3b82f6;color:#fff}.step.completed .step-number{background:#10b981;color:#fff}.step-label{color:#6b7280;font-size:.9rem}.step.active .step-label{color:#3b82f6;font-weight:600}.step-line{background:#e5e7eb;right:50px}.step-line,.step-progress{height:2px;left:50px;position:absolute;top:15px;z-index:0}.step-progress{background:#3b82f6;transition:width .3s ease}.cost-estimator{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;margin-bottom:20px;padding:15px;text-align:center}.cost-estimator h3{color:#0369a1;margin:0 0 10px}.estimate-range{align-items:center;color:#0c4a6e;display:flex;font-size:1.5rem;gap:10px;justify-content:center}.estimate-range span:nth-child(2){color:#64748b;font-size:1rem}.estimate-note{color:#64748b;font-size:.8rem;margin:10px 0 0}.tooltip{background:#1e293b;border-radius:6px;bottom:100%;box-shadow:0 4px 6px -1px #0000001a;color:#fff;font-size:.9rem;max-width:250px;padding:8px 12px;width:max-content;z-index:10}.tooltip,.tooltip:after{left:50%;position:absolute;transform:translateX(-50%)}.tooltip:after{border:6px solid #0000;border-top-color:#1e293b;content:"";top:100%}.tooltip-icon{height:16px;margin-right:6px;vertical-align:middle;width:16px}.size-select-container{display:inline-block;position:relative}.size-tooltip{bottom:calc(100% + 5px)}.system-type-section{margin:0 auto;max-width:1200px;padding:2rem}.system-type-section h1{color:#1a1a1a;margin-bottom:1rem;text-align:center}.system-type-section p{color:#666;margin-bottom:2rem;text-align:center}.system-options{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.system-option-card{background:#fff;border:2px solid #0000;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px;transition:all .3s ease}.system-option-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-4px)}.system-option-card.selected{border-color:#10b981;box-shadow:0 4px 6px #10b9811a}.system-option-card.premium{border:2px solid #f59e0b}.system-option-card.premium.selected{border-color:#f59e0b;box-shadow:0 4px 6px #f59e0b1a}.system-option-card h3{color:#1a1a1a;font-size:1.5rem;margin:0}.system-option-card h4{color:#1a1a1a;font-size:1.25rem;margin:.5rem 0}.system-option-card h5{color:#4b5563;font-size:1.1rem;margin:.5rem 0}.unit-preview{background-color:#f8f9fa;border-radius:8px;margin:20px 0;padding:15px}.unit-images{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:1fr 1fr}.indoor-unit h4,.outdoor-unit h4{color:#2c3e50;font-size:1rem;margin-bottom:10px}.unit-image{border-radius:4px;box-shadow:0 2px 4px #0000001a;height:auto;max-width:100%;transition:transform .2s ease}.unit-image:hover{transform:scale(1.05)}.unit-specs{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:15px 0}.unit-spec{background-color:#f8f9fa;border-radius:4px;font-size:.9rem;padding:8px 12px}.unit-spec span{color:#2c3e50;font-weight:600;margin-right:5px}.unit-details{margin:20px 0}.unit-details h4{color:#1e293b;font-size:1.2rem;margin-bottom:15px}.specs{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:15px 0}.spec{background:#f8fafc;border-radius:4px;padding:10px;text-align:center}.spec span{color:#64748b;display:block;font-size:.9rem;margin-bottom:5px}.features{margin:20px 0}.features h5{color:#1e293b;margin-bottom:10px}.features ul{list-style:none;margin:0;padding:0}.features li{border-bottom:1px solid #e2e8f0;color:#64748b;padding:8px 0}.features li:last-child{border-bottom:none}.price{background:#f8fafc;border-radius:4px;margin:20px 0;padding:15px;text-align:center}.price span{display:block}.price .amount{color:#1e293b;font-size:1.5rem;font-weight:700;margin-top:5px}.select-button{background:#e2e8f0;border:none;border-radius:4px;color:#64748b;cursor:pointer;font-weight:500;padding:12px;transition:all .3s ease;width:100%}.select-button:hover{background:#cbd5e1}.select-button.selected{background:#10b981;color:#fff}.system-option-card.premium .select-button.selected{background:#f59e0b}.multi-system-options{display:flex;flex-direction:column;gap:2rem}.outdoor-unit-info{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem}.outdoor-unit-info h3{color:#1a1a1a;font-size:1.5rem;margin:0 0 1rem}.indoor-units{display:flex;flex-direction:column;gap:2rem}.room-options{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem}.room-options h4{color:#1a1a1a;font-size:1.25rem;margin:0 0 1rem}.system-type-options .system-type-button img{height:auto;margin-bottom:1rem;max-width:200px;object-fit:contain}.unit-card .unit-image{height:180px;margin:1rem;max-width:180px;object-fit:contain}.multi-system-details .outdoor-unit img{height:220px;margin:1rem auto;max-width:220px;object-fit:contain}.multi-system-details .indoor-unit img{height:160px;margin:.5rem;max-width:160px;object-fit:contain}.unit-preview img{height:auto;max-width:100%;object-fit:contain}.unit-images{align-items:center;display:flex;gap:2rem;justify-content:center;margin:1rem 0}.indoor-unit,.outdoor-unit{background:#f8f9fa;border-radius:8px;margin:.5rem;padding:1rem;text-align:center}.system-type-selection{margin:0 auto;max-width:800px;padding:2rem}.system-type-options{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:2rem 0}.system-type-button{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;padding:2rem;position:relative;transition:all .3s ease}.system-type-button:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-4px)}.system-type-button.active{background-color:#f8fafc;border-color:#3b82f6}.system-type-button h4{color:#0072ce;font-size:1.2rem;margin:1rem 0;text-align:center}.system-type-button.active .brand-badge{background:#005091}.unit-preview{margin-bottom:1.5rem;width:100%}.indoor-unit{background:#f8fafc;border-radius:8px;margin-bottom:1rem;padding:1.5rem;text-align:center}.indoor-unit h4{color:#4a5568;font-size:.9rem;margin-bottom:.5rem}.indoor-unit img{height:140px;margin:.5rem 0;max-width:100%;object-fit:contain}.features-list{list-style:none;margin:1rem 0;padding:0;text-align:left;width:100%}.features-list li{align-items:center;color:#4a5568;display:flex;font-size:.9rem;padding:.5rem 0}.features-list li:before{color:#10b981;content:"✓";font-weight:700;margin-right:.5rem}.price-note{color:#4a5568;font-size:.9rem;margin-top:1rem;text-align:center}.toast-notification{align-items:center;animation:slideIn .3s ease-out;background-color:#4ade80;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;color:#fff;display:flex;gap:8px;padding:12px 24px;position:fixed;right:20px;top:20px;z-index:1000}.toast-icon{height:20px;width:20px}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.brand-description{color:#666;font-size:1.1rem;margin-bottom:2rem;text-align:center}.brand-badge{background:#0072ce;border-radius:4px;box-shadow:0 2px 4px #0000001a;color:#fff;font-size:.9rem;font-weight:600;padding:.5rem 1rem;position:absolute;right:1rem;top:1rem}.brand-badge.premium{background:#005091}@media (max-width:768px){.brand-badge{font-size:.8rem;padding:.3rem .8rem;right:.5rem;top:.5rem}.brand-description{font-size:1rem;margin:1rem .5rem 1.5rem}}.terms-and-conditions{background-color:#f8f9fa;min-height:100vh;padding:2rem 0}.terms-and-conditions .container{margin:0 auto;max-width:800px;padding:0 1rem}.terms-and-conditions h1{color:#1e3c72;font-size:2.5rem;margin-bottom:2rem;text-align:center}.terms-and-conditions .content{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.terms-and-conditions section{margin-bottom:2rem}.terms-and-conditions section:last-child{margin-bottom:0}.terms-and-conditions h2{color:#1e3c72;font-size:1.5rem;margin-bottom:1rem}.terms-and-conditions p{color:#4a5568;line-height:1.6;margin-bottom:1rem}.terms-and-conditions p:last-child{margin-bottom:0}@media (max-width:768px){.terms-and-conditions{padding:1rem 0}.terms-and-conditions h1{font-size:2rem}.terms-and-conditions .content{padding:1.5rem}.terms-and-conditions h2{font-size:1.25rem}}.location-landing-page{padding-top:2rem}.location-hero{align-items:center;background:linear-gradient(135deg,#1e3c72,#2a5298);color:#fff;display:flex;justify-content:center;min-height:60vh;padding:4rem 2rem;position:relative;text-align:center}.location-hero h1{font-size:2.5rem;margin-bottom:1.5rem}.hero-description{font-size:1.2rem;line-height:1.6;margin:0 auto 2rem;max-width:800px}.cta-buttons{display:flex;gap:1rem;justify-content:center}.primary-button,.secondary-button{border-radius:4px;font-weight:500;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.primary-button{background-color:#4caf50;color:#fff}.secondary-button{background-color:initial;border:2px solid #fff;color:#fff}.primary-button:hover{background-color:#45a049}.secondary-button:hover{background-color:#fff;color:#1e3c72}.location-services{background-color:#f8f9fa;padding:4rem 0}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.service-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem;transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-card h3{color:#1e3c72;margin-bottom:1rem}.service-features{list-style:none;margin-top:1rem;padding:0}.service-features li{margin-bottom:.5rem;padding-left:1.5rem;position:relative}.service-features li:before{color:#4caf50;content:"✓";left:0;position:absolute}.location-testimonials{padding:4rem 0}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.testimonial-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.rating{color:gold;font-size:1.2rem;margin-bottom:1rem}.testimonial-text{font-style:italic;line-height:1.6;margin-bottom:1rem}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-author strong{color:#1e3c72}.testimonial-author span{color:#666;font-size:.9rem}.location-contact{background-color:#f8f9fa;padding:4rem 0}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-top:2rem}.contact-info h3{color:#1e3c72;margin-bottom:1rem}.contact-details{list-style:none;margin-top:1.5rem;padding:0}.contact-details li{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.contact-details a{color:#1e3c72;text-decoration:none;transition:color .3s ease}.contact-details a:hover{color:#4caf50}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;width:100%}.form-group textarea{height:150px;resize:vertical}.submit-button{background-color:#1e3c72;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:1rem 2rem;transition:background-color .3s ease}.submit-button:hover{background-color:#152a4f}@media (max-width:768px){.location-hero h1{font-size:2rem}.hero-description{font-size:1rem}.cta-buttons{flex-direction:column}.contact-grid{grid-template-columns:1fr}.service-card,.testimonial-card{padding:1.5rem}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 1rem}h1,h2,h3,h4,h5,h6{line-height:1.2}h1,h2,h3,h4,h5,h6,p{margin-bottom:1rem}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;font-family:inherit}img{height:auto;max-width:100%}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1;padding-top:80px}.page-container{margin:0 auto;max-width:1200px;padding:2rem}.page-container h1{color:#1e3c72;font-size:2.5rem;margin-bottom:1rem}.page-container p{color:#666;font-size:1.2rem;line-height:1.6;margin-bottom:2rem}@media (max-width:768px){.page-container{padding:1rem}.page-container h1{font-size:2rem}.page-container p{font-size:1.1rem}}
/*# sourceMappingURL=main.9b688dce.css.map*/