/* =========================================================
   Homepage Page Layer
   Page-specific styling for the Let's Get It Clean homepage.

   This file should only own homepage-specific sections and refinements.
   Shared primitives belong in core/components.css.
   Global section systems belong in core/sections.css.
   Header/footer belong in their own core files.
   ========================================================= */

/* ------------------------------
   Homepage foundation
   ------------------------------ */
.home-page,
.homepage-page {
  overflow-x: hidden;
  background: #f8fafc;
}

.homepage-section {
  position: relative;
  overflow: hidden;
}

.homepage-section .lux-container {
  position: relative;
  z-index: 2;
}

.homepage-kicker,
.homepage-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 16px;
  color: var(--gold, #d4af37);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.homepage-kicker::before,
.homepage-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0), rgba(212, 175, 55, 0.9));
}

.homepage-section-header {
  max-width: 900px;
  margin: 0 auto clamp(42px, 5vw, 66px);
  text-align: center;
}

.homepage-section-header.align-left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.homepage-section-header.align-left .homepage-kicker,
.homepage-section-header.align-left .homepage-eyebrow {
  margin-right: 0;
  margin-left: 0;
}

.homepage-section-title {
  margin: 0;
  color: #071a36;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.homepage-section-title.light,
.homepage-section-title.is-light {
  color: #ffffff;
}

.homepage-section-copy {
  max-width: 780px;
  margin: 18px auto 0;
  color: #536173;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.82;
}

.homepage-section-copy.light,
.homepage-section-copy.is-light {
  color: #d7e0ec;
}

.homepage-section-header.align-left .homepage-section-copy {
  margin-left: 0;
}

/* ------------------------------
   Homepage active HTML hooks
   ------------------------------ */
.homepage-reviews-primary-cta {
  white-space: nowrap;
}

.homepage-trust-cta-executive-wrap {
  max-width: 1120px;
}

.homepage-proof-section {
  background:
    radial-gradient(circle at 90% 0%, rgba(212, 175, 55, 0.07), rgba(212, 175, 55, 0) 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

/* ------------------------------
   Hero
   ------------------------------ */
.home-hero,
.homepage-hero,
.hero-home,
.main-home-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(96px, 10vw, 156px) 0 clamp(82px, 8vw, 124px);
  background:
    radial-gradient(circle at 84% 18%, rgba(212, 175, 55, 0.18), rgba(212, 175, 55, 0) 32%),
    radial-gradient(circle at 12% 16%, rgba(74, 120, 168, 0.18), rgba(74, 120, 168, 0) 34%),
    linear-gradient(135deg, #06162d 0%, #071a36 52%, #031022 100%);
}

.home-hero::before,
.homepage-hero::before,
.hero-home::before,
.main-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.32;
  pointer-events: none;
}

.home-hero::after,
.homepage-hero::after,
.hero-home::after,
.main-home-hero::after {
  content: "";
  position: absolute;
  right: -190px;
  bottom: -220px;
  z-index: -1;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.10);
  filter: blur(10px);
  pointer-events: none;
}

.home-hero-grid,
.homepage-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, 0.82fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
}

.home-hero-content,
.homepage-hero-content {
  max-width: 780px;
}

.home-hero .lux-eyebrow-gold,
.homepage-hero .lux-eyebrow-gold {
  margin-bottom: 18px;
}

