
.rental-sync-page *,
.rental-sync-page *::before,
.rental-sync-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.rental-sync-page {
  --font-heading: 'Oswald', sans-serif;
  --font-body: 'Poppins', sans-serif;
  --font-mono: ui-monospace, monospace;
  --bg: #ffffff;
  --bg-off: #f6f7f8;
  --ink: #080b0e;
  --ink-mid: #1e2630;
  --ink-muted: #5e6b78;
  --ink-faint: #9aa5b0;
  --border: #e1e5ea;
  --border-mid: #ccd2d8;
  --blue: #1a56f0;
  --violet: #6c3fcf;
  --magenta: #c026a0;
  --teal: #0891b2;
  --emerald: #059669;
  --amber: #d97706;
  --cyan: #06b6d4;
  --indigo: #4f46e5;
  --navy: #060a0f;
  --bp-indigo: #4f46e5;
  --bp-violet: #7c3aed;
  --bp-sky: #0ea5e9;
  --bp-cyan: #06b6d4;
  --bp-fuchsia: #a21caf;
  --bp-lilac: #8b5cf6;
  --bp-deep: #1e1b4b;
  --bp-slate: #312e81;
  --airbnb: #ff385c;
  --booking: #003580;
  --google: #4285f4;
  --vrbo: #1B5EF7;
  --expedia: #FFC72C;
  --tripadv: #34E0A1;
}

.rental-sync-page {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
}

.rental-sync-page .reveal {
  opacity: 1;
  transform: none;
}

.rental-sync-page.js-loaded .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s cubic-bezier(.22,.68,0,1.1), transform 0.65s cubic-bezier(.22,.68,0,1.1);
}

.rental-sync-page.js-loaded .reveal.in {
  opacity: 1;
  transform: translateY(0);
}

.rental-sync-page .mono-label {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--bp-indigo);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.rental-sync-page .mono-label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--bp-indigo);
  flex-shrink: 0;
}

.rental-sync-page .section-heading {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.06;
  color: var(--ink);
  margin-bottom: 1rem;
}

.rental-sync-page .section-heading .hl {
  background: linear-gradient(120deg, var(--bp-indigo) 0%, var(--bp-violet) 45%, var(--bp-sky) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rental-sync-page .section-sub {
  font-size: 0.95rem;
  color: var(--ink-muted);
  line-height: 1.8;
  max-width: 52ch;
}

.rental-sync-page .h-rule {
  width: 100%;
  height: 1px;
  background: var(--border);
  border: none;
  margin: 0;
}

.rental-sync-page .bi-blue { background: rgba(26,86,240,0.09); border: 1px solid rgba(26,86,240,0.2); color: var(--blue); }
.rental-sync-page .bi-violet { background: rgba(108,63,207,0.09); border: 1px solid rgba(108,63,207,0.2); color: var(--violet); }
.rental-sync-page .bi-teal { background: rgba(8,145,178,0.09); border: 1px solid rgba(8,145,178,0.2); color: var(--teal); }
.rental-sync-page .bi-em { background: rgba(5,150,105,0.09); border: 1px solid rgba(5,150,105,0.2); color: var(--emerald); }
.rental-sync-page .bi-amber { background: rgba(217,119,6,0.09); border: 1px solid rgba(217,119,6,0.2); color: var(--amber); }
.rental-sync-page .bi-indigo { background: rgba(79,70,229,0.09); border: 1px solid rgba(79,70,229,0.2); color: var(--bp-indigo); }
.rental-sync-page .bi-bp-vio { background: rgba(124,58,237,0.09); border: 1px solid rgba(124,58,237,0.22); color: var(--bp-violet); }
.rental-sync-page .bi-bp-sky { background: rgba(14,165,233,0.09); border: 1px solid rgba(14,165,233,0.2); color: var(--bp-sky); }
.rental-sync-page .bi-bp-cyan { background: rgba(6,182,212,0.09); border: 1px solid rgba(6,182,212,0.2); color: var(--bp-cyan); }
.rental-sync-page .bi-bp-fuch { background: rgba(162,28,175,0.09); border: 1px solid rgba(162,28,175,0.22); color: var(--bp-fuchsia); }
.rental-sync-page .bi-bp-lil { background: rgba(139,92,246,0.09); border: 1px solid rgba(139,92,246,0.2); color: var(--bp-lilac); }

.rental-sync-page .hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 9rem 5vw 6rem;
  overflow: hidden;
  text-align: center;
}

.rental-sync-page .hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 65% at 8%  50%, rgba(79,70,229,0.15) 0%, transparent 65%),
    radial-gradient(ellipse 50% 65% at 90% 25%, rgba(124,58,237,0.12) 0%, transparent 65%),
    radial-gradient(ellipse 45% 55% at 50% 98%, rgba(14,165,233,0.09) 0%, transparent 60%),
    linear-gradient(155deg, #060a0f 0%, #0a0814 40%, #080d14 70%, #060a0f 100%);
}

