:root {
  /* Paleta basada en el logo Grupo Phoenix */
  --bg: #000000;
  --bg-soft: #0a0a0a;
  --bg-elev: #121212;
  --primary: #d4af37;        /* Dorado del logo */
  --primary-2: #f1cf6a;      /* Dorado claro */
  --primary-3: #b8902a;      /* Dorado oscuro */
  --secondary: #4a9ed9;      /* Azul del acento del logo */
  --secondary-2: #6cb6e4;
  --text: #f5efde;           /* Blanco cálido */
  --muted: #a89c7a;          /* Dorado apagado */
  --card: rgba(212, 175, 55, 0.06);
  --card-border: rgba(212, 175, 55, 0.22);
  --shadow: 0 25px 80px rgba(0, 0, 0, 0.65);
  --gold-glow: 0 0 30px rgba(212, 175, 55, 0.35);
  --radius: 24px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", "Inter", system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  font-weight: 400;
}

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

button,
input,
textarea {
  font: inherit;
}

.site-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.18), transparent 38%),
    radial-gradient(circle at 85% 15%, rgba(74, 158, 217, 0.12), transparent 32%),
    radial-gradient(circle at 50% 100%, rgba(212, 175, 55, 0.08), transparent 50%),
    linear-gradient(135deg, #000000 0%, #0a0a0a 50%, #000000 100%);
}

.grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(212, 175, 55, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 175, 55, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.orb {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  filter: blur(28px);
  opacity: 0.28;
  animation: floatOrb 14s ease-in-out infinite alternate;
}

.orb-one {
  top: 10%;
  left: -120px;
  background: var(--primary);
}

.orb-two {
  right: -140px;
  top: 35%;
  background: var(--secondary);
  animation-delay: 2s;
}

.orb-three {
  left: 40%;
  bottom: -180px;
  background: var(--primary-3);
  animation-delay: 4s;
}

@keyframes floatOrb {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(40px, -50px, 0) scale(1.1);
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.78);
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}

.navbar {
  width: min(1180px, calc(100% - 36px));
  height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
}

.brand-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #000;
  border: 1px solid rgba(212, 175, 55, 0.4);
  overflow: hidden;
  box-shadow: var(--gold-glow);
}

.brand-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
}

.brand-text {
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  letter-spacing: 0.18em;
  font-size: 1.15rem;
  color: var(--primary);
  font-weight: 600;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  color: var(--muted);
  font-weight: 500;
  font-size: 0.92rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav-links a {
  transition: color 0.25s ease;
  position: relative;
  padding-bottom: 4px;
}

.nav-links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: var(--primary);
  transition: width 0.3s ease;
}

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

.nav-links a:hover::after {
  width: 100%;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--primary);
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 110px 0;
}

