:root{--bg:#080c0a;--soft:#101612;--card:rgba(255,255,255,.055);--line:rgba(255,255,255,.11);--text:#f6f7f5;--muted:#b4bcb6;--green:#8fe02b;--orange:#ff8b00;--yellow:#ffc21b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 10% 10%,rgba(143,224,43,.09),transparent 30%),radial-gradient(circle at 90% 5%,rgba(255,139,0,.08),transparent 28%),var(--bg);color:var(--text);font-family:Montserrat,sans-serif;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}header{position:fixed;inset:0 0 auto;z-index:50;background:rgba(8,12,10,.76);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.07)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:12px;align-items:center}.brand img{width:52px;height:52px;border-radius:50%;object-fit:cover}.nav nav{display:flex;align-items:center;gap:24px;font-size:.92rem}.menu-btn{display:none;background:none;border:0;color:#fff;font-size:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px;background:linear-gradient(135deg,var(--green),#bcf34d);color:#0b1308;font-weight:800;box-shadow:0 14px 34px rgba(143,224,43,.2);transition:.25s}.btn:hover{transform:translateY(-3px)}.btn.small{min-height:42px;padding:0 17px;font-size:.84rem}.ghost{background:rgba(255,255,255,.04);border:1px solid var(--line);color:#fff;box-shadow:none}.hero{min-height:100vh;display:flex;align-items:center;padding:130px 0 70px}.hero-grid,.split,.location{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.tag{font-size:.76rem;text-transform:uppercase;letter-spacing:.16em;color:#b8f149;font-weight:800}.hero h1,h2{line-height:1.05;letter-spacing:-.045em;margin:16px 0 20px}.hero h1{font-size:clamp(3.2rem,7vw,6.2rem)}.hero h1 em{font-style:normal;background:linear-gradient(135deg,var(--orange),var(--yellow));-webkit-background-clip:text;color:transparent}.hero-copy>p,.muted{color:var(--muted)}.hero-copy>p{font-size:1.07rem;max-width:680px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin:32px 0 28px}.chips{display:flex;gap:10px;flex-wrap:wrap}.chips span{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);font-size:.82rem}.hero-art{min-height:540px;display:grid;place-items:center;position:relative}.hero-art>img{width:72%;border-radius:50%;position:relative;z-index:2;box-shadow:0 35px 90px rgba(0,0,0,.55)}.halo{position:absolute;width:85%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(143,224,43,.2),transparent 67%);border:1px solid rgba(143,224,43,.18)}.float{position:absolute;z-index:3;padding:15px 18px;border-radius:18px;background:rgba(18,24,20,.84);border:1px solid var(--line);backdrop-filter:blur(14px)}.float b,.float small{display:block}.float small{color:var(--muted)}.one{top:18%;left:0}.two{right:0;bottom:16%}.section{padding:110px 0}h2{font-size:clamp(2.35rem,5vw,4.2rem)}.photo{position:relative}.photo img{width:100%;min-height:500px;object-fit:cover;border-radius:32px;box-shadow:0 28px 70px rgba(0,0,0,.35)}.photo span{position:absolute;left:22px;right:22px;bottom:22px;background:rgba(8,12,10,.8);padding:15px;border-radius:17px;text-align:center;font-weight:700}.features{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:28px}.features article,.card,.review,.address{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:23px}.features i{font-style:normal;font-size:1.4rem}.features h3{margin:8px 0 3px}.features p,.card p,.review p{margin:0;color:var(--muted);font-size:.9rem}

.soft {
  position: relative;
  overflow: hidden;

  background:
    radial-gradient(
      circle at 15% 45%,
      rgba(143, 224, 43, 0.10),
      transparent 28%
    ),
    radial-gradient(
      circle at 85% 55%,
      rgba(255, 139, 0, 0.08),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      transparent,
      rgba(255, 255, 255, 0.018),
      transparent
    );
}

.heading{text-align:center;max-width:760px;margin:0 auto 46px}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{display:flex;flex-direction:column;min-height:285px;transition:.25s}
.card:hover{transform:translateY(-6px);border-color:rgba(143,224,43,.42)}
.card>div{width:64px;height:64px;border-radius:19px;display:grid;place-items:center;font-size:2rem;background:linear-gradient(135deg,rgba(143,224,43,.16),rgba(255,139,0,.14))}
.card p{flex:1}.card a{color:#b8f149;font-weight:700}ul{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}li{padding-left:28px;position:relative}li:before{content:"✓";position:absolute;left:0;color:#b8f149;font-weight:800}.panel{min-height:470px;border-radius:32px;overflow:hidden;position:relative;border:1px solid var(--line)}.panel>img{width:100%;height:100%;position:absolute;object-fit:cover}.panel:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(8,12,10,.98),rgba(8,12,10,.15))}.panel-text{position:absolute;z-index:2;left:36px;right:36px;bottom:36px}.panel-text h3{font-size:2rem;margin:10px 0}.cta{padding:20px 0 110px}.cta-box{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;padding:55px;border-radius:32px;background:linear-gradient(135deg,#61b916,#96df2f 50%,#ff9b00 125%);color:#0b1408}.tag.dark{color:#14220e}.cta-box h2{margin-bottom:10px}.cta-box p{margin:0}.cta-box>div:last-child{text-align:center}.cta-box b{display:block;margin-top:12px}.white{background:#fff}.location{gap:30px}.review{text-align:center;padding:50px 30px}.review>span{color:var(--yellow);letter-spacing:.15em}.review h3{font-size:2.2rem;margin:12px}.review small{color:var(--muted)}.address{padding:40px}.instagram{padding:0 0 110px}.insta-box{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:38px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(135deg,rgba(255,255,255,.05),rgba(143,224,43,.05))}footer{padding:58px 0 28px;background:#060907;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px}.footer-brand{display:flex;gap:15px;align-items:center}.footer-brand img{width:70px;height:70px;border-radius:50%}.footer-brand b,.footer-brand span{display:block}.footer-brand span,footer p{color:var(--muted)}.footnote{margin-top:38px;padding-top:22px;border-top:1px solid var(--line);font-size:.78rem;color:#89918b}.whatsapp{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:white;font-size:1.6rem;z-index:40;box-shadow:0 14px 35px rgba(37,211,102,.3)}.reveal{opacity:0;transform:translateY(24px);transition:.7s}.reveal.visible{opacity:1;transform:none}@media(max-width:980px){.menu-btn{display:block}.nav nav{position:fixed;top:82px;left:20px;right:20px;flex-direction:column;align-items:stretch;padding:22px;border-radius:22px;background:#101612;border:1px solid var(--line);opacity:0;pointer-events:none;transform:translateY(-10px);transition:.25s}.nav nav.open{opacity:1;pointer-events:auto;transform:none}.hero-grid,.split,.location{grid-template-columns:1fr}.hero-copy{text-align:center}.actions,.chips{justify-content:center}.cards{grid-template-columns:1fr 1fr}.cta-box{grid-template-columns:1fr;text-align:center}}@media(max-width:640px){.container{width:calc(100% - 26px)}.nav{height:72px}.brand b{display:none}.brand img{width:46px;height:46px}.nav nav{top:72px}.hero{padding-top:105px}.hero h1{font-size:clamp(2.8rem,14vw,4.4rem)}.actions{flex-direction:column}.actions .btn{width:100%}.hero-art{min-height:380px}.section{padding:82px 0}.features,.cards,ul{grid-template-columns:1fr}.photo img{min-height:350px}.panel-text{left:24px;right:24px;bottom:24px}.cta-box{padding:34px 24px}.insta-box{flex-direction:column;align-items:flex-start}.insta-box .btn{width:100%}.footer-grid{grid-template-columns:1fr}}

/* ==================================================
   EFEITO DE VIDRO NOS CARDS
================================================== */

.features article,
.card,
.review,
.address {
  position: relative;
  overflow: hidden;

  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.09),
    rgba(255, 255, 255, 0.035)
  );

  border: 1px solid rgba(255, 255, 255, 0.14);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow:
    0 12px 35px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}


