/* Deploy build: 20260723-1. Keep this marker in sync with HTML stylesheet query strings for cPanel cache refresh. */
@import url("https://fonts.cdnfonts.com/css/optima");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;500;700;900&display=swap");

:root {
  --blue: #004aad;
  --blue-dark: #003b8e;
  --green: #45bd00;
  --green-dark: #319000;
  --green-soft: #eaffdc;
  --ink: #080808;
  --text: #4b5563;
  --muted: #7b8492;
  --line: #d7dde8;
  --soft: #f5f7fa;
  --white: #ffffff;
  --danger: #d93025;
  --font-sans: "Lato", Arial, Helvetica, sans-serif;
  --font-serif: "Optima", Georgia, "Times New Roman", serif;
  --font-primary: "Optima", "Lato", Georgia, serif;
  --container: 1216px;
  --shadow: 0 18px 42px rgba(0, 28, 78, 0.14);
  --speed: 220ms ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font-primary);
  font-size: 14px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

i[class^="fa-"],
i[class*=" fa-"] {
  line-height: 1;
}

body.menu-open,
body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -64px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--blue);
  color: var(--white);
  transition: top var(--speed);
}

.skip-link:focus {
  top: 12px;
}

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.section {
  padding: 70px 0;
  scroll-margin-top: 90px;
}

.site-header {
  position: sticky;
  inset: 0 0 auto;
  z-index: 70;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #eceff5;
  transition: box-shadow var(--speed);
}

.site-header.is-scrolled {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.nav-shell {
  width: min(100%, 1350px);
  min-height: 67px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin-inline: auto;
  padding: 0 38px;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  flex: 0 0 auto;
  line-height: 0;
}

.brand-logo img {
  width: 170px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.main-menu {
  display: flex;
  justify-content: center;
  gap: 36px;
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.mobile-menu-phone,
.mobile-menu-actions {
  display: none;
}

.main-menu a {
  position: relative;
  padding: 24px 0;
}

.main-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 17px;
  width: 0;
  height: 2px;
  background: var(--green);
  transition: width var(--speed);
}

.main-menu a:hover::after,
.main-menu a:focus-visible::after {
  width: 100%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px solid transparent;
  padding: 10px 22px;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: transform var(--speed), background var(--speed), border-color var(--speed), color var(--speed), box-shadow var(--speed);
}

.btn i {
  font-size: 1em;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 20px rgba(0, 74, 173, 0.18);
}

.btn-blue {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
}

.btn-blue:hover {
  background: var(--blue-dark);
}

.btn-green {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
}

.btn-green:hover {
  background: var(--green-dark);
  border-color: var(--green-dark);
}

.btn-outline-green {
  color: var(--green-dark);
  background: transparent;
  border-color: var(--green);
}

.btn-outline-green:hover {
  color: var(--white);
  background: var(--green);
}

.btn-outline-blue {
  color: var(--blue);
  background: transparent;
  border-color: var(--blue);
}

.btn-outline-blue:hover {
  color: var(--white);
  background: var(--blue);
}

.full {
  width: 100%;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--white);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--blue);
  transition: transform var(--speed), opacity var(--speed);
}

.hero {
  position: relative;
  min-height: calc(100svh - 67px);
  padding-top: 30px;
  overflow: hidden;
  background: #dfe4e8;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247, 249, 250, 0.94) 0%, rgba(233, 238, 241, 0.78) 36%, rgba(32, 95, 129, 0.48) 62%, rgba(9, 24, 42, 0.68) 100%),
    url("../assets/images/banner1.webp") center center / cover no-repeat;
}

.hero-bg::before {
  display: none;
}

.hero-bg::after {
  display: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: center;
  gap: 46px;
  min-height: calc(100svh - 67px - 83px);
  padding: 0 0 30px;
}

.hero-copy {
  max-width: 700px;
  padding-top: 20px;
}

.rera-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  min-height: 31px;
  padding: 7px 15px;
  color: var(--green-dark);
  background: #efffde;
  border: 1px solid #c5efa2;
  font-family: var(--font-primary);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-rera-badge {
  position: relative;
  z-index: 4;
  margin: 11px 0 8px max(16px, calc((100vw - var(--container)) / 2));
}

.rera-badge i {
  color: #d6a21f;
  font-size: 12px;
  transform: translateY(-1px);
}

.rera-badge .live-dot {
  position: relative;
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(69, 189, 0, 0.58);
  animation: liveDotBlink 1.35s ease-in-out infinite;
}

.rera-badge .live-dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid rgba(69, 189, 0, 0.28);
  border-radius: inherit;
  opacity: 0;
  animation: liveDotRing 1.35s ease-in-out infinite;
}

@keyframes liveDotBlink {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(69, 189, 0, 0.58);
  }

  50% {
    opacity: 0.52;
    transform: scale(0.82);
    box-shadow: 0 0 0 7px rgba(69, 189, 0, 0);
  }
}

@keyframes liveDotRing {
  0% {
    opacity: 0.85;
    transform: scale(0.55);
  }

  70%,
  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-serif);
  letter-spacing: 0;
}

h1 {
  max-width: 650px;
  margin-bottom: 20px;
  font-size: clamp(34px, 4.2vw, 46px);
  line-height: 1.02;
}

h1 span,
h2 span {
  color: var(--blue);
}

h1 em,
.contact-copy h2 span {
  color: var(--green);
  font-style: normal;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 27px;
  color: #424953;
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.7;
}

.brand-strip {
  display: grid;
  grid-template-columns: repeat(8, 72px);
  gap: 9px;
  max-width: 639px;
  margin-bottom: 16px;
}

.brand-strip div {
  width: 72px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid #eef1f4;
  background: rgba(255, 255, 255, 0.92);
  color: var(--blue);
  font-size: 10px;
  font-weight: 900;
  text-align: center;
  line-height: 1.1;
  overflow: hidden;
}

.brand-strip img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 2px;
}

.brand-strip img[src*="image/"] {
  padding: 0;
  transform: scale(1.2);
}

