/* CertPing marketing skin for philstone.co.uk/certping.html
   Keep in sync with certping.co.uk pricing and features (see certping AGENTS.md). */

:root {
  --navy: #0f4c46;
  --amber: #e8a317;
  --text: #f3efe6;
  --muted: #c5beb0;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  overflow-x: clip;
}

.cp-page, .tw-page {
  min-height: 100vh;
  margin: 0;
  overflow-x: clip;
  font-family: "IBM Plex Sans", system-ui, -apple-system, sans-serif;
  color: var(--text);
  background-color: #0f4c46;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent calc(3rem - 1px),
      rgba(243, 239, 230, 0.035) calc(3rem - 1px),
      rgba(243, 239, 230, 0.035) 3rem
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent calc(3rem - 1px),
      rgba(243, 239, 230, 0.035) calc(3rem - 1px),
      rgba(243, 239, 230, 0.035) 3rem
    ),
    radial-gradient(ellipse 115% 80% at 88% -6%, rgba(232, 163, 23, 0.28), transparent 58%),
    radial-gradient(ellipse 70% 55% at 4% 98%, rgba(232, 197, 107, 0.12), transparent 50%),
    radial-gradient(ellipse 60% 45% at 42% 62%, rgba(15, 76, 70, 0.65), transparent 72%),
    linear-gradient(168deg, #163f3b 0%, var(--navy) 36%, #0c332f 68%, #081f1c 100%);
}

.shell.cp-shell, .shell.tw-shell {
  --site-max: 860px;
  width: min(100% - 2 * var(--site-side, 16px), var(--site-max)) !important;
  max-width: min(100% - 2 * var(--site-side, 16px), var(--site-max)) !important;
  position: relative;
  z-index: 1;
  margin-inline: auto;
  padding-bottom: 40px;
}

/* Phil Stone chrome (each project page carries its own — site-chrome.css is nav/footer cols only) */
.tw-page .topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  gap: 12px;
  background: rgba(8, 31, 28, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 0 0 14px 14px;
  border-bottom: 1px solid rgba(243, 239, 230, 0.08);
}

.tw-page .brand-wordmark {
  display: block;
  height: clamp(22px, 3.2vw, 28px);
  width: auto;
  max-width: min(52vw, 220px);
}

.tw-page .brand:hover .brand-wordmark { opacity: 0.9; }

.tw-page .nav {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.tw-page .nav a {
  position: relative;
  color: var(--muted);
  font-size: 0.88rem;
  padding: 6px 12px;
  border-radius: 999px;
  text-decoration: none;
}

.tw-page .nav a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.tw-page .nav a[aria-current="page"] {
  color: var(--text);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--amber);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.tw-page .nav-live.is-current .live-toggle,
.tw-page .nav-projects.is-current .projects-toggle {
  color: var(--text);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--amber);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.tw-page .live-menu a[aria-current="page"],
.tw-page .projects-menu a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-color: var(--amber);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.tw-page .nav-icon { display: inline-flex; align-items: center; }

.tw-page .nav-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tw-page .menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: var(--text);
  cursor: pointer;
  padding: 6px;
}

.tw-page .menu-toggle svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}

@media (max-width: 640px) {
  .tw-page .menu-toggle { display: block; }
  .tw-page .topbar { flex-wrap: wrap; }
  .tw-page .nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 6px 0 4px;
  }
  .tw-page .nav.open { display: flex; }
  .tw-page .nav a { padding: 10px 12px; border-radius: 10px; }
}

.tw-page .site-footer {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: 24px 0 28px;
  border-top: 1px solid rgba(243, 239, 230, 0.12);
  background: rgba(10, 18, 28, 0.55);
  text-align: center;
  color: var(--muted);
  font-size: 0.8rem;
}

.tw-page .footer-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
}

.tw-page .footer-mark svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tw-page .legal {
  max-width: 42em;
  margin: 8px auto 0;
  line-height: 1.45;
}

.tw-page .sponsor { margin-top: 14px; display: flex; justify-content: center; }

.tw-page .cursor-banner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(201, 168, 168, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: var(--muted);
  font-size: 0.75rem;
  text-decoration: none;
}

.tw-page .cursor-banner img { width: 22px; height: 22px; border-radius: 6px; }
.tw-page .cursor-brand { font-weight: 600; color: var(--text); }

.tw-landing {
  padding-bottom: 0.5rem;
}

