.proweb-property-x-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 2%, rgba(215, 175, 64, 0.12), transparent 26%),
    radial-gradient(circle at 92% 8%, rgba(153, 27, 27, 0.08), transparent 32%),
    linear-gradient(180deg, #fdf8f4 0%, #ffffff 48%, #fffdf9 100%);
}

.proweb-property-x-wrapper {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1rem;
}

.proweb-property-x-section {
  padding: 2.75rem 0;
}

.proweb-property-x-hero-section {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

.proweb-property-x-section-muted {
  background: linear-gradient(180deg, rgba(162, 28, 30, 0.03) 0%, rgba(162, 28, 30, 0.015) 100%);
}

.proweb-property-x-hero {
  border: 1px solid var(--proweb-border, rgba(15, 23, 42, 0.1));
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.09);
  padding: 1.35rem;
  display: grid;
  gap: 1.25rem;
}

.proweb-property-x-hero-copy {
  display: grid;
  gap: 0.92rem;
}

.proweb-property-x-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 0.36rem 0.78rem;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
  color: #991b1b;
  background: rgba(153, 27, 27, 0.1);
}

.proweb-property-x-heading {
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.015em;
  font-size: clamp(2rem, 4.6vw, 3rem);
  color: #7f1d1d;
  font-family: inherit;
  font-weight: 700;
}

.proweb-property-x-subheading {
  margin: 0.1rem 0 0;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  color: #1f2937;
  font-weight: 600;
  line-height: 1.5;
}

.proweb-property-x-body {
  margin: 0.1rem 0 0;
  color: #334155;
  line-height: 1.66;
  max-width: 66ch;
}

.proweb-property-x-hero-image-wrap {
  border-radius: 1rem;
  border: 1px solid var(--proweb-border, rgba(15, 23, 42, 0.1));
  min-height: 250px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(153, 27, 27, 0.07), rgba(213, 163, 59, 0.14));
  display: flex;
  align-items: center;
  justify-content: center;
}

.proweb-property-x-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proweb-property-x-hero-image-fallback {
  position: relative;
  align-items: stretch;
  justify-content: stretch;
  padding: 0.85rem;
}

.proweb-property-x-badge-stack {
  display: grid;
  gap: 0.7rem;
  width: 100%;
  max-width: none;
  padding: 0;
  align-content: stretch;
}

.proweb-property-x-pillars {
  display: grid;
  gap: 0.62rem;
}

.proweb-property-x-pillar {
  margin: 0;
  border-radius: 0.78rem;
  border: 1px solid rgba(127, 29, 29, 0.22);
  background: rgba(255, 255, 255, 0.9);
  color: #7f1d1d;
  padding: 0.68rem 0.76rem;
  font-weight: 600;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.62rem;
  align-items: center;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
}

.proweb-property-x-pillar-icon {
  width: 1.95rem;
  height: 1.95rem;
  border-radius: 0.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8b1f20;
  background: linear-gradient(140deg, rgba(153, 27, 27, 0.12), rgba(213, 163, 59, 0.18));
}

.proweb-property-x-pillar-icon svg {
  width: 1.05rem;
  height: 1.05rem;
}

.proweb-property-x-pillar-copy {
  display: grid;
  gap: 0.1rem;
}

.proweb-property-x-pillar-copy strong {
  font-size: 0.91rem;
  line-height: 1.2;
  color: #7f1d1d;
}

.proweb-property-x-pillar-copy span {
  font-size: 0.79rem;
  line-height: 1.36;
  color: #64748b;
}

.proweb-property-x-cta-row {
  display: grid;
  gap: 0.72rem;
  margin-top: 0.5rem;
  width: 100%;
}

.proweb-property-x-cta {
  min-height: 48px;
  width: 100%;
  padding: 0.82rem 1.22rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.72rem;
  border: 1px solid #8b1f20;
  background: #a32022;
  color: #ffffff;
  text-decoration: none;
  font-family: inherit;
  font-weight: 700;
  font-size: clamp(0.98rem, 0.95rem + 0.18vw, 1.04rem);
  line-height: 1.22;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.proweb-property-x-cta:hover {
  background: #8b1f20;
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(127, 29, 29, 0.23);
}

.proweb-property-x-cta:focus-visible {
  outline: 3px solid rgba(162, 28, 30, 0.24);
  outline-offset: 2px;
}

.proweb-property-x-cta-secondary {
  background: #ffffff;
  color: #8b1f20;
  border-color: rgba(139, 31, 32, 0.72);
  font-weight: 650;
}

.proweb-property-x-cta-secondary:hover {
  background: #fef2f2;
}

.proweb-property-x-section-title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.4rem, 2.6vw, 2.1rem);
  color: #7f1d1d;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.proweb-property-x-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.95rem;
}