/* Reflexo de vidro */

.features article::before,
.card::before,
.review::before,
.address::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -90%;

  width: 75%;
  height: 220%;

  background: linear-gradient(
    110deg,
    transparent,
    rgba(255, 255, 255, 0.08),
    transparent
  );

  transform: rotate(18deg);
  transition: left 0.65s ease;

  pointer-events: none;
}


/* Efeito ao passar o mouse */

.features article:hover,
.card:hover,
.review:hover,
.address:hover {
  transform: translateY(-12px) scale(1.015);

  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.12),
    rgba(143, 224, 43, 0.045)
  );

  border-color: rgba(143, 224, 43, 0.48);

  box-shadow:
    0 25px 55px rgba(0, 0, 0, 0.35),
    0 0 30px rgba(143, 224, 43, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}


/* Movimento do reflexo */

.features article:hover::before,
.card:hover::before,
.review:hover::before,
.address:hover::before {
  left: 125%;
}


/* Ícones dos cards */

.feature-icon,
.product-icon {
  position: relative;
  z-index: 2;

  background: linear-gradient(
    145deg,
    rgba(143, 224, 43, 0.15),
    rgba(255, 139, 0, 0.11)
  );

  border: 1px solid rgba(255, 255, 255, 0.08);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 20px rgba(0, 0, 0, 0.15);
}


