.oc-local-page {
  --local-navy: #102d47;
  --local-blue: #0b62a3;
  --local-blue-dark: #084d82;
  --local-sky: #edf7ff;
  --local-gold: #ffcc33;
  --local-ink: #1a344c;
  --local-muted: #63788a;
  --local-line: #d9e6ef;
  color: var(--local-ink);
  background: #fff;
}

.oc-local-hero {
  position: relative;
  overflow: hidden;
  padding: 29px 0 0;
  color: #fff;
  background:
    radial-gradient(circle at 78% 22%, rgba(59, 158, 224, .29), transparent 29%),
    linear-gradient(137deg, #092740 0%, #0c416b 58%, #126ca8 100%);
}

.oc-local-hero::after {
  position: absolute;
  right: -130px;
  bottom: -245px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 85px rgba(255, 255, 255, .025), 0 0 0 170px rgba(255, 255, 255, .02);
  content: "";
}

.oc-local-hero > .oc-container {
  position: relative;
  z-index: 1;
}

.oc-local-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .67);
  font-size: 12px;
}

.oc-local-breadcrumbs a {
  color: #fff;
  text-decoration: none;
}

.oc-local-breadcrumbs a:hover {
  text-decoration: underline;
}

.oc-local-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  align-items: center;
  gap: clamp(36px, 6vw, 84px);
  padding-bottom: 52px;
}

.oc-local-eyebrow {
  margin: 0 0 9px;
  color: #1682ca;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.oc-local-hero .oc-local-eyebrow,
.oc-local-final-cta .oc-local-eyebrow {
  color: #8ed0fb;
}

.oc-local-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 5.35vw, 68px);
  font-weight: 950;
  letter-spacing: -.04em;
  line-height: 1.02;
}

.oc-local-lead {
  max-width: 760px;
  margin: 21px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.66;
}

.oc-local-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}

.oc-local-primary,
.oc-local-secondary,
.oc-local-messenger,
.oc-local-map-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 17px;
  border-radius: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
}

.oc-local-primary {
  color: #142d42 !important;
  background: var(--local-gold);
  box-shadow: 0 10px 23px rgba(7, 28, 46, .2);
}

.oc-local-primary:hover {
  color: #142d42 !important;
  background: #ffd95c;
}

.oc-local-primary svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.oc-local-secondary {
  border: 1px solid rgba(255, 255, 255, .37);
  color: #fff !important;
  background: rgba(255, 255, 255, .09);
}

.oc-local-secondary:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, .16);
}

.oc-local-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 19px;
  margin: 25px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 12px;
  list-style: none;
}

.oc-local-benefits li {
  position: relative;
  padding-left: 19px;
}

.oc-local-benefits li::before {
  position: absolute;
  top: .25em;
  left: 0;
  width: 12px;
  height: 7px;
  border-bottom: 2px solid #76d5a0;
  border-left: 2px solid #76d5a0;
  content: "";
  transform: rotate(-45deg);
}

.oc-local-quick-card {
  padding: clamp(23px, 3vw, 31px);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 24px;
  color: var(--local-ink);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 25px 68px rgba(3, 20, 35, .28);
}

.oc-local-pin {
  display: inline-flex;
  width: 47px;
  height: 47px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #1682ca, #0b5c96);
}

.oc-local-pin svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.oc-local-kind {
  margin: 17px 0 2px;
  color: var(--local-muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.oc-local-quick-card h2 {
  margin: 0;
  color: var(--local-navy);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.12;
}

.oc-local-quick-card > p:not(.oc-local-kind) {
  margin: 10px 0 18px;
  color: var(--local-muted);
  font-size: 13px;
  line-height: 1.55;
}

.oc-local-partner-status,
.oc-local-online-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0;
  padding: 9px 11px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 800;
}

.oc-local-partner-status {
  color: #14633a;
  background: #e2f8eb;
}

.oc-local-online-status {
  color: #155b8a;
  background: #e8f4fc;
}

.oc-local-partner-status span,
.oc-local-online-status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(23, 127, 72, .1);
}

.oc-local-map-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--local-blue) !important;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none !important;
}

.oc-local-disambiguation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 15px 0 18px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.oc-local-disambiguation > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.45;
}

.oc-local-disambiguation strong {
  color: #fff;
  font-size: 12px;
}

.oc-local-disambiguation span {
  color: rgba(255, 255, 255, .65);
  font-size: 10px;
}

