body[data-page="vacation-launch"] {
  --launch-ink: #092237;
  --launch-blue: #0e4050;
  --launch-teal: #4c8580;
  --launch-gold: #d9a13a;
  --launch-coral: #c46b4d;
  --launch-paper: #fffaf1;
  --launch-glass: rgba(255, 255, 255, 0.88);
  overflow-x: hidden;
  background: #081d2e;
}

@supports selector(:has(*)) {
  html:has(body[data-page="vacation-launch"]) {
    overflow-x: clip;
  }
}

body[data-page="vacation-launch"] .site-header {
  max-width: 100vw;
}

body[data-page="vacation-launch"] [data-aos]:not(.launch-reveal),
body[data-page="vacation-launch"] [data-aos]:not(.aos-init):not(.launch-reveal) {
  opacity: 1 !important;
  transform: none !important;
}

body[data-page="vacation-launch"] .launch-hero {
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  min-height: min(680px, calc(100vh - 8px));
  padding: clamp(58px, 5.4vw, 76px) 0 clamp(48px, 5.4vw, 64px);
  background:
    linear-gradient(90deg, rgba(5, 25, 42, 0.9), rgba(7, 33, 51, 0.74) 44%, rgba(7, 33, 51, 0.26)),
    linear-gradient(180deg, rgba(8, 29, 46, 0.28), rgba(8, 29, 46, 0.86)),
    url("https://images.unsplash.com/photo-1510798831971-661eb04b3739?auto=format&fit=crop&w=1800&q=82") center/cover no-repeat;
  isolation: isolate;
}

body[data-page="vacation-launch"] .launch-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(135deg, rgba(217, 161, 58, 0.22) 0 1px, transparent 1px 88px),
    linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 96px);
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

body[data-page="vacation-launch"] .launch-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  content: "";
  background: linear-gradient(180deg, transparent, #fff8ec);
  pointer-events: none;
}

body[data-page="vacation-launch"] .launch-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, 0.84fr);
  align-items: center;
  gap: clamp(34px, 6vw, 76px);
}

body[data-page="vacation-launch"] .launch-hero-copy {
  max-width: 690px;
}

body[data-page="vacation-launch"] .launch-hero-copy .eyebrow,
body[data-page="vacation-launch"] .launch-centered .eyebrow,
body[data-page="vacation-launch"] .launch-section-heading .eyebrow,
body[data-page="vacation-launch"] .launch-split-copy .eyebrow {
  color: var(--launch-gold);
  font-size: 0.88rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body[data-page="vacation-launch"] .launch-hero-copy .eyebrow {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 9px 14px;
  color: #ffe3a6;
  background: rgba(8, 29, 46, 0.42);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}

body[data-page="vacation-launch"] .launch-hero-copy h1 {
  margin: 16px 0 18px;
  color: #ffffff;
  font-size: clamp(2.35rem, 3.8vw, 3.45rem);
  line-height: 1.02;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
}

body[data-page="vacation-launch"] .launch-hero-copy h1 strong {
  display: block;
  color: #ffce70;
  font-weight: 850;
}

body[data-page="vacation-launch"] .launch-hero-copy p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  font-weight: 650;
  line-height: 1.78;
}

body[data-page="vacation-launch"] .launch-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}

body[data-page="vacation-launch"] .launch-actions .btn {
  position: relative;
  overflow: hidden;
  min-height: 50px;
  padding-inline: 18px;
  white-space: nowrap;
}

body[data-page="vacation-launch"] .launch-actions .btn::after,
body[data-page="vacation-launch"] .launch-mid-actions .btn::after,
body[data-page="vacation-launch"] .admin-final-contact a::after {
  position: absolute;
  inset: -40% auto -40% -65%;
  width: 44%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), transparent);
  transform: skewX(-18deg);
  transition: left 520ms ease;
  pointer-events: none;
}

body[data-page="vacation-launch"] .launch-actions .btn:hover::after,
body[data-page="vacation-launch"] .launch-mid-actions .btn:hover::after,
body[data-page="vacation-launch"] .admin-final-contact a:hover::after {
  left: 122%;
}

body[data-page="vacation-launch"] .launch-text-button {
  border: 0;
  border-bottom: 2px solid rgba(255, 206, 112, 0.95);
  padding: 8px 2px 7px;
  color: #fff8e8;
  background: transparent;
  cursor: pointer;
  font-size: 0.93rem;
  font-weight: 900;
  white-space: nowrap;
}

body[data-page="vacation-launch"] .launch-hero-media,
body[data-page="vacation-launch"] .launch-image-card,
body[data-page="vacation-launch"] .launch-deliverables-wrap figure {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin: 0;
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(3, 18, 31, 0.28);
}

body[data-page="vacation-launch"] .launch-hero-media {
  display: grid;
  width: min(520px, 100%);
  aspect-ratio: 1 / 1;
  place-items: center;
  justify-self: center;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

body[data-page="vacation-launch"] .launch-hero-media::before {
  display: none;
}

body[data-page="vacation-launch"] .launch-hero-media::before,
body[data-page="vacation-launch"] .launch-image-card::before,
body[data-page="vacation-launch"] .launch-deliverables-wrap figure::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(180deg, transparent 52%, rgba(6, 28, 43, 0.36));
  pointer-events: none;
}

body[data-page="vacation-launch"] .launch-hero-media::before {
  display: none !important;
}

body[data-page="vacation-launch"] .launch-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  filter: drop-shadow(0 26px 54px rgba(0, 0, 0, 0.24));
}

