/*!
 * True Fortune Casino UK — brand-v2.css
 * Brand: SSC Entertainment N.V., Curaçao licence — teal + crystal-ball oracle aesthetic
 * Palette extracted from official true-fortune.com (logo wordmark + dark teal navy bg)
 * Five editorial-grade premium mockups, each fully clickable to /go affiliate.
 */

/* ---------- 0. Tokens ---------- */
:root {
  --tf-teal-deep: #00756a;
  --tf-teal-base: #00a597;
  --tf-teal-light: #5ed4c5;
  --tf-teal-mist: #b8eee5;
  --tf-teal-glow: rgba(94, 212, 197, 0.55);
  --tf-teal-soft: rgba(94, 212, 197, 0.16);

  --tf-gold-warm: #f0b956;
  --tf-gold-deep: #b97f29;

  --tf-mystic: #c478f0;
  --tf-mystic-glow: rgba(196, 120, 240, 0.45);

  --tf-bg: #040c10;
  --tf-bg-section: #091e25;
  --tf-bg-card: #0e2f3a;
  --tf-bg-glass: rgba(14, 47, 58, 0.55);

  --tf-border: rgba(94, 212, 197, 0.18);
  --tf-border-mid: rgba(94, 212, 197, 0.34);
  --tf-border-strong: rgba(94, 212, 197, 0.6);

  --tf-text: #e8f4f3;
  --tf-text-muted: rgba(232, 244, 243, 0.74);
  --tf-text-soft: rgba(232, 244, 243, 0.5);
  --tf-text-on-light: #04222a;

  --tf-success: #4ee290;
  --tf-cta-gradient: linear-gradient(135deg, #00756a 0%, #00a597 50%, #5ed4c5 100%);
  --tf-cta-gradient-hover: linear-gradient(135deg, #00a597 0%, #5ed4c5 50%, #b8eee5 100%);

  --tf-shadow-teal: 0 18px 40px -14px rgba(0, 165, 151, 0.55);
  --tf-shadow-teal-soft: 0 8px 22px -6px rgba(0, 165, 151, 0.32);
  --tf-shadow-mystic: 0 24px 60px -18px rgba(196, 120, 240, 0.5);

  --tf-font-display: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --tf-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500;1,600&family=Inter:wght@400;500;600;700;800;900&display=swap");

/* ---------- 1. Global background + body ---------- */
html, body {
  background:
    radial-gradient(ellipse 90% 60% at 25% 10%, rgba(0, 117, 106, 0.22) 0%, transparent 60%),
    radial-gradient(ellipse 70% 50% at 80% 80%, rgba(196, 120, 240, 0.12) 0%, transparent 60%),
    var(--tf-bg) !important;
  background-color: var(--tf-bg) !important;
  background-attachment: fixed !important;
  color: var(--tf-text) !important;
  font-family: var(--tf-font-body) !important;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle 1.5px at 14% 8%, rgba(255, 255, 255, 0.55) 50%, transparent 51%),
    radial-gradient(circle 1.2px at 84% 12%, rgba(184, 238, 229, 0.45) 50%, transparent 51%),
    radial-gradient(circle 1.6px at 28% 78%, rgba(196, 120, 240, 0.4) 50%, transparent 51%),
    radial-gradient(circle 1.4px at 78% 84%, rgba(255, 255, 255, 0.45) 50%, transparent 51%);
  background-size: 600px 600px;
  opacity: .55;
  z-index: 0;
  animation: tf-stardust 14s ease-in-out infinite alternate;
}
@keyframes tf-stardust {
  0% { transform: translateY(0); opacity: .35; }
  100% { transform: translateY(-22px); opacity: .85; }
}

/* ---------- 2. Typography ---------- */
h1, h2, h3, h4, h5, h6,
.section-title, .offer-title, .page-title {
  font-family: var(--tf-font-display) !important;
  letter-spacing: 0.005em !important;
  color: var(--tf-text) !important;
}

h1, .page-content h1, .offer-title {
  font-weight: 600 !important;
  font-style: italic;
  background: linear-gradient(135deg, var(--tf-teal-mist) 0%, var(--tf-teal-light) 50%, var(--tf-teal-base) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent !important;
  text-shadow: none !important;
  line-height: 1.04;
}

.page-text h2, .page-content h2,
section h2:not(.tf2-hero h2):not(.section-title) {
  position: relative;
  padding-top: 1.2em;
  padding-bottom: 0.4em;
  margin-top: 1em;
  font-size: clamp(22px, 2.6vw, 30px) !important;
  font-weight: 600 !important;
  font-style: italic;
  color: var(--tf-teal-mist) !important;
}
.page-text h2::before, .page-content h2::before,
section h2:not(.tf2-hero h2):not(.section-title)::before {
  content: "✦";
  display: block;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.4em;
  color: var(--tf-teal-base);
  margin-bottom: 6px;
  text-shadow: 0 0 14px var(--tf-teal-glow);
  font-family: var(--tf-font-body);
  font-weight: 700;
}

.page-text h3, .page-content h3 {
  color: var(--tf-teal-light) !important;
  font-weight: 600 !important;
  font-style: italic;
  letter-spacing: 0.01em !important;
  margin-top: 1.4em;
}

.page-text p, .page-content p {
  color: var(--tf-text-muted) !important;
  line-height: 1.78 !important;
  font-size: 16px !important;
  font-family: var(--tf-font-body) !important;
}

a { color: var(--tf-teal-light); text-decoration: none; transition: color .2s; }
a:hover { color: var(--tf-teal-mist); }

/* ---------- 3. Header ---------- */
.header {
  background: linear-gradient(180deg, rgba(4,12,16,0.96) 0%, rgba(9,30,37,0.86) 100%) !important;
  backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid var(--tf-border) !important;
  box-shadow: 0 1px 0 rgba(94, 212, 197, 0.05), 0 18px 38px -28px rgba(0,0,0,0.8) !important;
  padding-top: 14px !important; padding-bottom: 14px !important;
  margin-bottom: 0 !important;
  position: sticky !important;
  top: 0;
  z-index: 1000 !important;
}
.header .container { max-width: 1240px; }
.header .custom-logo,
.header .custom-logo-link img {
  width: auto !important;
  height: 46px !important;
  max-height: 46px;
  object-fit: contain;
  filter: drop-shadow(0 2px 12px rgba(94, 212, 197, 0.4));
}

.header .nav .menu {
  display: flex;
  gap: 6px;
  list-style: none;
  margin: 0; padding: 0;
}
.header .nav .menu li a {
  display: inline-block;
  padding: 8px 16px;
  font-family: var(--tf-font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--tf-text-muted) !important;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: all .2s;
  text-transform: uppercase;
}
.header .nav .menu li a:hover {
  color: var(--tf-teal-mist) !important;
  border-color: var(--tf-border-mid);
  background: var(--tf-teal-soft);
}
.header .nav .menu li.current-menu-item a,
.header .nav .menu li.current_page_item a {
  color: var(--tf-teal-mist) !important;
  border-color: var(--tf-border-mid);
  background: var(--tf-teal-soft);
}

/* Header buttons */
.header .header-buttons .btn,
.header .header-buttons .btn-danger,
.header .header-buttons .btn-primary {
  display: inline-flex !important;
  align-items: center; justify-content: center;
  height: 42px; padding: 0 22px !important;
  font-family: var(--tf-font-body) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  border-radius: 999px !important;
  transition: all .25s ease;
  text-shadow: none !important;
  margin-right: 10px !important;
}
.header .header-buttons .btn-danger,
.header .header-buttons .btn:first-of-type {
  background: var(--tf-cta-gradient) !important;
  background-size: 200% 100% !important;
  color: #04222a !important;
  border: 1px solid var(--tf-teal-light) !important;
  box-shadow: 0 8px 22px -6px rgba(94, 212, 197, 0.55), inset 0 1px 0 rgba(255,255,255,0.35);
  animation: tf-shimmer 5s linear infinite;
}
.header .header-buttons .btn-primary,
.header .header-buttons .btn:last-of-type {
  background: transparent !important;
  color: var(--tf-teal-mist) !important;
  border: 1px solid var(--tf-border-mid) !important;
}
.header .header-buttons .btn-danger:hover, .header .header-buttons .btn:first-of-type:hover {
  filter: brightness(1.12);
  box-shadow: 0 14px 32px -6px rgba(184, 238, 229, 0.7);
}
.header .header-buttons .btn-primary:hover, .header .header-buttons .btn:last-of-type:hover {
  border-color: var(--tf-teal-light) !important;
  color: var(--tf-teal-mist) !important;
  background: var(--tf-teal-soft) !important;
}
@keyframes tf-shimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

/* ---------- 4. Index hero override ---------- */
/* The legacy theme paints body.banner-background .screen-content in ugly cyan/yellow.
   Kill it; we use mr2-hero-style below. */
body.banner-background .screen-content,
body.banner-background .screen,
.screen-content {
  background: transparent !important;
  background-color: transparent !important;
}
body.banner-title .offer-title {
  background: linear-gradient(135deg, var(--tf-teal-mist) 0%, var(--tf-teal-light) 50%, var(--tf-teal-base) 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
body.banner-title .offer-desc { color: var(--tf-text-muted) !important; }
body.banner-btn .offer-btn {
  background: var(--tf-cta-gradient) !important;
  background-size: 200% 100% !important;
  color: #04222a !important;
}

.screen.page-section {
  padding-top: 56px !important;
  padding-bottom: 80px !important;
  position: relative; overflow: hidden;
  background: transparent !important;
}
.screen .offer-title {
  font-size: clamp(40px, 5.5vw, 68px) !important;
  font-weight: 600 !important;
  font-style: italic;
  margin-bottom: 22px !important;
  line-height: 1.02 !important;
}
.screen .offer-desc {
  font-family: var(--tf-font-body) !important;
  font-size: 18px !important;
  color: var(--tf-text-muted) !important;
  line-height: 1.6 !important;
  margin-bottom: 36px !important;
  max-width: 480px;
}

/* Generic .btn → teal pill */
.btn.offer-btn,
.bonuses-list .bonus .btn,
.btn:not(.header .btn):not(.btn-primary):not(.btn-danger) {
  display: inline-flex !important;
  align-items: center !important; justify-content: center !important;
  font-family: var(--tf-font-body) !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  height: 56px !important;
  padding: 0 32px !important;
  border-radius: 999px !important;
  background: var(--tf-cta-gradient) !important;
  background-size: 200% 100% !important;
  color: #04222a !important;
  border: 1px solid var(--tf-teal-light) !important;
  box-shadow: 0 14px 38px -10px rgba(94, 212, 197, 0.6), inset 0 1px 0 rgba(255,255,255,0.4) !important;
  animation: tf-shimmer 5s linear infinite;
  transition: filter .2s, box-shadow .2s, transform .2s;
}
.btn.offer-btn:hover {
  filter: brightness(1.12);
  box-shadow: 0 18px 50px -10px rgba(184, 238, 229, 0.8);
  transform: translateY(-2px);
}

/* ---------- 5. Live winners / bonus cards / sections ---------- */
.mr-winners,
.live-winners {
  background:
    linear-gradient(180deg, rgba(0, 117, 106, 0.1) 0%, rgba(4,12,16,0.6) 100%) !important;
  border-top: 1px solid var(--tf-border-mid) !important;
  border-bottom: 1px solid var(--tf-border-mid) !important;
  margin: 0 0 60px !important;
  padding: 26px 0 30px !important;
}
.mr-winners-head { color: var(--tf-teal-mist) !important; }
.mr-winners-track .mr-winner-card {
  background: var(--tf-bg-glass) !important;
  border: 1px solid var(--tf-border) !important;
  border-radius: 14px !important;
  padding: 12px 16px !important;
  display: flex; align-items: center; gap: 12px;
  min-width: 240px;
}

.bonuses-list { gap: 20px !important; }
.bonuses-list .bonus, .bonus, .bonuses-list > div {
  background: linear-gradient(180deg, rgba(0, 117, 106, 0.18) 0%, rgba(4, 12, 16, 0.92) 100%) !important;
  border: 1px solid var(--tf-border-mid) !important;
  border-radius: 18px !important;
  padding: 28px 22px !important;
  position: relative; overflow: hidden;
  color: var(--tf-text) !important;
  box-shadow: var(--tf-shadow-teal-soft);
}
.bonuses-list .bonus::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--tf-cta-gradient);
}
.bonus-name, .bonus-title {
  color: var(--tf-teal-mist) !important;
  font-family: var(--tf-font-display) !important;
  font-weight: 700 !important;
  font-style: italic;
  font-size: 22px !important;
  margin-bottom: 10px !important;
}

/* ---------- 6. Slots grid ---------- */
.slots.page-section { padding: 50px 0 80px !important; }
.section-title {
  font-size: clamp(28px, 3.4vw, 42px) !important;
  font-weight: 600 !important;
  font-style: italic;
  text-align: center;
  margin-bottom: 38px !important;
  position: relative;
  padding-bottom: 14px;
}
.section-title::before {
  content: "✦";
  display: block;
  font-style: normal;
  font-family: var(--tf-font-body);
  font-size: 12px;
  letter-spacing: 0.5em;
  color: var(--tf-teal-base);
  margin-bottom: 6px;
}
.section-title::after {
  content: "";
  display: block;
  width: 70px; height: 2px;
  background: var(--tf-cta-gradient);
  border-radius: 2px;
  margin: 14px auto 0;
  box-shadow: 0 0 16px var(--tf-teal-glow);
}
.slots-list { gap: 16px !important; max-width: 1240px; margin: 0 auto; padding: 0 14px; }
.slots-list .slot-element .inner {
  display: block; border-radius: 14px !important; overflow: hidden;
  position: relative;
  border: 1px solid var(--tf-border);
  background: var(--tf-bg-glass);
  transition: all .25s ease;
}
.slots-list .slot-element .inner:hover {
  border-color: var(--tf-border-strong);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -10px rgba(94, 212, 197, 0.55);
}
.slots-list .slot-element img,
.slots-list .slot-element .item__img img {
  width: 100% !important; height: 100% !important;
  display: block;
  object-fit: cover;
}
.slots-list .slot-element .inner::after {
  content: "PLAY";
  position: absolute; left: 50%; bottom: -36px; transform: translateX(-50%);
  font-family: var(--tf-font-body);
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.18em;
  color: #04222a;
  background: var(--tf-cta-gradient);
  padding: 8px 18px; border-radius: 999px;
  box-shadow: 0 6px 18px rgba(94, 212, 197, 0.6);
  transition: bottom .25s ease;
}
.slots-list .slot-element .inner:hover::after { bottom: 14px; }

/* ---------- 7. Tables / FAQ / Reviews / Author ---------- */
.page-content table, .page-text table, table {
  width: 100% !important;
  border: 1px solid var(--tf-border-mid) !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 16px !important;
  overflow: hidden;
  background: var(--tf-bg-card) !important;
  margin: 28px 0 !important;
  box-shadow: var(--tf-shadow-teal-soft);
}
table thead th {
  background: linear-gradient(180deg, rgba(0, 117, 106, 0.45) 0%, rgba(0, 117, 106, 0.18) 100%) !important;
  color: var(--tf-teal-mist) !important;
  font-family: var(--tf-font-display) !important;
  font-weight: 700 !important;
  font-style: italic;
  text-align: left !important;
  padding: 16px 20px !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 1px solid var(--tf-border-mid) !important;
}
table tbody td {
  padding: 14px 20px !important;
  color: var(--tf-text-muted) !important;
  border-top: 1px solid rgba(94, 212, 197, 0.08) !important;
  font-size: 15px;
}
table tbody tr:hover td { background: var(--tf-teal-soft) !important; color: var(--tf-text) !important; }

.faq-list, .accordion { display: flex; flex-direction: column; gap: 10px; }
.faq-item, .accordion-item {
  background: var(--tf-teal-soft) !important;
  border: 1px solid var(--tf-border) !important;
  border-radius: 14px !important;
  overflow: hidden;
}
.faq-question, .accordion-question, .faq-item summary {
  cursor: pointer;
  padding: 18px 56px 18px 22px !important;
  font-family: var(--tf-font-display) !important;
  font-weight: 600 !important;
  font-style: italic;
  font-size: 16px !important;
  color: var(--tf-teal-mist) !important;
  position: relative;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-question::after, .faq-item summary::after {
  content: "+";
  position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
  font-family: var(--tf-font-body);
  font-size: 24px; font-weight: 300;
  color: var(--tf-teal-light);
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--tf-border-mid);
  border-radius: 50%;
  transition: transform .25s;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-answer, .faq-item > *:not(summary) { padding: 0 22px 22px !important; color: var(--tf-text-muted) !important; }

.reviews-item .inner.page-item,
.reviews-item .inner,
.author-card,
.author,
.about-author,
.team-item,
.editor-card,
[class*="page-item"]:not(.menu-item):not(.body-page-item) {
  background: linear-gradient(180deg, rgba(0, 117, 106, 0.12) 0%, rgba(4, 12, 16, 0.92) 100%) !important;
  background-color: transparent !important;
  border: 1px solid var(--tf-border-mid) !important;
  border-radius: 18px !important;
  padding: 22px !important;
  color: var(--tf-text) !important;
  box-shadow: var(--tf-shadow-teal-soft) !important;
}
.reviews-item .item__name,
.author-card .item__name,
.editor-card .item__name {
  color: var(--tf-teal-mist) !important;
  font-family: var(--tf-font-display) !important;
  font-weight: 700 !important;
  font-style: italic;
}
.reviews-item .item__text,
.author-card .item__text,
.author-card p {
  color: var(--tf-text-muted) !important;
  line-height: 1.65 !important;
}
.stars svg.star {
  fill: var(--tf-teal-light) !important;
  stroke: var(--tf-teal-light) !important;
  width: 16px; height: 16px;
  filter: drop-shadow(0 0 6px var(--tf-teal-glow));
}
.reviews-item .item__img,
.author-card .item__img {
  background: var(--tf-cta-gradient) !important;
  border-radius: 50% !important;
  display: inline-block !important;
}
.reviews-item .item__img img,
.author-card .item__img img,
.author img {
  border: 2px solid var(--tf-teal-base) !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 14px rgba(0, 165, 151, 0.5) !important;
  background: var(--tf-bg-card) !important;
}
.slick-dots li button { background: rgba(0, 165, 151, 0.3) !important; border-radius: 50% !important; }
.slick-dots li.slick-active button { background: var(--tf-teal-light) !important; box-shadow: 0 0 12px var(--tf-teal-glow) !important; }

/* ---------- 8. Footer ---------- */
.footer {
  background: linear-gradient(180deg, rgba(4, 12, 16, 0.6) 0%, var(--tf-bg) 100%) !important;
  border-top: 1px solid var(--tf-border) !important;
  margin-top: 64px;
  padding: 44px 0 24px !important;
}
.footer a { color: var(--tf-text-muted) !important; }
.footer a:hover { color: var(--tf-teal-light) !important; }
.footer .copyright, .footer .footer-bottom {
  border-top: 1px solid var(--tf-border);
  padding-top: 22px; margin-top: 22px;
  color: var(--tf-text-soft) !important;
  font-size: 13px;
}

/* Cookie banner */
.cookieadmin_consent_box {
  background: rgba(4, 12, 16, 0.95) !important;
  border: 1px solid var(--tf-border-mid) !important;
  color: var(--tf-text) !important;
}
.cookieadmin_consent_box .cookieadmin_btn {
  background: var(--tf-cta-gradient) !important;
  color: #04222a !important;
  border: 0 !important;
}

/* Mobile menu */
.mobile-btn .inner, .mobile-btn .inner::before, .mobile-btn .inner::after {
  background-color: var(--tf-teal-light) !important;
}
.mobile-wrap { background: var(--tf-bg) !important; }
.mobile-nav .menu li a { color: var(--tf-teal-mist) !important; }

/* ===========================================================
   9. NEW HERO ZONE — tf2-hero (clickable mockup right side)
   =========================================================== */
.tf2-hero {
  position: relative;
  padding: 70px 0 80px;
  background:
    radial-gradient(ellipse 70% 50% at 25% 30%, rgba(0, 117, 106, 0.28) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 75%, rgba(196, 120, 240, 0.14) 0%, transparent 60%);
  border-bottom: 1px solid var(--tf-border);
  overflow: hidden;
  margin-bottom: 50px;
}
.tf2-hero::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle 1.6px at 14% 22%, rgba(184, 238, 229, 0.45) 50%, transparent 51%),
    radial-gradient(circle 2px at 86% 18%, rgba(94, 212, 197, 0.5) 50%, transparent 51%),
    radial-gradient(circle 1.4px at 30% 78%, rgba(255, 255, 255, 0.35) 50%, transparent 51%),
    radial-gradient(circle 2.2px at 78% 84%, rgba(196, 120, 240, 0.42) 50%, transparent 51%);
  pointer-events: none;
  animation: tf-stardust 11s ease-in-out infinite alternate;
}
.tf2-hero .container {
  max-width: 1240px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px; align-items: center;
  padding: 0 24px;
  position: relative; z-index: 2;
}
@media (max-width: 980px) {
  .tf2-hero .container { grid-template-columns: 1fr; gap: 40px; text-align: center; }
}
.tf2-crumbs {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--tf-font-body); font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--tf-text-soft);
  margin-bottom: 14px;
}
.tf2-crumbs a { color: var(--tf-text-muted); }
.tf2-crumbs a:hover { color: var(--tf-teal-light); }
.tf2-crumbs .sep { color: var(--tf-teal-deep); }

