:root {
  --bg: #f9f9f8;
  --bg-elevated: #f9f9f8;
  --text: #0f172a;
  --muted: #64748b;
  --line: rgba(15, 23, 42, 0.08);
  --accent: #6366f1;
  --accent-soft: rgba(99, 102, 241, 0.12);
  --shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  --shadow-sm: 0 10px 30px rgba(15, 23, 42, 0.06);
  --shadow-card: 0 12px 40px rgba(15, 23, 42, 0.07);
  --shadow-card-hover: 0 20px 50px rgba(15, 23, 42, 0.1);
  --radius: 18px;
  --radius-lg: 26px;
  --radius-xl: 32px;
  --shell: min(1180px, calc(100% - 40px));
  --font: "Inter", sans-serif;
  --font-accent: "Inter", sans-serif;
  --section-y: clamp(56px, 8vw, 100px);
  --section-y-tight: clamp(40px, 5vw, 72px);
  --prose-width: 42rem;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --duration: 0.22s;
  --page-accent: var(--accent);
  --page-accent-soft: var(--accent-soft);
  --page-glow: rgba(13, 27, 42, 0.12);
  --page-mesh-a: rgba(13, 27, 42, 0.055);
  --page-mesh-b: rgba(13, 27, 42, 0.035);
  --brand-navy: #0d1b2a;
  --brand-navy-mid: #132235;
  --cta-hook-gold: #bd9443;
  --cta-hook-gold-mid: #bd9443;
  --cta-hook-gold-light: #bd9443;
  --cta-hook-shadow: rgba(189, 148, 67, 0.32);
  /* Imobiliare / Credite / Asigurări — hero banner (desktop 1920×480 = 4:1) */
  --re-hero-service-height: 480px;
  --re-hero-service-height-mobile: clamp(300px, 52vh, 380px);
}

/* ===== Full-width luxury refresh ===== */
body:not(.admin-body):not(.admin-auth-body) .shell {
  width: 100%;
  max-width: none;
  padding-inline: clamp(18px, 4.2vw, 64px);
}

body:not(.admin-body):not(.admin-auth-body) .section {
  padding-inline: 0;
}

body.page-home {
  background: #ffffff;
}

body.page-home .site-header {
  background: linear-gradient(180deg, rgba(250, 250, 248, 0.96), rgba(250, 250, 248, 0.72) 72%, transparent);
}

body.page-home .header-island {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.nav-link {
  position: relative;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  background: transparent !important;
  border-radius: 0 !important;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  height: 2px;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
  background: currentColor;
  opacity: 0.85;
}

.nav-link:hover::after,
.nav-link.is-active::after {
  transform: scaleX(1);
}

.nav-link--real-estate,
.nav-link--loans,
.nav-link--insurance {
  color: #111111;
}

.nav-link:hover {
  background: transparent !important;
}

.nav-link.nav-link--real-estate:hover {
  color: var(--brand-navy);
}

.nav-link.nav-link--loans:hover {
  color: var(--brand-navy);
}

.nav-link.nav-link--insurance:hover {
  color: var(--cta-hook-gold);
}

.nav-link.nav-link--real-estate.is-active {
  color: var(--brand-navy);
  background: transparent !important;
}

.nav-link.nav-link--loans.is-active {
  color: var(--brand-navy);
  background: transparent !important;
}

.nav-link.nav-link--insurance.is-active {
  color: var(--cta-hook-gold);
  background: transparent !important;
}

.btn-contact-header {
  gap: 8px;
  background: linear-gradient(145deg, var(--brand-navy), var(--brand-navy-mid)) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 26px rgba(13, 27, 42, 0.22);
}

.btn-contact-header:hover {
  filter: brightness(1.08);
}

.btn-contact-header__icon {
  color: #d4af37;
  display: inline-flex;
  align-items: center;
}

.btn-whatsapp {
  background: linear-gradient(150deg, var(--cta-hook-gold), var(--cta-hook-gold)) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(179, 135, 40, 0.28) !important;
  filter: none !important;
}

.btn-whatsapp::before {
  display: none;
}

.btn-whatsapp .btn-whatsapp__icon {
  display: inline-flex;
  color: #ffffff;
  filter: none;
}

body.page-home .hero.hero--luxury {
  background: #fafafa;
  min-height: auto;
  height: auto;
  border-radius: 0;
  padding: clamp(72px, 9vw, 118px) 0 clamp(38px, 5vw, 64px);
}

body.page-home .hero.hero--luxury .hero-media,
body.page-home .hero.hero--luxury .hero-overlay {
  display: none !important;
}

body.page-home .hero.hero--luxury .hero__inner {
  max-width: 1000px;
  margin-inline: auto;
  text-align: center;
  display: grid;
  gap: 18px;
}

body.page-home .hero__headline {
  max-width: 100%;
  margin: 0;
  color: #0f172a;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

body.page-home .hero__headline-main {
  display: block;
  text-transform: uppercase;
  font-size: clamp(2rem, 5.4vw, 4.2rem);
  font-weight: 800;
}

body.page-home .hero__headline-sub {
  display: block;
  margin-top: 0.25rem;
  font-family: var(--font-accent);
  font-style: italic;
  font-size: clamp(1.1rem, 2.35vw, 2rem);
  font-weight: 500;
  color: #2f3b4c;
}

body.page-home .hero__services-nav {
  margin: 0 auto;
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.page-home .hero__service-divider,
body.page-home .hero__service-cursor {
  display: none !important;
}

body.page-home .hero__service-link {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  min-height: 92px;
  font-size: clamp(1.08rem, 1.9vw, 1.38rem);
  justify-content: center;
  padding: 18px 14px;
}

body.page-home .hero__service-link--real-estate { color: var(--brand-navy); }
body.page-home .hero__service-link--loans { color: var(--brand-navy); }
body.page-home .hero__service-link--insurance { color: var(--cta-hook-gold); }

body.page-home .hero__intro-box {
  width: min(780px, 100%);
  margin: 0 auto;
  padding: clamp(14px, 2vw, 20px) clamp(16px, 2.5vw, 24px);
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

body.page-home .hero__intro {
  margin: 0;
  color: #1e293b;
  font-weight: 600;
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
}

body.page-home .hero__intro-link--badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border-radius: 999px;
  text-decoration: none;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  font-weight: 700;
  background: linear-gradient(145deg, #2e4e6d 0%, #243f55 100%);
  color: #ffffff;
}

body.page-home .hero__lead--emphasis,
body.page-home .hero__promise,
body.page-home .hero__actions--new {
  margin-inline: auto;
  justify-content: center;
}

body.page-home .hero__lead--emphasis {
  color: #334155;
}

body.page-home .hero__promise {
  color: #334155;
}

body.page-home .hero__quick-cards {
  width: min(1100px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.page-home .hero-quick-card {
  min-height: 102px;
  border-radius: 16px;
  padding: 14px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
}

body.page-home .hero-quick-card--blue {
  background: linear-gradient(145deg, #3a6f98, #305b80);
}

body.page-home .hero-quick-card--gold {
  background: linear-gradient(145deg, #1f3d63, #172f4d);
}

body.page-home .hero-quick-card--green {
  background: linear-gradient(145deg, var(--cta-hook-gold), var(--cta-hook-gold));
}

body.page-home .section--services-new .shell {
  max-width: 1260px;
  margin-inline: auto;
}

body.page-home .section--services-new {
  background: transparent;
}

body.page-home .section--services-new__head .section__eyebrow {
  color: var(--brand-navy);
  letter-spacing: 0.14em;
}

body.page-home .section--services-new__title {
  color: var(--brand-navy);
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1.15;
}

body.page-home .section--services-new__highlight {
  margin-top: -0.08em;
  margin-bottom: 0.65rem;
  line-height: 1.05;
}

body.page-home .services-cards-grid {
  max-width: min(1160px, 100%);
  margin: 0 auto;
  gap: clamp(16px, 2.2vw, 28px);
}

body.page-home .svc-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding: clamp(1.35rem, 2.4vw, 1.85rem);
  background: linear-gradient(175deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 245, 0.96) 100%);
  border: 1px solid rgba(13, 27, 42, 0.1);
  box-shadow:
    0 10px 22px rgba(15, 23, 42, 0.07),
    0 20px 44px rgba(13, 27, 42, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.page-home .svc-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, rgba(13, 27, 42, 0) 0%, var(--brand-navy) 50%, rgba(13, 27, 42, 0) 100%);
  opacity: 0.65;
}

body.page-home .svc-card:nth-child(3)::before {
  background: linear-gradient(90deg, rgba(212, 175, 55, 0) 0%, var(--cta-hook-gold) 50%, rgba(212, 175, 55, 0) 100%);
}

body.page-home .svc-card:hover {
  transform: translateY(-4px);
  border-color: rgba(13, 27, 42, 0.16);
  box-shadow:
    0 14px 28px rgba(15, 23, 42, 0.09),
    0 28px 56px rgba(13, 27, 42, 0.1);
}

body.page-home .svc-card:nth-child(3):hover {
  border-color: rgba(212, 175, 55, 0.35);
}

body.page-home .svc-card__header {
  min-height: auto;
  margin-bottom: 1.1rem;
}

body.page-home .svc-card__title {
  color: var(--brand-navy);
  font-weight: 800;
  letter-spacing: -0.01em;
}

body.page-home .svc-card__desc {
  color: #5a6b7d;
}

body.page-home .svc-card__divider {
  background: linear-gradient(90deg, transparent, rgba(13, 27, 42, 0.12) 20%, rgba(13, 27, 42, 0.12) 80%, transparent);
  margin-bottom: 1.1rem;
}

body.page-home .svc-card:nth-child(3) .svc-card__divider {
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.35) 20%, rgba(212, 175, 55, 0.35) 80%, transparent);
}

body.page-home .svc-card__action-link {
  padding: 0.72rem 0.9rem;
  border-radius: 12px;
  border-color: rgba(13, 27, 42, 0.1);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 600;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.page-home .svc-card__action-link:hover {
  transform: translateX(2px);
  box-shadow: 0 4px 14px rgba(13, 27, 42, 0.06);
}

body.page-home .svc-card__action-arrow {
  opacity: 0.45;
  font-size: 1.1rem;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

body.page-home .svc-card__action-link:hover .svc-card__action-arrow {
  opacity: 0.85;
  transform: translateX(2px);
}

body.page-home .svc-card__icon {
  width: 48px;
  height: 48px;
}

/* SOLUTII COMPLETE: align badge/button text with hero blue palette */
body.page-home .svc-card .svc-card__icon--blue {
  background: rgba(17, 41, 64, 0.12);
  color: #112940;
  border: 1px solid rgba(17, 41, 64, 0.28);
}

body.page-home .svc-card .svc-card__icon--green {
  background: rgba(46, 78, 109, 0.12);
  color: #2e4e6d;
  border: 1px solid rgba(46, 78, 109, 0.28);
}

body.page-home .svc-card .svc-card__icon--gold {
  background: rgba(87, 108, 130, 0.12);
  color: #576c82;
  border: 1px solid rgba(87, 108, 130, 0.28);
}

body.page-home .svc-card:nth-child(1) .svc-card__action-link {
  color: #112940;
}

body.page-home .svc-card:nth-child(2) .svc-card__action-link {
  color: #2e4e6d;
}

body.page-home .svc-card:nth-child(3) .svc-card__action-link {
  color: #576c82;
}

body.page-home .svc-card:nth-child(3) .svc-card__action-link:hover {
  box-shadow: 0 4px 14px rgba(87, 108, 130, 0.14);
}

:is(body.page-home, body.page-about) .lead-hook {
  max-width: min(1160px, 100%);
  margin-left: auto;
  margin-right: auto;
}

body.page-home .section--footer-cta {
  padding: clamp(40px, 5vw, 56px) 0 clamp(48px, 6vw, 64px);
  background: linear-gradient(180deg, #faf7f0 0%, #f6f1e7 100%);
}

body.page-home .section--footer-cta .shell {
  max-width: min(1160px, 100%);
  margin-inline: auto;
}

:is(body.page-home, body.page-about) .lead-hook--dual {
  margin-top: 0;
}

@media (max-width: 980px) {
  .site-nav__links .nav-link {
    font-size: 0.82rem;
  }

  body.page-home .hero__services-nav,
  body.page-home .hero__quick-cards {
    grid-template-columns: 1fr;
  }

  body.page-home .hero__service-link {
    min-height: 74px;
  }

  body.page-home .hero__intro-box {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 640px) {
  body:not(.admin-body):not(.admin-auth-body) .shell {
    padding-inline: 16px;
  }

  .btn-contact-header,
  .btn-whatsapp {
    width: 100%;
    justify-content: center;
  }

  .nav-link::after {
    left: 14px;
    right: 14px;
  }

  body.page-home .hero.hero--luxury {
    padding-top: 62px;
  }
}

/* ===== Luxury redesign v2 foundation ===== */
:root {
  --lux-cream: #f6f1e7;
  --lux-cream-strong: #f2ead8;
  --lux-navy: #0b1b2b;
  --lux-navy-mid: #12344d;
  --lux-navy-soft: #2f4f66;
  --lux-gold: #bd9443;
  --lux-gold-soft: rgba(189, 148, 67, 0.25);
}

/* Ornamentul reutilizabil (linie aurie + romb central) */
.lux-ornament {
  position: relative;
  width: 110px;
  height: 18px;
  margin-inline: auto;
}

.lux-ornament::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(212, 175, 55, 0.7);
  transform: translateY(-50%);
}

.lux-ornament::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background: rgba(212, 175, 55, 0.95);
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 2px;
  box-shadow: 0 10px 22px rgba(212, 175, 55, 0.18);
}

/* Titluri: Montserrat (moștenit din --font) */
.section__title,
.sell-flow-head__title,
.about-beyond__title {
  letter-spacing: 0.01em;
  font-weight: 600;
}


/* ===== REAL ESTATE PAGE ===== */
.re-hero {
  padding: 0;
  background: #fff;
}

.re-hero .shell {
  width: 100%;
  max-width: none;
  padding: 0;
}

.re-hero__inner {
  position: relative;
  display: block;
  border: 1px solid #edf2fb;
  border-radius: 14px;
  overflow: hidden;
  background: #0b1220;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: clamp(320px, 31vw, 520px);
}

@media (max-width: 768px) {
  .re-hero__inner {
    min-height: 0;
  }

  .re-hero__media {
    position: relative;
    min-height: 210px;
  }
}

.re-hero__content {
  position: relative;
  z-index: 2;
  padding: clamp(1.1rem, 2vw, 1.8rem) clamp(1rem, 2vw, 1.5rem) clamp(1.1rem, 2vw, 1.8rem) clamp(1.1rem, 3vw, 3.2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(100%, 52rem);
  box-sizing: border-box;
  color: #fff;
}

.re-hero__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(2, 6, 23, 0.72) 0%, rgba(2, 6, 23, 0.6) 34%, rgba(2, 6, 23, 0.22) 62%, rgba(2, 6, 23, 0.05) 100%);
}

.re-hero__title {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  color: #fff;
  text-align: left;
  margin-top: auto;
  margin-bottom: 1rem;
  text-shadow: 0 3px 18px rgba(2, 6, 23, 0.4);
}

.re-hero__title-main {
  font-size: clamp(2rem, 3.9vw, 3.2rem);
  font-weight: 800;
  line-height: 1.08;
}

.re-hero__title-sub {
  font-size: clamp(1.22rem, 2.25vw, 1.72rem);
  font-weight: 600;
  line-height: 1.22;
  color: rgba(241, 245, 249, 0.96);
}

.re-hero__title-accent {
  color: var(--cta-hook-gold);
}

.re-hero__actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  margin-top: auto;
  margin-bottom: 0;
  align-items: center;
}

.re-hero__actions .btn {
  min-height: 50px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1;
  padding: 0.85rem 1.25rem;
  white-space: nowrap;
}

.re-hero__actions .btn--whatsapp {
  border: none;
  color: #fff;
}

body.page-real_estate .re-hero__content {
  justify-content: stretch;
}

.re-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  font-size: 0.82rem;
  color: rgba(226, 232, 240, 0.92);
}

.re-hero__badges span {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

/* Centered full-width banner (imobiliare, credite, asigurări, proprietăți) */
.re-hero--centered .re-hero__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--re-hero-service-height-mobile);
  border: none;
  border-radius: 0;
}

.re-hero--centered .re-hero__inner::before {
  background:
    linear-gradient(180deg, rgba(2, 6, 23, 0.58) 0%, rgba(2, 6, 23, 0.48) 42%, rgba(2, 6, 23, 0.58) 100%),
    radial-gradient(ellipse 90% 80% at 50% 50%, rgba(2, 6, 23, 0.2) 0%, rgba(2, 6, 23, 0.55) 100%);
}

.re-hero--centered .re-hero__content {
  width: 100%;
  max-width: min(52rem, 100%);
  margin-inline: auto;
  padding: clamp(2rem, 4.5vw, 3rem) clamp(1.15rem, 3.5vw, 2rem);
  text-align: center;
  align-items: center;
  justify-content: center;
  min-height: var(--re-hero-service-height-mobile);
}

.re-hero--centered .re-hero__title {
  text-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0.55rem;
  width: 100%;
}

.re-hero--centered .re-hero__title--single {
  display: block;
  font-size: clamp(1.85rem, 3.6vw, 2.85rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.re-hero--centered .re-hero__title-main {
  font-size: clamp(1.95rem, 3.8vw, 3rem);
  letter-spacing: -0.02em;
}

.re-hero--centered .re-hero__title-sub {
  display: block;
  max-width: 36ch;
  margin: 0.45rem auto 0;
  font-size: clamp(1rem, 1.85vw, 1.35rem);
  font-weight: 500;
  line-height: 1.45;
  color: rgba(241, 245, 249, 0.94);
}

.re-hero--centered .re-hero__lead {
  margin: 0 auto 1.35rem;
  max-width: 40ch;
  font-size: clamp(1rem, 1.85vw, 1.28rem);
  font-weight: 500;
  line-height: 1.45;
  color: rgba(241, 245, 249, 0.92);
  text-shadow: 0 2px 14px rgba(2, 6, 23, 0.35);
}

.re-hero--centered .re-hero__actions {
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0;
  gap: clamp(0.6rem, 1.4vw, 0.85rem);
}

.re-hero--centered .re-hero__actions .btn {
  min-height: 48px;
  border-radius: 999px;
  padding: 0.9rem clamp(1.35rem, 2.8vw, 1.75rem);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.15;
  white-space: nowrap;
  box-shadow: none;
}

.re-hero--centered .re-hero__actions .btn--primary {
  color: #0f172a;
  background: linear-gradient(180deg, #f5e6b8 0%, var(--cta-hook-gold) 48%, var(--cta-hook-gold-mid) 100%);
  border: 0;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.22);
}

.re-hero--centered .re-hero__actions .btn--primary:hover:not(:disabled) {
  filter: brightness(1.04);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.28);
}

.re-hero--centered .re-hero__actions .btn--outline-hero {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.92);
  color: #fff;
  box-shadow: none;
}

.re-hero--centered .re-hero__actions .btn--outline-hero:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}

.re-hero--centered .re-hero__media img {
  min-height: var(--re-hero-service-height-mobile);
}

body.page-real_estate .re-hero--centered .re-hero__content,
body.page-loans .re-hero--centered .re-hero__content,
body.page-insurance .re-hero--centered .re-hero__content,
body.page-contact .re-hero--centered .re-hero__content {
  justify-content: center;
}

body.page-loans .re-hero--centered .re-hero__content,
body.page-insurance .re-hero--centered .re-hero__content {
  max-width: min(68rem, 96%);
  padding-left: clamp(1rem, 4vw, 3rem);
  padding-right: clamp(1rem, 4vw, 3rem);
}

body.page-loans .re-hero--centered .re-hero__title,
body.page-insurance .re-hero--centered .re-hero__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.12em;
  width: 100%;
  max-width: none;
  margin-bottom: 0.65rem;
}

body.page-loans .re-hero--centered .re-hero__title-main,
body.page-insurance .re-hero--centered .re-hero__title-main,
body.page-loans .re-hero--centered .re-hero__title-sub,
body.page-insurance .re-hero--centered .re-hero__title-sub {
  display: block;
  max-width: none;
  font-size: clamp(1.75rem, 3.35vw, 2.9rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

body.page-insurance .re-hero--centered .re-hero__lead {
  max-width: 46ch;
}

@media (min-width: 981px) {
  .re-hero--light.re-hero--centered .re-hero__content {
    max-width: min(74rem, 96%);
    padding-left: clamp(1.25rem, 3vw, 2.5rem);
    padding-right: clamp(1.25rem, 3vw, 2.5rem);
  }

  body.page-real_estate .re-hero--light.re-hero--centered .re-hero__title-sub {
    max-width: none;
    font-size: clamp(1.05rem, 1.45vw, 1.32rem);
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
}

@media (min-width: 1100px) {
  body.page-real_estate .re-hero--light.re-hero--centered .re-hero__title-sub {
    white-space: nowrap;
  }
}

.re-hero__media img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  min-height: clamp(320px, 31vw, 520px);
  max-height: none;
  object-position: center center;
}

.re-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  margin-left: 0;
}

.re-hero__media::before {
  content: none;
}

body.page-loans .re-hero__inner,
body.page-insurance .re-hero__inner,
body.page-contact .re-hero__inner,
body.page-about .re-hero__inner {
  display: flex;
  align-items: center;
}

body.page-loans .re-hero__content,
body.page-insurance .re-hero__content,
body.page-contact .re-hero__content,
body.page-about .re-hero__content {
  justify-content: center;
  padding-top: clamp(1.6rem, 3.2vw, 2.7rem);
  padding-bottom: clamp(1.6rem, 3.2vw, 2.7rem);
}

@media (max-width: 768px) {
  .re-hero .shell {
    padding: 0 20px;
  }

  .re-hero__inner {
    display: flex;
    flex-direction: column-reverse;
    min-height: 0;
    width: 100%;
    margin-left: 0;
  }

  .re-hero--centered .shell {
    padding: 0;
  }

  .re-hero--centered .re-hero__inner {
    display: block;
    flex-direction: unset;
    min-height: var(--re-hero-service-height-mobile);
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .re-hero--centered .re-hero__content {
    min-height: var(--re-hero-service-height-mobile);
    padding: clamp(1.75rem, 6vw, 2.25rem) clamp(1rem, 4vw, 1.35rem);
  }

  .re-hero--centered .re-hero__media {
    position: absolute;
    inset: 0;
    min-height: 0;
  }

  .re-hero--centered .re-hero__media img {
    min-height: var(--re-hero-service-height-mobile);
  }

  .re-hero--centered .re-hero__actions .btn {
    flex: 1 1 auto;
    min-width: min(100%, 11.5rem);
    white-space: normal;
    text-align: center;
  }

  .re-hero__actions {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .re-hero__actions .btn {
    white-space: normal;
  }

  .re-hero__content {
    max-width: none;
    padding: clamp(1rem, 3vw, 1.25rem);
    min-height: 0;
  }

  .re-hero__title {
    margin-top: 0;
  }

  .re-hero__media {
    position: relative;
    inset: auto;
    min-height: 210px;
  }

  .re-hero__media picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .re-hero__media img {
    min-height: 210px;
  }

  .re-hero__inner::before {
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.66) 0%, rgba(2, 6, 23, 0.48) 36%, rgba(2, 6, 23, 0.14) 100%);
  }

  .re-hero--centered .re-hero__inner::before {
    background:
      linear-gradient(180deg, rgba(2, 6, 23, 0.62) 0%, rgba(2, 6, 23, 0.5) 50%, rgba(2, 6, 23, 0.62) 100%),
      radial-gradient(ellipse 100% 70% at 50% 40%, rgba(2, 6, 23, 0.15) 0%, rgba(2, 6, 23, 0.5) 100%);
  }

  body.page-loans .re-hero__inner,
  body.page-insurance .re-hero__inner,
  body.page-contact .re-hero__inner,
  body.page-about .re-hero__inner {
    display: flex;
    align-items: stretch;
  }

  body.page-loans .re-hero__content,
  body.page-insurance .re-hero__content,
  body.page-contact .re-hero__content,
  body.page-about .re-hero__content {
    min-height: 0;
    padding-top: clamp(1rem, 3vw, 1.25rem);
    padding-bottom: clamp(1rem, 3vw, 1.25rem);
  }
}

/* Desktop: align hero widths with standard sections */
@media (min-width: 769px) {
  .hero {
    width: var(--shell);
    margin-inline: auto;
    border-radius: 16px;
    height: clamp(380px, 36vw, 580px);
    min-height: clamp(380px, 36vw, 580px);
    max-height: clamp(380px, 36vw, 580px);
    padding: 0;
    display: flex;
    align-items: center;
  }

  .hero .shell {
    width: 100%;
    max-width: none;
    padding-inline: clamp(14px, 1.8vw, 24px);
    height: 100%;
    min-height: clamp(380px, 36vw, 580px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }

  .hero__inner {
    max-width: min(680px, 94%);
    padding: clamp(0.85rem, 1.5vw, 1.25rem) 0;
    gap: 9px;
  }

  .hero__headline {
    font-size: clamp(1.55rem, 2.75vw, 2.5rem);
    margin-bottom: 0;
    max-width: 14ch;
    line-height: 1.04;
  }

  .hero__services-nav {
    gap: 8px;
    margin-bottom: 0;
    flex-wrap: nowrap;
  }

  .hero__service-link {
    font-size: clamp(1.02rem, 1.8vw, 1.4rem);
    padding: 7px 12px 9px 10px;
  }

  .hero__service-cursor {
    right: -6px;
    bottom: -8px;
  }

  .hero__service-cursor .lucide-icon {
    width: 18px;
    height: 18px;
  }

  .hero__service-divider {
    height: 20px;
  }

  .hero__lead {
    margin-bottom: 0;
    font-size: clamp(0.9rem, 1.02vw, 1rem);
    line-height: 1.28;
    max-width: none;
  }

  .hero__actions--new {
    gap: 10px;
    margin-bottom: 0;
  }

  .hero-action-btn {
    min-height: 54px;
    padding: 8px 12px;
    border-radius: 12px;
  }

  .hero-action-btn__icon {
    width: 32px;
    height: 32px;
  }

  .hero-action-btn__text strong {
    font-size: 0.88rem;
  }

  .hero-action-btn__text em {
    font-size: 0.72rem;
  }

  .hero__intro {
    font-size: clamp(0.88rem, 1vw, 0.98rem);
    margin-bottom: 0;
    max-width: none;
  }

  .hero__lead--emphasis {
    font-size: clamp(0.92rem, 1.05vw, 1.02rem);
    margin-bottom: 0;
  }

  .hero__promise {
    font-size: clamp(0.82rem, 0.94vw, 0.92rem);
    margin-bottom: 0;
    gap: 8px;
    max-width: none;
  }

  .hero__promise-icon .lucide-icon {
    width: 17px;
    height: 17px;
  }

  .hero__quick-cards {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .hero-quick-card {
    min-height: 54px;
    padding: 9px 11px;
  }

  .hero-quick-card__text strong {
    font-size: 0.82rem;
  }

  .hero-quick-card__text em {
    font-size: 0.68rem;
  }

  .hero-media {
    object-position: center 46%;
  }

  body.page-home .hero__intro,
  body.page-home .hero__lead--emphasis,
  body.page-home .hero__promise-text {
    white-space: normal;
  }

  .re-hero .shell {
    width: var(--shell);
    max-width: var(--shell);
    margin-inline: auto;
    padding: 0;
  }

  .re-hero--centered .shell {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding: 0;
  }

  .re-hero__inner {
    width: 100%;
    margin-left: 0;
  }

  .re-hero--centered .re-hero__inner {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-radius: 0;
    height: var(--re-hero-service-height);
    min-height: var(--re-hero-service-height);
  }

  body.page-real_estate .re-hero--centered .re-hero__inner,
  body.page-loans .re-hero--centered .re-hero__inner,
  body.page-insurance .re-hero--centered .re-hero__inner,
  body.page-contact .re-hero--centered .re-hero__inner,
  body.page-about .re-hero--centered .re-hero__inner {
    height: var(--re-hero-service-height);
    min-height: var(--re-hero-service-height);
  }

  body.page-real_estate .re-hero--centered .re-hero__content,
  body.page-loans .re-hero--centered .re-hero__content,
  body.page-insurance .re-hero--centered .re-hero__content,
  body.page-contact .re-hero--centered .re-hero__content,
  body.page-about .re-hero--centered .re-hero__content {
    min-height: 0;
    height: 100%;
  }

  body.page-real_estate .re-hero--centered .re-hero__media img,
  body.page-loans .re-hero--centered .re-hero__media img,
  body.page-insurance .re-hero--centered .re-hero__media img,
  body.page-contact .re-hero--centered .re-hero__media img,
  body.page-about .re-hero--centered .re-hero__media img {
    min-height: 100%;
    height: 100%;
  }

  .re-hero__media img {
    object-position: center 50%;
  }

  .re-hero--centered .re-hero__media img {
    object-position: center center;
  }
}

/* Imobiliare — CTA „preț corect” (minimal premium) */
.re-price-block {
  position: relative;
  overflow: hidden;
  border-radius: clamp(18px, 2.4vw, 24px);
  padding: clamp(1.4rem, 3.1vw, 2rem);
  background: linear-gradient(175deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94));
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.re-price-block::after {
  content: none;
}

.re-price-block__accent {
  display: none;
}

.re-price-block__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: clamp(1.2rem, 2.8vw, 2rem);
  align-items: stretch;
}

@media (min-width: 881px) {
  .re-price-block__column--panel {
    border-left: 1px solid rgba(15, 23, 42, 0.1);
    padding-left: clamp(1.1rem, 2vw, 1.6rem);
  }
}

.re-price-block__column--copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.re-price-block__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding: 6px 12px 6px 8px;
  margin-bottom: 0.9rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #334155;
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.09);
}

.re-price-block__badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: transparent;
  color: #9a7a19;
}

.re-price-block__badge-icon .lucide-icon {
  width: 14px;
  height: 14px;
}

.re-price-block__title {
  margin: 0 0 0.8rem;
  font-size: clamp(1.35rem, 2.25vw, 1.86rem);
  font-weight: 750;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #0f172a;
  max-width: 32ch;
}

.re-price-block__title-highlight {
  color: #9a7a19;
  font-weight: 800;
}

.re-price-block__lead {
  margin: 0 0 1.2rem;
  max-width: 62ch;
  font-size: clamp(0.95rem, 1.05vw, 1.02rem);
  line-height: 1.62;
  color: #475569;
}

.re-price-block__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.re-price-block__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  border-radius: 10px;
  padding-inline: 1.25rem;
  box-shadow: none !important;
}

.re-price-block__btn:hover:not(:disabled),
.re-price-block__btn:focus-visible {
  box-shadow: none !important;
}

.re-price-block__btn .lucide-icon {
  width: 17px;
  height: 17px;
}

.re-price-block__column--panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.15rem, 2.1vw, 1.6rem);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  min-width: 0;
}

.re-price-block__panel-head {
  margin: 0 0 0.95rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #9a7a19;
}

.re-price-block__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.78rem;
}

.re-price-block__feature {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 32px;
}

.re-price-block__feature-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 160, 48, 0.18);
  color: #9a7a19;
}

.re-price-block__feature-icon .lucide-icon {
  width: 13px;
  height: 13px;
  stroke-width: 2.4;
}

.re-price-block__feature-text {
  font-size: 0.97rem;
  line-height: 1.42;
  font-weight: 500;
  color: #334155;
}

@media (max-width: 880px) {
  .re-price-block {
    padding: 1.15rem 1rem 1.2rem;
  }

  .re-price-block__layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .re-price-block__title {
    max-width: none;
  }

  .re-price-block__column--panel {
    padding: 0.95rem;
  }
}

.re-reasons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.re-reasons-head {
  text-align: center;
  margin: 0 auto 2.1rem;
  max-width: 760px;
}

.re-reasons-head .section__title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.18;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.re-reasons-head .section__text {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 680px;
}

@media (max-width: 900px) {
  .re-reasons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 540px) {
  .re-reasons-grid {
    grid-template-columns: 1fr;
  }
}

.re-reason-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.15rem 1.05rem;
  font-size: 0.875rem;
  color: #475569;
  line-height: 1.5;
  border: 1px solid rgba(201, 160, 48, 0.24);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  height: 100%;
  box-shadow: none;
  text-align: center;
}

.re-reason-card__top {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: start;
  gap: 0.6rem;
  justify-content: start;
  text-align: left;
  min-height: 62px;
}

.re-reason-card__icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: transparent;
  color: var(--cta-hook-gold);
  border: 1px solid rgba(201, 160, 48, 0.34);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.re-reason-card__icon .lucide-icon {
  width: 15px;
  height: 15px;
}

.re-reason-card__title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.28;
  color: #0f172a;
  font-weight: 700;
  text-align: left;
  min-height: calc(1.28 * 2em);
}

.re-reason-card__solution {
  margin: auto 0 0;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(201, 160, 48, 0.2);
  color: #334155;
  text-align: left;
  line-height: 1.58;
  min-height: calc(1.58 * 3em);
}

.re-reason-card__solution strong {
  color: var(--cta-hook-gold);
}

.re-reasons-cta-wrap {
  text-align: center;
  margin-top: 1.75rem;
}

.re-reasons-cta {
  box-shadow: none !important;
}

.re-reasons-cta:hover:not(:disabled),
.re-reasons-cta:focus-visible {
  box-shadow: none !important;
}

/* Imobiliare: spațiere egală între formular → motive → proces vânzare */
body.page-real_estate #estim-form-anchor {
  padding-bottom: clamp(28px, 3.5vw, 44px);
}

body.page-real_estate #estim-form-anchor + #de-ce-nu-se-vinde {
  padding-top: clamp(28px, 3.5vw, 44px);
  padding-bottom: clamp(28px, 3.5vw, 44px);
}