/* Full-bleed launch strip — clip horizontal overflow on .tw-page (100vw + scrollbar) */
.tw-landing .mkt-launch-strip {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}

.tw-landing main {
  padding-inline: 0;
  max-width: 100%;
}

.tw-landing .mkt-hero,
.tw-landing .mkt-section,
.tw-landing .mkt-photos,
.tw-landing .mkt-promo-cta,
.tw-landing .mkt-foot-links {
  padding-inline: 1.15rem;
}

.tw-page a:not(.btn):not(.cursor-banner) { color: inherit; }

.eyebrow {
  color: #f0c14b;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 0.65rem;
}

.lede {
  font-size: 1.05rem;
  line-height: 1.5;
  color: rgba(243, 239, 230, 0.9);
  margin: 0 0 0.85rem;
}

.tw-landing h1 {
  color: #f3efe6;
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: clamp(1.75rem, 5.5vw, 2.65rem);
  line-height: 1.08;
  margin: 0 0 0.85rem;
  font-weight: 600;
}

.hero-actions {
  margin: 1.25rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.45rem 1rem;
  border-radius: 0.55rem;
  border: 1px solid rgba(243, 239, 230, 0.2);
  background: rgba(255, 253, 248, 0.08);
  color: #f3efe6;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
}

.btn-amber {
  background: var(--amber);
  border-color: transparent;
  color: #14110a;
}