.tf2-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 18px;
  border: 1px solid var(--tf-border-mid);
  border-radius: 999px;
  background: var(--tf-teal-soft);
  font-family: var(--tf-font-body);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tf-teal-mist);
  margin-bottom: 22px;
}
.tf2-hero-badge::before {
  content: "✦";
  color: var(--tf-teal-light);
  font-size: 14px;
  text-shadow: 0 0 12px var(--tf-teal-glow);
}
.tf2-hero h1 {
  font-family: var(--tf-font-display) !important;
  font-size: clamp(36px, 5vw, 60px) !important;
  font-weight: 600 !important;
  font-style: italic;
  line-height: 1.04 !important;
  margin-bottom: 22px !important;
}
.tf2-hero-sub {
  font-family: var(--tf-font-body) !important;
  font-size: 18px !important;
  color: var(--tf-text-muted) !important;
  line-height: 1.65 !important;
  margin-bottom: 32px !important;
  max-width: 520px;
}
@media (max-width: 980px) { .tf2-hero-sub { margin-left: auto; margin-right: auto; } }
.tf2-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
@media (max-width: 980px) { .tf2-cta-row { justify-content: center; } }
.tf2-cta-primary, .tf2-cta-secondary {
  display: inline-flex; align-items: center; justify-content: center;
  height: 54px; padding: 0 30px;
  font-family: var(--tf-font-body); font-weight: 800; font-size: 12px;
  letter-spacing: 0.18em; text-transform: uppercase;
  border-radius: 999px; transition: all .25s;
}
.tf2-cta-primary {
  background: var(--tf-cta-gradient);
  background-size: 200% 100%;
  color: #04222a !important;
  border: 1px solid var(--tf-teal-light);
  box-shadow: 0 14px 36px -10px rgba(94, 212, 197, 0.65);
  animation: tf-shimmer 5s linear infinite;
}
.tf2-cta-primary:hover { filter: brightness(1.15); box-shadow: 0 20px 56px -12px rgba(184, 238, 229, 0.85); transform: translateY(-2px); }
.tf2-cta-secondary {
  background: transparent;
  color: var(--tf-teal-mist) !important;
  border: 1px solid var(--tf-border-mid);
}
.tf2-cta-secondary:hover { border-color: var(--tf-teal-light); color: var(--tf-teal-mist) !important; background: var(--tf-teal-soft); }

