@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root {
  --font-heading: 'Inter', Arial, sans-serif;
  --font-body: 'Inter', Arial, sans-serif;
  --ink: #073b43;
  --ink-soft: #235963;
  --sun: #f5a33a;
  --sand: #fff4e4;
  --cream: #fffaf2;
  --aqua: #2b7280;
  --line: rgba(7,59,67,.14);
  --shadow: 0 20px 60px rgba(7,59,67,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
p { text-align: justify; text-justify: inter-word; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px clamp(20px, 5vw, 72px);
  background: rgba(255,250,242,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; gap: 12px; align-items: center; font-weight: 800; letter-spacing: .02em; }
.brand img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
nav { display: flex; gap: 22px; align-items: center; font-size: 14px; font-weight: 700; }
.nav-cta { padding: 10px 16px; border: 1px solid var(--ink); border-radius: 999px; }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .75fr);
  gap: 48px;
  align-items: center;
  padding: clamp(56px, 8vw, 116px) clamp(20px, 5vw, 72px) 72px;
  background:
    radial-gradient(circle at 80% 12%, rgba(245,163,58,.28), transparent 32%),
    linear-gradient(135deg, var(--cream), var(--sand));
}
.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; color: var(--aqua); margin: 0 0 12px; text-align: left; }
h1, h2, h3 { line-height: 1.08; margin: 0; }
h1 { font-family: "Playfair Display", serif; font-size: clamp(44px, 7vw, 82px); letter-spacing: -.04em; max-width: 960px; }
h2 { font-family: "Playfair Display", serif; font-size: clamp(32px, 4vw, 52px); letter-spacing: -.03em; }
h3 { font-size: 22px; }
.hero-text { font-size: 20px; max-width: 720px; color: var(--ink-soft); margin: 24px 0 32px; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 20px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.primary { background: var(--ink); color: var(--cream); }
.secondary { background: transparent; border: 1px solid var(--ink); }
.hero-card { background: #fff; border: 1px solid var(--line); border-radius: 32px; padding: 28px; box-shadow: var(--shadow); text-align: center; }
.hero-card img { width: min(100%, 380px); border-radius: 24px; }
.hero-card p { font-weight: 800; font-size: 18px; text-align: center; }
.statement { padding: 42px clamp(20px, 5vw, 72px); background: var(--ink); color: var(--cream); text-align: center; }
.statement p { margin: 0 auto; max-width: 980px; font-family: "Playfair Display", serif; font-size: clamp(28px, 4vw, 48px); line-height: 1.15; text-align: center; }
.split-section, .about { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; padding: 78px clamp(20px, 5vw, 72px); align-items: start; }
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.check-grid span, .pill-row span { border: 1px solid var(--line); background: #fff; padding: 14px 16px; border-radius: 18px; font-weight: 700; }
.check-grid span:before { content: "✓"; color: var(--sun); font-weight: 900; margin-right: 8px; }
.industries, .services, .process, .testimonials, .blog, .lead-magnet, .contact { padding: 78px clamp(20px, 5vw, 72px); }
.industries, .blog { background: var(--sand); }
.pill-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 24px; min-height: 280px; display: flex; flex-direction: column; gap: 14px; }
.card p { margin: 0; color: var(--ink-soft); }
.card strong { margin-top: auto; }
.featured { background: var(--ink); color: var(--cream); }
.featured p { color: rgba(255,250,242,.86); }
.label { color: var(--sun) !important; text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-align: left; }
.process { background: #fff; }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.steps div { border-top: 3px solid var(--sun); padding-top: 18px; }
.steps span { font-weight: 900; color: var(--aqua); }
.about p { font-size: 18px; color: var(--ink-soft); margin-top: 0; }
.testimonial-grid, .blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.testimonial-card, .blog-card { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 24px; box-shadow: 0 12px 40px rgba(7,59,67,.06); }
.testimonial-card p { font-size: 18px; color: var(--ink-soft); margin-top: 0; }
.testimonial-card strong, .testimonial-card span { display: block; }
.testimonial-card span { color: var(--aqua); font-weight: 700; margin-top: 4px; }
.testimonial-card.placeholder { background: var(--cream); border-style: dashed; }
.blog-card { display: flex; flex-direction: column; gap: 12px; }
.blog-card p { margin: 0; color: var(--ink-soft); }
.blog-card a { margin-top: auto; color: var(--aqua); font-weight: 800; }
.lead-magnet { display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--sand); }
.contact { text-align: center; }
.contact p { max-width: 680px; margin: 16px auto 24px; color: var(--ink-soft); font-size: 18px; text-align: center; }
.contact-actions { justify-content: center; }
.small-note { font-size: 13px !important; opacity: .78; }
footer { display: flex; justify-content: space-between; gap: 24px; padding: 36px clamp(20px, 5vw, 72px); background: var(--ink); color: var(--cream); }
footer p { margin: 6px 0 0; opacity: .8; text-align: left; }
footer div:last-child { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
@media (max-width: 1100px) {
  nav a:not(.nav-cta) { display: none; }
}
@media (max-width: 980px) {
  .hero, .split-section, .about { grid-template-columns: 1fr; }
  .cards, .steps, .testimonial-grid, .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lead-magnet { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .site-header { align-items: flex-start; gap: 12px; }
  .brand span { display: none; }
  .hero { padding-top: 44px; }
  .check-grid, .cards, .steps, .testimonial-grid, .blog-grid { grid-template-columns: 1fr; }
  p { text-align: left; }
  footer { flex-direction: column; }
  footer div:last-child { align-items: flex-start; }
}




/* Readable Peak St. Pete font update */
body, p, li, a, button, input, textarea, .button, .nav, .card, .service-card {
  font-family: 'Inter', Arial, sans-serif;
}

h1, h2, h3, .hero-title, .section h2 {
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.hero-title {
  line-height: 1.02;
}

h2 {
  line-height: 1.12;
}


/* Full-width checklist placement between What We Do and Who We Help */
.split-section #checklist {
  grid-column: 1 / -1;
  width: 100%;
  margin: 1rem 0;
}


/* Service card readability update */
.service-card p,
.card p,
.services p {
  text-align: left;
  text-justify: auto;
  word-spacing: normal;
}
