:root {
  --navy: #0d1b2a;
  --navy-soft: #173249;
  --teal: #0ea5a6;
  --teal-deep: #007f86;
  --mist: #e9f6f5;
  --sand: #f6f3ef;
  --paper: #fffdfa;
  --coral: #e59876;
  --ink: #162534;
  --muted: #586874;
  --line: rgba(13, 27, 42, 0.12);
  --shadow: 0 24px 70px rgba(13, 27, 42, 0.1);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--navy);
  color: white;
  border-radius: 4px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  background: rgba(255, 253, 250, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand img { width: 224px; height: auto; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a {
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.nav a:not(.nav-cta):hover,
.nav a:not(.nav-cta):focus-visible { color: var(--teal-deep); }
.nav-cta {
  padding: 13px 20px;
  background: var(--navy);
  color: white;
  border-radius: 3px;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 22%, rgba(14, 165, 166, 0.12), transparent 26%),
    linear-gradient(125deg, var(--paper) 0%, var(--sand) 100%);
  border-bottom: 1px solid var(--line);
}
.hero::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -180px;
  bottom: -170px;
  border: 1px solid rgba(14, 165, 166, 0.3);
  border-radius: 50%;
}
.hero-grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: center;
  gap: 70px;
  padding-block: 72px 86px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--teal-deep);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; color: var(--navy); }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.03; }