.hero {
  min-height: calc(100vh - 86px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 64px;
}

.eyebrow {
  color: var(--primary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  margin-bottom: 18px;
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", "Playfair Display", "Times New Roman", serif;
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-weight: 500;
}

h1 {
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  max-width: 850px;
  color: var(--text);
}

h1 .accent {
  color: var(--primary);
  font-style: italic;
  font-weight: 600;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

h3 {
  font-size: 1.5rem;
  color: var(--primary-2);
  font-weight: 600;
}

.hero-description,
.section-heading p,
.showcase-card p,
.contact-info p {
  color: var(--muted);
  font-size: 1.04rem;
  font-weight: 400;
}

.hero-description {
  margin-top: 24px;
  max-width: 650px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #000;
  box-shadow: 0 18px 45px rgba(212, 175, 55, 0.32);
}

.btn-primary:hover {
  box-shadow: 0 22px 55px rgba(212, 175, 55, 0.45);
}

.btn-secondary {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}

.btn-secondary:hover {
  background: rgba(212, 175, 55, 0.1);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}

.hero-stats div {
  padding: 22px;
  border-radius: 14px;
  background: rgba(212, 175, 55, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-left: 2px solid var(--primary);
}

.hero-stats strong {
  display: block;
  font-size: 1.2rem;
  color: var(--primary-2);
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  margin-bottom: 6px;
}

.hero-stats span {
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  perspective: 1100px;
}

.scene {
  width: 260px;
  height: 260px;
  perspective: 900px;
}

.cube {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  animation: rotateCube 16s infinite linear;
}

.face {
  position: absolute;
  width: 260px;
  height: 260px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(212, 175, 55, 0.3);
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.12), rgba(0, 0, 0, 0.6));
  backdrop-filter: blur(16px);
  color: var(--primary);
  font-weight: 700;
  letter-spacing: 0.18em;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  box-shadow:
    inset 0 0 40px rgba(212, 175, 55, 0.06),
    0 0 30px rgba(212, 175, 55, 0.1);
}

.face img.cube-logo {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
  opacity: 0.95;
}

.front {
  transform: translateZ(130px);
}

.back {
  transform: rotateY(180deg) translateZ(130px);
}

.right {
  transform: rotateY(90deg) translateZ(130px);
}

.left {
  transform: rotateY(-90deg) translateZ(130px);
}

.top {
  transform: rotateX(90deg) translateZ(130px);
}

.bottom {
  transform: rotateX(-90deg) translateZ(130px);
}

@keyframes rotateCube {
  from {
    transform: rotateX(-18deg) rotateY(0deg);
  }

  to {
    transform: rotateX(-18deg) rotateY(360deg);
  }
}

.floating-card {
  position: absolute;
  padding: 18px 24px;
  min-width: 180px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid var(--card-border);
  border-left: 2px solid var(--primary);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  animation: floating 4s ease-in-out infinite alternate;
}

.floating-card span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
}

.floating-card strong {
  font-size: 1.1rem;
  color: var(--primary-2);
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.card-one {
  top: 60px;
  left: 20px;
}

.card-two {
  right: 12px;
  top: 220px;
  animation-delay: 1s;
}

.card-three {
  left: 70px;
  bottom: 70px;
  animation-delay: 1.7s;
}

@keyframes floating {
  from {
    transform: translateY(0) rotateX(0deg);
  }

  to {
    transform: translateY(-18px) rotateX(8deg);
  }
}

.section-heading {
  max-width: 820px;
  text-align: center;
  margin: 0 auto 56px;
}

.section-heading.align-left {
  text-align: left;
  margin-left: 0;
}

.section-heading p {
  margin-top: 20px;
}

/* Línea decorativa dorada bajo títulos centrales */
.section-heading h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  margin: 22px auto 0;
}

.section-heading.align-left h2::after {
  margin-left: 0;
  background: linear-gradient(90deg, var(--primary), transparent);
}

.company-grid,
.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.glass-panel,
.solution-card,
.showcase-card,
.contact-wrapper,
.advisor-card {
  background:
    linear-gradient(145deg, rgba(212, 175, 55, 0.07), rgba(0, 0, 0, 0.55));
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.glass-panel {
  padding: 36px;
  border-radius: var(--radius);
  transform-style: preserve-3d;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}

.glass-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), transparent);
}

.glass-panel:hover {
  transform: translateY(-10px) rotateX(4deg) rotateY(-4deg);
  border-color: rgba(212, 175, 55, 0.5);
}

.panel-number {
  color: var(--secondary);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  font-family: "Cormorant Garamond", serif;
}

.glass-panel h3,
.solution-card h3 {
  margin-top: 18px;
}

.glass-panel p,
.solution-card p,
.check-list {
  color: var(--muted);
  margin-top: 14px;
}

.solution-grid {
  grid-template-columns: repeat(4, 1fr);
}

