:root {
  --black: #0f1115;
  --black-2: #17191f;
  --gold: #b68a3c;
  --gold-bright: #d4ad63;
  --gold-soft: #f3ead8;
  --white: #ffffff;
  --gray-50: #f7f7f5;
  --gray-100: #ececea;
  --gray-600: #65676d;
  --gray-800: #25272d;
  --shadow: 0 24px 70px rgba(15, 17, 21, 0.14);
  --shadow-soft: 0 16px 44px rgba(15, 17, 21, 0.09);
  --media-ratio-development-card: 4 / 3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at top right, rgba(182, 138, 60, 0.12), transparent 30vw),
    linear-gradient(180deg, #fbfaf7 0%, var(--gray-50) 38%, #f3f2ee 100%);
  color: var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }
button, input, select { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(15, 17, 21, 0.08);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}
.nav-shell, .page-section, .hero, .catalog-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}
.nav-shell {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--black);
  overflow: hidden;
  padding: 5px;
}
.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand-copy {
  display: grid;
  gap: 1px;
}
.brand-copy strong {
  font-size: 1rem;
  line-height: 1.05;
  letter-spacing: -0.025em;
}
.brand small, .eyebrow {
  display: block;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.brand small {
  font-size: 0.67rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.nav-actions {
  display: flex;
  gap: 18px;
  color: var(--gray-600);
  font-weight: 750;
}
.nav-actions a { text-decoration: none; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(310px, 0.94fr);
  gap: 28px;
  padding: 52px 0 28px;
}
.hero-copy, .hero-panel, .card, .calculator, .map-card, .faq-item, .share-card, .referral-card, .alternatives-card, .catalog-hero-copy, .catalog-card, .home-cover-card, .catalog-empty {
  border: 1px solid var(--gray-100);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.home-cover {
  display: grid;
  min-height: calc(100vh - 96px);
  align-items: center;
  justify-items: center;
  padding: 52px 0;
}
.home-cover-card {
  width: min(760px, 100%);
  max-width: 760px;
  text-align: center;
  padding: clamp(30px, 6vw, 64px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.91)),
    radial-gradient(circle at top right, rgba(182, 138, 60, 0.2), transparent 40%);
}
.home-brand-mark {
  width: 58px;
  height: 58px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
.catalog-hero {
  padding: 52px 0 16px;
}
.catalog-hero-copy {
  padding: clamp(28px, 5vw, 54px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(182, 138, 60, 0.18), transparent 38%);
}
.catalog-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 180px));
  gap: 12px;
  margin-top: 22px;
}
.catalog-filter-section {
  padding: 18px 0 16px;
}
.catalog-filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: end;
  border: 1px solid var(--gray-100);
  border-radius: 24px;
  padding: 16px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}
.catalog-filters label {
  display: grid;
  gap: 7px;
  color: var(--gray-600);
  font-size: 0.82rem;
  font-weight: 850;
}
.catalog-filters select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--gray-100);
  border-radius: 999px;
  padding: 0 14px;
  background: var(--gray-50);
  color: var(--black);
  font: inherit;
  font-weight: 750;
}
.hero-copy {
  padding: clamp(28px, 5vw, 58px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(182, 138, 60, 0.18), transparent 38%);
}
.hero-panel {
  overflow: hidden;
}
.hero-image {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  background:
    radial-gradient(circle at 18% 18%, rgba(212, 173, 99, 0.52), transparent 32%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.14), transparent 26%),
    linear-gradient(135deg, #101217, #312919 62%, #0d0f13);
}
.hero-image::after {
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 44%;
  height: 42%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02)),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 255, 255, 0.07) 18px 19px);
  content: "";
}
.hero-image-real {
  display: block;
}
.hero-image-real::after {
  display: none;
}
.hero-image img, .media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-panel-body { padding: 24px; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(2.55rem, 7vw, 5.3rem);
  line-height: 0.94;
  letter-spacing: -0.075em;
}
h2 {
  margin-bottom: 12px;
  font-size: clamp(1.75rem, 4vw, 3.1rem);
  letter-spacing: -0.055em;
}
h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
}
.lead {
  color: var(--gray-600);
  font-size: 1.08rem;
  line-height: 1.75;
}
.hero-actions, .button-row, .detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 18px;
  cursor: pointer;
  font-weight: 850;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(15, 17, 21, 0.14);
}
.button-primary {
  background: var(--black);
  color: var(--white);
}
.button-gold {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: var(--black);
}
.button-light {
  border-color: var(--gray-100);
  background: var(--white);
  color: var(--black);
}
.draft-pill, .badge {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 7px 12px;
  background: var(--gold-soft);
  color: #6b4a11;
  font-size: 0.77rem;
  font-weight: 850;
  text-transform: uppercase;
}
.price {
  margin: 16px 0;
  color: var(--black);
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 950;
  letter-spacing: -0.05em;
}
.price-note {
  margin: -6px 0 18px;
  color: var(--gray-600);
  font-size: 0.9rem;
  line-height: 1.55;
}
.stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0 0;
}
.stat {
  border-radius: 18px;
  background: var(--gray-50);
  padding: 16px;
}
.stat strong {
  display: block;
  font-size: 1.35rem;
}
.stat span {
  color: var(--gray-600);
  font-size: 0.84rem;
  font-weight: 750;
}

