/* 
Theme Name: Athoderma
Theme URI: http://artedigital.rio
Author: RC
Author URI: http://artedigita.rio
Description: Athoderma
Version: 1.0
Text Domain: artedigital
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* font-optical-sizing: none; */
}

*::after,
*::before {
  box-sizing: inherit;
}

img {
  display: inline-block;
  max-width: 100%;
}

/*  */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  /* background-color: #f5f5f5 */
}

a {
  color: #000;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: .3s all ease;
  background-color: transparent;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none
}

a:hover {
  /* color: var(--gold); */
  text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6,
aside a,
footer a {
  word-break: break-word
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

p {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1rem
}

ol,
ul {
  padding-left: 15px;
  margin: 40px 0;
}

li {
  margin-bottom: 1rem;
}

blockquote {
  background: #f9f9f9;
  border-left: 5px solid rgba(121, 121, 253, 0.5);
  padding: 1px 10px
}

img {
  border-style: none;
  vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Inter", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

h1 {
  font-size: 2.5rem
}

h2 {
  font-size: 2rem
}

h3 {
  font-size: 2.375rem
}

h4 {
  font-size: 2.125rem
}

h5 {
  font-size: 1.875rem
}

h6 {
  font-size: 1.625rem
}

table,
th,
td {
  border: 1px solid #333
}

strong {
  font-weight: 700;
}

fieldset {
  min-width: 0
}

header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  font-weight: 400;
  background: #fff;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow-x: auto;
  overflow-y: auto;
  max-width: 500px
}

::placeholder {
  color: #FFFFFF;
}

.container {
  width: 100%;
  /*max-width: 1170px;*/
  /*padding-right: 15px;*/
  /*padding-left: 15px;*/
  margin-right: auto;
  margin-left: auto
}

.container {
  display: block;
}

.row,
.row2 {
  display: flex;
  flex-wrap: wrap;
}

.row2 {
  margin-left: -15px;
  margin-right: -15px;
}


.list-1 ul {
  padding-left: 0;
}

.list-1 li {
  display: block;
}

.list-1 li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #FFF;
  border: 2px solid var(--color-brand1);
  margin-right: 16px;
  position: relative;
  top: -3px;
}

/* utils */

.w-full {
  width: 100%;
}


.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

.w-full {
  width: 100%;
}

.text-center {
  text-align: center;
}

.italic {
  font-style: italic;
}

.hr {
  position: relative;
}

.hr-1 {
  width: 100%;
  height: 5px;
  background: var(--ly-gray2);
  z-index: 1;
  border: 0;
}

.hr-top {
  position: absolute;
  top: 0;
}

.hr-bottom {
  position: absolute;
  bottom: 0;
}

/**/
:root {
  --gold: #cda130;
  --gold-2: #d8b458;
  --gold-3: #fae984;
  --cream: #fdf7d3;
  --cream-2: #f7edc8;
  --ink: #2d2d2d;
  --muted: #666666;
  --light: #f8f8f8;
  --white: #ffffff;
  --dark: #434142;
  --line: #eaeaea;
  --shadow: 0 18px 45px rgba(45, 45, 45, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
  background: var(--white);
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
}

.narrow {
  width: min(100% - 48px, 920px);
}

.section {
  padding: 78px 0;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 36px;
  color: var(--ink);
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
  text-wrap: auto;
}

.section-title::before,
.section-title::after {
  content: "";
  flex: 0 0 24px;
  width: 24px;
  height: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-title::before {
  background-image: url("assets/title_left.svg");
}

.section-title::after {
  background-image: url("assets/title_right.svg");
}

.section-lead,
.section-kicker {
  width: min(100%, 720px);
  margin: -18px auto 42px;
  color: var(--dark);
  font-size: 16px;
  text-align: center;
}

.section-kicker {
  color: var(--gold);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-rendering: geometricPrecision;
}

.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  border: 1px solid var(--gold);
  color: var(--white);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 12px 28px rgba(205, 161, 48, 0.22);
}

.btn-outline {
  border: 1px solid var(--gold);
  color: var(--ink);
  background: var(--white);
}

.btn-outline-dark {
  border: 1px solid var(--gold-2);
  color: var(--white);
}

.site-header {
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(14px);
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 0;
}

.mini-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 35px;
  padding: 0 16px;
  background: #ffffff;
  border: 1px solid #fae984;
  border-radius: 999px;
  color: #2d2d2d;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}

.mini-action strong {
  font-weight: 700;
}

.mini-action img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.header-main {
  display: flex;
  min-height: 149px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.header-content {
  display: grid;
  flex: 1;
  gap: 22px;
  justify-items: end;
}

.logo img {
  width: 220px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(13px, 1.7vw, 26px);
}

.desktop-nav a {
  color: #000000;
  font-family: "Poppins-Medium", "Poppins", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.desktop-nav a:hover {
  color: var(--gold);
}

.menu-toggle,
.menu-close {
  display: none;
}

.mobile-menu {
  display: none;
}

.mobile-quick-actions {
  display: none;
}

.hero {
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.hero picture {
  display: block;
}

.hero img {
  display: block;
  width: 1920px;
  max-width: none;
  min-height: 260px;
  margin-inline: auto;
  object-fit: cover;
}

.elemento-visual-float {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: start;
}

.elemento-visual-float:before {
  content: '';
  display: block;
  background-image: url(assets/elemento-visual-1.svg);
  background-position: center center;
  width: 1016px;
  height: 292px;
  position: absolute;
  margin-left: -1930px;
  margin-top: -50px;
}

.about {
  position: relative;
  overflow: hidden;
}

.about-grid {
  display: grid;
  align-items: center;
  gap: 0;
  grid-template-columns: 0.92fr 1.08fr;
}

.about-image img {
  width: 100%;
  max-width: 470px;
  border-radius: 15px;
}

.eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.about-copy h1,
.about-copy h2 {
  margin: 0 0 18px;
  color: #2d2d2d;
  font-family: "Poppins-Medium", "Poppins", Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.highlight-name {
  color: #cda130;
}

.about-copy h1 b,
.about-copy h2 b {
  color: #cda130;
  font-weight: 500;
}

.about-copy p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 16px;
}

.features {
  padding: 10px 0 64px;
}

.feature-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}

.feature-grid article {
  opacity: 0;
  text-align: center;
  transition: opacity 0.5s ease;
}

.features.is-visible .feature-grid article {
  opacity: 1;
}

.feature-grid article:nth-child(2) {
  transition-delay: 500ms;
}

.feature-grid article:nth-child(3) {
  transition-delay: 1000ms;
}

.feature-grid article:nth-child(4) {
  transition-delay: 1500ms;
}

.feature-grid img {
  width: 66px;
  height: 66px;
  box-sizing: content-box;
  margin: 0 auto 16px;
  padding: 17px 45px;
  background: url("assets/bg-ico-card@2x.png") center / contain no-repeat;
  object-fit: contain;
}

.feature-grid h3 {
  margin: 0 0 7px;
  font-size: 16px;
  font-weight: 600;
}

.feature-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.conditions,
.technologies,
.team {
  position: relative;
  overflow: hidden;
}

.conditions>.container,
.technologies>.container,
.team>.container {
  position: relative;
  z-index: 1;
}

.conditions::before,
.technologies::before,
.team::before {
  content: "";
  position: absolute;
  right: -10%;
  left: -10%;
  height: 80px;
  border-radius: 50%;
  background: var(--white);
  pointer-events: none;
}


.conditions::before {
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 166px;
  border-radius: 0;
  background: url("assets/wave_top_style1.png") top center / 1920px 166px no-repeat;
  background-color: #fff;
}

.conditions {
  background: #efe1bc;
  padding-top: 115px;
  padding-bottom: 50px;
}

.technologies::before {
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 140px;
  border-radius: 0;
  background: url("assets/wave_top_style2.png") top center / 1920px 140px no-repeat;
  background-color: #efe1bc;
}

.team::before {
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  height: 140px;
  border-radius: 0;
  background: url("assets/wave_top_style3.png") top center / 1920px 140px no-repeat;
  background-color: #f3e8cc;
}

.condition-carousel {
  position: relative;
}

.condition-row {
  display: flex;
  gap: 30px;
  margin-inline: calc((100vw - min(1170px, 100vw - 48px)) / -2);
  overflow-x: auto;
  padding: 8px max(24px, calc((100vw - 1170px) / 2)) 18px;
  scroll-padding-inline: max(24px, calc((100vw - 1170px) / 2));
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.condition-row::-webkit-scrollbar {
  display: none;
}

.condition-row:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 8px;
}

.condition-row article {
  flex: 0 0 270px;
  min-height: 225px;
  border-radius: 20px;
  padding: 22px 20px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, #FFFFFF 100%);
  scroll-snap-align: start;
  padding-bottom: 30px;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.condition-row article.is-outside-container {
  opacity: 0.5;
}

.condition-row span {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 17px;
}

.condition-row span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.condition-row h3 {
  margin: 0 0 10px;
  font-size: 15px;
}

.condition-row p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.carousel-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
  background: #FFFFFF;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.10);
}

.carousel-arrow img {
  display: block;
  width: 56px;
  height: 56px;
}

.carousel-arrow:hover {
  transform: translateY(-50%) scale(1.04);
}

.carousel-arrow:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.carousel-arrow:disabled {
  cursor: default;
  opacity: 0.34;
  transform: translateY(-50%);
}

.carousel-arrow-prev {
  left: max(-18px, calc((100vw - 1170px) / -2 + 18px));
}

.carousel-arrow-next {
  right: max(-18px, calc((100vw - 1170px) / -2 + 18px));
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.carousel-dots[hidden] {
  display: none;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(205, 161, 48, 0.32);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, width 0.2s ease;
}

.carousel-dot.is-active {
  width: 22px;
  background: #cda130;
}

.carousel-dot:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.technologies {
  background: #f3e8cc;
  padding-top: 100px;
}

.tech-grid {
  display: grid;
  gap: 30px 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 30px;
}

.tech-grid article {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 170px;
  margin-left: 52px;
  padding: 34px 28px 34px 80px;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.50) 0%, #FFFFFF 100%);
  border-radius: 20px;
}

.tech-grid img {
  position: absolute;
  top: 50%;
  left: -52px;
  width: 116px;
  height: 116px;
  border: 3px solid var(--white);
  border-radius: 50%;
  object-fit: cover;
  transform: translateY(-50%);
}

.tech-grid h3 {
  margin: 0 0 8px;
  color: #111111;
  font-size: 15px;
  line-height: 1.3;
  text-rendering: geometricPrecision;
}

.tech-grid p {
  margin: 0;
  color: #111111;
  font-size: 15px;
  line-height: 1.45;
}

.team {
  background: #f7efdd;
  padding-top: 100px;
}

.team-grid {
  display: grid;
  justify-content: center;
  gap: 50px;
  grid-template-columns: repeat(2, minmax(0, 570px));
}

.doctor-card {
  display: grid;
  align-items: center;
  gap: 30px;
  grid-template-columns: 240px 1fr;
}

.doctor-card img {
  width: 240px;
  height: 320px;
  border-radius: 16px;
  box-shadow: none;
  object-fit: cover;
}

.doctor-card h3 {
  margin: 0 0 12px;
  color: var(--gold);
  font-family: "Poppins-Bold", "Poppins", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.doctor-card strong {
  display: block;
  margin-bottom: 14px;
  color: #101010;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.doctor-card p {
  margin: 0;
  color: #101010;
  font-size: 14px;
  line-height: 1.6;
}

.training {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 30px;
  grid-template-columns: 278px repeat(4, 170px);
  margin-top: 50px;
}

.training h3,
.training span {
  display: grid;
  min-height: 170px;
  place-items: center;
  border-radius: 16px;
  padding: 0;
  text-align: center;
}

.training h3 {
  margin: 0;
  color: var(--gold);
  justify-items: end;
  font-family: "Poppins-Bold", "Poppins", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  text-align: right;
  text-rendering: geometricPrecision;
}

.training span {
  color: var(--gold);
  background: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.testimonials {
  background: var(--white);
  padding-top: 30px;
  position: relative;
  z-index: 1;
}

.quote-icon {
  width: 85px;
  height: 85px;
  margin: 0 auto 26px;
  margin-top: -60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.testimonial-carousel {
  position: relative;
}

.testimonial-grid {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.testimonial-grid::-webkit-scrollbar {
  display: none;
}

.testimonial-grid:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 8px;
}

.testimonial-grid article {
  flex: 0 0 calc((100% - 44px) / 3);
  border: 4px solid #F7EFDD;
  border-radius: 20px;
  padding: 24px;
  background: var(--white);
  scroll-snap-align: start;
}

.stars {
  margin-bottom: 12px;
  color: var(--gold-3);
  letter-spacing: 0.16em;
}

.testimonial-grid p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 13px;
}

.testimonial-grid strong {
  font-size: 12px;
}

.cta {
  padding: 28px 0;
}

.cta .container {
  width: min(100% - 48px, 1300px);
}

.cta-box {
  display: grid;
  align-items: center;
  gap: 50px;
  grid-template-columns: 1fr 435px;
  min-height: 360px;
  border-radius: 20px;
  padding: 30px 95px;
  color: var(--white);
  background: #3f3d3e url("assets/bg-cta.png") center / cover no-repeat;
  animation: ctaBoxScaleIn 0.65s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  transform-origin: center;
}

@keyframes ctaBoxScaleIn {
  from {
    opacity: 0.86;
    transform: scale(0.96);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.cta-box h2 {
  margin: 0 0 10px;
  color: var(--gold-3);
  font-size: clamp(22px, 2.6vw, 36px);
  line-height: 1.15;
}

.cta-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 22px;
}

.cta-actions {
  display: grid;
  gap: 20px;
}

.cta-actions a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 435px;
  height: 52px;
  border: 3px solid var(--gold-2);
  border-radius: 10px;
  padding: 10px 18px;
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  text-rendering: geometricPrecision;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cta-actions a::before {
  content: "";
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cta-actions a::after {
  content: "";
  position: absolute;
  top: -35%;
  bottom: -35%;
  left: -45%;
  width: 36%;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.18) 45%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0.18) 55%, transparent 100%);
  transform: translateX(-140%) skewX(-18deg);
  transition: transform 0.7s ease;
  pointer-events: none;
}

.cta-actions a:nth-child(1)::before {
  width: 22px;
  height: 22px;
  background-image: url("assets/ico-cta-1.svg");
}

.cta-actions a:nth-child(2)::before {
  width: 26px;
  height: 26px;
  background-image: url("assets/ico-cta-2.svg");
}

.cta-actions a:nth-child(3)::before {
  width: 24px;
  height: 26px;
  background-image: url("assets/ico-cta-3.svg");
}

.cta-actions a:hover {
  border-color: var(--gold-3);
  box-shadow: 0 0 18px rgba(250, 233, 132, 0.22);
  transform: translateY(-1px);
}

.cta-actions a:hover::after {
  transform: translateX(520%) skewX(-18deg);
}

.pain-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 370px 1fr;
}

.pain h2 {
  margin: 0;
  color: var(--gold);
  font-size: clamp(26px, 3.2vw, 36px);
  line-height: 1.18;
  font-weight: 400;
  text-rendering: geometricPrecision;
}

.pain p {
  margin: 0 0 16px;
  color: var(--ink);
  line-height: 1.8;
}

.services {
  position: relative;
  padding-top: 110px;
}

.services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  max-width: 100%;
  height: 77px;
  background: url("assets/hr_curvas-style1.svg") top center / 1920px 77px no-repeat;
  pointer-events: none;
  transform: translateX(-50%);
}

.service-highlight {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 48px;
}

.service-highlight article {
  border-radius: 8px;
  background: var(--white);
}

.placeholder {
  display: grid;
  width: 100%;
  aspect-ratio: 1.45;
  place-items: center;
  border-radius: 8px;
  background: #eaeaea;
}

.placeholder::before {
  content: "";
  width: 60px;
  height: 48px;
  border: 6px solid #d2d2d2;
  border-radius: 5px;
  background:
    linear-gradient(135deg, transparent 55%, #d2d2d2 0) left bottom / 80% 60% no-repeat,
    radial-gradient(circle at 75% 25%, #d2d2d2 0 10%, transparent 11%);
}

.service-highlight h3,
.service-list h3 {
  margin: 18px 0 8px;
  color: var(--gold);
  font-size: 16px;
  line-height: 1.7;
  text-rendering: geometricPrecision;
}

.service-highlight p,
.service-list p {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
}

.service-list {
  display: grid;
  gap: 30px 56px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(205, 161, 48, 0.2);
  padding-top: 36px;
}

.faq {
  background: #fff;
}

.accordion {
  display: grid;
  gap: 20px;
}

.accordion details {
  border: 2px solid #FAE984;
  border-radius: 15px;
  background: var(--white);
}

.accordion summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 17px 62px 17px 20px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 32px;
  height: 32px;
  background: url("assets/faq-closed.svg") center / contain no-repeat;
  transform: translateY(-50%);
}

.accordion details[open] summary::after {
  background-image: url("assets/faq-opened.svg");
}

.accordion p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--muted);
  font-size: 13px;
}

.instagram {
  position: relative;
  padding-top: 110px;
}

.instagram::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  max-width: 100%;
  height: 77px;
  background-image: url("assets/hr_curvas-style2.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1920px 77px;
  pointer-events: none;
  transform: translateX(-50%);
}

.insta-grid {
  display: grid;
  align-items: center;
  gap: 44px;
  grid-template-columns: 370px 1fr;
}

.insta-icon {
  width: 38px;
  margin-bottom: 18px;
}

.instagram h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 28px;
  font-weight: 400;
}

.instagram h2 a {
  transition: color 0.2s ease;
}

.instagram h2 a:hover {
  color: var(--gold-2);
}

.instagram p {
  margin: 0;
  color: var(--muted);
}

.insta-feed {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.insta-feed img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: cover;
}

.footer {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--dark);
}