.home-hero-title,
.homepage-hero-title,
.hero-home .lux-h1,
.main-home-hero .lux-h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(46px, 7.6vw, 94px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.home-hero-title .text-gradient,
.homepage-hero-title .text-gradient {
  background: linear-gradient(92deg, #ffffff 0%, #f3d987 42%, #d4af37 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home-hero-copy,
.homepage-hero-copy,
.home-hero .lux-p,
.homepage-hero .lux-p,
.hero-home .lux-p,
.main-home-hero .lux-p {
  max-width: 720px;
  margin-top: 24px;
  color: #d8e1ec;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.86;
}

.home-hero-copy strong,
.homepage-hero-copy strong,
.home-hero .lux-p strong,
.homepage-hero .lux-p strong {
  color: #ffffff;
  font-weight: 800;
}

.home-hero-actions,
.homepage-hero-actions,
.home-hero .hero-btns,
.homepage-hero .hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.home-hero-proof-grid,
.homepage-hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin-top: 36px;
}

.home-hero-proof,
.homepage-hero-proof {
  min-height: 118px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 0%, rgba(212, 175, 55, 0.10), rgba(212, 175, 55, 0) 38%),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(10px);
}

.home-hero-proof span,
.homepage-hero-proof span {
  display: block;
  color: #f3d987;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-hero-proof p,
.homepage-hero-proof p {
  margin: 10px 0 0;
  color: #d7e0ec;
  font-size: 13.5px;
  line-height: 1.58;
}

.home-hero-media,
.homepage-hero-media {
  position: relative;
  min-height: 520px;
}

.home-hero-image-wrap,
.homepage-hero-image-wrap {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.34);
}

.homepage-hero-image-wrap {
  display: flex;
  align-items: stretch;
}

.home-hero-image,
.homepage-hero-image,
.home-hero-image-wrap img,
.homepage-hero-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.homepage-hero-image-wrap .hero-image {
  height: 100%;
  min-height: 520px;
}

.home-hero-image-wrap::after,
.homepage-hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 16, 34, 0) 40%, rgba(3, 16, 34, 0.46) 100%),
    radial-gradient(circle at 88% 0%, rgba(212, 175, 55, 0.16), rgba(212, 175, 55, 0) 35%);
  pointer-events: none;
}

.home-hero-floating-card,
.homepage-hero-floating-card,
.home-hero .glass-review-card,
.homepage-hero .glass-review-card {
  position: absolute;
  right: clamp(18px, 2.5vw, 34px);
  bottom: clamp(18px, 2.5vw, 34px);
  z-index: 3;
  width: min(330px, calc(100% - 36px));
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(7, 26, 54, 0.78);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
}

.home-hero-floating-card p,
.homepage-hero-floating-card p,
.home-hero .glass-review-card p,
.homepage-hero .glass-review-card p {
  color: #e2e8f0;
}

.homepage-hero-review-card {
  max-width: 340px;
  overflow: hidden;
  isolation: isolate;
}

.homepage-hero-review-card::before,
.homepage-hero-review-card::after {
  display: none;
  content: none;
}

.homepage-hero-review-card .glass-stars {
  position: relative;
  z-index: 2;
  color: #f3d987;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.14em;
}

.homepage-hero-review-card .glass-quote {
  position: relative;
  z-index: 2;
  margin: 12px 0 0;
  color: #ffffff;
  font-size: 14.5px;
  line-height: 1.62;
}

.homepage-hero-review-card .glass-author {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: #d7e0ec;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.homepage-hero-review-card .glass-author img,
.homepage-hero-image-wrap .homepage-hero-review-card img,
.homepage-hero .homepage-hero-review-card img {
  display: block;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  object-fit: contain;
}

.homepage-hero-image-wrap .homepage-hero-review-card .glass-author img,
.homepage-hero .homepage-hero-review-card .glass-author img {
  flex: 0 0 16px;
}

/* ------------------------------
   Services
   ------------------------------ */
.home-services,
.homepage-services {
  padding: clamp(88px, 9vw, 142px) 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(212, 175, 55, 0.07), rgba(212, 175, 55, 0) 30%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.home-service-grid,
.homepage-service-grid,
.home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.home-service-card,
.homepage-service-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 3vw, 38px);
  border: 1px solid rgba(11, 30, 58, 0.08);
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 0%, rgba(212, 175, 55, 0.10), rgba(212, 175, 55, 0) 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 24px 70px rgba(11, 30, 58, 0.075);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.home-service-card::before,
.homepage-service-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(212, 175, 55, 0.11);
  border-radius: 22px;
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.home-service-card:hover,
.homepage-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 175, 55, 0.20);
  box-shadow: 0 34px 88px rgba(11, 30, 58, 0.12);
}