.brand-strip img[src*="westside-logo"],
.brand-strip img[src*="bluestone-logo"],
.brand-strip img[src*="png-jewellers-logo"],
.brand-strip img[src*="snapdeal-logo"],
.brand-strip img[src*="manyavar-logo"],
.brand-strip img[src*="incuspaze-logo"] {
  transform: scale(1.34);
}

.brand-strip img[src*="hero-"] {
  width: 96%;
  height: 88%;
  max-width: 96%;
  max-height: 88%;
  padding: 0;
  transform: scale(1.04);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 14px 14px;
  max-width: 520px;
  margin: 0 0 36px;
}

.metric-grid article {
  min-height: 66px;
  padding: 8px 16px 10px;
  background: rgba(255, 255, 255, 0.92);
  border-left: 3px solid var(--green);
}

.metric-grid strong {
  display: block;
  color: var(--blue);
  font-family: var(--font-serif);
  font-size: 27px;
  line-height: 1.05;
}

.metric-grid span {
  color: #6d7480;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.hero-form-card,
.contact-form,
.lead-modal,
.returns-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
}

.hero-form-card {
  position: relative;
  overflow: hidden;
  align-self: center;
  margin-top: 0;
  padding: 18px 20px 12px;
  box-shadow: 0 20px 40px rgba(0, 28, 78, 0.16);
}

