:root {
  --ink: #1a2440;
  --muted: #616b82;
  --teal: #213a73;
  --teal-dark: #142550;
  --sea: #556faa;
  --sand: #ebe3d2;
  --sand-2: #f7f5ef;
  --white: #ffffff;
  --line: #d8ddea;
  --shadow: 0 18px 50px rgba(20, 37, 80, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fbfbfd;
  line-height: 1.6;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fbfbfd;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-wrap {
  min-height: 138px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
}

.logo-image {
  width: 200px;
  height: auto;
  max-height: 138px;
  object-fit: contain;
  display: block;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--teal);
  font-size: 22px;
}

.brand strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1.1;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-top: 4px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.main-nav a:hover {
  color: var(--teal);
}

.main-nav .nav-cta {
  color: white;
  background: var(--teal);
  padding: 10px 16px;
  border-radius: 999px;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 26px;
  color: var(--teal-dark);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  display: grid;
  align-items: center;
  color: white;
  background:
    radial-gradient(circle at 75% 20%, rgba(255,255,255,.12), transparent 26%),
    linear-gradient(135deg, rgba(18, 30, 63, .98), rgba(33, 58, 115, .94)),
    url("assets/hero-lowcountry.svg") center/cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(12, 21, 47, .20), transparent 35%),
    radial-gradient(circle at 15% 80%, rgba(232, 219, 188, .18), transparent 20%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  align-items: center;
  gap: 70px;
  padding: 80px 0 100px;
}

.eyebrow {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 800;
  font-size: 12px;
  color: var(--sea);
}

.hero .eyebrow {
  color: #d7dfef;
}

.hero h1 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(38px, 6vw, 66px);
  line-height: .98;
  letter-spacing: -.04em;
}

.hero h1 span {
  color: #e7d8b7;
}

.hero-text {
  max-width: 690px;
  font-size: 18px;
  color: rgba(255,255,255,.86);
  margin: 26px 0 30px;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 800;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: #e7d8b7;
  color: #142550;
  box-shadow: 0 12px 30px rgba(10, 18, 42, .22);
}

.btn-secondary {
  border: 1px solid rgba(255,255,255,.42);
  color: white;
  background: rgba(255,255,255,.08);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 30px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 700;
}

.hero-card {
  padding: 34px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(16, 28, 60, .30);
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
}

.hero-card-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.12);
  border-radius: 15px;
  font-size: 27px;
}

.hero-card h2 {
  margin: 20px 0 8px;
  font-family: "Montserrat", sans-serif;
}

.hero-card p {
  color: rgba(255,255,255,.8);
}

.hero-card a {
  display: block;
  margin-top: 12px;
  text-decoration: none;
  font-weight: 800;
}

.wave {
  position: absolute;
  z-index: 1;
  left: -5%;
  right: -5%;
  bottom: -55px;
  height: 130px;
  background: #ffffff;
  border-radius: 50% 50% 0 0 / 65% 65% 0 0;
}

.section {
  padding: 92px 0;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 38px;
}

.section-heading h2,
.why-copy h2,
.about h2,
.contact-card h2 {
  margin: 0 0 14px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.section-heading > p:last-child {
  color: var(--muted);
  margin-top: 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  transition: transform .16s ease, box-shadow .16s ease, border .16s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(33,58,115,.24);
}

.service-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--sand);
  font-size: 25px;
}

.service-card h3 {
  margin: 18px 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.why {
  background:
    radial-gradient(circle at 10% 15%, rgba(33, 58, 115, 0.06), transparent 24%),
    linear-gradient(180deg, #f8f9fc 0%, #f3f5fa 100%);
  border-top: 1px solid rgba(33, 58, 115, 0.08);
  border-bottom: 1px solid rgba(33, 58, 115, 0.08);
}

.why-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 58px;
  align-items: center;
}

.why-intro {
  max-width: 500px;
}

.why-intro h2 {
  margin: 0 0 16px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.why-lead {
  color: var(--muted);
  margin: 0;
  font-size: 16px;
}

.why-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.why-point {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(33, 58, 115, 0.10);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(20, 37, 80, 0.06);
}

.why-point-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #eef1f8;
  font-size: 21px;
}

.why-point h3 {
  margin: 1px 0 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: var(--ink);
}

.why-point p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.about-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
}

.about-grid p {
  color: var(--muted);
  font-size: 16px;
}

.contact-section {
  padding: 40px 0 80px;
}

.contact-card {
  background:
    radial-gradient(circle at 85% 15%, rgba(255,255,255,.13), transparent 25%),
    var(--teal-dark);
  color: white;
  padding: 50px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  box-shadow: var(--shadow);
}


.contact-card h2 {
  font-size: clamp(26px, 3vw, 36px);
}

.contact-card p {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(255,255,255,.8);
}

.eyebrow.light {
  color: #d7dfef;
}

.btn-light {
  background: #ffffff;
  color: var(--teal-dark);
}

.btn-outline-light {
  border: 1px solid rgba(255,255,255,.45);
  color: white;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 34px 0;
  background: #f8f8fb;
  color: var(--muted);
  font-size: 13px;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-wrap strong {
  color: var(--ink);
  font-family: "Montserrat", sans-serif;
}

.footer-wrap p {
  margin: 4px 0 0;
}

@media (max-width: 900px) {
  .hero-grid,
  .why-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 38px;
  }

  .hero-card {
    max-width: 560px;
  }

  .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-card {
    display: block;
  }

  .contact-actions {
    margin-top: 26px;
  }
}