body[data-page="vacation-launch"] .launch-parallax-media {
  transform: translate3d(0, var(--launch-parallax-y, 0), 0) scale(1.035);
  transition: transform 120ms linear;
  will-change: transform;
}

body[data-page="vacation-launch"] .launch-hero-media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  padding: 16px 18px;
  color: #fffaf0;
  z-index: 2;
  background: rgba(6, 28, 43, 0.9);
  backdrop-filter: blur(10px);
}

body[data-page="vacation-launch"] .launch-hero-media figcaption strong {
  font-family: var(--serif);
  font-size: 1.12rem;
}

body[data-page="vacation-launch"] .launch-hero-media figcaption span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 650;
}

body[data-page="vacation-launch"] .launch-proof-strip {
  position: relative;
  z-index: 2;
  padding: 0;
  background: #fff8ec;
  box-shadow: 0 24px 64px rgba(18, 38, 58, 0.16);
}

body[data-page="vacation-launch"] .launch-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  transform: translateY(-34px);
  overflow: hidden;
  border: 1px solid rgba(217, 161, 58, 0.28);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 30px 80px rgba(8, 29, 46, 0.18);
  backdrop-filter: blur(14px);
}

body[data-page="vacation-launch"] .launch-proof-grid article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border-left: 1px solid rgba(212, 166, 90, 0.28);
  padding: 22px 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 248, 236, 0.72)),
    linear-gradient(90deg, rgba(217, 161, 58, 0.08), transparent);
}

body[data-page="vacation-launch"] .launch-proof-grid article:first-child {
  border-left: 0;
}

body[data-page="vacation-launch"] .launch-proof-grid i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #071c2e;
  background: linear-gradient(135deg, #ffcf76, #c9852a);
  box-shadow: 0 12px 24px rgba(201, 133, 42, 0.22);
}

body[data-page="vacation-launch"] .launch-proof-grid strong,
body[data-page="vacation-launch"] .launch-proof-grid em {
  display: block;
  font-style: normal;
  line-height: 1.2;
}

body[data-page="vacation-launch"] .launch-proof-grid strong {
  color: var(--navy);
  font-weight: 950;
}

body[data-page="vacation-launch"] .launch-proof-grid em {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

body[data-page="vacation-launch"] .launch-section {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 8vw, 92px) 0;
}

body[data-page="vacation-launch"].launch-motion-ready .launch-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 680ms ease var(--launch-reveal-delay, 0ms),
    transform 680ms cubic-bezier(0.2, 0.8, 0.2, 1) var(--launch-reveal-delay, 0ms),
    box-shadow 180ms ease,
    border-color 180ms ease;
  will-change: opacity, transform;
}

body[data-page="vacation-launch"].launch-motion-ready .launch-reveal-slide:nth-child(even) {
  transform: translate3d(30px, 0, 0);
}

body[data-page="vacation-launch"].launch-motion-ready .launch-reveal-slide:nth-child(odd) {
  transform: translate3d(-30px, 0, 0);
}

body[data-page="vacation-launch"].launch-motion-ready .launch-reveal-scale {
  transform: translate3d(0, 22px, 0) scale(0.97);
}

body[data-page="vacation-launch"].launch-motion-ready .launch-reveal-lift {
  transform: translate3d(0, 34px, 0) scale(0.985);
}

body[data-page="vacation-launch"].launch-motion-ready .launch-reveal.is-visible,
body[data-page="vacation-launch"].launch-motion-ready .launch-reveal-slide.is-visible,
body[data-page="vacation-launch"].launch-motion-ready .launch-reveal-scale.is-visible,
body[data-page="vacation-launch"].launch-motion-ready .launch-reveal-lift.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

body[data-page="vacation-launch"].launch-motion-ready .launch-reveal.is-visible:hover:is(article, details) {
  transform: translateY(-4px);
}

body[data-page="vacation-launch"] .launch-section > .container,
body[data-page="vacation-launch"] .launch-mid-cta > .container {
  position: relative;
  z-index: 1;
}

body[data-page="vacation-launch"] .launch-centered,
body[data-page="vacation-launch"] .launch-section-heading {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

body[data-page="vacation-launch"] .launch-centered h2,
body[data-page="vacation-launch"] .launch-section-heading h2,
body[data-page="vacation-launch"] .launch-split-copy h2 {
  margin: 12px 0 14px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.04;
}

body[data-page="vacation-launch"] .launch-centered p,
body[data-page="vacation-launch"] .launch-section-heading p,
body[data-page="vacation-launch"] .launch-split-copy p {
  margin: 0;
  color: #566878;
  font-size: 1.04rem;
  font-weight: 650;
  line-height: 1.75;
}

body[data-page="vacation-launch"] .launch-problem {
  background:
    linear-gradient(180deg, rgba(255, 248, 236, 0.96), rgba(255, 255, 255, 0.9)),
    linear-gradient(120deg, rgba(76, 133, 128, 0.12), transparent 42%),
    url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=1700&q=80") center/cover no-repeat;
  background-attachment: fixed;
}

body[data-page="vacation-launch"] .launch-problem::before,
body[data-page="vacation-launch"] .launch-includes::before,
body[data-page="vacation-launch"] .launch-deliverables::before,
body[data-page="vacation-launch"] .launch-pricing::before,
body[data-page="vacation-launch"] .launch-faq::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(135deg, rgba(9, 34, 55, 0.06) 0 1px, transparent 1px 70px),
    linear-gradient(45deg, rgba(217, 161, 58, 0.08) 0 1px, transparent 1px 86px);
  pointer-events: none;
}

