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

    html {
      scroll-behavior: smooth
    }

    body {
      font-family: 'Plus Jakarta Sans', sans-serif;
      background: #fff;
      color: #1a2e1e;
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased
    }

    img {
      max-width: 100%;
      display: block;
      height: auto
    }

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

    button {
      cursor: pointer;
      border: none;
      background: 0;
      font-family: inherit
    }

    ul,
    ol {
      list-style: none
    }

    :root {
      --g-600: #1a5c28;
      --g-700: #1a4020;
      --g-900: #0d1e10;
      --au-500: #c8a84b;
      --au-400: #d4b65c;
      --au-300: #e2c97a;
      --tx-h: #0d1e10;
      --tx-m: #6a8070;
      --tx-b: #2a3d2e;
      --bdr: #e8e8e0;
      --nav-h: 72px;
      --container: 1280px;
      --py: clamp(72px, 9vw, 130px);
      --ease-expo: cubic-bezier(.16, 1, .3, 1);
      --ease-spring: cubic-bezier(.34, 1.56, .64, 1);
      --r-lg: 20px;
      --r-full: 9999px
    }

    .wrap {
      max-width: var(--container);
      margin: 0 auto;
      padding: 0 clamp(18px, 4vw, 56px)
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 14px 30px;
      border-radius: var(--r-full);
      font-weight: 700;
      font-size: .88rem;
      transition: all .28s var(--ease-expo);
      min-height: 52px
    }

    .btn-primary {
      background: var(--g-600);
      color: #fff;
      box-shadow: 0 4px 20px rgba(26, 92, 40, .28)
    }

    .btn-primary:hover {
      background: var(--g-700);
      transform: translateY(-2px)
    }

    .btn-gold {
      background: linear-gradient(135deg, #b87c00, #d4b65c);
      color: #0d1e10;
      box-shadow: 0 4px 20px rgba(200, 168, 75, .3)
    }

    .btn-gold:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 32px rgba(200, 168, 75, .45)
    }

    .btn-outline-hero {
      background: transparent;
      color: #fff;
      border: 1.5px solid rgba(255, 255, 255, .45);
    }

    .btn-outline-hero:hover {
      background: #fff;
      color: var(--g-700);
      border-color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 10px 28px rgba(255, 255, 255, .22);
    }

    .btn-outline-green {
      background: 0;
      color: var(--g-600);
      border: 1.5px solid var(--g-600)
    }

    .btn-outline-green:hover {
      background: var(--g-600);
      color: #fff
    }

    .btn-sm {
      padding: 10px 22px;
      font-size: .8rem;
      min-height: 42px
    }

    .btn-xs {
      padding: 8px 18px;
      font-size: .75rem
    }

    .h-section {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.8rem, 3.2vw, 2.8rem);
      font-weight: 900;
      line-height: 1.12;
      letter-spacing: -.02em;
      color: var(--tx-h)
    }

    .h-section em {
      font-style: normal;
      color: var(--g-600)
    }

    .body-lg {
      font-size: clamp(1rem, 1.6vw, 1.1rem);
      color: var(--tx-m);
      line-height: 1.72;
      max-width: 60ch
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: .72rem;
      font-weight: 800;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--g-600)
    }

    .sec-head {
      text-align: center;
      margin-bottom: clamp(40px, 6vw, 68px)
    }

    .sec-head .eyebrow {
      justify-content: center;
      margin-bottom: 14px
    }

    .sec-head .body-lg {
      margin: 14px auto 0
    }

    section {
      padding: var(--py) 0
    }

    /* NAV */
    #nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 900;
      height: var(--nav-h);
      transition: all .4s;
      padding-top: 14px;
    }

    #nav.solid {
      background: rgba(255, 255, 255, .97);
      backdrop-filter: blur(20px);
      border-bottom: 1px solid var(--bdr);
      box-shadow: 0 2px 24px rgba(0, 0, 0, .06)
    }

    .nav-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100%;
      gap: 20px
    }

    .nav-logo {
      display: flex;
      align-items: center;
      gap: 10px;
      text-decoration: none
    }

    .logo-mark {
      flex-shrink: 0;
      transition: transform .6s var(--ease-spring)
    }

    .logo-mark svg {
      display: block;
      width: 40px;
      height: 40px
    }

    .nav-logo:hover .logo-mark {
      transform: rotate(-6deg) scale(1.06)
    }

    .site-logo-img--header {
      display: block;
      height: 52px;
      width: auto;
      max-width: 220px;
      object-fit: contain
    }

    .logo-text {
      display: flex;
      flex-direction: column;
      gap: 2px;
      line-height: 1.1
    }

    .logo-name {
      font-size: .92rem;
      font-weight: 800;
      color: var(--g-700);
      letter-spacing: -.02em;
      white-space: nowrap;
      transition: color .3s
    }

    .logo-tag {
      font-size: .58rem;
      font-weight: 600;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--tx-m);
      transition: color .3s
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 2px;
      flex: 1;
      justify-content: center
    }

    .nav-links a {
      padding: 8px 11px;
      font-size: .8rem;
      font-weight: 600;
      color: var(--tx-m);
      border-radius: 10px;
      transition: all .2s;
      position: relative
    }

    .nav-links a::after {
      content: '';
      position: absolute;
      bottom: 3px;
      left: 50%;
      right: 50%;
      height: 2px;
      background: var(--g-600);
      border-radius: 1px;
      transition: all .25s var(--ease-expo)
    }

    .nav-links a:hover::after,
    .nav-links a.active::after {
      left: 11px;
      right: 11px
    }

    /* Top of page (over dark hero): light text for contrast */
    #nav:not(.solid) .logo-name {
      color: #fff;
      text-shadow: 0 1px 10px rgba(0, 0, 0, .55)
    }

    #nav:not(.solid) .logo-tag {
      color: rgba(255, 255, 255, .78);
      text-shadow: 0 1px 8px rgba(0, 0, 0, .45)
    }

    #nav:not(.solid) .nav-links a {
      color: rgba(255, 255, 255, .92);
      text-shadow: 0 1px 8px rgba(0, 0, 0, .45)
    }

    #nav:not(.solid) .nav-links a:hover,
    #nav:not(.solid) .nav-links a.active {
      color: #fff
    }

    #nav:not(.solid) .nav-links a::after {
      background: var(--au-500)
    }

    #nav:not(.solid) .site-logo-img--header {
      filter: drop-shadow(0 1px 8px rgba(0, 0, 0, .45))
    }

    .nav-cta {
      display: flex;
      gap: 8px;
      flex-shrink: 0
    }

    .ham {
      display: none;
      flex-direction: column;
      gap: 5px;
      width: 44px;
      height: 44px;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      border: 1.5px solid var(--bdr);
      background: #fff;
      z-index: 910
    }

    .ham span {
      display: block;
      width: 20px;
      height: 2px;
      background: var(--tx-h);
      border-radius: 1px;
      transition: all .35s var(--ease-expo)
    }

    .ham.open span:nth-child(1) {
      transform: translateY(7px) rotate(45deg)
    }

    .ham.open span:nth-child(2) {
      opacity: 0
    }

    .ham.open span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg)
    }

    #mob {
      position: fixed;
      inset: 0;
      background: rgba(253, 252, 248, .98);
      backdrop-filter: blur(20px);
      z-index: 899;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
      opacity: 0;
      pointer-events: none;
      transition: opacity .4s var(--ease-expo)
    }

    #mob.open {
      opacity: 1;
      pointer-events: all
    }

    .mob-links {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 6px;
      width: 100%;
      max-width: 340px
    }

    .mob-links li {
      width: 100%;
      opacity: 0;
      transform: translateY(22px);
      transition: all .45s var(--ease-expo)
    }

    #mob.open .mob-links li {
      opacity: 1;
      transform: none
    }

    #mob.open .mob-links li:nth-child(1) {
      transition-delay: .06s
    }

    #mob.open .mob-links li:nth-child(2) {
      transition-delay: .12s
    }

    #mob.open .mob-links li:nth-child(3) {
      transition-delay: .18s
    }

    #mob.open .mob-links li:nth-child(4) {
      transition-delay: .24s
    }

    #mob.open .mob-links li:nth-child(5) {
      transition-delay: .3s
    }

    #mob.open .mob-links li:nth-child(6) {
      transition-delay: .36s
    }

    #mob.open .mob-links li:nth-child(7) {
      transition-delay: .42s
    }

    .mob-links a {
      display: block;
      text-align: center;
      padding: 15px 20px;
      font-size: 1rem;
      font-weight: 700;
      color: var(--tx-h);
      border-radius: var(--r-lg);
      border: 1.5px solid var(--bdr);
      background: #fff;
      transition: all .2s
    }

    .mob-links a:hover {
      border-color: var(--g-600);
      color: var(--g-600);
      background: #f0f7f1
    }

    .mob-cta {
      margin-top: 16px;
      opacity: 0;
      transform: translateY(22px);
      transition: all .45s var(--ease-expo) .48s
    }

    #mob.open .mob-cta {
      opacity: 1;
      transform: none
    }

    /* HERO */
    #hero {
      position: relative;
      min-height: 100svh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden
    }

    .hero-bg {
      position: absolute;
      inset: 0;
      z-index: 0
    }

    .hero-bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 35%;
      transform: scale(1.06);
      animation: heroZoom 22s ease-in-out infinite alternate
    }

    @keyframes heroZoom {
      from {
        transform: scale(1.06)
      }

      to {
        transform: scale(1.13)
      }
    }

    .hero-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(160deg, rgba(7, 15, 8, .62) 0%, rgba(13, 30, 16, .96) 100%)
    }

    .hero-content {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 26px;
      text-align: center;
      padding: calc(var(--nav-h) + 56px) 24px 90px;
      max-width: 920px;
      margin: 0 auto
    }

    .hero-h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.6rem, 7vw, 5.4rem);
      font-weight: 900;
      line-height: 1.04;
      letter-spacing: -.03em;
      color: #fff;
      opacity: 0;
      animation: riseUp .7s var(--ease-expo) .5s forwards
    }

    .hero-h1 .gold {
      color: var(--au-300)
    }

    .hero-sub {
      font-size: clamp(1rem, 2vw, 1.2rem);
      color: rgba(255, 255, 255, .72);
      line-height: 1.68;
      max-width: 54ch;
      opacity: 0;
      animation: riseUp .6s var(--ease-expo) .8s forwards
    }

    .hero-btns {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      justify-content: center;
      opacity: 0;
      animation: riseUp .5s var(--ease-expo) 1.05s forwards
    }

    .hero-btns .btn {
      min-width: 200px
    }

    @keyframes riseUp {
      from {
        opacity: 0;
        transform: translateY(28px)
      }

      to {
        opacity: 1;
        transform: none
      }
    }

    /* SECTIONS */
    .section-white {
      background: #fff
    }

    .section-green-pale {
      background: #f0f7f1
    }

    .section-warm {
      background: #f7f5ef
    }

    .section-dark {
      background: #0d1e10
    }

    /* CARDS GRID */
    .cards-grid-4 {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px
    }

    .cards-grid-4 > .body-lg {
      grid-column: 1 / -1
    }

    .art-card {
      background: #fff;
      border: 1.5px solid var(--bdr);
      border-radius: var(--r-lg);
      overflow: hidden;
      transition: all .3s var(--ease-expo);
      display: flex;
      flex-direction: column
    }

    .art-card:hover {
      transform: translateY(-6px);
      border-color: #78c98a;
      box-shadow: 0 20px 52px rgba(26, 92, 40, .12)
    }

    .art-img {
      aspect-ratio: 16/10;
      overflow: hidden;
      position: relative;
      flex-shrink: 0
    }

    .art-img img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      display: block;
      transition: transform .6s var(--ease-expo)
    }

    .art-card:hover .art-img img {
      transform: scale(1.07)
    }

    .art-tag {
      position: absolute;
      top: 12px;
      left: 12px;
      padding: 4px 12px;
      background: var(--g-600);
      color: #fff;
      font-size: .67rem;
      font-weight: 800;
      letter-spacing: .07em;
      text-transform: uppercase;
      border-radius: var(--r-full)
    }

    .art-tag.gold-tag {
      background: var(--au-500);
      color: #0d1e10
    }

    .art-body {
      padding: 14px 16px 16px;
      display: flex;
      flex-direction: column;
      flex: 1;
      gap: 6px;
      position: relative
    }

    .art-title {
      font-size: .92rem;
      font-weight: 800;
      line-height: 1.32;
      color: var(--tx-h);
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden
    }

    .art-desc {
      font-size: .78rem;
      color: var(--tx-m);
      line-height: 1.45;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden
    }

    .read-more {
      font-size: .78rem;
      font-weight: 800;
      color: var(--g-600);
      transition: gap .2s
    }

    /* PROMOS */
    .promos-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
      gap: 18px
    }

    .promo-card {
      background: #fff;
      border: 1.5px solid var(--bdr);
      border-radius: var(--r-lg);
      padding: 26px 22px;
      display: flex;
      flex-direction: column;
      gap: 14px;
      position: relative;
      overflow: hidden;
      transition: all .3s var(--ease-expo)
    }

    .promo-card.featured {
      border-color: var(--au-500);
      box-shadow: 0 0 0 1px rgba(200, 168, 75, .2), 0 6px 28px rgba(200, 168, 75, .1)
    } 

    .promo-card:hover {
      border-color: var(--au-500);
      transform: translateY(-5px);
      box-shadow: 0 16px 44px rgba(0, 0, 0, .08)
    }

    .promo-ribbon {
      position: absolute;
      top: 14px;
      right: -22px;
      background: linear-gradient(135deg, #b87c00, #d4b65c);
      color: #0d1e10;
      font-size: .65rem;
      font-weight: 900;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: 5px 32px;
      transform: rotate(35deg);
      box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
    }

    .book-name {
      font-size: 1.4rem;
      font-weight: 900;
      letter-spacing: -.03em
    }

    .book-name.dk {
      color: #53b700
    }

    .book-name.fd {
      color: #1493ff
    }

    .book-name.mgm {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      align-self: flex-start;
      padding: 6px 14px;
      background: #1a150e;
      border-radius: 10px;
      border: 1px solid rgba(255, 188, 54, 0.603);
      box-shadow:
        0 6px 16px rgba(0, 0, 0, .22),
        0 0 12px rgba(197, 160, 89, .14),
        inset 0 1px 0 rgba(253, 231, 154, .14);
      color: #c5a059
    }

    .book-name.mgm span {
      background: linear-gradient(180deg, #fde79a 0%, #f7e08f 22%, #c5a059 72%, #b58d3d 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      color: transparent;
      font-weight: 800;
      letter-spacing: -.02em
    }

    .book-name.cz {
      color: #006fff
    }

    .book-name.b365 {
      color: #00a0e3
    }

    .promo-bonus {
      font-family: 'Playfair Display', serif;
      font-size: 1.8rem;
      font-weight: 900;
      color: var(--g-600);
      line-height: 1
    }

    .promo-desc {
      font-size: .83rem;
      color: var(--tx-m);
      line-height: 1.62;
      flex: 1
    }

    .promo-fine {
      font-size: .68rem;
      color: #9aaa9e
    }

    /* PICKS */
    .picks-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
      gap: 20px
    }

    .pick-card {
      background: #fff;
      border: 1.5px solid var(--bdr);
      border-radius: var(--r-lg);
      padding: 24px;
      display: flex;
      flex-direction: column;
      gap: 14px;
      transition: all .3s var(--ease-expo)
    }

    .pick-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 16px 44px rgba(26, 92, 40, .1)
    }

    .pick-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 10px
    }

    .pick-tour {
      font-size: .7rem;
      font-weight: 800;
      text-transform: uppercase;
      color: var(--g-600)
    }

    .pick-badge {
      padding: 4px 10px;
      border-radius: var(--r-full);
      font-size: .66rem;
      font-weight: 800;
      text-transform: uppercase;
      border: 1.5px solid;
      white-space: nowrap
    }

    .badge-hot {
      background: rgba(220, 38, 38, .07);
      color: #dc2626;
      border-color: rgba(220, 38, 38, .2)
    }

    .badge-value {
      background: rgba(26, 92, 40, .07);
      color: var(--g-600);
      border-color: rgba(26, 92, 40, .2)
    }

    .pick-player {
      font-family: 'Playfair Display', serif;
      font-size: 1.3rem;
      font-weight: 700;
      color: var(--tx-h);
      line-height: 1.2
    }

    .pick-stats {
      display: flex;
      gap: 18px;
      flex-wrap: wrap
    }

    .pick-stat-g {
      display: flex;
      flex-direction: column;
      gap: 2px
    }

    .psl {
      font-size: .67rem;
      color: #9aaa9e;
      text-transform: uppercase;
      letter-spacing: .08em;
      font-weight: 700
    }

    .psv {
      font-size: .95rem;
      font-weight: 800;
      color: var(--tx-h)
    }

    .psv.odds {
      color: var(--g-600)
    }

    .conf-row {
      display: flex;
      align-items: center;
      gap: 8px
    }

    .conf-lbl {
      font-size: .72rem;
      color: var(--tx-m);
      font-weight: 600
    }

    .conf-bar-bg {
      flex: 1;
      height: 8px;
      background: #e5ebe6;
      border-radius: 999px;
      overflow: hidden
    }

    .conf-fill {
      height: 100%;
      width: 0;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--g-600), var(--au-500));
      transition: width 1.1s var(--ease-expo) .25s
    }

    .pick-card.on .conf-fill,
    .pick-card:not(.rev) .conf-fill {
      width: var(--w, 0%)
    }

    .conf-pct {
      font-size: .72rem;
      font-weight: 800;
      color: var(--g-600);
      min-width: 2.4em;
      text-align: right
    }

    /* TABLE */
    .table-wrap {
      overflow-x: auto;
      border: 1.5px solid var(--bdr);
      border-radius: var(--r-lg);
      box-shadow: 0 4px 28px rgba(0, 0, 0, .06)
    }

    .odds-tbl {
      width: 100%;
      border-collapse: collapse;
      min-width: 580px
    }

    .odds-tbl thead {
      background: var(--g-600)
    }

    .odds-tbl th {
      padding: 16px 20px;
      font-size: .73rem;
      font-weight: 800;
      letter-spacing: .07em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, .85);
      text-align: left
    }

    .odds-tbl th:not(:first-child) {
      text-align: center
    }

    .odds-tbl th.th-book-mgm {
      background: radial-gradient(120% 140% at 50% 45%, #2c2416 0%, #1a150e 70%, #12100c 100%);
      color: #e8c547;
      text-shadow: 0 0 10px rgba(232, 197, 71, .22);
      box-shadow: inset 1px 0 0 rgba(0, 0, 0, .35), inset -1px 0 0 rgba(0, 0, 0, .35)
    }

    .odds-tbl td {
      padding: 15px 20px;
      font-size: .88rem;
      border-bottom: 1px solid var(--bdr);
      transition: background .18s
    }

    .odds-tbl tbody tr:hover td {
      background: #f0f7f1
    }

    .odds-tbl td:not(:first-child) {
      text-align: center;
      font-weight: 700
    }

    .pname {
      font-weight: 800;
      color: var(--tx-h)
    }

    .ov {
      display: inline-block;
      padding: 4px 10px;
      border-radius: 6px;
      font-weight: 800;
      font-size: .83rem
    }

    .ov-best {
      background: rgba(26, 92, 40, .1);
      color: var(--g-600)
    }

    .score-col {
      text-align: center;
      min-width: 72px;
      white-space: nowrap
    }

    .score-val {
      display: inline-block;
      font-weight: 800;
      font-size: .95rem;
      color: var(--tx-h)
    }

    .score-val.score-live {
      background: rgba(26, 92, 40, .1);
      color: var(--g-600);
      padding: 4px 10px;
      border-radius: 6px
    }

    .score-meta {
      display: inline-block;
      margin-top: 2px;
      font-size: .72rem;
      font-weight: 600;
      color: #9aaa9e
    }

    /* GOLF BETTING */
    .split-2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 52px;
      align-items: start
    }

    @media(max-width:880px) {
      .split-2 {
        grid-template-columns: 1fr
      }
    }

    .guide-rows {
      display: flex;
      flex-direction: column;
      gap: 14px
    }

    .guide-row {
      display: flex;
      gap: 14px;
      padding: 16px 18px;
      background: #fff;
      border: 1.5px solid var(--bdr);
      border-radius: 10px;
      align-items: center;
      transition: all .25s;
      text-decoration: none
    }

    .guide-row:hover {
      border-color: #78c98a;
      box-shadow: 0 6px 22px rgba(26, 92, 40, .08);
      transform: translateX(4px)
    }

    .guide-icon {
      width: 42px;
      height: 42px;
      border-radius: 10px;
      background: #f0f7f1;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.05rem;
      flex-shrink: 0
    }

    .guide-title {
      font-size: .9rem;
      font-weight: 700;
      color: var(--tx-h);
      margin-bottom: 3px
    }

    .guide-meta {
      font-size: .73rem;
      color: #9aaa9e;
      font-weight: 600
    }

    .news-card {
      background: #fff;
      border: 1.5px solid var(--bdr);
      border-radius: var(--r-lg);
      padding: clamp(26px, 4vw, 42px);
      position: sticky;
      top: calc(var(--nav-h)+20px)
    }

    .news-h {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.35rem, 2.5vw, 1.85rem);
      font-weight: 900;
      line-height: 1.22;
      color: var(--tx-h);
      margin-bottom: 6px
    }

    .news-sub {
      font-size: .85rem;
      color: var(--tx-m);
      line-height: 1.62;
      margin-bottom: 22px
    }

    .perks {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-bottom: 22px
    }

    .perk {
      display: flex;
      align-items: center;
      gap: 9px;
      font-size: .82rem;
      color: var(--tx-b)
    }

    .perk-check {
      width: 18px;
      height: 18px;
      background: #edf7f0;
      border: 1.5px solid #78c98a;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      color: var(--g-600);
      font-size: .7rem;
      font-weight: 900
    }

    .form-grp {
      display: flex;
      flex-direction: column;
      gap: 5px;
      margin-bottom: 12px
    }

    .form-lbl {
      font-size: .73rem;
      font-weight: 800;
      color: var(--tx-b);
      letter-spacing: .04em
    }

    .form-inp {
      width: 100%;
      height: 48px;
      background: #f7f5ef;
      border: 1.5px solid var(--bdr);
      border-radius: 10px;
      padding: 0 14px;
      font-size: .88rem;
      color: var(--tx-h);
      font-family: inherit;
      outline: 0;
      transition: border-color .2s, box-shadow .2s
    }

    .form-inp:focus {
      border-color: var(--g-600);
      background: #fff;
      box-shadow: 0 0 0 3px rgba(26, 92, 40, .1)
    }

    .form-btn {
      width: 100%;
      margin-top: 4px
    }

    /* CAROUSEL */
    .carousel-outer {
      overflow: hidden;
      border-radius: var(--r-lg)
    }

    .carousel-inner {
      display: flex;
      gap: 20px;
      transition: transform .55s var(--ease-expo)
    }

    .t-card {
      min-width: calc(33.333% - 14px);
      background: #fff;
      border: 1.5px solid var(--bdr);
      border-radius: var(--r-lg);
      overflow: hidden;
      flex-shrink: 0;
      transition: all .3s var(--ease-expo)
    }

    .t-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 16px 44px rgba(0, 0, 0, .09)
    }

    .t-img {
      aspect-ratio: 16/9;
      overflow: hidden
    }

    .t-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .5s var(--ease-expo)
    }

    .t-card:hover .t-img img {
      transform: scale(1.06)
    }

    .t-body {
      padding: 20px
    }

    .t-date {
      font-size: .7rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .08em;
      color: var(--g-600);
      margin-bottom: 7px
    }

    .t-name {
      font-family: 'Playfair Display', serif;
      font-size: 1.1rem;
      font-weight: 700;
      color: var(--tx-h);
      margin-bottom: 12px;
      line-height: 1.25
    }

    .t-players {
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
      margin-bottom: 14px
    }

    .t-chip {
      padding: 3px 9px;
      background: #f0f7f1;
      border: 1px solid rgba(26, 92, 40, .18);
      border-radius: var(--r-full);
      font-size: .7rem;
      font-weight: 700;
      color: var(--g-700)
    }

    .car-ctrl {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      margin-top: 32px
    }

    .car-btn {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      border: 1.5px solid var(--bdr);
      background: #fff;
      color: var(--tx-m);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all .22s
    }

    .car-btn:hover {
      border-color: var(--g-600);
      color: var(--g-600);
      background: #f0f7f1
    }

    .car-btn:disabled,
    .car-btn.is-disabled {
      opacity: .35;
      pointer-events: none;
      cursor: not-allowed;
      border-color: var(--bdr);
      color: var(--tx-m);
      background: #fff
    }

    .car-dots {
      display: flex;
      gap: 7px
    }

    .car-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #d4d4cc;
      transition: all .3s;
      cursor: pointer;
      border: 0
    }

    .car-dot.on {
      background: var(--g-600);
      width: 22px;
      border-radius: 4px
    }

    @media(max-width:860px) {
      .t-card {
        min-width: calc(80vw - 36px)
      }
    }

    /* STEPS */
    .steps-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
      gap: 24px
    }

    .step-card {
      background: #fff;
      border: 1.5px solid var(--bdr);
      border-radius: var(--r-lg);
      padding: 28px 24px;
      display: flex;
      flex-direction: column;
      gap: 14px;
      transition: all .3s var(--ease-expo);
      position: relative;
      overflow: hidden
    }

    .step-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--g-600), var(--au-500));
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .35s var(--ease-expo)
    }

    .step-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 16px 44px rgba(0, 0, 0, .07)
    }

    .step-card:hover::before {
      transform: scaleX(1)
    }

    .step-num {
      font-family: 'Playfair Display', serif;
      font-size: 3rem;
      font-weight: 900;
      color: #eaeae4;
      line-height: 1;
      letter-spacing: -.04em
    }

    .step-card:hover .step-num {
      color: #b3e4be
    }

    .step-icon-box {
      width: 48px;
      height: 48px;
      background: #f0f7f1;
      border: 1.5px solid rgba(26, 92, 40, .18);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.3rem
    }

    .step-title {
      font-size: 1rem;
      font-weight: 800;
      color: var(--tx-h)
    }

    .step-desc {
      font-size: .84rem;
      color: var(--tx-m);
      line-height: 1.65
    }

    /* CTA BAND */
    .cta-band {
      background: linear-gradient(155deg, #0a1810 0%, var(--g-900) 42%, #142a18 100%);
      padding: var(--py) 0;
      position: relative;
      overflow: hidden;
      color: #fff
    }

    .cta-band::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 70% 55% at 12% 45%, rgba(26, 92, 40, .32) 0%, transparent 68%),
        radial-gradient(ellipse 50% 45% at 88% 18%, rgba(200, 168, 75, .1) 0%, transparent 62%);
      pointer-events: none
    }

    .cta-band::after {
      content: '';
      position: absolute;
      inset: auto 0 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .08), transparent)
    }

    .cta-grid-2 {
      display: grid;
      grid-template-columns: 1fr 1.1fr;
      gap: 60px;
      align-items: center;
      position: relative;
      z-index: 1
    }

    @media(max-width:880px) {
      .cta-grid-2 {
        grid-template-columns: 1fr;
        gap: 44px
      }
    }

    .cta-h {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 4vw, 3.2rem);
      font-weight: 900;
      line-height: 1.1;
      color: #fff;
      letter-spacing: -.025em;
      margin-bottom: 14px
    }

    .cta-h .gold {
      color: var(--au-300)
    }

    .cta-p {
      font-size: .95rem;
      color: rgba(255, 255, 255, .62);
      line-height: 1.72;
      margin-bottom: 20px;
      max-width: 48ch
    }

    .price-big {
      font-family: 'Playfair Display', serif;
      font-size: 3.4rem;
      font-weight: 900;
      color: var(--au-300);
      line-height: 1;
      display: inline-block
    }

    .price-unit {
      font-size: 1rem;
      font-weight: 600;
      color: rgba(255, 255, 255, .5);
      margin-left: 4px
    }

    .cta-price-row {
      margin-bottom: 28px
    }

    .cta-feats {
      display: flex;
      flex-direction: column;
      gap: 11px
    }

    .cta-feat {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: .88rem;
      color: rgba(255, 255, 255, .72)
    }

    .cta-feat-check {
      width: 20px;
      height: 20px;
      background: rgba(74, 173, 95, .15);
      border: 1.5px solid rgba(74, 173, 95, .3);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: .7rem;
      color: #4aad5f;
      flex-shrink: 0
    }

    .cta-form-card {
      background: rgba(255, 255, 255, .06);
      backdrop-filter: blur(20px);
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: var(--r-lg);
      padding: clamp(28px, 4vw, 44px);
      box-shadow: 0 24px 64px rgba(0, 0, 0, .22)
    }

    .cta-form-note {
      font-size: .84rem;
      color: rgba(255, 255, 255, .55);
      line-height: 1.6;
      margin-bottom: 22px
    }

    .cta-form-lbl {
      color: rgba(255, 255, 255, .6)
    }

    .cta-form-h {
      font-family: 'Playfair Display', serif;
      font-size: 1.55rem;
      font-weight: 900;
      color: #fff;
      margin-bottom: 6px
    }

    .cta-form-h .gold {
      color: var(--au-300)
    }

    .dark-inp {
      background: rgba(255, 255, 255, .07);
      border: 1.5px solid rgba(255, 255, 255, .12);
      color: #fff
    }

    .dark-inp::placeholder {
      color: rgba(255, 255, 255, .35)
    }

    .dark-inp:focus {
      border-color: var(--au-400);
      background: rgba(255, 255, 255, .1)
    }

    /* TESTIMONIALS */
    .testi-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
      gap: 20px;
      margin-top: 56px;
      position: relative;
      z-index: 1
    }

    .testi-card {
      background: rgba(255, 255, 255, .05);
      border: 1px solid rgba(255, 255, 255, .08);
      border-radius: var(--r-lg);
      padding: 24px;
      transition: all .3s
    }

    .testi-card:hover {
      background: rgba(255, 255, 255, .08);
      border-color: rgba(255, 255, 255, .15)
    }

    .testi-stars {
      color: var(--au-400);
      font-size: .85rem;
      margin-bottom: 14px;
      letter-spacing: 2px
    }

    .testi-q {
      font-size: .88rem;
      color: rgba(255, 255, 255, .65);
      line-height: 1.72;
      font-style: italic;
      margin-bottom: 20px
    }

    .testi-auth {
      display: flex;
      align-items: center;
      gap: 12px
    }

    .testi-av {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover
    }

    .testi-name {
      font-size: .84rem;
      font-weight: 800;
      color: #fff
    }

    /* FAQ */
    #faq .faq-wrap {
      max-width: min(760px, 100%);
      width: 100%;
      margin: 0 auto
    }

    #faq .faq-item {
      border: 1.5px solid var(--bdr);
      border-radius: 14px;
      background: #fff;
      margin-bottom: 10px;
      overflow: hidden;
      transition: border-color .2s, box-shadow .2s
    }

    #faq .faq-item:first-child {
      border-top: 1.5px solid var(--bdr)
    }

    #faq .faq-item:last-child {
      margin-bottom: 0
    }

    #faq .faq-item.open {
      border-color: rgba(26, 92, 40, .28);
      box-shadow: 0 8px 24px rgba(13, 30, 16, .06)
    }

    #faq .faq-q {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      width: 100%;
      padding: 18px 18px;
      cursor: pointer;
      font-family: inherit;
      font-weight: 700;
      font-size: .95rem;
      line-height: 1.35;
      color: var(--tx-h);
      text-align: left;
      background: transparent;
      border: 0;
      transition: color .2s;
      -webkit-tap-highlight-color: transparent;
      user-select: none
    }

    #faq .faq-q:hover {
      color: var(--g-600)
    }

    #faq .faq-q:focus-visible {
      outline: 2px solid rgba(26, 92, 40, .35);
      outline-offset: 2px
    }

    #faq .faq-q-text {
      flex: 1;
      min-width: 0
    }

    #faq .faq-icon {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: 1.5px solid var(--bdr);
      background: #f7faf7;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-left: auto;
      transition: all .3s var(--ease-expo)
    }

    #faq .faq-item.open .faq-icon {
      background: var(--g-600);
      border-color: var(--g-600);
      transform: rotate(45deg)
    }

    #faq .faq-icon svg {
      width: 12px;
      height: 12px;
      color: var(--tx-m);
      transition: color .3s
    }

    #faq .faq-item.open .faq-icon svg {
      color: #fff
    }

    #faq .faq-a {
      max-height: 0;
      overflow: hidden;
      transition: max-height .45s var(--ease-expo)
    }

    #faq .faq-a-inner {
      padding: 0 18px 18px;
      font-size: .9rem;
      color: var(--tx-m);
      line-height: 1.72
    }

    #faq .faq-item.open .faq-a {
      max-height: 400px
    }

    /* FOOTER */
    footer {
      background: #0d1e10;
      color: rgba(255, 255, 255, .8);
      padding: clamp(60px, 8vw, 96px) 0 0
    }

    .foot-grid {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1.6fr;
      gap: 48px;
      margin-bottom: 60px
    }

    @media(max-width:860px) {
      .foot-grid {
        grid-template-columns: 1fr 1fr
      }
    }

    @media(max-width:520px) {
      .foot-grid {
        grid-template-columns: 1fr
      }
    }

    .foot-logo {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 14px;
      text-decoration: none
    }

    .foot-logo .logo-name {
      color: #fff
    }

    .foot-logo .logo-tag {
      color: rgba(255, 255, 255, .45)
    }

    .foot-logo:hover .logo-mark {
      transform: rotate(-6deg) scale(1.06)
    }

    .site-logo-img--footer {
      display: block;
      height: 48px;
      width: auto;
      max-width: 220px;
      object-fit: contain
    }

    .foot-contact {
      margin-top: 14px;
      font-size: .82rem;
      color: rgba(255, 255, 255, .55);
      line-height: 1.6
    }

    .foot-contact a {
      color: rgba(255, 255, 255, .7);
      text-decoration: none
    }

    .foot-contact a:hover {
      color: #fff
    }

    .foot-social {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 14px
    }

    .foot-social a {
      font-size: .78rem;
      font-weight: 700;
      color: rgba(255, 255, 255, .65);
      text-decoration: none;
      padding: 6px 10px;
      border: 1px solid rgba(255, 255, 255, .14);
      border-radius: 8px
    }

    .foot-social a:hover {
      color: #fff;
      border-color: rgba(255, 255, 255, .35)
    }

    .foot-tag {
      font-size: .84rem;
      color: rgba(255, 255, 255, .45);
      line-height: 1.68;
      max-width: 28ch;
      margin-bottom: 22px
    }

    .foot-soc {
      display: flex;
      gap: 8px
    }

    .soc-btn {
      width: 38px;
      height: 38px;
      border-radius: 10px;
      background: rgba(255, 255, 255, .06);
      border: 1px solid rgba(255, 255, 255, .1);
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(255, 255, 255, .5);
      transition: all .25s
    }

    .foot-col-title {
      font-size: .72rem;
      font-weight: 800;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, .35);
      margin-bottom: 18px
    }

    .foot-links {
      display: flex;
      flex-direction: column;
      gap: 9px
    }

    .foot-links a {
      font-size: .85rem;
      color: rgba(255, 255, 255, .55);
      transition: color .2s
    }

    .foot-links a:hover {
      color: rgba(255, 255, 255, .9)
    }

    .foot-bottom {
      border-top: 1px solid rgba(255, 255, 255, .07);
      padding: 22px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 14px
    }

    .foot-copy {
      font-size: .73rem;
      color: rgba(255, 255, 255, .25)
    }

    /* REVEAL */
    .rev {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity .65s var(--ease-expo), transform .65s var(--ease-expo)
    }

    .rev.on {
      opacity: 1;
      transform: none
    }

    .rev-d1 {
      transition-delay: .1s
    }

    .rev-d2 {
      transition-delay: .2s
    }

    .rev-d3 {
      transition-delay: .3s
    }

    .rev-d4 {
      transition-delay: .4s
    }

    .rev-d5 {
      transition-delay: .5s
    }

    /* RESPONSIVE */
    @media(max-width:1024px) {

      .nav-links,
      .nav-cta {
        display: none
      }

      .ham {
        display: flex
      }

      .cards-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
      }
    }

    @media(min-width:1025px) {
      #mob {
        display: none !important
      }
    }

    @media(max-width:600px) {
      .hero-btns .btn {
        width: 100%
      }

      .cards-grid-4 {
        grid-template-columns: 1fr
      }
    }
