* {
  box-sizing: border-box;
}

:root {
  --navy: #08213f;
  --navy-2: #10325e;
  --ink: #142035;
  --muted: #607086;
  --sand: #f7f3ef;
  --sand-2: #fbfaf8;
  --line: #e7dfd8;
  --taupe: #9d9089;
  --taupe-dark: #756b64;
  --white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

img {
  max-width: 100%;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(8,33,63,.08);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 248px;
  max-width: 46vw;
  height: auto;
  display: block;
}

.text-logo {
  color: var(--navy);
  font-weight: 900;
  font-size: 22px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-links a,
.text-link {
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: #fff;
  text-decoration: none;
  border-radius: 9px;
  padding: 14px 22px;
  font-weight: 900;
  border: 1px solid var(--navy);
  box-shadow: 0 10px 24px rgba(8,33,63,.12);
}

.nav-cta {
  padding: 11px 16px;
  font-size: 14px;
  white-space: nowrap;
}

.button.secondary {
  background: var(--taupe);
  border-color: var(--taupe);
}

.eyebrow {
  margin: 0 0 13px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  color: var(--taupe-dark);
  font-weight: 900;
}

h1, h2, h3 {
  color: var(--navy);
  line-height: 1.08;
  margin: 0;
}

h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(43px, 6vw, 74px);
  letter-spacing: -.045em;
}

h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -.03em;
}

h3 {
  font-size: 23px;
}

p {
  margin: 0;
}

.hero {
  background: var(--sand-2);
  overflow: hidden;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: center;
  min-height: 600px;
  padding: 54px 0;
}

.hero-copy {
  max-width: 670px;
  position: relative;
  z-index: 2;
}

.hero-lead {
  margin-top: 24px;
  font-size: 20px;
  color: #394557;
  max-width: 610px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.service-note {
  margin-top: 24px;
  font-size: 14px;
  color: var(--muted);
  max-width: 580px;
}

.hero-image {
  position: relative;
  margin-right: calc((100vw - min(1120px, calc(100vw - 40px))) / -2);
}

.hero-image img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
}

.start-strip {
  background: #fff;
  padding: 54px 0 62px;
  border-top: 1px solid rgba(8,33,63,.06);
  border-bottom: 1px solid rgba(8,33,63,.06);
}

.start-card {
  text-align: center;
  max-width: 820px;
}

.start-card .eyebrow::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  background: var(--taupe);
  margin: 14px auto 0;
}

.start-card h2 {
  margin-top: 24px;
}

.start-card p {
  max-width: 700px;
  margin: 16px auto 28px;
  font-size: 18px;
  color: #394557;
}

.section {
  padding: 78px 0;
}

.muted {
  background: var(--sand);
}

.split,
.about-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(36px, 5vw, 70px);
  align-items: start;
}

.copy-block p {
  font-size: 18px;
  color: #394557;
  margin-bottom: 16px;
}

.strong-line {
  font-weight: 900;
  color: var(--navy) !important;
}

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

.industry-grid article,
.process-grid article,
.card,
.one-time,
.reassurance-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 12px 34px rgba(8,33,63,.04);
}

.industry-grid span,
.process-grid span,
.package-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--taupe-dark);
  font-weight: 900;
  letter-spacing: .08em;
  font-size: 12px;
  margin-bottom: 12px;
}

.industry-grid strong {
  display: block;
  color: var(--navy);
  font-size: 20px;
  margin-bottom: 8px;
}

.industry-grid p,
.process-grid p,
.card p {
  color: #455064;
}

.section-heading {
  max-width: 840px;
  margin-bottom: 36px;
}

.section-heading.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-lead {
  max-width: 720px;
  margin: 16px auto 0;
  font-size: 18px;
  color: #394557;
}

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

.process-grid span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.process-grid h3 {
  margin-bottom: 10px;
}

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

.card {
  display: flex;
  flex-direction: column;
}

.card.featured {
  border-color: var(--navy);
  box-shadow: 0 18px 45px rgba(8,33,63,.08);
}

.card h3 {
  font-size: 25px;
  margin-bottom: 14px;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}

.check-list li {
  position: relative;
  padding: 9px 0 9px 30px;
  border-bottom: 1px solid rgba(8,33,63,.08);
  color: #394557;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 9px;
  color: var(--navy);
  font-weight: 900;
}

.one-time {
  margin-top: 34px;
}

.one-time h3 {
  text-align: center;
  margin-bottom: 22px;
}

.one-time-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.one-time-grid div {
  background: var(--sand);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
}

.one-time-grid strong,
.one-time-grid span {
  display: block;
}

.one-time-grid strong {
  color: var(--navy);
  line-height: 1.25;
}

.one-time-grid span {
  margin-top: 8px;
  color: var(--taupe-dark);
  font-weight: 900;
}

.portrait-card {
  max-width: 430px;
  justify-self: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 14px;
  box-shadow: 0 18px 45px rgba(8,33,63,.08);
}

.portrait-card img {
  border-radius: 16px;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
}

.city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.city-list span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--navy);
  font-weight: 800;
  font-size: 14px;
}

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

details {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px 22px;
  margin-bottom: 14px;
  background: #fff;
}

summary {
  cursor: pointer;
  color: var(--navy);
  font-weight: 900;
  font-size: 18px;
}

details p {
  margin-top: 14px;
  color: #394557;
}

.reassurance {
  padding-top: 0;
}