body.page-real_estate #de-ce-nu-se-vinde + .sell-process {
  padding-top: clamp(28px, 3.5vw, 44px);
}

@media (max-width: 540px) {
  .re-reason-card__top {
    min-height: 0;
  }

  .re-reason-card__title,
  .re-reason-card__solution {
    min-height: 0;
  }
}

.re-steps-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.7rem;
  position: relative;
  align-items: stretch;
}

.re-step {
  text-align: center;
  padding: 0.85rem 0.5rem 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}

/* Real estate journey section redesign */
.re-journey {
  padding-top: clamp(26px, 3.2vw, 44px);
  padding-bottom: clamp(26px, 3.2vw, 44px);
}

.re-journey__head {
  margin: 0 auto 18px;
  max-width: 860px;
}

.re-journey__head .section__title {
  margin-bottom: 8px;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  line-height: 1.2;
}

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

.re-journey-step {
  position: relative;
  display: grid;
  grid-template-columns: 44px auto 1fr;
  grid-template-areas:
    "icon num title"
    "text text text";
  align-items: center;
  column-gap: 8px;
  row-gap: 8px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.26);
  padding: 12px 12px 13px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.86), rgba(241, 245, 249, 0.66));
  backdrop-filter: blur(9px) saturate(125%);
  -webkit-backdrop-filter: blur(9px) saturate(125%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 12px 24px rgba(15, 23, 42, 0.06);
}

.re-journey-step__num {
  grid-area: num;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 44px;
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: 700;
  color: var(--cta-hook-gold);
}

.re-journey-step__icon {
  grid-area: icon;
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cta-hook-gold);
  border: 1px solid rgba(201, 160, 48, 0.46);
  background: radial-gradient(circle at 30% 22%, rgba(251, 191, 36, 0.22), rgba(245, 158, 11, 0.08));
}

.re-journey-step__icon .lucide-icon {
  width: 21px;
  height: 21px;
  stroke-width: 2;
}

.re-journey-step h3 {
  grid-area: title;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.24;
  color: #0f172a;
}

.re-journey-step p {
  grid-area: text;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #475569;
}

.re-journey__cta {
  margin-top: 16px;
  text-align: center;
}

.re-journey__cta .re-steps-cta {
  border-color: var(--cta-hook-gold);
  color: #9a7a19;
}

.re-journey__cta .re-steps-cta:hover:not(:disabled) {
  border-color: var(--cta-hook-gold);
  background: rgba(201, 160, 48, 0.08);
}

@media (max-width: 980px) {
  .re-journey__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .re-journey {
    padding-top: 20px;
    padding-bottom: 22px;
  }

  .re-journey__head {
    margin-bottom: 14px;
  }

  .re-journey__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .re-journey-step {
    grid-template-columns: 40px auto 1fr;
  }

  .re-journey-step__icon {
    width: 40px;
    height: 40px;
  }

  .re-journey-step__icon .lucide-icon {
    width: 19px;
    height: 19px;
  }

  .re-journey-step__num {
    height: 40px;
    font-size: 1.5rem;
  }
}

@media (max-width: 980px) {
  .re-cta-band {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .re-cta-band__actions {
    min-width: 0;
    width: 100%;
    justify-content: flex-start;
  }
}

.re-step__num {
  width: 24px;
  height: 24px;
  background: #2563eb;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.72rem;
  margin: 0 auto 0.55rem;
}

.re-step__icon {
  margin: 0 auto 0.55rem;
  color: #2563eb;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 2px solid #d8e4ff;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.re-step__icon .lucide-icon {
  width: 28px;
  height: 28px;
  stroke-width: 1.9;
}

.re-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 53px;
  right: -8px;
  width: 16px;
  border-top: 2px dotted #b8c9eb;
}

.re-step__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.35rem;
  line-height: 1.26;
  max-width: 20ch;
  text-wrap: balance;
}

.re-step__text {
  font-size: 0.9rem;
  color: #334155;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 22ch;
  flex: 1 1 auto;
  padding: 0 0.15rem;
}

.re-steps-head {
  text-align: center;
  margin: 0 auto 2.25rem;
  max-width: 900px;
}

.re-steps-head .section__title {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  font-size: clamp(2rem, 3.1vw, 2.8rem);
  line-height: 1.16;
  text-wrap: balance;
}

@media (max-width: 1024px) {
  .re-steps-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem 0.8rem;
  }

  .re-step::after {
    display: none;
  }

  .re-step__title {
    font-size: 0.95rem;
  }

  .re-step__text {
    font-size: 0.84rem;
  }
}

@media (max-width: 600px) {
  .re-steps-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .re-step__icon {
    width: 54px;
    height: 54px;
  }

  .re-step__icon .lucide-icon {
    width: 22px;
    height: 22px;
  }
}

.re-props-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.35rem;
  align-items: stretch;
}

@media (min-width: 1025px) {
  .re-props-section .re-props-grid {
    gap: 1.5rem 1.35rem;
  }
}

@media (max-width: 1024px) {
  .re-props-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 540px) {
  .re-props-grid {
    grid-template-columns: 1fr;
  }
}

.re-prop-card {
  background: linear-gradient(170deg, #ffffff, #fcfbf7);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(201, 160, 48, 0.22);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.09), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.re-prop-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 160, 48, 0.42);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.14), 0 1px 0 rgba(255, 255, 255, 0.85) inset;
}

.re-prop-card__img {
  width: 100%;
  height: 195px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
  filter: saturate(1.06) contrast(1.04);
}

.re-prop-card__img--placeholder {
  height: 195px;
  background: linear-gradient(160deg, #f8fafc, #e2e8f0);
}

.re-prop-card__body {
  padding: 1.1rem 1.1rem 1.2rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.re-prop-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.35rem;
  line-height: 1.28;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
  /* Bloc uniform 2 rânduri → prețurile se aliniază pe același nivel */
  min-height: calc(1.28 * 2em);
}

.re-prop-card__location {
  font-size: 0.82rem;
  color: #64748b;
  margin: 0 0 0.45rem;
  line-height: 1.25;
  min-height: 1.25em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.re-prop-card__price {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--cta-hook-gold);
  margin: 0 0 0.5rem;
  line-height: 1.2;
}

.re-prop-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  gap: 0.45rem 0.5rem;
  font-size: 0.75rem;
  color: #64748b;
  margin: 0 0 0.85rem;
  /* Aceeași înălțime rezervată pentru rândul de detalii → butoanele pe același nivel în grid */
  min-height: 3.6rem;
}

.re-prop-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  flex-shrink: 0;
  max-width: 100%;
  white-space: nowrap;
}

.re-prop-card__meta span .lucide-icon {
  flex-shrink: 0;
}

.re-prop-card--empty {
  grid-column: 1 / -1;
}

.re-prop-card--empty .re-prop-card__body {
  justify-content: center;
  text-align: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.re-prop-card--empty .re-prop-card__title--plain {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
  min-height: 0;
  margin-bottom: 0.5rem;
  word-break: normal;
  overflow-wrap: normal;
}

.re-prop-card__empty-lead {
  margin: 0;
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.55;
  max-width: 40ch;
  margin-inline: auto;
}

.re-prop-card__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.55rem;
  margin-top: auto;
  width: 100%;
}

.re-prop-card__actions .btn {
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: normal;
  line-height: 1.2;
  word-break: break-word;
  hyphens: auto;
}

.surface-primary-dark {
  background: var(--brand-navy);
  color: #fff;
}

.re-cta-light-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 60%, #f8fafc 100%);
}

.re-cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: nowrap;
  border-radius: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(201, 160, 48, 0.24);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94));
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.re-cta-band__left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.re-cta-band__icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: var(--cta-hook-gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
}

.re-cta-band__icon .lucide-icon {
  width: 28px;
  height: 28px;
}

.re-cta-band__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.3rem;
}

.re-cta-band__lead {
  font-size: 0.875rem;
  color: #475569;
  margin: 0;
}

.re-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  justify-content: flex-end;
  min-width: 420px;
}

.re-cta-band__badges {
  width: 100%;
  display: flex;
  gap: 0.9rem;
  font-size: 0.75rem;
  color: #334155;
  flex-wrap: wrap;
}

.re-cta-band__badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.re-cta-band__badges .lucide-icon {
  width: 14px;
  height: 14px;
  color: var(--cta-hook-gold);
}

.re-cta-band__btn {
  min-height: 44px;
  border-radius: 999px;
  font-weight: 700;
  white-space: nowrap;
}

.re-cta-band__btn--gold {
  background: linear-gradient(145deg, var(--cta-hook-gold), var(--cta-hook-gold));
  border-color: rgba(212, 175, 55, 0.85);
  color: #fff;
  box-shadow: 0 14px 30px rgba(160, 110, 25, 0.24);
}

.re-cta-band__btn--gold:hover:not(:disabled) {
  background: linear-gradient(145deg, #ddb94d, #cfa73b);
  border-color: rgba(212, 175, 55, 0.95);
}

.re-cta-band__btn--wa::before {
  content: none !important;
  display: none !important;
}

.re-cta-band__btn--wa {
  box-shadow: 0 12px 24px rgba(18, 142, 71, 0.2);
}

.btn--whatsapp {
  background: #25d366;
  color: #fff;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  transition: background 0.15s;
}

.btn--whatsapp:hover {
  background: #1ebe5d;
}

.btn--sm {
  padding: 0.45rem 0.9rem;
  font-size: 0.82rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  overflow-x: clip;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

body.has-sticky-cta {
  padding-bottom: 0;
}

@media (max-width: 980px) {
  body.has-sticky-cta {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }
}

.display-xl {
  font-size: clamp(2.15rem, 4.2vw, 3.1rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.display-lg {
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.prose {
  max-width: var(--prose-width);
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.prose p {
  margin: 0 0 1rem;
}

.prose p:last-child {
  margin-bottom: 0;
}

.page-stack > .section:first-child {
  padding-top: var(--section-y-tight);
}

.icon-slim {
  width: 1.25em;
  height: 1.25em;
  stroke-width: 1.35;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

/* Container mai lat pe desktop (ex. grila de proprietăți Imobiliare) */
.shell--wide {
  width: min(1360px, calc(100% - 48px));
}

@media (min-width: 1536px) {
  .shell--wide {
    width: min(1420px, calc(100% - 64px));
  }
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  background: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  z-index: 1000;
  box-shadow: var(--shadow-sm);
}
.skip-link:focus {
  left: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 12px 0 8px;
  background: transparent;
  transition: padding 0.2s ease;
}
.site-header.is-scrolled .header-island {
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
  border-color: rgba(255, 255, 255, 0.55);
}

.header-shell {
  max-width: 100%;
}

.header-island {
  border-radius: 22px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.82) 0%,
    rgba(255, 255, 255, 0.58) 45%,
    rgba(255, 255, 255, 0.72) 100%
  );
  backdrop-filter: blur(22px) saturate(1.65);
  -webkit-backdrop-filter: blur(22px) saturate(1.65);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06), 0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 -18px 48px rgba(99, 102, 241, 0.04) inset;
  padding: 10px 14px;
  position: relative;
  min-width: 0;
}
.header-island::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.55) 0%, transparent 42%, rgba(255, 255, 255, 0.08) 100%);
}
.header-island > * {
  position: relative;
  z-index: 1;
}

@media (min-width: 981px) {
  .header-island {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.09);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08), 0 1px 0 rgba(255, 255, 255, 0.92) inset;
  }

  .header-island::before {
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.24) 0%, transparent 48%, rgba(255, 255, 255, 0.08) 100%);
  }
}

.header-grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 16px;
  min-width: 0;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.55));
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  flex-shrink: 0;
}
.nav-toggle__bar {
  width: 18px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.2s ease;
}

.site-nav--primary {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 4px 6px;
  min-width: 0;
}

.site-nav__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 4px;
}

.site-nav__mobile-cta {
  display: none;
}

.header-brand {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-width: 0;
}
.header-brand__svg {
  display: flex;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(79, 70, 229, 0.25);
}

.header-brand__img {
  display: block;
  height: auto;
  max-height: 74px;
  width: auto;
}

.header-actions {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
}

.btn-contact-header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: #ffffff;
  border: 0;
  background: var(--cta-hook-gold);
  box-shadow: 0 8px 22px rgba(160, 110, 25, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.btn-contact-header:hover {
  background: var(--cta-hook-gold);
  filter: brightness(1.06);
  box-shadow: 0 10px 24px rgba(160, 110, 25, 0.34);
}
.btn-contact-header:focus-visible {
  outline: 2px solid rgba(99, 102, 241, 0.55);
  outline-offset: 2px;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(155deg, rgba(55, 220, 120, 0.98), rgba(18, 175, 96, 0.98));
  border: none;
  box-shadow: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.btn-whatsapp:hover {
  filter: brightness(1.04);
  box-shadow: none;
}
.btn-whatsapp:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 3px;
}
.btn-whatsapp__icon {
  flex-shrink: 0;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.12));
}

@media (min-width: 981px) {
  .header-actions .btn-contact-header,
  .header-actions .btn-whatsapp {
    width: 142px;
    min-height: 42px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.82rem;
    line-height: 1;
  }
}

/* Unified WhatsApp style across all button variants */
.btn[href*="wa.me"] {
  background: linear-gradient(155deg, rgba(55, 220, 120, 0.98), rgba(18, 175, 96, 0.98));
  color: #fff;
  border-color: transparent;
  box-shadow: none;
}

.btn[href*="wa.me"]:hover:not(:disabled) {
  filter: brightness(1.04);
  box-shadow: none;
}

/* Header menu buttons without shadows on all pages */
.header-actions .btn-contact-header,
.header-actions .btn-contact-header:hover,
.header-actions .btn-contact-header:focus-visible,
.header-actions .btn-whatsapp,
.header-actions .btn-whatsapp:hover,
.header-actions .btn-whatsapp:focus-visible {
  box-shadow: none !important;
}

.btn[href*="wa.me"]::before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.202-.101-1.209-.598-1.396-.665-.187-.067-.322-.101-.456.101-.135.202-.523.665-.641.802-.118.135-.238.152-.44.051-.202-.101-.852-.314-1.623-1.001-.599-.535-1.002-1.196-1.118-1.396-.118-.202-.012-.311.088-.411.091-.091.202-.238.303-.357.101-.119.135-.202.202-.337.067-.135.034-.253-.017-.355-.051-.101-.456-1.096-.625-1.502-.164-.394-.333-.34-.456-.347-.118-.007-.253-.009-.388-.009-.135 0-.355.051-.541.253-.187.202-.713.696-.713 1.696 0 1.001.731 1.972.833 2.109.101.135 1.438 2.191 3.488 3.074.488.209.868.334 1.165.427.488.157.932.135 1.284.082.392-.057 1.209-.494 1.38-.972.17-.479.17-.891.119-.972-.051-.081-.187-.135-.401-.238z'/%3E%3C/svg%3E");
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.12));
}

/* CTA în secțiunea Pași: link WhatsApp — trebuie să aibă prioritate peste .btn[href*="wa.me"] */
a.btn.re-steps-cta[href*="wa.me"] {
  background: rgba(255, 255, 255, 0.92) !important;
  color: #1d4ed8 !important;
  border: 2px solid rgba(37, 99, 235, 0.45) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12), 0 1px 0 rgba(255, 255, 255, 0.55) inset !important;
  font-weight: 700;
  border-radius: 12px;
  min-height: 48px;
  padding: 0.68rem 1.35rem;
}

a.btn.re-steps-cta[href*="wa.me"]::before {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
}

a.btn.re-steps-cta[href*="wa.me"]:hover:not(:disabled) {
  background: #f8fbff !important;
  border-color: rgba(37, 99, 235, 0.65) !important;
  filter: none !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14), 0 1px 0 rgba(255, 255, 255, 0.55) inset !important;
}

.re-props-head {
  text-align: center;
  margin: 0 auto 2.25rem;
  max-width: min(1020px, 100%);
}

.re-props-head .section__title {
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}

@media (min-width: 1024px) {
  body.page-real_estate .re-props-head .section__title {
    white-space: nowrap;
    text-wrap: nowrap;
    font-size: clamp(1.58rem, 2.35vw, 2.05rem);
  }
}

.re-props-head .section__text {
  margin-left: auto;
  margin-right: auto;
  max-width: min(68ch, 100%);
}

.btn-whatsapp::before,
.btn-whatsapp .btn-whatsapp__icon {
  display: none;
}

.btn-whatsapp::before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.202-.101-1.209-.598-1.396-.665-.187-.067-.322-.101-.456.101-.135.202-.523.665-.641.802-.118.135-.238.152-.44.051-.202-.101-.852-.314-1.623-1.001-.599-.535-1.002-1.196-1.118-1.396-.118-.202-.012-.311.088-.411.091-.091.202-.238.303-.357.101-.119.135-.202.202-.337.067-.135.034-.253-.017-.355-.051-.101-.456-1.096-.625-1.502-.164-.394-.333-.34-.456-.347-.118-.007-.253-.009-.388-.009-.135 0-.355.051-.541.253-.187.202-.713.696-.713 1.696 0 1.001.731 1.972.833 2.109.101.135 1.438 2.191 3.488 3.074.488.209.868.334 1.165.427.488.157.932.135 1.284.082.392-.057 1.209-.494 1.38-.972.17-.479.17-.891.119-.972-.051-.081-.187-.135-.401-.238z'/%3E%3C/svg%3E");
}

.nav-link {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--muted);
  padding: 8px 12px;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}
.nav-link:hover {
  color: var(--text);
  background: rgba(15, 23, 42, 0.05);
}
.nav-link.is-active {
  color: #4f46e5;
  background: rgba(79, 70, 229, 0.1);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.logo__mark {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: linear-gradient(145deg, #4f46e5, #7c3aed);
  box-shadow: 0 10px 25px rgba(79, 70, 229, 0.35);
}
.logo__text {
  font-size: 1rem;
}

@media (max-width: 980px) {
  .header-grid {
    position: relative;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    grid-template-rows: auto;
  }

  .nav-toggle {
    display: inline-flex;
    grid-column: 1;
    grid-row: 1;
  }

  .header-brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    margin-inline: auto;
  }

  .header-actions {
    display: none;
  }

  /* Dropdown ancorat la baza barei (header-grid), nu la zona grilei rând 2) */
  .site-nav--primary {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: stretch;
    z-index: 60;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border-radius: 20px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.985), rgba(247, 250, 255, 0.965));
    backdrop-filter: blur(8px) saturate(1.1);
    -webkit-backdrop-filter: blur(8px) saturate(1.1);
    box-shadow: 0 20px 52px rgba(15, 23, 42, 0.2), 0 1px 0 rgba(255, 255, 255, 0.98) inset;
    display: none;
    gap: 12px;
    max-height: min(70vh, 520px);
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 0;
  }

  .site-nav--primary.is-open {
    display: flex;
  }

  .site-nav__links {
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }

  .site-nav__links .nav-link {
    white-space: normal;
    border-radius: 14px;
    padding: 12px 14px;
  }

  .site-nav__mobile-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 8px;
    border-top: 1px solid var(--line);
  }

  .site-nav__mobile-cta .btn-contact-header,
  .site-nav__mobile-cta .btn-whatsapp {
    width: 100%;
    justify-content: center;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  text-decoration: none;
  transition: transform var(--duration) var(--ease-out), box-shadow var(--duration) var(--ease-out),
    background var(--duration) var(--ease-out), border-color var(--duration) var(--ease-out), color var(--duration) var(--ease-out),
    filter var(--duration) var(--ease-out);
}
.btn:focus-visible {
  outline: 2px solid rgba(99, 102, 241, 0.55);
  outline-offset: 3px;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.btn:active:not(:disabled) {
  transform: translateY(1px);
}
.btn--sm {
  padding: 10px 18px;
  font-size: 0.9rem;
}
.btn--primary {
  background: linear-gradient(135deg, #6366f1 0%, #4f46e5 55%, #4338ca 100%);
  color: #fff;
  box-shadow: 0 14px 34px rgba(79, 70, 229, 0.32), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}
.btn--primary:hover:not(:disabled) {
  box-shadow: 0 18px 44px rgba(79, 70, 229, 0.4), 0 1px 0 rgba(255, 255, 255, 0.22) inset;
  filter: brightness(1.03);
}
.btn--ghost {
  background: rgba(255, 255, 255, 0.95);
  border-color: var(--line);
  color: var(--text);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}
.btn--ghost:hover:not(:disabled) {
  border-color: rgba(99, 102, 241, 0.35);
  background: var(--accent-soft);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.1);
}
.btn--outline {
  background: rgba(255, 255, 255, 0.35);
  border-color: rgba(99, 102, 241, 0.4);
  color: #4338ca;
  backdrop-filter: blur(8px);
}
.btn--outline:hover:not(:disabled) {
  background: var(--accent-soft);
  border-color: rgba(99, 102, 241, 0.55);
}
.btn--text {
  background: transparent;
  border-color: transparent;
  color: var(--accent);
  padding: 10px 14px;
  box-shadow: none;
  font-weight: 600;
}
.btn--text:hover:not(:disabled) {
  color: #4338ca;
  background: rgba(99, 102, 241, 0.08);
}
.btn--text:focus-visible {
  outline-color: rgba(99, 102, 241, 0.45);
}

/* CTA / „cârlige”: aur + text alb (site public; fără WhatsApp; excepții mai jos) */
body:not(.admin-body):not(.admin-auth-body) .btn--primary:not(.btn--whatsapp):not(.btn-whatsapp):not([href*="wa.me"]) {
  background: linear-gradient(180deg, var(--cta-hook-gold-light) 0%, var(--cta-hook-gold) 45%, var(--cta-hook-gold-mid) 100%);
  color: #fff;
  border: 0;
  box-shadow: 0 14px 34px var(--cta-hook-shadow), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}
body:not(.admin-body):not(.admin-auth-body) .btn--primary:not(.btn--whatsapp):not(.btn-whatsapp):not([href*="wa.me"]):hover:not(:disabled) {
  filter: brightness(1.05);
  box-shadow: 0 18px 42px rgba(160, 110, 25, 0.38), 0 1px 0 rgba(255, 255, 255, 0.22) inset;
}

body:is(.page-real_estate, .page-loans, .page-insurance, .page-properties):not(.admin-body):not(.admin-auth-body) .re-hero--centered .re-hero__actions .btn--primary {
  color: #0f172a;
  background: linear-gradient(180deg, #f5e6b8 0%, var(--cta-hook-gold) 48%, var(--cta-hook-gold-mid) 100%);
  border: 0;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.22);
}

body:is(.page-real_estate, .page-loans, .page-insurance, .page-properties):not(.admin-body):not(.admin-auth-body) .re-hero--centered .re-hero__actions .btn--primary:hover:not(:disabled) {
  color: #0f172a;
  filter: brightness(1.04);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.28);
}

body:is(.page-real_estate, .page-loans, .page-insurance, .page-properties):not(.admin-body):not(.admin-auth-body) .re-hero--centered .re-hero__actions .btn--outline-hero {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.92);
  color: #fff;
  box-shadow: none;
}

body:is(.page-real_estate, .page-loans, .page-insurance, .page-properties):not(.admin-body):not(.admin-auth-body) .re-hero--centered .re-hero__actions .btn--outline-hero:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}

/* Hero light — fără overlay, texte negre, CTA secundar outline negru */
.re-hero--light.re-hero--centered .re-hero__inner::before {
  display: none;
}

.re-hero--light .re-hero__title-main,
.re-hero--light .re-hero__title-sub,
.re-hero--light .re-hero__title--single,
.re-hero--light .re-hero__lead {
  color: #0f172a;
  text-shadow: none;
}

body:not(.admin-body):not(.admin-auth-body) .re-hero--light .re-hero__actions .btn--outline-hero {
  background: transparent !important;
  border: 2px solid #0f172a !important;
  color: #0f172a !important;
  box-shadow: none !important;
  filter: none !important;
}

body:not(.admin-body):not(.admin-auth-body) .re-hero--light .re-hero__actions .btn--outline-hero:hover:not(:disabled) {
  background: rgba(15, 23, 42, 0.06) !important;
  border-color: #0f172a !important;
  color: #0f172a !important;
  filter: none !important;
}

body:not(.admin-body):not(.admin-auth-body) .re-hero--light .re-hero__actions .btn--outline-hero[href*="wa.me"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230f172a'%3E%3Cpath d='M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.202-.101-1.209-.598-1.396-.665-.187-.067-.322-.101-.456.101-.135.202-.523.665-.641.802-.118.135-.238.152-.44.051-.202-.101-.852-.314-1.623-1.001-.599-.535-1.002-1.196-1.118-1.396-.118-.202-.012-.311.088-.411.091-.091.202-.238.303-.357.101-.119.135-.202.202-.337.067-.135.034-.253-.017-.355-.051-.101-.456-1.096-.625-1.502-.164-.394-.333-.34-.456-.347-.118-.007-.253-.009-.388-.009-.135 0-.355.051-.541.253-.187.202-.713.696-.713 1.696 0 1.001.731 1.972.833 2.109.101.135 1.438 2.191 3.488 3.074.488.209.868.334 1.165.427.488.157.932.135 1.284.082.392-.057 1.209-.494 1.38-.972.17-.479.17-.891.119-.972-.051-.081-.187-.135-.401-.238z'/%3E%3C/svg%3E");
  filter: none;
}

/* Imobiliare / Credite / Asigurări — CTA principal hero (navy) */
body:is(.page-real_estate, .page-loans, .page-insurance):not(.admin-body):not(.admin-auth-body) .re-hero--light.re-hero--centered .re-hero__actions .btn--primary {
  background: linear-gradient(145deg, #112940 0%, #0d2135 100%) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 10px 28px rgba(17, 41, 64, 0.28) !important;
  filter: none !important;
}

body:is(.page-real_estate, .page-loans, .page-insurance):not(.admin-body):not(.admin-auth-body) .re-hero--light.re-hero--centered .re-hero__actions .btn--primary:hover:not(:disabled) {
  background: linear-gradient(145deg, #153352 0%, #0f2940 100%) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 14px 32px rgba(17, 41, 64, 0.34) !important;
  filter: none !important;
}

/* Imobiliare / Credite / Asigurări / Contact — hero dimensionat după imagine, fără benzi */
body:is(.page-real_estate, .page-loans, .page-insurance, .page-contact) .re-hero--light.re-hero--centered .re-hero__inner {
  display: block;
  height: auto;
  min-height: 0;
  background: transparent;
}

body:is(.page-real_estate, .page-loans, .page-insurance, .page-contact) .re-hero--light.re-hero--centered .re-hero__media {
  position: relative;
  inset: auto;
  min-height: 0;
  overflow: visible;
}

body:is(.page-real_estate, .page-loans, .page-insurance, .page-contact) .re-hero--light.re-hero--centered .re-hero__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 0;
  height: auto;
  pointer-events: none;
}

body:is(.page-real_estate, .page-loans, .page-insurance, .page-contact) .re-hero--light.re-hero--centered .re-hero__actions,
body:is(.page-real_estate, .page-loans, .page-insurance, .page-contact) .re-hero--light.re-hero--centered .re-hero__actions a {
  pointer-events: auto;
}

body:is(.page-real_estate, .page-loans, .page-insurance, .page-contact) .re-hero--light .re-hero__media picture {
  display: block;
  width: 100%;
  height: auto;
}

body:is(.page-real_estate, .page-loans, .page-insurance, .page-contact) .re-hero--light .re-hero__media img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: unset;
}

@media (max-width: 768px) {
  body:is(.page-real_estate, .page-loans, .page-insurance, .page-contact) .re-hero--light.re-hero--centered .re-hero__inner {
    min-height: 0;
  }

  body:is(.page-real_estate, .page-loans, .page-insurance, .page-contact) .re-hero--light.re-hero--centered .re-hero__content {
    min-height: 0;
    padding: clamp(1.75rem, 6vw, 2.25rem) clamp(1rem, 4vw, 1.35rem);
  }
}

@media (min-width: 769px) {
  body:is(.page-real_estate, .page-loans, .page-insurance, .page-contact) .re-hero--light.re-hero--centered .re-hero__inner {
    height: auto;
    min-height: 0;
  }

  body:is(.page-real_estate, .page-loans, .page-insurance, .page-contact) .re-hero--light.re-hero--centered .re-hero__content {
    height: auto;
  }

  body:is(.page-real_estate, .page-loans, .page-insurance, .page-contact) .re-hero--light.re-hero--centered .re-hero__media img {
    height: auto;
    min-height: 0;
  }
}

body.page-properties .section--tight .lead-hook {
  width: 100%;
  margin-top: 0;
}

/* Imobiliare: „Programează vizionare” în carduri — după regulile aurii .btn--primary ca să nu fie suprascris */
body.page-real_estate:not(.admin-body):not(.admin-auth-body) .re-prop-card__actions .btn.btn--primary,
body.page-properties:not(.admin-body):not(.admin-auth-body) .re-prop-card__actions .btn.btn--primary {
  background: #0d1b2a;
  color: #fff;
  border: 0;
  box-shadow: 0 10px 26px rgba(13, 27, 42, 0.28);
  filter: none;
}
body.page-real_estate:not(.admin-body):not(.admin-auth-body) .re-prop-card__actions .btn.btn--primary:hover:not(:disabled),
body.page-properties:not(.admin-body):not(.admin-auth-body) .re-prop-card__actions .btn.btn--primary:hover:not(:disabled) {
  filter: brightness(1.08);
  box-shadow: 0 12px 32px rgba(13, 27, 42, 0.34);
}

body:not(.admin-body):not(.admin-auth-body) .btn--outline:not([href*="wa.me"]) {
  background: linear-gradient(180deg, var(--cta-hook-gold-light) 0%, var(--cta-hook-gold) 45%, var(--cta-hook-gold-mid) 100%);
  color: #fff;
  border: 0;
  box-shadow: 0 10px 28px var(--cta-hook-shadow);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body:not(.admin-body):not(.admin-auth-body) .btn--outline:not([href*="wa.me"]):hover:not(:disabled) {
  background: linear-gradient(180deg, #ebd063 0%, #d9b542 45%, #cea836 100%);
  border: 0;
  filter: brightness(1.02);
}
body:not(.admin-body):not(.admin-auth-body) .btn--hook {
  background: linear-gradient(180deg, var(--cta-hook-gold-light) 0%, var(--cta-hook-gold) 45%, var(--cta-hook-gold-mid) 100%);
  color: #fff;
  border: 0;
  box-shadow: 0 14px 34px var(--cta-hook-shadow), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}
body:not(.admin-body):not(.admin-auth-body) .btn--hook:hover:not(:disabled) {
  filter: brightness(1.05);
  box-shadow: 0 18px 42px rgba(160, 110, 25, 0.38), 0 1px 0 rgba(255, 255, 255, 0.22) inset;
}

body:not(.admin-body):not(.admin-auth-body) form.filters-panel .btn.btn--primary {
  background: linear-gradient(135deg, #6366f1 0%, #4f46e5 55%, #4338ca 100%) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 14px 34px rgba(79, 70, 229, 0.32), 0 1px 0 rgba(255, 255, 255, 0.2) inset !important;
}
body:not(.admin-body):not(.admin-auth-body) form.filters-panel .btn.btn--primary:hover:not(:disabled) {
  filter: brightness(1.03) !important;
  box-shadow: 0 18px 44px rgba(79, 70, 229, 0.4), 0 1px 0 rgba(255, 255, 255, 0.22) inset !important;
}
body:not(.admin-body):not(.admin-auth-body) form.filters-panel .btn.btn--ghost {
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: var(--line) !important;
  color: var(--text) !important;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04) !important;
}
body:not(.admin-body):not(.admin-auth-body) form.filters-panel .btn.btn--ghost:hover:not(:disabled) {
  border-color: rgba(99, 102, 241, 0.35) !important;
  background: var(--accent-soft) !important;
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.1) !important;
  color: var(--text) !important;
  filter: none !important;
}

.cookie-consent .btn--primary {
  background: linear-gradient(135deg, #6366f1 0%, #4f46e5 55%, #4338ca 100%) !important;
  color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 14px 34px rgba(79, 70, 229, 0.32), 0 1px 0 rgba(255, 255, 255, 0.2) inset !important;
  filter: none !important;
}
.cookie-consent .btn--primary:hover:not(:disabled) {
  box-shadow: 0 18px 44px rgba(79, 70, 229, 0.4), 0 1px 0 rgba(255, 255, 255, 0.22) inset !important;
  filter: brightness(1.03) !important;
}

body:not(.admin-body):not(.admin-auth-body) .hero-action-btn.hero-action-btn--outline {
  color: #fff;
  background: linear-gradient(180deg, var(--cta-hook-gold-light) 0%, var(--cta-hook-gold) 50%, var(--cta-hook-gold-mid) 100%);
  border: 0;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22), 0 1px 0 rgba(255, 255, 255, 0.18) inset;
}
body.page-home:not(.admin-body):not(.admin-auth-body) section.hero .hero-action-btn.hero-action-btn--outline {
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24), 0 1px 0 rgba(255, 255, 255, 0.22) inset;
}
body:not(.admin-body):not(.admin-auth-body) .hero-action-btn.hero-action-btn--outline:hover {
  background: linear-gradient(180deg, #ebd063 0%, #d9b542 50%, #cea836 100%);
  filter: brightness(1.03);
}
body:not(.admin-body):not(.admin-auth-body) .hero-action-btn.hero-action-btn--outline .hero-action-btn__text em {
  color: rgba(255, 255, 255, 0.88);
}

.hero {
  position: relative;
  min-height: clamp(600px, 82vh, 840px);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: clamp(88px, 10vw, 120px) 0 clamp(48px, 6vw, 72px);
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  /* First layer = top: keep left column readable; gold sits underneath and reads on the photo */
  background:
    linear-gradient(90deg, rgba(3, 9, 28, 0.82) 0%, rgba(3, 9, 28, 0.52) 40%, rgba(3, 9, 28, 0.2) 62%, rgba(3, 9, 28, 0.06) 80%, transparent 92%),
    linear-gradient(180deg, rgba(3, 9, 28, 0.1) 0%, rgba(3, 9, 28, 0.48) 100%),
    radial-gradient(ellipse 110% 85% at 78% 44%, rgba(201, 160, 48, 0.26) 0%, rgba(201, 160, 48, 0.1) 42%, transparent 68%),
    linear-gradient(128deg, rgba(201, 160, 48, 0.14) 0%, rgba(201, 160, 48, 0.05) 36%, transparent 58%);
  pointer-events: none;
  z-index: 2;
}

.hero .shell {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  display: block;
}

.hero__inner {
  max-width: 720px;
  width: 100%;
  text-align: left;
  margin-inline: 0;
}

.hero__headline {
  margin: 0 0 14px;
  font-size: clamp(1.9rem, 4.2vw, 3.65rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #f8fafc;
  text-wrap: pretty;
  max-width: 15.5ch;
}

.hero__services-nav {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 14px;
  margin: 0 0 20px;
  max-width: max-content;
  overflow: visible;
}

.hero__service-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px 10px 12px;
  border-radius: 11px;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  overflow: visible;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.hero__service-link:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.hero__service-link:hover .hero__service-cursor {
  transform: translate(2px, 2px);
}

.hero__service-label {
  line-height: 1;
}

.hero__service-cursor {
  position: absolute;
  right: -7px;
  bottom: -9px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  pointer-events: none;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.45));
  transition: transform 0.2s ease;
}