.footer-curve {
  display: block;
  width: 100%;
  height: 80px;
  margin-bottom: -1px;
  background-color: #fff;
  object-fit: cover;
  object-position: center top;
}

.footer-top {
  display: grid;
  align-items: center;
  gap: 30px;
  grid-template-columns: 1fr auto;
  padding: 34px 0;
  padding-bottom: 60px;
}

.footer-intro {
  display: grid;
  align-items: center;
  gap: 40px;
  grid-template-columns: 300px 350px;
}

.footer-top h2 {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.15;
  font-weight: 400;
  text-rendering: geometricPrecision;
}

.footer-top p {
  margin: 0;
  max-width: 350px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.footer-cta {
  display: flex;
  gap: 12px;
}

.footer-cta .btn-primary {
  box-shadow: none;
  width: 250px;
}

.footer-separator {
  width: 100%;
  height: 1px;
  background: #555455;
}

.footer-main {
  display: grid;
  gap: 46px;
  grid-template-columns: 300px 1fr 1.15fr;
  padding: 46px 0 56px;
}

.footer-logo {
  width: 250px;
}

.footer-brand p {
  max-width: 280px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.socials {
  display: flex;
  gap: 10px;
  padding-top: 15px;
}

.socials a {
  display: block;
  width: 41px;
  height: 41px;
}

.socials img {
  width: 41px;
  height: 41px;
}

address {
  display: grid;
  gap: 24px;
  margin: 0;
  font-style: normal;
  height: fit-content;
  padding-top: 15px;
}

address p {
  display: grid;
  align-items: start;
  gap: 13px;
  grid-template-columns: 22px 1fr;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

address img {
  width: 22px;
  height: auto;
  margin-top: 2px;
}

address a {
  color: inherit;
  text-decoration: none;
}

address p:nth-child(2) img {
  width: 23px;
}

address p:nth-child(3) img {
  width: 21px;
  margin-top: 1px;
}

address strong {
  color: var(--white);
  font-weight: 400;
}

.contact-form {
  display: grid;
  gap: 10px;
}

.contact-form h3 {
  margin: 0 0 4px;
  color: var(--gold-2);
  font-weight: 300;
  font-size: 27px;
}

/* .contact-form span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
} */

.contact-form input,
.contact-form textarea {

  width: 100%;
  border: 1px solid #9B9B9B;
  border-radius: 15px;
  padding: 11px 14px;
  color: var(--white);
  background: transparent;
  outline: none;
}

.contact-form textarea {
  min-height: 88px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.contact-form button,
.contact-form input[type=submit] {
  width: fit-content;
  border: 0;
  border-radius: 999px;
  padding: 9px 25px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 300;
  background-image: linear-gradient(270deg, #CDA130 0%, #DDBD32 100%);
}

.footer-bottom {
  background: #313030;
}

.footer-bottom .container {
  display: grid;
  min-height: 138px;
  align-items: center;
  gap: 52px;
  grid-template-columns: 188px 1fr 300px;
}

.footer-certification p,
.footer-doctors>p,
.footer-doctors div p,
.footer-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.footer-certification {
  display: grid;
  gap: 7px;
}

.footer-certification img {
  width: 160px;
}

.footer-doctors {
  display: grid;
  gap: 10px;
}

.footer-doctors div {
  display: grid;
  gap: 46px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-copy {
  justify-self: end;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  padding-top: 20px;
}

.reveal {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
}

@media (max-width: 1024px) {
  .header-main {
    min-height: 118px;
  }

  .header-content {
    gap: 14px;
  }

  .header-actions {
    gap: 9px;
  }

  .elemento-visual-float {
    display: none;
  }

  .mini-action {
    font-size: 12px;
    padding-inline: 12px;
  }

  .desktop-nav {
    gap: 12px;
  }

  .feature-grid,
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .training {
    grid-template-columns: repeat(2, 1fr);
  }

  .training h3 {
    grid-column: 1 / -1;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-intro,
  .footer-cta {
    justify-content: center;
  }

  .footer-bottom .container {
    gap: 28px;
    grid-template-columns: 180px 1fr;
    padding: 28px 0;
  }

  .footer-copy {
    grid-column: 1 / -1;
    justify-self: center;
    text-align: center;
  }

  .contact-form {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 22px;
  }

  .container,
  .narrow {
    width: min(100% - 32px, 520px);
  }

  .section {
    padding: 20px 0;
  }

  .conditions {
    padding-top: 58px;
  }

  .technologies {
    padding-top: 58px;
  }

  .team {
    padding-top: 58px;
    padding-bottom: 70px;
  }

  .conditions::before,
  .technologies::before,
  .team::before {
    height: 27px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 375px 27px;
  }

  .conditions::before {
    background-image: url("assets/wave_top_style1-mobile.svg");
  }

  .technologies::before {
    background-image: url("assets/wave_top_style2-mobile.svg");
  }

  .team::before {
    background-image: url("assets/wave_top_style3-mobile.svg");
  }

  .header-actions,
  .desktop-nav,
  .header-content {
    display: none;
  }

  .site-header {
    position: relative;
  }

  .header-main {
    min-height: 92px;
  }

  .logo img {
    width: 157px;
  }

  .menu-toggle {
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle img {
    display: block;
    width: 60px;
    height: 60px;
  }

  .mobile-quick-actions {
    display: grid;
    justify-content: center;
    gap: 14px;
    padding-bottom: 18px;
    padding-top: 25px;
  }

  .selo-anvisa-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
  }

  .mobile-quick-action {
    position: relative;
    display: flex;
    width: 255px;
    height: 50px;
    align-items: center;
    border-radius: 10px;
    padding: 0;
    font-family: "Poppins-Bold", "Poppins", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-rendering: geometricPrecision;
  }

  .mobile-quick-action::before {
    content: "";
    display: block;
    flex: 0 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .mobile-quick-action-whatsapp {
    gap: 14px;
    padding-left: 23px;
    color: #ffffff;
    background-image: linear-gradient(270deg, #CDA130 0%, #DDBD32 100%);
    border-radius: 10px;
  }

  .mobile-quick-action-whatsapp::before {
    width: 24px;
    height: 24px;
    background-image: url("assets/icone-zap-cta-mobile.svg");
  }

  .mobile-quick-action-online {
    gap: 16px;
    padding-left: 47px;
    border: 2px solid #cda130;
    color: #cda130;
    background: #ffffff;
  }

  .mobile-quick-action-online::before {
    width: 23px;
    height: 24px;
    background-image: url("assets/ico-agenda-cta-mobile.svg");
  }

  .mobile-menu {
    position: fixed;
    z-index: 100;
    inset: 0;
    display: none;
    background: var(--white);
  }

  .mobile-menu.is-open {
    display: block;
  }

  .mobile-menu-panel {
    width: min(100%, 430px);
    min-height: 100%;
    padding: 16px 16px 36px;
  }

  .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 42px;
  }

  .mobile-menu-head img {
    width: 157px;
  }

  .menu-close {
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-close img {
    display: block;
    width: 60px;
    height: 60px;
  }

  .mobile-menu nav {
    display: grid;
    gap: 24px;
    margin-bottom: 42px;
    padding: 0 10px;
  }

  .mobile-menu nav a {
    color: #111111;
    font-size: 16px;
    font-weight: 500;
  }

  .mobile-menu-actions {
    display: grid;
    gap: 20px;
    padding: 0 10px;
  }

  .mobile-menu-actions .btn {
    justify-content: flex-start;
    min-height: auto;
    font-size: 13.5px;
    border: 2px solid var(--gold-2);
    color: var(--ink);
    background: var(--white);
    border-radius: 10px;
    font-weight: 400;
    padding: 10px 10px;
    gap: 8px;
  }

  .hero img {
    width: 100%;
    max-width: 100%;
    min-height: auto;
  }

  .about::before {
    top: 100px;
    left: -260px;
  }

  .about-grid,
  .pain-grid,
  .insta-grid,
  .footer-top,
  .footer-main,
  .cta-box {
    grid-template-columns: 1fr;
  }

  .about-grid {
    gap: 28px;
  }

  .about-image img {
    max-width: 295px;
    margin-inline: auto;
  }

  .about-copy {
    text-align: left;
  }

  .about-copy p {
    font-size: 14px;
  }

  .about-copy .eyebrow {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .about-copy h1 {
    font-size: 20px;
    line-height: 28px;
    padding-top: 15px;
  }

  .feature-grid,
  .service-highlight,
  .service-list,
  .tech-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    gap: 30px;
  }

  .feature-grid article {
    max-width: 280px;
    margin-inline: auto;
  }

  .condition-row {
    --condition-card-width: min(78vw, 286px);
    margin-inline: -16px;
    padding-inline: calc((100vw - var(--condition-card-width)) / 2);
    scroll-padding-inline: calc((100vw - var(--condition-card-width)) / 2);
  }

  .condition-row article {
    flex-basis: var(--condition-card-width);
    min-height: 250px;
    scroll-snap-align: center;
  }

  .carousel-arrow {
    width: 40px;
    height: 40px;
  }

  .carousel-arrow img {
    width: 40px;
    height: 40px;
  }

  .carousel-arrow-prev {
    left: -15px;
    border-radius: 0px 20px 20px 0px;
  }

  .carousel-arrow-next {
    right: -15px;
    border-radius: 20px 0px 0px 20px;
  }

  .tech-grid article {
    min-height: 142px;
    margin-left: 38px;
    border-radius: 16px;
    padding: 24px 18px 24px 64px;
  }

  .tech-grid img {
    left: -38px;
    width: 92px;
    height: 92px;
  }

  .tech-grid h3 {
    font-size: 15px;
  }

  .tech-grid p {
    font-size: 13px;
  }

  .testimonial-grid {
    --testimonial-card-width: min(100%, 265px);
    padding-inline: calc((100vw - var(--testimonial-card-width)) / 2);
    scroll-padding-inline: calc((100vw - var(--testimonial-card-width)) / 2);
  }

  .testimonial-grid article {
    flex-basis: var(--testimonial-card-width);
    max-width: 265px;
    scroll-snap-align: center;
  }

  .team-grid {
    gap: 42px;
    grid-template-columns: 1fr;
  }

  .doctor-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .doctor-card img {
    width: 210px;
    height: auto;
    margin-inline: auto;
  }

  .training {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .training h3,
  .training span {
    min-height: 76px;
    padding: 14px;
  }

  .training h3 {
    justify-items: center;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

  .training span {
    font-size: 15px;
    line-height: 22px;
  }

  .cta {
    padding: 0;
    background: #3f3d3e;
  }

  .cta .container {
    width: 100%;
  }

  .cta-box {
    gap: 30px;
    min-height: 490px;
    border-radius: 0;
    padding: 52px 26px 44px;
    background: #3f3d3e;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .cta-box h2 {
    margin-bottom: 18px;
    font-size: 26px;
    line-height: 36px;
  }

  .cta-box p {
    max-width: 310px;
    font-size: 16px;
    line-height: 23px;
  }

  .cta-actions {
    gap: 12px;
    width: 100%;
  }

  .cta-actions a:nth-child(1) {
    order: 3;
  }

  .cta-actions a:nth-child(2) {
    order: 2;
  }

  .cta-actions a:nth-child(3) {
    order: 1;
  }

  .cta-actions a {
    width: 100%;
    max-width: initial;
    height: 49px;
    gap: 10px;
    border-width: 2px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
  }

  .cta-actions a::before {
    scale: 0.8;
  }

  .pain-grid {
    text-align: left;
  }

  .section-kicker {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .pain h2,
  .pain p {
    text-align: left;
  }

  .pain h2 br {
    display: none;
  }

  .services {
    padding-top: 48px;
  }

  .services::before {
    height: 15px;
    background-image: url("assets/hr_curvas-style1-mobile.svg");
    background-size: 375px 15px;
  }

  .service-highlight,
  .service-list {
    width: calc(100% - 38px);
    margin-inline: auto;
  }

  .service-highlight article {
    text-align: left;
  }

  .service-highlight h3,
  .service-highlight p {
    text-align: left;
  }

  .service-list {
    gap: 24px;
    text-align: left;
  }

  .service-list h3,
  .service-list p {
    text-align: left;
  }

  .insta-grid {
    text-align: center;
  }

  .insta-icon {
    margin-inline: auto;
  }

  .insta-feed {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer {
    margin-top: 30px;
  }

  .footer-curve {
    content: url("assets/footer-curva-mobile.png");
    height: auto;
    object-fit: contain;
  }

  .footer-top,
  .footer-brand,
  .footer-main,
  .footer-bottom .container {
    text-align: center;
  }

  .footer-intro {
    gap: 16px;
    grid-template-columns: 1fr;
    justify-content: stretch;
    width: min(100%, calc(100vw - 60px));
    margin-inline: auto;
    text-align: left;
  }

  .footer-top h2 {
    font-size: 28px;
    line-height: 34px;
    text-align: left;
  }

  .footer-top p {
    margin-inline: 0;
    text-align: left;
  }

  .footer-cta {
    display: flex;
    width: min(100%, calc(100vw - 60px));
    margin-inline: auto;
    flex-direction: column;
    gap: 20px;
  }

  .footer-cta .btn {
    width: 100%;
  }

  .footer-logo {
    max-width: 215px;
  }

  .socials {
    justify-content: center;
  }

  .footer-brand p,
  .footer-logo,
  .socials {
    margin-inline: auto;
  }

  address p {
    grid-template-columns: 22px 1fr;
    justify-items: start;
    text-align: left;
  }

  address,
  .contact-form {
    width: min(100%, calc(100vw - 60px));
    margin-inline: auto;
  }

  .contact-form {
    text-align: left;
  }

  .footer-bottom .container {
    min-height: auto;
    gap: 24px;
    grid-template-columns: 1fr;
    padding: 28px 0;
  }

  .footer-certification,
  .footer-doctors {
    justify-items: center;
  }

  .footer-doctors div {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .footer-copy {
    grid-column: auto;
    justify-self: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
    animation-duration: 0.01ms !important;
  }
}