:root {
  --ink: #17202a;
  --muted: #5f6b7a;
  --line: #d9e0e8;
  --paper: #ffffff;
  --soft: #f4f7f9;
  --blue: #244c7a;
  --teal: #26756f;
  --gold: #b48a3b;
  --coral: #bd5b4b;
  --shadow: 0 18px 50px rgba(23, 32, 42, 0.12);
}
* { box-sizing: border-box; }
html { color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
body { margin: 0; background: var(--paper); overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue); text-decoration-thickness: 0.08em; text-underline-offset: 0.2em; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 760px; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--ink); color: white; padding: 10px 14px; z-index: 10; }
.skip-link:focus { left: 8px; }
.site-header { position: sticky; top: 0; z-index: 5; background: rgba(255,255,255,0.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; color: var(--ink); text-decoration: none; flex: 0 0 auto; }
.brand img { width: min(343px, 32vw); height: auto; max-height: 51px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 16px; }
.nav-links a { color: var(--ink); text-decoration: none; font-weight: 650; }
.nav-logout-form { margin: 0; }
.nav-logout-button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  padding: 0 15px;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}
.nav-logout-button:hover,
.nav-logout-button:focus-visible {
  border-color: var(--teal);
  color: var(--teal);
}
.nav-toggle {
  display: none;
  position: relative;
  height: 44px;
  width: 46px;
  min-width: 46px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #ffffff;
  color: var(--ink);
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(23, 32, 42, 0.06);
}
.nav-toggle::before {
  content: "";
  width: 20px;
  height: 14px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  background: linear-gradient(currentColor, currentColor) center / 100% 2px no-repeat;
}
.nav-toggle span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border-radius: 8px; border: 1px solid var(--line); font-weight: 750; text-decoration: none; cursor: pointer; }
.button-primary { background: var(--teal); color: white !important; border-color: var(--teal); }
.button-secondary { background: white; color: var(--ink); }
.button-row, .card-actions, .filter-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero-proof-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; max-width: 1100px; }
.hero-proof-row span { border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); padding: 9px 13px; font-size: 0.92rem; font-weight: 800; box-shadow: 0 8px 22px rgba(23, 32, 42, 0.05); }
.hero-section { padding: clamp(64px, 8vw, 110px) 0 56px; background: linear-gradient(180deg, #f8fbfc 0%, #ffffff 100%); }
.hero-grid, .split, .walkthrough { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero-section .hero-grid { grid-template-columns: 1fr; gap: 34px; }
.hero-copy { max-width: 1080px; }
.eyebrow, .tag { color: var(--coral); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.06; letter-spacing: 0; text-wrap: balance; margin: 0 0 16px; }
h1 { font-size: clamp(2.25rem, 5.4vw, 4.3rem); max-width: 920px; }
.hero-section h1 { font-size: clamp(2.25rem, 4.2vw, 3.45rem); max-width: 1160px; }
h2 { font-size: clamp(1.8rem, 3.2vw, 3rem); }
h3 { font-size: 1.25rem; }
p { color: var(--muted); margin: 0 0 18px; max-width: 72ch; }
.hero-lede { font-size: clamp(1.08rem, 1.5vw, 1.28rem); }
.hero-image, .walkthrough img, .page-hero img { border-radius: 10px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.hero-section .hero-image { width: min(1120px, 100%); aspect-ratio: 16 / 10; object-fit: cover; }
.section { padding: clamp(56px, 7vw, 92px) 0; }
.alt-band { background: var(--soft); }
.feature-list { display: grid; gap: 12px; }
.feature-list span, .check-list li, .link-grid a { background: white; border: 1px solid var(--line); border-radius: 8px; padding: 14px 16px; box-shadow: 0 8px 24px rgba(23, 32, 42, 0.05); }
.ai-feature-band, .feature-showcase, .pricing-intro, .seo-explainer { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
.ai-feature-band { border: 1px solid var(--line); border-radius: 10px; padding: clamp(26px, 4vw, 44px); background: linear-gradient(135deg, #ffffff 0%, #f6fbfa 100%); box-shadow: var(--shadow); }
.ai-outcome-grid, .feature-panel-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ai-outcome-grid article, .feature-panel-list article { border: 1px solid var(--line); border-radius: 8px; background: white; padding: 18px; box-shadow: 0 10px 26px rgba(23, 32, 42, 0.06); }
.ai-outcome-grid span { display: inline-flex; width: 34px; height: 34px; border-radius: 999px; align-items: center; justify-content: center; background: #eaf4f3; color: var(--teal); font-weight: 900; margin-bottom: 14px; }
.ai-outcome-grid h3, .feature-panel-list h3 { font-size: 1.08rem; line-height: 1.16; margin-bottom: 8px; }
.ai-outcome-grid p, .feature-panel-list p { font-size: 0.94rem; line-height: 1.48; margin-bottom: 0; }
.feature-hero {
  background:
    radial-gradient(circle at 18% 18%, rgba(38, 117, 111, 0.13), transparent 30%),
    linear-gradient(180deg, #f7faf8 0%, #ffffff 100%);
}
.feature-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}
.feature-hero h1 {
  max-width: 860px;
  font-size: clamp(2.14rem, 5.13vw, 4.08rem);
}
.feature-hero-lede {
  max-width: 68ch;
  color: #3f4d5a;
  font-size: clamp(1.08rem, 1.05vw, 1.28rem);
  line-height: 1.58;
}
.feature-proof-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}
.feature-proof-bar span,
.feature-proof-bar li {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(38, 117, 111, 0.24);
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff, #f2faf8);
  color: #0f4743;
  padding: 0 16px;
  font-size: clamp(0.96rem, 0.38vw + 0.88rem, 1.08rem);
  font-weight: 900;
  text-align: center;
  box-shadow: 0 12px 30px rgba(23, 32, 42, 0.08);
}
.feature-hero-visual {
  position: relative;
  margin: 0;
}
.feature-hero-visual img {
  width: 100%;
  min-height: clamp(430px, 46vw, 590px);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 26px 70px rgba(23, 32, 42, 0.16);
}
.feature-hero-visual figcaption {
  position: absolute;
  right: clamp(16px, 2.2vw, 28px);
  bottom: clamp(16px, 2.2vw, 28px);
  width: min(360px, calc(100% - 32px));
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 12px;
  background: rgba(13, 28, 42, 0.86);
  color: white;
  padding: 18px;
  box-shadow: 0 18px 44px rgba(13, 28, 42, 0.24);
  backdrop-filter: blur(10px);
}
.feature-hero-visual figcaption strong,
.feature-hero-visual figcaption span {
  display: block;
}
.feature-hero-visual figcaption strong {
  margin-bottom: 6px;
  color: white;
  font-size: 1.02rem;
}
.feature-hero-visual figcaption span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.45;
}
.feature-route-strip {
  border-block: 1px solid var(--line);
  background: #ffffff;
}
.feature-route-strip .container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}
.feature-route-strip article {
  min-width: 0;
  padding: clamp(20px, 3vw, 30px);
  background: #ffffff;
}
.feature-route-strip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.06rem;
}
.feature-route-strip span {
  display: block;
  color: #4b5866;
  font-size: 0.98rem;
  line-height: 1.5;
}
.feature-specific-showcase .feature-panel-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.feature-growth-system {
  background:
    radial-gradient(circle at 82% 14%, rgba(38, 117, 111, 0.12), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, #f5faf9 100%);
}
.feature-growth-system .section-heading > p {
  color: #415163;
  font-size: clamp(1.04rem, 1.25vw, 1.18rem);
  line-height: 1.58;
}
.feature-system-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.feature-system-grid article {
  display: grid;
  align-content: start;
  min-height: 100%;
  border: 1px solid #d7e3e9;
  border-radius: 14px;
  background: #ffffff;
  padding: clamp(18px, 2.5vw, 24px);
  box-shadow: 0 16px 36px rgba(23, 32, 42, 0.07);
}
.feature-system-grid span {
  display: inline-flex;
  width: fit-content;
  min-height: 32px;
  align-items: center;
  border-radius: 999px;
  background: #edf7f5;
  color: var(--teal);
  padding: 0 11px;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.feature-system-grid h3 {
  font-size: clamp(1.08rem, 0.8vw + 0.96rem, 1.28rem);
  line-height: 1.12;
  margin-bottom: 10px;
}
.feature-system-grid p {
  margin: 0;
  color: #4c5d6e;
  font-size: 0.98rem;
  line-height: 1.52;
}
.feature-workflow {
  background: #ffffff;
}
.feature-workflow-row {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.feature-workflow-row article {
  display: grid;
  grid-template-columns: 72px minmax(180px, 0.32fr) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 34px);
  align-items: start;
  padding: clamp(20px, 4vw, 34px) 0;
  border-bottom: 1px solid var(--line);
}
.feature-workflow-row span {
  color: var(--teal);
  font-weight: 950;
}
.feature-workflow-row h3,
.feature-workflow-row p {
  margin: 0;
}
.feature-safety-band {
  background: #f7faf8;
}
.section-heading { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 26px; }
.theme-grid, .pricing-grid, .article-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.theme-card, .price-card, .article-card { border: 1px solid var(--line); border-radius: 8px; background: white; overflow: hidden; box-shadow: 0 12px 32px rgba(23, 32, 42, 0.07); }
.theme-card > div, .article-card > div, .price-card { padding: 22px; }
.theme-card h2, .price-card h2 { font-size: clamp(1.25rem, 1.6vw, 1.55rem); line-height: 1.14; margin-bottom: 10px; }
.article-card h2 { font-size: clamp(1.08rem, 1.15vw, 1.28rem); line-height: 1.18; margin-bottom: 10px; }
.article-card h2 a { color: var(--ink); text-decoration: none; }
.theme-card h3 { font-size: 1.16rem; line-height: 1.16; }
.theme-card p, .article-card p { font-size: 0.96rem; line-height: 1.55; }
.theme-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #e9eef3; border-bottom: 1px solid var(--line); }
.article-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #e9eef3; }
.marketplace { grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); }
.marketplace .theme-card { display: flex; flex-direction: column; }
.marketplace .theme-card-image-link {
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}
.marketplace .theme-card img { min-height: 0; }
.marketplace .theme-card > div { display: grid; gap: 6px; align-content: start; padding: 20px 22px 24px; }
.marketplace .theme-card .tag { margin-bottom: 2px; }
.marketplace .theme-card h2 { margin-bottom: 2px; }
.marketplace .theme-card h2 a {
  color: inherit;
  text-decoration: none;
}
.marketplace .theme-card h2 a:hover,
.marketplace .theme-card h2 a:focus-visible {
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.marketplace .theme-best-for,
.marketplace .theme-description {
  color: #435061;
  font-size: 1.02rem;
  line-height: 1.48;
  margin-bottom: 0;
}
.marketplace .theme-best-for {
  font-weight: 520;
}
.marketplace .theme-card:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(23, 32, 42, 0.12); transition: transform 160ms ease, box-shadow 160ms ease; }
.marketplace .card-actions a:first-child, .theme-card .card-actions a:first-child { font-weight: 850; text-decoration: none; }
.marketplace .card-actions a:last-child, .theme-card .card-actions a:last-child { font-weight: 850; text-decoration: none; }
.price { color: var(--ink); font-size: 2.5rem; font-weight: 850; }
.price span { color: var(--muted); font-size: 1rem; }
.price-card ul { margin: 0 0 22px; padding-left: 20px; color: var(--ink); }
.check-list { list-style: none; margin: 0 0 22px; padding-left: 0; color: var(--ink); display: grid; gap: 12px; }
.plan-badge { display: inline-flex; align-items: center; min-height: 30px; border-radius: 999px; padding: 0 10px; background: #eaf4f3; color: var(--teal); font-size: 0.78rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 14px; }
.plan-fit {
  color: var(--ink);
  font-weight: 750;
}
.price-highlight { border: 1px solid #cfe1df; border-radius: 8px; background: #f4fbfa; color: var(--ink); padding: 12px; font-weight: 750; line-height: 1.45; }
.plan-ai-block {
  display: grid;
  gap: 6px;
  border: 1px solid #d9e0e8;
  border-radius: 8px;
  background: #fbfcfd;
  padding: 14px;
  margin: 16px 0;
}
.plan-ai-block strong {
  color: var(--ink);
}
.plan-ai-block span {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}
.plan-limits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}
.plan-limits span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  background: #f1f5f7;
  color: var(--ink);
  padding: 0 10px;
  font-size: 0.82rem;
  font-weight: 800;
}
.pricing-workflow {
  background: #ffffff;
}
.pricing-path {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.pricing-path article {
  display: grid;
  grid-template-columns: 72px minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 34px);
  align-items: start;
  padding: clamp(20px, 4vw, 34px) 0;
  border-bottom: 1px solid var(--line);
}
.pricing-path span {
  color: var(--teal);
  font-weight: 950;
}
.pricing-path h3,
.pricing-path p {
  margin: 0;
}
.comparison-table { width: 100%; border-collapse: collapse; background: white; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.comparison-table th, .comparison-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; }
.page-hero { padding: clamp(64px, 8vw, 110px) 0; background: #f7faf8; }
.page-hero.compact { padding: clamp(52px, 7vw, 80px) 0; }
.page-hero.compact h1 { font-size: clamp(2.05rem, 4.2vw, 3.55rem); max-width: 980px; }
.contact-panel { background: white; border: 1px solid var(--line); border-radius: 8px; padding: clamp(22px, 3vw, 34px); box-shadow: var(--shadow); }
.contact-panel h2 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
.contact-panel dl { display: grid; gap: 18px; margin: 0; }
.contact-panel div { border-bottom: 1px solid var(--line); padding-bottom: 16px; }
.contact-panel div:last-child { border-bottom: 0; padding-bottom: 0; }
.contact-panel dt { font-weight: 850; color: var(--ink); }
.contact-panel dd { margin: 4px 0 0; color: var(--muted); }
.contact-panel dd a { font-size: 1.4rem; font-weight: 850; color: var(--teal); text-decoration: none; }
.filter-row button, .device-tabs button { min-height: 44px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; background: white; cursor: pointer; font-weight: 750; }
.filter-row button.active { background: var(--ink); border-color: var(--ink); color: white; }
.template-library-hero {
  padding: clamp(42px, 6vw, 72px) 0 clamp(30px, 4vw, 46px);
  background:
    linear-gradient(180deg, rgba(247, 250, 248, 0.96), rgba(255, 255, 255, 1)),
    #f7faf8;
}
.template-library-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
}
.template-library-grid p { max-width: 68ch; }
.template-library-copy h1 {
  max-width: 900px;
}
.template-library-lede {
  color: #3d4c5e;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.08rem, 1.25vw, 1.18rem);
  line-height: 1.58;
  margin-bottom: 18px;
}
.template-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.template-filter-row button {
  min-height: 46px;
  padding: 0 17px;
  font-size: 0.98rem;
  box-shadow: 0 8px 20px rgba(23, 32, 42, 0.04);
}
.template-filter-row button:hover {
  border-color: #9ba8b8;
}
.template-hero-frame { margin: 0; }
.template-hero-frame img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
}
.template-gallery-section {
  padding-top: clamp(40px, 6vw, 72px);
  padding-bottom: clamp(42px, 6vw, 78px);
}
.template-gallery-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  margin-bottom: clamp(38px, 6vw, 68px);
  border: 1px solid #d8e2ea;
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 12%, rgba(38, 117, 111, 0.12), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f6fafb 100%);
  padding: clamp(24px, 4vw, 38px);
  box-shadow: 0 18px 46px rgba(23, 32, 42, 0.07);
}
.template-gallery-heading > div:first-child {
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}
.template-gallery-tools {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(26px, 4vw, 38px);
}
.template-gallery-tools .template-filter-row {
  width: 100%;
  justify-content: center;
  border: 1px solid #d9e3ea;
  border-radius: 999px;
  background: #ffffff;
  padding: 10px;
  box-shadow: 0 14px 34px rgba(23, 32, 42, 0.06);
}
.marketplace [data-template-card][hidden],
.marketplace [data-template-card].is-filtered-out {
  display: none !important;
}
.template-gallery-heading h2 {
  color: var(--ink);
  font-size: clamp(2.1rem, 3vw, 3.35rem);
  line-height: 1.02;
  margin-bottom: 0;
}
.template-gallery-copy {
  display: grid;
  gap: 12px;
  justify-items: start;
}
.template-count-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.28em;
  min-height: 34px;
  border-radius: 999px;
  background: #eaf7f5;
  color: var(--teal);
  padding: 0 13px;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.template-gallery-copy p {
  max-width: 68ch;
  margin-bottom: 0;
  color: #3f4e60;
  font-size: clamp(1.05rem, 0.45vw + 0.98rem, 1.18rem);
  line-height: 1.58;
}
.template-card-actions {
  gap: 10px;
  margin-top: 10px;
}
.template-card-actions .button {
  min-height: 44px;
  padding: 0 15px;
}
.template-card-actions .button-secondary {
  color: var(--ink);
  border-color: #b8c3cf;
  background: #ffffff;
}
.template-card-actions .button-secondary:hover,
.template-card-actions .button-primary:hover {
  transform: translateY(-1px);
}
.template-pricing-section {
  border-top: 1px solid #dbe5eb;
  padding-top: clamp(54px, 7vw, 88px);
}
.template-pricing-title {
  margin-bottom: clamp(24px, 4vw, 34px);
}
.template-pricing-comparison {
  border-top: 1px solid #dbe5eb;
}
.faq-list { display: grid; gap: 12px; }
details { background: white; border: 1px solid var(--line); border-radius: 8px; padding: 16px; }
summary { cursor: pointer; font-weight: 800; }
.link-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.blog-hero h1 { max-width: 760px; }
.blog-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(380px, 1.12fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.blog-hero-grid p { max-width: 68ch; }
.blog-hero-visual { margin: 0; }
.blog-hero-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
}
.blog-index-section { background: #ffffff; }
.blog-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.blog-row {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: center;
  padding: clamp(22px, 4vw, 38px) 0;
  border-bottom: 1px solid var(--line);
}
.blog-row-image {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #eef3f5;
}
.blog-row-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 180ms ease;
}
.blog-row:hover .blog-row-image img {
  transform: scale(1.025);
}
.blog-row h2 {
  max-width: 780px;
  font-size: clamp(1.08rem, 1.6vw, 1.4rem);
  line-height: 1.14;
}
.blog-row h2 a {
  color: var(--ink);
  text-decoration: none;
}
.text-link {
  color: var(--teal);
  font-weight: 850;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.24em;
}
.article-header { padding: clamp(54px, 7vw, 84px) 0 34px; }
.article-header h1 { font-size: clamp(2.1rem, 3.6vw, 3.35rem); max-width: 980px; line-height: 1.06; }
.article-byline {
  color: var(--teal);
  font-size: 0.98rem;
  font-weight: 850;
  margin-bottom: 14px;
}
.article-deck {
  max-width: 820px;
  color: #3d4c5e;
  font-size: clamp(1.12rem, 0.7vw + 1rem, 1.28rem);
  line-height: 1.62;
}
.article-header img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 10px; border: 1px solid var(--line); box-shadow: var(--shadow); margin-top: 28px; }
.article-body { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 42px; padding-bottom: 80px; }
.article-body-simple {
  display: block;
  max-width: 860px;
}
.toc { position: sticky; top: 100px; align-self: start; display: grid; gap: 10px; border: 1px solid var(--line); border-radius: 8px; padding: 16px; }
.toc a {
  color: var(--ink);
  font-weight: 750;
  text-decoration: none;
}
.article-section {
  border-top: 0;
  padding: 24px 0 10px;
}
.article-section h2,
.article-cta h2 {
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
}
.article-section p {
  max-width: 74ch;
  color: #354355;
  font-size: clamp(1.06rem, 0.34vw + 1rem, 1.14rem);
  line-height: 1.78;
  margin-bottom: 18px;
}
.article-cta {
  margin: 34px 0;
  border: 1px solid #cfe1df;
  border-radius: 10px;
  background: #f4fbfa;
  padding: clamp(22px, 4vw, 38px);
}
.article-cta .button {
  margin-top: 8px;
}
.preview-hero-copy { max-width: 820px; margin-bottom: 34px; }
.preview-frame { border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: var(--shadow); padding: clamp(10px, 1.6vw, 18px); }
.preview-frame img { width: 100%; border-radius: 6px; border: 1px solid var(--line); }
.auth-page {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 8vw, 104px) 0;
  background:
    radial-gradient(circle at 12% 16%, rgba(38, 117, 111, 0.12), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(180, 138, 59, 0.14), transparent 26%),
    linear-gradient(180deg, #f8fbfc 0%, #ffffff 58%, #f5f8f9 100%);
}
.auth-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  max-width: 1120px;
}
.auth-shell-compact {
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 0.62fr);
  max-width: 1040px;
}
.auth-copy h1 {
  max-width: 760px;
  font-size: clamp(2.35rem, 4.4vw, 4.35rem);
  line-height: 1.02;
}
.auth-copy p {
  color: #3f4d5f;
  font-size: clamp(1.06rem, 0.55vw + 0.98rem, 1.22rem);
  line-height: 1.62;
}
.auth-proof-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 10px;
  margin-top: 24px;
  max-width: 560px;
}
.auth-proof-list span {
  min-height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(217, 224, 232, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  padding: 10px 13px;
  font-weight: 850;
  box-shadow: 0 10px 26px rgba(23, 32, 42, 0.05);
}
.auth-card {
  border: 1px solid rgba(203, 214, 224, 0.95);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  padding: clamp(24px, 4vw, 38px);
  box-shadow: 0 24px 70px rgba(23, 32, 42, 0.14);
}
.auth-card-heading {
  margin-bottom: 22px;
}
.auth-card h2 {
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.08;
  margin-bottom: 8px;
}
.auth-card-heading p,
.auth-switch {
  font-size: 0.98rem;
  line-height: 1.55;
  margin-bottom: 0;
}
.auth-form {
  display: grid;
  gap: 15px;
}
.auth-form label {
  display: grid;
  gap: 7px;
  color: #263645;
  font-weight: 850;
}
.auth-form input,
.auth-form select {
  width: 100%;
  min-height: 50px;
  border: 1px solid #cbd6df;
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  font-weight: 560;
  padding: 11px 13px;
  box-shadow: inset 0 1px 0 rgba(23, 32, 42, 0.03);
}
.auth-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #526274 50%),
    linear-gradient(135deg, #526274 50%, transparent 50%);
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 16px) 50%;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  padding-right: 42px;
}
.auth-form input:focus,
.auth-form select:focus {
  border-color: rgba(38, 117, 111, 0.7);
  outline: 3px solid rgba(38, 117, 111, 0.18);
  outline-offset: 1px;
}
.auth-form .recaptcha-field {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.auth-form-meta {
  display: flex;
  justify-content: flex-end;
  margin-top: -4px;
}
.auth-form-meta a,
.auth-switch a {
  color: var(--teal);
  font-weight: 850;
}
.auth-card .button {
  width: 100%;
  min-height: 52px;
  font-size: 1rem;
}
.auth-switch {
  margin-top: 18px;
  text-align: center;
}
.field-help {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.45;
}
.field-help ul {
  margin: 8px 0 0;
  padding-left: 18px;
}
.field-error {
  color: #9f342b;
  font-size: 0.9rem;
  font-weight: 800;
}
.password-feedback-card {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(38, 117, 111, 0.2);
  border-left: 4px solid var(--teal);
  border-radius: 8px;
  background: #f7fbfa;
  padding: 14px;
}
.password-feedback-card p,
.password-feedback-card strong {
  margin: 0;
}
.password-feedback-card strong {
  color: var(--ink);
  line-height: 1.3;
}
.password-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.password-check-list li {
  position: relative;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  color: #536579;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.25;
  padding: 8px 12px 8px 32px;
}
.password-check-list li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c7d2dc;
  transform: translateY(-50%);
}
.password-check-list li.is-valid {
  border-color: rgba(36, 113, 94, 0.24);
  background: #edf8f3;
  color: #24715e;
}
.password-check-list li.is-valid::before {
  background: #24715e;
}
.password-check-list li.is-invalid {
  border-color: rgba(159, 52, 43, 0.24);
  background: #fff7f6;
  color: #8f332b;
}
.password-check-list li.is-invalid::before {
  background: #b5473d;
}
.auth-card .form-errors {
  border: 1px solid #f0b6b0;
  border-left: 4px solid #b5473d;
  border-radius: 8px;
  background: #fff7f6;
  color: #7d2d26;
  padding: 12px 14px;
}
.auth-card .form-errors ul {
  margin: 0;
  padding-left: 18px;
}
.signup-page {
  padding: clamp(30px, 5vw, 58px) 0 clamp(58px, 8vw, 96px);
  background:
    radial-gradient(circle at 10% 10%, rgba(38, 117, 111, 0.12), transparent 26%),
    radial-gradient(circle at 92% 12%, rgba(180, 138, 59, 0.16), transparent 24%),
    linear-gradient(180deg, #f7fbfb 0%, #ffffff 46%, #f2f7f6 100%);
}
.signup-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 1080px;
}
.signup-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(18px, 4vw, 40px);
  align-items: end;
  border: 1px solid rgba(203, 214, 224, 0.86);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94) 0%, rgba(241, 250, 248, 0.94) 100%),
    linear-gradient(120deg, rgba(38, 117, 111, 0.08), rgba(180, 138, 59, 0.1));
  padding: clamp(24px, 4vw, 40px);
  box-shadow: 0 22px 70px rgba(23, 32, 42, 0.08);
}
.signup-copy h1 {
  max-width: 850px;
  font-size: clamp(2.25rem, 4vw, 3.8rem);
  margin-bottom: 14px;
}
.signup-copy p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
}
.signup-growth-point {
  display: grid;
  gap: 8px;
  max-width: 820px;
  margin-top: 20px;
  border: 1px solid rgba(38, 117, 111, 0.22);
  border-left: 5px solid var(--teal);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  padding: clamp(16px, 2.4vw, 22px);
  box-shadow: 0 16px 38px rgba(23, 32, 42, 0.07);
}
.signup-growth-point span {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.signup-growth-point strong {
  color: var(--ink);
  font-size: clamp(1.18rem, 1vw + 1rem, 1.55rem);
  line-height: 1.22;
  text-wrap: balance;
}
.signup-next-card,
.signup-secure-note {
  border: 1px solid rgba(38, 117, 111, 0.22);
  border-radius: 14px;
  background: #ffffff;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(23, 32, 42, 0.08);
}
.signup-next-card span,
.signup-secure-note span {
  display: block;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.signup-next-card strong,
.signup-secure-note strong {
  display: block;
  color: var(--ink);
  font-size: 1.1rem;
  line-height: 1.2;
}
.signup-next-card p {
  margin: 10px 0 0;
  color: #4b5a6a;
  font-size: 0.96rem;
  line-height: 1.5;
}
.signup-phone-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  border-radius: 999px;
  background: #edf8f6;
  color: var(--teal);
  padding: 0 15px;
  text-decoration: none;
  font-weight: 900;
}
.signup-phone-link:hover {
  background: var(--teal);
  color: #fff;
}
.signup-hero-panel-compact {
  align-items: center;
}
.signup-progress-panel {
  border: 1px solid rgba(203, 214, 224, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  padding: clamp(18px, 3vw, 26px);
  box-shadow: 0 16px 44px rgba(23, 32, 42, 0.07);
}
.signup-progress-panel h2 {
  margin: 0;
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  line-height: 1.15;
}
.signup-progress-track {
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: #e4ecef;
  margin: 18px 0 16px;
}
.signup-progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  transition: width 0.2s ease;
}
.signup-progress-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.signup-progress-list li {
  position: relative;
  min-height: 84px;
  border: 1px solid #d7e1e8;
  border-radius: 12px;
  background: #f9fbfc;
  padding: 13px 14px;
  display: grid;
  align-content: start;
  gap: 5px;
  transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease, opacity 0.16s ease;
}
.signup-progress-list li::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid #bac8d3;
  background: white;
}
.signup-progress-list strong {
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.15;
  padding-right: 24px;
}
.signup-progress-list span {
  color: #637384;
  font-size: 0.82rem;
  line-height: 1.35;
}
.signup-progress-list li.is-active {
  border-color: rgba(38, 117, 111, 0.42);
  background: #f0faf8;
  transform: translateY(-1px);
}
.signup-progress-list li.is-complete {
  border-color: rgba(38, 117, 111, 0.38);
  background: #edf8f5;
  opacity: 0.72;
}
.signup-progress-list li.is-complete::after {
  content: "✓";
  display: grid;
  place-items: center;
  border-color: var(--teal);
  background: var(--teal);
  color: white;
  font-size: 0.76rem;
  font-weight: 900;
}
.signup-progress-list li.is-complete strong,
.signup-progress-list li.is-complete span {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(38, 117, 111, 0.55);
}
.signup-card {
  width: 100%;
  border-radius: 18px;
  padding: clamp(24px, 4vw, 36px);
}
.signup-card-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  gap: 18px;
  align-items: start;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 22px;
}
.signup-card .auth-card-heading {
  margin-bottom: 0;
}
.signup-card-top-simple {
  align-items: center;
}
.auth-switch-top {
  justify-self: end;
  align-self: center;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  border: 1px solid rgba(203, 214, 224, 0.9);
  border-radius: 999px;
  background: #f8fbfb;
  padding: 0 16px;
  margin: 0;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
.signup-plan-select-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  gap: 18px;
  align-items: stretch;
  border: 1px solid rgba(38, 117, 111, 0.22);
  border-left: 5px solid var(--teal);
  border-radius: 14px;
  background: linear-gradient(135deg, #f7fcfb 0%, #ffffff 100%);
  padding: clamp(18px, 2.8vw, 24px);
  box-shadow: 0 16px 38px rgba(23, 32, 42, 0.06);
}
.signup-plan-select-card h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: clamp(1.2rem, 1.4vw, 1.5rem);
  line-height: 1.16;
}
.signup-plan-select-card p {
  margin: 0;
  color: #5b6b7c;
  line-height: 1.48;
}
.signup-selected-plan {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  border: 1px solid #d6e4e7;
  border-radius: 12px;
  background: #ffffff;
  padding: 16px;
}
.signup-selected-plan span {
  width: fit-content;
  border-radius: 999px;
  background: #e9f6f4;
  color: var(--teal);
  padding: 6px 10px;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.signup-selected-plan strong {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  color: var(--ink);
  font-size: clamp(1.25rem, 1.7vw, 1.75rem);
  line-height: 1.14;
}
.signup-selected-plan small {
  color: var(--teal);
  font-size: 1rem;
  font-weight: 950;
}
.signup-selected-plan p {
  color: #4f5f70;
}
.signup-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 18px;
  align-items: start;
}
.signup-form-grid label {
  align-self: start;
  align-content: start;
}
.signup-form-grid .signup-full-field {
  grid-column: 1 / -1;
}
.signup-plan-field select {
  min-height: 56px;
  font-weight: 760;
  text-overflow: ellipsis;
}
.signup-password-card {
  display: grid;
  grid-template-columns: minmax(190px, 240px) minmax(0, 1fr);
  align-items: center;
  gap: 14px 18px;
  margin: 2px auto 0;
  width: 100%;
  max-width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(203, 214, 224, 0.9);
  border-radius: 12px;
  background: #f8fbfb;
}
.signup-password-card .eyebrow {
  margin: 0;
  color: var(--teal);
  font-size: 0.78rem;
}
.signup-password-card [data-password-summary] {
  display: inline;
  color: #2d3b49;
  font-size: 1rem;
  font-weight: 850;
}
.signup-password-card > div {
  display: grid;
  align-content: start;
  gap: 4px;
}
.signup-password-card .password-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.signup-password-card .password-check-list li {
  min-height: 40px;
  border-radius: 10px;
  font-size: 0.92rem;
  padding: 10px 12px 10px 34px;
}
.signup-password-card .password-check-list li::before {
  left: 13px;
  width: 10px;
  height: 10px;
}
.signup-submit-row {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  margin-top: 4px;
  padding-top: 18px;
}
.signup-card .signup-submit-row .button {
  width: auto;
  min-width: 260px;
  min-height: 56px;
  font-size: 1.03rem;
  box-shadow: 0 16px 30px rgba(38, 117, 111, 0.18);
}
.signup-submit-row p {
  margin: 0;
  max-width: 520px;
  color: #566677;
  font-size: 0.94rem;
  line-height: 1.45;
}
.signup-submit-row a {
  color: var(--teal);
  font-weight: 900;
  white-space: nowrap;
}
.final-cta { padding: 70px 0; background: var(--ink); color: white; }
.final-cta p, .final-cta h2 { color: white; }
.site-footer { border-top: 1px solid var(--line); padding: 34px 0; background: #fbfcfd; }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; }
.footer-grid a { display: inline-block; margin-left: 16px; }
.footer-logo { width: min(370px, 100%); height: auto; max-height: 56px; object-fit: contain; object-position: left center; margin-bottom: 12px; }
@media (max-width: 1220px) {
  .nav-toggle { display: inline-flex; }
  .nav-links { display: none; position: absolute; inset: 74px 20px auto; background: white; border: 1px solid var(--line); border-radius: 12px; padding: 12px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-links a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; padding: 0 12px; }
  .nav-links a:not(.button):hover,
  .nav-links a:not(.button):focus-visible { background: #f4f7f9; }
}
@media (max-width: 860px) {
  .hero-grid, .split, .walkthrough, .article-body, .ai-feature-band, .feature-showcase, .pricing-intro, .seo-explainer, .template-library-grid, .blog-hero-grid, .blog-row, .pricing-path article, .feature-hero-grid, .feature-workflow-row article, .auth-shell, .auth-shell-compact { grid-template-columns: 1fr; }
  .feature-system-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .signup-hero-panel,
  .signup-card-top,
  .signup-plan-select-card,
  .signup-form-grid,
  .signup-password-card,
  .password-check-list,
  .signup-submit-row { grid-template-columns: 1fr; }
  .auth-switch-top {
    justify-self: stretch;
    width: 100%;
  }
  .signup-submit-row {
    display: grid;
    align-items: stretch;
  }
  .signup-card .signup-submit-row .button {
    width: 100%;
    min-width: 0;
  }
  .signup-progress-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .signup-form-grid .signup-full-field,
  .signup-selected-plan {
    grid-column: auto;
  }
  .section-heading, .footer-grid, .template-gallery-heading { display: grid; align-items: start; }
  .template-gallery-heading { grid-template-columns: 1fr; }
  .feature-route-strip .container { grid-template-columns: 1fr; }
  .feature-hero-visual figcaption { position: static; width: auto; margin-top: 12px; background: #0d1c2a; }
  .toc { position: static; }
}
@media (max-width: 700px) {
  .ai-outcome-grid, .feature-panel-list { grid-template-columns: 1fr; }
  .feature-system-grid { grid-template-columns: 1fr; }
  .auth-proof-list { grid-template-columns: 1fr; }
  .feature-proof-bar { grid-template-columns: 1fr; }
  .hero-proof-row span { border-radius: 8px; width: 100%; }
  .comparison-table th, .comparison-table td { padding: 12px 10px; font-size: 0.92rem; }
}
@media (max-width: 640px) {
  .hero-section .button-row { display: grid; grid-template-columns: 1fr; align-items: stretch; }
  .hero-section .button-row .button { width: 100%; flex: none; }
  .signup-page { padding-top: 28px; }
  .signup-hero-panel,
  .signup-progress-panel,
  .signup-card {
    border-radius: 14px;
  }
  .signup-progress-list {
    grid-template-columns: 1fr;
  }
  .signup-progress-list li {
    min-height: 72px;
  }
  .signup-selected-plan strong {
    display: grid;
  }
}
@media (max-width: 460px) {
  .container { width: min(1180px, calc(100% - 28px)); }
  .nav { gap: 10px; }
  .brand img { width: min(216px, calc(100vw - 96px)); max-height: 37px; }
  .footer-logo { width: min(282px, 100%); max-height: 46px; }
  .nav-toggle { flex: 0 0 46px; }
  h1 { font-size: clamp(2.1rem, 10vw, 2.75rem); }
  .page-hero.compact h1 { font-size: 1.85rem; }
  .hero-section h1 { font-size: 1.9rem; line-height: 1.08; }
  .eyebrow { font-size: 0.68rem; line-height: 1.35; }
  p, h1, h2, h3 { overflow-wrap: anywhere; }
  .article-header h1 { font-size: clamp(2rem, 8vw, 2.35rem); }
  .theme-grid, .pricing-grid, .article-grid { grid-template-columns: 1fr; }
  .button { width: 100%; flex: 1 0 100%; }
}

/* Premium homepage correction pass */
.premium-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 7vw, 96px) 0 clamp(38px, 6vw, 78px);
  background:
    linear-gradient(115deg, rgba(9, 24, 42, 0.96), rgba(16, 48, 76, 0.93) 52%, rgba(17, 105, 98, 0.9)),
    #0b1726;
  color: white;
}
.premium-hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -34% 42%;
  height: 64%;
  background: radial-gradient(circle, rgba(229, 195, 107, 0.2), transparent 66%);
  pointer-events: none;
}
.premium-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
}
.premium-hero h1 {
  max-width: 860px;
  color: #ffffff;
  font-size: clamp(2.55rem, 5.2vw, 5.2rem);
  line-height: 1.02;
}
.premium-hero .hero-lede {
  max-width: 760px;
  color: #d8e2ec;
}
.premium-hero .eyebrow,
.premium-final .eyebrow {
  color: #e5c36b;
}
.premium-hero .button-secondary {
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.09);
  color: white;
}
.premium-hero .hero-proof-row span {
  border-color: rgba(255,255,255,.2);
  background: rgba(255,255,255,.08);
  color: #f3f7fb;
  box-shadow: none;
}
.product-stage {
  position: relative;
  min-width: 0;
  padding: clamp(10px, 1.6vw, 18px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}
.product-stage .hero-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  border-color: rgba(255,255,255,.24);
}
.product-stat {
  position: absolute;
  width: min(270px, 46%);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 12px;
  background: rgba(9, 24, 42, .82);
  color: #ffffff;
  padding: 14px 16px;
  box-shadow: 0 18px 46px rgba(0,0,0,.26);
  backdrop-filter: blur(12px);
}
.product-stat strong {
  display: block;
  margin-bottom: 4px;
}
.product-stat span {
  display: block;
  color: #d8e2ec;
  font-size: .88rem;
  line-height: 1.35;
}
.product-stat-left { left: -14px; bottom: 28px; }
.product-stat-right { right: -18px; top: 30px; }
.editorial-split,
.ai-layer-grid,
.walkthrough-row,
.seo-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}
.problem-solution {
  background: #ffffff;
}
.signal-list {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--line);
}
.signal-list div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.signal-list dt {
  color: var(--ink);
  font-weight: 900;
}
.signal-list dd {
  margin: 0;
  color: var(--muted);
}
.ai-operating-layer {
  background: #f5f8f8;
}
.ai-layer-grid {
  align-items: center;
}
.legal-safety-note {
  border-left: 4px solid var(--gold);
  background: #fffaf0;
  color: var(--ink);
  padding: 14px 16px;
  font-weight: 750;
}
.ai-flow-board {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.ai-flow-board article {
  display: grid;
  grid-template-columns: 58px minmax(160px, .45fr) minmax(240px, 1fr);
  gap: 18px;
  align-items: start;
  background: white;
  padding: 20px;
}
.ai-flow-board span {
  color: var(--teal);
  font-weight: 950;
}
.ai-flow-board h3,
.ai-flow-board p {
  margin: 0;
}
.ai-flow-board h3 {
  font-size: 1.08rem;
}
.product-walkthrough {
  background: linear-gradient(180deg, #ffffff 0%, #f7fafb 100%);
}
.walkthrough-row {
  align-items: center;
}
.walkthrough-row > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.process-rail {
  display: grid;
  gap: 0;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.process-rail li {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.process-rail strong {
  color: var(--ink);
}
.process-rail span {
  color: var(--muted);
}
.template-runway {
  background: #0f1b2b;
  color: white;
}
.template-runway h2,
.template-runway .section-heading p {
  color: white;
}
.template-runway .text-link {
  color: #e5c36b;
}
.marketplace-featured {
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}
.marketplace-featured .theme-card {
  border-color: rgba(255,255,255,.14);
  background: #ffffff;
}
.seo-engine {
  background: #f4f7f9;
}
.premium-final {
  background:
    linear-gradient(120deg, rgba(9,24,42,.96), rgba(17,105,98,.9)),
    #0b1726;
}
.premium-final h2 {
  max-width: 960px;
}

/* Main homepage redesign */
.home-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 7vw, 96px) 0 clamp(42px, 5vw, 62px);
  background:
    linear-gradient(90deg, rgba(8, 18, 32, 0.95) 0%, rgba(8, 18, 32, 0.86) 42%, rgba(8, 18, 32, 0.48) 100%),
    url("/static/generated/platform-home-law-office.webp") center / cover no-repeat;
  color: white;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 18, 32, 0.14), rgba(8, 18, 32, 0.52));
  pointer-events: none;
}

