:root { --font-sans: Arial, sans-serif; --font-display: Georgia, serif; }

:root {
  --ink: #16332a;
  --forest: #19392f;
  --forest-dark: #102a22;
  --sage: #cbd8c4;
  --sage-light: #e9eee5;
  --cream: #faf7ef;
  --paper: #fffdf8;
  --terracotta: #bd6d4d;
  --muted: #5f6e68;
  --line: rgba(25, 57, 47, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-sans), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1240px;
  min-height: 88px;
  padding: 14px 24px;
}
.brand { align-items: center; display: inline-flex; gap: 12px; }
.brand-logo { flex: 0 0 50px; height: 50px; width: 50px; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { font-family: var(--font-display), Georgia, serif; font-size: 18px; font-weight: 500; line-height: 1.2; }
.brand small { color: var(--muted); font-size: 10px; letter-spacing: .04em; margin-top: 3px; }
.header-nav { align-items: center; display: flex; gap: 28px; }
.header-nav > a { font-size: 12px; font-weight: 700; }
.header-link {
  border-bottom: 1px solid var(--forest);
  font-size: 13px;
  font-weight: 700;
  padding: 8px 0;
}

.hero {
  display: grid;
  gap: 44px;
  margin: 0 auto;
  max-width: 1240px;
  padding: 72px 24px 88px;
}
.hero-copy { align-self: center; }
.eyebrow {
  align-items: center;
  color: var(--terracotta);
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 9px;
  letter-spacing: .13em;
  margin: 0 0 22px;
  text-transform: uppercase;
}
.eyebrow > span { background: currentColor; border-radius: 50%; height: 6px; width: 6px; }
.hero h1,
.section h2,
.final-cta h2 {
  font-family: var(--font-display), Georgia, serif;
  font-weight: 400;
  letter-spacing: -.035em;
  margin: 0;
}
.hero h1 { font-size: clamp(44px, 5.5vw, 76px); line-height: .98; max-width: 720px; }
.hero-subtitle {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
  margin: 28px 0 0;
  max-width: 620px;
}
.hero-subtitle strong { color: var(--forest); font-weight: 700; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  min-height: 54px;
  padding: 14px 20px;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .header-link:focus-visible, summary:focus-visible, footer a:focus-visible {
  outline: 3px solid rgba(189,109,77,.45);
  outline-offset: 4px;
}
.button-primary { background: var(--forest); box-shadow: 0 12px 28px rgba(25,57,47,.18); color: white; }
.button-primary:hover { background: var(--forest-dark); }
.button-light { background: var(--paper); color: var(--forest); }
.button-light:hover { background: white; }
.whatsapp-icon { flex: 0 0 19px; height: 19px; width: 19px; }
.text-link { border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; padding: 8px 0; }
.text-link span { margin-left: 6px; }
.credential-strip {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  list-style: none;
  margin: 48px 0 0;
  padding: 24px 0 0;
}
.credential-strip li { display: flex; flex-direction: column; padding: 8px 0; }
.credential-strip strong { font-size: 13px; }
.credential-strip span { color: var(--muted); font-size: 11px; margin-top: 3px; }
.hero-media { min-width: 0; position: relative; }
.hero-photo-wrap {
  background: var(--sage);
  border-radius: 180px 180px 16px 16px;
  box-shadow: 0 30px 70px rgba(25,57,47,.14);
  min-height: 450px;
  overflow: hidden;
  position: relative;
}
.hero-photo-wrap::after {
  background: linear-gradient(180deg, transparent 58%, rgba(16,42,34,.24));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.hero-photo-wrap img { height: 100%; object-fit: cover; object-position: 58% center; position: absolute; width: 100%; }
.image-label {
  background: rgba(255,253,248,.82);
  border-radius: 999px;
  bottom: 18px;
  color: var(--forest);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 8px 11px;
  position: absolute;
  right: 18px;
  text-transform: uppercase;
  z-index: 1;
}
.hero-note {
  align-items: center;
  background: var(--paper);
  border: 1px solid rgba(25,57,47,.08);
  border-radius: 14px;
  bottom: -22px;
  box-shadow: 0 14px 34px rgba(25,57,47,.16);
  display: flex;
  gap: 12px;
  left: -10px;
  max-width: 310px;
  padding: 16px 18px;
  position: absolute;
}
.hero-note > span { align-items: center; background: var(--sage-light); border-radius: 50%; display: flex; flex: 0 0 36px; height: 36px; justify-content: center; }
.hero-note p { color: var(--muted); font-size: 11px; line-height: 1.45; margin: 0; }
.hero-note strong { color: var(--forest); display: block; font-family: var(--font-display), Georgia, serif; font-size: 14px; font-weight: 600; margin-bottom: 2px; }

.trust-band {
  align-items: center;
  background: var(--sage);
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  padding: 24px;
  text-align: center;
}
.trust-band p { font-family: var(--font-display), Georgia, serif; font-size: 16px; margin: 0; }
.trust-band a { border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; padding-bottom: 3px; }
.trust-band a { align-items: center; display: inline-flex; gap: 7px; }
.trust-band .whatsapp-icon { height: 16px; width: 16px; }

.section { margin: 0 auto; max-width: 1240px; padding: 96px 24px; }
.section-heading { margin-bottom: 44px; }
.section-heading h2 { font-size: clamp(34px, 4.3vw, 56px); line-height: 1.06; max-width: 760px; }
.split-heading { display: grid; gap: 24px; }
.split-heading > p { align-self: end; color: var(--muted); font-size: 14px; line-height: 1.75; margin: 0; max-width: 430px; }
.service-grid { display: grid; gap: 14px; }
.service-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  padding: 26px;
}
.specialty-top { align-items: center; display: flex; justify-content: flex-end; }
.specialty-orbit { border: 1px solid var(--line); border-radius: 50%; height: 42px; position: relative; width: 42px; }
.specialty-orbit::before { border: 1px solid var(--terracotta); border-radius: 50%; content: ""; height: 10px; left: 50%; position: absolute; top: -4px; transform: translateX(-50%); width: 10px; }
.service-card-featured .specialty-orbit { border-color: rgba(255,255,255,.24); }
.service-card-featured { background: var(--forest); border-color: var(--forest); color: white; }
.service-card h3, .benefit-grid h3, .process-grid h3 {
  font-family: var(--font-display), Georgia, serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.05;
  margin: 9px 0 12px;
}
.service-card p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0; }
.service-card-featured p { color: rgba(255,255,255,.68); }
.card-kicker { font-size: 9px !important; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.card-link { align-items: center; display: flex; font-size: 12px; font-weight: 800; gap: 9px; margin-top: 26px; }

.benefits-section { border-top: 1px solid var(--line); }
.centered-heading { margin-left: auto; margin-right: auto; max-width: 760px; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.centered-heading h2 { margin: 0 auto; }
.benefit-grid { display: grid; gap: 1px; }
.benefit-grid article { background: var(--sage-light); min-height: 220px; padding: 28px; }
.benefit-grid article:first-child { border-radius: 18px 18px 0 0; }
.benefit-grid article:last-child { border-radius: 0 0 18px 18px; }
.benefit-grid p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0; }

.process-section { background: var(--forest); color: white; max-width: none; padding-left: max(24px, calc((100vw - 1192px) / 2)); padding-right: max(24px, calc((100vw - 1192px) / 2)); }
.eyebrow.light { color: var(--sage); }
.process-section .split-heading > p { color: rgba(255,255,255,.62); }
.confirmation-note strong { color: var(--sage); display: block; font-size: 11px; margin-top: 7px; }
.process-grid { display: grid; gap: 1px; list-style: none; margin: 0; padding: 0; }
.process-grid li { align-items: flex-start; border-top: 1px solid rgba(255,255,255,.16); display: grid; gap: 18px; grid-template-columns: 42px 1fr; padding: 24px 0; }
.process-grid li > span { align-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; display: flex; font-size: 12px; height: 38px; justify-content: center; width: 38px; }
.process-grid h3 { font-size: 23px; margin-top: 5px; }
.process-grid p { color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.6; margin: 0; }

.fit-section { padding-bottom: 48px; }
.fit-card {
  background: var(--sage);
  border-radius: 28px;
  display: grid;
  gap: 34px;
  overflow: hidden;
  padding: 38px 26px;
  position: relative;
}
.fit-card::after { border: 1px solid rgba(25,57,47,.14); border-radius: 50%; content: ""; height: 240px; position: absolute; right: -120px; top: -90px; width: 240px; }
.fit-card h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.05; }
.fit-copy { position: relative; z-index: 1; }
.fit-copy > p { color: #42574f; font-size: 14px; line-height: 1.75; margin: 0 0 20px; }
.testimonials-section { padding-top: 72px; }
.testimonial-grid { display: grid; gap: 14px; }
.testimonial { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; min-height: 225px; padding: 26px; }
.stars { color: var(--terracotta); font-size: 14px; letter-spacing: .2em; }
.testimonial p { font-family: var(--font-display), Georgia, serif; font-size: 19px; line-height: 1.5; margin: 32px 0; }
.testimonial > span { color: var(--muted); font-size: 10px; }

.objection-section { padding-top: 24px; }
.objection-card { background: var(--terracotta); border-radius: 24px; color: white; padding: 40px 26px; }
.objection-card h2 { font-size: clamp(36px, 4.5vw, 58px); }
.objection-card > p:not(.eyebrow) { color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.75; margin: 22px 0 16px; max-width: 720px; }
.objection-card > strong { display: block; font-size: 10px; letter-spacing: .04em; margin-bottom: 28px; }

.faq-section { padding-top: 72px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { align-items: center; cursor: pointer; display: flex; font-family: var(--font-display), Georgia, serif; font-size: 18px; justify-content: space-between; list-style: none; padding: 22px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { align-items: center; border: 1px solid var(--line); border-radius: 50%; display: flex; flex: 0 0 34px; font-family: var(--font-sans); font-size: 16px; height: 34px; justify-content: center; margin-left: 18px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: -4px 48px 22px 0; }

.professional-section { background: var(--forest); color: white; overflow: hidden; padding: 0; }
.professional-inner { display: grid; margin: 0 auto; max-width: 1240px; }
.professional-photo { min-height: 520px; overflow: hidden; position: relative; }
.professional-photo::after { background: linear-gradient(180deg, transparent 65%, rgba(16,42,34,.38)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.professional-photo img { height: 100%; object-fit: cover; object-position: center 30%; position: absolute; width: 100%; }
.professional-copy { padding: 58px 24px 68px; }
.professional-copy h2 { font-family: var(--font-display), Georgia, serif; font-size: clamp(42px, 5vw, 66px); font-weight: 400; letter-spacing: -.035em; line-height: 1; margin: 0; }
.professional-lead { color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.7; margin: 20px 0 34px; max-width: 520px; }
.professional-credentials { border-top: 1px solid rgba(255,255,255,.15); list-style: none; margin: 0; padding: 10px 0 0; }
.professional-credentials li { align-items: center; border-bottom: 1px solid rgba(255,255,255,.15); display: grid; gap: 14px; grid-template-columns: 36px 1fr; padding: 15px 0; }
.professional-credentials li > span { align-items: center; background: rgba(203,216,196,.16); border-radius: 50%; color: var(--sage); display: flex; height: 32px; justify-content: center; width: 32px; }
.professional-credentials strong { display: block; font-size: 12px; }
.professional-credentials small { color: rgba(255,255,255,.58); display: block; font-size: 11px; margin-top: 3px; }
.professional-contact { display: flex; flex-direction: column; gap: 9px; margin-top: 28px; }
.professional-contact a { align-items: center; color: var(--sage); display: inline-flex; font-size: 12px; font-weight: 700; gap: 7px; width: fit-content; }
.professional-contact a:hover { color: white; }

.final-cta {
  align-items: center;
  background: var(--forest);
  color: white;
  display: grid;
  gap: 34px;
  padding: 68px 24px;
}
.final-cta h2 { font-size: clamp(38px, 5vw, 64px); line-height: 1.02; max-width: 760px; }
.final-cta > div > p:not(.eyebrow) { color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.7; max-width: 620px; }
.final-cta-action { align-items: flex-start; display: flex; flex-direction: column; gap: 12px; }
.final-cta-action small { color: rgba(255,255,255,.5); font-size: 10px; }

.site-footer { background: #0f2922; color: white; padding: 54px 24px 104px; }
.footer-main { display: grid; gap: 34px 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 auto; max-width: 1192px; }
.footer-brand-column { grid-column: 1 / -1; }
.footer-brand-column .brand strong { color: white; }
.footer-brand-column .brand small { color: rgba(255,255,255,.52); }
.footer-brand-column > p { color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.7; margin: 17px 0 0; max-width: 410px; }
.footer-column { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.footer-column h3 { color: var(--sage); font-size: 10px; letter-spacing: .13em; margin: 0 0 6px; text-transform: uppercase; }
.footer-column a, .footer-column span { color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.5; }
.footer-column a { align-items: center; display: inline-flex; gap: 7px; width: fit-content; }
.footer-column .whatsapp-icon { height: 15px; width: 15px; }
.footer-column a:hover { color: white; }
.footer-button { background: var(--sage); color: var(--forest); font-size: 10px; margin-top: 10px; min-height: 44px; padding: 10px 12px; width: fit-content; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.42); display: flex; flex-direction: column; font-size: 9px; gap: 7px; margin: 42px auto 0; max-width: 1192px; padding-top: 22px; }
.footer-bottom p { line-height: 1.5; margin: 0; }
.floating-whatsapp {
  align-items: center;
  background: #177a50;
  border: 2px solid var(--cream);
  border-radius: 999px;
  bottom: 14px;
  box-shadow: 0 10px 28px rgba(16,42,34,.28);
  color: white;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 9px;
  left: 50%;
  min-height: 52px;
  padding: 10px 18px;
  position: fixed;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 20;
}
.floating-whatsapp .whatsapp-icon { height: 21px; width: 21px; }

@media (min-width: 560px) {
  .credential-strip { grid-template-columns: repeat(3, 1fr); }
  .credential-strip li + li { border-left: 1px solid var(--line); padding-left: 22px; }
  .trust-band { flex-direction: row; gap: 30px; }
}

@media (max-width: 759px) {
  .header-nav > a:not(.header-link) { display: none; }
  .floating-whatsapp {
    border-radius: 50%;
    bottom: max(16px, env(safe-area-inset-bottom));
    display: grid;
    gap: 0;
    height: 58px;
    left: auto;
    line-height: 0;
    min-height: 58px;
    padding: 0;
    place-items: center;
    right: 16px;
    transform: none;
    width: 58px;
  }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp .whatsapp-icon {
    display: block;
    flex: none;
    height: 26px;
    margin: 0;
    transform: translate(1px, -1px);
    width: 26px;
  }
  .hero { grid-template-columns: 1fr; }
  .service-grid, .benefit-grid, .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { min-height: 245px; padding: 18px; }
  .service-card h3, .benefit-grid h3 { font-size: 18px; hyphens: auto; overflow-wrap: anywhere; }
  .service-card p, .benefit-grid p { font-size: 11px; line-height: 1.5; }
  .card-kicker { font-size: 8px !important; }
  .specialty-orbit { height: 32px; width: 32px; }
  .specialty-orbit::before { height: 8px; width: 8px; }
  .card-link { align-items: flex-start; flex-wrap: wrap; font-size: 10px; margin-top: 18px; }
  .card-link .whatsapp-icon { display: block; flex-basis: 16px; height: 16px; width: 16px; }
  .benefit-grid { gap: 8px; }
  .benefit-grid article { min-height: 180px; padding: 20px 16px; }
  .benefit-grid article:first-child { border-radius: 16px; }
  .benefit-grid article:last-child { border-radius: 16px; }
  .benefit-grid article:nth-child(3) { grid-column: 1 / -1; min-height: 150px; }
  .testimonial-grid { gap: 8px; }
  .testimonial { min-height: 190px; padding: 18px 15px; }
  .testimonial:nth-child(3) { grid-column: 1 / -1; min-height: 160px; }
  .testimonial p { font-size: 15px; margin: 22px 0; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .process-grid li { border: 1px solid rgba(255,255,255,.16); border-radius: 15px; display: block; padding: 18px 15px; }
  .process-grid li:nth-child(3) { grid-column: 1 / -1; }
  .process-grid h3 { font-size: 18px; margin: 20px 0 8px; }
  .process-grid li > span { background: rgba(203,216,196,.12); border-color: rgba(203,216,196,.3); color: var(--sage); }
  .professional-inner { min-height: 460px; position: relative; }
  .professional-photo { height: 215px; min-height: 0; position: absolute; right: -16px; top: 26px; width: 48%; z-index: 2; }
  .professional-photo img { border-radius: 120px 120px 14px 14px; object-position: center 24%; }
  .professional-photo::after { border-radius: 120px 120px 14px 14px; }
  .professional-copy { padding: 54px 18px 46px; }
  .professional-intro { min-height: 210px; padding-right: 43%; }
  .professional-copy h2 { font-size: 34px; line-height: 1.02; }
  .professional-lead { font-size: 12px; margin-top: 14px; }
  .professional-credentials { position: relative; z-index: 3; }
  .professional-contact { display: grid; grid-template-columns: 1fr 1fr; }
  .professional-contact a:nth-child(2) { grid-column: 1 / -1; overflow-wrap: anywhere; }
}

@media (min-width: 760px) {
  .site-header { min-height: 104px; padding-left: 32px; padding-right: 32px; }
  .hero { grid-template-columns: 1.1fr .9fr; min-height: calc(100vh - 104px); padding: 48px 32px 90px; }
  .hero-photo-wrap { height: 100%; min-height: 600px; }
  .section { padding: 120px 32px; }
  .split-heading { grid-template-columns: 1.5fr .75fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid, .testimonial-grid { grid-template-columns: repeat(3, 1fr); }
  .benefit-grid article:first-child { border-radius: 18px 0 0 18px; }
  .benefit-grid article:last-child { border-radius: 0 18px 18px 0; }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .process-grid li { border-left: 1px solid rgba(255,255,255,.16); border-top: 1px solid rgba(255,255,255,.16); display: block; min-height: 260px; padding: 28px; }
  .process-grid h3 { margin-top: 48px; }
  .fit-card { grid-template-columns: 1.25fr .75fr; padding: 58px; }
  .objection-card { padding: 64px; }
  .professional-inner { grid-template-columns: .85fr 1.15fr; }
  .professional-photo { min-height: 680px; }
  .professional-copy { align-self: center; padding: 80px 64px; }
  .final-cta { grid-template-columns: 1.35fr .65fr; padding: 90px max(32px, calc((100vw - 1176px) / 2)); }
  .site-footer { padding: 68px 32px 56px; }
  .footer-main { grid-template-columns: 1.35fr .65fr .8fr .9fr; }
  .footer-brand-column { grid-column: auto; }
  .footer-bottom { align-items: center; flex-direction: row; justify-content: space-between; }
  .floating-whatsapp { bottom: 22px; left: auto; right: 24px; transform: none; }
}

@media (min-width: 1100px) {
  .hero { gap: 84px; }
  .service-grid { grid-template-columns: repeat(4, 1fr); }
  .service-card { min-height: 390px; padding: 30px; }
  .benefit-grid article { min-height: 250px; padding: 36px; }
  .testimonial { min-height: 250px; padding: 32px; }
}

@media (max-width: 420px) {
  .site-header { min-height: 78px; padding: 12px 18px; }
  .brand-logo { height: 44px; width: 44px; }
  .brand strong { font-size: 16px; }
  .brand small { font-size: 8px; }
  .header-nav { display: none; }
  .hero { gap: 42px; padding: 50px 18px 70px; }
  .hero h1 { font-size: 41px; }
  .hero-subtitle { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .text-link { align-self: center; }
  .hero-photo-wrap { min-height: 430px; }
  .section { padding-left: 18px; padding-right: 18px; }
  .section-heading h2 { font-size: 36px; }
  .fit-section, .objection-section { padding-left: 12px; padding-right: 12px; }
  .service-card h3 { font-size: 17px; }
  .service-card { min-height: 252px; }
  .hero-photo-wrap { min-height: 385px; }
  .site-footer { padding-left: 18px; padding-right: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
