.section-title-component{text-align:center;margin-bottom:2rem}.section-title-component .title{font-weight:700;color:hsl(210,18%,14%);margin-bottom:.5rem;position:relative;display:inline-block}.section-title-component .title.h1{font-size:3rem}@media(max-width:768px){.section-title-component .title.h1{font-size:2.5rem}}@media(max-width:576px){.section-title-component .title.h1{font-size:2rem}}.section-title-component .title.h2{font-size:2.5rem}@media(max-width:768px){.section-title-component .title.h2{font-size:2rem}}@media(max-width:576px){.section-title-component .title.h2{font-size:1.75rem}}.section-title-component .title.h3{font-size:2rem}@media(max-width:768px){.section-title-component .title.h3{font-size:1.75rem}}@media(max-width:576px){.section-title-component .title.h3{font-size:1.5rem}}.section-title-component .title.h4{font-size:1.75rem}@media(max-width:768px){.section-title-component .title.h4{font-size:1.5rem}}@media(max-width:576px){.section-title-component .title.h4{font-size:1.25rem}}.section-title-component .title.h5{font-size:1.5rem}@media(max-width:768px){.section-title-component .title.h5{font-size:1.25rem}}@media(max-width:576px){.section-title-component .title.h5{font-size:1.125rem}}.section-title-component .title.h6{font-size:1.25rem}@media(max-width:768px){.section-title-component .title.h6{font-size:1.125rem}}@media(max-width:576px){.section-title-component .title.h6{font-size:1rem}}.section-title-component .title-decoration{height:4px;width:80px;background:linear-gradient(90deg,#0891b2,#22d3ee);border-radius:8px;margin:.5rem auto 0}.h1+.section-title-component .title-decoration{width:100px;height:5px}.h2+.section-title-component .title-decoration{width:80px;height:4px}.h3+.section-title-component .title-decoration{width:70px}.h4+.section-title-component .title-decoration{width:60px;height:3px}.h5+.section-title-component .title-decoration,.h6+.section-title-component .title-decoration{width:50px;height:3px}.faq-container{margin:3rem 0}.faq-list{display:flex;flex-direction:column;gap:1.25rem}.faq-item{border-radius:25px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.05);transition:all .3s ease;border:1px solid hsl(210,14%,93%)}.faq-item:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.08)}.faq-question{background-color:#fff;border:none;color:hsl(210,15%,24%);font-weight:600;transition:all .3s ease;font-size:1.1rem;border-radius:25px;padding:1rem 1.5rem!important}.faq-question:hover{background-color:#22d3ee}.faq-question.active{color:#fff;background:linear-gradient(135deg,#0891b2,#0e7490);font-weight:600;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:0 4px 10px rgba(14,116,144,.3)}.faq-question.active .transition-icon{color:#fff;transform:rotate(180deg)}.faq-question:focus{outline:none;box-shadow:none}.faq-answer{background-color:#fff;color:hsl(210,12%,38%);line-height:1.6;border-bottom-left-radius:25px;border-bottom-right-radius:25px;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease-in-out,padding .3s ease}.faq-answer.show{max-height:1000px;padding:.5rem 0}.faq-answer.show div{padding:.5rem 1.5rem 1.5rem!important}.transition-icon{transition:transform .3s ease,color .3s ease;color:#0891b2;width:1em}@media(max-width:576px){.faq-question{font-size:1rem;padding:.75rem 1.25rem!important}}.cta-section{padding:6rem 0;background:linear-gradient(135deg,#0891b2,#155e75);position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:-50%;left:-20%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%);animation:float 15s ease-in-out infinite}.cta-section .cta-content{text-align:center;position:relative;z-index:1}.cta-section .cta-title{font-size:clamp(2rem,4vw,3rem);font-weight:900;color:#fff;margin-bottom:1rem}.cta-section .cta-subtitle{font-size:1.25rem;color:hsla(0,0%,100%,.9);margin-bottom:2rem}.cta-section .cta-contact{margin-top:2rem;color:hsla(0,0%,100%,.8);font-size:.95rem}.cta-section .cta-contact a{color:#fff;text-decoration:underline;transition:opacity .3s ease}.cta-section .cta-contact a:hover{opacity:.8}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-buttons .btn{min-width:160px}.cta-buttons .btn-book{background:#0891b2;border:2px solid #fff;color:#fff;font-weight:700;padding:.75rem 1.75rem;border-radius:8px;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 20px rgba(14,116,144,.35)}.cta-buttons .btn-book:hover{background:#0e7490;border-color:#0e7490;transform:translateY(-3px);box-shadow:0 8px 28px rgba(14,116,144,.4);color:#fff}.cta-buttons .btn-book:active{transform:translateY(-1px);box-shadow:0 4px 12px rgba(14,116,144,.3)}.cta-buttons .btn-custom-quote{background:rgba(0,0,0,0);border:2px solid #fff;color:#fff;font-weight:600;padding:.75rem 1.75rem;border-radius:8px;transition:all .25s cubic-bezier(.4,0,.2,1)}.cta-buttons .btn-custom-quote:hover{background:hsla(0,0%,100%,.1);transform:translateY(-2px);color:#fff}.cta-buttons .btn-custom-quote:active{transform:translateY(0);background:hsla(0,0%,100%,.05)}@media(max-width:576px){.cta-buttons{flex-direction:column}.cta-buttons .btn{width:100%}}.default-bg-success{background-color:hsl(158,64%,45%)}.default-bg-danger{background-color:hsl(0,72%,51%)}.default-bg-warning{background-color:hsl(38,92%,55%)}.marketplace-color{color:#0891b2}.marketplace-color-bg{background-color:#0891b2;color:#fff}.marketplace-color-border{border:2px solid #0891b2}.marketplace-color-btn{background-color:#0891b2;color:#fff;font-weight:600;border-radius:8px;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 3px rgba(8,145,178,.12)}.marketplace-color-btn:hover{background-color:#0e7490;color:#fff;transform:translateY(-1px);box-shadow:0 6px 20px rgba(8,145,178,.12)}.marketplace-color-btn:active,.marketplace-color-btn:focus,.marketplace-color-btn:focus-visible{background-color:#0e7490;color:#fff;transform:translateY(0);box-shadow:0 1px 3px rgba(8,145,178,.15);outline:none}.marketplace-color-btn-outline{background-color:rgba(0,0,0,0);color:#0891b2;border:2px solid #0891b2;font-weight:600;border-radius:8px;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.marketplace-color-btn-outline:hover{background-color:#0891b2;color:#fff;transform:translateY(-1px);box-shadow:0 2px 12px rgba(8,145,178,.08)}.marketplace-color-btn-outline:active,.marketplace-color-btn-outline:focus,.marketplace-color-btn-outline:focus-visible{background-color:#0e7490;color:#fff;border-color:#0e7490;transform:translateY(0)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}#areas-page .areas-page{min-height:100vh;background:linear-gradient(to bottom right,hsl(210,20%,98%),#a5f3fc,rgb(189.6774193548,246.2903225806,252.8225806452))}#areas-page .areas-container{max-width:1280px;margin:0 auto;padding:2rem 1rem}@media(min-width:576px){#areas-page .areas-container{padding:3rem 1.5rem}}@media(min-width:992px){#areas-page .areas-container{padding:4rem 2rem}}#areas-page .breadcrumb-nav{margin-bottom:2rem;animation:fadeIn .6s ease-out}#areas-page .breadcrumb-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0;font-size:.875rem}#areas-page .breadcrumb-item{display:flex;align-items:center}#areas-page .breadcrumb-item:not(:last-child):after{content:"›";margin-left:.5rem;color:hsl(210,8%,68%)}#areas-page .breadcrumb-item a{color:#0891b2;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1)}#areas-page .breadcrumb-item a:hover{color:#0e7490}#areas-page .breadcrumb-item.active{color:hsl(210,10%,46%)}#areas-page .areas-hero{text-align:center;margin-bottom:4rem;animation:fadeIn 1s ease-out}#areas-page .hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border-radius:50%;background:linear-gradient(90deg,#0891b2,#22d3ee);color:#fff;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;box-shadow:0 10px 15px -3px rgba(8,145,178,.3)}#areas-page .hero-badge .location-icon{animation:pulse 2s ease-in-out infinite}#areas-page .hero-title{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(90deg,#155e75,#0e7490,#0891b2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);line-height:1.1}@media(min-width:576px){#areas-page .hero-title{font-size:3.5rem}}@media(min-width:992px){#areas-page .hero-title{font-size:4rem}}#areas-page .hero-subtitle{font-size:1.125rem;color:hsl(210,12%,38%);max-width:50rem;margin:0 auto;line-height:1.75}@media(min-width:768px){#areas-page .hero-subtitle{font-size:1.25rem}}#areas-page .city-quick-nav{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:3rem;animation:fadeIn 1.2s ease-out}#areas-page .quick-nav-link{padding:.625rem 1.5rem;border-radius:50%;background:#fff;color:#0891b2;font-weight:500;font-size:.875rem;text-decoration:none;border:2px solid #a5f3fc;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 12px rgba(8,145,178,.08)}#areas-page .quick-nav-link:hover{background:linear-gradient(90deg,#0891b2,#22d3ee);color:#fff;border-color:rgba(0,0,0,0);transform:translateY(-2px);box-shadow:0 6px 20px rgba(8,145,178,.12)}#areas-page .city-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media(min-width:768px){#areas-page .city-grid{grid-template-columns:repeat(2,1fr)}}#areas-page .city-card{border-radius:12px;background:#fff;box-shadow:0 2px 12px rgba(8,145,178,.08);overflow:hidden;transition:all .25s cubic-bezier(.4,0,.2,1);animation:slideUp .6s ease-out forwards;opacity:0}#areas-page .city-card:hover{transform:translateY(-8px);box-shadow:0 8px 28px rgba(8,145,178,.15)}#areas-page .city-card:hover .city-name{color:#0891b2}#areas-page .city-card-content{padding:2rem;display:flex;flex-direction:column;height:100%}#areas-page .city-header{margin-bottom:1.5rem}#areas-page .city-name{font-size:1.75rem;font-weight:700;color:hsl(210,18%,14%);margin-bottom:.5rem;transition:all .25s cubic-bezier(.4,0,.2,1)}#areas-page .city-blurb{color:hsl(210,10%,46%);line-height:1.625}#areas-page .neighborhoods-section{margin-bottom:1.5rem}#areas-page .neighborhoods-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(210,8%,55%);margin-bottom:.75rem}#areas-page .neighborhoods-list{display:flex;flex-wrap:wrap;gap:.5rem}#areas-page .neighborhood-badge{padding:.375rem .875rem;border-radius:6px;background:linear-gradient(90deg,#a5f3fc,rgb(189.6774193548,246.2903225806,252.8225806452));color:#155e75;font-size:.875rem;font-weight:500;border:1px solid rgb(174.8709677419,244.3161290323,252.3290322581);transition:all .25s cubic-bezier(.4,0,.2,1)}#areas-page .neighborhood-badge:hover{background:linear-gradient(90deg,rgb(174.8709677419,244.3161290323,252.3290322581),rgb(204.4838709677,248.264516129,253.3161290323));transform:translateY(-2px)}#areas-page .city-features{list-style:none;padding:0;margin:0 0 1.5rem}#areas-page .feature-item{display:flex;gap:.75rem;align-items:flex-start;font-size:.875rem;color:hsl(210,12%,38%);margin-bottom:.75rem}#areas-page .feature-item .feature-icon{flex-shrink:0;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom right,#0891b2,#22d3ee);color:#fff;border-radius:3px;font-size:.75rem;font-weight:700}#areas-page .city-actions{display:flex;gap:.75rem;margin-top:auto}#areas-page .btn-outline,#areas-page .btn-primary{flex:1 1;padding:.875rem 1.5rem;border-radius:8px;font-weight:600;text-align:center;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);border:2px solid rgba(0,0,0,0)}#areas-page .btn-outline{background:#fff;color:#0891b2;border-color:#0891b2}#areas-page .btn-outline:hover{background:rgb(204.4838709677,248.264516129,253.3161290323);transform:translateY(-2px);box-shadow:0 2px 12px rgba(8,145,178,.08)}#areas-page .btn-primary{background:linear-gradient(90deg,#0891b2,#22d3ee);color:#fff}#areas-page .btn-primary:hover{background:linear-gradient(90deg,#0e7490,#0891b2);transform:translateY(-2px);box-shadow:0 6px 20px rgba(8,145,178,.12)}#areas-page .service-area-section{margin-bottom:4rem}#areas-page .service-area-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:992px){#areas-page .service-area-grid{grid-template-columns:repeat(2,1fr)}}#areas-page .map-container{border-radius:12px;overflow:hidden;box-shadow:0 8px 28px rgba(8,145,178,.15)}#areas-page .map-placeholder{aspect-ratio:16/9;background:linear-gradient(135deg,hsl(210,20%,98%),#a5f3fc);border:2px dashed rgb(174.8709677419,244.3161290323,252.3290322581);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:.75rem}#areas-page .map-placeholder .map-icon{font-size:3rem;animation:float 3s ease-in-out infinite}#areas-page .map-placeholder .map-text{font-weight:600;color:#155e75;font-size:1.125rem}#areas-page .map-placeholder .map-subtext{font-size:.875rem;color:hsl(210,10%,46%);text-align:center}#areas-page .coverage-info{padding:1rem}@media(min-width:992px){#areas-page .coverage-info{padding:2rem}}#areas-page .coverage-title{font-size:2rem;font-weight:700;color:hsl(210,18%,14%);margin-bottom:1rem}#areas-page .coverage-description{color:hsl(210,10%,46%);line-height:1.75;margin-bottom:1.5rem}#areas-page .coverage-list{list-style:none;padding:0;margin:0}#areas-page .coverage-item{display:flex;gap:.75rem;align-items:flex-start;color:hsl(210,12%,38%);margin-bottom:1rem;font-size:.9375rem}#areas-page .coverage-item .coverage-bullet{flex-shrink:0;font-size:1.125rem}