.home-hero-layout {
  position: relative;
  z-index: 1;
  display: block;
}

.home-hero-copy {
  max-width: 760px;
}

.home-hero .eyebrow,
.home-final-cta .eyebrow {
  color: #f0c96b;
}

.home-hero h1 {
  color: white;
  font-size: clamp(2.45rem, 3.8vw, 3.85rem);
  line-height: 1.02;
  max-width: 820px;
  margin-bottom: 18px;
}

.home-hero .hero-lede {
  max-width: 680px;
  color: #edf4f6;
  font-size: clamp(1.14rem, 1.25vw, 1.32rem);
  line-height: 1.55;
}

.home-hero .button-row {
  margin: 26px 0 24px;
}

.home-hero .button-secondary {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
  color: white;
  backdrop-filter: blur(10px);
}

.home-hero-proof {
  display: grid;
  gap: 10px;
  max-width: 650px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-hero-proof li {
  position: relative;
  padding-left: 28px;
  color: #f5f8fb;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 760;
}

.home-hero-proof li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #f0c96b;
  box-shadow: 0 0 0 5px rgba(240, 201, 107, 0.15);
}

.home-product-preview {
  margin: 0;
  width: min(390px, 100%);
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.13);
  padding: clamp(10px, 1.2vw, 16px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
}

