/* TaxUp — corporate professional direction */

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Fraunces:opsz,wght@9..144,300;9..144,400;9..144,500;9..144,600&display=swap");

:root {
  --navy: #2B3674;
  --navy-deep: #1B2150;
  --navy-soft: #3F4A8E;
  --periwinkle: #B8C0E6;
  --periwinkle-light: #E0E4F4;
  --bg: #FFFFFF;
  --bg-soft: #F6F7FB;
  --bg-cool: #EEF1F8;
  --ink: #1A1F3D;
  --ink-2: #4A5278;
  --muted: #7A82A3;
  --rule: #E5E8F1;
  --green: #6366F1;
  --green-deep: #4F46E5;
  --indigo: #6366F1;
  --indigo-deep: #4F46E5;
  --indigo-soft: #EEF0FF;
  --accent: #F5C754;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: "DM Sans", -apple-system, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; padding: 0; color: inherit; }

h1, h2, h3, h4 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--navy-deep);
  line-height: 1.1;
}
p { margin: 0; color: var(--ink-2); }

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
@media (max-width: 720px) { .wrap { padding: 0 20px; } }

/* ---- Topbar (top utility bar + main nav) ---- */
.utility {
  background: var(--navy-deep);
  color: rgba(255,255,255,0.78);
  font-size: 13px;
}
.utility-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  gap: 24px;
}
.utility .left, .utility .right { display: flex; gap: 24px; align-items: center; }
.utility a:hover { color: white; }
.utility .sep { width: 1px; height: 14px; background: rgba(255,255,255,0.2); }
@media (max-width: 720px) { .utility { display: none; } }

.nav {
  background: white;
  border-bottom: 1px solid var(--rule);
  position: sticky;
  top: 0;
  z-index: 50;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: 32px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 32px; }
.brand .word { font-family: "Manrope", sans-serif; font-weight: 800; color: var(--navy-deep); font-size: 20px; letter-spacing: -0.01em; }
.brand .word small { display: block; font-size: 10px; font-weight: 500; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; line-height: 1; margin-top: 3px; }
.nav-links { display: flex; gap: 4px; align-items: center; }
.nav-links a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
  color: var(--ink);
  border-radius: 4px;
}
.nav-links a:hover { color: var(--navy); }
.nav-links a.active { color: var(--navy); }
.nav-links a.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 16px; right: 16px;
  height: 2px;
  background: var(--green-deep);
  border-radius: 1px;
}
.btn-primary {
  background: var(--navy);
  color: white;
  padding: 14px 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background 0.2s ease;
}
.btn-primary:hover { background: var(--navy-deep); }
.btn-primary.green { background: var(--green); color: var(--navy-deep); }
.btn-primary.green:hover { background: var(--green-deep); color: white; }
.btn-primary.outline { background: transparent; color: var(--navy-deep); border: 1.5px solid var(--navy-deep); }
.btn-primary.outline:hover { background: var(--navy-deep); color: white; }
@media (max-width: 980px) { .nav-links { display: none; } }

/* ---- Hero (editech-style diagonal mask) ---- */
.hero {
  position: relative;
  background: white;
  padding: 0;
  overflow: hidden;
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 680px;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 80px;
  gap: 40px;
}
.hero-content { position: relative; z-index: 3; padding: 80px 0; }
.hero-content-inner { max-width: 540px; }
.hero-eyebrow {
  font-size: 13px;
  font-weight: 700;
  color: var(--indigo);
  letter-spacing: 0.14em;
  margin-bottom: 24px;
}

/* faint circuit pattern in background */
.hero::before {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 55%; height: 100%;
  background-image:
    radial-gradient(circle at 2px 2px, rgba(99, 102, 241, 0.08) 1.5px, transparent 1.5px);
  background-size: 28px 28px;
  z-index: 1;
}