.tf2-hero-art {
  position: relative;
  min-height: 460px;
  display: flex; align-items: center; justify-content: center;
}
/* Wrapping anchor that makes mockup clickable to /go */
.tf2-mockup-link {
  display: block;
  position: relative;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  transition: transform .35s cubic-bezier(.2,.7,.4,1);
}
.tf2-mockup-link:hover { transform: translateY(-4px) scale(1.012); }
.tf2-mockup-link::after {
  content: "TAP TO PLAY";
  position: absolute;
  bottom: -36px; left: 50%;
  transform: translateX(-50%);
  font-family: var(--tf-font-body);
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.24em;
  color: var(--tf-teal-light);
  opacity: 0;
  transition: opacity .25s, bottom .25s;
  white-space: nowrap;
}
.tf2-mockup-link:hover::after { opacity: 1; bottom: -28px; }

/* ===========================================================
   10. PREMIUM MOCKUP A — Crystal Oracle Ball (INDEX)
   =========================================================== */
.tf2-oracle {
  width: 460px; max-width: 92%;
  aspect-ratio: 1 / 1.18;
  position: relative;
  filter: drop-shadow(0 30px 50px rgba(0, 165, 151, 0.4));
}
.tf2-oracle-tag {
  position: absolute; top: 0; left: 50%;
  transform: translateX(-50%);
  padding: 6px 16px; border-radius: 999px;
  background: rgba(4, 12, 16, 0.75);
  border: 1px solid var(--tf-border-strong);
  color: var(--tf-teal-mist);
  font-family: var(--tf-font-body);
  font-size: 10px; font-weight: 800;
  letter-spacing: 0.24em; text-transform: uppercase;
  z-index: 12;
  backdrop-filter: blur(6px);
}
.tf2-oracle-rtp {
  position: absolute; top: 8px; right: 22px;
  font-family: var(--tf-font-body);
  font-size: 10px; letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(184, 238, 229, 0.85);
  z-index: 12;
}
.tf2-oracle-rtp::before {
  content: "";
  display: inline-block;
  width: 7px; height: 7px;
  background: var(--tf-success);
  box-shadow: 0 0 12px var(--tf-success);
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
  animation: tf-pulse 1.6s ease-in-out infinite;
}
/* Crystal ball */
.tf2-oracle-ball {
  position: absolute;
  top: 38px; left: 50%; transform: translateX(-50%);
  width: 320px; height: 320px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 28%, rgba(255,255,255,0.95) 0%, rgba(184, 238, 229, 0.7) 12%, rgba(94, 212, 197, 0.4) 35%, rgba(0, 117, 106, 0.5) 70%, rgba(0, 78, 70, 0.55) 100%);
  box-shadow:
    inset -22px -28px 60px rgba(4, 12, 16, 0.45),
    inset 14px 22px 40px rgba(255, 255, 255, 0.18),
    0 26px 56px rgba(0, 117, 106, 0.55),
    0 0 90px rgba(94, 212, 197, 0.4);
  border: 2px solid rgba(184, 238, 229, 0.32);
  overflow: hidden;
  animation: tf-orb-float 6s ease-in-out infinite alternate;
}
@keyframes tf-orb-float {
  0% { transform: translateX(-50%) translateY(0); }
  100% { transform: translateX(-50%) translateY(-12px); }
}
/* Mist swirl inside the ball */
.tf2-oracle-ball::before {
  content: "";
  position: absolute; inset: 14%;
  background:
    radial-gradient(circle 50px at 30% 40%, rgba(196, 120, 240, 0.55) 0%, transparent 70%),
    radial-gradient(circle 70px at 65% 50%, rgba(184, 238, 229, 0.55) 0%, transparent 70%),
    radial-gradient(circle 35px at 50% 75%, rgba(255, 255, 255, 0.4) 0%, transparent 70%);
  filter: blur(6px);
  border-radius: 50%;
  animation: tf-orb-mist 9s linear infinite;
}
@keyframes tf-orb-mist {
  0% { transform: rotate(0); }
  100% { transform: rotate(360deg); }
}
/* Reflective crescent highlight */
.tf2-oracle-ball::after {
  content: "";
  position: absolute;
  top: 14%; left: 28%;
  width: 40%; height: 28%;
  background: radial-gradient(ellipse, rgba(255, 255, 255, 0.65) 0%, transparent 70%);
  filter: blur(2px);
  border-radius: 50%;
  pointer-events: none;
}
/* Stand: ornate base */
.tf2-oracle-stand {
  position: absolute;
  left: 50%; transform: translateX(-50%);
  bottom: 18px;
  width: 280px; height: 96px;
  z-index: 5;
  pointer-events: none;
}
.tf2-oracle-stand::before {
  content: "";
  position: absolute;
  left: 50%; transform: translateX(-50%);
  top: 0;
  width: 100%; height: 36px;
  background: linear-gradient(180deg, var(--tf-gold-warm) 0%, var(--tf-gold-deep) 100%);
  clip-path: polygon(8% 0, 92% 0, 100% 100%, 0% 100%);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.4), 0 4px 14px rgba(185, 127, 41, 0.55);
}
.tf2-oracle-stand::after {
  content: "";
  position: absolute;
  left: 50%; transform: translateX(-50%);
  top: 32px;
  width: 90%; height: 62px;
  background: linear-gradient(180deg, var(--tf-gold-deep) 0%, #5a3a14 100%);
  clip-path: polygon(15% 0, 85% 0, 100% 100%, 0% 100%);
  box-shadow: inset 0 -8px 16px rgba(0, 0, 0, 0.4), inset 0 2px 0 rgba(248, 200, 130, 0.4);
}
/* Levitating tarot cards orbiting the ball */
.tf2-tarot {
  position: absolute;
  width: 50px; height: 76px;
  border-radius: 6px;
  background: linear-gradient(135deg, #1a3742 0%, #0e2530 100%);
  border: 2px solid var(--tf-gold-warm);
  box-shadow: 0 12px 24px rgba(0,0,0,0.5), inset 0 0 16px rgba(196, 120, 240, 0.3);
  display: flex; align-items: center; justify-content: center;
  font-family: serif; font-size: 22px; font-weight: 800;
  color: var(--tf-gold-warm);
  z-index: 8;
  animation: tf-tarot-float 4s ease-in-out infinite alternate;
}
.tf2-tarot.t1 { left: 8%; top: 22%; transform: rotate(-18deg); }
.tf2-tarot.t2 { right: 6%; top: 18%; transform: rotate(15deg); animation-delay: .8s; }
.tf2-tarot.t3 { left: 18%; bottom: 28%; transform: rotate(-22deg); animation-delay: 1.6s; }
.tf2-tarot.t4 { right: 14%; bottom: 32%; transform: rotate(20deg); animation-delay: 2.4s; }
@keyframes tf-tarot-float {
  0% { transform: rotate(var(--rot, -18deg)) translateY(0); }
  100% { transform: rotate(var(--rot, -18deg)) translateY(-10px); }
}
.tf2-tarot.t1 { --rot: -18deg; }
.tf2-tarot.t2 { --rot: 15deg; }
.tf2-tarot.t3 { --rot: -22deg; }
.tf2-tarot.t4 { --rot: 20deg; }

/* Bonus banner under stand */
.tf2-oracle-banner {
  position: absolute;
  left: 50%; transform: translateX(-50%);
  bottom: -12px;
  padding: 12px 26px;
  background: var(--tf-cta-gradient);
  color: #04222a;
  border-radius: 999px;
  font-family: var(--tf-font-body);
  font-size: 13px; font-weight: 900;
  letter-spacing: 0.16em; text-transform: uppercase;
  box-shadow: 0 14px 32px rgba(94, 212, 197, 0.55);
  z-index: 11;
  white-space: nowrap;
}

@keyframes tf-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.85); }
}

