.wi-seo-page {
  overflow: hidden;
  background: #fff;
  color: var(--ink);
}

.wi-seo-hero {
  position: relative;
  padding: 70px 0 76px;
  background:
    radial-gradient(circle at 92% 10%, rgba(126,189,46,.16), transparent 31%),
    linear-gradient(135deg, #f8fcff 0%, #e8f5fd 100%);
}

.wi-seo-hero::before {
  position: absolute;
  top: -210px;
  right: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(6,47,91,.1);
  border-radius: 50%;
  content: "";
}

.wi-seo-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, .97fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
}

.wi-seo-hero-copy { max-width: 720px; }

.wi-seo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 28px;
  color: #627484;
  font-size: 12px;
  font-weight: 700;
}

.wi-seo-breadcrumbs a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
.wi-seo-breadcrumbs a:hover { color: var(--lime-dark); }

.wi-seo-eyebrow,
.wi-seo-section-heading > p,
.wi-seo-cta-inner > div > p,
.wi-seo-use-grid article > p {
  margin: 0 0 13px;
  color: var(--lime-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.wi-seo-hero h1,
.wi-seo-section h2,
.wi-seo-cta h2,
.wi-seo-hero-stat strong,
.wi-seo-local-card strong,
.wi-seo-map-card strong {
  color: var(--navy);
  font-family: "Oswald", Impact, sans-serif;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: .98;
}

.wi-seo-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(52px, 6.2vw, 84px);
  text-transform: uppercase;
}

.wi-seo-lede {
  max-width: 670px;
  margin: 24px 0 0;
  color: #27415a;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.62;
}

.wi-seo-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.wi-seo-hero-copy > .store-button { margin-top: 30px; }

.wi-seo-hero-visual {
  position: relative;
  min-height: 500px;
  margin: 0;
}

.wi-seo-hero-visual::before {
  position: absolute;
  inset: 24px -20px -22px 34px;
  border-radius: 8px;
  background: var(--lime);
  content: "";
}

.wi-seo-hero-visual img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 52px rgba(3,38,66,.2);
}

