:root{--st-color-background:#FDF8F0;--st-color-ink:#0B1B36;--st-color-surface-deep:#072743;--st-color-primary:#C48622;--st-color-primary-hover:#A86F16;--st-color-primary-tint:#F5E6C8;--st-color-ink-hover:#1C3A5E;--st-color-text-muted:#4C5567;--st-color-text-on-dark:#929DAA;--st-color-white:#FFFFFF;--st-color-surface-1:#FFFFFF;--st-color-surface-2:#F0F0F2;--st-color-border:#E8E4DE;--st-color-success:#1E8E5A;--st-color-error:#C0392B;--st-color-focus-ring:rgba(196,134,34,.45);--st-font-family:'Cairo',system-ui,sans-serif;--st-space-1:4px;--st-space-2:8px;--st-space-3:12px;--st-space-4:16px;--st-space-5:24px;--st-space-6:32px;--st-space-7:48px;--st-space-8:64px;--st-space-9:96px;--st-radius-sm:8px;--st-radius-md:16px;--st-radius-lg:24px;--st-radius-full:999px;--st-shadow-sm:0 1px 2px rgba(11,27,54,.06);--st-shadow-md:0 8px 24px rgba(11,27,54,.10);--st-shadow-lg:0 16px 40px rgba(11,27,54,.14);--st-ease-standard:cubic-bezier(.4,0,.2,1);--st-duration-fast:120ms;--st-duration-base:200ms;--st-duration-slow:320ms;--st-container:1280px}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,::after,::before{animation-duration:NaNs!important;animation-iteration-count:1!important;transition-duration:NaNs!important;scroll-behavior:auto!important}}body{font-family:var(--st-font-family);background:var(--st-color-background);color:var(--st-color-ink);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}button,input{font-family:inherit;font-size:inherit}a{color:inherit;text-decoration:none}ul{list-style:none}h1,h2,h3{line-height:1.3}.container{max-width:var(--st-container);margin-inline:auto;padding-inline:var(--st-space-7)}@media (max-width:1023px){.container{padding-inline:var(--st-space-5)}}@media (max-width:639px){.container{padding-inline:var(--st-space-4)}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100px;right:var(--st-space-4);z-index:200;background:var(--st-color-ink);color:var(--st-color-white);padding:var(--st-space-3) var(--st-space-5);border-radius:var(--st-radius-sm);transition:top var(--st-duration-base) var(--st-ease-standard)}.skip-link:focus{top:var(--st-space-4)}:focus-visible{outline:3px solid var(--st-color-focus-ring);outline-offset:2px;border-radius:var(--st-radius-sm)}.st-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--st-space-2);height:48px;padding-inline:var(--st-space-5);border-radius:var(--st-radius-sm);font-weight:600;font-size:15px;border:none;cursor:pointer;transition:background-color var(--st-duration-fast) var(--st-ease-standard),transform var(--st-duration-fast) var(--st-ease-standard),box-shadow var(--st-duration-fast);white-space:nowrap}.st-btn:active{transform:scale(.98)}.st-btn--primary{background:var(--st-color-primary);color:var(--st-color-ink)}.st-btn--primary:hover{background:var(--st-color-primary-hover)}.st-btn--secondary{background:var(--st-color-white);color:var(--st-color-ink);border:1px solid var(--st-color-border)}.st-btn--secondary:hover{border-color:var(--st-color-primary);color:var(--st-color-primary-hover)}.st-btn--dark{background:var(--st-color-ink);color:var(--st-color-white)}.st-btn--dark:hover{background:var(--st-color-ink-hover)}.st-btn--block{width:100%}.st-btn[disabled]{opacity:.4;cursor:not-allowed;pointer-events:none}.st-btn.is-loading{color:transparent;position:relative;pointer-events:none}.st-btn.is-loading::after{content:'';position:absolute;width:18px;height:18px;border-radius:50%;border:2px solid currentColor;border-top-color:transparent;color:var(--st-color-ink);animation:st-spin .7s linear infinite}@keyframes st-spin{to{transform:rotate(360deg)}}.st-input{width:100%;height:44px;padding-inline:var(--st-space-4);border-radius:var(--st-radius-sm);border:1px solid transparent;background:var(--st-color-surface-2);color:var(--st-color-ink);transition:border-color var(--st-duration-fast),background var(--st-duration-fast)}.st-input::placeholder{color:var(--st-color-text-muted)}.st-input:hover{border-color:var(--st-color-border)}.st-input:focus{background:var(--st-color-white);border-color:var(--st-color-primary);outline:3px solid var(--st-color-focus-ring);outline-offset:1px}.st-field-error{color:var(--st-color-error);font-size:13px;margin-top:var(--st-space-2);display:flex;align-items:center;gap:var(--st-space-1)}.st-field-success{color:var(--st-color-success);font-size:13px;margin-top:var(--st-space-2)}.st-badge{display:inline-flex;align-items:center;padding:6px 14px;border-radius:var(--st-radius-full);font-size:12px;font-weight:600}.st-badge--dark-on-image{background:rgba(11,27,54,.55);color:var(--st-color-white);backdrop-filter:blur(2px)}.st-badge--gold{background:var(--st-color-primary);color:var(--st-color-ink)}.st-badge--white{background:var(--st-color-white);color:var(--st-color-ink);box-shadow:var(--st-shadow-sm)}.st-navbar{position:sticky;top:0;z-index:100;background:var(--st-color-background);border-bottom:1px solid transparent;transition:box-shadow var(--st-duration-base),border-color var(--st-duration-base)}.st-navbar.is-scrolled{box-shadow:var(--st-shadow-sm);border-color:var(--st-color-border)}.st-navbar__inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:var(--st-space-5)}.st-logo{display:flex;align-items:center;gap:var(--st-space-3)}.st-logo svg{width:36px;height:36px;flex-shrink:0}.st-logo__text{display:flex;flex-direction:column;line-height:1.1}.st-logo__word{font-size:22px;font-weight:800}.st-logo__word span{color:var(--st-color-primary)}.st-logo__tag{font-size:9px;letter-spacing:.14em;color:var(--st-color-text-muted);font-weight:600}.st-nav{display:flex;align-items:center;gap:var(--st-space-2)}.st-nav__link{padding:var(--st-space-2) var(--st-space-4);border-radius:var(--st-radius-sm);color:var(--st-color-text-muted);font-weight:500;font-size:14px;transition:color var(--st-duration-fast),background var(--st-duration-fast)}.st-nav__link:hover{color:var(--st-color-ink);background:rgba(11,27,54,.04)}.st-nav__link[aria-current=page]{color:var(--st-color-ink);background:var(--st-color-primary-tint)}.st-navbar__actions{display:flex;align-items:center;gap:var(--st-space-3)}.st-icon-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--st-radius-full);background:0 0;border:none;cursor:pointer;color:var(--st-color-ink);transition:background var(--st-duration-fast)}.st-icon-btn:hover{background:rgba(11,27,54,.06)}.st-icon-btn[aria-pressed=true] svg{fill:var(--st-color-error);stroke:var(--st-color-error)}.st-lang-select{display:flex;align-items:center;gap:4px;height:40px;padding-inline:var(--st-space-3);border-radius:var(--st-radius-sm);border:1px solid var(--st-color-border);background:0 0;color:var(--st-color-ink);font-weight:600;font-size:13px;cursor:pointer}.st-nav-toggle{display:none;width:44px;height:44px;border:none;background:0 0;cursor:pointer}.st-nav-toggle span,.st-nav-toggle::after,.st-nav-toggle::before{content:'';display:block;width:22px;height:2px;background:var(--st-color-ink);margin:5px auto;border-radius:2px;transition:transform var(--st-duration-base)}@media (max-width:1023px){.st-nav{display:none}.st-navbar__actions .st-lang-select{display:none}.st-nav-toggle{display:block}}@media (max-width:639px){.st-navbar__inner{height:64px;gap:var(--st-space-2)}.st-navbar__actions{gap:6px}.st-navbar__actions .st-btn--secondary,.st-navbar__actions .st-icon-btn{display:none}.st-navbar__actions .st-btn--primary{height:40px;padding-inline:var(--st-space-3);font-size:12px}.st-logo__tag{display:none}.st-logo svg{width:30px;height:30px}.st-logo__word{font-size:18px}.st-nav-toggle{width:36px;height:44px}}@media (max-width:340px){.container{padding-inline:var(--st-space-3)}}.st-drawer{position:fixed;inset:0;z-index:150;background:rgba(11,27,54,.4);opacity:0;pointer-events:none;transition:opacity var(--st-duration-base)}.st-drawer.is-open{opacity:1;pointer-events:auto}.st-drawer__panel{position:absolute;top:0;right:0;height:100%;width:min(320px,85vw);background:var(--st-color-white);padding:var(--st-space-6) var(--st-space-5);transform:translateX(100%);transition:transform var(--st-duration-base) var(--st-ease-standard);display:flex;flex-direction:column;gap:var(--st-space-2)}.st-drawer.is-open .st-drawer__panel{transform:translateX(0)}.st-drawer__panel .st-nav__link{color:var(--st-color-ink);font-size:16px;padding:var(--st-space-3) var(--st-space-2)}.st-drawer__close{align-self:flex-start;margin-bottom:var(--st-space-4)}.st-hero{position:relative;padding-block:var(--st-space-8) var(--st-space-9);background:radial-gradient(600px 400px at 15% 15%,rgba(196,134,34,.08),transparent 70%),var(--st-color-background);overflow:hidden}.st-hero::before{display:none}.st-hero::after{display:none}@keyframes st-hero-glow{0%,100%{transform:translate(0,0) scale(1);opacity:.7}50%{transform:translate(-3%,3%) scale(1.08);opacity:1}}@media (prefers-reduced-motion:reduce){.st-hero::after{animation:none}}.st-hero--photo{padding-block:var(--st-space-9) calc(var(--st-space-9) + 40px);background-size:cover;background-position:center;min-height:560px;display:flex;align-items:center}.st-hero--photo::after{display:none}.st-hero--photo::before{content:'';position:absolute;inset:0;display:block;background:linear-gradient(180deg,rgba(11,27,54,.30) 0,rgba(11,27,54,.18) 45%,rgba(11,27,54,.38) 100%);clip-path:none;opacity:1;pointer-events:none}.st-hero--photo .st-hero__content h1{color:#fff;text-shadow:0 2px 16px rgba(11,27,54,.35)}.st-hero--photo .st-hero__sub{color:rgba(255,255,255,.88)}.st-hero--photo .st-trust-pill{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.3);color:#fff;backdrop-filter:blur(6px)}.st-hero--photo .st-trust-pill svg{color:var(--st-color-primary-tint,#e8c98f)}.st-hero--photo .container{position:relative;z-index:1}.st-hero__top{display:flex;justify-content:center;gap:var(--st-space-3);margin-bottom:var(--st-space-6);flex-wrap:wrap;position:relative}.st-trust-pill{display:inline-flex;align-items:center;gap:var(--st-space-2);background:var(--st-color-white);border:1px solid var(--st-color-border);border-radius:var(--st-radius-full);padding:8px 18px;font-size:13px;color:var(--st-color-text-muted);transition:border-color var(--st-duration-base) var(--st-ease-standard),box-shadow var(--st-duration-base) var(--st-ease-standard)}.st-trust-pill:hover{border-color:var(--st-color-primary);box-shadow:var(--st-shadow-sm)}.st-trust-pill svg{width:16px;height:16px;color:var(--st-color-primary);flex-shrink:0}.st-hero__content{position:relative;text-align:center;max-width:720px;margin-inline:auto}.st-hero h1{font-size:clamp(28px,4.2vw,44px);font-weight:800;letter-spacing:-.01em}.st-hero__sub{margin-top:var(--st-space-4);font-size:17px;color:var(--st-color-text-muted)}.st-search{position:relative;margin-top:var(--st-space-7);background:rgba(255,255,255,.72);backdrop-filter:blur(16px) saturate(1.4);-webkit-backdrop-filter:blur(16px) saturate(1.4);border:1px solid rgba(255,255,255,.6);border-radius:var(--st-radius-lg);box-shadow:var(--st-shadow-md);padding:var(--st-space-2);display:flex;align-items:stretch;gap:var(--st-space-1);max-width:900px;margin-inline:auto;transition:box-shadow var(--st-duration-base) var(--st-ease-standard)}.st-search:hover{box-shadow:var(--st-shadow-lg)}.st-search__field{flex:1;display:flex;flex-direction:column;justify-content:center;padding:10px var(--st-space-5);border-radius:var(--st-radius-md);cursor:pointer;text-align:start;background:0 0;border:none;transition:background var(--st-duration-base) var(--st-ease-standard),transform var(--st-duration-base) var(--st-ease-standard)}.st-search__field:focus-visible,.st-search__field:hover{background:rgba(255,255,255,.9)}.st-search__field+.st-search__field{border-inline-start:1px solid rgba(11,27,54,.08)}.st-search__label{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:var(--st-color-ink)}.st-search__label svg{width:14px;height:14px;color:var(--st-color-primary)}.st-search__value{font-size:13px;color:var(--st-color-text-muted);margin-top:2px}.st-search .st-btn{align-self:center;margin-inline-start:var(--st-space-1)}@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){.st-search{background:var(--st-color-white)}}@media (max-width:767px){.st-search{flex-direction:column;padding:var(--st-space-3);gap:0;border-radius:var(--st-radius-md)}.st-search__field{padding:var(--st-space-3) var(--st-space-2)}.st-search__field+.st-search__field{border-inline-start:none;border-top:1px solid rgba(11,27,54,.08)}.st-search .st-btn{margin-inline-start:0;margin-top:var(--st-space-3);width:100%}}.st-hero__top .st-trust-pill{transition-delay:0s}.st-hero__content.st-reveal{transition-delay:80ms}.st-search.st-reveal{transition-delay:160ms}.st-section{padding-block:var(--st-space-9)}.st-section--tight{padding-block:var(--st-space-7)}.st-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--st-space-5);margin-bottom:var(--st-space-6);flex-wrap:wrap}.st-section-head h2{font-size:clamp(22px,2.6vw,28px);font-weight:800}.st-section-head p{color:var(--st-color-text-muted);font-size:14px;margin-top:6px}.st-see-all{display:inline-flex;align-items:center;gap:6px;color:var(--st-color-ink);font-weight:600;font-size:14px;transition:color var(--st-duration-fast),gap var(--st-duration-fast)}.st-see-all:hover{color:var(--st-color-primary-hover);gap:9px}.st-see-all svg{width:16px;height:16px;transition:transform var(--st-duration-fast)}.st-destinations__track{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--st-space-5)}@media (max-width:1023px){.st-destinations__track{grid-template-columns:repeat(2,1fr)}}@media (max-width:639px){.st-destinations__track{grid-template-columns:1fr}}.st-dest-card{position:relative;border-radius:var(--st-radius-md);overflow:hidden;aspect-ratio:4/3;box-shadow:var(--st-shadow-sm);transition:box-shadow var(--st-duration-slow) var(--st-ease-standard),transform var(--st-duration-slow) var(--st-ease-standard)}.st-dest-card:hover{box-shadow:var(--st-shadow-lg);transform:translateY(-3px)}.st-dest-card__media{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform var(--st-duration-slow) var(--st-ease-standard)}.st-dest-card:hover .st-dest-card__media{transform:scale(1.06)}@media (prefers-reduced-motion:reduce){.st-dest-card:hover .st-dest-card__media{transform:none}}.st-dest-card__scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,27,54,0) 40%,rgba(11,27,54,.78) 100%)}.st-dest-card__top{position:absolute;top:var(--st-space-4);inset-inline:var(--st-space-4);display:flex;justify-content:space-between}.st-dest-card__body{position:absolute;bottom:0;inset-inline:0;padding:var(--st-space-5);color:var(--st-color-white)}.st-dest-card__body h3{font-size:20px;font-weight:800}.st-dest-card__body p{font-size:13px;opacity:.85;margin-top:4px}.st-dest-card__price{font-size:13px;margin-top:var(--st-space-3)}.st-dest-card__price b{font-size:16px}.st-fav-btn{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.92);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--st-color-ink);transition:transform var(--st-duration-fast) var(--st-ease-standard),background var(--st-duration-fast)}.st-fav-btn:hover{transform:scale(1.1);background:var(--st-color-white)}.st-fav-btn:active{transform:scale(.92)}.st-fav-btn svg{width:18px;height:18px;transition:fill var(--st-duration-fast),stroke var(--st-duration-fast)}.st-fav-btn[aria-pressed=true] svg{fill:var(--st-color-error);stroke:var(--st-color-error)}.st-fav-btn.is-pulsing svg{animation:st-fav-pulse 420ms var(--st-ease-standard)}@keyframes st-fav-pulse{0%{transform:scale(1)}35%{transform:scale(1.35)}60%{transform:scale(.9)}100%{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.st-fav-btn.is-pulsing svg{animation:none}}.ph-alula{background-image:linear-gradient(160deg,#8a5a34,#c98a4b 45%,#e7b978)}.ph-redsea{background-image:linear-gradient(160deg,#0d3b52,#1c7a95 55%,#63c3cf)}.ph-riyadh{background-image:linear-gradient(160deg,#1a1330,#4a2a55 55%,#c9793f)}.ph-villa1{background-image:linear-gradient(160deg,#173a4d,#3f7d8c 60%,#e8c98f)}.ph-villa2{background-image:linear-gradient(160deg,#2c2313,#7a5a2e 55%,#e0b168)}.ph-villa3{background-image:linear-gradient(160deg,#20303f,#527186 55%,#cdd6da)}.ph-villa4{background-image:linear-gradient(160deg,#1f2a17,#4c5c34 55%,#a9b979)}.ph-host{background-image:linear-gradient(120deg,#0b1b36,#1c3a5e 60%,#c48622)}.ph-avatar1{background-image:linear-gradient(160deg,#c48622,#e7b978)}.ph-avatar2{background-image:linear-gradient(160deg,#1c7a95,#63c3cf)}.ph-avatar3{background-image:linear-gradient(160deg,#7a5a2e,#e0b168)}.st-dots{display:flex;justify-content:center;align-items:center;gap:2px;margin-top:var(--st-space-5)}.st-dots button{width:24px;height:24px;padding:0;border:none;background:0 0;cursor:pointer;display:flex;align-items:center;justify-content:center}.st-dots button::before{content:'';display:block;width:8px;height:8px;border-radius:var(--st-radius-full);background:var(--st-color-border);transition:width var(--st-duration-base) var(--st-ease-standard),background var(--st-duration-base)}.st-dots button[aria-current=true]::before{background:var(--st-color-primary);width:22px}.st-trust-strip{background:var(--st-color-white);border-radius:var(--st-radius-md);box-shadow:var(--st-shadow-sm);padding:var(--st-space-6);display:grid;grid-template-columns:repeat(4,1fr);gap:var(--st-space-5)}@media (max-width:767px){.st-trust-strip{grid-template-columns:repeat(2,1fr)}}.st-trust-item{display:flex;align-items:center;gap:var(--st-space-4)}.st-trust-item svg{width:30px;height:30px;color:var(--st-color-primary);flex-shrink:0}.st-trust-item h3{font-size:15px;font-weight:700}.st-trust-item p{font-size:12px;color:var(--st-color-text-muted);margin-top:2px}.st-features{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--st-space-5);text-align:center}@media (max-width:1023px){.st-features{grid-template-columns:repeat(3,1fr)}}@media (max-width:639px){.st-features{grid-template-columns:repeat(2,1fr)}}.st-feature-item__icon{width:64px;height:64px;border-radius:var(--st-radius-full);background:var(--st-color-primary-tint);display:flex;align-items:center;justify-content:center;margin-inline:auto;margin-bottom:var(--st-space-4)}.st-feature-item__icon svg{width:28px;height:28px;color:var(--st-color-primary)}.st-feature-item h3{font-size:15px;font-weight:700}.st-feature-item p{font-size:13px;color:var(--st-color-text-muted);margin-top:4px}.st-properties__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--st-space-5)}@media (max-width:1023px){.st-properties__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:639px){.st-properties__grid{grid-template-columns:1fr}}.st-property-card{background:var(--st-color-white);border-radius:var(--st-radius-md);overflow:hidden;box-shadow:var(--st-shadow-sm);transition:box-shadow var(--st-duration-slow) var(--st-ease-standard),transform var(--st-duration-slow) var(--st-ease-standard);display:flex;flex-direction:column}.st-property-card:hover{box-shadow:var(--st-shadow-lg);transform:translateY(-3px)}.st-property-card__media{position:relative;aspect-ratio:4/3;overflow:hidden;background-size:cover;background-position:center}.st-property-card__media>div{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform var(--st-duration-slow) var(--st-ease-standard)}.st-property-card:hover .st-property-card__media>div{transform:scale(1.06)}@media (prefers-reduced-motion:reduce){.st-property-card:hover .st-property-card__media>div{transform:none}}.st-property-card__top{position:absolute;top:var(--st-space-3);inset-inline:var(--st-space-3);display:flex;justify-content:space-between}.st-property-card__body{padding:var(--st-space-4)}.st-property-card__rating{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700}.st-property-card__rating svg{width:14px;height:14px;color:var(--st-color-primary)}.st-property-card__rating span{color:var(--st-color-text-muted);font-weight:400}.st-property-card__title{font-size:16px;font-weight:700;margin-top:var(--st-space-2);transition:color var(--st-duration-fast)}.st-property-card:hover .st-property-card__title{color:var(--st-color-ink-hover)}.st-property-card__loc{font-size:13px;color:var(--st-color-text-muted);margin-top:2px}.st-property-card__specs{display:flex;gap:var(--st-space-4);margin-top:var(--st-space-3);font-size:12px;color:var(--st-color-text-muted)}.st-property-card__specs span{display:flex;align-items:center;gap:4px}.st-property-card__specs svg{width:14px;height:14px}.st-property-card__price{margin-top:var(--st-space-3);padding-top:var(--st-space-3);border-top:1px solid var(--st-color-border);font-size:13px;color:var(--st-color-text-muted)}.st-property-card__price b{font-size:18px;color:var(--st-color-ink)}.st-skel{background:linear-gradient(100deg,var(--st-color-surface-2) 20%,#efefef 45%,var(--st-color-surface-2) 70%);background-size:300% 100%;animation:st-shimmer 1.8s ease-in-out infinite;border-radius:var(--st-radius-sm)}@keyframes st-shimmer{0%{background-position:200% 50%}100%{background-position:-100% 50%}}@media (prefers-reduced-motion:reduce){.st-skel{animation:none;background-position:50% 50%}}.st-host{border-radius:var(--st-radius-lg);overflow:hidden;display:grid;grid-template-columns:1fr 1fr;background:var(--st-color-ink);color:var(--st-color-white);align-items:stretch}@media (max-width:767px){.st-host{grid-template-columns:1fr}}.st-host__media{background-size:cover;background-position:center;min-height:280px}.st-host__body{padding:var(--st-space-8);display:flex;flex-direction:column;justify-content:center;gap:var(--st-space-4)}.st-host__body h2{font-size:clamp(22px,2.6vw,30px);font-weight:800}.st-host__body p{color:var(--st-color-text-on-dark);font-size:15px}.st-host__list{display:grid;grid-template-columns:1fr 1fr;gap:var(--st-space-3);margin-block:var(--st-space-2)}.st-host__list li{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--st-color-white)}.st-host__list svg{width:16px;height:16px;color:var(--st-color-primary);flex-shrink:0}.st-host__body .st-btn{align-self:flex-start}.st-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--st-space-5)}@media (max-width:1023px){.st-testimonials__grid{grid-template-columns:1fr}}.st-testimonial{background:var(--st-color-white);border-radius:var(--st-radius-md);box-shadow:var(--st-shadow-sm);padding:var(--st-space-6);display:flex;flex-direction:column;gap:var(--st-space-4)}.st-testimonial__stars{display:flex;gap:2px}.st-testimonial__stars svg{width:16px;height:16px;color:var(--st-color-primary)}.st-testimonial__quote{font-size:14px;color:var(--st-color-ink);line-height:1.8}.st-testimonial__author{display:flex;align-items:center;gap:var(--st-space-3);margin-top:auto}.st-testimonial__avatar{width:44px;height:44px;border-radius:50%;background-size:cover}.st-testimonial__author strong{font-size:14px;display:block}.st-testimonial__author span{font-size:12px;color:var(--st-color-text-muted)}.st-help__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--st-space-4)}@media (max-width:1023px){.st-help__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:639px){.st-help__grid{grid-template-columns:1fr}}.st-help-card{background:var(--st-color-white);border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);padding:var(--st-space-5);display:flex;flex-direction:column;gap:var(--st-space-3);transition:border-color var(--st-duration-fast),box-shadow var(--st-duration-fast)}.st-help-card:hover{border-color:var(--st-color-primary);box-shadow:var(--st-shadow-sm)}.st-help-card svg{width:26px;height:26px;color:var(--st-color-primary)}.st-help-card h3{font-size:15px;font-weight:700}.st-help-card p{font-size:13px;color:var(--st-color-text-muted)}.st-help-contact{margin-top:var(--st-space-6);background:var(--st-color-primary-tint);border-radius:var(--st-radius-md);padding:var(--st-space-6);display:flex;align-items:center;justify-content:space-between;gap:var(--st-space-5);flex-wrap:wrap}.st-help-contact__links{display:flex;gap:var(--st-space-4);flex-wrap:wrap}.st-help-contact__links a{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--st-color-ink)}.st-help-contact__links svg{width:18px;height:18px;color:var(--st-color-primary)}.st-newsletter{border-radius:var(--st-radius-lg);overflow:hidden;display:grid;grid-template-columns:1fr 1.2fr;background:var(--st-color-primary-tint)}@media (max-width:767px){.st-newsletter{grid-template-columns:1fr}}.st-newsletter__media{background-size:cover;background-position:center;min-height:220px}.st-newsletter__body{padding:var(--st-space-8);display:flex;flex-direction:column;justify-content:center;gap:var(--st-space-4)}.st-newsletter__body h2{font-size:clamp(20px,2.4vw,26px);font-weight:800}.st-newsletter__body p{color:var(--st-color-text-muted);font-size:14px}.st-newsletter__form{display:flex;gap:var(--st-space-3)}@media (max-width:479px){.st-newsletter__form{flex-direction:column}}.st-newsletter__form .st-input{background:var(--st-color-white)}.st-newsletter__msg{font-size:13px;display:none}.st-newsletter__msg.is-visible{display:block}.st-footer{background:var(--st-color-surface-deep);color:var(--st-color-text-on-dark);padding-top:var(--st-space-8)}.st-footer__grid{display:grid;grid-template-columns:1fr 1fr 1fr 1.4fr 1.3fr;gap:var(--st-space-6)}@media (max-width:1023px){.st-footer__grid{grid-template-columns:1fr 1fr;row-gap:var(--st-space-6)}}@media (max-width:639px){.st-footer__grid{grid-template-columns:1fr}}.st-footer h3{color:var(--st-color-white);font-size:14px;font-weight:700;margin-bottom:var(--st-space-4)}.st-footer ul{display:flex;flex-direction:column;gap:var(--st-space-3)}.st-footer a{font-size:13px;transition:color var(--st-duration-fast)}.st-footer a:hover{color:var(--st-color-white)}.st-footer__contact li{display:flex;align-items:center;gap:8px;font-size:13px}.st-footer__contact svg{width:16px;height:16px;color:var(--st-color-primary);flex-shrink:0}.st-footer__brand .st-logo__word{color:var(--st-color-white)}.st-footer__brand p{font-size:13px;margin-top:var(--st-space-3);line-height:1.7}.st-footer__social{display:flex;gap:var(--st-space-2);margin-top:var(--st-space-4)}.st-footer__social a{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;transition:background var(--st-duration-fast)}.st-footer__social a:hover{background:rgba(255,255,255,.1)}.st-footer__social svg{width:16px;height:16px}.st-footer__bottom{margin-top:var(--st-space-8);border-top:1px solid rgba(255,255,255,.1);padding-block:var(--st-space-5);display:flex;justify-content:space-between;gap:var(--st-space-4);font-size:12px;flex-wrap:wrap}.st-footer__bottom a{margin-inline-start:var(--st-space-4)}.st-help-widget{position:fixed;bottom:max(var(--st-space-5),env(safe-area-inset-bottom));inset-inline-end:var(--st-space-5);z-index:120}.st-help-widget__fab{width:56px;height:56px;border-radius:50%;background:var(--st-color-primary);color:var(--st-color-ink);border:none;cursor:pointer;box-shadow:var(--st-shadow-lg);display:flex;align-items:center;justify-content:center;transition:background var(--st-duration-fast),transform var(--st-duration-fast)}.st-help-widget__fab:hover{background:var(--st-color-primary-hover);transform:scale(1.05)}.st-help-widget__fab svg{width:24px;height:24px}.st-help-widget__panel{position:absolute;bottom:68px;inset-inline-end:0;width:300px;background:var(--st-color-white);border-radius:var(--st-radius-md);box-shadow:var(--st-shadow-lg);padding:var(--st-space-5);opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity var(--st-duration-slow) var(--st-ease-standard),transform var(--st-duration-slow) var(--st-ease-standard)}.st-help-widget.is-open .st-help-widget__panel{opacity:1;transform:translateY(0);pointer-events:auto}.st-help-widget__panel h3{font-size:15px;font-weight:700;margin-bottom:var(--st-space-2)}.st-help-widget__panel p{font-size:13px;color:var(--st-color-text-muted);margin-bottom:var(--st-space-4)}.st-reveal{opacity:0;transform:translateY(16px);transition:opacity var(--st-duration-slow) var(--st-ease-standard),transform var(--st-duration-slow) var(--st-ease-standard)}.st-reveal.is-visible{opacity:1;transform:translateY(0)}.st-flow{position:fixed;inset:0;z-index:200;background:rgba(11,27,54,.5);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity var(--st-duration-base)}.st-flow.is-open{opacity:1;pointer-events:auto}.st-flow__panel{background:#fff;border-radius:var(--st-radius-md);box-shadow:var(--st-shadow-lg);padding:var(--st-space-7);width:min(420px,92vw);text-align:center}.st-flow__icon{width:56px;height:56px;border-radius:50%;background:var(--st-color-primary-tint);display:flex;align-items:center;justify-content:center;margin:0 auto var(--st-space-4)}.st-flow__icon svg{width:26px;height:26px;color:var(--st-color-primary)}.st-flow__icon.is-error{background:#fbe9e7}.st-flow__icon.is-error svg{color:var(--st-color-error)}.st-flow__icon.is-success{background:#e3f3ea}.st-flow__icon.is-success svg{color:var(--st-color-success)}.st-flow h3{font-size:17px;font-weight:800;margin-bottom:var(--st-space-2)}.st-flow p{font-size:14px;color:var(--st-color-text-muted);margin-bottom:var(--st-space-5)}.st-spinner{width:22px;height:22px;border-radius:50%;border:3px solid var(--st-color-primary-tint);border-top-color:var(--st-color-primary);animation:st-spin .7s linear infinite;margin:0 auto var(--st-space-4)}.st-state{text-align:center;padding:var(--st-space-8) var(--st-space-5);color:var(--st-color-text-muted)}.st-state.is-error{color:var(--st-color-error)}.st-state svg{width:36px;height:36px;color:var(--st-color-border);margin-bottom:var(--st-space-3)}.dash-layout{display:grid;grid-template-columns:260px 1fr;gap:var(--st-space-7);align-items:start;padding-block:var(--st-space-6) var(--st-space-9);min-width:0}.dash-layout>*{min-width:0}@media (max-width:900px){.dash-layout{grid-template-columns:1fr}}.dash-nav{position:sticky;top:calc(72px + var(--st-space-5));background:var(--st-color-white);border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);padding:var(--st-space-4);display:flex;flex-direction:column;gap:2px}@media (max-width:900px){.dash-nav{position:static;flex-direction:row;overflow-x:auto;gap:var(--st-space-2)}}.dash-nav__item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:var(--st-radius-sm);font-size:14px;color:var(--st-color-text-muted);background:0 0;border:none;cursor:pointer;text-align:start;width:100%;transition:background var(--st-duration-fast),color var(--st-duration-fast)}@media (max-width:900px){.dash-nav__item{white-space:nowrap;width:auto}}.dash-nav__item svg{width:18px;height:18px;flex-shrink:0}.dash-nav__item:hover{background:var(--st-color-surface-2)}.dash-nav__item.is-active{background:var(--st-color-primary-tint);color:var(--st-color-ink);font-weight:700}.dash-nav__divider{height:1px;background:var(--st-color-border);margin:var(--st-space-3) 0}@media (max-width:900px){.dash-nav__divider{display:none}}.dash-nav__group-label{font-size:11px;font-weight:700;color:var(--st-color-text-muted);padding:4px 14px;text-transform:uppercase;letter-spacing:.04em}@media (max-width:900px){.dash-nav__group-label{display:none}}.dash-nav__item.is-upcoming{cursor:default;opacity:.65}.dash-nav__item.is-upcoming:hover{background:0 0}.dash-badge-soon{margin-inline-start:auto;font-size:10px;font-weight:700;background:var(--st-color-surface-2);color:var(--st-color-text-muted);padding:2px 8px;border-radius:var(--st-radius-full)}.dash-panel{display:none}.dash-panel.is-active{display:block}.dash-card{background:var(--st-color-white);border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);padding:var(--st-space-6);margin-bottom:var(--st-space-5)}.dash-card:last-child{margin-bottom:0}.dash-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--st-space-5);flex-wrap:wrap;gap:var(--st-space-3)}.dash-section-head h1,.dash-section-head h2{font-size:18px;font-weight:800}.dash-tabs{display:flex;gap:var(--st-space-2);margin-bottom:var(--st-space-5);border-bottom:1px solid var(--st-color-border)}.dash-tabs button{padding:10px 4px;margin-inline-end:var(--st-space-5);background:0 0;border:none;border-bottom:2px solid transparent;font-size:13px;font-weight:600;color:var(--st-color-text-muted);cursor:pointer}.dash-tabs button.is-active{color:var(--st-color-ink);border-color:var(--st-color-primary)}.dash-status{display:inline-flex;font-size:11px;font-weight:700;padding:4px 10px;border-radius:var(--st-radius-full)}.dash-status--success{background:#e3f3ea;color:var(--st-color-success)}.dash-status--pending{background:var(--st-color-primary-tint);color:var(--st-color-ink)}.dash-status--error{background:#fbe9e7;color:var(--st-color-error)}.dash-status--neutral{background:var(--st-color-surface-2);color:var(--st-color-text-muted)}.dash-list-row{display:flex;gap:var(--st-space-4);padding:var(--st-space-5) 0;border-bottom:1px solid var(--st-color-border);align-items:center;flex-wrap:wrap}.dash-list-row:last-child{border-bottom:none}.dash-list-row__media{width:76px;height:76px;border-radius:var(--st-radius-sm);flex-shrink:0;background-size:cover;background-position:center}.dash-list-row__actions{margin-inline-start:auto;display:flex;gap:8px;flex-wrap:wrap}.dash-icon-btn{width:28px;height:28px;border-radius:50%;border:none;background:0 0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--st-color-text-muted)}.dash-icon-btn:hover{background:var(--st-color-surface-2)}.dash-notif{display:flex;gap:var(--st-space-3);padding:var(--st-space-4) 0;border-bottom:1px solid var(--st-color-border)}.dash-notif:last-child{border-bottom:none}.dash-notif.is-unread{background:var(--st-color-primary-tint);margin:0 calc(var(--st-space-3) * -1);padding-inline:var(--st-space-3);border-radius:var(--st-radius-sm)}.dash-notif__dot{width:8px;height:8px;border-radius:50%;background:var(--st-color-primary);flex-shrink:0;margin-top:6px}.dash-notif__dot.is-hidden{visibility:hidden}.dash-notif__title{font-size:14px;font-weight:700}.dash-notif__msg{font-size:13px;color:var(--st-color-text-muted);margin-top:2px}.dash-notif__time{font-size:11px;color:var(--st-color-text-muted);margin-top:4px}.dash-notif__actions{margin-inline-start:auto;display:flex;gap:6px}.dash-tx{display:flex;justify-content:space-between;padding:var(--st-space-3) 0;border-bottom:1px solid var(--st-color-border);font-size:13px}.dash-tx:last-child{border-bottom:none}.dash-tx__amount.is-positive{color:var(--st-color-success);font-weight:700}.dash-tx__amount.is-negative{color:var(--st-color-error);font-weight:700}.st-location-picker__dropdown{position:absolute;top:100%;inset-inline-start:0;inset-inline-end:0;z-index:50;background:var(--st-color-white);border:1px solid var(--st-color-border);border-radius:var(--st-radius-sm);box-shadow:var(--st-shadow-md);margin-top:4px;max-height:280px;overflow-y:auto}.st-location-picker__item{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:start;padding:10px 14px;background:0 0;border:none;cursor:pointer;font-family:inherit;font-size:13px;color:var(--st-color-ink)}.st-location-picker__item.is-highlighted,.st-location-picker__item:focus-visible,.st-location-picker__item:hover{background:var(--st-color-surface-2)}.st-location-picker__type{font-size:11px;color:var(--st-color-text-muted);background:var(--st-color-surface-2);padding:2px 8px;border-radius:var(--st-radius-full)}.st-location-picker__loading{padding:14px 16px;font-size:13px;color:var(--st-color-text-muted);text-align:center}.bl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--st-space-5)}.bl-card{background:var(--st-color-white);border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:box-shadow var(--st-duration-fast),transform var(--st-duration-fast)}.bl-card:hover{box-shadow:var(--st-shadow-md);transform:translateY(-3px)}.bl-card__img{aspect-ratio:16/10;background:linear-gradient(135deg,var(--st-color-surface-2),#e4e9f2);display:flex;align-items:center;justify-content:center;color:var(--st-color-text-muted)}.bl-card__img img{width:100%;height:100%;object-fit:cover}.bl-card__body{padding:var(--st-space-5);display:flex;flex-direction:column;gap:8px;flex:1}.bl-card__cat{font-size:11px;font-weight:700;color:var(--st-color-primary)}.bl-card__title{font-size:15px;font-weight:800;line-height:1.5}.bl-card__excerpt{font-size:13px;color:var(--st-color-text-muted);line-height:1.7;flex:1}.bl-card__meta{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--st-color-text-muted);margin-top:4px}
/* Phase 4 — destinations grid items (multi-country) */.st-destinations__item{display:block;position:relative;border-radius:var(--st-radius-md);overflow:hidden;text-decoration:none;color:inherit;background:var(--st-color-surface-2);transition:transform var(--st-duration-fast,150ms) ease,box-shadow var(--st-duration-fast,150ms) ease}.st-destinations__item:hover{transform:translateY(-4px);box-shadow:var(--st-shadow-md)}.st-destinations__media{position:relative;height:170px;background:linear-gradient(135deg,var(--st-color-primary-tint,#e8ecf6),#d6dfe9);background-size:cover;background-position:center}.st-destinations__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,24,40,0) 40%,rgba(16,24,40,0.65))}.st-destinations__body{position:relative;display:flex;flex-direction:column;gap:2px;padding:14px 16px;background:var(--st-color-white);border:1px solid var(--st-color-border);border-top:0;border-radius:0 0 var(--st-radius-md) var(--st-radius-md)}.st-destinations__link{font-size:12px;font-weight:700;color:var(--st-color-primary);white-space:nowrap;margin-top:8px}.st-destinations__name{margin:0;font-size:16px;font-weight:800;line-height:1.5;color:var(--st-color-ink)}.st-destinations__country{margin:2px 0 0;font-size:12px;color:var(--st-color-text-muted)}.st-destinations__count{display:inline-block;margin-top:6px;font-size:11px;font-weight:700;color:var(--st-color-primary);background:var(--st-color-primary-tint);padding:2px 10px;border-radius:var(--st-radius-full)}.st-destinations__item.is-current .st-destinations__media{outline:2px solid var(--st-color-primary);outline-offset:-2px}
/* Phase 4 — standalone /destinations page */
.st-dest-page__hero{position:relative;background:var(--st-color-surface-2);padding-block:var(--st-space-9) calc(var(--st-space-9) + 8px)}
.st-dest-page__hero h1{font-size:30px;font-weight:800;margin-bottom:var(--st-space-2)}
.st-dest-page__hero p{font-size:15px;color:var(--st-color-text-muted);max-width:620px}
.st-dest-page__count{font-size:13px;font-weight:700;color:var(--st-color-primary);margin-bottom:var(--st-space-4)}
.st-dest-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--st-space-5)}
@media (max-width:1024px){.st-dest-page__grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.st-dest-page__grid{grid-template-columns:1fr}}
.pd-breadcrumb{font-size:13px;color:var(--st-color-text-muted);margin-bottom:var(--st-space-3)}
.pd-breadcrumb a{color:var(--st-color-text-muted);text-decoration:none}
.pd-breadcrumb a:hover{color:var(--st-color-primary)}
.st-cta{text-align:center}
.st-cta h2{font-size:22px;font-weight:800}