/* ===========================================================
   11. PREMIUM MOCKUP B — Oracle's Vault (LOGIN)
   =========================================================== */
.tf2-vault {
  width: 420px; max-width: 92%;
  aspect-ratio: 1 / 1;
  position: relative;
  border-radius: 24px;
  background:
    radial-gradient(ellipse 70% 60% at 50% 40%, rgba(0, 165, 151, 0.32) 0%, transparent 65%),
    linear-gradient(180deg, #0e2f3a 0%, #040c10 100%);
  border: 1px solid var(--tf-border-mid);
  box-shadow: var(--tf-shadow-teal), inset 0 0 80px rgba(4, 12, 16, 0.65);
  overflow: hidden;
}
.tf2-vault-tag {
  position: absolute; top: 18px; left: 18px;
  padding: 6px 14px; border-radius: 999px;
  background: rgba(4, 12, 16, 0.75);
  border: 1px solid var(--tf-border-strong);
  color: var(--tf-teal-mist); font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase; font-weight: 800;
  z-index: 12;
}
.tf2-vault-2fa {
  position: absolute; top: 22px; right: 18px;
  font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(78, 226, 144, 0.85);
  z-index: 12;
}
.tf2-vault-2fa::before {
  content: ""; display: inline-block;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--tf-success);
  box-shadow: 0 0 12px var(--tf-success);
  margin-right: 7px; vertical-align: middle;
  animation: tf-pulse 1.6s ease-in-out infinite;
}
.tf2-vault-door {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 70%; aspect-ratio: 1/1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 28%, var(--tf-teal-mist) 0%, var(--tf-teal-base) 35%, var(--tf-teal-deep) 100%);
  box-shadow: 0 18px 40px rgba(0, 165, 151, 0.55), inset 0 -10px 30px rgba(4, 12, 16, 0.6), inset 0 10px 30px rgba(255, 255, 255, 0.18);
  border: 6px solid #04222a;
}
.tf2-vault-door::before {
  content: ""; position: absolute; inset: 12%;
  border-radius: 50%;
  border: 4px dashed rgba(4, 34, 42, 0.6);
  animation: tf-spin 18s linear infinite;
}
.tf2-vault-door::after {
  content: ""; position: absolute;
  left: 50%; top: 50%;
  width: 26%; height: 26%;
  background: radial-gradient(circle at 30% 30%, var(--tf-teal-mist) 0%, var(--tf-teal-base) 60%, var(--tf-teal-deep) 100%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 22px var(--tf-teal-glow), inset 0 -3px 8px rgba(0, 0, 0, 0.45);
}
.tf2-vault-key {
  position: absolute;
  left: 50%; top: 50%;
  width: 12px; height: 130px;
  background: linear-gradient(180deg, var(--tf-teal-mist) 0%, var(--tf-teal-deep) 100%);
  transform: translate(-50%, -50%) rotate(35deg);
  border-radius: 4px;
  box-shadow: 0 0 12px var(--tf-teal-glow);
  z-index: 6;
  animation: tf-key-turn 6s ease-in-out infinite alternate;
}
.tf2-vault-key::before, .tf2-vault-key::after {
  content: ""; position: absolute; left: 50%;
  width: 32px; height: 32px;
  background: radial-gradient(circle at 35% 30%, var(--tf-teal-mist), var(--tf-teal-deep));
  border-radius: 50%; transform: translateX(-50%);
  box-shadow: inset 0 -3px 8px rgba(0, 0, 0, 0.45), 0 0 12px var(--tf-teal-glow);
}
.tf2-vault-key::before { top: -16px; }
.tf2-vault-key::after { bottom: -16px; }
@keyframes tf-key-turn {
  0% { transform: translate(-50%, -50%) rotate(20deg); }
  100% { transform: translate(-50%, -50%) rotate(50deg); }
}
@keyframes tf-spin {
  from { transform: rotate(0); } to { transform: rotate(360deg); }
}
.tf2-vault-locks {
  position: absolute; bottom: 22px; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 10px;
  z-index: 9;
}
.tf2-vault-locks span {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--tf-teal-light);
  box-shadow: 0 0 10px var(--tf-teal-glow);
  animation: tf-pulse 1.4s ease-in-out infinite;
}
.tf2-vault-locks span:nth-child(2) { animation-delay: .3s; }
.tf2-vault-locks span:nth-child(3) { animation-delay: .6s; }

