:root {
  --premium-ivory: #fcf8f5;
  --premium-paper: #fbfaf6;
  --premium-ink: #162033;
  --premium-muted: #6d7f7a;
  --premium-teal: #0e8279;
  --premium-line: #d6ddd5;
}

body:has(.landing-v2) { background: var(--premium-ivory); color: var(--premium-ink); }
body:has(.landing-v2) .page { overflow: hidden; }
body:has(.landing-v2) header { background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(23,61,59,.08); position: relative; z-index: 5; }
body:has(.landing-v2) header .nav { max-width: 1360px; width: min(1300px, calc(100% - 56px)); min-height: 70px; padding-bottom: 0; padding-top: 0; }
body:has(.landing-v2) header .logo { margin-left: -8px; }
body:has(.landing-v2) header .logo img { height: 54px !important; }
body:has(.landing-v2) .nav-links { gap: 34px; margin-left: 195px; }
body:has(.landing-v2) .nav-links a { color: var(--premium-ink); font-size: 13px; font-weight: 600; }
body:has(.landing-v2) .cta-group { margin-left: auto; }
body:has(.landing-v2) header .btn { border-radius: 999px; font-size: 13px; min-height: 40px; padding: 10px 20px; }
body:has(.landing-v2) header .btn-primary { background: var(--premium-teal); box-shadow: none; }
body:has(.landing-v2) header .btn-secondary { background: transparent; border: 1px solid #a9d4cb; color: var(--premium-teal); }
@media (min-width: 621px) {
  body:has(.landing-v2) header .nav-links { display: flex; }
  body:has(.landing-v2) header .cta-group { display: flex; }
}

.landing-v2 { max-width: 1360px; margin: 0 auto; padding: 0 28px 120px; }
.premium-hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr); align-items: stretch; }
.premium-hero--calendar { min-height: 470px; }
.premium-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 42px 40px 8px 0; }
.premium-kicker { color: var(--premium-teal); font-size: 10px; font-weight: 800; letter-spacing: .19em; line-height: 1.4; margin: 0 0 19px; text-transform: uppercase; }
.premium-hero h1 { color: var(--premium-ink); font-family: Fraunces, Georgia, serif; font-size: clamp(46px, 3vw, 50px); font-weight: 500; letter-spacing: -.055em; line-height: .97; margin: 0; max-width: 520px; }
.premium-hero--calendar h1, .premium-hero--calendar .premium-hero__lead { transform: translateY(12px); }
.premium-hero__lead { color: #526b67; font-size: 17px; line-height: 1.55; margin: 22px 0 0; max-width: 530px; }
.premium-hero__visual { background: center / cover no-repeat url('/images/landing/hero-living-room.png'); min-height: 650px; }
.premium-hero--calendar .premium-hero__visual { background: transparent; min-height: 0; padding: 23px 0 5px 24px; display: flex; align-items: center; }
.premium-hero--calendar .premium-calendar-preview { align-self: center; }
.premium-calendar-preview { position: relative; display: grid; gap: 0; width: 100%; min-height: 412px; overflow: hidden; border: 1px solid #e2e4de; border-radius: 10px; background: #fff; box-shadow: 0 16px 35px rgba(49, 68, 61, .08); }
.premium-calendar-preview__top { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 18px 12px; border-bottom: 1px solid #edf0eb; color: var(--premium-ink); }
.premium-calendar-preview__top > strong { font-family: Fraunces, Georgia, serif; font-size: 18px; font-weight: 600; white-space: nowrap; }
.premium-calendar-preview__nav, .premium-calendar-preview__tools { display: flex; align-items: center; gap: 6px; }
.premium-calendar-preview button { min-height: 28px; padding: 4px 9px; border: 1px solid #e3e8e3; border-radius: 6px; background: #fff; color: #435954; font: inherit; font-size: 10px; }
.premium-calendar-preview button:hover { border-color: #9ac7b8; color: var(--premium-teal); }
.premium-calendar-preview__nav button:first-child, .premium-calendar-preview__nav button:nth-child(2) { width: 28px; padding: 0; font-size: 18px; line-height: 1; }
.premium-calendar-preview__legend { display: flex; flex-wrap: wrap; gap: 15px; padding: 10px 18px; border-bottom: 1px solid #edf0eb; color: #60746e; font-size: 10px; }
.premium-calendar-preview__legend span { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.premium-calendar-preview__legend i { width: 12px; height: 9px; border-radius: 4px; background: #c8d8d1; }
.premium-calendar-preview__legend i.is-airbnb { background: #f39a94; }
.premium-calendar-preview__legend i.is-booking { background: #8db1e5; }
.premium-calendar-preview__legend i.is-direct { background: #71b99d; }
.premium-calendar-preview__legend i.is-blocked { background: repeating-linear-gradient(135deg, #d5c8a8 0 2px, #f3eee2 2px 4px); }
.premium-calendar-preview__grid { position: relative; display: grid; grid-template-rows: 28px 1fr; min-height: 308px; }
.premium-calendar-preview__weekdays, .premium-calendar-preview__dates { display: grid; grid-template-columns: repeat(7, 1fr); }
.premium-calendar-preview__weekdays span { padding: 9px 4px 6px; border-right: 1px solid #edf0eb; color: #6d7f7a; font-size: 9px; font-weight: 800; text-align: center; }
.premium-calendar-preview__dates { grid-template-rows: repeat(5, 1fr); }
.premium-calendar-preview__dates span { position: relative; min-height: 48px; padding: 7px 8px; border-top: 1px solid #edf0eb; border-right: 1px solid #edf0eb; color: #536762; font-size: 10px; text-align: right; }
.premium-calendar-bar { position: absolute; z-index: 2; display: flex; align-items: center; height: 22px; padding: 0 9px; overflow: hidden; border-radius: 12px; color: #27443d; font-size: 9px; font-weight: 600; white-space: nowrap; }
.premium-calendar-bar--airbnb { background: #f4b3af; }
.premium-calendar-bar--booking { background: #b4cef4; }
.premium-calendar-bar--direct { background: #b4ddcb; }
.premium-calendar-bar--blocked { background: repeating-linear-gradient(135deg, #f5f0e7 0 3px, #e4d9be 3px 5px); }
.premium-calendar-bar--one { top: 87px; left: 1%; width: 56%; }
.premium-calendar-bar--two { top: 87px; right: 1%; width: 28%; }
.premium-calendar-bar--three { top: 149px; left: 11%; width: 43%; }
.premium-calendar-bar--four { top: 149px; right: 1%; width: 28%; }
.premium-calendar-bar--five { top: 211px; left: 0%; width: 37%; }
.premium-calendar-bar--six { top: 211px; right: 0%; width: 44%; }
.premium-calendar-bar--seven { top: 273px; right: 8%; width: 48%; }
.premium-ical-note { display: flex; align-items: flex-start; gap: 10px; max-width: 440px; margin-top: 18px; color: #5b6e68; }
.premium-ical-note > span { display: grid; width: 18px; height: 18px; flex: 0 0 auto; place-items: center; border: 1px solid #d99443; border-radius: 50%; color: #cf7d22; font-size: 12px; font-weight: 800; }
.premium-ical-note div { display: grid; gap: 3px; }
.premium-ical-note strong { font-size: 11px; }
.premium-ical-note small { font-size: 10px; line-height: 1.4; }
.premium-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; margin-top: 25px; }
.premium-button { align-items: center; display: inline-flex; gap: 24px; justify-content: space-between; min-height: 52px; padding: 14px 21px; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.premium-button:hover { transform: translateY(-2px); }
.premium-button--dark { background: var(--premium-teal); border-radius: 999px; color: #fff; font-size: 13px; font-weight: 700; }
.premium-button--quiet { border-bottom: 1px solid var(--premium-teal); color: var(--premium-ink); font-size: 13px; font-weight: 700; padding-left: 0; padding-right: 0; }
.premium-button--quiet::after { content: '↘'; margin-left: 24px; }
.premium-trust { color: var(--premium-muted); display: flex; flex-wrap: wrap; font-size: 11px; gap: 18px; margin-top: 36px; }
.premium-benefits { border-bottom: 1px solid var(--premium-line); border-top: 1px solid var(--premium-line); display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; }
.premium-benefits article { align-items: center; display: grid; gap: 12px; grid-template-columns: 84px 1fr; padding: 20px 30px 20px 0; }
.premium-benefits article + article { border-left: 1px solid var(--premium-line); padding-left: 30px; }
.premium-index { align-items: center; background: transparent; border-radius: 0; display: inline-flex; height: 80px; justify-content: center; overflow: hidden; width: 85px; }
.premium-index img { height: 80px; object-fit: contain; width: 85px; }
.premium-benefits h2, .premium-feature-grid h2 { color: var(--premium-ink); font-family: Fraunces, Georgia, serif; font-size: 18px; font-weight: 500; letter-spacing: -.025em; line-height: 1.08; margin: 0; }
.premium-benefits p, .premium-feature-grid article > p:last-child { color: var(--premium-muted); font-size: 11px; line-height: 1.4; margin: 7px 0 0; }
.premium-cockpit-wrap { padding: 135px 0 35px; }
.premium-section-intro { margin: 0 auto 42px; max-width: 580px; text-align: center; }
.premium-section-intro h2 { color: var(--premium-ink); font-family: Fraunces, Georgia, serif; font-size: clamp(38px, 4vw, 60px); font-weight: 500; letter-spacing: -.045em; line-height: 1; margin: 0; }
.premium-section-intro > p:last-child { color: var(--premium-muted); font-size: 16px; line-height: 1.6; margin: 18px auto 0; }
.landing-cockpit { background: #fff; border: 1px solid #d9e1dc; box-shadow: 0 25px 70px rgba(31, 62, 58, .13); display: grid; grid-template-columns: 205px minmax(0, 1fr); min-height: 620px; overflow: hidden; }
.landing-cockpit__sidebar { background: #163f3c; color: #d9eee7; padding: 28px 17px; }
.cockpit-brand { align-items: center; display: flex; gap: 8px; font-size: 11px; font-weight: 800; letter-spacing: .08em; line-height: .92; margin: 0 9px 55px; }
.cockpit-brand img { filter: brightness(0) invert(1); height: 28px; width: 28px; }
.cockpit-nav-label, .cockpit-overline { color: #86aaa3; font-size: 9px; font-weight: 800; letter-spacing: .15em; margin: 0 0 12px; }
.landing-cockpit__sidebar a { align-items: center; color: #a9c7c0; display: flex; font-size: 11px; gap: 11px; margin: 4px 0; padding: 10px 11px; text-decoration: none; }
.landing-cockpit__sidebar a span:first-child { color: #7cd1c1; font-size: 15px; width: 16px; }
.landing-cockpit__sidebar a.is-active { background: #2c6c64; color: #fff; }
.landing-cockpit__sidebar a.cockpit-nav-spaced { margin-top: 45px; }
.landing-cockpit__main { min-width: 0; padding: 31px 38px 34px; }
.premium-cockpit-cta { display: flex; justify-content: center; margin-top: 28px; }
.cockpit-toolbar { align-items: end; display: flex; justify-content: space-between; }
.cockpit-toolbar h3 { color: var(--premium-ink); font-family: Fraunces, Georgia, serif; font-size: 25px; font-weight: 500; margin: 0; }
.cockpit-filters { border: 1px solid #d7e0dc; display: flex; font-size: 11px; }
.cockpit-filter { border-left: 1px solid #d7e0dc; color: #79918c; padding: 10px 13px; }
.cockpit-filter:first-child { border-left: 0; }
.cockpit-filter.is-selected { background: #e5f2ed; color: var(--premium-teal); font-weight: 700; }
.timeline-head { color: #89a09a; display: grid; font-size: 9px; font-weight: 800; grid-template-columns: 205px minmax(0, 1fr); letter-spacing: .12em; margin-top: 45px; }
.timeline-head > div { display: grid; grid-template-columns: repeat(7, 1fr); text-align: center; }
.timeline-body { border-bottom: 1px solid #dce5df; border-top: 1px solid #dce5df; }
.timeline-row { display: grid; grid-template-columns: 205px minmax(0, 1fr); min-height: 102px; }
.timeline-row + .timeline-row { border-top: 1px solid #e5ebe6; }
.property-meta { align-items: center; display: flex; gap: 12px; padding-right: 15px; }
.property-meta img { border-radius: 50%; height: 38px; object-fit: cover; width: 38px; }
.property-meta strong, .property-meta small { display: block; }
.property-meta strong { color: var(--premium-ink); font-size: 12px; }
.property-meta small { color: #91a39d; font-size: 10px; margin-top: 4px; }
.property-track { background-color: #fbfcfa; border-left: 1px solid #edf1ed; position: relative; }
.today-line { background: #df8568; bottom: 0; left: 28%; position: absolute; top: 0; width: 1px; }
.today-line::before { background: #df8568; border-radius: 50%; content: ''; height: 7px; left: -3px; position: absolute; top: 17px; width: 7px; }
.booking { align-items: center; border-radius: 2px; color: #fff; display: flex; font-size: 10px; gap: 8px; height: 38px; overflow: hidden; padding: 0 10px; position: absolute; top: 31px; white-space: nowrap; }
.booking small { color: rgba(255,255,255,.75); font-size: 9px; }
.booking--airbnb { background: #de7b6f; }
.booking--booking { background: #719ac1; }
.booking--direct { background: #4eaa8c; }
.booking--blocked { background: #d8dfdb; color: #71817b; }
.cockpit-summary { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; margin-top: 27px; }
.cockpit-summary article { background: #f2f7f3; border: 1px solid #dce8df; padding: 18px 20px; }
.cockpit-summary article:last-child { background: #f9f1e4; border-color: #ecdfcb; }
.cockpit-summary strong, .cockpit-summary span { display: block; }
.cockpit-summary strong { color: var(--premium-ink); font-family: Fraunces, Georgia, serif; font-size: 19px; font-weight: 500; }
.cockpit-summary span { color: #7d918b; font-size: 11px; margin-top: 7px; }
.premium-feature-grid { display: grid; gap: 38px; grid-template-columns: repeat(3, 1fr); padding: 120px 4vw 80px; }
.feature-visual { align-items: flex-start; background: #e8f0e9; display: flex; flex-wrap: wrap; gap: 10px; height: 180px; margin-bottom: 28px; overflow: hidden; padding: 26px; position: relative; }
.feature-visual--calendar { align-content: start; background: #dcece4; }
.feature-visual--calendar span { background: #fff; color: #54736c; font-size: 11px; padding: 10px 14px; }
.feature-visual--calendar b { background: #4eaa8c; height: 26px; left: 26px; position: absolute; top: 88px; width: 62%; }
.feature-visual--calendar b:nth-of-type(2) { background: #df8568; left: 45%; top: 118px; width: 42%; }
.feature-visual--calendar b:nth-of-type(3) { background: #719ac1; left: 14%; top: 148px; width: 30%; }
.feature-visual--message { align-content: center; background: #e9e6da; flex-direction: column; justify-content: center; }
.feature-visual--message span, .feature-visual--direct span { color: #6c8a82; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.feature-visual--message strong, .feature-visual--direct strong { color: var(--premium-ink); font-family: Fraunces, Georgia, serif; font-size: 21px; font-weight: 500; max-width: 250px; }
.feature-visual--message small, .feature-visual--direct small { color: #6c837c; font-size: 10px; }
.feature-visual--direct { align-content: center; background: #173f3c; flex-direction: column; justify-content: center; }
.feature-visual--direct strong { color: #fff; }
.feature-visual--direct span, .feature-visual--direct small { color: #a4d0c2; }
.premium-proof { background: #173f3c; color: #fff; margin: 50px -28px; padding: 85px 8vw; }
.premium-proof h2 { color: #fff; font-family: Fraunces, Georgia, serif; font-size: clamp(35px, 4vw, 58px); font-weight: 500; letter-spacing: -.04em; margin: 0; }
.premium-proof p { color: #abd0c4; }
.premium-proof .proof-grid { border-top-color: #3e6a64; }
.premium-proof .proof-metric { border-left-color: #3e6a64; }
.premium-proof .proof-status { color: #d4ebe3; font-size: 12px; margin: 18px 0 0; }
.premium-pricing { background: #eee9de; margin: 80px -28px 0; }

@media (max-width: 900px) {
  .premium-hero { grid-template-columns: 1fr; }
  .premium-hero__copy { min-height: 540px; padding: 70px 7vw; }
  .premium-hero__visual { min-height: 400px; }
  .premium-hero--calendar .premium-hero__visual { padding: 0 0 45px; }
  .premium-benefits, .premium-feature-grid { grid-template-columns: 1fr; }
  .premium-benefits article, .premium-benefits article + article { border-left: 0; border-top: 1px solid var(--premium-line); gap: 14px; grid-template-columns: 48px 1fr; padding: 28px 0; }
  .premium-benefits article:first-child { border-top: 0; }
  .landing-cockpit { grid-template-columns: 1fr; }
  .landing-cockpit__sidebar { display: none; }
  .landing-cockpit__main { padding: 24px 16px; }
  .timeline-head, .timeline-row { grid-template-columns: 145px minmax(420px, 1fr); }
  .landing-cockpit { overflow-x: auto; }
  .landing-cockpit__main { min-width: 650px; }
}

@media (max-width: 620px) {
  .landing-v2 { padding: 0 14px 70px; }
  body:has(.landing-v2) header .nav { min-height: 68px; }
  body:has(.landing-v2) header .nav-links, body:has(.landing-v2) header .cta-group { display: none; }
  .premium-hero__copy { min-height: 500px; padding: 58px 4vw; }
  .premium-hero h1 { font-size: 52px; }
  .premium-hero__lead { font-size: 15px; }
  .premium-actions { align-items: stretch; flex-direction: column; }
  .premium-button { justify-content: center; width: 100%; }
  .premium-hero__visual { min-height: 300px; }
  .premium-benefits { margin: 0; }
  .premium-cockpit-wrap { padding-top: 85px; }
  .premium-feature-grid { padding: 80px 0 50px; }
  .premium-proof, .premium-pricing { margin-left: -14px; margin-right: -14px; }
}

/* Conversion-first composition: the product is shown as a working system,
   not as a standalone calendar screenshot. */
.premium-hero--recomposed {
  align-items: center;
  gap: clamp(24px, 4vw, 72px);
  grid-template-columns: minmax(360px, .78fr) minmax(560px, 1.22fr);
  min-height: 640px;
}

.premium-hero--recomposed .premium-hero__copy {
  padding: 56px 0 44px;
}

.premium-hero--recomposed h1 {
  font-size: clamp(52px, 5vw, 76px);
  line-height: .94;
  max-width: 520px;
}

.premium-hero--recomposed .premium-hero__lead {
  font-size: 17px;
  max-width: 490px;
  transform: none;
}

.premium-hero--recomposed .premium-hero__visual,
.premium-hero--calendar.premium-hero--recomposed .premium-hero__visual {
  align-items: center;
  background: transparent;
  display: flex;
  min-height: 560px;
  padding: 0;
}

.premium-hero-product {
  min-height: 480px;
  position: relative;
  width: 100%;
}

.premium-hero-product .premium-calendar-preview {
  box-shadow: 0 26px 70px rgba(30, 65, 59, .15);
  min-height: 430px;
  width: calc(100% - 48px);
}

.premium-hero-product__direct {
  background: #fff;
  border: 1px solid #dfe8e1;
  border-radius: 10px;
  bottom: -12px;
  box-shadow: 0 20px 45px rgba(33, 72, 65, .16);
  display: grid;
  gap: 7px;
  padding: 16px;
  position: absolute;
  right: 0;
  width: 250px;
  z-index: 3;
}

.premium-hero-product__eyebrow {
  color: var(--premium-teal);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.premium-hero-product__direct > strong {
  color: var(--premium-ink);
  font-family: Fraunces, Georgia, serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.08;
}

.premium-hero-product__site {
  border: 1px solid #e4ebe5;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}

.premium-hero-product__site img {
  display: block;
  height: 82px;
  object-fit: cover;
  width: 100%;
}

.premium-hero-product__site span {
  background: rgba(255, 255, 255, .94);
  bottom: 0;
  color: #45625b;
  display: block;
  font-size: 8px;
  padding: 6px 7px;
  position: absolute;
  width: 100%;
}

.premium-hero-product__direct > small {
  color: var(--premium-muted);
  font-size: 9px;
}

.premium-hero--recomposed .premium-trust {
  color: #55706a;
  font-size: 11px;
  gap: 14px 20px;
  margin-top: 22px;
}

.premium-hero--recomposed .premium-trust span::first-letter {
  color: var(--premium-teal);
}

.premium-hero--recomposed .premium-actions {
  gap: 18px;
  margin-top: 29px;
}

.premium-hero--recomposed .premium-button--dark {
  min-height: 56px;
  padding-inline: 24px;
}

.premium-hero--recomposed .premium-button--quiet {
  min-height: 42px;
}

.premium-hero--recomposed + .premium-benefits {
  background: rgba(255, 255, 255, .5);
  margin-top: 20px;
}

/* Keep the landing focused: the hero and cockpit already carry the visual
   proof, while the full trust/iCal explanations remain available in the
   dedicated pages and FAQ. */
.landing-v2 > #ical-explainer,
.landing-v2 > #trust {
  display: none;
}

.premium-cockpit-wrap { padding-top: 96px; }
.premium-feature-grid { padding-bottom: 64px; padding-top: 88px; }
.premium-proof { margin-bottom: 24px; margin-top: 24px; padding-bottom: 68px; padding-top: 68px; }

.landing-cockpit,
.price-card,
.cta-band {
  border-radius: 10px;
}

@media (max-width: 1100px) {
  .premium-hero--recomposed {
    gap: 28px;
    grid-template-columns: minmax(320px, .8fr) minmax(480px, 1.2fr);
  }

  .premium-hero--recomposed h1 { font-size: clamp(48px, 5vw, 64px); }
  .premium-hero-product .premium-calendar-preview { width: calc(100% - 24px); }
  .premium-hero-product__direct { right: -4px; }
}

@media (max-width: 900px) {
  .premium-hero--recomposed {
    gap: 0;
    grid-template-columns: 1fr;
  }

  .premium-hero--recomposed > *,
  .premium-hero--recomposed .premium-hero-product {
    min-width: 0;
    width: 100%;
  }

  .premium-hero--recomposed .premium-hero__copy {
    min-height: 0;
    padding: 74px 7vw 44px;
  }

  .premium-hero--recomposed .premium-hero__visual,
  .premium-hero--calendar.premium-hero--recomposed .premium-hero__visual {
    min-height: 520px;
    padding: 0 3vw 48px;
  }
}

@media (max-width: 620px) {
  .premium-hero--recomposed h1 { font-size: clamp(46px, 14vw, 58px); }

  .premium-hero--recomposed .premium-hero__copy {
    padding: 58px 4vw 36px;
  }

  .premium-hero--recomposed .premium-hero__lead { font-size: 15px; }

  .premium-hero--recomposed .premium-actions {
    gap: 8px;
    margin-top: 24px;
  }

  .premium-hero--recomposed .premium-trust {
    display: grid;
    gap: 8px;
    margin-top: 18px;
  }

  .premium-hero--recomposed .premium-hero__visual,
  .premium-hero--calendar.premium-hero--recomposed .premium-hero__visual {
    min-height: 440px;
    padding: 0 0 30px;
  }

  .premium-hero-product { min-height: 410px; }
  .premium-hero-product .premium-calendar-preview { min-height: 340px; width: 100%; }
  .premium-calendar-preview__top,
  .premium-calendar-preview__legend {
    min-width: 0;
    width: 100%;
  }

  .premium-calendar-preview__top {
    flex-wrap: wrap;
    gap: 8px;
  }

  .premium-calendar-preview__top > strong {
    font-size: 15px;
    order: -1;
    text-align: center;
    width: 100%;
  }

  .premium-calendar-preview__nav,
  .premium-calendar-preview__tools {
    min-width: 0;
  }

  .premium-calendar-preview__tools button:first-child {
    display: none;
  }

  .premium-calendar-preview__legend {
    gap: 8px;
    overflow: hidden;
  }

  .premium-calendar-preview__legend span {
    font-size: 9px;
  }

  .premium-hero-product__direct { bottom: -4px; right: 8px; width: 218px; }
  .premium-hero-product__direct > strong { font-size: 16px; }
  .premium-hero-product__site img { height: 68px; }
}

/* Conversion pages need a visible keyboard path and a calm reduced-motion mode. */
body:has(.landing-v2) a:focus-visible,
body:has(.landing-v2) button:focus-visible,
body:has(.landing-v2) summary:focus-visible {
  outline: 3px solid #d99443;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  body:has(.landing-v2) *,
  body:has(.landing-v2) *::before,
  body:has(.landing-v2) *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
