<style>
.xeeni-showroom {
  --xs-green: #2f855a;
  --xs-green-dark: #1f5d3d;
  --xs-gold: #f0b800;
  --xs-ink: #17202a;
  --xs-muted: #5d6774;
  --xs-line: rgba(23, 32, 42, 0.08);
  background: linear-gradient(180deg, #fffef9 0%, #ffffff 34%, #f5faf6 100%);
  color: var(--xs-ink);
}
.xeeni-showroom__hero,
.xeeni-showroom__section,
.xeeni-showroom__projects,
.xeeni-showroom__consultation {
  padding: 72px 16px;
}
.xeeni-showroom__inner,
.xeeni-showroom__grid,
.xeeni-showroom__projects-grid,
.xeeni-showroom__consultation-grid {
  width: min(1240px, calc(100% - 24px));
  margin: 0 auto;
}
.xeeni-showroom__hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 120px 16px 72px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.4) 44%, rgba(0, 0, 0, 0.72) 100%),
    url('/images/showroom.png') center center / cover no-repeat;
}
.xeeni-showroom__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(240, 184, 0, 0.16) 0%, rgba(240, 184, 0, 0) 32%),
    radial-gradient(circle at top right, rgba(47, 133, 90, 0.14) 0%, rgba(47, 133, 90, 0) 28%);
  pointer-events: none;
}
.xeeni-showroom__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.88);
  color: var(--xs-green);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  box-shadow: 0 12px 28px rgba(47, 133, 90, 0.08);
}
.xeeni-showroom__hero h1,
.xeeni-showroom__panel h2,
.xeeni-showroom__projects-head h2,
.xeeni-showroom__consultation-panel h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
}
.xeeni-showroom__hero h1 span {
  color: #fff;
}
.xeeni-showroom__lead,
.xeeni-showroom__panel p,
.xeeni-showroom__benefit p,
.xeeni-showroom__project-copy,
.xeeni-showroom__consultation-panel p,
.xeeni-showroom__detail dd {
  color: var(--xs-muted);
  line-height: 1.85;
}
.xeeni-showroom__lead {
  max-width: 760px;
  font-size: 1.06rem;
  color: rgba(255,255,255,0.92);
}
.xeeni-showroom__hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}
.xeeni-showroom__stat,
.xeeni-showroom__panel,
.xeeni-showroom__benefit,
.xeeni-showroom__project,
.xeeni-showroom__consultation-panel {
  background: rgba(255,255,255,0.94);
  border: 1px solid var(--xs-line);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(23, 32, 42, 0.08);
}
.xeeni-showroom__stat {
  padding: 20px 18px;
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
}
.xeeni-showroom__stat strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 1.5rem;
}
.xeeni-showroom__hero .xeeni-showroom__inner {
  position: relative;
  z-index: 1;
}
.xeeni-showroom__hero .xeeni-showroom__eyebrow {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}
.xeeni-showroom__hero .xeeni-showroom__inner h1 {
  max-width: 900px;
  color: #fff;
}
.xeeni-showroom__hero .xeeni-showroom__stat span {
  color: rgba(255,255,255,0.84);
}
.xeeni-showroom__grid,
.xeeni-showroom__consultation-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
  align-items: stretch;
}
.xeeni-showroom__panel {
  padding: 34px;
}
.xeeni-showroom__list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.xeeni-showroom__list li {
  position: relative;
  padding-left: 26px;
  color: var(--xs-muted);
  line-height: 1.75;
}
.xeeni-showroom__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--xs-gold), var(--xs-green));
}
.xeeni-showroom__benefits {
  display: grid;
  gap: 18px;
}
.xeeni-showroom__benefit {
  padding: 26px;
}
.xeeni-showroom__benefit h3,
.xeeni-showroom__project h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: var(--xs-green-dark);
}
.xeeni-showroom__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.xeeni-showroom__button,
.xeeni-showroom__button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.xeeni-showroom__button {
  background: linear-gradient(135deg, var(--xs-green-dark), var(--xs-green));
  color: #fff;
}
.xeeni-showroom__button-secondary {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.24);
}
.xeeni-showroom__details {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}
.xeeni-showroom__detail {
  padding: 22px 24px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf7 100%);
  border: 1px solid var(--xs-line);
}
.xeeni-showroom__detail dt {
  margin-bottom: 8px;
  color: var(--xs-green-dark);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.xeeni-showroom__detail dd {
  margin: 0;
}
.xeeni-showroom__projects-head {
  width: min(1240px, calc(100% - 24px));
  margin: 0 auto 28px;
}
.xeeni-showroom__projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.xeeni-showroom__project {
  overflow: hidden;
}
.xeeni-showroom__project-media {
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(135deg, rgba(47, 133, 90, 0.16), rgba(240, 184, 0, 0.16)),
    linear-gradient(180deg, #ece7df, #d8d2ca);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  text-align: center;
  color: #6e675f;
  font-weight: 700;
}
.xeeni-showroom__project-body {
  padding: 24px;
}
.xeeni-showroom__project-meta {
  display: block;
  margin-bottom: 10px;
  color: var(--xs-green);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.xeeni-showroom__consultation {
  background: linear-gradient(180deg, #fcfff9 0%, #f5fbf6 100%);
}
.xeeni-showroom__consultation-panel {
  padding: 34px;
}
.xeeni-showroom__consultation-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.xeeni-showroom__consultation-chip {
  padding: 18px 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--xs-line);
  text-align: center;
  color: var(--xs-green-dark);
  font-weight: 700;
}
@media (max-width: 991px) {
  .xeeni-showroom__hero-stats,
  .xeeni-showroom__consultation-meta,
  .xeeni-showroom__projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xeeni-showroom__grid,
  .xeeni-showroom__consultation-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .xeeni-showroom__hero-stats,
  .xeeni-showroom__consultation-meta,
  .xeeni-showroom__projects-grid {
    grid-template-columns: 1fr;
  }
  .xeeni-showroom__button,
  .xeeni-showroom__button-secondary {
    width: 100%;
  }
}
</style>