.home-product-preview img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.home-product-preview figcaption {
  margin-top: 12px;
  color: #edf4f6;
  font-size: 0.94rem;
  line-height: 1.45;
}

.home-section {
  padding: clamp(64px, 7vw, 98px) 0;
}

.home-section-intro p,
.home-section-heading > p,
.home-flow-grid p,
.home-ai-grid p,
.home-plan-grid p {
  font-size: clamp(1rem, 0.35vw + 0.96rem, 1.08rem);
  line-height: 1.65;
}

.home-section-heading {
  display: flex;
  justify-content: space-between;
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(28px, 4vw, 46px);
}

.home-section-heading > div {
  max-width: 760px;
}

.home-section-heading > p {
  max-width: 520px;
  margin-bottom: 0;
}

.home-answer-section {
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}
.home-answer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: start;
}
.home-answer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.home-answer-links a {
  min-height: 72px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(38, 117, 111, 0.18);
  border-radius: 8px;
  background: #f8fbfa;
  color: var(--ink);
  padding: 16px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(23, 32, 42, 0.05);
}

.home-outcome-section {
  background: #ffffff;
}

.home-outcome-grid,
.home-flow-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(430px, 1.18fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: start;
}

.home-outcome-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.home-outcome-list article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 8px 20px;
  align-items: start;
  padding: clamp(18px, 3vw, 28px) 0;
  border-bottom: 1px solid var(--line);
}

