.outcall-landing-page {
  overflow-x: hidden;
  padding-top: 0 !important;
}

.outcall-landing-page > header,
.outcall-landing-page > section {
  flex-shrink: 0;
}

.outcall-landing-page .container {
  width: min(100% - 2rem, 1160px);
  margin-inline: auto;
  padding-left: 0;
  padding-right: 0;
}

.outcall-landing-page #outcall-massage-bangkok {
  padding-top: 0 !important;
}

.outcall-landing-shell {
  max-width: 1160px;
}

#main-header.outcall-landing-header {
  position: sticky;
  top: 0;
  z-index: 1035;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

body.outcall-landing-page.navs-hidden #main-header.outcall-landing-header {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.outcall-landing-header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.outcall-landing-header .nav-brand-link,
.outcall-landing-header .nav-brand-link:visited,
.outcall-landing-header .nav-brand-link:hover,
.outcall-landing-header .nav-brand-link:focus-visible,
.outcall-landing-header .nav-brand-link:active {
  color: var(--text-primary);
  text-decoration: none;
}

.outcall-landing-header .nav-brand-logo {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
}

.outcall-landing-header .nav-brand-text {
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.outcall-landing-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6rem;
}

.outcall-landing-header .theme-toggle-btn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: var(--shadow-surface-soft);
}

.outcall-landing-header .btn-book {
  white-space: nowrap;
}

html.theme-dark #main-header.outcall-landing-header {
  background: rgba(7, 10, 16, 0.84);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

html.theme-dark .outcall-landing-header .nav-brand-link,
html.theme-dark .outcall-landing-header .nav-brand-link:visited,
html.theme-dark .outcall-landing-header .nav-brand-link:hover,
html.theme-dark .outcall-landing-header .nav-brand-link:focus-visible,
html.theme-dark .outcall-landing-header .nav-brand-link:active,
html.theme-dark .outcall-landing-header .nav-brand-text {
  color: #ffffff;
}

html.theme-dark .outcall-landing-header .theme-toggle-btn {
  background: rgba(17, 24, 39, 0.7);
  border-color: rgba(255, 255, 255, 0.12);
}

.outcall-hero-band {
  display: block;
  isolation: isolate;
  position: relative;
  background: #f6f2ea;
}

.outcall-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.outcall-hero-media {
  display: block;
  width: 100%;
  height: 100%;
}

.outcall-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.outcall-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 74% center;
  transform: scaleX(-1);
  display: block;
}

.outcall-hero-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(250, 247, 241, 0.98) 0%, rgba(250, 247, 241, 0.92) 38%, rgba(250, 247, 241, 0.58) 64%, rgba(250, 247, 241, 0.08) 100%),
    radial-gradient(circle at 18% 28%, rgba(11, 99, 206, 0.14), transparent 28%);
  pointer-events: none;
}

.outcall-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: clamp(40rem, 82vh, 52rem);
  padding-top: clamp(3.25rem, 5.2vw, 5rem);
  padding-bottom: clamp(3rem, 5vw, 5rem);
}

.outcall-hero-layout {
  width: 100%;
}

.outcall-hero-inner {
  width: min(60rem, 100%);
  display: grid;
  gap: 1.05rem;
  color: var(--text-primary);
}

.outcall-status-rail {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.85rem;
  width: fit-content;
  max-width: 100%;
  padding: 0.88rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.82);
  color: var(--text-primary);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.outcall-status-rail-item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.98rem;
  font-weight: 700;
  white-space: nowrap;
}

.outcall-status-rail-item::before,
.outcall-status-rail-item svg {
  content: "";
  width: 0.72rem;
  height: 0.72rem;
  flex: 0 0 auto;
}

.outcall-status-rail-item::before {
  border-radius: 999px;
  background: var(--color-blue);
  box-shadow: 0 0 0 3px rgba(11, 99, 206, 0.14);
}

.outcall-status-rail-item--live::before {
  background: #84cc16;
  box-shadow: 0 0 0 3px rgba(132, 204, 22, 0.14);
}