/* diagonal photo block with two angled cuts */
.hero-photo {
  position: relative;
  height: 560px;
  width: 100%;
  z-index: 2;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  background-image: url("https://images.unsplash.com/photo-1521737711867-e3b97375f902?auto=format&fit=crop&w=1400&q=80");
  background-size: cover;
  background-position: center;
}
/* indigo diagonal accent slash behind photo */
.hero-photo::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -8%;
  width: 30%;
  height: 130%;
  background: var(--indigo);
  transform: skewX(-20deg);
  z-index: -1;
}
/* secondary thin diagonal slash */
.hero::after {
  content: "";
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 38%;
  height: 90px;
  background: linear-gradient(135deg, transparent 50%, var(--indigo-soft) 50%);
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
  z-index: 1;
}
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; padding: 0 32px; gap: 0; }
  .hero-photo { display: none; }
  .hero::before, .hero::after { display: none; }
}
.hero .breadcrumb {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
.hero .breadcrumb b { color: var(--navy); font-weight: 600; }
.hero h1 {
  font-size: clamp(48px, 7vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-weight: 700;
  color: var(--navy-deep);
}
.hero .sub {
  font-size: 16px;
  color: var(--ink-2);
  margin: 28px 0 36px;
  max-width: 480px;
  line-height: 1.65;
}
.hero .btn-primary { padding: 18px 28px; font-size: 15px; }

@media (max-width: 720px) {
  .hero-inner { padding: 56px 28px; min-height: 480px; }
  .hero { padding: 16px 16px 0; }
}

/* ---- Feature cards (overlap pattern) ---- */
.feature-cards-wrap {
  position: relative;
  margin-top: -80px;
  padding: 0 24px;
  z-index: 5;
}
.feature-cards { max-width: 1480px; }
@media (max-width: 720px) { .feature-cards-wrap { margin-top: -40px; padding: 0 16px; } }
.feature-cards {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(27, 33, 80, 0.12);
}
@media (max-width: 980px) { .feature-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .feature-cards { grid-template-columns: 1fr; } }

.fcard {
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 240px;
  transition: transform 0.2s ease;
}
.fcard:hover { transform: translateY(-4px); }
.fcard.dark { background: var(--navy); color: white; }
.fcard.dark h3 { color: white; }
.fcard.dark p { color: rgba(255,255,255,0.78); }
.fcard.dark .more { color: var(--green); }
.fcard.light { background: white; }
.fcard h3 { font-size: 19px; font-weight: 700; line-height: 1.25; }
.fcard p { font-size: 14px; line-height: 1.55; flex: 1; }
.fcard .ico {
  width: 44px; height: 44px;
  border-radius: 6px;
  display: grid; place-items: center;
  background: rgba(255,255,255,0.12);
  color: white;
}
.fcard.light .ico { background: var(--periwinkle-light); color: var(--navy); }
.fcard .more {
  font-size: 13px;
  font-weight: 700;
  color: var(--green-deep);
  display: inline-flex;
  gap: 8px;
  align-items: center;
  letter-spacing: 0.02em;
}
.fcard .more:hover { gap: 12px; }

/* ---- Sections ---- */
section { padding: 120px 0; }
@media (max-width: 720px) { section { padding: 72px 0; } }
.sec-head { margin-bottom: 56px; max-width: 720px; }
.sec-head .eyebrow {
  font-size: 13px;
  font-weight: 700;
  color: var(--green-deep);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.sec-head .eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--green-deep); }
.sec-head h2 { font-size: clamp(36px, 4.5vw, 56px); line-height: 1.05; }
.sec-head p { margin-top: 20px; font-size: 16px; line-height: 1.6; color: var(--ink-2); max-width: 620px; }

/* ---- Our Services grid ---- */
.services { background: var(--bg-soft); }
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 880px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .svc-grid { grid-template-columns: 1fr; } }
.svc-card {
  background: white;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 240px;
  transition: background 0.25s ease;
}
.svc-card:hover { background: var(--bg-cool); }
.svc-card .ico {
  width: 48px; height: 48px;
  border-radius: 6px;
  background: var(--periwinkle-light);
  color: var(--navy);
  display: grid; place-items: center;
  margin-bottom: 4px;
}
.svc-card.feat { background: var(--navy); color: white; }
.svc-card.feat:hover { background: var(--navy-deep); }
.svc-card.feat h3 { color: white; }
.svc-card.feat p { color: rgba(255,255,255,0.78); }
.svc-card.feat .ico { background: rgba(255,255,255,0.15); color: white; }
.svc-card.feat .more { color: var(--green); }
.svc-card.green-card { background: var(--green); }
.svc-card.green-card:hover { background: var(--green-deep); color: white; }
.svc-card.green-card:hover h3, .svc-card.green-card:hover p { color: white; }
.svc-card h3 { font-size: 20px; line-height: 1.25; }
.svc-card p { font-size: 14px; line-height: 1.55; flex: 1; }
.svc-card .more {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

/* ---- Service cards: image with dark overlay (editech-style) ---- */
.svc-grid-img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
}
@media (max-width: 880px) { .svc-grid-img { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .svc-grid-img { grid-template-columns: 1fr; } }
.svc-img-card {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 4/5;
  cursor: pointer;
  display: block;
  background: var(--navy-deep);
  transition: transform 0.3s ease;
}
.svc-img-card:hover { transform: translateY(-6px); }
.svc-img-card .photo {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(0.9);
  transition: transform 0.6s ease, filter 0.4s ease;
}
.svc-img-card:hover .photo { transform: scale(1.06); filter: saturate(1.1); }
.svc-img-card::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(27,33,80,0) 30%, rgba(27,33,80,0.95) 100%);
}
.svc-img-card .body {
  position: absolute;
  left: 24px; right: 24px;
  bottom: 24px;
  z-index: 2;
  color: white;
}
.svc-img-card .ico {
  width: 44px; height: 44px;
  border-radius: 6px;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
  display: grid; place-items: center;
  color: white;
  margin-bottom: 16px;
}
.svc-img-card h3 { color: white; font-size: 22px; line-height: 1.2; letter-spacing: -0.015em; }
.svc-img-card .lead {
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  margin-top: 8px;
  line-height: 1.5;
}
.svc-head-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  gap: 48px;
  align-items: end;
  margin-bottom: 48px;
}
@media (max-width: 880px) { .svc-head-row { grid-template-columns: 1fr; gap: 24px; align-items: start; } }
.svc-head-row h2 { font-size: clamp(34px, 4vw, 48px); line-height: 1.1; }
.svc-head-row p { font-size: 14px; line-height: 1.6; color: var(--ink-2); max-width: 32ch; }
.svc-head-row .btn-primary { white-space: nowrap; }