.hero__service-cursor .lucide-icon {
  width: 22px;
  height: 22px;
  stroke-width: 2.35px;
}

.hero__service-link--real-estate .hero__service-cursor {
  color: #e8f2fa;
}

.hero__service-link--loans .hero__service-cursor {
  color: #e8fce8;
}

.hero__service-link--insurance .hero__service-cursor {
  color: #fff4d6;
}

.hero__service-link--real-estate,
.nav-link--real-estate { color: var(--brand-navy); }
.hero__service-link--loans,
.nav-link--loans { color: var(--brand-navy); }
.hero__service-link--insurance,
.nav-link--insurance {
  color: var(--cta-hook-gold);
}
.hero__service-link--real-estate:hover,
.hero__service-link--loans:hover,
.hero__service-link--insurance:hover {
  filter: brightness(1.06);
}

.nav-link.nav-link--real-estate:hover,
.nav-link.nav-link--loans:hover,
.nav-link.nav-link--insurance:hover {
  filter: brightness(1.08);
}
.nav-link.nav-link--real-estate:hover {
  color: var(--brand-navy);
  background: rgba(13, 27, 42, 0.08);
}
.nav-link.nav-link--loans:hover {
  color: var(--brand-navy);
  background: rgba(13, 27, 42, 0.08);
}
.nav-link.nav-link--insurance:hover {
  color: var(--cta-hook-gold);
  background: rgba(212, 175, 55, 0.14);
}
.nav-link.nav-link--real-estate.is-active {
  color: var(--brand-navy);
  background: rgba(13, 27, 42, 0.12);
}
.nav-link.nav-link--loans.is-active {
  color: var(--brand-navy);
  background: rgba(13, 27, 42, 0.12);
}
.nav-link.nav-link--insurance.is-active {
  color: var(--cta-hook-gold);
  background: rgba(212, 175, 55, 0.18);
}

.hero__service-divider {
  width: 1px;
  height: 30px;
  background: rgba(226, 232, 240, 0.46);
}

.hero__lead {
  margin: 0 0 22px;
  font-size: clamp(1rem, 2vw, 1.42rem);
  color: rgba(241, 245, 249, 0.95);
  line-height: 1.42;
  max-width: 35ch;
}

.hero__lead span {
  color: #60a5fa;
}

.hero__intro {
  margin: 0 0 10px;
  font-size: clamp(0.95rem, 1.65vw, 1.16rem);
  color: rgba(241, 245, 249, 0.92);
  line-height: 1.35;
  max-width: none;
}

.hero__intro-link {
  color: #60a5fa;
  font-weight: 700;
  text-decoration: none;
}

.hero__intro-link:hover {
  color: #93c5fd;
  text-decoration: underline;
}

.hero__lead--emphasis {
  margin-bottom: 18px;
  font-size: clamp(1.08rem, 2.15vw, 1.52rem);
  font-weight: 600;
  max-width: none;
}

.hero__actions--new {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.hero-action-btn {
  min-height: 62px;
  border-radius: 14px;
  padding: 10px 14px;
  gap: 10px;
  display: inline-flex;
  align-items: center;
  align-self: stretch;
  box-sizing: border-box;
  text-decoration: none;
  flex: 1 1 240px;
  max-width: 100%;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.hero-action-btn:hover {
  transform: translateY(-1px);
}

.hero-action-btn__icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.16);
}

.hero-action-btn__icon .lucide-icon {
  width: 19px;
  height: 19px;
}

.hero-action-btn__icon .wa-float__svg {
  width: 19px;
  height: 19px;
}

.hero-action-btn__text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}

.hero-action-btn__text strong {
  font-size: 0.99rem;
  font-weight: 700;
}

.hero-action-btn__text em {
  font-size: 0.75rem;
  color: rgba(226, 232, 240, 0.88);
  font-style: normal;
}

.hero-action-btn--outline {
  color: #e2e8f0;
  background: rgba(37, 99, 235, 0.25);
  border: 1px solid rgba(96, 165, 250, 0.45);
}

.hero-action-btn--outline:hover {
  background: rgba(37, 99, 235, 0.34);
}

.hero-action-btn--primary {
  color: #fff;
  background: linear-gradient(155deg, #3b82f6 0%, #2563eb 52%, #1d4ed8 100%);
  border: 1px solid rgba(147, 197, 253, 0.35);
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.28), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

.hero-action-btn--primary:hover {
  filter: brightness(1.05);
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.34), 0 1px 0 rgba(255, 255, 255, 0.22) inset;
}

.hero-action-btn--primary .hero-action-btn__text em {
  color: rgba(255, 255, 255, 0.9);
}

.hero-action-btn__arrow {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  opacity: 0.92;
}

.hero-action-btn__arrow .lucide-icon {
  width: 20px;
  height: 20px;
}

.hero-action-btn--whatsapp {
  color: #f0fdf4;
  background: linear-gradient(155deg, rgba(55, 220, 120, 0.98), rgba(18, 175, 96, 0.98));
  border: none;
  box-shadow: none;
}

.hero-action-btn--whatsapp:hover {
  filter: brightness(1.04);
  box-shadow: none;
}

/* Prevent duplicated WA icon on hero custom button */
.hero-action-btn[href*="wa.me"]::before {
  content: none;
  display: none;
}

.hero__promise {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 18px;
  font-size: clamp(0.88rem, 1.5vw, 1rem);
  line-height: 1.38;
  color: rgba(241, 245, 249, 0.95);
  max-width: 52ch;
}

.hero__promise-text {
  min-width: 0;
}

.hero__promise-icon {
  color: var(--cta-hook-gold);
  flex-shrink: 0;
  margin-top: 2px;
  display: inline-flex;
}

.hero__promise-icon .lucide-icon {
  width: 20px;
  height: 20px;
}

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

.hero-quick-card {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration: none;
  color: #f8fafc;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.hero-quick-card:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.hero-quick-card__icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.14);
  flex-shrink: 0;
}

.hero-quick-card__icon .lucide-icon {
  width: 18px;
  height: 18px;
}

.hero-quick-card__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  line-height: 1.2;
  min-width: 0;
}

.hero-quick-card__text strong {
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-quick-card__text em {
  font-size: 0.68rem;
  font-style: normal;
  color: rgba(241, 245, 249, 0.86);
}

.hero-quick-card__arrow {
  margin-left: auto;
  flex-shrink: 0;
  opacity: 0.9;
}

.hero-quick-card__arrow .lucide-icon {
  width: 18px;
  height: 18px;
}

.hero-quick-card--blue {
  background: linear-gradient(145deg, rgba(58, 90, 115, 0.96), rgba(42, 68, 88, 0.98));
  border: 1px solid rgba(147, 197, 253, 0.2);
}

.hero-quick-card--gold {
  background: linear-gradient(145deg, rgba(201, 160, 48, 0.95), rgba(168, 128, 32, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-quick-card--green {
  background: linear-gradient(145deg, rgba(18, 175, 96, 0.96), rgba(12, 140, 78, 0.98));
  border: 1px solid rgba(187, 247, 208, 0.22);
}

@media (max-width: 960px) {
  body.page-home .hero__intro,
  body.page-home .hero__lead--emphasis,
  body.page-home .hero__promise-text {
    white-space: normal;
  }

  body.page-home .hero__services-nav {
    flex-wrap: nowrap;
  }

  body.page-home .hero {
    align-items: flex-start;
    min-height: auto;
    height: auto;
    max-height: none;
    padding: 14px 0 clamp(40px, 6vw, 56px);
  }

  body.page-home .hero .shell {
    align-items: flex-start;
    min-height: auto;
    height: auto;
  }

  .hero {
    min-height: 700px;
    padding: clamp(88px, 12vw, 104px) 0 clamp(40px, 6vw, 56px);
  }
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(3, 9, 28, 0.72) 0%, rgba(3, 9, 28, 0.82) 38%, rgba(3, 9, 28, 0.86) 100%),
      radial-gradient(ellipse 120% 75% at 50% 35%, rgba(201, 160, 48, 0.22) 0%, rgba(201, 160, 48, 0.08) 48%, transparent 72%),
      linear-gradient(165deg, rgba(201, 160, 48, 0.12) 0%, transparent 52%);
  }
  .hero__inner {
    max-width: 100%;
  }
  .hero__headline {
    max-width: none;
  }
  .hero__services-nav {
    flex-wrap: nowrap;
    gap: 5px;
    width: 100%;
    max-width: 100%;
  }

  .hero__service-divider {
    display: none;
  }

  .hero__service-link {
    flex: 1 1 0;
    min-width: 0;
    justify-content: center;
    font-size: 16px;
    padding: 6px 3px 8px;
    letter-spacing: -0.03em;
  }

  .hero__service-cursor {
    right: -4px;
    bottom: -6px;
  }

  .hero__service-cursor .lucide-icon {
    width: 13px;
    height: 13px;
  }

  .hero-action-btn {
    width: 100%;
    justify-content: flex-start;
  }
  .hero__quick-cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .hero-quick-card {
    width: 100%;
  }

  .hero-quick-card--gold,
  .hero-quick-card--green {
    background: linear-gradient(145deg, rgba(58, 90, 115, 0.96), rgba(42, 68, 88, 0.98));
    border: 1px solid rgba(147, 197, 253, 0.2);
  }

  .hero__promise {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .hero__quick-cards {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 961px) {
  .hero__actions--new {
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .hero-action-btn {
    flex: 1 1 calc(50% - 6px);
    width: auto;
    min-height: 62px;
  }

  .hero-action-btn--primary,
  .hero-action-btn--whatsapp {
    min-height: 62px;
  }
}

@media (max-width: 560px) {
  .hero__service-link {
    padding: 5px 2px 7px;
  }

  .hero__services-nav {
    gap: 4px;
  }

  body.page-home .hero {
    padding-top: 12px;
    min-height: auto;
  }

  .hero {
    min-height: 740px;
    padding: clamp(84px, 14vw, 100px) 0 clamp(36px, 6vw, 52px);
  }
  .hero .shell {
    width: calc(100% - 24px);
  }
  .hero__headline {
    font-size: clamp(1.85rem, 9vw, 2.7rem);
  }
  .hero__lead {
    font-size: 1rem;
    line-height: 1.35;
  }
  .hero-action-btn {
    padding: 10px 12px;
  }
  .hero-action-btn__text strong {
    font-size: 0.93rem;
  }
  .hero-action-btn__text em {
    font-size: 0.72rem;
  }
}

/* Final desktop lock: homepage hero matches inner-page hero frame (legacy image hero only) */
@media (min-width: 961px) {
  body.page-home .hero:not(.hero--luxury) {
    width: var(--shell);
    margin-inline: auto;
    border-radius: 16px;
    height: clamp(380px, 36vw, 580px);
    min-height: clamp(380px, 36vw, 580px);
    max-height: clamp(380px, 36vw, 580px);
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  body.page-home .hero .shell {
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: inherit;
    padding-inline: clamp(14px, 1.8vw, 24px);
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }

  body.page-home .hero__inner {
    max-width: min(700px, 58%);
    padding: clamp(0.65rem, 1.1vw, 0.95rem) 0;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: center;
    gap: 10px;
  }

  body.page-home .hero__headline {
    font-size: clamp(1.72rem, 3vw, 2.72rem);
    line-height: 1.04;
    margin-bottom: 0;
    max-width: 17.5ch;
    text-wrap: balance;
  }

  body.page-home .hero__services-nav {
    gap: 8px;
    margin-bottom: 0;
    flex-wrap: nowrap;
  }

  body.page-home .hero__service-link {
    font-size: clamp(1.12rem, 2vw, 1.58rem);
    padding: 7px 13px 10px 11px;
  }

  body.page-home .hero__service-cursor {
    right: -6px;
    bottom: -8px;
  }

  body.page-home .hero__service-cursor .lucide-icon {
    width: 20px;
    height: 20px;
  }

  body.page-home .hero__service-divider {
    height: 22px;
  }

  body.page-home .hero__intro {
    margin-bottom: 0;
    font-size: clamp(0.92rem, 1.08vw, 1.04rem);
    max-width: none;
    white-space: nowrap;
  }

  body.page-home .hero__lead--emphasis {
    margin-bottom: 0;
    font-size: clamp(0.96rem, 1.14vw, 1.08rem);
    line-height: 1.3;
    max-width: none;
    white-space: nowrap;
  }

  body.page-home .hero__actions--new {
    gap: 10px;
    margin-top: 2px;
    margin-bottom: 0;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  body.page-home .hero-action-btn {
    flex: 1 1 calc(50% - 5px);
    width: auto;
    min-height: 58px;
    padding: 10px 14px;
    border-radius: 13px;
    align-self: stretch;
  }

  body.page-home .hero-action-btn--primary,
  body.page-home .hero-action-btn--whatsapp {
    min-height: 58px;
  }

  body.page-home .hero-action-btn__icon {
    width: 34px;
    height: 34px;
  }

  body.page-home .hero-action-btn__icon .lucide-icon,
  body.page-home .hero-action-btn__icon .wa-float__svg {
    width: 20px;
    height: 20px;
  }

  body.page-home .hero-action-btn__text strong {
    font-size: 0.9rem;
  }

  body.page-home .hero-action-btn__text em {
    font-size: 0.74rem;
  }

  body.page-home .hero__promise {
    margin-bottom: 0;
    font-size: clamp(0.84rem, 0.98vw, 0.96rem);
    line-height: 1.32;
    max-width: none;
    align-items: center;
  }

  body.page-home .hero__promise-text {
    white-space: nowrap;
  }

  body.page-home .hero__promise-icon .lucide-icon {
    width: 19px;
    height: 19px;
  }

  body.page-home .hero__quick-cards {
    gap: 10px;
    margin-top: 2px;
  }

  body.page-home .hero-quick-card {
    min-height: 56px;
    padding: 9px 11px;
    border-radius: 11px;
  }

  body.page-home .hero-quick-card__icon {
    width: 32px;
    height: 32px;
  }

  body.page-home .hero-quick-card__icon .lucide-icon {
    width: 17px;
    height: 17px;
  }

  body.page-home .hero-quick-card__text strong {
    font-size: 0.8rem;
  }

  body.page-home .hero-quick-card__text em {
    font-size: 0.68rem;
  }

  body.page-home .hero-overlay {
    background: none;
  }

  body.page-home .hero__quick-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

body.page-home .trust-bar {
  padding: 0;
  background: transparent;
  border: 0;
}

.trust-bar__inner {
  width: min(var(--shell), 1280px);
  margin-inline: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 8px 0;
  overflow: hidden;
}

.trust-bar__item {
  flex: 1 1 0;
  min-width: 0;
  padding: 8px 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 11px;
  text-align: left;
}

.trust-bar__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  color: #4f46e5;
}

.trust-bar__svg {
  display: block;
  width: 2.45rem;
  height: 2.45rem;
  color: var(--cta-hook-gold);
}

.trust-bar__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  min-width: 0;
}

.trust-bar__value {
  font-size: clamp(1.02rem, 1.55vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #111827;
  line-height: 1.1;
  white-space: nowrap;
}

.trust-bar__label {
  font-size: 0.85rem;
  color: #4b5563;
  line-height: 1.25;
  white-space: nowrap;
}

.trust-bar__sep {
  width: 1px;
  align-self: stretch;
  min-height: 48px;
  background: rgba(15, 23, 42, 0.1);
  flex: 0 0 auto;
  margin: 2px 0;
}

@media (min-width: 901px) {
  body.page-home .trust-bar {
    margin-block: clamp(14px, 2.1vw, 24px);
  }

  .trust-bar__inner {
    padding: 10px 14px;
    border-radius: 16px;
    border: 1px solid rgba(203, 213, 225, 0.72);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 255, 0.86));
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08), 0 1px 0 rgba(255, 255, 255, 0.85) inset;
    backdrop-filter: blur(10px);
  }

  .trust-bar__item {
    padding: 9px 12px;
  }

  .trust-bar__sep {
    min-height: 52px;
    background: rgba(148, 163, 184, 0.35);
  }
}

@media (max-width: 900px) {
  body.page-home .trust-bar {
    padding-inline: 0;
  }
  .trust-bar__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    padding: 4px 0;
  }
  .trust-bar__sep {
    display: none;
  }
  .trust-bar__item {
    flex: initial;
    justify-content: flex-start;
    padding: 10px 8px;
    text-align: left;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }
  .trust-bar__item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
  .trust-bar__text {
    align-items: flex-start;
  }
  .trust-bar__label {
    white-space: normal;
    font-size: 0.78rem;
  }
  .trust-bar__value {
    font-size: 1.1rem;
  }
  .trust-bar__icon,
  .trust-bar__svg {
    width: 2rem;
    height: 2rem;
  }
}

@media (max-width: 560px) {
  .trust-bar__inner {
    grid-template-columns: 1fr;
    padding: 4px 0;
  }
  .trust-bar__item {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }
  .trust-bar__item:last-child {
    border-bottom: 0;
  }
  .trust-bar__value {
    font-size: 1.15rem;
  }
  .trust-bar__label {
    font-size: 0.82rem;
  }
}

/* Marquee mobil pentru trust-bar (un singur rand) */
@media (max-width: 900px) {
  body.page-home .trust-bar {
    overflow: hidden;
  }

  .trust-bar__inner[data-trust-marquee="1"] {
    display: flex;
    width: max-content;
    max-width: none;
    padding: 6px 0;
    gap: 18px;
    align-items: center;
    justify-content: flex-start;
    transform: translate3d(0, 0, 0);
    will-change: transform;
  }

  .trust-bar__inner[data-trust-marquee="1"] .trust-bar__sep {
    display: none;
  }

  .trust-bar__inner[data-trust-marquee="1"] .trust-bar__item {
    flex: 0 0 auto;
    width: auto;
    min-width: max-content;
    border-bottom: 0;
    padding: 8px 2px;
    justify-content: flex-start;
    text-align: left;
    gap: 9px;
  }

  .trust-bar__inner[data-trust-marquee="1"] .trust-bar__text {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 900px) {
  .trust-bar__inner[data-trust-marquee="1"] {
    transform: none !important;
  }
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}
.stat {
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
}
.stat strong {
  display: block;
  font-size: 1.25rem;
}
.stat span {
  font-size: 0.85rem;
  color: var(--muted);
}

.section {
  padding: var(--section-y) 0;
}
.section--tight {
  padding: var(--section-y-tight) 0;
}

.section__head {
  max-width: 720px;
  margin-bottom: 36px;
}
.section__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--cta-hook-gold);
  margin: 0 0 10px;
}
.section__title {
  margin: 0 0 12px;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  letter-spacing: -0.02em;
}
.section__text {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.section__head--center {
  text-align: center;
  margin-inline: auto;
}

.section__head--center .section__title {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}

.section__head--center .section__title.section__title--single-line {
  max-width: none;
  text-wrap: nowrap;
  white-space: nowrap;
  font-size: clamp(0.74rem, 1.95vw, 2.05rem);
  letter-spacing: -0.038em;
}

@media (max-width: 420px) {
  .section__head--center .section__title.section__title--single-line {
    font-size: clamp(0.62rem, 1.75vw, 0.95rem);
  }
}

.section__head--single-line-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  max-width: min(720px, 100%);
}

.section__head--center .section__text {
  margin-inline: auto;
  max-width: 58ch;
}

.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .cards-3 {
    grid-template-columns: 1fr;
  }
}

.card {
  border-radius: var(--radius-lg);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.85);
  padding: clamp(22px, 3vw, 28px);
  box-shadow: var(--shadow-card), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  transition: transform var(--duration) var(--ease-out), box-shadow var(--duration) var(--ease-out),
    border-color var(--duration) var(--ease-out);
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover), 0 1px 0 rgba(255, 255, 255, 0.95) inset;
  border-color: rgba(99, 102, 241, 0.2);
}

.card__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--accent-soft);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 1.2rem;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}
.card p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.98rem;
}
.card__link {
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
}
.card__link:hover {
  text-decoration: underline;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}
@media (max-width: 900px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

.list-check {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-check li {
  padding: 10px 0 10px 34px;
  position: relative;
  color: var(--muted);
}
.list-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.35);
}
.list-check li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 18px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #16a34a;
  border-bottom: 2px solid #16a34a;
  transform: rotate(-45deg);
}

.glass {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.42));
  backdrop-filter: blur(20px) saturate(1.5);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: var(--radius);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06), 0 1px 0 rgba(255, 255, 255, 0.75) inset;
}

.glass--opaque {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.pill {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.05);
  font-size: 0.8rem;
  color: var(--muted);
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (max-width: 800px) {
  .quote-grid {
    grid-template-columns: 1fr;
  }
}

.quote {
  padding: 22px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.quote p {
  margin: 0 0 14px;
  color: var(--text);
}
.quote footer {
  color: var(--muted);
  font-size: 0.9rem;
}

.cta-band {
  border-radius: var(--radius-lg);
  padding: clamp(28px, 4vw, 44px);
  background: linear-gradient(120deg, var(--brand-navy) 0%, var(--brand-navy-mid) 52%, var(--brand-navy) 100%);
  color: #e2e8f0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  box-shadow: var(--shadow);
}
.cta-band h2 {
  margin: 0 0 8px;
  color: #fff;
  letter-spacing: -0.02em;
}
.cta-band p {
  margin: 0;
  color: rgba(226, 232, 240, 0.85);
}

.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  body.page-home .cta-band {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }

  body.page-home .cta-band__copy {
    width: 100%;
  }

  body.page-home .cta-band__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: min(100%, 320px);
    margin-inline: auto;
    gap: 10px;
  }

  body.page-home .cta-band__btn {
    width: 100%;
    min-height: 48px;
    box-sizing: border-box;
    justify-content: center;
  }
}

.site-footer {
  margin-top: 32px;
  position: relative;
  overflow: clip;
  --footer-spot-x: 50%;
  --footer-spot-y: 78%;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  background:
    linear-gradient(
      to top,
      rgba(189, 148, 67, 0.06) 0%,
      rgba(189, 148, 67, 0.022) 24%,
      rgba(255, 255, 255, 0) 58%
    ),
    #ffffff;
}

.site-footer--luxury::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(189, 148, 67, 0.08) 18%,
    rgba(189, 148, 67, 0.42) 50%,
    rgba(189, 148, 67, 0.08) 82%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 2;
}

.footer-wordmark {
  position: absolute;
  left: 50%;
  right: auto;
  top: auto;
  bottom: 0;
  transform: translateX(-50%);
  width: min(1700px, 100%);
  height: clamp(52px, 8vw, 90px);
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.footer-wordmark__bg {
  position: absolute;
  inset: 0;
  background: transparent;
  opacity: 0;
}

.footer__shell {
  position: relative;
  z-index: 1;
  padding: clamp(48px, 5.5vw, 68px) 0 clamp(36px, 4vw, 48px);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.92fr 1.05fr;
  gap: clamp(32px, 4vw, 56px) clamp(28px, 3.5vw, 52px);
  align-items: start;
}

.footer__brand {
  max-width: 28ch;
}

.footer__brand .logo--footer {
  margin-bottom: 14px;
}

.footer__brand-tagline {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #5c677a;
}

.footer__heading {
  margin: 0 0 16px;
  padding-bottom: 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--brand-navy);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.footer__col-toggle {
  display: none;
}

.footer__col-body {
  display: block;
}

.footer__partner-row {
  position: relative;
  z-index: 1;
  padding: 18px 0 20px;
  border-top: 1px solid rgba(15, 23, 42, 0.05);
  background: transparent;
}

.footer__partner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 16px;
}

.footer__partner-eyebrow {
  margin: 0;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a7340;
}

.footer__partner-divider {
  width: 1px;
  height: 22px;
  background: linear-gradient(180deg, transparent, rgba(189, 148, 67, 0.45), transparent);
}

.footer__partner-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 9px;
  background: linear-gradient(165deg, #121a2e 0%, #0b1020 100%);
  border: 1px solid rgba(189, 148, 67, 0.2);
  box-shadow: 0 4px 14px rgba(11, 16, 32, 0.1);
}

.footer__partner-link {
  display: block;
  line-height: 0;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer__partner-link:hover {
  opacity: 0.88;
}

.footer__partner-logo {
  display: block;
  width: auto;
  max-width: 108px;
  max-height: 26px;
  height: auto;
  object-fit: contain;
}

.footer__anpc-row {
  position: relative;
  z-index: 1;
  padding: 20px 0 22px;
  border-top: 1px solid rgba(15, 23, 42, 0.05);
}

.footer__anpc-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 18px;
}

.footer__anpc-link {
  display: block;
  line-height: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.footer__anpc-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
  opacity: 0.96;
}

.footer__anpc-badge {
  display: block;
  width: min(201px, 42vw);
  height: auto;
  max-height: 50px;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 36px;
  }

  .footer__brand {
    grid-column: 1 / -1;
    max-width: none;
    text-align: center;
  }

  .footer__brand .logo--footer {
    justify-content: center;
  }

  .footer__brand-tagline {
    max-width: 36ch;
    margin-inline: auto;
  }
}

@media (max-width: 820px) {
  .site-footer--luxury::before {
    height: 2px;
  }

  .footer__shell {
    padding: 28px 0 20px;
  }

  .footer__grid {
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: 440px;
    margin: 0 auto;
  }

  .footer__brand {
    margin-bottom: 8px;
    padding-bottom: 4px;
  }

  .footer__brand-tagline {
    font-size: 0.86rem;
  }

  .footer__heading {
    display: none;
  }

  .footer__col {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
    overflow: hidden;
  }

  .footer__col.is-open {
    border-color: rgba(189, 148, 67, 0.32);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.07);
  }

  .footer__col-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 14px 16px;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
    font: inherit;
    transition: background 0.2s ease;
  }

  .footer__col-toggle:hover {
    background: rgba(255, 255, 255, 0.55);
  }

  .footer__col-toggle-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--cta-hook-gold);
  }

  .footer__col-chevron {
    display: inline-flex;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
  }

  .footer__col-chevron::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid #64748b;
    border-bottom: 1.5px solid #64748b;
    transform: translate(-50%, -65%) rotate(45deg);
  }

  .footer__col.is-open .footer__col-chevron {
    transform: rotate(180deg);
    border-color: rgba(189, 148, 67, 0.35);
    background: rgba(189, 148, 67, 0.1);
  }

  .footer__col-body {
    display: none;
    padding: 0 16px 14px;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
  }

  .footer__col.is-open .footer__col-body {
    display: block;
  }

  .footer__partner-row {
    padding: 14px 0 16px;
  }

  .footer__partner-divider {
    display: none;
  }

  .footer__partner-inner {
    flex-direction: column;
    gap: 8px;
  }
}

.footer__col--brand {
  max-width: 34ch;
}
.footer__muted {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0 0 10px;
}
.footer__mono {
  font-weight: 600;
  margin: 0 0 8px;
  font-size: 0.98rem;
  color: var(--text);
  letter-spacing: -0.01em;
}
.footer__contact-line {
  margin: 0 0 10px;
}
.footer__contact-link {
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
}
.footer__contact-link:hover {
  color: var(--accent);
}
.footer__wa-text {
  margin: 12px 0 4px;
  font-size: 0.9rem;
  color: var(--muted);
}
.footer__inline-link {
  color: var(--cta-hook-gold);
  font-weight: 600;
  text-decoration: none;
}
.footer__inline-link:hover {
  text-decoration: underline;
}
.footer__social-label {
  margin: 16px 0 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--brand-navy);
}

.footer__social {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer__social-link {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(13, 27, 42, 0.1);
  background: rgba(255, 255, 255, 0.82);
  color: #0d1b2a;
  transition: border-color 0.22s ease, color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.footer__social-link:hover {
  border-color: rgba(201, 160, 48, 0.45);
  color: #0d1b2a;
  background: rgba(201, 160, 48, 0.12);
  transform: translateY(-1px);
}

.footer__social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.cookie-consent {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 90;
  width: min(920px, calc(100% - 24px));
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  pointer-events: auto;
}

.cookie-consent[hidden] {
  display: none !important;
}

.cookie-consent__text {
  color: #334155;
  font-size: 0.9rem;
}

.cookie-consent__text a {
  color: #4338ca;
  font-weight: 700;
  text-decoration: none;
}

.cookie-consent__actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.footer__legal-row {
  padding: 0 0 20px;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 1;
}
.footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  font-size: 0.86rem;
}
.footer__legal a {
  color: var(--muted);
  text-decoration: none;
}
.footer__legal a:hover {
  color: var(--text);
}
.footer__legal-sep {
  color: var(--muted);
  opacity: 0.5;
}
.footer__tagline {
  color: var(--muted);
  max-width: 40ch;
}
.footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__links li + li {
  margin-top: 8px;
}
.footer__links a {
  color: #5a6578;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.5;
  transition: color 0.22s ease, padding-left 0.22s ease;
}
.footer__links a:hover {
  color: var(--brand-navy);
  padding-left: 3px;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0;
  box-sizing: border-box;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 16px;
  padding-bottom: clamp(22px, 3vw, 30px);
  padding-inline: max(20px, calc((100vw - min(1180px, 100vw - 40px)) / 2));
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  background: transparent;
  font-size: 0.82rem;
  color: #64748b;
  position: relative;
  z-index: 1;
}

.footer__bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 36rem;
}

.footer__copyright {
  margin: 0;
  line-height: 1.45;
}

.footer__credit {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(100, 116, 139, 0.92);
  line-height: 1.4;
}

.footer__credit-link {
  color: var(--cta-hook-gold);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 175, 55, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.footer__credit-link:hover {
  color: var(--cta-hook-gold);
  filter: brightness(1.06);
  border-bottom-color: rgba(212, 175, 55, 0.55);
}
.footer__admin {
  color: var(--muted);
  text-decoration: none;
}
.footer__admin:hover {
  color: var(--text);
}

.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(155deg, rgba(55, 220, 120, 0.98), rgba(18, 175, 96, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 12px 36px rgba(7, 150, 105, 0.45), 0 8px 24px rgba(37, 211, 102, 0.25),
    0 1px 0 rgba(255, 255, 255, 0.45) inset, 0 -12px 28px rgba(0, 0, 0, 0.06) inset;
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  transition: transform 0.2s ease, box-shadow 0.25s ease, filter 0.2s ease;
}
.wa-float:hover,
.wa-float:focus-visible {
  transform: translateY(-3px) scale(1.04);
  filter: brightness(1.03);
  box-shadow: 0 18px 48px rgba(7, 150, 105, 0.5), 0 10px 28px rgba(37, 211, 102, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.55) inset;
}
.wa-float__tooltip {
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  z-index: 2;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
  color: var(--text);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 10px 36px rgba(15, 23, 42, 0.12), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
}
.wa-float:hover .wa-float__tooltip,
.wa-float:focus-visible .wa-float__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}
@media (max-width: 980px) {
  .wa-float__tooltip {
    display: none;
  }
}
.wa-float__svg {
  width: 28px;
  height: 28px;
  display: block;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.15));
}

[data-reveal] {
  opacity: 1;
  transform: none;
  transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1), transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].reveal-pending {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
}
[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.page-head {
  padding: clamp(40px, 6vw, 72px) 0 24px;
}
.page-head h1 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 3.4vw, 2.6rem);
  letter-spacing: -0.02em;
}
.page-head p {
  margin: 0;
  color: var(--muted);
  max-width: 70ch;
}

.form {
  display: grid;
  gap: 16px;
}
.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 700px) {
  .form__row {
    grid-template-columns: 1fr;
  }
}
label {
  font-weight: 600;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 6px;
}
input,
textarea,
select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  font: inherit;
  background: #fff;
}
textarea {
  min-height: 140px;
  resize: vertical;
}
.field-hint {
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 4px;
}
.alert {
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 0.95rem;
}
.alert--ok {
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: #166534;
}
.alert--err {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #991b1b;
}

.props-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}
@media (max-width: 1000px) {
  .props-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .props-grid:not(.home-props-carousel__track) {
    grid-template-columns: 1fr;
  }
}

