/*
Theme Name: TI Golf Sim Theme
Theme URI: https://tigolfsim.co.uk
Author: Custom Developer
Description: Clean, premium indoor golf simulator landing page theme.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: tigolfsim
*/

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  background: #050706;
  color: #fff;
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: min(1180px, 92%);
  margin: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(3, 4, 4, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nav {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  letter-spacing: 5px;
  font-size: 20px;
}
.brand em {
  font-style: normal;
  color: #74b943;
}
.brand-mark {
  font-family: Georgia, serif;
  font-size: 46px;
  font-style: italic;
  /* letter-spacing: -6px; */
  background: linear-gradient(120deg, #fff, #d4af37 55%, #74b943);
  -webkit-background-clip: text;
  color: transparent;
}
nav {
  display: flex;
  gap: 28px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
nav a {
  opacity: 0.9;
}
nav a:hover {
  color: #74b943;
}
.nav-toggle {
  display: none;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 25px;
  border-radius: 4px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.8px;
  transition: 0.2s;
}
.btn-primary {
  background: #76bb45;
  color: white;
}
.btn-primary:hover {
  background: #8bd653;
}
.btn-outline,
.btn-dark {
  border: 1px solid #76bb45;
}
.btn-dark {
  background: rgba(0, 0, 0, 0.38);
}
.hero {
  min-height: 720px;
  background: radial-gradient(
      circle at 72% 25%,
      rgba(118, 187, 69, 0.22),
      transparent 35%
    ),
    linear-gradient(90deg, #050706 0%, #0b1210 56%, #050706);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 40px;
  align-items: center;
}
.eyebrow {
  color: #74b943;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hero h1 {
  font-size: clamp(44px, 6vw, 78px);
  line-height: 1.05;
  text-transform: uppercase;
  margin: 10px 0 18px;
}
.intro {
  font-size: 20px;
  line-height: 1.7;
  color: #e4e4e4;
}
.actions {
  display: flex;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.sim-visual {
  height: 510px;
  background: #101313;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.55);
  padding: 34px;
  position: relative;
}
.screen {
  height: 350px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
      180deg,
      rgba(59, 112, 158, 0.9),
      rgba(20, 60, 28, 0.9)
    ),
    url("https://images.unsplash.com/photo-1535131749006-b7f58c99034b?auto=format&fit=crop&w=1400&q=80");
  background-size: cover;
  background-blend-mode: multiply;
  box-shadow: 0 0 40px rgba(118, 187, 69, 0.12);
}
.stats {
  position: absolute;
  left: 18px;
  top: 18px;
  display: grid;
  gap: 8px;
}
.stats span {
  background: rgba(0, 0, 0, 0.55);
  padding: 8px 10px;
  font-size: 11px;
  text-transform: uppercase;
}
.stats strong {
  font-size: 22px;
}
.course-label {
  position: absolute;
  right: 18px;
  top: 18px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
}
.mat {
  width: 55%;
  height: 88px;
  background: #2d4b22;
  position: absolute;
  left: 20%;
  bottom: 36px;
  border-radius: 3px;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.55);
}
.feature-strip {
  background: #080d0d;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  padding: 34px 0;
}
.features div {
  display: grid;
  grid-template-columns: 40px 1fr;
  column-gap: 14px;
}
.features span {
  grid-row: span 2;
  color: #74b943;
  font-size: 30px;
}
.features h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 7px;
}
.features p {
  margin: 0;
  color: #c9c9c9;
  font-size: 13px;
  line-height: 1.5;
}
.section {
  padding: 82px 0;
  background: #07100f;
}
.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  align-items: center;
}
.photo-card,
.card-img {
  background: url("https://images.unsplash.com/photo-1592919505780-303950717480?auto=format&fit=crop&w=1200&q=80")
    center/cover;
  border-radius: 8px;
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  text-transform: uppercase;
  margin: 10px 0 22px;
}
.split p:not(.eyebrow),
.section-title p:not(.eyebrow) {
  color: #d5d5d5;
  line-height: 1.8;
}
.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 28px 0;
}
.mini-grid div {
  border-left: 1px solid #74b943;
  padding-left: 14px;
}
.mini-grid strong {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
}
.mini-grid span {
  display: block;
  color: #c8c8c8;
  font-size: 12px;
  margin-top: 5px;
}
.section-title {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 38px;
}
.cards,
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.card,
.price-card {
  background: #0b1212;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 24px;
}
.card-img {
  min-height: 190px;
  margin: -24px -24px 24px;
  border-radius: 8px 8px 0 0;
}
.img-play {
  background-image: url("https://images.unsplash.com/photo-1535131749006-b7f58c99034b?auto=format&fit=crop&w=900&q=80");
}
.img-practice {
  background-image: linear-gradient(135deg, #0a0d0d, #263d24);
}
.img-member {
  background-image: url("https://images.unsplash.com/photo-1593111774240-d529f12cf4bb?auto=format&fit=crop&w=900&q=80");
}
.card h3,
.price-card h3 {
  color: #74b943;
  text-transform: uppercase;
}
.card p,
.price-card p {
  color: #d0d0d0;
  line-height: 1.7;
}
.card a {
  color: #74b943;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}
.pricing {
  background: #050706;
}
.price-card {
  text-align: center;
  padding: 34px;
}
.price-card.featured {
  border-color: #74b943;
  box-shadow: 0 0 40px rgba(118, 187, 69, 0.12);
}
.price {
  font-size: 46px !important;
  color: #fff !important;
  font-weight: 800;
  margin: 15px 0;
}
.price span {
  font-size: 15px;
  color: #bfbfbf;
}
.cta {
  text-align: center;
  padding: 74px 0;
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.75),
      rgba(19, 58, 20, 0.65)
    ),
    url("https://images.unsplash.com/photo-1535131749006-b7f58c99034b?auto=format&fit=crop&w=1600&q=80")
      center/cover;
}
.cta h2 {
  margin-bottom: 8px;
}
.footer {
  background: #040606;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 58px 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 36px;
}
.footer h4 {
  color: #74b943;
  text-transform: uppercase;
}
.footer p,
.footer a {
  display: block;
  color: #cfcfcf;
  line-height: 1.8;
  margin: 6px 0;
}
.footer-brand {
  font-size: 17px;
  letter-spacing: 3px;
  margin-bottom: 12px;
}
@media (max-width: 900px) {
  .nav {
    height: auto;
    min-height: 76px;
    flex-wrap: wrap;
  }
  .nav-toggle {
    display: block;
    background: none;
    border: 1px solid #74b943;
    color: #fff;
    padding: 9px 12px;
    font-size: 20px;
  }
  nav {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 10px 0 20px;
  }
  .nav .btn {
    display: none;
  }
  nav.open {
    display: flex;
  }
  .hero {
    padding: 80px 0;
  }
  .hero-grid,
  .split-grid {
    grid-template-columns: 1fr;
  }
  .features,
  .cards,
  .price-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .sim-visual {
    height: 430px;
    padding: 20px;
  }
  .screen {
    height: 300px;
  }
  .mini-grid {
    grid-template-columns: 1fr;
  }
  .hero h1 {
    font-size: 42px;
  }
}