.home-service-card:hover::before,
.homepage-service-card:hover::before {
  opacity: 1;
}

.home-service-card.is-featured,
.homepage-service-card.is-featured,
.home-service-card.featured,
.homepage-service-card.featured {
  border-color: rgba(212, 175, 55, 0.22);
  background:
    radial-gradient(circle at 88% 0%, rgba(212, 175, 55, 0.15), rgba(212, 175, 55, 0) 34%),
    linear-gradient(135deg, #071a36 0%, #102b52 100%);
  box-shadow: 0 32px 90px rgba(7, 26, 54, 0.22);
}

.home-service-card.is-featured h3,
.homepage-service-card.is-featured h3,
.home-service-card.featured h3,
.homepage-service-card.featured h3 {
  color: #ffffff;
}

.home-service-card.is-featured p,
.homepage-service-card.is-featured p,
.home-service-card.featured p,
.homepage-service-card.featured p {
  color: #d7e0ec;
}

.home-service-card-kicker,
.homepage-service-card-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  color: #a4771b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-service-card.is-featured .home-service-card-kicker,
.homepage-service-card.is-featured .homepage-service-card-kicker,
.home-service-card.featured .home-service-card-kicker,
.homepage-service-card.featured .homepage-service-card-kicker {
  color: #f3d987;
}

.home-service-card h3,
.homepage-service-card h3 {
  margin: 0;
  color: #0b1e3a;
  font-size: clamp(23px, 2.4vw, 32px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.home-service-card p,
.homepage-service-card p {
  margin: 18px 0 0;
  color: #536173;
  font-size: 15px;
  line-height: 1.78;
}

.home-service-card-link,
.homepage-service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-top: 28px;
  color: #0b1e3a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-service-card-link::after,
.homepage-service-card-link::after {
  content: "→";
  color: var(--gold, #d4af37);
  transition: transform 180ms ease;
}

.home-service-card:hover .home-service-card-link::after,
.homepage-service-card:hover .homepage-service-card-link::after {
  transform: translateX(4px);
}

.home-service-card.is-featured .home-service-card-link,
.homepage-service-card.is-featured .homepage-service-card-link,
.home-service-card.featured .home-service-card-link,
.homepage-service-card.featured .homepage-service-card-link {
  color: #ffffff;
}

.homepage-service-cta {
  margin-top: clamp(34px, 4vw, 52px);
}

/* ------------------------------
   Standards / difference section
   ------------------------------ */
.home-standards,
.homepage-standards,
.home-difference,
.homepage-difference,
.home-dark-zone,
.homepage-dark-zone {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(94px, 9vw, 148px) 0;
  background:
    radial-gradient(circle at 14% 10%, rgba(212, 175, 55, 0.10), rgba(212, 175, 55, 0) 32%),
    radial-gradient(circle at 86% 44%, rgba(74, 120, 168, 0.13), rgba(74, 120, 168, 0) 36%),
    linear-gradient(180deg, #06162d 0%, #071a36 48%, #031022 100%);
}

.home-standards::before,
.homepage-standards::before,
.home-difference::before,
.homepage-difference::before,
.home-dark-zone::before,
.homepage-dark-zone::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.030) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.32;
  pointer-events: none;
}

.home-standards-grid,
.homepage-standards-grid,
.home-difference-grid,
.homepage-difference-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
}

.home-standards-panel,
.homepage-standards-panel,
.home-difference-panel,
.homepage-difference-panel {
  padding: clamp(34px, 4vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  background:
    radial-gradient(circle at 84% 0%, rgba(212, 175, 55, 0.14), rgba(212, 175, 55, 0) 34%),
    rgba(255, 255, 255, 0.065);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(12px);
}

.home-standards-list,
.homepage-standards-list,
.home-difference-list,
.homepage-difference-list {
  display: grid;
  gap: 16px;
}

.home-standards-item,
.homepage-standards-item,
.home-difference-item,
.homepage-difference-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-items: flex-start;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
}

.home-standards-icon,
.homepage-standards-icon,
.home-difference-icon,
.homepage-difference-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.10);
  color: #f3d987;
  font-weight: 900;
}

