/* SUKANII V6 PREMIUM HERO */
:root{
  --uae-green:#00843d;
  --uae-red:#e31b23;
  --uae-black:#0b1014;
  --uae-gold:#d7a74b;
}
.site-header{height:96px;padding:0 4.2vw;background:#fff}
.brand-copy strong{font-family:"Playfair Display",serif;font-weight:600;letter-spacing:5px}
.desktop-nav a{font-family:"Playfair Display",serif;font-weight:600}
.hero{
  min-height:705px;
  padding:54px 5.1vw 86px;
  background:
    linear-gradient(90deg,rgba(1,14,24,.94) 0%,rgba(3,18,28,.84) 30%,rgba(4,20,29,.25) 68%),
    url("https://images.unsplash.com/photo-1512453979798-5ea266f8880c?q=90&w=2200") center/cover no-repeat;
}
.hero-overlay{display:none}
.hero-content{max-width:1460px;width:100%}
.hero .eyebrow{color:#e9a844;font-size:12px;letter-spacing:4px;margin-bottom:24px}
.hero h1{font-family:"Playfair Display",serif;font-size:76px;line-height:1.02;margin:0 0 22px;max-width:720px}
.uae-word i,.uae-word b,.uae-word em{font-style:normal}
.uae-word i{color:var(--uae-green)}
.uae-word b{color:#fff;font-weight:600}
.uae-word em{color:var(--uae-red)}
.hero-sub{font-size:18px;max-width:560px;color:rgba(255,255,255,.9)}
.hero-trust-row{display:flex;gap:34px;margin:28px 0 30px;flex-wrap:wrap}
.hero-trust-item{display:flex;align-items:flex-start;gap:12px;min-width:190px}
.trust-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;flex:0 0 auto}
.trust-icon.green{background:var(--uae-green);color:#07130d}
.trust-icon.white{background:#fff;color:#101311}
.trust-icon.red{background:var(--uae-red);color:#fff}
.hero-trust-item strong,.hero-trust-item small{display:block}
.hero-trust-item strong{font-size:15px;color:#fff}
.hero-trust-item small{font-size:12px;color:rgba(255,255,255,.72);line-height:1.45;margin-top:4px}
.search-shell{max-width:1380px;border-radius:20px;padding:18px 20px;box-shadow:0 28px 70px rgba(0,0,0,.32)}
.search-tabs{gap:14px;margin-bottom:14px}
.search-tabs button{padding:13px 24px;min-width:110px;border-radius:10px}
.search-tabs button.active{background:var(--uae-green)}
.search-grid{grid-template-columns:1.35fr 1.1fr .8fr .95fr auto;gap:12px}
.search-grid.has-rental{grid-template-columns:1.25fr 1fr .72fr .8fr .9fr auto}
.field{min-height:75px;display:flex;flex-direction:column;justify-content:center;padding:10px 16px}
.field span{font-size:11px;letter-spacing:.6px}
.field select{font-size:16px}
.search-btn{min-width:205px;background:var(--uae-red);border-radius:11px;font-size:17px}
.rental-period-field{display:none}
.rental-period-field.show{display:flex}
.trust-strip{display:none!important}
.premium-bottom-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr) auto;
  align-items:center;
  gap:0;
  background:linear-gradient(90deg,#111719,#1b2021);
  color:#fff;
  padding:24px 5vw;
}
.premium-bottom-strip>div{display:flex;gap:12px;align-items:center;padding:0 26px;border-right:1px solid rgba(255,255,255,.18)}
.premium-bottom-strip>div:first-child{padding-left:0}
.premium-bottom-strip span{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#202728;font-weight:800}
.premium-bottom-strip strong,.premium-bottom-strip small{display:block}
.premium-bottom-strip small{color:rgba(255,255,255,.65);font-size:12px;margin-top:3px}
.premium-bottom-strip a{background:var(--uae-green);color:#fff;border-radius:999px;padding:15px 24px;font-weight:800}
@media(max-width:1180px){
  .search-grid,.search-grid.has-rental{grid-template-columns:repeat(3,1fr)}
  .premium-bottom-strip{grid-template-columns:repeat(2,1fr)}
  .premium-bottom-strip a{grid-column:1/-1;text-align:center;margin-top:18px}
}
@media(max-width:760px){
  .site-header{height:78px}
  .hero{min-height:auto;padding:48px 18px 50px}
  .hero h1{font-size:46px}
  .hero-sub{font-size:15px}
  .hero-trust-row{gap:16px;margin-bottom:20px}
  .hero-trust-item{width:100%}
  .search-tabs{display:grid;grid-template-columns:repeat(2,1fr)}
  .search-tabs button{min-width:0}
  .search-grid,.search-grid.has-rental{grid-template-columns:1fr}
  .premium-bottom-strip{grid-template-columns:1fr;padding:24px 18px}
  .premium-bottom-strip>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12);padding:14px 0}
}
