/*!
 * True Fortune Casino UK — brand-v3.css
 * Extension layer ON TOP of brand-v2.css
 * Improvements: jackpot zone, marquee winners, hero depth, trust strip,
 *               proper UK flags, header compactness, slots grid refinement
 */

/* =========================================================
   0. PALETTE FIXES — align to official logo (#00A99D teal)
   ========================================================= */
:root {
  --tf-teal-base: #00a99d;
  --tf-teal-light: #4ecdc4;
  --tf-teal-mist: #b2e8e4;
  --tf-teal-glow: rgba(78, 205, 196, 0.5);
  --tf-teal-soft: rgba(78, 205, 196, 0.1);
  --tf-bg: #03080c;
  --tf-bg-section: #071820;
  --tf-bg-card: #0c2430;
  --tf-gold-warm: #f5c96a;
  --tf-gold-deep: #c4861e;
  --tf-cta-gradient: linear-gradient(135deg, #00756a 0%, #00a99d 48%, #4ecdc4 100%);
}

/* =========================================================
   1. HEADER — compact, no logo size inflation
   ========================================================= */
.header {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  min-height: unset !important;
}
.header .custom-logo,
.header .custom-logo-link img {
  height: 40px !important;
  width: auto !important;
  max-height: 40px !important;
}
.header .container {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.header .header-content {
  gap: 16px;
}
.header .nav .menu li a {
  font-size: 11px !important;
  padding: 7px 13px !important;
}
.header .header-buttons .btn {
  height: 36px !important;
  padding: 0 18px !important;
  font-size: 11px !important;
}

/* =========================================================
   2. INDEX HERO — proper dark gradient treatment
   ========================================================= */
.screen.page-section {
  background:
    radial-gradient(ellipse 80% 60% at 20% 30%, rgba(0,169,157,0.22) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 70%, rgba(196,120,240,0.1) 0%, transparent 60%),
    var(--tf-bg) !important;
  background-color: var(--tf-bg) !important;
  padding-top: 60px !important;
  padding-bottom: 80px !important;
  position: relative;
  overflow: hidden;
}
.screen.page-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle 1.5px at 12% 15%, rgba(255,255,255,0.45) 50%, transparent 51%),
    radial-gradient(circle 1.2px at 88% 10%, rgba(184,238,229,0.35) 50%, transparent 51%),
    radial-gradient(circle 1.8px at 25% 85%, rgba(196,120,240,0.38) 50%, transparent 51%),
    radial-gradient(circle 1.4px at 75% 80%, rgba(255,255,255,0.38) 50%, transparent 51%),
    radial-gradient(circle 1px at 55% 45%, rgba(78,205,196,0.32) 50%, transparent 51%);
  background-size: 480px 480px, 640px 640px, 540px 540px, 580px 580px, 420px 420px;
  pointer-events: none;
  animation: tf-stardust 14s ease-in-out infinite alternate;
  z-index: 0;
}
.screen.page-section > .container { position: relative; z-index: 2; }

body.banner-background .screen-content,
body.banner-background .screen,
.screen-content {
  background: transparent !important;
  background-color: transparent !important;
}

/* Make index H1 display correctly */
.screen .offer-title {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif !important;
  font-size: clamp(42px, 6vw, 72px) !important;
  font-weight: 600 !important;
  font-style: italic;
  line-height: 1.02 !important;
  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;
  margin-bottom: 24px !important;
}
.screen .offer-desc {
  font-size: 18px !important;
  color: rgba(232,244,243,0.78) !important;
  line-height: 1.65 !important;
  margin-bottom: 36px !important;
  max-width: 500px;
}
.screen .offer-desc strong {
  color: var(--tf-teal-mist) !important;
  -webkit-text-fill-color: var(--tf-teal-mist) !important;
}
.screen .offer { position: relative; z-index: 2; }

/* Index hero badge */
.screen .tf2-hero-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border: 1px solid rgba(78,205,196,0.34);
  border-radius: 999px;
  background: rgba(78,205,196,0.08);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tf-teal-mist);
  margin-bottom: 22px;
}

/* =========================================================
   3. JACKPOT ZONE — prominent live jackpot ticker
   ========================================================= */