.rental-sync-page .hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.rental-sync-page .orb-1 {
  width: 680px;
  height: 600px;
  background: radial-gradient(circle, rgba(79,70,229,0.18), transparent 70%);
  top: -120px;
  left: -130px;
  animation: rental-sync-orb-float 18s ease-in-out infinite;
}

.rental-sync-page .orb-2 {
  width: 720px;
  height: 560px;
  background: radial-gradient(circle, rgba(124,58,237,0.14), transparent 70%);
  top: -80px;
  right: -160px;
  animation: rental-sync-orb-float 21s ease-in-out infinite reverse;
}

.rental-sync-page .orb-3 {
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(14,165,233,0.11), transparent 70%);
  bottom: -90px;
  left: 44%;
  animation: rental-sync-orb-float 14s ease-in-out infinite 5s;
}

@keyframes rental-sync-orb-float {
  0%, 100% { transform: translate(0,0) scale(1); }
  33% { transform: translate(26px,-20px) scale(1.04); }
  66% { transform: translate(-18px,14px) scale(0.97); }
}

.rental-sync-page .hero__canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.35;
}

.rental-sync-page .hero__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.014) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.014) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 90% 100% at 50% 0%, black 20%, transparent 100%);
}

.rental-sync-page .hero__hatch {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image: repeating-linear-gradient(45deg, #fff 0px, #fff 1px, transparent 1px, transparent 8px), repeating-linear-gradient(-45deg, #fff 0px, #fff 1px, transparent 1px, transparent 8px);
  pointer-events: none;
  mask-image: radial-gradient(ellipse 80% 90% at 50% 50%, transparent 40%, black 100%);
}

.rental-sync-page .hero__lines {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.rental-sync-page .hero__lines::before,
.rental-sync-page .hero__lines::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 210px;
  background: linear-gradient(to bottom, transparent, rgba(79,70,229,0.55), transparent);
}

.rental-sync-page .hero__lines::before {
  left: 20%;
  top: 16%;
  animation: rental-sync-line-pulse 5.5s ease-in-out infinite;
}

.rental-sync-page .hero__lines::after {
  right: 19%;
  top: 26%;
  animation: rental-sync-line-pulse 5.5s ease-in-out infinite 2.75s;
}

@keyframes rental-sync-line-pulse {
  0%, 100% { opacity: 0.2; transform: scaleY(1); }
  50% { opacity: 0.75; transform: scaleY(1.45); }
}

.rental-sync-page .hero__tokens {
  position: absolute;
  left: 2vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  z-index: 1;
  pointer-events: none;
}

.rental-sync-page .hero__token {
  font-family: var(--font-mono);
  font-size: 0.55rem;
  letter-spacing: 0.08em;
  color: rgba(139,92,246,0.7);
  padding: 0.15rem 0.5rem;
  border: 1px solid rgba(139,92,246,0.2);
  border-radius: 2px;
  background: rgba(139,92,246,0.05);
  animation: rental-sync-token-fade 4s ease-in-out infinite;
  white-space: nowrap;
}

.rental-sync-page .hero__token:nth-child(2) { animation-delay: 0.5s; color: rgba(255,56,92,0.7); border-color: rgba(255,56,92,0.2); background: rgba(255,56,92,0.05); }
.rental-sync-page .hero__token:nth-child(3) { animation-delay: 1s; color: rgba(14,165,233,0.7); border-color: rgba(14,165,233,0.2); background: rgba(14,165,233,0.05); }
.rental-sync-page .hero__token:nth-child(4) { animation-delay: 1.5s; color: rgba(66,133,244,0.7); border-color: rgba(66,133,244,0.2); background: rgba(66,133,244,0.05); }
.rental-sync-page .hero__token:nth-child(5) { animation-delay: 2s; color: rgba(0,53,128,0.8); border-color: rgba(99,148,255,0.3); background: rgba(99,148,255,0.06); }
.rental-sync-page .hero__token:nth-child(6) { animation-delay: 2.5s; color: rgba(6,182,212,0.65); border-color: rgba(6,182,212,0.2); background: rgba(6,182,212,0.05); }
.rental-sync-page .hero__token:nth-child(7) { animation-delay: 3s; color: rgba(124,58,237,0.65); border-color: rgba(124,58,237,0.2); background: rgba(124,58,237,0.05); }

@keyframes rental-sync-token-fade {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 1; }
}