/* ---- About diamond grid ---- */
.about-diamond {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 980px) { .about-diamond { grid-template-columns: 1fr; gap: 48px; } }

.diamond-stack {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}
.diamond-tile {
  position: absolute;
  width: 52%;
  aspect-ratio: 1;
  transform: rotate(45deg);
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(27, 33, 80, 0.12);
  border-radius: 6px;
}
.diamond-tile > div {
  width: 100%; height: 100%;
  transform: rotate(-45deg) scale(1.45);
  background-size: cover;
  background-position: center;
}
.diamond-tile.center {
  width: 60%;
  z-index: 3;
  box-shadow: 0 24px 60px rgba(27, 33, 80, 0.22);
}
.diamond-tile.tl {
  top: -2%; left: 6%;
  width: 38%;
  background: var(--indigo-soft);
  z-index: 2;
}
.diamond-tile.tl > div { background: var(--indigo-soft); }
.diamond-tile.br {
  bottom: -2%; right: 6%;
  width: 38%;
  z-index: 2;
}
.diamond-tile.tr {
  top: 8%; right: -4%;
  width: 30%;
  background: var(--indigo);
  z-index: 1;
}
.diamond-tile.tr > div { background: var(--indigo); }
.diamond-badge {
  position: absolute;
  bottom: 8%;
  left: 0;
  background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-deep) 100%);
  color: white;
  padding: 18px 28px 18px 22px;
  border-radius: 4px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 16px 40px rgba(79, 70, 229, 0.35);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  padding-right: 44px;
}
.diamond-badge .num { font-family: "Manrope", sans-serif; font-size: 32px; font-weight: 800; line-height: 1; }
.diamond-badge .lab { font-size: 12px; line-height: 1.3; opacity: 0.9; max-width: 14ch; }

/* compact feature cards in About right column */
.about-feats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 32px 0;
}
.about-feat {
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: white;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.about-feat:hover { border-color: var(--indigo); transform: translateY(-3px); }
.about-feat .ico {
  width: 36px; height: 36px;
  border-radius: 4px;
  background: var(--indigo-soft);
  color: var(--indigo);
  display: grid; place-items: center;
}
.about-feat b { color: var(--navy-deep); font-size: 15px; font-weight: 700; }
.about-feat p { font-size: 13px; line-height: 1.5; color: var(--ink-2); margin: 0; }
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 880px) { .split { grid-template-columns: 1fr; gap: 48px; } }
.split-img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/5;
  background: var(--periwinkle-light);
  background-image: url("https://images.unsplash.com/photo-1556761175-5973dc0f32e7?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
}
.split-img .badge {
  position: absolute;
  bottom: 24px; left: 24px;
  background: white;
  padding: 20px 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 12px 32px rgba(27, 33, 80, 0.18);
}
.split-img .badge .num {
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
}
.split-img .badge .lab { font-size: 12px; color: var(--muted); line-height: 1.35; max-width: 14ch; }

