:root {
  --figma-ink: #0f0f0f;
  --figma-paper: #f2f0ef;
  --figma-muted: #717171;
  --figma-blue: #6faadc;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: none;
}

html::-webkit-scrollbar { display: none; }

body {
  width: 100vw;
  overflow-x: hidden;
  background: var(--figma-paper);
  color: var(--figma-ink);
}

body header.nav {
  position: absolute !important;
  inset: 0 0 auto;
  top: 0 !important;
  width: 100%;
  height: 110px;
  z-index: 1000;
  background: rgba(17, 17, 17, .26);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

body .nav-inner {
  position: relative;
  width: min(100% - 40px, 1280px);
  height: 110px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
}

body .nav-inner .logo a {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

body .nav-menu {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  background: transparent;
}

body .nav-menu ul {
  gap: 70px;
}

body .nav-menu a {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

body .hamburger {
  display: none;
}

body #hero {
  position: relative;
  margin-top: 0 !important;
  height: min(1080px, 100svh);
  min-height: 720px;
  overflow: hidden;
  background: #000;
}

body #hero .hero-video,
body #hero .hero-video > div,
body #hero .hero-video iframe {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

body #hero .hero-video iframe {
  transform: scale(1.015);
}

body #hero .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, .02) 70%, rgba(0, 0, 0, .55) 100%);
}

body #hero .content {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  padding: 0;
}

body #hero .conheca {
  position: absolute;
  left: 50%;
  bottom: 9%;
  transform: translateX(-50%);
}

body #hero .scroll-indicator {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

body #hero .seta {
  order: -1;
}

body .bio-section {
  min-height: 638px;
  padding: 90px 20px 80px;
  background: #fff;
}

body .bio-container {
  width: min(100%, 1264px);
  max-width: none;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 305px 280px minmax(0, 549px);
  gap: 70px;
  align-items: center;
}

body .img-perfil {
  width: 305px;
  height: 458px;
  object-fit: cover;
  object-position: center 28%;
}

body .bio-header {
  align-self: end;
  padding-bottom: 14px;
}

body .bio-name {
  margin: 0 0 35px;
  color: var(--figma-ink);
  font-size: 66px;
  line-height: 1;
  letter-spacing: -2.64px;
}

body .bio-subtitle {
  margin: 0;
  color: var(--figma-muted);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -.8px;
}

body .bio-right {
  width: auto;
  color: var(--figma-ink);
  font-size: 18px;
  line-height: 30px;
}

body .bio-text {
  margin: 0 0 22px;
  font-size: inherit;
  line-height: inherit;
}

body .testimonials-section {
  padding: 110px 20px 114px;
  background: var(--figma-paper);
}

body .testimonials-header {
  margin: 0 auto 75px;
  text-align: center;
}

body .testimonials-title {
  margin: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 56px;
}

body .testimonials-grid {
  width: min(100%, 1264px);
  max-width: none;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 383px));
  gap: 20px;
  justify-content: center;
  align-items: start;
}

body .testimonial-card {
  width: 100%;
  min-height: 462px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, .66);
  box-shadow: none;
}

body .testimonial-thumbnail {
  height: 245px;
  aspect-ratio: auto;
}

body .testimonial-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .play-button {
  width: 40px;
  height: 40px;
  background: rgba(15, 15, 15, .52);
}

body .testimonial-content {
  box-sizing: border-box;
  height: 217px;
  min-height: 217px;
  overflow: hidden;
  padding: 26px 18px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

body .testimonial-quote {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
}

body .testimonial-author {
  margin: 22px 0 0;
  font-size: 15px;
  line-height: 30px;
}

body .diagram {
  position: relative;
  height: 1083px;
  padding: 150px 20px 0;
  overflow: hidden;
  background: #0f0f0f url("../img/end-section-03.jpg") no-repeat center top;
  background-size: 429px 72px;
}

body .diagram .conteudo {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}

body .eco-text {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: 56px;
}

body .about-text-02 {
  width: min(100%, 536px);
  margin: 10px auto 0;
  color: #b6b4b4;
  font-size: 18px;
  line-height: 30px;
}

.home-ecosystem {
  position: relative;
  width: 655px;
  height: 655px;
  margin: 36px auto 0;
}

.home-ecosystem-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.home-ecosystem-ring-outer { width: 655px; height: 655px; }
.home-ecosystem-ring-middle { width: 517px; height: 517px; }
.home-ecosystem-ring-inner { width: 387px; height: 387px; border-color: rgba(255, 255, 255, .42); }

.home-ecosystem-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 291px;
  height: auto;
  transform: translate(-50%, -50%);
}

