/* Fallback if fonts don't load (e.g. offline) */
@supports not (font-family: 'EB Garamond') {
  .hero h1, .form-card-header h2, .about-text h3, .what-num { font-family: Georgia, 'Times New Roman', serif; }
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg:      #0d0d0f;
  --surface: #1c1c20;
  --border:  #2e2e34;
  --accent:  #d4ff3f;
  --dim:     #7a7a7a;
  --bone:    #f3ede0;
  --text:    #e2ddd0;
}
body { background: var(--bg); color: var(--text); font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.6; min-height: 100vh; }

/* HERO */
.page-hero { max-width: 760px; margin: 0 auto; padding: 64px 40px 80px; display: flex; flex-direction: column; gap: 32px; }
.hero-headline { }
.hero-vsl { width: 100%; }
.hero-form { width: 100%; }
.hero-tag { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 0.12em; color: var(--accent); border: 1px solid var(--accent); padding: 4px 12px; border-radius: 3px; margin-bottom: 24px; text-transform: uppercase; }
.page-hero h1 { font-family: 'EB Garamond', Georgia, 'Times New Roman', serif; font-size: clamp(38px, 4.5vw, 60px); font-weight: 600; line-height: 1.05; letter-spacing: -0.03em; color: var(--bone); margin-bottom: 20px; }
.hero h1 em, .page-hero h1 em { font-style: italic; color: var(--accent); }
.hero-sub { font-size: 16px; color: var(--dim); line-height: 1.6; margin-top: 20px; margin-bottom: 0; }
.form-body-grid { display: flex; flex-direction: column; gap: 12px; padding: 24px 28px; }
/* VSL */
.vsl-placeholder { width: 100%; aspect-ratio: 16/9; background: var(--surface); border: 1px solid var(--border); border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
.vsl-placeholder iframe { width: 100%; height: 100%; border: 0; border-radius: 10px; display: block; }

/* FORM */
.form-card { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.form-card-header { background: var(--accent); padding: 18px 28px; }
.form-card-header h2 { font-family: 'EB Garamond', Georgia, 'Times New Roman', serif; font-size: 24px; font-weight: 800; color: var(--bg); line-height: 1.2; }
.form-card-header p { font-size: 13px; color: var(--bg); opacity: 0.65; margin-top: 3px; }
.form-body { padding: 24px 28px; }    .form-field { display: flex; flex-direction: column; gap: 5px; }
.hidden-field, .form-body-grid .hidden-field { display: none !important; }
.form-field label { font-size: 13px; font-weight: 600; color: #bbb; letter-spacing: 0.03em; }
.form-field input, .form-field select { background: var(--bg); border: 1px solid var(--border); border-radius: 7px; color: #ffffff; font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; font-size: 16px; padding: 11px 14px; outline: none; transition: border-color 0.15s; width: 100%; appearance: none; }
.form-field input::placeholder { color: #666; }
.form-field input:focus, .form-field select:focus { border-color: var(--accent); }
.form-field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238a8a8a' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; cursor: pointer; }
.form-submit { width: 100%; padding: 14px; white-space: nowrap; background: var(--accent); color: var(--bg); border: none; border-radius: 8px; font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; font-size: 15px; font-weight: 700; cursor: pointer; transition: opacity 0.15s; margin-top: 4px; }
.form-submit:hover { opacity: 0.88; }
.form-fine { font-size: 11px; color: var(--dim); text-align: center; padding: 10px 28px 16px; }

/* WHAT YOU GET */
.section { max-width: 760px; margin: 0 auto; padding: 0 40px 80px; }
.section-label { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; color: var(--dim); text-transform: uppercase; margin-bottom: 32px; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.what-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.what-cell { background: var(--surface); padding: 28px 28px 24px; }
.what-num { font-family: 'EB Garamond', Georgia, 'Times New Roman', serif; font-size: 13px; color: var(--accent); margin-bottom: 12px; }
.what-title { font-size: 17px; font-weight: 700; color: var(--bone); margin-bottom: 8px; line-height: 1.25; }
.what-body { font-size: 14px; color: var(--dim); line-height: 1.55; }

/* ABOUT */
.about-section { max-width: 760px; margin: 0 auto; padding: 0 40px 80px; }
.about-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.about-text h3 { font-family: 'EB Garamond', Georgia, 'Times New Roman', serif; font-size: 34px; font-weight: 800; color: var(--bone); line-height: 1.1; margin-bottom: 16px; letter-spacing: -0.02em; }
.about-text p { font-size: 15px; color: var(--dim); line-height: 1.7; margin-bottom: 12px; }
.about-cta { margin-top: 20px; }
.about-img { aspect-ratio: 3/4; background: var(--surface); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.about-img img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.about-placeholder { color: var(--dim); font-size: 13px; text-align: center; padding: 20px; }

/* FOOTER */
footer { border-top: 1px solid var(--border); padding: 28px 40px; display: flex; justify-content: space-between; align-items: center; max-width: 760px; margin: 0 auto; }
footer p { font-size: 13px; color: var(--dim); }
footer a { color: var(--dim); font-size: 13px; text-decoration: none; }
footer a:hover { color: var(--text); }

/* LINKS + BUTTONS */
.link-accent { color: var(--accent); text-decoration: none; font-weight: 600; }
.btn-accent { display: inline-block; background: var(--accent); color: #111; font-weight: 700; font-size: 15px; padding: 14px 32px; border-radius: 7px; text-decoration: none; }

/* THANK YOU PAGE */
#thankyou-page { display: none; }
.ty-wrap { max-width: 760px; margin: 0 auto; padding: 64px 40px 80px; }
.ty-confirm { text-align: center; margin-bottom: 48px; }
.ty-check { width: 56px; height: 56px; background: var(--accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; }
.ty-h2 { font-family: 'EB Garamond', Georgia, serif; font-size: clamp(32px, 4vw, 48px); font-weight: 600; color: var(--bone); line-height: 1.1; margin-bottom: 16px; }
.ty-sub { font-size: 17px; color: var(--dim); line-height: 1.6; max-width: 480px; margin: 0 auto; }
.ty-vsl { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 10px; background: #111; margin-bottom: 48px; }
.ty-vsl iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 10px; }
.ty-cta { text-align: center; }
.ty-cta p { font-size: 15px; color: var(--dim); margin-bottom: 20px; }

/* MOBILE */
@media (max-width: 700px) {
  .page-hero { padding: 32px 20px 40px; gap: 20px; }
  .page-hero h1 { font-size: 32px; line-height: 1.05; }
  .hero-sub { font-size: 15px; }
  .form-body-grid { display: block !important; padding: 20px !important; }
  .form-body-grid .form-field { margin-bottom: 12px; }
  .form-body-grid .form-field.hidden-field { display: none !important; margin-bottom: 0; }
  .form-body-grid .form-submit { display: block !important; width: 100% !important; padding: 14px !important; margin-top: 4px; }
  .section { padding: 0 20px 52px; }
  .what-grid { grid-template-columns: 1fr; }
  .about-section { padding: 0 20px 60px; }
  .about-inner { grid-template-columns: 1fr; }
  .about-img { display: none; }
  footer { flex-direction: column; gap: 10px; text-align: center; padding: 24px 20px; }
}
