/* Orbex Premium Glass Auth — Login / Register UI only */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
  --ox-purple: #5B21F6;
  --ox-violet: #7C3AED;
  --ox-deep: #4C1D95;
  --ox-indigo: #24105C;
  --ox-pink: #EC4899;
  --ox-magenta: #C026D3;
  --ox-blue: #2563EB;
  --ox-sky: #3B82F6;
  --ox-glass: rgba(255, 255, 255, 0.14);
  --ox-glass-strong: rgba(255, 255, 255, 0.18);
  --ox-border: rgba(255, 255, 255, 0.28);
  --ox-text: #ffffff;
  --ox-muted: rgba(255, 255, 255, 0.72);
  --ox-card-w: min(560px, 92vw);
  --ox-radius: 30px;
  --ox-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html, body {
  margin: 0;
  min-height: 100%;
}

body.ox-auth {
  font-family: 'Poppins', system-ui, sans-serif;
  color: var(--ox-text);
  background: #1a0a3e;
  min-height: 100dvh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ===== Living background ===== */
.ox-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 10% 20%, rgba(192, 38, 211, 0.45), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 10%, rgba(37, 99, 235, 0.4), transparent 50%),
    radial-gradient(ellipse 60% 45% at 70% 85%, rgba(236, 72, 153, 0.35), transparent 55%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(124, 58, 237, 0.4), transparent 50%),
    linear-gradient(135deg, #24105C 0%, #4C1D95 35%, #7C3AED 65%, #C026D3 100%);
}

.ox-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.42;
  /* static — animated orbs cause scroll jank */
  will-change: auto;
  transform: translateZ(0);
}

.ox-orb--1 {
  width: 280px; height: 280px;
  top: -60px; left: -40px;
  background: #EC4899;
}

.ox-orb--2 {
  width: 340px; height: 340px;
  top: 20%; right: -80px;
  background: #2563EB;
}

.ox-orb--3 {
  width: 220px; height: 220px;
  bottom: 10%; left: 15%;
  background: #7C3AED;
}

.ox-orb--4 {
  width: 180px; height: 180px;
  bottom: -40px; right: 20%;
  background: #C026D3;
}

/* Particles / floating shapes removed from paint path — hide if still in DOM */
.ox-particle,
.ox-shape {
  display: none !important;
}

/* ===== Shell ===== */
.ox-shell {
  position: relative;
  z-index: 1;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  padding: 0 16px 24px;
}

/* ===== Glass header ===== */
.ox-header {
  position: sticky;
  top: 0;
  z-index: 50;
  margin: 8px auto 0;
  width: min(1120px, 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(36, 16, 92, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.22);
  /* no backdrop-filter — sticky + blur = scroll stutter */
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.ox-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.ox-brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #2563EB, #7C3AED, #EC4899);
  box-shadow: 0 8px 24px rgba(124, 58, 237, 0.45);
  flex-shrink: 0;
}

.ox-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ox-brand-mark span {
  font-weight: 800;
  font-size: 18px;
}

.ox-brand-copy strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.15;
}

.ox-brand-copy strong em {
  font-style: normal;
  font-weight: 600;
  opacity: 0.92;
}

.ox-brand-copy small {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ox-muted);
}

.ox-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ox-nav-links {
  display: none;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ox-nav-links a {
  display: inline-flex;
  padding: 8px 14px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  border-radius: 999px;
  transition: background 0.25s ease, color 0.25s ease;
}

.ox-nav-links a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.ox-nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ox-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s var(--ox-ease), box-shadow 0.25s ease, filter 0.25s ease;
}

.ox-pill:hover {
  transform: scale(1.04);
  filter: brightness(1.08);
}

