:root {
  --bg: #06140b;
  --bg-dark: #020603;
  --text: #eef9ee;
  --muted: rgba(238, 249, 238, 0.68);
  --dim: rgba(238, 249, 238, 0.44);
  --green: #29ff8a;
  --green-2: #6dff32;
  --line: rgba(41, 255, 138, 0.22);
  --line-soft: rgba(238, 249, 238, 0.1);
  --panel: rgba(5, 18, 10, 0.8);
  --panel-dark: rgba(2, 8, 4, 0.92);
  --radius: 28px;
  --max: 1480px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.dih-hybrid {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 76% 8%, rgba(41, 255, 138, 0.14), transparent 34%),
    radial-gradient(circle at 12% 4%, rgba(41, 255, 138, 0.1), transparent 28%),
    linear-gradient(180deg, #020603 0%, #06140b 46%, #020603 100%);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  overflow-x: hidden;
}

body.dih-hybrid::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(41,255,138,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(41,255,138,0.022) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 84%);
}

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

.hybrid-header {
  position: sticky;
  top: 14px;
  z-index: 100;
  width: min(var(--max), calc(100% - 28px));
  margin: 14px auto 0;
  padding: 10px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(2, 8, 4, 0.78);
  box-shadow: 0 20px 90px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.hybrid-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.hybrid-brand img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border: 1px solid rgba(41, 255, 138, 0.32);
  border-radius: 12px;
  background: rgba(41,255,138,0.08);
}

.hybrid-brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.hybrid-brand small {
  display: block;
  margin-top: 5px;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hybrid-nav {
  justify-self: center;
  display: flex;
  gap: 6px;
}

.hybrid-nav a,
.hybrid-buy,
.hybrid-btn,
.hybrid-contract button,
.hybrid-contract a {
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.hybrid-nav a {
  color: var(--muted);
}

.hybrid-nav a:hover {
  color: var(--text);
  border-color: var(--line-soft);
  background: rgba(238,249,238,0.04);
}

.hybrid-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hybrid-buy,
.hybrid-btn-primary {
  color: #021006;
  border-color: var(--green);
  background: var(--green);
  box-shadow: 0 0 32px rgba(41,255,138,0.2);
}

.hybrid-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-soft);
  background: rgba(238,249,238,0.04);
}

.hybrid-icon img {
  width: 20px;
  height: 20px;
}

.hybrid-hero,
.hybrid-tape,
.hybrid-market,
.hybrid-events,
.hybrid-burn-promo,
.hybrid-token,
.hybrid-links,
.hybrid-footer {
  width: min(var(--max), calc(100% - 28px));
}

.hybrid-hero {
  margin: 28px auto 0;
  min-height: calc(100vh - 128px);
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(460px, 1.04fr);
  gap: 18px;
}

.hybrid-hero-copy,
.hybrid-hero-art,
.hybrid-market-grid article,
.hybrid-event,
.hybrid-burn-promo,
.hybrid-token,
.hybrid-links,
.hybrid-contract {
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 16%, rgba(41,255,138,0.08), transparent 34%),
    linear-gradient(145deg, rgba(5, 18, 10, 0.8), rgba(2, 8, 4, 0.92));
  box-shadow: 0 28px 100px rgba(0,0,0,0.34);
}

.hybrid-hero-copy {
  min-height: 650px;
  padding: clamp(34px, 5vw, 74px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: var(--radius);
}

.hybrid-live {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hybrid-live span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px rgba(41,255,138,0.8);
}

.hybrid-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(76px, 9vw, 152px);
  line-height: 0.86;
  font-weight: 900;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.hybrid-hero h1 em {
  display: block;
  color: var(--green);
  font-style: normal;
}

.hybrid-lead {
  max-width: 660px;
  margin: 28px 0 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.55;
}

.hybrid-cta-row {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hybrid-btn {
  color: var(--text);
  border-color: var(--line);
  background: rgba(238,249,238,0.045);
}

.hybrid-btn:hover,
.hybrid-buy:hover,
.hybrid-contract button:hover,
.hybrid-contract a:hover {
  transform: translateY(-2px);
  border-color: rgba(41,255,138,0.58);
}

.hybrid-hero-art {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius);
}

.hybrid-orb {
  position: absolute;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(41,255,138,0.22), transparent 68%);
  filter: blur(18px);
}

.hybrid-dog {
  position: relative;
  z-index: 2;
  width: min(92%, 760px);
  max-height: 92%;
  object-fit: contain;
  filter:
    drop-shadow(0 44px 80px rgba(0,0,0,0.52))
    drop-shadow(0 0 52px rgba(41,255,138,0.14));
}

.hybrid-medal {
  position: absolute;
  left: 34px;
  bottom: 34px;
  z-index: 4;
  min-width: 220px;
  padding: 18px;
  border: 1px solid rgba(41,255,138,0.32);
  background: rgba(2,8,4,0.78);
  backdrop-filter: blur(16px);
}

.hybrid-medal span,
.hybrid-market-grid span,
.hybrid-pills span,
.hybrid-stat-row small,
.hybrid-contract span,
.hybrid-link-grid span,
.hybrid-section-title p,
.hybrid-burn-promo > div > p:first-child,
.hybrid-token > div > p,
.hybrid-links > div > p {
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hybrid-medal strong {
  display: block;
  margin-top: 8px;
  color: var(--green);
  font-size: 34px;
  line-height: 1;
}

.hybrid-tape {
  margin: 18px auto 0;
  padding: 16px 18px;
  display: flex;
  gap: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  color: var(--green);
  background: rgba(41,255,138,0.045);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hybrid-market,
.hybrid-events,
.hybrid-burn-promo,
.hybrid-token,
.hybrid-links {
  margin: 88px auto 0;
}

.hybrid-section-title,
.hybrid-token,
.hybrid-links {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
  gap: 28px;
  align-items: start;
}

.hybrid-section-title h2,
.hybrid-token h2,
.hybrid-links h2,
.hybrid-burn-promo h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 104px);
  line-height: 0.88;
  font-weight: 900;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.hybrid-market-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hybrid-market-grid article {
  min-height: 190px;
  padding: 20px;
}

.hybrid-market-grid strong {
  display: block;
  margin: 34px 0 10px;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3vw, 52px);
  line-height: 0.95;
}

.hybrid-market-grid small {
  color: var(--dim);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hybrid-event-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14px;
}

.hybrid-event {
  min-height: 430px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--radius);
}

.hybrid-event-featured {
  background:
    radial-gradient(circle at 80% 18%, rgba(41,255,138,0.16), transparent 34%),
    linear-gradient(145deg, rgba(5, 18, 10, 0.88), rgba(2, 8, 4, 0.96));
}

.hybrid-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.hybrid-pills span {
  padding: 8px 10px;
  border: 1px solid rgba(41,255,138,0.48);
  color: var(--green);
}

