:root {
  --anthracite: #1a1f24;
  --anthracite-light: #252b32;
  --anthracite-muted: #2f3840;
  --gold: #c9a227;
  --gold-light: #e4c04a;
  --gold-dark: #a6851a;
  --green: #2d6a4f;
  --green-light: #40916c;
  --cream: #f5f2eb;
  --text: #e8e6e1;
  --text-muted: #a8a49c;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  --radius: 12px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --header-h: 100px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--anthracite);
  color: var(--text);
  line-height: 1.6;
  font-size: 1rem;
}

img { max-width: 100%; display: block; }

a { color: var(--gold-light); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--gold); }

.container {
  width: min(1140px, 92vw);
  margin-inline: auto;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: var(--anthracite);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 162, 39, 0.15);
  overflow: hidden;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  gap: 1rem;
  overflow: hidden;
}

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
  max-height: var(--header-h);
  overflow: hidden;
}

.logo__img {
  display: block;
  height: calc(var(--header-h) - 10px);
  width: auto;
  max-width: none;
  max-height: var(--header-h);
  object-fit: contain;
  object-position: left center;
}

.logo__img--small {
  height: calc(var(--header-h) - 18px);
}

.logo:hover .logo__img {
  opacity: 0.92;
}

.nav {
  display: flex;
  gap: 1.75rem;
}

.nav a {
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 500;
}

.nav a:hover { color: var(--gold-light); }

.header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.1rem;
  line-height: 1.25;
}

.header__phone {
  color: var(--gold-light);
  font-weight: 600;
  font-size: 0.95rem;
  white-space: nowrap;
}

.header__email {
  color: var(--text-muted);
  font-weight: 500;
  font-size: 0.72rem;
  white-space: nowrap;
}

.header__email:hover {
  color: var(--gold-light);
}

.lang-switch {
  display: flex;
  border: 1px solid var(--anthracite-muted);
  border-radius: 8px;
  overflow: hidden;
}

.lang-switch__btn {
  background: transparent;
  border: none;
  color: var(--text-muted);
  padding: 0.35rem 0.55rem;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}

.lang-switch__btn.is-active {
  background: var(--gold);
  color: var(--anthracite);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--gold);
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: var(--header-h);
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-color: var(--anthracite);
  overflow: hidden;
}

.hero__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(1.12) saturate(1.08) contrast(1.02);
}

@media (prefers-reduced-motion: no-preference) {
  .hero__bg-img {
    animation: heroKenBurns 22s ease-in-out infinite alternate;
  }
}

@keyframes heroKenBurns {
  from { transform: scale(1); }
  to { transform: scale(1.06); }
}

.hero__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(26, 31, 36, 0.82) 0%, rgba(26, 31, 36, 0.58) 38%, rgba(26, 31, 36, 0.28) 58%, rgba(26, 31, 36, 0.12) 100%),
    linear-gradient(to top, rgba(26, 31, 36, 0.5) 0%, transparent 42%),
    radial-gradient(ellipse 65% 45% at 88% 35%, rgba(201, 162, 39, 0.08), transparent),
    radial-gradient(ellipse 45% 35% at 15% 85%, rgba(45, 106, 79, 0.12), transparent);
  pointer-events: none;
}

.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c9a227' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 3;
  padding: 4rem 0 5rem;
  max-width: 720px;
}

.hero__eyebrow {
  color: var(--green-light);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--white);
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.hero__domain {
  color: var(--gold);
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  font-weight: 500;
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.hero__whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #25d366;
  font-weight: 500;
  font-size: 0.95rem;
}

.hero__whatsapp:hover { color: #3ee878; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.75rem;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.95rem;
  font-family: inherit;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.2s, background 0.2s;
  text-align: center;
}

.btn:hover { transform: translateY(-2px); }

.btn--gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--anthracite);
  box-shadow: 0 8px 24px rgba(201, 162, 39, 0.3);
}

.btn--gold:hover { color: var(--anthracite); box-shadow: 0 12px 32px rgba(201, 162, 39, 0.4); }

.btn--outline {
  border-color: var(--gold);
  color: var(--gold-light);
  background: transparent;
}