.split-content h2 { font-size: clamp(36px, 4.5vw, 52px); line-height: 1.05; margin-bottom: 24px; }
.split-content > p { font-size: 16px; line-height: 1.6; color: var(--ink-2); margin-bottom: 32px; }
.checks { display: grid; gap: 16px; margin-bottom: 36px; }
.checks li { list-style: none; display: flex; gap: 14px; align-items: flex-start; }
.checks li .check {
  width: 24px; height: 24px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--green);
  color: var(--navy-deep);
  display: grid; place-items: center;
  margin-top: 2px;
}
.checks li b { color: var(--navy-deep); font-weight: 700; }
.checks li p { font-size: 14px; line-height: 1.55; }

/* ---- Stats band ---- */
.stats-band {
  background: var(--navy-deep);
  color: white;
  padding: 80px 0;
}
.stats-band .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
@media (max-width: 720px) { .stats-band .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 0; } }
.stats-band .stat {
  padding: 0 32px;
  border-right: 1px solid rgba(255,255,255,0.15);
}
.stats-band .stat:last-child { border-right: none; }
.stats-band .num {
  font-family: "Manrope", sans-serif;
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 800;
  color: white;
  letter-spacing: -0.02em;
  line-height: 1;
}
.stats-band .num .accent { color: var(--green); }
.stats-band .lab { font-size: 14px; color: rgba(255,255,255,0.7); margin-top: 12px; line-height: 1.4; }

/* ---- Process ---- */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
@media (max-width: 880px) { .process-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .process-grid { grid-template-columns: 1fr; } }
.proc-step {
  background: white;
  border: 1px solid var(--rule);
  border-radius: 8px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.proc-step:hover { border-color: var(--navy); transform: translateY(-4px); }
.proc-step .num {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--green-deep);
  letter-spacing: 0.06em;
}
.proc-step h3 { font-size: 20px; line-height: 1.2; }
.proc-step p { font-size: 14px; line-height: 1.55; }
.proc-step .ico {
  width: 44px; height: 44px;
  border-radius: 6px;
  background: var(--periwinkle-light);
  color: var(--navy);
  display: grid; place-items: center;
  margin-bottom: 4px;
}

/* ---- Testimonial ---- */
.testimonial {
  background: var(--bg-soft);
}
.test-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 880px) { .test-grid { grid-template-columns: 1fr; gap: 32px; } }
.test-img {
  aspect-ratio: 1;
  border-radius: 8px;
  background-image: url("https://images.unsplash.com/photo-1573497019940-1c28c88b4f3e?auto=format&fit=crop&w=800&q=80");
  background-size: cover;
  background-position: center;
}
.test-content blockquote {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.4;
  color: var(--navy-deep);
  font-weight: 500;
  letter-spacing: -0.015em;
  position: relative;
  padding-left: 32px;
  border-left: 4px solid var(--green);
}
.test-content cite {
  display: block;
  margin-top: 28px;
  font-style: normal;
  font-size: 14px;
  color: var(--muted);
}
.test-content cite b { color: var(--navy-deep); font-weight: 700; }

/* ---- CTA banner ---- */
.cta-banner {
  background:
    linear-gradient(90deg, var(--navy-deep) 0%, var(--navy) 100%);
  border-radius: 8px;
  padding: 56px 64px;
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 56px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cta-banner h2 { max-width: 22ch; }
.cta-banner .actions .btn-primary { padding: 16px 24px; white-space: nowrap; }
.cta-banner::before {
  content: "";
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199, 227, 122, 0.18) 0%, transparent 70%);
}
.cta-banner h2 { color: white; font-size: clamp(28px, 3.5vw, 40px); line-height: 1.15; position: relative; }
.cta-banner h2 .accent { color: var(--green); }
.cta-banner .actions { display: flex; gap: 12px; justify-content: flex-end; flex-wrap: wrap; position: relative; }
.cta-banner .btn-primary { background: var(--green); color: var(--navy-deep); }
.cta-banner .btn-primary:hover { background: white; }
.cta-banner .btn-primary.outline { background: transparent; color: white; border: 1.5px solid rgba(255,255,255,0.4); }
.cta-banner .btn-primary.outline:hover { background: white; color: var(--navy-deep); border-color: white; }
@media (max-width: 880px) {
  .cta-banner { grid-template-columns: 1fr; padding: 48px 32px; }
  .cta-banner .actions { justify-content: flex-start; }
}

/* ---- Brazil map (corporate variant) ---- */
.map-section {
  background: var(--bg-soft);
  position: relative;
  overflow: hidden;
}
.map-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 980px) { .map-grid { grid-template-columns: 1fr; gap: 48px; } }

.map-section h2 { font-size: clamp(36px, 4.5vw, 52px); line-height: 1.05; margin-bottom: 20px; }
.map-section .lead { font-size: 16px; color: var(--ink-2); margin-bottom: 32px; max-width: 44ch; line-height: 1.6; }

