:root {
  --bg: #0b132b;
  --bg-soft: #1a1f2f;
  --card: #121c3c;
  --text: #e6ecff;
  --muted: #a9b3d9;
  --primary: #d4af37;
  --primary-strong: #b9952e;
  --border: #2e3447;
  --accent: #39ff88;
  --white: #ffffff;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  background: linear-gradient(180deg, #070b17 0%, #0b1020 100%);
  color: var(--text);
  letter-spacing: 0.015em;
}

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

.container {
  width: min(var(--max), 92vw);
  margin: 0 auto;
}

.institutional-top-bar {
  height: 30px;
  background: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.top-bar-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #9ca3af;
  font-size: 10px;
  font-family: "Consolas", "SFMono-Regular", "Menlo", monospace;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.top-bar-market {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.market-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  animation: pulse-market 1.3s ease-in-out infinite;
}

.market-dot.open {
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
}

.market-dot.closed {
  background: #ef4444;
  box-shadow: 0 0 8px rgba(239, 68, 68, 0.7);
}

.top-bar-right {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.clock-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.clock-city {
  color: #6b7280;
}

.clock-time {
  color: #e5e7eb;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 12px;
}

.brand {
  font-size: 1.2rem;
  font-weight: 800;
  color: #f8fafc;
  letter-spacing: 0.02em;
}

.brand span {
  color: rgba(248, 250, 252, 0.5);
  font-weight: 400;
}

.nav-links {
  display: flex;
  gap: 22px;
  font-size: 0.84rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

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

.lang-switch {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-left: 10px;
  border-left: 1px solid rgba(148, 163, 184, 0.25);
}

.lang-btn {
  border: 0;
  background: transparent;
  color: rgba(230, 236, 255, 0.55);
  padding: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.82rem;
}

.lang-btn.active {
  color: #f8fafc;
}

.lang-separator {
  color: rgba(148, 163, 184, 0.55);
  font-size: 0.8rem;
}

.member-btn {
  padding: 8px 14px;
  border: 1px solid rgba(212, 175, 55, 0.7);
  color: var(--white);
  font-size: 0.9rem;
  background: transparent;
}

.member-btn:hover {
  background: #d4af37;
  color: #16120b;
  box-shadow: 0 0 14px rgba(212, 175, 55, 0.28);
}

.member-strip {
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(15, 23, 42, 0.4);
}

.member-strip-wrap {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
}

.member-strip-title {
  margin: 0;
  color: #dbe4f6;
  font-weight: 700;
  font-size: 0.9rem;
}

.member-strip-text {
  margin: 4px 0 0;
  color: #94a3b8;
  font-size: 0.86rem;
}

.member-strip-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.member-strip-actions .btn {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}

.member-strip-actions .btn.primary {
  border: 1px solid rgba(212, 175, 55, 0.5);
  background: rgba(212, 175, 55, 0.16);
  color: #f8fafc;
}

.member-strip-actions .btn.primary:hover {
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.34);
  background: rgba(212, 175, 55, 0.24);
}

.hero {
  padding: 86px 0 50px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -20% -10%;
  background:
    radial-gradient(circle at 20% 20%, rgba(212, 175, 55, 0.14), transparent 40%),
    radial-gradient(circle at 80% 35%, rgba(59, 130, 246, 0.14), transparent 42%),
    linear-gradient(120deg, rgba(30, 41, 59, 0.28), rgba(2, 6, 23, 0.1));
  opacity: 0.1;
  animation: hero-network 18s ease-in-out infinite alternate;
  pointer-events: none;
}

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

@keyframes hero-network {
  0% { transform: translate3d(-1%, 0, 0) scale(1); }
  100% { transform: translate3d(1%, -1%, 0) scale(1.04); }
}

.quote-strip {
  border-top: 1px solid rgba(37, 50, 95, 0.7);
  border-bottom: 1px solid rgba(37, 50, 95, 0.7);
  background: rgba(212, 175, 55, 0.08);
}

.quote-strip p {
  margin: 0;
  padding: 18px 0;
  color: #ffe8a3;
  font-weight: 600;
  line-height: 1.7;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: #9bb0f7;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.12;
  font-weight: 700;
}

.hero-highlight {
  color: #d4af37;
  font-weight: 800;
}

.hero-text {
  margin-top: 18px;
  color: var(--muted);
  max-width: 66ch;
  line-height: 1.75;
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 11px 18px;
  font-weight: 600;
  transition: transform 0.15s ease, background 0.15s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn.primary {
  background: var(--primary);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.btn.primary:hover {
  background: var(--primary-strong);
}

.btn.primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 60%;
  height: 100%;
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-18deg);
  transition: left 0.7s ease;
}

.btn.primary:hover::after {
  left: 160%;
}

.btn.secondary {
  border: 1px solid rgba(226, 232, 240, 0.45);
  background: transparent;
  color: #e2e8f0;
}

.hero-card,
.card,
.step,
.contact-form {
  background: linear-gradient(180deg, rgba(18, 28, 60, 0.94), rgba(15, 21, 43, 0.94));
  border: 1px solid var(--border);
  border-radius: 16px;
}

.hero-card {
  padding: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 34px rgba(2, 6, 23, 0.42);
}

.card-label {
  margin-top: 0;
  color: #dbe4f6;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.hero-card ul {
  margin: 0;
  padding-left: 0;
  line-height: 1.9;
  color: var(--muted);
  list-style: none;
}

.focus-item {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 8px;
}

.focus-item svg {
  width: 16px;
  height: 16px;
  margin-top: 7px;
  fill: #d4af37;
}

.focus-item span {
  color: #cbd5e1;
}

.hero-trust-note {
  margin: 18px 0 0;
  color: rgba(203, 213, 225, 0.78);
  font-size: 0.88rem;
  letter-spacing: 0.03em;
}

.section {
  padding: 68px 0;
}

.section-alt {
  background: rgba(17, 25, 54, 0.45);
  border-top: 1px solid rgba(37, 50, 95, 0.7);
  border-bottom: 1px solid rgba(37, 50, 95, 0.7);
}

h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
}

.cards,
.steps {
  display: grid;
  gap: 16px;
}

.cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  padding: 22px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
}