/* Texto acima dos reflexos */

.features article h3,
.features article p,
.features article .feature-icon,
.card h3,
.card p,
.card a,
.card > div,
.review > *,
.address > * {
  position: relative;
  z-index: 2;
}


/* Link dos produtos */

.card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.card:hover a {
  color: #c9ff62;
  transform: translateX(4px);
}

@media (max-width: 640px) {
  .features article:hover,
  .card:hover,
  .review:hover,
  .address:hover {
    transform: translateY(-6px);
  }
}

/* =========================================
   EFEITO DE VIDRO — SEÇÃO DO INSTAGRAM
========================================= */

.insta-box {
  position: relative;
  overflow: hidden;

  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.09),
    rgba(255, 255, 255, 0.035)
  );

  border: 1px solid rgba(255, 255, 255, 0.14);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow:
    0 15px 40px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

/* Reflexo passando pelo vidro */

.insta-box::before {
  content: "";
  position: absolute;

  top: -70%;
  left: -45%;

  width: 30%;
  height: 240%;

  background: linear-gradient(
    110deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );

  transform: rotate(20deg);
  transition: left 0.7s ease;

  pointer-events: none;
}

/* Garante que texto e botão fiquem sobre o efeito */

.insta-box > * {
  position: relative;
  z-index: 2;
}

/* Flutuação ao passar o mouse */

.insta-box:hover {
  transform: translateY(-12px) scale(1.01);

  border-color: rgba(143, 224, 43, 0.48);

  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.12),
    rgba(143, 224, 43, 0.055)
  );

  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.38),
    0 0 35px rgba(143, 224, 43, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

.insta-box:hover::before {
  left: 125%;
}

/* Botão do Instagram */

.insta-box .btn {
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.insta-box:hover .btn {
  transform: translateX(-5px);
  border-color: rgba(184, 241, 73, 0.5);

  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.2),
    0 0 20px rgba(143, 224, 43, 0.08);
}

@media (max-width: 640px) {
  .insta-box:hover {
    transform: translateY(-6px);
  }

  .insta-box:hover .btn {
    transform: none;
  }
}

/* =========================================
   ÍCONES PADRONIZADOS
========================================= */

.feature-icon,
.product-icon {
  position: relative;

  width: 64px;
  height: 64px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 22px;

  border-radius: 20px;

  color: #b8f149;

  background: linear-gradient(
    145deg,
    rgba(143, 224, 43, 0.16),
    rgba(255, 139, 0, 0.08)
  );

  border: 1px solid rgba(184, 241, 73, 0.14);

  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);

  transition:
    transform 0.35s ease,
    color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.feature-icon svg,
.product-icon svg {
  width: 28px;
  height: 28px;

  stroke-width: 1.8;
}

/* Animação do ícone junto com o card */

.features article:hover .feature-icon,
.card:hover .product-icon {
  transform: translateY(-5px) rotate(-3deg);

  color: #ffffff;

  background: linear-gradient(
    145deg,
    rgba(143, 224, 43, 0.32),
    rgba(255, 139, 0, 0.18)
  );

  box-shadow:
    0 16px 32px rgba(0, 0, 0, 0.25),
    0 0 24px rgba(143, 224, 43, 0.16);
}

/* Ícone duplo do chá */

.double-icon svg:first-child {
  transform: translateX(-3px);
}

.double-icon svg:last-child {
  position: absolute;

  width: 15px;
  height: 15px;

  right: 9px;
  top: 9px;

  color: #ff9b00;
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.cards .card {
  width: 100%;
  min-width: 0;
  min-height: 320px;
  display: flex;
  flex-direction: column;
}

.cards .card p {
  flex: 1;
}

.cards .product-icon {
  width: 76px;
  height: 64px;
  border-radius: 22px;
}

/* AJUSTE FINAL DOS ÍCONES DO CARDÁPIO */

.cards .product-icon {
  width: 92px;
  height: 72px;

  margin-bottom: 22px;

  border-radius: 24px;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* Remove qualquer formato oval extra criado anteriormente */

.cards .card > .product-icon {
  min-width: 92px;
  min-height: 72px;
}

/* Tamanho padronizado dos ícones */

.cards .product-icon svg {
  width: 32px;
  height: 32px;

  position: static;
  transform: none;

  stroke-width: 2;
}

/* Remove o ícone secundário do chá */

.cards .product-icon svg:nth-child(2) {
  display: none;
}

/* Remove qualquer bolinha decorativa ou pseudo-elemento */

.cards .product-icon::before,
.cards .product-icon::after,
.cards .double-icon::before,
.cards .double-icon::after {
  display: none !important;
  content: none !important;
}

/* CORREÇÃO DOS 4 CARDS PEQUENOS DO CARDÁPIO */

.cards .card {
  min-height: 0 !important;
  height: 155px !important;

  padding: 14px 14px 12px !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;

  text-align: center !important;
}

.cards .product-icon {
  width: 80px !important;
  height: 66px !important;

  margin: 0 auto 6px !important;

  flex-shrink: 0;
}

.cards .card h3 {
  width: 100%;

  margin: 0 !important;
  padding: 0 !important;

  text-align: center !important;
  line-height: 1.1 !important;
}

.cards .card p,
.cards .card a {
  display: none !important;
}

/* CARDS PEQUENOS DA HERO — AJUSTE MAIS ELEGANTE */

.hero .chips {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}

.hero .chips > span {
  width: 116px !important;
  height: 138px !important;

  padding: 10px 8px 14px !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;

  border-radius: 34px !important;

  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.07),
    rgba(255, 255, 255, 0.025)
  ) !important;

  border: 1px solid rgba(255, 255, 255, 0.11) !important;

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.hero .chips > span:hover {
  transform: translateY(-8px);

  border-color: rgba(143, 224, 43, 0.4) !important;

  box-shadow:
    0 18px 35px rgba(0, 0, 0, 0.28),
    0 0 22px rgba(143, 224, 43, 0.08);
}

.hero .chips .product-icon {
  width: 82px !important;
  height: 76px !important;

  margin: 0 auto 8px !important;

  border-radius: 22px !important;
}

.hero .chips .product-icon svg {
  width: 30px !important;
  height: 30px !important;
}

.hero .chips > span > strong {
  margin: 0 !important;

  font-size: 0.95rem;
  line-height: 1.1;

  text-align: center;
}

/* =========================================
   CARDS FLUTUANTES DA LOGO
========================================= */

.card-rating {
  animation: floatRating 4.8s ease-in-out infinite;
}

.card-location {
  animation: floatLocation 5.6s ease-in-out infinite;
  animation-delay: 0.6s;
}

/* Movimento do card da avaliação */

@keyframes floatRating {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-14px) rotate(1deg);
  }
}

