:root {
  --sand: #f6f1e8;
  --sand-deep: #ece3d3;
  --charcoal: #18201d;
  --sage: #738d74;
  --sage-dark: #5f765f;
  --amber: #b8884e;
  --amber-dark: #9c703e;
  --white: #ffffff;
  --text: #1f2623;
  --text-soft: #516059;
  --line: #d9ddcf;
  --shadow: 0 20px 50px rgba(18, 26, 22, 0.14);
  --section-pad: clamp(60px, 8vw, 112px);
  --max: 1240px;
  --radius: 24px;
  --whatsapp: #25d366;
  --whatsapp-dark: #1faa52;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text);
  background: var(--sand);
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3 {
  margin: 0 0 0.85rem;
  font-family: "Fraunces", serif;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--text);
}
h1 { font-size: clamp(2.2rem, 5.2vw, 4.8rem); }
h2 { font-size: clamp(1.8rem, 3.8vw, 3.2rem); }
h3 { font-size: clamp(1.15rem, 2.2vw, 1.7rem); }
p, li { color: var(--text-soft); }
p { margin: 0 0 1rem; font-size: 1rem; }
a { color: inherit; }
.container { width: min(100% - 2rem, var(--max)); margin-inline: auto; }
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(24, 32, 29, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}
.logo-text { font-family: "Fraunces", serif; font-size: 1.55rem; font-weight: 700; color: #dce8cf; letter-spacing: 0.01em; }
.logo-dotde { font-size: 1.05rem; color: rgba(255, 255, 255, 0.72); margin-left: 0.12rem; font-style: italic; }
.header-nav { display: flex; align-items: center; gap: 1rem; }
.header-nav a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.94rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.88rem 1.3rem;
  border-radius: 999px;
  border: 2px solid transparent;
  font-weight: 700;
  font-size: 0.98rem;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-amber {
  background: var(--amber);
  color: var(--charcoal);
  border-color: var(--amber);
  box-shadow: 0 14px 30px rgba(156, 112, 62, 0.28);
}
.btn-amber:hover { background: var(--amber-dark); }
.btn-sage {
  background: var(--sage);
  color: var(--white);
  border-color: var(--sage);
  box-shadow: 0 14px 30px rgba(95, 118, 95, 0.3);
}
.btn-sage:hover { background: var(--sage-dark); }
.btn-whatsapp {
  background: var(--whatsapp);
  color: var(--white);
  border-color: var(--whatsapp);
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.3);
}
.btn-whatsapp:hover { background: var(--whatsapp-dark); }
.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.32);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.08); }
section { padding: var(--section-pad) 0; }
.page-hero {
  position: relative;
  overflow: hidden;
  background: var(--charcoal);
  color: var(--white);
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(24, 32, 29, 0.92) 0%, rgba(24, 32, 29, 0.76) 40%, rgba(24, 32, 29, 0.34) 78%, rgba(24, 32, 29, 0.16) 100%);
}
.page-hero.has-image {
  background-size: cover;
  background-position: center;
}
.page-hero .container {
  position: relative;
  z-index: 1;
  padding-top: 54px;
  padding-bottom: 54px;
}
.page-hero .eyebrow,
.hero .eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
  font-weight: 800;
  color: #e1c39a;
}
.page-hero h1,
.page-hero p { color: var(--white); }
.page-hero p { max-width: 62ch; color: rgba(255,255,255,0.88); }
.section-head {
  max-width: 760px;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.section-label {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: #8b6537;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(1.2rem, 3vw, 2rem);
}
.panel.warm {
  background: linear-gradient(145deg, #fffaf3 0%, #f4e7d5 100%);
  border-color: #ead7ba;
}
.panel.soft {
  background: linear-gradient(145deg, #f2f7f1 0%, #e8efe5 100%);
  border-color: #d7e0d3;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  align-items: start;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.2rem;
  box-shadow: 0 12px 30px rgba(18, 26, 22, 0.08);
}
.card-number {
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e0ebdf;
  color: #305441;
  font-weight: 800;
  margin-bottom: 0.7rem;
}
.media-card {
  min-height: 380px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.media-card img { width: 100%; height: 100%; object-fit: cover; }
.checklist { display: grid; gap: 0.8rem; margin-top: 1rem; }
.check { position: relative; padding-left: 1.6rem; }
.check::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 6px rgba(115, 141, 116, 0.12);
}
.faq-list { max-width: 920px; margin: 0 auto; display: grid; gap: 0.8rem; }
details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem 1.1rem;
  box-shadow: 0 8px 22px rgba(18, 26, 22, 0.06);
}
summary { cursor: pointer; font-weight: 700; color: #26352d; }
summary + p { margin-top: 0.7rem; }
.inline-links { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.inline-links a {
  text-decoration: none;
  border: 1px solid var(--line);
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: var(--white);
  font-weight: 600;
}
.cta {
  background: linear-gradient(180deg, #1b231f 0%, #131915 100%);
  position: relative;
  overflow: hidden;
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 12%, rgba(184, 136, 78, 0.26) 0%, transparent 30%), radial-gradient(circle at 82% 82%, rgba(115, 141, 116, 0.24) 0%, transparent 28%);
}
.cta-inner {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.cta h2 { color: var(--white); }
.cta p { color: rgba(255,255,255,0.82); }
.cta-actions, .cta-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.cta-actions { margin-top: 1.2rem; }
.cta-links { margin-top: 1rem; }
.cta-links a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 999px;
  padding: 0.58rem 0.92rem;
  font-size: 0.9rem;
  font-weight: 600;
}
.footer {
  background: #111613;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.64);
  text-align: center;
  padding: 1.4rem 0 1.8rem;
  font-size: 0.9rem;
}
.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.8rem;
}
.footer-links a { color: rgba(255,255,255,0.82); text-decoration: none; }
.footer-contact { margin-top: 0.2rem; }
.footer-contact a { color: rgba(255,255,255,0.86); text-decoration: none; }
@media (max-width: 1024px) {
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .media-card { min-height: 320px; }
}
@media (max-width: 760px) {
  .header-nav a:not(.btn) { display: none; }
  .logo-text { font-size: 1.28rem; }
  .logo-dotde { font-size: 0.9rem; }
  .cta-actions, .cta-links, .inline-links { flex-direction: column; }
  .cta-actions .btn, .inline-links a { width: 100%; text-align: center; }
  section { padding: 58px 0; }
}
