/* CREATIVECOM — Home V4
   Unified editorial system. Keeps architecture, palette and content; rebuilds
   rhythm, type, service pattern, studies, about and contact. */

:root {
  --cc-blue: #2457e8;
  --cc-blue-deep: #1745c8;
  --cc-navy: #06142d;
  --cc-navy-2: #091d42;
  --cc-ink: #101722;
  --cc-muted: #5c687b;
  --cc-paper: #f3f6fb;
  --cc-white: #ffffff;
  --cc-line: rgba(16, 23, 34, 0.14);
  --cc-shell: 1380px;
  --cc-gutter: clamp(24px, 4vw, 64px);
  --cc-section: clamp(92px, 8vw, 132px);
  --mobile-header-height: 72px;
  --cc-display: "Inter Tight", Inter, Arial, sans-serif;
  --cc-body: Inter, Arial, sans-serif;
}

body.home-v4 {
  margin: 0;
  overflow-x: hidden;
  color: var(--cc-ink);
  background: var(--cc-white);
  font-family: var(--cc-body);
  font-size: 16px;
  line-height: 1.55;
}

body.home-v4 .cc-shell {
  width: min(var(--cc-shell), calc(100% - (var(--cc-gutter) * 2)));
  margin-inline: auto;
}

body.home-v4 h1,
body.home-v4 h2,
body.home-v4 h3,
body.home-v4 p { margin-top: 0; }

body.home-v4 h1,
body.home-v4 h2,
body.home-v4 h3 {
  font-family: var(--cc-display);
  text-transform: none;
}

body.home-v4 a:focus-visible,
body.home-v4 button:focus-visible,
body.home-v4 input:focus-visible,
body.home-v4 select:focus-visible,
body.home-v4 textarea:focus-visible {
  outline: 3px solid rgba(36, 87, 232, .35);
  outline-offset: 3px;
}