.btn--outline:hover { background: rgba(201, 162, 39, 0.1); color: var(--gold-light); }

.btn--green {
  background: var(--green);
  color: var(--white);
}

.btn--green:hover { background: var(--green-light); color: var(--white); }

.btn--block { width: 100%; }
.btn--sm { padding: 0.6rem 1rem; font-size: 0.85rem; }

/* Sections */
.section {
  padding: 5rem 0;
}

.section--dark {
  background: var(--anthracite-light);
}

.section__header {
  margin-bottom: 3rem;
}

.section__header--center { text-align: center; }

.section__label {
  display: block;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.section__label:empty {
  display: none;
  margin: 0;
}

.section__header h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  color: var(--white);
  font-weight: 600;
}

.section__sub {
  color: var(--text-muted);
  margin-top: 0.75rem;
  max-width: 560px;
}

.section__header--center .section__sub { margin-inline: auto; }

/* Why */
.why__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.why__quote {
  border-left: 3px solid var(--gold);
  padding-left: 1.5rem;
}

.why__quote p {
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--cream);
  margin-bottom: 1rem;
}

.why__features { list-style: none; }

.why__features li {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.why__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: var(--green);
  color: var(--white);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  font-weight: 700;
}

.why__features strong {
  display: block;
  color: var(--white);
  margin-bottom: 0.25rem;
}

.why__features span { color: var(--text-muted); font-size: 0.9rem; }

/* Services */
.services__tabs {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}

.services__tab {
  background: var(--anthracite-muted);
  border: 1px solid transparent;
  color: var(--text-muted);
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font-family: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.services__tab.is-active {
  background: var(--gold);
  color: var(--anthracite);
}

.services__panel { display: none; }
.services__panel.is-active { display: block; }

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.card {
  background: var(--anthracite);
  border: 1px solid var(--anthracite-muted);
  border-radius: var(--radius);
  padding: 1.75rem;
  transition: border-color 0.2s, transform 0.2s;
}

.card:hover {
  border-color: rgba(201, 162, 39, 0.35);
  transform: translateY(-4px);
}

.card--highlight {
  border-color: rgba(45, 106, 79, 0.5);
  background: linear-gradient(145deg, var(--anthracite) 0%, rgba(45, 106, 79, 0.12) 100%);
}

.card h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--gold-light);
  margin-bottom: 0.75rem;
}

.card p { color: var(--text-muted); font-size: 0.95rem; }

/* Proof */
.proof { background: var(--cream); color: var(--anthracite); }
.proof .section__label { color: var(--green); }
.proof .section__header h2 { color: var(--anthracite); }
.proof .section__sub { color: #5a5650; }

.proof__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.testimonial {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: 0 4px 24px rgba(26, 31, 36, 0.08);
  border-top: 4px solid var(--gold);
}

.testimonial blockquote {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-style: italic;
  color: var(--anthracite);
  margin-bottom: 1rem;
}

.testimonial figcaption {
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 600;
}

/* Calculator */
.calc__layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2.5rem;
  align-items: start;
}

.calc__tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.calc__tab {
  flex: 1;
  padding: 0.7rem;
  background: var(--anthracite);
  border: 1px solid var(--anthracite-muted);
  color: var(--text-muted);
  border-radius: 8px;
  font-family: inherit;
  font-weight: 600;
  cursor: pointer;
}

.calc__tab.is-active {
  border-color: var(--gold);
  color: var(--gold-light);
  background: rgba(201, 162, 39, 0.1);
}

.calc__panel { display: none; }
.calc__panel.is-active { display: block; }

.calc__form label {
  display: block;
  margin-bottom: 1.25rem;
}

.calc__form label span {
  display: block;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 0.4rem;
}

.calc__form input,
.calc__form select,
.contact-form input {
  width: 100%;
  padding: 0.85rem 1rem;
  background: var(--anthracite);
  border: 1px solid var(--anthracite-muted);
  border-radius: 8px;
  color: var(--white);
  font-family: inherit;
  font-size: 1rem;
}