.oc-local-disambiguation > a {
  flex: 0 0 auto;
  color: #fff !important;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none !important;
}

.oc-local-services,
.oc-local-process,
.oc-local-contact,
.oc-local-faq {
  padding-top: 70px;
  padding-bottom: 70px;
}

.oc-local-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 25px;
}

.oc-local-section-head h2,
.oc-local-about h2,
.oc-local-documents h2,
.oc-local-contact h2,
.oc-local-final-cta h2 {
  margin: 0;
  color: var(--local-navy);
  font-size: clamp(28px, 3.7vw, 43px);
  letter-spacing: -.028em;
  line-height: 1.12;
}

.oc-local-section-head > p {
  max-width: 430px;
  margin: 0;
  color: var(--local-muted);
  font-size: 13px;
  line-height: 1.6;
}

.oc-local-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.oc-local-service-card {
  min-height: 205px;
  padding: 23px;
  border: 1px solid var(--local-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 76, 129, .045);
}

.oc-local-service-icon {
  display: inline-flex;
  width: 43px;
  height: 43px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--local-blue);
  background: var(--local-sky);
}

.oc-local-service-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.oc-local-service-card h3 {
  margin: 17px 0 6px;
  color: var(--local-navy);
  font-size: 18px;
  line-height: 1.25;
}

.oc-local-service-card p {
  margin: 0;
  color: var(--local-muted);
  font-size: 13px;
  line-height: 1.58;
}

.oc-local-about {
  padding: 72px 0;
  background: #f5f9fc;
}

.oc-local-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  align-items: start;
  gap: clamp(38px, 7vw, 90px);
}

.oc-local-about-copy p:not(.oc-local-eyebrow) {
  margin: 17px 0 0;
  color: #50677a;
  font-size: 15px;
  line-height: 1.78;
}

.oc-local-coverage-note {
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid #b9d9ed;
  border-left: 4px solid var(--local-blue);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 76, 129, .06);
}

.oc-local-coverage-note strong {
  color: var(--local-navy);
  font-size: 14px;
}

.oc-local-about-copy .oc-local-coverage-note p {
  margin-top: 6px;
  color: #405d73;
  line-height: 1.6;
}

.oc-local-checklist {
  padding: 26px;
  border: 1px solid #c9ddea;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 76, 129, .08);
}

.oc-local-checklist h3 {
  margin: 0 0 17px;
  color: var(--local-navy);
  font-size: 20px;
}

.oc-local-checklist ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.oc-local-checklist li {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 0;
  border-bottom: 1px solid #e4edf3;
  color: #425d72;
  font-size: 12px;
  font-weight: 750;
}

.oc-local-checklist li span {
  display: inline-flex;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--local-blue);
  background: var(--local-sky);
  font-size: 11px;
  font-weight: 900;
}

.oc-local-checklist > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--local-blue) !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
}

.oc-local-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.oc-local-steps li {
  min-height: 180px;
  padding: 21px;
  border: 1px solid var(--local-line);
  border-radius: 17px;
  background: #fff;
}

.oc-local-steps li > span {
  color: #4b9bd0;
  font-size: 12px;
  font-weight: 950;
}

.oc-local-steps h3 {
  margin: 24px 0 6px;
  color: var(--local-navy);
  font-size: 17px;
  line-height: 1.25;
}

.oc-local-steps p {
  margin: 0;
  color: var(--local-muted);
  font-size: 12px;
  line-height: 1.55;
}

.oc-local-documents {
  padding: 65px 0;
  color: #fff;
  background: linear-gradient(135deg, #0d304d, #0b568a);
}

.oc-local-documents-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(35px, 7vw, 85px);
}

.oc-local-documents .oc-local-eyebrow {
  color: #8ed0fb;
}

.oc-local-documents h2 {
  color: #fff;
}

.oc-local-documents-grid > div:first-child > p:not(.oc-local-eyebrow) {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  line-height: 1.65;
}

.oc-local-document-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.oc-local-document-list > div {
  display: flex;
  min-height: 100px;
  flex-direction: column;
  justify-content: center;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 14px;
  background: rgba(255, 255, 255, .07);
}

.oc-local-document-list strong {
  color: #fff;
  font-size: 13px;
}

.oc-local-document-list span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .64);
  font-size: 11px;
  line-height: 1.45;
}

