.progress-bar{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;margin:2rem 0!important;padding:2rem 1rem 1rem!important;background:linear-gradient(135deg,#f0f7f3,#e8f1ed)!important;border-radius:16px!important;box-shadow:0 4px 20px rgba(0,0,0,.08)!important;position:relative!important;overflow:visible!important;min-height:100px!important}.progress-bar:before{display:none}.progress-step{flex:1!important;flex-direction:column!important;position:relative!important;z-index:2!important;max-width:100px!important;text-align:center!important}.progress-step,.step-number{display:flex!important;align-items:center!important;transition:all .3s ease!important}.step-number{width:50px!important;height:50px!important;border-radius:50%!important;background:#ffffff!important;color:#9ca3af!important;border:3px solid #e5e7eb!important;justify-content:center!important;font-weight:700!important;font-size:1.1rem!important;margin-bottom:16px!important;box-shadow:0 2px 8px rgba(0,0,0,.1)!important}.progress-step.active .step-number{box-shadow:0 4px 12px rgba(45,74,62,.3)!important}.progress-step.active .step-number,.progress-step.current .step-number{background:#2d4a3e!important;color:white!important;border-color:#2d4a3e!important}.progress-step.current .step-number{box-shadow:0 0 0 4px rgba(76,175,80,.2),0 4px 12px rgba(76,175,80,.4)!important;transform:scale(1.1)!important}.step-info{margin-top:0!important;position:relative!important;top:0!important}.step-info,.step-title{text-align:center!important;width:100%!important}.step-title{font-size:14px!important;font-weight:600!important;color:#6b7280!important;margin:0!important;line-height:1.2!important;text-transform:uppercase!important;letter-spacing:.5px!important;display:block!important}.step-description{display:none!important}.progress-step.active .step-title,.progress-step.current .step-title{color:#2d4a3e!important;font-weight:700!important}.progress-step:hover .step-number{transform:translateY(-2px)!important;box-shadow:0 6px 16px rgba(0,0,0,.15)!important}.progress-step.current:hover .step-number{transform:scale(1.1) translateY(-2px)!important}.progress-step.clickable{cursor:pointer;transition:all .2s ease}.progress-step.clickable:hover{transform:translateY(-1px)}.progress-step.clickable:hover .step-number{background-color:#2d4a3e;color:white}.progress-step.clickable.active:hover .step-number{background-color:#1a3428}.checkout-page{min-height:100vh;background:linear-gradient(135deg,#f0f7f3,#e8f1ed);display:flex;flex-direction:column;align-items:center;position:relative}.checkout-container{max-width:900px;width:100%;margin:0 auto;padding:120px 1.5rem 1.5rem;position:relative;z-index:1}.checkout-header{text-align:center;margin-bottom:2rem;background:rgba(255,255,255,.95);padding:1.5rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);backdrop-filter:blur(10px);border:1px solid rgba(45,74,62,.1)}.checkout-header h1{color:#2d4a3e;font-size:2rem;font-weight:700;margin-bottom:.5rem;line-height:1.2}.checkout-content{background:white;border-radius:12px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.1);border:1px solid rgba(45,74,62,.1);max-width:100%;position:relative}.checkout-content .form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem;max-width:100%}.checkout-content .form-grid.two-columns{grid-template-columns:1fr 1fr;gap:2rem}.checkout-content .form-grid.three-columns{grid-template-columns:1fr 1fr 1fr;gap:1.5rem}.checkout-content .form-group{margin-bottom:1.25rem;width:100%}.checkout-content .form-group.full-width{grid-column:1/-1}.checkout-content .form-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.9rem}.checkout-content .form-group input,.checkout-content .form-group select,.checkout-content .form-group textarea{width:100%;max-width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:all .3s ease;box-sizing:border-box}.checkout-content .form-group input:focus,.checkout-content .form-group select:focus,.checkout-content .form-group textarea:focus{outline:none;border-color:#2d4a3e;box-shadow:0 0 0 3px rgba(45,74,62,.1)}.checkout-content .form-group input.error,.checkout-content .form-group select.error{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.checkout-content .error-text{color:#ef4444;font-size:.825rem;margin-top:.25rem;display:block}.checkout-content h3{color:#2d4a3e;font-size:1.375rem;font-weight:600;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.checkout-content h4{color:#2d4a3e;font-size:1.125rem;font-weight:600;margin:1.5rem 0 .75rem}.checkout-content h5{color:#2d4a3e;font-size:1rem;font-weight:600;margin-bottom:.5rem;padding-bottom:.25rem;border-bottom:1px solid #e5e7eb}.checkout-navigation{background:white;border-radius:12px;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 20px rgba(0,0,0,.1);border:1px solid rgba(45,74,62,.1);gap:1rem}.checkout-navigation .btn-primary,.checkout-navigation .btn-secondary{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;border:none;min-width:120px}.checkout-navigation .btn-primary{background:#2d4a3e;color:white}.checkout-navigation .btn-primary:hover{background:#1a3428;transform:translateY(-1px)}.checkout-navigation .btn-secondary{background:#f8f9fa;color:#2d4a3e;border:1px solid #d1d5db}.checkout-navigation .btn-secondary:hover{background:#e9ecef;transform:translateY(-1px)}.service-options{display:grid;grid-template-columns:1fr;gap:1rem;margin:1rem 0}.service-option{border:2px solid #e5e7eb;border-radius:8px;padding:1.25rem;cursor:pointer;transition:all .3s ease;background:white;box-sizing:border-box}.service-option:hover{border-color:#2d4a3e;transform:translateY(-1px);box-shadow:0 4px 12px rgba(45,74,62,.1)}.service-option.selected{border-color:#2d4a3e;background:#f0f7f3}.booking-summary{background:#f8f9fa;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #e5e7eb}.summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.summary-section{padding:1rem;background:white;border-radius:6px;border:1px solid #e5e7eb}.summary-section h5{color:#2d4a3e;font-size:.9rem;font-weight:600;margin-bottom:.5rem;border-bottom:1px solid #e5e7eb;padding-bottom:.25rem}.summary-section p{color:#4b5563;font-size:.85rem;margin-bottom:.25rem;line-height:1.4}.final-pricing{background:#f0f7f3;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid rgba(45,74,62,.2)}.price-breakdown{display:flex;flex-direction:column;gap:.75rem}.price-line{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(45,74,62,.1)}.price-line.subtotal-line{border-top:1px solid #e5e7eb;padding-top:.5rem;margin-top:.5rem;font-weight:500}.price-line.total{border-bottom:none;border-top:2px solid #2d4a3e;padding-top:.75rem;margin-top:.5rem}.price-line span{font-size:.9rem;color:#374151;font-weight:600}.price-line.total span{font-size:1.1rem;color:#2d4a3e}@media (max-width:1024px){.checkout-content .form-grid.three-columns{grid-template-columns:1fr 1fr}}@media (max-width:768px){.checkout-container{max-width:100%;padding:100px 1rem 1rem}.checkout-header{padding:1rem;margin-bottom:1.5rem}.checkout-header h1{font-size:1.5rem}.checkout-content{padding:1.5rem}.checkout-content .form-grid.three-columns,.checkout-content .form-grid.two-columns{grid-template-columns:1fr}.checkout-navigation{padding:1rem;flex-direction:column;gap:1rem}.checkout-navigation .btn-primary,.checkout-navigation .btn-secondary{width:100%;min-width:auto}.summary-grid{grid-template-columns:1fr}.progress-bar{padding:1.5rem .5rem 1rem!important;min-height:90px!important}.progress-bar:before{display:none}.progress-step{max-width:80px!important}.step-number{width:40px!important;height:40px!important;font-size:1rem!important;margin-bottom:12px!important}.step-title{font-size:14px!important}}@media (max-width:480px){.checkout-container{padding:90px .75rem .75rem}.checkout-header{padding:.75rem}.checkout-header h1{font-size:1.25rem}.checkout-content{padding:1rem}.checkout-content h3{font-size:1.125rem}.checkout-content h4{font-size:1rem}.progress-bar{padding:1rem .25rem .5rem!important;min-height:80px!important}.progress-bar:before{display:none}.progress-step{max-width:60px!important}.step-number{width:35px!important;height:35px!important;font-size:.9rem!important;margin-bottom:10px!important}.step-title{font-size:10px!important}}.checkout-content .checkbox-label{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-size:.9rem;line-height:1.4;margin-bottom:.5rem}.checkout-content .checkbox-label input[type=checkbox]{margin-top:.1rem;width:auto;flex-shrink:0}.checkout-content .mt-2{margin-top:.5rem}.checkout-content .payment-note{color:#6b7280;font-size:.875rem;line-height:1.5;background:#f8f9fa;padding:1rem;border-radius:6px;border-left:3px solid #2d4a3e;margin-bottom:1rem}.checkout-content .terms{background:linear-gradient(135deg,#f0f7f3,#f8f9fa);padding:1.5rem;border-radius:12px;border:2px solid rgba(45,74,62,.2);margin-top:2rem;box-shadow:0 2px 8px rgba(45,74,62,.1)}.checkout-content .terms .checkbox-label{font-size:1rem;font-weight:500;color:#2d4a3e;line-height:1.6;padding:.5rem 0}.checkout-content .terms .checkbox-label input[type=checkbox]{width:20px;height:20px;margin-right:.75rem;margin-top:.2rem;accent-color:#2d4a3e;cursor:pointer}.checkout-content .terms .error-text{margin-top:.75rem;font-weight:500}.checkout-navigation .btn-primary:disabled,.checkout-navigation .btn-secondary:disabled{opacity:.6;cursor:not-allowed;transform:none}.checkout-navigation .btn-primary:disabled:hover,.checkout-navigation .btn-secondary:disabled:hover{transform:none}.service-step .service-description{color:#6b7280;font-size:.85rem;margin:.5rem 0;line-height:1.4}.frequency-section{margin:2rem 0;background:#f8f9fa;padding:1.5rem;border-radius:12px;border:1px solid #e5e7eb}.frequency-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.frequency-option{background:white;border:2px solid #e5e7eb;border-radius:8px;padding:1rem;cursor:pointer;transition:all .3s ease;text-align:center;position:relative}.frequency-option:hover{border-color:#2d4a3e;transform:translateY(-1px);box-shadow:0 4px 12px rgba(45,74,62,.1)}.frequency-option.selected{border-color:#2d4a3e;background:#f0f7f3}.frequency-option h6{color:#2d4a3e;font-size:1rem;font-weight:600;margin:0 0 .5rem}.frequency-option p{color:#6b7280;font-size:.85rem;margin:0}.discount-badge{position:absolute;top:-8px;right:-8px;background:#2d4a3e;color:white;font-size:.75rem;font-weight:600;padding:4px 8px;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.2)}.lawn-care-section{margin:2rem 0;background:#ffffff;padding:1.5rem;border-radius:12px;border:2px solid #e5e7eb;transition:all .3s ease}.lawn-care-section .service-option.selected{background:#f0f9f4;border-color:#2d4a3e;box-shadow:0 0 0 3px rgba(45,74,62,.1)}.detailed-services{margin:1rem 0;padding:1rem;background:#ffffff;border-radius:8px;border:1px solid #e5e7eb}.detailed-services h6{color:#2d4a3e;font-size:1rem;font-weight:600;margin-bottom:.75rem}.detailed-services ul{list-style:none;padding:0;margin:0}.detailed-services li{color:#4b5563;font-size:.9rem;margin-bottom:.5rem;padding-left:.25rem}.lawn-sqft-input{margin:1.5rem 0}.lawn-sqft-input h6{color:#2d4a3e;font-weight:600}.lawn-sqft-input h6,.sqft-input{font-size:1rem;margin-bottom:1rem}.sqft-input{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;transition:border-color .2s ease;height:52px;font-size:1.25rem}.sqft-input:focus{outline:none;border-color:#2d4a3e;box-shadow:0 0 0 3px rgba(45,74,62,.1)}.sqft-input::-webkit-inner-spin-button,.sqft-input::-webkit-outer-spin-button{transform:scale(2.3);margin-right:2px}.pricing-info{background:#f8f9fa;border-radius:8px;padding:1rem;border:1px solid #e5e7eb}.pricing-info p{color:#2d4a3e;font-weight:600;margin-bottom:.5rem}.pricing-info ul{list-style:none;padding:0;margin:0}.pricing-info li{color:#4b5563;font-size:.9rem;margin-bottom:.25rem;padding-left:.5rem;position:relative}.pricing-info li:before{content:"•";color:#2d4a3e;font-weight:700;position:absolute;left:0}.addon-services{margin:2rem 0;width:100%;overflow:visible;flex-direction:column}.addon-header,.addon-services{display:flex;align-items:center}.addon-header{justify-content:center;margin-bottom:1.5rem}.addon-services h4{color:#2d4a3e;font-size:1.25rem;font-weight:600;margin:0 0 1rem;text-align:center}.addon-toggle{display:flex;background:#f3f4f6;border-radius:8px;padding:4px;gap:4px;justify-content:center;margin:0 auto;max-width:1200px}.toggle-btn{padding:8px 16px;border:none;border-radius:6px;background:transparent;color:#6b7280;font-weight:500;cursor:pointer;transition:all .2s ease}.toggle-btn:hover{background:#e5e7eb;color:#374151}.toggle-btn.active{background:#2d4a3e;color:white}.addon-content{display:flex;gap:1.5rem;min-height:500px;width:100%;max-width:1200px;margin:0 auto;overflow:visible;position:relative;justify-content:center;align-items:flex-start}.addon-description{flex:0 0 350px;background:#f8f9fa;border-radius:8px;padding:1.2rem;border:1px solid #e5e7eb;overflow-y:auto;max-height:480px;min-width:350px}.addon-description h5{color:#2d4a3e;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.addon-description p{color:#6b7280;line-height:1.6;margin-bottom:1rem}.addon-description .description-price{color:#2d4a3e;font-weight:600;font-size:1.1rem}.addon-description .description-placeholder{color:#9ca3af;font-style:italic;text-align:center;margin-top:2rem}.addon-grid{display:grid}.addon-grid,.addon-grid-two-rows{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.addon-grid-two-rows{flex:1;display:grid!important;max-height:480px;overflow-y:auto;overflow-x:visible;padding-right:.5rem;min-width:0;visibility:visible!important;opacity:1!important;position:relative;background:transparent;width:100%;min-height:300px;z-index:1;max-width:700px}.price-display{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.original-price{color:#9ca3af;font-size:.9rem;text-decoration:line-through;margin:0}.current-price,.discounted-price{color:#2d4a3e;font-size:1.1rem;font-weight:600;margin:0}.savings{color:#059669;font-weight:500;background:#ecfdf5;padding:2px 6px;border-radius:4px}.savings,.sqft-info{font-size:.85rem;margin:0}.sqft-info{color:#6b7280}.addon-option{background:white!important;border:2px solid #e5e7eb;border-radius:8px;padding:1rem;display:flex!important;justify-content:space-between;align-items:center;transition:all .3s ease;cursor:pointer;min-height:80px;width:100%;box-sizing:border-box;visibility:visible!important;opacity:1!important;position:relative;z-index:2;z-index:1}.addon-option:hover{border-color:#2d4a3e;transform:translateY(-1px);box-shadow:0 4px 12px rgba(45,74,62,.1)}.addon-info{flex:1;min-width:0;overflow:hidden}.addon-info h6{color:#2d4a3e;font-size:.9rem;font-weight:600;margin:0 0 .25rem;word-wrap:break-word}.addon-info .price{color:#6b7280;font-size:.85rem;margin:0;font-weight:500}.add-btn,.quote-btn{background:#2d4a3e;color:white;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease}.add-btn:hover,.quote-btn:hover{background:#1a3428}.quote-btn{background:#007bff}.quote-btn:hover{background:#0056b3}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-controls button{background:#f8f9fa;border:1px solid #d1d5db;width:30px;height:30px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:600;transition:all .2s ease}.quantity-controls button:hover{background:#e9ecef;border-color:#2d4a3e}.quantity-controls .remove-btn{background:#2d4a3e;color:white;width:auto;padding:.25rem .5rem;font-size:.75rem}.quantity-controls .remove-btn:hover{background:#1a3428}.quantity-controls span{color:#2d4a3e;font-weight:600;min-width:20px;text-align:center}@media (max-width:1024px){.addon-content{flex-direction:column;gap:1rem;min-height:400px}.addon-description{flex:0 0 auto;min-height:120px;padding:1rem}.addon-grid-two-rows{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));max-height:350px;min-width:0}}@media (max-width:768px){.frequency-options{grid-template-columns:1fr}.addon-header{flex-direction:column;align-items:center;gap:1rem}.addon-toggle{width:100%;justify-content:center}.toggle-btn{flex:1;text-align:center}.addon-content{flex-direction:column;gap:1rem;min-height:400px}.addon-description{flex:0 0 auto;min-height:120px;padding:1rem}.addon-grid,.addon-grid-two-rows{grid-template-columns:1fr}.addon-grid-two-rows{max-height:300px;min-width:0;width:100%}.addon-option{flex-direction:column;align-items:flex-start;gap:1rem}.quantity-controls{align-self:stretch;justify-content:space-between}.promo-code-input{flex-direction:column;gap:.5rem}.promo-code-input input{min-width:unset}}.promo-code-section{margin:2rem 0;background:#f8f9fa;border-radius:12px;padding:1.5rem;border:1px solid #e5e7eb}.promo-code-section h4{color:#2d4a3e;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.promo-code-input{display:flex;gap:.75rem;align-items:flex-start;flex-wrap:wrap}.promo-code-input input{flex:1;min-width:200px;padding:.75rem;border:2px solid #e5e7eb;border-radius:6px;font-size:.95rem;text-transform:uppercase}.promo-code-input input:focus{outline:none;border-color:#2d4a3e;box-shadow:0 0 0 3px rgba(45,74,62,.1)}.promo-code-input button{padding:.75rem 1.5rem;background:#2d4a3e;color:white;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease}.promo-code-input button:hover{background:#1a3428}.promo-code-input button:disabled{background:#9ca3af;cursor:not-allowed}.promo-message{margin-top:.75rem;padding:.5rem .75rem;border-radius:6px;font-size:.9rem;font-weight:500}.promo-message.success{background:#ecfdf5;color:#059669;border:1px solid #10b981}.promo-message.error{background:#fef2f2;color:#dc2626;border:1px solid #f87171}.promo-applied{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding:.75rem;background:#ecfdf5;border:1px solid #10b981;border-radius:6px}.promo-applied-info{color:#059669;font-weight:500}.promo-remove{background:transparent;border:none;color:#dc2626;cursor:pointer;font-size:.85rem;text-decoration:underline}@media (max-width:768px){.lawn-sqft-input{margin:1rem 0}.sqft-input{font-size:1rem;padding:1rem}.pricing-info{padding:.75rem}.pricing-info li{font-size:.85rem}}.scroll-x{overflow-x:auto!important;overflow-y:visible!important;white-space:nowrap!important;padding-bottom:8px;scrollbar-width:thin;scrollbar-color:#2d4a3e #e5e7eb}.scroll-x::-webkit-scrollbar{height:8px;background:#e5e7eb;border-radius:6px}.scroll-x::-webkit-scrollbar-thumb{background:#2d4a3e;border-radius:6px}.addon-scroll-row{display:flex;flex-direction:row;gap:1.25rem;overflow-x:auto!important;overflow-y:hidden!important;min-height:220px;padding:.5rem 0;width:100%;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#2d4a3e #e5e7eb}.addon-scroll-row::-webkit-scrollbar{height:8px;background:#e5e7eb;border-radius:6px}.addon-scroll-row::-webkit-scrollbar-thumb{background:#2d4a3e;border-radius:6px}.addon-option{min-width:320px!important;max-width:340px!important;flex:0 0 320px!important;margin:0!important;box-sizing:border-box!important}.addon-services-grid-layout{display:flex;flex-direction:row;gap:2.5rem;width:100%;min-height:260px;max-width:1100px;margin:0 auto;justify-content:center;align-items:flex-start}.addon-detail-panel{flex:0 0 340px;background:#f8f9fa;border-radius:10px;border:1px solid #e5e7eb;padding:1.5rem 1rem;min-height:220px;max-width:360px;width:340px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.addon-detail-panel h5{color:#2d4a3e;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.addon-detail-panel p{color:#374151;font-size:.97rem;margin-bottom:.5rem}.addon-detail-panel .description-price{color:#059669;font-size:.95rem;font-weight:500;margin-top:.5rem}.addon-detail-panel .description-placeholder{color:#9ca3af;font-style:italic;margin-top:2rem;text-align:left}.addon-grid-boxes{flex:1 1 0%;display:grid;grid-template-columns:1fr 1fr;gap:1.1rem;align-items:flex-start;min-width:400px;max-width:700px;width:600px;max-height:420px;overflow-y:auto;overflow-x:hidden;padding-right:8px;scrollbar-width:thin;scrollbar-color:#2d4a3e #e5e7eb}@media (max-width:1200px){.addon-services-grid-layout{max-width:98vw;gap:1.2rem}.addon-detail-panel{max-width:98vw;width:100%}.addon-grid-boxes{min-width:0;max-width:100vw}}@media (max-width:900px){.addon-grid-boxes{grid-template-columns:1fr;max-height:320px}}.addon-box{background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:1.1rem .75rem;cursor:pointer;transition:all .2s ease;min-width:0;min-height:90px;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.5rem;font-size:.97rem;box-shadow:0 1px 3px rgba(0,0,0,.04);position:relative}.addon-box.selected{border-color:#2d4a3e;background:#f0f9f4;box-shadow:0 0 0 3px rgba(45,74,62,.1)}.addon-box.selected:after{content:"";background:#2d4a3e;border-radius:50%;z-index:2}.addon-box.selected:after,.addon-box.selected:before{display:flex;align-items:center;justify-content:center;position:absolute;top:14px;right:14px;width:24px;height:24px}.addon-box.selected:before{content:"\2713";color:#fff;font-size:1.2rem;font-weight:700;z-index:3;pointer-events:none}.addon-box:not(.selected):hover{border-color:#a8d5ba;background:#f8f9fa;box-shadow:0 2px 8px rgba(45,74,62,.08)}.addon-summary-name{color:#059669;font-weight:600;font-size:1.01rem}.addon-summary-line span{color:#222!important;font-weight:600}.move-in-out-notice{background:linear-gradient(135deg,#f0f7f3,#e8f1ed);border:2px solid #2d4a3e;border-radius:12px;padding:20px;margin-bottom:24px;display:flex;align-items:flex-start;gap:16px;box-shadow:0 4px 12px rgba(45,74,62,.1)}.notice-icon{font-size:14px;font-weight:600;color:#2d4a3e;flex-shrink:0;margin-top:2px;background:#e8f1ed;padding:8px 12px;border-radius:6px;border:1px solid #2d4a3e}.notice-content h5{color:#2d4a3e;margin:0 0 8px;font-size:16px;font-weight:600}.notice-content p{color:#4a5568;margin:0;font-size:14px;line-height:1.5}@media (max-width:768px){.move-in-out-notice{flex-direction:column;text-align:center;gap:12px}.notice-icon{font-size:20px}}