.calc__form input:focus,
.contact-form input:focus,
.contact-form select:focus {
  outline: none;
  border-color: var(--gold);
}

.calc__form input[readonly] {
  opacity: 0.85;
  cursor: default;
}

.calc__form small {
  display: block;
  margin-top: 0.35rem;
  color: var(--text-muted);
  font-size: 0.8rem;
}

.checkbox-label {
  display: flex !important;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
}

.checkbox-label input { width: auto; }

.calc__results {
  background: var(--anthracite);
  border: 1px solid var(--green);
  border-radius: var(--radius);
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.result-row {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--anthracite-muted);
  font-size: 0.95rem;
}

.result-row strong { color: var(--gold-light); }

.result-row--total {
  border-bottom: none;
  padding-top: 1rem;
  font-size: 1.1rem;
}

.result-row--total strong { color: var(--green-light); font-size: 1.25rem; }

.calc__note, .calc__disclaimer {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 1rem 0;
}

.calc__aside {
  background: var(--anthracite);
  border-radius: var(--radius);
  padding: 1.75rem;
  border: 1px solid var(--anthracite-muted);
}

.calc__aside h3, .calc__aside h4 {
  font-family: var(--font-display);
  color: var(--gold-light);
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.fee-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
  margin-bottom: 1.25rem;
}

.fee-table th, .fee-table td {
  padding: 0.6rem 0.5rem;
  text-align: left;
  border-bottom: 1px solid var(--anthracite-muted);
}

.fee-table th { color: var(--text-muted); font-weight: 500; }

.badge {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
}

.badge--buyer { background: rgba(45, 106, 79, 0.3); color: var(--green-light); }
.badge--seller { background: rgba(201, 162, 39, 0.2); color: var(--gold-light); }
.badge--both { background: rgba(168, 164, 156, 0.2); color: var(--text-muted); }

.calc__steps {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--anthracite-muted);
}

.calc__aside-btn {
  margin-top: 1.25rem;
}

.calc__aside-btn:hover {
  color: var(--anthracite);
}

.calc__steps ol {
  padding-left: 1.25rem;
  color: var(--text-muted);
  font-size: 0.9rem;
}

.calc__steps li { margin-bottom: 0.4rem; }

/* Resources */
.resources__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.resource-card {
  background: var(--anthracite-light);
  border: 1px solid var(--anthracite-muted);
  border-radius: var(--radius);
  padding: 2rem;
}

.resource-card h3 {
  font-family: var(--font-display);
  color: var(--gold-light);
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
}

.resource-card p { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 1rem; }

.lead-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.lead-form input {
  padding: 0.75rem 1rem;
  background: var(--anthracite);
  border: 1px solid var(--anthracite-muted);
  border-radius: 8px;
  color: var(--white);
  font-family: inherit;
}

.checklist-details summary {
  cursor: pointer;
  color: var(--green-light);
  font-weight: 500;
  font-size: 0.9rem;
}

.checklist-content {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--anthracite-muted);
}

.checklist-content h4 {
  color: var(--gold);
  font-size: 0.95rem;
  margin: 1rem 0 0.5rem;
}

.checklist-content ul {
  padding-left: 1.25rem;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.checklist-content li { margin-bottom: 0.35rem; }

.inst-list { list-style: none; }

.inst-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--anthracite-muted);
}

.inst-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.inst-item__body {
  width: 100%;
}

.inst-item__body strong {
  display: block;
  color: var(--white);
  margin-bottom: 0.25rem;
}

.inst-item__body span {
  display: block;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.inst-item__body span:empty {
  display: none;
}

.inst-actions {
  display: flex;
  gap: 0.5rem;
}

.inst-action {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  border: 1px solid var(--anthracite-muted);
  color: var(--gold-light);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.inst-action:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201, 162, 39, 0.1);
}

.link-maps {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: var(--green-light);
}

.notary-details {
  margin-top: 1.25rem;
}

.notary-details__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid var(--anthracite-muted);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--gold-light);
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  list-style: none;
  transition: border-color 0.2s, background 0.2s;
}

.notary-details__toggle:hover {
  border-color: var(--gold-dark);
  background: rgba(201, 162, 39, 0.06);
}

