*{box-sizing:border-box}
:root{
  --orange:#ff4d16;
  --orange2:#ff7a18;
  --navy:#07142e;
  --muted:#667085;
  --bg:#f5f7fb;
  --card:#fff;
  --line:#e7ebf1;
}
body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  background:var(--bg);
  color:var(--navy);
}
a{text-decoration:none;color:inherit}
.app-header{
  position:sticky;
  top:0;
  z-index:50;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 18px;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line);
}
.brand{display:flex;align-items:center;gap:10px;font-size:25px}
.brand strong{letter-spacing:-1px}
.brand strong span{color:var(--orange)}
.brand-mark{
  width:42px;height:42px;border-radius:16px;
  display:grid;place-items:center;
  color:white;font-weight:1000;
  background:conic-gradient(from 40deg,var(--orange),var(--orange2),var(--navy),var(--orange));
}
.header-action{
  background:var(--navy);
  color:white;
  padding:12px 18px;
  border-radius:18px;
  font-weight:900;
}
.hero{
  position:relative;
  overflow:hidden;
  min-height:650px;
  display:flex;
  align-items:center;
  padding:54px 18px 44px;
  background:
    linear-gradient(90deg,rgba(245,247,251,.96),rgba(245,247,251,.82)),
    url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=1600&auto=format&fit=crop') center/cover;
}
.hero-glow{
  position:absolute;
  width:340px;height:340px;border-radius:999px;
  background:rgba(255,77,22,.18);
  filter:blur(50px);
  right:-120px;top:80px;
}
.hero-content{
  position:relative;
  max-width:760px;
  margin:0 auto;
  width:100%;
}
.eyebrow{
  display:inline-flex;
  background:white;
  border:1px solid #ffe0d2;
  color:var(--orange);
  padding:10px 15px;
  border-radius:999px;
  font-weight:1000;
  box-shadow:0 10px 25px rgba(15,23,42,.08);
}
h1{
  margin:20px 0 16px;
  font-size:64px;
  line-height:.94;
  letter-spacing:-3px;
  font-weight:1000;
}
h1 span{color:var(--orange)}
.hero p{
  font-size:23px;
  line-height:1.45;
  font-weight:800;
  max-width:650px;
  margin:0 0 28px;
}
.search-card{
  background:rgba(255,255,255,.9);
  border:1px solid rgba(231,235,241,.95);
  box-shadow:0 26px 70px rgba(15,23,42,.16);
  border-radius:34px;
  padding:20px;
  display:grid;
  gap:14px;
}
.search-card label{display:grid;gap:7px}
.search-card span{font-size:13px;font-weight:1000;color:var(--muted);padding-left:4px}
input,select{
  width:100%;
  border:1px solid #dfe5ed;
  background:white;
  border-radius:22px;
  min-height:62px;
  padding:0 20px;
  font-size:18px;
  font-weight:800;
  color:var(--navy);
  outline:none;
}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.search-card button{
  border:0;
  border-radius:23px;
  min-height:64px;
  font-size:18px;
  font-weight:1000;
  color:white;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  box-shadow:0 16px 30px rgba(255,77,22,.28);
}
.quick-cats{
  max-width:1120px;
  margin:-28px auto 0;
  position:relative;
  z-index:5;
  padding:0 18px;
  display:flex;
  gap:12px;
  overflow-x:auto;
  scrollbar-width:none;
}
.quick-cats a{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:10px;
  background:white;
  border:1px solid var(--line);
  padding:16px 20px;
  border-radius:22px;
  font-weight:1000;
  box-shadow:0 14px 30px rgba(15,23,42,.08);
}
.quick-cats span{font-size:23px}
.section{
  max-width:1120px;
  margin:42px auto;
  padding:0 18px;
}
.section-title{
  display:flex;
  justify-content:space-between;
  align-items:end;
  margin-bottom:20px;
}
.section-title h2{
  margin:0;
  font-size:40px;
  letter-spacing:-1.5px;
}
.section-title p{margin:7px 0 0;color:var(--muted);font-weight:800}
.section-title a{color:var(--orange);font-weight:1000}
.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.listing-card{
  background:white;
  border:1px solid var(--line);
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 18px 42px rgba(15,23,42,.09);
}
.image{
  height:230px;
  position:relative;
  overflow:hidden;
}
.image img{
  width:100%;height:100%;object-fit:cover;
  transition:.4s ease;
}
.listing-card:hover img{transform:scale(1.05)}
.image button{
  position:absolute;
  right:14px;top:14px;
  width:48px;height:48px;border-radius:999px;
  border:0;background:rgba(255,255,255,.95);
  font-size:24px;color:var(--orange);
  box-shadow:0 10px 26px rgba(15,23,42,.14);
}
.content{padding:20px}
.tag{
  display:inline-flex;
  background:#fff3ed;
  color:var(--orange);
  padding:8px 12px;
  border-radius:999px;
  font-size:13px;
  font-weight:1000;
}
.content h3{
  margin:13px 0 8px;
  font-size:21px;
  line-height:1.18;
}
.content p{margin:0 0 12px;color:var(--muted);font-weight:900}
.content strong{font-size:27px;color:var(--orange)}
.trust{
  max-width:1120px;
  margin:44px auto 110px;
  padding:34px;
  border-radius:38px;
  background:linear-gradient(135deg,#07142e,#111f3d);
  color:white;
  display:grid;
  grid-template-columns:1fr auto;
  gap:28px;
  align-items:center;
}
.trust span{font-size:38px}
.trust h2{font-size:38px;line-height:1;margin:12px 0}
.trust p{margin:0;color:#cbd5e1;font-size:18px;line-height:1.5}
.trust a{
  color:white;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  border-radius:22px;
  padding:18px 24px;
  font-weight:1000;
}
.bottom-nav{display:none}
@media(max-width:760px){
  .header-action{display:none}
  .brand{font-size:23px}
  .hero{
    min-height:auto;
    padding:34px 18px 42px;
  }
  h1{
    font-size:45px;
    letter-spacing:-2px;
  }
  .hero p{
    font-size:21px;
  }
  .search-card{
    border-radius:30px;
    padding:14px;
  }
  .form-grid{grid-template-columns:1fr}
  input,select{min-height:58px;font-size:17px}
  .quick-cats{
    margin:-18px auto 0;
    padding-bottom:4px;
  }
  .quick-cats a{
    padding:14px 16px;
    border-radius:20px;
  }
  .section-title{
    align-items:flex-start;
  }
  .section-title h2{font-size:34px}
  .section-title a{display:none}
  .cards{grid-template-columns:1fr}
  .listing-card{
    display:grid;
    grid-template-columns:130px 1fr;
    border-radius:28px;
  }
  .listing-card.featured{
    grid-template-columns:1fr;
  }
  .image{height:100%}
  .listing-card:not(.featured) .image{min-height:160px}
  .content{padding:16px}
  .content h3{font-size:19px}
  .content strong{font-size:24px}
  .trust{
    margin:34px 18px 105px;
    grid-template-columns:1fr;
    padding:26px;
    border-radius:30px;
  }
  .trust h2{font-size:30px}
  .trust a{text-align:center}
  .bottom-nav{
    position:fixed;
    z-index:100;
    left:12px;
    right:12px;
    bottom:10px;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:2px;
    background:rgba(255,255,255,.97);
    border:1px solid var(--line);
    border-radius:25px;
    padding:9px 8px;
    box-shadow:0 18px 45px rgba(15,23,42,.22);
    backdrop-filter:blur(16px);
  }
  .bottom-nav a{
    min-width:0;
    height:52px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#667085;
    font-size:10.5px;
    font-weight:1000;
    border-radius:18px;
  }
  .bottom-nav a span{font-size:19px;margin-bottom:4px}
  .bottom-nav a.active{
    color:var(--orange);
    background:#fff3ed;
  }
  .bottom-nav a.main{
    width:64px;
    max-width:64px;
    height:64px;
    justify-self:center;
    margin-top:-28px;
    color:white;
    background:linear-gradient(135deg,var(--orange),var(--orange2));
    border-radius:20px;
    box-shadow:0 12px 30px rgba(255,90,31,.38);
  }
  .bottom-nav a.main span{
    font-size:25px;
    margin-bottom:2px;
  }
}
