.elementor-110 .elementor-element.elementor-element-d7c5615{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-dbaa3cd */<style>
  :root {
    --gold: #F5C542;
    --gold-light: #FFE07A;
    --gold-dark: #C49A10;
    --black: #0A0A0A;
    --dark: #111111;
    --dark2: #1A1A1A;
    --dark3: #222222;
    --mid: #2E2E2E;
    --grey: #888888;
    --light: #F0EDE6;
    --white: #FFFFFF;
    --green: #3DEB8C;
    --coral: #FF6B52;
    --blue: #4B9EFF;
    --purple: #A78BFA;
  }

  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

  html { scroll-behavior: smooth; }

  body {
    background: var(--black);
    color: var(--white);
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    cursor: none;
  }

  /* CUSTOM CURSOR */
  .cursor {
    width: 12px; height: 12px;
    background: var(--gold);
    border-radius: 50%;
    position: fixed; top: 0; left: 0;
    pointer-events: none;
    z-index: 9999;
    transition: transform 0.1s ease;
    mix-blend-mode: difference;
  }
  .cursor-trail {
    width: 36px; height: 36px;
    border: 1.5px solid var(--gold);
    border-radius: 50%;
    position: fixed; top: 0; left: 0;
    pointer-events: none;
    z-index: 9998;
    transition: transform 0.25s ease, width 0.2s, height 0.2s;
    opacity: 0.5;
  }

  /* NOISE OVERLAY */
  body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 1000;
    opacity: 0.3;
  }

  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0;
    z-index: 900;
    padding: 22px 60px;
    display: flex; align-items: center; justify-content: space-between;
    background: linear-gradient(to bottom, rgba(10,10,10,0.95), transparent);
    backdrop-filter: blur(0px);
    transition: backdrop-filter 0.3s, background 0.3s;
  }
  nav.scrolled {
    background: rgba(10,10,10,0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(245,197,66,0.12);
  }
  .logo {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: -0.03em;
    text-decoration: none;
    color: var(--white);
  }
  .logo span { color: var(--gold); }
  .nav-links {
    display: flex; gap: 36px; list-style: none;
  }
  .nav-links a {
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--grey);
    text-decoration: none;
    transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--gold); }
  .nav-cta {
    background: var(--gold);
    color: var(--black) !important;
    font-weight: 500 !important;
    padding: 10px 22px;
    border-radius: 4px;
    transition: background 0.2s, transform 0.2s !important;
  }
  .nav-cta:hover { background: var(--gold-light) !important; transform: translateY(-1px); }

  /* HERO */
  .hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 60px 80px;
    position: relative;
    overflow: hidden;
  }

  /* grid lines background */
  .hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(245,197,66,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(245,197,66,0.04) 1px, transparent 1px);
    background-size: 80px 80px;
    pointer-events: none;
  }

  .hero-glow {
    position: absolute;
    width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(245,197,66,0.15) 0%, transparent 70%);
    border-radius: 50%;
    top: -150px; right: -100px;
    pointer-events: none;
    animation: pulseGlow 6s ease-in-out infinite;
  }
  .hero-glow2 {
    position: absolute;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(77,158,255,0.08) 0%, transparent 70%);
    border-radius: 50%;
    bottom: 100px; left: 100px;
    pointer-events: none;
    animation: pulseGlow 8s ease-in-out infinite reverse;
  }

  @keyframes pulseGlow {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.08); }
  }

  .hero-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 28px;
    position: relative; z-index: 2;
    animation: fadeUp 0.7s ease both;
  }
  .hero-eyebrow::before {
    content: '';
    width: 32px; height: 1.5px;
    background: var(--gold);
    display: block;
  }

  .hero h1 {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: clamp(3.2rem, 7vw, 7rem);
    line-height: 0.95;
    letter-spacing: -0.03em;
    max-width: 900px;
    position: relative; z-index: 2;
    animation: fadeUp 0.8s 0.1s ease both;
  }
  .hero h1 .line2 { color: var(--gold); display: block; }
  .hero h1 .line3 {
    display: block;
    -webkit-text-stroke: 1.5px rgba(255,255,255,0.35);
    color: transparent;
  }

  .hero-sub {
    font-size: 1.15rem;
    color: var(--grey);
    max-width: 520px;
    line-height: 1.7;
    margin-top: 32px;
    position: relative; z-index: 2;
    animation: fadeUp 0.8s 0.2s ease both;
  }

  .hero-actions {
    display: flex; align-items: center; gap: 20px;
    margin-top: 44px;
    position: relative; z-index: 2;
    animation: fadeUp 0.8s 0.3s ease both;
  }
  .btn-primary {
    background: var(--gold);
    color: var(--black);
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    padding: 16px 36px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-flex; align-items: center; gap: 10px;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    box-shadow: 0 0 40px rgba(245,197,66,0.25);
  }
  .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 60px rgba(245,197,66,0.45);
    background: var(--gold-light);
  }
  .btn-secondary {
    color: var(--white);
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex; align-items: center; gap: 8px;
    opacity: 0.7;
    transition: opacity 0.2s;
  }
  .btn-secondary:hover { opacity: 1; }

  .hero-stats {
    display: flex; gap: 52px;
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.07);
    position: relative; z-index: 2;
    animation: fadeUp 0.8s 0.4s ease both;
  }
  .stat-item {}
  .stat-num {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 2.4rem;
    letter-spacing: -0.03em;
    color: var(--gold);
  }
  .stat-label {
    font-size: 0.8rem;
    color: var(--grey);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 4px;
  }

  /* TICKER */
  .ticker {
    background: var(--gold);
    padding: 14px 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
  }
  .ticker-inner {
    display: inline-flex; gap: 0;
    animation: ticker 28s linear infinite;
  }
  .ticker-item {
    display: inline-flex; align-items: center; gap: 20px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--black);
    padding: 0 40px;
  }
  .ticker-dot { width: 5px; height: 5px; background: rgba(0,0,0,0.3); border-radius: 50%; }
  @keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

  /* SECTION SHARED */
  section { padding: 120px 60px; }

  .section-label {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
    display: flex; align-items: center; gap: 12px;
  }
  .section-label::after {
    content: '';
    flex: 1; max-width: 48px; height: 1px;
    background: var(--gold);
  }
  .section-title {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 3.5rem);
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin-bottom: 20px;
  }
  .section-sub {
    font-size: 1.05rem;
    color: var(--grey);
    max-width: 500px;
    line-height: 1.7;
    margin-bottom: 60px;
  }

  /* PLATFORMS */
  .platforms { background: var(--dark); }
  .platforms-header { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 30px; margin-bottom: 70px; }
  .platforms-header .section-sub { margin-bottom: 0; }

  .platforms-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
  }
  .platform-card {
    background: var(--dark2);
    padding: 44px 40px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, background 0.3s;
    cursor: none;
  }
  .platform-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(245,197,66,0.06), transparent);
    opacity: 0;
    transition: opacity 0.3s;
  }
  .platform-card:hover { transform: translateY(-4px); background: var(--dark3); }
  .platform-card:hover::before { opacity: 1; }

  .platform-card.featured {
    grid-column: span 2;
    background: linear-gradient(135deg, var(--dark3), var(--dark2));
    border: 1px solid rgba(245,197,66,0.18);
  }

  .platform-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
  .platform-card h3 {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
  }
  .platform-card p {
    font-size: 0.9rem;
    color: var(--grey);
    line-height: 1.65;
    margin-bottom: 28px;
  }
  .platform-tag {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 6px 14px;
    border-radius: 100px;
    text-transform: uppercase;
  }
  .platform-earn {
    position: absolute; top: 40px; right: 40px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--green);
  }

  /* AFFILIATE SECTION */
  .affiliates { background: var(--black); position: relative; overflow: hidden; }
  .affiliates-bg {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 80% 50%, rgba(245,197,66,0.06) 0%, transparent 60%);
    pointer-events: none;
  }

  .affiliate-tabs {
    display: flex; gap: 4px;
    background: var(--dark2);
    padding: 5px;
    border-radius: 8px;
    width: fit-content;
    margin-bottom: 50px;
  }
  .tab-btn {
    padding: 10px 24px;
    border-radius: 5px;
    border: none;
    background: none;
    color: var(--grey);
    font-family: 'DM Sans', sans-serif;
    font-size: 0.88rem;
    font-weight: 400;
    cursor: none;
    transition: all 0.2s;
    letter-spacing: 0.02em;
  }
  .tab-btn.active {
    background: var(--gold);
    color: var(--black);
    font-weight: 500;
  }

  .affiliate-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .aff-card {
    background: var(--dark2);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 10px;
    padding: 30px 26px;
    transition: transform 0.25s, border-color 0.25s;
    position: relative;
    overflow: hidden;
  }
  .aff-card::after {
    content: '';
    position: absolute; bottom: 0; left: 0; right: 0;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transition: transform 0.3s;
  }
  .aff-card:hover { transform: translateY(-4px); border-color: rgba(245,197,66,0.2); }
  .aff-card:hover::after { transform: scaleX(1); }
  .aff-badge {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 18px;
    display: inline-block;
  }
  .aff-card h4 {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: -0.01em;
    margin-bottom: 8px;
  }
  .aff-card p { font-size: 0.85rem; color: var(--grey); line-height: 1.6; margin-bottom: 20px; }
  .aff-commission {
    font-family: 'Syne', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--gold);
    letter-spacing: -0.02em;
  }
  .aff-commission-label { font-size: 0.78rem; color: var(--grey); margin-top: 2px; }

  /* HOW IT WORKS */
  .howitworks { background: var(--dark); }
  .steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    position: relative;
  }
  .steps-grid::before {
    content: '';
    position: absolute;
    top: 48px; left: 12.5%; right: 12.5%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(245,197,66,0.3), var(--gold), rgba(245,197,66,0.3), transparent);
    z-index: 0;
  }
  .step {
    padding: 50px 36px;
    background: var(--dark2);
    position: relative; z-index: 1;
    transition: background 0.2s;
  }
  .step:hover { background: var(--dark3); }
  .step-num {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    color: var(--gold);
    margin-bottom: 24px;
  }
  .step-icon {
    width: 56px; height: 56px;
    background: rgba(245,197,66,0.1);
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 24px;
    transition: background 0.2s, transform 0.2s;
  }
  .step:hover .step-icon { background: rgba(245,197,66,0.2); transform: scale(1.05); }
  .step h3 {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
  }
  .step p { font-size: 0.88rem; color: var(--grey); line-height: 1.65; }

  /* INCOME CALCULATOR */
  .calculator { background: var(--black); }
  .calc-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }
  .calc-left {}
  .calc-visual {
    background: var(--dark2);
    border: 1px solid rgba(245,197,66,0.15);
    border-radius: 16px;
    padding: 44px;
    position: relative;
    overflow: hidden;
  }
  .calc-visual::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(to right, var(--gold-dark), var(--gold), var(--gold-light));
  }
  .calc-row {
    display: flex; justify-content: space-between; align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
  .calc-row:last-child { border-bottom: none; }
  .calc-row-label { font-size: 0.88rem; color: var(--grey); }
  .calc-row-val {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1rem;
  }

  .calc-input-group { margin-bottom: 26px; }
  .calc-input-group label {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--grey);
    margin-bottom: 10px;
  }
  .calc-slider {
    width: 100%;
    -webkit-appearance: none;
    height: 4px;
    background: var(--dark3);
    border-radius: 4px;
    outline: none;
    cursor: none;
  }
  .calc-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px; height: 20px;
    background: var(--gold);
    border-radius: 50%;
    cursor: none;
    box-shadow: 0 0 12px rgba(245,197,66,0.5);
  }
  .calc-value {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: var(--gold);
    text-align: right;
    margin-top: 6px;
  }
  .calc-result-big {
    text-align: center;
    padding: 30px;
    background: rgba(245,197,66,0.07);
    border-radius: 10px;
    margin-top: 30px;
    border: 1px solid rgba(245,197,66,0.15);
  }
  .calc-result-num {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 3.2rem;
    letter-spacing: -0.04em;
    color: var(--gold);
  }
  .calc-result-label { font-size: 0.85rem; color: var(--grey); margin-top: 6px; }

  /* TESTIMONIALS */
  .testimonials { background: var(--dark); overflow: hidden; }
  .testi-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 16px;
    margin-top: 0;
  }
  .testi-card {
    background: var(--dark2);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 36px 32px;
    transition: transform 0.25s, border-color 0.25s;
  }
  .testi-card:hover { transform: translateY(-4px); border-color: rgba(245,197,66,0.15); }
  .testi-card.featured-testi {
    background: linear-gradient(145deg, rgba(245,197,66,0.08), var(--dark2));
    border-color: rgba(245,197,66,0.2);
  }
  .testi-stars { color: var(--gold); font-size: 0.9rem; letter-spacing: 2px; margin-bottom: 18px; }
  .testi-text {
    font-size: 0.95rem;
    line-height: 1.72;
    color: rgba(255,255,255,0.85);
    margin-bottom: 28px;
    font-style: italic;
  }
  .testi-author {
    display: flex; align-items: center; gap: 14px;
  }
  .testi-avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem;
    background: var(--dark3);
  }
  .testi-name {
    font-family: 'Syne', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
  }
  .testi-role { font-size: 0.8rem; color: var(--grey); margin-top: 2px; }
  .testi-income {
    font-family: 'Syne', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--green);
    margin-left: auto;
  }

  /* CTA BANNER */
  .cta-banner {
    background: var(--gold);
    padding: 100px 60px;
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  .cta-banner::before {
    content: '$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$';
    position: absolute;
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 7rem;
    color: rgba(0,0,0,0.04);
    letter-spacing: 0.02em;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    pointer-events: none;
  }
  .cta-banner h2 {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: clamp(2.2rem, 5vw, 4rem);
    letter-spacing: -0.03em;
    color: var(--black);
    margin-bottom: 18px;
    position: relative; z-index: 2;
  }
  .cta-banner p {
    font-size: 1.1rem;
    color: rgba(0,0,0,0.6);
    margin-bottom: 44px;
    position: relative; z-index: 2;
  }
  .cta-banner .btn-dark {
    background: var(--black);
    color: var(--gold);
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    padding: 18px 44px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-flex; align-items: center; gap: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative; z-index: 2;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  }
  .cta-banner .btn-dark:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 50px rgba(0,0,0,0.35);
  }

  /* BLOG PREVIEW */
  .blog { background: var(--black); }
  .blog-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 16px;
  }
  .blog-card {
    background: var(--dark2);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.04);
    transition: transform 0.25s, border-color 0.25s;
    text-decoration: none;
    color: inherit;
    display: block;
  }
  .blog-card:hover { transform: translateY(-4px); border-color: rgba(245,197,66,0.15); }
  .blog-img {
    height: 200px;
    display: flex; align-items: center; justify-content: center;
    font-size: 4rem;
    background: var(--dark3);
    position: relative;
    overflow: hidden;
  }
  .blog-card.big .blog-img { height: 280px; }
  .blog-cat {
    position: absolute; bottom: 14px; left: 14px;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 100px;
    background: var(--gold);
    color: var(--black);
  }
  .blog-body { padding: 26px; }
  .blog-body h4 {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: -0.01em;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .blog-body p { font-size: 0.85rem; color: var(--grey); line-height: 1.6; margin-bottom: 18px; }
  .blog-meta { font-size: 0.78rem; color: rgba(255,255,255,0.3); display: flex; gap: 16px; }

  /* FOOTER */
  footer {
    background: var(--dark);
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 80px 60px 40px;
  }
  .footer-top {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    margin-bottom: 40px;
  }
  .footer-brand p {
    font-size: 0.88rem;
    color: var(--grey);
    line-height: 1.7;
    margin-top: 16px;
    max-width: 300px;
  }
  .footer-col h5 {
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 20px;
  }
  .footer-col ul { list-style: none; }
  .footer-col li { margin-bottom: 12px; }
  .footer-col a {
    font-size: 0.88rem;
    color: var(--grey);
    text-decoration: none;
    transition: color 0.2s;
  }
  .footer-col a:hover { color: var(--gold); }
  .footer-bottom {
    display: flex; justify-content: space-between; align-items: center;
  }
  .footer-bottom p { font-size: 0.82rem; color: rgba(255,255,255,0.25); }
  .social-links { display: flex; gap: 16px; }
  .social-links a {
    width: 36px; height: 36px;
    border-radius: 8px;
    background: var(--dark3);
    display: flex; align-items: center; justify-content: center;
    font-size: 0.9rem;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    color: var(--grey);
  }
  .social-links a:hover { background: var(--gold); color: var(--black); transform: translateY(-2px); }

  /* ANIMATIONS */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s ease;
  }
  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* FLOATING BADGE */
  .float-badge {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 160px; height: 160px;
    border-radius: 50%;
    border: 2px solid rgba(245,197,66,0.3);
    display: flex; align-items: center; justify-content: center;
    flex-direction: column;
    text-align: center;
    animation: rotateSlow 20s linear infinite;
    z-index: 2;
  }
  .float-badge-inner {
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
    color: var(--gold);
    line-height: 1;
  }
  .float-badge-sub { font-size: 0.72rem; color: var(--grey); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 4px; }
  @keyframes rotateSlow {
    from { transform: translateY(-50%) rotate(0deg); }
    to { transform: translateY(-50%) rotate(360deg); }
  }

  /* SCROLL INDICATOR */
  .scroll-indicator {
    position: absolute;
    bottom: 40px; left: 60px;
    display: flex; align-items: center; gap: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    z-index: 2;
  }
  .scroll-line {
    width: 40px; height: 1px;
    background: rgba(255,255,255,0.2);
    position: relative;
    overflow: hidden;
  }
  .scroll-line::after {
    content: '';
    position: absolute;
    top: 0; left: -40px; width: 40px; height: 1px;
    background: var(--gold);
    animation: scrollLine 2s ease-in-out infinite;
  }
  @keyframes scrollLine {
    0% { transform: translateX(0); }
    100% { transform: translateX(80px); }
  }

  @media (max-width: 900px) {
    nav { padding: 20px 24px; }
    .nav-links { display: none; }
    section, .hero { padding: 80px 24px; }
    .hero h1 { font-size: 3rem; }
    .platforms-grid, .affiliate-cards, .steps-grid, .testi-grid, .blog-grid, .calc-wrapper { grid-template-columns: 1fr; }
    .platform-card.featured { grid-column: span 1; }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .hero-stats { gap: 28px; flex-wrap: wrap; }
    .float-badge { display: none; }
  }
</style>/* End custom CSS */