:root{
  --bg:#f7f9f6;--surface:#fff;--ink:#17231b;--muted:#66736a;--line:#dfe7dd;
  --primary:#245f40;--primary-2:#1c4d34;--sage:#e8efe8;--soft:#f0f5f0;--accent:#d7e8da;
  --danger:#9b2f2f;--warning:#8a6421;--shadow:0 20px 55px rgba(28,55,37,.10);
  --r-sm:12px;--r:20px;--r-lg:28px;--shell:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.shell{width:min(var(--shell),calc(100% - 36px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:60;background:rgba(247,249,246,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(223,231,221,.75)}.header-inner{height:76px;display:flex;align-items:center;gap:28px}.brand{display:flex;gap:11px;align-items:center;text-decoration:none;min-width:max-content}.brand-mark{width:42px;height:42px;border-radius:14px;background:var(--primary);color:#fff;display:grid;place-items:center;font-weight:800;letter-spacing:.02em}.brand strong{display:block;font-size:15px;line-height:1.15}.brand small{display:block;color:var(--muted);font-size:12px;margin-top:3px}.desktop-nav{display:flex;gap:6px;align-items:center;margin-inline:auto}.desktop-nav a{padding:9px 12px;border-radius:10px;text-decoration:none;color:#526157;font-weight:650;font-size:14px}.desktop-nav a:hover,.desktop-nav a.active{background:var(--surface);color:var(--ink)}.header-actions{display:flex;align-items:center;gap:9px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:13px;padding:12px 17px;font-weight:750;text-decoration:none;cursor:pointer;transition:.18s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-2)}.btn-soft{background:#fff;border:1px solid var(--line);color:var(--ink)}.btn-block{width:100%}.btn-lg{padding:14px 20px;font-size:16px}.btn-danger{background:#fff1f1;color:var(--danger);border:1px solid #efd1d1}.section{padding:74px 0}.section-tight{padding:44px 0}.section-white{background:#fff}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.section-head h2{font-size:clamp(28px,3.6vw,46px);line-height:1.08;margin:6px 0 0;letter-spacing:-.035em}.section-head p{max-width:600px;color:var(--muted);margin:0}.eyebrow{font-size:13px;line-height:1;text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:var(--primary);margin:0 0 10px}.muted{color:var(--muted)}.hero{padding:28px 0 20px}.hero-card{position:relative;min-height:580px;border-radius:30px;overflow:hidden;background:#dce8de;box-shadow:var(--shadow)}.hero-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:rgba(20,35,24,.42)}.hero-content{position:relative;z-index:2;padding:88px 64px 160px;color:#fff;max-width:720px}.hero-kicker{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.3);padding:8px 12px;border-radius:999px;font-size:13px;font-weight:700}.hero h1{font-size:clamp(44px,6.2vw,78px);line-height:.98;letter-spacing:-.055em;margin:22px 0 20px}.hero p{font-size:18px;max-width:620px;color:rgba(255,255,255,.9);margin:0}.hero-search-wrap{position:relative;z-index:3;margin:-84px auto 0;width:min(1040px,calc(100% - 72px))}.booking-search{background:#fff;border:1px solid var(--line);border-radius:22px;padding:14px;display:grid;grid-template-columns:1.1fr 1.1fr .9fr auto;gap:10px;box-shadow:0 18px 50px rgba(20,45,29,.16)}.field{display:flex;flex-direction:column;gap:5px;padding:8px 12px;border-right:1px solid #edf1ed}.field:last-of-type{border-right:0}.field label{font-size:11px;text-transform:uppercase;letter-spacing:.11em;color:#829087;font-weight:800}.field input,.field select{border:0;background:transparent;outline:0;padding:0;color:var(--ink);font-weight:700;min-width:0}.search-btn{width:58px;height:58px;align-self:center;border-radius:16px;background:var(--primary);color:#fff;border:0;font-size:22px;cursor:pointer}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:34px}.trust-item{display:flex;gap:12px;align-items:center;background:rgba(255,255,255,.8);border:1px solid var(--line);border-radius:16px;padding:14px 16px}.trust-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--sage);font-size:18px}.trust-item strong{display:block;font-size:14px}.trust-item small{display:block;color:var(--muted);font-size:12px}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.stay-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:.18s ease}.stay-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.stay-img{aspect-ratio:16/10;overflow:hidden;position:relative}.stay-img img{width:100%;height:100%;object-fit:cover;transition:.3s ease}.stay-card:hover .stay-img img{transform:scale(1.025)}.badge{display:inline-flex;align-items:center;gap:5px;padding:7px 10px;border-radius:999px;background:#fff;font-size:12px;font-weight:800}.stay-img .badge{position:absolute;top:14px;left:14px}.stay-body{padding:20px}.stay-title-row{display:flex;justify-content:space-between;gap:16px;align-items:start}.stay-title-row h3{font-size:23px;line-height:1.18;margin:0}.price{font-size:23px;font-weight:850;color:var(--primary);white-space:nowrap}.price small{display:block;font-size:11px;font-weight:650;color:var(--muted);text-align:right}.stay-body p{color:var(--muted);margin:9px 0 16px}.meta-row{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 20px}.chip{display:inline-flex;padding:7px 9px;border-radius:9px;background:var(--soft);font-size:12px;font-weight:700;color:#526157}.card-actions{display:flex;gap:10px}.card-actions .btn{flex:1}.adv-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.adv-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px}.adv-card .icon{width:46px;height:46px;border-radius:14px;background:var(--sage);display:grid;place-items:center;font-size:21px;margin-bottom:18px}.adv-card h3{font-size:17px;margin:0 0 7px}.adv-card p{font-size:14px;color:var(--muted);margin:0}.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.promo-card{border-radius:22px;padding:25px;min-height:220px;background:#e7efe7;border:1px solid #d9e4da;display:flex;flex-direction:column;justify-content:space-between}.promo-card:nth-child(2n){background:#f3eee2;border-color:#e8dfcb}.promo-card h3{font-size:25px;margin:8px 0}.promo-card p{color:#5e6a61}.promo-badge{font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.12em}.gallery-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:230px 230px;gap:12px}.gallery-grid a{display:block;border-radius:20px;overflow:hidden;position:relative}.gallery-grid a:first-child{grid-row:1/3}.gallery-grid img{width:100%;height:100%;object-fit:cover}.gallery-more{position:absolute;right:14px;bottom:14px;background:#fff;padding:9px 12px;border-radius:11px;font-size:13px;font-weight:800}.around-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.place-card{background:#fff;border:1px solid var(--line);border-radius:21px;overflow:hidden}.place-image{height:180px;background:#edf2ed;overflow:hidden}.place-image img{width:100%;height:100%;object-fit:cover}.place-body{padding:18px}.place-cat{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--primary)}.place-body h3{font-size:19px;margin:4px 0 7px}.place-body p{font-size:14px;color:var(--muted);margin:0 0 12px}.place-meta{display:flex;gap:9px;flex-wrap:wrap;font-size:12px;font-weight:700}.link-arrow{font-weight:800;text-decoration:none;color:var(--primary)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testi{background:#fff;border:1px solid var(--line);border-radius:21px;padding:22px}.stars{letter-spacing:.08em;color:#b87a10}.testi blockquote{margin:12px 0 18px;color:#425048}.testi strong{font-size:14px}.map-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:center}.map-placeholder{min-height:330px;border-radius:18px;background:#e6eee7;display:grid;place-items:center;text-align:center;padding:24px}.map-placeholder .pin{font-size:46px}.map-copy h3{font-size:34px;line-height:1.1;margin:6px 0 14px}.map-copy p{color:var(--muted)}.cta{background:#183d2b;color:#fff;border-radius:28px;padding:48px;display:flex;align-items:center;justify-content:space-between;gap:28px}.cta h2{font-size:clamp(30px,4vw,50px);line-height:1.03;margin:0 0 10px}.cta p{margin:0;color:rgba(255,255,255,.75)}.cta .btn{background:#fff;color:#183d2b}.site-footer{padding:54px 0 104px;background:#122e21;color:#dce7df}.footer-grid{display:grid;grid-template-columns:1.7fr .7fr .9fr;gap:40px}.footer-grid h4{margin:0 0 12px;color:#fff}.footer-grid a{display:block;text-decoration:none;color:#c7d5cb;margin:7px 0}.footer-grid p{max-width:500px;color:#9db1a4}.footer-brand strong{color:#fff}.footer-brand small{color:#99b0a1}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding-top:20px;display:flex;justify-content:space-between;color:#8fa496;font-size:13px}.mobile-nav{display:none}.alert{width:min(var(--shell),calc(100% - 36px));margin:14px auto 0;padding:12px 15px;border-radius:12px;font-weight:700}.alert-success{background:#e9f7ed;color:#24623d;border:1px solid #cce9d3}.alert-danger{background:#fff0f0;color:#973131;border:1px solid #efcaca}.alert-info{background:#eef4ff;color:#315a8d;border:1px solid #d8e4f4}.page-hero{padding:52px 0 30px}.page-hero-inner{display:grid;grid-template-columns:1fr .8fr;gap:26px;align-items:center}.page-hero h1{font-size:clamp(38px,5vw,64px);line-height:1;margin:8px 0 18px;letter-spacing:-.04em}.page-hero p{color:var(--muted);max-width:700px}.page-hero img{border-radius:24px;aspect-ratio:4/3;object-fit:cover}.filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.filters a{padding:9px 12px;border-radius:999px;text-decoration:none;background:#fff;border:1px solid var(--line);font-size:13px;font-weight:750}.filters a.active{background:var(--primary);color:#fff;border-color:var(--primary)}.booking-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:start}.panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px}.panel h2,.panel h3{margin-top:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:7px}.form-group.full{grid-column:1/-1}.form-group label{font-size:13px;font-weight:800}.form-control{width:100%;border:1px solid #cfdacf;border-radius:12px;padding:12px 13px;background:#fff;color:var(--ink);outline:none}.form-control:focus{border-color:#75a486;box-shadow:0 0 0 3px rgba(68,118,83,.12)}textarea.form-control{min-height:100px;resize:vertical}.option-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.payment-option,.addon-option{border:1px solid var(--line);border-radius:15px;padding:14px;cursor:pointer;background:#fff}.payment-option:has(input:checked),.addon-option:has(input:checked){border-color:#6f9c7d;background:#f0f6f1}.payment-option input,.addon-option input{margin-right:8px}.summary-list{display:grid;gap:11px}.summary-row{display:flex;justify-content:space-between;gap:16px}.summary-row.total{padding-top:14px;margin-top:6px;border-top:1px solid var(--line);font-size:20px;font-weight:850}.summary-row.discount{color:#2d7047}.sticky-summary{position:sticky;top:96px}.notice{padding:14px 15px;border-radius:13px;background:#f3f7f3;color:#56645a;font-size:14px;border:1px solid var(--line)}.booking-result{display:grid;grid-template-columns:190px 1fr auto;gap:18px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:20px;padding:14px;margin-bottom:14px}.booking-result img{width:190px;height:130px;object-fit:cover;border-radius:14px}.booking-result h3{margin:0 0 5px}.booking-result p{margin:0;color:var(--muted);font-size:14px}.booking-result .right{text-align:right}.success-card{max-width:800px;margin:44px auto;background:#fff;border:1px solid var(--line);border-radius:26px;padding:34px}.success-icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#e5f4e9;color:#286645;font-size:28px;margin-bottom:20px}.booking-ref{font-size:30px;font-weight:900;letter-spacing:.02em}.bank-box{background:#f5f8f5;border:1px solid var(--line);border-radius:16px;padding:18px;margin:18px 0}.qr-img{max-width:260px;border:1px solid var(--line);border-radius:16px;background:#fff;padding:12px}.terms{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px}.terms h2{margin-top:28px}.unit-gallery{display:grid;grid-template-columns:2fr 1fr;gap:12px}.unit-gallery img{width:100%;height:100%;object-fit:cover;border-radius:20px}.unit-gallery>img:first-child{min-height:420px}.unit-gallery-side{display:grid;gap:12px}.unit-gallery-side img{height:204px}.unit-detail-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px}.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.spec{background:#fff;border:1px solid var(--line);border-radius:15px;padding:15px}.spec small{display:block;color:var(--muted)}.mobile-only{display:none}
@media(max-width:980px){.desktop-nav{display:none}.header-inner{gap:14px}.header-actions{margin-left:auto}.hero-card{min-height:520px}.hero-content{padding:70px 40px 150px}.booking-search{grid-template-columns:1fr 1fr}.search-btn{width:100%;grid-column:1/-1}.trust-row{grid-template-columns:1fr 1fr}.adv-grid{grid-template-columns:repeat(3,1fr)}.promo-grid,.around-grid,.testimonial-grid{grid-template-columns:1fr 1fr}.page-hero-inner,.booking-layout,.map-card,.unit-detail-grid{grid-template-columns:1fr}.sticky-summary{position:static}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.booking-result{grid-template-columns:150px 1fr}.booking-result .right{grid-column:2;text-align:left}.unit-gallery{grid-template-columns:1fr}.unit-gallery-side{grid-template-columns:1fr 1fr}}
@media(max-width:680px){body{padding-bottom:72px}.shell{width:min(100% - 24px,var(--shell))}.site-header{position:sticky}.header-inner{height:64px}.brand-mark{width:38px;height:38px;border-radius:12px}.brand small{display:none}.header-actions .btn-soft,.desktop-only{display:none}.header-actions .btn-primary{padding:10px 13px}.hero{padding-top:12px}.hero-card{min-height:500px;border-radius:22px}.hero-shade{background:rgba(18,38,25,.55)}.hero-content{padding:58px 22px 158px}.hero h1{font-size:44px}.hero p{font-size:16px}.hero-search-wrap{width:calc(100% - 28px);margin-top:-124px}.booking-search{grid-template-columns:1fr;border-radius:18px;padding:10px;gap:4px}.field{border-right:0;border-bottom:1px solid #edf1ed;padding:10px}.field:last-of-type{border-bottom:0}.search-btn{height:50px;border-radius:13px}.trust-row{grid-template-columns:1fr 1fr;gap:8px;margin-top:24px}.trust-item{padding:11px}.trust-icon{display:none}.trust-item strong{font-size:12px}.trust-item small{font-size:10px}.section{padding:48px 0}.section-head{display:block}.section-head h2{font-size:32px}.cards,.promo-grid,.around-grid,.testimonial-grid,.adv-grid{grid-template-columns:1fr}.stay-title-row{display:block}.price{margin-top:8px}.price small{text-align:left}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:240px 150px 150px}.gallery-grid a:first-child{grid-column:1/3;grid-row:auto}.gallery-grid a:nth-child(n+4){display:none}.map-card{padding:15px}.map-placeholder{min-height:230px}.cta{padding:30px 22px;display:block}.cta .btn{margin-top:20px;width:100%}.footer-grid{grid-template-columns:1fr;gap:22px}.footer-bottom{display:block}.mobile-nav{position:fixed;z-index:80;left:0;right:0;bottom:0;height:68px;background:#fff;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);padding-bottom:env(safe-area-inset-bottom)}.mobile-nav a{font-size:10px;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#607067}.mobile-nav span{font-size:18px}.mobile-nav .mobile-book{color:#fff;background:var(--primary);height:56px;margin:6px;border-radius:16px}.page-hero{padding:34px 0 16px}.page-hero-inner{display:block}.page-hero img{margin-top:20px}.form-grid,.option-grid,.spec-grid{grid-template-columns:1fr}.form-group.full{grid-column:auto}.panel{padding:18px}.booking-result{grid-template-columns:1fr}.booking-result img{width:100%;height:190px}.booking-result .right{grid-column:auto}.success-card{margin:22px 12px;padding:22px}.unit-gallery>img:first-child{min-height:300px}.unit-gallery-side img{height:140px}.mobile-only{display:block}}

/* === Rania Paradise v1.1.1 — visual direction matched to supplied reference === */
:root{--ref-blue:#5377ed;--ref-blue-dark:#3f63db;--ref-mint:#eef5ea;--ref-ink:#101516;--ref-muted:#6c7478;--ref-line:#e9edef}
.ref-home{background:#fff}.ref-hero-section{background:var(--ref-mint);padding:24px 0 86px}.ref-hero-shell{position:relative}.ref-hero-grid{background:#fff;border-radius:18px;padding:18px;display:grid;grid-template-columns:minmax(0,1fr) 238px;gap:18px;box-shadow:0 18px 60px rgba(61,79,67,.08)}
.ref-main-hero{position:relative;min-height:500px;overflow:hidden;border-radius:14px;background:#dfe7e8}.ref-main-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ref-hero-wash{position:absolute;inset:0;background:linear-gradient(90deg,rgba(244,249,250,.95) 0%,rgba(244,249,250,.82) 31%,rgba(244,249,250,.18) 55%,rgba(244,249,250,0) 76%)}.ref-hero-copy{position:relative;z-index:2;width:min(520px,64%);padding:70px 0 110px 48px;color:var(--ref-ink)}.ref-location{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#53636b;margin-bottom:18px}.ref-hero-copy h1{font-size:clamp(46px,5.7vw,72px);line-height:.95;letter-spacing:-.055em;margin:0 0 20px;font-weight:780}.ref-hero-copy h1 em{font-style:normal;font-weight:500}.ref-hero-copy p{max-width:460px;font-size:15px;line-height:1.65;color:#536067;margin:0 0 24px}.ref-mini-cta{display:inline-flex;background:var(--ref-blue);color:#fff;border-radius:7px;padding:10px 15px;text-decoration:none;font-size:12px;font-weight:800}.ref-mini-cta:hover{background:var(--ref-blue-dark)}
.ref-side-rail{display:flex;flex-direction:column;gap:12px}.ref-rail-card{display:block;text-decoration:none;border:1px solid var(--ref-line);border-radius:12px;overflow:hidden;background:#fff}.ref-rail-image{height:162px;overflow:hidden}.ref-rail-image img{width:100%;height:100%;object-fit:cover}.ref-rail-copy{padding:12px}.ref-rail-copy span{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:800;color:#8a9398}.ref-rail-copy strong{display:block;font-size:14px;margin:3px 0 4px}.ref-rail-copy small{display:block;color:#6f797e;font-size:11px}.ref-rail-link{margin-top:auto;border-top:1px solid var(--ref-line);padding:13px 3px 2px;text-decoration:none;display:flex;justify-content:space-between;font-size:12px;font-weight:800;color:#444f54}
.ref-booking-bar{position:absolute;z-index:5;left:70px;right:270px;bottom:-43px;background:#fff;border:1px solid var(--ref-line);border-radius:10px;display:grid;grid-template-columns:1.15fr 1fr 1fr .85fr 54px;align-items:stretch;padding:8px 9px;box-shadow:0 15px 38px rgba(39,56,47,.14)}.ref-book-field{min-width:0;display:flex;align-items:center;gap:10px;padding:8px 12px;border-right:1px solid #edf0f1}.ref-book-field label{display:block;font-size:9px;line-height:1.1;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:#90999d;margin-bottom:3px}.ref-book-field strong{display:block;font-size:12px}.ref-book-field small{display:block;font-size:9px;color:#90999d}.ref-book-field input,.ref-book-field select{border:0;padding:0;background:transparent;color:#1a2225;font-size:12px;font-weight:750;outline:0;max-width:100%}.ref-book-icon{font-size:16px;color:#68767c}.ref-search-button{align-self:center;width:42px;height:42px;border:0;border-radius:50%;background:var(--ref-blue);color:#fff;font-size:20px;cursor:pointer}.ref-search-button:hover{background:var(--ref-blue-dark)}
.ref-intro-section{padding:78px 0 58px;background:#fff}.ref-section-title{text-align:center;margin-bottom:34px}.ref-section-title h2{font-size:29px;letter-spacing:-.035em;margin:0 0 6px;color:#121719}.ref-section-title p{margin:0;color:#8b9498;font-size:12px}.ref-feature-row{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;max-width:930px;margin:0 auto}.ref-feature{display:flex;align-items:center;gap:13px}.ref-feature-photo{width:62px;height:62px;border-radius:50%;padding:4px;background:#eef4f8;overflow:hidden;flex:0 0 62px}.ref-feature-photo img{width:100%;height:100%;object-fit:cover;border-radius:50%}.ref-feature strong{display:block;font-size:12px;line-height:1.25}.ref-feature small{display:block;font-size:10px;line-height:1.45;color:#90989c;margin-top:3px}
.ref-stays-section{padding:68px 0;background:#f8faf9}.ref-section-head-inline{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.ref-section-head-inline>div>span{font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:#859096}.ref-section-head-inline h2{font-size:32px;letter-spacing:-.04em;margin:5px 0 0}.ref-section-head-inline>a{font-size:12px;color:#58676d;text-decoration:none;font-weight:800}.ref-stay-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.ref-stay-card{background:#fff;border:1px solid var(--ref-line);border-radius:14px;padding:10px}.ref-stay-image{height:268px;border-radius:10px;overflow:hidden;position:relative;display:block}.ref-stay-image img{width:100%;height:100%;object-fit:cover}.ref-stay-image>span{position:absolute;top:10px;left:10px;background:#fff;border-radius:7px;padding:6px 8px;font-size:10px;font-weight:800}.ref-stay-info{display:flex;justify-content:space-between;gap:16px;padding:15px 6px 8px}.ref-stay-info h3{font-size:18px;margin:0 0 4px}.ref-stay-info p{font-size:12px;color:#7c878c;margin:0;max-width:380px}.ref-stay-price{text-align:right;white-space:nowrap}.ref-stay-price strong{display:block;font-size:18px}.ref-stay-price small{display:block;color:#8b9599;font-size:10px}.ref-stay-meta{display:flex;gap:7px;flex-wrap:wrap;padding:2px 6px 12px;color:#6f7b80;font-size:10px}.ref-stay-meta span{background:#f5f7f7;border-radius:6px;padding:6px 7px}.ref-card-cta{display:block;text-align:center;text-decoration:none;background:#f1f4f7;color:#273238;border-radius:8px;padding:10px;font-size:11px;font-weight:800}.ref-card-cta:hover{background:#e9eef4}
.ref-promo-section{padding:64px 0;background:#fff}.ref-promo-wrap{border-radius:18px;background:#edf3ff;padding:38px;display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center}.ref-promo-copy>span{font-size:10px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:#6079bf}.ref-promo-copy h2{font-size:34px;letter-spacing:-.04em;line-height:1.06;margin:7px 0 12px}.ref-promo-copy p{margin:0;color:#69767b;font-size:13px;max-width:560px}.ref-promo-list{display:grid;gap:9px}.ref-promo-item{background:#fff;border-radius:11px;padding:12px 14px;display:grid;grid-template-columns:1fr auto;gap:2px 12px}.ref-promo-item small{grid-column:1/-1;color:#8f989c;font-size:9px;text-transform:uppercase;letter-spacing:.11em;font-weight:800}.ref-promo-item strong{font-size:12px}.ref-promo-item span{font-size:11px;color:#5370c4;font-weight:800}
.ref-home .section{padding:64px 0}.ref-home .section-head h2{font-size:34px}.ref-home .eyebrow{font-size:10px;color:#68777d}.ref-home .cta{background:#1d2730;border-radius:16px;padding:34px}.ref-home .cta h2{font-size:34px}.ref-home .btn{border-radius:8px}.ref-home .place-card,.ref-home .testi{border-radius:12px}.ref-home .gallery-grid a{border-radius:11px}
@media(min-width:1100px){.ref-hero-section .shell{width:min(1240px,calc(100% - 44px))}}
@media(max-width:980px){.ref-hero-grid{grid-template-columns:1fr 190px}.ref-main-hero{min-height:470px}.ref-hero-copy{width:68%;padding-left:34px}.ref-booking-bar{left:42px;right:216px;grid-template-columns:1fr 1fr}.ref-book-place{grid-column:1/-1}.ref-search-button{width:100%;border-radius:8px}.ref-feature-row{grid-template-columns:1fr 1fr}.ref-stay-grid{grid-template-columns:1fr}.ref-promo-wrap{grid-template-columns:1fr}}
@media(max-width:680px){.ref-hero-section{padding:10px 0 30px}.ref-hero-grid{display:block;padding:10px;border-radius:14px}.ref-main-hero{min-height:470px;border-radius:10px}.ref-hero-wash{background:linear-gradient(180deg,rgba(246,249,249,.90) 0%,rgba(246,249,249,.65) 48%,rgba(246,249,249,.12) 75%)}.ref-hero-copy{width:100%;padding:42px 22px 150px}.ref-hero-copy h1{font-size:46px;max-width:350px}.ref-hero-copy p{font-size:13px;max-width:340px}.ref-side-rail{display:none}.ref-booking-bar{position:relative;left:auto;right:auto;bottom:auto;margin:-88px 12px 0;grid-template-columns:1fr;background:#fff}.ref-book-field{border-right:0;border-bottom:1px solid #edf0f1;padding:10px}.ref-book-place{display:none}.ref-search-button{width:100%;height:46px;border-radius:8px}.ref-intro-section{padding:46px 0 38px}.ref-section-title h2{font-size:25px}.ref-feature-row{grid-template-columns:1fr 1fr;gap:18px 10px}.ref-feature{display:block;text-align:center}.ref-feature-photo{margin:0 auto 8px}.ref-stays-section{padding:48px 0}.ref-section-head-inline{align-items:start}.ref-section-head-inline h2{font-size:27px}.ref-stay-image{height:220px}.ref-stay-info{display:block}.ref-stay-price{text-align:left;margin-top:8px}.ref-promo-section{padding:42px 0}.ref-promo-wrap{padding:24px 18px}.ref-promo-copy h2{font-size:28px}.ref-home .section{padding:48px 0}}

/* v1.3.0 Promo code */
.promo-code-box{border:1px solid var(--line,#dfe7df);background:#f8faf8;border-radius:16px;padding:16px}
.promo-code-row{display:flex;gap:8px;align-items:center}.promo-code-row .form-control{flex:1;text-transform:uppercase}.promo-code-row .btn{white-space:nowrap}
.promo-ok{color:#1e6b45!important;font-weight:700}.promo-error{color:#a52a2a!important;font-weight:700}
@media(max-width:560px){.promo-code-row{align-items:stretch}.promo-code-row .btn{padding-inline:14px}}
