﻿.lp-page {
  --gold: #a67c00;
  --gold-mid: #c9a84c;
  --gold-light: #e8c97a;
  --dark: #0c0a06;
  --dark-2: #1a1500;
  --white: #ffffff;
  --cream: #f9f5ec;
  --text: #1a1500;
  --text-mid: #4a3c00;
  --text-light: #7a6a30;
  background: var(--cream);
  color: var(--text);
  font-family: 'Manrope', sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}
.lp-page section { padding: 100px 48px; }
.lp-container { max-width: 1000px; margin: 0 auto; }
.lp-section-label { font-size: 10px; letter-spacing: 0.5em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; display: block; }
.lp-section-title { font-family: 'Newsreader', serif; font-size: clamp(36px, 5vw, 60px); font-weight: 300; line-height: 1.1; color: var(--text); margin-bottom: 48px; }
.lp-section-title em { font-style: italic; color: var(--gold); }

.lp-hero {
  min-height: 100vh;
  background: linear-gradient(150deg, #0c0a06 0%, #1a1500 50%, #2a2000 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 48px 80px;
  position: relative;
  overflow: hidden;
}
.lp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(166, 124, 0, 0.08) 0%, transparent 60%), radial-gradient(ellipse at 70% 30%, rgba(201, 168, 76, 0.05) 0%, transparent 50%);
}
.lp-hero-inner { position: relative; z-index: 1; }
.lp-hero-tag { font-size: 11px; letter-spacing: 0.5em; text-transform: uppercase; color: var(--gold-mid); margin-bottom: 32px; display: flex; align-items: center; justify-content: center; gap: 20px; }
.lp-hero-tag::before,
.lp-hero-tag::after { content: ''; width: 40px; height: 1px; background: var(--gold); }
.lp-hero h1 { font-family: 'Newsreader', serif; font-size: clamp(48px, 7vw, 96px); font-weight: 300; line-height: 1; color: var(--white); margin-bottom: 8px; }
.lp-hero h1 em { font-style: italic; color: var(--gold-light); display: block; }
.lp-hero-divider { width: 60px; height: 1px; background: var(--gold); margin: 32px auto; }
.lp-hero-desc { font-family: 'Newsreader', serif; font-size: 20px; font-style: italic; color: rgba(255, 255, 255, 0.6); max-width: 600px; margin: 0 auto; line-height: 1.8; }
.lp-hero-sub { font-size: 13px; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(255, 255, 255, 0.4); margin: 40px auto 0; max-width: 500px; }

.lp-credentials { background: var(--dark); padding: 100px 48px; }
.lp-credentials .lp-section-title { color: var(--white); }
.lp-credentials .lp-section-label { color: var(--gold-mid); }
.lp-cred-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.lp-cred-item { background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.07); border-top: 2px solid var(--gold); padding: 32px 24px; }
.lp-cred-num { font-family: 'Newsreader', serif; font-size: 56px; font-weight: 300; color: rgba(166, 124, 0, 0.3); line-height: 1; margin-bottom: 8px; }
.lp-cred-title { font-size: 14px; font-weight: 500; color: var(--white); margin-bottom: 8px; }
.lp-cred-desc { font-size: 13px; color: rgba(255, 255, 255, 0.5); line-height: 1.6; }

.lp-awards { background: var(--cream); }
.lp-awards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.lp-award-item { background: var(--white); border: 1px solid rgba(166, 124, 0, 0.15); border-left: 3px solid var(--gold); padding: 24px 28px; display: flex; align-items: flex-start; gap: 16px; }
.lp-award-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; flex-shrink: 0; margin-top: 8px; }
.lp-award-text { font-size: 14px; color: var(--text-mid); line-height: 1.6; }
.lp-award-text strong { color: var(--text); font-weight: 600; display: block; margin-bottom: 2px; }

.lp-workshops { background: var(--dark-2); padding: 100px 48px; }
.lp-workshops .lp-section-title { color: var(--white); }
.lp-workshops .lp-section-label { color: var(--gold-mid); }
.lp-workshop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.lp-workshop-item { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.08); padding: 28px 32px; position: relative; overflow: hidden; transition: all 0.3s; }
.lp-workshop-item::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--gold); transform: scaleY(0); transition: transform 0.3s; transform-origin: bottom; }
.lp-workshop-item:hover::before { transform: scaleY(1); }
.lp-workshop-item:hover { background: rgba(166, 124, 0, 0.05); }
.lp-workshop-title { font-family: 'Newsreader', serif; font-size: 20px; font-weight: 600; color: var(--white); margin-bottom: 10px; }
.lp-workshop-desc { font-size: 13px; color: rgba(255, 255, 255, 0.55); line-height: 1.7; }

.lp-formats { background: var(--cream); }
.lp-format-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.lp-format-item { background: var(--white); border: 1px solid rgba(166, 124, 0, 0.12); padding: 36px 24px; text-align: center; transition: all 0.3s; }
.lp-format-item:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(166, 124, 0, 0.1); }
.lp-format-icon { font-size: 32px; margin-bottom: 16px; display: block; }
.lp-format-title { font-family: 'Newsreader', serif; font-size: 20px; font-weight: 600; color: var(--text); margin-bottom: 8px; }
.lp-format-desc { font-size: 13px; color: var(--text-light); line-height: 1.6; }

.lp-who { background: var(--dark); padding: 100px 48px; }
.lp-who .lp-section-title { color: var(--white); }
.lp-who .lp-section-label { color: var(--gold-mid); }
.lp-who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.lp-who-item { background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); padding: 24px; }
.lp-who-item-title { font-size: 14px; font-weight: 500; color: var(--gold-light); margin-bottom: 6px; }
.lp-who-item-desc { font-size: 13px; color: rgba(255, 255, 255, 0.5); line-height: 1.6; }

.lp-reach { background: var(--cream); }
.lp-reach-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; text-align: center; }
.lp-reach-num { font-family: 'Newsreader', serif; font-size: 56px; font-weight: 300; color: var(--gold); line-height: 1; display: block; }
.lp-reach-label { font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-light); margin-top: 8px; display: block; }

.lp-cta { background: var(--gold); padding: 100px 48px; text-align: center; }
.lp-cta h2 { font-family: 'Newsreader', serif; font-size: clamp(36px, 5vw, 64px); font-weight: 300; color: var(--white); margin-bottom: 16px; line-height: 1.1; }
.lp-cta p { font-size: 16px; color: rgba(255, 255, 255, 0.8); margin-bottom: 40px; }
.lp-btn-white { display: inline-block; background: var(--white); color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; padding: 18px 48px; text-decoration: none; transition: all 0.3s; }
.lp-btn-white:hover { background: var(--dark); color: var(--white); }
.lp-cta-foot { margin-top: 24px; font-size: 14px; color: rgba(255, 255, 255, 0.7); }

@media (max-width: 1024px) {
  .lp-page section,
  .lp-credentials,
  .lp-workshops,
  .lp-who,
  .lp-cta { padding-left: 24px; padding-right: 24px; }
}

@media (max-width: 768px) {
  .lp-page section { padding-top: 60px; padding-bottom: 60px; }
  .lp-hero { min-height: auto; padding: 100px 24px 60px; }
  .lp-cred-grid,
  .lp-awards-grid,
  .lp-workshop-grid,
  .lp-format-grid,
  .lp-who-grid { grid-template-columns: 1fr; }
  .lp-reach-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
