/* =========================================================
   MG GOD EAS WEBSITE
   Fácil edición:
   - Colores principales en :root
   - Fondos en assets/images/
   - Logos en assets/logos/
   - Íconos en assets/icons/
   ========================================================= */

:root {
  --bg: #07131f;
  --bg-soft: #0d2135;
  --panel: rgba(255, 255, 255, 0.09);
  --panel-strong: rgba(255, 255, 255, 0.14);
  --text: #f7fbff;
  --muted: rgba(247, 251, 255, 0.72);
  --line: rgba(255, 255, 255, 0.15);
  --gold: #f4c96b;
  --cyan: #62e9ff;
  --violet: #9f7cff;
  --green: #63f5b4;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  --radius: 28px;
  --topbar-height: 86px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(98, 233, 255, 0.16), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(159, 124, 255, 0.18), transparent 30%),
    var(--bg);
  overflow-x: hidden;
}

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

img {
  max-width: 100%;
  display: block;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  padding: 12px 16px;
  background: var(--gold);
  color: #17120a;
  border-radius: 999px;
  z-index: 10000;
}

.skip-link:focus {
  top: 12px;
}

/* Topbar */
.topbar {
  position: fixed;
  inset: 0 0 auto;
  height: var(--topbar-height);
  display: grid;
  grid-template-columns: 120px 1fr 120px;
  .topbar {
  grid-template-columns: 180px 1fr auto;
}

.topbar-left {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 14px;
}

.mg-god-home-logo {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(14px);
  transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.mg-god-home-logo:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(244, 201, 107, .6);
  box-shadow: 0 0 0 4px rgba(244, 201, 107, .10);
}

.mg-god-home-logo img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(244, 201, 107, .20));
}
  .topbar {
  grid-template-columns: 180px 1fr auto;
}

.topbar-left {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 14px;
}

.mg-god-home-logo {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(14px);
  transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.mg-god-home-logo:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(244, 201, 107, .6);
  box-shadow: 0 0 0 4px rgba(244, 201, 107, .10);
}

.mg-god-home-logo img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(244, 201, 107, .20));
}
  align-items: center;
  padding: 0 clamp(16px, 4vw, 48px);
  background: rgba(5, 15, 25, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  z-index: 999;
}

.menu-button {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  gap: 5px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
  cursor: pointer;
  transition: transform .25s ease, background .25s ease;
}

.menu-button:hover {
  transform: translateY(-2px);
  background: var(--panel-strong);
}

.menu-button span {
  width: 22px;
  height: 2px;
  display: block;
  background: var(--text);
  border-radius: 999px;
}

.brand-center {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-align: left;
}

.brand-center img {
  width: 54px;
  height: 54px;
  filter: drop-shadow(0 0 18px rgba(244, 201, 107, 0.22));
}

.brand-center strong {
  display: block;
  letter-spacing: .12em;
  font-size: clamp(1rem, 2vw, 1.35rem);
}

.brand-center small {
  display: block;
  color: var(--muted);
  margin-top: 2px;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.language-switcher {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
}

.lang-btn {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px;
  background: rgba(255,255,255,.08);
  cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.lang-btn img {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: cover;
}

.lang-btn:hover,
.lang-btn.active {
  transform: translateY(-2px) scale(1.04);
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(244, 201, 107, .12);
}

/* Side Menu */
.side-menu {
  position: fixed;
  inset: 0 auto 0 0;
  width: min(380px, 88vw);
  padding: 28px;
  background: rgba(8, 19, 32, .96);
  border-right: 1px solid var(--line);
  transform: translateX(-105%);
  transition: transform .35s ease;
  z-index: 1100;
  backdrop-filter: blur(22px);
}

.side-menu.open {
  transform: translateX(0);
}

.close-menu {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
  color: var(--text);
  font-size: 30px;
  cursor: pointer;
  margin-bottom: 36px;
}

.side-menu nav {
  display: grid;
  gap: 12px;
}

.side-menu nav a {
  padding: 16px 18px;
  border: 1px solid transparent;
  border-radius: 20px;
  color: var(--muted);
  background: linear-gradient(90deg, rgba(255,255,255,.08), transparent);
  transition: color .25s ease, transform .25s ease, border-color .25s ease;
}

.side-menu nav a:hover {
  color: var(--text);
  transform: translateX(6px);
  border-color: var(--line);
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.52);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  z-index: 1050;
}

.overlay.show {
  opacity: 1;
  pointer-events: auto;
}

/* Sections */
.section {
  position: relative;
  min-height: 100vh;
  padding: calc(var(--topbar-height) + 74px) clamp(18px, 5vw, 64px) 96px;
  overflow: hidden;
}

.section::after {
  content: "";
  position: absolute;
  inset: auto -10% -30% -10%;
  height: 42%;
  background: radial-gradient(circle, rgba(98, 233, 255, .12), transparent 65%);
  pointer-events: none;
}

.animated-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(115deg, rgba(7,19,31,.60), rgba(7,19,31,.30)),
    var(--bg-image);
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  animation: bgMove 18s ease-in-out infinite alternate;
  z-index: -2;
}