h1 { margin-bottom: 26px; font-size: clamp(3rem, 5.3vw, 5.35rem); letter-spacing: -0.045em; }
h1 span { color: var(--teal-deep); }
h2 { margin-bottom: 24px; font-size: clamp(2.25rem, 4vw, 3.65rem); letter-spacing: -0.035em; }
.hero-text { max-width: 660px; margin: 0; color: var(--muted); font-size: 1.13rem; }
.hero-text strong { color: var(--teal-deep); font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 36px; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 3px;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: white; }
.button-primary:hover { background: var(--teal-deep); }
.button-quiet { border-color: var(--line); background: rgba(255,255,255,0.5); color: var(--navy); }
.button-quiet:hover { border-color: var(--teal); color: var(--teal-deep); }
.hero-visual { position: relative; }
.portrait-frame {
  overflow: hidden;
  position: relative;
  max-width: 440px;
  margin-left: auto;
  background: var(--sand);
  border: 1px solid rgba(13, 27, 42, 0.1);
  border-radius: 48% 48% 7px 7px;
  box-shadow: var(--shadow);
}
.portrait-frame::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: inherit;
  pointer-events: none;
}
.portrait-frame img { width: 100%; height: auto; }
.visual-note {
  position: absolute;
  right: -12px;
  bottom: -25px;
  max-width: 235px;
  margin: 0;
  padding: 16px 20px;
  background: var(--navy);
  color: white;
  border-left: 4px solid var(--teal);
  box-shadow: 0 16px 40px rgba(13, 27, 42, 0.25);
  font-size: 0.82rem;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.visual-note span { display: block; color: #63d8d6; font-family: var(--serif); font-size: 2.2rem; line-height: 1; }

.services { background: var(--paper); }
.section-heading { max-width: 720px; margin-bottom: 52px; }
.section-heading > p:last-child { max-width: 620px; margin: 0; color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.service-card {
  min-height: 270px;
  padding: 34px 26px;
  background: white;
  border-right: 1px solid var(--line);
  transition: background 180ms ease, transform 180ms ease;
}
.service-card:last-child { border-right: 0; }
.capability-note { max-width: 860px; margin: 30px 0 0; padding-left: 18px; border-left: 3px solid var(--teal); color: var(--muted); font-size: 0.98rem; }
.capability-note strong { color: var(--navy); }
.service-card:hover { position: relative; z-index: 2; background: var(--mist); transform: translateY(-5px); }
.service-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 36px;
  color: var(--teal-deep);
  border: 1px solid var(--teal);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 0.9rem;
}
.service-card h3 { margin-bottom: 14px; font-size: 1rem; letter-spacing: 0.07em; text-transform: uppercase; }
.service-card p { margin: 0; color: var(--muted); font-size: 0.92rem; line-height: 1.55; }

.about { background: var(--sand); }
.about-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; align-items: center; gap: 80px; }
.about-image { position: relative; }
.about-image::before {
  content: "";
  position: absolute;
  inset: 24px -24px -24px 24px;
  background: var(--teal);
  opacity: 0.16;
  border-radius: 50% 50% 6px 6px;
}
.about-image img {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50% 50% 6px 6px;
  box-shadow: var(--shadow);
}
.about-copy > p:not(.eyebrow) { max-width: 700px; color: var(--muted); font-size: 1.04rem; }
.values { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.values li { padding: 9px 14px; color: var(--navy); background: var(--mist); border: 1px solid rgba(14,165,166,0.18); font-size: 0.86rem; font-weight: 700; }

.contact { background: var(--paper); }
.contact-panel {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  align-items: center;
  gap: 60px;
  padding: 58px 64px;
  background: var(--navy);
  color: white;
  box-shadow: var(--shadow);
}
.contact-panel h2 { margin-bottom: 18px; color: white; }
.contact-panel p:not(.eyebrow) { max-width: 700px; margin: 0; color: rgba(255,255,255,0.72); }
.eyebrow-light { color: #6ed8d7; }
.button-light { background: white; color: var(--navy); text-transform: none; letter-spacing: 0.02em; }
.button-light:hover { background: #6ed8d7; }
.button-whatsapp {
  background: transparent;
  color: white;
  border-color: rgba(255,255,255,0.42);
  text-transform: none;
  letter-spacing: 0.02em;
}
.button-whatsapp:hover {
  background: #6ed8d7;
  border-color: #6ed8d7;
  color: var(--navy);
}

.site-footer { padding: 42px 0; background: var(--sand); border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; }
.footer-inner img { width: 205px; height: auto; }
.social-links { display: flex; gap: 20px; }
.social-links a { color: var(--navy); font-size: 0.84rem; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.footer-inner > p { grid-column: 1 / -1; margin: 8px 0 0; color: var(--muted); font-size: 0.76rem; text-align: center; }

@media (max-width: 1040px) {
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
}

@media (max-width: 820px) {
  .section { padding: 78px 0; }
  .header-inner { min-height: 74px; }
  .brand img { width: 190px; }
  .nav a:not(.nav-cta) { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 58px; padding-block: 72px 82px; }
  .hero-copy { text-align: center; }
  .hero-text { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .portrait-frame { margin-inline: auto; }
  .visual-note { right: 7%; }
  .about-grid { grid-template-columns: 1fr; gap: 58px; }
  .about-image { width: min(410px, 88%); margin-inline: auto; }
  .contact-panel { grid-template-columns: 1fr; padding: 46px 36px; }
  .button-light { justify-self: start; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-inner > p { text-align: center; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand img { width: 155px; }
  .nav-cta { padding: 10px 13px; }
  h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  h2 { font-size: 2.35rem; }
  .hero-grid { padding-top: 54px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .visual-note { position: relative; right: auto; bottom: auto; max-width: none; margin: -1px auto 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card,
  .service-card:nth-child(2n) { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { grid-column: auto; border-bottom: 0; }
  .contact-panel { padding: 38px 24px; }
  .social-links { flex-wrap: wrap; justify-content: center; }
}

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

/* V3 content refinements */
h1 span {
  display: inline-block;
  max-width: 760px;
  margin-top: 14px;
  color: var(--teal-deep);
  font-family: var(--sans);
  font-size: clamp(1.35rem, 2.3vw, 2.1rem);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.02em;
}
.hero-text strong { color: var(--navy); }
.wide-heading { max-width: 860px; }
.wide-heading > p { max-width: 760px; margin: 0 0 14px; color: var(--muted); font-size: 1.05rem; }
.wide-heading > p:last-child { margin-bottom: 0; }
.wide-heading strong { color: var(--navy); }

.process { background: var(--paper); }
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
}
.process-card {
  padding: 34px 28px;
  background: white;
  border-right: 1px solid var(--line);
}
.process-card:last-child { border-right: 0; }
.process-card h3 {
  margin-bottom: 16px;
  font-size: 1rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.process-card p { margin: 0 0 12px; color: var(--muted); font-size: 0.95rem; }
.process-card p:last-child { margin-bottom: 0; }
.process-card strong { color: var(--navy); }

.honesty-block {
  position: relative;
  margin-top: 34px;
  padding: 46px 50px;
  background: var(--navy);
  color: white;
  overflow: hidden;
}
.honesty-block h3 {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin-bottom: 18px;
  color: white;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  font-weight: 400;
  line-height: 1.08;
}
.honesty-block p:not(.eyebrow) {
  position: relative;
  z-index: 1;
  max-width: 810px;
  margin: 0 0 12px;
  color: rgba(255,255,255,0.76);
}
.honesty-block strong { color: white; }
.honesty-close { padding-top: 8px; font-size: 1.05rem; }

.detailed-grid { align-items: stretch; }
.detailed-card { min-height: 100%; }
.detailed-card p { margin: 0 0 14px; }
.detailed-card strong { color: var(--navy); }
.detailed-card ul {
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
}
.detailed-card li {
  position: relative;
  padding: 7px 0 7px 18px;
  color: var(--muted);
  font-size: 0.9rem;
  border-bottom: 1px solid var(--line);
}
.detailed-card li::before {
  content: "·";
  position: absolute;
  left: 2px;
  color: var(--teal-deep);
  font-weight: 900;
}
.card-close {
  margin-top: auto !important;
  padding-top: 4px;
  color: var(--navy) !important;
}

.about-text-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 86px;
  align-items: start;
}
.about-intro {
  position: sticky;
  top: 125px;
  padding-right: 18px;
}
.about-copy { max-width: 720px; }
.about-copy > p { margin: 0 0 18px; color: var(--muted); font-size: 1.04rem; }
.about-copy strong { color: var(--navy); }

.contact-panel p:not(.eyebrow) { margin-bottom: 13px; }
.contact-panel p:not(.eyebrow):last-child { margin-bottom: 0; }
.contact-panel strong { color: white; }
.contact-actions { display: grid; gap: 18px; justify-items: start; }
.contact-signoff { color: rgba(255,255,255,0.55) !important; font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; }

@media (max-width: 1040px) {
  .process-grid { grid-template-columns: 1fr; }
  .process-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .process-card:last-child { border-bottom: 0; }
  .detailed-card { min-height: auto; }
}

@media (max-width: 820px) {
  .about-text-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-intro { position: static; padding-right: 0; }
  .honesty-block { padding: 40px 34px; }
}

@media (max-width: 560px) {
  h1 span { font-size: 1.25rem; }
  .honesty-block { padding: 34px 24px; }
  .honesty-block::after { font-size: 8rem; bottom: -38px; }
}

/* V3.1 — lighter editorial rhythm, iconography and contextual photography */
.compact-heading { max-width: 790px; margin-bottom: 40px; }
.compact-heading > p:last-child { max-width: 720px; }

.icon-grid .process-card,
.icon-grid .service-card { position: relative; overflow: hidden; }
.card-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  background: var(--mist);
  border: 1px solid rgba(14,165,166,.22);
  border-radius: 14px;
}
.card-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--teal-deep);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-grid .service-number {
  position: absolute;
  top: 28px;
  right: 26px;
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
  color: rgba(13,27,42,.25);
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
}
.process-card { min-height: 285px; }
.process-card h3 { margin-top: 4px; }
.process-card p { font-size: .94rem; line-height: 1.62; }

.honesty-block {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 54px;
  align-items: start;
  margin-top: 42px;
  padding: 50px 54px;
}

.about-story-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 82px;
  align-items: center;
}
.about-photo-wrap { position: relative; }
.about-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #ddd;
  border-radius: 4px;
  box-shadow: var(--shadow);
}
.about-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.48);
  pointer-events: none;
}
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 51%;
  filter: saturate(.9) contrast(1.02);
}
.about-photo-wrap::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  left: -28px;
  top: -28px;
  border: 1px solid rgba(14,165,166,.35);
  border-radius: 50%;
}
.photo-caption {
  max-width: 360px;
  margin: 16px 0 0 auto;
  padding-left: 16px;
  border-left: 3px solid var(--teal);
  color: var(--muted);
  font-size: .83rem;
  line-height: 1.5;
}
.about-copy-light h2 { margin-bottom: 26px; }
.about-copy-light > p { margin-bottom: 16px; }

.contact-panel { gap: 72px; }
.contact-panel p:not(.eyebrow) { max-width: 650px; }

@media (max-width: 1040px) {
  .honesty-block { grid-template-columns: 1fr; gap: 0; }
  .honesty-copy { padding-top: 22px; }
  .detailed-card { min-height: auto; }
  .about-story-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-photo-wrap { width: min(760px,100%); }
}
@media (max-width: 820px) {
  .honesty-block { padding: 40px 34px; }
  .about-photo-wrap::before { width: 90px; height: 90px; left: -12px; top: -14px; }
}
@media (max-width: 560px) {
  .card-icon { width: 48px; height: 48px; }
  .card-icon svg { width: 27px; height: 27px; }
  .honesty-block { padding: 34px 24px; }
  .about-photo { aspect-ratio: 1.1 / 1; }
  .about-photo img { object-position: 50% 50%; }
}

/* V3.2 — consistent services, mid-page CTA, brands and social proof */
.mid-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 42px;
  align-items: center;
  margin-top: 34px;
  padding: 34px 38px;
  background: linear-gradient(115deg, var(--mist), rgba(233,246,245,.35));
  border: 1px solid rgba(14,165,166,.18);
}
.mid-cta .eyebrow { margin-bottom: 9px; }
.mid-cta h3 {
  max-width: 720px;
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  font-weight: 400;
  line-height: 1.2;
}

/* All three cards intentionally share exactly the same list language */
.detailed-card .mini-list { flex: 1 0 auto; }

.brands {
  padding-block: 72px;
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.brands-heading {
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: 36px;
  align-items: end;
  margin-bottom: 36px;
}
.brands-heading .eyebrow { margin: 0; }
.brands-heading h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2rem, 3.2vw, 3.1rem);
}
.logo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: white;
}
.logo-grid img {
  width: 100%;
  height: 108px;
  padding: 23px 20px;
  object-fit: contain;
  filter: grayscale(1) contrast(.92);
  opacity: .74;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: opacity 180ms ease, filter 180ms ease, transform 180ms ease;
}
.logo-grid img:hover {
  opacity: 1;
  filter: grayscale(.15) contrast(1);
  transform: translateY(-2px);
}

