/* =====================================================================
   ECHOTRANSCRIPT COMPONENTS — layered on the shared design system (main.css + pages.css).
   The accent colour comes from --orange (set from ET_ACCENT in functions.php).
   ===================================================================== */

/* ---------- Brand in the header, loader, footer ---------- */
.nav__brand--logo { gap: 0; }
.nav__lockup { height: 42px; width: auto; }
@media (max-width: 640px) { .nav__lockup { height: 34px; } }
.loader__mark--img { width: 96px; height: auto; animation: markPulse 1.4s var(--ease) infinite alternate; }
@keyframes markPulse { from { opacity: .55; transform: scale(.94); } to { opacity: 1; transform: scale(1); } }
.subhero__mark { opacity: .06; filter: grayscale(1) brightness(2.2); }
.footer__top--echo { grid-template-columns: 2fr 1fr; }
.footer__brand p.footer__statement { font-family: var(--font-display); font-weight: 700; font-size: 18px; line-height: 1.3; text-transform: uppercase; color: var(--white); max-width: 420px; margin: 22px 0 0; }
.footer__suite { display: inline-block; margin-top: 28px; opacity: .8; transition: opacity .3s var(--ease); }
.footer__suite:hover { opacity: 1; }
.footer__suite img { display: block; width: 150px; height: auto; }
.footer__legal a { color: inherit; }
.footer__legal > span { margin: 0 8px; opacity: .5; }
@media (max-width: 900px) { .footer__top--echo { grid-template-columns: 1fr; } }

/* ---------- Dropdown navigation ---------- */
.nav__links { gap: 28px; align-items: center; }
.nav__links > li { position: relative; }
.nav__links > li.is-current > a { color: var(--white); }
.nav__links > li.is-current > a::after { transform: scaleX(1); }
.nav__caret { display: inline-block; width: 7px; height: 7px; margin-left: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-3px) rotate(45deg); transition: transform .3s var(--ease); }
.has-dropdown.is-open .nav__caret, .has-dropdown:hover .nav__caret { transform: translateY(0) rotate(-135deg); }
.nav__dropdown {
  position: absolute; top: calc(100% + 10px); left: -18px; min-width: 230px;
  list-style: none; margin: 0; padding: 10px;
  background: rgba(10, 10, 10, .97); border: 1px solid var(--line); border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .45);
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .25s var(--ease), transform .25s var(--ease), visibility 0s linear .25s;
  z-index: 120;
}
.nav__dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.has-dropdown:hover > .nav__dropdown, .has-dropdown.is-open > .nav__dropdown { opacity: 1; visibility: visible; transform: translateY(0); transition-delay: 0s; }
.nav__dropdown a { display: block; padding: 10px 12px; border-radius: 5px; font-family: var(--font-body); font-size: 14px; letter-spacing: 0; text-transform: none; color: rgba(255, 255, 255, .82); white-space: nowrap; }
.nav__dropdown a::after { display: none; }
.nav__dropdown a:hover, .nav__dropdown a:focus { background: rgba(255, 255, 255, .06); color: var(--white); }
@media (max-width: 1200px) { .nav__links, .nav__cta { display: none; } }

/* Mobile menu with groups */
.mobile-menu--nested { gap: 0; padding-top: 104px; }
.mobile-menu--nested > a { font-family: var(--font-body); font-weight: 600; font-size: 19px; text-transform: none; padding: 14px 0; }
.mobile-menu--nested .mobile-menu__group a:last-child { color: var(--white); }
.mobile-menu--nested > a.mobile-menu__cta { font-family: var(--font-display); font-weight: 700; font-size: 22px; text-transform: uppercase; padding-top: 22px; }
.mobile-menu__group { border-bottom: 1px solid var(--line); padding: 14px 0 10px; }
.mobile-menu__label { display: block; font-family: var(--font-sub); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--orange); margin-bottom: 6px; }
.mobile-menu .mobile-menu__sub { font-family: var(--font-body); font-weight: 600; font-size: 19px; text-transform: none; padding: 7px 0; border: 0; display: block; color: var(--white); }
.mobile-menu a.mobile-menu__cta { color: var(--orange); border: 0; }

