/* Retail, Events & Beyond — page-specific styles */

.reb-page {
  --reb-cyan: #00cfff;
  --reb-cyan-soft: rgba(0, 207, 255, 0.45);
  --reb-text: #ffffff;
  --reb-muted: rgba(255, 255, 255, 0.92);
  background: #000;
  color: var(--reb-text);
  font-family: Montserrat, sans-serif;
}

.reb-page .reb-accent {
  color: var(--reb-cyan);
}

.reb-inner {
  width: min(88vw, 90%);
  margin: 0 auto;
}

.reb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 13.5rem;
  height: 3rem;
  padding: 0 1.75rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #00b4e6 0%, #00d8ff 100%);
  box-shadow: 0 0 22px rgba(0, 200, 255, 0.45);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.reb-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 200, 255, 0.55);
}

/* ========== 1. Hero ========== */
.reb-hero {
  position: relative;
  padding: 10.5rem 0 10%;
  background: url("../../assets/img/sector/reb-hero.png") center / cover no-repeat;
}

.reb-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.42) 55%, rgba(0, 0, 0, 0.28) 100%);
  pointer-events: none;
}

.reb-hero .reb-inner {
  position: relative;
  z-index: 1;
}

.reb-hero .reb-inner h1,
.reb-hero-title {
  margin: 0 0 1.35rem;
  color: #fff;
  font-size: clamp(1.85rem, 3.4vw, 3.35rem);
  font-weight: 700;
  line-height: 1.15;
}

.reb-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(240px, 320px);
  gap: 2.5rem;
  justify-content: space-between;
}

.reb-hero-copy p {
  max-width: 90%;
  margin: 0 0 1.75rem;
  color: var(--reb-muted);
  font-size: clamp(0.95rem, 1.5vw, 1.3rem);
  line-height: 1.7;
}

.reb-audience {
  padding: 1.75rem 1.6rem 1.5rem;
  border: 1px solid var(--reb-cyan);
  border-radius: 8px;
  background: rgba(4, 12, 24, 0.55);
  box-shadow: 0 0 18px rgba(0, 207, 255, 0.28);
  backdrop-filter: blur(10px);
  width: 320px;
}

.reb-audience h2 {
  margin: 0 0 0.8rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.reb-audience ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reb-audience li {
  position: relative;
  padding: 0.18rem 0 0.18rem 0.8rem;
  color: #fff;
  font-size: 14px;
  line-height: 1.55;
}

.reb-audience li::before {
  content: "";
  position: absolute;
  top: 0.68rem;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

/* ========== 2. Core solutions ========== */
.reb-solutions {
  padding: 5% 0 10% 0;

}

.bg-reab-2 {
  background: url("../../assets/img/sector/bg-s-2.jpg") no-repeat;
  background-size: 100% 100%;
}

.reb-solutions-head {
  max-width: 52rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.reb-solutions-head h2 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(1.7rem, 2.8vw, 2.75rem);
  font-weight: 700;
}

.reb-solutions-head p {
  margin: 0;
  color: var(--reb-muted);
  font-size: clamp(0.92rem, 1.05vw, 1.05rem);
  line-height: 1.7;
}

.reb-solutions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.reb-sol-card {
  position: relative;
  overflow: hidden;
  min-height: 11.5rem;
  aspect-ratio: 2.25 / 1;
  border: 1px solid var(--reb-cyan);
  border-radius: 18px;
  box-shadow: 0 0 12px rgba(0, 207, 255, 0.28);
  isolation: isolate;
}

.reb-sol-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.reb-sol-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 10, 24, 0.28);
  pointer-events: none;
}

.reb-sol-card h3 {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 1rem 1.25rem;
  color: #fff;
  font-size: clamp(1.05rem, 1.55vw, 1.5rem);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.75);
}

.reb-sol-card h3 span {
  font-size: 0.92em;
  font-weight: 700;
}

.reb-sol-card:hover {
  box-shadow: 0 0 22px rgba(0, 207, 255, 0.5);
}

.reb-sol-card:hover::after {
  background: rgba(0, 10, 24, 0.36);
}

/* ========== 3. How it helps ========== */
.reb-helps {
  padding: 5% 0 10% 0;
  background: url("../../assets/img/sector/bg-s-1.jpg") no-repeat;
  background-size: 100% 100%;
}