.page-section { padding: 34px 0; }
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
}
.js-gallery-empty[hidden] {
  display: none !important;
}

.visual-placeholder {
  display: grid;
  min-height: 250px;
  align-content: end;
  gap: 8px;
  overflow: hidden;
  border: 1px solid rgba(182, 138, 60, 0.22);
  border-radius: 28px;
  padding: 24px;
  background:
    linear-gradient(180deg, transparent 0%, rgba(15, 17, 21, 0.76) 100%),
    radial-gradient(circle at 12% 16%, rgba(212, 173, 99, 0.42), transparent 24%),
    linear-gradient(135deg, var(--black), #3d3424);
  color: var(--white);
  box-shadow: var(--shadow-soft);
}
.visual-placeholder-large {
  min-height: 360px;
}
.visual-placeholder span {
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.visual-placeholder strong {
  max-width: 520px;
  font-size: clamp(1.55rem, 3vw, 2.5rem);
  letter-spacing: -0.055em;
}
.visual-placeholder small {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95rem;
  line-height: 1.55;
}
.media-frame {
  display: block;
  min-height: 250px;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  padding: 0;
  background: var(--black);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
}
.media-frame:first-child {
  min-height: 360px;
}
.media-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 16px;
}
.video-card, .tour-card {
  overflow: hidden;
  border: 1px solid var(--gray-100);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}
.video-card iframe, .video-card video {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
  background: var(--black);
}
.media-note {
  margin: 0;
  padding: 14px 18px 18px;
  color: var(--gray-600);
  font-size: 0.9rem;
  line-height: 1.5;
}
.tour-card {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 24px;
}
.models-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.catalog-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.catalog-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}
.catalog-card-body > .button-row {
  margin-top: auto;
}
.catalog-card h3 {
  margin-bottom: 0;
  font-size: 1.28rem;
  letter-spacing: -0.035em;
}
.catalog-card .lead {
  margin-bottom: 0;
  font-size: 0.98rem;
  line-height: 1.5;
}
.catalog-location {
  margin: -4px 0 0;
  color: var(--gray-600);
  font-size: 0.9rem;
  font-weight: 750;
}
.catalog-model-count {
  margin: -2px 0 0;
  color: var(--gray-800);
  font-size: 0.92rem;
  font-weight: 850;
}
.catalog-description {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--gray-600);
  font-size: 0.92rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.catalog-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2px 0 4px;
}
.catalog-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(182, 138, 60, 0.24);
  border-radius: 999px;
  background: #fbf3df;
  color: #6b4a11;
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1;
  padding: 8px 10px;
}
.catalog-media {
  display: grid;
  aspect-ratio: var(--media-ratio-development-card);
  overflow: hidden;
  place-items: center;
  background: linear-gradient(135deg, #f8f5ee, #ebe6da);
  color: #6b4a11;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}
.catalog-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.catalog-media-placeholder span {
  max-width: 75%;
  border: 1px solid rgba(212, 173, 99, 0.34);
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.06);
}
.catalog-price {
  color: var(--black);
  font-size: 1.32rem;
  font-weight: 950;
  letter-spacing: -0.04em;
}
.catalog-empty {
  padding: 28px;
  text-align: center;
}
.catalog-empty p {
  margin-bottom: 0;
  color: var(--gray-600);
  line-height: 1.6;
}
.card {
  padding: 22px;
  box-shadow: var(--shadow-soft);
}
.model-card {
  display: grid;
  gap: 16px;
}
.model-media {
  display: grid;
  min-height: 160px;
  overflow: hidden;
  place-items: center;
  border-radius: 22px;
  background:
    radial-gradient(circle at 22% 18%, rgba(212, 173, 99, 0.38), transparent 28%),
    linear-gradient(135deg, #111319, #40331d);
  color: var(--gold-bright);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.model-media-placeholder span {
  border: 1px solid rgba(212, 173, 99, 0.34);
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.06);
}
.model-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.model-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.model-gallery-item {
  min-height: 72px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 14px;
  padding: 0;
  background: var(--gray-100);
  cursor: pointer;
}
.model-gallery-item.is-active {
  border-color: rgba(182, 138, 60, 0.86);
  box-shadow: 0 0 0 3px rgba(212, 173, 99, 0.16);
}
.model-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.model-gallery-empty {
  margin: 0;
  border: 1px solid rgba(182, 138, 60, 0.24);
  border-radius: 16px;
  background: #fbf8ef;
  padding: 12px 14px;
  color: var(--gray-600);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.45;
}
.model-card-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}
.model-price {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 950;
}
.promotion-note {
  width: fit-content;
  margin: -6px 0 0;
  border: 1px solid rgba(182, 138, 60, 0.28);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(212, 173, 99, 0.12);
  color: var(--gray-700);
  font-size: 0.88rem;
  line-height: 1.35;
}
.promotion-note strong {
  color: var(--black);
}
.facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.facts li {
  border: 1px solid var(--gray-100);
  border-radius: 999px;
  padding: 8px 11px;
  background: var(--gray-50);
  color: var(--gray-600);
  font-size: 0.86rem;
  font-weight: 760;
}
.amenity {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 18px;
  background: var(--white);
  padding: 16px;
  box-shadow: 0 12px 30px rgba(15, 17, 21, 0.06);
}
.amenity-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
}
.map-card, .calculator, .share-card, .referral-card, .alternatives-card {
  padding: 24px;
}
.map-placeholder {
  display: grid;
  min-height: 220px;
  place-items: center;
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(15, 17, 21, 0.78), rgba(182, 138, 60, 0.68)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px 18px),
    var(--gray-800);
  color: var(--white);
  text-align: center;
}
.map-embed {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  border: 1px solid var(--gray-100);
  border-radius: 22px;
  background: var(--gray-100);
}
.map-embed iframe {
  display: block;
  width: 100%;
  min-height: 300px;
  border: 0;
}
.map-embed-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  max-width: 430px;
  border-radius: 18px;
  padding: 14px 16px;
  background: rgba(15, 17, 21, 0.88);
  color: var(--white);
  box-shadow: var(--shadow-soft);
}
.map-embed-caption strong {
  display: block;
  margin-bottom: 4px;
}
.map-embed-caption p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.45;
}
.calculator-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.calc-alert {
  margin-top: 14px;
  border-radius: 16px;
  padding: 13px 15px;
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.5;
}
.calc-alert-soft {
  border: 1px solid rgba(182, 138, 60, 0.38);
  background: #fbf3df;
  color: #6b4a11;
}
.calc-alert-strong {
  border: 1px solid rgba(164, 45, 45, 0.34);
  background: #fff0ee;
  color: #8d2424;
}
.referral-card {
  background:
    linear-gradient(135deg, rgba(15, 17, 21, 0.96), rgba(45, 38, 25, 0.94)),
    radial-gradient(circle at top right, rgba(212, 173, 99, 0.28), transparent 32%);
  color: var(--white);
}
.referral-card .lead {
  color: rgba(255, 255, 255, 0.72);
}
label {
  display: grid;
  gap: 7px;
  color: var(--gray-600);
  font-size: 0.84rem;
  font-weight: 800;
}
input, select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--gray-100);
  border-radius: 14px;
  padding: 0 12px;
  background: var(--white);
}
.calc-result {
  margin-top: 16px;
  border-radius: 18px;
  background: var(--gray-50);
  padding: 16px;
}
.calc-result strong {
  display: block;
  font-size: 1.65rem;
}
.calc-result small {
  display: block;
  margin-top: 6px;
  color: var(--gray-600);
  line-height: 1.5;
}
.calc-formal-note {
  margin-top: 12px;
  border: 1px solid rgba(182, 138, 60, 0.26);
  border-radius: 16px;
  background: #fbf8ef;
  padding: 13px 15px;
  color: var(--gray-800);
  font-size: 0.94rem;
  line-height: 1.55;
}
.alternatives-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(182, 138, 60, 0.14), transparent 34%);
}
.segment-copy {
  border-left: 3px solid var(--gold);
  margin: 0 0 18px;
  padding-left: 14px;
  color: var(--gray-600);
  font-weight: 720;
  line-height: 1.55;
}
.reason-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}
.reason-pill {
  border: 1px solid var(--gray-100);
  border-radius: 999px;
  background: var(--white);
  color: var(--gray-800);
  cursor: pointer;
  font-weight: 820;
  padding: 10px 13px;
}
.reason-pill.is-selected {
  border-color: rgba(182, 138, 60, 0.6);
  background: var(--gold-soft);
  color: #6b4a11;
}
.alternative-status {
  margin: 4px 0 18px;
  border: 1px solid rgba(182, 138, 60, 0.32);
  border-radius: 16px;
  background: #fbf3df;
  color: #6b4a11;
  padding: 12px 14px;
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.5;
}
.alternative-status[data-state="ready"] {
  border-color: rgba(101, 103, 109, 0.22);
  background: var(--gray-50);
  color: var(--gray-600);
}
.button-disabled {
  opacity: 0.52;
  cursor: not-allowed;
  box-shadow: none;
}
.button-disabled:hover {
  transform: none;
  box-shadow: none;
}
.faq-list {
  display: grid;
  gap: 12px;
}
.faq-item {
  padding: 20px;
}
.sticky-cta {
  position: sticky;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  border-top: 1px solid rgba(15, 17, 21, 0.08);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}
