/*
 * NLCPA static SEO pages (service and location pages built by tools/seo).
 * Sits on top of nlcpa-pricing.css, which supplies the shared nav, hero and footer look.
 */

.seo-page {
  --gd: #0d2418;
  --gk: #122d1e;
  --gm: #1a3d28;
  --go: #c9a84c;
  --gl2: #e2c47a;
  --ow: #faf7f2;
  --td: #f0e6d0;
  --tm: #a9b8ad;
  --line: rgba(201, 168, 76, 0.2);
  font-family: "Poppins", sans-serif;
}

body.seo-body {
  margin: 0;
  background: #0d2418;
}

.seo-page *,
.seo-page *::before,
.seo-page *::after {
  box-sizing: border-box;
}

.seo-page a {
  color: var(--gl2);
}

/* nav */
.seo-page .nlcpa-who-nav__links a {
  font-size: 11px;
}

.seo-page .nlcpa-who-brand {
  font-family: "Playfair Display", serif;
}

.seo-nav__phone {
  color: var(--td) !important;
  letter-spacing: 0.06em !important;
}

/* hero */
.seo-page .nlcpa-who-hero {
  padding-top: 88px;
  padding-bottom: 56px;
}

.seo-page .nlcpa-who-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 4.6vw, 64px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.seo-page .nlcpa-section-label {
  margin-bottom: 22px;
  color: var(--go);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.seo-page .seo-hero__lede {
  max-width: 620px;
  margin: 26px 0 22px;
  color: var(--td);
  font-size: 16px;
  line-height: 1.7;
}

.seo-crumbs {
  max-width: 1280px;
  margin: 0 auto;
  padding: 22px 48px 0;
  color: var(--tm);
  font-size: 12px;
}

.seo-crumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-crumbs li + li::before {
  content: "/";
  margin-right: 8px;
  color: rgba(201, 168, 76, 0.5);
}

.seo-crumbs a {
  color: var(--tm);
  text-decoration: none;
}

.seo-byline {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--tm);
  font-size: 13px;
  line-height: 1.5;
}

.seo-byline img {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  object-fit: cover;
}

.seo-byline strong {
  display: block;
  color: var(--ow);
  font-weight: 600;
}

.seo-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.seo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--go);
  background: var(--go);
  color: var(--gd) !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.seo-button--ghost {
  background: transparent;
  color: var(--gl2) !important;
}

/* hero with the booking calendar beside the headline, like the /ads/ pages and homepage */
.seo-page .seo-hero {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  gap: 56px;
  align-items: start;
  padding-top: 56px;
}

.seo-hero__copy {
  padding-top: 24px;
}

.seo-hero__book {
  position: relative;
  padding: 26px 24px 20px;
  border: 1px solid rgba(196, 160, 82, 0.45);
  background: rgba(14, 51, 33, 0.9);
  box-shadow: 0 35px 80px rgba(1, 14, 8, 0.28);
}

.seo-hero__book::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 82px;
  height: 3px;
  background: var(--go);
}

.seo-page .seo-hero__book h2 {
  margin: 0 0 8px;
  color: var(--ow);
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.15;
}

.seo-page .seo-hero__book p {
  margin: 0 0 16px;
  color: var(--td);
  font-size: 14px;
  line-height: 1.6;
}

.seo-page .seo-hero__book .seo-hero__book-label {
  margin-bottom: 10px;
  color: var(--gl2);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Desktop: a fixed card that scrolls inside, like the /ads/ pages. GoHighLevel resizes the
   iframe to its full content height, so the card is what keeps the hero a sensible size. */
.seo-hero__frame {
  height: 700px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #fff;
  border: 1px solid rgba(224, 202, 144, 0.3);
  -webkit-overflow-scrolling: touch;
}

.seo-hero__frame::-webkit-scrollbar {
  width: 8px;
}

.seo-hero__frame::-webkit-scrollbar-thumb {
  background: rgba(196, 160, 82, 0.55);
  border-radius: 4px;
}

.seo-hero__frame iframe {
  display: block;
  width: 100%;
  min-height: 700px;
  border: 0;
  background: #fff;
}

.seo-page .seo-hero__book .seo-hero__book-note {
  margin: 12px 0 0;
  color: var(--tm);
  font-size: 13px;
}

.seo-book__band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px 32px;
  border: 1px solid var(--line);
  border-left: 2px solid var(--go);
  background: rgba(201, 168, 76, 0.06);
  color: var(--td);
  font-size: 16px;
}