.proweb-property-x-card-grid-five {
  grid-template-columns: 1fr;
}

.proweb-property-x-card {
  border: 1px solid var(--proweb-border, rgba(15, 23, 42, 0.1));
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.94);
  padding: 1.08rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.proweb-property-x-card h3 {
  margin: 0;
  color: #1f2937;
  font-size: 1.03rem;
  font-weight: 700;
  line-height: 1.45;
}

.proweb-property-x-card p {
  margin: 0.58rem 0 0;
  color: #475569;
  line-height: 1.6;
}

.proweb-property-x-icon-wrap {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 0.72rem;
  background: rgba(153, 27, 27, 0.08);
  color: #8b1f20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.74rem;
}

.proweb-property-x-icon {
  width: 1.3rem;
  height: 1.3rem;
}

.proweb-property-x-benefit-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.72rem;
  align-items: start;
}

.proweb-property-x-benefit-card p {
  margin: 0;
  font-weight: 500;
}

.proweb-property-x-check {
  width: 1.2rem;
  height: 1.2rem;
  color: #15803d;
  margin-top: 0.12rem;
}

.proweb-property-x-note {
  margin: 1rem 0 0;
  color: #475569;
  font-size: 0.94rem;
}

.proweb-property-x-opportunity-card {
  display: grid;
  gap: 0.5rem;
}

.proweb-property-x-opportunity-index {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.82rem;
  background: rgba(153, 27, 27, 0.1);
  color: #8b1f20;
}

.proweb-property-x-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.proweb-property-x-step {
  border: 1px solid var(--proweb-border, rgba(15, 23, 42, 0.1));
  background: #ffffff;
  border-radius: 0.9rem;
  padding: 0.95rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
}

.proweb-property-x-step-number {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  border: 1px solid rgba(153, 27, 27, 0.32);
  background: rgba(153, 27, 27, 0.08);
  color: #8b1f20;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.proweb-property-x-step-body h3 {
  margin: 0;
  color: #1f2937;
  font-size: 1.02rem;
}

.proweb-property-x-step-body p {
  margin: 0.5rem 0 0;
  color: #475569;
  line-height: 1.62;
}

.proweb-property-x-final-cta {
  border-radius: 1.08rem;
  border: 1px solid rgba(153, 27, 27, 0.2);
  background: linear-gradient(130deg, #8b1f20 0%, #a32a2c 68%, #b34731 100%);
  color: #ffffff;
  padding: 1.3rem;
  box-shadow: 0 16px 36px rgba(127, 29, 29, 0.26);
}

.proweb-property-x-final-cta h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.6vw, 1.95rem);
  font-family: inherit;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.proweb-property-x-final-cta p {
  margin: 0.72rem 0 0;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.62;
}

.proweb-property-x-final-cta .proweb-property-x-cta {
  margin-top: 0.25rem;
  background: #ffffff;
  color: #8b1f20;
  border-color: #ffffff;
}

.proweb-property-x-final-cta .proweb-property-x-cta:hover {
  background: #fdf2f2;
}

.proweb-property-x-final-cta .proweb-property-x-cta-secondary {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.65);
}

.proweb-property-x-final-cta .proweb-property-x-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.proweb-property-x-contact-section {
  padding-top: 1.5rem;
}

.proweb-property-x-contact-links {
  display: grid;
  gap: 0.68rem;
}

.proweb-property-x-contact-links a {
  color: #8b1f20;
  text-decoration: none;
  font-weight: 600;
  width: fit-content;
}

.proweb-property-x-contact-links a:hover {
  text-decoration: underline;
}

.proweb-property-x-compliance {
  margin-top: 1.1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.88rem;
  background: rgba(248, 250, 252, 0.85);
  padding: 0.86rem;
}

.proweb-property-x-compliance p {
  margin: 0;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.56;
}

.proweb-property-x-compliance p + p {
  margin-top: 0.46rem;
}

.proweb-property-x-disclaimer {
  color: #64748b;
}

.proweb-property-x-footer {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(15, 23, 42, 0.03);
  padding: 2.1rem 0 2.6rem;
}