.sticky-cta-inner {
  display: flex;
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 auto;
}
.loading-state {
  width: min(900px, calc(100% - 32px));
  margin: 72px auto;
  border-radius: 28px;
  background: var(--white);
  padding: clamp(28px, 6vw, 60px);
  box-shadow: var(--shadow);
}

@media (max-width: 860px) {
  .hero, .grid, .gallery-grid, .media-layout, .models-grid, .catalog-grid, .calculator-grid {
    grid-template-columns: 1fr;
  }
  .home-cover {
    min-height: calc(100vh - 72px);
    padding: 28px 0;
  }
  .home-cover-card {
    padding: 28px;
  }
  .catalog-hero {
    padding-top: 28px;
  }
  .catalog-summary {
    grid-template-columns: 1fr;
  }
  .catalog-filters {
    grid-template-columns: 1fr;
  }
  .catalog-filters .button {
    width: 100%;
  }
  .video-card iframe, .video-card video {
    min-height: 240px;
  }
  .map-embed, .map-embed iframe {
    min-height: 240px;
  }
  .nav-actions {
    display: none;
  }
  .nav-shell {
    min-height: 58px;
    width: min(100% - 24px, 1180px);
  }
  .brand {
    gap: 9px;
  }
  .brand-mark {
    width: 34px;
    height: 34px;
    padding: 4px;
  }
  .brand-copy strong {
    font-size: 0.94rem;
  }
  .brand small {
    max-width: 220px;
    font-size: 0.58rem;
    letter-spacing: 0.06em;
  }
  .hero {
    padding-top: 28px;
  }
  .sticky-cta-inner {
    display: grid;
    padding: 12px 0;
  }
  .sticky-cta-inner .button-row {
    width: 100%;
  }
  .sticky-cta-inner .button {
    flex: 1;
  }
}
