/* Missed-call text-back v2: Hartley Plumbing & Heating's own site, after Waida's TitanPipe.
   Dark full-bleed photo hero with a light nav, a white form-style card on the right, a thin
   Inter headline and a giant word across the bottom; then light sections with square-ish
   8px cards, one yellow accent card, a bordered icon row and a dark photo band. */
.demo--missed-call-text-back {
  --ink: #1d1d1d; --ink-2: #4a4a4a; --muted: #6b6b6b; --line: #e6e6e6; --paper: #fafafa; --card: #f2f2f2;
  --yellow: #ffd12e; --yellow-2: #ffdb57; --dark: #111;
  background: #fff; color: var(--ink); font: 400 16px/1.55 Inter, system-ui, sans-serif;
}
.demo--missed-call-text-back main { overflow-x: clip; }
.hp-wrap { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 clamp(16px, 5.6vw, 80px); }
.demo--missed-call-text-back :focus-visible { outline: 2px solid var(--yellow); outline-offset: 3px; }
.hp-hero a, .hp-demo a { text-decoration: none; }

.hp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 4px; background: var(--yellow); color: #1a1a1a;
  font: 500 15px/1 Inter, sans-serif; letter-spacing: -.01em; padding: 18px 30px; transition: background .2s, transform .2s; }
.hp-btn:hover { background: var(--yellow-2); }
.hp-btn:disabled { opacity: .45; cursor: default; }
.hp-btn--block { width: 100%; }
.hp-btn__ico { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #1a1a1a; color: var(--yellow); }

/* ---------- hero ---------- */
.hp-hero { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: #0c0c0c;
  min-height: clamp(760px, 70vw, 1000px); display: flex; flex-direction: column; }
.hp-hero__bg { position: absolute; inset: 0; z-index: -2; }
.hp-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.hp-hero__bg::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(8,8,8,.86) 0%, rgba(8,8,8,.62) 45%, rgba(8,8,8,.38) 100%), linear-gradient(0deg, rgba(8,8,8,.55), transparent 40%); }
.hp-lines { position: absolute; z-index: -1; top: 0; bottom: 0; left: max(8px, calc((100% - 1440px) / 2 + clamp(16px, 5.6vw, 80px) - 10px));
  right: max(8px, calc((100% - 1440px) / 2 + clamp(16px, 5.6vw, 80px) - 10px)); border-left: 1px solid rgba(255,255,255,.14); border-right: 1px solid rgba(255,255,255,.14); }

