@layer components{.host-hero{background:var(--background);padding:2rem 1.5rem 0}.host-hero__container{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.host-hero__content{flex-shrink:0}.host-hero__title{font-size:2rem;font-weight:800;line-height:1.15;font-family:var(--font-heading,inherit);color:var(--foreground);margin-bottom:1rem}.host-hero__amount{color:var(--primary)}.host-hero__breakdown{color:var(--foreground);margin-bottom:.25rem;font-size:.9375rem}.host-hero__breakdown-nights{font-weight:600;text-decoration:underline}.host-hero__hint{color:var(--muted-foreground);margin-bottom:2rem;font-size:.8125rem}.host-hero__location-trigger{border:1px solid var(--border);background:var(--background);cursor:pointer;text-align:left;border-radius:1rem;align-items:center;gap:.75rem;width:100%;max-width:480px;padding:1rem 1.25rem;transition:border-color .2s,box-shadow .2s;display:flex}.host-hero__location-trigger:hover{border-color:#0000004d;border-color:lab(0% 0 0/.3);box-shadow:0 2px 8px #0000000f;box-shadow:0 2px 8px lab(0% 0 0/.06)}.host-hero__trigger-icon{width:1.25rem;height:1.25rem;color:var(--primary);flex-shrink:0}.host-hero__trigger-text{flex-direction:column;gap:.125rem;display:flex;overflow:hidden}.host-hero__trigger-location{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:500;overflow:hidden}.host-hero__trigger-details{color:var(--muted-foreground);font-size:.8125rem}.host-hero__cta{background:var(--primary);color:#fff;box-shadow:0 4px 16px oklch(from var(--primary) l c h / .3);border-radius:9999px;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.host-hero__cta:hover{box-shadow:0 8px 24px oklch(from var(--primary) l c h / .4);transform:translateY(-2px)}.host-hero__map{border-radius:1rem;height:400px;min-height:350px;position:relative;overflow:hidden}.host-hero__map-skeleton{width:100%;height:100%;min-height:350px;color:var(--muted-foreground);background:#eee;background:lab(94.2% 0 0);border-radius:1rem;justify-content:center;align-items:center;font-size:.875rem;display:flex}.host-hero__map-badge{z-index:5;color:var(--foreground);pointer-events:none;background:#fff;border-radius:.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 8px #0000001f;box-shadow:0 2px 8px lab(0% 0 0/.12)}.host-price-marker{color:var(--foreground);white-space:nowrap;-webkit-user-select:none;user-select:none;cursor:default;background:#fff;border:1.5px solid #fff;border-radius:9999px;justify-content:center;align-items:center;padding:4px 10px;font-size:.75rem;font-weight:700;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 2px 6px #0000002e;box-shadow:0 2px 6px lab(0% 0 0/.18)}.host-price-marker:hover{z-index:10;border-color:var(--foreground);transform:scale(1.1);box-shadow:0 4px 12px #00000040;box-shadow:0 4px 12px lab(0% 0 0/.25)}.host-modal__backdrop{z-index:100;background:#00000080;background:lab(0% 0 0/.5);justify-content:center;align-items:center;padding:1rem;animation:.2s host-modal-fade-in;display:flex;position:fixed;inset:0}@keyframes host-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes host-modal-slide-up{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.host-modal{background:#fff;border-radius:1rem;width:100%;max-width:480px;max-height:90vh;animation:.25s host-modal-slide-up;overflow-y:auto;box-shadow:0 24px 64px #0003;box-shadow:0 24px 64px lab(0% 0 0/.2)}.host-modal__header{border-bottom:1px solid var(--border);justify-content:center;align-items:center;padding:1.25rem 1.5rem;display:flex;position:relative}.host-modal__close{cursor:pointer;width:2rem;height:2rem;color:var(--foreground);background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;transition:background .15s;display:flex;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.host-modal__close:hover{background:#0000000f;background:lab(0% 0 0/.06)}.host-modal__close-icon{width:1rem;height:1rem}.host-modal__title{color:var(--foreground);font-size:1rem;font-weight:600}.host-modal__body{padding:1.5rem}.host-modal__field{margin-bottom:0}.host-modal__field--row{justify-content:space-between;align-items:center;display:flex}.host-modal__label{color:var(--foreground);margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:block}.host-modal__field--row .host-modal__label{margin-bottom:0}.host-modal__input-wrapper{align-items:center;display:flex;position:relative}.host-modal__input-icon{width:1.125rem;height:1.125rem;color:var(--foreground);pointer-events:none;position:absolute;left:1rem}.host-modal__input{border:1px solid var(--border);background:var(--background);width:100%;color:var(--foreground);border-radius:.75rem;outline:none;padding:.875rem 1rem .875rem 2.75rem;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.host-modal__input::placeholder{color:var(--muted-foreground)}.host-modal__input:focus{border-color:var(--foreground);box-shadow:0 0 0 1px var(--foreground)}.host-modal__suggestions{border:1px solid var(--border);border-radius:.75rem;max-height:240px;margin-top:.5rem;overflow:hidden auto}.host-modal__suggestion{cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid oklch(0% 0 0/.05);align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;transition:background .15s;display:flex}.host-modal__suggestion:last-child{border-bottom:none}.host-modal__suggestion:hover{background:#00000008;background:lab(0% 0 0/.03)}.host-modal__suggestion-icon{width:1rem;height:1rem;color:var(--muted-foreground);flex-shrink:0}.host-modal__suggestion-name{color:var(--foreground);font-size:.9375rem;font-weight:500;display:block}.host-modal__suggestion-sub{color:var(--muted-foreground);font-size:.8125rem;display:block}.host-modal__divider{background:var(--border);height:1px;margin:1.5rem 0}.host-modal__toggle-group{border:1px solid var(--border);border-radius:9999px;display:flex;overflow:hidden}.host-modal__toggle{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;flex:1;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:background .15s,color .15s}.host-modal__toggle--active{background:var(--foreground);color:#fff;border-radius:9999px}.host-modal__counter{align-items:center;gap:1rem;display:flex}.host-modal__counter-btn{border:1px solid var(--border);cursor:pointer;width:2rem;height:2rem;color:var(--foreground);background:0 0;border-radius:9999px;justify-content:center;align-items:center;transition:border-color .15s;display:flex}.host-modal__counter-btn:hover:not(:disabled){border-color:var(--foreground)}.host-modal__counter-btn:disabled{opacity:.3;cursor:not-allowed}.host-modal__counter-value{text-align:center;min-width:1.5rem;color:var(--foreground);font-size:1rem;font-weight:500}.host-modal__footer{padding:1rem 1.5rem 1.5rem}.host-modal__submit{background:var(--foreground);color:#fff;cursor:pointer;border:none;border-radius:.75rem;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:opacity .15s}.host-modal__submit:hover{opacity:.9}.host-modal__submit:disabled{opacity:.5;cursor:not-allowed}.host-steps{background:var(--background);padding:4rem 1.5rem}.host-steps__container{text-align:center;max-width:960px;margin:0 auto}.host-steps__title{color:var(--foreground);font-size:1.75rem;font-weight:700;font-family:var(--font-heading,inherit);margin-bottom:.5rem}.host-steps__subtitle{color:var(--muted-foreground);margin-bottom:2.5rem;font-size:1.0625rem}.host-steps__grid{grid-template-columns:1fr;gap:2rem;display:grid}.host-steps__card{background:#fff;border-radius:1rem;flex-direction:column;align-items:center;padding:2rem 1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a;box-shadow:0 1px 3px lab(0% 0 0/.06),0 4px 16px lab(0% 0 0/.04)}.host-steps__card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000014,0 8px 32px #0000000f;box-shadow:0 4px 12px lab(0% 0 0/.08),0 8px 32px lab(0% 0 0/.06)}.host-steps__icon{background:oklch(from var(--primary) l c h / .1);width:3.5rem;height:3.5rem;color:var(--primary);border-radius:.75rem;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.host-steps__number{background:var(--primary);color:#fff;border-radius:9999px;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;margin-bottom:.75rem;font-size:.8125rem;font-weight:700;display:inline-flex}.host-steps__card-title{color:var(--foreground);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.host-steps__card-desc{color:var(--muted-foreground);font-size:.9375rem;line-height:1.6}.host-usps{background:oklch(from var(--background) calc(l - .02) c h);padding:4rem 1.5rem}.host-usps__container{max-width:960px;margin:0 auto}.host-usps__title{text-align:center;color:var(--foreground);font-size:1.75rem;font-weight:700;font-family:var(--font-heading,inherit);margin-bottom:3rem}.host-usps__list{flex-direction:column;gap:3rem;display:flex}.host-usps__item{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.host-usps__item-visual{aspect-ratio:4/3;border-radius:1rem;flex-shrink:0;justify-content:center;align-items:center;width:100%;max-width:360px;display:flex}.host-usps__item-visual svg{width:64px;height:64px;color:var(--primary)}.host-usps__item-visual--1{background:oklch(from var(--primary) l c h / .08)}.host-usps__item-visual--2{background:#b8e9eb;background:lab(88.8941% -15.7832 -6.57161)}.host-usps__item-visual--3{background:#f6e6cb;background:lab(91.9736% 2.69657 15.372)}.host-usps__item-visual--4{background:#f0d2f7;background:lab(87.5884% 15.8275 -14.3091)}.host-usps__item-content{text-align:center}.host-usps__item-title{color:var(--foreground);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.host-usps__item-desc{color:var(--muted-foreground);font-size:.9375rem;line-height:1.7}.host-testimonials{background:var(--background);padding:4rem 1.5rem;overflow:hidden}.host-testimonials__container{max-width:960px;margin:0 auto}.host-testimonials__title{text-align:center;color:var(--foreground);font-size:1.75rem;font-weight:700;font-family:var(--font-heading,inherit);margin-bottom:2.5rem}.host-testimonials__track{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:1.5rem;padding-bottom:1rem;display:flex;overflow-x:auto}.host-testimonials__track::-webkit-scrollbar{display:none}.host-testimonials__card{scroll-snap-align:start;background:#fff;border-radius:1rem;flex-direction:column;flex:0 0 85%;max-width:340px;padding:1.75rem;display:flex;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a;box-shadow:0 1px 3px lab(0% 0 0/.06),0 4px 16px lab(0% 0 0/.04)}.host-testimonials__quote{color:var(--foreground);border-left:3px solid oklch(from var(--primary) l c h / .3);flex:1;padding-left:1rem;font-size:.9375rem;font-style:italic;line-height:1.7}.host-testimonials__author{border-top:1px solid var(--border);margin-top:1.25rem;padding-top:1rem}.host-testimonials__author-name{color:var(--foreground);font-size:.9375rem;font-weight:600}.host-testimonials__author-detail{color:var(--muted-foreground);margin-top:.125rem;font-size:.8125rem}.host-testimonials__dots{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.host-testimonials__dot{background:var(--border);cursor:pointer;border:none;border-radius:9999px;width:.5rem;height:.5rem;padding:0;transition:background .2s,width .2s}.host-testimonials__dot--active{background:var(--primary);width:1.25rem}.host-faq{background:oklch(from var(--background) calc(l - .02) c h);padding:4rem 1.5rem}.host-faq__container{max-width:720px;margin:0 auto}.host-faq__title{text-align:center;color:var(--foreground);font-size:1.75rem;font-weight:700;font-family:var(--font-heading,inherit);margin-bottom:2.5rem}.host-faq__list{flex-direction:column;gap:0;display:flex}.host-faq__item{border-bottom:1px solid var(--border)}.host-faq__item:first-child{border-top:1px solid var(--border)}.host-faq__question{cursor:pointer;text-align:left;width:100%;color:var(--foreground);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.125rem 0;font-size:1rem;font-weight:500;line-height:1.4;display:flex}.host-faq__question:hover{color:var(--primary)}.host-faq__chevron{width:1.25rem;height:1.25rem;color:var(--muted-foreground);flex-shrink:0;transition:transform .25s}.host-faq__chevron--open{transform:rotate(180deg)}.host-faq__answer{opacity:0;max-height:0;transition:max-height .3s,opacity .25s;overflow:hidden}.host-faq__answer--open{opacity:1;max-height:300px}.host-faq__answer-text{color:var(--muted-foreground);padding:0 0 1.25rem;font-size:.9375rem;line-height:1.7}.host-cta{text-align:center;background:linear-gradient(135deg, var(--primary) 0%, #004900 100%);color:#fff;padding:5rem 1.5rem}@supports (color:lab(0% 0 0)){.host-cta{background:linear-gradient(135deg, var(--primary) 0%, lab(26.121% -37.2813 40.2031) 100%)}}.host-cta__container{max-width:600px;margin:0 auto}.host-cta__title{font-size:1.75rem;font-weight:700;font-family:var(--font-heading,inherit);margin-bottom:.75rem}.host-cta__text{opacity:.9;margin-bottom:2rem;font-size:1.0625rem;line-height:1.6}.host-cta__button{color:var(--primary);background:#fff;border-radius:9999px;align-items:center;gap:.5rem;padding:.875rem 2.5rem;font-size:1.0625rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 16px #00000026;box-shadow:0 4px 16px lab(0% 0 0/.15)}.host-cta__button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003;box-shadow:0 8px 24px lab(0% 0 0/.2)}@media (min-width:640px){.host-steps__grid{grid-template-columns:repeat(3,1fr)}.host-testimonials__card{flex:0 0 45%;max-width:none}}@media (min-width:768px){.host-hero{padding:3rem 2rem 2rem}.host-hero__container{flex-direction:row;align-items:start;gap:3rem}.host-hero__content{flex:0 0 45%;max-width:520px;padding-top:1rem}.host-hero__map{flex:1;height:560px}.host-hero__title{font-size:2.5rem}.host-usps__item{text-align:left;flex-direction:row;gap:3rem}.host-usps__item:nth-child(2n){flex-direction:row-reverse}.host-usps__item-content{text-align:left;flex:1}.host-usps__item-visual{flex-shrink:0;width:280px}.host-testimonials__card{flex:0 0 calc(50% - .75rem)}.host-cta__title{font-size:2rem}}@media (min-width:1024px){.host-hero__title{font-size:2.75rem}.host-testimonials__card{flex:0 0 calc(33.333% - 1rem)}}}