.ox-pill--login {
  background: linear-gradient(90deg, #2563EB, #7C3AED);
}

.ox-pill--register {
  background: linear-gradient(90deg, #7C3AED, #EC4899);
}

.ox-pill.is-active {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35), 0 10px 28px rgba(124, 58, 237, 0.45);
}

.ox-menu-btn {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
}

.ox-menu-btn i { pointer-events: none; }

.ox-drawer {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 12px;
  right: 12px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(30, 10, 70, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.ox-drawer.is-open { display: block; }

.ox-drawer a {
  display: block;
  padding: 12px 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  border-radius: 12px;
}

.ox-drawer a:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* ===== Stage ===== */
.ox-main {
  flex: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6px;
}

.ox-stage {
  position: relative;
  width: var(--ox-card-w);
  margin-top: 4px;
  padding-top: 0;
}

.ox-mascot {
  position: absolute;
  left: 50%;
  top: -118px; /* tighter sit on login/register card */
  bottom: auto;
  z-index: 6;
  display: block;
  width: min(180px, 48%);
  height: auto;
  transform: translateX(-50%);
  margin: 0;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.4));
  pointer-events: none;
  user-select: none;
  background: transparent !important;
}

.ox-card {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: 108px;
  padding: 22px 22px 20px;
  border-radius: var(--ox-radius);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid var(--ox-border);
  box-shadow:
    0 25px 80px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 60px rgba(124, 58, 237, 0.22);
  overflow: visible;
}

.ox-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.22) 0%, transparent 42%, transparent 100%);
  opacity: 0.7;
}

.ox-card > *:not(.ox-mascot) { position: relative; z-index: 1; }

.ox-crown {
  width: 48px;
  height: 48px;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.35), rgba(236, 72, 153, 0.35));
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 28px rgba(236, 72, 153, 0.35);
  color: #fff;
  font-size: 18px;
}