.outcall-status-rail-item svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: var(--color-blue);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.outcall-status-rail-item--clock::before,
.outcall-status-rail-item--bolt::before {
  display: none;
}

.outcall-hero-kicker {
  margin: 0;
  color: var(--color-blue);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.outcall-hero-inner h1 {
  color: var(--text-primary);
  font-size: clamp(3.45rem, 5.25vw, 5.05rem);
  line-height: 1;
  margin: 0;
  max-width: 21ch;
}

.outcall-hero-inner .outcall-hero-highlight {
  color: var(--color-blue);
}

.outcall-hero-lead {
  font-size: clamp(1.08rem, 0.88rem + 0.45vw, 1.4rem);
  line-height: 1.48;
  color: var(--text-muted);
  max-width: 34rem;
  margin: 0;
}

.outcall-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 0.25rem;
  max-width: 44rem;
}

.outcall-proof-item {
  min-width: 0;
  padding: 0 clamp(0.5rem, 0.85vw, 0.85rem);
  border-right: 1px solid rgba(15, 23, 42, 0.16);
  text-align: center;
}

.outcall-proof-item:first-child {
  padding-left: 0;
}

.outcall-proof-item:last-child {
  border-right: 0;
  padding-right: 0;
}

.outcall-proof-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
  height: 1.3rem;
  margin-bottom: 0.2rem;
  color: var(--color-blue);
}

.outcall-proof-icon svg {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
}

.outcall-proof-value {
  display: block;
  color: var(--text-primary);
  font-size: clamp(0.78rem, 0.72rem + 0.12vw, 0.88rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0.14rem;
}

.outcall-proof-title {
  display: none;
}

.outcall-proof-copy {
  color: var(--text-muted);
  display: block;
  font-size: 0.64rem;
  line-height: 1.18;
}

.outcall-hero-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 1rem 1.25rem;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.84);
  color: var(--text-primary);
  font-size: 1rem;
  line-height: 1.45;
}

.outcall-hero-areas-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  flex: 0 0 auto;
  border: 2px solid rgba(11, 99, 206, 0.88);
  box-shadow: inset 0 0 0 4px rgba(11, 99, 206, 0.14);
}

.outcall-hero-areas-icon svg {
  width: 0.9rem;
  height: 0.9rem;
  fill: none;
  stroke: var(--color-blue);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.outcall-hero-areas-label {
  color: var(--color-blue);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
  margin-right: 0.1rem;
}

.outcall-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.outcall-hero-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.75rem;
  min-width: min(22rem, 100%);
  padding: 0.95rem 1.5rem;
  border-radius: 18px;
  background: var(--color-blue);
  border: 0;
  color: #ffffff;
  font-size: clamp(1.08rem, 1rem + 0.2vw, 1.3rem);
  font-weight: 800;
  text-decoration: none;
  box-shadow: var(--shadow-action);
  overflow: hidden;
  isolation: isolate;
}

.outcall-hero-primary::before {
  content: "";
  position: absolute;
  inset: -35% auto -35% -44%;
  z-index: -1;
  width: 42%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  opacity: 1;
  animation: outcallHeroButtonSweep 2.8s ease-in-out infinite;
}

.outcall-hero-primary:hover,
.outcall-hero-primary:focus-visible {
  color: #ffffff;
  background: var(--color-blue-hover);
  box-shadow: var(--shadow-action-hover), var(--focus-ring-action);
  transform: translateY(-1px);
}

@keyframes outcallHeroButtonSweep {
  0%,
  45% {
    transform: translateX(0) skewX(-18deg);
  }

  70%,
  100% {
    transform: translateX(360%) skewX(-18deg);
  }
}

.outcall-hero-secondary {
  color: var(--color-blue);
  font-weight: 700;
  text-decoration: none;
}