/* Movimento do card da localização */

@keyframes floatLocation {
  0%,
  100% {
    transform: translateY(0) translateX(0) rotate(1deg);
  }

  50% {
    transform: translateY(-12px) translateX(5px) rotate(-1deg);
  }
}

.card-rating,
.card-location {
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.card-rating:hover,
.card-location:hover {
  animation-play-state: paused;

  border-color: rgba(143, 224, 43, 0.5);

  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.38),
    0 0 28px rgba(143, 224, 43, 0.12);
}

@media (max-width: 640px) {
  @keyframes floatRating {
    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-7px);
    }
  }

  @keyframes floatLocation {
    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-6px);
    }
  }
}

/* =========================================
   TAMANHO DOS CARDS DO CARDÁPIO
   Mantém os ícones atuais
========================================= */

#produtos .cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

#produtos .card {
  min-height: 320px !important;
  height: auto !important;

  padding: 28px !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;

  text-align: left !important;

  border-radius: 26px !important;
}

/* Mantém o ícone centralizado apenas dentro do quadrado */

#produtos .product-icon,
#produtos .menu-icon {
  margin: 0 0 24px !important;
}

/* Textos voltam para dentro dos cards */

#produtos .card h3 {
  margin: 0 0 14px !important;
  text-align: left !important;
}

#produtos .card p {
  display: block !important;
  flex: 1;

  margin: 0 0 22px !important;

  text-align: left !important;
  line-height: 1.6;
}

#produtos .card a {
  display: inline-flex !important;
  margin-top: auto;

  text-align: left !important;
}

@media (max-width: 980px) {
  #produtos .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  #produtos .cards {
    grid-template-columns: 1fr;
  }

  #produtos .card {
    min-height: 290px !important;
  }
}

/* =========================================
   ANIMAÇÃO DOS CARDS DA LOGO
========================================= */

.hero-art .float.one {
  animation: flutuarNota 4.5s ease-in-out infinite;
}

.hero-art .float.two {
  animation: flutuarLocalizacao 5.2s ease-in-out infinite;
  animation-delay: 0.4s;
}

@keyframes flutuarNota {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-18px) rotate(1deg);
  }
}