body[data-page="vacation-launch"] .launch-problem-grid,
body[data-page="vacation-launch"] .launch-includes-grid,
body[data-page="vacation-launch"] .launch-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

body[data-page="vacation-launch"] .launch-problem-grid {
  gap: 16px;
  margin-bottom: 28px;
}

body[data-page="vacation-launch"] .launch-problem-grid article,
body[data-page="vacation-launch"] .launch-includes-grid article,
body[data-page="vacation-launch"] .launch-process-grid article {
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 8px;
  padding: 26px 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 54px rgba(18, 38, 58, 0.12);
  backdrop-filter: blur(10px);
}

body[data-page="vacation-launch"] .launch-problem-grid article {
  display: grid;
  min-height: 138px;
  align-content: center;
  justify-items: center;
  gap: 14px;
  padding: 22px 18px;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body[data-page="vacation-launch"] .launch-problem-grid article:hover,
body[data-page="vacation-launch"] .launch-includes-grid article:hover,
body[data-page="vacation-launch"] .launch-process-grid article:hover,
body[data-page="vacation-launch"] .launch-deliverables-list article:hover {
  border-color: rgba(217, 161, 58, 0.46);
  box-shadow: 0 30px 72px rgba(18, 38, 58, 0.18);
  transform: translateY(-4px);
}

body[data-page="vacation-launch"] .launch-problem-grid i {
  color: #c98d2c;
  font-size: 1.9rem;
}

body[data-page="vacation-launch"] .launch-problem-grid h3,
body[data-page="vacation-launch"] .launch-includes-grid h3,
body[data-page="vacation-launch"] .launch-process-grid h3 {
  margin: 18px 0 8px;
  color: var(--navy);
  font-size: 1.16rem;
}

body[data-page="vacation-launch"] .launch-problem-grid h3 {
  margin: 0;
  font-size: 1rem;
}

body[data-page="vacation-launch"] .launch-solution,
body[data-page="vacation-launch"] .launch-fit,
body[data-page="vacation-launch"] .launch-process,
body[data-page="vacation-launch"] .launch-form-section {
  background: #fff8ec;
}

body[data-page="vacation-launch"] .launch-solution {
  background:
    linear-gradient(105deg, rgba(8, 29, 46, 0.96), rgba(14, 64, 80, 0.88) 52%, rgba(255, 248, 236, 0.88) 52.2%),
    url("https://images.unsplash.com/photo-1554995207-c18c203602cb?auto=format&fit=crop&w=1700&q=82") center/cover no-repeat;
}

body[data-page="vacation-launch"] .launch-solution .launch-split-copy h2,
body[data-page="vacation-launch"] .launch-solution .launch-split-copy p,
body[data-page="vacation-launch"] .launch-solution .launch-check-list li {
  color: #fff8ec;
}

body[data-page="vacation-launch"] .launch-solution .launch-split-copy .eyebrow {
  color: #ffcf76;
}

body[data-page="vacation-launch"] .launch-split,
body[data-page="vacation-launch"] .launch-deliverables-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1fr);
  align-items: center;
  gap: clamp(32px, 5vw, 66px);
}

body[data-page="vacation-launch"] .launch-split-reverse {
  grid-template-columns: minmax(380px, 1fr) minmax(0, 0.92fr);
}

body[data-page="vacation-launch"] .launch-split-copy {
  max-width: 620px;
}

body[data-page="vacation-launch"] .launch-check-list {
  display: grid;
  gap: 13px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

body[data-page="vacation-launch"] .launch-check-list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: #34485c;
  font-weight: 750;
}

body[data-page="vacation-launch"] .launch-check-list i,
body[data-page="vacation-launch"] .launch-process-grid article > span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: #06243d;
  background: #d4a65a;
  font-size: 0.78rem;
}

body[data-page="vacation-launch"] .launch-process-grid article > span {
  width: 42px;
  height: 42px;
  font-weight: 950;
}

body[data-page="vacation-launch"] .launch-image-card img,
body[data-page="vacation-launch"] .launch-deliverables-wrap figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

body[data-page="vacation-launch"] .launch-solution-media {
  display: grid;
  width: min(560px, 100%);
  aspect-ratio: 1 / 1;
  place-items: center;
  justify-self: center;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="vacation-launch"] .launch-solution-media::before {
  display: none !important;
}

body[data-page="vacation-launch"] .launch-solution-media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  filter: drop-shadow(0 24px 48px rgba(3, 18, 31, 0.18));
}

body[data-page="vacation-launch"] .launch-deliverables-media {
  display: grid;
  width: min(560px, 100%);
  aspect-ratio: 1 / 1;
  place-items: center;
  justify-self: center;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="vacation-launch"] .launch-deliverables-wrap .launch-deliverables-media {
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="vacation-launch"] .launch-deliverables-media::before {
  display: none !important;
}

body[data-page="vacation-launch"] .launch-deliverables-wrap .launch-deliverables-media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  filter: drop-shadow(0 24px 48px rgba(18, 38, 58, 0.16));
}

body[data-page="vacation-launch"] .launch-fit-media {
  display: grid;
  width: min(560px, 100%);
  aspect-ratio: 1 / 1;
  place-items: center;
  justify-self: center;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="vacation-launch"] .launch-fit-media::before {
  display: none !important;
}

body[data-page="vacation-launch"] .launch-fit .launch-fit-media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  filter: drop-shadow(0 24px 48px rgba(18, 38, 58, 0.16));
}

