:root {
  --teal: #0e3d3a;
  --teal-deep: #0a2c2a;
  --gold: #c4a35a;
  --gold-soft: #e2cc95;
  --cream: #f6f1e6;
  --cream-2: #efe6d4;
  --paper: #fffdf8;
  --ink: #1c2a28;
  --muted: #5b6866;
  --line: rgba(14, 61, 58, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 0.7rem;
}
h1 { font-size: clamp(2.1rem, 4.5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1rem; }
.wrap { width: min(1120px, calc(100% - 2.2rem)); margin-inline: auto; }
.header {
  position: sticky; top: 0; z-index: 30;
  background: rgba(246, 241, 230, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand { display: flex; align-items: center; text-decoration: none; }
.brand img { height: 62px; width: auto; }
.nav { display: flex; gap: 0.35rem; align-items: center; }
.nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
}
.nav a:hover, .nav a.active { background: var(--teal); color: #fff; }
.menu-btn {
  display: none;
  border: 1px solid var(--line);
  background: transparent;
  padding: 0.45rem 0.8rem;
  border-radius: 8px;
  font-weight: 600;
}
.menu-mobile { display: none; flex-direction: column; padding: 0 1.1rem 1rem; gap: 0.4rem; }
.menu-mobile a { text-decoration: none; font-weight: 600; padding: 0.55rem 0.2rem; }
.hero { padding: 3.2rem 0 4rem; }
.hero-grid, .split, .contact-grid { display: grid; gap: 2rem; align-items: center; }
.hero-grid { grid-template-columns: 1.05fr 0.95fr; }
.split { grid-template-columns: 0.9fr 1.1fr; }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 0.55rem;
}
.lead { font-size: 1.12rem; color: var(--muted); max-width: 40rem; }
.actions { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1.4rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; border: 0; cursor: pointer;
  padding: 0.82rem 1.15rem; border-radius: 999px; font-weight: 700;
}
.btn-primary { background: var(--teal); color: #fff; }
.btn-gold { background: var(--gold); color: var(--teal-deep); }
.btn-ghost { background: transparent; border: 1px solid var(--teal); }
.portrait {
  background: var(--teal-deep);
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1;
  max-width: 430px;
  margin-inline: auto;
  box-shadow: 0 20px 50px rgba(14, 61, 58, 0.25);
}
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 15%; }
.section { padding: 3.4rem 0; }
.section-alt { background: var(--cream-2); }
.section-dark { background: var(--teal-deep); color: #fff; }
.center { text-align: center; }
.metodo-frame {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0.8rem;
  box-shadow: 0 12px 32px rgba(14, 61, 58, 0.08);
}
.pills { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1rem 0 0; }
.pills span {
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.86rem;
  font-weight: 600;
}
.cards, .plans, .gallery { display: grid; gap: 1rem; }
.cards { grid-template-columns: repeat(3, 1fr); margin-top: 1.5rem; }
.card, .plan {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.2rem;
}
.plan h3 { color: var(--teal); }
.price { font-size: 1.45rem; font-weight: 700; color: var(--teal); margin: 0.3rem 0 0.8rem; }
.plan ul { margin: 0; padding-left: 1.1rem; color: var(--muted); }
.table-wrap { overflow-x: auto; margin: 1.2rem 0; }
table { width: 100%; border-collapse: collapse; background: var(--paper); }
th, td { padding: 0.75rem 0.85rem; text-align: left; border-bottom: 1px solid var(--line); }
th { background: var(--teal); color: #fff; font-weight: 600; }
tr:nth-child(even) td { background: rgba(14, 61, 58, 0.035); }
.note {
  background: #fff7e6;
  border-left: 4px solid var(--gold);
  padding: 0.9rem 1rem;
  border-radius: 0 10px 10px 0;
}
.gallery { grid-template-columns: repeat(3, 1fr); margin-top: 1.5rem; }
.gallery figure {
  margin: 0;
  background: var(--paper);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.gallery img { width: 100%; height: 230px; object-fit: cover; }
.gallery figcaption { padding: 0.7rem 0.85rem 0.95rem; font-size: 0.9rem; color: var(--muted); }
.contact-grid { grid-template-columns: 0.9fr 1.1fr; align-items: start; }
.contact-list { list-style: none; padding: 0; margin: 1rem 0; }
.contact-list li { margin: 0 0 0.7rem; }
.contact-list a { font-weight: 700; color: var(--gold); }
form { display: grid; gap: 0.85rem; }
label { display: grid; gap: 0.3rem; font-weight: 700; font-size: 0.92rem; }
input, textarea, select {
  font: inherit;
  padding: 0.75rem 0.85rem;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
}
.hp { position: absolute; left: -9999px; }
.footer { background: var(--teal-deep); color: #e8efe8; padding: 2rem 0; }
.footer-inner { display: grid; gap: 0.25rem; }
.footer small { opacity: 0.75; }
.page-head { padding: 2.4rem 0 0.4rem; }
@media (max-width: 860px) {
  .nav { display: none; }
  .menu-btn { display: inline-flex; }
  .menu-mobile.open { display: flex; }
  .hero-grid, .split, .cards, .plans, .gallery, .contact-grid { grid-template-columns: 1fr; }
  .gallery img { height: 210px; }
  .brand img { height: 52px; }
}