/* Homepage — proprietăți: slide orizontal doar pe mobil (1 card + ~¼ din următorul) */
@media (max-width: 640px) {
  body.page-home .home-props-carousel {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  body.page-home .home-props-carousel__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 20px;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    touch-action: pan-x;
  }

  body.page-home .home-props-carousel__viewport::-webkit-scrollbar {
    display: none;
  }

  body.page-home .home-props-carousel__track.props-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    grid-template-columns: none;
    align-items: stretch;
    width: max-content;
    padding: 4px 20px 8px;
    box-sizing: border-box;
  }

  body.page-home .home-props-carousel__track .prop-card {
    flex: 0 0 calc((100vw - 20px - 14px) / 1.25);
    width: calc((100vw - 20px - 14px) / 1.25);
    max-width: none;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  body.page-home .home-props-carousel__track .prop-card__media,
  body.page-home .home-props-carousel__track .prop-card__media-wrap {
    flex-shrink: 0;
  }

  body.page-home .home-props-carousel__track .prop-card__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 14px 14px 16px;
  }

  body.page-home .home-props-carousel__track .prop-card__meta {
    flex-shrink: 0;
    margin-bottom: 6px;
  }

  body.page-home .home-props-carousel__track .prop-card .prop-card__title,
  body.page-home .home-props-carousel__track .prop-card h3 {
    flex: 1 1 auto;
    min-height: calc(1.35em * 3);
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.35;
  }

  body.page-home .home-props-carousel__track .prop-card__cta {
    flex-shrink: 0;
    margin-top: 0;
  }

  body.page-home .home-props-carousel__track .prop-card:hover {
    transform: none;
  }
}

@media (min-width: 641px) {
  body.page-home .home-props-carousel__viewport {
    overflow: visible;
  }
}

@media (min-width: 1025px) {
  body.page-home .props-grid:not(.home-props-carousel__track) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }
}

.prop-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-card);
  transition: transform var(--duration) var(--ease-out), box-shadow var(--duration) var(--ease-out),
    border-color var(--duration) var(--ease-out);
}
.prop-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover);
  border-color: rgba(13, 27, 42, 0.12);
}
.prop-card__media {
  flex-shrink: 0;
  aspect-ratio: 16/10;
  width: 100%;
  object-fit: cover;
  background: linear-gradient(145deg, rgba(13, 27, 42, 0.06) 0%, rgba(226, 232, 240, 0.9) 45%, #e2e8f0 100%);
}
.prop-card__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 18px 20px 22px;
}
.prop-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.prop-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  line-height: 1.35;
}
.prop-card__price {
  font-weight: 700;
  color: var(--accent);
  margin-top: auto;
  padding-top: 8px;
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.prop-card__cta {
  display: inline-flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(180deg, var(--cta-hook-gold-light) 0%, var(--cta-hook-gold) 48%, var(--cta-hook-gold-mid) 100%);
  color: #fff;
  border: 0;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 0 10px 26px var(--cta-hook-shadow);
  transition: filter var(--duration) var(--ease-out), transform var(--duration) var(--ease-out);
}

.prop-card__cta:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* Homepage — Proprietăți luxury showcase */
body.page-home .section--home-props--luxury {
  padding-top: clamp(3rem, 5.2vw, 4.2rem);
  padding-bottom: clamp(2.1rem, 3.8vw, 3rem);
  background: transparent;
  border-top: 1px solid rgba(13, 27, 42, 0.06);
  border-bottom: 0;
}

body.page-home .home-props-showcase {
  max-width: min(1180px, 100%);
  margin-inline: auto;
}

body.page-home .section--home-props--luxury .section__eyebrow {
  color: var(--cta-hook-gold);
  letter-spacing: 0.22em;
  font-weight: 600;
}

body.page-home .section--home-props--luxury .section__title {
  color: var(--brand-navy);
  font-family: var(--font-accent);
  font-weight: 500;
  letter-spacing: -0.02em;
}

body.page-home .home-props-showcase__lead {
  max-width: 38rem;
  margin: 0.65rem auto 0;
  color: rgba(13, 27, 42, 0.62);
  font-size: 1.02rem;
  line-height: 1.55;
  text-align: center;
}

body.page-home .section--home-props--luxury .section__head {
  margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

body.page-home .section--home-props--luxury .props-grid {
  gap: clamp(1rem, 2vw, 1.35rem);
}

@media (min-width: 1025px) {
  body.page-home .section--home-props--luxury .props-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

body.page-home .prop-card--luxury {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(13, 27, 42, 0.08);
  background: linear-gradient(165deg, #fff 0%, #fdfaf4 55%, #f8f3ea 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 14px 36px rgba(13, 27, 42, 0.07);
  overflow: hidden;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease;
}

body.page-home .prop-card--luxury::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--cta-hook-gold) 18%, var(--cta-hook-gold-light) 50%, var(--cta-hook-gold) 82%, transparent);
  opacity: 0.85;
  z-index: 2;
  pointer-events: none;
}

body.page-home .prop-card--luxury:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.35);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 22px 48px rgba(13, 27, 42, 0.12),
    0 0 0 1px rgba(212, 175, 55, 0.12);
}

body.page-home .prop-card--luxury .prop-card__media-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

body.page-home .prop-card--luxury .prop-card__media-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg, rgba(13, 27, 42, 0.08) 0%, #e8e2d6 100%);
}

body.page-home .prop-card--luxury .prop-card__media {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-home .prop-card--luxury .prop-card__media--placeholder {
  min-height: 100%;
}

body.page-home .prop-card--luxury:hover .prop-card__media {
  transform: scale(1.06);
}

body.page-home .prop-card--luxury .prop-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(13, 27, 42, 0.15) 0%,
    transparent 38%,
    transparent 52%,
    rgba(13, 27, 42, 0.55) 100%
  );
  pointer-events: none;
  transition: opacity 0.4s ease;
}

body.page-home .prop-card--luxury:hover .prop-card__shade {
  opacity: 0.92;
}

body.page-home .prop-card--luxury .prop-card__zone {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-navy);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(212, 175, 55, 0.35);
  box-shadow: 0 6px 18px rgba(13, 27, 42, 0.12);
  backdrop-filter: blur(6px);
}

body.page-home .prop-card--luxury .prop-card__price-tag {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  padding: 0.45rem 0.75rem;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-navy) 0%, #1a2f45 100%);
  border: 1px solid rgba(212, 175, 55, 0.45);
  box-shadow: 0 8px 22px rgba(13, 27, 42, 0.28);
}

body.page-home .prop-card--luxury .prop-card__body {
  padding: 1rem 1.05rem 1.1rem;
  gap: 0.65rem;
}

body.page-home .prop-card--luxury .prop-card__title {
  margin: 0;
  font-family: var(--font);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.38;
  color: var(--brand-navy);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: calc(1.38em * 2);
}

body.page-home .prop-card--luxury .prop-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

body.page-home .prop-card--luxury .prop-card__title a:hover {
  color: var(--cta-hook-gold-mid);
}

body.page-home .prop-card--luxury .prop-card__cta {
  display: inline-flex;
  margin-top: auto;
  min-height: 44px;
  border-radius: 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  gap: 0.45rem;
  background: linear-gradient(180deg, var(--cta-hook-gold-light) 0%, var(--cta-hook-gold) 52%, var(--cta-hook-gold-mid) 100%);
  box-shadow: 0 10px 24px rgba(180, 140, 40, 0.28);
}

body.page-home .prop-card--luxury .prop-card__cta .lucide-icon,
body.page-home .prop-card--luxury .prop-card__cta .prop-card__cta-icon {
  width: 1rem;
  height: 1rem;
  stroke-width: 2.25;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

body.page-home .prop-card--luxury .prop-card__cta:hover .lucide-icon,
body.page-home .prop-card--luxury .prop-card__cta:hover .prop-card__cta-icon {
  transform: translateX(3px);
}

body.page-home .home-props-showcase__footer {
  display: flex;
  justify-content: center;
  margin-top: clamp(1.75rem, 3vw, 2.35rem);
}

body.page-home .home-props-showcase__cta {
  min-width: min(100%, 280px);
  padding-inline: 1.75rem;
}

@media (max-width: 640px) {
  body.page-home .home-props-carousel__track .prop-card--luxury .prop-card__body {
    padding: 12px 12px 14px;
  }

  body.page-home .home-props-carousel__track .prop-card--luxury .prop-card__title {
    min-height: calc(1.35em * 3);
    font-size: 0.92rem;
  }

  body.page-home .home-props-carousel__track .prop-card--luxury .prop-card__price-tag {
    font-size: 0.82rem;
    padding: 0.35rem 0.6rem;
  }

  body.page-home .home-props-carousel__track .prop-card--luxury .prop-card__zone {
    font-size: 0.62rem;
    top: 10px;
    left: 10px;
  }

  body.page-home .home-props-carousel__track .prop-card--luxury:hover {
    transform: none;
  }

  body.page-home .home-props-carousel__track .prop-card--luxury:hover .prop-card__media {
    transform: none;
  }
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
  align-items: center;
}
.filters select {
  width: auto;
  min-width: 160px;
}

.filters .btn {
  min-height: 42px;
}

.filters-panel {
  padding: 18px;
  border-radius: 22px;
  margin-bottom: 22px;
  border: 1px solid rgba(99, 102, 241, 0.16);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto auto auto;
  gap: 10px;
  align-items: center;
}

.filters-panel select,
.filters-panel .btn {
  min-height: 48px;
  border-radius: 14px;
}

.filters-panel select {
  border-color: rgba(99, 102, 241, 0.18);
  background: linear-gradient(180deg, #fff 0%, #f8faff 100%);
  min-width: 0;
}

.filters-panel .btn {
  padding: 0 20px;
  font-size: 0.9rem;
}

.filters-panel__hint {
  min-width: max-content;
  margin-left: 0;
  margin-top: 0;
  padding: 0 12px;
  min-height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(79, 70, 229, 0.24);
  background: rgba(99, 102, 241, 0.1);
  color: #312e81;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-weight: 600;
}

@media (max-width: 900px) {
  .filters-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .filters-panel select,
  .filters-panel .btn {
    width: 100%;
  }

  .filters-panel .filters-panel__hint {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .filters-panel {
    grid-template-columns: 1fr;
  }

  .filters-panel select,
  .filters-panel .btn {
    width: 100%;
  }

  .filters-panel .filters-panel__hint {
    justify-content: center;
  }
}

.property-layout {
  display: grid;
  gap: clamp(16px, 2.2vw, 24px);
  align-items: start;
}

.property-breadcrumbs {
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  background: transparent;
}

.property-breadcrumbs__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0 4px;
}

.property-breadcrumbs__trail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #6b7280;
}

.property-breadcrumbs__sep {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
  color: #94a3b8;
}

.property-breadcrumbs__trail a {
  color: #6b7280;
  text-decoration: none;
}

.property-breadcrumbs__trail a:hover {
  color: #334155;
}

.property-breadcrumbs__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(180deg, var(--cta-hook-gold-light) 0%, var(--cta-hook-gold) 48%, var(--cta-hook-gold-mid) 100%);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.94rem;
  box-shadow: 0 8px 22px var(--cta-hook-shadow);
  transition: filter 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.property-back-nav {
  background: transparent;
  padding: 0 0 10px;
}

.property-breadcrumbs__back:hover {
  color: #fff;
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(160, 110, 25, 0.38);
}

@media (min-width: 980px) {
  .property-layout {
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  }
}

.property-main {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--radius-lg);
  padding: clamp(14px, 2.2vw, 24px);
  box-shadow: var(--shadow-card);
}

.property-gallery {
  display: grid;
  gap: 10px;
}

.property-gallery__hero-wrap {
  position: relative;
}

.property-gallery__hero {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 18px;
  object-fit: cover;
  background: #e2e8f0;
}

.property-gallery__hero-btn {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: zoom-in;
}

.property-gallery__thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 30px) / 4);
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  padding-bottom: 4px;
}

.property-gallery__thumb-btn {
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 12px;
  padding: 0;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  scroll-snap-align: start;
}

.property-gallery__thumb-btn.is-active {
  border-color: var(--cta-hook-gold);
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.28);
}

.property-gallery__thumb {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 0;
  object-fit: cover;
  border: 0;
}

.property-gallery--empty {
  min-height: 280px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(13, 27, 42, 0.06) 0%, rgba(226, 232, 240, 0.85) 45%, #e2e8f0 100%);
}

.property-gallery__nav {
  position: absolute;
  top: calc(50% - 18px);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: rgba(255, 255, 255, 0.92);
  color: #111827;
  font-size: 1.6rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.property-gallery__nav--prev {
  left: 10px;
}

.property-gallery__nav--next {
  right: 10px;
}

.property-section {
  margin-top: clamp(16px, 2vw, 22px);
}

.property-section h2 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  letter-spacing: -0.01em;
}

.property-section .prose {
  color: var(--muted);
}

.property-description.is-collapsed {
  max-height: 240px;
  overflow: hidden;
  position: relative;
}

.property-description.is-collapsed::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 90%);
}

.property-description__toggle {
  margin-top: 10px;
}

.property-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

@media (max-width: 620px) {
  .property-facts {
    grid-template-columns: 1fr;
  }
}

.property-fact {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  padding: 10px 12px;
  background: #f8fafc;
  display: grid;
  gap: 3px;
}

.property-fact span {
  font-size: 0.82rem;
  color: #64748b;
}

.property-fact strong {
  font-size: 0.96rem;
  color: #0f172a;
}

.property-aside {
  display: grid;
  gap: 12px;
  position: sticky;
  top: 96px;
}

@media (max-width: 979px) {
  .property-aside {
    position: static;
  }
}

.property-price-card,
.property-actions {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--radius-lg);
  padding: 16px;
  box-shadow: var(--shadow-card);
}

.property-price {
  font-size: 1.7rem;
  font-weight: 800;
  color: #a8832b;
}

.property-location {
  color: #475569;
  margin-top: 6px;
  font-size: 0.94rem;
}

.property-aside-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.property-aside-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.property-aside-badge--sale {
  background: #af8b34;
  color: #fff;
}

.property-aside-badge--exclusive {
  background: linear-gradient(180deg, var(--cta-hook-gold-light) 0%, var(--cta-hook-gold) 48%, var(--cta-hook-gold-mid) 100%);
  color: #fff;
}

.property-aside-card__title {
  margin: 0 0 14px;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.property-aside-card__location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #64748b;
}

.property-aside-card__location svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.property-aside-card__facts {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 10px;
}

.property-aside-card__fact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #334155;
  font-size: 0.98rem;
}

.property-aside-card__fact svg {
  width: 16px;
  height: 16px;
  color: #64748b;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.property-share-btn {
  margin-top: 12px;
  min-height: 36px;
  width: max-content;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  background: #fff;
  color: #334155;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  font: inherit;
  font-size: 0.83rem;
  font-weight: 600;
  cursor: pointer;
}

.property-share-btn:hover {
  border-color: rgba(79, 70, 229, 0.35);
  color: #4338ca;
}

.property-share-btn svg {
  width: 15px;
  height: 15px;
}

.property-share-btn.is-copied {
  border-color: rgba(16, 185, 129, 0.45);
  color: #047857;
}

.property-actions .btn {
  width: 100%;
}

.property-actions {
  display: grid;
  gap: 10px;
}

.property-email-link {
  margin-top: 2px;
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(248, 250, 252, 0.75);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.property-email-link:hover {
  border-color: rgba(79, 70, 229, 0.35);
  color: #4338ca;
  background: rgba(99, 102, 241, 0.08);
}

.property-email-link svg {
  width: 18px;
  height: 18px;
}

.property-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(2, 6, 23, 0.88);
  display: grid;
  place-items: center;
  padding: clamp(10px, 2vw, 24px);
}

.property-lightbox[hidden] {
  display: none;
}

.property-lightbox__img {
  max-width: min(1200px, 92vw);
  max-height: 86vh;
  border-radius: 14px;
  object-fit: contain;
  background: #0b122b;
}

.property-lightbox__close,
.property-lightbox__nav {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(15, 23, 42, 0.66);
  color: #fff;
  font-size: 1.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.property-lightbox__close {
  top: 14px;
  right: 14px;
}

.property-lightbox__nav--prev {
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.property-lightbox__nav--next {
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 820px) {
  .property-main,
  .property-price-card,
  .property-actions {
    padding: 14px;
  }

  .property-gallery__thumbs {
    grid-auto-columns: calc((100% - 10px) / 2);
  }

  .property-gallery__hero,
  .property-gallery--empty {
    border-radius: 14px;
  }

  .property-gallery__nav {
    width: 34px;
    height: 34px;
    font-size: 1.25rem;
  }

  .property-aside-card__facts {
    grid-template-columns: 1fr;
  }

  .property-breadcrumbs__inner {
    align-items: flex-start;
    min-height: auto;
  }

  .property-breadcrumbs__trail {
    width: 100%;
  }

  .property-back-nav {
    padding-top: 4px;
    padding-bottom: 8px;
  }
}

.calc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (max-width: 900px) {
  .calc-grid {
    grid-template-columns: 1fr;
  }
}
.calc-box {
  padding: 20px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.calc-result {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--accent-soft);
  font-weight: 600;
}

.admin-body {
  background: #f1f5f9;
  min-height: 100vh;
  font-family: var(--font);
}

body.page-home .surface-white {
  background: #fff;
}

body.page-home .surface-muted {
  background: #f5f5f5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.service-tilt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  perspective: 1200px;
}
@media (max-width: 900px) {
  .service-tilt-grid {
    grid-template-columns: 1fr;
  }
}

.service-tile {
  position: relative;
  cursor: pointer;
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.82));
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.07), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  backdrop-filter: blur(10px) saturate(1.2);
  -webkit-backdrop-filter: blur(10px) saturate(1.2);
  padding: 26px 22px 24px;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.28s var(--ease-out), box-shadow 0.28s var(--ease-out), border-color 0.22s ease;
}

.service-tile:hover {
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.15), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  border-color: rgba(99, 102, 241, 0.3);
}

.service-tile__hit {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  text-decoration: none;
}

.service-tile__hit:focus-visible {
  outline: 2px solid #6366f1;
  outline-offset: 3px;
}

.service-tile__content {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.service-tile__pills {
  pointer-events: auto;
}

.service-tile__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(13, 27, 42, 0.1), rgba(13, 27, 42, 0.05));
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  color: var(--brand-navy);
  transform: translateZ(24px);
}
.service-tile__icon .lucide-icon,
.service-tile__icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

.service-tile__title {
  margin: 0 0 10px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  transform: translateZ(22px);
}

.service-tile__desc {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
  transform: translateZ(18px);
}

.service-tile__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  transform: translateZ(26px);
}

.pill-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--text);
  background: rgba(15, 23, 42, 0.05);
  border: 1px solid rgba(15, 23, 42, 0.08);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.pill-link:hover {
  background: rgba(99, 102, 241, 0.1);
  border-color: rgba(99, 102, 241, 0.25);
  color: #4338ca;
}

.contact-card {
  background: linear-gradient(168deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.88));
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08), 0 1px 0 rgba(255, 255, 255, 0.92) inset;
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  padding: clamp(22px, 4vw, 34px);
  margin-top: 8px;
}

.contact-form {
  display: grid;
  gap: 20px;
}

.contact-form .form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 640px) {
  .contact-form .form__row {
    grid-template-columns: 1fr;
  }
}

.field--float {
  position: relative;
  margin-top: 4px;
}

.field--float .field-input {
  width: 100%;
  padding: 16px 14px 14px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  font: inherit;
  background: #fafafa;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.field--float textarea.field-input {
  min-height: 120px;
  resize: vertical;
  padding-top: 22px;
}

.field--float .field-label {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--muted);
  pointer-events: none;
  transition: transform 0.2s ease, font-size 0.2s ease, color 0.2s ease, top 0.2s ease;
  transform-origin: left top;
}

.field--float textarea ~ .field-label {
  top: 22px;
  transform: translateY(0);
}

.field--float .field-input:focus,
.field--float .field-input:not(:placeholder-shown) {
  outline: none;
  border-color: rgba(99, 102, 241, 0.55);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
  background: #fff;
}

.field--float .field-input:focus ~ .field-label,
.field--float .field-input:not(:placeholder-shown) ~ .field-label {
  top: 8px;
  transform: translateY(0) scale(0.72);
  color: #6366f1;
}

.field--float select.field-input {
  padding-top: 22px;
  padding-bottom: 12px;
  cursor: pointer;
  appearance: none;
  color: var(--text);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2364748b' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.field--float:has(select.field-input:focus) .field-label,
.field--float:has(select.field-input:valid) .field-label {
  top: 8px;
  transform: translateY(0) scale(0.72);
  color: #6366f1;
}

.btn-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 14px 28px;
  border: none;
  border-radius: 14px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  box-shadow: 0 12px 32px rgba(99, 102, 241, 0.35);
  transition: opacity 0.2s ease, transform 0.15s ease;
}

body:not(.admin-body):not(.admin-auth-body) .btn-submit {
  background: linear-gradient(180deg, var(--cta-hook-gold-light) 0%, var(--cta-hook-gold) 45%, var(--cta-hook-gold-mid) 100%);
  border: 0;
  box-shadow: 0 12px 32px var(--cta-hook-shadow);
}
body:not(.admin-body):not(.admin-auth-body) .btn-submit:hover:not(:disabled) {
  filter: brightness(1.05);
}
.btn-submit:disabled {
  opacity: 0.75;
  cursor: wait;
}
.btn-submit__spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  display: none;
}
.btn-submit.is-loading .btn-submit__spinner {
  display: block;
}
.btn-submit.is-loading .btn-submit__text {
  opacity: 0.85;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

[data-contact-feedback] {
  min-height: 1.25rem;
  font-size: 0.92rem;
}
.contact-card > [data-contact-feedback]:not(:empty) {
  margin-bottom: 14px;
}
[data-contact-feedback].is-ok {
  color: #166534;
}
[data-contact-feedback].is-err {
  color: #991b1b;
}

.section--calc {
  padding-top: 0;
}

body.page-loans #calc.section--calc {
  padding-top: var(--section-y-tight);
  padding-bottom: var(--section-y-tight);
}

/* ===== Loans page — Știați că? (luxury) ===== */
body.page-loans .section--loans-dyk {
  padding: clamp(56px, 8vw, 88px) 0;
  background:
    radial-gradient(ellipse 90% 55% at 50% 0%, rgba(201, 160, 48, 0.09), transparent 62%),
    linear-gradient(180deg, #faf8f3 0%, #ffffff 48%, #f7f5ef 100%);
}

body.page-loans .loans-dyk--luxury {
  position: relative;
  padding: clamp(28px, 4.5vw, 48px);
  border-radius: 24px;
  border: 1px solid rgba(201, 160, 48, 0.24);
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(253, 251, 246, 0.96) 100%);
  box-shadow:
    0 28px 64px rgba(11, 27, 43, 0.07),
    0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

body.page-loans .loans-dyk--luxury::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 18px;
  border: 1px solid rgba(201, 160, 48, 0.1);
  pointer-events: none;
}

body.page-loans .loans-dyk__head {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(24px, 3.5vw, 36px);
}

body.page-loans .loans-dyk__title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--brand-navy);
  text-wrap: balance;
}

body.page-loans .loans-dyk__ornament {
  width: 56px;
  height: 3px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--cta-hook-gold), transparent);
}

body.page-loans .loans-dyk__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: stretch;
}

@media (min-width: 981px) {
  body.page-loans .loans-dyk__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 14px;
  }

  body.page-loans .loans-dyk__card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: calc(50% - 8px);
    justify-self: center;
    width: 100%;
  }
}

body.page-loans .loans-dyk__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(201, 160, 48, 0.2);
  border-radius: 16px;
  background: linear-gradient(170deg, #ffffff 0%, #fcfbf7 100%);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

body.page-loans .loans-dyk__card:hover {
  border-color: rgba(201, 160, 48, 0.38);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

body.page-loans .loans-dyk__line {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  min-height: 92px;
  box-sizing: border-box;
}

body.page-loans .loans-dyk__num {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--cta-hook-gold);
  line-height: 1.2;
  min-width: 2.2ch;
  align-self: center;
}

body.page-loans .loans-dyk__text {
  margin: 0;
  text-align: left;
  line-height: 1.38;
  font-size: 0.94rem;
  font-weight: 600;
  color: #0b1b2b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 700px) {
  body.page-loans .loans-dyk--luxury {
    padding: 20px 16px;
  }

  body.page-loans .loans-dyk--luxury::before {
    inset: 8px;
  }

  body.page-loans .loans-dyk__line {
    padding: 14px 16px;
    gap: 10px;
    min-height: 84px;
  }

  body.page-loans .loans-dyk__card:last-child:nth-child(odd) {
    max-width: none;
  }

  body.page-loans .loans-dyk__text {
    font-size: 0.88rem;
  }

  body.page-loans .loans-dyk__num {
    font-size: 1rem;
  }
}

/* ===== Loans page — calculator (no outer bg, gold active, mobile) ===== */
body.page-loans .credit-calc--showcase {
  max-width: 1240px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: inherit;
}

body.page-loans .credit-calc--showcase .credit-calc__tabs {
  margin-bottom: clamp(14px, 2.5vw, 22px);
}

body.page-loans .credit-calc__tabs--top .credit-calc__tab {
  background: #fff;
  color: #64748b;
  border-color: rgba(15, 23, 42, 0.1);
}

body.page-loans .credit-calc__tabs--top .credit-calc__tab.is-active,
body.page-loans .credit-calc__chip.is-active {
  background: linear-gradient(180deg, var(--cta-hook-gold-light) 0%, var(--cta-hook-gold) 45%, var(--cta-hook-gold-mid) 100%);
  color: #fff;
  border-color: transparent;
  box-shadow:
    0 8px 22px rgba(160, 110, 25, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.24) inset;
}

body.page-loans .credit-calc__grid {
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

@media (max-width: 767px) {
  body.page-loans #calc.section--calc .shell {
    padding-inline: 16px;
  }

  body.page-loans #calc .section__head {
    text-align: left !important;
    margin-inline: 0 !important;
  }

  body.page-loans #calc .section__title {
    font-size: clamp(1.35rem, 5.6vw, 1.75rem);
    line-height: 1.25;
    text-wrap: pretty;
  }

  body.page-loans .credit-calc--showcase {
    margin-top: clamp(18px, 4vw, 28px) !important;
  }

  body.page-loans .credit-calc--showcase .credit-calc__tabs {
    flex-direction: column;
    gap: 10px;
  }

  body.page-loans .credit-calc__tabs--top .credit-calc__tab {
    flex: 1 1 auto;
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    font-size: 0.88rem;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
  }

  body.page-loans .credit-calc__grid {
    border-radius: 20px;
    overflow: hidden;
  }

  body.page-loans .credit-calc__panel-inner {
    padding: 18px 16px;
    gap: 12px;
  }

  body.page-loans .credit-calc__panel-title {
    margin-bottom: 12px;
    font-size: 1.12rem;
    line-height: 1.25;
  }

  body.page-loans .credit-calc__panel-inner label {
    font-size: 0.84rem;
    line-height: 1.35;
  }

  body.page-loans .credit-calc__chip-row {
    gap: 10px;
  }

  body.page-loans .credit-calc__chip {
    min-height: 44px;
    padding: 10px;
    font-size: 0.82rem;
    line-height: 1.25;
    white-space: normal;
  }

  body.page-loans .credit-calc__inline {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  body.page-loans .credit-calc__suffix-chip {
    min-width: 72px;
    padding: 0 12px;
    font-size: 0.8rem;
  }

  body.page-loans .credit-calc__panel-inner input,
  body.page-loans .credit-calc__input-wrap input,
  body.page-loans .credit-calc__inline input,
  body.page-loans .credit-calc__inline select {
    width: 100%;
    min-width: 0;
    font-size: 16px;
  }

  body.page-loans .credit-calc__result-card {
    padding: 18px 16px;
    border-left: 0;
  }

  body.page-loans .credit-calc__result-title {
    font-size: 1.12rem;
  }

  body.page-loans .credit-calc__line {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 9px 0;
    font-size: 0.9rem;
  }

  body.page-loans .credit-calc__line strong {
    font-size: 1rem;
  }

  body.page-loans .credit-calc__result-note {
    font-size: 0.84rem;
    line-height: 1.5;
  }

  body.page-loans .credit-calc__result-card .btn {
    min-height: 48px;
  }
}

.credit-calc {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin-inline: auto;
  padding: clamp(22px, 4vw, 32px);
  border-radius: var(--radius-lg);
}

.credit-calc--showcase {
  max-width: 1240px;
  background: linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-navy-mid) 55%, var(--brand-navy) 100%);
  border-color: rgba(255, 255, 255, 0.12);
  color: #f8fafc;
}

.credit-calc--showcase .credit-calc__tabs {
  margin-bottom: 22px;
}

.credit-calc__tabs--top .credit-calc__tab {
  background: rgba(255, 255, 255, 0.94);
  color: #7c8596;
  border-color: rgba(255, 255, 255, 0.22);
  font-size: 0.88rem;
}

.credit-calc__tabs--top .credit-calc__tab.is-active {
  background: linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-navy-mid) 55%, var(--brand-navy) 100%);
  color: #fff;
  border-color: #fff;
}

.credit-calc__grid {
  display: grid;
  gap: 0;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.16);
  position: relative;
}

/* Keep all calculator content readable on white panels */
.credit-calc--showcase .credit-calc__grid,
.credit-calc--showcase .credit-calc__panel-inner,
.credit-calc--showcase .credit-calc__panel-inner label,
.credit-calc--showcase .credit-calc__panel-title,
.credit-calc--showcase .credit-calc__result-title,
.credit-calc--showcase .credit-calc__line,
.credit-calc--showcase .credit-calc__line span,
.credit-calc--showcase .credit-calc__result-note {
  color: #0f172a;
}

.credit-calc--showcase .credit-calc__result-note {
  color: #64748b;
}

.credit-calc--showcase .credit-calc__body input,
.credit-calc--showcase .credit-calc__inline input,
.credit-calc--showcase .credit-calc__inline select {
  color: #0f172a;
}

.credit-calc--showcase .credit-calc__inline .credit-calc__suffix-chip {
  color: #fff;
}

.credit-calc__suffix-chip option {
  background: #fff;
  color: #0f172a;
}

.credit-calc--showcase .credit-calc__body input::placeholder,
.credit-calc--showcase .credit-calc__inline input::placeholder {
  color: #94a3b8;
}

@media (min-width: 980px) {
  .credit-calc__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    align-items: stretch;
  }

  .credit-calc__panel-inner.is-active {
    align-self: stretch;
  }

  .credit-calc__result-card {
    border-top: 0;
    border-left: 1px solid rgba(15, 23, 42, 0.1);
    padding-left: 34px;
    align-self: stretch;
  }
}

.credit-calc__panel-inner {
  padding: 24px;
}

.credit-calc__panel-title {
  margin: 0 0 16px;
  color: #0f172a;
  font-size: 1.35rem;
}

.credit-calc__chip-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

.credit-calc__chip {
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #f8fafc;
  color: #0f172a;
  border-radius: 10px;
  min-height: 42px;
  padding: 10px 12px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  text-transform: none;
}

.credit-calc__chip.is-active {
  background: linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-navy-mid) 55%, var(--brand-navy) 100%);
  color: #fff;
  border-color: transparent;
}

.credit-calc__inline {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
}

.credit-calc__suffix-chip {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-navy-mid) 55%, var(--brand-navy) 100%);
  color: #fff;
  font-weight: 700;
  min-width: 110px;
  border: 0;
}

.credit-calc__input-wrap {
  position: relative;
}

.credit-calc__suffix {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #475569;
  font-weight: 700;
  font-size: 0.88rem;
}

.credit-calc__input-wrap input {
  padding-right: 54px;
}

.credit-calc__result-card {
  background: #f5f7fc;
  border-top: 0;
  padding: 24px;
  position: relative;
}

@media (min-width: 980px) {
  .credit-calc__result-card {
    display: flex;
    flex-direction: column;
  }
}

.credit-calc__result-title {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 1.3rem;
}

.credit-calc__result {
  margin-top: 0;
  display: grid;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
}

.credit-calc__line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  padding: 10px 0;
  color: #475569;
  font-size: 0.95rem;
}

.credit-calc__line strong {
  color: #0f172a;
  font-size: 1.05rem;
}

.credit-calc__line--highlight {
  font-size: calc(0.95rem + 1px);
}

.credit-calc__line--highlight strong {
  font-size: calc(1.05rem + 1px);
}

.credit-calc__result-note {
  margin: 14px 0 16px;
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.55;
}

.credit-calc__conditional {
  display: none;
}

.credit-calc__conditional.is-visible {
  display: block;
}

.credit-calc__title {
  margin: 0 0 6px;
  font-size: clamp(1.2rem, 2.8vw, 1.45rem);
  letter-spacing: -0.02em;
}

.credit-calc__lead {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

.credit-calc__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.credit-calc__tab {
  flex: 1 1 100px;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.55);
  font: inherit;
  font-weight: 600;
  font-size: 0.82rem;
  cursor: pointer;
  color: var(--muted);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.credit-calc__tab.is-active {
  color: #4338ca;
  border-color: rgba(99, 102, 241, 0.45);
  background: rgba(99, 102, 241, 0.12);
  box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.15) inset;
}

.credit-calc__tab:focus-visible {
  outline: 2px solid rgba(99, 102, 241, 0.45);
  outline-offset: 2px;
}

.credit-calc__body {
  display: grid;
  gap: 12px;
}

.credit-calc__panel-inner {
  display: none;
  flex-direction: column;
  gap: 10px;
}

.credit-calc__panel-inner.is-active {
  display: flex;
}

.credit-calc__panel-inner[hidden] {
  display: none !important;
}

.credit-calc__hint {
  margin: 0 0 4px;
  font-size: 0.86rem;
  color: var(--muted);
}

.credit-calc__body label {
  margin-bottom: 0;
  font-size: 0.82rem;
}

.credit-calc__body input {
  margin-top: 2px;
}

.credit-calc__result {
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(99, 102, 241, 0.1);
  border: 1px solid rgba(99, 102, 241, 0.2);
  font-weight: 600;
  font-size: 0.95rem;
}

.credit-calc__foot {
  margin: 16px 0 0;
  font-size: 0.84rem;
  color: var(--muted);
}