.reassurance-card {
  text-align: center;
  max-width: 900px;
}

.reassurance-card p {
  margin: 18px auto 26px;
  max-width: 720px;
  color: #394557;
  font-size: 18px;
}

.contact {
  padding-top: 0;
}

.contact-panel {
  background: var(--navy);
  color: #fff;
  border-radius: 26px;
  padding: clamp(28px, 5vw, 50px);
  max-width: 940px;
  box-shadow: 0 22px 48px rgba(8,33,63,.18);
}

.contact-panel h2,
.contact-panel h3 {
  color: #fff;
}

.contact-panel p {
  color: rgba(255,255,255,.82);
  max-width: 740px;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 26px 0;
}

.contact-methods a,
.social-btn {
  color: #fff;
  text-decoration: none;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 14px;
  padding: 15px;
  font-weight: 900;
}

.contact-methods a {
  display: flex;
  gap: 10px;
  align-items: center;
}

.social-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 170px;
}

.ig-icon,
.fb-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #fff;
  color: var(--navy);
  font-weight: 900;
}

.fb-icon {
  font-family: Georgia, serif;
  font-size: 25px;
}

.review-box {
  border-top: 1px solid rgba(255,255,255,.18);
  padding-top: 26px;
}

.review-box .button {
  margin-top: 18px;
}

footer {
  background: var(--navy);
  color: #fff;
  padding: 30px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: flex-start;
}

.footer-inner p {
  color: rgba(255,255,255,.82);
  margin: 0 0 6px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: right;
}

.footer-links a {
  color: rgba(255,255,255,.92);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-page {
  padding: 70px 0;
}

.legal-page .wrap {
  max-width: 900px;
}

.legal-page h1 {
  font-size: clamp(38px, 5vw, 58px);
  margin-bottom: 18px;
}

.legal-page h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  margin-top: 34px;
}

.legal-page p,
.legal-page li {
  color: #394557;
  font-size: 17px;
}

.legal-note {
  background: var(--sand);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px 20px;
  margin: 24px 0;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero-shell,
  .split,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    min-height: 0;
    padding: 42px 0 0;
  }

  .hero-image {
    margin: 10px -20px 0;
  }

  .hero-image img {
    min-height: 320px;
    object-fit: cover;
  }

  .industry-grid,
  .process-grid,
  .cards,
  .contact-methods {
    grid-template-columns: 1fr 1fr;
  }

  .one-time-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-inner {
    flex-direction: column;
  }

  .footer-links {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(100% - 32px, 1120px);
  }

  .brand img {
    width: 210px;
    max-width: 58vw;
  }

  .nav-cta {
    padding: 9px 11px;
    font-size: 12px;
  }

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

  .hero-lead,
  .copy-block p,
  .start-card p,
  .section-lead {
    font-size: 17px;
  }

  .industry-grid,
  .process-grid,
  .cards,
  .one-time-grid,
  .contact-methods {
    grid-template-columns: 1fr;
  }

  .button,
  .nav-cta,
  .social-btn {
    width: 100%;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-image img {
    min-height: 260px;
  }
}

/* Refinement pass: cleaner industry, investment, and contact sections */
.clean-who {
  background: #fff;
}

.simple-industry-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
}

.simple-industry-list li {
  border-bottom: 1px solid var(--line);
  padding: 13px 0 13px 28px;
  position: relative;
  color: var(--navy);
  font-weight: 900;
}

.simple-industry-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--taupe-dark);
  font-weight: 900;
}

.investment-note {
  max-width: 880px;
  margin-top: 34px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.investment-note p {
  color: #394557;
  font-size: 16px;
  margin: 0 0 10px;
}

.one-time,
.one-time-grid {
  display: none !important;
}

.contact-clean {
  background: var(--navy);
  color: #fff;
  border-radius: 26px;
  padding: clamp(30px, 5vw, 54px);
  box-shadow: 0 22px 48px rgba(8,33,63,.16);
}

.contact-copy {
  max-width: 820px;
  margin-bottom: 30px;
}

.contact-copy h2 {
  color: #fff;
  max-width: 760px;
}

.contact-copy p:not(.eyebrow) {
  color: rgba(255,255,255,.82);
  font-size: 18px;
  margin-top: 16px;
  max-width: 780px;
}

.contact-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 34px;
}

.contact-links a {
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.20);
  background: rgba(255,255,255,.07);
  border-radius: 16px;
  padding: 18px 20px;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: transform .18s ease, background .18s ease;
}

.contact-links a:hover,
.social-btn:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.12);
}

.contact-icon,
.ig-icon,
.fb-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #fff;
  color: var(--navy);
  flex: 0 0 auto;
  font-weight: 900;
}

.contact-bottom {
  border-top: 1px solid rgba(255,255,255,.16);
  padding-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.mini-label {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 900;
  color: rgba(255,255,255,.68) !important;
  margin: 0 0 14px !important;
}

.clean-social {
  margin: 0;
}

.social-btn {
  color: #fff;
  text-decoration: none;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 14px;
  padding: 14px 18px;
  font-weight: 900;
}

.clean-review {
  border: 0;
  padding: 0;
}

.clean-review p {
  color: rgba(255,255,255,.78);
  margin: 0 0 14px;
}

.text-review {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 900px) {
  .contact-links,
  .contact-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .simple-industry-list {
    grid-template-columns: 1fr;
  }
}