.animated-bg > * {
  position: relative;
  z-index: 2;
}

@keyframes bgMove {
  from {
    transform: scale(1.08) translate3d(-12px, -10px, 0);
    filter: saturate(1);
  }
  to {
    transform: scale(1.16) translate3d(16px, 10px, 0);
    filter: saturate(1.18);
  }
}

.section-heading {
  width: min(var(--max-width), 100%);
  margin: 0 auto 48px;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  opacity: .8;
}

h1, h2, h3, p {
  margin-top: 0;
}

h1 {
  font-size: clamp(2.6rem, 4.5vw, 3.2rem);
  line-height: .92;
  letter-spacing: -.07em;
  margin-bottom: 26px;
}

h2 {
  font-size: clamp(2.1rem, 3.0vw, 2.4rem);
  line-height: .96;
  letter-spacing: -.05em;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.35rem;
  margin-bottom: 10px;
}

p {
  color: var(--muted);
  line-height: 1.75;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid var(--line);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

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

.btn.primary {
  background: linear-gradient(135deg, var(--gold), #fff1ba);
  color: #1d1709;
  box-shadow: 0 16px 42px rgba(244, 201, 107, .22);
}

.btn.ghost {
  background: rgba(255,255,255,.08);
  color: var(--text);
}

/* Hero */
.hero {
  display: grid;
  align-items: center;
}

.hero-grid {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(40px, 7vw, 84px);
  align-items: center;
}

.hero-copy p {
  max-width: 660px;
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-panel {
  position: relative;
  min-height: 580px;
  border: 1px solid var(--line);
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.04));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 1px dashed rgba(98,233,255,.35);
  animation: spin 26s linear infinite;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: 26%;
  border-radius: 50%;
  border: 1px dashed rgba(244,201,107,.32);
  animation: spin 18s linear infinite reverse;
}

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

.data-card {
  position: absolute;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(8, 19, 32, .68);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 60px rgba(0,0,0,.28);
  z-index: 4;
}

.data-card.big {
  left: 28px;
  bottom: 32px;
  right: 28px;
  padding: 28px;
}

.data-card.big strong {
  display: block;
  color: var(--gold);
  font-size: 4.8rem;
  line-height: .9;
  letter-spacing: -.06em;
}

.data-card.big span {
  color: var(--muted);
}

.data-card.big p {
  margin-bottom: 0;
}

.data-card.small {
  padding: 18px;
  min-width: 130px;
}

.data-card.small strong {
  display: block;
  color: var(--cyan);
  font-size: 2.2rem;
}

.data-card.small span {
  color: var(--muted);
  font-size: .9rem;
}

.data-card.small.top {
  top: 42px;
  right: 34px;
}

.data-card.small.bottom {
  top: 180px;
  left: 30px;
}

.orbit {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 250px;
  height: 250px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(98, 233, 255, .18), transparent 68%);
  z-index: 3;
}

.orbit span {
  position: absolute;
  width: 35px;
  height: 35px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 24px var(--gold);
  animation: pulse 2s ease-in-out infinite;
}

.orbit span:nth-child(1) { top: 4px; left: 50%; }
.orbit span:nth-child(2) { top: 50%; right: 4px; background: var(--cyan); box-shadow: 0 0 24px var(--cyan); animation-delay: .2s; }
.orbit span:nth-child(3) { bottom: 4px; left: 50%; background: var(--green); box-shadow: 0 0 24px var(--green); animation-delay: .4s; }
.orbit span:nth-child(4) { top: 50%; left: 4px; background: var(--violet); box-shadow: 0 0 24px var(--violet); animation-delay: .6s; }