/* Header */
body.home-v4 .site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  color: #fff;
  background: linear-gradient(180deg, rgba(3, 13, 31, .82), rgba(3, 13, 31, 0));
}
body.home-v4 .site-header__top {
  min-height: 76px;
  background: transparent;
  border: 0;
}
body.home-v4 .site-header .wrap {
  width: min(var(--cc-shell), calc(100% - (var(--cc-gutter) * 2)));
}
body.home-v4 .header-row { min-height: 76px; }
body.home-v4 .brand-logo__text {
  color: #fff;
  font-family: var(--cc-display);
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
body.home-v4 .site-nav--home { gap: clamp(22px, 2vw, 36px); }
body.home-v4 .site-nav--home a:not(.site-nav__cta) {
  min-height: 76px;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: none;
}
body.home-v4 .site-nav--home a:not(.site-nav__cta)::after {
  bottom: 18px;
  height: 2px;
  background: #fff;
}
body.home-v4 .site-nav__cta {
  min-height: 42px !important;
  padding: 0 20px;
  color: #fff;
  background: var(--cc-blue);
  border: 0;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: .08em;
}
body.home-v4 .menu-toggle {
  color: #fff;
  border-color: rgba(255,255,255,.3);
  background: transparent;
}
body.home-v4 .mobile-menu.open {
  top: 76px;
  color: var(--cc-ink);
  background: rgba(255,255,255,.98);
}
body.home-v4 .mobile-menu.open a { color: var(--cc-ink); }

/* Shared UI */
body.home-v4 .cc-kicker,
body.home-v4 .cc-hero__eyebrow {
  margin: 0;
  color: var(--cc-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
body.home-v4 .cc-kicker--light,
body.home-v4 .cc-hero__eyebrow { color: rgba(255,255,255,.66); }

body.home-v4 .cc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}
body.home-v4 .cc-button:hover { transform: translateY(-2px); }
body.home-v4 .cc-button--blue { color: #fff; background: var(--cc-blue); }
body.home-v4 .cc-button--blue:hover { background: var(--cc-blue-deep); }
body.home-v4 .cc-button--light {
  color: #fff;
  border-color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.04);
}
body.home-v4 .cc-button--light:hover { color: var(--cc-navy); background: #fff; }
body.home-v4 .cc-button--full { width: 100%; border-radius: 8px; }
body.home-v4 .cc-actions { display: flex; flex-wrap: wrap; gap: 12px; }
body.home-v4 .cc-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 34px;
  color: var(--cc-blue);
  font-size: 14px;
  font-weight: 800;
}
body.home-v4 .cc-text-link span { font-size: 18px; transition: transform .2s ease; }
body.home-v4 .cc-text-link:hover span { transform: translate(3px,-3px); }
body.home-v4 .cc-text-link--light { color: #fff; }

/* Hero */
body.home-v4 .cc-hero {
  position: relative;
  min-height: 900px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: var(--cc-navy);
}
body.home-v4 .cc-hero__video,
body.home-v4 .cc-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
body.home-v4 .cc-hero__video { object-fit: cover; object-position: 58% center; }
body.home-v4 .cc-hero__shade {
  background:
    linear-gradient(90deg, rgba(3,13,31,.98) 0%, rgba(3,13,31,.93) 39%, rgba(3,13,31,.40) 72%, rgba(3,13,31,.58) 100%),
    linear-gradient(180deg, rgba(3,13,31,.08), rgba(3,13,31,.12) 55%, rgba(3,13,31,.86));
}
body.home-v4 .cc-hero__content {
  position: relative;
  z-index: 2;
  padding: 166px 0 88px;
}
body.home-v4 .cc-hero h1 {
  display: block;
  max-width: 1080px;
  margin: 22px 0 0;
  color: #fff;
  font-size: clamp(62px, 6vw, 92px);
  font-weight: 750;
  letter-spacing: -.055em;
  line-height: .98;
  text-wrap: balance;
}
body.home-v4 .cc-hero__content > p {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.52;
}
body.home-v4 .cc-hero .cc-actions { margin-top: 34px; }
body.home-v4 .cc-hero__rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  width: min(930px,100%);
  margin-top: 50px;
  border-top: 1px solid rgba(255,255,255,.19);
}
body.home-v4 .cc-hero__rail span {
  position: relative;
  padding: 16px 18px 0 0;
  color: rgba(255,255,255,.56);
  font-size: 11px;
  font-weight: 650;
}
body.home-v4 .cc-hero__rail span::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 38px;
  height: 2px;
  content: "";
  background: var(--cc-blue);
}
body.home-v4 .cc-hero__scroll {
  position: absolute;
  right: var(--cc-gutter);
  bottom: 30px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.52);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* Router */
body.home-v4 .cc-router {
  position: relative;
  overflow: hidden;
  padding: var(--cc-section) 0;
  color: #fff;
  background: linear-gradient(135deg, #2d63ee, var(--cc-blue) 56%, #1945c9);
}
body.home-v4 .cc-router::after {
  position: absolute;
  right: -260px;
  bottom: -330px;
  width: 600px;
  height: 600px;
  content: "";
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 110px rgba(255,255,255,.025), 0 0 0 220px rgba(255,255,255,.015);
}
body.home-v4 .cc-router__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(560px,.95fr) minmax(0,1.05fr);
  gap: clamp(52px,5vw,76px);
  align-items: start;
}
body.home-v4 .cc-router__intro h2,
body.home-v4 .cc-studies__intro h2,
body.home-v4 .cc-about__copy h2,
body.home-v4 .cc-contact__copy h2 {
  margin: 18px 0 0;
  font-size: clamp(44px,4.8vw,76px);
  font-weight: 750;
  letter-spacing: -.045em;
  line-height: .98;
  text-wrap: balance;
}
body.home-v4 .cc-router__intro h2 { max-width: 620px; font-size: clamp(44px,4vw,60px); }
body.home-v4 .cc-studies__intro h2 { max-width: 900px; font-size: clamp(48px,4.5vw,68px); }
body.home-v4 .cc-about__copy h2 { max-width: 680px; font-size: clamp(46px,4.4vw,70px); }
body.home-v4 .cc-contact__copy h2 { max-width: 620px; font-size: clamp(44px,3.8vw,56px); }
body.home-v4 .cc-router__intro > p:not(.cc-kicker) {
  max-width: 500px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 18px;
  line-height: 1.55;
}
body.home-v4 .cc-method-line {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 38px;
  color: rgba(255,255,255,.64);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
body.home-v4 .cc-method-line span:not(:last-child)::after {
  margin-left: 18px;
  content: "→";
  color: rgba(255,255,255,.30);
}
body.home-v4 .cc-router__cards {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}
body.home-v4 .cc-router-card {
  position: relative;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  color: #fff;
  opacity: 1;
  visibility: visible;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(5,24,74,.11);
  transition: transform .24s ease, background .24s ease;
}
body.home-v4 .cc-router-card :is(strong,.cc-router-card__num,.cc-router-card__service,em) {
  opacity: 1;
  visibility: visible;
}
body.home-v4 .cc-router-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.10); }
body.home-v4 .cc-router-card__num {
  color: rgba(255,255,255,.47);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}