.card h3 {
  margin-top: 0;
}

.card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.75;
}

.narrow {
  max-width: 850px;
}

.narrow p {
  color: var(--muted);
  line-height: 1.85;
}

.about-subtitle {
  margin-top: -6px;
  color: #d8e2ff;
  font-weight: 700;
  font-size: 1.08rem;
}

.about-block-title {
  margin: 26px 0 8px;
  font-size: 1.07rem;
}

.about-list {
  margin: 12px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.9;
}

.about-quote {
  margin: 24px 0 0;
  padding: 16px 18px;
  border-left: 3px solid var(--primary);
  background: rgba(212, 175, 55, 0.08);
  color: #ffe8a3;
  border-radius: 8px;
  line-height: 1.75;
}

.vision-title {
  font-size: 0.95rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #cfd8f5;
  margin-bottom: 14px;
}

.vision-card {
  position: relative;
  padding: 20px 20px 34px;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  background: rgba(15, 23, 42, 0.5);
  backdrop-filter: blur(7px);
  color: #e5e7eb;
}

.vision-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #d4af37;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}

.vision-lead {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.8;
  color: #e5e7eb;
}

.vision-detail {
  margin: 14px 0 0;
  font-size: 0.99rem;
  font-weight: 400;
  line-height: 1.8;
  color: #cfd5e6;
}

.vision-signature {
  position: absolute;
  right: 16px;
  bottom: 8px;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 1.3rem;
  opacity: 0.2;
  color: #e8d6a1;
  user-select: none;
}

.steps {
  grid-template-columns: 1fr;
  gap: 18px;
  position: relative;
}