.map-stats { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; margin-bottom: 36px; }
.map-stats .item { background: white; border: 1px solid var(--rule); border-radius: 6px; padding: 20px; }
.map-stats .num { font-family: "Manrope", sans-serif; font-size: 28px; font-weight: 800; color: var(--navy-deep); line-height: 1; }
.map-stats .lab { font-size: 12px; color: var(--muted); margin-top: 8px; line-height: 1.4; }

.cities { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 6px 32px; }
.cities li {
  display: flex; justify-content: space-between;
  padding: 10px 0; border-bottom: 1px solid var(--rule);
  font-size: 13px;
  align-items: center;
}
.cities li b { color: var(--navy-deep); font-weight: 600; }
.cities li .uf { color: var(--green-deep); font-family: "Manrope", sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 0.04em; }

.map-art {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.05;
  max-width: 520px;
  margin-left: auto;
}
.map-art svg { width: 100%; height: 100%; display: block; }
.map-state {
  fill: #DDE3F0;
  stroke: white;
  stroke-width: 1.5;
  transition: fill 0.2s ease;
  cursor: pointer;
}
.map-state.on { fill: var(--navy); }
.map-state:hover { fill: var(--green-deep); }
.map-dot { fill: var(--navy-deep); }
.map-dot.lit { fill: var(--green-deep); }

.map-pin-label {
  position: absolute;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: var(--navy-deep);
  background: white;
  border: 1px solid var(--rule);
  padding: 4px 10px;
  border-radius: 4px;
  transform: translate(-50%, -200%);
  pointer-events: none;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(27, 33, 80, 0.08);
}
.map-pin-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
  width: 1px; height: 7px;
  background: var(--rule);
}

/* ---- Section labels (replace generic eyebrow) ---- */
.sec-label {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding-bottom: 28px;
  margin-bottom: 48px;
  border-bottom: 1px solid var(--rule);
}
.sec-label .num {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--green-deep);
  letter-spacing: 0.1em;
}
.sec-label .lab {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-2);
  letter-spacing: 0.02em;
}
.sec-label .meta {
  margin-left: auto;
  font-size: 12px;
  color: var(--muted);
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.04em;
}

/* Headlines with serif italic accents */
.h-display {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--navy-deep);
}
.h-display .it {
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.02em;
}

/* Hero refinements */
.hero h1 .it {
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-style: italic;
  color: var(--navy);
  letter-spacing: -0.025em;
}

/* Service cards — flat editorial */
.svc-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--rule);
}
@media (max-width: 880px) { .svc-grid-v2 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .svc-grid-v2 { grid-template-columns: 1fr; } }
.svc-card-v2 {
  background: white;
  padding: 40px 36px 36px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 280px;
  position: relative;
  transition: background 0.25s ease;
}
.svc-card-v2:hover { background: var(--bg-cool); }
.svc-card-v2 .ix {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--green-deep);
  letter-spacing: 0.1em;
}
.svc-card-v2 h3 {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--navy-deep);
}
.svc-card-v2 h3 .it {
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-style: italic;
  color: var(--navy);
}
.svc-card-v2 p { font-size: 14px; line-height: 1.6; flex: 1; }
.svc-card-v2 .arr {
  position: absolute;
  top: 36px; right: 32px;
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1px solid var(--rule);
  display: grid; place-items: center;
  color: var(--navy);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.svc-card-v2:hover .arr { background: var(--navy-deep); color: white; border-color: var(--navy-deep); }
.svc-card-v2.feat { background: var(--navy-deep); color: white; border-color: var(--navy-deep); }
.svc-card-v2.feat:hover { background: var(--navy); }
.svc-card-v2.feat h3, .svc-card-v2.feat h3 .it { color: white; }
.svc-card-v2.feat p { color: rgba(255,255,255,0.78); }
.svc-card-v2.feat .ix { color: var(--green); }
.svc-card-v2.feat .arr { border-color: rgba(255,255,255,0.3); color: white; }

/* CTA editorial */
.cta-edit {
  background: var(--navy-deep);
  color: white;
  padding: 120px 0 140px;
  position: relative;
  overflow: hidden;
}
.cta-edit::before {
  content: "";
  position: absolute;
  top: -100px; right: -150px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199, 227, 122, 0.15), transparent 70%);
}
.cta-edit-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 80px;
  align-items: end;
  position: relative;
}
@media (max-width: 880px) { .cta-edit-grid { grid-template-columns: 1fr; gap: 40px; } }
.cta-edit h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 6vw, 88px);
  line-height: 1;
  letter-spacing: -0.035em;
  color: white;
  max-width: 14ch;
}
.cta-edit h2 .it {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-weight: 400;
  color: var(--green);
  letter-spacing: -0.025em;
}
.cta-edit-side { padding-bottom: 12px; }
.cta-edit-side .num {
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--green);
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.cta-edit-side p { color: rgba(255,255,255,0.72); font-size: 16px; line-height: 1.55; margin-bottom: 28px; max-width: 32ch; }
.cta-edit-side .actions { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.cta-edit-side .btn-primary { background: var(--green); color: var(--navy-deep); padding: 18px 28px; }
.cta-edit-side .btn-primary:hover { background: white; }
.cta-edit-side .phone {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.02em;
}
.cta-edit-side .phone b { color: white; font-weight: 700; }

/* Quote — serif large */
.quote-block {
  background: var(--bg-soft);
  padding: 120px 0;
}
.quote-grid {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 720px) { .quote-grid { grid-template-columns: 1fr; gap: 16px; } }
.quote-mark {
  font-family: "Fraunces", serif;
  font-size: 140px;
  line-height: 0.7;
  color: var(--green-deep);
  font-weight: 400;
}
.quote-text {
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.3;
  color: var(--navy-deep);
  letter-spacing: -0.02em;
}
.quote-text .it { font-style: italic; }
.quote-cite {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--rule);
}
.quote-cite .av {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--periwinkle);
  background-image: url("https://images.unsplash.com/photo-1573497019940-1c28c88b4f3e?auto=format&fit=crop&w=200&q=80");
  background-size: cover; background-position: center;
  flex-shrink: 0;
}
.quote-cite .who { font-size: 14px; }
.quote-cite .who b { color: var(--navy-deep); font-weight: 700; display: block; }
.quote-cite .who span { color: var(--muted); }