.home-standards-item h3,
.homepage-standards-item h3,
.home-difference-item h3,
.homepage-difference-item h3 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.home-standards-item p,
.homepage-standards-item p,
.home-difference-item p,
.homepage-difference-item p {
  margin: 8px 0 0;
  color: #d7e0ec;
  font-size: 14.5px;
  line-height: 1.7;
}

/* ------------------------------
   Pricing bridge
   ------------------------------ */
.homepage-pricing-bridge {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  max-width: 1080px;
  margin: clamp(42px, 6vw, 72px) auto 0;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(212, 175, 55, 0.20);
  border-radius: 30px;
  background:
    radial-gradient(circle at 86% 0%, rgba(212, 175, 55, 0.12), rgba(212, 175, 55, 0) 34%),
    linear-gradient(135deg, rgba(7, 26, 54, 0.96), rgba(16, 43, 82, 0.94));
  box-shadow: 0 32px 90px rgba(7, 26, 54, 0.18);
}

.homepage-pricing-bridge-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: #f3d987;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.homepage-pricing-bridge h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.homepage-pricing-bridge p {
  max-width: 760px;
  margin: 12px 0 0;
  color: #d7e0ec;
  font-size: 15px;
  line-height: 1.72;
}

.homepage-pricing-bridge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  white-space: nowrap;
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d4af37, #f3d987);
  color: #071a36;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 18px 46px rgba(212, 175, 55, 0.22);
}

/* ------------------------------
   Process
   ------------------------------ */
.home-process,
.homepage-process {
  padding: clamp(88px, 9vw, 142px) 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(212, 175, 55, 0.07), rgba(212, 175, 55, 0) 30%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.home-process-grid,
.homepage-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.home-process-step,
.homepage-process-step {
  position: relative;
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(11, 30, 58, 0.08);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(11, 30, 58, 0.07);
}

.home-process-number,
.homepage-process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border: 1px solid rgba(212, 175, 55, 0.24);
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.09);
  color: #9a6d16;
  font-size: 16px;
  font-weight: 900;
}

.home-process-step h3,
.homepage-process-step h3 {
  margin: 0;
  color: #071a36;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.home-process-step p,
.homepage-process-step p {
  margin: 12px 0 0;
  color: #536173;
  font-size: 14.5px;
  line-height: 1.7;
}

.homepage-process-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
  max-width: 1080px;
  margin: clamp(46px, 6vw, 76px) auto 0;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(11, 30, 58, 0.09);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 0%, rgba(212, 175, 55, 0.12), rgba(212, 175, 55, 0) 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 28px 82px rgba(11, 30, 58, 0.10);
}

.homepage-process-offer-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: #a4771b;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.homepage-process-offer h3 {
  max-width: 760px;
  margin: 0;
  color: #071a36;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.homepage-process-offer p {
  max-width: 760px;
  margin: 12px 0 0;
  color: #536173;
  font-size: 15px;
  line-height: 1.72;
}