body[data-page="vacation-launch"] .launch-includes {
  background:
    linear-gradient(180deg, rgba(255, 248, 236, 0.94), rgba(246, 236, 216, 0.98)),
    url("https://images.unsplash.com/photo-1600566753151-384129cf4e3e?auto=format&fit=crop&w=1700&q=82") center/cover no-repeat;
}

body[data-page="vacation-launch"] .launch-includes-grid i {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, var(--launch-blue), var(--launch-teal));
  box-shadow: 0 14px 28px rgba(14, 64, 80, 0.22);
  font-size: 1.25rem;
}

body[data-page="vacation-launch"] .launch-includes-grid p,
body[data-page="vacation-launch"] .launch-process-grid p {
  margin: 0;
  color: #64717d;
  font-weight: 650;
  line-height: 1.62;
}

body[data-page="vacation-launch"] .launch-mid-cta {
  padding: 52px 0;
  background:
    linear-gradient(90deg, rgba(8, 29, 46, 0.94), rgba(8, 29, 46, 0.72)),
    url("https://images.unsplash.com/photo-1560185127-6ed189bf02f4?auto=format&fit=crop&w=1700&q=82") center/cover no-repeat;
}

body[data-page="vacation-launch"] .launch-mid-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: clamp(26px, 4vw, 46px);
  color: #fffaf0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

body[data-page="vacation-launch"] .launch-mid-card span {
  color: #d4a65a;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body[data-page="vacation-launch"] .launch-mid-card h2 {
  max-width: 780px;
  margin: 8px 0;
  color: #ffffff;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  line-height: 1.06;
}

body[data-page="vacation-launch"] .launch-mid-card p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 650;
}

body[data-page="vacation-launch"] .launch-mid-actions {
  display: grid;
  gap: 12px;
}

body[data-page="vacation-launch"] .launch-mid-actions .btn,
body[data-page="vacation-launch"] .admin-final-contact a {
  position: relative;
  overflow: hidden;
}

body[data-page="vacation-launch"] .launch-deliverables {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(255, 248, 236, 0.9)),
    url("https://images.unsplash.com/photo-1560448204-e02f11c3d0e2?auto=format&fit=crop&w=1700&q=82") center/cover no-repeat;
}

body[data-page="vacation-launch"] .launch-deliverables-list {
  display: grid;
  gap: 12px;
}

body[data-page="vacation-launch"] .launch-deliverables-list article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(212, 166, 90, 0.22);
  border-radius: 8px;
  padding: 16px 18px;
  color: #34485c;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 38px rgba(18, 38, 58, 0.1);
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body[data-page="vacation-launch"] .launch-deliverables-list i {
  color: #3a6d6f;
  font-size: 1.35rem;
}

body[data-page="vacation-launch"] .launch-pricing {
  background:
    linear-gradient(180deg, rgba(8, 29, 46, 0.96), rgba(10, 48, 61, 0.9)),
    url("https://images.unsplash.com/photo-1600607688969-a5bfcd646154?auto=format&fit=crop&w=1700&q=82") center/cover no-repeat;
}

body[data-page="vacation-launch"] .launch-pricing .launch-section-heading h2,
body[data-page="vacation-launch"] .launch-pricing .launch-section-heading p {
  color: #fff8ec;
}

body[data-page="vacation-launch"] .launch-pricing .launch-section-heading .eyebrow {
  color: #ffcf76;
}

body[data-page="vacation-launch"] .launch-pricing-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 38px;
}

body[data-page="vacation-launch"] .launch-price-card {
  position: relative;
  display: grid;
  gap: 22px;
  align-content: start;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: clamp(24px, 3vw, 34px);
  color: #fff8ec;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

body[data-page="vacation-launch"] .launch-price-featured {
  border-color: rgba(255, 207, 118, 0.58);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
    rgba(255, 255, 255, 0.12);
  transform: translateY(-14px);
}

body[data-page="vacation-launch"] .launch-price-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  border: 1px solid rgba(255, 207, 118, 0.55);
  border-radius: 999px;
  padding: 7px 12px;
  color: #082033;
  background: linear-gradient(135deg, #ffcf76, #d89a34);
  box-shadow: 0 12px 28px rgba(217, 161, 58, 0.26);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body[data-page="vacation-launch"] .launch-price-head {
  display: grid;
  gap: 8px;
  padding-right: 96px;
}

body[data-page="vacation-launch"] .launch-price-card:not(.launch-price-featured) .launch-price-head {
  padding-right: 0;
}

body[data-page="vacation-launch"] .launch-price-head span {
  color: #ffcf76;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-page="vacation-launch"] .launch-price-head h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
  line-height: 1.04;
}

body[data-page="vacation-launch"] .launch-price-head p {
  margin: 0;
  color: rgba(255, 248, 236, 0.78);
  font-weight: 650;
  line-height: 1.6;
}

body[data-page="vacation-launch"] .launch-price-visual {
  display: grid;
  place-items: center;
  overflow: visible;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body[data-page="vacation-launch"] .launch-price-visual img {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 22px 46px rgba(0, 0, 0, 0.24));
}

body[data-page="vacation-launch"] .launch-price {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 18px 0;
}

body[data-page="vacation-launch"] .launch-price sup {
  margin-top: 10px;
  color: #ffcf76;
  font-size: 0.86rem;
  font-weight: 950;
}

body[data-page="vacation-launch"] .launch-price strong {
  color: #ffffff;
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 4.45rem);
  line-height: 0.9;
}

body[data-page="vacation-launch"] .launch-price > span {
  align-self: flex-end;
  margin-bottom: 4px;
  color: rgba(255, 248, 236, 0.78);
  font-size: 0.92rem;
  font-weight: 900;
}

body[data-page="vacation-launch"] .launch-price-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body[data-page="vacation-launch"] .launch-price-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: rgba(255, 248, 236, 0.88);
  font-weight: 720;
  line-height: 1.45;
}