.ox-title {
  margin: 0;
  text-align: center;
  font-size: clamp(36px, 9vw, 50px);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(100deg, #C4B5FD 0%, #60A5FA 35%, #A78BFA 55%, #F472B6 85%, #FB7185 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 22px rgba(167, 139, 250, 0.55)) drop-shadow(0 6px 18px rgba(236, 72, 153, 0.35));
  text-shadow: none;
}

.ox-auth-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 10px 0 0;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.ox-auth-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 8px 12px;
  border-radius: 999px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.22s var(--ox-ease), box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.ox-auth-tab i { font-size: 12px; opacity: 0.95; }

.ox-auth-tab:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.ox-auth-tab.is-active {
  color: #fff;
  background: linear-gradient(90deg, #2563EB, #7C3AED, #EC4899);
  box-shadow:
    0 8px 22px rgba(124, 58, 237, 0.45),
    0 0 18px rgba(236, 72, 153, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

.ox-auth-tab.is-active:hover {
  filter: brightness(1.05);
}

.ox-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 10px 0 12px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.ox-divider::before,
.ox-divider::after {
  content: '';
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
}

.ox-divider i { color: #F472B6; }

/* ===== Alerts ===== */
.ox-alert {
  display: none;
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 16px;
  font-size: 13px;
  line-height: 1.45;
  border: 1px solid transparent;
}

.ox-alert.is-show { display: block; }

.ox-alert--error {
  background: rgba(239, 68, 68, 0.18);
  border-color: rgba(252, 165, 165, 0.35);
  color: #fecaca;
}

.ox-alert--warn {
  background: rgba(245, 158, 11, 0.16);
  border-color: rgba(252, 211, 77, 0.35);
  color: #fde68a;
}

.ox-alert--ok {
  background: rgba(16, 185, 129, 0.16);
  border-color: rgba(110, 231, 183, 0.35);
  color: #a7f3d0;
}

/* ===== Form ===== */
.ox-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ox-field {
  position: relative;
  display: block;
  margin: 0;
}

.ox-field-ico {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #7C3AED;
  font-size: 15px;
  z-index: 2;
  transition: color 0.25s ease;
}

.ox-field input {
  width: 100%;
  height: 58px;
  padding: 0 48px 0 48px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.82);
  color: #1e1b4b;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.ox-field input::placeholder {
  color: #8b86b0;
  font-weight: 400;
}

.ox-field input:focus {
  border-color: #C026D3;
  background: rgba(255, 255, 255, 0.95);
  box-shadow:
    0 0 0 4px rgba(124, 58, 237, 0.18),
    0 0 24px rgba(236, 72, 153, 0.28),
    0 8px 25px rgba(0, 0, 0, 0.08);
}

.ox-field:focus-within .ox-field-ico {
  color: #EC4899;
}

.ox-field input[readonly] {
  background: rgba(255, 255, 255, 0.65);
  color: #4c1d95;
}

.ox-field-eye {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #6d28d9;
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 2;
}

.ox-field-eye:hover { color: #EC4899; }

.ox-submit {
  margin-top: 8px;
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: #fff;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(90deg, #2563EB 0%, #7C3AED 48%, #EC4899 100%);
  box-shadow:
    0 12px 32px rgba(124, 58, 237, 0.5),
    0 0 34px rgba(236, 72, 153, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s var(--ox-ease), filter 0.25s ease, box-shadow 0.25s ease;
}

.ox-submit-ico,
.ox-submit-arrow {
  font-size: 15px;
  opacity: 0.95;
}

.ox-submit #btnText {
  font-weight: 700;
  letter-spacing: 0.06em;
}

.ox-submit::after {
  content: '';
  position: absolute;
  top: 0;
  left: -40%;
  width: 35%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-20deg);
  transition: left 0.55s ease;
}

.ox-submit:hover {
  transform: scale(1.03);
  filter: brightness(1.06);
  box-shadow:
    0 16px 36px rgba(124, 58, 237, 0.55),
    0 0 36px rgba(236, 72, 153, 0.35);
}

.ox-submit:hover::after { left: 120%; }

.ox-submit:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}

.ox-footer {
  margin: 18px 0 0;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.ox-footer a {
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(90deg, #A78BFA, #F472B6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ox-footer a:hover { filter: brightness(1.15); }

.ox-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

.ox-back:hover { color: #fff; }

/* ===== Compact Investment Plans (under auth card) ===== */
.ox-plans {
  width: min(640px, 100%);
  margin: 14px auto 0;
  padding: 10px 8px 8px;
  border-radius: 18px;
  background: rgba(12, 10, 40, 0.55);
  border: 1px solid rgba(96, 165, 250, 0.35);
  box-shadow: 0 0 28px rgba(59, 130, 246, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.ox-plans-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
  padding: 0 2px;
}

.ox-plans-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.ox-plans-crown {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 11px;
  color: #fbbf24;
  background: radial-gradient(circle at 30% 30%, #a78bfa, #6d28d9);
  box-shadow: 0 0 14px rgba(168, 85, 247, 0.55);
}

.ox-plans-brand strong {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
}

.ox-plans-brand small {
  display: block;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}

.ox-plans-all {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  white-space: nowrap;
}

.ox-plans-all:hover { background: rgba(255, 255, 255, 0.16); }

.ox-plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.ox-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 8px 6px 6px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
  min-width: 0;
  text-align: center;
}

.ox-plan--violet {
  border-color: rgba(192, 132, 252, 0.75);
  box-shadow: 0 0 16px rgba(168, 85, 247, 0.35), inset 0 0 12px rgba(168, 85, 247, 0.08);
}

.ox-plan--cyan {
  border-color: rgba(34, 211, 238, 0.75);
  box-shadow: 0 0 16px rgba(34, 211, 238, 0.32), inset 0 0 12px rgba(34, 211, 238, 0.08);
}

.ox-plan--magenta {
  border-color: rgba(244, 114, 182, 0.8);
  box-shadow: 0 0 16px rgba(236, 72, 153, 0.35), inset 0 0 12px rgba(236, 72, 153, 0.08);
}

.ox-plan-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 6px;
  position: relative;
}

.ox-plan-badge {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 8px;
  flex-shrink: 0;
  color: #fff;
}

.ox-plan--violet .ox-plan-badge { background: linear-gradient(135deg, #a855f7, #ec4899); }
.ox-plan--cyan .ox-plan-badge { background: linear-gradient(135deg, #06b6d4, #3b82f6); }
.ox-plan--magenta .ox-plan-badge { background: linear-gradient(135deg, #ec4899, #db2777); }

.ox-plan-name {
  min-width: 0;
  text-align: center;
}

.ox-plan-name strong {
  display: block;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
}

.ox-plan-name span {
  display: block;
  margin-top: 2px;
  font-size: 8px;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.ox-plan-lock {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.55);
}

.ox-plan-meta {
  list-style: none;
  margin: 0 0 6px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.ox-plan-meta li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 7.5px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.2;
  width: 100%;
  min-width: 0;
}

.ox-plan-meta li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.ox-plan-meta i {
  width: 10px;
  text-align: center;
  font-size: 8px;
  opacity: 0.9;
  flex-shrink: 0;
}

.ox-plan--violet .ox-plan-meta i { color: #e9d5ff; }
.ox-plan--cyan .ox-plan-meta i { color: #a5f3fc; }
.ox-plan--magenta .ox-plan-meta i { color: #fbcfe8; }

.ox-plan-profit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: auto;
  padding: 6px 4px;
  border-radius: 12px;
  font-size: 7px;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

.ox-plan--violet .ox-plan-profit {
  background: linear-gradient(90deg, #ec4899, #a855f7);
  box-shadow: 0 0 12px rgba(236, 72, 153, 0.45);
}

.ox-plan--cyan .ox-plan-profit {
  background: linear-gradient(90deg, #06b6d4, #2563eb);
  box-shadow: 0 0 12px rgba(34, 211, 238, 0.4);
}

.ox-plan--magenta .ox-plan-profit {
  background: linear-gradient(90deg, #f472b6, #db2777);
  box-shadow: 0 0 12px rgba(236, 72, 153, 0.45);
}

.ox-plan-profit-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  opacity: 0.95;
  line-height: 1;
}

.ox-plan-profit-label i { font-size: 8px; }
.ox-plan-profit-label span { font-size: 7px; font-weight: 600; }

.ox-plan-profit strong {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-weight: 800;
  font-size: 8px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 2px;
}

/* ===== Responsive ===== */
@media (min-width: 768px) {
  .ox-shell { padding: 0 24px 28px; }
  .ox-nav-links { display: flex; }
  .ox-menu-btn { display: none; }
  .ox-drawer { display: none !important; }
  .ox-mascot { width: min(200px, 42%); top: -128px; bottom: auto; }
  .ox-card { margin-top: 118px; padding: 26px 32px 24px; }
}

@media (min-width: 1024px) {
  .ox-header { padding: 12px 22px; }
  .ox-brand-copy strong { font-size: 16px; }
}

@media (max-width: 430px) {
  .ox-header { padding: 10px 12px; border-radius: 22px; }
  .ox-brand-copy small { display: none; }
  .ox-pill span { display: none; }
  .ox-pill { padding: 10px 12px; }
  .ox-mascot { width: 52%; top: -100px; bottom: auto; }
  .ox-card { margin-top: 92px; padding: 20px 16px 16px; border-radius: 24px; }
  .ox-title { letter-spacing: 0.05em; }
  .ox-plans { margin-top: 12px; }
  .ox-plans-brand small { max-width: 120px; }
  .ox-plan-name span { font-size: 7.5px; }
  .ox-plan-meta li { font-size: 7.5px; }
}

@media (max-width: 360px) {
  .ox-plans-grid { gap: 6px; }
  .ox-plans-all span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .ox-orb, .ox-shape, .ox-particle, .ox-mascot,
  .ox-header, .ox-stage, .ox-plans {
    animation: none !important;
  }
}