.home-ecosystem-label {
  position: absolute;
  color: #b6b4b4;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 5.3px;
}

.home-ecosystem-black { left: 5%; top: 34%; }
.home-ecosystem-blue { right: 2%; top: 61%; }

body .produtos-cta {
  position: absolute;
  left: 50%;
  bottom: 70px;
  width: auto;
  padding: 0;
  transform: translateX(-50%);
  background: transparent;
}

body .produtos-text {
  padding: 0;
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .36px;
  white-space: nowrap;
}

.home-products {
  background: var(--figma-paper);
  color: var(--figma-ink);
  padding-bottom: 150px;
}

.home-products-hero {
  position: relative;
  height: 417px;
  overflow: hidden;
  background: #0f0f0f;
}

.home-products-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .62);
  mix-blend-mode: luminosity;
}

.home-products-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 72%;
  opacity: .72;
  filter: grayscale(1);
}

.home-product {
  width: min(100% - 40px, 1220px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 555px) minmax(0, 1fr);
  gap: 100px;
  align-items: center;
}

.home-product-black {
  margin-top: -48px;
}

.home-product-blue {
  margin-top: 94px;
  grid-template-columns: minmax(0, 524px) minmax(0, 620px);
  gap: 90px;
}

.home-product-mobile-logo {
  display: none;
}

.home-product-gallery-black {
  position: relative;
  z-index: 2;
}

.home-product-main-photo {
  width: 555px;
  height: 541px;
  object-fit: cover;
  object-position: center 50%;
}

.home-product-small-photos {
  display: grid;
  grid-template-columns: 207px 325px;
  gap: 23px;
  margin-top: 20px;
}

.home-product-small-photos img {
  width: 100%;
  height: 289px;
  object-fit: cover;
}

.home-product-blue-photo {
  width: 620px;
  height: 590px;
  object-fit: cover;
  object-position: center;
}

.home-product-copy {
  align-self: center;
}

.home-product-logo {
  display: block;
  width: 360px;
  height: 170px;
  margin: 0 0 35px;
}

.home-product-blue .home-product-logo {
  margin-left: 0;
}

.home-product-copy h2 {
  margin: 0 0 32px;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
}

.home-product-copy p {
  margin: 0 0 26px;
  color: #515151;
  font-size: 18px;
  line-height: 38px;
}