.solution-card {
  padding: 32px;
  border-radius: var(--radius);
  min-height: 290px;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.solution-card:hover {
  transform: translateY(-12px) scale(1.02);
  border-color: rgba(212, 175, 55, 0.5);
  background:
    linear-gradient(145deg, rgba(212, 175, 55, 0.15), rgba(0, 0, 0, 0.6));
}

.icon-3d {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background:
    linear-gradient(135deg, var(--primary), var(--primary-3));
  color: #000;
  font-size: 1.5rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  box-shadow:
    0 20px 40px rgba(212, 175, 55, 0.25),
    inset 0 -8px 15px rgba(0, 0, 0, 0.2);
}

/* ========= ASESOR (sección nueva) ========= */
.advisor {
  position: relative;
}

.advisor-card {
  border-radius: 36px;
  padding: 56px;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.advisor-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: var(--secondary);
  opacity: 0.4;
}

.advisor-photo-wrap {
  position: relative;
  display: grid;
  place-items: center;
}

.advisor-photo-frame {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-3));
  padding: 4px;
  box-shadow:
    0 0 40px rgba(212, 175, 55, 0.3),
    0 25px 60px rgba(0, 0, 0, 0.6);
  animation: pulseGold 4s ease-in-out infinite alternate;
}

@keyframes pulseGold {
  from {
    box-shadow: 0 0 40px rgba(212, 175, 55, 0.3), 0 25px 60px rgba(0, 0, 0, 0.6);
  }
  to {
    box-shadow: 0 0 60px rgba(212, 175, 55, 0.5), 0 25px 60px rgba(0, 0, 0, 0.6);
  }
}

.advisor-photo-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #000;
  display: grid;
  place-items: end center;
}

.advisor-photo-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.advisor-badge {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #000;
  padding: 8px 22px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
  border: 2px solid #000;
}

.advisor-content .eyebrow {
  margin-bottom: 14px;
}

.advisor-name {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 600;
  color: var(--text);
  line-height: 1.05;
  margin-bottom: 6px;
}

.advisor-name .first {
  color: var(--primary);
  font-style: italic;
}

.advisor-role {
  display: inline-block;
  color: var(--secondary);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(74, 158, 217, 0.4);
}

.advisor-bio {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 16px;
}

.advisor-quote {
  margin-top: 26px;
  padding: 18px 24px;
  border-left: 2px solid var(--primary);
  background: rgba(212, 175, 55, 0.05);
  border-radius: 0 14px 14px 0;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: var(--primary-2);
  font-size: 1.15rem;
  line-height: 1.5;
}

.advisor-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* ========= /ASESOR ========= */

.showcase-card {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 48px;
  align-items: center;
  border-radius: 36px;
  padding: 56px;
  overflow: hidden;
}

.check-list {
  list-style: none;
}

.check-list li {
  margin: 14px 0;
  padding-left: 32px;
  position: relative;
}

.check-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 900;
}

.hologram {
  min-height: 340px;
  position: relative;
  display: grid;
  place-items: center;
  perspective: 800px;
}

.ring {
  position: absolute;
  border: 2px solid rgba(212, 175, 55, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 35px rgba(212, 175, 55, 0.2);
  animation: spinRing 8s linear infinite;
}

.ring-one {
  width: 280px;
  height: 280px;
  transform: rotateX(68deg);
}

.ring-two {
  width: 220px;
  height: 220px;
  transform: rotateY(65deg);
  border-color: rgba(74, 158, 217, 0.55);
  animation-direction: reverse;
}

.ring-three {
  width: 160px;
  height: 160px;
  transform: rotateX(35deg) rotateY(35deg);
  border-color: rgba(241, 207, 106, 0.55);
}

.core {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.22), rgba(0, 0, 0, 0.92) 70%),
    #000;
  border: 1px solid rgba(212, 175, 55, 0.5);
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  box-shadow:
    0 0 60px rgba(212, 175, 55, 0.5),
    0 0 100px rgba(212, 175, 55, 0.25),
    0 0 130px rgba(74, 158, 217, 0.18),
    inset 0 0 30px rgba(212, 175, 55, 0.15);
  animation: pulseCore 3s ease-in-out infinite alternate;
  overflow: hidden;
}

.core::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    rgba(212, 175, 55, 0.7) 90deg,
    transparent 180deg,
    rgba(74, 158, 217, 0.5) 270deg,
    transparent 360deg
  );
  z-index: -1;
  animation: spinHalo 6s linear infinite;
  filter: blur(4px);
  opacity: 0.6;
}

.core-logo {
  width: 80%;
  height: 80%;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(212, 175, 55, 0.6));
  animation: floatLogo 4s ease-in-out infinite alternate;
}

@keyframes spinHalo {
  to { transform: rotate(360deg); }
}

