@charset "UTF-8";
/*
  Página: Hilab Lens (novo layout v4 — Figma node 6157-943)
  Segue os tokens/padrões de flow-v3.css
*/

/* =========================================
   1. TOKENS
   ========================================= */
:root {
  --color-dark: #072b31; /* Brand/Dark Forest */
  --color-light: #e6eee1; /* Quantzun Quartz   */
  --color-teal: #2f5854; /* Verde Botânico    */
  --color-botanico: #2a554e;
  --color-accent: #d3fe8a;
  --color-grey-bg: #f6f6f8;
  --color-g950: #2f3437;
  --color-g900: #51585e;
  --color-g800: #606a73;
  --color-brand-50: #ebfff8;
  --color-white: #ffffff;

  --font-aeonik-regular: "Aeonik Regular", sans-serif;
  --font-aeonik-bold: "Aeonik Bold", sans-serif;
  --font-aeonik-light: "Aeonik Light", sans-serif;
  --font-fono-regular: "Aeonik Fono Regular", monospace;
  --font-fono-bold: "Aeonik Fono Bold", monospace;
  --font-feature-regular: "Feature Deck Regular", sans-serif;
  --font-feature-bold: "Feature Deck Bold", sans-serif;

  --max-content-width: 1442px;
}

/* =========================================
   2. FONTES
   ========================================= */
@font-face {
  font-family: "Aeonik Regular";
  src: url("fonts/aeonik/Aeonik-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik Bold";
  src: url("fonts/aeonik/Aeonik-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik Light";
  src: url("fonts/aeonik/Aeonik-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik Fono Regular";
  src: url("fonts/aeonik-fono/AeonikFono-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik Fono Bold";
  src: url("fonts/aeonik-fono/AeonikFono-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Feature Deck Regular";
  src: url("fonts/feature/FeatureDeckCondensed-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Feature Deck Bold";
  src: url("fonts/feature/FeatureDeckCondensed-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* =========================================
   3. BASE
   ========================================= */
#lens-v4 {
  background-color: var(--color-white);
  overflow-x: hidden;
}
#lens-v4 *,
#lens-v4 *::before,
#lens-v4 *::after {
  box-sizing: border-box;
}
#lens-v4 h1,
#lens-v4 h2,
#lens-v4 h3,
#lens-v4 p,
#lens-v4 dl,
#lens-v4 dt,
#lens-v4 dd,
#lens-v4 ol,
#lens-v4 ul {
  margin: 0;
  padding: 0;
}
#lens-v4 .content {
  width: 100%;
  max-width: var(--max-content-width);
  margin: 0 auto;
}
#lens-v4 .lens-arrow {
  flex: 0 0 auto;
}
#lens-v4 .mobile {
  display: none;
}

/* =========================================
   4. HERO
   ========================================= */
#lens-v4 .lens-hero {
  margin-top: 69px;
  background-color: var(--color-grey-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 120px 42px 80px;
}
#lens-v4 .lens-hero .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#lens-v4 .lens-hero-pills {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
#lens-v4 .lens-pill {
  font-family: var(--font-fono-regular);
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: var(--color-g950);
  border: 3px solid var(--color-dark);
  border-radius: 30px;
  padding: 6px 20px;
}
#lens-v4 .lens-pill.is-filled {
  background-color: var(--color-dark);
  color: var(--color-light);
}
#lens-v4 .lens-hero-title {
  font-family: var(--font-feature-regular);
  font-weight: 400;
  font-size: 94px;
  line-height: 97px;
  letter-spacing: 0;
  color: var(--color-dark);
  max-width: 1442px;
}
#lens-v4 .lens-hero-title strong {
  font-family: var(--font-feature-bold);
  font-weight: 700;
}
#lens-v4 .lens-anvisa {
  margin-top: 48px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-aeonik-regular);
  font-size: 16px;
  line-height: 18px;
  color: var(--color-g800);
  text-decoration: none;
}
#lens-v4 .lens-anvisa:hover {
  text-decoration: underline;
}
#lens-v4 .lens-hero-img {
  margin-top: 72px;
  display: flex;
  justify-content: center;
}
#lens-v4 .lens-hero-img img {
  width: auto;
  height: 511px;
  max-width: 100%;
  display: block;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  #lens-v4 .lens-hero-img img {
    height: auto;
  }
}