.seo-book__band h2 {
  margin: 0 0 8px !important;
}

.seo-book__band p {
  margin: 0;
}

.seo-book__band .seo-hero__actions {
  margin-top: 0;
}

/* layout */
.seo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 64px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 48px 24px;
}

.seo-article {
  max-width: 760px;
  color: var(--td);
  font-size: 17px;
  line-height: 1.75;
}

.seo-article > section + section {
  margin-top: 56px;
  padding-top: 48px;
  border-top: 1px solid var(--line);
}

.seo-article h2 {
  margin: 0 0 18px;
  color: var(--ow);
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.15;
}

.seo-article h3 {
  margin: 30px 0 10px;
  color: var(--gl2);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.seo-article p {
  margin: 0 0 18px;
}

.seo-article ul,
.seo-article ol,
.seo-book__copy ul {
  margin: 0 0 20px;
  padding-left: 22px;
  list-style: disc;
}

.seo-article ol {
  list-style: decimal;
}

.seo-article li {
  margin: 0 0 10px;
  padding-left: 4px;
}

.seo-article li::marker {
  color: var(--go);
}

.seo-article strong {
  color: var(--ow);
  font-weight: 600;
}

.seo-note {
  margin: 24px 0;
  padding: 20px 22px;
  border-left: 2px solid var(--go);
  background: rgba(201, 168, 76, 0.07);
  font-size: 16px;
}

.seo-note p:last-child {
  margin-bottom: 0;
}

.seo-table-wrap {
  margin: 8px 0 22px;
  overflow-x: auto;
  border: 1px solid var(--line);
}

.seo-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.5;
}

.seo-table th,
.seo-table td {
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.seo-table th {
  color: var(--go);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seo-table tr:last-child td {
  border-bottom: 0;
}

.seo-table td:last-child {
  color: var(--ow);
  white-space: nowrap;
}

.seo-article .seo-steps {
  counter-reset: step;
  list-style: none;
  padding-left: 0 !important;
}

.seo-steps li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 52px !important;
}

.seo-steps li::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: 2px;
  left: 0;
  color: var(--go);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.seo-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 32px;
}

/* sidebar */
.seo-aside {
  position: relative;
}

.seo-aside__card {
  position: sticky;
  top: 96px;
  padding: 26px;
  border: 1px solid var(--line);
  background: rgba(26, 61, 40, 0.55);
  color: var(--td);
  font-size: 14px;
  line-height: 1.65;
}

.seo-aside__card h2 {
  margin: 0 0 10px;
  color: var(--ow);
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.seo-aside__card p {
  margin: 0 0 16px;
}

.seo-aside__card .seo-button {
  width: 100%;
  margin-bottom: 10px;
}

.seo-aside__nap {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--tm);
  font-size: 13px;
  font-style: normal;
}

/* pricing mount sits in its own band */
.seo-pricing {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}

/* FAQ */
.seo-faq details {
  border-bottom: 1px solid var(--line);
}

.seo-faq details:first-of-type {
  border-top: 1px solid var(--line);
}

.seo-faq summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
  color: var(--ow);
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}

.seo-faq summary::-webkit-details-marker {
  display: none;
}

.seo-faq summary::after {
  content: "+";
  color: var(--go);
  font-size: 22px;
  line-height: 1;
}

.seo-faq details[open] summary::after {
  content: "\2212";
}

.seo-faq details > div {
  padding: 0 0 20px;
  color: var(--td);
}

/* related */
.seo-related {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 48px 0;
}

.seo-related h2,
.seo-book h2 {
  margin: 0 0 22px;
  color: var(--ow);
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 600;
}

.seo-related__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.seo-related__grid a {
  display: block;
  padding: 24px;
  background: var(--gd);
  color: var(--td);
  text-decoration: none;
}

.seo-related__grid a:hover {
  background: #11301f;
}

.seo-related__grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ow);
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 600;
}