.section--calc-split {
  display: grid;
  gap: clamp(28px, 5vw, 48px);
  align-items: start;
}

@media (min-width: 900px) {
  .section--calc-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  }
}

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

.section--services__wrap {
  position: relative;
  z-index: 1;
}

.section--services__glow {
  position: absolute;
  width: 60%;
  max-width: 520px;
  height: 280px;
  top: -80px;
  right: -10%;
  background: radial-gradient(ellipse at center, rgba(13, 27, 42, 0.1), transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.section--services__head {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  margin-bottom: clamp(28px, 4vw, 40px);
  max-width: 46rem;
  text-align: center;
}

.section--services__head .section__eyebrow {
  margin-bottom: 12px;
}

.section--services__head .section__title {
  margin-bottom: 14px;
}

.section--services__head .section__text {
  margin-inline: auto;
  max-width: 40rem;
}

.section--services .service-tilt-grid {
  position: relative;
  z-index: 1;
}

/* ===== SECTION SERVICES NEW (homepage cards) ===== */
.section--services-new {
  background: #f4f5f7;
  padding: 4rem 0;
}

.section--services-new__head {
  text-align: center;
  margin-bottom: 2rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.section--services-new__title {
  font-size: clamp(1.2rem, 2vw, 2rem);
  margin: 0 auto 0;
  text-align: center;
  line-height: 1.15;
  white-space: nowrap;
}

.section--services-new__highlight {
  margin: -0.06em auto 0.65rem;
  text-align: center;
  font-size: clamp(1.6rem, 3.6vw, 3rem);
  font-weight: 800;
  line-height: 1.05;
  color: var(--cta-hook-gold);
}

.section--services-new__text {
  max-width: 540px;
  margin: 0 auto;
}

.services-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}

@media (max-width: 900px) {
  .services-cards-grid {
    grid-template-columns: 1fr;
  }
}

/* Lead hook — sub secțiunea Soluții complete */
.lead-hook {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(14px, 2vw, 22px);
  margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
  padding: clamp(20px, 3vw, 28px) clamp(22px, 3.2vw, 32px);
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(252, 250, 245, 0.96) 52%,
    rgba(248, 244, 235, 0.94) 100%
  );
  border: 1px solid rgba(13, 27, 42, 0.1);
  border-radius: 16px;
  box-shadow:
    0 10px 24px rgba(13, 27, 42, 0.06),
    0 22px 48px rgba(212, 175, 55, 0.1);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.lead-hook::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(
    90deg,
    rgba(212, 175, 55, 0) 0%,
    var(--cta-hook-gold) 50%,
    rgba(212, 175, 55, 0) 100%
  );
  opacity: 0.9;
}

.lead-hook::after {
  content: "";
  position: absolute;
  right: -12%;
  top: -40%;
  width: min(280px, 45%);
  height: 140%;
  background: radial-gradient(ellipse at center, rgba(212, 175, 55, 0.12) 0%, transparent 68%);
  pointer-events: none;
}

.lead-hook__photo {
  position: relative;
  z-index: 1;
  width: clamp(68px, 11vw, 84px);
  height: clamp(68px, 11vw, 84px);
  border-radius: 999px;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(212, 175, 55, 0.4);
  box-shadow:
    0 8px 22px rgba(13, 27, 42, 0.14),
    0 0 0 4px rgba(212, 175, 55, 0.1);
}

.lead-hook__divider {
  position: relative;
  z-index: 1;
  width: 1px;
  align-self: stretch;
  min-height: 56px;
  flex-shrink: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(212, 175, 55, 0.45) 22%,
    rgba(212, 175, 55, 0.45) 78%,
    transparent 100%
  );
}

.lead-hook__main {
  position: relative;
  z-index: 1;
  flex: 1 1 200px;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.lead-hook__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--cta-hook-gold);
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.32);
  box-shadow: 0 4px 14px rgba(212, 175, 55, 0.12);
}

.lead-hook__icon .lucide-icon,
.lead-hook__icon .lead-hook__icon-svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.9;
}

.lead-hook__icon-svg {
  display: block;
}

.lead-hook__copy {
  min-width: 0;
}

.lead-hook__title {
  margin: 0 0 5px;
  font-size: clamp(1.05rem, 2.1vw, 1.28rem);
  font-weight: 800;
  color: var(--brand-navy);
  line-height: 1.22;
  letter-spacing: -0.01em;
}

.lead-hook__text {
  margin: 0;
  font-size: clamp(0.88rem, 1.6vw, 0.96rem);
  color: #5a6b7d;
  line-height: 1.45;
}

.lead-hook__cta {
  position: relative;
  z-index: 1;
  flex: 0 1 auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-left: auto;
  padding: 12px 22px;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff !important;
  text-decoration: none;
  white-space: nowrap;
  background: linear-gradient(
    180deg,
    var(--cta-hook-gold-light) 0%,
    var(--cta-hook-gold) 45%,
    var(--cta-hook-gold-mid) 100%
  ) !important;
  border: 0 !important;
  box-shadow:
    0 10px 28px var(--cta-hook-shadow),
    0 1px 0 rgba(255, 255, 255, 0.24) inset !important;
  transition: transform 0.22s ease, filter 0.22s ease, box-shadow 0.22s ease;
}

.lead-hook__cta:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow:
    0 14px 36px rgba(160, 110, 25, 0.38),
    0 1px 0 rgba(255, 255, 255, 0.28) inset !important;
}

.lead-hook__cta:focus-visible {
  outline: 2px solid var(--cta-hook-gold);
  outline-offset: 3px;
}

.lead-hook__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.95;
}

.lead-hook__cta-icon .lucide-icon {
  width: 18px;
  height: 18px;
}

.lead-hook__cta-arrow {
  display: inline-flex;
  opacity: 0.92;
  transition: transform 0.22s ease;
}

.lead-hook__cta:hover .lead-hook__cta-arrow {
  transform: translateX(3px);
}

.lead-hook__cta-arrow .lucide-icon {
  width: 18px;
  height: 18px;
}

/* Lead hook — variantă cu 2 acțiuni (footer CTA) */
.lead-hook--dual .lead-hook__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
  flex-shrink: 0;
}

.lead-hook__action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  transition: transform 0.22s ease, filter 0.22s ease, box-shadow 0.22s ease;
}

.lead-hook__action-btn:hover {
  transform: translateY(-2px);
}

.lead-hook__action-btn--contact {
  color: #fff !important;
  background: linear-gradient(145deg, var(--brand-navy), var(--brand-navy-mid)) !important;
  box-shadow: 0 10px 26px rgba(13, 27, 42, 0.22);
}

.lead-hook__action-btn--contact:hover {
  filter: brightness(1.08);
  box-shadow: 0 12px 30px rgba(13, 27, 42, 0.28);
}

.lead-hook__action-btn--contact .lead-hook__action-btn-icon {
  color: var(--cta-hook-gold);
}

.lead-hook__action-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lead-hook__action-btn-icon .lucide-icon {
  width: 18px;
  height: 18px;
  stroke-width: 1.9;
}

.lead-hook--dual .lead-hook__action-btn--wa.btn-whatsapp {
  margin: 0;
  padding: 12px 20px;
  min-height: 48px;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 700;
  gap: 8px;
  background: linear-gradient(150deg, var(--cta-hook-gold), var(--cta-hook-gold)) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(179, 135, 40, 0.28) !important;
  filter: none !important;
}

.lead-hook--dual .lead-hook__action-btn--wa.btn-whatsapp:hover {
  filter: brightness(1.06) !important;
  box-shadow: 0 14px 32px rgba(160, 110, 25, 0.34) !important;
}

.lead-hook--dual .lead-hook__action-btn--wa.btn-whatsapp::before {
  display: none !important;
  content: none !important;
}

.lead-hook--dual .lead-hook__action-btn--wa .btn-whatsapp__icon {
  flex-shrink: 0;
}

.lead-hook--dual .lead-hook__meta {
  position: relative;
  z-index: 1;
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 16px;
  margin: 2px 0 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}

.lead-hook--dual .lead-hook__meta span + span::before {
  content: "·";
  margin-right: 16px;
  color: rgba(100, 116, 139, 0.55);
}

.lead-hook--flush {
  margin-top: 0;
}

.lead-hook--dual .lead-hook__action-btn {
  line-height: 1.25;
}

@media (max-width: 1100px) {
  .lead-hook--dual .lead-hook__actions {
    flex: 1 1 100%;
    min-width: 0;
    margin-left: 0;
    justify-content: flex-end;
  }

  .lead-hook--dual .lead-hook__action-btn {
    white-space: normal;
    text-align: center;
  }
}

@media (min-width: 721px) and (max-width: 900px) {
  .lead-hook--dual .lead-hook__actions {
    flex-direction: row;
    gap: 10px;
  }

  .lead-hook--dual .lead-hook__action-btn {
    flex: 1 1 calc(50% - 5px);
    min-width: 0;
  }
}

@media (max-width: 720px) {
  .lead-hook {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 20px 18px;
  }

  .lead-hook__divider {
    display: none;
  }

  .lead-hook__icon {
    display: none;
  }

  .lead-hook__photo {
    width: 72px;
    height: 72px;
  }

  .lead-hook--dual .lead-hook__photo {
    align-self: center;
  }

  .lead-hook__main {
    flex: 1 1 auto;
    width: 100%;
  }

  .lead-hook__cta {
    width: 100%;
    margin-left: 0;
    justify-content: center;
    white-space: normal;
    text-align: center;
    min-height: 48px;
  }

  .lead-hook--dual .lead-hook__actions {
    width: 100%;
    margin-left: 0;
    justify-content: stretch;
    flex-direction: column;
  }

  .lead-hook--dual .lead-hook__action-btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .lead-hook:not(.lead-hook--dual) {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "photo main"
      "cta cta";
    align-items: center;
    column-gap: 12px;
  }

  .lead-hook--dual {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .lead-hook:not(.lead-hook--dual) .lead-hook__photo {
    grid-area: photo;
  }

  .lead-hook__main {
    grid-area: main;
  }

  .lead-hook__cta {
    grid-area: cta;
  }

  .lead-hook--dual .lead-hook__actions {
    grid-area: unset;
    width: 100%;
  }
}

.svc-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.75rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
}

.svc-card__header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
  min-height: 105px;
}

.svc-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
}

.svc-card__icon--blue {
  background: rgba(13, 27, 42, 0.08);
  color: var(--brand-navy);
  border: 1px solid rgba(13, 27, 42, 0.12);
}

.svc-card__icon--green {
  background: rgba(13, 27, 42, 0.08);
  color: var(--brand-navy);
  border: 1px solid rgba(13, 27, 42, 0.12);
}

.svc-card__icon--gold {
  background: rgba(212, 175, 55, 0.12);
  color: var(--cta-hook-gold);
  border: 1px solid rgba(212, 175, 55, 0.28);
}

.svc-card__icon .lucide-icon,
.svc-card__icon .service-icon-svg,
.svc-card__icon .hero__service-svg {
  width: 26px;
  height: 26px;
  display: block;
}

.svc-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.3rem;
}

.svc-card__desc {
  font-size: 0.875rem;
  color: #475569;
  margin: 0;
  line-height: 1.5;
}

.svc-card__divider {
  height: 1px;
  background: #e2e8f0;
  margin-bottom: 1rem;
}

.svc-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0;
}

.svc-card__action-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(13, 27, 42, 0.1);
  text-decoration: none;
  color: var(--brand-navy);
  font-size: 0.875rem;
  font-weight: 500;
  background: #fff;
  transition: background 0.15s, border-color 0.15s;
}

.svc-card:nth-child(2) .svc-card__action-link {
  color: var(--brand-navy);
}

.svc-card:nth-child(3) .svc-card__action-link {
  color: var(--cta-hook-gold);
}

.svc-card:nth-child(3) .svc-card__action-link:hover {
  background: rgba(212, 175, 55, 0.08);
  border-color: rgba(212, 175, 55, 0.42);
}

.svc-card__action-link:hover {
  background: rgba(13, 27, 42, 0.04);
  border-color: rgba(13, 27, 42, 0.2);
}

.svc-card:nth-child(1) .svc-card__action-link:hover,
.svc-card:nth-child(2) .svc-card__action-link:hover {
  background: rgba(13, 27, 42, 0.04);
  border-color: rgba(13, 27, 42, 0.22);
}

.svc-card__action-link--pending {
  pointer-events: none;
  cursor: default;
}

.svc-card:nth-child(3) .svc-card__action-link--pending:hover {
  background: transparent;
  border-color: rgba(212, 175, 55, 0.28);
  transform: none;
  box-shadow: none;
}

.svc-card__action-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.svc-card__action-icon .lucide-icon {
  width: 16px;
  height: 16px;
}

.svc-card__action-arrow {
  margin-left: auto;
  font-size: 1rem;
  opacity: 0.6;
}

@media (max-width: 900px) {
  .section--services-new__title {
    white-space: normal;
  }

  .section--services-new__highlight {
    font-size: clamp(1.35rem, 7vw, 2rem);
  }

  .svc-card {
    padding: 1.25rem;
  }

  .svc-card__title {
    font-size: 1.05rem;
  }

  .svc-card__header {
    min-height: auto;
  }

  .svc-card__desc {
    font-size: 0.85rem;
  }

  .svc-card__action-link {
    font-size: 0.85rem;
    padding: 0.75rem;
  }
}

.section--why .why-glass-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
  align-items: stretch;
}

@media (max-width: 900px) {
  .section--why .why-glass-grid {
    grid-template-columns: 1fr;
  }
}

.why-glass-panel {
  padding: clamp(22px, 3vw, 30px);
  border-radius: 24px;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.07), 0 1px 0 rgba(255, 255, 255, 0.88) inset;
  position: relative;
}

.why-glass-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(145deg, rgba(13, 27, 42, 0.16), rgba(255, 255, 255, 0.4) 40%, rgba(13, 27, 42, 0.06));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.why-glass-panel--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section--sell-flow {
  padding-top: 32px;
}

.sell-flow-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(201, 160, 48, 0.22);
  background: #070f24;
  min-height: 420px;
}

.sell-flow-card__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 41.5%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  opacity: 0.92;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.45) 14%, #000 27%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.45) 14%, #000 27%, #000 100%);
}

.sell-flow-card__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 11, 28, 0.97) 0%, rgba(7, 15, 36, 0.94) 48%, rgba(7, 15, 36, 0.72) 68%, rgba(7, 15, 36, 0.25) 100%),
    radial-gradient(ellipse 80% 60% at 12% 20%, rgba(201, 160, 48, 0.08) 0%, transparent 55%);
  z-index: 1;
}

.sell-flow-card__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(24px, 3vw, 36px) clamp(20px, 2.5vw, 32px) clamp(22px, 2.8vw, 30px);
  color: #f8fbff;
}

.sell-flow-head {
  margin-bottom: clamp(22px, 3vw, 32px);
  max-width: min(58%, 640px);
  text-align: left;
}

.sell-flow-card__flow {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sell-flow-head__eyebrow {
  margin: 0 0 10px;
  font-size: clamp(0.68rem, 1.1vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d4af37;
}

.sell-flow-head__title {
  margin: 0 0 12px;
  font-size: clamp(1.62rem, 2.95vw, 2.62rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: #f8fafc;
  text-shadow: 0 2px 16px rgba(2, 6, 23, 0.45);
}

.sell-flow-head__line {
  display: block;
}

.sell-flow-head__line--gold {
  color: #d4af37;
}

.sell-flow-head__lead {
  margin: 0;
  font-size: clamp(0.88rem, 1.4vw, 1.02rem);
  line-height: 1.5;
  color: rgba(226, 232, 240, 0.88);
  max-width: none;
}

@media (min-width: 901px) {
  .sell-flow-head__line,
  .sell-flow-head__lead {
    white-space: nowrap;
  }

  .sell-flow-timeline {
    width: min(96%, 1080px);
    margin-inline: auto;
    grid-template-columns: repeat(5, minmax(118px, 1fr));
  }

  .sell-flow-step__body {
    display: grid;
    grid-template-rows: calc(2 * 1.3 * 1em) auto;
    width: 100%;
    max-width: 15rem;
    margin-inline: auto;
  }

  .sell-flow-step__title {
    margin: 0;
    align-self: start;
    justify-self: center;
    text-align: center;
  }

  .sell-flow-step__text {
    align-self: start;
    margin-top: 6px;
  }
}

@media (min-width: 1181px) {
  .sell-flow-timeline {
    --sf-badge-r: clamp(30px, 3.25vw, 38px);
    --sf-col-gap: 8px;
  }

  .sell-flow-timeline__track {
    display: none;
  }

  .sell-flow-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: var(--sf-badge-r);
    left: calc(50% + var(--sf-badge-r));
    width: calc(100% - (2 * var(--sf-badge-r)) + var(--sf-col-gap));
    height: 0;
    border: none;
    border-top: 2px dashed rgba(212, 175, 55, 0.5);
    pointer-events: none;
    z-index: 0;
  }
}

.sell-flow-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px 8px;
  margin: 0 0 clamp(24px, 3vw, 32px);
  padding-top: 4px;
}

.sell-flow-timeline__track {
  position: absolute;
  top: 40px;
  left: 8%;
  right: 8%;
  height: 0;
  border: none;
  border-top: 2px dashed rgba(212, 175, 55, 0.5);
  pointer-events: none;
  z-index: 0;
}

.sell-flow-timeline__track::before,
.sell-flow-timeline__track::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d4af37;
  transform: translateY(-50%);
  opacity: 0.85;
}

.sell-flow-timeline__track::before {
  left: 0;
}

.sell-flow-timeline__track::after {
  right: 0;
}

.sell-flow-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 4px;
}

.sell-flow-step__marker {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 14px;
}

.sell-flow-step__icon {
  width: clamp(60px, 6.5vw, 76px);
  height: clamp(60px, 6.5vw, 76px);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(212, 175, 55, 0.7);
  background: radial-gradient(circle at 35% 28%, rgba(212, 175, 55, 0.14) 0%, rgba(8, 18, 40, 0.95) 58%);
  color: #edd080;
  box-shadow:
    0 0 0 6px #070f24,
    0 10px 26px rgba(2, 6, 23, 0.34);
}

.sell-flow-step__svg {
  width: 58%;
  height: 58%;
  min-width: 34px;
  min-height: 34px;
  max-width: 40px;
  max-height: 40px;
  display: block;
  flex-shrink: 0;
}

.sell-flow-step__svg path {
  fill: currentColor;
}

.sell-flow-step__num {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1;
  color: #0a1228;
  background: linear-gradient(180deg, #ebd063 0%, #d4af37 100%);
  border: 2px solid #070f24;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.sell-flow-step__body {
  width: 100%;
  max-width: 15rem;
  margin-inline: auto;
}

.sell-flow-step__title {
  margin: 0 0 6px;
  font-size: clamp(0.82rem, 1.1vw, 0.94rem);
  line-height: 1.3;
  font-weight: 700;
  color: #f8fafc;
}

.sell-flow-step__text {
  margin: 0;
  font-size: clamp(0.72rem, 0.95vw, 0.8rem);
  line-height: 1.45;
  color: rgba(203, 213, 225, 0.9);
}

.sell-flow-cta-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.sell-flow-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  font-weight: 700;
  color: #0f172a;
  background: linear-gradient(180deg, #f0d878 0%, #e4c45a 38%, #d4af37 100%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.sell-flow-cta:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.32), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
}

.sell-flow-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sell-flow-cta__svg {
  width: 20px;
  height: 20px;
  display: block;
}

.sell-flow-cta__svg--arrow {
  width: 18px;
  height: 18px;
  opacity: 0.88;
}

.sell-flow-cta__arrow {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 1180px) {
  .sell-flow-card__image {
    width: 38%;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .sell-flow-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 28px;
  }

  .sell-flow-timeline__track {
    display: none;
  }
}

@media (max-width: 900px) {
  .sell-flow-card {
    min-height: 0;
  }

  .sell-flow-card__image {
    width: 100%;
    inset: 0;
    object-position: center right;
    opacity: 0.35;
  }

  .sell-flow-card__overlay {
    background: linear-gradient(180deg, rgba(5, 11, 28, 0.96) 0%, rgba(7, 15, 36, 0.94) 55%, rgba(7, 15, 36, 0.92) 100%);
  }

  .sell-flow-card__content {
    width: 100%;
    padding: 22px 18px 20px;
  }

  .sell-flow-head {
    max-width: none;
    text-align: center;
    margin-inline: auto;
  }

  .sell-flow-timeline {
    width: 100%;
    max-width: 520px;
  }

  .sell-flow-head__line,
  .sell-flow-head__lead {
    white-space: normal;
  }

  .sell-flow-head__lead {
    margin-inline: auto;
  }

  .sell-flow-timeline {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 8px;
    margin-bottom: 22px;
  }

  .sell-flow-timeline__track {
    display: block;
    top: 28px;
    bottom: 28px;
    left: 35px;
    right: auto;
    width: 0;
    height: auto;
    border-top: none;
    border-left: 2px dashed rgba(212, 175, 55, 0.45);
  }

  .sell-flow-timeline__track::before,
  .sell-flow-timeline__track::after {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .sell-flow-timeline__track::before {
    top: 0;
  }

  .sell-flow-timeline__track::after {
    top: auto;
    bottom: 0;
    right: auto;
  }

  .sell-flow-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px 16px;
    align-items: start;
    text-align: left;
    padding: 0 0 22px;
  }

  .sell-flow-step:last-child {
    padding-bottom: 0;
  }

  .sell-flow-step__marker {
    margin-bottom: 0;
  }

  .sell-flow-step__body {
    max-width: none;
    margin: 0;
    padding-top: 6px;
  }

  .sell-flow-cta-wrap {
    justify-content: stretch;
  }

  .sell-flow-cta {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .sell-flow-head__title {
    font-size: 1.48rem;
  }

  .sell-flow-step__icon {
    width: 64px;
    height: 64px;
  }

  .sell-flow-step__svg {
    width: 34px;
    height: 34px;
  }

  .sell-flow-cta {
    padding: 12px 16px;
    font-size: 0.88rem;
  }
}

.offer-glass {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: clamp(24px, 4vw, 36px);
  border-radius: 26px;
}

.offer-glass__content {
  flex: 1 1 220px;
  min-width: 0;
}

.offer-glass__title {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  letter-spacing: -0.02em;
}

.offer-glass__lead {
  margin: 0;
  color: var(--muted);
  max-width: 46ch;
  font-size: 1rem;
}

.offer-glass__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-shrink: 0;
}

.section--reviews .reviews-showcase {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.reviews-showcase__intro {
  margin-bottom: 0;
  text-align: center;
  margin-inline: auto;
  max-width: 40rem;
}

.reviews-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(20px, 3vw, 28px);
  border-radius: 24px;
}

.reviews-summary__score {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reviews-summary__num {
  font-size: clamp(2.2rem, 4vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.reviews-summary__stars {
  letter-spacing: 2px;
  color: #ca8a04;
  font-size: 1rem;
  line-height: 1;
}

.reviews-summary__count {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.reviews-summary__badge {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
  justify-content: center;
}

.section--docs-trust {
  padding-top: clamp(40px, 5vw, 56px);
  padding-bottom: clamp(40px, 5vw, 56px);
  overflow: visible;
}

body.page-home .section.section--docs-trust {
  background: transparent;
}

.section--about-beyond {
  padding-top: 24px;
}

body.page-home .section--about-beyond {
  padding-bottom: clamp(20px, 3vw, 36px);
}

body.page-home .section--reviews:not(.section--reviews--luxury) {
  padding-top: clamp(20px, 3vw, 36px);
}

.about-beyond {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(13, 27, 42, 0.22);
  background:
    radial-gradient(120% 120% at 10% 30%, rgba(13, 27, 42, 0.32), transparent 44%),
    radial-gradient(90% 120% at 95% 100%, rgba(13, 27, 42, 0.26), transparent 50%),
    linear-gradient(100deg, var(--brand-navy) 0%, var(--brand-navy-mid) 55%, var(--brand-navy) 100%);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.12);
}

.about-beyond__row {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, 0.85fr);
  align-items: stretch;
}

.about-beyond__copy {
  padding: clamp(20px, 2.8vw, 32px);
  padding-right: clamp(12px, 2vw, 20px);
  color: #f8fafc;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.about-beyond__head {
  margin: 0 0 clamp(20px, 2.5vw, 28px);
}

.about-beyond__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cta-hook-gold-mid);
}

.about-beyond__eyebrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(201, 160, 48, 0.45);
  color: var(--cta-hook-gold-mid);
  background: rgba(201, 160, 48, 0.1);
}

.about-beyond__eyebrow-icon .lucide-icon {
  width: 15px;
  height: 15px;
}

.about-beyond__title {
  margin: 0;
  font-size: clamp(1.75rem, 3.2vw, 2.65rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #fff;
}

@media (min-width: 1081px) {
  .about-beyond__title {
    white-space: nowrap;
  }
}

.about-beyond__accent {
  color: var(--cta-hook-gold-mid);
}

.about-beyond__points {
  list-style: none;
  margin: 0 0 clamp(22px, 3vw, 30px);
  padding: 0 0 0 4px;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 22px);
  position: relative;
}

.about-beyond__points::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(201, 160, 48, 0.15), var(--cta-hook-gold-mid) 18%, var(--cta-hook-gold-mid) 82%, rgba(201, 160, 48, 0.15));
  pointer-events: none;
}

.about-beyond__point {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.about-beyond__point-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  color: var(--cta-hook-gold-mid);
  background: var(--brand-navy);
  flex-shrink: 0;
}

.about-beyond__point-icon .lucide-icon {
  width: 22px;
  height: 22px;
  stroke-width: 2;
}

.about-beyond__point p {
  margin: 0;
  padding-top: 6px;
  font-size: clamp(0.92rem, 1.35vw, 1.02rem);
  line-height: 1.55;
  color: rgba(226, 232, 240, 0.94);
  max-width: 52ch;
}

.about-beyond__cta {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  margin-top: auto;
  padding: 14px 18px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(0.88rem, 1.2vw, 0.98rem);
  line-height: 1.35;
  color: #0d1b2a;
  background: linear-gradient(90deg, var(--cta-hook-gold-light) 0%, var(--cta-hook-gold) 42%, var(--cta-hook-gold-mid) 100%);
  box-shadow: 0 10px 28px var(--cta-hook-shadow);
  transition: transform var(--duration) var(--ease-out), box-shadow var(--duration) var(--ease-out);
}

.about-beyond__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(160, 110, 25, 0.38);
}

.about-beyond__cta-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.about-beyond__cta-icon .lucide-icon {
  width: 20px;
  height: 20px;
  stroke-width: 2.25;
}

.about-beyond__cta-text {
  flex: 1 1 auto;
  min-width: 0;
}

.about-beyond__cta-arrow {
  display: inline-flex;
  flex-shrink: 0;
  opacity: 0.85;
}

.about-beyond__cta-arrow .lucide-icon {
  width: 20px;
  height: 20px;
}

.about-beyond__stats {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border-top: 1px solid rgba(148, 163, 184, 0.28);
}

.about-beyond__stat {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: clamp(16px, 2.2vw, 22px) clamp(20px, 2.8vw, 28px);
  border-bottom: none;
  border-right: 1px solid rgba(148, 163, 184, 0.28);
  min-width: 0;
}

.about-beyond__stat:last-child {
  border-right: none;
}

.about-beyond__stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  color: var(--cta-hook-gold-mid);
}

.about-beyond__stat-icon .lucide-icon {
  width: 28px;
  height: 28px;
  stroke-width: 1.75;
}

.about-beyond__stat-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.about-beyond__stat-text strong {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}

.about-beyond__stat-text span {
  font-size: clamp(0.88rem, 1.1vw, 0.98rem);
  line-height: 1.35;
  color: rgba(226, 232, 240, 0.88);
}

.about-beyond__stat-text--single {
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.25;
}

.about-beyond__media {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: clamp(14px, 2vw, 22px);
  padding-left: 0;
  min-height: 0;
}

.about-beyond__media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: clamp(14px, 2vw, 22px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

@media (max-width: 1080px) {
  .about-beyond__row {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "head"
      "media"
      "points"
      "cta";
  }

  .about-beyond__copy {
    display: contents;
  }

  .about-beyond__head {
    grid-area: head;
    padding: clamp(20px, 2.8vw, 32px);
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .about-beyond__points {
    grid-area: points;
    padding: 0 clamp(20px, 2.8vw, 32px);
    margin-bottom: clamp(18px, 2.5vw, 24px);
  }

  .about-beyond__cta {
    grid-area: cta;
    margin: 0 clamp(20px, 2.8vw, 32px) clamp(20px, 2.8vw, 32px);
    margin-top: 0;
    width: auto;
  }

  .about-beyond__media {
    grid-area: media;
    min-height: 220px;
    max-height: 340px;
    padding: 0 clamp(20px, 2.8vw, 32px) clamp(18px, 2.5vw, 24px);
  }

  .about-beyond__media img {
    aspect-ratio: 5 / 4;
    max-height: 320px;
  }

  .about-beyond__title {
    max-width: none;
  }

  .about-beyond__stats {
    flex-direction: column;
  }

  .about-beyond__stat {
    flex: none;
    border-right: none;
    border-bottom: 1px solid rgba(148, 163, 184, 0.28);
    padding: clamp(14px, 2vw, 18px) clamp(20px, 2.8vw, 32px);
  }

  .about-beyond__stat:last-child {
    border-bottom: none;
    padding-bottom: clamp(16px, 2vw, 20px);
  }
}

@media (max-width: 760px) {
  .about-beyond__head {
    padding: 16px 14px 0;
  }

  .about-beyond__points {
    padding: 0 14px;
  }

  .about-beyond__cta {
    margin: 0 14px 16px;
    padding: 11px 12px;
    gap: 8px;
    font-size: clamp(0.68rem, 2.8vw, 0.82rem);
  }

  .about-beyond__cta-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .about-beyond__cta-icon .lucide-icon,
  .about-beyond__cta-arrow .lucide-icon {
    width: 18px;
    height: 18px;
  }

  .about-beyond__title {
    font-size: 1.55rem;
    max-width: none;
  }

  .about-beyond__point {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
  }

  .about-beyond__points::before {
    left: 15px;
    top: 20px;
    bottom: 20px;
  }

  .about-beyond__point-icon {
    width: 32px;
    height: 32px;
  }

  .about-beyond__point-icon .lucide-icon {
    width: 18px;
    height: 18px;
  }

  .about-beyond__point p {
    padding-top: 4px;
    font-size: 0.9rem;
  }

  .about-beyond__media {
    padding: 0 14px 16px;
    min-height: 200px;
    max-height: 280px;
  }

  .about-beyond__media img {
    max-height: 260px;
    aspect-ratio: 4 / 3;
  }

  .about-beyond__stat {
    gap: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .about-beyond__stat-icon {
    width: 40px;
    height: 40px;
  }

  .about-beyond__stat-icon .lucide-icon {
    width: 24px;
    height: 24px;
  }
}

.docs-trust-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(20px, 2.8vw, 32px);
  width: 100%;
  min-height: 0;
  padding: clamp(18px, 2.4vw, 24px);
  overflow: hidden;
  border: none;
  border-radius: 16px;
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.99) 0%,
    rgba(252, 250, 245, 0.98) 48%,
    rgba(248, 244, 235, 0.96) 100%
  );
  box-shadow:
    0 10px 24px rgba(13, 27, 42, 0.06),
    0 22px 48px rgba(212, 175, 55, 0.08);
}

.docs-trust-card--luxury::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  z-index: 4;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(
    90deg,
    rgba(212, 175, 55, 0) 0%,
    var(--cta-hook-gold) 18%,
    var(--cta-hook-gold) 82%,
    rgba(212, 175, 55, 0) 100%
  );
  opacity: 0.95;
}

.docs-trust-card__media {
  position: relative;
  z-index: 1;
  align-self: center;
  width: clamp(200px, 22vw, 272px);
  aspect-ratio: 1 / 1;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  isolation: isolate;
  box-shadow: 0 12px 32px rgba(13, 27, 42, 0.22);
}

.docs-trust-card__media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  display: block;
}

.docs-trust-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(13, 27, 42, 0.42) 0%,
    rgba(13, 27, 42, 0.18) 55%,
    rgba(13, 27, 42, 0.28) 100%
  );
  pointer-events: none;
}

.docs-trust-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(212, 175, 55, 0.08) 0%,
    transparent 28%,
    transparent 72%,
    rgba(212, 175, 55, 0.06) 100%
  );
}

.docs-trust-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(4px, 0.8vw, 8px) clamp(4px, 1vw, 12px) clamp(4px, 0.8vw, 8px) 0;
  background: transparent;
}

.docs-trust-card__eyebrow {
  margin: 0 0 8px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cta-hook-gold);
}

.docs-trust-card__title {
  margin: 0 0 10px;
  max-width: none;
  font-size: clamp(1.28rem, 2vw, 1.75rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--brand-navy);
}

.docs-trust-card__title::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--cta-hook-gold) 0%,
    rgba(212, 175, 55, 0.2) 100%
  );
}

.docs-trust-card__lead {
  margin: 0 0 14px;
  color: #5a6b7d;
  font-size: clamp(0.88rem, 1.1vw, 0.98rem);
  line-height: 1.5;
  max-width: 62ch;
}