body.home-v4 .cc-router-card strong {
  max-width: 390px;
  margin-top: 38px;
  font-size: clamp(23px,1.85vw,31px);
  font-weight: 650;
  letter-spacing: -.03em;
  line-height: 1.08;
}
body.home-v4 .cc-router-card__service {
  margin-top: 18px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 650;
}
body.home-v4 .cc-router-card em {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 28px;
  color: rgba(255,255,255,.74);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
body.home-v4 .cc-router-card em b { font-size: 19px; font-weight: 500; }

/* Service system */
body.home-v4 .cc-service {
  position: relative;
  overflow: hidden;
  padding: clamp(96px,9vw,144px) 0;
}
body.home-v4 .cc-service--navy {
  color: #fff;
  background: linear-gradient(135deg,var(--cc-navy),var(--cc-navy-2));
}
body.home-v4 .cc-service--navy::after {
  position: absolute;
  right: -18%;
  top: 12%;
  width: 48%;
  height: 76%;
  content: "";
  background: radial-gradient(circle,rgba(36,87,232,.18),transparent 65%);
  pointer-events: none;
}
body.home-v4 .cc-service--paper { color: var(--cc-ink); background: var(--cc-paper); }

body.home-v4 .cc-service__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,.88fr) minmax(420px,1.12fr);
  gap: clamp(64px,7vw,120px);
  align-items: center;
  min-height: 560px;
}
body.home-v4 .cc-service--reverse .cc-service__grid {
  grid-template-columns: minmax(420px,1.12fr) minmax(0,.88fr);
}
@media (min-width:1121px) {
  body.home-v4 #produtos-digitais .service-visual img { width: min(108%,648px); }
  body.home-v4 #setup-marketing .cc-service__grid { gap: clamp(32px,3vw,56px); }
  body.home-v4 #setup-marketing .service-visual {
    justify-content: flex-end;
    transform: translateY(-16px);
  }
  body.home-v4 #setup-marketing .cc-service__copy { justify-self: start; }
}
body.home-v4 .cc-service__copy {
  width: 100%;
  max-width: 540px;
  opacity: 1;
  visibility: visible;
}
body.home-v4 .cc-service__copy h2 {
  margin: 18px 0 0;
  max-width: 520px;
  font-size: clamp(40px,3.9vw,62px);
  font-weight: 750;
  letter-spacing: -.04em;
  line-height: .98;
  text-wrap: balance;
}
body.home-v4 .cc-service__lead {
  margin: 24px 0 0;
  max-width: 500px;
  color: #fff;
  font-size: clamp(20px,1.7vw,27px);
  font-weight: 650;
  letter-spacing: -.015em;
  line-height: 1.22;
}
body.home-v4 .cc-service__lead--dark { color: var(--cc-ink); }
body.home-v4 .cc-service__body {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 18px;
  line-height: 1.65;
}
body.home-v4 .cc-service__body--dark { color: var(--cc-muted); }
body.home-v4 .cc-service--paper .cc-service__copy h2 { color: #081a4d; opacity: 1; }
body.home-v4 .cc-service--paper .cc-service__lead { color: #17233d; opacity: 1; }
body.home-v4 .cc-service--paper .cc-service__body { color: #4b5568; opacity: 1; }
body.home-v4 .cc-service--paper .cc-service__body { font-size: 19px; }
body.home-v4 .cc-service--navy .cc-service__copy h2 { color: #fff; opacity: 1; }
body.home-v4 .cc-service--navy .cc-service__lead { color: rgba(255,255,255,.88); opacity: 1; }
body.home-v4 .cc-service--navy .cc-service__body { color: rgba(255,255,255,.70); opacity: 1; }
body.home-v4 .cc-service__list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.18);
}
body.home-v4 .cc-service__list li {
  position: relative;
  padding: 13px 0 13px 22px;
  color: rgba(255,255,255,.82);
  border-bottom: 1px solid rgba(255,255,255,.12);
  font-size: 14px;
  font-weight: 600;
}
body.home-v4 .cc-service__list li::before {
  position: absolute;
  left: 0;
  top: 20px;
  width: 8px;
  height: 1px;
  content: "";
  background: var(--cc-blue);
}
body.home-v4 .cc-service__list--dark { border-color: rgba(16,23,34,.15); }
body.home-v4 .cc-service__list--dark li { color: #344156; border-color: rgba(16,23,34,.10); }

/* Unified visual frame */
body.home-v4 :is(.cc-offer,.cc-system,.cc-b2a) {
  position: relative;
  width: min(100%,690px);
  min-height: 470px;
  margin-inline: auto;
  border: 1px solid rgba(36,87,232,.15);
  background:
    linear-gradient(rgba(36,87,232,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(36,87,232,.055) 1px,transparent 1px),
    rgba(255,255,255,.68);
  background-size: 42px 42px;
  box-shadow: 0 28px 70px rgba(13,29,62,.10);
}
body.home-v4 .cc-service--navy :is(.cc-system) {
  border-color: rgba(255,255,255,.10);
  background:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),
    rgba(255,255,255,.025);
  background-size: 42px 42px;
  box-shadow: 0 30px 80px rgba(0,0,0,.18);
}

/* Offer */
body.home-v4 .cc-offer {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  grid-template-rows: auto 1fr auto;
  align-items: stretch;
  padding: 44px;
  color: var(--cc-ink);
}
body.home-v4 .cc-offer__header {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  color: #748198;
  border-bottom: 1px solid rgba(16,23,34,.12);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
body.home-v4 .cc-offer__sources {
  display: grid;
  align-content: center;
  gap: 0;
  padding: 24px 28px 24px 0;
}
body.home-v4 .cc-offer__sources span {
  padding: 12px 0;
  color: #536078;
  border-bottom: 1px solid rgba(16,23,34,.10);
  font-size: 14px;
  font-weight: 650;
}
body.home-v4 .cc-offer__statement {
  display: grid;
  align-content: center;
  padding: 42px;
  background: #fff;
  border-left: 1px solid rgba(36,87,232,.18);
  box-shadow: -18px 0 48px rgba(36,87,232,.08);
}
body.home-v4 .cc-offer__statement small {
  color: var(--cc-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
body.home-v4 .cc-offer__statement strong {
  margin-top: 18px;
  color: var(--cc-ink);
  font-size: clamp(48px,4.4vw,70px);
  font-weight: 760;
  letter-spacing: -.06em;
  line-height: .9;
}
body.home-v4 .cc-offer__statement p {
  max-width: 320px;
  margin: 18px 0 0;
  color: #657187;
  font-size: 13px;
  line-height: 1.5;
}
body.home-v4 .cc-offer__outcome {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(16,23,34,.12);
}
body.home-v4 .cc-offer__outcome span { color: #738096; font-size: 11px; }
body.home-v4 .cc-offer__outcome strong { color: var(--cc-ink); font-size: 13px; }

/* Setup */
body.home-v4 .cc-system {
  display: grid;
  align-content: center;
  padding: 58px;
}
body.home-v4 .cc-system__line {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 18px;
  min-height: 62px;
  color: rgba(255,255,255,.32);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
body.home-v4 .cc-system__line:first-child { border-top: 1px solid rgba(255,255,255,.10); }
body.home-v4 .cc-system__line span { font-size: 10px; font-weight: 800; letter-spacing: .13em; }
body.home-v4 .cc-system__line strong { font-size: clamp(26px,2.4vw,38px); font-weight: 650; letter-spacing: -.04em; }
body.home-v4 .cc-system__line--active {
  position: relative;
  color: #fff;
  padding-inline: 18px;
  margin-inline: -18px;
  background: linear-gradient(90deg,rgba(36,87,232,.38),transparent);
  border-color: rgba(255,255,255,.18);
}
body.home-v4 .cc-system__line--active::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  content: "";
  background: var(--cc-blue);
}
body.home-v4 .cc-system__stamp {
  justify-self: end;
  margin-top: 24px;
  padding: 8px 10px;
  color: #fff;
  background: var(--cc-blue);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* B2A */
body.home-v4 .cc-b2a {
  display: grid;
  grid-template-columns: 1fr .78fr 1.2fr;
  align-items: stretch;
  min-height: 470px;
  padding: 44px;
  color: var(--cc-ink);
}
body.home-v4 .cc-b2a__column,
body.home-v4 .cc-b2a__bridge {
  display: grid;
  align-content: center;
  padding: 30px;
  border: 1px solid rgba(16,23,34,.10);
  background: rgba(255,255,255,.80);
}
body.home-v4 .cc-b2a__bridge {
  position: relative;
  z-index: 2;
  color: #fff;
  border-color: transparent;
  background: linear-gradient(160deg,#2f66f6,#1543ca);
  box-shadow: 0 24px 60px rgba(36,87,232,.28);
}
body.home-v4 .cc-b2a__eyebrow,
body.home-v4 .cc-b2a__bridge > span {
  color: #77849a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
body.home-v4 .cc-b2a__bridge > span { color: rgba(255,255,255,.65); }
body.home-v4 .cc-b2a__column > strong,
body.home-v4 .cc-b2a__bridge > strong {
  margin-top: 20px;
  font-size: clamp(40px,4vw,62px);
  font-weight: 750;
  letter-spacing: -.055em;
  line-height: .9;
}
body.home-v4 .cc-b2a__column > small,
body.home-v4 .cc-b2a__bridge > small {
  margin-top: 16px;
  color: #69758a;
  font-size: 11px;
  line-height: 1.45;
}
body.home-v4 .cc-b2a__bridge > small { color: rgba(255,255,255,.72); }
body.home-v4 .cc-b2a__column--destinations { gap: 0; }
body.home-v4 .cc-b2a__column--destinations > div { padding: 15px 0; border-bottom: 1px solid rgba(16,23,34,.10); }
body.home-v4 .cc-b2a__column--destinations > div:last-child { border-bottom: 0; }
body.home-v4 .cc-b2a__column--destinations strong { display: block; font-size: 15px; }
body.home-v4 .cc-b2a__column--destinations small { display: block; margin-top: 4px; color: #788398; font-size: 10px; }

/* Studies — exactly two complete editorial rows */
body.home-v4 .cc-studies {
  padding: var(--cc-section) 0;
  color: #fff;
  background: #070b12;
}
body.home-v4 .cc-studies__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(62px,7vw,110px);
  align-items: start;
}
body.home-v4 .cc-studies__intro {
  position: static;
  max-width: 920px;
}
body.home-v4 .cc-studies__intro h2 { max-width: 900px; }
body.home-v4 .cc-studies__intro > p:not(.cc-kicker) {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.66);
  font-size: 16px;
  line-height: 1.6;
}
body.home-v4 .cc-studies__list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
  align-items: stretch;
  margin-top: 10px;
}
body.home-v4 .cc-study { border: 1px solid rgba(255,255,255,.12); background: #0c111b; }
body.home-v4 .cc-study > a {
  display: flex;
  height: 100%;
  flex-direction: column;
}
body.home-v4 .cc-study img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
body.home-v4 .cc-study__content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 18px 22px;
}
body.home-v4 .cc-study__content > span {
  color: #6f94ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
body.home-v4 .cc-study__content h3 {
  margin: 24px 0 0;
  color: #fff;
  font-size: clamp(28px,2.35vw,40px);
  font-weight: 680;
  letter-spacing: -.04em;
  line-height: .98;
}
body.home-v4 .cc-study__content p {
  max-width: 430px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.64);
  font-size: 15px;
  line-height: 1.55;
}
body.home-v4 .cc-study__content em {
  margin-left: auto;
  padding: 0;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.home-v4 .cc-study > a:hover .cc-study__content em { color: #8aa8ff; }

/* About */
body.home-v4 .cc-about {
  position: relative;
  overflow: hidden;
  padding: var(--cc-section) 0;
  color: #fff;
  background: linear-gradient(135deg,#2b62ee,var(--cc-blue) 62%,#1b49cf);
}
body.home-v4 .cc-about__shape {
  position: absolute;
  left: -300px;
  bottom: -390px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(255,255,255,.02),0 0 0 200px rgba(255,255,255,.014);
}
body.home-v4 .cc-about__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px,.78fr) minmax(560px,1.22fr);
  gap: clamp(44px,4vw,64px);
  align-items: center;
}
body.home-v4 .cc-about__copy,
body.home-v4 .cc-about__media {
  opacity: 1;
  visibility: visible;
  transform: none;
}
body.home-v4 .cc-about__copy h2 {
  max-width: 600px;
  color: #fff;
  font-size: clamp(42px,3.4vw,58px);
  opacity: 1;
}
body.home-v4 .cc-about__copy > p:not(.cc-kicker) {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 17px;
  line-height: 1.62;
}
body.home-v4 .cc-about__media {
  display: grid;
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
body.home-v4 .about-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--cc-navy);
  opacity: 1;
}
body.home-v4 .about-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(.78) contrast(1.04) brightness(.88);
}
body.home-v4 .about-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(7,24,51,.28);
  pointer-events: none;
}
body.home-v4 .cc-about__principles {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  border-top: 1px solid rgba(255,255,255,.18);
  background: rgba(3,13,31,.20);
}
body.home-v4 .cc-about__principles > div {
  min-height: 132px;
  padding: 22px 20px;
  border-right: 1px solid rgba(255,255,255,.16);
  color: #fff;
  opacity: 1;
}
body.home-v4 .cc-about__principles > div:last-child { border-right: 0; }
body.home-v4 .cc-about__principles span {
  color: rgba(255,255,255,.48);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
}
body.home-v4 .cc-about__principles strong {
  display: block;
  margin-top: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
body.home-v4 .cc-about__principles small {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  line-height: 1.4;
}

/* Contact */
body.home-v4 .cc-contact {
  position: relative;
  overflow: hidden;
  padding: var(--cc-section) 0;
  color: #fff;
  background: var(--cc-navy);
}
body.home-v4 .cc-contact__video,
body.home-v4 .cc-contact__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
body.home-v4 .cc-contact__video { object-fit: cover; opacity: .58; }
body.home-v4 .cc-contact__shade {
  background: linear-gradient(90deg,rgba(3,13,31,.98) 0%,rgba(3,13,31,.92) 42%,rgba(3,13,31,.66) 100%),linear-gradient(180deg,rgba(3,13,31,.24),rgba(3,13,31,.78));
}
body.home-v4 .cc-contact__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(540px,.95fr) minmax(500px,1.05fr);
  gap: clamp(54px,5vw,76px);
  align-items: center;
}
body.home-v4 .cc-contact__copy > p:not(.cc-kicker) {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.70);
  font-size: 17px;
  line-height: 1.6;
}
body.home-v4 .cc-contact__copy,
body.home-v4 .cc-contact__panel {
  opacity: 1;
  visibility: visible;
  transform: none;
}
body.home-v4 .cc-contact__copy h2 {
  display: block;
  max-width: 620px;
  height: auto;
  max-height: none;
  overflow: visible;
  opacity: 1;
  transform: none;
  text-wrap: balance;
}
body.home-v4 .cc-contact__questions {
  display: grid;
  margin-top: 34px;
  border-top: 1px solid rgba(255,255,255,.16);
}
body.home-v4 .cc-contact__questions span {
  padding: 13px 0;
  color: rgba(255,255,255,.67);
  border-bottom: 1px solid rgba(255,255,255,.12);
  font-size: 12px;
}
body.home-v4 .cc-contact__panel {
  padding: clamp(30px,3vw,44px);
  color: var(--cc-ink);
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(255,255,255,.5);
  box-shadow: 0 34px 90px rgba(0,0,0,.26);
}
body.home-v4 .cc-contact__panel-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 24px;
}
body.home-v4 .cc-contact__panel-head span {
  font-size: 22px;
  font-weight: 750;
  letter-spacing: -.02em;
}
body.home-v4 .cc-contact__panel-head p {
  margin: 0;
  color: #6d7889;
  font-size: 12px;
}
body.home-v4 .form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
body.home-v4 .form-grid label { display: grid; gap: 6px; }
body.home-v4 .form-grid label > span,
body.home-v4 .form-consent span {
  color: #5c6676;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .04em;
}
body.home-v4 .contact-form input,
body.home-v4 .contact-form select,
body.home-v4 .contact-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--cc-ink);
  background: #f8f9fc;
  border: 1px solid #dfe4ed;
  border-radius: 4px;
}
body.home-v4 .contact-form textarea { min-height: 118px; resize: vertical; }
body.home-v4 .form-field-wide { grid-column: 1 / -1; }
body.home-v4 .form-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin: 16px 0 20px;
}
body.home-v4 .form-consent input { min-height: auto; margin-top: 3px; }
body.home-v4 .form-honeypot { position: absolute !important; left: -9999px !important; }

/* Header and footer legibility */
body.home-v4 .site-footer { padding-top: 80px; }
body.home-v4 .footer-grid { gap: clamp(40px,4.5vw,76px); }
body.home-v4 .footer-brand p { font-size: 17px; line-height: 1.58; }
body.home-v4 .footer-column { gap: 14px; }
body.home-v4 .footer-column h2 { font-size: 13px; }
body.home-v4 .footer-grid a { font-size: 13px; }
body.home-v4 .footer-legal p { font-size: 14px; line-height: 1.55; }
body.home-v4 .footer-bottom { margin-top: 56px; padding: 24px 0 26px; }
body.home-v4 .footer-bottom p { font-size: 13px; }

@media (max-width:980px) {
  body.home-v4 .menu-toggle { font-size: 11px; }
  body.home-v4 .mobile-menu.open a { font-size: 14px; }
}

/* Main content is visible by default and never depends on scroll observers. */
body.home-v4 .cc-router-card,
body.home-v4 .cc-service__copy,
body.home-v4 .cc-presence-asset,
body.home-v4 .cc-offer,
body.home-v4 .cc-system,
body.home-v4 .cc-b2a,
body.home-v4 .cc-study,
body.home-v4 .cc-about__copy,
body.home-v4 .cc-about__media,
body.home-v4 .cc-contact__copy,
body.home-v4 .cc-contact__panel {
  opacity: 1;
  visibility: visible;
  transform: none;
}
body.home-v4 :is(.reveal,[data-reveal],.reveal-item) {
  opacity: 1;
  visibility: visible;
  transform: none;
}
@media (prefers-reduced-motion:reduce) {
  body.home-v4 :is(.cc-router-card,.cc-service__copy,.cc-presence-asset,.service-visual,.cc-study,.cc-about__copy,.cc-about__media,.cc-contact__copy,.cc-contact__panel) {
    transition: none;
  }
}

/* Responsive */
@media (max-width: 1120px) {
  body.home-v4 .cc-hero { min-height: 820px; }
  body.home-v4 .cc-router__grid,
  body.home-v4 .cc-service__grid,
  body.home-v4 .cc-service--reverse .cc-service__grid,
  body.home-v4 .cc-studies__grid,
  body.home-v4 .cc-about__grid,
  body.home-v4 .cc-contact__grid {
    grid-template-columns: 1fr;
  }
  body.home-v4 .cc-service__copy { max-width: 760px; }
  body.home-v4 .cc-service--reverse .cc-system { order: 2; }
  body.home-v4 .cc-service--reverse .cc-service__copy { order: 1; }
  body.home-v4 .cc-service__grid { min-height: 0; }
  body.home-v4 :is(.cc-presence-asset,.cc-offer,.cc-system,.cc-b2a) { order: 2; }
  body.home-v4 .cc-studies__intro { position: static; }
  body.home-v4 .cc-studies__intro h2 { max-width: 620px; }
  body.home-v4 .cc-contact__grid { max-width: 900px; }
  body.home-v4 .cc-contact__panel { width: 100%; }
}

@media (max-width: 780px) {
  :root { --cc-gutter: 22px; --cc-section: 78px; }
  body.home-v4 .cc-hero { min-height: 760px; }
  body.home-v4 .cc-hero__content { padding-top: 128px; padding-bottom: 72px; }
  body.home-v4 .cc-hero h1 { font-size: clamp(48px,12vw,66px); line-height: .92; }
  body.home-v4 .cc-hero__rail { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 0; }
  body.home-v4 .cc-hero__scroll { display: none; }
  body.home-v4 .cc-router__cards { grid-template-columns: 1fr; }
  body.home-v4 .cc-router-card { min-height: 220px; }
  body.home-v4 .cc-router__intro h2,
  body.home-v4 .cc-studies__intro h2,
  body.home-v4 .cc-about__copy h2,
  body.home-v4 .cc-contact__copy h2,
  body.home-v4 .cc-service__copy h2 { font-size: clamp(42px,11vw,58px); }
  body.home-v4 :is(.cc-offer,.cc-system,.cc-b2a) { min-height: 420px; }
  body.home-v4 .cc-offer { grid-template-columns: 1fr; padding: 28px; }
  body.home-v4 .cc-offer__header { grid-column: 1; }
  body.home-v4 .cc-offer__sources { padding-right: 0; }
  body.home-v4 .cc-offer__statement { border-left: 0; border-top: 1px solid rgba(36,87,232,.18); }
  body.home-v4 .cc-offer__outcome { grid-column: 1; flex-direction: column; }
  body.home-v4 .cc-system { padding: 34px 26px; }
  body.home-v4 .cc-b2a { grid-template-columns: 1fr; padding: 26px; }
  body.home-v4 .cc-studies__list { grid-template-columns: 1fr; }
  body.home-v4 .about-photo { min-height: 300px; }
  body.home-v4 .about-photo > img { height: 300px; }
  body.home-v4 .cc-about__principles { grid-template-columns: 1fr; }
  body.home-v4 .cc-about__principles > div { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  body.home-v4 .form-grid { grid-template-columns: 1fr; }
  body.home-v4 .form-field-wide { grid-column: 1; }
  body.home-v4 .cc-contact__panel-head { display: block; }
  body.home-v4 .cc-contact__panel-head p { margin-top: 8px; }
}

@media (max-width: 520px) {
  body.home-v4 .cc-hero h1 { font-size: 47px; }
  body.home-v4 .cc-hero__content > p { font-size: 17px; }
  body.home-v4 .cc-actions { display: grid; }
  body.home-v4 .cc-button { width: 100%; }
  body.home-v4 .cc-hero__rail { display: none; }
  body.home-v4 .cc-router-card { padding: 26px; }
  body.home-v4 .cc-router-card strong { margin-top: 30px; }
  body.home-v4 .cc-service__lead { font-size: 21px; }
  body.home-v4 .cc-contact__panel { padding: 24px; }
}
/* Specificity guard against legacy home rules in site.css */
body.home-v4 #quem-somos {
  color: #fff;
  background: linear-gradient(135deg,#2b62ee,var(--cc-blue) 62%,#1b49cf);
}

/* Presence Generativa — approved visual asset */
body.home-v4 .cc-presence-asset {
  width: min(100%, 680px);
  min-height: 420px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}
body.home-v4 .cc-presence-asset img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 660px;
  object-fit: contain;
}
body.home-v4 :is(.cc-offer,.cc-system,.cc-b2a) {
  width: 100%;
  min-height: 420px;
}

body.home-v4 .service-visual {
  width: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
body.home-v4 .service-visual picture {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.home-v4 .service-visual img {
  display: block;
  width: min(100%,600px);
  max-width: none;
  height: auto;
  object-fit: contain;
  mix-blend-mode: normal;
}

@media (max-width: 1120px) {
  body.home-v4 .cc-presence-asset { max-width: 720px; }
  body.home-v4 .cc-service--reverse .service-visual { order: 2; }
  body.home-v4 #setup-marketing .service-visual { justify-content: center; transform: none; }
}
@media (max-width: 1024px) {
  body.home-v4 .service-visual img { width: min(100%,600px); }
}
@media (max-width: 780px) {
  body.home-v4 .cc-presence-asset { max-width: 560px; min-height: 0; }
  body.home-v4 .cc-presence-asset img { max-height: none; }
  body.home-v4 :is(.cc-offer,.cc-system,.cc-b2a) { min-height: 0; }
}

@media (max-width: 640px) {
  body.home-v4 .site-header {
    height: var(--mobile-header-height);
    min-height: var(--mobile-header-height);
    background: rgba(7,24,51,.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  body.home-v4 .site-header__top,
  body.home-v4 .header-row {
    height: var(--mobile-header-height);
    min-height: var(--mobile-header-height);
  }
  body.home-v4 .mobile-menu.open { top: var(--mobile-header-height); }
  body.home-v4 main { overflow: clip; }
  body.home-v4 section[id] { scroll-margin-top: calc(var(--mobile-header-height) + 16px); }

  body.home-v4 .brand-logo__text { font-size: 24px; }
  body.home-v4 .menu-toggle {
    min-height: 44px;
    padding-inline: 15px;
    font-size: 13px;
    letter-spacing: .08em;
  }
  body.home-v4 .mobile-menu.open a { font-size: 15px; }

  body.home-v4 .cc-router__cards {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
  }
  body.home-v4 .cc-router-card {
    min-height: 0;
    padding: 20px 16px;
  }
  body.home-v4 .cc-router-card strong {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.15;
  }
  body.home-v4 .cc-router-card__service { margin-top: 10px; font-size: 11px; }
  body.home-v4 .cc-router-card em { display: none; }

  body.home-v4 .cc-service { padding: 72px 0; overflow-x: clip; }
  body.home-v4 .cc-service__grid { gap: 0; }
  body.home-v4 .cc-service__copy { max-width: 100%; margin: 0; }
  body.home-v4 .cc-service__copy h2 { max-width: 100%; font-size: clamp(34px,10vw,44px); line-height: 1; }
  body.home-v4 .cc-service__lead { max-width: 100%; font-size: 18px; line-height: 1.35; }
  body.home-v4 .cc-service__body,
  body.home-v4 .cc-service--paper .cc-service__body,
  body.home-v4 .cc-service--navy .cc-service__body { font-size: 16px; line-height: 1.5; }
  body.home-v4 .cc-service__list { margin-top: 24px; }
  body.home-v4 .cc-service__list li { font-size: 15px; line-height: 1.4; }
  body.home-v4 .cc-text-link { margin-top: 28px; margin-bottom: 0; font-size: 14px; }
  body.home-v4 :is(.cc-presence-asset,.cc-offer,.cc-system,.cc-b2a) {
    width: min(100%,520px);
    min-height: 0;
    max-height: 300px;
    margin-top: 36px;
  }
  body.home-v4 .cc-presence-asset img { width: min(100%,520px); max-height: 300px; object-fit: contain; }
  body.home-v4 .service-visual {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    margin: 28px 0 0;
    padding: 0;
    display: block;
  }
  body.home-v4 .service-visual picture {
    display: block;
    width: 100%;
    height: auto;
  }
  body.home-v4 .service-visual img,
  body.home-v4 .service-visual svg {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    margin: 0;
    object-fit: contain;
  }
  body.home-v4 #produtos-digitais .service-visual,
  body.home-v4 #setup-marketing .service-visual { margin-top: 28px; }
  body.home-v4 #arquitetura-b2a { padding-bottom: 72px; }
  body.home-v4 #arquitetura-b2a .service-visual {
    height: auto;
    min-height: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body.home-v4 #arquitetura-b2a .service-visual img,
  body.home-v4 #arquitetura-b2a .service-visual svg {
    width: 100%;
    height: auto;
    max-height: none;
  }
  body.home-v4 .cc-about { padding: 64px 0; }
  body.home-v4 .cc-about__grid { gap: 0; }
  body.home-v4 .cc-about__copy { width: 100%; max-width: 100%; }
  body.home-v4 .cc-about__copy h2 { max-width: 100%; font-size: 34px; line-height: 1; letter-spacing: -.035em; }
  body.home-v4 .cc-about__copy > p:not(.cc-kicker) { margin-top: 18px; font-size: 16px; line-height: 1.5; }
  body.home-v4 .cc-about__media { width: 100%; margin-top: 32px; }
  body.home-v4 .about-photo { width: 100%; min-height: 0; height: auto; aspect-ratio: 16 / 9; }
  body.home-v4 .about-photo > img { width: 100%; height: 100%; }
  body.home-v4 .cc-about__principles { grid-template-columns: 1fr; }
  body.home-v4 .cc-about__principles > div {
    min-height: 0;
    padding: 20px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
  }
  body.home-v4 .cc-about__principles > div:last-child { border-bottom: 0; }
  body.home-v4 .cc-about__principles span { font-size: 10px; }
  body.home-v4 .cc-about__principles strong { margin-top: 8px; font-size: 16px; line-height: 1.25; }
  body.home-v4 .cc-about__principles small { margin-top: 6px; font-size: 13px; line-height: 1.42; }

  body.home-v4 .cc-contact__panel { padding: 24px 20px; }
  body.home-v4 .contact-form input,
  body.home-v4 .contact-form select,
  body.home-v4 .contact-form textarea { font-size: 16px; }

  body.home-v4 .site-footer { padding-top: 80px; }
  body.home-v4 .footer-grid { gap: 38px; }
  body.home-v4 .footer-brand p { font-size: 15px; }
  body.home-v4 .footer-column h2,
  body.home-v4 .footer-grid a,
  body.home-v4 .footer-legal p,
  body.home-v4 .footer-bottom p { font-size: 13px; }
  body.home-v4 .footer-bottom { margin-top: 48px; padding-block: 28px; }
  body.home-v4 .cc-contact__copy h2 { max-width: 100%; font-size: clamp(36px,10vw,48px); line-height: 1; }
  body.home-v4 :is(.cc-about__copy,.cc-about__media,.cc-contact__copy,.cc-contact__panel) { opacity: 1; visibility: visible; transform: none; }
}

/* Mobile layout correction — no effect above 768px */
@media (max-width: 768px) {
  body.home-v4 {
    padding-top: 0;
  }

  body.home-v4 .site-header {
    position: relative;
    inset: auto;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    height: 64px;
    min-height: 64px;
    transform: none !important;
  }

  body.home-v4 .site-header__top,
  body.home-v4 .header-row {
    height: 64px;
    min-height: 64px;
  }

  body.home-v4 .mobile-menu.open {
    position: relative;
    top: auto;
    transform: none;
  }

  body.home-v4 section[id] {
    scroll-margin-top: 16px;
  }

  body.home-v4 .cc-service {
    height: auto;
    min-height: 0;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  body.home-v4 .cc-service__grid,
  body.home-v4 .cc-service--reverse .cc-service__grid {
    grid-template-columns: minmax(0, 1fr);
    height: auto;
    min-height: 0;
    gap: 0;
  }

  body.home-v4 .service-visual {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    margin: 28px 0 0;
    padding: 0;
  }

  body.home-v4 .service-visual picture {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
  }

  body.home-v4 .service-visual img,
  body.home-v4 .service-visual svg {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    margin: 0;
    object-fit: contain;
  }

  body.home-v4 .cc-service__lead {
    font-size: 18px;
    line-height: 1.35;
  }

  body.home-v4 .cc-service__body,
  body.home-v4 .cc-service--paper .cc-service__body,
  body.home-v4 .cc-service--navy .cc-service__body {
    font-size: 16px;
    line-height: 1.5;
  }

  body.home-v4 .cc-service__list li {
    font-size: 15px;
    line-height: 1.45;
  }

  body.home-v4 .cc-text-link {
    font-size: 14px;
  }

  body.home-v4 #produtos-digitais {
    padding-bottom: 56px;
  }

  body.home-v4 #produtos-digitais .service-visual,
  body.home-v4 #setup-marketing .service-visual {
    margin-top: 24px;
    margin-bottom: 0;
  }

  body.home-v4 #setup-marketing {
    padding-top: 64px;
    padding-bottom: 56px;
  }

  body.home-v4 #arquitetura-b2a {
    height: auto;
    min-height: 0;
    padding-top: 64px;
    padding-bottom: 56px;
  }

  body.home-v4 #arquitetura-b2a .cc-service__grid,
  body.home-v4 #arquitetura-b2a .service-visual,
  body.home-v4 #arquitetura-b2a picture {
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
  }

  body.home-v4 #arquitetura-b2a .service-visual {
    margin-top: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  body.home-v4 #arquitetura-b2a .service-visual img,
  body.home-v4 #arquitetura-b2a .service-visual svg {
    margin-bottom: 0;
  }

  body.home-v4 #estudos .cc-studies__intro h2 {
    font-size: 38px;
    line-height: .98;
  }

  body.home-v4 .cc-presence-asset {
    width: 108%;
    max-width: 562px;
    margin-inline: -4%;
  }

  body.home-v4 .cc-presence-asset img {
    width: 100%;
  }

  body.home-v4 .cc-about__copy h2 {
    font-size: 32px;
  }

  body.home-v4 .cc-about__media {
    margin-top: 40px;
  }

  body.home-v4 .site-footer {
    padding-block: 48px;
    font-size: 13px;
    line-height: 1.5;
  }

  body.home-v4 .site-footer a,
  body.home-v4 .footer-brand p,
  body.home-v4 .footer-column h2,
  body.home-v4 .footer-legal p,
  body.home-v4 .footer-bottom p {
    font-size: 13px;
    line-height: 1.5;
  }
}