/* Process — horizontal numbered */
.proc-h {
  border-top: 1px solid var(--rule);
}
.proc-h-row {
  display: grid;
  grid-template-columns: 100px 1.4fr 2fr 1fr;
  gap: 40px;
  padding: 36px 0;
  border-bottom: 1px solid var(--rule);
  align-items: center;
  transition: padding 0.3s ease;
}
.proc-h-row:hover { padding-left: 16px; background: var(--bg-soft); }
.proc-h-row .ix {
  font-family: "Fraunces", serif;
  font-size: 56px;
  font-weight: 300;
  color: var(--navy);
  letter-spacing: -0.04em;
  line-height: 1;
}
.proc-h-row h3 {
  font-family: "Manrope", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.proc-h-row h3 .it { font-family: "Fraunces", serif; font-style: italic; font-weight: 400; }
.proc-h-row p { font-size: 14px; line-height: 1.55; max-width: 48ch; }
.proc-h-row .when {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-align: right;
  text-transform: uppercase;
}
@media (max-width: 880px) {
  .proc-h-row { grid-template-columns: 60px 1fr; gap: 16px 20px; }
  .proc-h-row p, .proc-h-row .when { grid-column: 2; }
  .proc-h-row .ix { font-size: 36px; }
}
/* ---- Logos Band (refined) ---- */
.logos-band {
  background: white;
  padding: 100px 0 80px;
}
.logos-creds-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 32px 0;
  margin-bottom: 64px;
}
@media (max-width: 720px) { .logos-creds-top { grid-template-columns: repeat(2, 1fr); gap: 24px 0; padding: 24px 0; } }
.logos-creds-top .item {
  padding: 0 32px;
  border-right: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.logos-creds-top .item:last-child { border-right: none; }
@media (max-width: 720px) { .logos-creds-top .item:nth-child(2) { border-right: none; } }
.logos-creds-top .big {
  font-family: "Manrope", sans-serif;
  font-size: clamp(32px, 3.5vw, 44px);
  font-weight: 800;
  color: var(--navy-deep);
  letter-spacing: -0.025em;
  line-height: 1;
}
.logos-creds-top .lab {
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-2);
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.logos-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 56px;
}
.logos-divider .line { height: 1px; background: var(--rule); }
.logos-divider .label {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.logos-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
@media (max-width: 880px) { .logos-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .logos-grid { grid-template-columns: repeat(2, 1fr); } }
.logo-cell {
  height: 96px;
  display: grid;
  place-items: center;
  padding: 0 16px;
  position: relative;
  transition: background 0.25s ease;
}
.logo-cell:hover { background: var(--bg-soft); }
.logo-cell::after {
  content: "";
  position: absolute;
  right: 0; top: 24px; bottom: 24px;
  width: 1px;
  background: var(--rule);
}
.logo-cell:nth-child(6n)::after, .logo-cell:last-child::after { display: none; }
@media (max-width: 880px) {
  .logo-cell:nth-child(6n)::after { display: block; }
  .logo-cell:nth-child(3n)::after { display: none; }
}
@media (max-width: 560px) {
  .logo-cell:nth-child(3n)::after { display: block; }
  .logo-cell:nth-child(2n)::after { display: none; }
}
.logo-mark {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: clamp(13px, 1.3vw, 16px);
  letter-spacing: 0.02em;
  color: var(--navy-deep);
  opacity: 0.5;
  text-align: center;
  line-height: 1.1;
  transition: opacity 0.2s ease;
}
.logo-cell:hover .logo-mark { opacity: 1; }

/* ---- Differentiator Strip (editorial split) ---- */
.diff-strip { background: white; padding: 120px 0; }
.diff-split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 96px;
  align-items: start;
}
@media (max-width: 980px) { .diff-split { grid-template-columns: 1fr; gap: 48px; } }
.diff-side h2 {
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.025em;
}
.diff-side h2 .accent { color: var(--indigo); }