body[data-page="vacation-launch"] .launch-price-list i {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  color: #082033;
  background: #ffcf76;
  font-size: 0.72rem;
}

body[data-page="vacation-launch"] .launch-price-card .btn {
  width: 100%;
  justify-content: center;
  margin-top: 4px;
}

body[data-page="vacation-launch"] .launch-bonus-card {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
  border: 1px solid rgba(255, 207, 118, 0.38);
  border-radius: 8px;
  margin-top: 20px;
  padding: clamp(24px, 4vw, 42px);
  color: #082033;
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 92% 12%, rgba(217, 161, 58, 0.22), transparent 38%);
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.18);
}

body[data-page="vacation-launch"] .launch-bonus-copy {
  display: grid;
  gap: 16px;
  align-content: center;
}

body[data-page="vacation-launch"] .launch-bonus-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.06;
}

body[data-page="vacation-launch"] .launch-bonus-card p {
  margin: 0;
  color: #506274;
  font-weight: 680;
  line-height: 1.7;
}

body[data-page="vacation-launch"] .launch-bonus-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body[data-page="vacation-launch"] .launch-bonus-card li {
  border: 1px solid rgba(212, 166, 90, 0.24);
  border-radius: 8px;
  padding: 12px 14px;
  color: #193248;
  background: rgba(255, 255, 255, 0.74);
  font-weight: 850;
}

body[data-page="vacation-launch"] .launch-bonus-gallery {
  display: grid;
  gap: 12px;
  min-width: 0;
}

body[data-page="vacation-launch"] .launch-bonus-gallery figure {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(8, 32, 51, 0.1);
  border-radius: 8px;
  margin: 0;
  background: #f5efe4;
  box-shadow: 0 18px 44px rgba(8, 32, 51, 0.16);
}

body[data-page="vacation-launch"] .launch-bonus-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

body[data-page="vacation-launch"] .launch-bonus-gallery figure:hover img {
  transform: scale(1.04);
}

body[data-page="vacation-launch"] .launch-bonus-hero-mockup {
  aspect-ratio: 16 / 9;
}

body[data-page="vacation-launch"] .launch-bonus-hero-mockup::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 62%, rgba(8, 32, 51, 0.12));
  pointer-events: none;
}

body[data-page="vacation-launch"] .launch-bonus-thumbs {
  display: grid;
  grid-template-columns: 0.88fr 1fr 1fr;
  gap: 12px;
}

body[data-page="vacation-launch"] .launch-bonus-thumbs figure {
  aspect-ratio: 1.28 / 1;
}

body[data-page="vacation-launch"] .launch-bonus-thumbs figure:first-child {
  aspect-ratio: 1 / 1;
}

body[data-page="vacation-launch"] .launch-pricing-note {
  max-width: 780px;
  margin: 22px auto 0;
  color: rgba(255, 248, 236, 0.82);
  text-align: center;
  font-weight: 760;
}

body[data-page="vacation-launch"] .launch-faq {
  background:
    linear-gradient(180deg, rgba(8, 29, 46, 0.94), rgba(14, 64, 80, 0.9)),
    url("https://images.unsplash.com/photo-1600585154526-990dced4db0d?auto=format&fit=crop&w=1700&q=82") center/cover no-repeat;
}

body[data-page="vacation-launch"] .launch-faq .launch-section-heading h2,
body[data-page="vacation-launch"] .launch-faq .launch-section-heading p {
  color: #fff8ec;
}

body[data-page="vacation-launch"] .launch-faq .launch-section-heading .eyebrow {
  color: #ffcf76;
}

body[data-page="vacation-launch"] .launch-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

body[data-page="vacation-launch"] .launch-faq-grid details {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 18px 20px;
  background: rgba(255, 248, 236, 0.94);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px);
}

body[data-page="vacation-launch"] .launch-faq-grid summary {
  color: var(--navy);
  cursor: pointer;
  font-family: var(--serif);
  font-weight: 850;
}

body[data-page="vacation-launch"] .launch-faq-grid p {
  margin: 12px 0 0;
  color: #64717d;
  font-weight: 650;
}

body[data-page="vacation-launch"] .launch-evaluation-media > img {
  border-radius: 0 42% 42% 0;
}

body[data-page="vacation-launch"] .launch-form-section {
  background:
    linear-gradient(135deg, rgba(255, 248, 236, 0.96), rgba(255, 255, 255, 0.9)),
    url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1700&q=82") center/cover no-repeat;
}

body[data-page="vacation-launch"] .launch-fit {
  background:
    linear-gradient(80deg, rgba(255, 248, 236, 0.94), rgba(255, 255, 255, 0.88) 54%, rgba(76, 133, 128, 0.18)),
    url("https://images.unsplash.com/photo-1564078516393-cf04bd966897?auto=format&fit=crop&w=1700&q=82") center/cover no-repeat;
}

body[data-page="vacation-launch"] .launch-process {
  background:
    linear-gradient(135deg, rgba(8, 29, 46, 0.96), rgba(10, 48, 61, 0.92)),
    url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1700&q=82") center/cover no-repeat;
}