/* ===========================================================
   12. PREMIUM MOCKUP C — Tarot Spread (BONUSES)
   =========================================================== */
.tf2-tarot-spread {
  width: 460px; max-width: 92%;
  aspect-ratio: 1 / 1;
  position: relative;
  border-radius: 24px;
  background:
    radial-gradient(ellipse 70% 60% at 50% 40%, rgba(196, 120, 240, 0.22) 0%, transparent 70%),
    linear-gradient(180deg, #0e2f3a 0%, #040c10 100%);
  border: 1px solid var(--tf-border-mid);
  box-shadow: var(--tf-shadow-teal), inset 0 0 80px rgba(4, 12, 16, 0.65);
  overflow: hidden;
}
.tf2-tarot-spread::before {
  content: "FATE";
  position: absolute; top: 18px; left: 50%; transform: translateX(-50%);
  padding: 6px 16px; border-radius: 999px;
  background: rgba(4, 12, 16, 0.75);
  border: 1px solid var(--tf-border-strong);
  color: var(--tf-teal-mist);
  font-family: var(--tf-font-body);
  font-size: 10px; font-weight: 800;
  letter-spacing: 0.32em;
  z-index: 12;
}
.tf2-tcard {
  position: absolute;
  width: 130px; height: 200px;
  border-radius: 12px;
  background:
    radial-gradient(circle 40px at 50% 30%, rgba(196, 120, 240, 0.4) 0%, transparent 70%),
    linear-gradient(160deg, #1a3742 0%, #0e2530 100%);
  border: 2px solid var(--tf-gold-warm);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55), inset 0 0 30px rgba(196, 120, 240, 0.2);
  display: flex; flex-direction: column; align-items: center; justify-content: space-between;
  padding: 14px 8px;
}
.tf2-tcard .tf2-tcard-icon {
  font-family: serif;
  font-size: 50px; font-weight: 800;
  color: var(--tf-gold-warm);
  text-shadow: 0 0 22px rgba(240, 185, 86, 0.55);
  margin-top: 14px;
}
.tf2-tcard .tf2-tcard-label {
  font-family: var(--tf-font-display);
  font-style: italic;
  font-size: 14px;
  color: var(--tf-teal-mist);
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 10px;
}
.tf2-tcard .tf2-tcard-corner {
  position: absolute; font-family: var(--tf-font-body);
  font-size: 10px; font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--tf-gold-warm);
}
.tf2-tcard .tf2-tcard-corner.tl { top: 8px; left: 10px; }
.tf2-tcard .tf2-tcard-corner.br { bottom: 8px; right: 10px; transform: rotate(180deg); }
/* The three cards positioned: left tilted, center upright, right tilted */
.tf2-tcard.t-left {
  left: 8%; top: 50%;
  transform: translateY(-50%) rotate(-12deg);
  animation: tf-tcard-float 4s ease-in-out infinite alternate;
}
.tf2-tcard.t-center {
  left: 50%; top: 50%;
  transform: translate(-50%, -55%) rotate(0);
  z-index: 3;
  border-color: var(--tf-teal-light);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.6), inset 0 0 40px rgba(94, 212, 197, 0.25), 0 0 32px rgba(94, 212, 197, 0.4);
  animation: tf-tcard-glow 3s ease-in-out infinite alternate;
}
.tf2-tcard.t-center .tf2-tcard-icon { color: var(--tf-teal-light); text-shadow: 0 0 22px var(--tf-teal-glow); }
.tf2-tcard.t-center .tf2-tcard-corner { color: var(--tf-teal-light); }
.tf2-tcard.t-right {
  right: 8%; top: 50%;
  transform: translateY(-50%) rotate(12deg);
  animation: tf-tcard-float 4s ease-in-out infinite alternate;
  animation-delay: 1s;
}
@keyframes tf-tcard-float {
  0% { transform: translateY(-50%) rotate(var(--rot, -12deg)); }
  100% { transform: translateY(-58%) rotate(var(--rot, -12deg)); }
}
@keyframes tf-tcard-glow {
  0% { box-shadow: 0 22px 50px rgba(0, 0, 0, 0.6), inset 0 0 40px rgba(94, 212, 197, 0.2), 0 0 22px rgba(94, 212, 197, 0.32); }
  100% { box-shadow: 0 22px 50px rgba(0, 0, 0, 0.6), inset 0 0 40px rgba(94, 212, 197, 0.32), 0 0 38px rgba(94, 212, 197, 0.55); }
}
.tf2-tarot-spread .tf2-tcard.t-left { --rot: -12deg; }
.tf2-tarot-spread .tf2-tcard.t-right { --rot: 12deg; }

