:root {
  --bg-base: #090805;
  --bg-panel: rgba(12, 11, 8, 0.92);
  --line-soft: rgba(217, 159, 7, 0.24);
  --line-strong: rgba(217, 159, 7, 0.5);
  --gold-main: #e0ac18;
  --gold-soft: #f7ddb0;
  --gold-bright: #fff0c9;
  --text-main: #f6eed6;
  --text-muted: #b8b1a1;
  --shadow-main: 0 30px 80px rgba(0, 0, 0, 0.52);
}

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

html,
body {
  min-height: 100%;
}

body {
  font-family: "Space Grotesk", sans-serif;
  color: var(--text-main);
  background:
    radial-gradient(circle at 12% 30%, rgba(224, 172, 24, 0.26), transparent 32%),
    linear-gradient(90deg, rgba(224, 172, 24, 0.08) 0%, transparent 34%),
    radial-gradient(circle at 85% 18%, rgba(224, 172, 24, 0.08), transparent 24%),
    linear-gradient(140deg, #16120a 0%, #090806 52%, #141108 100%);
  overflow: hidden;
  position: relative;
}

.bg-grid,
.bg-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.bg-grid {
  background-image:
    linear-gradient(rgba(224, 172, 24, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(224, 172, 24, 0.08) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.35));
}

.bg-glow {
  background:
    radial-gradient(circle at 18% 45%, rgba(224, 172, 24, 0.14), transparent 36%),
    radial-gradient(circle at 72% 40%, rgba(224, 172, 24, 0.05), transparent 28%);
  filter: blur(28px);
}

.verify-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  position: relative;
  z-index: 1;
}

.verify-stage {
  width: min(1320px, 100%);
  display: grid;
  grid-template-columns: minmax(340px, 480px) minmax(420px, 640px);
  align-items: center;
  gap: 42px;
  justify-content: center;
}

.brand-panel {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.brand-logo-wrap {
  width: min(430px, 82vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  position: relative;
  transform-style: preserve-3d;
  animation: logoFloat 6.5s cubic-bezier(0.45, 0.05, 0.2, 0.95) infinite;
}

.brand-logo-ring {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  border: 1px solid rgba(224, 172, 24, 0.24);
  box-shadow: inset 0 0 60px rgba(224, 172, 24, 0.08), 0 0 45px rgba(224, 172, 24, 0.12);
  animation: ringBob 8s cubic-bezier(0.45, 0.05, 0.2, 0.95) infinite;
}

.brand-logo-ring::before,
.brand-logo-ring::after {
  content: "";
  position: absolute;
  inset: -10%;
  border-radius: 50%;
  border: 1px solid rgba(224, 172, 24, 0.1);
}

.brand-logo-ring::before {
  animation: slowSpin 20s linear infinite;
}

.brand-logo-ring::after {
  inset: 12%;
  border-style: dashed;
  opacity: 0.45;
  animation: reverseSpin 16s linear infinite;
}

.brand-logo-core {
  position: absolute;
  inset: 24%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 240, 201, 0.28), transparent 34%),
    radial-gradient(circle, rgba(224, 172, 24, 0.2), rgba(224, 172, 24, 0.02) 62%, transparent 70%);
  filter: blur(6px);
  animation: coreBreathe 5.5s cubic-bezier(0.45, 0.05, 0.2, 0.95) infinite;
}

.brand-logo-motion {
  position: relative;
  z-index: 2;
  animation: logoTilt 7.2s cubic-bezier(0.45, 0.05, 0.2, 0.95) infinite;
}

.brand-logo {
  width: 80%;
  max-width: 320px;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 34px rgba(224, 172, 24, 0.22));
  display: block;
  transform-origin: center;
  animation: logoPulse 4.1s cubic-bezier(0.45, 0.05, 0.2, 0.95) infinite;
}

.brand-orbit {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.55;
}

.orbit-one {
  width: 140px;
  height: 140px;
  top: 16%;
  left: 10%;
  background: radial-gradient(circle, rgba(224, 172, 24, 0.38), transparent 68%);
  animation: orbitDriftOne 8s ease-in-out infinite;
}

.orbit-two {
  width: 180px;
  height: 180px;
  right: 4%;
  bottom: 14%;
  background: radial-gradient(circle, rgba(224, 172, 24, 0.22), transparent 70%);
  animation: orbitDriftTwo 10s ease-in-out infinite;
}

.brand-pulse {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  border: 1px solid rgba(224, 172, 24, 0.12);
  pointer-events: none;
}

.pulse-one {
  animation: pulseRing 4.6s cubic-bezier(0.2, 0.7, 0.15, 1) infinite;
}

.pulse-two {
  animation: pulseRing 4.6s cubic-bezier(0.2, 0.7, 0.15, 1) 2.3s infinite;
}

.brand-particle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 231, 162, 0.95), rgba(224, 172, 24, 0.1) 72%, transparent 74%);
  box-shadow: 0 0 16px rgba(224, 172, 24, 0.35);
  z-index: 1;
}