.docs-trust-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.docs-trust-point {
  position: relative;
  border: 1px solid rgba(13, 27, 42, 0.08);
  border-radius: 10px;
  padding: 10px 10px 10px 11px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 9px;
  min-width: 0;
  background: linear-gradient(
    168deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(252, 250, 245, 0.94) 100%
  );
  box-shadow:
    0 4px 14px rgba(13, 27, 42, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.docs-trust-point > div {
  min-width: 0;
  flex: 1 1 auto;
}

.docs-trust-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 2px;
  border-radius: 0 2px 2px 0;
  background: linear-gradient(
    180deg,
    transparent,
    var(--cta-hook-gold) 35%,
    var(--cta-hook-gold) 65%,
    transparent
  );
  opacity: 0;
  transition: opacity 0.22s ease;
}

.docs-trust-point:hover {
  border-color: rgba(212, 175, 55, 0.42);
  box-shadow:
    0 8px 22px rgba(212, 175, 55, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  transform: translateY(-2px);
}

.docs-trust-point:hover::before {
  opacity: 1;
}

.docs-trust-point__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 8px;
  color: var(--cta-hook-gold);
  background: rgba(212, 175, 55, 0.14);
  border: 1px solid rgba(212, 175, 55, 0.3);
  box-shadow: 0 3px 10px rgba(212, 175, 55, 0.1);
}

.docs-trust-point__icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.docs-trust-point h3 {
  margin: 0 0 3px;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--brand-navy);
}

.docs-trust-point p {
  margin: 0;
  color: #5a6b7d;
  font-size: 0.74rem;
  line-height: 1.4;
}

.docs-trust-point:last-child {
  grid-column: 1 / -1;
}

@media (max-width: 1100px) {
  .docs-trust-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .docs-trust-point:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .docs-trust-card {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .docs-trust-card {
    gap: clamp(16px, 4vw, 24px);
    padding: clamp(16px, 4vw, 22px);
  }

  .docs-trust-card__media {
    width: min(240px, 72vw);
    margin: 0 auto;
  }

  .docs-trust-card__media::after {
    background: linear-gradient(
      180deg,
      rgba(13, 27, 42, 0.45) 0%,
      rgba(13, 27, 42, 0.15) 100%
    );
  }

  .docs-trust-card__content {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 600px) {
  .docs-trust-card__title {
    font-size: 1.22rem;
  }

  .docs-trust-points {
    grid-template-columns: 1fr;
  }

  .docs-trust-point:last-child {
    grid-column: auto;
  }

  .docs-trust-point {
    padding: 11px 12px;
  }

  .docs-trust-point p {
    font-size: 0.78rem;
  }
}

.reviews-summary__verify {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
}

.reviews-summary__cta {
  flex-shrink: 0;
}

.reviews-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  grid-template-rows: 1fr auto;
  gap: 12px 10px;
  align-items: start;
}

.reviews-carousel__viewport {
  grid-column: 2;
  grid-row: 1;
  overflow: hidden;
  border-radius: 20px;
}

.reviews-carousel__track {
  display: flex;
  gap: 18px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.reviews-carousel__arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.72));
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--muted);
  transition: color 0.2s ease, transform 0.15s ease;
}

.reviews-carousel__arrow:hover {
  color: var(--text);
  transform: scale(1.05);
}

.reviews-carousel__arrow--prev {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
}

.reviews-carousel__arrow--next {
  grid-column: 3;
  grid-row: 1;
  align-self: center;
}

.reviews-carousel__dots {
  grid-column: 1 / -1;
  grid-row: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 4px;
}

.reviews-carousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(15, 23, 42, 0.15);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.reviews-carousel__dot.is-active {
  background: #ca8a04;
  width: 22px;
  border-radius: 6px;
}

.review-card {
  flex: 0 0 min(100%, 320px);
  width: min(100%, 320px);
  padding: 20px;
  border-radius: 20px;
}

@media (min-width: 560px) {
  .review-card {
    flex-basis: calc(50% - 9px);
    width: calc(50% - 9px);
    max-width: none;
  }
}

@media (min-width: 900px) {
  .review-card {
    flex: 0 0 calc(33.333% - 12px);
    width: calc(33.333% - 12px);
  }
}

.review-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.review-card__head--no-avatar {
  gap: 0;
}

.review-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(13, 27, 42, 0.14), rgba(13, 27, 42, 0.08));
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 1rem;
  color: var(--brand-navy);
}

.review-card__meta {
  flex: 1;
  min-width: 0;
}

.review-card__name {
  display: block;
  font-size: 0.95rem;
}

.review-card__role {
  font-size: 0.8rem;
  color: var(--muted);
}

.review-card__g {
  flex-shrink: 0;
  opacity: 0.85;
}

.review-card__stars {
  color: #ca8a04;
  font-size: 0.85rem;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.review-card__text {
  margin: 0 0 10px;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--text);
}

.review-card__more {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
}

.review-card__more:hover {
  text-decoration: underline;
}

/* Homepage testimonials — luxury */
:is(body.page-home, body.page-about) .section--reviews--luxury {
  padding-top: clamp(40px, 5vw, 56px);
  padding-bottom: clamp(44px, 5.5vw, 64px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, rgba(244, 247, 252, 0.42) 100%);
}

:is(body.page-home, body.page-about) .section--reviews--luxury .shell {
  display: flex;
  justify-content: center;
}

:is(body.page-home, body.page-about) .section--reviews--luxury .reviews-showcase {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(1180px, 100%);
  margin-inline: auto;
  gap: clamp(24px, 3.2vw, 32px);
}

:is(body.page-home, body.page-about) .section--reviews--luxury .reviews-showcase__intro {
  width: 100%;
  max-width: 40rem;
  margin-bottom: 0;
  text-align: center;
}

:is(body.page-home, body.page-about) .section--reviews--luxury .reviews-showcase__intro .section__eyebrow {
  color: var(--cta-hook-gold);
  letter-spacing: 0.14em;
}

:is(body.page-home, body.page-about) .section--reviews--luxury .reviews-showcase__intro .section__title {
  color: var(--brand-navy);
  font-weight: 800;
  margin-bottom: 8px;
}

:is(body.page-home, body.page-about) .reviews-showcase__lead {
  margin: 0 auto;
  max-width: 34rem;
  font-size: clamp(0.92rem, 1.2vw, 1.02rem);
  line-height: 1.55;
  color: #5a6b7d;
}

:is(body.page-home, body.page-about) .reviews-showcase__rating {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  margin: 16px auto 0;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(252, 250, 245, 0.95) 100%
  );
  box-shadow: 0 6px 18px rgba(13, 27, 42, 0.05);
}

:is(body.page-home, body.page-about) .reviews-showcase__rating-num {
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  color: var(--brand-navy);
  letter-spacing: -0.03em;
}

:is(body.page-home, body.page-about) .reviews-showcase__rating-stars {
  display: inline-flex;
  gap: 2px;
  color: var(--cta-hook-gold);
  font-size: 0.95rem;
  letter-spacing: 1px;
}

:is(body.page-home, body.page-about) .reviews-showcase__rating-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.55);
  flex-shrink: 0;
}

:is(body.page-home, body.page-about) .reviews-showcase__rating-count {
  font-size: 0.82rem;
  font-weight: 600;
  color: #5a6b7d;
}

:is(body.page-home, body.page-about) .reviews-stage {
  width: 100%;
  margin-inline: auto;
}

:is(body.page-home, body.page-about) .reviews-carousel--luxury {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.6vw, 18px);
  width: 100%;
  grid-template-columns: unset;
  grid-template-rows: unset;
}

:is(body.page-home, body.page-about) .reviews-carousel--luxury .reviews-carousel__main {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

:is(body.page-home, body.page-about) .reviews-carousel--luxury .reviews-carousel__viewport {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}

:is(body.page-home, body.page-about) .reviews-carousel--luxury .reviews-carousel__track {
  gap: 16px;
}

:is(body.page-home, body.page-about) .reviews-carousel--luxury .reviews-carousel__arrow {
  position: relative;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  margin: 0;
  align-self: center;
  grid-column: unset;
  grid-row: unset;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(252, 250, 245, 0.95) 100%
  );
  color: var(--brand-navy);
  box-shadow: 0 8px 22px rgba(13, 27, 42, 0.08);
}

:is(body.page-home, body.page-about) .reviews-carousel--luxury .reviews-carousel__arrow:hover {
  color: var(--cta-hook-gold);
  border-color: rgba(212, 175, 55, 0.55);
  transform: scale(1.04);
}

:is(body.page-home, body.page-about) .reviews-carousel--luxury .reviews-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding-top: 0;
  grid-column: unset;
  grid-row: unset;
}

:is(body.page-home, body.page-about) .reviews-carousel--luxury .reviews-carousel__dot {
  background: rgba(13, 27, 42, 0.12);
}

:is(body.page-home, body.page-about) .reviews-carousel--luxury .reviews-carousel__dot.is-active {
  background: var(--cta-hook-gold);
}

:is(body.page-home, body.page-about) .reviews-showcase__footer {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -4px;
}

:is(body.page-home, body.page-about) .reviews-showcase__cta {
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 0.92rem;
  font-weight: 700;
}

:is(body.page-home, body.page-about) .section--reviews--luxury .review-card--luxury {
  flex: 0 0 clamp(200px, 22vw, 228px);
  width: clamp(200px, 22vw, 228px);
  min-height: 200px;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  border: 1px solid rgba(13, 27, 42, 0.08);
  background: linear-gradient(
    168deg,
    rgba(255, 255, 255, 0.99) 0%,
    rgba(252, 250, 245, 0.96) 100%
  );
  box-shadow:
    0 8px 22px rgba(13, 27, 42, 0.06),
    0 16px 40px rgba(212, 175, 55, 0.06);
  position: relative;
  overflow: hidden;
  padding: clamp(16px, 1.8vw, 20px);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

:is(body.page-home, body.page-about) .section--reviews--luxury .review-card--luxury:hover {
  border-color: rgba(212, 175, 55, 0.35);
  box-shadow:
    0 12px 28px rgba(13, 27, 42, 0.08),
    0 20px 44px rgba(212, 175, 55, 0.12);
  transform: translateY(-3px);
}

:is(body.page-home, body.page-about) .section--reviews--luxury .review-card--luxury::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(212, 175, 55, 0) 0%,
    var(--cta-hook-gold) 50%,
    rgba(212, 175, 55, 0) 100%
  );
  opacity: 0.85;
}

:is(body.page-home, body.page-about) .section--reviews--luxury .review-card__avatar {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(212, 175, 55, 0.32);
  background: rgba(212, 175, 55, 0.12);
  color: var(--brand-navy);
  font-weight: 800;
}

:is(body.page-home, body.page-about) .section--reviews--luxury .review-card__name {
  color: var(--brand-navy);
  font-weight: 700;
}

:is(body.page-home, body.page-about) .section--reviews--luxury .review-card__role {
  color: #5a6b7d;
}

:is(body.page-home, body.page-about) .section--reviews--luxury .review-card__stars {
  color: var(--cta-hook-gold);
  font-size: 0.9rem;
  letter-spacing: 2px;
}

:is(body.page-home, body.page-about) .section--reviews--luxury .review-card__text {
  flex: 1 1 auto;
  color: #4a5c6d;
  font-size: 0.9rem;
  line-height: 1.55;
}

:is(body.page-home, body.page-about) .section--reviews--luxury .review-card__more {
  color: var(--cta-hook-gold);
  font-weight: 700;
  text-decoration: none;
}

:is(body.page-home, body.page-about) .section--reviews--luxury .review-card__more:hover {
  color: var(--brand-navy);
  text-decoration: underline;
}

@media (min-width: 1024px) {
  :is(body.page-home, body.page-about) .section--reviews--luxury .review-card--luxury {
    flex: 0 0 218px;
    width: 218px;
  }
}

@media (max-width: 760px) {
  :is(body.page-home, body.page-about) .section--reviews--luxury {
    padding-top: 28px;
    padding-bottom: 36px;
  }

  :is(body.page-home, body.page-about) .section--reviews--luxury .reviews-showcase {
    gap: 20px;
  }

  :is(body.page-home, body.page-about) .reviews-carousel--luxury {
    flex-direction: column;
    gap: 12px;
  }

  :is(body.page-home, body.page-about) .reviews-carousel--luxury .reviews-carousel__arrow {
    display: none;
  }

  :is(body.page-home, body.page-about) .reviews-carousel--luxury .reviews-carousel__main {
    width: 100%;
  }

  :is(body.page-home, body.page-about) .section--reviews--luxury .review-card--luxury {
    flex: 0 0 min(100%, 300px);
    width: min(100%, 300px);
    min-height: 0;
  }

  :is(body.page-home, body.page-about) .reviews-showcase__cta {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
}

.contact-home-shell {
  max-width: 1040px;
}

.contact-home-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(20px, 4vw, 40px);
  padding: clamp(22px, 3.5vw, 34px);
  border-radius: 26px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.35));
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 50px rgba(15, 23, 42, 0.07), 0 1px 0 rgba(255, 255, 255, 0.85) inset;
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
}

@media (max-width: 820px) {
  .contact-home-layout {
    grid-template-columns: 1fr;
  }
}

.contact-home-intro .section__title {
  text-align: left;
}

.contact-home-bullets {
  margin: 18px 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.contact-home-form .contact-card {
  margin-top: 0;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}

@media (min-width: 720px) and (orientation: landscape) {
  .section--contact-home .contact-home-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(16px, 3vw, 28px);
    padding: clamp(18px, 2.5vw, 26px) clamp(20px, 3vw, 30px);
    align-items: start;
  }

  .section--contact-home .contact-home-intro .section__title {
    font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  }

  .section--contact-home .contact-home-bullets {
    margin-top: 12px;
    font-size: 0.88rem;
  }

  .section--contact-home .contact-home-form .contact-form {
    gap: 12px;
  }

  .section--contact-home .contact-home-form .contact-form .form__row {
    gap: 10px;
  }
}

@media (max-height: 520px) and (orientation: landscape) {
  .section--contact-home {
    padding: clamp(24px, 4vw, 40px) 0;
  }
}

.btn--lg {
  padding: 16px 28px;
  font-size: 1rem;
}

body.page-property_detail .btn--lg {
  padding: 10px 25px;
}

.page-hero {
  position: relative;
  padding: clamp(48px, 10vw, 100px) 0 clamp(36px, 6vw, 56px);
  overflow: hidden;
}

.page-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-hero--property .page-hero__mesh {
  background:
    radial-gradient(ellipse 95% 78% at 8% -10%, rgba(13, 27, 42, 0.09), transparent 56%),
    radial-gradient(ellipse 72% 64% at 96% 25%, rgba(13, 27, 42, 0.07), transparent 53%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 250, 252, 0.92) 64%, var(--bg) 100%);
}

.page-hero--property .page-hero__glow {
  opacity: 0.72;
  right: -4%;
  top: -22%;
}

.page-hero--property .page-hero__gridlines {
  opacity: 0.06;
}

.page-hero--property {
  padding: clamp(34px, 7vw, 62px) 0 clamp(12px, 2.4vw, 20px);
}

.page-hero--property .page-hero__title {
  margin-bottom: 12px;
}

.page-hero--property .page-hero__lead {
  margin-bottom: 8px;
}

.page-hero--contact {
  padding: clamp(42px, 8vw, 78px) 0 clamp(14px, 2.5vw, 24px);
}

.page-hero__mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 15% 0%, var(--page-mesh-a), transparent 52%),
    radial-gradient(ellipse 70% 60% at 100% 30%, var(--page-mesh-b), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(248, 250, 252, 0.9) 58%, var(--bg) 100%);
}

.page-hero__glow {
  position: absolute;
  width: min(520px, 70vw);
  height: min(420px, 55vh);
  top: -25%;
  right: -8%;
  background: radial-gradient(ellipse at center, var(--page-glow), transparent 68%);
  opacity: 0.85;
}

.page-hero__gridlines {
  position: absolute;
  inset: 0;
  opacity: 0.9;
  background:
    linear-gradient(180deg, rgba(13, 27, 42, 0.07) 0%, rgba(13, 27, 42, 0) 65%),
    radial-gradient(120% 80% at 50% -10%, rgba(13, 27, 42, 0.1), transparent 62%);
  mask-image: linear-gradient(180deg, #000 0%, transparent 92%);
}

.page-hero__inner {
  position: relative;
  z-index: 1;
}

.page-hero__content {
  max-width: min(1100px, 100%);
  margin-inline: auto;
  text-align: center;
}

.page-hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--page-accent);
  margin: 0 0 14px;
}

body.page-contact .page-hero__eyebrow {
  color: var(--cta-hook-gold);
}

.page-hero__title {
  margin: 0 0 18px;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-hero__lead {
  margin: 0 0 28px;
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  margin-inline: auto;
}

.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

@media (max-width: 760px) {
  .page-hero__title {
    white-space: normal;
    text-overflow: initial;
    overflow: visible;
  }
}

/* Legal pages — hero subțire, full width, doar titlu */
.page-hero--legal {
  padding: clamp(22px, 3.2vw, 36px) 0 clamp(18px, 2.8vw, 28px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.page-hero--legal .page-hero__mesh {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, var(--bg) 100%);
}

.page-hero--legal .page-hero__glow,
.page-hero--legal .page-hero__gridlines {
  opacity: 0.25;
}

.page-hero--legal .page-hero__inner--legal {
  width: 100%;
  max-width: none;
  padding-inline: clamp(18px, 4.2vw, 64px);
}

.page-hero--legal .page-hero__content {
  max-width: none;
  width: 100%;
  text-align: center;
}

.page-hero--legal .page-hero__title--legal {
  margin: 0;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--text);
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}

.section--legal {
  padding: clamp(28px, 4vw, 44px) 0 clamp(56px, 7vw, 88px);
}

.legal-page__shell {
  width: 100%;
  max-width: min(780px, 100%);
  margin-inline: auto;
}

.legal-page__shell--wide {
  max-width: min(960px, 100%);
}

.legal-page__body.legal-rich-text {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.72;
}

.legal-page__body.legal-rich-text > :first-child {
  margin-top: 0;
}

body:is(.page-terms, .page-privacy, .page-cookies) .section--legal .shell {
  padding-inline: clamp(18px, 4.2vw, 64px);
}

.legal-page__shell .prose,
.legal-page__shell .cookie-consent-status__lead {
  max-width: 100%;
  color: var(--muted);
}

.legal-page__shell .cookie-registry {
  width: 100%;
}

.trust-strip {
  display: none !important;
}

.trust-strip__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06), 0 1px 0 rgba(255, 255, 255, 0.95) inset;
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
}

.trust-strip__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6px 14px;
  min-width: 0;
  text-align: center;
}

.trust-strip__value {
  font-weight: 800;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  letter-spacing: -0.03em;
  color: var(--text);
  line-height: 1.1;
}

.trust-strip__label {
  font-size: 0.68rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 2px;
}

.trust-strip__sep {
  width: 1px;
  align-self: stretch;
  min-height: 28px;
  background: rgba(15, 23, 42, 0.1);
  margin: 4px 0;
}

@media (max-width: 720px) {
  .trust-strip__inner {
    border-radius: 22px;
    justify-content: flex-start;
  }
  .trust-strip__sep {
    display: none;
  }
  .trust-strip__item {
    flex: 1 1 45%;
    padding: 8px 10px;
  }
}

body.page-real_estate {
  --page-accent: #4f46e5;
  --page-accent-soft: rgba(79, 70, 229, 0.12);
  --page-glow: rgba(13, 27, 42, 0.12);
  --page-mesh-a: rgba(13, 27, 42, 0.07);
  --page-mesh-b: rgba(13, 27, 42, 0.05);
}

body.page-insurance {
  --page-accent: #0d9488;
  --page-accent-soft: rgba(13, 148, 136, 0.12);
  --page-glow: rgba(45, 212, 191, 0.2);
  --page-mesh-a: rgba(13, 148, 136, 0.08);
  --page-mesh-b: rgba(13, 27, 42, 0.05);
}

body.page-insurance .card {
  border-color: rgba(13, 148, 136, 0.12);
}
body.page-insurance .card:hover {
  border-color: rgba(13, 148, 136, 0.28);
}

body.page-insurance .section__eyebrow {
  color: var(--cta-hook-gold);
}

body.page-insurance .insurance-why {
  padding-top: clamp(52px, 8vw, 78px);
}

body.page-insurance .section--insurance-cta {
  padding-top: clamp(20px, 3.5vw, 36px);
  padding-bottom: clamp(20px, 3.5vw, 36px);
}

body.page-insurance .section--insurance-cta .lead-hook {
  max-width: min(1160px, 100%);
  margin-inline: auto;
}

body.page-insurance .section--insurance-cta + .section--insurance-dyk {
  padding-top: clamp(32px, 5vw, 48px);
}

.insurance-why__card {
  border-radius: var(--radius-xl);
  background: linear-gradient(172deg, rgba(255, 255, 255, 0.99), rgba(248, 250, 252, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.insurance-why__head {
  max-width: 56rem;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 44px) clamp(16px, 4vw, 28px) clamp(14px, 2.2vw, 20px);
}

.insurance-why__head .section__text {
  max-width: 62ch;
}

.insurance-why__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 22px);
  padding: clamp(16px, 3vw, 30px) clamp(12px, 3vw, 24px) clamp(20px, 3.2vw, 30px);
  position: relative;
  background:
    radial-gradient(120% 72% at 50% -16%, rgba(15, 23, 42, 0.04) 0%, rgba(15, 23, 42, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.9));
}

.insurance-why__feature {
  text-align: center;
  padding: 8px;
}

.insurance-why__icon {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  margin: 0 auto 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7f1d1d;
  border: 2px solid rgba(127, 29, 29, 0.28);
  background: linear-gradient(150deg, #fff, rgba(248, 250, 252, 0.98));
  box-shadow: 0 8px 26px rgba(15, 23, 42, 0.08);
}

.insurance-why__icon .lucide-icon {
  width: 23px;
  height: 23px;
  stroke-width: 2;
}

.insurance-why__feature h3 {
  margin: 0 0 8px;
  font-size: 0.97rem;
  letter-spacing: -0.01em;
  color: #111827;
}

.insurance-why__feature p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
  max-width: 26ch;
  margin-inline: auto;
}

.insurance-alt {
  padding-top: clamp(8px, 2vw, 18px);
}

.insurance-alt__stack {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
}

.insurance-alt__item {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(300px, 1.05fr);
  align-items: center;
  gap: clamp(16px, 3vw, 36px);
  padding: clamp(14px, 2vw, 18px);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.92));
  box-shadow: var(--shadow-sm);
}

.insurance-alt__item--reverse .insurance-alt__media-wrap {
  order: 2;
}

.insurance-alt__item--reverse .insurance-alt__content {
  order: 1;
}

.insurance-alt__media-wrap {
  min-width: 0;
}

.insurance-alt__media {
  display: block;
  width: 100%;
  min-height: clamp(190px, 30vw, 270px);
  max-height: 290px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.insurance-alt__content {
  min-width: 0;
}

.insurance-alt__content h3 {
  margin: 0 0 10px;
  font-size: clamp(1.18rem, 2vw, 1.42rem);
  letter-spacing: -0.02em;
  color: #0f172a;
}

.insurance-alt__content p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  max-width: 54ch;
}

@media (max-width: 900px) {
  .insurance-why__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insurance-alt__item,
  .insurance-alt__item--reverse {
    grid-template-columns: 1fr;
  }

  .insurance-alt__item--reverse .insurance-alt__media-wrap,
  .insurance-alt__item--reverse .insurance-alt__content {
    order: initial;
  }

  .insurance-alt__media {
    min-height: 190px;
    max-height: 240px;
  }
}

@media (max-width: 560px) {
  .insurance-why__features {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .insurance-why__feature {
    padding: 10px 6px;
  }

  .insurance-why__feature p {
    max-width: 34ch;
  }
}

/* ===== Insurance page — Știați că? (luxury, static) ===== */
body.page-insurance .section--insurance-dyk {
  padding: clamp(56px, 8vw, 88px) 0;
  background:
    radial-gradient(ellipse 90% 55% at 50% 0%, rgba(201, 160, 48, 0.09), transparent 62%),
    linear-gradient(180deg, #faf8f3 0%, #ffffff 48%, #f7f5ef 100%);
}

body.page-insurance .insurance-dyk--luxury {
  position: relative;
  padding: clamp(28px, 4.5vw, 48px);
  border-radius: 24px;
  border: 1px solid rgba(201, 160, 48, 0.24);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(253, 251, 246, 0.96) 100%);
  box-shadow:
    0 28px 64px rgba(11, 27, 43, 0.07),
    0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

body.page-insurance .insurance-dyk--luxury::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 18px;
  border: 1px solid rgba(201, 160, 48, 0.1);
  pointer-events: none;
}

body.page-insurance .insurance-dyk__head {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(24px, 3.5vw, 36px);
}

body.page-insurance .insurance-dyk__title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--brand-navy);
  text-wrap: balance;
}

body.page-insurance .insurance-dyk__ornament {
  width: 56px;
  height: 3px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--cta-hook-gold), transparent);
}

body.page-insurance .insurance-dyk__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: stretch;
}

@media (min-width: 981px) {
  body.page-insurance .insurance-dyk__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 14px;
  }
}

body.page-insurance .insurance-dyk__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(201, 160, 48, 0.2);
  border-radius: 16px;
  background: linear-gradient(170deg, #ffffff 0%, #fcfbf7 100%);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

body.page-insurance .insurance-dyk__card:hover {
  border-color: rgba(201, 160, 48, 0.38);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

body.page-insurance .insurance-dyk__line {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  min-height: 92px;
  box-sizing: border-box;
}

body.page-insurance .insurance-dyk__num {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--cta-hook-gold);
  line-height: 1.2;
  min-width: 2.2ch;
  align-self: center;
}

body.page-insurance .insurance-dyk__text {
  margin: 0;
  text-align: left;
  line-height: 1.38;
  font-size: 0.94rem;
  font-weight: 600;
  color: #0b1b2b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 700px) {
  body.page-insurance .insurance-dyk--luxury {
    padding: 20px 16px;
  }

  body.page-insurance .insurance-dyk--luxury::before {
    inset: 8px;
  }

  body.page-insurance .insurance-dyk__line {
    padding: 14px 16px;
    gap: 10px;
    min-height: 84px;
  }

  body.page-insurance .insurance-dyk__text {
    font-size: 0.88rem;
  }

  body.page-insurance .insurance-dyk__num {
    font-size: 1rem;
  }
}

body.page-real_estate .page-hero__gridlines {
  opacity: 0.055;
}

.section--flush-band {
  padding-top: 0;
}

.cta-inline-band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: clamp(22px, 3.5vw, 32px);
  border-radius: var(--radius-lg);
}

.cta-inline-band__title {
  margin: 0 0 8px;
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  letter-spacing: -0.02em;
}

.cta-inline-band__lead {
  margin: 0;
  color: var(--muted);
  max-width: 48ch;
  font-size: 0.98rem;
}

.cta-inline-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-shrink: 0;
}

.section--conversion {
  padding-bottom: calc(var(--section-y) + 8px);
}

.conversion-close {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: linear-gradient(125deg, var(--brand-navy) 0%, var(--brand-navy-mid) 48%, var(--brand-navy) 100%);
  color: #e2e8f0;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25);
}

.conversion-close__glow {
  position: absolute;
  inset: -40% -20% auto auto;
  width: 60%;
  height: 100%;
  background: radial-gradient(circle at 70% 30%, rgba(13, 27, 42, 0.35), transparent 55%);
  pointer-events: none;
}

.conversion-close__inner {
  position: relative;
  z-index: 1;
  padding: clamp(32px, 6vw, 52px) clamp(24px, 5vw, 48px);
  text-align: center;
}

.conversion-close__title {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 3.2vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}

.conversion-close__lead {
  margin: 0 auto 26px;
  max-width: 40rem;
  color: rgba(226, 232, 240, 0.88);
  font-size: 1.05rem;
  line-height: 1.55;
}

.conversion-close__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

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

@media (max-width: 980px) {
  body.has-sticky-cta .sticky-mobile-cta {
    display: flex;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    z-index: 45;
    width: min(calc(100% - 24px), 420px);
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px 10px 16px;
    border-radius: 20px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82));
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.18), 0 1px 0 rgba(255, 255, 255, 0.95) inset;
    backdrop-filter: blur(18px) saturate(1.5);
    -webkit-backdrop-filter: blur(18px) saturate(1.5);
  }

  body.has-sticky-cta .wa-float {
    bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }
}

.sticky-mobile-cta__text {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.01em;
  line-height: 1.25;
  min-width: 0;
}

.sticky-mobile-cta__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.sticky-mobile-cta .btn {
  padding: 12px 18px;
  font-size: 0.88rem;
}

.surface-band {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, transparent 100%);
}

.feature-panels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(18px, 3vw, 26px);
}

@media (max-width: 900px) {
  .feature-panels {
    grid-template-columns: 1fr;
  }
}

.feature-panel {
  padding: clamp(22px, 3vw, 28px);
  border-radius: var(--radius-lg);
}

.feature-panel__title {
  margin: 0 0 14px;
  font-size: clamp(1.2rem, 2vw, 1.35rem);
  letter-spacing: -0.02em;
}

.feature-panel .list-check {
  margin-top: 4px;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

/* Keep a single definition for filters-panel above. */

.quote--premium {
  border-radius: var(--radius-lg);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: var(--shadow-card);
  padding: clamp(22px, 3vw, 28px);
  transition: transform var(--duration) var(--ease-out), box-shadow var(--duration) var(--ease-out);
}
.quote--premium:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card-hover);
}

.legal-prose {
  width: 100%;
  max-width: min(780px, 100%);
  margin-inline: auto;
}

.legal-prose h2 {
  margin-top: 2rem;
  font-size: 1.15rem;
}

.legal-prose--cookies {
  max-width: min(960px, 100%);
}

.cookie-declaration__meta {
  margin: 0 0 1.25rem;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.55;
}

.cookie-declaration__categories {
  margin: 0 0 1.5rem;
  padding-left: 1.2rem;
}

.cookie-declaration__categories li + li {
  margin-top: 0.65rem;
}

.cookie-registry {
  margin: 1rem 0 1.75rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.cookie-registry__table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 0.88rem;
  line-height: 1.45;
}

.cookie-registry__table th,
.cookie-registry__table td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.cookie-registry__table th {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
  background: rgba(248, 250, 252, 0.95);
}

.cookie-registry__table tbody tr:last-child td {
  border-bottom: 0;
}

.cookie-registry__code {
  display: inline-block;
  padding: 2px 7px;
  border-radius: 6px;
  background: rgba(15, 23, 42, 0.06);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.84em;
  word-break: break-all;
}

.legal-prose--cookies code:not(.cookie-registry__code) {
  padding: 1px 6px;
  border-radius: 5px;
  background: rgba(15, 23, 42, 0.06);
  font-size: 0.9em;
}

@media (max-width: 640px) {
  .cookie-registry__table {
    min-width: 520px;
    font-size: 0.82rem;
  }

  .cookie-registry__table th,
  .cookie-registry__table td {
    padding: 10px 12px;
  }
}

.cookie-consent-status {
  margin: 0 0 1.75rem;
  padding: clamp(18px, 3vw, 24px);
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.92));
}

.cookie-consent-status__title {
  margin: 0 0 10px;
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
}

.cookie-consent-status__lead {
  margin: 0 0 16px;
  color: var(--muted);
}

.cookie-consent-status__box {
  padding-top: 4px;
}

.cookie-consent-status__row {
  margin: 0 0 10px;
  font-size: 0.94rem;
  line-height: 1.5;
}

.cookie-consent-status__hint {
  margin: 12px 0 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.cookie-consent-status__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.cookie-consent-status__empty {
  padding: 12px 0 4px;
}

.legal-rich-text {
  margin-bottom: 0;
}

.legal-page__shell .legal-rich-text {
  margin-bottom: 1.5rem;
}

.legal-rich-text h2,
.legal-rich-text h3,
.legal-rich-text h4 {
  margin-top: 1.75rem;
  margin-bottom: 0.65rem;
  color: var(--text);
  line-height: 1.3;
}

.legal-rich-text h2:first-child,
.legal-rich-text h3:first-child {
  margin-top: 0;
}

.legal-rich-text p,
.legal-rich-text li {
  color: var(--text);
}

.legal-rich-text p {
  margin: 0 0 1rem;
}

.legal-rich-text ul,
.legal-rich-text ol {
  margin: 0 0 1rem;
  padding-left: 1.35rem;
}

.legal-rich-text li + li {
  margin-top: 0.35rem;
}

.legal-rich-text .ql-align-center {
  text-align: center;
}

.legal-rich-text .ql-align-right {
  text-align: right;
}

.legal-rich-text .ql-align-justify {
  text-align: justify;
}

.legal-rich-text .ql-size-small {
  font-size: 0.875em;
}

.legal-rich-text .ql-size-large {
  font-size: 1.2em;
}

.legal-rich-text a {
  color: var(--brand-navy-mid, #12344d);
  text-decoration: underline;
}

[data-reveal-stagger] > [data-reveal] {
  opacity: 1;
  transform: none;
  transition: opacity 0.68s cubic-bezier(0.22, 1, 0.36, 1), transform 0.68s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal-stagger] > [data-reveal].reveal-pending {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
}

[data-reveal-stagger] > [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

[data-reveal-stagger] > [data-reveal]:nth-child(1) {
  transition-delay: 0.04s;
}
[data-reveal-stagger] > [data-reveal]:nth-child(2) {
  transition-delay: 0.1s;
}
[data-reveal-stagger] > [data-reveal]:nth-child(3) {
  transition-delay: 0.16s;
}
[data-reveal-stagger] > [data-reveal]:nth-child(4) {
  transition-delay: 0.22s;
}
[data-reveal-stagger] > [data-reveal]:nth-child(5) {
  transition-delay: 0.28s;
}
[data-reveal-stagger] > [data-reveal]:nth-child(6) {
  transition-delay: 0.34s;
}

@media (prefers-reduced-motion: reduce) {
  .card:hover,
  .prop-card:hover,
  .quote--premium:hover {
    transform: none;
  }
  .service-tile {
    animation: none !important;
  }
}

@media (max-width: 820px) {
  .footer-wordmark {
    height: 52px;
    bottom: 0;
  }
}

@media (max-width: 560px) {
  .footer__shell {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .footer__muted,
  .footer__links a,
  .footer__contact-link,
  .footer__social-label {
    font-size: 0.84rem;
  }
  .footer__bottom {
    padding-top: 12px;
    padding-bottom: 16px;
    padding-inline: max(16px, calc((100vw - min(1180px, 100vw - 40px)) / 2));
    font-size: 0.8rem;
    align-items: center;
    text-align: center;
  }

  .footer__credit {
    font-size: 0.78rem;
  }
  .footer-wordmark {
    height: 42px;
    bottom: 0;
  }

  .cookie-consent {
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    gap: 10px;
  }

  .cookie-consent__actions {
    width: 100%;
  }

  .cookie-consent__actions .btn {
    flex: 1 1 0;
    width: auto;
  }
}

.contact-page-grid {
  align-items: start;
  gap: clamp(22px, 4vw, 40px);
}

.contact-page-aside {
  padding: 18px;
  border-radius: 18px;
}

.contact-page-aside__eyebrow {
  margin: 0 0 6px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #4f46e5;
}

.contact-page-aside__title {
  margin: 0 0 12px;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}

.contact-page-aside__grid {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}

.contact-mini-card {
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.contact-page-aside__label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 2px;
}

.contact-page-aside__block {
  margin: 0 0 16px;
}

.contact-page-aside__link {
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--text);
  text-decoration: none;
}

.contact-page-aside__link:hover {
  color: var(--accent);
}

.contact-page-aside__note {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.55;
  margin: 8px 0 12px;
}

.contact-page-aside__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.contact-chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.11);
  color: #4338ca;
  font-size: 0.72rem;
  font-weight: 700;
}

.contact-page-form-wrap .contact-card {
  margin-top: 0;
}

.alert-list {
  margin: 8px 0 0;
  padding-left: 1.1rem;
}

.ordered-list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--muted);
  line-height: 1.65;
}