.outcall-hero-secondary:hover,
.outcall-hero-secondary:focus-visible {
  color: var(--color-blue-hover);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.outcall-hero-trustline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  color: var(--text-primary);
  font-size: 1rem;
  font-weight: 600;
}

.outcall-hero-trustline span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.outcall-hero-trustline span::before {
  content: "";
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  border: 2px solid rgba(11, 99, 206, 0.9);
  flex: 0 0 auto;
}

.outcall-hero-mini-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(46rem, 100%);
  margin-inline: auto;
  padding: 0.9rem 1rem;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.outcall-hero-proof-band {
  position: relative;
  z-index: 2;
  margin-top: -1.35rem;
  padding-bottom: clamp(2rem, 4vw, 3.25rem);
  background: linear-gradient(180deg, #f6f2ea 0%, var(--surface-bg) 100%);
}

.outcall-hero-mini-proof-item {
  display: grid;
  justify-items: center;
  gap: 0.1rem;
  min-width: 0;
  padding: 0 0.75rem;
  border-right: 1px solid rgba(15, 23, 42, 0.1);
  text-align: center;
}

.outcall-hero-mini-proof-item:last-child {
  border-right: 0;
}

.outcall-hero-mini-proof-icon {
  color: var(--color-blue);
  line-height: 1;
}

.outcall-hero-mini-proof-icon svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.outcall-hero-mini-proof-item strong {
  color: var(--text-primary);
  font-size: 1.14rem;
  line-height: 1.1;
}

.outcall-hero-mini-proof-item span:last-child {
  color: var(--text-muted);
  font-size: 0.76rem;
  line-height: 1.2;
}

html.theme-dark .outcall-hero-band {
  background: #090b10;
}

html.theme-dark .outcall-hero-band::after {
  background:
    linear-gradient(90deg, rgba(4, 6, 10, 0.98) 0%, rgba(4, 6, 10, 0.94) 38%, rgba(4, 6, 10, 0.58) 66%, rgba(4, 6, 10, 0.1) 100%),
    radial-gradient(circle at 18% 28%, rgba(11, 99, 206, 0.18), transparent 28%);
}

html.theme-dark .outcall-status-rail {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(17, 24, 39, 0.52);
  color: rgba(248, 250, 252, 0.94);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

html.theme-dark .outcall-hero-kicker,
html.theme-dark .outcall-hero-inner .outcall-hero-highlight,
html.theme-dark .outcall-proof-icon,
html.theme-dark .outcall-hero-areas-label {
  color: #63a8ff;
}

html.theme-dark .outcall-hero-inner,
html.theme-dark .outcall-hero-inner h1,
html.theme-dark .outcall-proof-value,
html.theme-dark .outcall-proof-title,
html.theme-dark .outcall-hero-mini-proof-item strong,
html.theme-dark .outcall-hero-trustline {
  color: #ffffff;
}

html.theme-dark .outcall-hero-lead,
html.theme-dark .outcall-proof-copy,
html.theme-dark .outcall-hero-mini-proof-item span:last-child {
  color: rgba(226, 232, 240, 0.92);
}

html.theme-dark .outcall-hero-areas {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(17, 24, 39, 0.5);
  color: rgba(241, 245, 249, 0.94);
}

html.theme-dark .outcall-hero-areas-icon,
html.theme-dark .outcall-hero-trustline span::before {
  border-color: rgba(99, 168, 255, 0.9);
}

html.theme-dark .outcall-hero-proof-band {
  background: linear-gradient(180deg, #090b10 0%, var(--surface-bg) 100%);
}

html.theme-dark .outcall-hero-secondary {
  color: rgba(241, 245, 249, 0.9);
}

html.theme-dark .outcall-hero-secondary:hover,
html.theme-dark .outcall-hero-secondary:focus-visible {
  color: #ffffff;
}

html.theme-dark .outcall-proof-item,
html.theme-dark .outcall-hero-mini-proof-item {
  border-right-color: rgba(255, 255, 255, 0.16);
}

html.theme-dark .outcall-hero-mini-proof {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(17, 24, 39, 0.72);
  box-shadow: 0 18px 40px rgba(8, 14, 24, 0.26);
}

.outcall-editorial-section {
  padding: clamp(2.4rem, 4.2vw, 4rem) 0 0;
}

.outcall-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  gap: clamp(1.6rem, 3vw, 2.8rem);
  align-items: center;
}

.outcall-editorial-grid--reverse {
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1fr);
}

.outcall-editorial-copy h2,
.outcall-editorial-copy h3 {
  color: var(--text-primary);
  margin-bottom: 0.9rem;
}

.outcall-editorial-copy p {
  color: var(--text-muted);
  margin-bottom: 1.4rem;
  line-height: 1.7;
}

.outcall-editorial-copy .home-box-cta {
  margin-top: 0.4rem;
}

.outcall-chevron-list {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  display: grid;
  gap: 0.8rem;
}

.outcall-chevron-list li {
  position: relative;
  padding-left: 2.1rem;
  color: var(--text-muted);
  min-height: 1.55rem;
}

.outcall-chevron-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  display: block;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(11, 99, 206, 0.22);
  box-shadow: 0 8px 18px rgba(11, 99, 206, 0.16);
}