body[data-page="vacation-launch"] .launch-process .launch-section-heading h2,
body[data-page="vacation-launch"] .launch-process .launch-section-heading p {
  color: #fff8ec;
}

body[data-page="vacation-launch"] .launch-process .launch-section-heading .eyebrow {
  color: #ffcf76;
}

body[data-page="vacation-launch"] .launch-process-grid article {
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff8ec;
  background: rgba(255, 255, 255, 0.1);
}

body[data-page="vacation-launch"] .launch-process-grid h3,
body[data-page="vacation-launch"] .launch-process-grid p {
  color: #fff8ec;
}

body[data-page="vacation-launch"] .launch-final-cta .admin-final-hero {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.94), rgba(255, 253, 248, 0.9) 54%, rgba(255, 253, 248, 0.38)),
    url("https://images.unsplash.com/photo-1600566752355-35792bedcfea?auto=format&fit=crop&w=1500&q=82") center/cover no-repeat;
}

@media (max-width: 1040px) {
  body[data-page="vacation-launch"] .launch-hero-grid,
  body[data-page="vacation-launch"] .launch-split,
  body[data-page="vacation-launch"] .launch-split-reverse,
  body[data-page="vacation-launch"] .launch-deliverables-wrap {
    grid-template-columns: 1fr;
  }

  body[data-page="vacation-launch"] .launch-proof-grid,
  body[data-page="vacation-launch"] .launch-includes-grid,
  body[data-page="vacation-launch"] .launch-process-grid,
  body[data-page="vacation-launch"] .launch-pricing-grid,
  body[data-page="vacation-launch"] .launch-bonus-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="vacation-launch"] .launch-mid-card {
    grid-template-columns: 1fr;
  }

  body[data-page="vacation-launch"] .launch-pricing-grid,
  body[data-page="vacation-launch"] .launch-bonus-card {
    grid-template-columns: 1fr;
  }

  body[data-page="vacation-launch"] .launch-price-featured {
    transform: none;
  }

  body[data-page="vacation-launch"] .launch-solution {
    background:
      linear-gradient(180deg, rgba(8, 29, 46, 0.96), rgba(14, 64, 80, 0.88) 56%, rgba(255, 248, 236, 0.9) 56.2%),
      url("https://images.unsplash.com/photo-1554995207-c18c203602cb?auto=format&fit=crop&w=1400&q=80") center/cover no-repeat;
  }
}

