/* PHARPRO 2026 SEO/UX enhancement layer */
:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid #B12C4B;
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 10000;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 8px;
  background: #233A5E;
  color: #fff;
  font: 700 0.875rem/1.2 Inter, system-ui, sans-serif;
  text-decoration: none;
}

.skip-link:focus { transform: translateY(0); }

.site-announcement {
  padding: 9px 20px;
  background: #F5EEE8;
  border-bottom: 1px solid #E5DAD2;
  color: #233A5E;
  text-align: center;
  font: 600 0.8rem/1.45 Inter, system-ui, sans-serif;
}

.site-announcement a { color: #B12C4B; font-weight: 800; }

.seo-kicker {
  margin: 0 0 6px;
  color: #B12C4B;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.seo-cluster,
.seo-proof,
.seo-local-intent,
.seo-topic-hub {
  padding: 64px 24px;
  font-family: Inter, system-ui, sans-serif;
}

.seo-cluster { background: #F4F7FA; }
.seo-proof { background: #F8F3EF; }
.seo-local-intent { background: #F4F7FA; }
.seo-topic-hub { background: #fff; border-bottom: 1px solid #E3E8EF; }
.seo-guide-directory { padding: 64px 24px; background: #f6f8fb; border-top: 1px solid #e3e8ef; }
.seo-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 30px; }
.seo-guide-grid section { background: #fff; border: 1px solid #dce3ea; border-radius: 14px; padding: 24px; }
.seo-guide-grid h3 { color: #12355b; font-size: 1.04rem; margin: 0 0 14px; }
.seo-guide-grid ul { margin: 0; padding-left: 18px; }
.seo-guide-grid li { margin: 0 0 9px; color: #5d6a78; }
.seo-guide-grid a { color: #1d5f91; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.seo-guide-grid a:hover { color: #12355b; }

.seo-cluster-inner,
.seo-proof-inner,
.seo-local-intent-inner,
.seo-topic-hub-inner,
.seo-author {
  width: min(1060px, 100%);
  margin-inline: auto;
}

.seo-cluster h2,
.seo-proof h2,
.seo-local-intent h2,
.seo-topic-hub h2,
.seo-author h2 {
  margin: 0 0 10px;
  color: #233A5E;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.2;
}

.seo-cluster p,
.seo-proof p,
.seo-local-intent p,
.seo-topic-hub p,
.seo-author p {
  color: #657187;
  line-height: 1.65;
}

.seo-cluster ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.seo-cluster li { border-bottom: 1px solid #DCE3EB; }
.seo-cluster li a { display: block; padding: 10px 0; color: #233A5E; font-weight: 700; }

.seo-cluster-cta {
  display: inline-flex;
  padding: 11px 20px;
  border-radius: 999px;
  background: #B12C4B;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.seo-proof-grid,
.seo-local-grid,
.seo-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.seo-proof-grid > div,
.seo-local-grid > a,
.seo-topic-grid > a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px;
  border: 1px solid #DDE4EC;
  border-radius: 14px;
  background: #fff;
  color: #233A5E;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(35, 58, 94, 0.05);
}

.seo-proof-grid strong,
.seo-local-grid strong,
.seo-topic-grid strong { font-size: 1rem; }

.seo-proof-grid span,
.seo-local-grid span,
.seo-topic-grid span {
  color: #657187;
  font-size: 0.86rem;
  line-height: 1.55;
}

.seo-proof-note { margin-top: 22px; font-size: 0.8rem; }

.seo-author {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-block: 42px;
  padding: 26px;
  border: 1px solid #E4DAD2;
  border-radius: 16px;
  background: #F8F3EF;
  font-family: Inter, system-ui, sans-serif;
}

.seo-author h2 { font-size: 1.05rem; }
.seo-author h2 a { color: inherit; }
.seo-author p { margin: 6px 0; font-size: 0.86rem; }
.seo-author .seo-reviewed { color: #7A8494; font-size: 0.76rem; }

.seo-author-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #233A5E, #B12C4B);
  color: #fff;
  font-weight: 800;
}

.founder-intro-section {
  padding: 64px 24px;
  background: #fff;
}

.founder-intro {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  width: min(900px, 100%);
  margin-inline: auto;
}

.founder-intro img {
  width: 180px;
  height: 180px;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 18px 44px rgba(35, 58, 94, 0.14);
}

.founder-intro h2 {
  margin: 0 0 14px;
  color: #233A5E;
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  line-height: 1.2;
}

.founder-intro p {
  margin: 0 0 12px;
  color: #657187;
  line-height: 1.7;
}

.founder-intro a { color: #B12C4B; font-weight: 700; }

.dvs-fit-check {
  padding: 64px 24px;
  background: #F8F7F4;
  border-bottom: 1px solid #E2E8F0;
  font-family: Inter, system-ui, sans-serif;
}

.dvs-fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 42px;
  align-items: start;
}

.dvs-fit-person {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.dvs-fit-person > img {
  width: 150px;
  height: 150px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 16px 36px rgba(35, 58, 94, 0.14);
}

.dvs-fit-kicker {
  margin: 0 0 8px;
  color: #B12C4B !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dvs-fit-person h2 {
  margin: 0 0 12px;
  color: #233A5E;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.16;
}

.dvs-fit-person p,
.dvs-fit-form > p {
  color: #657187;
  line-height: 1.65;
}

.dvs-fit-points {
  display: grid;
  gap: 7px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
  color: #34445B;
  font-size: 0.88rem;
  font-weight: 650;
}

.dvs-fit-points li::before {
  content: "✓";
  margin-right: 8px;
  color: #15803D;
  font-weight: 900;
}

.dvs-fit-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.dvs-fit-links a { color: #B12C4B; font-size: 0.85rem; font-weight: 800; }

.dvs-fit-form {
  padding: 26px;
  border: 1px solid #DDE4EC;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(35, 58, 94, 0.08);
}

.dvs-fit-form h3 { margin: 0 0 6px; color: #233A5E; font-size: 1.15rem; }
.dvs-fit-form > p { margin: 0 0 18px; font-size: 0.84rem; }
.dvs-fit-form .dvs-field { margin-bottom: 14px; }
.dvs-fit-form .btn-primary { width: 100%; justify-content: center; border: 0; cursor: pointer; }
.dvs-fit-form .dvs-form-message { margin-top: 14px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 700px) {
  .seo-cluster,
  .seo-proof,
  .seo-local-intent,
  .seo-topic-hub,
  .seo-guide-directory { padding: 44px 20px; }

  .seo-cluster ul,
  .seo-proof-grid,
  .seo-local-grid,
  .seo-topic-grid { grid-template-columns: 1fr; }

  .seo-guide-grid { grid-template-columns: 1fr; }

  .seo-author { flex-direction: column; margin-inline: 20px; }

  .founder-intro-section,
  .dvs-fit-check { padding: 44px 20px; }

  .founder-intro,
  .dvs-fit-grid,
  .dvs-fit-person { grid-template-columns: 1fr; }

  .founder-intro img,
  .dvs-fit-person > img { width: 132px; height: 132px; }
}
