@font-face {
  font-family: "Recoleta";
  src: url("assets/fonts/recoleta-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Recoleta";
  src: url("assets/fonts/recoleta-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Recoleta";
  src: url("assets/fonts/recoleta-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Recoleta";
  src: url("assets/fonts/recoleta-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Garbata";
  src: url("assets/fonts/garbata-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Garbata";
  src: url("assets/fonts/garbata-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Garbata";
  src: url("assets/fonts/garbata-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Garbata";
  src: url("assets/fonts/garbata-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --background: #ffffff;
  --foreground: #4c2f27;
  --muted: #fffaf0;
  --muted-foreground: #7b6259;
  --border: #eadfbd;
  --primary: #8aa37a;
  --primary-dark: #6f8d60;
  --blue: #a9d2e5;
  --yellow: #fff1b5;
  --terracota: #bd5631;
  --white: #fffefb;
  --butter-soft: #fff7d6;
  --sage-soft: #eef5ea;
  --blue-soft: #eef8fb;
  --cream-soft: #fff8ea;
  --peach-soft: #fff1e9;
  --heading: "Recoleta", Georgia, serif;
  --body: "Garbata", Georgia, serif;
  --radius: 24px;
  --shadow: 0 20px 55px rgba(76, 47, 39, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

button,
summary {
  font: inherit;
}

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

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

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

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(234, 220, 174, 0.55);
  backdrop-filter: blur(16px);
}

.nav-inner {
  width: min(100% - 32px, 1120px);
  height: 76px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo,
.footer-logo {
  font-family: var(--heading);
  color: var(--foreground);
  font-size: clamp(1.75rem, 3vw, 2rem);
  font-weight: 600;
  letter-spacing: 0;
}

.logo {
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links a {
  color: var(--muted-foreground);
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav-links a:hover {
  color: var(--foreground);
}

.nav-links .nav-pill {
  color: var(--foreground);
  background: rgba(169, 210, 229, 0.62);
  border-radius: 999px;
  padding: 9px 20px;
}

.nav-links .nav-whatsapp {
  color: var(--white);
  background: var(--primary);
  border-radius: 999px;
  padding: 9px 20px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 0;
  position: relative;
}

.menu-toggle span {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  border-radius: 999px;
  background: var(--foreground);
  transition: transform 0.2s ease, top 0.2s ease;
}

.menu-toggle span:first-child {
  top: 16px;
}

.menu-toggle span:last-child {
  top: 27px;
}

.menu-open .menu-toggle span:first-child {
  top: 22px;
  transform: rotate(45deg);
}

.menu-open .menu-toggle span:last-child {
  top: 22px;
  transform: rotate(-45deg);
}

.section {
  padding: 104px 0;
}

.section,
.hero {
  position: relative;
}

.section > .container,
.hero > .container {
  position: relative;
  z-index: 1;
}

.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-top: 112px;
  overflow: hidden;
  background: #ffffff;
}

.hero-grid,
.split-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(44px, 7vw, 80px);
  align-items: center;
}

.hero h1,
.section-copy h2,
.section-heading h2,
.living-card h2,
.purchase-card h2 {
  font-family: var(--heading);
  line-height: 1.04;
  letter-spacing: 0;
  margin: 0;
  font-weight: 600;
}

.hero h1 {
  font-size: clamp(2.15rem, 7vw, 3.85rem);
  max-width: 720px;
}

.hero p {
  color: var(--muted-foreground);
  font-size: clamp(1.12rem, 2vw, 1rem);
  margin: 24px 0 0;
  max-width: 590px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  border-radius: 999px;
  padding: 14px 32px;
  border: 0;
  font-weight: 500;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

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

.button svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.button-primary {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(138, 163, 122, 0.26);
}

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

.button-outline {
  background: transparent;
  border: 1px solid var(--terracota);
  color: var(--foreground);
}

.button-outline:hover {
  background: rgba(189, 86, 49, 0.12);
}

.button-large {
  font-size: 1.1rem;
  min-height: 62px;
  padding-inline: 40px;
}

.hero-image,
.image-card {
  position: relative;
}

.hero-image img,
.image-card img {
  width: 100%;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: var(--shadow);
  border: 1px solid rgba(234, 223, 189, 0.58);
}

.hero-image img {
  max-height: 650px;
}

.image-card img {
  aspect-ratio: 4 / 3;
}

.section-copy h2,
.section-heading h2,
.living-card h2,
.purchase-card h2 {
  font-size: clamp(2.35rem, 5vw, 3.25rem);
}

.section-copy p,
.section-heading p,
.living-card p,
.purchase-card p {
  color: var(--muted-foreground);
  font-size: 1rem;
  margin: 28px 0 0;
}

.section-copy p + p {
  margin-top: 16px;
}

.muted {
  background: var(--cream-soft);
}

.section-split {
  background: #ffffff;
}

.benefits-section {
  background:
    radial-gradient(circle at 18% 18%, rgba(169, 210, 229, 0.22), transparent 34%),
    linear-gradient(180deg, var(--butter-soft), #fffaf0);
  overflow: hidden;
}

.benefits-section::before {
  content: none;
}

.accent-band {
  background: var(--sage-soft);
  border-top: 1px solid rgba(138, 163, 122, 0.16);
  border-bottom: 1px solid rgba(138, 163, 122, 0.16);
}

.taste-section {
  background: #ffffff;
}

.living-section {
  background:
    radial-gradient(circle at 78% 38%, rgba(255, 241, 181, 0.42), transparent 32%),
    linear-gradient(180deg, var(--blue-soft), #f7fbfc);
  overflow: hidden;
}

.living-section::after {
  content: none;
}

.care-section {
  background: var(--sage-soft);
  border-top: 1px solid rgba(138, 163, 122, 0.14);
  border-bottom: 1px solid rgba(138, 163, 122, 0.14);
}

.faq-section {
  background: var(--cream-soft);
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 64px;
  text-align: center;
}

.section-heading p {
  margin-top: 16px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.benefit-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(234, 220, 174, 0.65);
  border-radius: 24px;
  padding: 32px;
  min-height: 252px;
  box-shadow: 0 10px 28px rgba(76, 47, 39, 0.035);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.benefit-card h3,
.step h3 {
  font-family: var(--heading);
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 20px 0 0;
}

.benefit-card p,
.step p,
.care-item p {
  color: var(--muted-foreground);
  margin: 12px 0 0;
}

.icon,
.care-icon,
.sparkle {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #faefc2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon::before,
.care-icon::before,
.sparkle::before {
  content: "";
  width: 24px;
  height: 24px;
  background: var(--terracota);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.droplet::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2S5 10 5 15a7 7 0 0 0 14 0c0-5-7-13-7-13z'/%3E%3C/svg%3E"); }
.leaf::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8 3.2C12 3.5 5 7.5 4.2 14.4c-.2 1.7.3 3.2 1.2 4.3-1 .8-1.7 1.6-2.2 2.3l1.7 1.1c.6-.9 1.4-1.7 2.4-2.5 1.2.8 2.8 1.1 4.5.8 6.7-1.2 9.3-8.4 9-17.2z'/%3E%3C/svg%3E"); }
.clock::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 .01 0zM13 7h-2v6l5 3 1-1.7-4-2.3V7z'/%3E%3C/svg%3E"); }
.heart::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21.35 10.55 20.03C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E"); }
.sun::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.8 4.4 5.4 5.8 3.6 4l1.4-1.4 1.8 1.8zM13 1v3h-2V1h2zm7.4 3-1.8 1.8-1.4-1.4L19 2.6 20.4 4zM4 11v2H1v-2h3zm19 0v2h-3v-2h3zM6.8 19.6l-1.8 1.8L3.6 20l1.8-1.8 1.4 1.4zM13 20v3h-2v-3h2zm7.4 0L19 21.4l-1.8-1.8 1.4-1.4 1.8 1.8zM12 6a6 6 0 1 1 0 12A6 6 0 0 1 12 6z'/%3E%3C/svg%3E"); }
.pin::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E"); }

.mid-cta {
  text-align: center;
  padding: 72px 0;
}

.mid-cta p {
  font-family: var(--heading);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  color: var(--foreground);
  font-style: italic;
  margin: 0 0 32px;
}

.living-card,
.purchase-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(234, 220, 174, 0.65);
  border-radius: 32px;
  padding: clamp(34px, 6vw, 64px);
  box-shadow: 0 10px 26px rgba(76, 47, 39, 0.04);
  text-align: center;
}

.living-card .sparkle {
  background: #faefc2;
  margin-bottom: 24px;
}

.sparkle::before {
  background: var(--terracota);
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 2 1.8 6.2L20 10l-6.2 1.8L12 18l-1.8-6.2L4 10l6.2-1.8L12 2zm7 12 1 3 3 1-3 1-1 3-1-3-3-1 3-1 1-3zM5 14l.8 2.2L8 17l-2.2.8L5 20l-.8-2.2L2 17l2.2-.8L5 14z'/%3E%3C/svg%3E");
}

.living-card .strong {
  color: var(--foreground);
  font-weight: 600;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  text-align: center;
}

.step span {
  font-family: var(--heading);
  font-size: clamp(4rem, 8vw, 6rem);
  line-height: 1;
  font-weight: 600;
  color: rgba(138, 163, 122, 0.50);
}

.number-font {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif !important;
  font-variant-numeric: tabular-nums;
}

.care-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.care-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(234, 220, 174, 0.65);
  border-radius: 24px;
  padding: 24px;
}

.care-item p {
  color: var(--foreground);
  margin: 0;
}

.care-icon {
  width: 42px;
  height: 42px;
  background: #faefc2;
  flex: 0 0 auto;
}

.care-icon::before {
  width: 21px;
  height: 21px;
  background: var(--terracota);
}

.temp::before {
  width: 19px;
  height: 19px;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3a4 4 0 0 0-4 4v9.2a6 6 0 1 0 8 0V7a4 4 0 0 0-4-4zm0 2a2 2 0 0 1 2 2v10.2l.7.55a4 4 0 1 1-5.4 0l.7-.55V7a2 2 0 0 1 2-2zm-1 5h2v7.8a2.5 2.5 0 1 1-2 0V10z'/%3E%3C/svg%3E");
}
.calendar::before {
  width: 21px;
  height: 21px;
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h2v3h6V2h2v3h3a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h3V2zm13 8H4v10h16V10zM4 8h16V7H4v1zm3 5h3v3H7v-3zm5 0h3v3h-3v-3z'/%3E%3C/svg%3E");
}
.rotate::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5a7 7 0 0 1 6.3 4H15v2h7V4h-2v3a9 9 0 1 0 .4 9.2l-1.8-.8A7 7 0 1 1 12 5z'/%3E%3C/svg%3E"); }
.warning::before { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2 1 21h22L12 2zm1 16h-2v-2h2v2zm0-4h-2V8h2v6z'/%3E%3C/svg%3E"); }

.purchase-card {
  background: linear-gradient(135deg, rgba(169, 210, 229, 0.32), rgba(255, 241, 181, 0.42));
  border-color: rgba(169, 210, 229, 0.58);
}

.purchase-card p {
  max-width: 560px;
  margin-inline: auto;
  margin-bottom: 40px;
}

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

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(234, 220, 174, 0.65);
  border-radius: 20px;
  padding: 0 24px;
  transition:
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 21px 0;
  font-family: var(--heading);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  font-weight: 500;
}

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

summary::after {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background: var(--muted-foreground);
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7 10 5 5 5-5H7z'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

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

details p {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  color: var(--muted-foreground);
  opacity: 0;
  transform: translateY(-8px);
  transition:
    max-height 0.52s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.38s ease,
    transform 0.52s cubic-bezier(0.16, 1, 0.3, 1),
    padding 0.52s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-list details {
  opacity: 0;
  transform: translateY(18px);
}

.faq-list.visible details {
  opacity: 1;
  transform: translateY(0);
}

.faq-list.visible details:nth-child(1) { transition-delay: 0.04s; }
.faq-list.visible details:nth-child(2) { transition-delay: 0.12s; }
.faq-list.visible details:nth-child(3) { transition-delay: 0.20s; }
.faq-list.visible details:nth-child(4) { transition-delay: 0.28s; }
.faq-list.visible details:nth-child(5) { transition-delay: 0.36s; }
.faq-list.visible details:nth-child(6) { transition-delay: 0.44s; }
.faq-list.visible details:nth-child(7) { transition-delay: 0.52s; }
.faq-list.visible details:nth-child(8) { transition-delay: 0.60s; }

.faq-item.is-open {
  background: #ffffff;
    border-color: var(--terracota);
  box-shadow: 0 12px 30px rgba(76, 47, 39, 0.055);
}

.faq-item.is-open p {
  max-height: max-content;
  opacity: 1;
  padding: 0 0 22px;
  transform: translateY(0);
}

.footer {
  border-top: 1px solid rgba(234, 220, 174, 0.65);
  background: #ffffff;
  text-align: center;
  padding: 48px 0 92px;
}

.footer p {
  color: var(--muted-foreground);
  margin: 8px 0 0;
  font-size: 0.95rem;
}

.footer small {
  color: rgba(123, 98, 89, 0.68);
  display: block;
  margin-top: 4px;
}

.footer-instagram {
  display: inline-block;
  margin-top: 4px;
  color: var(--primary);
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-instagram:hover {
  color: var(--foreground);
}

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.24);
  transition: transform 0.2s ease;
}

.floating-whatsapp:hover {
  transform: scale(1.08);
}

.floating-whatsapp svg {
  width: 42px;
  height: 42px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    display: grid;
    justify-items: center;
    gap: 18px;
    padding: 28px 24px 34px;
    background: var(--background);
    border-bottom: 1px solid rgba(234, 220, 174, 0.65);
    box-shadow: 0 24px 34px rgba(76, 47, 39, 0.08);
    transform: translateY(-130%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.22s ease, opacity 0.22s ease;
  }

  .menu-open .nav-links {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .hero-grid,
  .split-grid,
  .reverse {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 104px;
  }

  .hero-copy {
    order: 2;
    text-align: center;
  }

  .hero p {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-image {
    order: 1;
  }

  .hero-image img {
    max-height: 520px;
  }

  .benefit-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .care-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .container,
  .narrow,
  .narrow-plus,
  .faq-container,
  .nav-inner {
    width: min(100% - 24px, 1120px);
  }

  .section {
    padding: 78px 0;
  }

  .hero {
    padding-top: 92px;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.15rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .button {
    padding-inline: 20px;
  }

  .benefit-card,
  .care-item,
  .living-card,
  .purchase-card {
    border-radius: 20px;
    padding: 24px;
  }

  .floating-whatsapp {
    width: 58px;
    height: 58px;
    right: 16px;
    bottom: 16px;
  }
}