@keyframes pulse {
  50% { transform: scale(1.35); opacity: .72; }
}

.orbit-core {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border-radius: 50px;
  background: linear-gradient(135deg, rgba(244,201,107,.95), rgba(255,255,255,.92));
  color: #161006;
  font-size: 2.4rem;
  font-weight: 950;
  letter-spacing: -.08em;
  box-shadow: 0 26px 60px rgba(244,201,107,.24);
}

/* Identity */
.identity-grid {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.identity-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  transition: transform .3s ease, background .3s ease;
}

.identity-card:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,.13);
}

.identity-card img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid var(--line);
  margin-bottom: 24px;
}

.identity-card p {
  margin-bottom: 0;
}

/* CEO */
.ceo-card {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, .85fr) 1.15fr;
  gap: clamp(30px, 6vw, 70px);
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 44px;
  padding: clamp(22px, 4vw, 52px);
  background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.05));
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.ceo-image-wrap {
  position: relative;
  padding: 16px;
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(244,201,107,.28), rgba(98,233,255,.16));
}

.ceo-image-wrap::after {
  content: "";
  position: absolute;
  inset: -12px;
  border: 1px dashed rgba(244, 201, 107, .35);
  border-radius: 46px;
  animation: softFloat 4s ease-in-out infinite alternate;
}

@keyframes softFloat {
  to { transform: translateY(-8px); }
}

.ceo-image-wrap img {
  position: relative;
  z-index: 2;
  border-radius: 30px;
  aspect-ratio: 4 / 5;
  width: 100%;
  object-fit: cover;
}

.ceo-role {
  color: var(--gold);
  font-weight: 800;
}

/* Divisions Star Layout */
.star-layout {
  position: relative;
  width: min(1120px, 100%);
  min-height: 760px;
  margin: 0 auto;
}

.star-core {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 155px;
  height: 175px;
  border-radius: 25px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.9), rgba(244,201,107,.9)),
    linear-gradient(135deg, var(--gold), #fff4c4);
  color: #171006;
  box-shadow: 0 0 0 18px rgba(244,201,107,.06), 0 30px 90px rgba(244,201,107,.25);
  z-index: 1;
}

.star-core::before {
  content: "";
  position: absolute;
  inset: -160px;
  background:
    linear-gradient(90deg, transparent 49.5%, rgba(244,201,107,.18) 50%, transparent 50.5%),
    linear-gradient(0deg, transparent 49.5%, rgba(98,233,255,.16) 50%, transparent 50.5%);
  transform: rotate(45deg);
  z-index: -1;
  animation: spin 30s linear infinite;
}

.star-core span {
  font-size: 3.8rem;
  font-weight: 950;
  letter-spacing: -.08em;
}

.division-card {
  position: absolute;
  width: min(310px, 90vw);
  min-height: 245px;
  padding: 22px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: rgba(8,19,32,.72);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  transition: transform .35s ease, border-color .35s ease, background .35s ease, box-shadow .35s ease;
}

.division-card::before {
  content: "✦";
  position: absolute;
  top: 16px;
  right: 18px;
  color: var(--gold);
  font-size: 1.3rem;
  transition: transform .35s ease;
}

.division-card:hover {
  transform: translateY(-10px) scale(1.035) rotate(var(--tilt, 0deg));
  border-color: rgba(244,201,107,.62);
  background: rgba(255,255,255,.13);
  box-shadow: 0 28px 90px rgba(244,201,107,.16);
}

.division-card:hover::before {
  transform: rotate(140deg) scale(1.3);
}

.division-card img {
  width: 66px;
  height: 66px;
  object-fit: contain;
  margin-bottom: 16px;
}

.division-card p {
  font-size: .95rem;
  min-height: 68px;
}

.division-card a {
  display: inline-flex;
  color: var(--gold);
  font-weight: 850;
  border-bottom: 1px solid currentColor;
}

.pos-1 { top: 1%; left: 38%; --tilt: -1deg; }
.pos-2 { top: 10%; right: 0; --tilt: 1deg; }
.pos-5 { bottom: 11%; right: 12%; --tilt: -1deg; }
.pos-4 { bottom: 8%; left: 12%; --tilt: 1deg; }
.pos-3 { top: 15%; left: 0; --tilt: -1deg; }