.notary-details[open] .notary-details__toggle {
  border-color: var(--gold);
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  background: rgba(201, 162, 39, 0.08);
}

.notary-details summary {
  list-style: none;
}

.notary-details summary::-webkit-details-marker {
  display: none;
}

.notary-details__icon {
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s;
  flex-shrink: 0;
  margin-top: -0.15rem;
}

.notary-details[open] .notary-details__icon {
  transform: rotate(-135deg);
  margin-top: 0.15rem;
}

.notary-list {
  list-style: none;
  margin-top: 0;
  padding: 0.5rem 1rem 0.25rem;
  border: 1px solid var(--gold);
  border-top: none;
  border-radius: 0 0 8px 8px;
  background: rgba(255, 255, 255, 0.02);
}

.notary-item {
  padding: 1rem 0;
  border-bottom: 1px solid var(--anthracite-muted);
}

.notary-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.notary-item strong {
  display: block;
  color: var(--white);
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}

.notary-item span {
  display: block;
  color: var(--text-muted);
  font-size: 0.88rem;
  margin-bottom: 0.25rem;
}

.notary-item a[href^="tel:"] {
  color: var(--gold-light);
  text-decoration: none;
}

.notary-item a[href^="tel:"]:hover {
  text-decoration: underline;
}

.faq { max-width: 720px; }

.faq h3 {
  font-family: var(--font-display);
  color: var(--white);
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.faq details {
  background: var(--anthracite-light);
  border: 1px solid var(--anthracite-muted);
  border-radius: 8px;
  margin-bottom: 0.5rem;
  padding: 0.25rem 1rem;
}

.faq summary {
  cursor: pointer;
  padding: 0.85rem 0;
  font-weight: 500;
  color: var(--cream);
}

.faq p {
  padding-bottom: 1rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* Contact */
.contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.contact__info h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--white);
  margin-bottom: 0.75rem;
}

.contact__info > p { color: var(--text-muted); margin-bottom: 2rem; }

.contact__links { display: flex; flex-direction: column; gap: 1rem; }

.contact__link {
  display: block;
  padding: 1.25rem;
  background: var(--anthracite);
  border-radius: var(--radius);
  border: 1px solid var(--anthracite-muted);
  transition: border-color 0.2s;
}

.contact__link:hover { border-color: var(--gold); color: inherit; }

.contact__link-label {
  display: block;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 0.25rem;
}

.contact__link strong { color: var(--gold-light); font-size: 1.1rem; }

.contact__link-note {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.4;
}

.contact__link--wa strong { color: #25d366; }

.social-links {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.social-links--footer {
  margin-top: 0.75rem;
}

.social-links__item {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--anthracite-muted);
  color: var(--gold-light);
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.social-links__item:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201, 162, 39, 0.08);
}

.abi-badge {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--anthracite-muted);
  background: rgba(255, 255, 255, 0.03);
  color: inherit;
  transition: border-color 0.2s;
}

.trust-badges__abi {
  margin-top: 2.5rem;
  max-width: 520px;
}

.abi-badge:hover {
  border-color: var(--gold);
  color: inherit;
}

.abi-badge__logo {
  flex-shrink: 0;
  height: auto;
  max-height: 44px;
  width: auto;
  object-fit: contain;
  background: #fff;
  border-radius: 4px;
  padding: 4px 6px;
}