.wi-seo-section { padding: 92px 0; }
.wi-seo-section-blue { background: var(--navy); color: #fff; }
.wi-seo-section-soft { background: #f5f9fb; }
.wi-seo-related { padding-top: 22px; }

.wi-seo-split {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(380px, 1.15fr);
  align-items: start;
  gap: clamp(48px, 8vw, 118px);
}

.wi-seo-section h2,
.wi-seo-cta h2 {
  margin: 0;
  font-size: clamp(38px, 4.5vw, 62px);
  text-transform: uppercase;
}

.wi-seo-prose p {
  margin: 0 0 20px;
  color: #42586c;
  font-size: 17px;
  line-height: 1.8;
}

.wi-seo-benefit-grid,
.wi-seo-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 58px;
}

.wi-seo-benefit-grid article,
.wi-seo-steps article {
  border: 1px solid #dbe6ed;
  border-radius: 6px;
  padding: 31px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(6,47,91,.06);
}

.wi-seo-benefit-grid article > span,
.wi-seo-steps article > span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  color: var(--navy-dark);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.wi-seo-benefit-grid h3,
.wi-seo-steps h3 {
  margin: 24px 0 10px;
  color: var(--navy);
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  line-height: 1.15;
  text-transform: uppercase;
}

.wi-seo-benefit-grid p,
.wi-seo-steps p {
  margin: 0;
  color: #536779;
  line-height: 1.65;
}

.wi-seo-section-blue .wi-seo-section-heading > p { color: #a9dc64; }
.wi-seo-section-blue .wi-seo-section-heading h2 { color: #fff; }
.wi-seo-section-blue .wi-seo-steps article { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.07); box-shadow: none; }
.wi-seo-section-blue .wi-seo-steps h3 { color: #fff; }
.wi-seo-section-blue .wi-seo-steps p { color: #d4e1eb; }

.wi-seo-section-heading { max-width: 800px; margin-bottom: 44px; }
.wi-seo-heading-copy { display: block; max-width: 720px; margin-top: 20px; color: #536a7c; font-size: 17px; line-height: 1.7; }

.wi-seo-link-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.wi-seo-link-grid a {
  position: relative;
  display: grid;
  min-height: 190px;
  align-content: start;
  border: 1px solid #dbe6ed;
  border-radius: 6px;
  padding: 30px 62px 30px 30px;
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.wi-seo-link-grid a:hover { border-color: var(--lime); transform: translateY(-3px); box-shadow: 0 16px 32px rgba(6,47,91,.1); }
.wi-seo-link-grid strong { color: var(--navy); font-family: "Oswald", sans-serif; font-size: 26px; text-transform: uppercase; }
.wi-seo-link-grid span { margin-top: 13px; color: #55697b; line-height: 1.62; }
.wi-seo-link-grid b { position: absolute; right: 28px; bottom: 25px; color: var(--lime-dark); font-size: 21px; }
.wi-seo-link-grid em { margin-bottom: 16px; color: var(--lime-dark); font-size: 12px; font-style: normal; font-weight: 900; letter-spacing: .12em; }
.wi-seo-link-grid-large a { min-height: 245px; }
.wi-seo-link-grid-large b { font-size: 12px; text-transform: uppercase; }

.wi-seo-faq { background: #f7fafc; }
.wi-seo-faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(44px, 8vw, 116px); }
.wi-seo-faq details { border-bottom: 1px solid #cad8e1; }
.wi-seo-faq details:first-child { border-top: 1px solid #cad8e1; }
.wi-seo-faq summary { position: relative; padding: 23px 42px 23px 0; color: var(--navy); cursor: pointer; font-weight: 850; line-height: 1.4; list-style: none; }
.wi-seo-faq summary::-webkit-details-marker { display: none; }
.wi-seo-faq summary::after { position: absolute; top: 20px; right: 8px; color: var(--lime-dark); content: "+"; font-size: 24px; }
.wi-seo-faq details[open] summary::after { content: "−"; }
.wi-seo-faq details p { margin: -5px 0 22px; color: #516779; line-height: 1.7; }

.wi-seo-use-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 56px; }
.wi-seo-use-grid article { border-top: 5px solid var(--lime); padding: 32px; background: #f2f8fb; }
.wi-seo-use-grid ul { margin: 0; padding: 0; list-style: none; }
.wi-seo-use-grid li { position: relative; margin: 0; border-bottom: 1px solid #d5e2e9; padding: 15px 0 15px 28px; color: var(--navy); font-weight: 750; }
.wi-seo-use-grid li::before { position: absolute; top: 15px; left: 0; color: var(--lime-dark); content: "✓"; font-weight: 900; }

.wi-seo-related-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.wi-seo-related-links a { border: 2px solid var(--navy); border-radius: 4px; padding: 22px; color: var(--navy); font-weight: 850; }
.wi-seo-related-links a:hover { border-color: var(--lime); background: #f1f8e8; }

.wi-seo-cta { padding: 64px 0; background: var(--navy-dark); color: #fff; }
.wi-seo-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.wi-seo-cta h2 { max-width: 750px; color: #fff; }
.wi-seo-cta-inner > div > p { color: #a9dc64; }
.wi-seo-button-lime { flex: 0 0 auto; background: var(--lime); color: var(--navy-dark); }
.wi-seo-button-lime:hover { background: #95d441; }

.wi-seo-hub-hero { padding: 88px 0; }
.wi-seo-hero-stat,
.wi-seo-map-card,
.wi-seo-local-card {
  position: relative;
  display: grid;
  min-height: 390px;
  align-content: center;
  justify-items: center;
  border-radius: 8px;
  padding: 48px;
  background: var(--navy);
  color: #fff;
  box-shadow: 24px 24px 0 var(--lime);
  text-align: center;
}

.wi-seo-hero-stat strong { color: #fff; font-size: clamp(110px, 14vw, 190px); }
.wi-seo-hero-stat span { max-width: 280px; margin-top: 12px; color: #cdddea; font-weight: 800; line-height: 1.5; text-transform: uppercase; }
.wi-seo-map-card > span,
.wi-seo-local-card > span { display: grid; width: 96px; height: 96px; place-items: center; border-radius: 50%; background: var(--lime); color: var(--navy); font-family: "Oswald", sans-serif; font-size: 39px; font-weight: 700; }
.wi-seo-map-card strong,
.wi-seo-local-card strong { margin-top: 25px; color: #fff; font-size: 43px; text-transform: uppercase; }
.wi-seo-map-card p { margin: 18px 0 0; color: #cdddea; line-height: 1.65; }
.wi-seo-local-card p { margin: 22px 0 4px; color: #a9dc64; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.wi-seo-local-card small { max-width: 330px; margin-top: 17px; color: #cdddea; font-size: 14px; line-height: 1.55; }

.wi-seo-location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.wi-seo-location-grid a { position: relative; display: grid; min-height: 205px; align-content: start; border: 1px solid #dbe6ed; border-radius: 6px; padding: 28px 54px 28px 28px; }
.wi-seo-location-grid a:hover { border-color: var(--lime); background: #f8fcf3; }
.wi-seo-location-grid a > span { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 50%; background: var(--lime); color: var(--navy); font-size: 11px; font-weight: 900; }
.wi-seo-location-grid strong { margin-top: 20px; color: var(--navy); font-family: "Oswald", sans-serif; font-size: 28px; text-transform: uppercase; }
.wi-seo-location-grid small { margin-top: 9px; color: #627484; line-height: 1.45; }
.wi-seo-location-grid b { position: absolute; right: 24px; bottom: 22px; color: var(--lime-dark); font-size: 20px; }
.wi-seo-route-note { max-width: 850px; margin: 32px 0 0; border-left: 4px solid var(--lime); padding-left: 20px; color: #586d7f; line-height: 1.65; }
.wi-seo-editor-content { padding: 48px 0; line-height: 1.7; }

.wi-seo-coverage-section { padding-bottom: 82px; }
.wi-seo-area-pills { display: flex; flex-wrap: wrap; gap: 12px; }
.wi-seo-area-pills span { display: inline-flex; min-height: 43px; align-items: center; border: 1px solid #d3e0e7; border-radius: 999px; padding: 9px 18px; background: #fff; color: var(--navy); font-size: 12px; font-weight: 820; box-shadow: 0 5px 14px rgba(6,47,91,.05); }
.wi-seo-area-pills span::before { margin-right: 8px; color: var(--lime-dark); content: "●"; font-size: 8px; }
.wi-seo-location-grid b { max-width: 145px; font-size: 10px; font-weight: 900; letter-spacing: .035em; text-align: right; text-transform: uppercase; }
.wi-seo-more-areas { margin-top: 52px; border-top: 1px solid #d6e2e9; padding-top: 38px; }
.wi-seo-more-areas h3 { margin: 0 0 22px; color: var(--navy); font-family: "Oswald", sans-serif; font-size: 27px; text-transform: uppercase; }
.wi-seo-area-pills-small span { min-height: 38px; padding: 7px 15px; background: #fff; font-size: 11px; }

.wi-seo-route-cta { padding: 76px 0; background: linear-gradient(125deg, var(--navy-dark), var(--navy) 72%, #0a4776); color: #fff; }
.wi-seo-route-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 52px; }
.wi-seo-route-cta-inner > div { max-width: 790px; }
.wi-seo-route-cta p { margin: 0 0 10px; color: #a9dc64; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.wi-seo-route-cta h2 { margin: 0; color: #fff; font-family: "Oswald", sans-serif; font-size: clamp(44px, 5vw, 68px); line-height: 1; text-transform: uppercase; }
.wi-seo-route-cta span { display: block; max-width: 720px; margin-top: 18px; color: #d3e2ec; font-size: 17px; line-height: 1.65; }

@media (max-width: 980px) {
  .wi-seo-hero-grid { grid-template-columns: 1fr; }
  .wi-seo-hero-visual { min-height: 480px; }
  .wi-seo-hero-stat, .wi-seo-map-card, .wi-seo-local-card { min-height: 330px; }
  .wi-seo-split, .wi-seo-faq-grid { grid-template-columns: 1fr; gap: 34px; }
  .wi-seo-location-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .wi-seo-hero { padding: 46px 0 56px; }
  .wi-seo-section { padding: 64px 0; }
  .wi-seo-hero h1 { font-size: clamp(43px, 13vw, 62px); }
  .wi-seo-hero-visual { min-height: 350px; }
  .wi-seo-hero-visual::before { inset: 16px -9px -13px 18px; }
  .wi-seo-benefit-grid, .wi-seo-steps, .wi-seo-link-grid, .wi-seo-use-grid, .wi-seo-related-links, .wi-seo-location-grid { grid-template-columns: 1fr; }
  .wi-seo-hero-actions .store-button { width: 100%; }
  .wi-seo-cta-inner { align-items: stretch; flex-direction: column; }
  .wi-seo-cta-inner .store-button { width: 100%; }
  .wi-seo-route-cta-inner { align-items: stretch; flex-direction: column; }
  .wi-seo-route-cta-inner .store-button { width: 100%; }
  .wi-seo-hero-stat, .wi-seo-map-card, .wi-seo-local-card { min-height: 300px; padding: 34px 26px; box-shadow: 12px 12px 0 var(--lime); }
  .wi-seo-link-grid a { min-height: 0; }
  .wi-seo-area-pills { gap: 8px; }
  .wi-seo-area-pills span { min-height: 38px; padding: 7px 13px; font-size: 10px; }
  .wi-seo-route-cta { padding: 60px 0; }
}
