@charset "UTF-8";
/*
  Página: Hilab Flow (novo layout v3 — Figma node 619-3213)
  Segue os tokens/padrões de dispositivos.css e clinicas-e-consultorios.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
   ========================================= */
#flow {
  background-color: var(--color-white);
  overflow-x: hidden;
}
#flow *,
#flow *::before,
#flow *::after { box-sizing: border-box; }
#flow h1, #flow h2, #flow h3, #flow p, #flow dl, #flow dt, #flow dd, #flow ol, #flow ul {
  margin: 0;
  padding: 0;
}
#flow .content {
  width: 100%;
  max-width: var(--max-content-width);
  margin: 0 auto;
  padding: 0 42px;
}
#flow .flow-arrow { flex: 0 0 auto; }
#flow .mobile { display: none; }
/* =========================================
   4. HERO
   ========================================= */
#flow .flow-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;
}
#flow .flow-hero .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#flow .flow-hero-pills {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
#flow .flow-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;
}
#flow .flow-pill.is-filled {
  background-color: var(--color-dark);
  color: var(--color-light);
}
#flow .flow-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;
}
#flow .flow-hero-title strong {
  font-family: var(--font-feature-bold);
  font-weight: 700;
}
#flow .flow-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;
}
#flow .flow-anvisa:hover { text-decoration: underline; }
#flow .flow-hero-img {
  margin-top: 72px;
  display: flex;
  justify-content: center;
}
#flow .flow-hero-img img {
  width: auto;
  height: 511px;
  max-width: 100%;
  display: block;
  object-fit: contain;
}

/* =========================================
   5. FEATURES (strip de 4 colunas)
   ========================================= */
#flow .flow-features { padding: 80px 0; }
#flow .flow-features .content {
  display: flex;
  justify-content: center;
  gap: 68px;
}
#flow .flow-feature {
  flex: 1 1 0;
  max-width: 310px;
  display: flex;
  flex-direction: column;
}
#flow .flow-feature-icon {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 16px;
}
#flow .flow-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);
}
#flow .flow-feature-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-botanico);
  margin: 12px 0;
}
#flow .flow-feature-line.bold {
  height: 8px;
  margin: 8px 0;
}
#flow .flow-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)
   ========================================= */
#flow .flow-callout-decoration {
  border-top: 5px solid var(--color-accent);
  margin: 16px auto;
  display: block;
  width: auto;
  margin-left: 42px;
}
#flow .flow-capsula { padding: 40px 0; }
#flow .flow-capsula .desktop {
  display: block;
}
#flow .flow-capsula .mobile {
  display: none;
}
#flow .flow-capsula-row {
  display: flex;
  align-items: center;
  gap: 48px;
  background-color: var(--color-dark);
}

#flow .flow-capsula-img {
  flex: 1 1 55%;
  position: relative;
}
#flow .flow-capsula-img img {
  width: 100%;
  height: auto;
  display: block;
}
#flow .flow-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);
}
#flow .flow-callout-list {
  list-style: none;
  counter-reset: cap;
}
#flow .flow-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;
}
#flow .flow-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;
}
#flow .flow-spec-list {
  list-style: none;
  margin-top: 24px;
}
#flow .flow-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;
}
#flow .flow-spec-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 9px;
  color: var(--color-accent);
  font-weight: 700;
}
#flow .flow-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;
}
#flow .flow-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) {
  #flow .flow-capsula-row {
    gap: 16px;
  }
  #flow .flow-capsula-card {
    margin: auto 16px auto auto;
  }
}

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

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

/* =========================================
   8. ESTUDO NATURE
   ========================================= */
#flow .flow-nature { padding: 120px 0 40px; }
#flow .flow-nature .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
}
#flow .flow-nature-left {
  flex: 0 1 553px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
}
#flow .flow-nature-logo { height: 50.81px; width: 207.56px; display: block; }
#flow .flow-nature-left h2 {
  font-family: var(--font-aeonik-light);
  font-weight: 300;
  font-size: 48px;
  line-height: 48px;
  color: var(--color-dark);
}
#flow .flow-nature-left h2 strong {
  font-family: var(--font-aeonik-bold);
  font-weight: 700;
}
#flow .flow-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;
}
#flow .flow-btn:hover { background-color: var(--color-dark); }
#flow .flow-nature-right {
  flex: 0 1 438px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
#flow .flow-sr-logo { height: 36px; width: fit-content; display: block; }
#flow .flow-articles { display: flex; flex-direction: column; gap: 40px; }
#flow .flow-article { display: flex; flex-direction: column; gap: 16px; }
#flow .flow-article-tags { display: flex; gap: 4px; flex-wrap: wrap; }
#flow .flow-tag {
  border: 1px solid var(--color-black, #000);
  border-radius: 20px;
  padding: 4px 8px;
  font-family: var(--font-fono-regular);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #000;
}
#flow .flow-article-title {
  font-family: var(--font-aeonik-bold);
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: var(--color-dark);
  text-decoration: none;
}
#flow .flow-article-title:hover { text-decoration: underline; }
#flow .flow-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-aeonik-regular);
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: var(--color-g800);
  text-decoration: none;
}
#flow .flow-link:hover { text-decoration: underline; }

/* =========================================
   9. CTA FOLHETO
   ========================================= */
#flow .flow-folheto { padding: 40px 0 120px; }
#flow .flow-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;
}
#flow .flow-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;
}
#flow .flow-btn-light {
  flex: 0 0 auto;
  background-color: var(--color-teal);
  color: var(--color-light);
}
#flow .flow-btn-light:hover { background-color: var(--color-accent); color: var(--color-dark); }

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

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

  #flow .content { padding: 0 24px; }

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

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

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

  /* nature empilha */
  #flow .flow-nature { padding: 80px 0 24px; }
  #flow .flow-nature .content { flex-direction: column; gap: 56px; }
  #flow .flow-nature-left,
  #flow .flow-nature-right { flex: 1 1 auto; width: 100%; }
  #flow .flow-nature-left h2 { font-size: 40px; line-height: 44px; }
  #flow .flow-btn {
    margin: 0 auto;
  }

  #flow .flow-nature .flow-divider {
    display: block !important;
    width: 100%;
    height: 1px;
    background-color: var(--color-light);
    margin: 0 auto;
  }

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

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

  #flow .content { padding: 0 20px; }

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

  #flow .flow-nature-logo {
    margin: 0 auto;
    display: block;
  }
  #flow .flow-nature-left h2{
    align-items: center;
    text-align: center;
  }
  #flow .flow-btn {
    margin: 0 auto;
  }

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

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

  #flow .flow-capsula-card { padding: 32px 24px; border-radius: 0 0 56px 0; }
  #flow .flow-espec-container { padding: 32px 24px; border-radius: 0 0 56px 0; }
  #flow .flow-espec-container h2 { font-size: 32px; line-height: 36px; }
  #flow .flow-espec-item { flex-direction: column; gap: 2px; }
  #flow .flow-espec-item dt { flex: 1 1 auto; }
  #flow .flow-espec-item dt,
  #flow .flow-espec-item dd { font-size: 16px; line-height: 24px; }

  #flow .flow-nature-left h2,
  #flow .flow-folheto h2 { font-size: 32px; line-height: 36px; }
  #flow .flow-nature-right { gap: 40px; }

  #flow .flow-folheto { padding: 24px 0 72px; }
  #flow .flow-folheto .content { padding: 32px 24px; border-radius: 0 0 56px 0; }
  #flow .flow-sr-logo {
    margin-top: 1rem;
  }
}
