.elementor-78 .elementor-element.elementor-element-2330f54{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-fcdc44b *//* =========================================================
   NOAH FARMÁCIA — INÍCIO / HERO + COMO FUNCIONA
   Paleta oficial extraída do tema Noah Farmácia
   ========================================================= */

:root{
  --nf-primary:#8d2020;
  --nf-primary-dark:#5d1717;
  --nf-accent:#c74637;
  --nf-cream:#f7efeb;
  --nf-soft:#eaded9;
  --nf-text:#211b19;
  --nf-muted:#716662;
  --nf-white:#ffffff;
  --nf-line:#e3d5d0;
  --nf-bg:#fbf8f6;
}

.nf-hero,.nf-how{
  box-sizing:border-box;
  font-family:inherit;
}

.nf-hero *,.nf-how *{
  box-sizing:border-box;
}

.nf-hero{
  padding:76px 24px 72px;
  background:
    radial-gradient(circle at 85% 20%,rgba(199,70,55,.10),transparent 30%),
    linear-gradient(135deg,var(--nf-cream) 0%,#fff 58%,var(--nf-soft) 100%);
  overflow:hidden;
}

.nf-hero__container{
  width:100%;
  max-width:none;
  margin:0;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
  gap:55px;
}

.nf-hero__eyebrow,
.nf-how__eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  color:var(--nf-primary);
  margin-bottom:16px;
}

.nf-hero h1{
  margin:0 0 20px;
  font-size:clamp(40px,5vw,68px);
  line-height:1.04;
  letter-spacing:-.04em;
  color:var(--nf-text);
}

.nf-hero h1 strong{
  color:var(--nf-primary);
}

.nf-hero p{
  max-width:560px;
  margin:0 0 28px;
  font-size:18px;
  line-height:1.65;
  color:var(--nf-muted);
}

.nf-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.nf-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border-radius:12px;
  text-decoration:none;
  font-weight:700;
  transition:.2s ease;
}

.nf-hero__btn--primary{
  background:var(--nf-primary);
  color:var(--nf-white);
  box-shadow:0 10px 25px rgba(141,32,32,.20);
}

.nf-hero__btn--primary:hover{
  background:var(--nf-primary-dark);
}

.nf-hero__btn--secondary{
  background:var(--nf-white);
  color:var(--nf-text);
  border:1px solid var(--nf-line);
}

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

.nf-hero__visual{
  position:relative;
  min-height:390px;
}

.nf-hero__card{
  position:absolute;
  left:50%;
  top:45px;
  transform:translateX(-50%) rotate(2deg);
  width:min(390px,90%);
  padding:26px;
  border-radius:22px;
  background:var(--nf-white);
  box-shadow:0 25px 65px rgba(93,23,23,.13);
  border:1px solid var(--nf-line);
}

.nf-hero__card-top{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  color:var(--nf-text);
}

.nf-hero__icon{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:10px;
  background:var(--nf-primary);
  color:var(--nf-white);
  font-size:23px;
}

.nf-hero__line{
  height:9px;
  width:72%;
  margin-top:19px;
  border-radius:99px;
  background:var(--nf-soft);
}

.nf-hero__line--long{width:92%}
.nf-hero__line--medium{width:55%}

.nf-hero__status{
  display:inline-block;
  margin-top:24px;
  padding:8px 12px;
  border-radius:999px;
  background:var(--nf-cream);
  color:var(--nf-primary);
  font-size:12px;
  font-weight:800;
}

.nf-hero__mini-card{
  position:absolute;
  display:flex;
  align-items:center;
  gap:10px;
  padding:13px 15px;
  background:var(--nf-white);
  border:1px solid var(--nf-line);
  border-radius:15px;
  box-shadow:0 15px 35px rgba(93,23,23,.10);
}

.nf-hero__mini-card strong,
.nf-hero__mini-card small{
  display:block;
}

.nf-hero__mini-card strong{
  font-size:13px;
  color:var(--nf-text);
}

.nf-hero__mini-card small{
  margin-top:3px;
  color:var(--nf-muted);
  font-size:11px;
}

.nf-hero__mini-icon{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border-radius:50%;
  background:var(--nf-cream);
  color:var(--nf-primary);
  font-weight:900;
}

.nf-hero__mini-card--delivery{
  left:0;
  bottom:55px;
}

.nf-hero__mini-card--order{
  right:0;
  top:20px;
}

.nf-how{
  padding:78px 24px;
  background:var(--nf-white);
}

.nf-how__container{
  max-width:1180px;
  margin:0 auto;
  text-align:center;
}

.nf-how h2{
  margin:0 0 10px;
  font-size:clamp(30px,4vw,46px);
  line-height:1.1;
  color:var(--nf-text);
}

.nf-how>p,
.nf-how__container>p{
  margin:0;
  color:var(--nf-muted);
}

.nf-how__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:42px;
  text-align:left;
}

.nf-how__item{
  padding:26px;
  border:1px solid var(--nf-line);
  border-radius:18px;
  background:var(--nf-bg);
}

.nf-how__item>span{
  font-size:12px;
  font-weight:900;
  color:var(--nf-primary);
}

.nf-how h3{
  margin:14px 0 8px;
  color:var(--nf-text);
}

.nf-how__item p{
  margin:0;
  color:var(--nf-muted);
  line-height:1.55;
}

@media(max-width:800px){
  .nf-hero{
    padding:52px 18px 58px;
  }

  .nf-hero__container{
    grid-template-columns:1fr;
    gap:20px;
  }

  .nf-hero h1{
    font-size:42px;
  }

  .nf-hero p{
    font-size:16px;
  }

  .nf-hero__visual{
    min-height:330px;
  }

  .nf-hero__card{
    top:35px;
  }

  .nf-hero__mini-card--delivery{
    left:0;
    bottom:25px;
  }

  .nf-hero__mini-card--order{
    right:0;
    top:5px;
  }

  .nf-how{
    padding:58px 18px;
  }

  .nf-how__grid{
    grid-template-columns:1fr;
    gap:12px;
    margin-top:30px;
  }
}

@media(max-width:480px){
  .nf-hero h1{
    font-size:36px;
  }

  .nf-hero__actions{
    flex-direction:column;
  }

  .nf-hero__btn{
    width:100%;
  }

  .nf-hero__visual{
    min-height:310px;
  }

  .nf-hero__card{
    width:94%;
    padding:20px;
  }

  .nf-hero__mini-card{
    padding:10px 11px;
  }

  .nf-hero__mini-card strong{
    font-size:11px;
  }

  .nf-hero__mini-card small{
    font-size:9px;
  }
}/* End custom CSS */