.seo-page {
  --seo-ink: #152433;
  --seo-muted: #526171;
  --seo-blue: #005d98;
  --seo-red: #d80009;
  --seo-line: #dce4ea;
  --seo-soft: #f4f7f9;
  color: var(--seo-ink);
  background: #fff;
}

.seo-page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(118deg, rgba(0, 49, 82, .97), rgba(0, 93, 152, .9));
}

.seo-page-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .22;
  background: radial-gradient(circle at 82% 18%, #fff 0, transparent 34%), linear-gradient(135deg, transparent 55%, #d80009 55%, #d80009 57%, transparent 57%);
  pointer-events: none;
}

.seo-hero--storm { background: linear-gradient(118deg, #222f3d, #5b1c22); }
.seo-hero--commercial { background: linear-gradient(118deg, #1b2b35, #005d98); }
.seo-hero--insurance { background: linear-gradient(118deg, #263d50, #00688b); }
.seo-hero--finance { background: linear-gradient(118deg, #253a46, #396b75); }
.seo-hero--materials { background: linear-gradient(118deg, #243344, #654c3a); }
.seo-hero--about { background: linear-gradient(118deg, #273644, #71442e); }

.seo-page-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  padding-top: clamp(64px, 8vw, 118px);
  padding-bottom: clamp(62px, 8vw, 112px);
}

.seo-page-eyebrow {
  margin: 0 0 14px;
  color: inherit;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.seo-page-hero h1 {
  max-width: 850px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(2.35rem, 5.5vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.seo-page-hero p:not(.seo-page-eyebrow) {
  max-width: 790px;
  margin: 0 0 18px;
  color: rgba(255,255,255,.92);
  font-size: clamp(1.05rem, 1.8vw, 1.27rem);
  line-height: 1.7;
}

.seo-page-hero a { color: #fff; font-weight: 700; text-decoration-thickness: 2px; }

.seo-page-content {
  max-width: 1040px;
  padding-top: clamp(56px, 7vw, 96px);
  padding-bottom: clamp(64px, 8vw, 112px);
}

.seo-page-content h2 {
  margin: 64px 0 20px;
  color: var(--seo-ink);
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1.18;
  letter-spacing: -.02em;
}

.seo-page-content h2:first-child { margin-top: 0; }

.seo-page-content h3 {
  margin: 34px 0 12px;
  color: var(--seo-blue);
  font-size: clamp(1.15rem, 2vw, 1.42rem);
  line-height: 1.3;
}

.seo-page-content p,
.seo-page-content li {
  color: var(--seo-muted);
  font-size: 1.06rem;
  line-height: 1.8;
}

.seo-page-content p { margin: 0 0 20px; }
.seo-page-content ul,
.seo-page-content ol { margin: 20px 0 30px; padding-left: 28px; }
.seo-page-content li { margin-bottom: 10px; }
.seo-page-content a { color: var(--seo-blue); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.seo-page-content a:hover { color: var(--seo-red); }

.seo-page-content h3 + p {
  padding: 20px 22px;
  border-left: 4px solid var(--seo-red);
  background: var(--seo-soft);
}

.seo-table-wrap {
  max-width: 100%;
  margin: 28px 0 38px;
  overflow-x: auto;
  border: 1px solid var(--seo-line);
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(21,36,51,.07);
}

.seo-table-wrap:focus { outline: 3px solid rgba(0,93,152,.28); outline-offset: 3px; }
.seo-table-wrap table { width: 100%; min-width: 640px; border-collapse: collapse; background: #fff; }
.seo-table-wrap th { padding: 17px 18px; color: #fff; background: var(--seo-blue); text-align: left; font-size: .96rem; }
.seo-table-wrap td { padding: 16px 18px; border-top: 1px solid var(--seo-line); color: var(--seo-muted); line-height: 1.55; vertical-align: top; }
.seo-table-wrap tbody tr:nth-child(even) { background: #f8fafb; }

.seo-page-closing { padding: 56px 0; color: #fff; background: #101d29; }
.seo-page-closing__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: center; }
.seo-page-closing h2 { margin: 0 0 12px; color: #fff; font-size: clamp(1.8rem, 3vw, 2.55rem); }
.seo-page-closing p { max-width: 680px; margin: 0; color: rgba(255,255,255,.78); line-height: 1.65; }
.seo-page-closing__actions { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.seo-page-closing__actions .button { margin: 0; white-space: nowrap; }
.seo-page-phone { color: #fff; font-size: 1.08rem; font-weight: 700; }

@media (max-width: 760px) {
  .seo-page-hero__inner { padding-top: 54px; padding-bottom: 58px; }
  .seo-page-content { padding-top: 50px; padding-bottom: 68px; }
  .seo-page-content h2 { margin-top: 48px; }
  .seo-page-content p,
  .seo-page-content li { font-size: 1rem; }
  .seo-page-closing__inner { grid-template-columns: 1fr; }
  .seo-page-closing__actions { align-items: flex-start; }
}