/* =========================================
   5. FEATURES (strip de 4 colunas)
   ========================================= */
#lens-v4 .lens-features {
  padding: 80px 0;
}
#lens-v4 .lens-features .content {
  display: flex;
  justify-content: center;
  gap: 68px;
}
#lens-v4 .lens-feature {
  flex: 1 1 0;
  max-width: 310px;
  display: flex;
  flex-direction: column;
}
#lens-v4 .lens-feature-icon {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 16px;
}
#lens-v4 .lens-feature-title {
  font-family: var(--font-aeonik-bold);
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: var(--color-g950);
}
#lens-v4 .lens-feature-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-botanico);
  margin: 12px 0;
}
#lens-v4 .lens-feature-line.bold {
  height: 8px;
  margin: 8px 0;
}
#lens-v4 .lens-feature-text {
  font-family: var(--font-aeonik-regular);
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 12px;
  color: var(--color-g800);
}

/* =========================================
   6. CÁPSULA / DESTAQUES (seção escura)
   ========================================= */
#lens-v4 .lens-callout-decoration {
  border-top: 5px solid var(--color-accent);
  margin: 16px auto;
  display: block;
  width: auto;
  margin-left: 42px;
}
#lens-v4 .lens-capsula {
  padding: 40px 0;
}
#lens-v4 .lens-capsula .desktop {
  display: block;
}
#lens-v4 .lens-capsula .mobile {
  display: none;
}
#lens-v4 .lens-capsula-row {
  display: flex;
  align-items: center;
  gap: 48px;
  background-color: var(--color-dark);
}

#lens-v4 .lens-capsula-img {
  flex: 1 1 55%;
  position: relative;
}
#lens-v4 .lens-capsula-img img {
  width: 100%;
  height: auto;
  margin: -2px 0 -2px 0;
  display: block;
  border-radius: 0 0 120px 0;
}
#lens-v4 .lens-capsula-card {
  flex: 1 1 45%;
  align-self: stretch;
  background-color: var(--color-dark);
  border-radius: 0 0 80px 0;
  margin: auto 48px auto auto;
  color: var(--color-light);
}
#lens-v4 .lens-callout-list {
  list-style: none;
  counter-reset: cap;
}
#lens-v4 .lens-callout-list li {
  counter-increment: cap;
  position: relative;
  padding: 16px 0 16px 0;
  margin-left: 42px;
  border-bottom: 1px solid rgba(230, 238, 225, 0.2);
  font-family: var(--font-aeonik-regular);
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
#lens-v4 .lens-callout-list li::before {
  content: counter(cap);
  position: absolute;
  left: -42px;
  top: 13px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--color-accent);
  color: var(--color-dark);
  font-family: var(--font-aeonik-bold);
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#lens-v4 .lens-spec-list {
  list-style: none;
  margin-top: 24px;
}
#lens-v4 .lens-spec-list li {
  position: relative;
  padding: 10px 0 10px 42px;
  font-family: var(--font-aeonik-regular);
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
#lens-v4 .lens-spec-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 9px;
  color: var(--color-accent);
  font-weight: 700;
}
#lens-v4 .lens-capsula-notes {
  border-top: 1px solid var(--color-accent);
  border-bottom: 1px solid var(--color-accent);
  padding: 16px 0;
  margin-top: 32px;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}
#lens-v4 .lens-capsula-notes p {
  font-family: var(--font-aeonik-regular);
  font-size: 12px;
  line-height: 18px;
  color: var(--color-g800);
}

@media screen and (max-width: 1200px) {
  #lens-v4 .lens-capsula-row {
    gap: 16px;
  }
  #lens-v4 .lens-capsula-card {
    margin: auto 16px auto auto;
  }
}

@media screen and (max-width: 764px) {
  #lens-v4 .lens-capsula-card {
    margin: auto;
  }
}

/* =========================================
   7. ESPECIFICAÇÕES TÉCNICAS
   ========================================= */