.diff-list {
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--rule);
}
.diff-list li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 32px;
  align-items: start;
  padding: 36px 0;
  border-bottom: 1px solid var(--rule);
  transition: background 0.25s ease;
}
.diff-list li:hover { background: linear-gradient(90deg, var(--bg-soft) 0%, transparent 80%); }
.diff-list .num {
  font-family: "Manrope", sans-serif;
  font-size: 56px;
  font-weight: 300;
  color: var(--indigo);
  letter-spacing: -0.04em;
  line-height: 0.85;
}
.diff-list h3 {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--navy-deep);
  letter-spacing: -0.015em;
  margin-bottom: 12px;
  line-height: 1.25;
}
.diff-list p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-2);
  max-width: 50ch;
}

/* ---- Process timeline (horizontal connected) ---- */
.proc-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 80px;
}
@media (max-width: 880px) { .proc-head { grid-template-columns: 1fr; gap: 24px; align-items: start; } }
.proc-head h2 { font-size: clamp(36px, 4.5vw, 52px); line-height: 1.05; letter-spacing: -0.025em; }
.proc-head p { font-size: 15px; line-height: 1.65; color: var(--ink-2); max-width: 44ch; }

.proc-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 880px) { .proc-timeline { grid-template-columns: 1fr; gap: 32px; } }
.proc-line {
  position: absolute;
  top: 28px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(90deg, var(--indigo) 0%, var(--indigo) 50%, var(--rule) 50%, var(--rule) 100%);
  background-size: 16px 2px;
  background-repeat: repeat-x;
  background-image:
    linear-gradient(90deg, var(--indigo) 50%, transparent 50%);
  opacity: 0.45;
  z-index: 0;
}
@media (max-width: 880px) { .proc-line { display: none; } }