.rental-sync-page .hero__metrics {
  position: absolute;
  right: 2vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  z-index: 1;
  pointer-events: none;
  align-items: flex-end;
}

.rental-sync-page .hero__metric {
  font-family: var(--font-mono);
  font-size: 0.56rem;
  letter-spacing: 0.07em;
  color: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  animation: rental-sync-metric-pulse 5s ease-in-out infinite;
  white-space: nowrap;
}

.rental-sync-page .hero__metric-val { color: rgba(139,92,246,0.9); font-size: 0.7rem; }
.rental-sync-page .hero__metric-val.green { color: rgba(52,224,161,0.85); }
.rental-sync-page .hero__metric-val.sky { color: rgba(14,165,233,0.85); }

.rental-sync-page .hero__metric:nth-child(2) { animation-delay: 0.9s; }
.rental-sync-page .hero__metric:nth-child(3) { animation-delay: 1.8s; }
.rental-sync-page .hero__metric:nth-child(4) { animation-delay: 2.7s; }
.rental-sync-page .hero__metric:nth-child(5) { animation-delay: 3.6s; }
.rental-sync-page .hero__metric:nth-child(6) { animation-delay: 4.5s; }

@keyframes rental-sync-metric-pulse {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 1; }
}

.rental-sync-page .hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  max-width: 960px;
}

.rental-sync-page .hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
  border: 1px solid rgba(255,255,255,0.09);
  padding: 0.35rem 1rem;
  border-radius: 100px;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(8px);
}

.rental-sync-page .hero__eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--bp-lilac), var(--bp-sky));
  animation: rental-sync-eyebrow-blink 2s ease-in-out infinite;
}

@keyframes rental-sync-eyebrow-blink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.7); }
}

.rental-sync-page .hero__title {
  color: #fff;
}

.rental-sync-page .hero__title .g {
  background: linear-gradient(135deg, #c4b5fd 0%, #818cf8 30%, #38bdf8 60%, #67e8f9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rental-sync-page .hero__sub {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(255,255,255,0.45);
  max-width: 66ch;
  line-height: 1.85;
}

.rental-sync-page .hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.rental-sync-page .hero__badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.rental-sync-page .proto-badge {
  font-family: var(--font-mono);
  font-size: 0.56rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.30);
  border: 1px solid rgba(255,255,255,0.07);
  padding: 0.22rem 0.65rem;
  border-radius: 2px;
  background: rgba(255,255,255,0.03);
  transition: color 0.2s, border-color 0.2s;
}

