@font-face {
  font-family: "DoubleA Inter";
  src: url("fonts/InterVariable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "DoubleA SF Pro Display";
  src: url("fonts/SFProDisplay-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

.datv-mentoria-page #site-header,
.datv-mentoria-page #site-headerRWD,
.datv-mentoria-page .footer_7_4,
.datv-mentoria-page #whatsapp-button {
  display: none !important;
}

.datv-mentoria-page {
  margin: 0;
  background: #f6f6f4;
}

.da-landing {
  --da-ink: #090909;
  --da-muted: #5d5d5b;
  --da-soft: #9a9a98;
  --da-line: rgba(0, 0, 0, .13);
  --da-accent: #c48a52;
  width: 100%;
  overflow: hidden;
  color: var(--da-ink);
  background: #f7f7f5;
  font-family: "DoubleA Inter", Inter, "Helvetica Neue", Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

.da-landing *,
.da-landing *::before,
.da-landing *::after { box-sizing: border-box; }
.da-landing a { color: inherit; text-decoration: none; }
.da-landing figure { margin: 0; }

.da-header {
  position: relative;
  z-index: 20;
  min-height: 86px;
  padding: 0 clamp(26px, 5.2vw, 100px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0,0,0,.07);
  background: rgba(247,247,245,.96);
}

.da-brand {
  font-size: clamp(13px, 1.25vw, 20px);
  font-weight: 750;
  letter-spacing: .34em;
  white-space: nowrap;
}

.da-header__contact {
  padding: 15px 0 12px;
  border-bottom: 1px solid var(--da-ink);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.da-section {
  position: relative;
  min-height: min(920px, calc(100svh - 20px));
  padding: clamp(70px, 8vw, 150px) clamp(26px, 6.8vw, 132px);
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr);
  align-items: center;
  gap: clamp(46px, 6vw, 116px);
  border-bottom: 1px solid rgba(0,0,0,.045);
  background: #f7f7f5;
}

.da-copy { max-width: 680px; }
.da-eyebrow {
  margin: 0 0 26px;
  color: var(--da-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.da-landing h1,
.da-landing h2 {
  margin: 0 0 28px;
  font-family: "DoubleA SF Pro Display", "SF Pro Display", "DoubleA Inter", sans-serif;
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

.da-landing h1 { font-size: clamp(50px, 4.2vw, 82px); }
.da-landing h2 { font-size: clamp(44px, 3.6vw, 70px); }
.da-landing h1 span,
.da-landing h2 span,
.da-quote blockquote span { color: var(--da-soft); }
.da-copy > p:not(.da-eyebrow) { max-width: 610px; color: var(--da-muted); font-size: clamp(16px, 1.15vw, 21px); }
.da-copy strong { color: var(--da-ink); }

.da-button {
  min-width: 260px;
  min-height: 76px;
  margin: 40px 28px 0 0;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid var(--da-ink);
  border-radius: 3px;
  background: var(--da-ink);
  color: #fff !important;
  font-size: 14px;
  font-weight: 650;
  transition: transform .2s ease, background .2s ease;
}
.da-button:hover { transform: translateY(-2px); background: #252525; }
.da-text-link {
  display: inline-block;
  padding: 18px 0 7px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 650;
}

.da-image {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  background: #efefec;
}
.da-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.da-icon {
  width: 42px;
  height: 42px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.da-hero {
  padding-top: clamp(64px, 7vw, 120px);
  padding-bottom: 0;
  grid-template-rows: 1fr auto;
  align-items: center;
}
.da-hero .da-copy { padding-bottom: 66px; }
.da-image--hero {
  align-self: stretch;
  min-height: 610px;
  border-radius: 0;
  background: transparent;
}
.da-image--hero img { object-position: center center; }
.da-image--hero img,
.da-image--final img { mix-blend-mode: multiply; }
.da-hero-stats {
  grid-column: 1 / -1;
  width: min(1120px, 74%);
  margin-top: -68px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(247,247,245,.94);
}
.da-hero-stats div { min-height: 88px; padding: 18px 28px; border-left: 1px solid var(--da-line); }
.da-hero-stats div:first-child { border-left: 0; }
.da-hero-stats strong,
.da-hero-stats span { display: block; }
.da-hero-stats strong { font-size: 13px; font-weight: 800; text-transform: uppercase; }
.da-hero-stats span { margin-top: 6px; color: var(--da-muted); font-size: 12px; }

.da-about {
  padding-bottom: clamp(70px, 6vw, 110px);
  grid-template-rows: auto auto auto;
  row-gap: 34px;
}
.da-image--about,
.da-image--software {
  aspect-ratio: 1.62 / 1;
  border-radius: clamp(28px, 4vw, 66px);
}
.da-image--about img,
.da-image--software img { object-position: center center; }

.da-proof {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 8px;
}
.da-proof > div { min-height: 182px; padding: 18px 32px; border-left: 1px solid var(--da-line); }
.da-proof > div:first-child { border-left: 0; }
.da-proof .da-icon { margin-bottom: 14px; }
.da-proof strong,
.da-proof b,
.da-proof p { display: block; margin: 0; }
.da-proof strong { font-size: clamp(24px, 2vw, 38px); line-height: 1; text-transform: uppercase; }
.da-proof b { margin-top: 3px; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; }
.da-proof p { margin-top: 11px; color: var(--da-muted); font-size: 13px; line-height: 1.35; }

.da-trusted {
  grid-column: 1 / -1;
  position: relative;
  min-height: 118px;
  padding: 16px 0 8px;
  overflow: hidden;
  background: transparent;
}
.da-trusted__title {
  margin: 0 0 9px;
  padding-left: 1.2%;
  color: #3f3f3d;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.da-trusted__reference {
  position: static;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.da-trusted__mobile { display: none; }

.da-split { grid-template-rows: auto auto; row-gap: 38px; }
.da-split .da-copy > p { line-height: 1.55; }
.da-list { margin: 26px 0; padding: 0; display: grid; gap: 17px; list-style: none; color: #464644; font-size: 15px; }
.da-list li { position: relative; padding-left: 28px; }
.da-list li::before { content: "×"; position: absolute; left: 0; top: -1px; font-weight: 700; }
.da-conclusion { padding-top: 24px; border-top: 2px solid rgba(196,138,82,.65); }
.da-numbers {
  grid-column: 1 / -1;
  padding: 24px 36px 28px;
  border-radius: 18px;
  background: rgba(255,255,255,.63);
}
.da-numbers > p { margin: 0 0 12px; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.da-numbers > div { display: grid; grid-template-columns: repeat(4, 1fr); }
.da-numbers article { padding: 6px 34px; border-left: 1px solid var(--da-line); }
.da-numbers article:first-child { border-left: 0; padding-left: 0; }
.da-numbers strong,
.da-numbers span { display: block; }
.da-numbers strong { font-size: clamp(42px, 4vw, 70px); line-height: 1; }
.da-numbers span { max-width: 240px; margin-top: 13px; color: var(--da-muted); font-size: 13px; line-height: 1.45; }

.da-quote {
  grid-template-columns: 1fr;
  background: #f7f7f5;
  color: var(--da-ink);
}
.da-quote > div { max-width: 1280px; }
.da-quote blockquote {
  margin: 0 0 42px;
  font-family: "DoubleA SF Pro Display", "SF Pro Display", "DoubleA Inter", sans-serif;
  font-size: clamp(58px, 5.6vw, 108px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.055em;
  text-transform: lowercase;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}
.da-quote p { color: var(--da-ink); font-size: clamp(17px, 1.4vw, 24px); }

.da-system { grid-template-columns: minmax(0, .86fr) minmax(560px, 1.14fr); }
.da-system h2 { max-width: 650px; }
.da-steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; }
.da-steps li { position: relative; min-height: 140px; padding: 0 22px; border-top: 1px solid rgba(0,0,0,.45); text-align: center; }
.da-steps li::before { content: ""; position: absolute; top: -4px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--da-ink); }
.da-steps span { display: block; width: 48px; margin: -23px auto 60px; background: #f7f7f5; font-size: 24px; font-weight: 700; }
.da-steps strong { font-size: 15px; }

.da-learning { grid-template-columns: minmax(0, .92fr) minmax(540px, 1.08fr); }
.da-includes { grid-template-columns: minmax(0, .8fr) minmax(560px, 1.2fr); }
.da-feature-grid,
.da-include-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.da-feature-grid > div,
.da-include-grid > div {
  min-height: 190px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-left: 1px solid var(--da-line);
  border-bottom: 1px solid var(--da-line);
  text-align: center;
}
.da-feature-grid > div:nth-child(3n+1) { border-left: 0; }
.da-feature-grid > div:nth-child(n+4) { border-bottom: 0; }
.da-feature-grid .da-icon,
.da-include-grid .da-icon { width: 46px; height: 46px; }
.da-feature-grid span,
.da-include-grid span { max-width: 190px; font-size: 15px; font-weight: 700; }

.da-includes h2,
.da-faq__intro h2,
.da-final h2 {
  font-family: "DoubleA SF Pro Display", "SF Pro Display", "DoubleA Inter", sans-serif;
  font-weight: 700;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.da-includes h2 { font-size: clamp(72px, 6.2vw, 108px); line-height: .9; }
.da-include-grid { grid-template-columns: repeat(2, 1fr); }
.da-include-grid > div:nth-child(odd) { border-left: 0; }
.da-include-grid > div:nth-child(n+3) { border-bottom: 0; }
.da-include-grid > div:last-child { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--da-line); }

.da-faq { align-items: center; grid-template-columns: minmax(0, .7fr) minmax(600px, 1.3fr); }
.da-faq__intro h2 { margin: 0; font-size: clamp(96px, 9vw, 150px); line-height: .86; }
.da-faq__subtitle { margin: 28px 0 38px; color: #aaa; font-size: clamp(42px, 4.8vw, 84px); font-weight: 650; line-height: .88; letter-spacing: -.045em; }
.da-faq__intro > p:last-of-type { max-width: 380px; font-size: 17px; }
.da-accordion { border-top: 1px solid var(--da-line); }
.da-accordion__item { border-bottom: 1px solid var(--da-line); }
.da-accordion h3 { margin: 0; }
.da-accordion button {
  width: 100%;
  min-height: 86px;
  padding: 16px 14px;
  display: grid;
  grid-template-columns: 46px 1fr 30px;
  gap: 24px;
  align-items: center;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 16px;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}
.da-number { width: 35px; height: 35px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--da-ink); color: #fff; font-size: 12px; }
.da-plus { font-size: 27px; font-weight: 300; transition: transform .2s ease; }
.da-accordion button[aria-expanded="true"] .da-plus { transform: rotate(45deg); }
.da-accordion__answer { padding: 0 52px 28px 84px; color: var(--da-muted); font-size: 15px; }
.da-accordion__answer p { margin: 0; }

.da-final { padding-right: 0; grid-template-columns: minmax(0, 1.05fr) minmax(520px, .95fr); overflow: hidden; }
.da-final .da-copy { position: relative; z-index: 2; max-width: 1000px; }
.da-final h2 { font-size: clamp(76px, 7vw, 116px); line-height: .92; }
.da-final .da-copy > p { color: #666; font-size: clamp(22px, 2.2vw, 38px); font-weight: 650; line-height: 1.15; text-transform: uppercase; }
.da-image--final { align-self: stretch; min-height: 680px; background: transparent; }
.da-image--final img { object-position: center center; }

.da-contact {
  padding: clamp(76px, 8vw, 140px) clamp(26px, 6.8vw, 132px);
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(480px, 1.22fr);
  gap: clamp(52px, 8vw, 140px);
  background: #0e0e0e;
  color: #fff;
}
.da-contact h2 { margin: 0 0 24px; color: #fff; font-size: clamp(52px, 5vw, 92px); }
.da-contact__intro > p:not(.da-eyebrow) { max-width: 500px; color: #bcbcbc; }
.da-contact__intro > a { display: inline-block; margin-top: 28px; border-bottom: 1px solid #777; }
.da-contact__form { padding: clamp(24px, 3vw, 42px); border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.035); }
.da-contact__form input:not([type="submit"]),
.da-contact__form textarea,
.da-contact__form select { width: 100%; padding: 16px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); border-radius: 0; background: transparent; color: #fff; font: inherit; }
.da-contact__form textarea { min-height: 150px; resize: vertical; }
.da-contact__form label { color: #ddd; font-size: 13px; }
.da-contact__form input[type="submit"] { padding: 17px 30px; border: 1px solid #fff; border-radius: 2px; background: #fff; color: #111; font-weight: 800; cursor: pointer; }
.da-contact__form .wpcf7-spinner { background: #fff; }

.da-footer {
  min-height: 250px;
  padding: 54px clamp(26px, 6.8vw, 132px);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 50px;
  background: #080808;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.12);
}
.da-footer__mail { text-align: right; }
.da-footer__mail span,
.da-footer__mail a { display: block; }
.da-footer__mail span { margin-bottom: 8px; color: #888; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.da-footer__mail a { font-size: clamp(18px, 1.7vw, 26px); }
.da-footer__legal { grid-column: 1 / -1; padding-top: 28px; display: flex; flex-wrap: wrap; gap: 18px 30px; border-top: 1px solid rgba(255,255,255,.12); color: #8f8f8f; font-size: 11px; }

.da-reveal { opacity: 1; transform: none; }
.da-landing.da-js .da-reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.da-landing.da-js .da-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .da-section { grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 46px; }
  .da-system,
  .da-learning,
  .da-includes,
  .da-faq { grid-template-columns: 1fr 1.15fr; }
  .da-proof > div { padding: 16px; }
}

@media (max-width: 900px) {
  .da-header { min-height: 70px; }
  .da-section {
    min-height: auto;
    padding: 84px 26px;
    grid-template-columns: 1fr;
    gap: 46px;
  }
  .da-landing.da-js .da-reveal { opacity: 1; transform: none; transition: none; }
  .da-landing h1 { font-size: clamp(46px, 10vw, 72px); }
  .da-landing h2 { font-size: clamp(44px, 9vw, 68px); }
  .da-hero { padding-bottom: 0; }
  .da-hero .da-copy { padding-bottom: 0; }
  .da-image--hero { min-height: 0; aspect-ratio: 3 / 2; }
  .da-hero-stats { grid-column: auto; width: 100%; margin-top: 0; grid-template-columns: repeat(2, 1fr); }
  .da-hero-stats div:nth-child(3) { border-left: 0; border-top: 1px solid var(--da-line); }
  .da-hero-stats div:nth-child(4) { border-top: 1px solid var(--da-line); }
  .da-proof,
  .da-trusted,
  .da-numbers { grid-column: auto; }
  .da-proof { grid-template-columns: repeat(2, 1fr); }
  .da-proof > div { border-bottom: 1px solid var(--da-line); }
  .da-proof > div:nth-child(odd) { border-left: 0; }
  .da-proof > div:last-child { grid-column: 1 / -1; border-left: 0; }
  .da-trusted { min-height: 0; padding: 24px 0; }
  .da-trusted__title { margin-bottom: 22px; padding-left: 0; }
  .da-trusted__reference { display: none; }
  .da-trusted__mobile { display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 24px 18px; }
  .da-trusted__mobile strong,
  .da-trusted__mobile span { font-size: 12px; text-align: center; }
  .da-trusted__mobile span { color: var(--da-muted); text-transform: uppercase; }
  .da-numbers > div { grid-template-columns: repeat(2, 1fr); }
  .da-numbers article { padding: 25px; border-bottom: 1px solid var(--da-line); }
  .da-numbers article:nth-child(odd) { border-left: 0; }
  .da-numbers article:nth-child(3),
  .da-numbers article:nth-child(4) { border-bottom: 0; }
  .da-system,
  .da-learning,
  .da-includes,
  .da-faq,
  .da-final { grid-template-columns: 1fr; }
  .da-steps { margin-top: 35px; }
  .da-feature-grid,
  .da-include-grid { margin-top: 15px; }
  .da-final { padding-right: 26px; }
  .da-image--final { min-height: 0; aspect-ratio: 3 / 2; }
  .da-contact { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .da-header { padding: 0 20px; }
  .da-brand { font-size: 11px; letter-spacing: .24em; }
  .da-header__contact { font-size: 10px; }
  .da-section { padding: 68px 20px; gap: 34px; }
  .da-landing h1 { font-size: clamp(42px, 13vw, 60px); }
  .da-landing h2 { font-size: clamp(40px, 12vw, 56px); }
  .da-system h2 span br { display: none; }
  .da-eyebrow { font-size: 10px; }
  .da-button,
  .da-text-link { width: 100%; margin-right: 0; }
  .da-button { min-width: 0; min-height: 64px; }
  .da-image--hero,
  .da-image--final { aspect-ratio: 1 / 1; }
  .da-image--about,
  .da-image--software { aspect-ratio: 1.25 / 1; border-radius: 26px; }
  .da-hero { padding-bottom: 0; }
  .da-hero-stats { grid-template-columns: 1fr; }
  .da-hero-stats div { border-left: 0; border-top: 1px solid var(--da-line); }
  .da-hero-stats div:first-child { border-top: 0; }
  .da-proof { grid-template-columns: 1fr; }
  .da-proof > div,
  .da-proof > div:last-child { grid-column: auto; border-left: 0; }
  .da-trusted { padding: 22px 0; }
  .da-trusted__mobile { grid-template-columns: repeat(2, 1fr); gap: 22px 14px; }
  .da-numbers { padding: 22px; }
  .da-numbers > div { grid-template-columns: 1fr; }
  .da-numbers article,
  .da-numbers article:first-child { padding: 24px 0; border-left: 0; border-bottom: 1px solid var(--da-line); }
  .da-numbers article:nth-child(3) { border-bottom: 1px solid var(--da-line); }
  .da-numbers article:last-child { border-bottom: 0; }
  .da-quote blockquote { font-size: clamp(46px, 14vw, 68px); }
  .da-steps { grid-template-columns: 1fr; gap: 40px; }
  .da-steps li { min-height: 80px; }
  .da-steps span { margin-bottom: 34px; }
  .da-feature-grid,
  .da-include-grid { grid-template-columns: 1fr; }
  .da-feature-grid > div,
  .da-include-grid > div,
  .da-include-grid > div:last-child { grid-column: auto; min-height: 140px; border-left: 0; border-bottom: 1px solid var(--da-line); border-top: 0; }
  .da-feature-grid > div:last-child,
  .da-include-grid > div:last-child { border-bottom: 0; }
  .da-faq__intro h2 { font-size: 100px; }
  .da-faq__subtitle { font-size: 44px; }
  .da-accordion button { min-height: 76px; padding: 14px 2px; grid-template-columns: 36px 1fr 22px; gap: 13px; font-size: 14px; }
  .da-number { width: 30px; height: 30px; }
  .da-accordion__answer { padding: 0 6px 24px 49px; font-size: 14px; }
  .da-final h2 { font-size: clamp(52px, 14vw, 64px); }
  .da-contact { padding: 68px 20px; }
  .da-contact__form { padding: 20px; }
  .da-footer { padding: 46px 20px; grid-template-columns: 1fr; }
  .da-footer__mail { text-align: left; }
  .da-footer__legal { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .da-landing *,
  .da-landing *::before,
  .da-landing *::after { scroll-behavior: auto !important; transition: none !important; }
}
