/* Make contact email gold */
.contact-list a {
  color: var(--gold);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}
.contact-list a:hover {
  color: #fffbe6;
}
/* Estatelevator main styles extracted from index.html */
:root {
  --bg: #050607;
  --bg-alt: #101217;
  --card: #151822;
  --gold: #d9b15a;
  --gold-soft: #b8944b;
  --text: #f5f5f7;
  --muted: #9ca3af;
  --danger: #f97373;
  --border: #262a35;
  --shadow-soft: 0 22px 40px rgba(0,0,0,0.55);
  --radius: 14px;
  --radius-pill: 999px;
  --max-width: 1120px;
  --banner-height: 2.6rem;
  --nav-height: 4.2rem;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  background: radial-gradient(circle at top, #141827 0, #050607 48%);
  color: var(--text);
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  scroll-behavior: smooth;
  /* COUNTDOWN BANNER */
  .countdown-banner {
    width: 100vw;
    left: 0;
    right: 0;
    margin-left: calc(-50vw + 50%);
    background: linear-gradient(90deg, rgba(21,24,34,0.98) 60%, rgba(41,36,20,0.98) 100%);
    color: var(--gold);
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 600;
    font-size: 1.08rem;
    letter-spacing: 0.13em;
    text-align: center;
    padding: 0.7rem 0.5rem 0.6rem;
    position: sticky;
    top: var(--nav-height);
    z-index: 100;
    border-bottom: 2px solid var(--gold);
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.18);
    text-shadow: 0 1px 8px rgba(217,177,90,0.08), 0 1px 0 #000;
    min-height: var(--banner-height);
  }
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* NAVBAR */
.nav {
  position: sticky;
  top: 0;
  z-index: 101;
  backdrop-filter: blur(18px);
  background: linear-gradient(to bottom, rgba(5,6,7,0.95), rgba(5,6,7,0.75));
  border-bottom: 1px solid rgba(255,255,255,0.04);
  min-height: var(--nav-height);
  width: 100vw;
  left: 0;
  right: 0;
  margin-left: calc(-50vw + 50%);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.5rem;
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.brand-logo {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: radial-gradient(circle at 20% 0, #f9e9b6 0, #e0b65b 38%, #926b2f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.6);
  overflow: hidden;
}

.brand-logo img {
  width: 56px;
  height: auto;
  display: block;
}

.brand-text {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: 0.16em;
  font-size: 0.95rem;
  text-transform: uppercase;
  color: var(--gold);
}

.nav-links {
  display: flex;
  gap: 1.25rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.nav-links a {
  color: var(--muted);
  position: relative;
  text-decoration: none;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
  transition: width 0.2s ease-out;
}
.nav-links a:hover {
  color: var(--text);
}
.nav-links a:hover::after {
  width: 100%;
}

.nav-cta {
  padding: 0.55rem 1.2rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(217,177,90,0.6);
  background: radial-gradient(circle at 0 0, rgba(217,177,90,0.45), rgba(5,6,7,0.95));
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.12em;
  color: var(--text);
  box-shadow: 0 10px 25px rgba(0,0,0,0.6);
}
.nav-cta:hover {
  filter: brightness(1.08);
  text-decoration: underline;
}

/* HERO */
.hero {
  padding: 4.5rem 0 4rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 3.1fr) minmax(0, 2.4fr);
  gap: 3.25rem;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin-bottom: 1rem;
}

.eyebrow-pill {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: radial-gradient(circle at 20% 0, #f9e9b6 0, #e0b65b 35%, #926b2f 100%);
  box-shadow: 0 0 0 6px rgba(217,177,90,0.16);
}

.hero-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: clamp(2.7rem, 4vw, 3.2rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
.hero-title span {
  color: var(--gold);
}

.hero-subtitle {
  max-width: 32rem;
  color: var(--muted);
  font-size: 0.98rem;
  margin-bottom: 1.8rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: 1.8rem;
}

.btn-primary {
  padding: 0.85rem 1.8rem;
  border-radius: var(--radius-pill);
  border: none;
  background: linear-gradient(135deg, #f6e3b1, #d9b15a, #8f6424);
  color: #1a1307;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.12em;
  box-shadow: var(--shadow-soft);
  cursor: pointer;
}
.btn-primary:hover {
  filter: brightness(1.04);
}

.btn-ghost {
  padding: 0.85rem 1.45rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(148,163,184,0.7);
  background: rgba(15,23,42,0.75);
  color: var(--muted);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  cursor: pointer;
}
.btn-ghost:hover {
  border-color: rgba(217,177,90,0.8);
  color: var(--text);
  text-decoration: none;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  font-size: 0.78rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.hero-meta span {
  opacity: 0.85;
}

.hero-card {
  background: radial-gradient(circle at 0 0, rgba(217,177,90,0.25), rgba(9,11,17,0.96));
  border-radius: 22px;
  padding: 1.8rem 1.9rem 1.4rem;
  border: 1px solid rgba(217,177,90,0.4);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

.hero-card-title {
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  color: rgba(249,250,251,0.8);
  margin-bottom: 1rem;
}

.hero-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem 1.4rem;
  font-size: 0.83rem;
}

.stat-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  margin-bottom: 0.2rem;
}
.stat-value {
  font-size: 1.05rem;
  font-weight: 600;
}
.stat-accent {
  color: var(--gold);
}

.hero-card-note {
  font-size: 0.7rem;
  color: var(--muted);
  margin-top: 1rem;
}

.hero-card-tag {
  position: absolute;
  right: 1.8rem;
  top: 1.8rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(15,23,42,0.95);
  background: rgba(250,250,250,0.88);
  padding: 0.32rem 0.8rem;
  border-radius: 999px;
}

/* SECTION WRAPPERS */
section {
  padding: 3.4rem 0 3.6rem;
}

.section-header {
  margin-bottom: 2.2rem;
}

.section-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.6rem;
}

.section-title {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
}

.section-subtitle {
  max-width: 40rem;
  font-size: 0.95rem;
  color: var(--muted);
}

/* ABOUT / HOW IT WORKS */
.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.4fr);
  gap: 2.7rem;
  align-items: flex-start;
}

.card {
  background: radial-gradient(circle at 10% 0, rgba(15,23,42,0.9), rgba(5,6,7,0.96));
  border-radius: var(--radius);
  padding: 1.7rem 1.8rem;
  border: 1px solid var(--border);
  box-shadow: 0 16px 35px rgba(0,0,0,0.65);
}

.card h3 {
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.9rem;
}

.card p {
  font-size: 0.92rem;
  color: var(--muted);
}

.icon-list {
  list-style: none;
  margin-top: 0.8rem;
}

.icon-list li {
  display: flex;
  gap: 0.6rem;
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 0.35rem;
}

.bullet {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  margin-top: 0.4rem;
  background: radial-gradient(circle at 30% 0, #f9e9b6 0, #e0b65b 40%, #835820 100%);
}

/* STRUCTURE DIAGRAM TEXT VERSION */
.structure-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.75fr);
  gap: 2.6rem;
  align-items: flex-start;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.2rem 0.7rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(148,163,184,0.6);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  margin-bottom: 0.8rem;
}

.structure-block {
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
}

.structure-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.structure-title {
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold);
  margin-bottom: 0.35rem;
}

.structure-text {
  font-size: 0.88rem;
  color: var(--muted);
}

.diagram-note {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 0.8rem;
}

.diagram-placeholder {
  background: radial-gradient(circle at 10% 0, rgba(217,177,90,0.12), rgba(15,23,42,0.95));
  border-radius: 18px;
  border: 1px dashed rgba(148,163,184,0.6);
  padding: 1.4rem 1.6rem 1.1rem;
  font-size: 0.85rem;
  color: var(--muted);
}

.diagram-placeholder strong {
  display: block;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--gold-soft);
  margin-bottom: 0.7rem;
}