.rental-sync-page .proto-badge:hover {
  color: rgba(167,139,250,0.9);
  border-color: rgba(139,92,246,0.35);
}

.rental-sync-page .proto-badge.live {
  color: rgba(52,224,161,0.8);
  border-color: rgba(52,224,161,0.2);
  background: rgba(52,224,161,0.05);
}

.rental-sync-page .proto-badge.live::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #34e0a1;
  margin-right: 5px;
  animation: rental-sync-lblink 1.8s ease-in-out infinite;
}

@keyframes rental-sync-lblink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.25; }
}

.rental-sync-page .btn-grad {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 0.85rem 2rem;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--bp-indigo), var(--bp-violet));
  position: relative;
  overflow: hidden;
  transition: transform 0.15s;
}

.rental-sync-page .btn-grad::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--bp-violet), var(--bp-sky));
  opacity: 0;
  transition: opacity 0.3s;
}

.rental-sync-page .btn-grad span { position: relative; z-index: 1; }
.rental-sync-page .btn-grad:hover::before { opacity: 1; }
.rental-sync-page .btn-grad:hover { transform: translateY(-2px); }

.rental-sync-page .btn-outline-dark {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.58);
  text-decoration: none;
  padding: 0.85rem 2rem;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.14);
  transition: border-color 0.2s, color 0.2s, transform 0.15s;
}

.rental-sync-page .btn-outline-dark:hover {
  border-color: rgba(255,255,255,0.33);
  color: #fff;
  transform: translateY(-2px);
}

.rental-sync-page .btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.58);
  text-decoration: none;
  padding: 0.85rem 2rem;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.16);
  transition: border-color 0.2s, color 0.2s, transform 0.15s;
}

.rental-sync-page .btn-outline-white:hover {
  border-color: rgba(255,255,255,0.36);
  color: #fff;
  transform: translateY(-2px);
}

.rental-sync-page .hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  color: rgba(255,255,255,0.26);
}

.rental-sync-page .hero__breadcrumb a {
  color: rgba(255,255,255,0.26);
  text-decoration: none;
  transition: color 0.2s;
}

.rental-sync-page .hero__breadcrumb a:hover {
  color: rgba(255,255,255,0.58);
}

.rental-sync-page .bc-sep { opacity: 0.28; }
.rental-sync-page .bc-cur { color: rgba(255,255,255,0.58); font-weight: 500; }

.rental-sync-page .hero__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, var(--bg));
  pointer-events: none;
}

@keyframes rental-sync-fiu {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.rental-sync-page .stat-item {
  padding: 2rem;
  text-align: center;
  border-right: 1px solid var(--border);
  position: relative;
}

.rental-sync-page .stat-item:last-child { border-right: none; }

.rental-sync-page .stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, var(--bp-indigo), var(--bp-violet));
}

.rental-sync-page .stat-num {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.3rem;
  color: var(--ink);
}