.hybrid-event h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4.6vw, 72px);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.hybrid-event p,
.hybrid-burn-promo p {
  max-width: 680px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.hybrid-stat-row {
  margin: 26px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hybrid-stat-row div {
  min-width: 130px;
  padding: 14px;
  border: 1px solid var(--line-soft);
  background: rgba(238,249,238,0.04);
}

.hybrid-stat-row strong {
  display: block;
  margin-top: 8px;
  font-size: 22px;
  line-height: 1;
}

.hybrid-burn-promo {
  position: relative;
  min-height: 620px;
  padding: clamp(28px, 5vw, 66px);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
  overflow: hidden;
  border-radius: var(--radius);
}

.hybrid-burn-promo img {
  width: min(92%, 620px);
  justify-self: center;
  filter:
    drop-shadow(0 40px 80px rgba(0,0,0,0.5))
    drop-shadow(0 0 42px rgba(41,255,138,0.14));
}

.hybrid-burn-promo aside {
  position: absolute;
  right: 56px;
  bottom: 56px;
  min-width: 240px;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(2,8,4,0.78);
}

.hybrid-burn-promo aside span {
  color: var(--dim);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hybrid-burn-promo aside strong {
  display: block;
  margin-top: 10px;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 54px;
  line-height: 0.9;
}

.hybrid-burn-promo aside small {
  color: var(--dim);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.hybrid-token,
.hybrid-links {
  padding: 26px;
  border-radius: var(--radius);
}

.hybrid-contract {
  padding: 24px;
}

.hybrid-contract strong {
  display: block;
  margin: 18px 0;
  color: var(--green);
  font-size: clamp(20px, 2.4vw, 34px);
  line-height: 1.05;
  word-break: break-word;
}

.hybrid-contract div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hybrid-contract button,
.hybrid-contract a {
  color: var(--text);
  border-color: var(--line);
  background: rgba(238,249,238,0.045);
  cursor: pointer;
}

.hybrid-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hybrid-link-grid a {
  min-height: 150px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line-soft);
  background: rgba(238,249,238,0.04);
  transition: 160ms ease;
}

.hybrid-link-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(41,255,138,0.48);
  background: rgba(41,255,138,0.06);
}

.hybrid-link-grid strong {
  font-size: 28px;
  line-height: 1;
}

.hybrid-footer {
  margin: 72px auto 28px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  color: var(--dim);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .hybrid-header {
    grid-template-columns: 1fr auto;
  }

  .hybrid-nav {
    grid-column: 1 / -1;
    justify-self: start;
    overflow-x: auto;
    max-width: 100%;
  }

  .hybrid-hero,
  .hybrid-event-grid,
  .hybrid-burn-promo,
  .hybrid-section-title,
  .hybrid-token,
  .hybrid-links {
    grid-template-columns: 1fr;
  }

  .hybrid-market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hybrid-hero-copy,
  .hybrid-hero-art {
    min-height: 560px;
  }
}

@media (max-width: 680px) {
  .hybrid-header,
  .hybrid-hero,
  .hybrid-tape,
  .hybrid-market,
  .hybrid-events,
  .hybrid-burn-promo,
  .hybrid-token,
  .hybrid-links,
  .hybrid-footer {
    width: calc(100% - 22px);
  }

  .hybrid-brand small,
  .hybrid-brand strong {
    display: none;
  }

  .hybrid-header-actions .hybrid-icon {
    display: none;
  }

  .hybrid-nav a {
    white-space: nowrap;
  }

  .hybrid-hero h1 {
    font-size: clamp(58px, 16vw, 88px);
  }

  .hybrid-market-grid,
  .hybrid-link-grid {
    grid-template-columns: 1fr;
  }

  .hybrid-burn-promo aside {
    position: static;
  }

  .hybrid-footer {
    flex-direction: column;
  }
}

/* =========================================================
   HYBRID STEP 1 — HERO LIKE V7 REFERENCE
   ========================================================= */

.hybrid-hero-v7style {
  min-height: calc(100vh - 128px) !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr) !important;
}

.hybrid-hero-v7style .hybrid-hero-copy,
.hybrid-hero-v7style .hybrid-hero-art {
  min-height: calc(100vh - 150px) !important;
  border-radius: 28px !important;
  border-color: rgba(41, 255, 138, 0.24) !important;
}

.hybrid-hero-v7style .hybrid-hero-copy {
  position: relative !important;
  justify-content: flex-end !important;
  overflow: hidden !important;
  padding: clamp(38px, 5vw, 76px) !important;
  background:
    radial-gradient(circle at 18% 16%, rgba(41,255,138,0.12), transparent 34%),
    linear-gradient(145deg, rgba(5, 18, 10, 0.88), rgba(2, 8, 4, 0.96)) !important;
}

.hybrid-hero-bg-word {
  position: absolute;
  left: 44px;
  top: 38px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(41, 255, 138, 0.12);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    sans-serif;
  font-size: clamp(78px, 11vw, 180px);
  line-height: 0.78;
  font-weight: 900;
  letter-spacing: -0.09em;
  pointer-events: none;
}

.hybrid-hero-v7style .hybrid-live,
.hybrid-hero-v7style h1,
.hybrid-hero-v7style .hybrid-lead,
.hybrid-hero-v7style .hybrid-cta-row {
  position: relative !important;
  z-index: 2 !important;
}

.hybrid-hero-v7style .hybrid-live {
  margin-bottom: 18px !important;
  color: var(--green) !important;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    sans-serif !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.16em !important;
}

.hybrid-hero-v7style .hybrid-live span {
  display: none !important;
}

.hybrid-hero-v7style h1 {
  max-width: 760px !important;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    sans-serif !important;
  font-size: clamp(76px, 8.8vw, 144px) !important;
  line-height: 0.84 !important;
  font-weight: 850 !important;
  letter-spacing: -0.085em !important;
  text-transform: none !important;
}

.hybrid-hero-v7style h1 em {
  display: block !important;
  color: var(--text) !important;
  font-style: normal !important;
}

.hybrid-hero-v7style .hybrid-lead {
  max-width: 650px !important;
  color: rgba(238, 249, 238, 0.7) !important;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    sans-serif !important;
  font-size: clamp(18px, 1.35vw, 22px) !important;
  line-height: 1.48 !important;
  font-weight: 600 !important;
}

.hybrid-hero-v7style .hybrid-cta-row {
  margin-top: 36px !important;
}

.hybrid-hero-v7style .hybrid-btn {
  min-height: 52px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  letter-spacing: 0.1em !important;
}

.hybrid-hero-art-v7style {
  position: relative !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 48%, rgba(41,255,138,0.32), transparent 30%),
    radial-gradient(circle at 52% 58%, rgba(41,255,138,0.13), transparent 46%),
    linear-gradient(145deg, rgba(5, 18, 10, 0.92), rgba(1, 6, 3, 0.98)) !important;
}

.hybrid-hero-art-v7style::after {
  content: "";
  position: absolute;
  inset: 34px;
  z-index: 1;
  border: 1px dashed rgba(41, 255, 138, 0.16);
  border-radius: 22px;
  pointer-events: none;
}