.reb-helps-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 3.5rem;
  align-items: center;
}

.reb-helps-copy h2 {
  margin: 0 0 1.5rem;
  color: #fff;
  font-size: clamp(1.7rem, 2.8vw, 2.7rem);
  font-weight: 700;
  line-height: 1.2;
}

.reb-helps-copy p {
  margin: 0 0 1.15rem;
  color: var(--reb-muted);
  font-size: clamp(0.95rem, 1.1vw, 1.08rem);
  line-height: 1.7;
}

.reb-helps-panel h3 {
  margin: 0 0 0.85rem;
  color: var(--reb-cyan);
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  font-weight: 700;
}

.reb-helps-panel>p {
  margin: 0 0 1.4rem;
  color: var(--reb-muted);
  font-size: clamp(0.92rem, 1.05vw, 1.02rem);
  line-height: 1.65;
}

.reb-feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.reb-feature-list li {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-height: 4.35rem;
  padding: 0.85rem 1.4rem;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(0, 180, 220, 0.18) 0%, rgba(0, 0, 0, 0.08) 72%);
  box-shadow:
    inset 2px 0 0 var(--reb-cyan),
    inset 0 1px 0 rgba(0, 207, 255, 0.55),
    0 0 14px rgba(0, 207, 255, 0.12);
}

.reb-feature-list .reb-num {
  flex: 0 0 auto;
  color: var(--reb-cyan);
  font-size: clamp(1.5rem, 2vw, 1.85rem);
  font-weight: 700;
  line-height: 1;
}

.reb-feature-list li span:last-child {
  color: #fff;
  font-size: clamp(0.98rem, 1.15vw, 1.12rem);
  font-weight: 600;
}

/* ========== 4. Why Silversea Media ========== */
.reb-why {
  padding: 4rem 0 4rem;
  background: url("../../assets/img/sector/bg-s-3.jpg") no-repeat;
  background-size: 100% 100%;
}

.reb-why-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 3.25rem;
  align-items: center;
}

.reb-why-copy h2 {
  margin: 0 0 1.35rem;
  color: #fff;
  font-size: clamp(1.7rem, 2.8vw, 2.7rem);
  font-weight: 700;
}

.reb-why-copy p {
  margin: 0 0 1.85rem;
  color: var(--reb-muted);
  font-size: clamp(0.95rem, 1.1vw, 1.08rem);
  line-height: 1.7;
}

.reb-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.reb-benefits {
  padding: 2rem 2rem 1.5rem;
  border: 2px solid var(--reb-cyan);
  border-radius: 18px;
  background: rgba(0, 30, 68, 0.50);
  box-shadow: 0 7px 9.1px 1px rgba(0, 0, 0, 0.25);
}

.reb-benefits h3 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 700;
}

.reb-benefits ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reb-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.reb-benefits li:last-child {
  margin-bottom: 0.25rem;
}

.reb-benefits .reb-num {
  flex: 0 0 2.6rem;
  color: var(--reb-cyan);
  font-size: clamp(1.55rem, 2.5vw, 2.5vw);
  font-weight: 700;
  line-height: 1.1;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.reb-benefits strong {
  display: block;
  color: #fff;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  font-weight: 700;
}

.reb-benefits p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.88rem, 0.98vw, 0.98rem);
  line-height: 1.5;
}

@media (max-width: 991px) {
  .reb-hero {
    padding-top: 8.5rem;
  }

  .reb-hero-grid,
  .reb-helps-grid,
  .reb-why-grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .reb-audience {
    max-width: 28rem;
  }

  .reb-sol-card {
    min-height: 10rem;
  }
}

@media (max-width: 640px) {

  .reb-hero,
  .reb-solutions,
  .reb-helps,
  .reb-why {
    padding-left: 0;
    padding-right: 0;
  }

  .reb-solutions-grid {
    grid-template-columns: 1fr;
  }

  .reb-sol-card {
    aspect-ratio: 16 / 8;
  }

  .reb-btn,
  .reb-btn-row .reb-btn {
    width: 100%;
  }

  .reb-benefits {
    padding: 1.5rem 1.25rem 1.15rem;
  }
}