#lens-v4 .lens-especificacoes {
  padding: 80px 0;
}
#lens-v4 .lens-espec-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 32px;
  padding: 64px;
  background-color: var(--color-light);
}
#lens-v4 .lens-espec-card {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: center;
}
#lens-v4 .lens-espec-text {
  flex: 1 1 58%;
}
#lens-v4 .lens-espec-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 4px;
  border-bottom: 6px solid var(--color-dark);
  margin-bottom: 32px;
}
#lens-v4 .lens-espec-container h2 {
  font-family: var(--font-aeonik-regular);
  font-weight: 600;
  font-size: 48px;
  line-height: 52px;
  color: var(--color-dark);
}
#lens-v4 .lens-espec-item {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(7, 43, 49, 0.15);
}
#lens-v4 .lens-espec-item dt {
  flex: 0 0 42%;
  font-family: var(--font-fono-bold);
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: var(--color-dark);
}
#lens-v4 .lens-espec-item dd {
  flex: 1;
  font-family: var(--font-fono-regular);
  font-size: 18px;
  line-height: 26px;
  color: var(--color-g900);
}
#lens-v4 .lens-espec-img {
  flex: 1 1 42%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
#lens-v4 .lens-espec-img img {
  max-width: 380px;
  width: 100%;
  height: auto;
  display: block;
}

/* =========================================
   8. SEÇÕES DE MÍDIA (efetividade / prêmio)
   ========================================= */
#lens-v4 .lens-media {
  padding: 80px 0;
}
#lens-v4 .lens-media .content {
  display: flex;
  align-items: center;
  gap: 80px;
}

#lens-v4 .lens-media .bg-light {
  background-color: var(--color-light);
  border-radius: 32px;
}

#lens-v4 .lens-media-img {
  flex: 1 1 50%;
}
#lens-v4 .lens-media-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}
#lens-v4 .lens-media-content {
  flex: 1 1 50%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
#lens-v4 .lens-media-content h2 {
  font-family: var(--font-aeonik-regular);
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  color: var(--color-dark);
}
#lens-v4 .lens-media-content p {
  font-family: var(--font-aeonik-regular);
  font-size: 18px;
  line-height: 26px;
  color: var(--color-g800);
}
#lens-v4 .lens-media-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 8px;
}
#lens-v4 .lens-media-logos img {
  display: block;
  height: 48px;
  width: auto;
}
#lens-v4 .lens-media-badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 8px;
}
#lens-v4 .lens-media-badges img {
  display: block;
  height: 60px;
  width: auto;
}

/* =========================================
   9. CTA FOLHETO
   ========================================= */
#lens-v4 .lens-folheto {
  padding: 40px 0 120px;
}
#lens-v4 .lens-folheto .content {
  background-color: var(--color-dark);
  border-radius: 32px;
  padding: 64px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  gap: 48px;
}
#lens-v4 .lens-folheto h2 {
  font-family: var(--font-feature-regular);
  font-weight: 400;
  font-size: 56px;
  line-height: 60px;
  color: var(--color-white);
  flex: 1 1 auto;
  max-width: 900px;
}
#lens-v4 .lens-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background-color: var(--color-teal);
  color: var(--color-brand-50);
  font-family: var(--font-aeonik-regular);
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 40px;
  transition: background-color 0.25s ease;
}
#lens-v4 .lens-btn:hover {
  background-color: var(--color-dark);
}
#lens-v4 .lens-btn-light {
  flex: 0 0 auto;
  background-color: var(--color-teal);
  color: var(--color-light);
  margin: auto;
}
#lens-v4 .lens-btn-light:hover {
  background-color: var(--color-accent);
  color: var(--color-dark);
}

/* =========================================
   10. RESPONSIVO
   ========================================= */
@media (max-width: 1200px) {
  #lens-v4 .lens-hero-title {
    font-size: 72px;
    line-height: 76px;
  }
  #lens-v4 .lens-folheto h2 {
    font-size: 44px;
    line-height: 48px;
  }
}