.ordered-list li {
  margin-bottom: 10px;
}

.ordered-list li:last-child {
  margin-bottom: 0;
}

.estimation-form .form__row {
  margin: 0;
}

.estimation-form--modern {
  display: grid;
  gap: 14px;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: #fff;
  box-shadow: none;
  padding: clamp(16px, 2vw, 22px);
}

.estimation-form__head {
  display: grid;
  gap: 10px;
}

.estimation-form__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6f5411;
  background: #fff;
  border: 1px solid rgba(201, 160, 48, 0.45);
}

.estimation-stepper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.estimation-stepper__item {
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: #fff;
  color: #475569;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  padding: 10px 12px;
}

.estimation-stepper__item.is-active {
  color: #fff;
  border-color: rgba(201, 160, 48, 0.52);
  background: linear-gradient(135deg, var(--cta-hook-gold), var(--cta-hook-gold) 58%, var(--cta-hook-gold));
}

.estimation-wizard h3 {
  margin: 4px 0 10px;
  font-size: 1.08rem;
  letter-spacing: -0.01em;
}

.estimation-step[hidden] {
  display: none !important;
}

.estimation-inline-choice {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  border-radius: 10px;
  padding: 0 12px;
  background: #fff;
  box-shadow: none;
}

.estimation-inline-choice label {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  font-size: 0.86rem;
}

.estimation-inline-choice input[type="radio"] {
  width: auto;
  margin: 0;
}

.estimation-wizard__actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
}

.estimation-wizard__actions .btn {
  min-height: 46px;
  border-radius: 10px;
  padding: 0.78rem 1.05rem;
  font-size: 0.9rem;
  line-height: 1.1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.estimation-privacy-note {
  margin: 8px 0 0;
  font-size: 0.83rem;
  color: #334155;
  line-height: 1.5;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 10px;
  background: #fff;
  padding: 10px 12px;
}

.estimation-form .field-input,
.estimation-form .field-select,
.estimation-form textarea.field-input {
  min-height: 46px;
  border-radius: 10px;
  padding: 10px 12px;
  box-shadow: none !important;
  background: #fff;
}

.estimation-form .field-input::placeholder,
.estimation-form textarea.field-input::placeholder {
  color: #94a3b8;
}

.estimation-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 16px;
}

.estimation-modal[hidden] {
  display: none !important;
}

.estimation-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.6);
}

.estimation-modal__card {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  box-shadow: 0 28px 62px rgba(15, 23, 42, 0.22);
  padding: clamp(18px, 3vw, 24px);
}

.estimation-modal__card h3 {
  margin: 0 0 8px;
  font-size: 1.3rem;
}

.estimation-modal__card p {
  margin: 0 0 16px;
  color: #475569;
  line-height: 1.55;
}

.estimation-form__info {
  margin: 0;
  font-size: 0.84rem;
  color: #64748b;
}

.estimation-result .calc-result {
  margin-top: 0;
  background: linear-gradient(145deg, rgba(13, 27, 42, 0.08), rgba(13, 27, 42, 0.04));
  border: 1px solid rgba(13, 27, 42, 0.12);
}

.estimation-lead-card {
  margin-top: 18px;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(15, 23, 42, 0.03), rgba(15, 23, 42, 0.06));
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.estimation-lead-card h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.estimation-lead-card p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.92rem;
}

.estimation-lead-card .btn {
  width: 100%;
  margin-top: 8px;
}

/* Replaced above with badge-style filters hint. */

.section--about-upgrade {
  overflow: hidden;
}

.about-showcase {
  display: grid;
  gap: clamp(14px, 2vw, 20px);
  align-items: stretch;
}

@media (min-width: 980px) {
  .about-showcase {
    grid-template-columns: 1fr minmax(0, 1.2fr) 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}

.about-showcase__media {
  border-radius: 22px;
  overflow: hidden;
  min-height: 280px;
}

.about-showcase__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 980px) {
  .about-showcase__media {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

.about-showcase__card {
  padding: clamp(18px, 2.2vw, 24px);
  border-radius: 18px;
  transition: transform var(--duration) var(--ease-out), box-shadow var(--duration) var(--ease-out);
}

.about-showcase__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}

.about-showcase__index {
  display: inline-flex;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: rgba(15, 23, 42, 0.12);
  margin-bottom: 6px;
}

.about-showcase__card h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}

.about-showcase__card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.about-faq {
  max-width: 980px;
}

.faq-accordion {
  display: grid;
  gap: 12px;
}

.faq-item {
  border-radius: 16px;
  overflow: hidden;
}

.faq-item__trigger {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  font: inherit;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
  text-align: left;
}

.faq-item__icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(99, 102, 241, 0.12);
  color: #4338ca;
  font-size: 1rem;
  transition: transform 0.22s ease;
}

.faq-item.is-open .faq-item__icon {
  transform: rotate(45deg);
}

.faq-item__panel {
  padding: 0 18px 16px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.faq-item__panel p {
  margin: 0;
}

body.page-loans {
  --page-glow: rgba(13, 27, 42, 0.12);
  --page-mesh-a: rgba(13, 27, 42, 0.07);
}

body.page-loans:not(.admin-body):not(.admin-auth-body) .page-hero__actions .btn--hook {
  background: var(--brand-navy);
  color: #fff;
  border: 0;
  box-shadow: 0 12px 28px rgba(13, 27, 42, 0.28);
}
body.page-loans:not(.admin-body):not(.admin-auth-body) .page-hero__actions .btn--hook:hover:not(:disabled) {
  filter: brightness(1.08);
  box-shadow: 0 14px 34px rgba(13, 27, 42, 0.34);
}

blockquote.quote.quote--premium {
  margin: 0;
}

.contact-card .field-input:focus-visible,
.estimation-form .field-input:focus-visible,
.credit-calc__body input:focus-visible {
  outline: 2px solid rgba(99, 102, 241, 0.45);
  outline-offset: 2px;
  border-color: rgba(99, 102, 241, 0.35);
}

.btn-submit:focus-visible {
  outline: 2px solid rgba(99, 102, 241, 0.5);
  outline-offset: 3px;
}

/* Contact page redesign */
.contact-redesign {
  display: grid;
  gap: 18px;
}

#contact-form-anchor.section--tight {
  padding-top: clamp(10px, 2vw, 20px);
}

body.page-contact .contact-redesign .lead-hook {
  width: 100%;
  margin-top: 0;
}

body.page-contact .re-hero--centered .re-hero__title-sub {
  max-width: 44ch;
}

.contact-redesign__head {
  text-align: center;
}

.contact-redesign__eyebrow {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.72rem;
  color: #4f46e5;
  font-weight: 700;
}

.contact-redesign__head h1 {
  margin: 0 0 8px;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  letter-spacing: -0.03em;
}

.contact-redesign__head p {
  margin: 0;
  color: #64748b;
}

.contact-redesign__main {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 12px;
}

.contact-redesign__form-card,
.contact-redesign__aside,
.contact-rd-offer,
.contact-rd-benefits,
.contact-rd-testimonials,
.contact-rd-faq,
.contact-rd-map,
.contact-rd-bottom-cta {
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.88), rgba(248, 250, 252, 0.7));
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.contact-redesign__form-card {
  padding: 14px;
}

.contact-rd-form {
  display: grid;
  gap: 12px;
}

.contact-rd-interest {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.contact-rd-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 10px;
  background: #fff;
  font-size: 0.9rem;
  position: relative;
  padding-left: 38px;
  box-shadow: none;
}

.contact-rd-option::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  opacity: 0.72;
}

.contact-rd-option--sell::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235b6473' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10.5 12 4l9 6.5'/%3E%3Cpath d='M5 9.5V20h14V9.5'/%3E%3C/svg%3E"); }
.contact-rd-option--buy::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235b6473' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10.5 12 4l9 6.5'/%3E%3Cpath d='M5 9.5V20h14V9.5'/%3E%3C/svg%3E"); }
.contact-rd-option--loan::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235b6473' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='6' rx='1.5'/%3E%3Cpath d='M4 16h16'/%3E%3Cpath d='M6 12v8'/%3E%3Cpath d='M18 12v8'/%3E%3C/svg%3E"); }
.contact-rd-option--unknown::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235b6473' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M9.5 9a2.6 2.6 0 1 1 4.3 2c-.8.7-1.3 1.2-1.3 2.2'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E"); }

.contact-rd-option:has(input:checked) {
  border-color: rgba(201, 160, 48, 0.55);
  box-shadow: none;
}

.contact-rd-field {
  position: relative;
}

.contact-rd-field::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 11px;
  top: 34px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  opacity: 0.58;
}

.contact-rd-option input {
  accent-color: var(--cta-hook-gold);
}

.contact-rd-fields {
  display: grid;
  gap: 10px;
}

.contact-rd-fields label span {
  display: block;
  margin-bottom: 4px;
  font-size: 0.82rem;
  color: #334155;
}

.contact-rd-fields input,
.contact-rd-fields textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  background: #fff;
  padding: 10px 12px 10px 34px;
  font: inherit;
}

.contact-rd-field--name::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='1.9' stroke-linecap='round'%3E%3Ccircle cx='12' cy='8' r='3.2'/%3E%3Cpath d='M5 19a7 7 0 0 1 14 0'/%3E%3C/svg%3E"); }
.contact-rd-field--phone::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2A19.8 19.8 0 0 1 11.2 19a19.5 19.5 0 0 1-6-6 19.8 19.8 0 0 1-2.9-8.6A2 2 0 0 1 4.3 2h3a2 2 0 0 1 2 1.7c.1 1 .4 2 .8 2.9a2 2 0 0 1-.4 2.1L8.5 10a16 16 0 0 0 5.5 5.5l1.3-1.2a2 2 0 0 1 2.1-.4c.9.4 1.9.7 2.9.8A2 2 0 0 1 22 16.9Z'/%3E%3C/svg%3E"); }
.contact-rd-field--email::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E"); }
.contact-rd-field--message::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3C/svg%3E"); }

.contact-rd-fields textarea {
  min-height: 84px;
  resize: vertical;
}

.contact-rd-submit {
  border: none;
  border-radius: 12px;
  padding: 12px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--cta-hook-gold) 0%, var(--cta-hook-gold) 50%, var(--cta-hook-gold) 100%);
  box-shadow: none;
}

.contact-rd-submit:hover:not(:disabled) {
  filter: brightness(1.05);
}

.contact-redesign__aside {
  padding: 14px;
  display: grid;
  gap: 10px;
}

.contact-rd-agent {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 12px;
  align-items: center;
}

.contact-rd-agent img {
  width: 78px;
  height: 78px;
  border-radius: 999px;
  object-fit: cover;
}

.contact-rd-agent h3 {
  margin: 0 0 6px;
  font-size: 1.18rem;
  line-height: 1.2;
}

.contact-rd-agent p {
  margin: 0;
  color: #64748b;
  font-size: 0.9rem;
}

.contact-rd-link {
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 10px;
  padding: 10px 12px;
  text-decoration: none;
  color: inherit;
  display: grid;
  gap: 2px;
  background: rgba(255, 255, 255, 0.78);
  padding-left: 42px;
  position: relative;
}

.contact-rd-link::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}

.contact-rd-link::after {
  content: "›";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  font-size: 1.2rem;
}

.contact-rd-link--phone::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234f46e5' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2A19.8 19.8 0 0 1 11.2 19a19.5 19.5 0 0 1-6-6 19.8 19.8 0 0 1-2.9-8.6A2 2 0 0 1 4.3 2h3a2 2 0 0 1 2 1.7c.1 1 .4 2 .8 2.9a2 2 0 0 1-.4 2.1L8.5 10a16 16 0 0 0 5.5 5.5l1.3-1.2a2 2 0 0 1 2.1-.4c.9.4 1.9.7 2.9.8A2 2 0 0 1 22 16.9Z'/%3E%3C/svg%3E"); }
.contact-rd-link--whatsapp::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2322c55e'%3E%3Cpath d='M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592z'/%3E%3C/svg%3E"); }
.contact-rd-link--email::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234f46e5' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E"); }

.contact-rd-link strong {
  font-size: 0.95rem;
}

.contact-rd-link span {
  font-size: 0.84rem;
  color: #475569;
}

.contact-rd-note {
  border-radius: 10px;
  border: 1px dashed rgba(148, 163, 184, 0.4);
  padding: 10px 12px;
}

.contact-rd-note strong {
  font-size: 0.92rem;
}

.contact-rd-note p {
  margin: 4px 0 0;
  font-size: 0.82rem;
  color: #64748b;
}

.contact-rd-offer {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 26px 28px;
  border-radius: 18px;
  background:
    radial-gradient(120% 150% at 12% 20%, rgba(13, 27, 42, 0.45), transparent 46%),
    radial-gradient(90% 120% at 100% 100%, rgba(13, 27, 42, 0.28), transparent 50%),
    linear-gradient(109deg, var(--brand-navy) 0%, var(--brand-navy-mid) 54%, #0d1b2a 100%);
  color: #f8fafc;
}

.contact-rd-offer__content {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.contact-rd-offer__shield {
  width: 118px;
  height: 118px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.14), rgba(13, 27, 42, 0.55));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 18px 30px rgba(2, 6, 23, 0.38);
  position: relative;
  z-index: 2;
}

.contact-rd-offer__shield svg {
  width: 78px;
  height: 78px;
}

.contact-rd-offer__house {
  position: absolute;
  right: -4px;
  bottom: -2px;
  width: clamp(180px, 26vw, 290px);
  color: rgba(255, 255, 255, 0.12);
  z-index: 1;
  pointer-events: none;
}

.contact-rd-offer__house svg {
  width: 100%;
  height: auto;
}

.contact-rd-offer h2 {
  margin: 0 0 10px;
  font-size: clamp(1.72rem, 2.6vw, 2.25rem);
  font-weight: 800;
  line-height: 1.14;
  text-wrap: balance;
}

.contact-rd-offer p {
  margin: 0 0 18px;
  color: rgba(226, 232, 240, 0.9);
  font-size: 1.09rem;
  line-height: 1.45;
  text-wrap: pretty;
}

.contact-rd-offer__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.contact-rd-offer__btn {
  min-height: 50px;
  min-width: 250px;
  padding: 11px 20px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.02rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.contact-rd-offer__btn .lucide-icon {
  width: 16px;
  height: 16px;
  stroke-width: 2.2;
}

.contact-rd-offer__btn--light {
  background: linear-gradient(180deg, var(--cta-hook-gold-light) 0%, var(--cta-hook-gold) 48%, var(--cta-hook-gold-mid) 100%);
  color: #fff;
  border: 0;
  box-shadow: 0 8px 22px var(--cta-hook-shadow);
}

.contact-rd-offer__btn--dark {
  background: linear-gradient(180deg, var(--cta-hook-gold) 0%, var(--cta-hook-gold) 45%, var(--cta-hook-gold) 100%);
  color: #fff;
  border: 0;
  box-shadow: 0 8px 22px rgba(120, 85, 18, 0.35);
}

.contact-rd-offer__btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.contact-rd-offer__meta {
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 24px;
  color: rgba(226, 232, 240, 0.9);
  font-weight: 700;
  font-size: 1rem;
}

.contact-rd-offer__meta span {
  position: relative;
}

.contact-rd-offer__meta span + span::before {
  content: "•";
  position: absolute;
  left: -13px;
  color: rgba(191, 219, 254, 0.9);
}

.contact-rd-benefits {
  padding: 10px 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.contact-rd-benefit-card {
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  padding: 12px;
  background: rgba(255, 255, 255, 0.92);
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  align-items: start;
}

.contact-rd-benefit-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4f46e5;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.62), rgba(238, 242, 255, 0.24)),
    radial-gradient(circle at 30% 25%, rgba(165, 180, 252, 0.45), rgba(129, 140, 248, 0.15));
  border: 1px solid rgba(165, 180, 252, 0.35);
  box-shadow: none;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.contact-rd-benefit-card__icon .lucide-icon {
  width: 22px;
  height: 22px;
  stroke-width: 2.2;
}

.contact-rd-benefits strong {
  display: block;
  margin-bottom: 3px;
  font-size: 1.12rem;
  line-height: 1.2;
}

.contact-rd-benefits span {
  color: #475569;
  font-size: 1rem;
  line-height: 1.45;
}

.contact-rd-testimonials,
.contact-rd-faq,
.contact-rd-map {
  padding: 14px;
}

.contact-rd-testimonials h2,
.contact-rd-faq h2 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.contact-rd-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.contact-rd-testimonial-card {
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 14px;
  padding: 14px;
  background: linear-gradient(160deg, #fff, #f8fafc);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
  display: grid;
  gap: 10px;
}

.contact-rd-testimonial-card__rating {
  color: #fbbf24;
  letter-spacing: 0.12em;
  font-size: 0.98rem;
}

.contact-rd-testimonial-card p {
  margin: 0;
  color: #334155;
  font-size: 1.02rem;
  line-height: 1.5;
}

.contact-rd-testimonial-card__author {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px;
  align-items: center;
}

.contact-rd-testimonial-card__author img {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(129, 140, 248, 0.25);
}

.contact-rd-testimonials__grid strong {
  display: block;
  font-size: 1.02rem;
}

.contact-rd-testimonials__grid span {
  color: #64748b;
  font-size: 0.94rem;
}

.contact-rd-faq .faq-accordion {
  gap: 8px;
}

.contact-rd-map {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 10px;
}

.contact-rd-map__visual {
  min-height: 180px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 70% 35%, rgba(13, 27, 42, 0.12), transparent 42%),
    linear-gradient(150deg, rgba(13, 27, 42, 0.06) 0%, rgba(13, 27, 42, 0.1) 50%, rgba(13, 27, 42, 0.16) 100%);
  position: relative;
}

.contact-rd-pin {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #ef4444;
  position: absolute;
  left: 42%;
  top: 46%;
  box-shadow: 0 0 0 5px rgba(239, 68, 68, 0.2);
}

.contact-rd-map__info h3 {
  margin: 0 0 8px;
}

.contact-rd-map__info p {
  margin: 0 0 10px;
  color: #475569;
}

.contact-rd-bottom-cta {
  padding: 14px 16px;
  background: linear-gradient(125deg, #0b2f1b, #0f6a3a);
  color: #f0fdf4;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.contact-rd-bottom-cta h3 {
  margin: 0 0 4px;
}

.contact-rd-bottom-cta p {
  margin: 0;
  color: rgba(220, 252, 231, 0.9);
}

@media (max-width: 980px) {
  .contact-redesign__main {
    grid-template-columns: 1fr;
  }
  .contact-rd-benefits {
    grid-template-columns: 1fr;
  }
  .contact-rd-testimonials__grid {
    grid-template-columns: 1fr;
  }
  .contact-rd-map {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .contact-rd-interest {
    grid-template-columns: 1fr;
  }
  .contact-rd-offer__meta {
    flex-direction: column;
    gap: 4px;
  }
  .contact-rd-bottom-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .contact-rd-bottom-cta .btn {
    width: 100%;
    justify-content: center;
  }
  .contact-rd-link {
    padding-left: 40px;
  }
}

/* Contact redesign polish: match reference cards */
.contact-rd-option {
  display: grid;
  grid-template-columns: 16px 1fr 16px;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 12px;
  font-size: 0.95rem;
  box-shadow: none;
}

.contact-rd-option::before {
  content: none !important;
  display: none !important;
}

.contact-rd-option__icon {
  display: inline-flex;
  color: #7a8699;
}

.contact-rd-option__icon .lucide-icon {
  width: 14px;
  height: 14px;
  stroke-width: 2;
}

.contact-rd-option__label {
  text-align: left;
  font-weight: 600;
  color: #1f2937;
}

.contact-rd-option input {
  margin: 0;
  width: 14px;
  height: 14px;
}

.contact-rd-option:has(input:checked) {
  border-color: rgba(201, 160, 48, 0.55);
  box-shadow: none;
}

.contact-rd-link {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
}

.contact-rd-link::before,
.contact-rd-link::after {
  content: none !important;
  display: none !important;
}

.contact-rd-link__icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef2ff;
  color: #4f46e5;
}

.contact-rd-link__icon .lucide-icon {
  width: 16px;
  height: 16px;
  stroke-width: 2.1;
}

.contact-rd-link--whatsapp .contact-rd-link__icon {
  color: #16a34a;
  background: #e8fbe9;
}

.contact-rd-link__text {
  display: grid;
  gap: 3px;
}

.contact-rd-link__text strong {
  font-size: 0.95rem;
}

.contact-rd-link__text span {
  font-size: 0.84rem;
  color: #475569;
}

.contact-rd-link__arrow {
  color: #64748b;
  font-size: 1.25rem;
  line-height: 1;
}

/* Contact final premium tuning */
.contact-rd-interest {
  gap: 10px;
}

.contact-rd-option {
  min-height: 62px;
  grid-template-columns: 20px 1fr 18px;
  padding: 13px 14px;
}

.contact-rd-option__icon .lucide-icon {
  width: 18px;
  height: 18px;
}

.contact-rd-option__label {
  font-size: 1.03rem;
  font-weight: 700;
}

.contact-rd-option input {
  width: 17px;
  height: 17px;
}

.contact-rd-field {
  display: grid;
  gap: 6px;
}

.contact-rd-field::after {
  top: calc(50% + 7px);
  transform: translateY(-50%);
}

.contact-rd-field--message::after {
  top: 39px;
  transform: none;
}

.contact-rd-fields input,
.contact-rd-fields textarea {
  min-height: 44px;
  padding-left: 38px;
}

.contact-rd-link {
  grid-template-columns: 38px 1fr auto;
  gap: 12px;
  padding: 14px 16px;
}

.contact-rd-link__icon {
  width: 38px;
  height: 38px;
}

.contact-rd-link__icon .lucide-icon,
.contact-rd-link__icon .wa-float__svg {
  width: 20px;
  height: 20px;
}

.contact-rd-link__text strong {
  font-size: 1.14rem;
  line-height: 1.15;
}

.contact-rd-link__text span {
  font-size: 1rem;
}

.contact-rd-link__arrow {
  font-size: 1.7rem;
  color: #4b5563;
}

.contact-rd-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1rem;
}

.contact-rd-submit__icon {
  display: inline-flex;
}

.contact-rd-submit__icon .lucide-icon {
  width: 17px;
  height: 17px;
  stroke-width: 2.3;
}

.contact-rd-agent {
  grid-template-columns: 92px 1fr;
  gap: 14px;
  align-items: center;
}

.contact-rd-agent img {
  width: 92px;
  height: 92px;
}

.contact-rd-agent h3 {
  margin: 0 0 8px;
  font-size: clamp(1.48rem, 2.1vw, 1.78rem);
  line-height: 1.15;
  color: #111827;
}

.contact-rd-agent h3 span {
  color: var(--cta-hook-gold);
}

.contact-rd-agent p {
  font-size: 1.02rem;
  line-height: 1.45;
  color: #475569;
}

/* Fine tuning requested: larger contact badges + avatar + form icon alignment */
.contact-rd-fields label span {
  margin-bottom: 6px;
  line-height: 1.2;
}

.contact-rd-field::after {
  top: 40px;
  transform: none;
}

.contact-rd-field--message::after {
  top: 40px;
}

.contact-rd-link {
  grid-template-columns: 44px 1fr auto;
  gap: 13px;
}

.contact-rd-link__icon {
  width: 44px;
  height: 44px;
}

.contact-rd-link__icon .lucide-icon,
.contact-rd-link__icon .wa-float__svg {
  width: 22px;
  height: 22px;
}

.contact-rd-link__arrow {
  font-size: 1.95rem;
}

.contact-rd-agent {
  grid-template-columns: 104px 1fr;
}

.contact-rd-agent img {
  width: 104px;
  height: 104px;
}

@media (max-width: 640px) {
  .contact-rd-option {
    min-height: 56px;
    grid-template-columns: 18px 1fr 16px;
    padding: 11px 12px;
  }

  .contact-rd-option__icon .lucide-icon {
    width: 16px;
    height: 16px;
  }

  .contact-rd-option__label {
    font-size: 0.98rem;
  }

  .contact-rd-benefits {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 8px 6px;
  }

  .contact-rd-benefit-card {
    grid-template-columns: 44px 1fr;
    padding: 11px;
  }

  .contact-rd-benefit-card__icon {
    width: 44px;
    height: 44px;
  }

  .contact-rd-benefit-card__icon .lucide-icon {
    width: 20px;
    height: 20px;
  }

  .contact-rd-benefits strong {
    font-size: 1rem;
  }

  .contact-rd-benefits span {
    font-size: 0.92rem;
  }

  .contact-rd-link {
    grid-template-columns: 38px 1fr auto;
    padding: 12px 13px;
  }

  .contact-rd-link__icon {
    width: 38px;
    height: 38px;
  }

  .contact-rd-link__icon .lucide-icon,
  .contact-rd-link__icon .wa-float__svg {
    width: 20px;
    height: 20px;
  }

  .contact-rd-link__text strong {
    font-size: 1rem;
  }

  .contact-rd-link__text span {
    font-size: 0.9rem;
  }

  .contact-rd-link__arrow {
    font-size: 1.65rem;
  }

  .contact-rd-testimonials__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .contact-rd-testimonial-card {
    padding: 12px;
    gap: 8px;
  }

  .contact-rd-testimonial-card__rating {
    font-size: 0.9rem;
  }

  .contact-rd-testimonial-card p {
    font-size: 0.94rem;
  }

  .contact-rd-testimonial-card__author {
    grid-template-columns: 40px 1fr;
    gap: 8px;
  }

  .contact-rd-testimonial-card__author img {
    width: 40px;
    height: 40px;
  }

  .contact-rd-agent {
    grid-template-columns: 82px 1fr;
    align-items: start;
  }

  .contact-rd-agent img {
    width: 82px;
    height: 82px;
  }

  .contact-rd-agent h3 {
    font-size: 1.22rem;
  }

  .contact-rd-agent p {
    font-size: 0.92rem;
  }

  .contact-rd-offer {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px 14px 18px;
  }

  .contact-rd-offer__shield {
    width: 90px;
    height: 90px;
    margin: 0 auto;
  }

  .contact-rd-offer__shield svg {
    width: 58px;
    height: 58px;
  }

  .contact-rd-offer__house {
    width: 168px;
    right: -22px;
    opacity: 0.6;
  }

  .contact-rd-offer h2 {
    font-size: 1.45rem;
  }

  .contact-rd-offer p {
    font-size: 0.95rem;
  }

  .contact-rd-offer__btn {
    width: 100%;
    justify-content: center;
    min-height: 44px;
    min-width: 0;
    padding: 10px 14px;
    font-size: 0.98rem;
  }

  .contact-rd-offer__meta {
    font-size: 0.88rem;
    gap: 18px;
  }

  .contact-rd-offer__meta span + span::before {
    left: -10px;
  }
}

/* ===== Hero luxury hotfix (conflict cleanup) ===== */
body.page-home .trust-bar {
  display: none !important;
}

body.page-home .hero.hero--luxury {
  position: relative;
  overflow: visible;
  padding: clamp(68px, 8vw, 96px) 0 clamp(56px, 7vw, 92px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(253, 253, 251, 0.48) 55%, rgba(250, 250, 248, 0.54) 100%),
    url("../img/hero-bg-cream.jpg");
  background-size: cover;
  background-position: center;
}

body.page-home .hero.hero--luxury .hero__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(680px 280px at 8% 84%, rgba(255, 255, 255, 0.18), transparent 72%), radial-gradient(580px 220px at 92% 22%, rgba(30, 58, 95, 0.04), transparent 78%) !important;
  z-index: 1;
}

body.page-home .hero.hero--luxury .shell,
body.page-home .hero.hero--luxury .hero__inner {
  position: relative;
  z-index: 2;
}

body.page-home .hero.hero--luxury .hero__inner {
  max-width: 1180px;
  gap: 16px;
}

body.page-home .hero.hero--luxury .hero__headline {
  margin-inline: auto;
  max-width: 100%;
  text-align: center;
}

body.page-home .hero.hero--luxury .hero__headline-main {
  font-family: var(--font);
  letter-spacing: 0.015em;
  font-size: 85px !important;
  font-weight: 700 !important;
  color: var(--brand-navy) !important;
  text-transform: uppercase;
  line-height: 0.95;
}

body.page-home .hero.hero--luxury .hero__headline-sub {
  margin-top: 0.35rem;
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 55px !important;
  color: var(--cta-hook-gold);
  font-weight: 500;
}

body.page-home .hero.hero--luxury .hero__services-nav {
  width: min(1040px, 100%);
  gap: 20px;
}

body.page-home .hero.hero--luxury .hero__service-link {
  min-height: 90px;
  padding: 14px 18px;
  font-size: clamp(1rem, 1.7vw, 1.28rem);
}

