.SearchForm-module__mdbI9W__search-box{background:var(--white);border-radius:var(--radius-lg);max-width:640px;box-shadow:var(--shadow-lg);z-index:10;margin:0 auto;padding:28px;position:relative}.SearchForm-module__mdbI9W__search-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.SearchForm-module__mdbI9W__search-tabs{gap:8px;display:flex}.SearchForm-module__mdbI9W__search-tab{border-radius:var(--radius-xl);cursor:pointer;border:1.5px solid var(--border-default);background:var(--white);color:var(--gray-dark);white-space:nowrap;padding:10px 18px;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;transition:all .2s}.SearchForm-module__mdbI9W__search-tab.SearchForm-module__mdbI9W__active{background:var(--green-dark);color:var(--white);border-color:var(--green-dark)}.SearchForm-module__mdbI9W__search-tab:not(.SearchForm-module__mdbI9W__active):hover{border-color:var(--gray)}.SearchForm-module__mdbI9W__availability-badge{color:var(--success);align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex}.SearchForm-module__mdbI9W__availability-badge .SearchForm-module__mdbI9W__dot{background:var(--success);border-radius:50%;width:8px;height:8px;animation:2s infinite SearchForm-module__mdbI9W__pulse}@keyframes SearchForm-module__mdbI9W__pulse{0%,to{opacity:1}50%{opacity:.5}}.SearchForm-module__mdbI9W__search-fields{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px;display:grid}.SearchForm-module__mdbI9W__search-field{flex-direction:column;gap:6px;display:flex}.SearchForm-module__mdbI9W__search-field label{text-transform:uppercase;color:var(--gray);letter-spacing:.5px;font-size:11px;font-weight:600}.SearchForm-module__mdbI9W__search-field select,.SearchForm-module__mdbI9W__search-field input[type=date],.SearchForm-module__mdbI9W__search-field input[type=text]{border:1.5px solid var(--border-default);border-radius:var(--radius-sm);background:var(--white);cursor:pointer;color:var(--text-dark);box-sizing:border-box;min-width:0;padding:14px 16px;font-family:Poppins,sans-serif;font-size:14px}.SearchForm-module__mdbI9W__search-field select:focus,.SearchForm-module__mdbI9W__search-field input[type=date]:focus,.SearchForm-module__mdbI9W__search-field input[type=text]:focus{border-color:var(--accent);outline:none}.SearchForm-module__mdbI9W__search-field input[type=date],.SearchForm-module__mdbI9W__search-field input[type=text]{min-height:48px}.SearchForm-module__mdbI9W__search-box .btn{width:100%;padding:16px;font-size:15px}.SearchForm-module__mdbI9W__search-footer{border-top:1px solid var(--border-lighter);color:var(--gray);justify-content:center;align-items:center;gap:24px;margin-top:16px;padding-top:16px;font-size:12px;display:flex}.SearchForm-module__mdbI9W__search-footer span{align-items:center;gap:6px;display:flex}.SearchForm-module__mdbI9W__search-field-location{position:relative}.SearchForm-module__mdbI9W__location-dropdown{width:100%;position:relative}.SearchForm-module__mdbI9W__location-dropdown-trigger{border:1.5px solid var(--border-default);border-radius:var(--radius-sm);background:var(--white);cursor:pointer;width:100%;color:var(--text-dark);text-align:left;box-sizing:border-box;justify-content:space-between;align-items:center;min-height:48px;padding:14px 16px;font-family:Poppins,sans-serif;font-size:14px;transition:border-color .2s;display:flex}.SearchForm-module__mdbI9W__location-dropdown-trigger:hover,.SearchForm-module__mdbI9W__location-dropdown-trigger:focus{border-color:var(--accent);outline:none}.SearchForm-module__mdbI9W__location-dropdown-text{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.SearchForm-module__mdbI9W__location-dropdown-count{background:var(--accent);color:var(--white);border-radius:10px;margin-right:8px;padding:2px 8px;font-size:11px;font-weight:600}.SearchForm-module__mdbI9W__location-dropdown-trigger svg{color:var(--gray);flex-shrink:0;transition:transform .2s}.SearchForm-module__mdbI9W__location-dropdown.SearchForm-module__mdbI9W__open .SearchForm-module__mdbI9W__location-dropdown-trigger svg{transform:rotate(180deg)}.SearchForm-module__mdbI9W__location-dropdown-panel{background:var(--white);border:1.5px solid var(--border-default);border-radius:var(--radius-md);width:100%;min-width:320px;max-height:400px;box-shadow:var(--shadow-lg);z-index:var(--z-dropdown);position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto}.SearchForm-module__mdbI9W__location-group{border-bottom:1px solid var(--border-lighter)}.SearchForm-module__mdbI9W__location-group:last-child{border-bottom:none}.SearchForm-module__mdbI9W__location-group-header{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 16px;font-family:Poppins,sans-serif;transition:background .2s;display:flex}.SearchForm-module__mdbI9W__location-group-header:hover{background:var(--off-white)}.SearchForm-module__mdbI9W__location-group-checkbox{border:2px solid var(--border-dark);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:all .2s;display:flex}.SearchForm-module__mdbI9W__location-group-checkbox svg{opacity:0;width:12px;height:12px;transition:opacity .2s}.SearchForm-module__mdbI9W__location-group-checkbox.SearchForm-module__mdbI9W__checked{background:var(--accent);border-color:var(--accent)}.SearchForm-module__mdbI9W__location-group-checkbox.SearchForm-module__mdbI9W__checked svg{opacity:1;stroke:var(--white)}.SearchForm-module__mdbI9W__location-group-checkbox.SearchForm-module__mdbI9W__indeterminate{background:var(--accent);border-color:var(--accent)}.SearchForm-module__mdbI9W__location-group-checkbox.SearchForm-module__mdbI9W__indeterminate svg{opacity:0}.SearchForm-module__mdbI9W__location-group-checkbox.SearchForm-module__mdbI9W__indeterminate:after{content:"";background:var(--white);border-radius:1px;width:8px;height:2px}.SearchForm-module__mdbI9W__location-group-text{flex:1;min-width:0}.SearchForm-module__mdbI9W__location-group-title{color:var(--text-dark);font-size:13px;font-weight:600;display:block}.SearchForm-module__mdbI9W__location-group-desc{color:var(--gray);margin-top:1px;font-size:11px;display:block}.SearchForm-module__mdbI9W__location-group-items{grid-template-columns:repeat(2,1fr);gap:4px 16px;padding:0 16px 12px 46px;display:grid}.SearchForm-module__mdbI9W__location-option{cursor:pointer;color:var(--text-dark);align-items:center;gap:8px;padding:6px 0;font-size:13px;transition:color .2s;display:flex}.SearchForm-module__mdbI9W__location-option:hover{color:var(--accent)}.SearchForm-module__mdbI9W__location-option input{display:none}.SearchForm-module__mdbI9W__location-checkbox{border:2px solid var(--border-dark);border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:all .2s;display:flex}.SearchForm-module__mdbI9W__location-checkbox svg{opacity:0;width:10px;height:10px;transition:opacity .2s}.SearchForm-module__mdbI9W__location-option input:checked+.SearchForm-module__mdbI9W__location-checkbox{background:var(--accent);border-color:var(--accent)}.SearchForm-module__mdbI9W__location-option input:checked+.SearchForm-module__mdbI9W__location-checkbox svg{opacity:1;stroke:var(--white)}@media (max-width:768px){.SearchForm-module__mdbI9W__search-box{margin:0 8px;padding:20px 16px}.SearchForm-module__mdbI9W__search-field select,.SearchForm-module__mdbI9W__search-field input[type=date],.SearchForm-module__mdbI9W__search-field input[type=text]{width:100%;min-width:0;min-height:44px;padding:12px;font-size:13px}.SearchForm-module__mdbI9W__location-dropdown-panel{min-width:100%;max-width:calc(100vw - 32px);max-height:350px}.SearchForm-module__mdbI9W__location-group-items{grid-template-columns:1fr;padding-left:40px}.SearchForm-module__mdbI9W__location-dropdown-trigger{min-height:44px;padding:12px;font-size:13px}.SearchForm-module__mdbI9W__search-tabs{gap:6px}.SearchForm-module__mdbI9W__search-tab{padding:10px 16px;font-size:12px}.SearchForm-module__mdbI9W__search-fields{grid-template-columns:1fr}.SearchForm-module__mdbI9W__search-header{flex-direction:column;align-items:flex-start;gap:12px}.SearchForm-module__mdbI9W__search-tabs{width:100%;overflow-x:auto}}@media (max-width:480px){.SearchForm-module__mdbI9W__search-box{border-radius:var(--radius-md);margin:0 4px;padding:16px 12px}.SearchForm-module__mdbI9W__search-header{margin-bottom:14px}.SearchForm-module__mdbI9W__search-tab{padding:8px 12px;font-size:11px}}@media (prefers-reduced-motion:reduce){.SearchForm-module__mdbI9W__availability-badge .SearchForm-module__mdbI9W__dot{animation:none}}
.FaqSection-module__wyPErG__faq{background:var(--white);padding:100px 0}.FaqSection-module__wyPErG__faq-grid{grid-template-columns:1fr 1fr;gap:60px;display:grid}.FaqSection-module__wyPErG__faq-left h2{margin-bottom:16px;font-size:clamp(28px,4vw,38px)}.FaqSection-module__wyPErG__faq-left p{color:var(--gray);margin-bottom:24px}.FaqSection-module__wyPErG__faq-list{flex-direction:column;gap:16px;display:flex}.FaqSection-module__wyPErG__faq-item{background:var(--off-white);border-radius:var(--radius-md);border:1px solid var(--border-lighter);overflow:hidden}.FaqSection-module__wyPErG__faq-question{cursor:pointer;justify-content:space-between;align-items:center;padding:20px 24px;font-size:15px;font-weight:600;transition:background .2s;display:flex}.FaqSection-module__wyPErG__faq-question:hover{background:var(--gray-light)}.FaqSection-module__wyPErG__faq-question svg{flex-shrink:0;transition:transform .3s}.FaqSection-module__wyPErG__faq-item.FaqSection-module__wyPErG__open .FaqSection-module__wyPErG__faq-question svg{transform:rotate(180deg)}.FaqSection-module__wyPErG__faq-answer{max-height:0;transition:max-height .3s;overflow:hidden}.FaqSection-module__wyPErG__faq-item.FaqSection-module__wyPErG__open .FaqSection-module__wyPErG__faq-answer{max-height:200px}.FaqSection-module__wyPErG__faq-answer p{color:var(--gray);padding:0 24px 20px;font-size:14px;line-height:1.7}@media (max-width:1024px){.FaqSection-module__wyPErG__faq-grid{grid-template-columns:1fr;gap:50px}}@media (max-width:480px){.FaqSection-module__wyPErG__faq{padding:60px 0}}
.Landing-module__PzwhAW__hero{align-items:center;min-height:680px;display:flex;position:relative}.Landing-module__PzwhAW__hero-bg{z-index:0;position:absolute;inset:0;overflow:hidden}.Landing-module__PzwhAW__hero-bg img{object-fit:cover;width:100%;height:100%}.Landing-module__PzwhAW__hero-overlay{background:linear-gradient(135deg,#5b6e61eb 0%,#7c9082d1 100%);position:absolute;inset:0}.Landing-module__PzwhAW__hero-content{z-index:2;width:100%;padding:60px 0 80px;position:relative}.Landing-module__PzwhAW__hero-text{text-align:center;max-width:800px;color:var(--white);margin:0 auto}.Landing-module__PzwhAW__hero-trust-badges{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:24px;display:flex}.Landing-module__PzwhAW__trust-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;display:inline-flex}.Landing-module__PzwhAW__trust-badge svg{flex-shrink:0}.Landing-module__PzwhAW__hero-tagline{text-transform:uppercase;letter-spacing:3px;color:var(--accent);margin-bottom:12px;font-size:14px;font-weight:600}.Landing-module__PzwhAW__hero h1{text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-size:clamp(36px,5vw,52px)}.Landing-module__PzwhAW__hero-subtitle{opacity:.9;margin-bottom:32px;font-size:16px;line-height:1.7}.Landing-module__PzwhAW__quick-filters{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:24px;display:flex}.Landing-module__PzwhAW__quick-filter{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--white);background:#ffffff26;border:1px solid #ffffff40;border-radius:25px;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.Landing-module__PzwhAW__quick-filter:hover{background:#ffffff40;border-color:#fff6;transform:translateY(-2px)}.Landing-module__PzwhAW__quick-filter svg{flex-shrink:0;width:16px;height:16px}.Landing-module__PzwhAW__stats-bar{background:var(--white);border-bottom:1px solid var(--border-light);padding:32px 0}.Landing-module__PzwhAW__stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.Landing-module__PzwhAW__stat-item{flex-direction:column;align-items:center;display:flex}.Landing-module__PzwhAW__stat-value{color:var(--green-dark);align-items:center;gap:4px;margin-bottom:4px;font-family:Playfair Display,serif;font-size:28px;font-weight:700;display:flex}.Landing-module__PzwhAW__stat-label{color:var(--gray);font-size:12px;font-weight:500}.Landing-module__PzwhAW__trusted-by{background:var(--off-white);border-bottom:1px solid var(--border-light);padding:50px 0}.Landing-module__PzwhAW__trusted-by-content{text-align:center}.Landing-module__PzwhAW__trusted-by-label{text-transform:uppercase;letter-spacing:2px;color:var(--gray);margin-bottom:24px;font-size:12px;font-weight:600}.Landing-module__PzwhAW__trusted-by-logos{flex-wrap:nowrap;justify-content:center;align-items:center;gap:40px;margin-bottom:20px;display:flex}.Landing-module__PzwhAW__trusted-by-logos .Landing-module__PzwhAW__trusted-logo:last-child{display:none}.Landing-module__PzwhAW__trusted-logo{opacity:.7;flex-direction:column;align-items:center;gap:8px;transition:opacity .2s;display:flex}.Landing-module__PzwhAW__trusted-logo:hover{opacity:1}.Landing-module__PzwhAW__trusted-logo-icon{background:var(--white);width:60px;height:60px;box-shadow:var(--shadow-sm);border-radius:12px;justify-content:center;align-items:center;display:flex}.Landing-module__PzwhAW__trusted-logo-icon img{object-fit:contain;max-width:40px;max-height:40px}.Landing-module__PzwhAW__trusted-logo span{color:var(--gray);font-size:11px;font-weight:500}.Landing-module__PzwhAW__trusted-by-stats{border-top:1px solid var(--border-default);justify-content:center;gap:40px;margin-top:24px;padding-top:24px;display:flex}.Landing-module__PzwhAW__trusted-stat{text-align:center}.Landing-module__PzwhAW__trusted-stat-value{color:var(--green-dark);font-family:Playfair Display,serif;font-size:24px;font-weight:700}.Landing-module__PzwhAW__trusted-stat-label{color:var(--gray);font-size:12px}.Landing-module__PzwhAW__featured{background:var(--white);padding:80px 0}.Landing-module__PzwhAW__section-header{text-align:center;margin-bottom:50px}.Landing-module__PzwhAW__section-header h2{margin-bottom:12px;font-size:clamp(28px,4vw,38px)}.Landing-module__PzwhAW__section-header p{color:var(--gray);font-size:16px}.Landing-module__PzwhAW__about-section{background:var(--off-white);padding:80px 0}.Landing-module__PzwhAW__about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.Landing-module__PzwhAW__about-content h2{margin-bottom:20px;font-size:clamp(28px,4vw,38px)}.Landing-module__PzwhAW__about-content .Landing-module__PzwhAW__lead{color:var(--gray-dark);margin-bottom:20px;font-size:18px;line-height:1.7}.Landing-module__PzwhAW__about-content p{color:var(--gray);margin-bottom:24px;line-height:1.8}.Landing-module__PzwhAW__about-highlights{grid-template-columns:1fr 1fr;gap:16px;margin-top:24px;display:grid}.Landing-module__PzwhAW__about-highlight{align-items:flex-start;gap:12px;display:flex}.Landing-module__PzwhAW__about-highlight-icon{background:var(--accent-light);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Landing-module__PzwhAW__about-highlight-icon svg{width:20px;height:20px;color:var(--accent)}.Landing-module__PzwhAW__about-highlight-text h4{margin-bottom:2px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600}.Landing-module__PzwhAW__about-highlight-text p{color:var(--gray);margin:0;font-size:12px}.Landing-module__PzwhAW__about-image{position:relative}.Landing-module__PzwhAW__about-image img{border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-md)}.Landing-module__PzwhAW__about-image-badge{background:var(--green-dark);color:var(--white);border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-md);padding:20px 24px;position:absolute;bottom:-20px;right:-20px}.Landing-module__PzwhAW__about-image-badge .Landing-module__PzwhAW__number{font-family:Playfair Display,serif;font-size:32px;font-weight:700;line-height:1}.Landing-module__PzwhAW__about-image-badge .Landing-module__PzwhAW__text{opacity:.9;font-size:12px}.Landing-module__PzwhAW__benefits{background:var(--green-dark);padding:100px 0;position:relative;overflow:hidden}.Landing-module__PzwhAW__benefits-header{margin-bottom:60px}.Landing-module__PzwhAW__benefits-header h2{color:var(--white);max-width:400px;font-size:clamp(28px,4vw,40px)}.Landing-module__PzwhAW__benefits-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.Landing-module__PzwhAW__benefits-list{flex-direction:column;gap:50px;display:flex}.Landing-module__PzwhAW__benefit-item{padding-left:clamp(60px,12vw,100px);position:relative}.Landing-module__PzwhAW__benefit-number{color:#ffffff1a;font-family:Playfair Display,serif;font-size:clamp(48px,10vw,80px);font-weight:700;line-height:1;position:absolute;top:-10px;left:0}.Landing-module__PzwhAW__benefit-item h3{color:var(--white);text-underline-offset:4px;margin-bottom:8px;font-family:Poppins,sans-serif;font-size:18px;font-weight:600;text-decoration:underline}.Landing-module__PzwhAW__benefit-item p{color:#ffffffbf;font-size:14px;line-height:1.7}.Landing-module__PzwhAW__benefits-image{border-radius:var(--radius-lg);position:relative;overflow:hidden}.Landing-module__PzwhAW__benefits-image img{border-radius:var(--radius-lg);width:100%;height:auto}.Landing-module__PzwhAW__benefits-image-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);align-items:center;gap:8px;padding:12px 20px;font-size:13px;font-weight:600;display:flex;position:absolute;bottom:20px;right:20px}.Landing-module__PzwhAW__how-it-works{background:var(--white);padding:100px 0}.Landing-module__PzwhAW__steps-grid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.Landing-module__PzwhAW__step-card{background:var(--off-white);border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-sm);border:1px solid var(--border-lighter);padding:30px 24px;transition:all .3s}.Landing-module__PzwhAW__step-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.Landing-module__PzwhAW__step-icon{background:var(--accent-light);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 20px;display:flex}.Landing-module__PzwhAW__step-card h3{margin-bottom:10px;font-family:Poppins,sans-serif;font-size:16px;font-weight:600}.Landing-module__PzwhAW__step-card p{color:var(--gray);font-size:13px;line-height:1.6}.Landing-module__PzwhAW__testimonials{background:var(--off-white);padding:100px 0}.Landing-module__PzwhAW__testimonials-header{text-align:center;justify-content:space-between;align-items:flex-end;margin-bottom:40px;display:flex}.Landing-module__PzwhAW__testimonials-header .Landing-module__PzwhAW__left{width:100%}.Landing-module__PzwhAW__testimonials-header .Landing-module__PzwhAW__left h2{margin-bottom:8px;font-size:clamp(28px,4vw,38px)}.Landing-module__PzwhAW__testimonials-header .Landing-module__PzwhAW__left p{color:var(--gray)}.Landing-module__PzwhAW__testimonials-marquee{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.Landing-module__PzwhAW__testimonials-track{will-change:transform;gap:24px;width:max-content;padding:10px 0;animation:45s linear infinite Landing-module__PzwhAW__marquee;display:flex}.Landing-module__PzwhAW__testimonials-track:hover{animation-play-state:paused}@keyframes Landing-module__PzwhAW__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.Landing-module__PzwhAW__testimonial-card{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--border-lighter);flex:0 0 380px;padding:28px;transition:box-shadow .3s,transform .3s}.Landing-module__PzwhAW__testimonial-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.Landing-module__PzwhAW__testimonial-stars{gap:2px;margin-bottom:16px;display:flex}.Landing-module__PzwhAW__testimonial-text{color:var(--text-dark);margin-bottom:20px;font-size:14px;line-height:1.8}.Landing-module__PzwhAW__testimonial-author{align-items:center;gap:12px;display:flex}.Landing-module__PzwhAW__testimonial-avatar{background:var(--green-dark);width:48px;height:48px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:16px;font-weight:600;display:flex}.Landing-module__PzwhAW__testimonial-name{margin-bottom:2px;font-size:14px;font-weight:600}.Landing-module__PzwhAW__testimonial-role{color:var(--gray);font-size:12px}.Landing-module__PzwhAW__google-reviews{background:var(--white);padding:80px 0;overflow:hidden}.Landing-module__PzwhAW__google-reviews-header{text-align:center;margin-bottom:40px}.Landing-module__PzwhAW__google-reviews-badge{background:var(--off-white);border-radius:var(--radius-xl);border:1px solid var(--border-light);align-items:center;gap:16px;margin-bottom:20px;padding:16px 28px;display:inline-flex}.Landing-module__PzwhAW__google-logo{flex-shrink:0}.Landing-module__PzwhAW__google-reviews-rating{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.Landing-module__PzwhAW__google-reviews-score{align-items:center;gap:8px;display:flex}.Landing-module__PzwhAW__score-number{color:var(--text-dark);font-family:Playfair Display,serif;font-size:28px;font-weight:700;line-height:1}.Landing-module__PzwhAW__google-stars{gap:2px;display:flex}.Landing-module__PzwhAW__reviews-count{color:var(--gray);font-size:12px}.Landing-module__PzwhAW__google-reviews-header h2{font-size:clamp(28px,4vw,38px)}.Landing-module__PzwhAW__google-reviews-carousel{align-items:center;gap:16px;display:flex;position:relative}.Landing-module__PzwhAW__google-reviews-track-wrapper{flex:1;overflow:hidden}.Landing-module__PzwhAW__google-reviews-track{gap:24px;transition:transform .4s;display:flex}.Landing-module__PzwhAW__carousel-btn{background:var(--white);border:1px solid var(--border-default);cursor:pointer;z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex}.Landing-module__PzwhAW__carousel-btn:hover{background:var(--off-white);border-color:var(--gray)}.Landing-module__PzwhAW__carousel-btn:disabled{opacity:.4;cursor:not-allowed}.Landing-module__PzwhAW__carousel-dots{justify-content:center;gap:8px;margin-top:24px;display:flex}.Landing-module__PzwhAW__carousel-dot{background:var(--border-default);cursor:pointer;border-radius:50%;width:8px;height:8px;transition:all .2s}.Landing-module__PzwhAW__carousel-dot.Landing-module__PzwhAW__active{background:var(--green-dark);border-radius:4px;width:24px}.Landing-module__PzwhAW__google-review-card{background:var(--off-white);border-radius:var(--radius-md);border:1px solid var(--border-lighter);flex:0 0 calc(33.333% - 16px);min-width:320px;padding:24px;transition:all .3s}.Landing-module__PzwhAW__google-review-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.Landing-module__PzwhAW__google-review-header{align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.Landing-module__PzwhAW__google-reviewer-avatar{width:44px;height:44px;color:var(--white);background:linear-gradient(135deg,#4285f4 0%,#34a853 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex}.Landing-module__PzwhAW__google-reviewer-info{flex:1;min-width:0}.Landing-module__PzwhAW__google-reviewer-name{color:var(--text-dark);white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:14px;font-weight:600;overflow:hidden}.Landing-module__PzwhAW__google-reviewer-meta{color:var(--gray);align-items:center;gap:8px;font-size:11px;display:flex}.Landing-module__PzwhAW__google-reviewer-meta .Landing-module__PzwhAW__review-count,.Landing-module__PzwhAW__google-reviewer-meta .Landing-module__PzwhAW__review-date{white-space:nowrap}.Landing-module__PzwhAW__google-reviewer-meta .Landing-module__PzwhAW__review-date:before{content:"·";margin-right:8px}.Landing-module__PzwhAW__google-icon-small{flex-shrink:0;margin-left:auto}.Landing-module__PzwhAW__google-review-stars{gap:2px;margin-bottom:12px;display:flex}.Landing-module__PzwhAW__google-review-text{color:var(--text-light);-webkit-line-clamp:5;-webkit-box-orient:vertical;font-size:13px;line-height:1.7;display:-webkit-box;overflow:hidden}.Landing-module__PzwhAW__property-owners{background:linear-gradient(135deg,var(--green-darker)0%,var(--green-dark)100%);padding:80px 0}.Landing-module__PzwhAW__owners-content{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.Landing-module__PzwhAW__owners-text{color:var(--white)}.Landing-module__PzwhAW__owners-label{background:#ffffff1a;border-radius:20px;align-items:center;gap:8px;margin-bottom:20px;padding:8px 16px;font-size:12px;font-weight:600;display:inline-flex}.Landing-module__PzwhAW__owners-text h2{color:var(--white);margin-bottom:16px;font-size:clamp(28px,4vw,36px)}.Landing-module__PzwhAW__owners-text p{color:#fffc;margin-bottom:24px;line-height:1.7}.Landing-module__PzwhAW__owners-benefits{flex-direction:column;gap:12px;margin-bottom:32px;display:flex}.Landing-module__PzwhAW__owners-benefit{align-items:center;gap:12px;font-size:14px;display:flex}.Landing-module__PzwhAW__owners-benefit svg{color:var(--success);flex-shrink:0}.Landing-module__PzwhAW__owners-form{background:var(--white);border-radius:var(--radius-lg);padding:32px}.Landing-module__PzwhAW__owners-form h3{margin-bottom:8px;font-family:Poppins,sans-serif;font-size:18px;font-weight:600}.Landing-module__PzwhAW__owners-form>p{color:var(--gray);margin-bottom:20px;font-size:13px}.Landing-module__PzwhAW__form-group{margin-bottom:16px}.Landing-module__PzwhAW__form-group label{margin-bottom:6px;font-size:13px;font-weight:500;display:block}.Landing-module__PzwhAW__form-group input,.Landing-module__PzwhAW__form-group select,.Landing-module__PzwhAW__form-group textarea{border:1.5px solid var(--border-default);border-radius:var(--radius-sm);width:100%;padding:12px 16px;font-family:Poppins,sans-serif;font-size:14px}.Landing-module__PzwhAW__form-group input:focus,.Landing-module__PzwhAW__form-group select:focus,.Landing-module__PzwhAW__form-group textarea:focus{border-color:var(--green-dark);outline:none}.Landing-module__PzwhAW__form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.Landing-module__PzwhAW__contact{background:var(--off-white);padding:100px 0}.Landing-module__PzwhAW__contact-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.Landing-module__PzwhAW__contact-form-wrapper{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border-lighter);padding:40px}.Landing-module__PzwhAW__contact-form-wrapper h3{margin-bottom:8px;font-family:Poppins,sans-serif;font-size:20px;font-weight:600}.Landing-module__PzwhAW__contact-form-wrapper>p{color:var(--gray);margin-bottom:24px;font-size:13px}.Landing-module__PzwhAW__contact-image{border-radius:var(--radius-lg);height:100%;min-height:400px;overflow:hidden}.Landing-module__PzwhAW__contact-image img{object-fit:cover;width:100%;height:100%}.Landing-module__PzwhAW__cta-section{background:linear-gradient(135deg,var(--accent)0%,#f59e0b 100%);text-align:center;padding:80px 0}.Landing-module__PzwhAW__cta-section h2{color:var(--white);margin-bottom:16px;font-size:clamp(28px,4vw,40px)}.Landing-module__PzwhAW__cta-section p{color:#ffffffe6;max-width:500px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:16px}.Landing-module__PzwhAW__cta-buttons{justify-content:center;gap:16px;display:flex}.Landing-module__PzwhAW__cta-section .btn-white{background:var(--white);color:var(--accent)}.Landing-module__PzwhAW__cta-section .btn-white:hover{background:var(--off-white)}.Landing-module__PzwhAW__cta-section .btn-outline{border-color:var(--white);color:var(--white)}.Landing-module__PzwhAW__cta-section .btn-outline:hover{background:var(--white);color:var(--accent)}@media (max-width:1024px){.Landing-module__PzwhAW__hero{min-height:580px}.Landing-module__PzwhAW__testimonial-card{flex:0 0 340px}.Landing-module__PzwhAW__benefits-grid,.Landing-module__PzwhAW__owners-content,.Landing-module__PzwhAW__contact-grid,.Landing-module__PzwhAW__about-grid{grid-template-columns:1fr;gap:50px}.Landing-module__PzwhAW__benefits-image,.Landing-module__PzwhAW__about-image{order:-1}.Landing-module__PzwhAW__about-image-badge{bottom:16px;right:16px}.Landing-module__PzwhAW__steps-grid{grid-template-columns:repeat(2,1fr)}.Landing-module__PzwhAW__testimonials-header{flex-direction:column;align-items:flex-start;gap:24px}.Landing-module__PzwhAW__trusted-by-logos{gap:24px}.Landing-module__PzwhAW__about-highlights{grid-template-columns:1fr}.Landing-module__PzwhAW__google-review-card{flex:0 0 calc(50% - 12px);min-width:280px}}@media (max-width:768px){.Landing-module__PzwhAW__hero{min-height:auto}.Landing-module__PzwhAW__hero-trust-badges{flex-direction:column;align-items:center}.Landing-module__PzwhAW__quick-filters{display:none}.Landing-module__PzwhAW__stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}.Landing-module__PzwhAW__trusted-by-logos{flex-wrap:wrap}.Landing-module__PzwhAW__steps-grid{grid-template-columns:1fr}.Landing-module__PzwhAW__testimonial-card{flex:0 0 min(300px,85vw);padding:24px}.Landing-module__PzwhAW__testimonials-track{animation-duration:80s}.Landing-module__PzwhAW__cta-buttons{flex-direction:column;align-items:center}.Landing-module__PzwhAW__form-row{grid-template-columns:1fr}.Landing-module__PzwhAW__trusted-by-stats{flex-direction:column;gap:20px}.Landing-module__PzwhAW__about-image-badge{margin-top:20px;display:inline-block;position:relative;bottom:auto;right:auto}.Landing-module__PzwhAW__google-reviews{padding:60px 0}.Landing-module__PzwhAW__google-reviews-badge{flex-direction:column;gap:12px;padding:16px 20px}.Landing-module__PzwhAW__google-reviews-rating{align-items:center}.Landing-module__PzwhAW__carousel-btn{display:none}.Landing-module__PzwhAW__google-review-card{flex:0 0 calc(100% - 16px);min-width:0;max-width:100%}.Landing-module__PzwhAW__google-reviews-track-wrapper{padding:0 8px}.Landing-module__PzwhAW__google-review-text{-webkit-line-clamp:4}}@media (max-width:480px){.Landing-module__PzwhAW__hero-content{padding:40px 0 60px}.Landing-module__PzwhAW__hero-tagline{letter-spacing:2px;font-size:12px}.Landing-module__PzwhAW__hero-subtitle{font-size:14px}.Landing-module__PzwhAW__testimonial-card{flex:0 0 min(280px,90vw);padding:20px}.Landing-module__PzwhAW__featured,.Landing-module__PzwhAW__how-it-works,.Landing-module__PzwhAW__benefits,.Landing-module__PzwhAW__testimonials,.Landing-module__PzwhAW__contact{padding:60px 0}.Landing-module__PzwhAW__section-header{margin-bottom:32px}.Landing-module__PzwhAW__trusted-by-logos{flex-wrap:wrap;gap:16px}.Landing-module__PzwhAW__trusted-logo-icon{width:48px;height:48px}.Landing-module__PzwhAW__contact-form-wrapper,.Landing-module__PzwhAW__owners-form{padding:24px 16px}.Landing-module__PzwhAW__cta-section,.Landing-module__PzwhAW__about-section{padding:60px 0}}@media (prefers-reduced-motion:reduce){.Landing-module__PzwhAW__testimonials-track{will-change:auto;animation:none}:is(.property-card:hover,.Landing-module__PzwhAW__step-card:hover,.Landing-module__PzwhAW__quick-filter:hover,.Landing-module__PzwhAW__testimonial-card:hover,.Landing-module__PzwhAW__google-review-card:hover),:is(.btn-orange:hover,.btn-white:hover){transform:none}.property-badge.Landing-module__PzwhAW__available-now{animation:none}.property-badge.Landing-module__PzwhAW__available-now:before{animation:none}}