@media (max-width: 768px) {
  #lens-v4 .lens-hero {
    padding: 96px 24px 64px;
  }
  #lens-v4 .lens-hero-pills {
    margin-bottom: 56px;
  }
  #lens-v4 .lens-hero-title {
    font-size: 56px;
    line-height: 60px;
  }

  #lens-v4 .content {
    padding: 0 24px;
  }

  /* features -> grade 2x2 */
  #lens-v4 .lens-features .content {
    flex-wrap: wrap;
    gap: 48px;
  }
  #lens-v4 .lens-feature {
    flex: 1 1 40%;
    max-width: none;
  }

  /* cápsula empilha */
  #lens-v4 .lens-capsula-row {
    flex-direction: column;
    gap: 32px;
  }
  #lens-v4 .lens-capsula-img,
  #lens-v4 .lens-capsula-card {
    width: 100%;
    flex: 1 1 auto;
  }
  #lens-v4 .lens-capsula-card {
    padding: 40px;
  }

  /* especificações empilha */
  #lens-v4 .lens-espec-card {
    flex-direction: column;
    width: stretch;
  }
  #lens-v4 .lens-espec-text,
  #lens-v4 .lens-espec-img {
    width: 100%;
    flex: 1 1 auto;
  }
  #lens-v4 .lens-espec-container h2 {
    font-size: 40px;
    line-height: 44px;
  }

  /* seções de mídia empilham */
  #lens-v4 .lens-media .content {
    flex-direction: column;
    gap: 40px;
  }
  #lens-v4 .lens-media-img,
  #lens-v4 .lens-media-content {
    width: 100%;
    flex: 1 1 auto;
  }
  #lens-v4 .lens-media-content {
    align-items: center;
    text-align: center;
  }
  #lens-v4 .lens-media-logos,
  #lens-v4 .lens-media-badges {
    justify-content: center;
  }

  /* folheto empilha */
  #lens-v4 .lens-folheto .content {
    flex-direction: column;
    align-items: flex-start;
    padding: 48px;
  }
  #lens-v4 .lens-folheto h2 {
    font-size: 40px;
    line-height: 44px;
  }
}

@media (max-width: 768px) {
  #lens-v4 .lens-hero {
    padding: 72px 20px 48px;
  }
  #lens-v4 .lens-hero-pills {
    gap: 12px;
  }
  #lens-v4 .lens-pill {
    font-size: 15px;
    padding: 5px 16px;
    border-width: 2px;
  }
  #lens-v4 .lens-hero-title {
    font-size: 40px;
    line-height: 42px;
  }
  #lens-v4 .lens-hero-img img {
    width: 320px;
  }

  #lens-v4 .content {
    padding: 0 20px;
  }

  /* features -> 1 coluna */
  #lens-v4 .lens-features {
    padding: 56px 0;
  }
  #lens-v4 .lens-feature {
    flex: 0 0 100%;
    border-left: none;
    padding: 0;
  }

  #lens-v4 .lens-capsula .desktop {
    display: none;
  }
  #lens-v4 .lens-capsula .mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #lens-v4 .lens-capsula .mobile img {
    margin-bottom: 48px;
    width: -webkit-fill-available;
  }
  #lens-v4 .lens-capsula .lens-spec-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
    width: stretch;
  }
  #lens-v4 .lens-spec-list li::before {
    display: none;
  }
  #lens-v4 .lens-capsula .lens-spec-list li {
    border: 1px solid var(--color-g950);
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    padding: 10px 24px;
  }
  #lens-v4 .lens-capsula .lens-capsula-notes {
    padding: 16px;
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  #lens-v4 .lens-feature-icon {
    margin-bottom: 16px;
  }

  #lens-v4 .lens-capsula-card {
    padding: 32px 24px;
    border-radius: 0 0 56px 0;
  }
  #lens-v4 .lens-espec-container {
    padding: 32px 24px;
    border-radius: 0 0 56px 0;
  }
  #lens-v4 .lens-espec-header {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  #lens-v4 .lens-espec-header img {
    height: 24px;
    margin-bottom: 8px;
  }
  #lens-v4 .lens-espec-container h2 {
    font-size: 32px;
    line-height: 36px;
  }
  #lens-v4 .lens-espec-item {
    flex-direction: column;
    gap: 2px;
  }
  #lens-v4 .lens-espec-item dt {
    flex: 1 1 auto;
  }
  #lens-v4 .lens-espec-item dt,
  #lens-v4 .lens-espec-item dd {
    font-size: 16px;
    line-height: 24px;
  }

  #lens-v4 .lens-media-content h2,
  #lens-v4 .lens-folheto h2 {
    font-size: 32px;
    line-height: 36px;
  }

  #lens-v4 .lens-folheto {
    padding: 24px 0 72px;
  }
  #lens-v4 .lens-folheto .content {
    padding: 32px 24px;
    border-radius: 0 0 56px 0;
  }
}