.testimonials { background: var(--sand); }
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}
.testimonial-card {
  position: relative;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 34px 34px 30px;
  background: white;
  border: 1px solid var(--line);
}
.featured-testimonial {
  background: var(--navy);
  color: white;
  border-color: var(--navy);
}
.quote-mark {
  position: absolute;
  top: 16px;
  right: 26px;
  color: rgba(14,165,166,.18);
  font-family: var(--serif);
  font-size: 6.2rem;
  line-height: 1;
}
.featured-testimonial .quote-mark { color: rgba(255,255,255,.1); }
.testimonial-card blockquote {
  position: relative;
  z-index: 1;
  margin: 0 0 32px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.14rem, 1.55vw, 1.42rem);
  line-height: 1.5;
}
.testimonial-card blockquote strong { color: var(--teal-deep); font-weight: 600; }
.featured-testimonial blockquote { color: white; }
.featured-testimonial blockquote strong { color: #75dedc; }
.testimonial-card figcaption { display: grid; gap: 2px; }
.testimonial-card figcaption strong {
  color: var(--navy);
  font-size: .93rem;
}
.featured-testimonial figcaption strong { color: white; }
.testimonial-card figcaption span {
  color: var(--muted);
  font-size: .82rem;
}
.featured-testimonial figcaption span { color: rgba(255,255,255,.68); }
.testimonial-card figcaption small {
  margin-top: 8px;
  color: var(--teal-deep);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.featured-testimonial figcaption small { color: #75dedc; }

@media (max-width: 1040px) {
  .logo-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 820px) {
  .mid-cta { grid-template-columns: 1fr; gap: 22px; padding: 30px; }
  .mid-cta .button { justify-self: start; }
  .brands-heading { grid-template-columns: 1fr; gap: 8px; }
  .logo-grid { grid-template-columns: repeat(3, 1fr); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: auto; }
}
@media (max-width: 560px) {
  .mid-cta { padding: 26px 22px; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-grid img { height: 92px; padding: 20px 14px; }
  .testimonial-card { padding: 28px 24px 25px; }
}


/* V3.4 — review refinements from live Netlify preview */
/* Make the identity easier to read in header and footer. */
.brand img { width: 258px; }
.footer-inner img { width: 242px; }

/* Avoid the decorative inner outline crossing Vanessa's hair/portrait. */
.portrait-frame::before { display: none; }

/* Sticky-header friendly anchors. */
section[id] { scroll-margin-top: 96px; }

/* Tighten the transition from the mid-page CTA into services. */
.process.section { padding-bottom: 54px; }
.services.section { padding-top: 58px; }

/* Keep the About section label aligned with the teal eyebrow system. */
.about .eyebrow { color: var(--teal-deep); }

/* Make the email usable even if a visitor's browser has no default mail app configured. */
.contact-email {
  color: #75dedc;
  font-size: .9rem;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.contact-email:hover, .contact-email:focus-visible { color: white; }

@media (max-width: 820px) {
  .brand img { width: 214px; }
  .footer-inner img { width: 226px; }
  .process.section { padding-bottom: 44px; }
  .services.section { padding-top: 48px; }
}
@media (max-width: 560px) {
  .brand img { width: 178px; }
  .footer-inner img { width: 218px; }
}

/* V3.6 — contact CTA icons and WhatsApp brand treatment */
.contact-button {
  gap: 10px;
}
.button-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: currentColor;
}
.button-whatsapp {
  background: #25D366;
  color: #ffffff;
  border-color: #25D366;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.18);
}
.button-whatsapp:hover {
  background: #1fb85a;
  border-color: #1fb85a;
  color: #ffffff;
}
.whatsapp-icon {
  width: 20px;
  height: 20px;
  flex-basis: 20px;
}


/* V3.7 — legal pages and final publication */
.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  justify-content: center;
  margin-top: 2px;
  font-size: .82rem;
}
.legal-links a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.legal-links a:hover,
.legal-links a:focus-visible { color: var(--teal); }

.legal-page {
  background: #f7f9fb;
  min-height: 100vh;
}
.legal-header {
  position: static;
  background: #0d1b2a;
  border-bottom: 0;
}
.legal-header .header-inner { min-height: 78px; }
.legal-header .brand img { width: 238px; }
.legal-main { padding: 76px 0 92px; }
.legal-wrap {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
}
.legal-kicker {
  margin: 0 0 12px;
  color: var(--teal-deep);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.legal-main h1 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.02;
}
.legal-updated {
  margin: 0 0 42px;
  color: var(--muted);
  font-size: .92rem;
}
.legal-section {
  padding: 28px 0;
  border-top: 1px solid rgba(13,27,42,.11);
}
.legal-section h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 1.35rem;
}
.legal-section h3 {
  margin: 22px 0 8px;
  color: var(--navy);
  font-size: 1.02rem;
}
.legal-section p,
.legal-section li {
  color: #425066;
  font-size: .98rem;
  line-height: 1.75;
}
.legal-section ul { padding-left: 22px; }
.legal-section a {
  color: var(--teal-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-card {
  margin: 22px 0;
  padding: 22px 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(13,27,42,.07);
}
.legal-card p { margin: 5px 0; }
.legal-back {
  display: inline-flex;
  margin-top: 32px;
  font-weight: 800;
  color: var(--navy);
}
.legal-page .site-footer { margin-top: 0; }
@media (max-width: 560px) {
  .legal-main { padding: 56px 0 72px; }
  .legal-wrap { width: min(100% - 28px, 860px); }
  .legal-header .brand img { width: 196px; }
}
