.golf-timeline {
      position: relative;
      padding-left: 0;
      list-style: none;
    }
    .golf-timeline::before {
      content: '';
      position: absolute;
      left: 22px;
      top: 0;
      bottom: 0;
      width: 3px;
      background: linear-gradient(to bottom, #527fc7, #a8c4e8);
      border-radius: 3px;
    }
    .golf-timeline li {
      position: relative;
      padding: 0 0 1.8rem 60px;
    }
    .golf-timeline li:last-child {
      padding-bottom: 0;
    }
    .golf-timeline .tl-icon {
      position: absolute;
      left: 0;
      top: 2px;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: #527fc7;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      font-weight: 700;
      box-shadow: 0 2px 8px rgba(82,127,199,0.35);
      z-index: 1;
    }
    .golf-timeline .tl-year {
      display: inline-block;
      background: #e8f0fb;
      color: #527fc7;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: .05em;
      padding: 2px 10px;
      border-radius: 20px;
      margin-bottom: 4px;
    }
    .golf-timeline .tl-title {
      font-size: 1rem;
      font-weight: 600;
      margin: 0 0 4px;
      color: #212529;
    }
    .golf-timeline .tl-text {
      font-size: 1.1rem;
      color: #555;
      margin: 0;
      line-height: 1.55;
    }

    /* ===== FACT-BOX / GOLF-SPECS GRID ===== */
    .golf-specs-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
      gap: 12px;
      margin: 1.2rem 0;
    }
    .golf-spec-card {
      background: #f0f5fc;
      border: 1px solid #c9d9f0;
      border-radius: 8px;
      padding: 14px 12px;
      text-align: center;
    }
    .golf-spec-card .spec-number {
      font-size: 1.7rem;
      font-weight: 700;
      color: #527fc7;
      line-height: 1.1;
      display: block;
    }
    .golf-spec-card .spec-label {
      font-size: 0.9rem;
      color: #666;
      margin-top: 3px;
      display: block;
      line-height: 1.3;
    }

    /* ===== CLUB FEATURE CARDS ===== */
    .club-card {
      border-left: 4px solid #527fc7;
      background: #fafcff;
      border-radius: 0 8px 8px 0;
      padding: 1rem 1.2rem;
      margin-bottom: 1rem;
      box-shadow: 0 1px 4px rgba(0,0,0,.06);
    }
    .club-card h4 {
      font-size: 1.05rem;
      font-weight: 600;
      margin: 0 0 6px;
      color: #1a2e55;
    }
    .club-card .club-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 8px;
    }
    .club-badge {
      display: inline-block;
      font-size: 0.72rem;
      font-weight: 600;
      padding: 2px 9px;
      border-radius: 20px;
      background: #e8f0fb;
      color: #527fc7;
      border: 1px solid #c5d8f5;
    }
    .club-badge.green { background: #e6f7ee; color: #198754; border-color: #b7dfca; }
    .club-badge.gold  { background: #fff8e1; color: #856404; border-color: #ffd700; }
    .club-card p {
      font-size: 1.1rem;
      color: #444;
      margin: 0;
      line-height: 1.6;
    }

    /* ===== GEO HIGHLIGHT BOX ===== */
    .geo-highlight {
      border: 1.5px solid #527fc7;
      border-radius: 8px;
      padding: 1rem 1.25rem;
      background: #f4f8ff;
      margin: 1.5rem 0;
    }
    .geo-highlight .geo-label {
      font-size: 0.72rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .08em;
      color: #527fc7;
      margin-bottom: 6px;
      display: block;
    }
    .geo-highlight p { margin: 0; font-size: 1rem; color: #1a2e55; line-height: 1.65; }

    /* ===== GREENFEE LIST ===== */
    .greenfee-list { margin: 0.5rem 0 0.75rem; }
    .greenfee-list li {
      padding: 10px 14px;
      border-left: 3px solid #527fc7;
      background: #f8faff;
      border-radius: 0 6px 6px 0;
      margin-bottom: 8px;
      font-size: 1.1rem;
      line-height: 1.6;
    }
    .greenfee-list li:hover { background: #eef3fc; }
    .greenfee-price {
      font-weight: 700;
      color: #527fc7;
    }

    /* ===== SIDEBAR WIDGETS ===== */
    .sidebar-widget {
      background: #f8f9fa;
      border: 1px solid #dee2e6;
      border-radius: 8px;
      padding: 1.1rem 1.2rem;
      margin-bottom: 1.2rem;
    }
    .sidebar-widget h5 {
      font-size: 0.95rem;
      font-weight: 700;
      color: #1a2e55;
      margin-bottom: 0.8rem;
      padding-bottom: 0.4rem;
      border-bottom: 2px solid #527fc7;
    }
    .sidebar-widget ul { padding-left: 0; list-style: none; margin: 0; }
    .sidebar-widget ul li { padding: 5px 0; font-size: 1rem; border-bottom: 1px solid #e9ecef; }
    .sidebar-widget ul li:last-child { border-bottom: none; }
    .sidebar-widget ul li a { color: #527fc7; text-decoration: none; }
    .sidebar-widget ul li a:hover { text-decoration: underline; }

    /* ===== SEASON BADGE ===== */
    .season-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #198754;
      color: #fff;
      font-size: 0.82rem;
      font-weight: 600;
      padding: 4px 12px;
      border-radius: 20px;
      margin-bottom: 1rem;
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 576px) {
      .golf-specs-grid { grid-template-columns: repeat(2, 1fr); }
      .golf-timeline::before { left: 18px; }
      .golf-timeline li { padding-left: 52px; }
      .golf-timeline .tl-icon { width: 38px; height: 38px; font-size: 0.9rem; }
    }