/* Campaign landing page at /demo — no site nav. */

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 9999;
  padding: 8px 16px;
  background: #343740;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
}

.demo {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: 'Montserrat', 'Public Sans', system-ui, sans-serif;
  font-weight: 400;
  color: #0d0806;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

.demo h1,
.demo h2,
.demo h3 {
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.015em;
}

.demo p {
  margin: 0;
}

.demo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.demo a {
  text-decoration: none;
}

.demo-wrap {
  max-width: 760px;
  margin-inline: auto;
}

.demo-header {
  background: #fff;
  padding: 20px 24px;
}

.demo-header .demo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.demo-header__logo {
  display: inline-flex;
  align-items: center;
}

.demo-header__logo img {
  height: 40px;
  width: auto;
  display: block;
}

.demo-header__home {
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #555250;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
}

.demo-header__home:hover {
  color: #0d0806;
}

.demo-header__arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.demo-hero {
  background: #343740;
  color: #fff;
  padding: clamp(36px, 7vw, 64px) 24px clamp(88px, 14vw, 132px);
}

.demo-hero .demo-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 3vw, 24px);
}

.demo-hero__kicker {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #a2ffc8;
}

.demo-hero h1 {
  font-size: clamp(40px, 11vw, 64px);
  line-height: 1.02;
  color: #fff;
}

.demo-hero__lede {
  font-size: clamp(17px, 4.4vw, 21px);
  line-height: 1.5;
  color: #dad9d9;
  max-width: 560px;
  text-wrap: pretty;
}

.demo-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.demo-hero__pills li {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #ffffff2e;
  border-radius: 100px;
  padding: 8px 15px;
  font-size: 13px;
  color: #eaebf0;
}

.demo-hero__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.demo-hero__dot--mint {
  background: #a2ffc8;
}

.demo-hero__dot--teal {
  background: #009c9c;
}

.demo-hero__dot--coral {
  background: #ff9a81;
}

.demo-cta-band {
  background: #f2f2f2;
  padding: 0 24px clamp(48px, 8vw, 72px);
}

.demo-cta-band .demo-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 5vw, 40px);
}

.demo-video {
  margin-top: clamp(-104px, -11vw, -72px);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 18px 44px #0d080633;
  background: #25201e;
}

.demo-video__player {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #25201e;
}

.demo-actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.demo-actions__row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.demo-btn {
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.demo-btn--primary {
  background: #00807f;
  color: #fff;
}

.demo-btn--primary:hover {
  background: #009c9c;
  color: #fff;
}

.demo-btn--ghost {
  background: transparent;
  color: #0d0806;
  border: 1px solid #0d080633;
}

.demo-btn--ghost:hover {
  background: #0d08060d;
  color: #0d0806;
}

.demo-footer {
  background: #fff;
  padding: 24px 24px 32px;
  margin-top: auto;
}

.demo-footer .demo-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
  font-size: 13px;
  color: #555250;
  border-top: 1px solid #0d080614;
  padding-top: 22px;
}

.demo-footer a {
  color: #343740;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.demo-footer a:hover {
  color: #555250;
}