.home-product-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 244px;
  margin-top: 6px;
  padding: 20px 32px;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.home-product-cta-black { background: #0f0f0f; }
.home-product-cta-blue { background: var(--figma-blue); }

body .social-media-section {
  height: 480px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

body .social-container {
  display: flex;
  align-items: center;
  gap: 28px;
}

body .social-title {
  margin: 0;
  color: var(--figma-ink);
  font-size: 36px;
  line-height: 48px;
}

body .social-icons {
  display: flex;
  gap: 20px;
}

body .social-icon {
  color: #000;
  font-size: 64px;
}

body .site-footer {
  min-height: 150px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  background: #0f0f0f;
}

body .footer-inner {
  width: min(100%, 1320px);
  max-width: none;
  padding: 0;
}

body .footer-icons {
  display: none;
}

@media (max-width: 760px) {
  body header.nav {
    height: 80px;
  }

  body .nav-inner {
    width: 100%;
    height: 80px;
    padding: 0 20px;
  }

  body .nav-inner .logo a {
    font-size: 16px;
    letter-spacing: 3.2px;
  }

  body .hamburger {
    display: flex;
    width: 23px;
    height: 20px;
  }

  body .nav-menu {
    position: fixed;
    inset: 80px 0 auto;
    width: 100%;
    padding: 28px 20px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    background: rgba(15, 15, 15, .96);
  }

  body .nav-menu.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  body .nav-menu ul {
    flex-direction: column;
    gap: 20px;
  }

  body #hero {
    height: 563px;
    min-height: 0;
  }

  body #hero .hero-video-mobile,
  body #hero .hero-video-mobile > div,
  body #hero .hero-video-mobile iframe {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
  }

  body #hero .hero-video-mobile iframe {
    transform: scale(1.03);
  }

  body #hero .conheca {
    bottom: 37px;
  }

  body #hero .scroll-indicator {
    gap: 11px;
    font-size: 14px;
  }

  body .bio-section {
    min-height: 0;
    padding: 34px 20px 40px;
  }

  body .bio-container {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  body .bio-header {
    order: 1;
    align-self: stretch;
    padding: 0;
    text-align: center;
  }

  body .bio-name {
    margin: 0 0 12px;
    font-size: 46px;
    line-height: 48px;
    letter-spacing: -1.84px;
  }

  body .bio-subtitle {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -.68px;
  }

  body .img-perfil {
    order: 2;
    width: 100%;
    height: 307px;
    margin-top: 16px;
    object-position: center 25%;
  }

  body .bio-right {
    order: 3;
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  body .bio-text {
    margin-bottom: 20px;
  }

  body .testimonials-section {
    padding: 35px 20px 40px;
  }

  body .testimonials-header {
    margin-bottom: 28px;
  }

  body .testimonials-title {
    width: 270px;
    margin: 0 auto;
    font-size: 28px;
    line-height: 34px;
  }

  body .testimonials-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  body .testimonial-card {
    min-height: 0;
  }

  body .testimonial-thumbnail {
    height: auto;
    aspect-ratio: 353 / 226;
  }

  body .testimonial-content {
    height: auto;
    min-height: 182px;
    overflow: visible;
    padding: 20px 17px 16px;
  }

  body .testimonial-quote,
  body .testimonial-author {
    font-size: 16px;
    line-height: 24px;
  }

  body .diagram {
    height: 765px;
    padding: 118px 20px 0;
    background-size: 429px 72px;
  }

  body .eco-text {
    width: 310px;
    margin: 0 auto;
    font-size: 28px;
    line-height: 34px;
  }

  body .about-text-02 {
    width: 323px;
    margin-top: 18px;
    font-size: 16px;
    line-height: 24px;
  }

  .home-ecosystem {
    width: 570px;
    height: 570px;
    margin: 18px 0 0 50%;
    transform: translateX(-50%);
  }

  .home-ecosystem-ring-outer { width: 570px; height: 570px; }
  .home-ecosystem-ring-middle { width: 361px; height: 361px; }
  .home-ecosystem-ring-inner { width: 213px; height: 213px; }

  .home-ecosystem-logo {
    width: 168px;
  }

  .home-ecosystem-label {
    font-size: 11px;
    letter-spacing: 4px;
  }

  .home-ecosystem-black { left: 25%; top: 35%; }
  .home-ecosystem-blue { right: 24%; top: 65%; }

  body .produtos-cta {
    bottom: 28px;
  }

  body .produtos-text {
    gap: 4px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .24px;
  }

  .home-products {
    padding-bottom: 58px;
  }

  .home-products-hero {
    height: 158px;
  }

  .home-product {
    width: 100%;
    margin: 0;
    padding: 40px 20px 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }

  .home-product-blue {
    margin-top: 78px;
  }

  .home-product-mobile-logo {
    order: 1;
    display: block;
    width: 207px;
    height: 98px;
    margin: 0 auto 25px;
  }

  .home-product-gallery {
    order: 2;
  }

  .home-product-copy {
    order: 3;
  }

  .home-product-copy .home-product-logo {
    display: none;
  }

  .home-product-main-photo {
    width: calc(100% + 40px);
    height: 428px;
    margin-left: -20px;
  }

  .home-product-small-photos {
    grid-template-columns: 132px 1fr;
    gap: 10px;
    margin-top: -124px;
    position: relative;
    z-index: 2;
  }

  .home-product-small-photos img {
    height: 184px;
  }

  .home-product-copy h2 {
    margin: 25px 0 18px;
    font-size: 24px;
    line-height: 34px;
  }

  .home-product-copy p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .home-product-cta {
    min-width: 183px;
    margin-top: 0;
    padding: 15px 26px;
    border-radius: 6px;
    font-size: 15px;
  }

  .home-product-gallery-blue {
    width: 100%;
  }

  .home-product-blue-photo {
    width: 100%;
    height: 336px;
    object-fit: cover;
  }

  body .social-media-section {
    height: 231px;
  }

  body .social-container {
    flex-direction: column;
    gap: 18px;
  }

  body .social-title {
    font-size: 28px;
    line-height: 34px;
  }

  body .social-icon {
    font-size: 50px;
  }

  body .site-footer {
    min-height: 150px;
    padding: 25px 20px;
  }

  body .footer-inner,
  body .footer-left,
  body .footer-right {
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    text-align: center;
  }

  body .footer-left .brand {
    margin: 0;
  }

  body .logo-footer {
    width: 120px;
  }

  body .tagline,
  body .footer-email {
    font-size: 12px;
  }
}

/* Precision pass against Figma frames 1243:123 and 1374:85. */
@media (min-width: 761px) {
  body .bio-container {
    position: relative;
    width: 1262px;
    height: 468px;
    display: block;
  }
  body .img-perfil { position: absolute; left: 0; top: 5px; }
  body .bio-header { position: absolute; left: 394px; top: 205px; width: 280px; padding: 0; }
  body .bio-right { position: absolute; left: 758px; top: 16px; width: 549px; }

  body .testimonials-section { height: 1299px; box-sizing: border-box; padding: 100px 20px 100px; }
  body .testimonials-header { margin-bottom: 39px; }
  body .testimonials-grid { justify-content: start; }
  body .testimonials-grid { row-gap: 21px; }
  body .testimonial-card:nth-child(n + 4) { height: 521px; }
  body .testimonial-card:nth-child(n + 4) .testimonial-content { height: 276px; min-height: 276px; }

  body .diagram { padding: 0; }
  body .diagram .conteudo { position: relative; display: block; width: 100%; height: 100%; }
  body .diagram .eco-text {
    position: absolute;
    left: 0;
    top: 170px;
    width: 100%;
    margin: 0;
    transform: none;
  }
  body .about-text-02 { position: absolute; left: 50%; top: 236px; width: 536px; max-width: none; margin: 0; transform: translateX(-50%); }
  .home-ecosystem { position: absolute; left: 50%; top: 321px; margin: 0; transform: translateX(-50%); }
  body .produtos-cta { bottom: 60px; }

  .home-product-black { width: 1218px; }
  .home-product-black .home-product-gallery { transform: translateY(1px); }
  .home-product-black .home-product-copy { align-self: start; margin-top: 82px; }
  .home-product-black .home-product-logo { margin-bottom: 52px; }

  .home-product-blue { position: relative; width: 1320px; height: 833px; display: block; }
  .home-product-blue .home-product-copy { position: absolute; left: 83px; top: -13px; width: 524px; }
  .home-product-blue .home-product-logo { margin-bottom: 49px; }
  .home-product-blue .home-product-gallery { position: absolute; left: 686px; top: 66px; width: 753px; }
  .home-product-blue-photo { width: 753px; height: 716px; }

  body .site-footer { box-sizing: border-box; height: 151px; min-height: 151px; }
  body .logo-footer { object-fit: contain; }
}

@media (max-width: 760px) {
  body .bio-section { box-sizing: border-box; height: 1050px; padding: 41px 20px 0; }

  body .testimonials-section {
    box-sizing: border-box;
    height: 2911px;
    padding: 40px 20px 41px;
  }
  body .testimonials-header { margin-bottom: 20px; }
  body .testimonial-card { flex: none; overflow: hidden; }
  body .testimonial-thumbnail { height: 226px; aspect-ratio: auto; }
  body .testimonial-card:nth-child(1),
  body .testimonial-card:nth-child(2) { height: 409px; }
  body .testimonial-card:nth-child(3) { height: 434px; }
  body .testimonial-card:nth-child(4) { height: 456px; }
  body .testimonial-card:nth-child(5) { height: 454px; }
  body .testimonial-card:nth-child(6) { height: 480px; }
  body .testimonial-card:nth-child(1) .testimonial-content,
  body .testimonial-card:nth-child(2) .testimonial-content { height: 183px; min-height: 183px; }
  body .testimonial-card:nth-child(3) .testimonial-content { height: 208px; min-height: 208px; }
  body .testimonial-card:nth-child(4) .testimonial-content { height: 230px; min-height: 230px; }
  body .testimonial-card:nth-child(5) .testimonial-content { height: 228px; min-height: 228px; }
  body .testimonial-card:nth-child(6) .testimonial-content { height: 254px; min-height: 254px; }

  body .diagram { margin-top: -3px; padding: 0; }
  body .diagram .conteudo { position: relative; display: block; width: 100%; height: 100%; }
  body .diagram .eco-text {
    position: absolute;
    left: 50%;
    top: 127px;
    width: 290px;
    margin: 0;
    transform: translateX(-50%);
  }
  body .about-text-02 {
    position: absolute;
    left: 50%;
    top: 210px;
    width: 323px;
    margin: 0;
    transform: translateX(-50%);
  }
  .home-ecosystem {
    position: absolute;
    left: 50%;
    top: 193.7px;
    width: 570px;
    height: 570px;
    margin: 0;
    transform: translateX(-50%);
  }
  body .produtos-cta { left: 50%; top: 712px; bottom: auto; transform: translateX(-50%); }

  .home-products { padding-bottom: 58px; }
  .home-product { position: relative; padding: 0; display: block; overflow: visible; }
  .home-product-black { height: 1031px; }
  .home-product-black .home-product-mobile-logo {
    position: absolute; left: 103px; top: 41px; width: 207px; height: 98px; margin: 0;
  }
  .home-product-black .home-product-gallery { position: absolute; left: 0; top: 164px; width: 100%; }
  .home-product-black .home-product-main-photo { width: 440px; max-width: none; height: 428px; margin: 0 0 0 -22px; }
  .home-product-black .home-product-small-photos {
    position: absolute; left: 20px; top: 304px; width: 353px; height: 184px;
    margin: 0; grid-template-columns: 132px 211px; gap: 13px;
  }
  .home-product-black .home-product-copy { position: absolute; left: 20px; top: 678px; width: 353px; }
  .home-product-black .home-product-copy h2 { width: 339px; margin: 0 0 10px 7px; }
  .home-product-black .home-product-cta { position: absolute; left: 0; top: 334px; margin: 0; }

  .home-product-blue { height: 1048px; margin-top: 78px; }
  .home-product-blue .home-product-mobile-logo {
    position: absolute; left: 103px; top: 40px; width: 207px; height: 98px; margin: 0;
  }
  .home-product-blue .home-product-gallery { position: absolute; left: 22px; top: 198px; width: 354px; }
  .home-product-blue-photo { width: 354px; height: 336px; }
  .home-product-blue .home-product-copy { position: absolute; left: 20px; top: 559px; width: 353px; }
  .home-product-blue .home-product-copy h2 { margin: 0 0 10px; }
  .home-product-blue .home-product-cta { position: absolute; left: 0; top: 416px; margin: 0; }

  body .site-footer { box-sizing: border-box; height: 150px; min-height: 150px; padding: 25px 20px; }
  body .footer-inner { box-sizing: border-box; padding: 0; }
  body .logo-footer { object-fit: contain; }
}
