:root{--primary:#1565C0;--dark:#0d47a1;--light:#42A5F5;--accent:#FFB000;--text:#1a1a2e;--muted:#5a5a72;--bg:#f0f7ff;--card:#fff;--r:18px;--sh:0 4px 24px rgba(21,101,192,.1);--shl:0 16px 48px rgba(21,101,192,.18)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Sarabun,-apple-system,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}header{background:linear-gradient(135deg,#0d47a1,#1565c0);color:#fff;padding:1rem 1.5rem;position:sticky;top:0;z-index:50;box-shadow:0 2px 20px #00000026}.hi{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo{font-size:1.4rem;font-weight:800;color:#fff;text-decoration:none}.logo span{color:var(--accent)}.logo small{font-size:.78rem;font-weight:600;opacity:.85;margin-left:.4rem;background:#ffffff26;padding:.15rem .55rem;border-radius:50px;letter-spacing:.04em}.nav-links{display:flex;gap:1.25rem;align-items:center}.nav-links a{color:#ffffffeb;text-decoration:none;font-size:.92rem;font-weight:600}.nav-links a:hover{color:#fff}.lang-toggle{background:#ffffff1f;border:1.5px solid rgba(255,255,255,.35);color:#fff;border-radius:50px;padding:.35rem .9rem;font-size:.82rem;font-weight:700;cursor:pointer;font-family:inherit;letter-spacing:.04em;transition:background .15s,border-color .15s}.lang-toggle:hover{background:#ffffff38;border-color:#fff9}.hero{background:linear-gradient(160deg,#0d47a1,#1565c0,#1976d2);color:#fff;padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.045'%3E%3Ccircle cx='40' cy='40' r='25'/%3E%3C/g%3E%3C/svg%3E")}.hero-inner{max-width:1180px;margin:0 auto;position:relative;text-align:center}.eyebrow{display:inline-block;background:#ffb00038;border:1px solid rgba(255,176,0,.55);color:#ffe082;border-radius:50px;padding:.4rem 1.25rem;font-size:.85rem;font-weight:700;letter-spacing:.06em;margin-bottom:1.25rem}.hero h1{font-size:clamp(2.2rem,5vw,3.4rem);font-weight:800;margin:0 0 1rem;line-height:1.18}.hero h1 em{font-style:normal;color:#90caf9}.hero-sub{font-size:1.1rem;opacity:.94;max-width:680px;margin:0 auto 2.25rem;line-height:1.7}.search-card{background:#fff;border-radius:18px;padding:1.25rem;box-shadow:0 24px 60px #00000040;max-width:980px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr auto;gap:.75rem;text-align:left;color:var(--text);position:relative}.sf{display:flex;flex-direction:column;gap:.2rem;padding:.55rem .85rem;border-radius:12px;background:#f0f7ff;border:1.5px solid #dbeafe;transition:border-color .15s}.sf:focus-within{border-color:var(--primary)}.sf label{font-size:.7rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.05em}.sf .val{font-size:.95rem;font-weight:700;color:var(--text)}.sf .sub{font-size:.78rem;color:var(--muted)}.search-btn{background:linear-gradient(135deg,var(--accent),#FF8F00);color:#fff;border:none;border-radius:12px;padding:0 1.75rem;font-size:1rem;font-weight:800;cursor:pointer;display:flex;align-items:center;gap:.4rem;letter-spacing:.02em;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 14px #ffb00066}.search-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #ffb00080}.search-btn:active{transform:translateY(0)}.coming-soon{margin-top:2rem;display:inline-flex;align-items:center;gap:.6rem;background:#ffffff1f;border:1.5px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50px;padding:.6rem 1.5rem;font-size:.95rem;font-weight:700}.coming-soon .dot{width:10px;height:10px;background:#22c55e;border-radius:50%;box-shadow:0 0 0 4px #22c55e4d;animation:pulse 2s infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 4px #22c55e4d}50%{box-shadow:0 0 0 8px #22c55e1a}}section{padding:4.5rem 1.5rem}.si{max-width:1180px;margin:0 auto}.center{text-align:center}.sec-label{display:inline-block;background:#e3f2fd;color:var(--primary);padding:.3rem 1rem;border-radius:50px;font-size:.82rem;font-weight:700;letter-spacing:.05em;margin-bottom:.75rem}.sec-title{font-size:clamp(1.7rem,3.5vw,2.4rem);font-weight:800;margin:0 0 .65rem;color:var(--text)}.sec-sub{color:var(--muted);font-size:1.02rem;max-width:640px;margin:0 auto 2.5rem;line-height:1.7}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.why-card{background:#fff;border-radius:var(--r);padding:1.75rem;box-shadow:var(--sh);border:1.5px solid #dbeafe;transition:transform .2s,box-shadow .2s;text-align:left}.why-card:hover{transform:translateY(-4px);box-shadow:var(--shl)}.why-icon{font-size:2.2rem;margin-bottom:.85rem;display:block}.why-card h3{font-size:1.1rem;font-weight:800;margin:0 0 .5rem;color:var(--text)}.why-card p{font-size:.92rem;color:var(--muted);margin:0;line-height:1.7}.why-card .compare{margin-top:1rem;padding-top:.85rem;border-top:1px dashed #dbeafe;font-size:.82rem;color:var(--muted)}.why-card .compare strong{color:var(--primary);font-weight:800}.hotel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-top:1.5rem}.hotel-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:var(--sh);border:1px solid #e2e8f0;position:relative;transition:transform .2s,box-shadow .2s}.hotel-card:hover{transform:translateY(-3px);box-shadow:var(--shl)}.hotel-img{height:160px;background-size:cover;background-position:center;position:relative;display:flex;align-items:flex-end;padding:.65rem}.hotel-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 50%,#0000008c)}.hotel-badge{position:relative;z-index:1;background:#fffffff2;color:var(--primary);font-size:.72rem;font-weight:800;padding:.2rem .55rem;border-radius:50px;letter-spacing:.04em}.hotel-info{padding:.9rem 1rem 1rem}.hotel-info h4{margin:0 0 .25rem;font-size:.98rem;font-weight:800;color:var(--text)}.hotel-loc{font-size:.78rem;color:var(--muted);margin-bottom:.5rem;display:flex;align-items:center;gap:.25rem}.hotel-rating{display:flex;align-items:center;gap:.45rem;margin-bottom:.5rem}.hotel-rating .score{background:var(--primary);color:#fff;font-weight:800;font-size:.8rem;padding:.15rem .4rem;border-radius:5px}.hotel-rating .label{font-size:.78rem;font-weight:600;color:var(--text)}.hotel-rating .count{font-size:.72rem;color:var(--muted)}.hotel-price{display:flex;align-items:baseline;justify-content:space-between;border-top:1px dashed #e2e8f0;padding-top:.6rem;margin-top:.5rem}.hotel-price .old{font-size:.78rem;text-decoration:line-through;color:#94a3b8}.hotel-price .now{font-size:1.15rem;font-weight:800;color:#e85d04}.hotel-price .unit{font-size:.7rem;color:var(--muted);margin-left:.2rem}.notify-box{background:linear-gradient(135deg,#0d47a1,#1565c0 60%,#1976d2);border-radius:24px;padding:3.5rem 2rem;text-align:center;color:#fff;margin:0 1rem 2rem;box-shadow:0 24px 60px #0d47a14d}.notify-box h2{font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:800;margin:0 0 .75rem}.notify-box p{opacity:.92;max-width:520px;margin:0 auto 2rem;font-size:1.05rem;line-height:1.7}.notify-form{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;max-width:560px;margin:0 auto}.notify-form input{flex:1;min-width:220px;padding:.95rem 1.25rem;border-radius:50px;border:none;font-size:1rem;font-family:inherit;font-weight:600;outline:none}.notify-form button{background:var(--accent);color:#0d47a1;border:none;padding:.95rem 2rem;border-radius:50px;font-weight:800;font-size:1rem;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem;transition:transform .15s;font-family:inherit}.notify-form button:hover{transform:translateY(-2px)}.notify-form button:disabled{opacity:.6;cursor:wait;transform:none}.notify-msg{margin-top:1rem;font-size:.9rem;opacity:.9;min-height:1.3em}.app-row{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1.5rem}.app-btn{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--primary);text-decoration:none;padding:.85rem 1.75rem;border-radius:50px;font-weight:800;font-size:.95rem;box-shadow:0 6px 20px #0000002e;transition:transform .15s}.app-btn:hover{transform:translateY(-2px)}footer{background:#1a1a2e;color:#fff9;text-align:center;padding:2rem 1.5rem;font-size:.88rem}footer a{color:#ffffffd9;text-decoration:none;margin:0 .5rem}.search-card .sf-input{border:none;background:transparent;font-family:inherit;font-size:.95rem;font-weight:700;color:var(--text);outline:none;padding:0;width:100%}.search-card .sf-input::placeholder{color:#94a3b8;font-weight:500}.search-card.compact{box-shadow:0 6px 20px #0000002e;max-width:100%}.search-card.compact:after{display:none}.result-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.result-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:var(--sh);border:1px solid #e2e8f0;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.result-card:hover{transform:translateY(-3px);box-shadow:var(--shl)}.result-img{height:170px;background-size:cover;background-position:center;position:relative;display:flex;align-items:flex-start;padding:.65rem}.result-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 50%,#0006)}.result-badge{position:relative;z-index:1;background:#22c55ef2;color:#fff;font-size:.72rem;font-weight:800;padding:.25rem .65rem;border-radius:50px;letter-spacing:.04em}.result-badge.contact{background:#fffffff2;color:#92400e}.result-badge.unreg{background:#94a3b8eb;color:#fff}.result-card.unregistered{opacity:.85}.result-card.unregistered:hover{opacity:1}.search-header{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.bookable-toggle{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1.5px solid #93c5fd;border-radius:50px;padding:.55rem 1.1rem;font-size:.9rem;font-weight:700;color:var(--primary);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s,border-color .15s}.bookable-toggle:hover{background:#eff6ff}.bookable-toggle input[type=checkbox]{accent-color:var(--primary);width:18px;height:18px;cursor:pointer}.info-box.unregistered-notice{background:linear-gradient(135deg,#eff6ff,#f0f7ff);border:2px solid #93c5fd}.info-box.unregistered-notice h3{color:var(--primary);margin-bottom:.5rem}.info-box.unregistered-notice p{color:var(--text)}.info-box.unregistered-notice strong{color:var(--primary);font-weight:800}.unreg-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.cta-primary{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--primary),var(--dark));color:#fff;padding:.8rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:800;font-size:.95rem;transition:transform .15s}.cta-primary:hover{transform:translateY(-2px)}.cta-secondary{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--primary);padding:.8rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:.95rem;border:1.5px solid #93c5fd;transition:background .15s}.cta-secondary:hover{background:#eff6ff}.unreg-suggest{margin-top:1rem;font-size:.88rem;color:var(--muted)}.result-info{padding:1rem;display:flex;flex-direction:column;flex:1}.result-info h4{margin:0 0 .35rem;font-size:1rem;font-weight:800;color:var(--text)}.amenities{display:flex;flex-wrap:wrap;gap:.35rem;margin:.5rem 0}.amenity-pill{background:#eff6ff;color:var(--primary);font-size:.72rem;font-weight:600;padding:.2rem .55rem;border-radius:50px}.empty-card{background:#fff;border-radius:14px;padding:2.5rem;text-align:center;border:1.5px dashed #93c5fd}.empty-card h3{margin:0 0 .5rem;font-size:1.1rem}.empty-card p{color:var(--muted);margin:0 0 1rem}.back-btn{display:inline-flex;align-items:center;gap:.4rem;background:var(--primary);color:#fff;padding:.7rem 1.4rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:.92rem}.back-btn:hover{background:var(--dark)}.detail-hero{min-height:240px;background:linear-gradient(135deg,#0d47a1,#1565c0);background-size:cover;background-position:center;padding:2.5rem 1.5rem;color:#fff}.detail-hero .si{max-width:1180px;margin:0 auto}.detail-hero h1{margin:.75rem 0 .25rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800}.hotel-loc-big{font-size:1rem;opacity:.95;margin:0}.back-link{color:#ffffffd9;font-size:.9rem;font-weight:600;text-decoration:none}.back-link:hover{color:#fff}.info-box{background:#fff;border-radius:14px;padding:1.5rem 1.75rem;box-shadow:var(--sh);border:1px solid #dbeafe;margin-bottom:1.25rem}.info-box h3{margin:0 0 .65rem;font-size:1.05rem;font-weight:800;color:var(--text)}.info-box p{margin:0;color:var(--muted);line-height:1.7}.info-box.notice{background:#fef3c7;border-color:#fcd34d}.info-box.notice h3{color:#92400e}.info-box.notice p{color:#78350f}.info-box.notice a{color:#92400e;font-weight:700}.date-row{display:grid;grid-template-columns:1fr 1fr auto;gap:1rem;align-items:end}.date-cell label{font-size:.75rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.35rem}.date-cell input[type=date]{width:100%;padding:.65rem .85rem;border:1.5px solid #dbeafe;border-radius:10px;font-family:inherit;font-size:.95rem;font-weight:700;outline:none}.date-cell input[type=date]:focus{border-color:var(--primary)}.date-cell .date-sub{display:block;font-size:.78rem;color:var(--muted);margin-top:.3rem}.nights-pill{background:var(--primary);color:#fff;padding:.65rem 1.2rem;border-radius:10px;font-weight:800;font-size:1.05rem;text-align:center}.room-list{display:flex;flex-direction:column;gap:1rem}.room-card{background:#fff;border-radius:14px;box-shadow:var(--sh);border:1px solid #dbeafe;display:grid;grid-template-columns:160px 1fr 180px;overflow:hidden}.room-img{background-size:cover;background-position:center;min-height:160px}.room-info{padding:1rem 1.25rem}.room-info h4{margin:0 0 .5rem;font-size:1.05rem;font-weight:800;color:var(--text)}.room-desc{font-size:.88rem;color:var(--muted);margin:0 0 .65rem;line-height:1.6}.room-meta{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:1rem;font-size:.85rem;color:var(--muted)}.room-price{background:#eff6ff;padding:1rem 1.25rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border-left:1px dashed #dbeafe}.price-row{display:flex;align-items:baseline;gap:.25rem;justify-content:center}.price-num{font-size:1.4rem;font-weight:800;color:#e85d04}.price-unit{font-size:.78rem;color:var(--muted)}.price-total{font-size:.78rem;color:var(--muted);margin-top:.3rem}.book-btn{display:inline-block;margin-top:.85rem;background:linear-gradient(135deg,var(--accent),#FF8F00);color:#0d47a1;padding:.6rem 1.4rem;border-radius:50px;text-decoration:none;font-weight:800;font-size:.92rem;transition:transform .15s}.book-btn:hover{transform:translateY(-2px)}.book-btn.disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}.booking-form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.form-row{display:flex;flex-direction:column;gap:.35rem}.form-row label{font-size:.85rem;font-weight:700;color:var(--text)}.form-row input,.form-row select,.form-row textarea{padding:.7rem .9rem;border:1.5px solid #dbeafe;border-radius:10px;font-family:inherit;font-size:.95rem;outline:none}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:var(--primary)}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.price-summary{background:#f0f7ff;border-radius:10px;padding:1rem 1.25rem;margin-top:.5rem}.ps-row{display:flex;justify-content:space-between;padding:.35rem 0;font-size:.92rem;color:var(--text)}.ps-row.total{border-top:1.5px solid #93c5fd;margin-top:.5rem;padding-top:.65rem;font-weight:800;font-size:1.05rem;color:var(--primary)}.form-err{background:#fee2e2;color:#b91c1c;border:1px solid #fca5a5;border-radius:10px;padding:.7rem 1rem;font-size:.9rem;font-weight:600}.confirm-btn{background:linear-gradient(135deg,#1565c0,#0d47a1);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-weight:800;font-size:1.05rem;cursor:pointer;font-family:inherit;transition:transform .15s,opacity .15s}.confirm-btn:hover:not(:disabled){transform:translateY(-2px)}.confirm-btn:disabled{opacity:.6;cursor:wait}.terms-note{font-size:.78rem;color:var(--muted);margin:.5rem 0 0;line-height:1.6;text-align:center}.terms-note a{color:var(--primary);font-weight:600}.success-card{background:#fff;border-radius:18px;box-shadow:var(--shl);padding:2.5rem 2rem;margin:2rem 0;text-align:center}.success-icon{font-size:3.5rem;margin-bottom:.5rem}.success-card h1{margin:0 0 .5rem;font-size:1.8rem;font-weight:800;color:#22c55e}.success-sub{color:var(--muted);margin:0 0 1.5rem;line-height:1.7}.booking-code{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px dashed #f59e0b;border-radius:14px;padding:1rem;margin-bottom:1.5rem}.booking-code span{display:block;font-size:.78rem;color:#92400e;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.3rem}.booking-code strong{display:block;font-size:1.6rem;font-weight:800;color:#92400e;letter-spacing:.08em;font-family:Courier New,monospace}.success-details{background:#f8fafc;border-radius:14px;padding:1.25rem;margin-bottom:1.5rem;text-align:left}.sd-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px dashed #e2e8f0;font-size:.92rem}.sd-row:last-child{border-bottom:none}.sd-row span{color:var(--muted)}.sd-row.total{border-top:2px solid var(--primary);border-bottom:none;margin-top:.5rem;padding-top:.85rem;font-size:1.05rem}.sd-row.total strong{color:var(--primary)}.success-notice{background:#eff6ff;border-left:4px solid var(--primary);border-radius:0 12px 12px 0;padding:1rem 1.25rem;text-align:left;margin-bottom:1rem}.success-notice h3{margin:0 0 .65rem;font-size:.95rem;color:var(--primary)}.success-notice ol{margin:0;padding-left:1.25rem;color:var(--muted);line-height:1.8;font-size:.9rem}@media(max-width:640px){.room-card{grid-template-columns:1fr}.room-img{min-height:140px}.room-price{border-left:none;border-top:1px dashed #dbeafe}.date-row{grid-template-columns:1fr}.nights-pill{padding:.5rem 1rem}.search-card.compact{padding:.75rem}}@media(max-width:820px){.search-card{grid-template-columns:1fr 1fr;padding:1rem}.search-btn{grid-column:1 / -1}.hero{padding:3.5rem 1.25rem 3rem}.notify-box{margin:0 0 1.5rem;padding:2.5rem 1.25rem;border-radius:20px}}@media(max-width:480px){.search-card{grid-template-columns:1fr}}.trust-strip{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 12px #1565c00f}.trust-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;padding:1.5rem}.trust-item{text-align:center;padding:.5rem;border-right:1px solid #e2e8f0}.trust-item:last-child{border-right:none}.trust-num{font-size:clamp(1.3rem,2.5vw,1.9rem);font-weight:800;color:var(--primary);line-height:1.1}.trust-num .trust-unit{font-size:.7em;color:var(--muted);font-weight:600}.trust-label{font-size:.82rem;color:var(--muted);margin-top:.25rem;font-weight:600}.ptype-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.85rem;max-width:900px;margin:0 auto}.ptype-card{background:#fff;border:2px solid #e2e8f0;border-radius:14px;padding:1.25rem .75rem;text-align:center;cursor:pointer;transition:all .15s;font-family:inherit;display:flex;flex-direction:column;align-items:center;gap:.35rem}.ptype-card:hover{border-color:var(--primary);background:#eff6ff;transform:translateY(-2px);box-shadow:0 8px 20px #1565c01f}.ptype-emoji{font-size:2rem;line-height:1;margin-bottom:.25rem}.ptype-th{font-size:.95rem;font-weight:800;color:var(--text)}.ptype-en{font-size:.75rem;color:var(--muted);font-weight:600}.dest-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.dest-card{border:none;border-radius:14px;overflow:hidden;padding:0;cursor:pointer;height:200px;position:relative;text-align:left;font-family:inherit;display:flex;align-items:flex-end;justify-content:flex-start;transition:transform .2s,box-shadow .2s;box-shadow:0 6px 16px #1565c02e}.dest-card:hover{transform:translateY(-4px);box-shadow:0 16px 30px #1565c047}.dest-card:hover .dest-photo{transform:scale(1.08)}.dest-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:transform .4s ease}.dest-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 30%,#00000059 60%,#000000bf);pointer-events:none;z-index:1}.dest-emoji{position:absolute;top:.85rem;right:.85rem;font-size:1.75rem;z-index:2;filter:drop-shadow(0 2px 6px rgba(0,0,0,.5));background:#fffffff2;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.dest-text{position:relative;z-index:2;padding:1rem 1.15rem;color:#fff;display:flex;flex-direction:column;gap:.15rem;width:100%}.dest-th{font-size:1.2rem;font-weight:800;text-shadow:0 2px 6px rgba(0,0,0,.6),0 0 2px rgba(0,0,0,.4)}.dest-en{font-size:.85rem;opacity:.92;font-weight:600;letter-spacing:.04em;text-shadow:0 1px 4px rgba(0,0,0,.5)}.feat-hotel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.feat-hotel-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:var(--sh);border:1px solid #e2e8f0;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.feat-hotel-card:hover{transform:translateY(-4px);box-shadow:var(--shl)}.feat-hotel-img{height:180px;position:relative;overflow:hidden;display:flex;align-items:flex-start;padding:.75rem}.feat-hotel-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.feat-hotel-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 60%,#0006);pointer-events:none;z-index:1}.feat-hotel-fallback-emoji{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:3.5rem;z-index:0;filter:drop-shadow(0 4px 8px rgba(0,0,0,.25));opacity:.85}.feat-hotel-badge{position:relative;z-index:2;background:#22c55ef2;color:#fff;font-size:.72rem;font-weight:800;padding:.25rem .65rem;border-radius:50px;letter-spacing:.04em;align-self:flex-start;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.feat-hotel-info{padding:1rem 1.15rem 1.15rem;display:flex;flex-direction:column;gap:.4rem;flex:1}.feat-hotel-info h4{margin:0;font-size:1.02rem;font-weight:800;color:var(--text);line-height:1.3}.feat-hotel-loc{font-size:.82rem;color:var(--muted)}.feat-hotel-rating{display:flex;align-items:center;gap:.45rem}.feat-hotel-rating .score{background:var(--primary);color:#fff;font-weight:800;font-size:.8rem;padding:.18rem .45rem;border-radius:5px}.feat-hotel-rating .count{font-size:.78rem;color:var(--muted)}.feat-hotel-price{display:flex;align-items:baseline;gap:.3rem;border-top:1px dashed #e2e8f0;padding-top:.6rem;margin-top:auto}.feat-hotel-price .from{font-size:.72rem;color:var(--muted)}.feat-hotel-price .now{font-size:1.2rem;font-weight:800;color:#e85d04}.feat-hotel-price .unit{font-size:.72rem;color:var(--muted)}.owner-banner{background:linear-gradient(135deg,#0d47a1,#1565c0 70%,#1976d2);border-radius:20px;padding:2.5rem 2rem;display:flex;align-items:center;gap:1.5rem;color:#fff;box-shadow:0 16px 40px #0d47a140;flex-wrap:wrap}.owner-text{flex:1;min-width:280px}.owner-eyebrow{display:inline-block;background:#ffb00040;border:1px solid rgba(255,176,0,.55);color:#ffe082;border-radius:50px;padding:.3rem 1rem;font-size:.8rem;font-weight:700;letter-spacing:.05em;margin-bottom:.85rem}.owner-banner h2{font-size:clamp(1.3rem,2.8vw,1.8rem);font-weight:800;margin:0 0 .65rem}.owner-banner p{margin:0;opacity:.95;line-height:1.65;font-size:.98rem}.owner-cta{background:var(--accent);color:#0d47a1;padding:1rem 2rem;border-radius:50px;font-weight:800;font-size:1rem;text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;box-shadow:0 8px 20px #ffb00066;transition:transform .15s}.owner-cta:hover{transform:translateY(-2px)}@media(max-width:640px){.trust-inner{grid-template-columns:repeat(2,1fr);padding:1rem .75rem;gap:.5rem}.trust-item{border-right:none;border-bottom:1px solid #e2e8f0;padding:.65rem .25rem}.trust-item:nth-last-child(-n+2){border-bottom:none}.trust-item:nth-child(2n){border-right:none}.trust-num{font-size:1.4rem}.owner-banner{padding:1.75rem 1.25rem;text-align:center;justify-content:center}.owner-cta{width:100%;justify-content:center}.dest-card{height:130px}}
