:root {
  --ez-yellow: #f3c623;
  --ez-dark: #111111;
  --ez-light: #f8f9fa;
  --ez-soft-bg: #f4f4f1;
  --ez-soft-card: #fcfcfa;
  --ez-soft-border: rgba(0,0,0,0.08);
  --ez-card-bg: rgba(255,255,255,0.04);
  --ez-border: rgba(255,255,255,0.12);
  --ez-shadow: 0 10px 30px rgba(0,0,0,0.18);
  --ez-radius: 18px;
  --ez-cta-shadow: 0 12px 28px rgba(243,198,35,0.28);
}

.ez-homepage h1,
.ez-homepage h2,
.ez-homepage h3,
.ez-homepage h4 {
  line-height: 1.15;
}

.ez-homepage .yellow {
  color: var(--ez-yellow);
}

.ez-section {
  padding: 72px 0;
}

.ez-section-sm {
  padding: 42px 0;
}

.ez-hero {
  padding: 90px 0 70px;
  text-align: center;
}

.ez-hero-title {
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  font-weight: 800;
  margin-bottom: 1rem;
}

.ez-hero-subtitle {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  max-width: 900px;
  margin: 0 auto 1rem;
  opacity: 0.95;
}

.ez-hero-copy {
  max-width: 860px;
  margin: 0 auto 1.75rem;
  font-size: 1.05rem;
  line-height: 1.75;
}

.ez-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 1.5rem auto 2rem;
}

.ez-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--ez-border);
  background: rgba(255,255,255,0.04);
  font-weight: 600;
  font-size: 0.92rem;
  opacity: 0.92;
}

.ez-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.ez-homepage .btn {
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.ez-homepage .btn:hover {
  transform: translateY(-2px);
}

.ez-homepage .btn-primary {
  padding: 1rem 1.8rem;
  font-size: 1.02rem;
  box-shadow: var(--ez-cta-shadow);
}

.ez-homepage .btn-outline-light,
.ez-homepage .btn-outline-primary {
  padding: 0.95rem 1.5rem;
  font-size: 0.98rem;
}

.ez-homepage .btn-lg {
  min-width: 220px;
}

.ez-icons-grid a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.ez-room-icon-wrap {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--ez-border);
  border-radius: 24px;
  padding: 12px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.ez-room-icon-wrap:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
  border-color: rgba(243,198,35,0.28);
}

.ez-room-icon {
  width: 100%;
  max-width: 170px;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.15);
  display: block;
  margin: 0 auto;
}

.ez-room-icon-label {
  margin-top: 12px;
  font-weight: 700;
  font-size: 0.96rem;
}

.ez-choice-section {
  background: var(--ez-soft-bg);
}

.ez-choice-card,
.ez-step-card,
.ez-info-card {
  height: 100%;
  border: 1px solid var(--ez-soft-border);
  border-radius: var(--ez-radius);
  background: var(--ez-soft-card);
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}

.ez-choice-card .card-body,
.ez-step-card,
.ez-info-card {
  padding: 1.4rem;
}

.ez-choice-card h3,
.ez-step-card h3 {
  color: #161616;
}

.ez-choice-card p,
.ez-step-card p,
.ez-info-card p {
  color: #333;
}

.ez-choice-card .btn {
  margin-top: 0.4rem;
}

.ez-room-card {
  height: 100%;
  border: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--ez-shadow);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ez-room-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(0,0,0,0.22);
}

.ez-room-card .card-img-top {
  width: 100%;
  height: auto;
  display: block;
}

.ez-room-card .card-body {
  padding: 1.4rem 1.25rem 1.5rem;
}

.ez-room-card .card-title {
  margin-bottom: 0.9rem;
}

.ez-room-card .card-title a {
  text-decoration: none;
  color: inherit;
}

.ez-room-card .card-text {
  line-height: 1.65;
}

.ez-room-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0.75rem 0 1rem;
}

.ez-room-meta span {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,0.05);
  font-size: 0.9rem;
  font-weight: 600;
}

.ez-section-intro {
  max-width: 860px;
  margin: 0 auto;
}

.ez-trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 2rem;
}

.ez-trust-item {
  min-width: 180px;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--ez-border);
  font-weight: 700;
  font-size: 0.95rem;
  opacity: 0.92;
}

.ez-long-copy {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.85;
  font-size: 1.02rem;
}

.ez-offer-box {
  padding: 1.5rem;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(243,198,35,0.12), rgba(255,255,255,0.04));
  border: 1px solid rgba(243,198,35,0.25);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.ez-offer-discount {
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 800;
  color: var(--ez-yellow);
  line-height: 1;
}

.ez-anchor-offset {
  scroll-margin-top: 110px;
}

@media (max-width: 991.98px) {
  .ez-section {
    padding: 56px 0;
  }

  .ez-hero {
    padding: 60px 0 45px;
  }

  .ez-room-card .card-body {
    padding: 1.15rem 1rem 1.2rem;
  }
}

@media (max-width: 767.98px) {
  .ez-hero-copy {
    font-size: 1rem;
    line-height: 1.7;
  }

  .ez-badge {
    width: 100%;
  }

  .ez-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .ez-cta-row .btn {
    width: 100%;
  }

  .ez-sticky-book {
    position: sticky;
    bottom: 0;
    z-index: 999;
    background: rgba(17,17,17,0.96);
    padding: 12px;
    border-top: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
  }

  .ez-sticky-book .btn {
    width: 100%;
    margin: 0;
  }
}