.outcall-chevron-list li::after {
  content: "";
  position: absolute;
  left: 0.47rem;
  top: 0.52rem;
  width: 0.42rem;
  height: 0.42rem;
  border-top: 0.12rem solid var(--color-blue);
  border-right: 0.12rem solid var(--color-blue);
  transform: rotate(45deg);
}

.outcall-chevron-list strong {
  color: var(--text-primary);
}

.outcall-editorial-media {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.9);
}

.outcall-editorial-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3.1;
}

.outcall-editorial-media--therapist img {
  object-position: center 18%;
}

.outcall-support-copy {
  padding-top: clamp(2.2rem, 4vw, 3.2rem);
}

.outcall-support-copy h2 {
  margin-bottom: 0.9rem;
}

.outcall-support-copy p,
.outcall-support-copy li {
  color: var(--text-muted);
  line-height: 1.7;
}

.outcall-support-copy ul {
  margin-bottom: 1rem;
}

.outcall-reviews-section {
  padding-top: clamp(2.6rem, 4vw, 3.8rem);
}

.outcall-reviews-section .reviews-conversion-summary {
  border-radius: 24px;
}

.outcall-booking-cta {
  position: relative;
  overflow: hidden;
  padding-top: clamp(4.5rem, 7vw, 6.5rem);
  padding-bottom: clamp(4.5rem, 7vw, 6.5rem);
  color: #ffffff;
  background:
    radial-gradient(900px 380px at 18% 0%, rgba(255, 255, 255, 0.22), transparent 62%),
    radial-gradient(720px 300px at 86% 100%, rgba(96, 165, 250, 0.3), transparent 58%),
    linear-gradient(135deg, #0754b5 0%, #0b63ce 50%, #06459a 100%);
}

.outcall-booking-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 34%, rgba(255, 255, 255, 0.08));
  opacity: 0.72;
}

.outcall-booking-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
}

.outcall-booking-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding: 0.85rem 1.45rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.outcall-booking-kicker span {
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.16);
}

.outcall-booking-cta h2 {
  color: #ffffff;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  line-height: 0.98;
  margin-inline: auto;
  max-width: 18ch;
}

.outcall-booking-cta p {
  color: rgba(255, 255, 255, 0.84);
}

.outcall-booking-heading {
  margin-inline: auto;
  max-width: 880px;
}

.outcall-booking-heading p {
  font-size: clamp(1.08rem, 0.95rem + 0.45vw, 1.38rem);
  line-height: 1.5;
}

.outcall-booking-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 1.5rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}

.outcall-booking-card {
  display: grid;
  justify-items: center;
  align-content: start;
  min-width: 0;
  min-height: 100%;
  padding: clamp(1.35rem, 2.4vw, 2rem);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.16), transparent 54%),
    rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 24px 58px rgba(2, 8, 20, 0.14);
  text-align: center;
}

