@import url('/legal-account.css');
* { box-sizing: border-box; }
html { background: #fff; scroll-behavior: smooth; }
body { margin: 0; }
a { color: inherit; }
.hotel-page { --blue:#0066cc;--blue-soft:#e6f3ff;--green:#22c771;--ink:#111;--muted:#5f6672;--line:#e2e6eb;background:#fff;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Helvetica Neue",Arial,sans-serif;-webkit-font-smoothing:antialiased; }
.hotel-nav,.hotel-footer { width:min(calc(100% - 48px),1160px);margin:auto; }
.hotel-nav { min-height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line); }
.hotel-brand { font-size:29px;font-weight:880;letter-spacing:-.06em;text-decoration:none; }
.hotel-support { color:var(--blue);font-size:14px;font-weight:650;text-decoration:none; }
.hotel-hero { width:min(calc(100% - 48px),1160px);margin:auto;padding:72px 0 66px;display:grid;grid-template-columns:1.08fr .92fr;gap:74px;align-items:center; }
.hotel-kicker { margin:0 0 20px;color:var(--blue);font-size:13px;font-weight:760;letter-spacing:.11em; }
.hotel-hero h1 { margin:0;font-size:clamp(48px,6.5vw,82px);line-height:.99;letter-spacing:-.062em; }
.hotel-lead { max-width:600px;margin:27px 0 0;color:var(--muted);font-size:clamp(18px,2vw,22px);line-height:1.55;letter-spacing:-.015em; }
.hotel-status { width:fit-content;margin-top:29px;padding:11px 14px;border-radius:999px;background:var(--blue-soft);color:#074f98;font-size:13px;font-weight:650; }
.hotel-status span { display:inline-block;width:8px;height:8px;margin-right:8px;border-radius:50%;background:var(--green); }
.hotel-preview { overflow:hidden;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 26px 70px rgba(17,35,60,.13); }
.preview-top { height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;color:var(--muted);font-size:13px; }
.preview-top strong { color:var(--ink);font-size:19px;letter-spacing:-.05em; }
.preview-photo { height:230px;position:relative;overflow:hidden;background:linear-gradient(145deg,#dceeff,#a8d0f6 48%,#497dac); }
.preview-window { position:absolute;inset:26px 30px 62px 45%;border:8px solid rgba(255,255,255,.72);background:linear-gradient(#93c9ef 64%,#27679f 65%); }
.preview-bed { position:absolute;left:32px;right:56px;bottom:28px;height:82px;border-radius:15px 15px 8px 8px;background:#f7f7f4;box-shadow:0 16px 26px rgba(28,61,91,.22); }
.preview-body { padding:24px; }
.preview-body p { margin:0 0 7px;color:var(--blue);font-size:13px;font-weight:700; }
.preview-body h2 { margin:0;font-size:26px;line-height:1.18;letter-spacing:-.035em; }
.preview-tags { display:flex;flex-wrap:wrap;gap:8px;margin-top:20px; }
.preview-tags span { padding:8px 10px;border:1px solid var(--line);border-radius:9px;color:#3f4853;font-size:12px; }
.hotel-values { width:min(calc(100% - 48px),1160px);margin:0 auto 72px;padding-top:24px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:14px; }
.hotel-values article { padding:24px;border-radius:18px;background:#f7f9fb; }
.hotel-values span { color:var(--blue);font-size:12px;font-weight:760; }
.hotel-values h2 { margin:17px 0 8px;font-size:20px;letter-spacing:-.025em; }
.hotel-values p { margin:0;color:var(--muted);font-size:14px;line-height:1.55; }
.hotel-footer { min-height:78px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);color:var(--muted);font-size:12px; }
.hotel-footer nav { display:flex;gap:19px; }
.hotel-footer a { text-decoration:none; }
@media(max-width:980px){.hotel-nav,.hotel-hero,.hotel-values,.hotel-footer{width:min(calc(100% - 32px),760px)}.hotel-nav{min-height:64px}.hotel-hero{padding:49px 0 50px;grid-template-columns:1fr;gap:38px}.hotel-hero h1{font-size:clamp(43px,11vw,66px)}.hotel-lead{font-size:17px}.preview-photo{height:196px}.hotel-values{grid-template-columns:1fr;margin-bottom:48px}.hotel-footer{padding:22px 0;align-items:flex-start;gap:18px;flex-direction:column}.hotel-footer nav{flex-wrap:wrap}}