.abi-badge__text {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.contact-form {
  background: var(--anthracite);
  border: 1px solid var(--anthracite-muted);
  border-radius: var(--radius);
  padding: 2rem;
}

.contact-form h3 {
  font-family: var(--font-display);
  color: var(--gold-light);
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}

.contact-form label {
  display: block;
  margin-bottom: 1rem;
}

.contact-form label span {
  display: block;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 0.35rem;
}

.intent-fieldset {
  border: none;
  margin: 0 0 1.25rem;
  padding: 0;
}

.intent-fieldset legend {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 0.6rem;
  padding: 0;
}

.intent-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.intent-option {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

.intent-option input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.intent-option__label {
  display: block;
  padding: 0.9rem 1rem;
  text-align: center;
  border: 1px solid var(--anthracite-muted);
  border-radius: 8px;
  background: var(--anthracite);
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.35;
  transition: border-color 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s;
}

.intent-option:hover .intent-option__label {
  border-color: var(--gold-dark);
}

.intent-option input:checked + .intent-option__label {
  border-color: var(--gold);
  background: rgba(201, 162, 39, 0.14);
  color: var(--gold-light);
  font-weight: 600;
  box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.25);
}

.intent-option input:focus-visible + .intent-option__label {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.form-success {
  color: var(--green-light);
  text-align: center;
  margin-top: 1rem;
  font-weight: 500;
}

.form-privacy {
  margin-top: 0.85rem;
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.45;
  text-align: center;
}

.form-privacy a {
  color: var(--gold-light);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-privacy a:hover {
  color: var(--gold);
}

.form-privacy--left {
  text-align: left;
  margin-top: 0.65rem;
}

/* Footer */
.footer {
  padding: 2rem 0;
  border-top: 1px solid var(--anthracite-muted);
  background: var(--anthracite);
}

.footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 2rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.footer__inner--legal {
  grid-template-columns: 1fr;
  text-align: center;
  gap: 1rem;
}

.footer__bottom {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--anthracite-muted);
  text-align: center;
}

.footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  margin-top: 0.65rem;
}

.footer__legal a {
  font-size: 0.82rem;
  color: var(--text-muted);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer__legal a:hover {
  color: var(--gold-light);
}

.footer--legal {
  padding: 1.5rem 0;
}

.footer--legal .footer__bottom {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.footer__col--end {
  text-align: right;
}

.footer__phone {
  color: var(--gold-light);
  font-weight: 600;
  font-size: 1rem;
}

.footer__phone:hover {
  color: var(--gold);
}

.footer__hours {
  margin-top: 0.35rem;
  font-size: 0.8rem;
}

.footer__copy {
  margin-top: 0;
  font-size: 0.8rem;
}

.footer__brand {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--gold);
}

.footer__brand a {
  color: inherit;
}

.footer__brand a:hover {
  color: var(--gold-light);
}

/* FAB WhatsApp */
.fab-whatsapp {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 56px;
  height: 56px;
  background: #25d366;
  color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
  z-index: 90;
  transition: transform 0.2s;
}

.fab-whatsapp:hover {
  transform: scale(1.08);
  color: white;
}

/* Responsive */
@media (max-width: 900px) {
  .why__grid,
  .calc__layout,
  .contact__grid {
    grid-template-columns: 1fr;
  }

  .header__contact { display: none; }

  .footer__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer__col--end {
    text-align: center;
  }

  .social-links--footer {
    justify-content: center;
  }

  .nav {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    background: var(--anthracite);
    flex-direction: column;
    padding: 1.5rem;
    gap: 1rem;
    border-bottom: 1px solid var(--anthracite-muted);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s, opacity 0.3s;
  }

  .nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-toggle { display: flex; }
}

@media (max-width: 600px) {
  :root {
    --header-h: 84px;
  }

  .intent-options {
    grid-template-columns: 1fr;
  }

  .logo__img {
    height: calc(var(--header-h) - 10px);
    max-width: 78vw;
  }

  .hero__cta { flex-direction: column; }
  .hero__cta .btn { width: 100%; }
  .lang-switch { display: none; }
}

/* Legal / GDPR page */
.legal-page {
  background: var(--anthracite-dark, var(--anthracite));
}

.header--legal .header__inner {
  justify-content: space-between;
}

.legal {
  padding: 3rem 0 4rem;
}

.legal__content {
  max-width: 720px;
}

.legal__back {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  color: var(--gold-light);
}

.legal__back:hover {
  color: var(--gold);
}

.legal__content h1 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  color: var(--gold-light);
  margin-bottom: 0.5rem;
}

.legal__updated {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 2rem;
}

.legal__section {
  margin-bottom: 1.75rem;
}

.legal__section h2 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--white);
  margin-bottom: 0.5rem;
}

.legal__section p {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}