.seo-related__grid span {
  color: var(--tm);
  font-size: 14px;
  line-height: 1.55;
}

/* booking */
.seo-book {
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 48px 80px;
}

.seo-book__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 48px;
  align-items: start;
}

.seo-book__copy {
  color: var(--td);
  font-size: 16px;
  line-height: 1.7;
}

.seo-book__copy ul {
  padding-left: 20px;
}

.seo-book__frame {
  min-height: 640px;
  padding: 8px;
  border: 1px solid var(--line);
  background: var(--ow);
}

.seo-book__frame iframe {
  display: block;
  width: 100%;
  min-height: 640px;
  border: 0;
}

.seo-map {
  margin: 8px 0 22px;
  border: 1px solid var(--line);
}

.seo-map iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
}

/* footer */
.seo-footer {
  border-top: 1px solid var(--line);
  color: var(--tm);
  font-size: 14px;
  line-height: 1.7;
}

.seo-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 52px 48px 30px;
}

.seo-footer__grid h2 {
  margin: 0 0 12px;
  color: var(--go);
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.seo-footer__grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-footer__grid a {
  color: var(--td);
  text-decoration: none;
}

.seo-footer__grid a:hover {
  color: var(--gl2);
}

.seo-footer address {
  font-style: normal;
}

.seo-footer__brand {
  margin-bottom: 10px;
  color: var(--gl2);
  font-family: "Playfair Display", serif;
  font-size: 22px;
}

.seo-footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 48px 40px;
  border-top: 1px solid var(--line);
  font-size: 12px;
}

.seo-footer__legal a {
  margin-left: 18px;
  color: var(--tm);
}

/* homepage additions (added by nlcpa-pricing.js) */
.nlcpa-home-h1 {
  margin: 0;
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.nlcpa-site-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 1080px;
  margin: 40px auto 0;
  padding: 28px 24px 8px;
  border-top: 1px solid rgba(201, 168, 76, 0.2);
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
}

.nlcpa-site-links div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  align-content: start;
}

.nlcpa-site-links span {
  width: 100%;
  color: #c9a84c;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nlcpa-site-links a {
  color: #f0e6d0;
  text-decoration: none;
}

.nlcpa-site-links a:hover {
  color: #e2c47a;
}

/* static homepage content, shown only until the app replaces it */
.nlcpa-prerender {
  max-width: 880px;
  margin: 0 auto;
  padding: 120px 24px;
  color: #f0e6d0;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
}

.nlcpa-prerender h1 {
  color: #faf7f2;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  line-height: 1.1;
}

.nlcpa-prerender a {
  color: #e2c47a;
}

@media (max-width: 1020px) {
  .seo-page .seo-hero {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .seo-hero__copy {
    padding-top: 0;
  }

  .seo-hero__book {
    max-width: 640px;
  }

  .seo-hero__frame {
    height: auto;
    overflow: visible;
  }

  .seo-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .seo-aside__card {
    position: static;
  }

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

  .seo-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .seo-crumbs,
  .seo-layout,
  .seo-pricing,
  .seo-related,
  .seo-book {
    padding-right: 16px;
    padding-left: 16px;
  }

  .seo-page .nlcpa-who-hero {
    padding: 48px 16px 36px;
  }

  .seo-page .nlcpa-who-hero h1 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .seo-page .nlcpa-who-nav {
    padding: 12px 16px;
  }

  .seo-page .nlcpa-who-brand {
    font-size: 18px;
    white-space: nowrap;
  }

  .seo-page .nlcpa-who-nav__cta {
    padding: 10px 12px;
    white-space: nowrap;
  }

  .seo-page .nlcpa-who-nav__links .seo-nav__phone {
    display: none;
  }

  .seo-article {
    font-size: 16px;
  }

  .seo-columns,
  .nlcpa-site-links {
    grid-template-columns: 1fr;
  }

  .seo-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 40px 16px 24px;
  }

  .seo-footer__legal {
    padding: 18px 16px 32px;
  }

  .seo-footer__legal a {
    margin: 0 18px 0 0;
  }

  .seo-hero__book {
    padding: 22px 14px 16px;
  }


  .seo-book__band {
    padding: 26px 18px;
  }
}