.hybrid-wanted-line {
  position: absolute;
  left: 44px;
  top: 38px;
  z-index: 3;
  color: rgba(238, 249, 238, 0.16);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hybrid-hero-art-v7style .hybrid-orb {
  width: 720px !important;
  height: 720px !important;
  background: radial-gradient(circle, rgba(41,255,138,0.22), transparent 68%) !important;
}

.hybrid-dog-v7style {
  position: relative !important;
  z-index: 2 !important;
  width: min(92%, 760px) !important;
  max-height: 94% !important;
  object-fit: contain !important;
  transform: translateY(34px) scale(1.05) !important;
  filter:
    drop-shadow(0 44px 90px rgba(0,0,0,0.56))
    drop-shadow(0 0 52px rgba(41,255,138,0.18)) !important;
}

.hybrid-event-chip {
  position: absolute;
  z-index: 4;
  width: 230px;
  padding: 18px;
  border: 1px solid rgba(41, 255, 138, 0.34);
  border-radius: 20px;
  background: rgba(2, 8, 4, 0.82);
  box-shadow:
    0 24px 80px rgba(0,0,0,0.45),
    0 0 42px rgba(41,255,138,0.07);
  backdrop-filter: blur(16px);
}

.hybrid-event-chip span {
  display: block;
  margin-bottom: 8px;
  color: rgba(238, 249, 238, 0.44);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hybrid-event-chip strong {
  color: var(--green-2);
  font-size: 24px;
  line-height: 1;
}

.hybrid-event-chip-top {
  top: 52px;
  right: 52px;
}

.hybrid-event-chip-bottom {
  left: 52px;
  bottom: 52px;
}

@media (max-width: 1100px) {
  .hybrid-hero-v7style {
    grid-template-columns: 1fr !important;
  }

  .hybrid-hero-v7style .hybrid-hero-copy,
  .hybrid-hero-v7style .hybrid-hero-art {
    min-height: 560px !important;
  }
}

@media (max-width: 680px) {
  .hybrid-hero-bg-word {
    left: 24px;
    top: 24px;
  }

  .hybrid-hero-v7style h1 {
    font-size: clamp(54px, 15vw, 84px) !important;
  }

  .hybrid-dog-v7style {
    width: min(96%, 520px) !important;
  }

  .hybrid-event-chip {
    width: 175px !important;
  }

  .hybrid-event-chip-top {
    top: 22px !important;
    right: 22px !important;
  }

  .hybrid-event-chip-bottom {
    left: 22px !important;
    bottom: 22px !important;
  }
}

/* =========================================================
   HYBRID STEP 2 — HERO BUTTON HIERARCHY
   ========================================================= */

.hybrid-cta-row-clean {
  display: grid !important;
  grid-template-columns: minmax(260px, 1.35fr) minmax(190px, 0.9fr) minmax(170px, 0.75fr) !important;
  gap: 12px !important;
  max-width: 760px !important;
}

.hybrid-cta-row-clean .hybrid-btn {
  min-height: 58px !important;
  padding: 0 22px !important;
  border-radius: 16px !important;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase !important;
}

.hybrid-btn-event {
  justify-content: center !important;
  color: #031006 !important;
  border-color: rgba(41, 255, 138, 0.92) !important;
  background:
    linear-gradient(135deg, #9aff74 0%, #29ff8a 45%, #24ff00 100%) !important;
  box-shadow:
    0 0 34px rgba(41,255,138,0.22),
    inset 0 -2px 0 rgba(0,0,0,0.18) !important;
}

.hybrid-btn-secondary {
  color: var(--text) !important;
  border-color: rgba(41, 255, 138, 0.34) !important;
  background:
    linear-gradient(135deg, rgba(238,249,238,0.07), rgba(238,249,238,0.025)) !important;
}

.hybrid-btn-copy {
  color: rgba(238, 249, 238, 0.72) !important;
  border-color: rgba(238, 249, 238, 0.12) !important;
  background: rgba(238, 249, 238, 0.035) !important;
  cursor: pointer !important;
}

.hybrid-btn-copy:hover {
  color: var(--green) !important;
  border-color: rgba(41, 255, 138, 0.42) !important;
}

.hybrid-cta-row-clean .hybrid-btn:hover {
  transform: translateY(-2px) !important;
}

.hybrid-header-actions .hybrid-buy {
  min-width: 138px !important;
  border-radius: 16px !important;
}

/* Убираем визуальное ощущение, что все кнопки равнозначные */
.hybrid-hero-v7style .hybrid-btn:not(.hybrid-btn-event) {
  box-shadow: none !important;
}

@media (max-width: 900px) {
  .hybrid-cta-row-clean {
    grid-template-columns: 1fr !important;
    max-width: 420px !important;
  }

  .hybrid-cta-row-clean .hybrid-btn {
    width: 100% !important;
  }
}

/* =========================================================
   HYBRID STEP 3 — MAIN-SITE STYLE HERO BUTTONS
   ========================================================= */

.hybrid-hero-action-board {
  position: relative;
  z-index: 3;
  margin-top: 36px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.38fr);
  gap: 14px;
  max-width: 760px;
}

.hybrid-buy-stack {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1fr;
  border: 1px solid rgba(41, 255, 138, 0.42);
  background:
    linear-gradient(135deg, rgba(5, 22, 11, 0.88), rgba(2, 8, 4, 0.94));
  box-shadow:
    0 22px 70px rgba(0,0,0,0.34),
    inset 0 0 0 1px rgba(255,255,255,0.025);
}

.hybrid-action-cell {
  min-height: 64px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-right: 1px solid rgba(41, 255, 138, 0.22);
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition:
    transform 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.hybrid-action-cell:last-child {
  border-right: 0;
}

.hybrid-action-cell img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.hybrid-action-main {
  color: var(--green);
  text-decoration: none;
}

.hybrid-action-cell:hover {
  color: var(--green);
  background: rgba(41, 255, 138, 0.07);
}

.hybrid-live-chart,
.hybrid-copy-contract {
  min-height: 64px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(41, 255, 138, 0.42);
  color: var(--green);
  background:
    linear-gradient(135deg, rgba(5, 22, 11, 0.72), rgba(2, 8, 4, 0.9));
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow:
    0 22px 70px rgba(0,0,0,0.28),
    inset 0 0 0 1px rgba(255,255,255,0.025);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.hybrid-copy-contract {
  grid-column: 1 / 2;
  width: min(100%, 360px);
  justify-self: start;
}

.hybrid-live-chart:hover,
.hybrid-copy-contract:hover {
  transform: translateY(-2px);
  border-color: rgba(41, 255, 138, 0.72);
  background: rgba(41, 255, 138, 0.08);
}

.hybrid-hero-v7style .hybrid-cta-row-clean {
  display: none !important;
}

@media (max-width: 980px) {
  .hybrid-hero-action-board {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .hybrid-copy-contract {
    grid-column: auto;
    width: 100%;
  }

  .hybrid-live-chart {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .hybrid-buy-stack {
    grid-template-columns: 1fr;
  }

  .hybrid-action-cell {
    border-right: 0;
    border-bottom: 1px solid rgba(41, 255, 138, 0.22);
  }

  .hybrid-action-cell:last-child {
    border-bottom: 0;
  }

  .hybrid-action-cell,
  .hybrid-live-chart,
  .hybrid-copy-contract {
    min-height: 56px;
    font-size: 15px;
  }
}

/* =========================================================
   HYBRID STEP 3 — MAIN-SITE STYLE HERO BUTTONS
   ========================================================= */

.hybrid-hero-action-board {
  position: relative;
  z-index: 3;
  margin-top: 36px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.38fr);
  gap: 14px;
  max-width: 760px;
}

.hybrid-buy-stack {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1fr;
  border: 1px solid rgba(41, 255, 138, 0.42);
  background:
    linear-gradient(135deg, rgba(5, 22, 11, 0.88), rgba(2, 8, 4, 0.94));
  box-shadow:
    0 22px 70px rgba(0,0,0,0.34),
    inset 0 0 0 1px rgba(255,255,255,0.025);
}

.hybrid-action-cell {
  min-height: 64px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-right: 1px solid rgba(41, 255, 138, 0.22);
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition:
    transform 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.hybrid-action-cell:last-child {
  border-right: 0;
}

.hybrid-action-cell img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.hybrid-action-main {
  color: var(--green);
  text-decoration: none;
}

.hybrid-action-cell:hover {
  color: var(--green);
  background: rgba(41, 255, 138, 0.07);
}

.hybrid-live-chart,
.hybrid-copy-contract {
  min-height: 64px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(41, 255, 138, 0.42);
  color: var(--green);
  background:
    linear-gradient(135deg, rgba(5, 22, 11, 0.72), rgba(2, 8, 4, 0.9));
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow:
    0 22px 70px rgba(0,0,0,0.28),
    inset 0 0 0 1px rgba(255,255,255,0.025);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.hybrid-copy-contract {
  grid-column: 1 / 2;
  width: min(100%, 360px);
  justify-self: start;
}

.hybrid-live-chart:hover,
.hybrid-copy-contract:hover {
  transform: translateY(-2px);
  border-color: rgba(41, 255, 138, 0.72);
  background: rgba(41, 255, 138, 0.08);
}

.hybrid-hero-v7style .hybrid-cta-row-clean {
  display: none !important;
}

@media (max-width: 980px) {
  .hybrid-hero-action-board {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .hybrid-copy-contract {
    grid-column: auto;
    width: 100%;
  }

  .hybrid-live-chart {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .hybrid-buy-stack {
    grid-template-columns: 1fr;
  }

  .hybrid-action-cell {
    border-right: 0;
    border-bottom: 1px solid rgba(41, 255, 138, 0.22);
  }

  .hybrid-action-cell:last-child {
    border-bottom: 0;
  }

  .hybrid-action-cell,
  .hybrid-live-chart,
  .hybrid-copy-contract {
    min-height: 56px;
    font-size: 15px;
  }
}

/* =========================================================
   HYBRID STEP 3 FIXED — MAIN-SITE STYLE HERO BUTTONS
   ========================================================= */

.hybrid-hero-action-board {
  position: relative;
  z-index: 3;
  margin-top: 36px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.38fr);
  gap: 14px;
  max-width: 760px;
}

.hybrid-buy-stack {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1fr;
  border: 1px solid rgba(41, 255, 138, 0.42);
  background:
    linear-gradient(135deg, rgba(5, 22, 11, 0.88), rgba(2, 8, 4, 0.94));
  box-shadow:
    0 22px 70px rgba(0,0,0,0.34),
    inset 0 0 0 1px rgba(255,255,255,0.025);
}

.hybrid-action-cell {
  min-height: 64px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-right: 1px solid rgba(41, 255, 138, 0.22);
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition:
    transform 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.hybrid-action-cell:last-child {
  border-right: 0;
}

.hybrid-action-cell img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.hybrid-action-main {
  color: var(--green);
  text-decoration: none;
}

.hybrid-action-cell:hover {
  color: var(--green);
  background: rgba(41, 255, 138, 0.07);
}

.hybrid-live-chart,
.hybrid-copy-contract {
  min-height: 64px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(41, 255, 138, 0.42);
  color: var(--green);
  background:
    linear-gradient(135deg, rgba(5, 22, 11, 0.72), rgba(2, 8, 4, 0.9));
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow:
    0 22px 70px rgba(0,0,0,0.28),
    inset 0 0 0 1px rgba(255,255,255,0.025);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.hybrid-copy-contract {
  grid-column: 1 / 2;
  width: min(100%, 360px);
  justify-self: start;
}

.hybrid-live-chart:hover,
.hybrid-copy-contract:hover {
  transform: translateY(-2px);
  border-color: rgba(41, 255, 138, 0.72);
  background: rgba(41, 255, 138, 0.08);
}

.hybrid-hero-v7style .hybrid-cta-row-clean {
  display: none !important;
}

@media (max-width: 980px) {
  .hybrid-hero-action-board {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .hybrid-copy-contract {
    grid-column: auto;
    width: 100%;
  }

  .hybrid-live-chart {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .hybrid-buy-stack {
    grid-template-columns: 1fr;
  }

  .hybrid-action-cell {
    border-right: 0;
    border-bottom: 1px solid rgba(41, 255, 138, 0.22);
  }

  .hybrid-action-cell:last-child {
    border-bottom: 0;
  }

  .hybrid-action-cell,
  .hybrid-live-chart,
  .hybrid-copy-contract {
    min-height: 56px;
    font-size: 15px;
  }
}

/* =========================================================
   HYBRID STEP 4 — HERO SOCIAL / DEX / CONTRACT ACTIONS
   ========================================================= */

.hybrid-hero-social-board {
  grid-template-columns: 1fr !important;
  max-width: 720px !important;
  gap: 14px !important;
}

.hybrid-social-stack {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid rgba(41, 255, 138, 0.42);
  background:
    linear-gradient(135deg, rgba(5, 22, 11, 0.88), rgba(2, 8, 4, 0.94));
  box-shadow:
    0 22px 70px rgba(0,0,0,0.34),
    inset 0 0 0 1px rgba(255,255,255,0.025);
}

.hybrid-social-cell {
  min-height: 66px !important;
  padding: 0 20px !important;
  border-right: 1px solid rgba(41, 255, 138, 0.22) !important;
  color: var(--text) !important;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.hybrid-social-cell:last-child {
  border-right: 0 !important;
}

.hybrid-social-cell img {
  width: 22px !important;
  height: 22px !important;
  object-fit: contain !important;
}

.hybrid-social-cell:hover {
  color: var(--green) !important;
  background: rgba(41, 255, 138, 0.07) !important;
}

.hybrid-social-chart {
  color: var(--green) !important;
}

.hybrid-copy-contract-wide {
  grid-column: auto !important;
  width: 100% !important;
  min-height: 64px !important;
  justify-self: stretch !important;
  border-color: rgba(41, 255, 138, 0.34) !important;
  color: rgba(238, 249, 238, 0.76) !important;
  background:
    linear-gradient(135deg, rgba(5, 22, 11, 0.72), rgba(2, 8, 4, 0.9)) !important;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.hybrid-copy-contract-wide:hover {
  color: var(--green) !important;
  border-color: rgba(41, 255, 138, 0.7) !important;
}

/* Hide previous Step 3 layout if duplicated by CSS order */
.hybrid-buy-stack,
.hybrid-live-chart {
  display: none !important;
}

/* Header remains the only direct buy CTA */
.hybrid-header-actions .hybrid-buy {
  display: inline-flex !important;
}

@media (max-width: 680px) {
  .hybrid-social-stack {
    grid-template-columns: 1fr;
  }

  .hybrid-social-cell {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(41, 255, 138, 0.22) !important;
  }

  .hybrid-social-cell:last-child {
    border-bottom: 0 !important;
  }

  .hybrid-social-cell,
  .hybrid-copy-contract-wide {
    min-height: 56px !important;
  }
}

/* =========================================================
   HYBRID STEP 5 — FIX HERO LAYOUT + COLOR + ICONS
   ========================================================= */

:root {
  --green: #35ff8f;
  --green-2: #78ff42;
  --line: rgba(53, 255, 143, 0.26);
}

.hybrid-hero-fixed {
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr) !important;
  align-items: stretch !important;
  gap: 18px !important;
}

.hybrid-hero-fixed > .hybrid-hero-copy,
.hybrid-hero-fixed > .hybrid-hero-art {
  width: 100% !important;
  min-width: 0 !important;
}

.hybrid-hero-fixed .hybrid-hero-copy {
  grid-column: 1 !important;
}

.hybrid-hero-fixed .hybrid-hero-art {
  grid-column: 2 !important;
}

.hybrid-hero-fixed .hybrid-hero-copy,
.hybrid-hero-fixed .hybrid-hero-art {
  min-height: calc(100vh - 150px) !important;
  border-color: rgba(53, 255, 143, 0.28) !important;
}

.hybrid-hero-fixed .hybrid-hero-copy {
  padding: clamp(38px, 5vw, 76px) !important;
  background:
    radial-gradient(circle at 20% 18%, rgba(53,255,143,0.13), transparent 34%),
    linear-gradient(145deg, rgba(3, 22, 11, 0.9), rgba(1, 7, 4, 0.97)) !important;
}

.hybrid-hero-fixed .hybrid-hero-art {
  background:
    radial-gradient(circle at 50% 48%, rgba(53,255,143,0.34), transparent 30%),
    radial-gradient(circle at 52% 58%, rgba(53,255,143,0.14), transparent 46%),
    linear-gradient(145deg, rgba(3, 22, 11, 0.92), rgba(1, 6, 3, 0.98)) !important;
}

.hybrid-hero-fixed h1 {
  max-width: 760px !important;
}

.hybrid-hero-social-board {
  grid-template-columns: 1fr !important;
  max-width: 720px !important;
  gap: 14px !important;
}

.hybrid-social-stack {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  border: 1px solid rgba(53, 255, 143, 0.48) !important;
  background:
    linear-gradient(135deg, rgba(3, 22, 11, 0.9), rgba(1, 8, 4, 0.96)) !important;
}

.hybrid-social-cell {
  min-height: 66px !important;
  padding: 0 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  border-right: 1px solid rgba(53, 255, 143, 0.24) !important;
  color: rgba(238, 249, 238, 0.92) !important;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.hybrid-social-cell:last-child {
  border-right: 0 !important;
}

.hybrid-social-cell:hover {
  color: var(--green) !important;
  background: rgba(53, 255, 143, 0.075) !important;
}

.hybrid-social-icon {
  width: 28px !important;
  height: 28px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  color: #031006 !important;
  background: var(--green) !important;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    sans-serif !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  box-shadow: 0 0 22px rgba(53,255,143,0.22) !important;
}

.hybrid-social-icon-tg {
  font-size: 18px !important;
  transform: rotate(-10deg);
}

.hybrid-social-chart {
  color: var(--green) !important;
}

.hybrid-copy-contract-wide {
  width: 100% !important;
  min-height: 64px !important;
  border: 1px solid rgba(53, 255, 143, 0.38) !important;
  color: rgba(238, 249, 238, 0.78) !important;
  background:
    linear-gradient(135deg, rgba(3, 22, 11, 0.76), rgba(1, 8, 4, 0.92)) !important;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

.hybrid-copy-contract-wide:hover {
  color: var(--green) !important;
  border-color: rgba(53, 255, 143, 0.72) !important;
  background: rgba(53, 255, 143, 0.08) !important;
}

.hybrid-event-chip {
  border-color: rgba(53, 255, 143, 0.42) !important;
}

.hybrid-event-chip strong {
  color: var(--green-2) !important;
}

/* Убираем старые элементы, если они остались от прошлых шагов */
.hybrid-buy-stack,
.hybrid-live-chart {
  display: none !important;
}

@media (max-width: 1100px) {
  .hybrid-hero-fixed {
    grid-template-columns: 1fr !important;
  }

  .hybrid-hero-fixed .hybrid-hero-copy,
  .hybrid-hero-fixed .hybrid-hero-art {
    grid-column: auto !important;
    min-height: 560px !important;
  }
}

@media (max-width: 680px) {
  .hybrid-social-stack {
    grid-template-columns: 1fr !important;
  }

  .hybrid-social-cell {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(53, 255, 143, 0.24) !important;
  }

  .hybrid-social-cell:last-child {
    border-bottom: 0 !important;
  }

  .hybrid-social-cell,
  .hybrid-copy-contract-wide {
    min-height: 56px !important;
  }
}

/* =========================================================
   HYBRID STEP 6 — TG ICON + RIGHT HERO MARKET STATS
   ========================================================= */

.hybrid-social-icon img {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  object-fit: contain !important;
  filter:
    brightness(0)
    saturate(100%)
    invert(4%)
    sepia(22%)
    saturate(1084%)
    hue-rotate(82deg)
    brightness(92%)
    contrast(105%) !important;
}

.hybrid-social-icon-tg {
  transform: none !important;
}

.hybrid-social-icon-tg img {
  transform: translateX(-1px) !important;
}

.hybrid-hero-art-market .hybrid-event-chip {
  display: none !important;
}

.hybrid-market-badge {
  position: absolute;
  z-index: 5;
  width: 230px;
  padding: 18px;
  border: 1px solid rgba(53, 255, 143, 0.38);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(2, 12, 6, 0.88), rgba(2, 8, 4, 0.94));
  box-shadow:
    0 24px 80px rgba(0,0,0,0.45),
    0 0 42px rgba(53,255,143,0.08);
  backdrop-filter: blur(16px);
}

.hybrid-market-badge span {
  display: block;
  margin-bottom: 8px;
  color: rgba(238, 249, 238, 0.46);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hybrid-market-badge strong {
  display: block;
  color: var(--green-2);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.hybrid-market-badge-price {
  top: 52px;
  right: 52px;
}

.hybrid-market-badge-mcap {
  left: 52px;
  bottom: 52px;
}

@media (max-width: 680px) {
  .hybrid-market-badge {
    width: 175px;
    padding: 14px;
  }

  .hybrid-market-badge strong {
    font-size: 20px;
  }

  .hybrid-market-badge-price {
    top: 22px;
    right: 22px;
  }

  .hybrid-market-badge-mcap {
    left: 22px;
    bottom: 22px;
  }
}

/* =========================================================
   HYBRID STEP 7 — INLINE MARKET STATS
   ========================================================= */

.hybrid-market-badge {
  display: none !important;
}

.hybrid-market-inline {
  position: absolute;
  left: 52px;
  right: 52px;
  bottom: 38px;
  z-index: 5;

  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: center;
  gap: 26px;

  padding: 18px 4px 4px;
  border-top: 1px solid rgba(53, 255, 143, 0.34);

  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hybrid-market-inline-item {
  min-width: 0;
}

.hybrid-market-inline-item:first-child {
  text-align: left;
}

.hybrid-market-inline-item:last-child {
  text-align: right;
}

.hybrid-market-inline-item span {
  display: block;
  margin-bottom: 8px;

  color: rgba(238, 249, 238, 0.46);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hybrid-market-inline-item strong {
  display: block;

  color: var(--green-2);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.hybrid-market-inline-divider {
  width: 1px;
  height: 42px;
  background: rgba(53, 255, 143, 0.22);
}

/* Даём собаке немного места над строкой данных */
.hybrid-hero-art-market .hybrid-dog-v7style {
  transform: translateY(8px) scale(1.01) !important;
  max-height: 87% !important;
}

@media (max-width: 680px) {
  .hybrid-market-inline {
    left: 22px;
    right: 22px;
    bottom: 22px;
    gap: 14px;
    padding-top: 14px;
  }

  .hybrid-market-inline-item strong {
    font-size: 18px;
  }

  .hybrid-market-inline-divider {
    height: 36px;
  }

  .hybrid-hero-art-market .hybrid-dog-v7style {
    transform: translateY(-8px) scale(0.96) !important;
    max-height: 80% !important;
  }
}

/* =========================================================
   HYBRID STEP 8 — HEADER BUY OPTIONS + DOG OVERLAP FIX
   ========================================================= */

/* ---------- Header buy area ---------- */

.hybrid-header-buy-options {
  display: grid !important;
  grid-template-columns: auto auto auto !important;
  align-items: stretch !important;
  gap: 0 !important;

  overflow: hidden !important;
  border: 1px solid rgba(53, 255, 143, 0.3) !important;
  border-radius: 14px !important;

  background:
    linear-gradient(
      135deg,
      rgba(3, 22, 11, 0.88),
      rgba(1, 8, 4, 0.96)
    ) !important;
}

.hybrid-buy-label {
  min-height: 48px !important;
  padding: 0 20px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-right: 1px solid rgba(53, 255, 143, 0.2) !important;

  color: var(--green) !important;
  background: rgba(53, 255, 143, 0.055) !important;

  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif !important;

  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: 0.13em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;

  cursor: default !important;
  user-select: none !important;
}

.hybrid-buy-provider {
  min-height: 48px !important;
  padding: 0 15px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;

  border-right: 1px solid rgba(53, 255, 143, 0.16) !important;

  color: rgba(238, 249, 238, 0.86) !important;
  background: transparent !important;

  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif !important;

  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;

  transition:
    color 160ms ease,
    background 160ms ease,
    transform 160ms ease !important;
}

.hybrid-buy-provider:last-child {
  border-right: 0 !important;
}

.hybrid-buy-provider img {
  width: 22px !important;
  height: 22px !important;
  display: block !important;
  object-fit: contain !important;
}

.hybrid-buy-provider-based img {
  filter:
    drop-shadow(0 0 10px rgba(120, 255, 66, 0.2)) !important;
}

.hybrid-buy-provider-uniswap img {
  width: 23px !important;
  height: 23px !important;
}

.hybrid-buy-provider:hover {
  color: var(--green) !important;
  background: rgba(53, 255, 143, 0.075) !important;
  transform: none !important;
}

/* Убираем старую зелёную BUY-кнопку, если её стили ещё перебивают header */
.hybrid-header-buy-options .hybrid-buy {
  display: none !important;
}

/* ---------- Right hero market data ---------- */

/* Полностью убираем горизонтальную линию, которая пересекала лапу */
.hybrid-market-inline {
  left: 52px !important;
  right: 52px !important;
  bottom: 24px !important;

  padding: 0 !important;
  border-top: 0 !important;

  grid-template-columns: 1fr 1px 1fr !important;
  gap: 24px !important;
}

/* Оставляем только вертикальный разделитель между значениями */
.hybrid-market-inline-divider {
  height: 46px !important;
  background: rgba(53, 255, 143, 0.25) !important;
}

/* Чуть поднимаем и уменьшаем собаку, чтобы лапы не заходили на цифры */
.hybrid-hero-art-market .hybrid-dog-v7style {
  max-height: 82% !important;
  transform: translateY(-24px) scale(0.98) !important;
}

/* Больше воздуха между собакой и нижними данными */
.hybrid-hero-art-market {
  padding-bottom: 98px !important;
}

@media (max-width: 1160px) {
  .hybrid-buy-provider span {
    display: none !important;
  }

  .hybrid-buy-provider {
    width: 48px !important;
    padding: 0 !important;
  }
}

@media (max-width: 680px) {
  .hybrid-header-buy-options {
    grid-template-columns: auto auto auto !important;
  }

  .hybrid-buy-label {
    min-height: 44px !important;
    padding: 0 12px !important;
    font-size: 9px !important;
  }

  .hybrid-buy-provider {
    width: 44px !important;
    min-height: 44px !important;
  }

  .hybrid-market-inline {
    left: 22px !important;
    right: 22px !important;
    bottom: 18px !important;
    gap: 12px !important;
  }

  .hybrid-hero-art-market {
    padding-bottom: 84px !important;
  }

  .hybrid-hero-art-market .hybrid-dog-v7style {
    max-height: 76% !important;
    transform: translateY(-24px) scale(0.94) !important;
  }
}

/* =========================================================
   HYBRID STEP 9 — RIGHT HERO BALANCE
   ========================================================= */

.hybrid-hero-art-market {
  padding-bottom: 0 !important;
}

/* Собака крупнее и немного ниже */
.hybrid-hero-art-market .hybrid-dog-v7style {
  width: min(91%, 760px) !important;
  max-height: 86% !important;
  transform: translateY(-2px) scale(1.02) !important;
}

/* Статистика полностью внутри блока */
.hybrid-market-inline {
  left: 44px !important;
  right: 44px !important;
  bottom: 34px !important;

  min-height: 72px !important;
  padding: 16px 10px 0 !important;

  border-top: 1px solid rgba(53, 255, 143, 0.28) !important;
  background:
    linear-gradient(
      180deg,
      rgba(1, 8, 4, 0),
      rgba(1, 8, 4, 0.76)
    ) !important;
}

.hybrid-market-inline-item span {
  margin-bottom: 7px !important;
}

.hybrid-market-inline-item strong {
  font-size: clamp(22px, 1.85vw, 29px) !important;
}

.hybrid-market-inline-divider {
  height: 48px !important;
}

/* Чуть меньше пустоты над собакой */
.hybrid-hero-art-v7style .hybrid-orb {
  transform: translateY(26px) scale(1.04) !important;
}

@media (max-width: 680px) {
  .hybrid-hero-art-market .hybrid-dog-v7style {
    max-height: 78% !important;
    transform: translateY(-8px) scale(0.97) !important;
  }

  .hybrid-market-inline {
    left: 20px !important;
    right: 20px !important;
    bottom: 18px !important;
    padding: 12px 4px 0 !important;
  }

  .hybrid-market-inline-item strong {
    font-size: 17px !important;
  }
}

/* =========================================================
   HYBRID STEP 10 — MARKET BLOCK REMOVED
   ========================================================= */

.hybrid-tape,
.hybrid-market {
  display: none !important;
}

/* Следующая секция начинается ближе к hero */
.hybrid-hero + .hybrid-events {
  margin-top: 54px !important;
}

.hybrid-events {
  margin-top: 54px !important;
}

@media (max-width: 680px) {
  .hybrid-hero + .hybrid-events,
  .hybrid-events {
    margin-top: 38px !important;
  }
}

/* =========================================================
   HYBRID STEP 11 — THREE LIVE EVENTS
   ========================================================= */

.hybrid-live-events {
  margin-top: 64px !important;
}

.hybrid-live-events-title {
  margin-bottom: 28px !important;
}

.hybrid-live-events-title h2 {
  font-family:
    Georgia,
    "Times New Roman",
    serif !important;

  font-size: clamp(58px, 7vw, 118px) !important;
  line-height: 0.84 !important;
  letter-spacing: -0.065em !important;
  text-transform: uppercase !important;
}

.hybrid-live-event-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hybrid-live-event-card {
  min-width: 0;
  overflow: hidden;

  display: flex;
  flex-direction: column;

  border: 1px solid rgba(53, 255, 143, 0.22);
  border-radius: 26px;

  background:
    radial-gradient(
      circle at 72% 10%,
      rgba(53, 255, 143, 0.075),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(4, 19, 9, 0.86),
      rgba(1, 7, 4, 0.96)
    );

  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.018);

  transition:
    transform 180ms ease,
    border-color 180ms ease;
}

.hybrid-live-event-card:hover {
  transform: translateY(-4px);
  border-color: rgba(53, 255, 143, 0.46);
}

.hybrid-live-event-visual {
  position: relative;
  min-height: 330px;
  overflow: hidden;

  display: grid;
  place-items: center;

  border-bottom: 1px solid rgba(53, 255, 143, 0.18);

  background:
    radial-gradient(
      circle at 50% 52%,
      rgba(53, 255, 143, 0.22),
      transparent 42%
    ),
    rgba(1, 8, 4, 0.82);
}

.hybrid-live-event-visual img {
  width: 100%;
  height: 100%;
  max-height: 360px;

  display: block;
  object-fit: contain;
  object-position: center bottom;

  filter:
    drop-shadow(0 28px 46px rgba(0, 0, 0, 0.46))
    drop-shadow(0 0 34px rgba(53, 255, 143, 0.13));
}

.hybrid-live-event-badges {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;

  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.hybrid-live-event-badges span {
  padding: 8px 10px;

  border: 1px solid rgba(53, 255, 143, 0.42);
  border-radius: 999px;

  color: var(--green);
  background: rgba(1, 8, 4, 0.72);

  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;

  backdrop-filter: blur(12px);
}

.hybrid-live-event-content {
  flex: 1;
  padding: 24px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hybrid-live-event-index {
  margin: 0 0 15px !important;

  color: var(--green) !important;

  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
}

.hybrid-live-event-card h3 {
  margin: 0;

  color: var(--text);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: clamp(36px, 3.3vw, 56px);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.hybrid-live-event-description {
  min-height: 104px;
  margin: 18px 0 0 !important;

  color: rgba(238, 249, 238, 0.66) !important;

  font-size: 15px !important;
  line-height: 1.52 !important;
}

.hybrid-live-event-meta {
  margin: 24px 0;

  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.hybrid-live-event-meta div {
  min-width: 105px;
  flex: 1;

  padding: 13px;

  border: 1px solid rgba(238, 249, 238, 0.1);
  background: rgba(238, 249, 238, 0.035);
}

.hybrid-live-event-meta small {
  display: block;

  color: rgba(238, 249, 238, 0.4);

  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hybrid-live-event-meta strong {
  display: block;
  margin-top: 7px;

  color: var(--text);

  font-size: 17px;
  line-height: 1.05;
}

.hybrid-live-event-action {
  min-height: 54px;
  width: 100%;
  padding: 0 18px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(53, 255, 143, 0.32);

  color: var(--text);
  background: rgba(238, 249, 238, 0.035);

  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;

  transition:
    transform 160ms ease,
    color 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.hybrid-live-event-action:hover {
  transform: translateY(-2px);
  color: var(--green);
  border-color: rgba(53, 255, 143, 0.66);
  background: rgba(53, 255, 143, 0.07);
}

.hybrid-live-event-action-primary {
  color: #021006;
  border-color: var(--green);

  background:
    linear-gradient(
      135deg,
      #97ff72,
      #2dff90 50%,
      #25ff00
    );
}

.hybrid-live-event-action-primary:hover {
  color: #021006;
  background:
    linear-gradient(
      135deg,
      #b0ff93,
      #54ffa8 50%,
      #46ff27
    );
}

.hybrid-live-event-visual-box {
  background:
    radial-gradient(
      circle at center,
      rgba(53, 255, 143, 0.2),
      transparent 44%
    ),
    linear-gradient(
      145deg,
      rgba(4, 22, 11, 0.9),
      rgba(1, 7, 4, 0.98)
    );
}

.hybrid-burn-box-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  color: var(--green);
}

.hybrid-burn-box-symbol span {
  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: clamp(42px, 4vw, 68px);
  line-height: 1;
  font-weight: 900;
}

.hybrid-burn-box-symbol strong {
  color: rgba(238, 249, 238, 0.52);
  font-size: 34px;
}

.hybrid-live-event-visual-meme {
  background:
    linear-gradient(
      135deg,
      rgba(53, 255, 143, 0.16),
      transparent 56%
    ),
    repeating-linear-gradient(
      -12deg,
      transparent 0 22px,
      rgba(53, 255, 143, 0.035) 22px 23px
    ),
    rgba(1, 8, 4, 0.96);
}

.hybrid-meme-poster {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  transform: rotate(-4deg);
}

.hybrid-meme-poster span,
.hybrid-meme-poster strong {
  display: block;
  line-height: 0.8;
  text-transform: uppercase;
}

.hybrid-meme-poster span {
  color: rgba(238, 249, 238, 0.56);

  font-size: clamp(38px, 4vw, 58px);
  font-weight: 900;
  letter-spacing: -0.055em;
}

.hybrid-meme-poster strong {
  color: var(--green);

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: clamp(72px, 7vw, 112px);
  letter-spacing: -0.075em;
}

.hybrid-burn-promo {
  display: none !important;
}

@media (max-width: 1120px) {
  .hybrid-live-event-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hybrid-live-event-featured {
    grid-column: 1 / -1;
  }

  .hybrid-live-event-featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hybrid-live-event-featured .hybrid-live-event-visual {
    min-height: 100%;
    border-right: 1px solid rgba(53, 255, 143, 0.18);
    border-bottom: 0;
  }
}

@media (max-width: 720px) {
  .hybrid-live-events {
    margin-top: 42px !important;
  }

  .hybrid-live-event-grid {
    grid-template-columns: 1fr;
  }

  .hybrid-live-event-featured {
    grid-column: auto;
    display: flex;
  }

  .hybrid-live-event-featured .hybrid-live-event-visual {
    min-height: 310px;
    border-right: 0;
    border-bottom: 1px solid rgba(53, 255, 143, 0.18);
  }

  .hybrid-live-event-visual {
    min-height: 290px;
  }

  .hybrid-live-event-description {
    min-height: auto;
  }
}

/* =========================================================
   HYBRID STEP 12 — REAL EVENT IMAGES
   ========================================================= */

.hybrid-live-event-visual-box img,
.hybrid-live-event-visual-meme img {
  width: 100% !important;
  height: 100% !important;
  max-height: 360px !important;

  display: block !important;

  object-fit: cover !important;
  object-position: center !important;

  filter:
    brightness(0.9)
    saturate(1.06)
    drop-shadow(0 28px 48px rgba(0, 0, 0, 0.42)) !important;

  transition:
    transform 260ms ease,
    filter 260ms ease !important;
}

.hybrid-live-event-visual-box img {
  object-position: center 42% !important;
}

.hybrid-live-event-visual-meme img {
  object-position: center !important;
}

.hybrid-live-event-card:hover
.hybrid-live-event-visual-box img,
.hybrid-live-event-card:hover
.hybrid-live-event-visual-meme img {
  transform: scale(1.025);
  filter:
    brightness(0.96)
    saturate(1.1)
    drop-shadow(0 30px 54px rgba(0, 0, 0, 0.46)) !important;
}

/* Generated placeholders no longer used */
.hybrid-burn-box-symbol,
.hybrid-meme-poster {
  display: none !important;
}

@media (max-width: 720px) {
  .hybrid-live-event-visual-box img,
  .hybrid-live-event-visual-meme img {
    max-height: 320px !important;
  }
}

/* =========================================================
   HYBRID STEP 13 — EQUAL EVENT IMAGE HEIGHTS
   ========================================================= */

.hybrid-live-event-visual {
  height: 350px !important;
  min-height: 350px !important;
  max-height: 350px !important;
}

.hybrid-live-event-visual > img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;

  display: block !important;

  object-fit: cover !important;
  object-position: center !important;
}

/*
  У первой картинки прозрачный холст и больше свободного пространства,
  поэтому слегка увеличиваем её независимо от остальных.
*/
.hybrid-live-event-featured
.hybrid-live-event-visual > img {
  transform: scale(1.12) translateY(2%) !important;
  object-fit: contain !important;
}

.hybrid-live-event-card:hover
.hybrid-live-event-featured
.hybrid-live-event-visual > img {
  transform: scale(1.15) translateY(2%) !important;
}

.hybrid-live-event-visual-box > img,
.hybrid-live-event-visual-meme > img {
  transform: scale(1.002) !important;
}

.hybrid-live-event-card:hover
.hybrid-live-event-visual-box > img,
.hybrid-live-event-card:hover
.hybrid-live-event-visual-meme > img {
  transform: scale(1.025) !important;
}

@media (max-width: 720px) {
  .hybrid-live-event-visual {
    height: 310px !important;
    min-height: 310px !important;
    max-height: 310px !important;
  }

  .hybrid-live-event-featured
  .hybrid-live-event-visual > img {
    transform: scale(1.08) translateY(2%) !important;
  }
}

/* =========================================================
   HYBRID STEP 14 — EVENT IMAGE + CONTENT ALIGNMENT FIX
   ========================================================= */

/* Единый размер визуальной области всех карточек */
.hybrid-live-event-visual {
  height: 360px !important;
  min-height: 360px !important;
  max-height: 360px !important;
}

/* Сбрасываем старое масштабирование изображений */
.hybrid-live-event-visual > img,
.hybrid-live-event-featured
.hybrid-live-event-visual > img,
.hybrid-live-event-visual-box > img,
.hybrid-live-event-visual-meme > img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;

  display: block !important;

  transform: none !important;

  filter:
    brightness(0.94)
    saturate(1.04)
    drop-shadow(
      0 26px 46px
      rgba(0, 0, 0, 0.42)
    ) !important;

  transition:
    transform 220ms ease,
    filter 220ms ease !important;
}

/*
 * Great Hood Burn:
 * показываем всю картинку, не увеличиваем и не обрезаем.
 */
.hybrid-live-event-featured
.hybrid-live-event-visual {
  padding: 8px 18px 0 !important;
}

.hybrid-live-event-featured
.hybrid-live-event-visual > img {
  object-fit: contain !important;
  object-position: center bottom !important;
}

/*
 * Burn Box:
 * небольшое заполнение области без агрессивного зума.
 */
.hybrid-live-event-visual-box > img {
  object-fit: cover !important;
  object-position: center 44% !important;
}

/*
 * Meme Contest:
 * смещаем кадр вверх, чтобы собака не уходила вниз.
 */
.hybrid-live-event-visual-meme > img {
  object-fit: cover !important;
  object-position: center 24% !important;
}

/* Небольшой hover без сильного увеличения */
.hybrid-live-event-card:hover
.hybrid-live-event-visual > img {
  transform: scale(1.012) !important;

  filter:
    brightness(0.98)
    saturate(1.07)
    drop-shadow(
      0 28px 50px
      rgba(0, 0, 0, 0.44)
    ) !important;
}

.hybrid-live-event-card:hover
.hybrid-live-event-featured
.hybrid-live-event-visual > img {
  transform: none !important;
}

/* ---------- Одинаковая высота текстовых частей ---------- */

.hybrid-live-event-card {
  height: 100% !important;
}

.hybrid-live-event-content {
  flex: 1 !important;

  display: grid !important;
  grid-template-rows:
    minmax(282px, auto)
    auto
    56px !important;

  gap: 0 !important;
}

/*
 * Первый внутренний блок содержит:
 * номер, заголовок и описание.
 */
.hybrid-live-event-content
> div:first-child {
  display: grid !important;
  grid-template-rows:
    auto
    minmax(112px, auto)
    minmax(104px, auto) !important;

  align-content: start !important;
}

/* Все заголовки занимают одинаковое место */
.hybrid-live-event-card h3 {
  min-height: 112px !important;

  display: flex !important;
  align-items: flex-start !important;
}

/* Все описания занимают одинаковое место */
.hybrid-live-event-description {
  min-height: 104px !important;
  margin-top: 14px !important;
}

/* Характеристики стоят на одной линии */
.hybrid-live-event-meta {
  min-height: 72px !important;
  margin: 20px 0 !important;
  align-self: end !important;
}

/* Кнопки одинаковой высоты и позиции */
.hybrid-live-event-action {
  min-height: 56px !important;
  height: 56px !important;
  align-self: end !important;
}

/* Убираем старые конфликтующие трансформации */
.hybrid-live-event-featured
.hybrid-live-event-visual > img {
  transform: none !important;
}

@media (max-width: 1120px) {
  .hybrid-live-event-content {
    grid-template-rows:
      auto
      auto
      56px !important;
  }

  .hybrid-live-event-content
  > div:first-child {
    grid-template-rows: auto auto auto !important;
  }

  .hybrid-live-event-card h3,
  .hybrid-live-event-description {
    min-height: auto !important;
  }
}

@media (max-width: 720px) {
  .hybrid-live-event-visual {
    height: 310px !important;
    min-height: 310px !important;
    max-height: 310px !important;
  }

  .hybrid-live-event-featured
  .hybrid-live-event-visual {
    padding: 8px 10px 0 !important;
  }

  .hybrid-live-event-visual-meme > img {
    object-position: center 20% !important;
  }

  .hybrid-live-event-content {
    grid-template-rows:
      auto
      auto
      56px !important;
  }
}

/* =========================================================
   HYBRID STEP 14 — EVENT IMAGE + CONTENT ALIGNMENT FIX
   ========================================================= */

/* Единый размер визуальной области всех карточек */
.hybrid-live-event-visual {
  height: 360px !important;
  min-height: 360px !important;
  max-height: 360px !important;
}

/* Сбрасываем старое масштабирование изображений */
.hybrid-live-event-visual > img,
.hybrid-live-event-featured
.hybrid-live-event-visual > img,
.hybrid-live-event-visual-box > img,
.hybrid-live-event-visual-meme > img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;

  display: block !important;

  transform: none !important;

  filter:
    brightness(0.94)
    saturate(1.04)
    drop-shadow(
      0 26px 46px
      rgba(0, 0, 0, 0.42)
    ) !important;

  transition:
    transform 220ms ease,
    filter 220ms ease !important;
}

/*
 * Great Hood Burn:
 * показываем всю картинку, не увеличиваем и не обрезаем.
 */
.hybrid-live-event-featured
.hybrid-live-event-visual {
  padding: 8px 18px 0 !important;
}

.hybrid-live-event-featured
.hybrid-live-event-visual > img {
  object-fit: contain !important;
  object-position: center bottom !important;
}

/*
 * Burn Box:
 * небольшое заполнение области без агрессивного зума.
 */
.hybrid-live-event-visual-box > img {
  object-fit: cover !important;
  object-position: center 44% !important;
}

/*
 * Meme Contest:
 * смещаем кадр вверх, чтобы собака не уходила вниз.
 */
.hybrid-live-event-visual-meme > img {
  object-fit: cover !important;
  object-position: center 24% !important;
}

/* Небольшой hover без сильного увеличения */
.hybrid-live-event-card:hover
.hybrid-live-event-visual > img {
  transform: scale(1.012) !important;

  filter:
    brightness(0.98)
    saturate(1.07)
    drop-shadow(
      0 28px 50px
      rgba(0, 0, 0, 0.44)
    ) !important;
}

.hybrid-live-event-card:hover
.hybrid-live-event-featured
.hybrid-live-event-visual > img {
  transform: none !important;
}

/* ---------- Одинаковая высота текстовых частей ---------- */

.hybrid-live-event-card {
  height: 100% !important;
}

.hybrid-live-event-content {
  flex: 1 !important;

  display: grid !important;
  grid-template-rows:
    minmax(282px, auto)
    auto
    56px !important;

  gap: 0 !important;
}

/*
 * Первый внутренний блок содержит:
 * номер, заголовок и описание.
 */
.hybrid-live-event-content
> div:first-child {
  display: grid !important;
  grid-template-rows:
    auto
    minmax(112px, auto)
    minmax(104px, auto) !important;

  align-content: start !important;
}

/* Все заголовки занимают одинаковое место */
.hybrid-live-event-card h3 {
  min-height: 112px !important;

  display: flex !important;
  align-items: flex-start !important;
}

/* Все описания занимают одинаковое место */
.hybrid-live-event-description {
  min-height: 104px !important;
  margin-top: 14px !important;
}

/* Характеристики стоят на одной линии */
.hybrid-live-event-meta {
  min-height: 72px !important;
  margin: 20px 0 !important;
  align-self: end !important;
}

/* Кнопки одинаковой высоты и позиции */
.hybrid-live-event-action {
  min-height: 56px !important;
  height: 56px !important;
  align-self: end !important;
}

/* Убираем старые конфликтующие трансформации */
.hybrid-live-event-featured
.hybrid-live-event-visual > img {
  transform: none !important;
}

@media (max-width: 1120px) {
  .hybrid-live-event-content {
    grid-template-rows:
      auto
      auto
      56px !important;
  }

  .hybrid-live-event-content
  > div:first-child {
    grid-template-rows: auto auto auto !important;
  }

  .hybrid-live-event-card h3,
  .hybrid-live-event-description {
    min-height: auto !important;
  }
}

@media (max-width: 720px) {
  .hybrid-live-event-visual {
    height: 310px !important;
    min-height: 310px !important;
    max-height: 310px !important;
  }

  .hybrid-live-event-featured
  .hybrid-live-event-visual {
    padding: 8px 10px 0 !important;
  }

  .hybrid-live-event-visual-meme > img {
    object-position: center 20% !important;
  }

  .hybrid-live-event-content {
    grid-template-rows:
      auto
      auto
      56px !important;
  }
}

/* =========================================================
   DIH MEME CONTEST — IMAGE POSITION FIX
   ========================================================= */

.hybrid-live-event-visual-meme {
  overflow: hidden !important;
}

/*
 * Убираем лишнее пространство сверху:
 * изображение увеличивается и сдвигается вверх,
 * чтобы лицо собаки оказалось по центру карточки.
 */
.hybrid-live-event-visual-meme > img {
  width: 100% !important;
  height: 100% !important;

  object-fit: cover !important;
  object-position: center 68% !important;

  transform: scale(1.08) !important;
  transform-origin: center center !important;
}

/* Не даём общему hover снова менять кадрирование */
.hybrid-live-event-card:hover
.hybrid-live-event-visual-meme > img {
  transform: scale(1.095) !important;
}

@media (max-width: 720px) {
  .hybrid-live-event-visual-meme > img {
    object-position: center 65% !important;
    transform: scale(1.06) !important;
  }

  .hybrid-live-event-card:hover
  .hybrid-live-event-visual-meme > img {
    transform: scale(1.075) !important;
  }
}

/* =========================================================
   DIH MEME CONTEST — MOVE IMAGE HIGHER V2
   ========================================================= */

.hybrid-live-event-visual-meme > img {
  object-fit: cover !important;
  object-position: center 84% !important;

  transform: scale(1.1) !important;
  transform-origin: center center !important;
}

.hybrid-live-event-card:hover
.hybrid-live-event-visual-meme > img {
  transform: scale(1.115) !important;
}

@media (max-width: 720px) {
  .hybrid-live-event-visual-meme > img {
    object-position: center 82% !important;
    transform: scale(1.08) !important;
  }

  .hybrid-live-event-card:hover
  .hybrid-live-event-visual-meme > img {
    transform: scale(1.095) !important;
  }
}

/* =========================================================
   DIH MEME CONTEST — HARD VERTICAL POSITION FIX
   ========================================================= */

.hybrid-live-event-visual-meme > img {
  width: 100% !important;
  height: calc(100% + 110px) !important;
  max-height: none !important;

  object-fit: cover !important;
  object-position: center center !important;

  transform: translateY(-92px) scale(1.04) !important;
  transform-origin: center center !important;
}

/* Минимальный hover без изменения вертикальной позиции */
.hybrid-live-event-card:hover
.hybrid-live-event-visual-meme > img {
  transform: translateY(-92px) scale(1.055) !important;
}

@media (max-width: 720px) {
  .hybrid-live-event-visual-meme > img {
    height: calc(100% + 90px) !important;
    transform: translateY(-76px) scale(1.03) !important;
  }

  .hybrid-live-event-card:hover
  .hybrid-live-event-visual-meme > img {
    transform: translateY(-76px) scale(1.045) !important;
  }
}

/* =========================================================
   FINAL CLEANUP — REMOVE DUPLICATED BOTTOM SECTIONS
   ========================================================= */

.hybrid-token,
.hybrid-links {
  display: none !important;
}

/* Footer теперь идёт сразу после Live Events */
.hybrid-live-events + .hybrid-footer {
  margin-top: 64px !important;
}

.hybrid-footer {
  margin-top: 64px !important;
}

@media (max-width: 720px) {
  .hybrid-live-events + .hybrid-footer,
  .hybrid-footer {
    margin-top: 42px !important;
  }
}

/* =========================================================
   GLOBAL HEADER — HOME LINK
   ========================================================= */

.site-home-link {
  color: #35ff8f !important;
}

.site-home-link::before {
  content: "←";
  margin-right: 7px;
  font-size: 12px;
}

.site-home-link:hover {
  color: #eef9ee !important;
}

@media (max-width: 900px) {
  .site-home-link::before {
    display: none;
  }
}