@media (max-width: 560px) {
  body[data-page="vacation-launch"] .site-header .container {
    width: min(1240px, calc(100% - 28px));
  }

  body[data-page="vacation-launch"] .header-inner {
    gap: 8px;
  }

  body[data-page="vacation-launch"] .brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  body[data-page="vacation-launch"] .brand img {
    width: min(146px, 43vw);
  }

  body[data-page="vacation-launch"] .header-actions {
    flex: 0 0 auto;
    gap: 0;
    margin-left: auto;
  }

  body[data-page="vacation-launch"] .menu-toggle {
    flex: 0 0 42px;
  }

  body[data-page="vacation-launch"].launch-motion-ready .launch-reveal-slide:nth-child(even),
  body[data-page="vacation-launch"].launch-motion-ready .launch-reveal-slide:nth-child(odd) {
    transform: translateY(28px);
  }

  body[data-page="vacation-launch"] .launch-hero {
    min-height: auto;
    padding: 72px 0 66px;
    background:
      linear-gradient(180deg, rgba(5, 25, 42, 0.94), rgba(7, 33, 51, 0.72), rgba(7, 33, 51, 0.9)),
      url("https://images.unsplash.com/photo-1510798831971-661eb04b3739?auto=format&fit=crop&w=900&q=78") center/cover no-repeat;
  }

  body[data-page="vacation-launch"] .launch-hero-media {
    transform: none;
  }

  body[data-page="vacation-launch"] .launch-hero-copy h1 {
    font-size: clamp(2.22rem, 10vw, 2.95rem);
  }

  body[data-page="vacation-launch"] .launch-proof-grid {
    transform: translateY(-24px);
  }

  body[data-page="vacation-launch"] .launch-actions,
  body[data-page="vacation-launch"] .launch-actions-compact,
  body[data-page="vacation-launch"] .launch-mid-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  body[data-page="vacation-launch"] .launch-actions .btn,
  body[data-page="vacation-launch"] .launch-mid-actions .btn,
  body[data-page="vacation-launch"] .launch-text-button {
    width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  body[data-page="vacation-launch"] .launch-hero-media img,
  body[data-page="vacation-launch"] .launch-image-card img,
  body[data-page="vacation-launch"] .launch-deliverables-wrap figure img {
    aspect-ratio: 1 / 1;
  }

  body[data-page="vacation-launch"] .launch-proof-grid,
  body[data-page="vacation-launch"] .launch-problem-grid,
  body[data-page="vacation-launch"] .launch-includes-grid,
  body[data-page="vacation-launch"] .launch-process-grid,
  body[data-page="vacation-launch"] .launch-bonus-card ul,
  body[data-page="vacation-launch"] .launch-faq-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="vacation-launch"] .launch-bonus-thumbs {
    grid-template-columns: 1fr;
  }

  body[data-page="vacation-launch"] .launch-bonus-thumbs figure,
  body[data-page="vacation-launch"] .launch-bonus-thumbs figure:first-child {
    aspect-ratio: 16 / 9;
  }

  body[data-page="vacation-launch"] .launch-proof-grid article {
    border-left: 0;
    border-top: 1px solid rgba(212, 166, 90, 0.28);
    padding-inline: 0;
  }

  body[data-page="vacation-launch"] .launch-proof-grid article:first-child {
    border-top: 0;
  }

  body[data-page="vacation-launch"] .launch-section {
    padding: 52px 0;
  }

  body[data-page="vacation-launch"] .launch-problem,
  body[data-page="vacation-launch"] .launch-solution,
  body[data-page="vacation-launch"] .launch-includes,
  body[data-page="vacation-launch"] .launch-fit,
  body[data-page="vacation-launch"] .launch-deliverables,
  body[data-page="vacation-launch"] .launch-pricing,
  body[data-page="vacation-launch"] .launch-faq,
  body[data-page="vacation-launch"] .launch-form-section {
    background-attachment: scroll;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="vacation-launch"] .launch-reveal,
  body[data-page="vacation-launch"] .launch-parallax-media {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  body[data-page="vacation-launch"] .launch-actions .btn::after,
  body[data-page="vacation-launch"] .launch-mid-actions .btn::after,
  body[data-page="vacation-launch"] .admin-final-contact a::after {
    display: none;
  }
}

body[data-service="remote-management"] {
  --launch-blue: #10394d;
  --launch-teal: #407f83;
  --launch-gold: #e1ac46;
  --launch-coral: #bc6d5a;
}

body[data-service="remote-management"] .remote-hero {
  background:
    linear-gradient(90deg, rgba(5, 25, 42, 0.94), rgba(9, 45, 64, 0.78) 46%, rgba(9, 45, 64, 0.28)),
    linear-gradient(180deg, rgba(5, 25, 42, 0.22), rgba(5, 25, 42, 0.86)),
    url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=1800&q=82") center/cover no-repeat;
}

body[data-service="remote-management"] .remote-hero-dashboard {
  width: min(560px, 100%);
  aspect-ratio: 1 / 1;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body[data-service="remote-management"] .remote-hero-dashboard::before {
  display: none !important;
}

body[data-service="remote-management"] .remote-hero-dashboard img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  filter: drop-shadow(0 26px 54px rgba(0, 0, 0, 0.24));
}

body[data-service="remote-management"] .remote-problem {
  background:
    radial-gradient(circle at 12% 16%, rgba(225, 172, 70, 0.2), transparent 28%),
    linear-gradient(180deg, #fff8ec, #eef7f6);
}

body[data-service="remote-management"] .remote-solution {
  background:
    linear-gradient(90deg, rgba(7, 29, 45, 0.98), rgba(12, 51, 66, 0.94) 48%, rgba(12, 51, 66, 0.72)),
    url("https://images.unsplash.com/photo-1556761175-4b46a572b786?auto=format&fit=crop&w=1700&q=82") center/cover no-repeat;
}

body[data-service="remote-management"] .remote-solution-stack {
  display: grid;
  justify-items: center;
  gap: clamp(24px, 4vw, 42px);
  text-align: center;
}

body[data-service="remote-management"] .remote-solution-heading {
  display: grid;
  justify-items: center;
  gap: 16px;
  max-width: 920px;
}

body[data-service="remote-management"] .remote-solution-heading .eyebrow {
  color: #ffcf76;
}

body[data-service="remote-management"] .remote-solution-heading h2 {
  max-width: 860px;
  margin: 0;
  color: #fff8ec;
}

body[data-service="remote-management"] .remote-solution .launch-split-copy {
  position: relative;
  z-index: 1;
  padding: clamp(18px, 3vw, 28px) 0;
}

body[data-service="remote-management"] .remote-solution .launch-split-copy::before {
  position: absolute;
  inset: -18px -24px -22px -24px;
  z-index: -1;
  border-radius: 8px;
  content: "";
  background:
    linear-gradient(135deg, rgba(5, 25, 42, 0.42), rgba(5, 25, 42, 0.2)),
    rgba(5, 25, 42, 0.34);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.18);
}

body[data-service="remote-management"] .remote-solution .launch-check-list li,
body[data-service="remote-management"] .remote-solution .launch-split-copy p {
  color: rgba(255, 248, 236, 0.94);
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.26);
}

body[data-service="remote-management"] .remote-solution-media {
  display: grid;
  width: min(1040px, 100%);
  aspect-ratio: 12 / 7;
  place-items: center;
  justify-self: center;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-service="remote-management"] .remote-solution-media::before {
  display: none !important;
}

body[data-service="remote-management"] .remote-solution-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 12 / 7;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 30px 62px rgba(0, 0, 0, 0.24));
}

body[data-service="remote-management"] .remote-solution-lead {
  max-width: 950px;
  margin: 0;
  color: rgba(255, 248, 236, 0.96);
  font-size: clamp(1.02rem, 1.9vw, 1.34rem);
  font-weight: 850;
  line-height: 1.65;
  text-wrap: balance;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
}

body[data-service="remote-management"] .remote-solution-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
  width: 100%;
  max-width: 1060px;
  margin: 0;
}

body[data-service="remote-management"] .remote-solution-points li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  min-height: 118px;
  padding: clamp(16px, 2vw, 22px);
  border: 1px solid rgba(255, 207, 118, 0.24);
  border-radius: 8px;
  background: rgba(5, 25, 42, 0.34);
  text-align: left;
  font-size: clamp(0.95rem, 1.25vw, 1.05rem);
  font-weight: 850;
}