.home-outcome-list span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #edf6f4;
  color: var(--teal);
  font-weight: 950;
}

.home-outcome-list h3,
.home-outcome-list p {
  margin: 0;
}

.home-outcome-list h3 {
  font-size: clamp(1.12rem, 0.8vw + 0.98rem, 1.34rem);
  line-height: 1.18;
}

.home-outcome-list p {
  grid-column: 2;
  max-width: 68ch;
}

.home-flow-section {
  background: #f7fafb;
}

.home-flow-grid {
  align-items: center;
}

.home-flow-grid figure {
  margin: 0;
}

.home-flow-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.home-flow-list {
  display: grid;
  gap: 0;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.home-flow-list li {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.home-flow-list strong {
  color: var(--ink);
}

.home-flow-list span {
  color: var(--muted);
}

.home-operations-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f6faf9 100%);
}

.home-operations-section .home-section-heading {
  align-items: start;
}

.home-operations-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-operations-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid #d7e3e9;
  border-radius: 14px;
  background: #ffffff;
  padding: clamp(20px, 2.7vw, 26px);
  box-shadow: 0 16px 38px rgba(23, 32, 42, 0.07);
}

.home-operations-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(90deg, var(--teal), #d6ad54);
}

.home-operations-grid span {
  display: inline-flex;
  width: fit-content;
  min-height: 32px;
  align-items: center;
  border-radius: 999px;
  background: #edf7f5;
  color: var(--teal);
  padding: 0 11px;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 2px 0 16px;
}