.homepage-process-offer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  white-space: nowrap;
  padding: 14px 24px;
  border: 1px solid rgba(255, 225, 145, 0.55);
  border-radius: 999px;
  background: linear-gradient(135deg, #d4af37 0%, #f4d978 52%, #c99a24 100%);
  color: #071a36;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 20px 55px rgba(212, 175, 55, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.homepage-process-offer-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 68px rgba(212, 175, 55, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

/* ------------------------------
   Trust / Reviews / CTA
   ------------------------------ */
.home-reviews,
.homepage-reviews,
.homepage-trust-zone {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(94px, 9vw, 148px) 0;
  background:
    radial-gradient(circle at 18% 8%, rgba(212, 175, 55, 0.10), rgba(212, 175, 55, 0) 32%),
    radial-gradient(circle at 86% 44%, rgba(74, 120, 168, 0.14), rgba(74, 120, 168, 0) 36%),
    linear-gradient(180deg, #06162d 0%, #071a36 48%, #031022 100%);
}

.homepage-trust-zone {
  padding: clamp(92px, 9vw, 148px) 0 clamp(80px, 8vw, 124px);
}

.home-reviews::before,
.homepage-reviews::before,
.homepage-trust-zone::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.030) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.34;
  pointer-events: none;
}

.homepage-trust-zone-wide .lux-container {
  max-width: min(1680px, calc(100% - 56px));
}

.homepage-trust-zone-wide .reviews-header {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.home-review-grid,
.homepage-review-grid,
.home-reviews-grid,
.homepage-reviews-grid,
.homepage-reviews-grid-expanded,
.homepage-reviews-executive-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(18px, 2vw, 28px);
}

.homepage-reviews-executive-grid {
  width: 100%;
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto;
}

.home-review-card,
.homepage-review-card,
.homepage-reviews-grid-expanded .review-card-dark,
.homepage-reviews-executive-grid .review-card-dark {
  display: flex;
  height: 100%;
  min-height: 390px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 2.4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 0%, rgba(212, 175, 55, 0.12), rgba(212, 175, 55, 0) 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.045));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
}

.homepage-reviews-executive-grid .featured-card {
  border-color: rgba(212, 175, 55, 0.34);
  box-shadow: 0 34px 92px rgba(212, 175, 55, 0.10), 0 30px 80px rgba(0, 0, 0, 0.25);
}

.home-review-stars,
.homepage-review-stars {
  color: #f3d987;
  font-size: 17px;
  letter-spacing: 0.12em;
}

.home-review-card p,
.homepage-review-card p,
.homepage-reviews-grid-expanded .review-body,
.homepage-reviews-executive-grid .review-body {
  margin: 18px 0 0;
  color: #e2e8f0;
  font-size: 14.5px;
  line-height: 1.72;
}