body.page-home .hero.hero--luxury .hero__quick-cards {
  width: min(1160px, 100%);
  margin-top: 10px;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-home .hero.hero--luxury .hero-quick-card {
  min-height: 108px;
  padding: 15px;
}

@media (min-width: 961px) {
  body.page-home .hero.hero--luxury {
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
  }

  body.page-home .hero.hero--luxury .shell {
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
    padding-inline: clamp(18px, 4.2vw, 64px) !important;
  }

  body.page-home .hero.hero--luxury .hero__inner {
    max-width: 1180px !important;
    min-height: 0 !important;
    justify-content: start !important;
    display: grid !important;
  }

  body.page-home .hero.hero--luxury .hero__services-nav,
  body.page-home .hero.hero--luxury .hero__quick-cards {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* ===== Final urgent hero + nav fixes ===== */
body.page-home .hero.hero--luxury {
  padding-top: clamp(46px, 5.2vw, 64px) !important;
  padding-bottom: clamp(54px, 6.2vw, 84px) !important;
}

body.page-home .hero.hero--luxury .hero__inner {
  width: min(1140px, 100%) !important;
  margin-inline: auto !important;
  display: grid !important;
  place-items: center !important;
  row-gap: 18px !important;
  text-align: center !important;
}

body.page-home .hero.hero--luxury .hero__headline {
  margin: 0 auto !important;
}

body.page-home .hero.hero--luxury .hero__headline-main {
  font-size: 85px !important;
  font-weight: 700 !important;
}

body.page-home .hero.hero--luxury .hero__headline-sub {
  font-size: 55px !important;
}

body.page-home .hero.hero--luxury .hero__services-nav {
  width: min(860px, 100%) !important;
  margin: 0 auto !important;
  gap: 16px !important;
}

body.page-home .hero.hero--luxury .hero__intro-box {
  width: min(980px, 100%) !important;
  min-height: 84px;
  border-radius: 14px !important;
  padding: 12px 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  border: 1px solid rgba(201, 160, 48, 0.28) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06) !important;
  background: rgba(255, 255, 255, 0.9) !important;
}

body.page-home .hero.hero--luxury .hero__intro-box::before {
  content: none;
  display: none;
}

body.page-home .hero.hero--luxury .hero__intro {
  margin: 0 !important;
  flex: 1 1 auto;
  text-align: left !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: clamp(1rem, 1.35vw, 1.25rem) !important;
  color: #223349 !important;
  font-weight: 500 !important;
}

body.page-home .hero.hero--luxury .hero__intro-link--badge {
  flex-shrink: 0;
  min-height: 52px;
  min-width: 260px;
  padding: 0 24px !important;
  border-radius: 999px !important;
  font-size: 1.02rem !important;
  letter-spacing: 0.04em !important;
  background: linear-gradient(145deg, #2e4e6d 0%, #243f55 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  box-shadow: 0 12px 28px rgba(46, 78, 109, 0.32) !important;
  color: #ffffff !important;
}

body.page-home .hero.hero--luxury .hero__actions--new {
  width: min(860px, 100%) !important;
  margin-inline: auto !important;
}

body.page-home .hero.hero--luxury .hero__quick-cards {
  width: min(1160px, 100%) !important;
  margin-inline: auto !important;
  gap: 26px !important;
}

body.page-home .hero.hero--luxury .hero-quick-card__text strong {
  font-size: 0.95rem !important;
}

body.page-home .hero.hero--luxury .hero-quick-card__text em {
  font-size: 0.76rem !important;
}

body:not(.admin-body):not(.admin-auth-body) .site-nav__links .nav-link,
body:not(.admin-body):not(.admin-auth-body) .nav-link,
body:not(.admin-body):not(.admin-auth-body) .nav-link--real-estate,
body:not(.admin-body):not(.admin-auth-body) .nav-link--loans,
body:not(.admin-body):not(.admin-auth-body) .nav-link--insurance {
  color: #111111 !important;
  background: transparent !important;
}

body:not(.admin-body):not(.admin-auth-body) .nav-link:hover {
  background: transparent !important;
}

body:not(.admin-body):not(.admin-auth-body) .nav-link.nav-link--real-estate:hover {
  color: var(--brand-navy) !important;
}

body:not(.admin-body):not(.admin-auth-body) .nav-link.nav-link--loans:hover {
  color: var(--brand-navy) !important;
}

body:not(.admin-body):not(.admin-auth-body) .nav-link.nav-link--insurance:hover {
  color: var(--cta-hook-gold) !important;
}

body:not(.admin-body):not(.admin-auth-body) .nav-link.nav-link--real-estate.is-active {
  color: var(--brand-navy) !important;
}

body:not(.admin-body):not(.admin-auth-body) .nav-link.nav-link--loans.is-active {
  color: var(--brand-navy) !important;
}

body:not(.admin-body):not(.admin-auth-body) .nav-link.nav-link--insurance.is-active {
  color: var(--cta-hook-gold) !important;
}

@media (max-width: 900px) {
  body.page-home .hero.hero--luxury .hero__intro-box {
    flex-wrap: wrap;
    justify-content: center !important;
    padding: 14px !important;
  }

  body.page-home .hero.hero--luxury .hero__intro {
    text-align: center !important;
    width: 100%;
  }

  body.page-home .hero.hero--luxury .hero__intro-link--badge {
    width: 100%;
    min-width: 0;
  }
}

/* ===== Hero rebuild v2 (homepage) ===== */
body.page-home .hero.hero--luxury .hero__inner {
  display: grid !important;
  place-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  row-gap: 22px !important;
}

body.page-home .hero.hero--luxury .hero__headline {
  text-align: center !important;
  margin: 0 !important;
}

body.page-home .hero.hero--luxury .hero__headline-main {
  white-space: nowrap;
}

body.page-home .hero.hero--luxury .hero__services-nav {
  width: min(1080px, 100%) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 26px !important;
}

body.page-home .hero.hero--luxury .hero__service-link {
  background: linear-gradient(145deg, var(--brand-navy), var(--brand-navy-mid)) !important;
  border: 1px solid rgba(255, 255, 255, 0.26) !important;
  border-radius: 20px !important;
  padding: 26px 18px 22px !important;
  box-shadow: 0 14px 34px rgba(13, 27, 42, 0.22) !important;
  backdrop-filter: blur(10px) saturate(135%);
  -webkit-backdrop-filter: blur(10px) saturate(135%);
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 10px !important;
}

body.page-home .hero.hero--luxury .hero__service-link--real-estate {
  background: linear-gradient(145deg, #112940 0%, #0d2135 100%) !important;
  box-shadow: 0 14px 34px rgba(17, 41, 64, 0.32) !important;
}

body.page-home .hero.hero--luxury .hero__service-link--loans {
  background: linear-gradient(145deg, #2e4e6d 0%, #243f55 100%) !important;
  box-shadow: 0 14px 34px rgba(46, 78, 109, 0.3) !important;
}

body.page-home .hero.hero--luxury .hero__service-link--insurance {
  background: linear-gradient(145deg, #576c82 0%, #4a5d70 100%) !important;
  box-shadow: 0 14px 34px rgba(87, 108, 130, 0.3) !important;
}

body.page-home .hero.hero--luxury .hero__service-icon {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.14);
  border: 1px solid rgba(212, 175, 55, 0.45);
}

body.page-home .hero.hero--luxury .hero__service-icon .lucide-icon,
body.page-home .hero.hero--luxury .hero__service-icon .hero__service-svg,
body.page-home .hero.hero--luxury .hero__service-icon .service-icon-svg {
  width: 26px;
  height: 26px;
  color: var(--cta-hook-gold);
  flex-shrink: 0;
}

.hero__service-svg {
  display: block;
}

body.page-home .hero.hero--luxury .hero__service-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 900;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.96);
}

body.page-home .hero.hero--luxury .lux-ornament {
  width: 82px;
  height: 1px;
  margin: 9px auto 5px;
  position: relative;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.12) 100%);
}

body.page-home .hero.hero--luxury .lux-ornament::before {
  content: none;
}

body.page-home .hero.hero--luxury .lux-ornament::after {
  content: none;
}

body.page-home .hero.hero--luxury .hero__service-desc {
  font-size: 0.95rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.9);
  text-transform: none !important;
  letter-spacing: normal !important;
  font-weight: 500;
}

body.page-home .hero.hero--luxury .hero__intro-box {
  width: min(980px, 100%) !important;
  min-height: 88px;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(212, 175, 55, 0.35) !important;
  box-shadow:
    0 18px 50px rgba(11, 27, 43, 0.08),
    0 0 0 1px rgba(212, 175, 55, 0.22),
    0 0 18px rgba(212, 175, 55, 0.16) !important;
  display: grid !important;
  grid-template-columns: auto 1fr auto;
  align-items: center !important;
  gap: 18px !important;
  padding: 14px 22px !important;
}

body.page-home .hero.hero--luxury .hero__intro-phone {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.45);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

body.page-home .hero.hero--luxury .hero__intro-phone .lucide-icon {
  width: 22px;
  height: 22px;
  color: #d4af37;
}

body.page-home .hero.hero--luxury .hero__intro {
  margin: 0 !important;
  text-transform: uppercase;
  font-size: clamp(1rem, 1.35vw, 1.5rem) !important;
  letter-spacing: 0 !important;
  font-weight: 700;
  color: #0f172a !important;
}

body.page-home .hero.hero--luxury .hero__intro-link--badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px !important;
  padding: 14px 26px !important;
  background: linear-gradient(145deg, #2e4e6d 0%, #243f55 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  box-shadow: 0 12px 28px rgba(46, 78, 109, 0.32) !important;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  font-family: var(--font) !important;
}

body.page-home .hero.hero--luxury .hero__intro-link__icon,
body.page-home .hero.hero--luxury .hero__intro-link__text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

body.page-home .hero.hero--luxury .hero__intro-link--badge .hero__intro-link__icon .lucide-icon {
  color: #ffffff;
}

body.page-home .hero.hero--luxury .hero__intro-link__icon .lucide-icon {
  width: 18px;
  height: 18px;
}

@media (max-width: 980px) {
  body.page-home .hero.hero--luxury .hero__services-nav {
    grid-template-columns: 1fr;
    gap: 16px !important;
  }

  body.page-home .hero.hero--luxury .hero__service-link {
    padding: 22px 16px;
  }
}

/* ===== Homepage luxury FAQ ===== */
body.page-home .section--home-faq {
  padding: clamp(44px, 6vw, 70px) 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.72) 100%);
}

body.page-home .home-faq {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: none;
  border-radius: 20px;
  padding: clamp(16px, 2.8vw, 30px);
}

body.page-home .home-faq__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding: 6px 10px 8px;
  margin-bottom: clamp(12px, 1.8vw, 18px);
}

body.page-home .home-faq__title {
  font-family: var(--font-accent);
  font-style: normal;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  white-space: nowrap;
  color: #0b1b2b;
  margin: 0;
  text-wrap: nowrap;
}

body.page-home .home-faq__lead {
  max-width: 78ch;
  margin-inline: auto;
  margin-top: 0;
  margin-bottom: 0;
  white-space: normal;
  font-size: clamp(0.9rem, 1vw, 0.98rem);
  color: #5a6b7d;
}

body.page-home .home-faq__accordion {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 981px) {
  body.page-home .home-faq__accordion {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    column-gap: 12px;
    row-gap: 10px;
    align-items: start;
  }
}

body.page-home .home-faq__item {
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  border-radius: 12px;
  align-self: start;
}

body.page-home .home-faq__trigger {
  padding: 13px 14px;
  font-weight: 600;
  color: #0f172a;
  align-items: flex-start;
  gap: 10px;
}

body.page-home .home-faq__icon {
  background: transparent;
  color: #9a7a19;
  border: 1px solid rgba(201, 160, 48, 0.35);
  flex-shrink: 0;
}

body.page-home .home-faq__panel {
  padding: 0 14px 13px;
  color: rgba(15, 23, 42, 0.8);
}

body.page-home .home-faq__question {
  display: block;
  font-size: 0.95rem;
  line-height: 1.42;
}

body.page-home .home-faq__question strong {
  color: #9a7a19;
  margin-right: 2px;
}

@media (min-width: 981px) {
  body.page-home .home-faq__title {
    max-width: 100%;
    font-size: clamp(1.35rem, 1.9vw, 1.85rem) !important;
  }
}

@media (max-width: 700px) {
  body.page-home .home-faq {
    border-radius: 18px;
    padding: 16px;
  }

  body.page-home .home-faq__accordion {
    grid-template-columns: 1fr;
  }

  body.page-home .home-faq__title {
    white-space: normal;
  }

  body.page-home .home-faq__trigger {
    padding: 12px 12px;
    font-size: 0.93rem;
  }

  body.page-home .home-faq__panel {
    padding: 0 12px 12px;
    font-size: 0.92rem;
  }
}

/* ===== Home + Real Estate sell process (dark timeline) ===== */
:is(body.page-home, body.page-real_estate) .sell-process {
  --sell-process-ring: clamp(72px, 7vw, 92px);
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 4vw, 48px) 0 clamp(36px, 4.5vw, 52px);
  color: rgba(255, 255, 255, 0.92);
  background-color: #07121f;
  background-image: var(--sell-process-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

:is(body.page-home, body.page-real_estate) .sell-process__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 18, 31, 0.82) 0%, rgba(7, 18, 31, 0.9) 45%, rgba(7, 18, 31, 0.94) 100%),
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(11, 27, 43, 0.35) 0%, rgba(7, 18, 31, 0.85) 100%);
  pointer-events: none;
}

:is(body.page-home, body.page-real_estate) .sell-process__shell {
  position: relative;
  z-index: 1;
}

:is(body.page-home, body.page-real_estate) .sell-process__header {
  text-align: center;
  margin-bottom: clamp(24px, 3vw, 36px);
}

:is(body.page-home, body.page-real_estate) .sell-process__title-block {
  display: inline-block;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}

:is(body.page-home, body.page-real_estate) .sell-process__title {
  margin: 0 0 12px;
  font-family: var(--font-accent);
  font-style: italic;
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.12;
  text-transform: uppercase;
  color: var(--cta-hook-gold);
  text-shadow: 0 2px 24px rgba(212, 175, 55, 0.22);
}

:is(body.page-home, body.page-real_estate) .sell-process__ornament {
  width: min(520px, 100%);
  margin: 6px auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(13, 27, 42, 0.12) 20%, rgba(13, 27, 42, 0.12) 80%, transparent);
}

:is(body.page-home, body.page-real_estate) .sell-process__ornament-svg {
  display: none;
}

:is(body.page-home, body.page-real_estate) .sell-process__svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

:is(body.page-home, body.page-real_estate) .sell-process__timeline {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  padding-top: 4px;
}

:is(body.page-home, body.page-real_estate) .sell-process__connector {
  --conn-overlap: calc(var(--sell-process-ring) / 2);
  flex: 1 1 0;
  min-width: 6px;
  max-width: none;
  height: var(--sell-process-ring);
  display: flex;
  align-items: center;
  align-self: flex-start;
  padding: 0;
  margin: 0 calc(var(--conn-overlap) * -1);
  z-index: 0;
  pointer-events: none;
}

:is(body.page-home, body.page-real_estate) .sell-process__connector svg {
  width: 100%;
  height: 20px;
  display: block;
  overflow: visible;
  filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.2));
}

:is(body.page-home, body.page-real_estate) .sell-process__step {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

:is(body.page-home, body.page-real_estate) .sell-process__icon-ring {
  position: relative;
  z-index: 2;
  width: var(--sell-process-ring);
  height: var(--sell-process-ring);
  border-radius: 999px;
  border: 2px solid #d4af37;
  background: rgba(10, 21, 34, 0.96);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

:is(body.page-home, body.page-real_estate) .sell-process__icon-ring .lucide-icon {
  width: clamp(28px, 2.8vw, 36px);
  height: clamp(28px, 2.8vw, 36px);
  color: #d4af37;
  stroke-width: 1.4;
}

:is(body.page-home, body.page-real_estate) .sell-process__num {
  margin: 14px 0 10px;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #d4af37;
  line-height: 1;
}

:is(body.page-home, body.page-real_estate) .sell-process__step-title {
  margin: 0 0 10px;
  font-size: clamp(0.82rem, 1.05vw, 0.95rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.96);
}

:is(body.page-home, body.page-real_estate) .sell-process__step-text {
  margin: 0 auto;
  max-width: 20ch;
  font-size: clamp(0.78rem, 0.95vw, 0.88rem);
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1100px) {
  :is(body.page-home, body.page-real_estate) .sell-process__title {
    letter-spacing: 0.02em;
    font-size: clamp(1.55rem, 2.9vw, 2.25rem);
  }


  :is(body.page-home, body.page-real_estate) .sell-process__step-text {
    max-width: 18ch;
    font-size: 0.76rem;
  }
}

@media (max-width: 900px) {
  :is(body.page-home, body.page-real_estate) .sell-process__timeline {
    overflow-x: auto;
    justify-content: flex-start;
    gap: 20px;
    padding-bottom: 20px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  :is(body.page-home, body.page-real_estate) .sell-process__connector {
    display: none;
  }

  :is(body.page-home, body.page-real_estate) .sell-process__step {
    flex: 0 0 min(168px, 42vw);
    scroll-snap-align: center;
  }
}

@media (max-width: 600px) {
  :is(body.page-home, body.page-real_estate) .sell-process {
    padding: 28px 0 36px;
  }

  :is(body.page-home, body.page-real_estate) .sell-process__title {
    letter-spacing: 0.01em;
    font-size: 1.4rem;
  }

  :is(body.page-home, body.page-real_estate) .sell-process__header {
    margin-bottom: 22px;
  }

  :is(body.page-home, body.page-real_estate) .sell-process__ornament-svg {
    height: 30px;
  }
}


/* ===== Hero floating cards (overlap next section) ===== */
body.page-home {
  --hero-float-overlap: clamp(92px, 11vw, 128px);
}

body.page-home .hero.hero--luxury .hero__inner {
  row-gap: clamp(18px, 2.4vw, 26px) !important;
}

body.page-home .hero.hero--luxury {
  padding-bottom: clamp(28px, 3.5vw, 44px) !important;
  overflow: visible !important;
}

body.page-home .hero.hero--luxury .hero__float-cards {
  justify-self: stretch;
  width: 100%;
  max-width: min(1160px, 100%);
  margin: clamp(22px, 3vw, 36px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 28px);
  position: relative;
  z-index: 4;
  margin-bottom: calc(-1 * var(--hero-float-overlap));
}

body.page-home .hero-float-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  text-decoration: none;
  color: #0f172a;
  background: linear-gradient(175deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 252, 255, 0.94) 100%);
  border: 1px solid rgba(47, 111, 154, 0.2);
  border-radius: 16px;
  padding: clamp(18px, 2.1vw, 24px) clamp(18px, 2.1vw, 24px);
  min-height: clamp(196px, 21.5vw, 232px);
  box-shadow:
    0 10px 22px rgba(15, 23, 42, 0.08),
    0 20px 44px rgba(47, 111, 154, 0.12);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.page-home .hero-float-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, rgba(13, 27, 42, 0) 0%, var(--brand-navy) 50%, rgba(13, 27, 42, 0) 100%);
  opacity: 0.72;
}

body.page-home .hero-float-card:hover {
  transform: translateY(-4px);
  border-color: rgba(13, 27, 42, 0.28);
  box-shadow:
    0 14px 28px rgba(15, 23, 42, 0.1),
    0 28px 60px rgba(13, 27, 42, 0.16);
}

body.page-home .hero-float-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  color: var(--cta-hook-gold);
  border-radius: 12px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.32);
}

body.page-home .hero-float-card__icon .lucide-icon {
  width: 24px;
  height: 24px;
  stroke-width: 1.9;
}

body.page-home .hero-float-card--accent .hero-float-card__icon,
body.page-home .hero-float-card--accent .hero-float-card__more {
  color: var(--cta-hook-gold);
}

body.page-home .hero-float-card__eyebrow {
  display: block;
  margin: 0 0 8px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #94a3b8;
}

body.page-home .hero-float-card__title {
  display: block;
  margin: 0;
  font-size: clamp(1.08rem, 1.38vw, 1.10rem);
  font-weight: 800;
  line-height: 1.3;
  color: var(--brand-navy);
}

body.page-home .hero-float-card__desc {
  margin: 0;
  flex: 0 1 auto;
  font-size: clamp(0.86rem, 1.02vw, 0.95rem);
  line-height: 1.5;
  color: #4f6478;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.page-home .hero-float-card__more {
  display: none;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #0f172a;
  text-transform: lowercase;
}

body.page-home .hero-float-card__more .lucide-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

body.page-home .hero-float-card:hover .hero-float-card__more .lucide-icon {
  transform: translateX(3px);
}

body.page-home .section--services-new--hero-overlap {
  position: relative;
  z-index: 1;
  padding-top: calc(4rem + var(--hero-float-overlap) + 0.5rem);
}

@media (max-width: 980px) {
  body.page-home {
    --hero-float-overlap: 0px;
  }

  body.page-home .hero.hero--luxury .hero__float-cards {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 0;
    margin-top: 20px;
  }

  body.page-home .hero-float-card {
    min-height: 0;
  }

  body.page-home .section--services-new--hero-overlap {
    padding-top: 4rem;
  }
}

/* ===== Global typography system: Inter ===== */
body:not(.admin-body):not(.admin-auth-body),
body:not(.admin-body):not(.admin-auth-body) p,
body:not(.admin-body):not(.admin-auth-body) li,
body:not(.admin-body):not(.admin-auth-body) a,
body:not(.admin-body):not(.admin-auth-body) span,
body:not(.admin-body):not(.admin-auth-body) label,
body:not(.admin-body):not(.admin-auth-body) input,
body:not(.admin-body):not(.admin-auth-body) textarea,
body:not(.admin-body):not(.admin-auth-body) select,
body:not(.admin-body):not(.admin-auth-body) .btn {
  font-family: var(--font);
}

body:not(.admin-body):not(.admin-auth-body) h1,
body:not(.admin-body):not(.admin-auth-body) h2,
body:not(.admin-body):not(.admin-auth-body) h3,
body:not(.admin-body):not(.admin-auth-body) h4,
body:not(.admin-body):not(.admin-auth-body) h5,
body:not(.admin-body):not(.admin-auth-body) h6,
body:not(.admin-body):not(.admin-auth-body) .section__title,
body:not(.admin-body):not(.admin-auth-body) .hero__headline-main,
body:not(.admin-body):not(.admin-auth-body) .hero__headline-sub,
body:not(.admin-body):not(.admin-auth-body) .page-head h1 {
  font-family: var(--font);
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.01em;
}

body:not(.admin-body):not(.admin-auth-body) .btn,
body:not(.admin-body):not(.admin-auth-body) .hero-action-btn,
body:not(.admin-body):not(.admin-auth-body) .btn-contact-header,
body:not(.admin-body):not(.admin-auth-body) .btn-whatsapp {
  font-family: var(--font);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 700;
}

/* Footer: keep text clean and readable in Inter */
body:not(.admin-body):not(.admin-auth-body) .site-footer,
body:not(.admin-body):not(.admin-auth-body) .site-footer * {
  font-family: var(--font) !important;
}

/* Hero homepage: more refined luxury scale */
body.page-home .hero.hero--luxury .hero__headline {
  line-height: 1 !important;
}

body.page-home .hero.hero--luxury .hero__headline-main {
  font-size: clamp(2rem, 4.6vw, 3.35rem) !important;
  font-weight: 800 !important;
  line-height: 0.96 !important;
  text-transform: none !important;
  letter-spacing: 0.006em !important;
}

body.page-home .hero.hero--luxury .hero__headline-sub {
  font-family: "Playfair Display", Georgia, serif !important;
  font-style: italic !important;
  font-size: clamp(1.45rem, 3vw, 2.35rem) !important;
  font-weight: 800 !important;
  line-height: 1.04 !important;
  letter-spacing: 0.01em !important;
  margin-top: 0.14rem !important;
}

/* Homepage sections: consistent professional sizing */
body.page-home .section__head .section__eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

body.page-home .section__head .section__title {
  font-size: clamp(2rem, 3vw, 2.55rem);
  line-height: 1.14;
  font-weight: 800;
  margin-bottom: 0.42rem;
}

body.page-home .section__head .section__text,
body.page-home .home-faq__lead,
:is(body.page-home, body.page-about) .reviews-showcase__lead,
body.page-home .home-props-showcase__lead {
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.5;
  max-width: 72ch;
  margin-inline: auto;
}

/* SOLUTII COMPLETE: slightly smaller + tighter spacing */
body.page-home .section--services-new__head {
  margin-bottom: clamp(1.35rem, 2.5vw, 1.95rem);
}

body.page-home .section--services-new__title {
  font-size: clamp(1.45rem, 2.05vw, 1.85rem);
  line-height: 1.16;
  margin-bottom: 0.12rem;
}

body.page-home .section--services-new__highlight {
  font-size: clamp(1.65rem, 2.55vw, 2.15rem);
  line-height: 1.08;
  margin-top: 0;
  margin-bottom: 0.35rem;
}

/* Luxury badges: transparent fill, gold stroke + icon */
body.page-home .hero.hero--luxury .hero__service-icon,
body.page-home .hero.hero--luxury .hero__intro-phone,
body.page-home .hero-float-card__icon,
body.page-home .svc-card .svc-card__icon--blue,
body.page-home .svc-card .svc-card__icon--green,
body.page-home .svc-card .svc-card__icon--gold {
  background: transparent !important;
  border: 1px solid rgba(212, 175, 55, 0.48) !important;
  color: var(--cta-hook-gold) !important;
  box-shadow: none !important;
}

/* Hero title: remove tracking */
body.page-home .hero.hero--luxury .hero__headline-main {
  letter-spacing: 0 !important;
}

/* Remove warm/gold ambient glows; keep button/badge colors */
:is(body.page-home, body.page-about) .lead-hook {
  box-shadow:
    0 10px 24px rgba(13, 27, 42, 0.08),
    0 20px 44px rgba(148, 163, 184, 0.1);
}

:is(body.page-home, body.page-about) .lead-hook::before {
  background: linear-gradient(90deg, rgba(148, 163, 184, 0) 0%, rgba(226, 232, 240, 0.95) 50%, rgba(148, 163, 184, 0) 100%);
}

:is(body.page-home, body.page-about) .lead-hook::after {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.52) 0%, transparent 68%);
}

:is(body.page-home, body.page-about) .lead-hook__photo {
  border-color: rgba(203, 213, 225, 0.8);
  box-shadow:
    0 8px 22px rgba(13, 27, 42, 0.12),
    0 0 0 4px rgba(241, 245, 249, 0.9);
}

:is(body.page-home, body.page-about) .lead-hook__divider {
  background: linear-gradient(180deg, transparent 0%, rgba(203, 213, 225, 0.8) 22%, rgba(203, 213, 225, 0.8) 78%, transparent 100%);
}

body.page-home .docs-trust-card {
  box-shadow:
    0 10px 24px rgba(13, 27, 42, 0.06),
    0 20px 44px rgba(148, 163, 184, 0.1);
}

body.page-home .docs-trust-card--luxury::before {
  background: linear-gradient(90deg, rgba(226, 232, 240, 0) 0%, rgba(226, 232, 240, 0.92) 50%, rgba(226, 232, 240, 0) 100%);
}

body.page-home .docs-trust-card__media::before {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.08) 0%, transparent 28%, transparent 72%, rgba(248, 250, 252, 0.08) 100%);
}

/* SOLUTII COMPLETE third tab: remove remaining gold ambient effects */
body.page-home .svc-card:nth-child(3)::before {
  background: linear-gradient(90deg, rgba(87, 108, 130, 0) 0%, rgba(87, 108, 130, 0.72) 50%, rgba(87, 108, 130, 0) 100%);
}

body.page-home .svc-card:nth-child(3):hover {
  border-color: rgba(87, 108, 130, 0.3);
}

body.page-home .svc-card:nth-child(3) .svc-card__divider {
  background: linear-gradient(90deg, transparent, rgba(87, 108, 130, 0.32) 20%, rgba(87, 108, 130, 0.32) 80%, transparent);
}

body.page-home .svc-card:nth-child(3) .svc-card__action-link:hover {
  background: rgba(87, 108, 130, 0.08);
  border-color: rgba(87, 108, 130, 0.42);
}

/* Remove card surface fills on homepage sections */
body.page-home .svc-card,
:is(body.page-home, body.page-about) .lead-hook,
body.page-home .docs-trust-card.docs-trust-card--luxury,
:is(body.page-home, body.page-about) .section--reviews--luxury .review-card--luxury,
body.page-home .prop-card--luxury {
  background: transparent !important;
}

/* Remove decorative fill layers that read as backgrounds */
body.page-home .docs-trust-card.docs-trust-card--luxury::before,
:is(body.page-home, body.page-about) .section--reviews--luxury .review-card--luxury::before,
body.page-home .prop-card--luxury::before {
  display: none !important;
}

/* Home properties title: no horizontal scroll, show full text immediately */
body.page-home .section__head--single-line-wrap {
  overflow: visible;
}

body.page-home .section__head--center .section__title.section__title--single-line {
  white-space: normal;
}

/* Buttons: clean, no drop shadows */
body.page-home .btn,
body.page-home .hero.hero--luxury .hero__intro-link--badge,
body.page-home .btn-contact-header,
body.page-home .btn-whatsapp,
body.page-home .prop-card__cta,
body.page-home .home-props-showcase__cta {
  box-shadow: none !important;
}

/* Properties section title: single centered line on desktop */
@media (min-width: 981px) {
  body.page-home .section__head--single-line-wrap {
    overflow: visible;
    max-width: none;
  }

  body.page-home .section__head--center .section__title.section__title--single-line {
    white-space: nowrap;
    text-align: center;
    margin-inline: auto;
    font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  }
}

/* FAQ heading block: centered and aligned cleanly */
body.page-home .home-faq__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  padding: 10px 14px 14px;
}

body.page-home .home-faq__title,
body.page-home .home-faq__lead {
  width: 100%;
  text-align: center;
  margin-inline: auto;
  white-space: normal;
}

/* Lead hook icon: transparent fill, keep stroke + icon */
:is(body.page-home, body.page-about) .lead-hook__icon {
  background: transparent !important;
  box-shadow: none !important;
}

/* SOLUTII COMPLETE tabs: dark text + hero-matched top accents */
body.page-home .svc-card__title,
body.page-home .svc-card__desc,
body.page-home .svc-card__action-link {
  color: var(--brand-navy) !important;
}

body.page-home .svc-card:nth-child(1)::before {
  background: linear-gradient(90deg, rgba(17, 41, 64, 0) 0%, #112940 50%, rgba(17, 41, 64, 0) 100%);
}

body.page-home .svc-card:nth-child(2)::before {
  background: linear-gradient(90deg, rgba(46, 78, 109, 0) 0%, #2e4e6d 50%, rgba(46, 78, 109, 0) 100%);
}

body.page-home .svc-card:nth-child(3)::before {
  background: linear-gradient(90deg, rgba(87, 108, 130, 0) 0%, #576c82 50%, rgba(87, 108, 130, 0) 100%);
}

/* Final polish overrides */

/* 1) Remove button shadows on homepage */
body.page-home .btn,
body.page-home .btn:hover,
body.page-home .btn:focus-visible,
body.page-home .hero-action-btn,
body.page-home .hero-action-btn:hover,
body.page-home .btn-contact-header,
body.page-home .btn-contact-header:hover,
body.page-home .btn-whatsapp,
body.page-home .btn-whatsapp:hover,
body.page-home .prop-card__cta,
body.page-home .prop-card__cta:hover,
body.page-home .home-props-showcase__cta,
body.page-home .home-props-showcase__cta:hover {
  box-shadow: none !important;
}

/* 2) Properties title: single centered line, no scroll wrapper */
body.page-home .section__head--single-line-wrap {
  overflow: visible !important;
  max-width: none;
}

body.page-home .section__head--center .section__title.section__title--single-line {
  white-space: nowrap !important;
  text-wrap: nowrap !important;
  text-align: center !important;
  margin-inline: auto;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem) !important;
  letter-spacing: -0.01em !important;
}

/* 3) FAQ heading: perfectly centered and aligned */
body.page-home .home-faq__head {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 8px !important;
  padding: 10px 14px 14px !important;
}

body.page-home .home-faq__title {
  margin: 0 auto !important;
  text-align: center !important;
  max-width: 100%;
}

body.page-home .home-faq__lead {
  margin: 0 auto !important;
  text-align: center !important;
  max-width: 72ch;
}

/* 4) lead-hook icon: no fill, only border + icon */
:is(body.page-home, body.page-about) .lead-hook__icon {
  background: transparent !important;
  box-shadow: none !important;
}

/* 5) SOLUTII COMPLETE tabs: dark body text, hero-matched top accents only */
body.page-home .svc-card__title,
body.page-home .svc-card__desc,
body.page-home .svc-card__action-link {
  color: var(--brand-navy) !important;
}

body.page-home .svc-card:nth-child(1)::before {
  background: linear-gradient(90deg, rgba(17, 41, 64, 0) 0%, #112940 50%, rgba(17, 41, 64, 0) 100%) !important;
}

body.page-home .svc-card:nth-child(2)::before {
  background: linear-gradient(90deg, rgba(46, 78, 109, 0) 0%, #2e4e6d 50%, rgba(46, 78, 109, 0) 100%) !important;
}

body.page-home .svc-card:nth-child(3)::before {
  background: linear-gradient(90deg, rgba(87, 108, 130, 0) 0%, #576c82 50%, rgba(87, 108, 130, 0) 100%) !important;
}

/* Requested cleanup: docs badges + 4 tabs */
body.page-home .docs-trust-point__icon {
  background: transparent !important;
  box-shadow: none !important;
}

body.page-home .docs-trust-point {
  background: transparent !important;
  box-shadow: none !important;
}

body.page-home .docs-trust-point:hover {
  box-shadow: none !important;
  transform: none !important;
}

/* Requested cleanup: testimonials look (no box/shadow/cutoff) */
:is(body.page-home, body.page-about) .section--reviews--luxury .reviews-carousel__viewport {
  overflow: hidden !important;
  border-radius: 4px !important;
}

:is(body.page-home, body.page-about) .section--reviews--luxury .reviews-carousel__track {
  padding-bottom: 0;
}

:is(body.page-home, body.page-about) .section--reviews--luxury .review-card--luxury {
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

:is(body.page-home, body.page-about) .section--reviews--luxury .review-card--luxury:hover {
  box-shadow: none !important;
  transform: none !important;
}

:is(body.page-home, body.page-about) .section--reviews--luxury .review-card--luxury::before {
  display: none !important;
}

:is(body.page-home, body.page-about) .reviews-showcase__footer {
  margin-top: 0 !important;
}

/* Global visual base for all public pages */
body:not(.admin-body):not(.admin-auth-body) {
  background: #f9f9f8 !important;
}

body:not(.admin-body):not(.admin-auth-body) .site-footer {
  background:
    linear-gradient(
      to top,
      rgba(189, 148, 67, 0.06) 0%,
      rgba(189, 148, 67, 0.022) 24%,
      rgba(255, 255, 255, 0) 58%
    ),
    #ffffff !important;
}

/* Hero mobile polish (desktop untouched) */
@media (max-width: 980px) {
  body.page-home .hero.hero--luxury {
    padding-top: 92px !important;
    padding-bottom: 18px !important;
  }

  body.page-home .hero.hero--luxury .shell {
    padding-inline: 14px !important;
  }

  body.page-home .hero.hero--luxury .hero__inner {
    gap: 14px !important;
  }

  body.page-home .hero.hero--luxury .hero__headline {
    text-align: center;
    margin-bottom: 4px;
  }

  body.page-home .hero.hero--luxury .hero__headline-main {
    font-size: clamp(1.5rem, 8.2vw, 2.2rem) !important;
    line-height: 1.02 !important;
  }

  body.page-home .hero.hero--luxury .hero__headline-sub {
    font-size: clamp(1.05rem, 5vw, 1.45rem) !important;
    line-height: 1.06 !important;
  }

  body.page-home .hero.hero--luxury .hero__services-nav {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body.page-home .hero.hero--luxury .hero__service-link {
    padding: 16px 14px !important;
    gap: 8px !important;
    border-radius: 14px !important;
  }

  body.page-home .hero.hero--luxury .hero__service-label {
    font-size: 0.95rem;
  }

  body.page-home .hero.hero--luxury .hero__service-desc {
    font-size: 0.9rem;
  }

  body.page-home .hero.hero--luxury .hero__intro-box {
    grid-template-columns: 1fr !important;
    text-align: center;
    gap: 10px !important;
    padding: 12px 12px !important;
    min-height: 0;
  }

  body.page-home .hero.hero--luxury .hero__intro-phone {
    margin-inline: auto;
  }

  body.page-home .hero.hero--luxury .hero__intro {
    font-size: clamp(0.9rem, 3.8vw, 1.1rem) !important;
  }

  body.page-home .hero.hero--luxury .hero__intro-link--badge {
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
    padding: 12px 18px !important;
  }

  body.page-home .hero.hero--luxury .hero__float-cards {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 14px !important;
    margin-bottom: 0 !important;
  }

  body.page-home .hero-float-card {
    min-height: 0 !important;
    padding: 14px 14px !important;
  }
}