/* ===========================================================
   13. PREMIUM MOCKUP D — Fortune Scroll (WELCOME-OFFER)
   =========================================================== */
.tf2-scroll {
  width: 460px; max-width: 92%;
  position: relative;
  perspective: 800px;
}
.tf2-scroll-paper {
  position: relative;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(255, 240, 210, 0.95) 0%, rgba(220, 195, 150, 0.85) 50%, rgba(180, 155, 110, 0.85) 100%);
  border-radius: 8px;
  padding: 50px 36px 36px;
  text-align: center;
  color: #2a1a08;
  box-shadow: 0 36px 70px -22px rgba(0, 0, 0, 0.6), 0 14px 30px rgba(185, 127, 41, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 0 40px rgba(180, 140, 80, 0.3);
  border: 1px solid rgba(120, 90, 50, 0.4);
  transform: rotate(-2deg);
  animation: tf-scroll-float 5s ease-in-out infinite alternate;
}
@keyframes tf-scroll-float {
  0% { transform: rotate(-2deg) translateY(0); }
  100% { transform: rotate(-2deg) translateY(-8px); }
}
/* Top + bottom roll */
.tf2-scroll-paper::before, .tf2-scroll-paper::after {
  content: "";
  position: absolute;
  left: -14px; right: -14px;
  height: 30px;
  background: linear-gradient(180deg, #5a3a14 0%, #2a1a08 100%);
  border-radius: 6px;
  box-shadow: inset 0 -3px 8px rgba(0, 0, 0, 0.5), inset 0 3px 0 rgba(248, 200, 130, 0.3);
}
.tf2-scroll-paper::before { top: -14px; }
.tf2-scroll-paper::after { bottom: -14px; }
.tf2-scroll-tag {
  display: inline-block;
  padding: 4px 14px;
  background: #2a1a08;
  color: var(--tf-gold-warm);
  border-radius: 999px;
  font-family: var(--tf-font-body);
  font-size: 10px; font-weight: 800;
  letter-spacing: 0.3em; text-transform: uppercase;
  margin-bottom: 12px;
}
.tf2-scroll-stars {
  font-family: serif;
  color: var(--tf-gold-deep);
  font-size: 16px;
  letter-spacing: 6px;
  margin-bottom: 8px;
}
.tf2-scroll-amount {
  font-family: var(--tf-font-display);
  font-style: italic;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  color: #1a0f04;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.45);
  margin-bottom: 6px;
}
.tf2-scroll-amount small { font-size: 22px; vertical-align: super; opacity: .8; }
.tf2-scroll-bonus {
  font-family: var(--tf-font-body);
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: #5a3a14;
  margin-bottom: 22px;
}
/* Wax seal */
.tf2-scroll-seal {
  display: inline-flex; align-items: center; justify-content: center;
  width: 60px; height: 60px;
  background: radial-gradient(circle at 35% 30%, #f44336 0%, #b71c1c 60%, #7f0000 100%);
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(127, 0, 0, 0.6), inset 0 -4px 8px rgba(0, 0, 0, 0.4), inset 0 4px 0 rgba(255, 255, 255, 0.25);
  font-family: var(--tf-font-display); font-style: italic;
  font-size: 22px; font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 14px;
}
.tf2-scroll-cta {
  display: inline-block;
  padding: 12px 32px;
  background: #2a1a08;
  color: var(--tf-gold-warm);
  font-family: var(--tf-font-body);
  font-size: 12px; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid var(--tf-gold-deep);
}

/* ===========================================================
   14. PREMIUM MOCKUP E — Divination Phone (DOWNLOAD)
   =========================================================== */
.tf2-phone {
  width: 280px; max-width: 80%;
  aspect-ratio: 9 / 18;
  background:
    linear-gradient(135deg, var(--tf-teal-mist) 0%, var(--tf-teal-base) 30%, var(--tf-teal-deep) 60%, var(--tf-teal-light) 100%);
  border-radius: 38px;
  padding: 14px;
  position: relative;
  box-shadow: 0 36px 80px -22px rgba(0, 165, 151, 0.6), inset 0 1px 0 rgba(255,255,255,0.5), inset 0 -2px 0 rgba(0, 0, 0, 0.35);
  transform: rotate(-7deg);
  animation: tf-phone-float 5s ease-in-out infinite alternate;
}
@keyframes tf-phone-float {
  0% { transform: rotate(-7deg) translateY(0); }
  100% { transform: rotate(-7deg) translateY(-12px); }
}
.tf2-phone-screen {
  width: 100%; height: 100%;
  background:
    radial-gradient(ellipse 80% 60% at 50% 25%, rgba(0, 165, 151, 0.35) 0%, transparent 70%),
    linear-gradient(180deg, #0e2f3a 0%, #040c10 100%);
  border-radius: 26px;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; align-items: center; justify-content: space-between;
  padding: 24px 12px;
}
.tf2-phone-screen::before {
  content: ""; position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
  width: 60px; height: 6px; background: #04222a;
  border-radius: 4px;
}
.tf2-phone-logo {
  font-family: var(--tf-font-display);
  font-style: italic;
  font-weight: 700; font-size: 22px;
  color: var(--tf-text);
  letter-spacing: 0.05em;
  margin-top: 26px;
  text-align: center;
  line-height: 1;
}
.tf2-phone-logo .accent { color: var(--tf-teal-light); }
.tf2-phone-logo small {
  display: block; font-family: var(--tf-font-body);
  font-weight: 700; font-style: normal;
  font-size: 9px; letter-spacing: 0.32em;
  color: var(--tf-teal-base); margin-top: 4px;
}
/* Mini crystal ball inside the phone */
.tf2-phone-orb {
  width: 90px; height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 28%, rgba(255,255,255,0.95) 0%, rgba(184, 238, 229, 0.7) 12%, rgba(94, 212, 197, 0.4) 35%, rgba(0, 117, 106, 0.5) 70%);
  box-shadow: inset -8px -10px 20px rgba(4, 12, 16, 0.4), 0 0 30px rgba(94, 212, 197, 0.5);
  animation: tf-orb-mist 8s linear infinite;
  border: 2px solid rgba(184, 238, 229, 0.4);
}
.tf2-phone-cta {
  display: inline-block;
  padding: 8px 18px;
  background: var(--tf-cta-gradient);
  color: #04222a;
  border-radius: 999px;
  font-family: var(--tf-font-body); font-size: 10px;
  font-weight: 800; letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 18px;
  box-shadow: 0 8px 18px rgba(0, 165, 151, 0.55);
}
.tf2-phone-glow {
  position: absolute; left: -40px; right: -40px; top: -40px; bottom: -40px;
  pointer-events: none;
  background:
    radial-gradient(circle 2px at 12% 22%, rgba(184, 238, 229, 0.55) 50%, transparent 51%),
    radial-gradient(circle 1.6px at 88% 18%, rgba(94, 212, 197, 0.5) 50%, transparent 51%),
    radial-gradient(circle 1.4px at 22% 78%, rgba(184, 238, 229, 0.5) 50%, transparent 51%),
    radial-gradient(circle 2.2px at 84% 86%, rgba(196, 120, 240, 0.6) 50%, transparent 51%);
  animation: tf-stardust 8s ease-in-out infinite alternate;
  z-index: -1;
}

/* ---------- 15. Mobile responsive ---------- */
@media (max-width: 700px) {
  .tf2-hero { padding: 50px 0 60px; }
  .tf2-hero-art { min-height: 360px; }
  .tf2-oracle { width: 320px; }
  .tf2-vault { width: 320px; }
  .tf2-tarot-spread { width: 320px; }
  .tf2-tcard { width: 96px; height: 148px; }
  .tf2-tcard .tf2-tcard-icon { font-size: 36px; }
  .tf2-scroll { width: 320px; }
  .tf2-phone { width: 220px; }
}