body[data-service="remote-management"] .remote-solution-points li i {
  margin-top: 1px;
}

body[data-service="remote-management"] .remote-solution-actions {
  justify-content: center;
  margin-top: 0;
}

body[data-service="remote-management"] .remote-includes {
  background:
    linear-gradient(135deg, rgba(255, 248, 236, 0.98), rgba(233, 246, 244, 0.94)),
    radial-gradient(circle at 84% 20%, rgba(64, 127, 131, 0.18), transparent 34%);
}

body[data-service="remote-management"] .remote-mid-cta {
  background:
    linear-gradient(90deg, rgba(7, 29, 45, 0.94), rgba(16, 57, 77, 0.74)),
    url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1700&q=82") center/cover no-repeat;
}

body[data-service="remote-management"] .remote-fit {
  background:
    linear-gradient(180deg, rgba(255, 248, 236, 0.96), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 16% 20%, rgba(188, 109, 90, 0.14), transparent 30%);
}

body[data-service="remote-management"] .remote-fit-media {
  width: min(440px, 100%);
  aspect-ratio: 2 / 3;
}

body[data-service="remote-management"] .remote-fit .remote-fit-media img {
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: contain;
}

body[data-service="remote-management"] .remote-deliverables {
  background:
    linear-gradient(180deg, rgba(238, 247, 246, 0.96), rgba(255, 248, 236, 0.94)),
    url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1700&q=82") center/cover no-repeat;
}

body[data-service="remote-management"] .remote-pricing {
  background:
    linear-gradient(180deg, rgba(6, 24, 38, 0.96), rgba(13, 61, 73, 0.9)),
    url("https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=1700&q=82") center/cover no-repeat;
}

body[data-service="remote-management"] .remote-pricing .launch-price-card {
  gap: 0;
  overflow: hidden;
  padding: 0;
}

body[data-service="remote-management"] .remote-pricing .launch-price-head {
  padding: clamp(22px, 3vw, 32px) clamp(24px, 3vw, 34px) 0;
}

body[data-service="remote-management"] .remote-pricing .launch-price-card:not(.launch-price-featured) .launch-price-head {
  padding-right: clamp(24px, 3vw, 34px);
}

body[data-service="remote-management"] .remote-pricing .launch-price {
  margin: 22px clamp(24px, 3vw, 34px) 0;
}

body[data-service="remote-management"] .remote-pricing .launch-price-list {
  padding: 22px clamp(24px, 3vw, 34px) 0;
}

body[data-service="remote-management"] .remote-pricing .launch-price-card > .btn {
  width: auto;
  margin: 24px clamp(24px, 3vw, 34px) clamp(24px, 3vw, 34px);
}

body[data-service="remote-management"] .remote-pricing .launch-price-visual {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  border-radius: 8px 8px 0 0;
}

body[data-service="remote-management"] .remote-pricing .launch-price-visual::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(5, 25, 42, 1) 0%, rgba(5, 25, 42, 0.54) 38%, rgba(5, 25, 42, 0) 100%);
}

body[data-service="remote-management"] .remote-pricing .launch-price-visual img {
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: none;
}

body[data-service="remote-management"] .remote-faq {
  background:
    linear-gradient(180deg, rgba(7, 29, 45, 0.94), rgba(15, 64, 78, 0.9)),
    url("https://images.unsplash.com/photo-1600566752355-35792bedcfea?auto=format&fit=crop&w=1700&q=82") center/cover no-repeat;
}

body[data-service="remote-management"] .remote-bonus-card {
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.98), rgba(239, 248, 247, 0.92)),
    radial-gradient(circle at 92% 12%, rgba(64, 127, 131, 0.24), transparent 40%);
}

body[data-service="remote-management"] .remote-bonus-visual {
  display: grid;
  place-items: center;
  min-width: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-service="remote-management"] .remote-bonus-visual img {
  display: block;
  width: min(100%, 620px);
  height: auto;
  aspect-ratio: 1196 / 1156;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 26px 58px rgba(8, 32, 51, 0.18));
  transition: none;
}

body[data-service="remote-management"] .remote-final-cta {
  background:
    linear-gradient(180deg, rgba(255, 248, 236, 0.96), rgba(255, 255, 255, 0.9)),
    url("https://images.unsplash.com/photo-1600607688969-a5bfcd646154?auto=format&fit=crop&w=1700&q=82") center/cover no-repeat;
}

@media (max-width: 900px) {
  body[data-service="remote-management"] .remote-solution-points {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  body[data-service="remote-management"] .remote-solution-points li {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  body[data-service="remote-management"] .remote-hero-dashboard,
  body[data-service="remote-management"] .remote-hero-dashboard img {
    aspect-ratio: 1 / 1;
  }

  body[data-service="remote-management"] .remote-solution-stack {
    gap: 24px;
  }

  body[data-service="remote-management"] .remote-solution-media {
    width: min(100%, 540px);
  }

  body[data-service="remote-management"] .remote-solution-points li {
    grid-template-columns: 28px minmax(0, 1fr);
    padding: 16px;
  }

  body[data-service="remote-management"] .remote-hero,
  body[data-service="remote-management"] .remote-solution,
  body[data-service="remote-management"] .remote-mid-cta,
  body[data-service="remote-management"] .remote-deliverables,
  body[data-service="remote-management"] .remote-pricing,
  body[data-service="remote-management"] .remote-faq,
  body[data-service="remote-management"] .remote-final-cta {
    background-attachment: scroll;
  }
}
