/*
Filosofia visual escolhida: Neo-Luxury Editorial.
Este arquivo sustenta uma experiência premium: grafite escuro, verde profundo, dourado discreto, tipografia editorial, textura, cartões translúcidos e microinterações suaves.
Sempre perguntar: esta escolha reforça ou dilui a filosofia de confiança sofisticada?

Arquivo editável diretamente. Não depende de React, Vite, Tailwind ou build.
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700;800&display=swap');

:root {
  --radius: 1.15rem;
  --background: #090d0c;
  --foreground: #ebe7d8;
  --card: rgba(22, 35, 31, 0.76);
  --gold: #d7b065;
  --gold-light: #f1d896;
  --green: #174f3d;
  --green-soft: rgba(26, 96, 72, 0.34);
  --border: rgba(231, 202, 141, 0.14);
  --muted-text: rgba(235, 231, 216, 0.76);
  --muted-text-soft: rgba(235, 231, 216, 0.62);
  --cream: #fff5dc;
  --header-height: 5rem;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--foreground);
  background:
    radial-gradient(circle at 18% 5%, rgba(20, 88, 68, 0.42), transparent 36rem),
    radial-gradient(circle at 87% 12%, rgba(190, 147, 72, 0.2), transparent 30rem),
    linear-gradient(135deg, #090d0c 0%, #111b18 48%, #0b0f0e 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.32;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: radial-gradient(circle at top, black, transparent 72%);
  mask-image: radial-gradient(circle at top, black, transparent 72%);
}

h1, h2, h3 {
  font-family: 'Playfair Display', Georgia, serif;
  letter-spacing: -0.035em;
}

p {
  color: var(--muted-text);
  line-height: 1.75;
}

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

button, a[href] { cursor: pointer; }

img { max-width: 100%; }

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.site-shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 3vw, 2.5rem);
  background: linear-gradient(180deg, rgba(8, 13, 12, 0.88), rgba(8, 13, 12, 0.54));
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(215, 177, 100, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  min-width: max-content;
}

.brand-mark {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: #101713;
  font-weight: 800;
  letter-spacing: -0.08em;
  background: radial-gradient(circle at 30% 20%, #fff2bd, #c99b4d 45%, #775526 100%);
  box-shadow: 0 0 32px rgba(206, 164, 83, 0.25), inset 0 1px 1px rgba(255,255,255,.55);
  flex: none;
}

.brand-mark.small {
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 1rem;
}

.brand strong {
  display: block;
  font-size: 0.96rem;
  color: #fbf4dc;
}

.brand small {
  display: block;
  color: rgba(235, 231, 216, .55);
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: .08rem;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.2rem);
  color: rgba(235,231,216,.7);
  font-size: .87rem;
}

.desktop-nav a,
.footer-bottom a {
  transition: color .25s ease;
}

.desktop-nav a:hover,
.footer-bottom a:hover {
  color: #e4bd73;
}

.header-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: 1px solid rgba(212, 177, 105, .3);
  padding: .78rem 1rem;
  border-radius: 999px;
  color: #f7e9c4;
  background: rgba(20, 74, 58, .36);
  box-shadow: 0 0 26px rgba(36, 145, 99, .12);
  font-weight: 800;
}

.hero-section {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding-top: 5.8rem;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  opacity: .92;
  transform: scale(1.015);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,11,10,.96) 0%, rgba(9,13,12,.82) 42%, rgba(9,13,12,.26) 100%), linear-gradient(180deg, rgba(9,13,12,.1), #0b100f 96%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(300px, .64fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-label {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .74rem;
  font-weight: 800;
  margin-bottom: 1.15rem;
}

.hero-copy h1 {
  font-size: clamp(3.45rem, 8vw, 7.8rem);
  line-height: .88;
  max-width: 870px;
  margin: 0;
  color: #fff9e9;
  text-wrap: balance;
}

.hero-lead {
  max-width: 650px;
  font-size: clamp(1.02rem, 2vw, 1.18rem);
  margin: 1.5rem 0 0;
  color: rgba(246, 240, 220, .82);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.btn-primary,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .62rem;
  min-height: 3.35rem;
  padding: .94rem 1.18rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.btn-primary {
  color: #102019;
  background: linear-gradient(135deg, #e8c984 0%, #c79645 52%, #f1d896 100%);
  box-shadow: 0 18px 46px rgba(213, 166, 75, .22);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 56px rgba(213, 166, 75, .34);
}

.btn-ghost {
  color: #f6ecd0;
  border: 1px solid rgba(231, 202, 141, .24);
  background: rgba(255, 255, 255, .045);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.btn-ghost:hover {
  transform: translateY(-2px);
  border-color: rgba(231, 202, 141, .46);
  background: rgba(255,255,255,.075);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  max-width: 760px;
  margin-top: 2.2rem;
}

.hero-stats div {
  padding: 1.05rem;
  border: 1px solid rgba(231, 202, 141, .14);
  border-radius: 1.15rem;
  background: rgba(15, 27, 23, .58);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.hero-stats strong {
  display: block;
  color: #f7e6b9;
  font-size: 1rem;
  margin-bottom: .28rem;
}

.hero-stats span {
  color: var(--muted-text-soft);
  font-size: .82rem;
  line-height: 1.45;
}

.hero-panel {
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.panel-orbit {
  position: absolute;
  width: min(34vw, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(216, 178, 99, .22);
  box-shadow: inset 0 0 70px rgba(216, 178, 99, .04), 0 0 90px rgba(22, 113, 81, .11);
  animation: float 7s ease-in-out infinite;
}

.hero-panel-card {
  position: relative;
  max-width: 360px;
  margin-bottom: 2rem;
  padding: 1.6rem;
  border: 1px solid rgba(231, 202, 141, .22);
  border-radius: 1.6rem;
  background: linear-gradient(145deg, rgba(13, 29, 24, .82), rgba(17, 23, 21, .62));
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 80px rgba(0,0,0,.42);
}

.icon,
.hero-panel-card .icon {
  color: var(--gold);
  line-height: 1;
}

.hero-panel-card p {
  margin: .85rem 0 .25rem;
  color: var(--gold);
  text-transform: uppercase;
  font-size: .72rem;
  letter-spacing: .17em;
  font-weight: 800;
}

.hero-panel-card h2 {
  margin: 0;
  font-size: 2rem;
  color: var(--cream);
}

.hero-panel-card span {
  display: block;
  margin-top: .85rem;
  color: rgba(235,231,216,.7);
  line-height: 1.65;
}

.trust-strip,
.process-section,
.product-section,
.delivery-section,
.faq-section,
.final-cta {
  padding: clamp(4rem, 9vw, 7rem) 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.trust-card,
.process-step,
.community-cards article,
.legal-card,
.final-cta-card,
.company-panel,
.faq-item {
  border: 1px solid var(--border);
  background: linear-gradient(145deg, rgba(22, 35, 31, .76), rgba(13, 19, 18, .7));
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.trust-card {
  padding: 1.25rem;
  border-radius: 1.35rem;
  min-height: 210px;
}

.trust-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  color: #e7c783;
  background: rgba(26, 96, 72, .34);
  border: 1px solid rgba(231, 202, 141, .16);
  margin-bottom: 1.2rem;
  font-size: 1.25rem;
}

.trust-card h3,
.process-step h3 {
  color: var(--cream);
  font-size: 1.45rem;
  margin: 0 0 .7rem;
}

.trust-card p,
.process-step p {
  font-size: .92rem;
  margin: 0;
}

.split-section,
.product-grid,
.delivery-grid,
.faq-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.section-copy h2,
.product-copy h2,
.delivery-copy h2,
.community-content h2,
.faq-intro h2,
.final-cta-card h2 {
  margin: 0;
  color: #fff6df;
  font-size: clamp(2.25rem, 5vw, 4.6rem);
  line-height: .98;
  text-wrap: balance;
}

.section-copy p,
.product-copy p,
.delivery-copy p,
.community-content p,
.faq-intro p,
.final-cta-card p {
  margin: 1.15rem 0 1.6rem;
  max-width: 640px;
}

.process-list {
  display: grid;
  gap: 1rem;
}

.process-step {
  border-radius: 1.45rem;
  padding: 1.35rem;
  display: grid;
  grid-template-columns: 4.4rem 1fr;
  column-gap: 1.15rem;
  align-items: start;
}

.process-step span {
  grid-row: span 2;
  font-family: 'Playfair Display', Georgia, serif;
  color: rgba(218, 178, 98, .72);
  font-size: 2.15rem;
  line-height: 1;
}

.process-step p { grid-column: 2; }

.product-grid { grid-template-columns: 1.03fr .97fr; }

.image-frame {
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid rgba(231, 202, 141, .16);
  box-shadow: 0 35px 100px rgba(0,0,0,.38);
  background: rgba(0,0,0,.18);
}

.image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.image-frame:hover img { transform: scale(1.035); }

.image-frame.large { min-height: 510px; }

.product-points {
  display: grid;
  gap: .75rem;
  margin-top: 1.3rem;
}

.product-points div {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: rgba(246, 240, 220, .84);
}

.product-points .icon { color: var(--gold); }

.delivery-section {
  background: linear-gradient(180deg, rgba(10,16,15,0), rgba(19, 49, 39, .24), rgba(10,16,15,0));
}

.delivery-grid { grid-template-columns: .85fr 1.15fr; }

.delivery-card { min-height: 420px; }

.community-section {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.community-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .72;
}

.community-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,11,10,.94) 0%, rgba(8,13,12,.72) 52%, rgba(8,13,12,.28) 100%), linear-gradient(180deg, #0b100f 0%, rgba(11,16,15,.3) 28%, #0b100f 100%);
}

.community-content {
  position: relative;
  z-index: 2;
}

.community-content p { max-width: 760px; }

.community-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0;
  max-width: 970px;
}

.community-cards article {
  border-radius: 1.3rem;
  padding: 1.15rem;
}

.community-cards .icon {
  color: var(--gold);
  margin-bottom: .7rem;
  display: inline-block;
}

.community-cards strong {
  display: block;
  color: #fff3d8;
  margin-bottom: .4rem;
}

.community-cards span {
  color: rgba(235,231,216,.68);
  line-height: 1.55;
  font-size: .92rem;
}

.faq-grid {
  align-items: start;
  grid-template-columns: .82fr 1.18fr;
}

.faq-list {
  display: grid;
  gap: .85rem;
}

.faq-item {
  border-radius: 1.1rem;
  overflow: hidden;
}

.faq-item button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.05rem 1.18rem;
  background: transparent;
  border: 0;
  color: #fff3d8;
  font-weight: 800;
  text-align: left;
  font-family: inherit;
  font-size: 1rem;
}

.faq-item .chevron {
  color: var(--gold);
  transition: transform .28s ease;
  flex: none;
}

.faq-item.is-open .chevron { transform: rotate(180deg); }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.faq-item.is-open .faq-answer { max-height: 250px; }

.faq-answer p {
  margin: 0;
  padding: 0 1.18rem 1.15rem;
  font-size: .95rem;
}

.final-cta-card {
  border-radius: 2rem;
  padding: clamp(1.5rem, 5vw, 3rem);
  text-align: left;
  background: radial-gradient(circle at top right, rgba(218, 178, 98, .16), transparent 34rem), linear-gradient(145deg, rgba(24, 52, 42, .82), rgba(10, 16, 15, .86));
}

.final-cta-card h2 { max-width: 890px; }

.site-footer {
  padding: 4rem 0 1.5rem;
  background: #080d0c;
  border-top: 1px solid rgba(231,202,141,.12);
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  padding-bottom: 2rem;
}

.footer-kicker {
  margin: 0 0 .5rem;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .74rem;
  font-weight: 800;
}

.footer-top h2 {
  margin: 0;
  color: #fff3d8;
  max-width: 700px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
}

.footer-disclosure {
  border-top: 1px solid rgba(231,202,141,.12);
  padding-top: 1rem;
}

.company-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  color: #fff3d8;
  background: transparent;
  padding: 1rem 0;
  font-weight: 800;
  font-family: inherit;
  font-size: 1rem;
}

.company-toggle .chevron {
  color: var(--gold);
  transition: transform .25s ease;
}

.company-toggle[aria-expanded="true"] .chevron { transform: rotate(180deg); }

.company-panel {
  max-height: 0;
  overflow: hidden;
  border-radius: 1.2rem;
  border-width: 0;
  padding: 0 1.1rem;
  transition: max-height .35s ease, padding .35s ease, border-width .35s ease;
}

.company-panel.open {
  max-height: 520px;
  padding: 1.1rem;
  border-width: 1px;
}

.company-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem 1.2rem;
}

.company-grid p,
.responsible-note {
  margin: 0;
  font-size: .88rem;
}

.responsible-note {
  margin-top: 1rem;
  color: rgba(235,231,216,.58);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  border-top: 1px solid rgba(231,202,141,.12);
  margin-top: 1.5rem;
  padding-top: 1.1rem;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: rgba(235,231,216,.67);
  font-size: .9rem;
}

.footer-bottom p {
  margin: 0;
  font-size: .85rem;
  color: rgba(235,231,216,.52);
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #2fd071, #0c8f53);
  box-shadow: 0 18px 48px rgba(25, 181, 98, .34);
  transition: transform .22s ease, opacity .22s ease;
  font-size: 1.3rem;
}

.floating-whatsapp:hover { transform: translateY(-3px) scale(1.02); }

.floating-whatsapp.is-hidden {
  opacity: .35;
  transform: translateY(4px) scale(.96);
}

.legal-page {
  min-height: 100vh;
  position: relative;
  padding: 7rem 0 4rem;
  overflow: hidden;
}

.legal-ambient {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 10%, rgba(32, 112, 82, .35), transparent 35rem), radial-gradient(circle at 80% 30%, rgba(210, 166, 85, .14), transparent 28rem);
}

.legal-container {
  position: relative;
  z-index: 2;
  max-width: 960px;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #e1bf78;
  margin-bottom: 1rem;
  font-weight: 800;
}

.legal-card {
  border-radius: 2rem;
  padding: clamp(1.4rem, 5vw, 3rem);
}

.legal-card h1 {
  color: #fff5dc;
  font-size: clamp(2.7rem, 7vw, 5rem);
  line-height: .95;
  margin: 0 0 1.5rem;
}

.legal-card h2 {
  color: #fff2d3;
  font-size: 1.55rem;
  margin-top: 0;
}

.legal-card p { margin: 0 0 1rem; }

.legal-company-box {
  margin: 2rem 0;
  border: 1px solid rgba(231,202,141,.16);
  border-radius: 1.3rem;
  padding: 1.2rem;
  background: rgba(255,255,255,.035);
}

.legal-company-box p {
  font-size: .92rem;
  margin-bottom: .45rem;
}

.legal-whatsapp { width: fit-content; }

.reveal-card { animation: riseIn .75s ease both; }

@keyframes riseIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes float {
  0%,100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-14px) rotate(2deg); }
}

@media (min-width: 640px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 1240px;
  }
}

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero-grid,
  .split-section,
  .product-grid,
  .delivery-grid,
  .faq-grid { grid-template-columns: 1fr; }
  .hero-section { min-height: auto; }
  .hero-grid { padding-top: 5rem; }
  .hero-panel { min-height: 300px; justify-content: flex-start; }
  .trust-grid,
  .community-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .image-frame.large,
  .delivery-card { min-height: 340px; }
}

@media (max-width: 680px) {
  .site-header { padding: .78rem 1rem; }
  .brand small { display: none; }
  .brand-mark {
    width: 2.3rem;
    height: 2.3rem;
    font-size: .82rem;
  }
  .header-whatsapp {
    padding: .68rem .82rem;
    font-size: .86rem;
  }
  .hero-bg {
    background-position: 68% center;
    opacity: .48;
  }
  .hero-overlay {
    background: linear-gradient(90deg, rgba(7,11,10,.98), rgba(7,11,10,.84)), linear-gradient(180deg, rgba(7,11,10,.22), #0b100f 96%);
  }
  .hero-grid {
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
  }
  .hero-copy h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .btn-primary,
  .btn-ghost { width: 100%; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-panel { display: none; }
  .trust-grid,
  .community-cards,
  .company-grid { grid-template-columns: 1fr; }
  .process-step { grid-template-columns: 1fr; }
  .process-step p { grid-column: 1; }
  .community-section {
    min-height: auto;
    padding: 5rem 0;
  }
  .footer-top,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .floating-whatsapp {
    width: 3.35rem;
    height: 3.35rem;
  }
}

@media print {
  .site-header,
  .floating-whatsapp,
  .hero-actions,
  .btn-primary,
  .btn-ghost { display: none !important; }
}