.steps::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.7), rgba(57, 255, 136, 0.3));
}

.step {
  padding: 22px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.16);
  margin-left: 28px;
  position: relative;
}

.step::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.2);
}

.step span {
  display: inline-block;
  font-weight: 700;
  color: #9bb0f7;
  margin-bottom: 8px;
}

.step h3 {
  margin: 6px 0;
}

.step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
}

.contact-list {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.8;
}

.contact-form {
  padding: 20px;
  background: linear-gradient(180deg, rgba(10, 16, 36, 0.98), rgba(8, 13, 28, 0.98));
}

.contact-form label {
  display: block;
  margin-bottom: 14px;
}

.contact-form span {
  display: block;
  margin-bottom: 6px;
  color: #bfd0ff;
  font-size: 0.94rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px 11px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #0a1230;
  color: var(--text);
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--primary);
}

.form-feedback {
  min-height: 18px;
  margin: 8px 0 0;
  font-size: 0.9rem;
  color: #cfd5e6;
}

.form-feedback.success {
  color: #6ef0a8;
}

.form-feedback.error {
  color: #ff9aa2;
}

.submit-gold {
  border: 1px solid rgba(255, 232, 163, 0.5);
  background: linear-gradient(135deg, #c79c2d, #f3d27a);
  color: #17120b;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(199, 156, 45, 0.28);
}

.submit-gold:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.submit-gold:disabled {
  opacity: 0.72;
  cursor: not-allowed;
  transform: none;
}

.site-footer {
  border-top: 1px solid rgba(212, 175, 55, 0.3);
  background: #02050d;
}

.footer-upper {
  padding: 42px 0 34px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
}

.footer-col h4 {
  margin: 0 0 14px;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #cbd5e1;
}

.footer-logo {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: #f8fafc;
}

.footer-logo span {
  color: rgba(248, 250, 252, 0.5);
  font-weight: 400;
}

.footer-vision {
  margin: 12px 0 0;
  color: #94a3b8;
  line-height: 1.75;
  max-width: 40ch;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: #cbd5e1;
}

.footer-links a:hover {
  color: #d4af37;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-socials a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.58);
  color: #aeb7c6;
  transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.footer-socials a:hover {
  color: #d4af37;
  border-color: rgba(212, 175, 55, 0.65);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.22);
}

.footer-socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer-lower {
  border-top: 1px solid rgba(55, 65, 81, 0.65);
  background: rgba(2, 6, 23, 0.7);
}

.footer-lower .container {
  padding: 20px 0 24px;
}

.footer-executive {
  margin: 0 0 12px;
  color: #dbe4f6;
  font-style: italic;
}

.footer-legal-title {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #cbd5e1;
}

.footer-legal {
  margin: 10px 0 0;
  color: #6b7280;
  font-size: 0.84rem;
  line-height: 1.8;
}

.footer-copy {
  margin: 16px 0 0;
  color: #8f9db5;
  font-size: 0.85rem;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 25;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(74, 222, 128, 0.45);
  background: radial-gradient(circle at 30% 30%, #1a2f1f, #0b1611 74%);
  color: #86efac;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  color: #bbf7d0;
  box-shadow: 0 0 24px rgba(74, 222, 128, 0.28);
}

.whatsapp-float svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

@media (max-width: 980px) {
  .hero-grid,
  .cards,
  .steps,
  .contact-wrap,
  .footer-upper {
    grid-template-columns: 1fr;
  }

  .nav-links {
    display: none;
  }

  .member-strip-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 50px;
    height: 50px;
  }

  .top-bar-wrap {
    gap: 10px;
  }

  .top-bar-right {
    margin-left: auto;
  }

  .top-bar-hide-mobile {
    display: none;
  }
}

@keyframes pulse-market {
  0% {
    transform: scale(0.92);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(0.92);
    opacity: 0.9;
  }
}
