:root {
  --bg-dark: #081820;
  --bg-section: #0e2830;
  --bg-card: #13323c;
  --bg-alt: #0b2229;
  --accent: #6cd165;
  --accent-hover: #5ab856;
  --accent-glow: rgba(108, 209, 101, 0.2);
  --accent-light: #8ed987;
  --green: #6cd165;
  --blue-accent: #3B82F6;
  --text: #e8eaf0;
  --text-muted: #8896b3;
  --text-bright: #ffffff;
  --border: rgba(255,255,255,0.07);
  --heading: 'Sora', sans-serif;
  --body: 'DM Sans', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  background: var(--bg-dark);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.container-sm { max-width: 780px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4 {
  font-family: var(--heading);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--text-bright);
}
h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 600; }
p { font-size: clamp(1rem, 1.5vw, 1.1rem); color: var(--text); line-height: 1.7; }

.btn {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 1.15rem;
  padding: 18px 40px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: center;
  letter-spacing: -0.01em;
  box-shadow: 0 4px 24px rgba(108, 209, 101, 0.35);
}
.btn:hover {
  background: var(--accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 36px rgba(108, 209, 101, 0.5);
}
.btn-lg { font-size: 1.25rem; padding: 22px 52px; border-radius: 10px; }
.btn-full { width: 100%; display: block; }
.btn-sub {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-top: 12px;
  text-align: center;
  line-height: 1.5;
}

.countdown-wrap {
  background: rgba(108, 209, 101, 0.08);
  border: 1px solid rgba(108, 209, 101, 0.25);
  border-radius: 10px;
  padding: 16px 28px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}
.countdown-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  font-family: var(--heading);
  font-weight: 600;
  margin-right: 8px;
}
.countdown-segments { display: flex; gap: 16px; }
.seg { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.seg-num {
  font-family: var(--heading);
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--text-bright);
  line-height: 1;
  min-width: 44px;
  text-align: center;
  background: rgba(108, 209, 101, 0.12);
  border-radius: 6px;
  padding: 6px 8px;
}
.seg-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}
.seg-sep {
  font-family: var(--heading);
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--accent);
  align-self: center;
  margin-top: -12px;
}

nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(14, 40, 48, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.logo img {
  height: 42px;
  width: auto;
  max-width: min(220px, 55vw);
  display: block;
}
.nav-cta {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 10px 22px;
  border-radius: 6px;
  transition: all 0.2s;
}
.nav-cta:hover { background: var(--accent-hover); }

.hero {
  padding: 80px 0 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(108, 209, 101, 0.12) 0%, transparent 70%);
  pointer-events: none;
}
.hero-tag {
  display: inline-block;
  background: rgba(255, 106, 27, 0.12);
  border: 1px solid rgba(255, 106, 27, 0.35);
  color: #ff6a1b;
  font-family: var(--heading);
  font-weight: 600;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 24px;
}
.hero h1 {
  max-width: 880px;
  margin: 0 auto 24px;
  font-size: clamp(2.6rem, 4.5vw, 3.44rem);
  background: linear-gradient(135deg, #fff 0%, #c8d8ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sub {
  max-width: 660px;
  margin: 0 auto 36px;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  color: #a8b8d8;
  line-height: 1.7;
}
.hero-dates {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.date-pill {
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.3);
  color: #7eb3ff;
  font-family: var(--heading);
  font-weight: 500;
  font-size: 0.82rem;
  padding: 6px 14px;
  border-radius: 50px;
}
.date-sep { color: var(--text-muted); font-size: 0.8rem; }
.hero-cta-wrap { display: flex; flex-direction: column; align-items: center; gap: 0; }

section { padding: 80px 0; }
.section-alt { background: var(--bg-section); }
.section-tag {
  display: inline-block;
  font-family: var(--heading);
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  background: rgba(108, 209, 101, 0.1);
  border: 1px solid rgba(108, 209, 101, 0.2);
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 16px;
}
.section-head { text-align: center; margin-bottom: 56px; }
.section-head p { max-width: 600px; margin: 16px auto 0; color: var(--text-muted); }

.forwho-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.forwho-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
}
.forwho-icon {
  width: 28px;
  height: 28px;
  background: rgba(108, 209, 101, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.forwho-icon svg { width: 14px; height: 14px; }
.forwho-item p { font-size: 0.97rem; color: var(--text); margin: 0; line-height: 1.6; }

.problem-wrap { max-width: 720px; margin: 0 auto; text-align: center; }
.problem-wrap h2 { font-size: clamp(1.8rem, 4.5vw, 3rem); margin-bottom: 32px; }
.problem-wrap p { font-size: 1.05rem; color: #a8b8d8; margin-bottom: 20px; }
.problem-accent {
  display: inline-block;
  background: linear-gradient(90deg, var(--accent), var(--accent-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

.sessions-grid { display: grid; gap: 24px; }
.session-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: start;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.session-card:hover {
  border-color: rgba(108, 209, 101, 0.3);
  box-shadow: 0 8px 32px rgba(108, 209, 101, 0.08);
}
.session-num {
  width: 52px;
  height: 52px;
  background: var(--accent);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--heading);
  font-weight: 800;
  font-size: 1.2rem;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(108, 209, 101, 0.35);
}
.session-date {
  font-family: var(--heading);
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 6px;
}
.session-card h3 { font-size: 1.25rem; margin-bottom: 10px; color: var(--text-bright); }
.session-card p { font-size: 0.95rem; color: var(--text-muted); margin: 0; line-height: 1.65; }
.session-card ul { padding-left: 1.25rem; margin: 0; }
.session-card li { font-size: 0.95rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 0.5rem; }

.deliv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.deliv-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 10px;
}
.deliv-dot {
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 6px;
}
.deliv-item p { font-size: 0.93rem; color: var(--text); margin: 0; line-height: 1.6; }

.about-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 56px;
  align-items: center;
}
.about-photo { position: relative; }
.about-photo-frame {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  overflow: hidden;
}
.about-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  object-position: center 20%;
}
.about-badge {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: #fff;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 0.8rem;
  padding: 10px 20px;
  border-radius: 50px;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(108, 209, 101, 0.4);
  text-align: center;
}
.about-content h2 { margin-bottom: 20px; }
.about-content p { color: #a8b8d8; margin-bottom: 16px; font-size: 1rem; }
.about-stats {
  display: flex;
  gap: 32px;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}
.stat span:first-child {
  display: block;
  font-family: var(--heading);
  font-weight: 800;
  font-size: 1.8rem;
  color: var(--text-bright);
}
.stat span:last-child { display: block; font-size: 0.82rem; color: var(--text-muted); }

.gpartner-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  padding: 20px 28px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  width: fit-content;
}
.gpartner-img { width: 80px; height: auto; flex-shrink: 0; }
.gpartner-text { font-size: 0.95rem; color: var(--text-muted); line-height: 1.6; }
.gpartner-text strong { color: var(--text-bright); font-weight: 600; }

.tiers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 860px;
  margin: 0 auto;
}
.tier-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.tier-vip {
  border: 2px solid var(--accent);
  box-shadow: 0 0 60px rgba(108, 209, 101, 0.15);
}
.tier-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: #fff;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 18px;
  border-radius: 50px;
  white-space: nowrap;
}
.tier-label {
  font-family: var(--heading);
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  margin-bottom: 12px;
}
.tier-vip .tier-label { color: var(--accent); }
.tier-price {
  font-family: var(--heading);
  font-weight: 800;
  font-size: 3rem;
  color: var(--text-bright);
  line-height: 1;
  margin-bottom: 4px;
}
.tier-price span { font-size: 1.4rem; color: var(--text-muted); font-weight: 500; }
.tier-price-note { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 24px; }
.offer-list {
  list-style: none;
  margin-bottom: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}