@media (max-width: 720px) {
  .why-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .why-points {
    grid-template-columns: 1fr;
  }



  .nav-wrap {
    min-height: 100px;
  }

  .logo-image {
    width: 145px;
    height: auto;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 20px;
    right: 20px;
    padding: 18px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    padding: 12px;
  }

  .main-nav .nav-cta {
    text-align: center;
    margin-top: 4px;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    padding: 70px 0 100px;
  }

  .hero h1 {
    font-size: clamp(36px, 12vw, 54px);
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .why-grid {
    gap: 34px;
  }

  .why-visual {
    min-height: 330px;
  }

  .about-grid {
    gap: 12px;
  }

  .contact-card {
    padding: 34px 24px;
  }

  .footer-wrap {
    display: block;
  }

  .footer-wrap > p {
    margin-top: 18px;
  }
}


/* Pricing page */
.main-nav a.active {
  color: var(--teal);
  font-weight: 800;
}

.pricing-hero {
  color: white;
  padding: 72px 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.10), transparent 24%),
    linear-gradient(135deg, #142550 0%, #213a73 100%);
}

.pricing-hero-grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 70px;
  align-items: center;
}

.pricing-hero h1 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(38px, 5.5vw, 62px);
  line-height: 1;
  letter-spacing: -.04em;
}

.pricing-hero h1 span {
  color: #e7d8b7;
}

.pricing-hero > .container > div > p,
.pricing-hero-grid > div > p:not(.eyebrow) {
  max-width: 700px;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  margin: 24px 0 0;
}

.pricing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pricing-pdf-card {
  padding: 30px;
  border-radius: 22px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 26px 70px rgba(7, 17, 40, .22);
}

.pricing-pdf-icon {
  display: inline-grid;
  place-items: center;
  min-width: 58px;
  height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  background: #e7d8b7;
  color: #142550;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.pricing-pdf-card h2 {
  margin: 18px 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
}

.pricing-pdf-card p {
  color: rgba(255,255,255,.78);
  font-size: 14px;
}

.pricing-pdf-card .btn {
  width: 100%;
  margin-top: 8px;
}

.pricing-download-link {
  display: block;
  margin-top: 14px;
  text-align: center;
  color: white;
  font-size: 13px;
  font-weight: 800;
}

.pricing-jump {
  background: white;
  border-bottom: 1px solid var(--line);
}

.pricing-jump-wrap {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.pricing-jump a {
  text-decoration: none;
  color: var(--teal);
  font-size: 14px;
  font-weight: 800;
}

.pricing-jump a:hover {
  text-decoration: underline;
}

.pricing-jump span {
  margin-left: auto;
  color: var(--muted);
  font-size: 12px;
}

.pricing-section {
  scroll-margin-top: 190px;
}

.business-pricing {
  background:
    radial-gradient(circle at 95% 10%, rgba(33,58,115,.05), transparent 22%),
    #f5f7fb;
  border-top: 1px solid var(--line);
}

.pricing-section-heading {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 34px;
}

.pricing-section-heading h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.pricing-section-heading > p {
  margin: 0;
  color: var(--muted);
}

.pricing-group {
  overflow: hidden;
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
  box-shadow: 0 12px 34px rgba(20,37,80,.06);
}

.pricing-group-title {
  padding: 15px 22px;
  background: var(--teal);
  color: white;
}

.pricing-group-title h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: .03em;
}

.price-list {
  display: grid;
}

.price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 18px 22px;
  border-top: 1px solid #e7eaf1;
}

.price-row:first-child {
  border-top: 0;
}

.price-row h4 {
  margin: 0 0 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: var(--ink);
}

.price-row p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.price-row > strong {
  min-width: 140px;
  text-align: right;
  color: var(--teal-dark);
  font-size: 15px;
  white-space: nowrap;
}

.travel-callout,
.pricing-notes {
  display: flex;
  gap: 18px;
  margin-top: 24px;
  padding: 22px 24px;
  border: 1px solid rgba(33,58,115,.16);
  border-radius: 18px;
  background: #f8f9fc;
}

.travel-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--teal);
  color: white;
  font-size: 21px;
}

.travel-callout strong {
  color: var(--teal-dark);
}

.travel-callout p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.pricing-notes {
  display: block;
}

.pricing-notes h3 {
  margin: 0 0 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.pricing-notes p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.pricing-contact {
  padding-top: 70px;
}

@media (max-width: 900px) {
  .pricing-hero-grid,
  .pricing-section-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pricing-pdf-card {
    max-width: 520px;
  }

  .pricing-jump-wrap {
    padding: 16px 0;
    flex-wrap: wrap;
  }

  .pricing-jump span {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 720px) {
  .pricing-hero {
    padding: 54px 0;
  }

  .pricing-hero h1 {
    font-size: clamp(34px, 11vw, 50px);
  }

  .pricing-hero-actions {
    flex-direction: column;
  }

  .price-row {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .price-row > strong {
    min-width: 0;
    text-align: left;
    font-size: 16px;
  }

  .pricing-section {
    scroll-margin-top: 150px;
  }
}
