:root{
  --black: #050505;
  --gold-1:#F2CB52;
  --gold-2:#CB9E29;
  --gold-3:#A47811;
  --gold-4:#775208;

  --text:#F5F5F5;
  --muted: rgba(245,245,245,.72);

  --border: 1px solid rgba(203,158,41,.55);
  --glow: 0 0 24px rgba(242,203,82,.16);
  --radius: 14px;

  --max: 1120px;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: radial-gradient(1200px 700px at 70% 20%, rgba(203,158,41,.10), transparent 55%),
              radial-gradient(900px 500px at 10% 40%, rgba(242,203,82,.06), transparent 55%),
              var(--black);
}

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

.noise{
  position:fixed; inset:0;
  pointer-events:none;
  opacity:.10;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.container{
  max-width: var(--max);
  margin: 0 auto;
  padding: 28px 18px 40px;
}

.header{
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(5,5,5,.55);
  border-bottom: 1px solid rgba(203,158,41,.15);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 14px 18px;
}

.brand{ display:flex; align-items:center; gap:10px; }
.brand-mark{
  width: 10px; height: 10px;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--gold-1), var(--gold-3));
  box-shadow: var(--glow);
}
.brand-name{
  font-family: Anton, Inter, sans-serif;
  letter-spacing: .06em;
  font-size: 16px;
}

.nav{ display:flex; gap:16px; align-items:center; }
.nav a{ color: var(--muted); font-weight:600; font-size: 14px; }
.nav a:hover{ color: var(--text); }

.nav-cta{
  color: var(--text) !important;
  border: var(--border);
  padding: 10px 12px;
  border-radius: 999px;
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
.nav-cta:hover{ box-shadow: var(--glow); }

.hero{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  padding: 28px 0 12px;
  align-items:center;
}

.pill{
  display:inline-block;
  border: 1px solid rgba(203,158,41,.35);
  color: rgba(242,203,82,.9);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .02em;
}

h1{
  font-family: Anton, Inter, sans-serif;
  font-size: clamp(40px, 5.2vw, 68px);
  line-height: 1.0;
  margin: 14px 0 10px;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.lead{ color: var(--muted); font-size: 18px; line-height: 1.6; margin: 0 0 18px; }

.hero-actions{ display:flex; gap:12px; flex-wrap:wrap; margin: 12px 0 12px; }

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 13px;
  border: 1px solid rgba(203,158,41,.35);
}
.btn.primary{
  border: 1px solid rgba(242,203,82,.65);
  background: linear-gradient(145deg, rgba(242,203,82,.16), rgba(203,158,41,.06));
  box-shadow: var(--glow);
}
.btn.primary:hover{ background: linear-gradient(145deg, rgba(242,203,82,.22), rgba(203,158,41,.08)); }

.btn.ghost{
  background: rgba(0,0,0,.25);
}
.btn.ghost:hover{ box-shadow: var(--glow); }

.quicklinks{ display:flex; gap:10px; flex-wrap:wrap; margin-top: 10px; }
.quick{
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(203,158,41,.25);
  color: rgba(245,245,245,.86);
  font-size: 13px;
}
.quick:hover{ border-color: rgba(242,203,82,.55); box-shadow: var(--glow); }

.note{
  margin-top: 14px;
  color: rgba(245,245,245,.60);
  font-size: 13px;
}

.hero-logo{ display:flex; flex-direction:column; align-items:center; gap:10px; }
.logo-frame{
  width: min(420px, 92%);
  aspect-ratio: 1/1;
  border-radius: var(--radius);
  border: 1px solid rgba(242,203,82,.35);
  background: radial-gradient(600px 350px at 50% 30%, rgba(242,203,82,.10), rgba(0,0,0,.0)),
              rgba(0,0,0,.25);
  padding: 14px;
  box-shadow: 0 18px 60px rgba(0,0,0,.45);
}
.logo-frame img{
  width:100%;
  height:100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.55));
}
.logo-caption{
  font-family: Anton, Inter, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(242,203,82,.75);
  font-size: 12px;
}

.section{ padding: 34px 0 10px; }
.section-head h2{
  font-family: Anton, Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin:0 0 8px;
  font-size: 34px;
}
.section-head p{ margin:0; color: var(--muted); line-height: 1.6; }

.grid3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.cards{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.card{
  border: var(--border);
  border-radius: var(--radius);
  background: rgba(0,0,0,.28);
  padding: 16px;
}
.card h3{
  margin: 0 0 10px;
  font-family: Anton, Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: 20px;
}
.card p{ margin:0; color: var(--muted); line-height:1.6; }
.card.big{ padding: 18px; }
.card.big ul{ margin: 10px 0 0; padding-left: 18px; color: rgba(245,245,245,.78); line-height: 1.65; }
.card.big li{ margin: 6px 0; }

.split{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 14px;
  align-items:start;
}
.highlight{
  background: radial-gradient(600px 320px at 30% 10%, rgba(242,203,82,.14), transparent 55%),
              rgba(0,0,0,.30);
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
}
.about-strong{ font-size: 16px; color: rgba(245,245,245,.86); }
.badge-row{ display:flex; gap:8px; flex-wrap:wrap; margin-top: 12px; }
.badge{
  border: 1px solid rgba(203,158,41,.35);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  color: rgba(242,203,82,.85);
}

.steps{ margin: 10px 0 16px; padding-left: 18px; color: rgba(245,245,245,.82); line-height: 1.7; }
.steps li{ margin: 8px 0; }

.contact-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.contact-card{
  border: 1px solid rgba(242,203,82,.35);
  border-radius: var(--radius);
  padding: 16px;
  background: rgba(0,0,0,.28);
}
.contact-card:hover{ box-shadow: var(--glow); border-color: rgba(242,203,82,.6); }
.contact-title{
  color: rgba(242,203,82,.85);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 12px;
}
.contact-value{
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
}
.contact-hint{
  margin-top: 6px;
  color: rgba(245,245,245,.62);
  font-size: 13px;
}

.fineprint{
  margin-top: 14px;
  color: rgba(245,245,245,.62);
  font-size: 13px;
  line-height: 1.6;
}

.footer {
  margin-top: 80px;
  padding: 30px 20px;
  text-align: center;
  font-size: 14px;
  color: #aaa;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer a {
  color: #c9a43b;
  text-decoration: none;
  margin: 0 8px;
}

.footer a:hover {
  text-decoration: underline;
}


.coach {
  padding: 120px 0;
}

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

.coach-image img {
  width: 100%;
  border-radius: 12px;
  filter: contrast(1.05) saturate(0.9);
}

.coach-text h2 {
  margin-bottom: 24px;
}

.coach-text p {
  margin-bottom: 16px;
  color: #ccc;
}

.coach-quote {
  margin-top: 24px;
  font-style: italic;
  color: #c9a43b;
}