.oc-local-contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr);
  gap: 40px;
  padding: clamp(26px, 4vw, 43px);
  border: 1px solid #cbdfea;
  border-radius: 24px;
  background: linear-gradient(135deg, #f8fcff, #eaf6fe);
  box-shadow: 0 20px 55px rgba(15, 76, 129, .09);
}

.oc-local-contact-copy > p:not(.oc-local-eyebrow) {
  max-width: 710px;
  margin: 13px 0 0;
  color: var(--local-muted);
  font-size: 14px;
  line-height: 1.65;
}

.oc-local-contact dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
}

.oc-local-contact dl > div {
  padding: 12px;
  border: 1px solid #d8e7f0;
  border-radius: 11px;
  background: rgba(255, 255, 255, .74);
}

.oc-local-contact dt {
  color: #718493;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.oc-local-contact dd {
  margin: 3px 0 0;
  color: var(--local-navy);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.oc-local-contact dd a {
  color: inherit !important;
}

.oc-local-contact-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
}

.oc-local-contact-actions .oc-local-primary {
  min-height: 52px;
}

.oc-local-messenger,
.oc-local-map-button {
  min-height: 45px;
  border: 1px solid #bad3e3;
  color: var(--local-blue) !important;
  background: #fff;
  font-size: 12px;
}

.oc-local-messenger:hover,
.oc-local-map-button:hover {
  color: var(--local-blue-dark) !important;
  background: #f7fbfe;
}

.oc-local-faq {
  padding-top: 10px;
}

.oc-local-faq-list {
  max-width: 900px;
}

.oc-local-faq-list details {
  border-bottom: 1px solid var(--local-line);
}

.oc-local-faq-list summary {
  position: relative;
  padding: 19px 47px 19px 2px;
  color: var(--local-navy);
  cursor: pointer;
  font-size: 15px;
  font-weight: 850;
  list-style: none;
}

.oc-local-faq-list summary::-webkit-details-marker {
  display: none;
}

.oc-local-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  color: var(--local-blue);
  background: var(--local-sky);
  content: "+";
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  transform: translateY(-50%);
}

.oc-local-faq-list details[open] summary::after {
  content: "−";
}

.oc-local-faq-list details p {
  max-width: 780px;
  margin: -3px 0 20px;
  color: var(--local-muted);
  font-size: 13px;
  line-height: 1.65;
}

.oc-local-final-cta {
  padding: 58px 0;
  color: #fff;
  background: var(--local-navy);
}

.oc-local-final-cta > .oc-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.oc-local-final-cta h2 {
  color: #fff;
}

.oc-local-final-cta p:not(.oc-local-eyebrow) {
  max-width: 700px;
  margin: 11px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
}

.oc-local-final-cta a {
  display: inline-flex;
  min-height: 52px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 12px;
  color: #142d42 !important;
  background: var(--local-gold);
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .oc-local-hero-grid,
  .oc-local-about-grid,
  .oc-local-documents-grid {
    grid-template-columns: 1fr;
  }

  .oc-local-quick-card {
    max-width: 620px;
  }

  .oc-local-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oc-local-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oc-local-contact-card {
    grid-template-columns: 1fr;
  }

  .oc-local-contact-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .oc-local-hero {
    padding-top: 21px;
  }

  .oc-local-breadcrumbs {
    margin-bottom: 24px;
  }

  .oc-local-hero-grid {
    padding-bottom: 39px;
  }

  .oc-local-hero h1 {
    font-size: clamp(36px, 11.6vw, 52px);
  }

  .oc-local-actions,
  .oc-local-section-head,
  .oc-local-disambiguation,
  .oc-local-final-cta > .oc-container {
    align-items: stretch;
    flex-direction: column;
  }

  .oc-local-primary,
  .oc-local-secondary {
    width: 100%;
  }

  .oc-local-disambiguation > a {
    white-space: normal;
  }

  .oc-local-service-grid,
  .oc-local-document-list {
    grid-template-columns: 1fr;
  }

  .oc-local-service-card {
    min-height: 0;
  }

  .oc-local-contact dl {
    grid-template-columns: 1fr;
  }

  .oc-local-final-cta a {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .oc-local-benefits,
  .oc-local-steps,
  .oc-local-contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .oc-local-benefits {
    gap: 8px;
  }

  .oc-local-steps li {
    min-height: 0;
  }
}