@keyframes floatLogo {
  from { transform: translateY(0) scale(1); }
  to { transform: translateY(-4px) scale(1.04); }
}

@keyframes spinRing {
  to {
    rotate: 360deg;
  }
}

@keyframes pulseCore {
  from {
    box-shadow:
      0 0 60px rgba(212, 175, 55, 0.5),
      0 0 100px rgba(212, 175, 55, 0.25),
      0 0 130px rgba(74, 158, 217, 0.18),
      inset 0 0 30px rgba(212, 175, 55, 0.15);
  }
  to {
    transform: scale(1.05);
    box-shadow:
      0 0 80px rgba(212, 175, 55, 0.7),
      0 0 130px rgba(212, 175, 55, 0.35),
      0 0 160px rgba(74, 158, 217, 0.25),
      inset 0 0 40px rgba(212, 175, 55, 0.25);
  }
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  border-radius: 36px;
  padding: 52px;
}

.contact-items {
  margin-top: 34px;
  display: grid;
  gap: 16px;
}

.contact-items div {
  padding: 18px;
  border-radius: 14px;
  background: rgba(212, 175, 55, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-left: 2px solid var(--primary);
}

.contact-items span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.contact-items strong {
  color: var(--primary-2);
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 1.05rem;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--primary);
  font-weight: 600;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  color: var(--text);
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 10px;
  padding: 16px 18px;
  outline: none;
  resize: vertical;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
}

.form-note {
  color: var(--primary-2);
  font-weight: 600;
  min-height: 24px;
}

.footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 38px 0 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--muted);
  border-top: 1px solid rgba(212, 175, 55, 0.18);
  font-size: 0.88rem;
}

.footer a {
  color: var(--primary);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.footer-links a {
  position: relative;
  padding-bottom: 2px;
}

.footer-links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--primary-2);
  transition: width 0.3s ease;
}

.footer-links a:hover {
  color: var(--primary-2);
}

.footer-links a:hover::after {
  width: 100%;
}

.footer-privacy {
  border-right: 1px solid rgba(212, 175, 55, 0.25);
  padding-right: 28px !important;
}

@media (max-width: 640px) {
  .footer-links {
    flex-direction: column;
    gap: 14px;
  }

  .footer-privacy {
    border-right: none;
    padding-right: 0 !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.25);
    padding-bottom: 10px !important;
  }
}

@media (max-width: 980px) {
  .hero,
  .showcase-card,
  .contact-wrapper,
  .advisor-card {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero {
    padding-top: 80px;
  }

  .hero-visual {
    min-height: 460px;
  }

  .company-grid,
  .solution-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nav-links {
    position: absolute;
    top: 86px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    padding: 24px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.96);
    border: 1px solid var(--card-border);
  }

  .nav-links.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  .advisor-card {
    padding: 40px 28px;
    text-align: center;
  }

  .advisor-card .advisor-content {
    text-align: left;
  }

  .advisor-role {
    display: inline-block;
  }
}

@media (max-width: 640px) {
  .section {
    width: min(100% - 28px, 1180px);
    padding: 80px 0;
  }

  .navbar {
    width: min(100% - 28px, 1180px);
  }

  .brand-text {
    display: none;
  }

  .hero-stats,
  .company-grid,
  .solution-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .scene,
  .face {
    width: 190px;
    height: 190px;
  }

  .front { transform: translateZ(95px); }
  .back { transform: rotateY(180deg) translateZ(95px); }
  .right { transform: rotateY(90deg) translateZ(95px); }
  .left { transform: rotateY(-90deg) translateZ(95px); }
  .top { transform: rotateX(90deg) translateZ(95px); }
  .bottom { transform: rotateX(-90deg) translateZ(95px); }

  .floating-card {
    position: static;
    margin: 10px auto;
    animation: none;
  }

  .hero-visual {
    gap: 12px;
  }

  .showcase-card,
  .contact-wrapper,
  .advisor-card {
    padding: 28px;
    border-radius: 24px;
  }

  .advisor-photo-frame {
    width: 220px;
    height: 220px;
  }

  .footer {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}