/* BENEFITS */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.8rem;
}

.pill-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  margin-bottom: 0.4rem;
}

.pill-value {
  font-size: 0.95rem;
  color: var(--text);
}

/* FAQ */
.faq-list {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .faq-list {
    grid-template-columns: 1fr;
  }
}

.faq-item {
  padding: 1rem 1.2rem;
  border-radius: var(--radius);
  background: rgba(15,23,42,0.8);
  border: 1px solid rgba(31,41,55,0.9);
}

.faq-q {
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
}

.faq-a {
  font-size: 0.88rem;
  color: var(--muted);
}

/* CONTACT */
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.2fr);
  gap: 2.2rem;
  align-items: flex-start;
}

.contact-list {
  list-style: none;
  font-size: 0.9rem;
  color: var(--muted);
}

.contact-list li {
  margin-bottom: 0.4rem;
}

.contact-card {
  background: radial-gradient(circle at 0 0, rgba(217,177,90,0.24), rgba(5,6,7,0.96));
  border-radius: var(--radius);
  padding: 1.6rem 1.7rem;
  border: 1px solid rgba(217,177,90,0.45);
  box-shadow: var(--shadow-soft);
}

.contact-card h3 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 0.9rem;
}

.contact-card p {
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 0.7rem;
}

.contact-card a.btn-primary {
  display: inline-block;
  margin-top: 0.4rem;
}

/* FOOTER */
footer {
  border-top: 1px solid rgba(31,41,55,0.8);
  padding: 1.8rem 0 2.2rem;
  font-size: 0.78rem;
  color: var(--muted);
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.footer-disclaimer {
  max-width: 52rem;
  font-size: 0.75rem;
  color: var(--muted);
}

/* RESPONSIVE */
@media (max-width: 960px) {
  .hero-grid,
  .two-col,
  .structure-grid,
  .grid-3,
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero {
    padding-top: 3.6rem;
  }
}

@media (max-width: 720px) {
  .nav-inner {
    flex-wrap: wrap;
    gap: 0.7rem;
    padding-inline: 1rem;
  }
  .nav-links {
    display: none; /* keep nav simpler on very small screens */
  }
  .hero-card {
    margin-top: 1.5rem;
  }
  .section-title {
    font-size: 1.55rem;
  }
}