.outcall-booking-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.25rem;
  height: 5.25rem;
  margin-bottom: 1.15rem;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.outcall-booking-card-icon svg {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.outcall-booking-card-icon .footer-contact-icon-file {
  width: 2.2rem;
  height: 2.2rem;
  background-color: #ffffff;
}

.outcall-booking-card-icon--whatsapp {
  background: linear-gradient(180deg, rgba(37, 211, 102, 0.95), rgba(37, 211, 102, 0.6));
}

.outcall-booking-card h3 {
  color: #ffffff;
  font-family: var(--font-body);
  font-size: clamp(1.3rem, 1.05rem + 0.55vw, 1.8rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 0.65rem;
}

.outcall-booking-card p {
  max-width: 18rem;
  min-height: 3.25rem;
  margin: 0 auto 1.35rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.45;
}

.outcall-booking-btn {
  width: min(100%, 19rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 3.25rem;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.outcall-booking-btn .footer-contact-icon-file {
  width: 1.1rem;
  height: 1.1rem;
  background-color: currentColor;
}

.outcall-booking-btn-primary {
  color: var(--color-blue);
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(2, 8, 20, 0.24);
}

.outcall-booking-btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.12);
}

.outcall-booking-btn:hover,
.outcall-booking-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(2, 8, 20, 0.3);
}

.outcall-booking-btn-primary:hover,
.outcall-booking-btn-primary:focus-visible {
  color: var(--color-blue-hover);
}

.outcall-booking-btn-secondary:hover,
.outcall-booking-btn-secondary:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}

.outcall-booking-card small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  max-width: 100%;
  margin-top: 1rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.15;
  text-transform: uppercase;
}