.proweb-property-x-footer h2 {
  margin: 0;
  font-size: 1.34rem;
  color: #7f1d1d;
  font-family: inherit;
  font-weight: 700;
}

.proweb-property-x-footer p {
  margin: 0.46rem 0 0;
  color: #334155;
  line-height: 1.55;
}

[data-testid="button-user-menu"] {
  position: relative;
  z-index: 2;
}

[data-radix-dropdown-menu-content].w-56 {
  max-width: calc(100vw - 1rem);
}

[data-testid="text-user-name"],
[data-testid="text-user-email"] {
  display: block;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Guard against fragile hide-on-scroll states leaving header off-screen. */
header.sticky {
  top: 0 !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

@media (min-width: 1100px) {
  header .container > .flex.h-16.items-center.justify-between {
    gap: 0.56rem;
  }

  header .container > .flex.h-16.items-center.justify-between > .flex.items-center.gap-4,
  header .container > .flex.h-16.items-center.justify-between > .flex.items-center.gap-3 {
    flex: 1 1 auto;
    min-width: 0;
  }

  /* Token match, not gap utilities: logged-out nav uses gap-3, authenticated uses gap-2.5. */
  header nav[class~="md:flex"],
  header nav[class~="xl:flex"] {
    display: flex !important;
    flex: 1 1 auto;
    min-width: 0;
    gap: 0.32rem;
  }

  header [class~="md:flex"].flex-shrink-0,
  header [class~="md:flex"].ml-auto,
  header [class~="xl:flex"].flex-shrink-0,
  header [class~="xl:flex"].ml-auto {
    display: flex !important;
    margin-left: auto;
    flex-shrink: 0;
    gap: 0.35rem;
  }

  header nav .inline-flex.items-center.justify-center {
    padding-left: 0.38rem;
    padding-right: 0.38rem;
    font-size: 0.62rem;
    letter-spacing: -0.01em;
  }

  header [class~="xl:flex"].flex-shrink-0 .inline-flex.items-center.justify-center,
  header [class~="xl:flex"].ml-auto .inline-flex.items-center.justify-center {
    padding-left: 0.52rem;
    padding-right: 0.52rem;
    font-size: 0.7rem;
  }

  /* Only suppress the mobile trigger when a desktop nav is actually present to replace it. */
  header:has(nav[class~="xl:flex"]) .md\:hidden,
  header:has(nav[class~="xl:flex"]) .xl\:hidden {
    display: none !important;
  }
}

@media (min-width: 1367px) {
  header nav[class~="md:flex"],
  header nav[class~="xl:flex"] {
    gap: 0.54rem;
  }

  header nav .inline-flex.items-center.justify-center {
    padding-left: 0.52rem;
    padding-right: 0.52rem;
    font-size: 0.68rem;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  header nav[class~="md:flex"],
  header nav[class~="xl:flex"],
  header [class~="xl:flex"].flex-shrink-0,
  header [class~="xl:flex"].ml-auto {
    display: none !important;
  }

  header [class~="md:flex"].flex-shrink-0,
  header [class~="md:flex"].ml-auto {
    display: none !important;
  }

  header .md\:hidden,
  header .xl\:hidden {
    display: block !important;
    margin-left: auto;
  }
}

@media (min-width: 720px) {
  .proweb-property-x-section {
    padding: 3.2rem 0;
  }

  .proweb-property-x-hero {
    padding: 1.58rem;
  }

  .proweb-property-x-pillars {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.68rem;
    align-items: stretch;
  }

  .proweb-property-x-pillar {
    grid-template-columns: 1fr;
    align-items: start;
    text-align: left;
    padding: 0.72rem;
    min-height: 100%;
  }

  .proweb-property-x-pillar-copy {
    gap: 0.16rem;
  }

  .proweb-property-x-cta-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .proweb-property-x-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .proweb-property-x-hero {
    grid-template-columns: 1.08fr 0.92fr;
    padding: 1.78rem;
    align-items: stretch;
  }

  .proweb-property-x-card-grid-five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .proweb-property-x-card-grid-five .proweb-property-x-card:nth-child(4),
  .proweb-property-x-card-grid-five .proweb-property-x-card:nth-child(5) {
    grid-column: span 1;
  }

  .proweb-property-x-timeline {
    gap: 1rem;
  }

  .proweb-property-x-final-cta {
    padding: 1.82rem;
  }
}
