body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--teal:#2a9d8f;--teal-dark:#21867a;--sand:#f4f1eb;--text:#1a1a2e;--muted:#6b7280;--border:#e5e7eb;--white:#fff;--radius:12px;--shadow:0 4px 24px #00000014}body{background:var(--sand);color:var(--text);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.app{flex-direction:column;min-height:100vh;display:flex}.hero{color:var(--white);background:linear-gradient(145deg,#1a3a4a 0%,#2a9d8f 100%);padding:64px 24px 100px;position:relative;overflow:hidden}.hero:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.hero-inner{text-align:center;max-width:720px;margin:0 auto;position:relative}.wordmark{letter-spacing:-2px;margin-bottom:12px;font-size:clamp(2.8rem,8vw,4.5rem);font-weight:800;line-height:1}.wordmark-vibe{color:var(--white)}.wordmark-stay{color:#a8eddf}.tagline{color:#ffffffbf;margin-bottom:36px;font-size:1.15rem}.hero-wave{background:var(--sand);clip-path:ellipse(55% 100% at 50% 100%);height:60px;position:absolute;bottom:-1px;left:0;right:0}.search-form{flex-direction:column;gap:12px;display:flex}.search-input{border-radius:var(--radius);resize:none;width:100%;color:var(--white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:2px solid #0000;padding:16px 20px;font-family:inherit;font-size:1rem;line-height:1.5;transition:border-color .2s,background .2s}.search-input::placeholder{color:#ffffff80}.search-input:focus{background:#ffffff2e;border-color:#a8eddf;outline:none}.search-btn{background:var(--white);color:var(--teal-dark);cursor:pointer;letter-spacing:.01em;border:none;border-radius:999px;align-self:flex-end;padding:14px 32px;font-size:1rem;font-weight:700;transition:transform .15s,box-shadow .15s}.search-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.search-btn:active{transform:translateY(0)}.main{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:60px 24px 40px}.section-title{text-align:center;color:var(--text);margin-bottom:40px;font-size:1.5rem;font-weight:700}.steps{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.step{background:var(--white);border-radius:var(--radius);text-align:center;box-shadow:var(--shadow);padding:32px 24px}.step-icon{margin-bottom:16px;font-size:2rem;display:block}.step h3{margin-bottom:8px;font-size:1.05rem;font-weight:700}.step p{color:var(--muted);font-size:.95rem}.results-header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:32px;display:flex}.results-title{font-size:1.4rem;font-weight:700}.results-title em{color:var(--teal-dark);font-style:italic}.results-count{color:var(--muted);font-size:.9rem}.results-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001f}.card-image{background:linear-gradient(135deg,#d0f0eb 0%,#b2e0d9 100%);justify-content:center;align-items:center;height:180px;display:flex}.card-image-placeholder{opacity:.7;font-size:3.5rem}.card-body{flex-direction:column;flex:1;gap:14px;padding:20px;display:flex}.card-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.card-title{margin-bottom:4px;font-size:1rem;font-weight:700;line-height:1.3}.card-location{color:var(--muted);align-items:center;gap:4px;font-size:.85rem;display:flex}.icon{font-size:.8rem}.card-price{text-align:right;white-space:nowrap;flex-shrink:0}.price-amount{color:var(--teal-dark);font-size:1.25rem;font-weight:800}.price-label{color:var(--muted);font-size:.8rem}.card-tags{flex-wrap:wrap;gap:6px;display:flex}.tag{color:var(--teal-dark);background:#edfaf7;border:1px solid #c0ede6;border-radius:999px;padding:3px 10px;font-size:.75rem;font-weight:600}.card-why{border-left:3px solid var(--teal);background:#f8fffe;border-radius:0 8px 8px 0;padding:10px 14px}.why-label{text-transform:uppercase;letter-spacing:.08em;color:var(--teal-dark);margin-bottom:4px;font-size:.7rem;font-weight:700;display:block}.why-text{color:var(--text);font-size:.875rem;line-height:1.5}.card-btn{background:var(--teal);color:var(--white);cursor:pointer;border:none;border-radius:8px;margin-top:auto;padding:11px;font-size:.9rem;font-weight:600;transition:background .15s}.card-btn:hover{background:var(--teal-dark)}.footer{text-align:center;color:var(--muted);border-top:1px solid var(--border);background:var(--white);padding:24px;font-size:.85rem}@media (width<=768px){.hero{padding:48px 20px 80px}.steps,.results-grid{grid-template-columns:1fr}.results-header{flex-direction:column}.search-btn{align-self:stretch}}@media (width<=480px){.main{padding:40px 16px 32px}.card-header{flex-direction:column}.card-price{text-align:left}}
