/* ============ TRADING SINTETICOS — v9 AGGRESSIVE ============ */
:root {
  --bg: #05060c;
  --panel: #0c0f1c;
  --card: #10142485;
  --line: #ffffff1c;
  --text: #f4f6ff;
  --muted: #9aa5c5;
  --accent: #ff3d2e;
  --accent-2: #ff7a18;
  --accent-3: #ffb800;
  --up: #2bffa0;
  --down: #ff4d6d;
  --font-display: "Manrope", sans-serif;
  --font-body: "Space Grotesk", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}

::selection { background: var(--accent); color: #fff; }

.container {
  width: min(1560px, 94vw);
  margin: 0 auto;
}

/* -------- cursor glow -------- */
.cursor-glow {
  position: fixed;
  width: 500px;
  height: 500px;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle, #ff5a2e17 0%, transparent 65%);
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease;
}

/* -------- topbar -------- */
.topbar {
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1560px, 95vw);
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.6rem 1rem;
  border-radius: 1rem;
  border: 1px solid #ffffff24;
  background: #090b14b8;
  backdrop-filter: blur(20px);
  box-shadow: 0 12px 45px #00000090;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--text);
}

.brand-mark {
  display: inline-flex;
  width: 3.2rem;
  height: 3.2rem;
  filter: drop-shadow(0 0 18px #ff4a2566);
  transition: transform 0.3s ease;
}

.brand-mark svg { width: 100%; height: 100%; }

.brand:hover .brand-mark { transform: scale(1.08) rotate(-3deg); }

.brand-name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.brand-name b { color: var(--accent-2); }

.nav-panel {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav { display: flex; gap: 0.3rem; }

.nav a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 500;
  padding: 0.5rem 0.85rem;
  border-radius: 0.6rem;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav a:hover { color: #fff; background: #ffffff12; }

.nav-actions { display: flex; gap: 0.55rem; }

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.65rem;
  border: 1px solid #ffffff2e;
  background: #ffffff10;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
}

/* -------- buttons -------- */
.btn {
  border: 1px solid transparent;
  border-radius: 0.75rem;
  padding: 0.72rem 1.25rem;
  text-decoration: none;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.btn:hover { transform: translateY(-2px); filter: brightness(1.1); }

.btn-primary {
  background: linear-gradient(120deg, var(--accent) 0%, var(--accent-2) 60%, var(--accent-3) 130%);
  color: #fff;
  box-shadow: 0 8px 30px #ff471f66, inset 0 1px 0 #ffffff40;
}

.btn-primary:hover { box-shadow: 0 12px 42px #ff471f8c, inset 0 1px 0 #ffffff40; }

.btn-glass {
  border-color: #ffffff38;
  background: #ffffff14;
  backdrop-filter: blur(10px);
  color: #fff;
}

.btn-ghost {
  border-color: #ffffff28;
  background: transparent;
  color: #dfe5f5;
}

.btn-xl {
  padding: 1rem 1.9rem;
  font-size: 1.05rem;
  border-radius: 0.9rem;
  letter-spacing: 0.02em;
}

/* -------- HERO -------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 3.6rem 0 4rem;
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: saturate(1.3) contrast(1.1) brightness(0.85);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at 30% 40%, transparent 0%, #05060c88 70%, #05060cee 100%),
    linear-gradient(100deg, #05060cf0 0%, #05060c66 45%, #1a05024d 100%),
    linear-gradient(0deg, var(--bg) 2%, transparent 24%);
}

.hero-grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.35;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.12'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.hero-beam {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  filter: blur(50px);
  opacity: 0.55;
}

.beam-a {
  width: 700px;
  height: 240px;
  top: 6%;
  right: -160px;
  transform: rotate(-18deg);
  background: linear-gradient(90deg, transparent, #ff5a2e6e, transparent);
  animation: beamDrift 8s ease-in-out infinite;
}

.beam-b {
  width: 560px;
  height: 200px;
  bottom: 8%;
  left: -140px;
  transform: rotate(15deg);
  background: linear-gradient(90deg, transparent, #ffb8005c, transparent);
  animation: beamDrift 10s ease-in-out infinite reverse;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1560px, 94vw);
  margin: 0 auto;
  max-width: 100%;
}

.eyebrow {
  display: inline-flex;
  margin: 0 0 1.2rem;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  border: 1px solid #ff7a4a66;
  background: #ff3d2e1c;
  backdrop-filter: blur(8px);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffc9ab;
}

h1 {
  margin: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  font-size: clamp(2.2rem, 5.8vw, 5.4rem);
  line-height: 1.06;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

h1 .line { display: block; }

.accent-text {
  background: linear-gradient(92deg, var(--accent) 0%, var(--accent-2) 45%, var(--accent-3) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 26px #ff5a2e59);
}

.lead {
  margin: 1.4rem 0 0;
  max-width: 56ch;
  color: #d7ddf0;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.6;
}

.hero-cta {
  margin-top: 2rem;
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.hero-stats {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 2.1rem;
}

.hero-stats span {
  border: 1px solid #ffffff2b;
  background: #ffffff0f;
  backdrop-filter: blur(8px);
  color: #e8edfb;
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
  font-size: 0.88rem;
  font-weight: 600;
}

.field-note {
  margin: -0.15rem 0 0.1rem;
  color: #aab3cf;
  font-size: 0.82rem;
  line-height: 1.35;
}

/* hero widgets */
.hero-widgets {
  position: absolute;
  z-index: 2;
  right: 3.5vw;
  bottom: 9%;
  display: grid;
  gap: 0.9rem;
  width: min(330px, 42vw);
}

.market-widget {
  border-radius: 1.05rem;
  border: 1px solid #ffffff2e;
  background: #0b0e1a99;
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 55px #00000080;
  padding: 1.05rem 1.15rem;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.market-widget:hover { transform: translateY(-4px); border-color: #ff7a4a7d; }

.widget-float-a { animation: floaty 6s ease-in-out infinite; }
.widget-float-b { animation: floaty 7.5s ease-in-out infinite reverse; }

.widget-label {
  margin: 0;
  color: #93a0c4;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.widget-value {
  margin: 0.4rem 0 0;
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 30px #ff7a4a70;
}

.widget-meta {
  margin: 0.45rem 0 0;
  color: #8f9cc0;
  font-size: 0.85rem;
}

.live-dot::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.42rem;
  border-radius: 999px;
  background: var(--up);
  box-shadow: 0 0 10px var(--up);
  animation: pulse 1.6s ease-in-out infinite;
}

.widget-list {
  margin: 0.6rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.widget-list li {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  color: #eef2ff;
  font-size: 0.92rem;
  font-weight: 600;
  border-bottom: 1px solid #ffffff14;
  padding-bottom: 0.42rem;
}

.widget-list li:last-child { border-bottom: 0; padding-bottom: 0; }

.widget-list .up { color: var(--up); }
.widget-list .down { color: var(--down); }

.scroll-hint {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 1.4rem;
  transform: translateX(-50%);
  width: 26px;
  height: 42px;
  border: 2px solid #ffffff4d;
  border-radius: 999px;
}

.scroll-hint span {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 4px;
  height: 9px;
  margin-left: -2px;
  border-radius: 999px;
  background: var(--accent-2);
  animation: scrollHint 1.8s ease-in-out infinite;
}

/* -------- ticker -------- */
.ticker-section {
  position: relative;
  z-index: 3;
  border-top: 1px solid #ff5a2e3d;
  border-bottom: 1px solid #ff5a2e3d;
  background: linear-gradient(90deg, #12060a, #241007, #12060a);
  overflow: hidden;
}

.ticker-track {
  display: flex;
  gap: 2.6rem;
  width: max-content;
  padding: 0.95rem 0;
  color: #ffd9c2;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  animation: marquee 22s linear infinite;
}

.ticker-track span { position: relative; white-space: nowrap; }

.ticker-track span::before {
  content: "▲";
  color: var(--accent-2);
  margin-right: 0.6rem;
  font-size: 0.7rem;
  vertical-align: middle;
}

/* -------- sections -------- */
.section {
  position: relative;
  padding: 6.5rem 0;
}

.section-dark {
  background:
    radial-gradient(ellipse at 80% 0%, #ff3d2e14 0%, transparent 50%),
    linear-gradient(180deg, #07080f, #0a0c16);
  border-top: 1px solid #ffffff0f;
  border-bottom: 1px solid #ffffff0f;
}

.section-cta {
  background:
    radial-gradient(ellipse at 50% 100%, #ff3d2e1f 0%, transparent 60%),
    var(--bg);
}

.section-head { margin-bottom: 2.6rem; max-width: 900px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

.kicker {
  margin: 0 0 0.7rem;
  color: var(--accent-2);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h2 {
  margin: 0 0 0.9rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.8rem, 3.6vw, 3.4rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-transform: none;
}

.section-intro {
  margin: 0;
  max-width: 68ch;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.section-head.center .section-intro { margin: 0 auto; }

/* -------- cards -------- */
.cards { display: grid; gap: 1.1rem; }
.cards.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards.two { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 1000px; margin: 0 auto; }

.card {
  position: relative;
  border-radius: 1.15rem;
  border: 1px solid var(--line);
  padding: 1.5rem;
  background: linear-gradient(165deg, #121527cc, #0b0e1acc);
  backdrop-filter: blur(12px);
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
  border-color: #ff7a4a70;
  box-shadow: 0 24px 55px #00000073, 0 0 45px #ff471f21;
}

.card-glow {
  position: absolute;
  inset: auto auto -60% -25%;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, #ff5a2e30, transparent 70%);
  pointer-events: none;
}

.chip {
  display: inline-flex;
  margin-bottom: 0.85rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  border: 1px solid #ff7a4a63;
  color: #ffbf9e;
  background: #ff3d2e17;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.card h3 {
  position: relative;
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
}

.card p {
  position: relative;
  margin: 0;
  color: #b8c1dd;
  font-size: 0.97rem;
  line-height: 1.6;
}

.mentor-img, .result-img {
  width: 100%;
  border-radius: 0.85rem;
  border: 1px solid #ffffff24;
  object-fit: cover;
  margin-bottom: 0.85rem;
}

.mentor-img { height: 240px; }
.result-img { height: 200px; }

.accent-note { margin-top: 0.75rem !important; color: #ffb27d !important; font-size: 0.86rem !important; }

.meta { margin-top: 0.7rem; display: flex; gap: 0.5rem; flex-wrap: wrap; }

.meta span {
  font-size: 0.8rem;
  padding: 0.26rem 0.55rem;
  border-radius: 999px;
  background: #ffffff0e;
  border: 1px solid #ffffff20;
  color: #ccd5ec;
}

/* -------- showcase -------- */
.showcase {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 1rem;
}

.showcase-main, .showcase-side {
  position: relative;
  border-radius: 1.15rem;
  overflow: hidden;
  border: 1px solid #ffffff22;
  min-height: 300px;
  box-shadow: 0 20px 50px #00000066;
}

.showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}

.showcase-main:hover img, .showcase-side:hover img { transform: scale(1.07); }

.showcase-caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.5rem 1.3rem 1.2rem;
  background: linear-gradient(0deg, #05060cf0, transparent);
}

.showcase-caption h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
}

.showcase-caption p { margin: 0; color: #c9d2ea; font-size: 0.94rem; }

.academy-actions {
  margin-top: 2.4rem;
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

/* -------- results / forms -------- */
.results-layout {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 1.1rem;
  align-items: start;
}

.result-form {
  border-radius: 1.15rem;
  border: 1px solid #ff7a4a4d;
  background: linear-gradient(180deg, #14101ccc, #0c0d18cc);
  backdrop-filter: blur(12px);
  padding: 1.4rem;
  display: grid;
  gap: 0.8rem;
}

.result-form h3 {
  margin: 0 0 0.2rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
}

input, select {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid #ffffff26;
  background: #07080fdd;
  color: #f0f4ff;
  padding: 0.8rem;
  font-family: inherit;
  font-size: 0.95rem;
}

input:focus, select:focus {
  outline: none;
  border-color: var(--accent-2);
  box-shadow: 0 0 0 4px #ff7a1826;
}

/* -------- strategy banner -------- */
.strategy-banner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 0;
  align-items: stretch;
  border: 1px solid #ff7a4a45;
  border-radius: 1.15rem;
  background: linear-gradient(120deg, #160b12, #1c0e08);
  overflow: hidden;
  margin-bottom: 1.4rem;
  box-shadow: 0 20px 50px #00000066;
}

.strategy-banner img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.strategy-banner div {
  padding: 2rem 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.6rem;
}

.strategy-banner h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
}

.strategy-banner p { margin: 0; color: #c9d2ea; font-size: 1rem; line-height: 1.6; }

/* -------- payment -------- */
.payment-box {
  margin: 1.6rem auto 0;
  max-width: 1000px;
  border: 1px solid #ff7a4a4d;
  border-radius: 1.15rem;
  background: linear-gradient(180deg, #14101ccc, #0c0d18cc);
  backdrop-filter: blur(12px);
  padding: 1.4rem;
  display: flex;
  align-items: flex-end;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.provider-field { min-width: 230px; flex: 1 1 230px; }

.provider-field label {
  display: block;
  margin-bottom: 0.45rem;
  color: #aeb9d8;
  font-size: 0.9rem;
}

#checkoutMessage { margin: 0; color: #d7e0f4; }

.mentorship-store-grid {
  align-items: stretch;
}

.compact-form {
  display: grid;
  gap: 0.7rem;
}

.compact-form input,
.compact-form select,
.compact-form textarea {
  width: 100%;
  border: 1px solid #ffffff2c;
  background: #0f1220cc;
  color: #f0f4ff;
  border-radius: 0.8rem;
  padding: 0.72rem 0.82rem;
  font-family: var(--font-text);
}

.compact-form textarea {
  min-height: 92px;
  resize: vertical;
}

.status-box {
  margin-top: 0.85rem;
  border: 1px solid #ffffff1f;
  border-radius: 0.9rem;
  padding: 0.85rem 0.9rem;
  background: #0b0f1bcc;
  color: #dbe3f9;
  min-height: 52px;
}

.status-box p {
  margin: 0.35rem 0;
}

.store-ops-panel {
  margin-top: 1rem;
}

.ops-actions {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

/* -------- testimonials -------- */
.testimonials-section {
  background:
    radial-gradient(ellipse at 10% 30%, #ff3d2e12 0%, transparent 50%),
    var(--bg);
}

.testimonial-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.8rem;
  align-items: center;
}

.testimonial-viewport { overflow: hidden; }

.testimonial-track {
  display: flex;
  gap: 1rem;
  transition: transform 0.55s cubic-bezier(0.22, 0.8, 0.2, 1);
  will-change: transform;
}

.testimonial-card {
  flex: 0 0 calc(33.333% - 0.67rem);
  border: 1px solid var(--line);
  border-radius: 1.15rem;
  padding: 1.5rem;
  background: linear-gradient(165deg, #121527cc, #0b0e1acc);
  backdrop-filter: blur(12px);
  min-height: 190px;
}

.testimonial-card p {
  margin: 0;
  color: #d3dbf0;
  line-height: 1.65;
  font-size: 1rem;
}

.testimonial-card h3 {
  margin: 1rem 0 0;
  font-size: 0.88rem;
  color: var(--accent-2);
  font-family: var(--font-display);
  font-weight: 600;
}

.carousel-btn {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  border: 1px solid #ffffff2e;
  background: #ffffff10;
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.carousel-btn:hover { border-color: var(--accent-2); background: #ff7a1822; }

/* -------- footer -------- */
.site-footer {
  padding: 2.2rem 0 2.6rem;
  border-top: 1px solid #ffffff12;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: #8a94b5;
  font-size: 0.92rem;
}

/* -------- dialog -------- */
dialog {
  width: min(680px, 93vw);
  border-radius: 1.15rem;
  border: 1px solid #ff7a4a52;
  background: linear-gradient(170deg, #14101c, #0b0c16);
  color: #f0f4ff;
  padding: 1.5rem;
}

dialog::backdrop {
  background: #000000b3;
  backdrop-filter: blur(6px);
}

.auth-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.auth-full {
  grid-column: 1 / -1;
}

.auth-form h3 { margin: 0; font-family: var(--font-display); }
.auth-form .dialog-actions, .auth-form p { grid-column: 1 / -1; }

.auth-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.phone-field {
  display: flex;
  gap: 0.6rem;
  align-items: stretch;
}

.phone-prefix {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 5.4rem;
  flex-shrink: 0;
  border-radius: 0.75rem;
  border: 1px solid #ffffff26;
  background: #07080fdd;
  color: #9aa5c5;
  padding: 0.8rem;
  font-size: 0.95rem;
  font-weight: 700;
  pointer-events: none;
  user-select: none;
}

.phone-field input {
  flex: 1;
  width: auto;
  min-width: 0;
}

.auth-verify {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.auth-verify input {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.5em;
  font-weight: 700;
}

.verify-actions {
  display: flex;
  gap: 0.6rem;
}

.verify-actions .btn {
  flex: 1;
}

.verify-result-dialog {
  border-radius: 1.15rem;
  border: 1px solid #ff7a4a52;
  background: linear-gradient(170deg, #14101c, #0b0c16);
  color: #f0f4ff;
  padding: 0;
  max-width: 420px;
  width: min(420px, 92vw);
}

.verify-result-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.6rem;
  padding: 2.2rem 2rem;
}

.verify-result-icon {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 0.4rem;
}

.verify-result-icon.success {
  background: #2bffa01c;
  border: 1px solid #2bffa066;
  color: #2bffa0;
  box-shadow: 0 0 28px #2bffa033;
}

.verify-result-icon.error {
  background: #ff7a181c;
  border: 1px solid #ff7a1866;
  color: #ffb800;
  box-shadow: 0 0 28px #ff7a1833;
}

.verify-result-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.4rem;
}

.verify-result-card p {
  margin: 0;
  color: #b6bfda;
  line-height: 1.6;
}

.verify-result-actions {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.9rem;
  width: 100%;
}

.verify-result-actions .btn {
  flex: 1;
}

.account-dialog {
  border-radius: 1.15rem;
  border: 1px solid #ff7a4a52;
  background: linear-gradient(170deg, #14101c, #0b0c16);
  color: #f0f4ff;
  padding: 1.5rem;
  max-width: 640px;
  width: min(640px, 95vw);
}

.account-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #ffffff14;
  padding-bottom: 1rem;
}

.account-avatar {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 999px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 800;
  background: linear-gradient(120deg, #ff3d2e, #ff7a18);
  color: #fff;
  box-shadow: 0 0 22px #ff471f55;
}

.account-head h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.account-username {
  margin: 0.15rem 0 0;
  color: #8f9cc0;
  font-size: 0.85rem;
}

.account-close {
  margin-left: auto;
}

.account-tabs {
  display: flex;
  gap: 0.4rem;
  margin: 1rem 0 0;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #ffffff14;
}

.account-tab {
  border: 1px solid #ffffff24;
  background: transparent;
  color: #9aa5c5;
  padding: 0.5rem 1.1rem;
  border-radius: 0.7rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.account-tab:hover {
  color: #fff;
  border-color: #ffffff3c;
}

.account-tab.active {
  background: linear-gradient(120deg, #ff3d2e, #ff7a18);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 6px 22px #ff471f44;
}

.account-security {
  display: grid;
  gap: 0.7rem;
  padding: 1.1rem 0;
}

.account-security input {
  width: 100%;
}

.account-security .btn {
  justify-self: start;
}

.account-security p {
  margin: 0;
  color: #ffb8a1;
  font-size: 0.9rem;
}

.account-security p.success {
  color: var(--up);
}

.account-2fa {
  background: #ffffff0a;
  border: 1px solid #ffffff14;
  border-radius: 0.8rem;
  padding: 1rem;
  display: grid;
  gap: 0.7rem;
}

.account-2fa h4 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.account-2fa-status {
  margin: 0;
  color: #b6bfda;
}

.account-2fa-status.active {
  color: var(--up);
  font-weight: 700;
}

.account-2fa-status.inactive {
  color: #8f9cc0;
}

.account-2fa-note {
  margin: 0;
  font-size: 0.85rem;
  color: #9aa5c5;
  line-height: 1.5;
}

.account-2fa-secret {
  margin: 0;
  font-family: Consolas, monospace;
  font-size: 0.8rem;
  color: #ffb800;
  word-break: break-all;
  user-select: all;
}

.auth-2fa-note {
  margin: 0;
  font-size: 0.9rem;
  color: #9aa5c5;
}

.account-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem 1rem;
  padding: 1.1rem 0;
}

.account-field {
  background: #ffffff0a;
  border: 1px solid #ffffff14;
  border-radius: 0.7rem;
  padding: 0.6rem 0.8rem;
}

.account-field.full {
  grid-column: 1 / -1;
}

.account-field span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8f9cc0;
  margin-bottom: 0.2rem;
}

.account-field strong {
  font-size: 0.95rem;
  color: #f4f6ff;
  word-break: break-word;
}

.account-field .verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--up);
  font-size: 0.85rem;
  font-weight: 700;
}

.account-field .unverified-badge {
  color: var(--accent-2);
  font-size: 0.85rem;
  font-weight: 700;
}

.account-actions {
  border-top: 1px solid #ffffff14;
  padding-top: 1rem;
  display: flex;
  justify-content: flex-end;
}

.auth-head {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.auth-close {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.6rem;
  border: 1px solid #ffffff2e;
  background: #ffffff10;
  color: #fff;
  cursor: pointer;
}

.auth-close:hover { border-color: var(--accent-2); }

#authMessage { margin: 0; color: #ffb8a1; }

.dialog-actions {
  display: flex;
  justify-content: end;
  gap: 0.6rem;
}

/* -------- reveal + keyframes -------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

@keyframes beamDrift {
  0%, 100% { transform: rotate(-18deg) translate3d(0, 0, 0); }
  50% { transform: rotate(-15deg) translate3d(-25px, 14px, 0); }
}

@keyframes scrollHint {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(12px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

/* -------- responsive -------- */
@media (max-width: 1180px) {
  .cards.three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .showcase { grid-template-columns: 1fr 1fr; }
  .showcase-main { grid-column: 1 / -1; }
  .results-layout { grid-template-columns: 1fr; }
  .testimonial-card { flex-basis: calc(50% - 0.5rem); }
  .hero-widgets { position: relative; right: auto; bottom: auto; width: min(1560px, 94vw); margin: 2.2rem auto 0; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }

  .nav-panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.8rem;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid #ffffff24;
    background: #090b14f2;
    backdrop-filter: blur(20px);
  }

  .topbar.nav-open .nav-panel { display: flex; }

  .nav { flex-direction: column; }
  .nav a { text-align: center; border: 1px solid #ffffff14; }
  .nav-actions { flex-direction: column; }

  .cards.three, .cards.two, .auth-form { grid-template-columns: 1fr; }
  .showcase { grid-template-columns: 1fr; }
  .strategy-banner { grid-template-columns: 1fr; }
  .testimonial-shell { grid-template-columns: 1fr; }
  .carousel-btn { justify-self: center; }
  .testimonial-card { flex-basis: 100%; }
  .hero-widgets { grid-template-columns: 1fr; }
  .section { padding: 4.5rem 0; }
  .hero { min-height: auto; padding-top: 3.4rem; }

  .account-dialog { padding: 1.1rem; }
  .account-body { grid-template-columns: 1fr; }
  .account-tabs { flex-wrap: wrap; }
  .verify-actions { flex-direction: column; }
  .account-security { gap: 0.8rem; }
}