.hp-nav { display: flex; align-items: center; gap: 24px; padding-top: 22px; padding-bottom: 22px; }
.hp-logo { color: #fff; display: flex; align-items: center; gap: 10px; font: 600 19px/1 Inter, sans-serif; letter-spacing: -.03em; }
.hp-nav__links { display: flex; gap: 46px; margin: 0 auto; font-size: 16px; letter-spacing: -.02em; }
.hp-nav__links a { color: rgba(255,255,255,.92); }
.hp-nav__links a:hover, .hp-nav__links a.is-on { color: var(--yellow); }
.hp-nav__cta { color: #fff; border: 1px solid rgba(255,255,255,.28); border-radius: 4px; padding: 15px 30px; font-size: 15px; letter-spacing: -.01em; white-space: nowrap; }
.hp-nav__cta:hover { background: rgba(255,255,255,.08); }

.hp-hero__body { flex: 1; position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 40px; align-items: start; padding-top: 60px; }
.hp-hero__body::before, .hp-hero__body::after { content: ""; position: absolute; left: clamp(6px, 5.6vw - 10px, 70px); right: clamp(6px, 5.6vw - 10px, 70px); height: 1px; background: rgba(255,255,255,.14); }
.hp-hero__body::before { top: 0; }
.hp-hero__body::after { display: none; }
.hp-hero__copy { position: relative; padding-bottom: 56px; }
.hp-hero__copy::after { content: ""; position: absolute; bottom: 0; left: -10px; width: calc(100% + 340px); height: 1px; background: rgba(255,255,255,.14); }
.hp-card { position: relative; z-index: 1; }
.hp-hero__copy { padding-top: 12px; }
.hp-eyebrow { font-size: 14px; color: rgba(255,255,255,.72); letter-spacing: -.005em; margin-bottom: 18px; }
.hp-hero h1 { font: 300 clamp(2.5rem, 4.6vw, 4.1rem)/1.08 Inter, sans-serif; letter-spacing: -.045em; max-width: 13em; }
.hp-lede { margin-top: 20px; max-width: 34em; color: rgba(255,255,255,.78); font-size: 17px; letter-spacing: -.01em; }
.hp-hero__copy .hp-btn { margin-top: 30px; }

.hp-card { background: #fff; color: var(--ink); border-radius: 8px; padding: 26px 20px 20px; box-shadow: 0 0 0 10px rgba(255,255,255,.08), 0 30px 60px -20px rgba(0,0,0,.5); }
.hp-card h2 { font: 400 18px/1.2 Inter, sans-serif; letter-spacing: -.02em; text-align: center; margin-bottom: 16px; }
.hp-card__rows { display: grid; gap: 10px; margin-bottom: 16px; }
.hp-card__rows li { display: flex; justify-content: space-between; align-items: center; gap: 10px; border: 1px solid #e4e4e4; border-radius: 4px; padding: 10px 12px; font-size: 14.5px; letter-spacing: -.01em; }
.hp-card__rows span { color: var(--muted); }
.hp-card__rows b { font-weight: 500; }

.hp-giant { position: relative; margin-top: auto; font: 400 clamp(6rem, 22.6vw, 21rem)/.74 Inter, sans-serif; letter-spacing: -.07em; white-space: nowrap;
  color: #fff; transform: translate(-.04em, .06em); pointer-events: none; user-select: none; }

/* ---------- about ---------- */
.hp-about { background: var(--paper); padding: clamp(64px, 8vw, 120px) 0; }
.hp-about__grid { display: grid; grid-template-columns: minmax(0, 1fr) 255px minmax(0, 448px); gap: 10px; align-items: end; }
.hp-about__copy { grid-row: 1; grid-column: 1; align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; gap: 48px; padding-right: 24px; }
.hp-statement { font: 400 clamp(1.6rem, 2.8vw, 2.5rem)/1.2 Inter, sans-serif; letter-spacing: -.045em; color: #2a2a2a; }
.hp-about__copy .hp-statement { grid-column: 1 / 3; }
.hp-rating { max-width: 360px; font-size: 15px; letter-spacing: -.01em; color: var(--ink-2); }
.hp-rating b { color: var(--ink); font-weight: 600; }
.hp-star { color: #e7b400; }
.hp-faces { display: flex; margin: 14px 0 18px; }
.hp-faces li { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: #2a2a2a; color: #fff; font-size: 13px; font-weight: 600;
  border: 2px solid var(--yellow); margin-right: -10px; }
.hp-faces li:nth-child(2) { background: #5d4a3a; } .hp-faces li:nth-child(3) { background: #3c4f5c; }
.hp-about figure { border-radius: 8px; overflow: hidden; }
.hp-about img { width: 100%; height: 100%; object-fit: cover; }
.hp-about__small { grid-column: 2; grid-row: 1; aspect-ratio: 1; }
.hp-about__big { grid-column: 3; grid-row: 1; height: clamp(420px, 40vw, 560px); }

/* ---------- demo ---------- */
.hp-demo { position: relative; overflow: hidden; background: #fff; padding: clamp(64px, 8vw, 110px) 0 clamp(64px, 8vw, 110px); isolation: isolate; }
.hp-demo__head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 32px 60px; align-items: end; margin-bottom: 48px; }
.hp-demo__head h2 { font: 400 clamp(2.2rem, 4.2vw, 3.6rem)/1.06 Inter, sans-serif; letter-spacing: -.055em; color: #262626; }
.hp-demo__intro p { color: var(--ink-2); font-size: 16.5px; letter-spacing: -.01em; margin-bottom: 22px; max-width: 34em; }

.hp-stage { display: grid; gap: 10px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.05fr); align-items: start; }
.hp-dev { background: var(--card); border-radius: 8px; padding: 22px 22px 30px; display: flex; flex-direction: column; }
.hp-dev__cap { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; font-size: 14px; letter-spacing: -.01em; color: var(--muted);
  padding-bottom: 14px; margin-bottom: 26px; border-bottom: 1px dashed #bdbdbd; }
.hp-dev__cap b { font-weight: 500; color: var(--ink); font-size: 16px; }

.hp-phone { position: relative; margin: 0 auto; width: 100%; max-width: 300px; height: 600px; border-radius: 48px; background: #fff;
  border: 10px solid #121212; box-shadow: 0 0 0 1px #2c2c2c, 0 40px 60px -30px rgba(0,0,0,.45); overflow: hidden; display: flex; flex-direction: column; }
.hp-phone__status { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; padding: 12px 22px 8px; font: 600 12.5px/1 Inter, sans-serif; color: #111; }
.hp-phone__isl { width: 84px; height: 24px; border-radius: 20px; background: #0a0a0a; }
.hp-phone:has(.hp-call:not([hidden])) .hp-phone__status, .hp-phone--lock .hp-phone__status { color: #fff; }
.hp-phone:has(.hp-call:not([hidden])) { background: #1b1b1b; }

.hp-call { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 70px 20px 40px; color: #fff;
  background: radial-gradient(130% 60% at 50% 0%, #4a3d12 0%, #1b1b1b 70%); }
.hp-call__who { font: 500 27px/1.1 Inter, sans-serif; letter-spacing: -.04em; }
.hp-call__num { margin-top: 6px; color: rgba(255,255,255,.62); font-size: 14px; }
.hp-call__state { margin-top: 10px; color: rgba(255,255,255,.8); font-size: 14px; min-height: 1.5em; }
.hp-call__ring { position: relative; margin-top: auto; border: 0; padding: 0; width: 78px; height: 78px; border-radius: 50%; background: var(--yellow); }
.hp-call__ring::after { content: ""; position: absolute; inset: 0; background: #1a1a1a; transition: transform .3s;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.3 0 .7-.2 1l-2.3 2.2Z'/%3E%3C/svg%3E") center / 32px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.3 0 .7-.2 1l-2.3 2.2Z'/%3E%3C/svg%3E") center / 32px no-repeat; }
.hp-call__ring span { position: absolute; inset: 0; border-radius: 50%; border: 2px solid var(--yellow); opacity: 0; }
.is-ringing .hp-call__ring span { animation: hp-ring 1.5s ease-out infinite; }
.is-ringing .hp-call__ring span:nth-child(2) { animation-delay: .5s; }
.is-ringing .hp-call__ring span:nth-child(3) { animation-delay: 1s; }
.is-ended .hp-call__ring { background: #e5484d; }
.is-ended .hp-call__ring::after { background: #fff; transform: rotate(135deg); }
.hp-call__ring:disabled { cursor: default; }
@keyframes hp-ring { from { transform: scale(1); opacity: .8; } to { transform: scale(2.1); opacity: 0; } }

.hp-thread { flex: 1; display: flex; flex-direction: column; min-height: 0; background: #fff; }
.hp-thread__head { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 11.5px; font-weight: 500; color: #333;
  padding: 2px 12px 10px; border-bottom: 1px solid #ececec; background: #f7f7f7; }
.hp-thread__av { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: #1d1d1d; color: var(--yellow); font-weight: 600; font-size: 15px; }
.hp-thread__list { flex: 1; overflow-y: auto; padding: 14px 12px; display: flex; flex-direction: column; gap: 6px; scroll-behavior: smooth; }
.msg { max-width: 84%; padding: 8px 12px; border-radius: 18px; font-size: 13.5px; line-height: 1.38; letter-spacing: -.01em; animation: hp-pop .28s ease both; }
.msg--in { align-self: flex-start; background: #e9e9eb; color: #111; border-bottom-left-radius: 5px; }
.msg--out { align-self: flex-end; background: var(--yellow); color: #1a1a1a; border-bottom-right-radius: 5px; }
.msg--sys { align-self: center; background: none; color: #8a8a8a; font-size: 11px; padding: 2px; }
.msg--typing { display: flex; gap: 4px; padding: 12px 14px; }
.msg--typing i { width: 6px; height: 6px; border-radius: 50%; background: #9a9a9a; animation: hp-blink 1s infinite; }
.msg--typing i:nth-child(2) { animation-delay: .15s; } .msg--typing i:nth-child(3) { animation-delay: .3s; }
@keyframes hp-blink { 50% { opacity: .25; } }
@keyframes hp-pop { from { opacity: 0; transform: translateY(6px) scale(.98); } }
.hp-chips { display: flex; flex-direction: column; gap: 6px; padding: 10px 12px 16px; border-top: 1px solid #ececec; background: #fafafa; }
.hp-chips:empty { display: none; }
.chips__hint { font-size: 11px; color: #6b5a00; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.chip { text-align: left; background: #fff; border: 1px solid #d9d9d9; border-radius: 16px; padding: 8px 12px; font-size: 13px; line-height: 1.35; letter-spacing: -.01em; }
.chip:hover { border-color: #1d1d1d; background: #fffbea; }

.hp-phone--lock { background: #222 url(img/pipe-sm.webp) center / cover; }
.hp-phone--lock::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.55)); }
.hp-phone--lock > * { position: relative; }
.hp-lock__date { text-align: center; margin-top: 18px; color: rgba(255,255,255,.88); font-size: 14px; font-weight: 500; }
.hp-lock__time { text-align: center; font: 600 72px/1 Inter, sans-serif; letter-spacing: -.04em; color: #fff; }
.hp-notes { margin-top: 26px; padding: 0 10px; display: flex; flex-direction: column; gap: 8px; overflow-y: auto; }
.note { background: rgba(245,245,245,.86); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); color: #111; border-radius: 18px; padding: 10px 13px;
  font-size: 12.5px; line-height: 1.38; letter-spacing: -.01em; animation: hp-pop .3s ease both; }
.note__top { display: flex; justify-content: space-between; color: #666; font-size: 11px; margin-bottom: 2px; }
.note__top b { color: #111; font-weight: 600; }
.note--hot { background: var(--yellow); }
.note--hot .note__top { color: #3d3300; }

/* ---------- log card ---------- */
.hp-log { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 22px; display: flex; flex-direction: column; min-width: 0; }
.hp-log__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 14px; border-bottom: 1px dashed #bdbdbd; }
.hp-log__head h3 { font: 400 20px/1.2 Inter, sans-serif; letter-spacing: -.035em; }
.hp-replay { border: 1px solid #cfcfcf; background: #fff; border-radius: 4px; padding: 9px 16px; font-size: 13.5px; }
.hp-replay:hover:not(:disabled) { border-color: #1d1d1d; }
.hp-replay:disabled { opacity: .4; cursor: default; }
.hp-log__body { flex: 1; min-height: 260px; max-height: 440px; overflow-y: auto; padding-right: 4px; }
.rf-log { display: flex; flex-direction: column; }
.rf-log__empty { color: var(--muted); font-size: 14.5px; padding: 16px 0; }
.rf-log__item { display: grid; grid-template-columns: 50px 1fr; gap: 2px 12px; padding: 13px 0; border-bottom: 1px solid #efefef; font-size: 14.5px; line-height: 1.45;
  letter-spacing: -.01em; color: var(--ink-2); opacity: 0; transform: translateY(6px); transition: opacity .3s, transform .3s; }
.rf-log__item.is-in { opacity: 1; transform: none; }
.rf-log__time { font: 500 12px/1.9 'JetBrains Mono', monospace; color: #8a8a8a; }
.rf-log__tag { grid-column: 2; justify-self: start; margin-top: 5px; font-size: 11px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase;
  background: #1d1d1d; color: var(--yellow); border-radius: 3px; padding: 3px 7px; }
.rf-log__item.is-hot .rf-log__text { color: #b42318; font-weight: 600; }
.rf-log__item.is-done .rf-log__text { color: var(--ink); }
.rf-log__item.is-done .rf-log__text::before { content: "✓"; display: inline-grid; place-items: center; width: 17px; height: 17px; margin-right: 7px; border-radius: 50%;
  background: var(--yellow); color: #1a1a1a; font-size: 10px; font-weight: 800; vertical-align: 1px; }

.hp-stats { margin-top: 16px; background: var(--yellow); border-radius: 8px; padding: 18px 20px 20px; color: #1a1a1a; }
.hp-stats__label { font-size: 14px; letter-spacing: -.01em; padding-bottom: 10px; border-bottom: 1px dashed rgba(0,0,0,.45); }
.hp-stats__big { margin-top: 18px; font: 500 clamp(2.4rem, 3.6vw, 3.4rem)/1 Inter, sans-serif; letter-spacing: -.06em; }
.hp-stats dl { margin: 10px 0 0; display: flex; gap: 28px; font-size: 13.5px; }
.hp-stats dt { color: #4d3f00; }
.hp-stats dd { margin: 0; font-weight: 600; font-size: 16px; }

/* ---------- services row ---------- */
.hp-services { background: var(--paper); padding-top: clamp(64px, 8vw, 120px); }
.hp-services h2 { text-align: center; font: 400 clamp(2.1rem, 4.2vw, 3.6rem)/1.08 Inter, sans-serif; letter-spacing: -.055em; color: #262626; margin-bottom: clamp(40px, 6vw, 80px); }
.hp-services__row { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hp-services__row li { padding: 42px clamp(20px, 3vw, 40px) 40px; border-left: 1px solid var(--line); }
.hp-services__row li:first-child { border-left: 0; padding-left: clamp(16px, 5.6vw, 80px); }
.hp-services__row svg { color: #1d1d1d; margin-bottom: 90px; }
.hp-services__row h3 { font: 400 22px/1.2 Inter, sans-serif; letter-spacing: -.04em; color: #262626; }
.hp-services__row p { margin-top: 12px; color: var(--ink-2); font-size: 15px; letter-spacing: -.015em; max-width: 24em; }

/* ---------- how (dark photo band) ---------- */
.hp-how { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: #111; margin-top: 60px; }
.hp-how__bg { position: absolute; inset: 0; z-index: -1; }
.hp-how__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.hp-how__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.82), rgba(0,0,0,.6) 60%, rgba(0,0,0,.5)); }
.hp-how__in { padding-top: clamp(56px, 7vw, 80px); padding-bottom: clamp(56px, 7vw, 90px); }
.hp-how__kicker { color: var(--yellow); font-size: 15px; letter-spacing: -.01em; }
.hp-how h2 { margin-top: 14px; font: 400 clamp(2rem, 3.8vw, 3.3rem)/1.08 Inter, sans-serif; letter-spacing: -.055em; max-width: 12em; }
.hp-how__steps { margin-top: clamp(60px, 9vw, 150px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.hp-how__steps li { border-top: 1px solid rgba(255,255,255,.3); padding-top: 22px; }
.hp-how__n { font: 400 30px/1 Inter, sans-serif; letter-spacing: -.04em; }
.hp-how__n i { font-style: normal; color: rgba(255,255,255,.45); }
.hp-how__steps h3 { margin-top: 26px; font: 400 22px/1.2 Inter, sans-serif; letter-spacing: -.04em; }
.hp-how__steps p { margin-top: 10px; color: rgba(255,255,255,.76); font-size: 15px; letter-spacing: -.01em; max-width: 30em; }

.hp-thread__list, .hp-notes, .hp-log__body { scrollbar-width: thin; scrollbar-color: #cfcfcf transparent; }

/* ---------- responsive ---------- */
@media (max-width: 1180px) {
  .hp-stage { grid-template-columns: 1fr 1fr; }
  .hp-log { grid-column: 1 / -1; }
  .hp-services__row { grid-template-columns: 1fr 1fr; }
  .hp-services__row li:nth-child(3) { border-left: 0; padding-left: clamp(16px, 5.6vw, 80px); }
  .hp-services__row li:nth-child(n+3) { border-top: 1px solid var(--line); }
  .hp-services__row svg { margin-bottom: 40px; }
}
@media (max-width: 960px) {
  .hp-nav__links { display: none; }
  .hp-nav__cta { margin-left: auto; }
  .hp-hero__body { grid-template-columns: 1fr; padding-top: 40px; }
  .hp-hero__copy::after { width: calc(100% + 20px); }
  .hp-card { max-width: 420px; margin-bottom: 40px; }
  .hp-about__grid { grid-template-columns: 1fr 1fr; }
  .hp-about__copy { grid-column: 1 / -1; padding-right: 0; gap: 32px; }
  .hp-about__small { grid-column: 1; grid-row: 2; aspect-ratio: auto; height: clamp(260px, 60vw, 420px); }
  .hp-about__big { grid-column: 2; grid-row: 2; height: clamp(260px, 60vw, 420px); }
  .hp-demo__head { grid-template-columns: 1fr; }
  .hp-how__steps { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 680px) {
  .hp-stage { grid-template-columns: 1fr; }
  .hp-dev { padding: 18px 14px 24px; }
  .hp-phone { height: 580px; }
  .hp-phone--lock { height: 470px; }
  .hp-services__row { grid-template-columns: 1fr; }
  .hp-services__row li, .hp-services__row li:first-child, .hp-services__row li:nth-child(3) { border-left: 0; padding: 30px 16px; }
  .hp-services__row li + li { border-top: 1px solid var(--line); }
  .hp-services__row svg { margin-bottom: 20px; }
  .hp-nav__cta { padding: 12px 16px; font-size: 14px; }
  .hp-logo { font-size: 17px; }
  .hp-hero { min-height: 0; }
  .hp-giant { margin-top: 10px; }
  .hp-log { padding: 18px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .demo--missed-call-text-back *, .demo--missed-call-text-back *::before, .demo--missed-call-text-back *::after { animation: none !important; transition: none !important; }
  .demo--missed-call-text-back { scroll-behavior: auto; }
}