/* ---------- Sections: light / dark helpers ---------- */
.section { padding: 120px 0; position: relative; }
.section--dark { background: var(--black); color: var(--white); }
.section--light { background: var(--white); color: var(--black); }
.section--tint { background: #f4f4f2; color: var(--black); }
.section--light .h-eyebrow, .section--tint .h-eyebrow { color: var(--grey); }
.section--tight { padding: 80px 0; }
@media (max-width: 960px) { .section { padding: 84px 0; } .section--tight { padding: 60px 0; } }
.section__head { max-width: 860px; margin-bottom: 52px; }
.section__head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section__head .h-3, .section__head .h-2 { margin: 18px 0 0; }
.section__lead { font-size: 18px; line-height: 1.65; margin: 22px 0 0; color: rgba(255, 255, 255, .74); }
.section--light .section__lead, .section--tint .section__lead { color: #4a4a4a; }

/* Rich text copied from the old pages (paragraphs, lists, bold, links). */
.prose { font-size: 17px; line-height: 1.75; max-width: 780px; }
.prose > * { margin-top: 0; margin-bottom: 0; }
.prose > * + * { margin-top: 1.05em; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li + li { margin-top: .35em; }
.prose h2, .prose h3, .prose h4 { font-family: var(--font-display); text-transform: uppercase; line-height: 1.15; margin: 1.6em 0 .5em; }
.prose h2 { font-size: clamp(22px, 2.2vw, 30px); }
.prose h3 { font-size: 20px; }
.prose h4 { font-size: 16px; letter-spacing: .04em; }
.prose a { color: var(--orange); border-bottom: 1px solid currentColor; }
.section--dark .prose, .feature:not(.feature--light) .prose { color: rgba(255, 255, 255, .8); }
.section--light .prose, .section--tint .prose, .feature--light .prose { color: #2e2e2e; }
.prose--wide { max-width: none; }
.prose--center { margin-left: auto; margin-right: auto; text-align: center; }

/* ---------- Video (YouTube facade) ---------- */
.video { position: relative; aspect-ratio: 16 / 9; border-radius: 10px; overflow: hidden; background: #0b0b0b; border: 1px solid var(--line); box-shadow: 0 30px 80px rgba(0, 0, 0, .35); }
.video__facade, .video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
.video__thumb { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-out), filter .4s var(--ease); filter: saturate(.9); }
.video__facade:hover .video__thumb { transform: scale(1.03); filter: saturate(1.05); }
.video__play { position: absolute; left: 50%; top: 50%; width: 76px; height: 76px; margin: -38px 0 0 -38px; border-radius: 50%; background: var(--orange); color: var(--white); display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 40px rgba(0, 0, 0, .45); transition: transform .3s var(--ease); }
.video__play svg { margin-left: 4px; }
.video__facade:hover .video__play { transform: scale(1.08); }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px 28px; }
.video-card__title { margin: 16px 0 0; font-family: var(--font-body); font-weight: 700; font-size: 17px; line-height: 1.35; }
.video-card__num { font-family: var(--font-display); font-size: 12px; color: var(--orange); letter-spacing: .15em; }
@media (max-width: 1024px) { .video-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .video-grid { grid-template-columns: 1fr; } .video__play { width: 60px; height: 60px; margin: -30px 0 0 -30px; } }

/* ---------- Split rows: copy beside media ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split--media-first > :first-child { order: 2; }
.split--top { align-items: start; }
.split + .split { margin-top: 100px; }
@media (max-width: 960px) { .split { grid-template-columns: 1fr; gap: 36px; } .split--media-first > :first-child { order: 0; } .split + .split { margin-top: 64px; } }

/* Figures and screenshot galleries */
.figure { margin: 0; }
.figure img { width: 100%; height: auto; border-radius: 10px; border: 1px solid rgba(0, 0, 0, .08); box-shadow: 0 24px 60px rgba(0, 0, 0, .18); background: #fff; }
.section--dark .figure img { border-color: var(--line); box-shadow: 0 30px 80px rgba(0, 0, 0, .5); }
.figure--plain img { border: 0; box-shadow: none; background: transparent; border-radius: 0; }
.figure--contain img { width: auto; max-width: 100%; margin: 0 auto; }
.figure figcaption { margin-top: 12px; font-size: 14px; line-height: 1.5; opacity: .7; }
.shots { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; align-items: start; }
.shots--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .shots, .shots--3 { grid-template-columns: 1fr; } }

/* ---------- Icon / feature lists ---------- */
.feature-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.feature-list--2 { grid-template-columns: repeat(2, 1fr); column-gap: 32px; }
.feature-list--3 { grid-template-columns: repeat(3, 1fr); column-gap: 32px; }
.feature-list li { position: relative; padding-left: 30px; font-size: 16px; line-height: 1.5; }
.feature-list li::before { content: ""; position: absolute; left: 0; top: .35em; width: 14px; height: 8px; border-left: 2px solid var(--orange); border-bottom: 2px solid var(--orange); transform: rotate(-45deg); }
@media (max-width: 800px) { .feature-list--2, .feature-list--3 { grid-template-columns: 1fr; } }

/* Tiles: icon + title + text cards (dark or light) */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tiles--2 { grid-template-columns: repeat(2, 1fr); }
.tiles--4 { grid-template-columns: repeat(4, 1fr); }
.tile { border: 1px solid var(--line); border-radius: 8px; padding: 34px 30px; display: flex; flex-direction: column; gap: 14px; background: rgba(255, 255, 255, .02); }
.section--light .tile, .section--tint .tile, .feature--light .tile { border-color: rgba(0, 0, 0, .1); background: #fff; }
.tile__num { font-family: var(--font-display); font-weight: 800; color: var(--orange); font-size: 26px; }
.tile__icon { width: 56px; height: 56px; object-fit: contain; }
.tile__title { margin: 0; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: 20px; line-height: 1.15; }
.tile p { margin: 0; font-size: 15.5px; line-height: 1.6; opacity: .8; }
.tile .btn { margin-top: auto; align-self: flex-start; }
.tile--hot { background: var(--orange); border-color: var(--orange); color: var(--white); }
@media (max-width: 1100px) { .tiles--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 960px) { .tiles, .tiles--2 { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .tiles--4 { grid-template-columns: 1fr; } }

/* ---------- Pricing tables ---------- */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.pricing--4 { grid-template-columns: repeat(4, 1fr); }
.price-card { position: relative; border: 1px solid rgba(0, 0, 0, .12); border-radius: 10px; background: #fff; color: var(--black); padding: 36px 30px 32px; display: flex; flex-direction: column; }
.section--dark .price-card { background: #0d0d0d; color: var(--white); border-color: var(--line); }
.price-card--featured { border-color: var(--orange); box-shadow: 0 30px 80px rgba(243, 109, 61, .18); }
.price-card__ribbon { position: absolute; top: 18px; right: 18px; background: var(--orange); color: var(--white); font-family: var(--font-sub); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; }
.price-card__name { margin: 0; font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: 26px; line-height: 1.05; }
.price-card__sub { margin: 8px 0 0; font-size: 14px; opacity: .7; }
.price-card__price { margin: 26px 0 4px; display: flex; align-items: flex-start; gap: 4px; font-family: var(--font-display); font-weight: 800; line-height: 1; }
.price-card__currency { font-size: 22px; margin-top: 6px; }
.price-card__amount { font-size: clamp(44px, 4.4vw, 64px); }
.price-card__period { font-size: 14px; font-family: var(--font-sub); letter-spacing: .1em; text-transform: uppercase; opacity: .7; align-self: flex-end; margin-bottom: 8px; }
.price-card__features { list-style: none; margin: 22px 0 26px; padding: 22px 0 0; border-top: 1px solid rgba(0, 0, 0, .1); display: grid; gap: 11px; }
.section--dark .price-card__features { border-top-color: var(--line); }
.price-card__features li { position: relative; padding-left: 26px; font-size: 15px; line-height: 1.45; }
.price-card__features li::before { content: ""; position: absolute; left: 0; top: .4em; width: 12px; height: 7px; border-left: 2px solid var(--orange); border-bottom: 2px solid var(--orange); transform: rotate(-45deg); }
.price-card__features li.is-off { opacity: .45; }
.price-card__features li.is-off::before { border-color: currentColor; }
.price-card .btn { margin-top: auto; justify-content: center; }
.price-card__note { margin: 14px 0 0; font-size: 13px; line-height: 1.5; opacity: .7; text-align: center; }
@media (max-width: 1100px) { .pricing--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 960px) { .pricing { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; } .pricing--4 { grid-template-columns: 1fr; } }

/* ---------- Accordions (light sections): reuse .faq__item from main.css ---------- */
.accordion { border-top: 1px solid rgba(0, 0, 0, .12); }
.section--dark .accordion { border-top-color: var(--line); }
.section--dark .faq__item { border-bottom-color: var(--line); }
.section--dark .faq__a p, .section--dark .faq__a li { color: rgba(255, 255, 255, .75); }
.faq__a { padding-bottom: 8px; }
.faq__a .prose { font-size: 16px; }
.faq__a ul, .faq__a ol { margin: 0 0 22px; padding-left: 1.3em; color: #444; }

/* ---------- Store / product ---------- */
.product { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.product__media img { width: 100%; height: auto; }
@media (max-width: 900px) { .product { grid-template-columns: 1fr; gap: 32px; } }

/* ---------- Logo / client grid ---------- */
.logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.logo-grid__item { background: #fff; border: 1px solid rgba(0, 0, 0, .08); border-radius: 8px; display: flex; align-items: center; justify-content: center; padding: 24px; aspect-ratio: 3 / 2; }
.logo-grid__item img { max-width: 100%; max-height: 100%; object-fit: contain; }
@media (max-width: 800px) { .logo-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Numbered steps with a screenshot ---------- */
.walkthrough { counter-reset: walk; display: grid; gap: 90px; }
.walk-step { display: grid; grid-template-columns: 1fr 1.25fr; gap: 64px; align-items: center; }
.walk-step:nth-child(even) > :first-child { order: 2; }
.walk-step__num { font-family: var(--font-display); font-weight: 800; color: var(--orange); font-size: clamp(44px, 4vw, 64px); line-height: 1; }
.walk-step__title { margin: 14px 0 0; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: clamp(22px, 2vw, 30px); line-height: 1.1; }
.walk-step .prose { margin-top: 18px; }
@media (max-width: 960px) { .walkthrough { gap: 64px; } .walk-step { grid-template-columns: 1fr; gap: 28px; } .walk-step:nth-child(even) > :first-child { order: 0; } }

/* ---------- Forms: WPForms (live) and Mailchimp embeds, restyled to the design system ---------- */
.form-panel { background: var(--bg-alt); border: 1px solid var(--line); border-radius: 8px; padding: 40px; color: var(--white); }
.section--light .form-panel, .section--tint .form-panel { background: #0b0b0b; }
@media (max-width: 640px) { .form-panel { padding: 26px 20px; } }
.site-form--placeholder { display: flex; flex-direction: column; gap: 6px; padding: 28px; border: 1px dashed rgba(255, 255, 255, .25); border-radius: 6px; color: rgba(255, 255, 255, .7); font-size: 14px; }
.site-form .wpforms-container {
  margin: 0 !important;
  /* WPForms "modern" styles read these variables (radio/checkbox rings, dots, borders). */
  --wpforms-field-border-color: rgba(255, 255, 255, .45);
  --wpforms-field-background-color: transparent;
  --wpforms-field-text-color: var(--white);
  --wpforms-label-color: rgba(255, 255, 255, .86);
  --wpforms-label-sublabel-color: rgba(255, 255, 255, .6);
  --wpforms-button-background-color: var(--orange);
  --wpforms-button-text-color: var(--white);
}
.site-form .wpforms-field { padding: 0 0 20px !important; }
.site-form .wpforms-field-row { max-width: 100% !important; }
.site-form .wpforms-field-label, .site-form .wpforms-field-sublabel, .site-form legend.wpforms-field-label, .site-form .wpforms-field legend { font-family: var(--font-sub) !important; font-size: 11px !important; letter-spacing: .2em !important; text-transform: uppercase !important; color: rgba(255, 255, 255, .62) !important; font-weight: 600 !important; margin-bottom: 8px !important; }
.site-form .wpforms-required-label { color: var(--orange) !important; }
.site-form .wpforms-field-sublabel { letter-spacing: .1em !important; margin-top: 6px !important; }
.site-form input[type=text], .site-form input[type=email], .site-form input[type=tel], .site-form input[type=url], .site-form input[type=number], .site-form select, .site-form textarea,
.mc-form input[type=text], .mc-form input[type=email] {
  width: 100% !important; max-width: 100% !important; background: transparent !important; border: 0 !important; border-bottom: 1px solid var(--line) !important; border-radius: 0 !important;
  padding: 12px 0 !important; color: var(--white) !important; font-family: var(--font-body) !important; font-size: 16px !important; box-shadow: none !important; height: auto !important;
}
.site-form select option { background: var(--black); color: var(--white); }
.site-form input:focus, .site-form select:focus, .site-form textarea:focus, .mc-form input:focus { outline: none !important; border-bottom-color: var(--orange) !important; }
.site-form textarea { min-height: 110px !important; resize: vertical; }
.site-form .wpforms-field-checkbox li, .site-form .wpforms-field-radio li { display: flex !important; align-items: center; gap: 10px; margin: 0 0 8px !important; }
.site-form .wpforms-field-checkbox label, .site-form .wpforms-field-radio label { color: rgba(255, 255, 255, .86) !important; font-size: 15px !important; text-transform: none !important; letter-spacing: 0 !important; }
.site-form input[type=checkbox], .site-form input[type=radio] { accent-color: var(--orange); width: 18px; height: 18px; }
.site-form .wpforms-field-radio input[type=radio]::before, .site-form .wpforms-field-checkbox input[type=checkbox]::before { background: transparent !important; border-color: rgba(255, 255, 255, .45) !important; }
.site-form .wpforms-field-radio input[type=radio]:checked::before, .site-form .wpforms-field-checkbox input[type=checkbox]:checked::before { border-color: var(--orange) !important; box-shadow: 0 0 0 1px var(--orange) !important; }
.site-form .wpforms-field-radio input[type=radio]:checked::after { background-color: var(--orange) !important; }
.site-form .wpforms-field-checkbox input[type=checkbox]:checked::after { border-color: var(--orange) !important; }
.site-form button[type=submit], .site-form .wpforms-submit, .mc-form input[type=submit], .mc-form button {
  display: inline-flex !important; align-items: center; gap: 10px; padding: 16px 28px !important; border-radius: 999px !important; border: 1px solid var(--orange) !important;
  background: var(--orange) !important; color: var(--white) !important; font-family: var(--font-sub) !important; font-weight: 600 !important; font-size: 13px !important;
  letter-spacing: .18em !important; text-transform: uppercase !important; cursor: pointer; height: auto !important; line-height: 1.2 !important; box-shadow: none !important;
}
.site-form button[type=submit]:hover, .mc-form input[type=submit]:hover { background: var(--white) !important; color: var(--black) !important; border-color: var(--white) !important; }
.site-form .wpforms-error, .site-form label.wpforms-error { color: #ff8a6a !important; font-size: 13px !important; text-transform: none !important; letter-spacing: 0 !important; }
.site-form .wpforms-confirmation-container-full { background: rgba(243, 109, 61, .12) !important; border: 1px solid var(--orange) !important; color: var(--white) !important; border-radius: 6px; }
.mc-form .mc-field-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; }
.mc-form label { font-family: var(--font-sub); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--grey-light); }
.mc-form .indicates-required { font-size: 12px; color: var(--grey-light); margin-bottom: 18px; }
.mc-form .asterisk { color: var(--orange); }

/* ---------- Builder-made blog posts (Elementor markup without Elementor's CSS) ---------- */
.entry--builder .elementor-widget-container > *:last-child { margin-bottom: 0; }
.entry--builder .elementor-section, .entry--builder .e-con, .entry--builder .elementor-container, .entry--builder .elementor-column, .entry--builder .elementor-widget-wrap { display: block; width: auto !important; max-width: 100%; padding: 0; margin: 0; }
.entry--builder .elementor-widget { margin: 0 0 1.3em; }
.entry--builder .elementor-heading-title { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; color: var(--black); line-height: 1.15; margin: 1.2em 0 .5em; }
.entry--builder h1.elementor-heading-title { font-size: clamp(26px, 2.6vw, 36px); }
.entry--builder .elementor-image img, .entry--builder .elementor-widget-image img { width: auto; max-width: 100%; height: auto; border-radius: 8px; }
.entry--builder .elementor-button { display: inline-flex; padding: 14px 24px; border-radius: 999px; background: var(--orange); color: var(--white) !important; border: 0 !important; font-family: var(--font-sub); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.entry--builder .elementor-icon-list-items { list-style: none; padding: 0; }
.entry--builder .elementor-icon-list-icon { display: none; }
.entry--builder .elementor-video, .entry--builder iframe { width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; border-radius: 10px; }

/* ---------- Home hero ---------- */
.hero__lead-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.hero__lead-list li { display: flex; gap: 12px; align-items: center; font-size: 17px; color: rgba(255, 255, 255, .86); }
.hero__lead-list li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); flex: 0 0 8px; }

/* Utility */
.center { text-align: center; }
.mt-0 { margin-top: 0 !important; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.btn-row--center { justify-content: center; }
.divider { height: 1px; background: rgba(0, 0, 0, .12); border: 0; margin: 64px 0; }
.section--dark .divider { background: var(--line); }
.accent-text { color: var(--orange); }
.embed-html { max-width: 100%; overflow-x: auto; }

/* ---------- Lottie animations (decorative, from the previous site) ---------- */
.lottie { width: 100%; max-width: 440px; aspect-ratio: 1 / 1; margin: 0 auto; }
.lottie lottie-player { display: block; width: 100%; height: 100%; }

/* ---------- Buttons on cards and light bands ---------- */
/* The hover fill (.btn::before, z-index -1) must sit above the button's own background, not behind the card. */
.btn { isolation: isolate; }
.section--light .btn--solid:hover, .section--tint .btn--solid:hover, .feature--light .btn--solid:hover, .price-card .btn--solid:hover { border-color: var(--black); }
/* Long labels wrap on phones instead of running off the screen. */
@media (max-width: 520px) { .btn { white-space: normal; text-align: center; justify-content: center; } }