/* Testimonials */
.testimonial-shell {
  width: min(900px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 54px 1fr 54px;
  align-items: center;
  gap: 16px;
}

.testimonial-track {
  position: relative;
  min-height: 310px;
}

.testimonial-card {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  padding: clamp(28px, 6vw, 60px);
  border: 1px solid var(--line);
  border-radius: 38px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.05));
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateX(26px) scale(.98);
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
}

.testimonial-card.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.testimonial-card p {
  color: var(--text);
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.45;
  font-weight: 750;
}

.testimonial-card strong {
  color: var(--gold);
}

.testimonial-card span {
  color: var(--muted);
}

.carousel-btn {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.1);
  color: var(--text);
  font-size: 2rem;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease;
}

.carousel-btn:hover {
  transform: scale(1.08);
  background: rgba(255,255,255,.18);
}

.dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}

.dots button {
  width: 9px;
  height: 9px;
  border: none;
  border-radius: 999px;
  background: rgba(255,255,255,.32);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}

.dots button.active {
  width: 28px;
  background: var(--gold);
}

/* Contact */
.contact-grid {
  width: min(var(--max-width), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 24px;
}

.map-card,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.09);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.map-card iframe {
  display: block;
  width: 100%;
  min-height: 470px;
  border: 0;
  filter: saturate(.8) contrast(1.05);
}

.contact-card {
  padding: clamp(24px, 4vw, 38px);
}

.contact-card a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 0;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  transition: color .25s ease, transform .25s ease;
}

.contact-card a:hover {
  color: var(--text);
  transform: translateX(4px);
}

.icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(244,201,107,.14);
}

.social-row {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.social-row a {
  width: 48px;
  height: 48px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.08);
}

.social-row a img {
  width: 100%;
  height: 100%;
}

/* Whatsapp */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  padding: 15px;
  border-radius: 999px;
  background: #25D366;
  box-shadow: 0 18px 60px rgba(37, 211, 102, .35);
  z-index: 998;
  animation: whatsPulse 2.6s ease-in-out infinite;
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
}

@keyframes whatsPulse {
  50% { transform: translateY(-5px); box-shadow: 0 22px 80px rgba(37, 211, 102, .5); }
}

/* Footer */
.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  padding: 26px 18px;
  background: rgba(5, 15, 25, .95);
  border-top: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
}

.footer p {
  margin: 0;
}

.footer a {
  color: var(--gold);
  font-weight: 850;
}

/* Responsive */
@media (max-width: 980px) {
  .topbar {
    grid-template-columns: 74px 1fr 110px;
  }

  .brand-center small {
    display: none;
  }

  .hero-grid,
  .ceo-card,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: 520px;
  }

  .identity-grid {
    grid-template-columns: 1fr;
  }

  .identity-card {
    min-height: auto;
  }

  .star-layout {
    min-height: unset;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .star-core {
    position: relative;
    inset: auto;
    transform: none;
    margin: 0 auto 10px;
    width: 140px;
    height: 140px;
    border-radius: 36px;
  }

  .star-core::before {
    display: none;
  }

  .division-card,
  .pos-1,
  .pos-2,
  .pos-3,
  .pos-4,
  .pos-5 {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }

  .division-card:hover {
    transform: translateY(-6px);
  }
}

@media (max-width: 640px) {
  .topbar {
  grid-template-columns: 112px 1fr auto;
}

.topbar-left {
  gap: 7px;
}

.mg-god-home-logo {
  width: 42px;
  height: 42px;
  border-radius: 15px;
}

.mg-god-home-logo img {
  width: 30px;
  height: 30px;
}
  :root {
    --topbar-height: 76px;
  }

  .topbar {
    grid-template-columns: 56px 1fr 96px;
    padding: 0 12px;
  }

  .menu-button {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  .brand-center {
    gap: 8px;
  }

  .brand-center img {
    width: 42px;
    height: 42px;
  }

  .brand-center strong {
    font-size: .9rem;
    letter-spacing: .06em;
  }

  .lang-btn {
    width: 30px;
    height: 30px;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-panel {
    min-height: 430px;
    border-radius: 30px;
  }

  .data-card.big strong {
    font-size: 3.2rem;
  }

  .orbit {
    width: 190px;
    height: 190px;
  }

  .testimonial-shell {
    grid-template-columns: 1fr;
  }

  .carousel-btn {
    display: none;
  }

  .testimonial-track {
    min-height: 360px;
  }

  .whatsapp-float {
    width: 58px;
    height: 58px;
    right: 16px;
    bottom: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