.outcall-booking-card small svg {
  width: 0.95rem;
  height: 0.95rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.outcall-booking-card-arrow {
  display: none;
}

.outcall-booking-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(100%, 58rem);
  margin: clamp(1.6rem, 3vw, 2rem) auto 0;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.outcall-booking-trust span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-width: 0;
  padding: 0.25rem 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.outcall-booking-trust span:nth-child(2) {
  display: none;
}

.outcall-booking-trust span:last-child {
  border-right: 0;
}

.outcall-booking-trust svg {
  width: 1.45rem;
  height: 1.45rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.outcall-bottom-breadcrumb {
  padding-top: 1.2rem;
  padding-bottom: 2rem;
}

.outcall-bottom-breadcrumb nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: flex-start;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.outcall-bottom-breadcrumb a {
  color: var(--text-muted);
  text-decoration: none;
}

.outcall-bottom-breadcrumb a:hover,
.outcall-bottom-breadcrumb a:focus-visible {
  color: var(--color-blue);
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

@media (min-width: 992px) {
  .outcall-landing-page .mobile-tabbar,
  .outcall-landing-page .mobile-tabbar-spacer {
    display: none !important;
  }

  .outcall-hero-band {
    background: #f6f2ea;
  }

  .outcall-hero-content {
    min-height: clamp(40rem, 82vh, 52rem);
    padding-top: clamp(3.25rem, 5vw, 5rem);
    padding-bottom: clamp(3rem, 5vw, 5rem);
  }

  .outcall-hero-layout {
    display: block;
  }

  .outcall-hero-inner {
    width: 100%;
    max-width: 60rem;
  }

  .outcall-hero-inner h1 {
    max-width: 21ch;
  }

  .outcall-proof-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 44rem;
  }

  html.theme-dark .outcall-hero-band {
    background: #090b10;
  }
}

@media (max-width: 991.98px) {
  .outcall-landing-page .container {
    width: min(100% - 1.5rem, 1160px);
  }

  body.outcall-landing-page.navs-hidden #main-header.outcall-landing-header {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .outcall-landing-page .contact-fab {
    right: 1rem;
    bottom: calc(6rem + max(env(safe-area-inset-bottom), 0px));
    z-index: 1004;
  }

  .outcall-landing-page .back-to-top {
    display: flex !important;
    right: 1rem;
    bottom: calc(1rem + max(env(safe-area-inset-bottom), 0px));
    z-index: 1003;
  }

  body.outcall-landing-page.navs-hidden .contact-fab.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .outcall-editorial-grid,
  .outcall-editorial-grid--reverse {
    grid-template-columns: 1fr;
  }

  .outcall-hero-bg img {
    object-position: 62% center;
  }

  .outcall-hero-layout {
    display: block;
  }

  .outcall-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .outcall-booking-actions {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    margin-top: 1.55rem;
  }

  .outcall-booking-card {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas:
      "icon title arrow"
      "icon copy arrow";
    justify-items: start;
    align-items: center;
    column-gap: 0.9rem;
    row-gap: 0.15rem;
    padding: 0.95rem 1rem;
    border-radius: 20px;
    text-align: left;
  }

  .outcall-booking-card-icon {
    grid-area: icon;
    width: 3.4rem;
    height: 3.4rem;
    margin: 0;
  }

  .outcall-booking-card-icon svg,
  .outcall-booking-card-icon .footer-contact-icon-file {
    width: 1.55rem;
    height: 1.55rem;
  }

  .outcall-booking-card h3 {
    grid-area: title;
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.15;
  }

  .outcall-booking-card p {
    grid-area: copy;
    min-height: 0;
    max-width: none;
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.3;
  }

  .outcall-booking-card small {
    display: none;
  }

  .outcall-booking-card .outcall-booking-btn {
    grid-area: 1 / 1 / -1 / -1;
    align-self: stretch;
    justify-self: stretch;
    width: 100%;
    min-height: auto;
    padding: 0;
    border-radius: 20px;
    background: transparent;
    color: transparent;
    box-shadow: none;
    font-size: 0;
    z-index: 2;
  }

  .outcall-booking-card .outcall-booking-btn .footer-contact-icon-file,
  .outcall-booking-card .outcall-booking-btn span {
    display: none;
  }

  .outcall-booking-card-arrow {
    grid-area: arrow;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    color: #ffffff;
    font-size: 1.35rem;
    justify-self: end;
    z-index: 1;
  }

  .outcall-booking-card:has(.outcall-booking-btn:hover),
  .outcall-booking-card:has(.outcall-booking-btn:focus-visible) {
    border-color: rgba(255, 255, 255, 0.34);
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.2), transparent 54%),
      rgba(255, 255, 255, 0.12);
  }

  .outcall-booking-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    width: 100%;
    padding: 0.9rem;
  }

  .outcall-booking-trust span {
    display: inline-flex;
    justify-content: center;
    padding: 0.7rem 0.5rem;
    border-right: 0;
    border-bottom: 0;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.86rem;
    text-align: center;
  }

  .outcall-booking-trust svg {
    width: 1.1rem;
    height: 1.1rem;
  }

  .outcall-booking-trust span:nth-child(3) {
    order: 4;
  }

  .outcall-booking-trust span:nth-child(4) {
    order: 3;
  }
}

