/*
Theme Name: Press Golf App
Theme URI: https://www.pressgolfapp.com
Author: Press Golf App
Author URI: https://www.pressgolfapp.com
Description: Custom theme for Press Golf App - the golf betting and scoring app with Live iOS Widget and Tee Time Scheduler. Built on a dark-green aesthetic with the Press skull brand identity. Child theme of GeneratePress.
Template: generatepress
Version: 1.0.0
Text Domain: press-golf-app
Tags: one-column, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, translation-ready
*/

/* ============================================
   PRESS GOLF APP - CUSTOM THEME STYLES
   ============================================ */

  :root {
    --bg: #0d1a0f;
    --bg-2: #13240f;
    --bg-3: #0a1408;
    --panel: #1a2f1c;
    --panel-2: #162515;
    --green: #7fb23b;
    --green-bright: #a3d155;
    --green-deep: #3d5f22;
    --green-glow: rgba(127, 178, 59, 0.3);
    --cream: #f4f1e8;
    --text: #e8ebe2;
    --muted: #9fb08a;
    --gold: #d4b659;
    --new-badge: #c94f2f;
    --divider: rgba(127, 178, 59, 0.18);
    --divider-strong: rgba(127, 178, 59, 0.3);
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }

  body {
    background: var(--bg);
    color: var(--text);
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
  }

  /* Subtle grain overlay */
  body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0.5 0 0 0 0 0.6 0 0 0 0 0.3 0 0 0 0.08 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 1;
    opacity: 0.4;
  }

  h1, h2, h3, h4, h5, .display {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.01em;
    line-height: 1.1;
  }

  a { color: inherit; text-decoration: none; }
  img { max-width: 100%; display: block; }

  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
    z-index: 2;
  }

  /* ============ NAVIGATION ============ */
  nav {
    background: rgba(10, 20, 8, 0.95);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--divider);
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logo {
    display: flex;
    align-items: center;
    gap: 0;
  }

  .logo img {
    height: 52px;
    width: auto;
    display: block;
  }

  .nav-links {
    display: flex;
    gap: 4px;
    list-style: none;
    align-items: center;
  }

  .nav-links a {
    color: var(--text);
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    transition: color 0.2s;
    position: relative;
  }

  .nav-links a:hover {
    color: var(--green-bright);
  }

  .nav-links a.nav-new::after {
    content: 'NEW';
    position: absolute;
    top: -6px;
    right: 0;
    background: var(--new-badge);
    color: white;
    font-size: 8px;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 2px;
    letter-spacing: 0.08em;
  }

  .nav-cta {
    background: var(--green);
    color: var(--bg) !important;
    padding: 10px 20px !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.2s;
  }

  .nav-cta:hover {
    background: var(--green-bright);
    transform: translateY(-1px);
  }

  .mobile-menu-btn {
    display: none;
    background: none;
    border: 1px solid var(--divider);
    color: var(--cream);
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
  }

  /* ============ HERO ============ */
  .hero {
    padding: 80px 0 100px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
  }

  /* Background image layer */
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('assets/images/IMG_1508_golf.jpg');
    background-size: cover;
    background-position: center 30%;
    z-index: -2;
    filter: saturate(1.1);
  }

  /* Dark gradient overlay for readability */
  .hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg,
        rgba(13, 26, 15, 0.72) 0%,
        rgba(13, 26, 15, 0.82) 50%,
        rgba(13, 26, 15, 0.92) 100%),
      radial-gradient(ellipse at top right, rgba(127, 178, 59, 0.15), transparent 60%),
      radial-gradient(ellipse at bottom left, rgba(61, 95, 34, 0.2), transparent 60%);
    z-index: -1;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 60px;
    align-items: center;
  }

  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--green-bright);
    margin-bottom: 20px;
  }

  .eyebrow::before {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: var(--green-bright);
  }

  .hero h1 {
    font-size: clamp(42px, 6vw, 76px);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--cream);
    margin-bottom: 22px;
  }

  .hero h1 .accent {
    color: var(--green-bright);
    position: relative;
    display: inline-block;
  }

  .hero h1 .accent::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 6px;
    background: var(--green-deep);
    z-index: -1;
  }

  .hero p {
    font-size: 18px;
    color: var(--muted);
    margin-bottom: 30px;
    max-width: 540px;
  }

  .new-callout {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(201, 79, 47, 0.12);
    border: 1px solid rgba(201, 79, 47, 0.35);
    padding: 10px 18px;
    border-radius: 999px;
    margin-bottom: 28px;
    font-size: 13px;
    font-weight: 500;
  }

  .new-callout .pulse {
    width: 8px;
    height: 8px;
    background: var(--new-badge);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(201, 79, 47, 0.6);
    animation: pulse 2s infinite;
  }

  @keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(201, 79, 47, 0.6); }
    70% { box-shadow: 0 0 0 10px rgba(201, 79, 47, 0); }
    100% { box-shadow: 0 0 0 0 rgba(201, 79, 47, 0); }
  }

  .cta-group {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 6px;
    transition: all 0.2s;
    cursor: pointer;
    border: none;
    font-family: inherit;
  }

  .btn-primary {
    background: var(--green);
    color: var(--bg);
  }

  .btn-primary:hover {
    background: var(--green-bright);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px -10px var(--green-glow);
  }

  .btn-ghost {
    background: transparent;
    border: 1px solid var(--divider-strong);
    color: var(--text);
  }

  .btn-ghost:hover {
    border-color: var(--green-bright);
    color: var(--green-bright);
  }

  .app-store-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #000;
    color: white !important;
    padding: 12px 22px;
    border-radius: 8px;
    border: 1px solid #2a2a2a;
    transition: all 0.2s;
  }

  .app-store-btn:hover {
    border-color: var(--green-bright);
    transform: translateY(-2px);
  }

  .app-store-btn .apple {
    font-size: 28px;
    line-height: 1;
  }

  .app-store-btn .stack {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
  }

  .app-store-btn .stack small {
    font-size: 10px;
    opacity: 0.75;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .app-store-btn .stack strong {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.02em;
  }

  .hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 560px;
  }

  .hero-phones {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    filter: drop-shadow(0 40px 60px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 40px rgba(127, 178, 59, 0.08));
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .hero-phones:hover {
    transform: scale(1.02);
  }

  /* Phone mockups in hero */
  .phone {
    width: 260px;
    height: 520px;
    background: #0a1208;
    border-radius: 38px;
    border: 4px solid #232e1e;
    position: absolute;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(127, 178, 59, 0.1);
    overflow: hidden;
  }

  .phone-screen {
    position: absolute;
    inset: 8px;
    border-radius: 30px;
    background: linear-gradient(160deg, #1a2f1c 0%, #0d1a0f 100%);
    overflow: hidden;
    padding: 40px 12px 20px;
  }

  .phone-notch {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 22px;
    background: #0a1208;
    border-radius: 12px;
    z-index: 3;
  }

  .phone-1 { transform: rotate(-8deg) translateX(-80px); z-index: 1; }
  .phone-2 { transform: rotate(8deg) translateX(80px); z-index: 2; }

  .stats-bar {
    display: flex;
    gap: 48px;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid var(--divider);
  }

  .stat-num {
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--green-bright);
    line-height: 1;
  }

  .stat-label {
    font-size: 12px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-top: 6px;
  }

  /* ============ SECTION COMMON ============ */
  section {
    padding: 100px 0;
    position: relative;
  }

  .section-header {
    text-align: center;
    margin-bottom: 60px;
  }

  .section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(127, 178, 59, 0.1);
    color: var(--green-bright);
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 18px;
  }

  .section-tag.new-tag {
    background: rgba(201, 79, 47, 0.15);
    color: #e88567;
  }

  .section-header h2 {
    font-size: clamp(36px, 5vw, 56px);
    text-transform: uppercase;
    color: var(--cream);
    max-width: 900px;
    margin: 0 auto;
    font-weight: 600;
  }

  .section-header h2 .accent {
    color: var(--green-bright);
  }

  .section-header p {
    color: var(--muted);
    font-size: 18px;
    max-width: 700px;
    margin: 20px auto 0;
  }

  /* ============ QUICK VALUE STRIP ============ */
  .value-strip {
    background: var(--bg-2);
    border-top: 1px solid var(--divider);
    border-bottom: 1px solid var(--divider);
    padding: 50px 0;
  }

  .value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: center;
  }

  .value-item h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--cream);
    margin-bottom: 10px;
    letter-spacing: 0.03em;
  }

  .value-item p {
    color: var(--muted);
    font-size: 14px;
  }

  .value-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    background: rgba(127, 178, 59, 0.1);
    border: 1px solid var(--divider-strong);
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: var(--green-bright);
  }

  /* ============ WIDGET SECTION ============ */
  .widget-section {
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
    border-top: 1px solid var(--divider);
  }

  .widget-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .widget-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 560px;
  }

  .widget-phone-img {
    max-width: 340px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 50px 80px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 60px rgba(127, 178, 59, 0.1));
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .widget-phone-img:hover {
    transform: scale(1.02) translateY(-4px);
  }

  .home-screen {
    width: 340px;
    height: 560px;
    background: linear-gradient(160deg, #2a4018 0%, #0f1d0a 50%, #1a2a12 100%);
    border-radius: 44px;
    border: 5px solid #1a1a1a;
    padding: 50px 18px 40px;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(127, 178, 59, 0.1);
    position: relative;
    overflow: hidden;
  }

  .home-screen::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 26px;
    background: #000;
    border-radius: 14px;
  }

  .home-time {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 54px;
    color: white;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 4px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
  }

  .home-date {
    text-align: center;
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 28px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
  }

  .widget-card {
    background: rgba(15, 30, 10, 0.85);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 16px;
    margin-bottom: 12px;
    border: 1px solid rgba(127, 178, 59, 0.2);
  }

  .widget-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
  }

  .widget-logo {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Oswald', sans-serif;
    color: var(--green-bright);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }

  .widget-dot {
    width: 6px;
    height: 6px;
    background: var(--green-bright);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--green-bright);
  }

  .widget-hole {
    font-size: 10px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .widget-score-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    font-size: 13px;
    color: var(--text);
    border-bottom: 1px solid rgba(127, 178, 59, 0.08);
  }
  .widget-score-row:last-child { border-bottom: none; }

  .widget-score-row .name { font-weight: 500; }
  .widget-score-row .amt { font-family: 'Oswald', sans-serif; font-weight: 600; }
  .widget-score-row .amt.up { color: var(--green-bright); }
  .widget-score-row .amt.down { color: #e88567; }

  .small-widget-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .small-widget {
    background: rgba(15, 30, 10, 0.85);
    backdrop-filter: blur(20px);
    border-radius: 18px;
    padding: 14px;
    border: 1px solid rgba(127, 178, 59, 0.2);
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .small-widget .label {
    font-size: 9px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
  }

  .small-widget .big {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    color: var(--green-bright);
    font-weight: 700;
    line-height: 1;
  }

  .small-widget .sub {
    font-size: 10px;
    color: var(--text);
  }

  .widget-section h2 {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(36px, 4.5vw, 52px);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--cream);
    line-height: 1.05;
    margin-bottom: 20px;
  }

  .widget-section h2 .accent {
    color: var(--green-bright);
  }

  .widget-section p.lede {
    color: var(--muted);
    font-size: 17px;
    margin-bottom: 18px;
  }

  .feature-list {
    list-style: none;
    margin-top: 30px;
  }

  .feature-list li {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid var(--divider);
  }

  .feature-list li:last-child { border-bottom: none; }

  .feat-num {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(127, 178, 59, 0.1);
    border: 1px solid var(--divider-strong);
    display: grid;
    place-items: center;
    color: var(--green-bright);
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
  }

  .feat-body h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--cream);
    margin-bottom: 6px;
    letter-spacing: 0.02em;
  }

  .feat-body p {
    color: var(--muted);
    font-size: 15px;
  }

  /* ============ TEE TIMES SECTION ============ */
  .tee-times-section {
    padding: 120px 0;
    background:
      radial-gradient(ellipse at 20% 0%, rgba(127, 178, 59, 0.08), transparent 50%),
      var(--bg);
    border-top: 1px solid var(--divider);
  }

  .steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 60px;
  }

  .step-card {
    background: linear-gradient(180deg, var(--panel) 0%, rgba(26, 47, 28, 0.4) 100%);
    border: 1px solid var(--divider);
    border-radius: 14px;
    padding: 32px 28px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
  }

  .step-card:hover {
    border-color: var(--divider-strong);
    transform: translateY(-4px);
  }

  .step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--green-bright), transparent);
  }

  .step-num {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: var(--green-bright);
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }

  .step-illustration {
    height: 180px;
    background: rgba(13, 26, 15, 0.6);
    border-radius: 8px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid rgba(127, 178, 59, 0.08);
  }

  .mini-app {
    width: 100%;
    max-width: 200px;
    background: var(--bg-2);
    border-radius: 10px;
    padding: 14px;
    border: 1px solid rgba(127, 178, 59, 0.15);
  }

  .mini-app-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(127, 178, 59, 0.1);
  }

  .mini-app-title {
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: var(--green-bright);
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }

  .mini-app-dot {
    width: 6px;
    height: 6px;
    background: var(--green-bright);
    border-radius: 50%;
  }

  .mini-time {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    color: var(--cream);
    font-weight: 600;
    margin-bottom: 4px;
  }

  .mini-course {
    font-size: 10px;
    color: var(--muted);
    margin-bottom: 12px;
  }

  .mini-players {
    display: flex;
    gap: 4px;
    margin-bottom: 10px;
  }

  .mini-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--green-deep);
    border: 2px solid var(--bg-2);
    display: grid;
    place-items: center;
    font-size: 9px;
    color: var(--cream);
    font-weight: 600;
  }

  .mini-avatar.empty {
    background: transparent;
    border: 2px dashed rgba(127, 178, 59, 0.3);
    color: var(--muted);
  }

  .mini-btn {
    background: var(--green);
    color: var(--bg);
    padding: 6px;
    border-radius: 4px;
    text-align: center;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }

  .mini-notif {
    background: rgba(201, 79, 47, 0.15);
    border: 1px solid rgba(201, 79, 47, 0.3);
    border-radius: 6px;
    padding: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
  }

  .mini-notif-icon {
    width: 20px;
    height: 20px;
    background: var(--new-badge);
    border-radius: 4px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    color: white;
    font-size: 11px;
    font-weight: 700;
  }

  .mini-notif-text {
    font-size: 9px;
    color: var(--text);
    line-height: 1.3;
  }

  .mini-notif-text b { color: var(--cream); }

  .mini-game-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .mini-game-item {
    background: rgba(127, 178, 59, 0.08);
    border-radius: 4px;
    padding: 5px 7px;
    font-size: 9px;
    color: var(--text);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mini-game-item.selected {
    background: var(--green);
    color: var(--bg);
    font-weight: 700;
  }

  .step-card h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--cream);
    margin-bottom: 10px;
  }

  .step-card p {
    color: var(--muted);
    font-size: 14px;
  }

  .tee-features {
    margin-top: 90px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }

  .tee-feature {
    text-align: center;
    padding: 20px 14px;
  }

  .tee-feature-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    background: rgba(127, 178, 59, 0.1);
    border: 1px solid var(--divider-strong);
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--green-bright);
  }

  .tee-feature h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--cream);
    margin-bottom: 6px;
    letter-spacing: 0.03em;
  }

  .tee-feature p {
    color: var(--muted);
    font-size: 13px;
  }

  /* ============ BRAND BAND ============ */
  .brand-band {
    position: relative;
    padding: 100px 0;
    background: var(--bg-3);
    overflow: hidden;
    border-top: 1px solid var(--divider);
    border-bottom: 1px solid var(--divider);
  }

  .brand-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      radial-gradient(ellipse at center, rgba(127, 178, 59, 0.15), transparent 70%),
      url('assets/images/IMG_1508_golf.jpg');
    background-size: cover, cover;
    background-position: center, center 40%;
    opacity: 0.35;
    filter: saturate(0.6) brightness(0.5);
  }

  .brand-band::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 20%, var(--bg-3) 90%);
  }

  .brand-band-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px;
  }

  .brand-band-logo {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: #000;
    border: 2px solid rgba(127, 178, 59, 0.3);
    box-shadow:
      0 0 0 12px rgba(127, 178, 59, 0.05),
      0 0 60px rgba(127, 178, 59, 0.2),
      0 30px 60px rgba(0, 0, 0, 0.6);
    display: grid;
    place-items: center;
    overflow: hidden;
    flex-shrink: 0;
  }

  .brand-band-logo img {
    width: 110%;
    height: auto;
    max-width: none;
    display: block;
  }

  .brand-band h3 {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(32px, 4.5vw, 54px);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--cream);
    line-height: 1.05;
    letter-spacing: 0.01em;
    margin-bottom: 18px;
  }

  .brand-band h3 .accent {
    color: var(--green-bright);
  }

  .brand-band p {
    color: var(--muted);
    font-size: 17px;
    max-width: 520px;
    margin-bottom: 8px;
  }

  .brand-band-tagline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--green-bright);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 18px;
  }

  .brand-band-tagline::before {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: var(--green-bright);
  }

  @media (max-width: 900px) {
    .brand-band-inner {
      grid-template-columns: 1fr;
      text-align: center;
      justify-items: center;
      gap: 36px;
    }
    .brand-band-logo {
      width: 200px;
      height: 200px;
    }
    .brand-band-tagline {
      justify-content: center;
    }
    .brand-band p {
      margin-left: auto;
      margin-right: auto;
    }
  }

  /* ============ FEATURES GRID ============ */
  .features-section {
    background: var(--bg-2);
    border-top: 1px solid var(--divider);
    border-bottom: 1px solid var(--divider);
  }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 50px;
  }

  .feat-card {
    background: var(--panel);
    border: 1px solid var(--divider);
    border-radius: 12px;
    padding: 36px 30px;
    position: relative;
    transition: all 0.3s;
  }

  .feat-card:hover { transform: translateY(-4px); border-color: var(--divider-strong); }

  .feat-card.new-card {
    border-color: rgba(201, 79, 47, 0.3);
    background: linear-gradient(180deg, var(--panel) 0%, rgba(26, 47, 28, 0.4) 100%);
  }

  .feat-card.new-card::before {
    content: 'NEW';
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--new-badge);
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 3px;
    letter-spacing: 0.1em;
  }

  .feat-card .icon {
    width: 56px;
    height: 56px;
    background: rgba(127, 178, 59, 0.1);
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: var(--green-bright);
    margin-bottom: 22px;
  }

  .feat-card h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--cream);
    margin-bottom: 12px;
  }

  .feat-card p {
    color: var(--muted);
    font-size: 14px;
  }

  /* ============ GAMES GRID ============ */
  .games-section {
    background: var(--bg);
    padding: 120px 0;
  }

  .games-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 50px;
  }

  .game-card {
    background: var(--panel-2);
    border: 1px solid var(--divider);
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }

  .game-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(127, 178, 59, 0.08), transparent 70%);
    opacity: 0;
    transition: opacity 0.3s;
  }

  .game-card:hover {
    transform: translateY(-4px);
    border-color: var(--divider-strong);
  }

  .game-card:hover::before { opacity: 1; }

  .game-card > * { position: relative; z-index: 1; }

  .game-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    background: rgba(127, 178, 59, 0.08);
    border: 1px solid var(--divider);
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 28px;
    transition: all 0.3s;
  }

  .game-card:hover .game-icon {
    background: rgba(127, 178, 59, 0.15);
    transform: scale(1.05);
  }

  .game-card h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--cream);
    margin-bottom: 6px;
    letter-spacing: 0.03em;
  }

  .game-card p {
    font-size: 12px;
    color: var(--muted);
  }

  /* ============ POPULAR STATS ============ */
  .popular-stats {
    background: var(--bg-2);
    padding: 100px 0;
    border-top: 1px solid var(--divider);
    border-bottom: 1px solid var(--divider);
  }

  .popular-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }

  .rank-list {
    list-style: none;
  }

  .rank-item {
    display: grid;
    grid-template-columns: 40px 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid var(--divider);
  }

  .rank-num {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--green-bright);
  }

  .rank-name {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--cream);
    letter-spacing: 0.02em;
  }

  .rank-bar-wrap {
    width: 160px;
    height: 6px;
    background: rgba(127, 178, 59, 0.1);
    border-radius: 3px;
    overflow: hidden;
  }

  .rank-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--green), var(--green-bright));
    border-radius: 3px;
  }

  .rank-pct {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: var(--muted);
    font-weight: 600;
  }

  .avg-bet-card {
    background: var(--panel);
    border: 1px solid var(--divider);
    border-radius: 14px;
    padding: 36px;
  }

  .avg-bet-header {
    font-size: 12px;
    color: var(--green-bright);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .bet-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .bet-tile {
    background: var(--bg-3);
    border: 1px solid var(--divider);
    border-radius: 10px;
    padding: 18px;
    text-align: center;
  }

  .bet-tile .amt {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--green-bright);
    line-height: 1;
    margin-bottom: 4px;
  }

  .bet-tile .game-name {
    font-size: 12px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }

  /* ============ PAYMENT SECTION ============ */
  .payment-section {
    background: var(--bg);
    padding: 120px 0;
  }

  .payment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  .payment-visual {
    position: relative;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .payment-phone {
    width: 220px;
    height: 440px;
    background: white;
    border-radius: 32px;
    border: 4px solid #1a1a1a;
    padding: 30px 16px 20px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
    color: #1a1a1a;
    position: relative;
  }

  .payment-phone::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 18px;
    background: #1a1a1a;
    border-radius: 10px;
  }

  .pay-title {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a1a1a;
  }

  .pay-row {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 8px;
    display: grid;
    grid-template-columns: 28px 1fr auto;
    gap: 8px;
    align-items: center;
  }

  .pay-avatar {
    width: 28px;
    height: 28px;
    background: var(--green);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: white;
    font-weight: 700;
    font-size: 12px;
  }

  .pay-name {
    font-size: 11px;
    font-weight: 600;
  }

  .pay-amt {
    font-size: 11px;
    font-weight: 700;
    color: var(--green-deep);
  }

  .pay-amt.neg { color: #c94f2f; }

  .pay-btn {
    background: var(--green);
    color: white;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    margin-top: 14px;
  }

  .pay-methods {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
  }

  .pay-method {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 10px;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    color: #1a1a1a;
  }

  /* ============ TUTORIAL ============ */
  .tutorial-section {
    background: var(--bg-2);
    border-top: 1px solid var(--divider);
    padding: 120px 0;
  }

  .tutorial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 50px;
  }

  .video-card {
    background: var(--panel);
    border: 1px solid var(--divider);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s;
  }

  .video-card:hover {
    transform: translateY(-4px);
    border-color: var(--divider-strong);
  }

  .video-thumb {
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, var(--green-deep), var(--bg-3));
    display: grid;
    place-items: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }

  .video-thumb::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent, rgba(0,0,0,0.3));
  }

  .play-icon {
    width: 56px;
    height: 56px;
    background: var(--green);
    border-radius: 50%;
    display: grid;
    place-items: center;
    z-index: 2;
    transition: all 0.3s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  }

  .video-card:hover .play-icon {
    transform: scale(1.1);
    background: var(--green-bright);
  }

  .play-icon::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 16px solid var(--bg);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-left: 4px;
  }

  .video-info {
    padding: 22px;
  }

  .video-info h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--cream);
    margin-bottom: 8px;
    letter-spacing: 0.02em;
  }

  .video-info p {
    font-size: 13px;
    color: var(--muted);
  }

  /* ============ TESTIMONIALS ============ */
  .testimonials-section {
    background: var(--bg);
    padding: 120px 0;
    border-top: 1px solid var(--divider);
  }

  .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 50px;
  }

  .testimonial {
    background: var(--panel-2);
    border: 1px solid var(--divider);
    border-radius: 14px;
    padding: 32px;
    position: relative;
  }

  .testimonial::before {
    content: '"';
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 80px;
    color: var(--green-deep);
    line-height: 1;
    font-weight: 700;
    opacity: 0.5;
  }

  .stars {
    display: flex;
    gap: 2px;
    margin-bottom: 16px;
    color: var(--gold);
    position: relative;
    z-index: 1;
  }

  .testimonial-text {
    color: var(--text);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }

  .testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid var(--divider);
  }

  .author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--green-deep), var(--green));
    display: grid;
    place-items: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: var(--cream);
  }

  .author-name {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--cream);
    letter-spacing: 0.03em;
  }

  .author-role {
    font-size: 12px;
    color: var(--muted);
  }

  /* ============ FAQ ============ */
  .faq-section {
    padding: 120px 0;
    background: var(--bg-2);
    border-top: 1px solid var(--divider);
    border-bottom: 1px solid var(--divider);
  }

  .faq-list {
    max-width: 820px;
    margin: 50px auto 0;
  }

  .faq-item {
    border-bottom: 1px solid var(--divider);
    padding: 20px 0;
  }

  .faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--cream);
    letter-spacing: 0.01em;
    gap: 20px;
  }

  .faq-q:hover { color: var(--green-bright); }

  .faq-q .plus {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border: 1px solid var(--divider-strong);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--green-bright);
    font-size: 16px;
    font-weight: 300;
    transition: transform 0.3s;
  }

  .faq-item.open .plus {
    transform: rotate(45deg);
    background: var(--green);
    color: var(--bg);
    border-color: var(--green);
  }

  .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
  }

  .faq-item.open .faq-a {
    max-height: 400px;
    padding-top: 14px;
  }

  .faq-item.new-faq .faq-q::before {
    content: 'NEW';
    display: inline-block;
    background: var(--new-badge);
    color: white;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 2px;
    letter-spacing: 0.1em;
    margin-right: 12px;
    vertical-align: middle;
  }

  /* ============ CTA / CONTACT ============ */
  .cta-section {
    padding: 120px 0;
    background-image: url('assets/images/IMG_1508_golf.jpg');
    background-size: cover;
    background-position: center 60%;
    text-align: center;
    position: relative;
    overflow: hidden;
    isolation: isolate;
  }

  .cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(13, 26, 15, 0.85) 0%, rgba(13, 26, 15, 0.78) 50%, rgba(13, 26, 15, 0.92) 100%),
      radial-gradient(ellipse at center, rgba(127, 178, 59, 0.18), transparent 70%);
    z-index: -1;
  }

  .cta-inner {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .cta-section h2 {
    font-size: clamp(40px, 6vw, 64px);
    text-transform: uppercase;
    color: var(--cream);
    margin-bottom: 20px;
    font-weight: 700;
  }

  .cta-section h2 .accent { color: var(--green-bright); }

  .cta-section p {
    color: var(--muted);
    font-size: 18px;
    margin-bottom: 36px;
  }

  /* ============ SIGNUP FORM ============ */
  .signup-section {
    background: var(--bg-3);
    padding: 100px 0;
    border-top: 1px solid var(--divider);
  }

  .signup-wrap {
    max-width: 680px;
    margin: 0 auto;
    background: linear-gradient(180deg, var(--panel) 0%, var(--panel-2) 100%);
    border: 1px solid var(--divider-strong);
    border-radius: 16px;
    padding: 50px 44px;
  }

  .signup-wrap .section-tag {
    margin-bottom: 14px;
  }

  .signup-wrap h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--cream);
    margin-bottom: 10px;
  }

  .signup-wrap > p {
    color: var(--muted);
    margin-bottom: 28px;
    font-size: 15px;
  }

  .signup-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .form-group {
    display: flex;
    flex-direction: column;
  }

  .form-group.full { grid-column: 1 / -1; }

  .form-group label {
    font-size: 11px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    font-weight: 600;
  }

  .form-group input {
    background: var(--bg-3);
    border: 1px solid var(--divider);
    color: var(--text);
    padding: 12px 14px;
    border-radius: 6px;
    font-family: inherit;
    font-size: 14px;
    transition: border-color 0.2s;
  }

  .form-group input:focus {
    outline: none;
    border-color: var(--green-bright);
  }

  .signup-form button {
    grid-column: 1 / -1;
    background: var(--green);
    color: var(--bg);
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 8px;
  }

  .signup-form button:hover {
    background: var(--green-bright);
    transform: translateY(-1px);
  }

  /* ============ FOOTER ============ */
  footer {
    background: var(--bg-3);
    padding: 70px 0 30px;
    border-top: 1px solid var(--divider);
    color: var(--muted);
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 50px;
  }

  .footer-brand {
    max-width: 340px;
  }

  .footer-brand img {
    height: 88px;
    width: auto;
    margin-bottom: 22px;
    display: block;
  }

  .footer-brand p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .footer-col h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--cream);
    letter-spacing: 0.15em;
    margin-bottom: 20px;
  }

  .footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .footer-col a {
    color: var(--muted);
    font-size: 13px;
    transition: color 0.2s;
  }

  .footer-col a:hover { color: var(--green-bright); }

  .social-links {
    display: flex;
    gap: 12px;
  }

  .social-links a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(127, 178, 59, 0.08);
    border: 1px solid var(--divider);
    display: grid;
    place-items: center;
    color: var(--green-bright);
    transition: all 0.2s;
  }

  .social-links a:hover {
    background: var(--green);
    color: var(--bg);
    border-color: var(--green);
    transform: translateY(-2px);
  }

  .footer-bottom {
    border-top: 1px solid var(--divider);
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 12px;
  }

  .footer-bottom p {
    max-width: 700px;
    line-height: 1.6;
    opacity: 0.7;
  }

  /* ============ RESPONSIVE ============ */
  @media (max-width: 900px) {
    .hero-grid, .widget-grid, .payment-grid, .popular-grid { grid-template-columns: 1fr; gap: 40px; }
    .hero-visual { height: 420px; }
    .steps-grid, .tutorial-grid, .testimonials-grid { grid-template-columns: 1fr; }
    .tee-features { grid-template-columns: 1fr 1fr; }
    .features-grid { grid-template-columns: 1fr; }
    .games-grid { grid-template-columns: repeat(2, 1fr); }
    .value-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 40px; }
    .nav-links { display: none; }
    .mobile-menu-btn { display: block; }
    .stats-bar { flex-wrap: wrap; gap: 24px; }
    section { padding: 70px 0; }
    .widget-visual { min-height: 500px; }
    .widget-phone-img { max-width: 280px; }
    .signup-wrap { padding: 36px 24px; }
    .signup-form { grid-template-columns: 1fr; }
    .container { padding: 0 20px; }
  }

  @media (max-width: 600px) {
    .games-grid { grid-template-columns: 1fr 1fr; }
    .tee-features { grid-template-columns: 1fr; }
    .bet-grid { grid-template-columns: 1fr 1fr; }
  }