.home-operations-grid h3 {
  font-size: clamp(1.1rem, 0.9vw + 0.96rem, 1.34rem);
  line-height: 1.12;
  margin-bottom: 10px;
}

.home-operations-grid p {
  margin: 0;
  color: #4c5d6e;
  font-size: 0.98rem;
  line-height: 1.54;
}

.home-ai-section {
  background: #ffffff;
}

.home-ai-grid,
.home-template-grid,
.home-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}

.home-ai-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  box-shadow: 0 16px 40px rgba(23, 32, 42, 0.08);
}

.home-ai-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.home-ai-grid article > div {
  padding: clamp(18px, 2.5vw, 24px);
}

.home-ai-grid h3 {
  font-size: clamp(1.2rem, 1vw + 1rem, 1.55rem);
  line-height: 1.12;
}

.home-template-section {
  background: #101c2c;
  color: white;
}

.home-template-section h2,
.home-template-section .home-section-heading p {
  color: white;
}

.home-template-section .text-link {
  color: #f0c96b;
}

.home-template-cta {
  position: relative;
  display: inline-grid;
  gap: 2px;
  min-width: 250px;
  min-height: 66px;
  align-content: center;
  border: 1px solid rgba(240, 201, 107, 0.62);
  border-radius: 999px;
  background: linear-gradient(135deg, #f0c96b 0%, #d9ab45 100%);
  color: #101923;
  padding: 10px 54px 10px 22px;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}

.home-template-cta::after {
  content: "→";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(16, 25, 35, 0.12);
  color: #101923;
  font-size: 1.08rem;
  font-weight: 950;
  transform: translateY(-50%);
}

.home-template-cta span {
  color: rgba(16, 25, 35, 0.72);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-template-cta strong {
  color: #101923;
  font-size: clamp(1.02rem, 0.45vw + 0.95rem, 1.18rem);
  line-height: 1.08;
}

.home-template-cta:hover,
.home-template-cta:focus-visible {
  filter: saturate(1.08);
  transform: translateY(-2px);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.home-template-section .home-section-heading {
  align-items: center;
}

.home-template-section .home-section-heading > div {
  max-width: none;
}

.home-template-section .home-section-heading h2 {
  font-size: clamp(1.9rem, 2.45vw, 2.85rem);
  line-height: 1.04;
}

.home-template-grid {
  grid-template-columns: repeat(3, minmax(300px, 1fr));
}

.home-template-marketplace {
  align-items: stretch;
}

.home-template-marketplace .theme-card {
  background: #ffffff;
  height: 100%;
}

.home-template-marketplace .theme-card > div {
  min-height: 0;
}

.home-template-marketplace .theme-card h2 {
  color: var(--ink);
  font-size: clamp(1.45rem, 1.4vw + 1rem, 1.9rem);
  line-height: 1.08;
}

.home-pricing-teaser {
  background: #f7fafb;
}

.home-plan-grid article {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  padding: clamp(22px, 3vw, 30px);
  box-shadow: 0 12px 34px rgba(23, 32, 42, 0.07);
}

.home-plan-grid h3 {
  font-size: clamp(1.28rem, 1vw + 1.05rem, 1.65rem);
}

.home-plan-grid .price {
  margin-bottom: 10px;
  font-size: clamp(2.95rem, 5vw, 3.75rem);
  line-height: 0.98;
}

.home-plan-grid .price span {
  font-size: clamp(1.12rem, 1.5vw, 1.42rem);
  font-weight: 800;
}

.home-plan-grid article > p:not(.plan-badge):not(.price) {
  min-height: calc(1.65em * 4);
  margin-bottom: clamp(18px, 2vw, 24px);
}

.home-plan-grid strong {
  display: block;
  color: var(--teal);
  font-weight: 900;
  line-height: 1.35;
  min-height: calc(1.35em * 3);
  margin-bottom: clamp(16px, 2vw, 20px);
}

.home-plan-cta {
  align-self: flex-start;
  margin-top: 0;
}

.home-final-cta {
  padding: clamp(56px, 7vw, 90px) 0;
  background:
    linear-gradient(120deg, rgba(12, 28, 47, 0.96), rgba(38, 117, 111, 0.9)),
    #0c1c2f;
  color: white;
}

.home-final-card {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}

.home-final-card h2 {
  max-width: 900px;
  color: white;
}

@media (max-width: 1060px) {
  .home-hero-layout,
  .home-answer-grid,
  .home-outcome-grid,
  .home-flow-grid {
    grid-template-columns: 1fr;
  }

  .home-product-preview {
    max-width: 760px;
  }

  .home-ai-grid,
  .home-template-grid,
  .home-operations-grid,
  .home-plan-grid {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
  }
}

@media (min-width: 900px) {
  .home-template-section .home-section-heading h2 {
    white-space: nowrap;
  }
}

@media (max-width: 760px) {
  .home-hero {
    min-height: auto;
    padding: 48px 0 34px;
    background-position: center;
  }

  .home-hero h1 {
    font-size: clamp(2rem, 8vw, 2.65rem);
  }

  .home-hero .hero-lede {
    font-size: 1.02rem;
    line-height: 1.5;
  }

  .home-hero .button-row {
    margin: 22px 0 20px;
  }

  .home-hero-proof {
    gap: 8px;
  }

  .home-hero-proof li {
    font-size: 0.94rem;
  }

  .home-answer-links {
    grid-template-columns: 1fr;
  }

  .home-section-heading,
  .home-final-card {
    display: grid;
    align-items: start;
  }

  .home-template-section .home-section-heading h2 {
    font-size: clamp(1.9rem, 7vw, 2.45rem);
  }

  .home-template-cta {
    width: 100%;
    min-width: 0;
  }

  .home-outcome-list article,
  .home-flow-list li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-ai-grid,
  .home-template-grid,
  .home-operations-grid,
  .home-plan-grid {
    grid-template-columns: 1fr;
  }
}

/* Landing page campaign variants */
.landing-hero {
  padding: clamp(54px, 8vw, 96px) 0 clamp(36px, 6vw, 74px);
  background: #f8fbfc;
}
.landing-hero-builder { background: linear-gradient(180deg, #f8fbfc 0%, #ffffff 100%); }
.landing-hero-crm { background: linear-gradient(135deg, #f4f8fb 0%, #ffffff 70%); }
.landing-hero-seo { background: linear-gradient(135deg, #eef8f6 0%, #ffffff 72%); }
.landing-hero-booking { background: linear-gradient(135deg, #fff8f1 0%, #ffffff 76%); }
.landing-hero-immigration { background: linear-gradient(135deg, #f0faf6 0%, #ffffff 72%); }
.landing-hero-family { background: linear-gradient(135deg, #fff6f2 0%, #ffffff 74%); }
.landing-hero-estate { background: linear-gradient(135deg, #fbf7ef 0%, #ffffff 72%); }
.landing-hero-bankruptcy { background: linear-gradient(135deg, #f3fafb 0%, #ffffff 72%); }
.landing-hero-defense { background: linear-gradient(135deg, #111827 0%, #273142 55%, #ffffff 55%, #ffffff 100%); }
.landing-hero-platform { background: linear-gradient(135deg, #edf4f3 0%, #ffffff 74%); }
.landing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.landing-hero.visual-first .landing-hero-grid {
  grid-template-columns: minmax(420px, 1.05fr) minmax(0, 0.95fr);
}
.landing-hero-defense .eyebrow,
.landing-hero-defense h1,
.landing-hero-defense .landing-hero-grid > div > p {
  color: #ffffff;
}
.landing-hero-grid > div > p {
  max-width: 70ch;
}
.landing-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}
.landing-chip-row span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  padding: 0 12px;
  font-size: 0.88rem;
  font-weight: 850;
}
.landing-hero-visual {
  margin: 0;
}
.landing-hero-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
}
.landing-proof-grid,
.landing-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}
.landing-proof-grid h2,
.landing-final-grid h2 {
  max-width: 820px;
}
.landing-timeline,
.landing-process-steps,
.landing-feature-rows {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.landing-timeline li,
.landing-process-steps article,
.landing-feature-rows li {
  display: grid;
  grid-template-columns: 72px minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: clamp(14px, 3vw, 30px);
  align-items: start;
  padding: clamp(18px, 3vw, 28px) 0;
  border-bottom: 1px solid var(--line);
}
.landing-timeline strong,
.landing-process-steps h3,
.landing-feature-rows strong {
  color: var(--ink);
}
.landing-timeline span,
.landing-process-steps p {
  color: var(--muted);
}
.landing-check-panels {
  display: grid;
  gap: 14px;
}
.landing-check-panels article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 18px;
  box-shadow: 0 10px 26px rgba(23, 32, 42, 0.06);
}
.landing-check-panels h3,
.landing-check-panels p,
.landing-process-steps h3,
.landing-process-steps p {
  margin: 0;
}
.landing-feature-list,
.landing-process {
  background: #ffffff;
}
.landing-feature-rows li {
  grid-template-columns: 72px minmax(0, 1fr);
}
.landing-feature-rows span,
.landing-process-steps span {
  color: var(--teal);
  font-weight: 950;
}
.landing-ai-panel {
  background: #f7faf8;
}
.landing-final {
  background: #0f1b2b;
  color: white;
}
.landing-final h2,
.landing-final p,
.landing-final .eyebrow {
  color: white;
}
.landing-final .link-grid a {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: white;
}

/* Public SEO and resource pages */
.seo-page-hero {
  padding: clamp(58px, 8vw, 104px) 0 clamp(42px, 6vw, 72px);
  background:
    radial-gradient(circle at 80% 18%, rgba(38, 117, 111, 0.12), transparent 28%),
    linear-gradient(180deg, #f8fbfc 0%, #ffffff 100%);
}
.seo-page-comparison,
.seo-page-comparison-index {
  background:
    linear-gradient(135deg, rgba(15, 27, 43, 0.96), rgba(24, 78, 93, 0.9)),
    #0f1b2b;
  color: white;
}
.seo-page-comparison .eyebrow,
.seo-page-comparison h1,
.seo-page-comparison .hero-lede,
.seo-page-comparison-index .eyebrow,
.seo-page-comparison-index h1,
.seo-page-comparison-index .hero-lede {
  color: white;
}
.seo-page-hero-grid,
.seo-answer-grid,
.seo-related-grid,
.checklist-panel,
.tool-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.seo-page-visual {
  margin: 0;
}
.seo-page-visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow);
}
.seo-answer-section {
  background: #ffffff;
}
.seo-bullet-list,
.resource-checklist,
.seo-section-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.seo-bullet-list li,
.resource-checklist li,
.seo-section-list article {
  border-bottom: 1px solid var(--line);
  padding: clamp(16px, 2.4vw, 24px) 0;
}
.seo-bullet-list li,
.resource-checklist li {
  color: var(--ink);
  font-weight: 820;
}
.seo-section-list article {
  display: grid;
  grid-template-columns: 72px minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 30px);
  align-items: start;
}
.seo-section-list span {
  color: var(--teal);
  font-weight: 950;
}
.seo-section-list h2,
.seo-section-list p {
  margin: 0;
}
.seo-section-list h2 {
  font-size: clamp(1.22rem, 1.55vw, 1.65rem);
}
.tool-panel {
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: var(--shadow);
  padding: clamp(22px, 4vw, 36px);
}
.tool-form {
  display: grid;
  gap: 14px;
}
.tool-form label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-weight: 850;
}
.tool-form input[type="number"] {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  font: inherit;
}
.tool-checkbox {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
}
.tool-checkbox input {
  width: 18px;
  height: 18px;
}
.tool-result {
  display: block;
  border-left: 4px solid var(--teal);
  border-radius: 8px;
  background: #edf7f5;
  color: var(--ink);
  padding: 14px 16px;
  font-weight: 900;
}
.seo-faq-section .faq-list {
  max-width: 920px;
}
@media (max-width: 940px) {
  .premium-hero-grid,
  .editorial-split,
  .ai-layer-grid,
  .walkthrough-row,
  .seo-grid,
  .seo-page-hero-grid,
  .seo-answer-grid,
  .seo-related-grid,
  .checklist-panel,
  .tool-panel,
  .landing-hero-grid,
  .landing-hero.visual-first .landing-hero-grid,
  .landing-proof-grid,
  .landing-final-grid {
    grid-template-columns: 1fr;
  }
  .landing-hero-defense {
    background: #111827;
  }
  .product-stat {
    position: static;
    width: auto;
    margin-top: 10px;
  }
  .product-stage {
    display: grid;
  }
}
@media (max-width: 720px) {
  .ai-flow-board article,
  .signal-list div,
  .process-rail li,
  .seo-section-list article,
  .landing-timeline li,
  .landing-process-steps article,
  .landing-feature-rows li {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .premium-hero {
    padding-top: 38px;
  }
}

/* Homepage conversion and readability refresh */
p {
  font-size: 1.04rem;
  line-height: 1.65;
}
.price-card p,
.theme-card p,
.article-card p,
.plan-ai-block span,
.product-stat span,
.site-footer p {
  font-size: 1rem;
}
.premium-hero {
  padding: clamp(36px, 5vw, 68px) 0 clamp(34px, 5vw, 58px);
  background:
    linear-gradient(118deg, rgba(8, 22, 38, 0.98), rgba(18, 51, 79, 0.94) 48%, rgba(13, 91, 86, 0.92)),
    #0b1726;
}
.premium-hero::after {
  inset: auto -8% -42% 38%;
  height: 58%;
  background: radial-gradient(circle, rgba(232, 199, 116, 0.18), transparent 68%);
}
.premium-hero-grid {
  grid-template-columns: 1fr;
  gap: clamp(18px, 3vw, 34px);
}
.premium-hero .hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(400px, 0.78fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: end;
  max-width: none;
}
.premium-hero h1 {
  max-width: 860px;
  font-size: clamp(2.15rem, 4.2vw, 4.32rem);
  line-height: 1.02;
}
.premium-hero .hero-lede {
  color: #e4edf4;
  font-size: clamp(1.13rem, 1.35vw, 1.34rem);
  line-height: 1.55;
}
.hero-copy-side {
  display: grid;
  gap: 18px;
  justify-items: start;
}
.hero-ai-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.hero-ai-strip article {
  position: relative;
  overflow: hidden;
  min-height: 132px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.08);
  padding: 20px 20px 18px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}
.hero-ai-strip article::before {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  border-radius: 999px;
  margin-bottom: 16px;
  background: linear-gradient(90deg, #e8c774, #2ec4b6);
}
.hero-ai-strip strong,
.hero-ai-strip span {
  display: block;
}
.hero-ai-strip strong {
  color: #ffffff;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.22;
  margin-bottom: 9px;
}
.hero-ai-strip span {
  color: #dce7ef;
  font-size: 0.98rem;
  line-height: 1.5;
}
.product-stage {
  width: 100%;
  max-width: 1180px;
  margin: 4px auto 0;
  padding: clamp(8px, 1.2vw, 14px);
  border-radius: 18px;
}
.product-stage .hero-image,
.hero-section .product-stage .hero-image {
  width: 100%;
  aspect-ratio: 1800 / 760;
  max-height: 520px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
.product-stat {
  width: min(300px, 38%);
  padding: 15px 17px;
}
.product-stat-left {
  left: 18px;
  bottom: 18px;
}
.product-stat-right {
  right: 18px;
  top: 18px;
}
.product-stat strong {
  font-size: 1.02rem;
}
.problem-copy-card,
.seo-copy-card {
  border: 1px solid #d7e1e7;
  border-radius: 14px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbfa 100%);
  padding: clamp(22px, 3vw, 34px);
  box-shadow: 0 18px 48px rgba(23, 32, 42, 0.08);
}
.problem-copy-card > p,
.ai-operating-layer .ai-layer-grid > div > p,
.seo-copy-card > p {
  color: #354457;
  font-size: clamp(1.1rem, 1.35vw, 1.25rem);
  line-height: 1.64;
}
.signal-list {
  margin-top: 20px;
}
.signal-list div {
  grid-template-columns: 138px minmax(0, 1fr);
  padding: 17px 0;
}
.signal-list dt {
  font-size: 1.06rem;
}
.signal-list dd {
  color: #4e5d6e;
  font-size: 1.03rem;
  line-height: 1.58;
}
.ai-operating-layer {
  background:
    linear-gradient(180deg, #f4f9f8 0%, #ffffff 100%);
}
.ai-layer-grid {
  grid-template-columns: minmax(0, 0.8fr) minmax(480px, 1.2fr);
}
.ai-flow-board {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.ai-flow-board article {
  display: block;
  min-height: 190px;
  border: 1px solid #d8e3e7;
  border-radius: 14px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbfb 100%);
  padding: 24px;
  box-shadow: 0 18px 44px rgba(23, 32, 42, 0.08);
}
.ai-flow-board article::before {
  content: "";
  display: block;
  width: 44px;
  height: 5px;
  border-radius: 999px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
}
.ai-flow-board h3 {
  color: var(--ink);
  font-size: clamp(1.16rem, 1.4vw, 1.32rem);
  line-height: 1.2;
  margin-bottom: 10px;
}
.ai-flow-board p {
  color: #4d5b6b;
  font-size: 1.03rem;
  line-height: 1.58;
}
.legal-safety-note {
  border-left: 0;
  border: 1px solid #ead79c;
  border-radius: 10px;
  background: #fffaf0;
  padding: 16px 18px;
}
.walkthrough-row {
  grid-template-columns: minmax(440px, 1.12fr) minmax(0, 0.88fr);
}
.walkthrough-row > img {
  aspect-ratio: 16 / 9;
  object-position: center;
}
.product-walkthrough h2 {
  max-width: 700px;
}
.product-walkthrough p,
.process-rail span {
  color: #455565;
  font-size: 1.04rem;
  line-height: 1.62;
}
.process-rail {
  gap: 12px;
  border-top: 0;
}
.process-rail li {
  grid-template-columns: 112px minmax(0, 1fr);
  border: 1px solid #dbe4ea;
  border-radius: 10px;
  background: #ffffff;
  padding: 16px 18px;
}
.seo-engine {
  background:
    linear-gradient(135deg, #eef7f5 0%, #f8fafb 55%, #ffffff 100%);
}
.seo-grid {
  align-items: center;
}
.seo-worklist {
  display: grid;
  gap: 14px;
}
.seo-worklist article {
  border: 1px solid #d6e1e6;
  border-radius: 14px;
  background: #ffffff;
  padding: 20px 22px;
  box-shadow: 0 14px 36px rgba(23, 32, 42, 0.08);
}
.seo-worklist article::before {
  content: "";
  display: block;
  width: 38px;
  height: 4px;
  border-radius: 999px;
  margin-bottom: 14px;
  background: var(--teal);
}
.seo-worklist strong,
.seo-worklist span {
  display: block;
}
.seo-worklist strong {
  color: var(--ink);
  font-size: 1.08rem;
  margin-bottom: 6px;
}
.seo-worklist span {
  color: #536171;
  font-size: 1.02rem;
  line-height: 1.5;
}
.pricing-section .section-heading h2 {
  max-width: 880px;
}
.premium-final {
  text-align: center;
  padding: clamp(52px, 7vw, 82px) 0;
  background:
    linear-gradient(120deg, rgba(7, 18, 32, 0.98), rgba(13, 91, 86, 0.94)),
    #0b1726;
}
.premium-final .container {
  display: grid;
  justify-items: center;
}
.premium-final h2 {
  max-width: 920px;
  font-size: clamp(1.75rem, 3vw, 2.9rem);
}
.site-footer {
  border-top: 1px solid #d9e2e8;
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f8f8 100%);
  padding: clamp(36px, 5vw, 62px) 0 24px;
}
.platform-footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.platform-footer-top {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.7fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  border: 1px solid #d8e2e7;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  padding: clamp(24px, 4vw, 42px);
  box-shadow: 0 20px 50px rgba(23, 32, 42, 0.08);
}
.platform-footer-brand {
  max-width: 650px;
}
.platform-footer-brand p {
  color: #435263;
  margin-bottom: 14px;
}
.platform-footer-phone {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: var(--teal);
  font-size: 1.24rem;
  font-weight: 900;
  text-decoration: none;
}
.platform-footer-contact {
  display: grid;
  gap: 6px;
  margin-top: 2px;
}
.platform-footer-address {
  margin: 0;
  color: #435263;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
}
.platform-footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}
.platform-footer-links a,
.platform-footer-links button {
  color: var(--ink);
  font: inherit;
  font-weight: 780;
  text-align: left;
  text-decoration: none;
}
.platform-footer-links button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.platform-footer-note {
  max-width: 900px;
  margin: 24px auto 14px;
  color: #5b6878;
  text-align: center;
  font-size: 0.98rem;
}
.platform-footer-credit {
  max-width: none;
  margin: 0;
  color: #263442;
  text-align: center;
  font-weight: 760;
}
.platform-footer-credit a {
  color: var(--teal);
  font-weight: 900;
  text-decoration-thickness: 0.08em;
}

@media (max-width: 980px) {
  .premium-hero .hero-copy,
  .ai-layer-grid,
  .walkthrough-row,
  .platform-footer-top {
    grid-template-columns: 1fr;
  }
  .hero-ai-strip,
  .ai-flow-board {
    grid-template-columns: 1fr;
  }
  .product-stage .hero-image,
  .hero-section .product-stage .hero-image {
    aspect-ratio: 16 / 9;
  }
  .product-stat {
    position: static;
    width: auto;
    margin-top: 10px;
  }
}

@media (max-width: 640px) {
  p {
    font-size: 1rem;
  }
  .premium-hero h1 {
    font-size: clamp(2.05rem, 11vw, 2.75rem);
  }
  .hero-ai-strip article,
  .ai-flow-board article,
  .problem-copy-card,
  .seo-copy-card,
  .seo-worklist article {
    border-radius: 10px;
  }
  .signal-list div,
  .process-rail li {
    grid-template-columns: 1fr;
  }
  .platform-footer-links {
    grid-template-columns: 1fr;
  }
}

/* Pricing page sales layout */
.pricing-page-intro {
  padding: clamp(52px, 7vw, 88px) 0 clamp(28px, 5vw, 46px);
  background:
    radial-gradient(circle at 86% 12%, rgba(38, 117, 111, 0.16), transparent 28%),
    linear-gradient(180deg, #f8fbfc 0%, #ffffff 100%);
}
.pricing-page-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.58fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: end;
}
.pricing-page-copy h1 {
  max-width: 980px;
  font-size: clamp(2.25rem, 4.6vw, 4.55rem);
  line-height: 1.02;
}
.pricing-page-copy > p:not(.eyebrow) {
  max-width: 820px;
  color: #354457;
  font-size: clamp(1.1rem, 1.45vw, 1.32rem);
  line-height: 1.6;
}
.pricing-value-panel {
  display: grid;
  gap: 12px;
  border: 1px solid #d7e2e8;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  padding: clamp(20px, 3vw, 28px);
  box-shadow: 0 20px 50px rgba(23, 32, 42, 0.09);
}
.pricing-value-panel strong {
  position: relative;
  display: block;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.3;
  padding-left: 22px;
}
.pricing-value-panel strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(38, 117, 111, 0.12);
}
.pricing-card-section {
  padding: clamp(20px, 4vw, 44px) 0 clamp(48px, 6vw, 78px);
  background: #ffffff;
}
.pricing-card-section .pricing-grid {
  align-items: stretch;
}
.pricing-card-section .price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: visible;
  border-radius: 16px;
  border-color: #d8e3e9;
  padding: clamp(22px, 3vw, 30px);
  box-shadow: 0 18px 44px rgba(23, 32, 42, 0.08);
}
.pricing-card-section .price-card:nth-child(2) {
  border-color: rgba(38, 117, 111, 0.42);
  box-shadow: 0 24px 60px rgba(38, 117, 111, 0.16);
}
.pricing-card-section .price-card:nth-child(2)::before {
  content: "Most popular";
  position: absolute;
  top: -18px;
  right: 22px;
  border-radius: 999px;
  background: #122236;
  color: #ffffff;
  padding: 9px 14px;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(18, 34, 54, 0.24);
}
.pricing-card-section .price-card h2 {
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  margin-bottom: 8px;
}
.pricing-card-section .price {
  margin-bottom: 14px;
  font-size: clamp(3.05rem, 5vw, 4rem);
  font-weight: 950;
  line-height: 0.98;
}
.pricing-card-section .price span {
  font-size: clamp(1.14rem, 1.55vw, 1.5rem);
  font-weight: 800;
}
.pricing-card-section.template-pricing-section .price-card h2 {
  font-size: clamp(1.23rem, 1.7vw, 1.62rem);
}
.pricing-card-section.template-pricing-section .price {
  font-size: clamp(2.6rem, 4.25vw, 3.4rem);
}
.pricing-card-section.template-pricing-section .price span {
  font-size: clamp(0.97rem, 1.32vw, 1.28rem);
}
.pricing-card-section .plan-fit,
.pricing-card-section .price-card > p:not(.plan-badge):not(.price):not(.price-highlight) {
  color: #405062;
  font-size: 1.04rem;
  line-height: 1.55;
}
.pricing-card-section .price-highlight {
  margin: 4px 0 14px;
  border-color: #c7e0dc;
  border-radius: 12px;
  background: #f2faf8;
  font-size: 1rem;
}
.pricing-card-section .plan-ai-block {
  border-radius: 12px;
  background: #f8fafb;
}
.pricing-card-section .plan-limits span {
  border-radius: 8px;
}
.pricing-card-section .price-card ul {
  display: grid;
  gap: 9px;
  margin: 4px 0 22px;
  padding-left: 19px;
  line-height: 1.45;
}
.pricing-card-section .price-card .button {
  margin-top: auto;
  align-self: flex-start;
}
.pricing-comparison-section {
  padding: clamp(52px, 7vw, 86px) 0;
  background:
    linear-gradient(180deg, #f4f8f9 0%, #ffffff 100%);
}
.pricing-section-title {
  display: grid;
  gap: 6px;
  max-width: 900px;
  margin-bottom: 24px;
}
.pricing-section-title h2 {
  margin-bottom: 4px;
}
.pricing-section-title p:not(.eyebrow) {
  color: #3f4f61;
  font-size: clamp(1.08rem, 1.35vw, 1.22rem);
  line-height: 1.6;
}
.comparison-table-wrap {
  overflow-x: auto;
  border: 1px solid #d5e0e7;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(23, 32, 42, 0.08);
}
.pricing-comparison-table {
  min-width: 860px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.comparison-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.pricing-comparison-table th {
  background: #112236;
  color: #ffffff;
  font-size: 0.96rem;
}
.pricing-comparison-table th:first-child {
  width: 28%;
}
.pricing-comparison-table td {
  color: #405062;
  font-size: 1rem;
  line-height: 1.48;
  vertical-align: top;
}
.pricing-comparison-table td:first-child {
  color: var(--ink);
  font-weight: 850;
}
.pricing-comparison-table tr:nth-child(odd) td {
  background: #f8fbfb;
}
.pricing-workflow {
  background:
    radial-gradient(circle at 9% 15%, rgba(180, 138, 59, 0.14), transparent 24%),
    linear-gradient(135deg, #ffffff 0%, #f3f8f7 100%);
}
.pricing-workflow .section-heading {
  align-items: start;
  margin-bottom: 28px;
}
.pricing-workflow .section-heading h2 {
  max-width: 900px;
}
.pricing-path {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  border-top: 0;
}
.pricing-path article {
  display: block;
  border: 1px solid #d7e2e8;
  border-radius: 16px;
  background: #ffffff;
  padding: clamp(22px, 3vw, 30px);
  box-shadow: 0 18px 44px rgba(23, 32, 42, 0.08);
}
.pricing-path span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  background: #eaf7f5;
  color: var(--teal);
  padding: 0 12px;
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}
.pricing-path h3 {
  color: var(--ink);
  font-size: clamp(1.22rem, 1.6vw, 1.45rem);
  margin-bottom: 10px;
}
.pricing-path p {
  color: #435263;
  font-size: clamp(1.05rem, 1.25vw, 1.16rem);
  line-height: 1.62;
  margin: 0;
}

@media (max-width: 980px) {
  .pricing-page-intro-grid,
  .pricing-path {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .pricing-page-copy h1 {
    font-size: clamp(2rem, 10vw, 2.85rem);
  }
  .pricing-card-section .price-card:nth-child(2)::before {
    position: static;
    justify-self: start;
    display: inline-flex;
    width: fit-content;
    margin-bottom: 12px;
    order: -2;
  }
  .pricing-card-section .price-card {
    padding: 22px;
  }
}