@keyframes flutuarLocalizacao {
  0%,
  100% {
    transform: translateY(0) translateX(0) rotate(1deg);
  }

  50% {
    transform: translateY(-16px) translateX(8px) rotate(-1deg);
  }
}

/* Pausa quando passar o mouse */

.hero-art .float:hover {
  animation-play-state: paused;

  border-color: rgba(143, 224, 43, 0.5);

  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.38),
    0 0 26px rgba(143, 224, 43, 0.14);
}

/* ==================================================
   AJUSTE FINAL PARA TELAS 1920x1080
================================================== */

/* Cabeçalho um pouco mais compacto */

@media (min-width: 1200px) {
  .nav {
    height: 74px;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .menu,
  .nav nav {
    gap: 22px;
  }
}


/* Primeira tela adaptada à altura disponível */

@media (min-width: 1200px) and (min-height: 800px) {
  .hero {
    min-height: 100vh;

    padding-top: 94px;
    padding-bottom: 32px;

    align-items: center;
  }

  .hero-grid {
    gap: 48px;
  }

  .hero h1 {
    font-size: clamp(4.3rem, 6.2vw, 7rem);
    line-height: 0.96;

    margin-top: 8px;
    margin-bottom: 22px;
  }

  .hero-copy > p {
    max-width: 720px;

    font-size: 1.05rem;
    line-height: 1.65;
  }

  .actions {
    margin-top: 26px;
    margin-bottom: 20px;
  }

  .hero-art {
    min-height: 610px;
    max-height: 720px;
  }

  .hero-art > img {
    width: min(72%, 560px);
  }

  .hero .chips {
    margin-top: 10px;
  }

  .hero .chips > span {
    height: 130px !important;
  }
}


/* Telas Full HD com pouca altura útil */

@media (min-width: 1400px) and (max-height: 900px) {
  .hero {
    min-height: auto;

    padding-top: 105px;
    padding-bottom: 38px;
  }

  .hero h1 {
    font-size: clamp(4rem, 5.7vw, 6.3rem);
    line-height: 0.94;
  }

  .hero-copy > p {
    margin-top: 12px;
    margin-bottom: 0;
  }

  .hero-art {
    min-height: 540px;
  }

  .hero-art > img {
    width: min(68%, 510px);
  }

  .hero .chips > span {
    width: 108px !important;
    height: 124px !important;
  }

  .hero .chips .product-icon {
    width: 74px !important;
    height: 66px !important;
  }

  .hero .chips .product-icon svg {
    width: 27px !important;
    height: 27px !important;
  }
}


/* Seções internas com menos espaço excessivo */

@media (min-width: 1200px) {
  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  #produtos {
    min-height: auto;
  }

  #produtos .heading {
    margin-bottom: 40px;
  }

  #produtos .heading h2 {
    font-size: clamp(3rem, 4.5vw, 4.6rem);
  }

  #produtos .card {
    min-height: 300px !important;
  }

  .cta {
    padding-bottom: 90px;
  }
}

/* AJUSTE DA SEÇÃO SOBRE PARA CABER MELHOR NA TELA */

#sobre {
  padding-top: 70px;
  padding-bottom: 70px;
}

#sobre .split {
  align-items: center;
  gap: 55px;
}

#sobre .photo {
  max-width: 620px;
  margin: 0 auto;
}

#sobre .photo img {
  width: 100%;
  min-height: 0 !important;
  height: 520px;
  object-fit: cover;
  border-radius: 28px;
}

/* Cards um pouco mais compactos */

#sobre .features {
  gap: 14px;
  margin-top: 24px;
}

#sobre .features article {
  padding: 20px;
  min-height: 190px;
}

#sobre .features h3 {
  margin-top: 14px;
  margin-bottom: 6px;
}

#sobre .features p {
  line-height: 1.5;
}

@media (min-width: 900px) and (max-height: 1200px) {
  #sobre {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  #sobre .photo img {
    height: 450px;
  }

  #sobre h2 {
    font-size: clamp(3rem, 4vw, 4.4rem);
    margin-top: 10px;
    margin-bottom: 18px;
  }

  #sobre .features article {
    min-height: 165px;
    padding: 18px;
  }

  #sobre .feature-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  #sobre .photo img {
    height: 340px;
  }
}

/* CENTRALIZAR OS 4 CARDS DA HERO NO MOBILE */

@media (max-width: 640px) {
  .hero .chips {
    width: 100%;
    max-width: 390px;

    margin-left: auto;
    margin-right: auto;

    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;

    justify-items: center;
    align-items: center;

    gap: 18px 14px !important;
  }

  .hero .chips > span {
    width: 100% !important;
    max-width: 168px !important;

    margin: 0 !important;
  }
}