.btn-amber:hover { background: #d49212; color: #14110a; }

.btn-outline-light {
  background: transparent;
  border-color: rgba(243, 239, 230, 0.45);
  color: #f3efe6;
}

.btn-outline-light:hover {
  background: rgba(243, 239, 230, 0.1);
  color: #f3efe6;
}

.mkt-plan-card .btn-outline-light,
.tw-landing .mkt-plan-card .btn-outline-light {
  color: #f3efe6;
}

.mkt-plan-card .btn-outline-light:hover,
.tw-landing .mkt-plan-card .btn-outline-light:hover {
  color: #f3efe6;
}

.mkt-deal {
  margin: 0 0 0.45rem;
  color: #f0c14b;
  font-size: 0.88rem;
  font-weight: 600;
}

.btn-lg { min-height: 3.1rem; padding-inline: 1.25rem; }

.mkt-hero {
  display: grid;
  gap: 1.5rem;
  padding: 1.25rem 0 2.5rem;
  max-width: 68rem;
  margin: 0 auto;
}

.mkt-hero-copy { max-width: 36rem; }

.mkt-hero-frame {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.mkt-blob {
  position: absolute;
  width: 78%;
  right: -10%;
  top: -22%;
  color: #e3a01a;
  opacity: 0.52;
  pointer-events: none;
  z-index: 0;
}

.mkt-hero-frame img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  border: 1px solid rgba(243, 239, 230, 0.14);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
  aspect-ratio: 16 / 9;
  max-height: 22rem;
  object-fit: cover;
  object-position: center 35%;
}

.mkt-section {
  padding: 0 0 2.5rem;
  max-width: 68rem;
  margin: 0 auto;
}

.mkt-h2 {
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  color: #f3efe6;
  margin: 0 0 1.1rem;
}

.mkt-prose {
  color: rgba(243, 239, 230, 0.92);
  line-height: 1.6;
  max-width: 42em;
}

.mkt-prose p { margin: 0 0 0.85rem; }
.mkt-prose a { color: #f0c14b; font-weight: 600; }
.mkt-prose ul { margin: 0.5rem 0 0.85rem 1.15em; }
.mkt-prose strong { color: #f3efe6; }

.mkt-callout {
  margin-top: 0.75rem;
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--amber);
  border-radius: 0 0.85rem 0.85rem 0;
  background: rgba(227, 160, 26, 0.08);
}

.mkt-features,
.mkt-where {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.mkt-features li,
.mkt-where li {
  background: rgba(255, 253, 248, 0.08);
  border: 1px solid rgba(243, 239, 230, 0.16);
  border-radius: 0.85rem;
  padding: 1rem 1.05rem 1.05rem;
  color: #f3efe6;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.75rem;
  row-gap: 0.25rem;
}

.mkt-icon {
  grid-row: 1 / span 2;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.55rem;
  background: #e3a01a;
  color: #14110a;
  display: grid;
  place-items: center;
}

.mkt-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mkt-features strong,
.mkt-where strong {
  color: #f0c14b;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  align-self: end;
}

.mkt-features p,
.mkt-where p {
  margin: 0;
  color: rgba(243, 239, 230, 0.92);
  line-height: 1.45;
  grid-column: 2;
}

.mkt-where-more {
  margin: 1rem 0 0;
  color: rgba(243, 239, 230, 0.85);
  font-size: 0.92rem;
}

.mkt-where-more a { color: #f0c14b; font-weight: 600; text-decoration: none; }
.mkt-where-more a:hover { text-decoration: underline; }

.mkt-photos {
  display: grid;
  gap: 1rem;
  padding-bottom: 2.5rem;
  max-width: 68rem;
  margin: 0 auto;
}

.mkt-photos figure {
  margin: 0;
  border-radius: 0.9rem;
  overflow: hidden;
  background: rgba(255, 253, 248, 0.08);
  border: 1px solid rgba(243, 239, 230, 0.14);
}

.mkt-photos img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  max-height: 18rem;
  object-fit: cover;
}

.mkt-photos figcaption {
  padding: 0.75rem 0.95rem 0.95rem;
  color: rgba(243, 239, 230, 0.9);
  font-size: 0.92rem;
}

.mkt-launch-strip {
  background: linear-gradient(92deg, #e3a01a 0%, #f0c14b 48%, #e3a01a 100%);
  color: #14110a;
  text-align: center;
  padding: 0.7rem 1.15rem;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.45;
  border-bottom: 1px solid rgba(18, 38, 58, 0.14);
  box-shadow: 0 8px 24px rgba(227, 160, 26, 0.22);
}

.mkt-launch-strip p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.55rem;
}

.mkt-launch-strip-tag {
  display: inline-block;
  background: rgba(18, 38, 58, 0.92);
  color: #f0c14b;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
}

.mkt-launch-was {
  color: rgba(20, 17, 10, 0.55);
  font-weight: 500;
  text-decoration: line-through;
}

.mkt-launch-dot { opacity: 0.45; }

.mkt-launch-strip-link {
  color: #12263a;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(18, 38, 58, 0.35);
}

.mkt-launch-hero {
  margin: 0 0 1.75rem;
  padding: 1.35rem 1.2rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(227, 160, 26, 0.45);
  background:
    radial-gradient(ellipse 90% 70% at 100% 0%, rgba(227, 160, 26, 0.22), transparent 55%),
    linear-gradient(165deg, rgba(227, 160, 26, 0.14), rgba(255, 253, 248, 0.06));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.mkt-launch-kicker {
  margin: 0;
  color: #f0c14b;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mkt-launch-title {
  margin: 0.45rem 0 1.15rem;
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: clamp(1.15rem, 3.5vw, 1.55rem);
  font-weight: 600;
  color: #f3efe6;
  line-height: 1.35;
}

.mkt-launch-deals {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.mkt-launch-deal {
  background: rgba(10, 18, 28, 0.35);
  border: 1px solid rgba(243, 239, 230, 0.14);
  border-radius: 0.85rem;
  padding: 0.95rem 1rem;
  color: rgba(243, 239, 230, 0.92);
}

.mkt-launch-deal.is-featured {
  border-color: rgba(227, 160, 26, 0.55);
  background: rgba(227, 160, 26, 0.12);
}

.mkt-launch-deal-name {
  display: block;
  color: #f0c14b;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.mkt-launch-deal-price {
  margin: 0 0 0.35rem;
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 1.65rem;
  font-weight: 600;
  color: #f3efe6;
}

.mkt-launch-deal-price s {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(243, 239, 230, 0.45);
  margin-right: 0.45rem;
}

.mkt-launch-deal-price span {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(243, 239, 230, 0.72);
  margin-left: 0.15rem;
}

.mkt-launch-deal p:last-child {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
}

.mkt-launch-foot {
  margin: 1rem 0 0;
  font-size: 0.88rem;
  color: rgba(243, 239, 230, 0.78);
  line-height: 1.5;
}

.mkt-plan-cards {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.mkt-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 100%;
  padding: 1.45rem 1.2rem 1.2rem;
  border-radius: 1rem;
  border: 1px solid rgba(243, 239, 230, 0.16);
  background: linear-gradient(165deg, rgba(255, 253, 248, 0.1), rgba(255, 253, 248, 0.04));
  color: #f3efe6;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
}

.mkt-plan-card.is-deal { border-color: rgba(227, 160, 26, 0.35); }

.mkt-plan-card.is-featured {
  border-color: var(--amber);
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(227, 160, 26, 0.28), transparent 58%),
    linear-gradient(165deg, rgba(227, 160, 26, 0.16), rgba(255, 253, 248, 0.06));
  box-shadow: 0 0 0 1px rgba(227, 160, 26, 0.35), 0 22px 44px rgba(0, 0, 0, 0.28);
  transform: translateY(-2px);
}

.mkt-plan-badge {
  position: absolute;
  top: -0.7rem;
  left: 1rem;
  background: var(--amber);
  color: #14110a;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
}

.mkt-plan-save {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(18, 38, 58, 0.88);
  color: #f0c14b;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(240, 193, 75, 0.45);
}

.mkt-plan-card-name {
  margin: 0.15rem 0 0;
  color: #f0c14b;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.mkt-plan-card-price {
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 2.1rem;
  margin: 0;
  line-height: 1.1;
  color: #f3efe6;
}

.mkt-was {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: rgba(243, 239, 230, 0.5);
  margin-right: 0.5rem;
  text-decoration: line-through;
}

.mkt-plan-card-price span {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(243, 239, 230, 0.72);
  margin-left: 0.15rem;
}

.mkt-plan-card-list {
  list-style: none;
  margin: 0.35rem 0 0.75rem;
  padding: 0;
  flex: 1;
  display: grid;
  gap: 0.35rem;
  font-size: 0.92rem;
  color: rgba(243, 239, 230, 0.9);
  line-height: 1.45;
}

.mkt-plan-card-list li {
  padding-left: 1rem;
  position: relative;
}

.mkt-plan-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: var(--amber);
}

.mkt-plan-card .btn { width: 100%; margin-top: auto; }

.mkt-pricing-extras {
  margin: 0 0 1.75rem;
  padding: 1.25rem 1.15rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(243, 239, 230, 0.14);
  background: rgba(10, 18, 28, 0.35);
}

.mkt-pricing-extras-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
  color: rgba(243, 239, 230, 0.9);
  font-size: 0.95rem;
  line-height: 1.45;
}

.mkt-pricing-extras-list strong { color: #f3efe6; }

.mkt-pricing-spotlight { padding-top: 0.5rem; }

.mkt-spotlight-kicker {
  margin: 0 0 0.35rem;
  color: #f0c14b;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mkt-spotlight-title {
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: clamp(1.45rem, 4.5vw, 2rem);
  margin-bottom: 0.65rem;
}

.mkt-spotlight-lede { max-width: 40rem; margin-bottom: 1.25rem; }

.mkt-promo-cta {
  margin: 0 0 1.5rem;
  padding: 1.5rem 1.25rem;
  border-radius: 1rem;
  border: 2px solid var(--amber);
  background:
    radial-gradient(ellipse 80% 80% at 0% 0%, rgba(227, 160, 26, 0.2), transparent 55%),
    rgba(10, 18, 28, 0.55);
  color: #f3efe6;
  text-align: center;
}

.mkt-promo-cta-tag {
  display: inline-block;
  margin: 0 0 0.5rem;
  background: var(--amber);
  color: #14110a;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
}

.mkt-promo-cta h2 {
  font-family: "IBM Plex Serif", Georgia, serif;
  color: #f3efe6;
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  margin: 0 0 0.5rem;
}

.mkt-promo-cta p {
  margin: 0 0 1rem;
  color: rgba(243, 239, 230, 0.88);
  line-height: 1.5;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.mkt-foot-links {
  padding: 0 0 1.5rem;
  font-size: 0.88rem;
  color: rgba(243, 239, 230, 0.75);
  line-height: 1.55;
}

.mkt-foot-links a { color: #f0c14b; font-weight: 600; text-decoration: none; }
.mkt-foot-links a:hover { text-decoration: underline; }

@media (min-width: 640px) {
  .mkt-launch-deals { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mkt-photos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 900px) {
  .mkt-hero { grid-template-columns: 1.05fr 0.95fr; align-items: center; }
  .mkt-plan-cards { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .mkt-plan-card.is-featured { transform: translateY(-2px); }
}

@media (max-width: 899px) {
  .mkt-plan-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mkt-plan-card.is-featured { transform: none; }
}

@media (max-width: 520px) {
  .mkt-plan-cards { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
}