.particle-one {
  top: 18%;
  left: 20%;
  animation: particleOrbitOne 7s ease-in-out infinite;
}

.particle-two {
  right: 18%;
  top: 30%;
  width: 8px;
  height: 8px;
  animation: particleOrbitTwo 8.5s ease-in-out infinite;
}

.particle-three {
  left: 26%;
  bottom: 20%;
  width: 7px;
  height: 7px;
  animation: particleOrbitThree 6.5s ease-in-out infinite;
}

.brand-copy {
  max-width: 340px;
  text-align: center;
  margin-top: 24px;
}

.brand-kicker {
  color: var(--gold-main);
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.brand-text {
  color: var(--text-muted);
  line-height: 1.8;
  font-size: 0.98rem;
}

.verify-card {
  width: min(100%, 560px);
  margin: 0;
  padding: 40px 38px;
  background:
    linear-gradient(180deg, rgba(11, 11, 10, 0.98), rgba(8, 8, 8, 0.92)),
    linear-gradient(120deg, rgba(224, 172, 24, 0.03), transparent 42%);
  border: 1px solid rgba(224, 172, 24, 0.26);
  border-radius: 30px;
  box-shadow: var(--shadow-main), 0 0 0 1px rgba(224, 172, 24, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.03);
  text-align: left;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(14px);
}

.verify-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(224, 172, 24, 0.36), rgba(224, 172, 24, 0.06));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.verify-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 240, 201, 0.06) 48%, transparent 76%);
  transform: translateX(-120%);
  animation: panelSweep 11s cubic-bezier(0.45, 0.05, 0.2, 0.95) infinite;
  pointer-events: none;
}

.verify-eyebrow {
  color: var(--gold-main);
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.verify-card h1 {
  max-width: 460px;
  margin: 0 0 18px;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2.35rem, 4.3vw, 3.9rem);
  line-height: 0.94;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: var(--gold-bright);
  text-wrap: balance;
}

.verify-copy {
  max-width: 420px;
  margin: 0 0 28px;
  color: var(--text-muted);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.72;
}

.verify-actions {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: wrap;
}

.primary-button,
.secondary-button {
  min-width: 210px;
  min-height: 60px;
  border-radius: 999px;
  border: 1px solid rgba(224, 172, 24, 0.42);
  font-family: "Rajdhani", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease, border-color 0.3s ease;
}

.primary-button {
  background: linear-gradient(180deg, #ecb615, #bf8806);
  color: #161106;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(224, 172, 24, 0.22);
}

.secondary-button {
  background: rgba(224, 172, 24, 0.04);
  color: var(--text-main);
}

.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.32);
}

.secondary-button:hover {
  border-color: rgba(255, 240, 201, 0.34);
  background: rgba(224, 172, 24, 0.08);
}

.primary-button:disabled {
  opacity: 0.72;
  cursor: wait;
}

@keyframes logoFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -14px, 0);
  }
}

@keyframes logoPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.045);
  }
}

@keyframes logoTilt {
  0%, 100% {
    transform: rotate(-4deg) translateX(-2px) translateY(0);
  }
  50% {
    transform: rotate(4deg) translateX(4px) translateY(-3px);
  }
}

@keyframes ringBob {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.025) rotate(3deg);
  }
}

@keyframes slowSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes reverseSpin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes coreBreathe {
  0%, 100% {
    transform: scale(0.94);
    opacity: 0.72;
  }
  50% {
    transform: scale(1.03);
    opacity: 1;
  }
}

@keyframes orbitDriftOne {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(12px, -10px);
  }
}

@keyframes orbitDriftTwo {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-14px, 10px);
  }
}

@keyframes pulseRing {
  0% {
    transform: scale(0.72);
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.25);
    opacity: 0;
  }
}

@keyframes particleOrbitOne {
  0%, 100% {
    transform: translate(0, 0) scale(0.9);
  }
  30% {
    transform: translate(18px, -14px) scale(1.04);
  }
  60% {
    transform: translate(8px, 12px) scale(0.92);
  }
}

@keyframes particleOrbitTwo {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  40% {
    transform: translate(-16px, 12px) scale(0.86);
  }
  70% {
    transform: translate(6px, -8px) scale(1.08);
  }
}

@keyframes particleOrbitThree {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(14px, -16px);
  }
}

@keyframes panelSweep {
  0%, 20% {
    transform: translateX(-120%);
  }
  55% {
    transform: translateX(120%);
  }
  100% {
    transform: translateX(120%);
  }
}

@media (max-width: 980px) {
  .verify-stage {
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center;
  }

  .brand-panel {
    min-height: 320px;
  }

  .verify-card {
    width: 100%;
    max-width: 640px;
  }
}

@media (max-width: 720px) {
  .verify-shell {
    padding: 18px;
  }

  .brand-panel {
    min-height: 260px;
  }

  .brand-logo-wrap {
    width: min(300px, 76vw);
  }

  .verify-card {
    padding: 30px 22px;
    border-radius: 24px;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
    min-width: 0;
    min-height: 58px;
  }
}