.home-review-author,
.homepage-review-author,
.homepage-reviews-grid-expanded .author-name {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.homepage-reviews-grid-expanded .review-meta,
.homepage-reviews-executive-grid .review-meta {
  margin-top: 24px;
}

.homepage-review-cta-row {
  display: flex;
  justify-content: center;
  margin-top: clamp(28px, 4vw, 46px);
}

.homepage-review-cta-row .gold-btn,
.homepage-trust-primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 28px;
  border: 1px solid rgba(255, 225, 145, 0.55);
  border-radius: 999px;
  background: linear-gradient(135deg, #d4af37 0%, #f4d978 52%, #c99a24 100%);
  color: #071a36;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 20px 55px rgba(212, 175, 55, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.homepage-review-cta-row .gold-btn:hover,
.homepage-trust-primary-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 68px rgba(212, 175, 55, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.homepage-trust-cta-wrap {
  max-width: 1120px;
  margin: clamp(42px, 6vw, 76px) auto 0;
}

.homepage-trust-cta-wrap .cta-floating-card {
  max-width: 1040px;
  margin: 0 auto;
  border: 1px solid rgba(212, 175, 55, 0.22);
  background:
    radial-gradient(circle at 82% 0%, rgba(212, 175, 55, 0.16), rgba(212, 175, 55, 0) 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.055));
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.26);
}

/* ------------------------------
   Homepage CTA
   ------------------------------ */
.home-cta,
.homepage-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(88px, 9vw, 142px) 0;
  background:
    radial-gradient(circle at 14% 0%, rgba(212, 175, 55, 0.10), rgba(212, 175, 55, 0) 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.home-cta-card,
.homepage-cta-card {
  position: relative;
  overflow: hidden;
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 82px) clamp(30px, 6vw, 86px);
  border: 1px solid rgba(11, 30, 58, 0.10);
  border-radius: 36px;
  background:
    radial-gradient(circle at 86% 0%, rgba(212, 175, 55, 0.14), rgba(212, 175, 55, 0) 34%),
    linear-gradient(135deg, #071a36 0%, #102b52 100%);
  box-shadow: 0 36px 100px rgba(11, 30, 58, 0.18);
  text-align: center;
}

.home-cta-card::before,
.homepage-cta-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: 28px;
  pointer-events: none;
}

.home-cta-card h2,
.homepage-cta-card h2 {
  max-width: 820px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.055em;
}

.home-cta-card p,
.homepage-cta-card p {
  max-width: 760px;
  margin: 20px auto 0;
  color: #d7e0ec;
  font-size: 16px;
  line-height: 1.82;
}

.home-cta-actions,
.homepage-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

/* ------------------------------
   Service areas
   ------------------------------ */
.home-areas,
.homepage-areas,
.home-light-zone,
.homepage-light-zone {
  padding: clamp(88px, 9vw, 144px) 0;
  background:
    radial-gradient(circle at 88% 0%, rgba(212, 175, 55, 0.08), rgba(212, 175, 55, 0) 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.home-area-region-grid,
.homepage-area-region-grid,
.home-areas-grid,
.homepage-areas-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.home-area-region,
.homepage-area-region {
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(11, 30, 58, 0.08);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 22px 64px rgba(11, 30, 58, 0.07);
}

.home-area-region h3,
.homepage-area-region h3 {
  margin: 0 0 18px;
  color: #071a36;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.home-area-list,
.homepage-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-area-list a,
.homepage-area-list a,
.home-area-pill,
.homepage-area-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(11, 30, 58, 0.08);
  border-radius: 999px;
  background: #f8fafc;
  color: #0b1e3a;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.home-area-list a:hover,
.homepage-area-list a:hover,
.home-area-pill:hover,
.homepage-area-pill:hover {
  border-color: rgba(212, 175, 55, 0.24);
  background: rgba(212, 175, 55, 0.08);
  color: #071a36;
}

.areas-executive .areas-grid {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.areas-executive .area-status {
  color: #d9e3ef;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.areas-executive .area-status .status-dot {
  background: #d4af37;
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.12);
}

/* ------------------------------
   Insights / blog cards
   ------------------------------ */
.insights-executive {
  background:
    radial-gradient(circle at 8% 0%, rgba(212, 175, 55, 0.08), rgba(212, 175, 55, 0) 34%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.insights-executive .insights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 36px);
  align-items: stretch;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.insights-executive .insight-card {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 520px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(11, 30, 58, 0.09);
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 0%, rgba(212, 175, 55, 0.08), rgba(212, 175, 55, 0) 32%),
    #ffffff;
  box-shadow: 0 28px 82px rgba(11, 30, 58, 0.10);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.insights-executive .insight-card:hover {
  transform: translateY(-6px);
  border-color: rgba(212, 175, 55, 0.22);
  box-shadow: 0 36px 96px rgba(11, 30, 58, 0.14);
}

.insights-executive .card-image-wrap {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.insights-executive .card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insights-executive .card-tag {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 8px 12px;
  border: 1px solid rgba(212, 175, 55, 0.34);
  border-radius: 999px;
  background: rgba(7, 26, 54, 0.82);
  color: #f3d987;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.insights-executive .card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(24px, 2.6vw, 34px);
}

.insights-executive .card-title {
  margin: 0;
  color: #071a36;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.insights-executive .card-excerpt {
  margin: 14px 0 26px;
  color: #536173;
  font-size: 14.5px;
  line-height: 1.72;
}

.homepage-insight-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  margin-top: auto;
  padding: 12px 18px;
  border: 1px solid rgba(212, 175, 55, 0.20);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.14), rgba(212, 175, 55, 0.07));
  color: #071a36;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.homepage-insight-cta:hover {
  border-color: rgba(212, 175, 55, 0.34);
  background: linear-gradient(135deg, #d4af37, #f3d987);
  color: #071a36;
}

/* ------------------------------
   Responsive refinements
   ------------------------------ */
@media (min-width: 1281px) {
  .homepage-trust-zone-wide .lux-container {
    max-width: 1680px;
  }

  .homepage-reviews-executive-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1280px) {
  .homepage-reviews-grid-expanded,
  .homepage-reviews-executive-grid,
  .home-review-grid,
  .homepage-review-grid,
  .home-reviews-grid,
  .homepage-reviews-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .home-service-grid,
  .homepage-service-grid,
  .home-services-grid,
  .home-area-region-grid,
  .homepage-area-region-grid,
  .home-areas-grid,
  .homepage-areas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-process-grid,
  .homepage-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .home-hero,
  .homepage-hero,
  .hero-home,
  .main-home-hero {
    padding: 86px 0 88px;
  }

  .home-hero-grid,
  .homepage-hero-grid,
  .home-standards-grid,
  .homepage-standards-grid,
  .home-difference-grid,
  .homepage-difference-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-media,
  .homepage-hero-media,
  .home-hero-image-wrap,
  .homepage-hero-image-wrap,
  .home-hero-image,
  .homepage-hero-image,
  .home-hero-image-wrap img,
  .homepage-hero-image-wrap img {
    min-height: 430px;
  }

  .homepage-hero-image-wrap {
    min-height: auto;
  }

  .homepage-hero-image-wrap .hero-image {
    min-height: 360px;
  }

  .homepage-hero-review-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    min-height: auto;
    margin-top: 16px;
    padding: 22px;
    border-radius: 24px;
    background:
      radial-gradient(circle at 88% 0%, rgba(212, 175, 55, 0.10), rgba(212, 175, 55, 0) 34%),
      linear-gradient(135deg, rgba(7, 26, 54, 0.96), rgba(16, 43, 82, 0.92));
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
  }

  .home-hero-proof-grid,
  .homepage-hero-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-services,
  .homepage-services,
  .home-standards,
  .homepage-standards,
  .home-difference,
  .homepage-difference,
  .home-areas,
  .homepage-areas,
  .home-process,
  .homepage-process,
  .home-reviews,
  .homepage-reviews,
  .homepage-trust-zone,
  .home-cta,
  .homepage-cta {
    padding: 84px 0;
  }

  .homepage-pricing-bridge,
  .homepage-process-offer {
    grid-template-columns: 1fr;
  }

  .homepage-pricing-bridge-link,
  .homepage-process-offer-cta {
    width: fit-content;
  }

  .homepage-trust-zone-wide .lux-container {
    max-width: min(100% - 32px, 760px);
  }

  .homepage-reviews-grid-expanded,
  .homepage-reviews-executive-grid,
  .home-review-grid,
  .homepage-review-grid,
  .home-reviews-grid,
  .homepage-reviews-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .homepage-reviews-executive-grid .review-card-dark {
    min-height: auto;
  }

  .insights-executive .insights-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .insights-executive .insight-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .homepage-section-header {
    margin-bottom: 34px;
    text-align: left;
  }

  .homepage-section-header .homepage-kicker,
  .homepage-section-header .homepage-eyebrow {
    margin-right: 0;
    margin-left: 0;
  }

  .homepage-section-copy {
    margin-left: 0;
  }

  .home-hero,
  .homepage-hero,
  .hero-home,
  .main-home-hero {
    padding: 72px 0 76px;
  }

  .home-hero-title,
  .homepage-hero-title,
  .hero-home .lux-h1,
  .main-home-hero .lux-h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .home-hero-actions,
  .homepage-hero-actions,
  .home-hero .hero-btns,
  .homepage-hero .hero-btns {
    flex-direction: column;
  }

  .home-hero-actions .lux-btn,
  .homepage-hero-actions .lux-btn,
  .home-hero .hero-btns .lux-btn,
  .homepage-hero .hero-btns .lux-btn {
    width: 100%;
    justify-content: center;
  }

  .home-hero-proof-grid,
  .homepage-hero-proof-grid,
  .home-service-grid,
  .homepage-service-grid,
  .home-services-grid,
  .home-area-region-grid,
  .homepage-area-region-grid,
  .home-areas-grid,
  .homepage-areas-grid,
  .home-process-grid,
  .homepage-process-grid,
  .home-review-grid,
  .homepage-review-grid,
  .home-reviews-grid,
  .homepage-reviews-grid,
  .homepage-reviews-grid-expanded,
  .homepage-reviews-executive-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-media,
  .homepage-hero-media,
  .home-hero-image-wrap,
  .homepage-hero-image-wrap,
  .home-hero-image,
  .homepage-hero-image,
  .home-hero-image-wrap img,
  .homepage-hero-image-wrap img {
    min-height: 360px;
  }

  .homepage-hero-image-wrap {
    overflow: visible;
    display: block;
    border-radius: 26px;
  }

  .homepage-hero-image-wrap::after {
    border-radius: 26px;
  }

  .homepage-hero-image-wrap .hero-image {
    min-height: 300px;
    border-radius: 26px;
  }

  .home-hero-image-wrap,
  .homepage-hero-image-wrap {
    border-radius: 26px;
  }

  .home-hero-floating-card,
  .homepage-hero-floating-card,
  .home-hero .glass-review-card,
  .homepage-hero .glass-review-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 16px;
  }

  .homepage-hero-review-card {
    padding: 18px;
    border-radius: 22px;
  }

  .homepage-hero-review-card .glass-stars {
    font-size: 13px;
  }

  .homepage-hero-review-card .glass-quote {
    font-size: 14px;
    line-height: 1.58;
  }

  .homepage-hero-review-card .glass-author {
    margin-top: 14px;
    font-size: 10.5px;
  }

  .home-service-card,
  .homepage-service-card {
    min-height: auto;
  }

  .home-standards-panel,
  .homepage-standards-panel,
  .home-difference-panel,
  .homepage-difference-panel,
  .home-cta-card,
  .homepage-cta-card {
    border-radius: 26px;
  }

  .home-standards-item,
  .homepage-standards-item,
  .home-difference-item,
  .homepage-difference-item {
    grid-template-columns: 1fr;
  }

  .homepage-pricing-bridge-link,
  .homepage-process-offer-cta,
  .homepage-review-cta-row .gold-btn,
  .homepage-trust-primary-cta,
  .homepage-insight-cta {
    width: 100%;
  }

  .homepage-process-offer {
    padding: 24px;
    border-radius: 24px;
  }

  .home-cta-actions,
  .homepage-cta-actions {
    flex-direction: column;
  }

  .home-cta-actions .lux-btn,
  .homepage-cta-actions .lux-btn {
    width: 100%;
    justify-content: center;
  }

  .insights-executive .card-image-wrap {
    height: 220px;
  }
}

/* ------------------------------
   Ownership note
   ------------------------------
   homepage.css owns homepage-only presentation:
   homepage hero, homepage services, homepage standards, homepage pricing bridge,
   homepage process, homepage reviews/trust zone, homepage CTA, homepage service areas,
   homepage insights, and homepage-specific responsive refinements.

   Shared section systems belong in core/sections.css.
   Shared service-page patterns belong in pages/service-page.css.
   Header/footer/pre-footer styles belong in their own core files.
*/