.offer-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.95rem;
  color: var(--text);
}
.offer-list li::before {
  content: '';
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(108, 209, 101, 0.12)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236cd165'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E")
    center/20px no-repeat;
  margin-top: 1px;
}

.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  color: var(--text-bright);
  font-family: var(--heading);
  font-weight: 600;
  font-size: 1rem;
  padding: 24px 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: color 0.2s;
}
.faq-q:hover { color: var(--accent); }
.faq-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.faq-icon svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: var(--text-muted);
  stroke-width: 2;
  transition: transform 0.3s;
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.faq-a-inner {
  padding-bottom: 20px;
  font-size: 0.97rem;
  color: var(--text-muted);
  line-height: 1.7;
}
.faq-item.open .faq-icon { background: var(--accent); border-color: var(--accent); }
.faq-item.open .faq-icon svg { stroke: #fff; transform: rotate(45deg); }
.faq-item.open .faq-a { max-height: 400px; }

.closing {
  text-align: center;
  padding: 100px 0;
  background:
    radial-gradient(ellipse 80% 70% at 50% 50%, rgba(108, 209, 101, 0.1) 0%, transparent 70%),
    var(--bg-dark);
}
.closing h2 { max-width: 800px; margin: 0 auto 28px; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.closing p { max-width: 580px; margin: 0 auto 40px; color: #a8b8d8; }

footer {
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  padding: 28px 0;
  text-align: center;
}
footer p { font-size: 0.82rem; color: var(--text-muted); }
footer a { color: var(--text-muted); text-decoration: underline; }

@keyframes glow {
  0%, 100% { box-shadow: 0 0 40px rgba(108, 209, 101, 0.2); }
  50% { box-shadow: 0 0 60px rgba(108, 209, 101, 0.4); }
}
.hero .btn { animation: glow 3s ease infinite; }
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.fade-up.visible { opacity: 1; transform: translateY(0); }
.fade-up:nth-child(2) { transition-delay: 0.1s; }
.fade-up:nth-child(3) { transition-delay: 0.2s; }
.fade-up:nth-child(4) { transition-delay: 0.3s; }

@media (prefers-reduced-motion: reduce) {
  .btn, .fade-up { animation: none; transition: none; }
  .fade-up { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .about-inner { grid-template-columns: 1fr; }
  .about-photo { max-width: 280px; margin: 0 auto; }
  .forwho-grid { grid-template-columns: 1fr; }
  .deliv-grid { grid-template-columns: 1fr; }
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.testi-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.testi-stars { display: flex; gap: 4px; color: var(--accent); font-size: 0.9rem; letter-spacing: 2px; }
.testi-text {
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.65;
  font-style: italic;
  flex: 1;
}
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
  flex-shrink: 0;
}
.testi-name { font-family: var(--heading); font-weight: 600; font-size: 0.9rem; color: var(--text-bright); }
.testi-role { font-size: 0.78rem; color: var(--text-muted); }

@media (max-width: 900px) {
  .testi-grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  section { padding: 60px 0; }
  .session-card { grid-template-columns: 1fr; }
  .session-num { width: 44px; height: 44px; font-size: 1rem; }
  .countdown-wrap { flex-direction: column; gap: 12px; text-align: center; }
  .hero { padding: 60px 0 52px; }
  .about-stats { flex-wrap: wrap; gap: 20px; }
  .btn-lg { font-size: 1.05rem; padding: 18px 28px; }
  .tiers-grid { grid-template-columns: 1fr; }
}