.hero-form-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 58px;
  background: linear-gradient(180deg, rgba(0, 74, 173, 0.05), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.hero-form-card h2,
.lead-modal h2 {
  position: relative;
  margin-bottom: 2px;
  font-size: 21px;
  line-height: 1.15;
}

.hero-form-card p {
  position: relative;
  margin-bottom: 11px;
  color: #777;
  font-family: var(--font-sans);
  font-size: 13px;
}

.hero-form-card p strong {
  color: var(--green);
}

.hero-form-card .btn-green {
  min-height: 40px;
  box-shadow: 0 12px 22px rgba(69, 189, 0, 0.2);
}

.advisor-note i {
  color: #111;
}

.lead-form {
  position: relative;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.field {
  margin-bottom: 6px;
}

.field label,
.range-wrap label {
  display: block;
  margin-bottom: 4px;
  color: #6c7280;
  font-family: var(--font-primary);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 7px 12px;
  color: #1f2937;
  font-family: var(--font-sans);
  background: #f9fafc;
  outline: 0;
  transition: border-color var(--speed), box-shadow var(--speed), background var(--speed);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(0, 74, 173, 0.1);
}

.field small,
.check-error {
  display: block;
  min-height: 10px;
  margin-top: 2px;
  color: var(--danger);
  font-size: 11px;
  line-height: 1.3;
}

.field.is-error input,
.field.is-error select,
.field.is-error textarea {
  border-color: var(--danger);
}

.check-row {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 0;
  color: #222;
  font-family: var(--font-sans);
  font-size: 11px;
  line-height: 1.35;
}

.check-row input {
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  margin: 0;
}

.advisor-note,
.form-status {
  margin: 6px 0 0;
  font-family: var(--font-sans);
  text-align: center;
  font-size: 12px;
}

.advisor-note {
  color: #6a6f7a;
}

.hero-form-card .field label {
  letter-spacing: 0.22em;
}

.hero-form-card .check-row {
  padding-top: 1px;
}

.hero-form-card .check-row span {
  line-height: 1.3;
}

.hero-form-card .form-status {
  min-height: 0;
}

.form-status {
  color: var(--green-dark);
  font-weight: 700;
}

.ticker {
  position: relative;
  z-index: 3;
  overflow: hidden;
  background: var(--blue);
  color: var(--white);
}

.ticker-track {
  width: max-content;
  display: flex;
  animation: ticker 24s linear infinite;
}

.ticker-track span {
  min-width: 315px;
  padding: 13px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ticker-track span::first-letter {
  color: var(--green);
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.section-head {
  margin-bottom: 28px;
}

.narrow-head {
  max-width: 670px;
}

.section-kicker {
  margin-bottom: 10px;
  color: var(--green-dark);
  font-family: var(--font-primary);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.section-head h2 {
  margin-bottom: 12px;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.08;
}

.section-head p:not(.section-kicker) {
  max-width: 650px;
  color: #5f6674;
  font-family: var(--font-sans);
  font-size: 15px;
}

.title-line {
  width: 50px;
  height: 3px;
  background: var(--blue);
}

.title-line.green {
  background: var(--green);
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
}

.filter-tabs button {
  min-width: 62px;
  min-height: 32px;
  border: 1px solid var(--line);
  padding: 8px 17px;
  color: #6c7280;
  background: var(--white);
  font-family: var(--font-primary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: background var(--speed), color var(--speed), border-color var(--speed);
}

.filter-tabs button:hover,
.filter-tabs button.active {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
}

.brands-section .container {
  width: min(100% - 80px, 1840px);
}

.card-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
}

.sort-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.sort-control {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 8px 6px 12px;
  border: 1px solid rgba(215, 221, 232, 0.92);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
}

.sort-control span {
  color: #0f172a;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.sort-control select {
  min-width: 124px;
  height: 32px;
  padding: 0 34px 0 14px;
  border: 1px solid rgba(215, 221, 232, 0.85);
  border-radius: 4px;
  color: var(--blue);
  background: #eef4ff;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  outline: 1px solid transparent;
}

.sort-control select:focus-visible {
  outline-color: rgba(0, 74, 173, 0.38);
  box-shadow: 0 0 0 3px rgba(0, 74, 173, 0.12);
}

.card-toolbar strong {
  color: #0d3674;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.logo-toggle-control {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #344256;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 800;
}

.logo-toggle-control input {
  position: absolute;
  opacity: 0;
}

.logo-toggle-control span {
  position: relative;
  width: 32px;
  height: 18px;
  border-radius: 999px;
  background: var(--blue);
}

.logo-toggle-control span::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  transition: transform var(--speed);
}

.logo-toggle-control input:not(:checked) + span {
  background: #cbd5e1;
}

.logo-toggle-control input:not(:checked) + span::after {
  transform: translateX(-14px);
}

.brand-card-grid.hide-logos .brand-logo-media {
  display: none;
}

.brand-card-grid.hide-logos .brand-id {
  grid-template-columns: 1fr;
}

.brand-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.brand-card {
  min-height: 322px;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  border: 1px solid rgba(215, 221, 232, 0.86);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.brand-card.hot {
  border-color: rgba(215, 221, 232, 0.86);
}

.brand-card.blue-border {
  border-color: rgba(215, 221, 232, 0.86);
}

.brand-card.sold-out {
  position: relative;
  border-color: rgba(220, 38, 38, 0.2);
}

.brand-card.sold-out:hover {
  transform: none;
  border-color: rgba(220, 38, 38, 0.28);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.brand-card:hover {
  transform: translateY(-8px);
  border-color: rgba(3, 71, 172, 0.26);
  box-shadow: 0 26px 52px rgba(15, 23, 42, 0.2);
}

.brand-card-top {
  position: relative;
  padding: 42px 16px 16px;
}

.brand-status {
  position: absolute;
  right: 14px;
  top: 14px;
  padding: 6px 10px;
  border-radius: 5px;
  color: var(--green-dark);
  background: var(--green-soft);
  border: 1px solid #bce997;
  font-family: var(--font-primary);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-card.sold-out .brand-status {
  display: none;
}

.sold-out-stamp {
  position: absolute;
  right: 52px;
  top: 96px;
  z-index: 2;
  width: 285px;
  height: 180px;
  object-fit: contain;
  opacity: 0.78;
  mix-blend-mode: multiply;
  pointer-events: none;
  transform: rotate(-8deg) scale(1);
  transform-origin: center;
  filter:
    contrast(1.18)
    saturate(1.35)
    drop-shadow(0 2px 0 rgba(185, 28, 28, 0.08))
    drop-shadow(0 10px 18px rgba(185, 28, 28, 0.12));
  will-change: transform, opacity, filter;
  animation: soldOutStampImpression 2.4s ease-in-out infinite;
}

.brand-card.sold-out::after {
  content: "";
  position: absolute;
  right: 86px;
  top: 132px;
  z-index: 1;
  width: 210px;
  height: 118px;
  border-radius: 50%;
  background: rgba(220, 38, 38, 0.08);
  filter: blur(16px);
  transform: rotate(-8deg);
  pointer-events: none;
  animation: soldOutInkBloom 2.4s ease-in-out infinite;
}

@keyframes soldOutStampImpression {
  0% {
    opacity: 0;
    transform: rotate(-8deg) scale(1.34);
    filter: contrast(1.05) saturate(1.1) blur(1.4px);
  }

  16% {
    opacity: 0.92;
    transform: rotate(-8deg) scale(0.92);
    filter:
      contrast(1.35)
      saturate(1.55)
      blur(0)
      drop-shadow(0 2px 0 rgba(185, 28, 28, 0.08))
      drop-shadow(0 10px 18px rgba(185, 28, 28, 0.14));
  }

  30% {
    opacity: 0.78;
    transform: rotate(-8deg) scale(1);
  }

  100% {
    opacity: 0.74;
    transform: rotate(-8deg) scale(1);
  }
}

@keyframes soldOutInkBloom {
  0% {
    opacity: 0;
    transform: rotate(-8deg) scale(0.72);
  }

  18% {
    opacity: 1;
    transform: rotate(-8deg) scale(1);
  }

  100% {
    opacity: 0.58;
    transform: rotate(-8deg) scale(1.04);
  }
}

.brand-id {
  display: grid;
  grid-template-columns: 138px 1fr;
  align-items: center;
  gap: 18px;
  min-height: 86px;
  margin-bottom: 14px;
}

.brand-logo-text {
  color: var(--blue);
  font-size: 30px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  text-align: center;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.brand-logo-text.red {
  color: #dc2626;
}

.brand-logo-text.green {
  color: #166534;
}

.brand-logo-text.yellow {
  color: #f4c400;
}

.brand-logo-text.dark {
  color: #111827;
}

.brand-logo-text.gold {
  color: #b7791f;
}

.brand-logo-text.brown {
  color: #7c4a24;
}

.brand-logo-media .brand-logo-text {
  max-width: 100%;
  padding: 0 10px;
  font-size: 24px;
}

.brand-logo-media {
  position: relative;
  width: 138px;
  height: 84px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.brand-logo-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.78) 50%, transparent 65%);
  transform: translateX(-120%);
  transition: transform 520ms ease;
  pointer-events: none;
}

.brand-logo-media img {
  width: 100%;
  height: 94%;
  max-width: 100%;
  max-height: 94%;
  object-fit: contain;
  object-position: center;
  transition: transform 260ms ease;
}

.brand-card:hover .brand-logo-media {
  transform: translateY(-2px);
  border-color: rgba(3, 71, 172, 0.28);
  box-shadow: 0 8px 18px rgba(3, 71, 172, 0.12);
}

.brand-card:hover .brand-logo-media::after {
  transform: translateX(120%);
}

.brand-card:hover .brand-logo-media img {
  transform: scale(1.06);
}

.brand-logo-media img[src*="the-collective-logo"],
.brand-logo-media img[src*="ethera-logo"],
.brand-logo-media img[src*="westside-logo"] {
  transform: scale(1.22);
}

.brand-card:hover .brand-logo-media img[src*="the-collective-logo"],
.brand-card:hover .brand-logo-media img[src*="ethera-logo"],
.brand-card:hover .brand-logo-media img[src*="westside-logo"] {
  transform: scale(1.3);
}

.brand-logo-media img[src*="dominos-pizza-logo"],
.brand-logo-media img[src*="hdfc-bank-logo"],
.brand-logo-media img[src*="starbucks-logo"],
.brand-logo-media img[src*="mcdonalds-logo"] {
  width: 66%;
  height: 66%;
  max-width: 66%;
  max-height: 66%;
  object-position: center top;
  transform: translateY(-3px);
}

.brand-card:hover .brand-logo-media img[src*="dominos-pizza-logo"],
.brand-card:hover .brand-logo-media img[src*="hdfc-bank-logo"],
.brand-card:hover .brand-logo-media img[src*="starbucks-logo"],
.brand-card:hover .brand-logo-media img[src*="mcdonalds-logo"] {
  transform: translateY(-3px) scale(1.05);
}

.brand-title h3 {
  margin: 0 0 6px;
  color: #050505;
  font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18;
}

.brand-title span {
  color: #218000;
  font-family: var(--font-primary);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.brand-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 6px;
  margin: 12px 0 12px;
}

.brand-stats div {
  height: 68px;
  min-width: 0;
  display: grid;
  place-items: center;
  padding: 10px 5px;
  background: #f4f7fb;
  border: 1px solid #eef2f7;
  text-align: center;
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.brand-stats strong {
  display: block;
  max-width: 100%;
  color: var(--blue);
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.brand-stats .green-stat {
  color: #21a000;
}

.brand-stats span {
  margin-top: 5px;
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4d596b;
  font-family: var(--font-primary);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-transform: uppercase;
}

.brand-stats div:hover {
  background: #fff;
  box-shadow: 0 8px 16px rgba(3, 71, 172, 0.08);
  transform: translateY(-4px);
}

.brand-card p {
  margin: 0;
  height: 42px;
  min-height: 42px;
  color: #1f2d44;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@keyframes priceGlow {
  0%,
  100% {
    text-shadow: 0 0 0 rgba(69, 189, 0, 0);
    filter: saturate(1);
  }

  50% {
    text-shadow: 0 4px 14px rgba(69, 189, 0, 0.18);
    filter: saturate(1.12);
  }
}

.brand-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 16px 15px;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.invest-start {
  padding: 0;
  color: #1f2d44;
  background: transparent;
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.invest-start strong {
  display: block;
  margin-top: 4px;
  color: #1f9a00;
  font-family: var(--font-serif);
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transition: color 220ms ease, text-shadow 220ms ease;
  animation: priceGlow 2.8s ease-in-out infinite;
}

.brand-card-bottom .btn {
  min-width: 118px;
  min-height: 40px;
  border-radius: 5px;
  padding: 9px 12px;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 0.1em;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.brand-card-bottom .btn-sold-out {
  color: #fff;
  background: #b91c1c;
  border-color: #b91c1c;
  cursor: not-allowed;
  opacity: 0.92;
}

.brand-card-bottom .btn-sold-out:hover,
.brand-card-bottom .btn-sold-out:focus-visible {
  transform: none;
  box-shadow: none;
}

.brand-card:hover .invest-start strong {
  color: var(--green-dark);
  text-shadow: 0 4px 14px rgba(69, 189, 0, 0.18);
}

.brand-card-bottom .btn:hover,
.brand-card-bottom .btn:focus-visible {
  transform: translateX(2px);
  box-shadow: 0 10px 18px rgba(3, 71, 172, 0.22);
}

@media (min-width: 901px) {
  .brand-card-grid {
    gap: 22px;
  }

  .brand-card {
    min-height: 348px;
  }

  .brand-card-top {
    padding: 46px 18px 18px;
  }

  .brand-id {
    grid-template-columns: 150px 1fr;
    gap: 18px;
    margin-bottom: 16px;
  }

  .brand-logo-media {
    width: 150px;
    height: 92px;
  }

  .brand-title h3 {
    font-size: 19px;
  }

  .brand-stats {
    gap: 8px;
    margin: 14px 0 14px;
  }

  .brand-stats div {
    height: 72px;
    padding: 11px 7px;
  }

  .brand-card-bottom {
    padding: 14px 18px 16px;
  }

  .brand-card-bottom .btn {
    min-width: 124px;
  }
}

.roi-section {
  background: #f3f5f8;
}

.roi-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 500px;
  align-items: start;
  gap: 48px;
  margin-top: 40px;
}

.roi-form h3 {
  margin-bottom: 32px;
  font-size: 24px;
}

.roi-form .field {
  margin-bottom: 20px;
}

.roi-form .field input,
.roi-form .field select {
  min-height: 42px;
  background: var(--white);
}

.range-wrap {
  margin-bottom: 26px;
}

.range-wrap input[type="range"] {
  width: 100%;
  accent-color: var(--blue);
}

.range-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.range-meta strong {
  color: var(--blue);
  font-family: var(--font-serif);
  font-size: 29px;
}

.range-meta span {
  color: #616b7d;
  font-size: 12px;
}

.returns-card {
  border-top: 4px solid var(--blue);
  padding: 34px 30px 26px;
  background: var(--white);
}

.card-kicker {
  margin-bottom: 10px;
  color: var(--blue);
  font-family: var(--font-primary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.card-kicker i {
  color: var(--green);
  margin-right: 5px;
}

.return-total {
  display: block;
  margin-bottom: 0;
  color: var(--green);
  font-family: var(--font-serif);
  font-size: 50px;
  line-height: 1.05;
}

.return-caption {
  display: block;
  margin-bottom: 24px;
  color: #687080;
}

.return-list {
  margin: 0 0 26px;
  border-top: 1px solid var(--line);
}

.return-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
  border-bottom: 1px solid #edf0f4;
}

.return-list dt {
  color: #5b6474;
  font-family: var(--font-sans);
}

.return-list dd {
  margin: 0;
  color: var(--blue);
  font-weight: 900;
}

.return-list .roi-row dd {
  color: var(--green);
  font-size: 16px;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
}

.package-card {
  min-height: 450px;
  padding: 31px 26px;
  border: 1px solid var(--line);
  background: var(--white);
}

.package-card.featured {
  background: #eaf3ff;
  border: 2px solid var(--blue);
}

.package-label {
  width: fit-content;
  margin-bottom: 20px;
  padding: 6px 11px;
  color: var(--white);
  background: var(--green);
  font-family: var(--font-primary);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.package-label i {
  color: #ffd43b;
}

.package-label.blue {
  background: var(--blue);
}

.package-card h3 {
  margin-bottom: 8px;
  font-size: 23px;
}

.package-price {
  margin-bottom: 0;
  color: var(--blue);
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.package-price span {
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 400;
}

.old-price {
  margin: 0 0 20px;
  color: #7b8492;
  font-size: 12px;
  text-decoration: line-through;
}

.package-card ul {
  margin: 20px 0 22px;
  padding: 0;
  list-style: none;
}

.package-card li {
  position: relative;
  padding: 10px 0 10px 22px;
  border-bottom: 1px solid var(--line);
}

.package-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}

.countdown-block {
  margin: 20px 0;
}

.countdown-block > span {
  display: block;
  margin-bottom: 9px;
  color: #687080;
  font-family: var(--font-primary);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.countdown {
  display: flex;
  gap: 10px;
}

.countdown div {
  width: 54px;
  height: 60px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--white);
}

.countdown strong {
  color: var(--blue);
  font-family: var(--font-serif);
  font-size: 25px;
  line-height: 1;
}

.countdown small {
  color: #6e7480;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reviews-section {
  background: #f7f8fa;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.review-card {
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--white);
}

.stars {
  margin-bottom: 13px;
  color: #f3b300;
  letter-spacing: 0.08em;
}

blockquote {
  margin: 0 0 24px;
  color: #4b5563;
  font-family: var(--font-sans);
  font-size: 15px;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reviewer span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  font-family: var(--font-serif);
  font-size: 20px;
}

.reviewer strong,
.reviewer small {
  display: block;
}

.reviewer small {
  color: #747b87;
}

.contact-section {
  background: #fbfcfe;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 577px;
  gap: 60px;
  align-items: start;
}

.contact-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 34px);
}

.contact-copy > p:not(.section-kicker) {
  max-width: 640px;
  margin-bottom: 28px;
  color: #5d6675;
  font-family: var(--font-sans);
  font-size: 15px;
}

.contact-method {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
}

.contact-method > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #bad4ff;
  background: #eaf3ff;
  color: var(--blue);
  font-size: 18px;
}

.contact-method:nth-of-type(2) > span {
  color: #18b85f;
}

.contact-method small {
  display: block;
  color: var(--green-dark);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.bonus-box {
  max-width: 578px;
  margin-top: 26px;
  padding: 20px 23px;
  background: #efffde;
  border: 1px solid #bce997;
}

.bonus-box > i {
  color: var(--green);
  margin-right: 6px;
}

.bonus-box strong {
  color: var(--green-dark);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-form {
  padding: 30px;
  background: #f7f9fc;
}

.contact-form h3 {
  margin-bottom: 24px;
  font-size: 24px;
}

.site-footer {
  padding: 32px 0 28px;
  border-top: 1px solid #edf0f5;
  text-align: center;
}

.disclaimer {
  max-width: 1260px;
  margin: 0 auto 26px;
  color: #111827;
  font-size: 12px;
}

.disclaimer strong {
  display: inline-block;
  margin-right: 8px;
  padding: 1px 10px;
  border-radius: 999px;
  color: var(--white);
  background: #000;
  font-size: 11px;
}

.footer-card {
  padding: 18px;
  border: 1px dashed var(--line);
}

.footer-card p {
  margin: 0 0 12px;
}

.footer-card small {
  display: block;
  margin-top: -8px;
  margin-bottom: 14px;
  color: #69717d;
}

.footer-card nav {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.footer-card a:hover {
  color: var(--blue);
}

.floating-btn {
  position: fixed;
  z-index: 60;
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  font-size: 22px;
  box-shadow: 0 13px 25px rgba(0, 0, 0, 0.18);
  transition: transform var(--speed);
}

.floating-btn:hover {
  transform: translateY(-3px) scale(1.03);
}

.floating-call {
  left: 15px;
  bottom: 72px;
  background: var(--blue);
}

.floating-wa {
  right: 15px;
  bottom: 72px;
  background: #21d56d;
}

.mobile-lead-cta {
  display: none;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 12px;
  background: rgba(0, 0, 0, 0.5);
}

.modal-backdrop[hidden] {
  display: none;
}

.lead-modal {
  position: relative;
  width: min(100%, 410px);
  max-height: calc(100svh - 20px);
  overflow: auto;
  padding: 24px 24px 18px;
  border: 0;
  border-top: 4px solid var(--blue);
  background: var(--white);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  animation: modalPop 260ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  color: #6b7280;
  background: #f3f4f6;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color var(--speed), background var(--speed), transform var(--speed);
}

.modal-close span,
.modal-close span::before {
  width: 15px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.modal-close span {
  position: relative;
  display: block;
  transform: rotate(45deg);
}

.modal-close span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(90deg);
}

.modal-close:hover {
  color: var(--ink);
  background: #e5e7eb;
  transform: rotate(90deg);
}

.modal-heading {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0 36px 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.modal-brand-logo {
  flex: 0 0 118px;
  width: 118px;
  height: 74px;
  display: grid;
  place-items: center;
  padding: 4px;
}

.modal-brand-logo.is-compact-logo {
  flex-basis: 104px;
  width: 104px;
  height: 66px;
  padding: 4px;
}

.modal-brand-logo.is-compact-logo img {
  max-width: 100%;
  max-height: 100%;
}

.modal-brand-logo[hidden] {
  display: none;
}

.modal-heading:has(.modal-brand-logo[hidden]) {
  display: block;
}

.modal-brand-logo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.modal-heading-copy {
  min-width: 0;
}

.lead-modal h2 {
  margin: 0 0 4px;
  font-size: 21px;
  line-height: 1.15;
}

.modal-subtitle {
  margin: 0;
  color: #777;
  font-family: var(--font-sans);
  font-size: 12.5px;
  line-height: 1.4;
}

.modal-subtitle strong {
  color: #555;
}

.modal-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0 0 12px;
}

.modal-stats div {
  min-width: 0;
  min-height: 54px;
  display: grid;
  place-items: center;
  padding: 8px 5px;
  border: 1px solid var(--line);
  background: #f8fafc;
  text-align: center;
}

.modal-stats strong,
.modal-stats span {
  display: block;
}

.modal-stats strong {
  color: var(--blue);
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.modal-stats span {
  color: #6b7280;
  font-size: 7.5px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.modal-form {
  border-top: 0;
  padding-top: 0;
}

.modal-form .field {
  margin-bottom: 6px;
}

.modal-form .field label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.modal-form input {
  min-height: 36px;
  padding: 9px 12px;
  background: #f8fafc;
  font-size: 13px;
}

.modal-form .check-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 0 4px;
  font-size: 11px;
  line-height: 1.35;
}

.modal-form .check-row span {
  flex: 1 1 auto;
  min-width: 0;
}

.modal-form .btn-green {
  min-height: 40px;
  padding-block: 9px;
  letter-spacing: 0.1em;
}

.modal-form .advisor-note {
  margin-top: 5px;
  font-size: 10px;
}

/* Thank you page */
.thank-you-page {
  min-height: 100vh;
  background: #071b3d;
}

.thank-you-hero {
  position: relative;
  min-height: calc(100vh - 68px);
  padding: 72px 0;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0, 74, 173, 0.95), rgba(49, 144, 0, 0.86));
  color: var(--white);
}

.thank-you-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 16, 42, 0.62), rgba(0, 74, 173, 0.24)),
    url("../assets/images/banner1.webp") center / cover no-repeat;
  opacity: 0.32;
}

.thank-you-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
  gap: 34px;
  align-items: center;
}

.thank-you-grid.single-hero {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
  min-height: calc(100vh - 212px);
  text-align: center;
}

.thank-you-copy {
  max-width: 720px;
  margin: 0 auto;
}

.success-mark {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  background: rgba(69, 189, 0, 0.95);
  border-radius: 50%;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.18);
  font-size: 30px;
}

.thank-you-copy h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(40px, 6vw, 72px);
  line-height: 0.98;
}

.thank-you-lead {
  max-width: 680px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.75;
}

.legal-page {
  background: #f4f7fb;
}

.legal-hero {
  min-height: 520px;
  padding: 82px 0 70px;
}

.legal-hero-grid {
  min-height: 360px;
}

.legal-mark {
  background: rgba(3, 71, 172, 0.95);
}

.legal-updated {
  display: inline-flex;
  margin: 0;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-content-section {
  padding: 58px 0 72px;
  background:
    linear-gradient(180deg, #f4f7fb 0%, #ffffff 54%, #f7f9fc 100%);
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 980px);
  justify-content: center;
}

.legal-card {
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid rgba(215, 221, 232, 0.96);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
}

.legal-card h2 {
  margin: 34px 0 12px;
  color: #071b3d;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.15;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card p {
  margin: 0 0 16px;
  color: #334155;
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.8;
}

.legal-card strong {
  color: #0f172a;
}

.legal-card a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-footer {
  background: #fff;
}

@keyframes modalPop {
  from {
    opacity: 0;
    transform: scale(0.92) translateY(8px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
  }

  .ticker-track {
    animation: none;
  }

  .rera-badge .live-dot,
  .rera-badge .live-dot::after,
  .invest-start strong {
    animation: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .nav-shell {
    grid-template-columns: auto 1fr auto;
    padding: 0 18px;
  }

  .nav-actions {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 315px;
    gap: 30px;
  }

  h1 {
    font-size: clamp(32px, 4vw, 42px);
  }

  .hero-lead {
    font-size: 14px;
  }

  .metric-grid {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }

  .brands-section .container {
    width: min(100% - 32px, var(--container));
  }

  .brand-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-card {
    min-height: 390px;
  }

  .brand-card-bottom {
    align-items: center;
  }

  .roi-grid,
  .contact-grid {
    grid-template-columns: 1fr 430px;
  }
}

@media (max-width: 900px) {
  .section {
    padding: 54px 0;
  }

  .thank-you-grid {
    grid-template-columns: 1fr;
  }

  .thank-you-hero {
    min-height: calc(100vh - 66px);
    padding-top: 72px;
  }

  .thank-you-grid.single-hero {
    min-height: calc(100vh - 138px);
  }

  .legal-hero {
    min-height: auto;
    padding: 72px 0 52px;
  }

  .legal-hero-grid {
    min-height: auto;
  }

  .legal-content-section {
    padding: 38px 0 52px;
  }

  .legal-card {
    padding: 24px 20px;
  }

  .legal-card p {
    font-size: 14px;
  }

  .nav-shell {
    min-height: 66px;
    display: flex;
    justify-content: space-between;
  }

  .brand-logo {
    order: 1;
  }

  .menu-toggle {
    order: 3;
    margin-left: auto;
    display: block;
  }

  .menu-toggle.is-open span:first-child {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:last-child {
    transform: translateY(-6px) rotate(-45deg);
  }

  .main-menu {
    position: fixed;
    left: auto;
    right: 10px;
    top: 72px;
    width: min(58vw, 270px);
    min-width: 214px;
    max-height: calc(100svh - 88px);
    overflow-y: auto;
    display: grid;
    gap: 7px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(215, 221, 232, 0.95);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
    opacity: 0;
    pointer-events: none;
    transform: translateX(18px) translateY(-6px) scale(0.98);
    transform-origin: top right;
    transition: opacity var(--speed), transform var(--speed);
  }

  .main-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0) translateY(0) scale(1);
  }

  .main-menu a {
    display: flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 10px;
    border: 1px solid #eef2f7;
    border-radius: 6px;
    color: #0f172a;
    background: #fff;
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    transition: color var(--speed), background var(--speed), border-color var(--speed), transform var(--speed);
  }

  .main-menu a:last-child {
    border-bottom: 1px solid #eef2f7;
  }

  .main-menu a::after {
    display: none;
  }

  .main-menu a:hover,
  .main-menu a:focus-visible {
    color: var(--blue);
    background: #f5f9ff;
    border-color: rgba(3, 71, 172, 0.2);
    transform: translateX(-2px);
  }

  .mobile-menu-phone {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: var(--blue) !important;
    background: #f5fff0 !important;
    border-color: rgba(69, 189, 0, 0.24) !important;
  }

  .mobile-menu-phone i {
    color: #d93025;
  }

  .mobile-menu-actions {
    display: grid;
    gap: 9px;
    padding-top: 5px;
  }

  .mobile-menu-actions .btn {
    width: 100%;
    min-height: 40px;
    padding: 10px 9px;
    border-radius: 6px;
    font-family: var(--font-sans);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.055em;
    line-height: 1.2;
    white-space: normal;
    box-shadow: 0 8px 16px rgba(0, 74, 173, 0.12);
  }

  .mobile-menu-actions .btn-outline-green {
    color: var(--green-dark);
    background: #f8fff4;
    border-color: var(--green);
  }

  .hero-grid,
  .roi-grid,
  .contact-grid,
  .brand-card-grid,
  .package-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-grid {
    padding: 38px 0 44px;
  }

  .hero-form-card {
    margin-top: 0;
  }

  .hero-bg::before {
    right: -90px;
    opacity: 0.45;
  }

  .brand-card {
    min-height: auto;
  }

  .returns-card,
  .contact-form {
    padding: 24px 18px;
  }

  .package-card {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 22px, var(--container));
  }

  .thank-you-hero {
    min-height: calc(100vh - 66px);
    padding: 54px 0 42px;
  }

  .thank-you-grid.single-hero {
    min-height: calc(100vh - 162px);
  }

  .success-mark {
    width: 58px;
    height: 58px;
    font-size: 24px;
  }

  .thank-you-copy h1 {
    font-size: 38px;
  }

  .thank-you-lead {
    font-size: 15px;
  }

  .hero {
    min-height: 84svh;
    padding-top: 18px;
    overflow: visible;
  }

  .hero-bg {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)),
      url("../assets/images/banner1.webp") left 21% center / cover no-repeat;
  }

  .hero .container {
    width: calc(100% - 42px);
  }

  .hero-grid {
    min-height: auto;
    padding: 16px 0 28px;
  }

  .hero-copy {
    width: 100%;
    max-width: 720px;
    padding-top: 0;
  }

  .hero-form-card {
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 18px;
    padding: 16px 18px 12px;
  }

  .hero-form-card h2 {
    font-size: 21px;
  }

  .hero-form-card p {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .hero-form-card .lead-form {
    padding-top: 10px;
  }

  .hero-form-card .field {
    margin-bottom: 7px;
  }

  .hero-form-card .field input {
    min-height: 38px;
  }

  .nav-shell {
    padding: 0 11px;
    gap: 8px;
  }

  .brand-logo {
    order: 1;
  }

  .brand-logo img {
    width: clamp(120px, 33vw, 148px);
  }

  .nav-actions {
    order: 2;
    display: flex;
    margin-left: auto;
  }

  .nav-actions .btn-phone {
    display: none;
  }

  .nav-actions .btn-green {
    min-height: 42px;
    padding: 9px 16px;
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .menu-toggle {
    order: 3;
    margin-left: 0;
    width: 48px;
    height: 48px;
    border: 0;
    background: transparent;
  }

  .menu-toggle span {
    width: 34px;
    height: 3px;
    margin: 6px auto;
    background: #111;
  }

  h1 {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 1.04;
    letter-spacing: 0;
  }

  h1 span {
    display: block;
    color: var(--blue);
    font-size: 28px;
  }

  h1 em {
    color: var(--green);
    font-size: 28px;
  }

  .hero-lead {
    max-width: 100%;
    margin-bottom: 24px;
    color: #444;
    font-size: clamp(16px, 4.35vw, 22px);
    line-height: 1.72;
  }

  .section-head h2 {
    font-size: 32px;
  }

  .rera-badge {
    gap: 7px;
    width: 100%;
    max-width: none;
    justify-content: flex-start;
    padding: 7px 10px;
    font-size: 8px;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .hero-rera-badge {
    display: inline-flex;
    width: calc(100% - 42px);
    margin-left: 21px;
    margin-right: 21px;
    margin-bottom: 0;
  }

  .brand-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 9px;
    margin-bottom: 14px;
    width: 100%;
  }

  .brand-strip div {
    min-width: 0;
    width: auto;
    height: 52px;
    overflow: hidden;
    border: 0;
    background: #fff;
  }

  .brand-strip img {
    display: block;
    width: 94%;
    height: 90%;
    max-width: 94%;
    max-height: 90%;
    padding: 0;
    object-fit: contain;
    object-position: center;
  }

  .brand-strip img[src*="image/"] {
    transform: scale(1.22);
  }

  .brand-strip img[src*="westside-logo"],
  .brand-strip img[src*="bluestone-logo"],
  .brand-strip img[src*="png-jewellers-logo"],
  .brand-strip img[src*="snapdeal-logo"],
  .brand-strip img[src*="manyavar-logo"],
  .brand-strip img[src*="incuspaze-logo"] {
    transform: scale(1.36);
  }

  .brand-strip img[src*="hero-"] {
    width: 96%;
    height: 88%;
    max-width: 96%;
    max-height: 88%;
    transform: scale(1.06);
  }

  .metric-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 12px;
    max-width: none;
    margin-bottom: 28px;
  }

  .metric-grid article {
    min-width: 0;
    min-height: 54px;
    padding: 8px 12px;
    border: 1.5px solid var(--line);
    border-left: 4px solid var(--green);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }

  .metric-grid strong {
    font-size: 17px;
    line-height: 1;
  }

  .metric-grid span {
    margin-top: 5px;
    font-size: 7px;
    line-height: 1.1;
    letter-spacing: 1.2px;
    white-space: nowrap;
  }

  .brand-stats,
  .modal-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .lead-modal {
    width: min(100%, 390px);
    padding: 22px 18px 14px;
  }

  .modal-heading {
    gap: 12px;
    margin-right: 30px;
  }

  .modal-brand-logo {
    flex-basis: 92px;
    width: 92px;
    height: 58px;
  }

  .modal-brand-logo.is-compact-logo {
    flex-basis: 82px;
    width: 82px;
    height: 52px;
  }

  .lead-modal h2 {
    font-size: 20px;
  }

  .modal-subtitle {
    font-size: 12px;
  }

  .modal-stats div {
    min-height: 48px;
    padding: 7px 4px;
  }

  .modal-stats strong {
    font-size: 16px;
  }

  .modal-stats span {
    font-size: 7px;
    letter-spacing: 0.08em;
  }

  .hero-buttons,
  .brand-card-bottom,
  .range-meta {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-buttons .btn,
  .brand-card-bottom .btn {
    width: 100%;
  }

  .hero-buttons {
    gap: 13px;
    margin-bottom: 24px;
  }

  .hero-buttons .btn {
    min-height: 54px;
    font-size: clamp(14px, 3.6vw, 20px);
    letter-spacing: 2.4px;
  }

  .hero-buttons .btn-outline-green {
    color: var(--green-dark);
    background: rgba(255, 255, 255, 0.62);
    border-width: 2px;
  }

  .hero-form-card .check-row {
    font-size: 13px;
  }

  .hero-form-card .advisor-note {
    font-size: 11px;
  }

  .ticker {
    margin-top: 0;
  }

  .mobile-lead-cta {
    position: fixed;
    left: 28px;
    right: 28px;
    bottom: 18px;
    z-index: 75;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(105deg, var(--blue), var(--green));
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 900;
  }

  .brands-section .container {
    width: min(100% - 16px, var(--container));
  }

  .brand-card-grid {
    gap: 18px;
  }

  .brand-card {
    min-height: 392px;
    border-radius: 8px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.15);
  }

  .brand-id {
    grid-template-columns: 112px 1fr;
    gap: 14px;
    align-items: center;
    text-align: left;
    min-height: 86px;
    margin-bottom: 16px;
  }

  .brand-card-top {
    padding: 50px 17px 20px;
  }

  .brand-status {
    top: 16px;
    right: 16px;
    padding: 7px 11px;
  }

  .brand-title h3 {
    font-size: 19px;
    line-height: 1.2;
  }

  .brand-title span {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .brand-stats {
    gap: 9px;
    margin: 16px 0 15px;
  }

  .brand-stats div {
    height: 82px;
    align-content: center;
    padding: 12px 6px;
    border-color: #dfe7f2;
    border-radius: 6px;
    background: linear-gradient(180deg, #ffffff 0%, #f1f6fc 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 6px 14px rgba(15, 23, 42, 0.05);
  }

  .brand-stats strong {
    font-family: var(--font-sans);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.08;
  }

  .brand-stats span {
    margin-top: 6px;
    color: #344256;
    font-family: var(--font-sans);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.075em;
  }

  .brand-card p {
    font-size: 14px;
    height: 52px;
    min-height: 52px;
    line-height: 1.55;
  }

  .brand-logo-media {
    width: 112px;
    height: 70px;
  }

  .brand-logo-media img {
    width: 90%;
    height: 86%;
    max-width: 90%;
    max-height: 86%;
  }

  .brand-card-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 16px 17px 17px;
  }

  .invest-start {
    flex: 1 1 58%;
    min-width: 0;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 8px;
    border-radius: 5px;
    color: #ffffff;
    background: linear-gradient(135deg, #20a400, #45bd00);
    box-shadow: 0 9px 18px rgba(69, 189, 0, 0.22);
    text-align: center;
    font-size: 13.5px;
    font-weight: 900;
    line-height: 1.15;
    white-space: normal;
  }

  .invest-start strong {
    display: inline;
    margin-top: 0;
    color: #ffffff;
    font-family: var(--font-sans);
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    animation: none;
  }

  .brand-card-bottom .btn {
    flex: 0 0 40%;
    width: 40%;
    min-width: 0;
    min-height: 46px;
    padding: 8px 7px;
    border-radius: 5px;
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.035em;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }

  .filter-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .filter-tabs button {
    width: 100%;
  }

  .return-total {
    font-size: 42px;
  }

  .countdown {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .countdown div {
    width: 100%;
  }

  .floating-btn {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}

@media (max-width: 360px) {
  h1 {
    font-size: 24px;
  }

  h1 span,
  h1 em {
    font-size: 24px;
  }

  .section-head h2,
  .contact-copy h2 {
    font-size: 28px;
  }

  .btn {
    padding-inline: 14px;
    font-size: 10px;
  }

  .brand-strip {
    grid-template-columns: repeat(4, 1fr);
  }

  .hero-lead {
    font-size: 15px;
  }

  .metric-grid article {
    padding-left: 14px;
    padding-right: 10px;
  }

  .metric-grid span {
    font-size: 6.5px;
    letter-spacing: 1px;
  }

  .brand-strip {
    gap: 7px;
  }

  .brand-strip div {
    height: 45px;
  }

  .hero-buttons .btn {
    min-height: 48px;
    font-size: 13px;
    letter-spacing: 1.8px;
  }
}


/* JR Real Buildwell shared site branding */
.nav-shell {
  grid-template-columns: 240px minmax(0, 1fr) auto;
}
.brand-logo img {
  width: 220px;
}
.footer-home-brand {
  display: inline-flex;
  width: min(240px, 72vw);
  margin: 0 auto 22px;
  line-height: 0;
}
.footer-home-brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 760px) {
  .brand-logo img {
    width: clamp(158px, 44vw, 184px);
  }
  .footer-home-brand {
    width: min(205px, 66vw);
  }
}