.rental-sync-page .stat-num sup {
  font-size: 1.1rem;
  background: linear-gradient(135deg, var(--bp-indigo), var(--bp-sky));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rental-sync-page .stat-label {
  font-family: var(--font-body);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.rental-sync-page .section-row {
  display: grid;
  grid-template-columns: 88px 1fr;
  min-height: 0;
}

.rental-sync-page .section-gutter {
  border-right: 1px solid var(--border);
  padding: 4.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rental-sync-page .section-num {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  color: var(--ink-faint);
  letter-spacing: 0.14em;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.rental-sync-page .section-body {
  padding: 4.5rem 5vw 4.5rem 3.5rem;
}

.rental-sync-page .section-row.bg-off { background: var(--bg-off); }
.rental-sync-page .section-row.bg-off .section-gutter { background: var(--bg-off); }

.rental-sync-page .overview-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 5rem;
  align-items: start;
}

.rental-sync-page .overview-body p {
  font-size: 0.95rem;
  color: var(--ink-muted);
  line-height: 1.9;
  margin-bottom: 1.3rem;
}

.rental-sync-page .overview-body p:last-child { margin-bottom: 0; }

.rental-sync-page .reg-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.8rem;
}

.rental-sync-page .reg-badge {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  border-radius: 2px;
  border: 1px solid;
  font-weight: 600;
}

.rental-sync-page .rb-airbnb { color: #ff385c; border-color: rgba(255,56,92,0.35); background: rgba(255,56,92,0.07); }
.rental-sync-page .rb-booking { color: #4a7ee8; border-color: rgba(74,126,232,0.3); background: rgba(74,126,232,0.07); }
.rental-sync-page .rb-google { color: #4285f4; border-color: rgba(66,133,244,0.3); background: rgba(66,133,244,0.07); }
.rental-sync-page .rb-vrbo { color: #1B5EF7; border-color: rgba(27,94,247,0.3); background: rgba(27,94,247,0.07); }
.rental-sync-page .rb-expedia { color: #ca8a04; border-color: rgba(202,138,4,0.3); background: rgba(202,138,4,0.07); }
.rental-sync-page .rb-trip { color: #059669; border-color: rgba(5,150,105,0.3); background: rgba(5,150,105,0.07); }
.rental-sync-page .rb-ind { color: #4f46e5; border-color: rgba(79,70,229,0.3); background: rgba(79,70,229,0.07); }
.rental-sync-page .rb-direct { color: #7c3aed; border-color: rgba(124,58,237,0.3); background: rgba(124,58,237,0.07); }

.rental-sync-page .pillar-cards { display: flex; flex-direction: column; gap: 0.85rem; }

.rental-sync-page .opc {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1.3rem 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  transition: border-color 0.2s, transform 0.2s;
}

.rental-sync-page .opc:hover {
  border-color: rgba(79,70,229,0.32);
  transform: translateX(3px);
}

.rental-sync-page .opc-icon {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.rental-sync-page .opc h5 {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-bottom: 0.2rem;
}

.rental-sync-page .opc p {
  font-size: 0.78rem;
  color: var(--ink-muted);
  line-height: 1.6;
  margin: 0;
}

.rental-sync-page .cs-meta-bar {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
  padding: 1.4rem 1.8rem;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: var(--bg-off);
}

.rental-sync-page .cs-meta-item { display: flex; flex-direction: column; gap: 0.2rem; }
.rental-sync-page .cs-meta-label {
  font-family: var(--font-mono);
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

.rental-sync-page .cs-meta-val {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink);
}

.rental-sync-page .cs-meta-val.live { color: var(--emerald); }

.rental-sync-page .channel-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 2rem;
}

.rental-sync-page .channel-card {
  padding: 1.8rem 1.5rem;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
  transition: background 0.2s;
  text-align: center;
}

.rental-sync-page .channel-card:hover { background: var(--bg-off); }
.rental-sync-page .channel-card:nth-child(4n) { border-right: none; }
.rental-sync-page .channel-card:nth-last-child(-n+4) { border-bottom: none; }

.rental-sync-page .channel-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  opacity: 0;
  transition: opacity 0.3s;
}

.rental-sync-page .channel-card:hover::before { opacity: 1; }
.rental-sync-page .ch-airbnb::before { background: #ff385c; }
.rental-sync-page .ch-booking::before { background: linear-gradient(90deg, #003580, #4a7ee8); }
.rental-sync-page .ch-google::before { background: linear-gradient(90deg, #4285f4, #34a853); }
.rental-sync-page .ch-vrbo::before { background: #1B5EF7; }
.rental-sync-page .ch-expedia::before { background: linear-gradient(90deg, #FFC72C, #ff6900); }
.rental-sync-page .ch-tripadv::before { background: #00af87; }
.rental-sync-page .ch-direct::before { background: linear-gradient(90deg, var(--bp-indigo), var(--bp-violet)); }
.rental-sync-page .ch-ical::before { background: linear-gradient(90deg, var(--bp-cyan), var(--bp-sky)); }

.rental-sync-page .channel-logo {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}

.rental-sync-page .channel-logo.airbnb { color: #ff385c; }
.rental-sync-page .channel-logo.booking { color: #003580; }
.rental-sync-page .channel-logo.google { color: #4285f4; }
.rental-sync-page .channel-logo.vrbo { color: #1B5EF7; }
.rental-sync-page .channel-logo.expedia { color: #d97706; }
.rental-sync-page .channel-logo.tripadv { color: #00af87; }
.rental-sync-page .channel-logo.direct { color: var(--bp-indigo); }
.rental-sync-page .channel-logo.ical { color: var(--bp-sky); }

.rental-sync-page .channel-status {
  font-family: var(--font-mono);
  font-size: 0.52rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.rental-sync-page .channel-status.live { color: rgba(52,224,161,0.85); }
.rental-sync-page .channel-status.live::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #34e0a1;
  display: inline-block;
  animation: rental-sync-live-blink 1.8s ease-in-out infinite;
}

@keyframes rental-sync-live-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.25; }
}

.rental-sync-page .channel-status.sync { color: rgba(139,92,246,0.85); }
.rental-sync-page .channel-status.sync::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--bp-lilac);
  display: inline-block;
}

.rental-sync-page .channel-features { display: flex; flex-direction: column; gap: 0.3rem; }
.rental-sync-page .ch-feat {
  font-size: 0.67rem;
  color: var(--ink-muted);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  justify-content: center;
}
.rental-sync-page .ch-feat::before {
  content: '✓';
  font-size: 0.6rem;
  color: var(--bp-indigo);
  font-weight: 700;
}

.rental-sync-page .features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.rental-sync-page .feature-card {
  padding: 1.75rem 1.5rem;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: var(--bg);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.rental-sync-page .feature-card:hover {
  border-color: var(--border-mid);
  box-shadow: 0 10px 26px rgba(17, 19, 31, 0.07);
  transform: translateY(-2px);
}

.rental-sync-page .feat-icon {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-bottom: 0.9rem;
}

.rental-sync-page .feat-title {
  font-size: 0.84rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-bottom: 0.45rem;
  line-height: 1.25;
}

.rental-sync-page .feat-desc {
  font-size: 0.77rem;
  color: var(--ink-muted);
  line-height: 1.58;
  margin-bottom: 0.85rem;
}

.rental-sync-page .feat-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.rental-sync-page .feat-tag {
  font-family: var(--font-mono);
  font-size: 0.52rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.16rem 0.5rem;
  border-radius: 2px;
  color: var(--ink-faint);
  border: 1px solid var(--border);
  background: var(--bg-off);
}

.rental-sync-page .workflow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.rental-sync-page .workflow-card {
  padding: 1.75rem 1.5rem;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: var(--bg);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.rental-sync-page .workflow-card:hover {
  border-color: var(--border-mid);
  box-shadow: 0 10px 24px rgba(17, 19, 31, 0.06);
  transform: translateY(-2px);
}

.rental-sync-page .wf-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.rental-sync-page .wf-num {
  font-family: var(--font-mono);
  font-size: 0.56rem;
  color: var(--ink-faint);
  letter-spacing: 0.12em;
  margin-bottom: 0.4rem;
}

.rental-sync-page .wf-title {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.rental-sync-page .wf-desc {
  font-size: 0.8rem;
  color: var(--ink-muted);
  line-height: 1.75;
  margin-bottom: 0.85rem;
}

.rental-sync-page .wf-points { list-style: none; display: flex; flex-direction: column; gap: 0.4rem; }
.rental-sync-page .wf-points li {
  font-size: 0.75rem;
  color: var(--ink-muted);
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  line-height: 1.5;
}
.rental-sync-page .wf-points li::before {
  content: '—';
  font-family: var(--font-mono);
  color: var(--bp-indigo);
  font-size: 0.65rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.rental-sync-page .case-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 2rem;
}

.rental-sync-page .case-metric {
  padding: 2rem 1.5rem;
  border-right: 1px solid var(--border);
  text-align: center;
  background: var(--bg-off);
  transition: background 0.2s;
  position: relative;
}

.rental-sync-page .case-metric:last-child { border-right: none; }
.rental-sync-page .case-metric:hover { background: #fff; }

.rental-sync-page .cm-val {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--ink);
  margin-bottom: 0.3rem;
}

.rental-sync-page .cm-val .hl {
  background: linear-gradient(135deg, var(--bp-indigo), var(--bp-sky));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rental-sync-page .cm-label {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 0.25rem;
}

.rental-sync-page .cm-note {
  font-family: var(--font-mono);
  font-size: 0.55rem;
  color: var(--ink-faint);
  letter-spacing: 0.06em;
}

.rental-sync-page .case-study-card {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 2.5rem;
  background: var(--bg-off);
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3.5rem;
  align-items: start;
}

.rental-sync-page .cs-tag {
  font-family: var(--font-mono);
  font-size: 0.56rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bp-indigo);
  border: 1px solid rgba(79,70,229,0.25);
  background: rgba(79,70,229,0.06);
  padding: 0.2rem 0.65rem;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 1rem;
}

.rental-sync-page .cs-title {
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--ink);
  margin-bottom: 0.75rem;
}

.rental-sync-page .cs-title .hl {
  background: linear-gradient(120deg, var(--bp-indigo), var(--bp-violet), var(--bp-sky));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rental-sync-page .cs-body {
  font-size: 0.83rem;
  color: var(--ink-muted);
  line-height: 1.9;
  margin-bottom: 1.2rem;
}

.rental-sync-page .cs-quote {
  font-size: 0.85rem;
  color: var(--ink-mid);
  line-height: 1.8;
  font-style: italic;
  border-left: 2px solid var(--bp-indigo);
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}

.rental-sync-page .cs-author {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  color: var(--ink-faint);
  letter-spacing: 0.08em;
}

.rental-sync-page .cs-results { display: flex; flex-direction: column; gap: 1rem; }
.rental-sync-page .cs-result-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.2rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 3px;
}

.rental-sync-page .cs-result-val {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  min-width: 64px;
  flex-shrink: 0;
}

.rental-sync-page .cs-result-val .hl-g {
  background: linear-gradient(135deg, var(--bp-indigo), var(--bp-sky));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rental-sync-page .cs-result-label {
  font-size: 0.75rem;
  color: var(--ink-muted);
  line-height: 1.5;
}

.rental-sync-page .cs-result-label strong {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink);
  display: block;
  margin-bottom: 0.1rem;
}

.rental-sync-page .ba-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 2rem;
}

.rental-sync-page .ba-card { padding: 1.6rem; }
.rental-sync-page .ba-card.before {
  border-right: 1px solid var(--border);
  background: #fef2f2;
}

.rental-sync-page .ba-card.after { background: #f0fdf4; }

.rental-sync-page .ba-card-label {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
}

.rental-sync-page .ba-card.before .ba-card-label { color: #dc2626; }
.rental-sync-page .ba-card.after .ba-card-label { color: var(--emerald); }
.rental-sync-page .ba-card-label-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.rental-sync-page .ba-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.65rem;
  font-size: 0.78rem;
  line-height: 1.5;
}

.rental-sync-page .ba-item:last-child { margin-bottom: 0; }
.rental-sync-page .ba-card.before .ba-item { color: #7f1d1d; }
.rental-sync-page .ba-card.after .ba-item { color: #14532d; }
.rental-sync-page .ba-item-icon { flex-shrink: 0; margin-top: 0.15rem; font-size: 0.85rem; }

.rental-sync-page .compliance-banner {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
  background: var(--bg-off);
  margin-top: 2rem;
}

.rental-sync-page .compliance-banner h3 {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--ink);
  margin-bottom: 0.6rem;
}

.rental-sync-page .compliance-banner h3 .hl {
  background: linear-gradient(120deg, var(--bp-indigo), var(--bp-violet), var(--bp-sky));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rental-sync-page .compliance-banner p {
  font-size: 0.85rem;
  color: var(--ink-muted);
  line-height: 1.85;
}

.rental-sync-page .compliance-frameworks { display: flex; flex-direction: column; gap: 0.5rem; }
.rental-sync-page .fw-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.7rem 0.85rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 3px;
}

.rental-sync-page .fw-tag {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border-radius: 2px;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}

.rental-sync-page .fw-desc {
  font-size: 0.75rem;
  color: var(--ink-muted);
  line-height: 1.5;
}

.rental-sync-page .why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.rental-sync-page .why-card {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1.8rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.rental-sync-page .why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--bp-indigo), var(--bp-violet));
}

.rental-sync-page .why-card:hover {
  border-color: rgba(79,70,229,0.32);
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(79,70,229,0.10);
}

.rental-sync-page .why-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin: 0 auto 1rem;
}

.rental-sync-page .why-num {
  font-family: var(--font-mono);
  font-size: 0.56rem;
  color: var(--ink-faint);
  letter-spacing: 0.12em;
  margin-bottom: 0.6rem;
  display: block;
}

.rental-sync-page .why-title {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.rental-sync-page .why-desc {
  font-size: 0.74rem;
  color: var(--ink-muted);
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .rental-sync-page .overview-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .rental-sync-page .compliance-banner { grid-template-columns: 1fr; }
  .rental-sync-page .why-grid { grid-template-columns: repeat(2, 1fr); }
  .rental-sync-page .channel-grid { grid-template-columns: repeat(4, 1fr); }
  .rental-sync-page .case-metrics { grid-template-columns: repeat(2, 1fr); }
  .rental-sync-page .case-study-card { grid-template-columns: 1fr; }
  .rental-sync-page .ba-cards { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .rental-sync-page .section-row { grid-template-columns: 56px 1fr; }
  .rental-sync-page .hero__tokens,
  .rental-sync-page .hero__metrics { display: none; }
  .rental-sync-page .features-grid { grid-template-columns: repeat(2, 1fr); }
  .rental-sync-page .channel-grid { grid-template-columns: repeat(2, 1fr); }
  .rental-sync-page .channel-card:nth-child(2n) { border-right: none; }
}

@media (max-width: 768px) {
  .rental-sync-page .section-row { grid-template-columns: 1fr; }
  .rental-sync-page .section-gutter { display: none; }
  .rental-sync-page .section-body { padding: 3.5rem 5vw; }
.rental-sync-page .stat-item:nth-child(2) { border-right: none; }
  .rental-sync-page .stat-item:nth-child(1),
  .rental-sync-page .stat-item:nth-child(2) { border-bottom: 1px solid var(--border); }
  .rental-sync-page .features-grid { grid-template-columns: 1fr; }
  .rental-sync-page .workflow-grid { grid-template-columns: 1fr; }
  .rental-sync-page .why-grid { grid-template-columns: 1fr 1fr; }
  .rental-sync-page .channel-grid { grid-template-columns: 1fr 1fr; }
  .rental-sync-page .case-metrics { grid-template-columns: 1fr 1fr; }
  .rental-sync-page .ba-cards { grid-template-columns: 1fr; }
  .rental-sync-page .ba-card.before { border-right: none; border-bottom: 1px solid var(--border); }
  .rental-sync-page .cs-meta-bar { flex-direction: column; gap: 1.2rem; }
}