.tf-jackpot-zone {
  background:
    linear-gradient(180deg, rgba(0,78,70,0.28) 0%, rgba(3,8,12,0.85) 100%),
    var(--tf-bg-section);
  border-top: 1px solid rgba(78,205,196,0.25);
  border-bottom: 1px solid rgba(78,205,196,0.25);
  padding: 20px 0;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.tf-jackpot-zone::before {
  content: "";
  position: absolute; inset: 0;
  z-index: -1;
  background: repeating-linear-gradient(
    90deg,
    rgba(78,205,196,0.04) 0px,
    rgba(78,205,196,0.04) 1px,
    transparent 1px,
    transparent 80px
  );
  pointer-events: none;
}
.tf-jackpot-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 0;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
}
.tf-jackpot-label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 24px;
  border-right: 1px solid rgba(78,205,196,0.25);
  margin-right: 24px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--tf-teal-mist);
  white-space: nowrap;
  position: relative;
  z-index: 2;
  /* Opaque bg so scrolling items can't show through the label */
  background: linear-gradient(180deg, rgba(0,78,70,0.28) 0%, rgba(3,8,12,0.85) 100%),
    var(--tf-bg-section);
  /* Cover left padding area where items bleed in */
  margin-left: -20px;
  padding-left: 24px;
}
/* Left-edge fade mask — hides any items that bleed past the label */
.tf-jackpot-inner::before {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 180px;
  background: linear-gradient(
    90deg,
    var(--tf-bg-section) 0%,
    rgba(7,24,32,0.96) 55%,
    transparent 100%
  );
  z-index: 1;
  pointer-events: none;
}
.tf-jackpot-label { isolation: isolate; z-index: 3 !important; }
.tf-jackpot-label::before {
  content: "";
  display: block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #f5c96a;
  box-shadow: 0 0 14px rgba(245,201,106,0.85), 0 0 28px rgba(245,201,106,0.45);
  animation: tf-pulse 1.4s ease-in-out infinite;
}
.tf-jackpot-track {
  display: flex;
  gap: 40px;
  align-items: center;
  white-space: nowrap;
  animation: tf-marquee-jp 30s linear infinite;
  will-change: transform;
  transform: translateZ(0);
}
.tf-jackpot-item {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: "Inter", sans-serif;
}
.tf-jackpot-item-name {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(232,244,243,0.65);
  text-transform: uppercase;
}
.tf-jackpot-item-amount {
  font-size: 18px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(135deg, var(--tf-gold-warm) 0%, #fff5cc 50%, var(--tf-gold-warm) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.04em;
  text-shadow: none;
}
.tf-jackpot-divider {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: rgba(78,205,196,0.4);
}
@keyframes tf-marquee-jp {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* =========================================================
   4. WINNERS TICKER — horizontal marquee (replaces grid)
   ========================================================= */
.tf-winners {
  max-width: unset !important;
  width: 100%;
  margin: 0 0 50px !important;
  padding: 18px 0 !important;
  border-radius: 0 !important;
  background:
    linear-gradient(180deg, rgba(0,169,157,0.07) 0%, transparent 100%) !important;
  border-top: 1px solid rgba(78,205,196,0.2) !important;
  border-bottom: 1px solid rgba(78,205,196,0.2) !important;
  overflow: hidden;
  position: relative;
}
.tf-winners-head {
  max-width: 1240px;
  margin: 0 auto 14px;
  padding: 0 24px;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: var(--tf-teal-mist) !important;
}
.tf-winners-head::before {
  content: "" !important;
  display: inline-block !important;
  width: 8px !important; height: 8px !important;
  background: #4ee290 !important;
  border-radius: 50% !important;
  box-shadow: 0 0 12px rgba(78,226,144,0.85) !important;
  animation: tf-pulse 1.6s ease-in-out infinite !important;
}
.tf-winners-track {
  display: flex !important;
  gap: 14px !important;
  grid-template-columns: unset !important;
  white-space: nowrap !important;
  animation: tf-marquee-w 28s linear infinite !important;
  padding: 0 12px !important;
}
@keyframes tf-marquee-w {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.tf-winner-card {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-shrink: 0 !important;
  padding: 10px 18px !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(78,205,196,0.18) !important;
  border-radius: 10px !important;
  font-size: 13px !important;
  color: var(--tf-text) !important;
  white-space: nowrap !important;
  min-width: unset !important;
  max-width: unset !important;
  width: unset !important;
}
/* Proper UK flag (Union Jack) via CSS */
.tf-flag {
  width: 24px !important; height: 16px !important;
  flex-shrink: 0 !important;
  border-radius: 2px !important;
  background:
    /* Blue field */
    #012169;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.4) !important;
  background-image: unset !important;
}
/* White diagonals (St Andrew + St Patrick outer) */
.tf-flag::before {
  content: "" !important;
  position: absolute !important; inset: 0 !important;
  background:
    linear-gradient(to bottom right, transparent calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), transparent calc(50% + 2px)),
    linear-gradient(to bottom left, transparent calc(50% - 2px), #fff calc(50% - 2px), #fff calc(50% + 2px), transparent calc(50% + 2px));
  pointer-events: none !important;
}
/* Red cross + diagonals */
.tf-flag::after {
  content: "" !important;
  position: absolute !important; inset: 0 !important;
  background:
    /* Red horizontal & vertical cross (St George) */
    linear-gradient(#c8102e 0%, #c8102e 100%) 0 50% / 100% 36% no-repeat,
    linear-gradient(#c8102e 0%, #c8102e 100%) 50% 0 / 36% 100% no-repeat,
    /* Red diagonals (St Patrick) */
    linear-gradient(to bottom right, transparent calc(50% - 1px), #c8102e calc(50% - 1px), #c8102e calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(to bottom left, transparent calc(50% - 1px), #c8102e calc(50% - 1px), #c8102e calc(50% + 1px), transparent calc(50% + 1px));
  pointer-events: none !important;
}
.tf-winner-amount {
  color: #4ee290 !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  margin-left: auto !important;
}
.tf-winner-name { font-weight: 700 !important; line-height: 1.15 !important; }
.tf-winner-game { color: rgba(232,244,243,0.5) !important; font-size: 11px !important; }

/* =========================================================
   5. TRUST STRIP — license + payments
   ========================================================= */
.tf-trust-strip {
  background:
    linear-gradient(180deg, rgba(7,24,32,0.9) 0%, rgba(3,8,12,0.95) 100%);
  border-bottom: 1px solid rgba(78,205,196,0.15);
  padding: 14px 0;
  overflow: hidden;
}
.tf-trust-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
}
.tf-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(232,244,243,0.5);
  white-space: nowrap;
}
.tf-trust-item svg { opacity: 0.65; flex-shrink: 0; }
.tf-trust-sep {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: rgba(78,205,196,0.3);
  flex-shrink: 0;
}

/* =========================================================
   6. SLOTS GRID — refinements
   ========================================================= */
.slots.page-section {
  padding-top: 60px !important;
  padding-bottom: 90px !important;
}
.slots-list {
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 14px !important;
}
@media (max-width: 1100px) { .slots-list { grid-template-columns: repeat(4, 1fr) !important; } }
@media (max-width: 800px)  { .slots-list { grid-template-columns: repeat(3, 1fr) !important; } }
@media (max-width: 550px)  { .slots-list { grid-template-columns: repeat(2, 1fr) !important; } }

.slot-element { aspect-ratio: 512/330; }
.slot-element .inner { aspect-ratio: 512/330 !important; height: auto !important; }
.slot-element .item__img,
.slot-element .item__img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* Slots section title */
.slots .section-title {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif !important;
  font-size: clamp(30px, 3.5vw, 46px) !important;
  font-weight: 600 !important;
  font-style: italic !important;
  text-align: center !important;
  margin-bottom: 42px !important;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.slots .section-title::before {
  content: "✦ PLAY NOW ✦";
  display: block;
  font-style: normal;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  letter-spacing: 0.45em;
  color: var(--tf-teal-base);
  margin-bottom: 8px;
  text-shadow: 0 0 14px var(--tf-teal-glow);
}
.slots .section-title::after {
  content: "";
  display: block;
  width: 80px; height: 2px;
  background: var(--tf-cta-gradient);
  border-radius: 2px;
  margin: 14px auto 0;
  box-shadow: 0 0 20px var(--tf-teal-glow);
}

/* =========================================================
   7. BONUSES SECTION on index
   ========================================================= */
.bonuses-section.page-section,
section:has(.bonuses-list) {
  padding: 60px 0 !important;
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(0,117,106,0.14) 0%, transparent 70%),
    var(--tf-bg-section) !important;
  border-top: 1px solid rgba(78,205,196,0.12);
}

/* =========================================================
   8. SECONDARY MOCKUP IMPROVEMENTS
   ========================================================= */
/* Tarot cards (bonuses page) */
.tf2-tarot-spread {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  min-height: 360px;
  perspective: 800px;
}
.tf2-tcard {
  width: 140px;
  aspect-ratio: 2/3;
  border-radius: 14px;
  background: linear-gradient(160deg, #1a3742 0%, #0c2030 60%, #04111a 100%);
  border: 1.5px solid var(--tf-gold-warm);
  box-shadow: 0 20px 44px rgba(0,0,0,0.65), inset 0 0 20px rgba(196,120,240,0.22);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  transition: transform .35s ease, box-shadow .35s ease;
  cursor: pointer;
  text-decoration: none;
}
.tf2-tcard:hover { transform: translateY(-10px) rotateY(-4deg); box-shadow: 0 32px 60px rgba(0,0,0,0.7), 0 0 40px rgba(245,201,106,0.35); }
.tf2-tcard.t-center { transform: translateY(-20px); z-index: 2; }
.tf2-tcard.t-center:hover { transform: translateY(-32px) rotateY(0deg); }
.tf2-tcard.t-left { transform: rotate(-8deg) translateX(10px); }
.tf2-tcard.t-left:hover { transform: rotate(-4deg) translateY(-12px) translateX(4px); }
.tf2-tcard.t-right { transform: rotate(8deg) translateX(-10px); }
.tf2-tcard.t-right:hover { transform: rotate(4deg) translateY(-12px) translateX(-4px); }
.tf2-tcard-corner {
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--tf-gold-warm);
  opacity: 0.7;
}
.tf2-tcard-corner.tl { top: 10px; left: 10px; }
.tf2-tcard-corner.br { bottom: 10px; right: 10px; transform: rotate(180deg); }
.tf2-tcard-icon {
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 700;
  color: var(--tf-teal-mist);
  text-shadow: 0 0 20px var(--tf-teal-glow);
  line-height: 1;
}
.tf2-tcard-label {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(232,244,243,0.75);
  text-align: center;
  line-height: 1.3;
}
.tf2-tcard.t-center { background: linear-gradient(160deg, #1f4a52 0%, #0e2a38 60%, #040c14 100%); border-color: var(--tf-teal-light); }
.tf2-tcard.t-center .tf2-tcard-icon { color: var(--tf-gold-warm); text-shadow: 0 0 20px rgba(245,201,106,0.65); }

/* Scroll mockup (welcome-offer) */
.tf2-scroll { position: relative; cursor: pointer; text-decoration: none; }
.tf2-scroll-paper {
  width: 340px;
  background: linear-gradient(180deg, #f5e8c8 0%, #e8d5a0 40%, #d4b870 100%);
  border-radius: 4px 4px 8px 8px;
  padding: 36px 28px 48px;
  position: relative;
  box-shadow: 0 28px 60px rgba(0,0,0,0.7), 0 4px 24px rgba(245,201,106,0.35);
  text-align: center;
  border: 1px solid rgba(196,160,80,0.6);
}
.tf2-scroll-paper::before,
.tf2-scroll-paper::after {
  content: "";
  position: absolute; left: -8px; right: -8px;
  height: 24px;
  background: linear-gradient(180deg, #c4961e 0%, #b07a10 100%);
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}
.tf2-scroll-paper::before { top: -10px; }
.tf2-scroll-paper::after { bottom: -10px; border-radius: 4px; }
.tf2-scroll-tag {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 12px;
  font-style: italic;
  color: #7a5c1a;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}
.tf2-scroll-stars {
  color: #c4861e;
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 16px;
}
.tf2-scroll-amount {
  font-family: "Cormorant Garamond", serif;
  font-size: 54px;
  font-weight: 700;
  color: #2a1a05;
  line-height: 1;
  margin-bottom: 8px;
}
.tf2-scroll-amount small { font-size: 28px; vertical-align: top; margin-top: 8px; display: inline-block; }
.tf2-scroll-bonus {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #5a3a0a;
  margin-bottom: 20px;
}
.tf2-scroll-seal {
  width: 54px; height: 54px;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, #e85c4c 0%, #c8102e 60%, #8a0010 100%);
  border: 3px solid #f5a090;
  display: flex; align-items: center; justify-content: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px; font-weight: 800;
  color: #fff;
  margin: 0 auto 16px;
  box-shadow: 0 6px 20px rgba(200,16,46,0.5);
}
.tf2-scroll-cta {
  display: inline-block;
  padding: 10px 22px;
  background: linear-gradient(135deg, #00756a, #00a99d);
  color: #fff;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(0,165,151,0.5);
}

/* Vault mockup (login) */
.tf2-vault-locks {
  position: absolute;
  left: 50%; bottom: 22%;
  transform: translateX(-50%);
  display: flex; gap: 16px;
  z-index: 8;
}
.tf2-vault-locks span {
  width: 16px; height: 16px;
  border-radius: 50%;
  border: 2px solid var(--tf-teal-light);
  background: transparent;
  box-shadow: 0 0 10px var(--tf-teal-glow);
  animation: tf-pulse 2s ease-in-out infinite;
}
.tf2-vault-locks span:nth-child(2) { animation-delay: .5s; }
.tf2-vault-locks span:nth-child(3) { animation-delay: 1s; }

/* Phone mockup (download/app) */
.tf2-phone {
  width: 240px;
  aspect-ratio: 9/19;
  border-radius: 36px;
  background: linear-gradient(180deg, #0e2f3a 0%, #040c10 100%);
  border: 2.5px solid rgba(78,205,196,0.5);
  box-shadow: 0 30px 60px rgba(0,0,0,0.7), 0 0 60px rgba(0,169,157,0.35), inset 0 0 40px rgba(4,12,16,0.8);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.tf2-phone::before {
  content: "";
  position: absolute; top: 12px; left: 50%;
  transform: translateX(-50%);
  width: 60px; height: 6px;
  background: rgba(78,205,196,0.4);
  border-radius: 3px;
}
.tf2-phone-glow {
  position: absolute; inset: -20%; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,169,157,0.25) 0%, transparent 70%);
  animation: tf-orb-float 5s ease-in-out infinite alternate;
  pointer-events: none;
}
.tf2-phone-screen {
  position: absolute;
  inset: 28px 10px 16px;
  border-radius: 26px;
  background:
    radial-gradient(ellipse 80% 60% at 50% 30%, rgba(0,117,106,0.4) 0%, transparent 60%),
    #040c10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.tf2-phone-logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.tf2-phone-logo .accent { color: var(--tf-teal-mist); }
.tf2-phone-logo small { display: block; font-size: 8px; letter-spacing: 0.28em; color: rgba(255,255,255,0.4); font-family: "Inter", sans-serif; font-style: normal; }
.tf2-phone-orb {
  width: 80px; height: 80px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 28%, rgba(255,255,255,0.85) 0%, rgba(78,205,196,0.7) 20%, rgba(0,117,106,0.5) 70%, rgba(0,50,45,0.6) 100%);
  box-shadow: 0 10px 28px rgba(0,117,106,0.55), 0 0 50px rgba(78,205,196,0.4);
  animation: tf-orb-float 5s ease-in-out infinite alternate;
}
.tf2-phone-cta {
  font-family: "Inter", sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--tf-teal-mist);
  padding: 6px 14px;
  border: 1px solid rgba(78,205,196,0.4);
  border-radius: 999px;
  background: rgba(78,205,196,0.1);
}

/* =========================================================
   9. CONTENT SECTION — text quality fixes
   ========================================================= */
.page-content.page-section,
.page-section:has(.page-text) {
  padding-top: 60px !important;
  padding-bottom: 80px !important;
}
.page-text, .page-content .page-text {
  max-width: 900px;
  margin: 0 auto;
}
.page-text h2 {
  font-size: clamp(20px, 2.4vw, 28px) !important;
  margin-top: 1.4em !important;
}
.page-text p {
  font-size: 16px !important;
  line-height: 1.8 !important;
}

/* =========================================================
   10. FOOTER — refined
   ========================================================= */
.footer {
  background:
    linear-gradient(180deg, rgba(7,24,32,0.92) 0%, #020609 100%) !important;
  border-top: 1px solid rgba(78,205,196,0.15) !important;
  padding-top: 50px !important;
}

/* =========================================================
   11. ANIMATIONS — additional
   ========================================================= */
@keyframes tf-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes tf-orb-float {
  0% { transform: translateY(0); }
  100% { transform: translateY(-12px); }
}
@keyframes tf-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.85); }
}

/* =========================================================
   12. RESPONSIVE
   ========================================================= */
@media (max-width: 768px) {
  .tf-jackpot-zone { padding: 14px 0; }
  .tf-jackpot-item-amount { font-size: 15px; }
  .tf-trust-inner { gap: 16px; }
  .screen .offer-title { font-size: clamp(34px, 8vw, 56px) !important; }
  .tf2-phone { width: 200px; }
  .tf2-scroll-paper { width: 280px; }
  .tf2-scroll-amount { font-size: 42px; }
  .tf-winners-track { animation-duration: 18s !important; }
}
@media (max-width: 480px) {
  .tf-trust-inner { gap: 12px; }
  .tf-trust-sep { display: none; }
}