.proc-node {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.proc-node .dot {
  position: relative;
  width: 56px; height: 56px;
  background: var(--indigo);
  color: white;
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  flex-shrink: 0;
  box-shadow: 0 0 0 8px white, 0 12px 32px rgba(99, 102, 241, 0.35);
}
.proc-node .ring {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1.5px dashed var(--indigo);
  opacity: 0.35;
}
.proc-card {
  background: white;
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 28px 26px;
  width: 100%;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.proc-card:hover { border-color: var(--indigo); transform: translateY(-4px); }
.proc-card .num {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}
.proc-card h3 { font-size: 22px; line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 12px; }
.proc-card p { font-size: 14px; line-height: 1.6; color: var(--ink-2); }

/* zigzag offset for visual rhythm */
.proc-node:nth-child(odd) .proc-card { margin-top: 8px; }
.proc-node:nth-child(even) .proc-card { margin-top: 32px; }
@media (max-width: 880px) {
  .proc-node:nth-child(odd) .proc-card,
  .proc-node:nth-child(even) .proc-card { margin-top: 0; }
}

.footer {
  background: var(--navy-deep);
  color: white;
  padding: 80px 0 32px;
}
.foot-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
@media (max-width: 880px) { .foot-top { grid-template-columns: 1fr 1fr; gap: 32px; } }
.foot-brand img { height: 32px; filter: brightness(0) invert(1); }
.foot-brand .word { font-family: "Manrope", sans-serif; font-weight: 800; color: white; font-size: 22px; margin: 16px 0 12px; }
.foot-brand p { color: rgba(255,255,255,0.65); font-size: 14px; line-height: 1.6; max-width: 32ch; }
.foot-brand .socials { display: flex; gap: 10px; margin-top: 24px; }
.foot-brand .socials a {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: grid; place-items: center;
  color: white;
  transition: background 0.2s ease;
}
.foot-brand .socials a:hover { background: var(--green); color: var(--navy-deep); }
.foot h5 { font-size: 16px; font-weight: 700; color: white; margin: 0 0 18px; }
.foot ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.foot ul a { font-size: 14px; color: rgba(255,255,255,0.7); }
.foot ul a:hover { color: var(--green); }
.foot ul li { display: flex; gap: 10px; align-items: flex-start; }
.foot ul li .dot { color: var(--green); flex-shrink: 0; margin-top: 6px; }
.foot-form { display: grid; gap: 12px; margin-top: 4px; }
.foot-form input {
  width: 100%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: white;
  padding: 14px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
}
.foot-form input::placeholder { color: rgba(255,255,255,0.5); }
.foot-form input:focus { outline: none; border-color: var(--green); }
.foot-form button {
  background: var(--green);
  color: var(--navy-deep);
  font-weight: 700;
  padding: 14px;
  border-radius: 4px;
  font-size: 14px;
  transition: background 0.2s ease;
}
.foot-form button:hover { background: white; }
.foot-bot {
  display: flex;
  justify-content: space-between;
  padding-top: 28px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  flex-wrap: wrap;
  gap: 16px;
}
.foot-bot .links { display: flex; gap: 6px; }
.foot-bot .links a { padding: 0 8px; }
.foot-bot .links a:not(:last-child) { border-right: 1px solid rgba(255,255,255,0.2); }
.foot-bot .links a:hover { color: white; }

/* ============================================================
   Hero image (substitui background-image por <img> real pra SEO)
   ============================================================ */
.hero-photo img {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-photo {
  background-image: none !important;
}

/* ============================================================
   Diamond stack <img> tags (substitui divs com background-image)
   ============================================================ */
.diamond-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: rotate(-45deg) scale(1.45);
  transform-origin: center;
}
.diamond-tile.tl,
.diamond-tile.tr { background: transparent !important; }
.diamond-tile.tl > div,
.diamond-tile.tr > div { background: transparent !important; }

/* ============================================================
   Service cards: <img> indexável com mesmo efeito do background
   z-index 1 pra ficar acima do bg navy do card mas abaixo do
   ::after gradient e do .body (z-index 2)
   ============================================================ */
.svc-img-card img.photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 1;
  filter: saturate(0.9);
  transition: transform 0.6s ease, filter 0.4s ease;
}
.svc-img-card:hover img.photo {
  transform: scale(1.06);
  filter: saturate(1.1);
}

/* ============================================================
   Offices section (3 escritórios reais)
   ============================================================ */
.offices { background: white; padding: 120px 0; }
.offices-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 64px;
}
@media (max-width: 880px) { .offices-head { grid-template-columns: 1fr; gap: 24px; align-items: start; } }
.offices-head h2 { font-size: clamp(36px, 4.5vw, 52px); line-height: 1.05; letter-spacing: -0.025em; }
.offices-head .lead { font-size: 15px; line-height: 1.65; color: var(--ink-2); max-width: 44ch; }

.offices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 880px) { .offices-grid { grid-template-columns: 1fr; } }

.office-card {
  background: var(--bg-soft);
  border: 1px solid var(--rule);
  border-radius: 8px;
  padding: 36px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
  position: relative;
}
.office-card:hover {
  border-color: var(--indigo);
  transform: translateY(-4px);
  background: white;
  box-shadow: 0 16px 40px rgba(27, 33, 80, 0.08);
}
.office-card .office-tag {
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--indigo);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.office-card h3 {
  font-family: "Manrope", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--navy-deep);
  line-height: 1.1;
}
.office-card .office-addr {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-2);
  padding: 16px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.office-card .office-pin {
  flex-shrink: 0;
  color: var(--green-deep);
  margin-top: 3px;
}
.office-card .office-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.office-card .office-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-2);
  transition: color 0.2s ease;
}
.office-card .office-link:hover { color: var(--indigo); }
.office-card .office-link svg { color: var(--green-deep); }

/* Footer offices list */
.foot-offices { display: grid; gap: 16px !important; padding: 0; margin: 0; list-style: none; }
.foot-offices li {
  display: flex !important;
  flex-direction: column;
  gap: 4px !important;
  background: rgba(255,255,255,0.04);
  border-left: 2px solid var(--green-deep);
  padding: 10px 14px !important;
  border-radius: 0 4px 4px 0;
}
.foot-offices li b {
  color: white;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.005em;
}
.foot-offices li span {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
}