@media (max-width: 767.98px) {
  .outcall-landing-page .mobile-tabbar,
  .outcall-landing-page .mobile-tabbar-spacer {
    display: none !important;
  }

  .outcall-landing-header-inner {
    min-height: 70px;
    align-items: center;
    flex-direction: row;
  }

  .outcall-landing-header .nav-brand-logo {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .outcall-landing-header .nav-brand-text {
    font-size: 0.92rem;
  }

  .outcall-landing-header .btn-book {
    padding: 0.72rem 1rem;
    font-size: 0.92rem;
  }

  .outcall-hero-band::after {
    background:
      linear-gradient(180deg, rgba(250, 247, 241, 0.12) 0%, rgba(250, 247, 241, 0.5) 38%, rgba(250, 247, 241, 0.82) 78%, rgba(250, 247, 241, 0.92) 100%),
      linear-gradient(90deg, rgba(250, 247, 241, 0.78) 0%, rgba(250, 247, 241, 0.18) 100%),
      radial-gradient(circle at 18% 24%, rgba(11, 99, 206, 0.12), transparent 28%);
  }

  .outcall-hero-bg img {
    object-position: 68% center;
  }

  .outcall-hero-content {
    min-height: 0;
    align-items: flex-end;
    padding-top: clamp(2rem, 9vw, 3.1rem);
    padding-bottom: 2rem;
  }

  .outcall-status-rail {
    gap: 0.8rem;
    padding: 0.72rem 1rem;
  }

  .outcall-status-rail-item {
    font-size: 0.94rem;
  }

  .outcall-status-rail-item:nth-child(3) {
    display: none;
  }

  .outcall-hero-inner {
    width: 100%;
    gap: 0.74rem;
  }

  .outcall-hero-inner h1 {
    font-size: clamp(2.55rem, 9.6vw, 3.45rem);
    max-width: 13.2ch;
    line-height: 0.98;
  }

  .outcall-hero-lead {
    max-width: 19rem;
    font-size: 1rem;
    line-height: 1.42;
  }

  .outcall-proof-grid {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 100%;
    padding: 0.15rem 0;
  }

  .outcall-proof-item,
  .outcall-proof-item:first-child,
  .outcall-proof-item:last-child {
    display: grid;
    grid-template-columns: 3.2rem minmax(0, 1fr);
    column-gap: 0.75rem;
    align-items: center;
    padding: 0.58rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.14);
    text-align: left;
  }

  .outcall-proof-item:nth-child(4) {
    display: none;
  }

  .outcall-proof-item:nth-child(3) {
    border-bottom: 0;
  }

  .outcall-proof-icon {
    grid-row: span 3;
    width: 2.8rem;
    height: 2.8rem;
    margin: 0;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
  }

  .outcall-proof-icon svg {
    width: 1.45rem;
    height: 1.45rem;
  }

  .outcall-proof-value {
    display: none;
  }

  .outcall-proof-title {
    display: block;
    color: var(--text-primary);
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.18;
  }

  .outcall-proof-copy {
    font-size: 0.86rem;
    line-height: 1.3;
  }

  .outcall-hero-areas {
    width: 100%;
    gap: 0.55rem;
    padding: 0.82rem 0.95rem;
    font-size: 0.94rem;
  }

  .outcall-hero-proof-band {
    margin-top: -0.55rem;
    padding-bottom: 2rem;
  }

  .outcall-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .outcall-hero-primary {
    min-width: 100%;
    text-align: center;
    min-height: 3.85rem;
    font-size: 1.04rem;
  }

  .outcall-hero-secondary {
    text-align: center;
  }

  .outcall-hero-trustline {
    justify-content: center;
    text-align: center;
  }

  .outcall-hero-mini-proof {
    width: 100%;
    padding: 0.68rem 0.45rem;
    border-radius: 18px;
  }

  .outcall-hero-mini-proof-item {
    padding: 0 0.4rem;
  }

  .outcall-hero-mini-proof-item strong {
    font-size: 1.04rem;
  }

  .outcall-hero-mini-proof-item span:last-child {
    font-size: 0.72rem;
  }

  .outcall-editorial-media {
    order: 2;
  }

  .outcall-editorial-copy {
    order: 1;
  }

  html.theme-dark .outcall-hero-band::after {
    background:
      linear-gradient(180deg, rgba(4, 6, 10, 0.18) 0%, rgba(4, 6, 10, 0.44) 34%, rgba(4, 6, 10, 0.78) 76%, rgba(4, 6, 10, 0.96) 100%),
      linear-gradient(90deg, rgba(4, 6, 10, 0.82) 0%, rgba(4, 6, 10, 0.18) 100%),
      radial-gradient(circle at 18% 24%, rgba(11, 99, 206, 0.12), transparent 28%);
  }
}
