/* ============================================================
   HYPNOZIO™ — us-en-hypnozio.com — css/style.css
   Theme: Deep Midnight Purple + Lavender + Warm Gold
   Fonts: Cormorant Garamond (headings) + Source Sans 3 (body)
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --midnight:      #0D0B1E;
  --purple:        #2D1B69;
  --purple-mid:    #4C1D95;
  --lavender:      #8B5CF6;
  --lav-light:     #C4B5FD;
  --lav-pale:      #F5F3FF;
  --gold:          #F59E0B;
  --gold-hover:    #D97706;
  --gold-pale:     #FFFBEB;
  --white:         #FFFFFF;
  --off-white:     #FAF9FC;
  --text:          #0D0B1E;
  --muted:         #4B4466;
  --border:        #DDD6FE;
  --border-soft:   #EDE9FE;
  --radius:        10px;
  --radius-sm:     6px;
  --radius-pill:   50px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 18px;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
  line-height: 1.78;
}

/* NAV */
nav {
  position: sticky; top: 0; z-index: 1000;
  background: var(--midnight);
  padding: 0 24px; height: 70px;
  box-shadow: 0 2px 20px rgba(13,11,30,0.6);
  border-bottom: 3px solid var(--lavender);
}
.nav-inner { max-width: 1200px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.65rem; font-weight: 700; color: var(--lav-light); text-decoration: none; letter-spacing: 1px; flex-shrink: 0; font-style: italic; }
.nav-links { display: flex; align-items: center; gap: 22px; list-style: none; }
.nav-links a { color: #9880CC; text-decoration: none; font-size: 0.92rem; font-weight: 400; transition: color 0.2s; white-space: nowrap; }
.nav-links a:hover { color: var(--lav-light); }
.btn-nav-order { background: var(--gold) !important; color: var(--midnight) !important; font-weight: 700 !important; font-size: 0.86rem !important; padding: 10px 20px !important; border-radius: var(--radius-pill) !important; transition: background 0.2s !important; text-transform: uppercase; letter-spacing: 0.5px; }
.btn-nav-order:hover { background: var(--gold-hover) !important; color: var(--white) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { width: 25px; height: 2.5px; background: var(--lavender); display: block; border-radius: 2px; }
.mobile-menu { display: none; flex-direction: column; background: var(--midnight); position: absolute; top: 70px; left: 0; right: 0; padding: 22px 30px; gap: 16px; z-index: 999; border-top: 1px solid rgba(139,92,246,0.2); }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: #9880CC; text-decoration: none; font-size: 1rem; }
.mobile-menu a:hover { color: var(--lav-light); }
.mobile-menu .btn-mob-order { background: var(--gold); color: var(--midnight); text-align: center; padding: 13px; border-radius: var(--radius-pill); font-weight: 700; margin-top: 6px; font-size: 0.9rem; text-transform: uppercase; text-decoration: none; }

/* BUTTONS */
.btn-primary { display: inline-block; background: var(--gold); color: var(--midnight); font-family: 'Source Sans 3', sans-serif; font-weight: 700; font-size: 1rem; letter-spacing: 0.5px; text-transform: uppercase; padding: 15px 34px; border-radius: var(--radius-pill); text-decoration: none; transition: background 0.2s, transform 0.15s, box-shadow 0.2s; box-shadow: 0 4px 18px rgba(245,158,11,0.35); }
.btn-primary:hover { background: var(--gold-hover); color: var(--white); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(217,119,6,0.4); }
.btn-hero { font-size: 1.05rem; padding: 16px 38px; display: block; text-align: center; }
.btn-cta-final { font-size: 1.15rem; padding: 17px 46px; }

/* SEC TITLE BANDS */
.sec-title-band { background: linear-gradient(135deg, var(--midnight) 0%, var(--purple) 100%); padding: 52px 40px 44px; text-align: center; border-bottom: 3px solid rgba(139,92,246,0.4); }
.sec-title-band h2 { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; font-weight: 700; color: var(--white); line-height: 1.2; margin-bottom: 8px; }
.sec-subtitle { font-family: 'Source Sans 3', sans-serif; font-size: 1.02rem; color: var(--lav-light); font-style: italic; margin-top: 8px; }

/* HERO */
.hero { background: linear-gradient(160deg, var(--lav-pale) 0%, var(--white) 60%); padding: 70px 48px 60px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; bottom: -100px; right: -100px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(139,92,246,0.08) 0%, transparent 70%); pointer-events: none; }
.hero-inner { max-width: 1100px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 44px; }
.hero-text-top { text-align: center; max-width: 820px; }
.hero-pill { display: inline-block; background: var(--purple); color: var(--lav-light); padding: 7px 22px; border-radius: var(--radius-pill); font-size: 0.86rem; font-weight: 600; margin-bottom: 20px; letter-spacing: 0.5px; }
.hero-text-top h1 { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 700; line-height: 1.1; color: var(--purple); margin-bottom: 18px; }
.hero-sub { font-size: 1.1rem; line-height: 1.82; color: var(--muted); max-width: 700px; margin: 0 auto; }
.hero-center { display: grid; grid-template-columns: auto 1fr; gap: 48px; align-items: start; max-width: 960px; width: 100%; }
.hero-img-wrap { display: flex; justify-content: center; }
.hero-img-wrap a img { max-width: 380px; width: 100%; filter: drop-shadow(0 14px 40px rgba(45,27,105,0.22)); transition: transform 0.4s; }
.hero-img-wrap a:hover img { transform: scale(1.04); }
.hero-benefits-col { display: flex; flex-direction: column; gap: 12px; }
.hb-item { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.7); border: 1px solid var(--border-soft); border-radius: var(--radius); padding: 10px 16px; }
.hb-icon { font-size: 1.3rem; flex-shrink: 0; }
.hb-item span:last-child { font-size: 0.97rem; font-weight: 600; color: var(--purple); }
.hero-note { font-size: 0.83rem; color: var(--muted); text-align: center; margin-top: 4px; }
.hero-trust-bar { display: flex; align-items: center; justify-content: center; background: var(--purple); border-radius: var(--radius); padding: 16px 32px; gap: 0; width: 100%; max-width: 960px; }
.htb-item { display: flex; flex-direction: column; align-items: center; gap: 4px; flex: 1; text-align: center; }
.htb-item span:first-child { font-size: 1.4rem; }
.htb-item span:last-child { font-size: 0.75rem; font-weight: 600; color: var(--lav-light); text-transform: uppercase; letter-spacing: 0.5px; }
.htb-sep { width: 1px; height: 32px; background: rgba(196,181,253,0.2); flex-shrink: 0; }

/* SUBCONSCIOUS SECTION */
.subconscious-section { background: var(--white); padding: 70px 48px; }
.sc-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 400px; gap: 64px; align-items: start; }
.sc-text p { font-size: 1.06rem; line-height: 1.88; color: var(--muted); margin-bottom: 16px; }
.sc-text p:last-child { color: var(--purple); font-weight: 600; font-style: italic; }
.mind-diagram { display: flex; flex-direction: column; gap: 0; }
.mind-conscious { background: var(--off-white); border: 1.5px solid var(--border-soft); border-radius: var(--radius) var(--radius) 0 0; padding: 20px; text-align: center; }
.mind-subconscious { background: linear-gradient(135deg, var(--purple) 0%, var(--purple-mid) 100%); border-radius: 0 0 var(--radius) var(--radius); padding: 28px 20px; text-align: center; color: var(--white); }
.md-pct { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 700; line-height: 1; margin-bottom: 8px; }
.mind-conscious .md-pct { color: var(--muted); }
.mind-subconscious .md-pct { color: var(--gold); }
.mind-conscious h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.mind-subconscious h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 700; color: var(--lav-light); margin-bottom: 8px; }
.mind-conscious p, .mind-subconscious p { font-size: 0.93rem; line-height: 1.6; }
.mind-conscious p { color: var(--muted); }
.mind-subconscious p { color: rgba(255,255,255,0.85); }
.md-note { font-size: 0.82rem; font-style: italic; margin-top: 8px; }
.mind-conscious .md-note { color: var(--muted); }
.mind-subconscious .md-note { color: var(--lav-light); }

/* WHAT IS */
.what-is-section { background: var(--off-white); padding: 70px 48px; }
.what-is-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 420px 1fr; align-items: center; gap: 64px; }
.wi-img { display: flex; justify-content: center; }
.wi-img img { max-width: 100%; filter: drop-shadow(0 10px 28px rgba(45,27,105,0.16)); }
.wi-text p { font-size: 1.06rem; line-height: 1.88; color: var(--muted); margin-bottom: 16px; }

/* PRICING BAND */
.pricing-band { background: linear-gradient(135deg, var(--midnight) 0%, var(--purple) 100%); padding: 48px 40px 18px; text-align: center; }
.pricing-band h3 { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.pricing-band h4 { font-family: 'Source Sans 3', sans-serif; font-size: 1.1rem; font-style: italic; color: var(--lav-light); }

/* PRICING IMAGE */
.price-img-section { background: var(--white); padding: 48px; text-align: center; }
.price-img-section a { display: inline-block; }
.price-img-section a img { max-width: 960px; width: 100%; height: auto; border-radius: var(--radius); transition: transform 0.3s; box-shadow: 0 4px 24px rgba(45,27,105,0.1); }
.price-img-section a:hover img { transform: scale(1.01); }

/* PROGRAMS */
.programs-section { background: var(--off-white); padding: 70px 48px; }
.prog-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.prog-card { background: var(--white); border: 1px solid var(--border-soft); border-radius: var(--radius); border-top: 4px solid var(--lavender); padding: 28px 22px; transition: box-shadow 0.3s, transform 0.3s; }
.prog-card:hover { box-shadow: 0 8px 28px rgba(139,92,246,0.14); transform: translateY(-4px); }
.pc-icon { font-size: 2.4rem; margin-bottom: 12px; display: block; }
.prog-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 700; color: var(--purple); margin-bottom: 4px; }
.pc-tag { font-size: 0.78rem; font-weight: 600; color: var(--lavender); text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 12px; display: block; }
.prog-card p { font-size: 0.97rem; line-height: 1.78; color: var(--muted); }

/* HOW IT WORKS */
.how-works-section { background: var(--white); padding: 70px 48px; }
.hw-three { max-width: 1100px; margin: 0 auto 40px; display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.hw3-card { background: var(--off-white); border: 1px solid var(--border-soft); border-radius: var(--radius); border-top: 4px solid var(--gold); padding: 32px 24px; text-align: center; position: relative; transition: box-shadow 0.3s, transform 0.3s; }
.hw3-card:hover { box-shadow: 0 8px 28px rgba(245,158,11,0.12); transform: translateY(-4px); }
.hw3-num { position: absolute; top: -1px; right: 16px; font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 700; color: rgba(245,158,11,0.12); line-height: 1; }
.hw3-icon { font-size: 2.6rem; display: block; margin-bottom: 16px; position: relative; }
.hw3-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 700; color: var(--purple); margin-bottom: 12px; position: relative; }
.hw3-card p { font-size: 0.97rem; line-height: 1.78; color: var(--muted); position: relative; }
.hw3-cta { text-align: center; }

/* REVIEWS */
.reviews-section { background: var(--off-white); padding: 70px 48px; }
.reviews-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.review-card { background: var(--white); border: 1px solid var(--border-soft); border-radius: var(--radius); border-top: 4px solid var(--gold); padding: 28px 24px; transition: box-shadow 0.3s, transform 0.3s; }
.review-card:hover { box-shadow: 0 8px 28px rgba(245,158,11,0.1); transform: translateY(-4px); }
.rv-stars { font-size: 1.2rem; color: var(--gold); letter-spacing: 3px; margin-bottom: 8px; }
.rv-badge { font-size: 0.82rem; font-weight: 600; color: var(--lavender); text-transform: uppercase; letter-spacing: 0.3px; margin-bottom: 14px; }
.rv-text { font-size: 0.97rem; line-height: 1.78; color: var(--muted); font-style: italic; margin-bottom: 20px; }
.rv-author { display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--border-soft); padding-top: 16px; }
.rv-photo { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; border: 2.5px solid var(--lavender); flex-shrink: 0; }
.rv-name { font-family: 'Cormorant Garamond', serif; font-weight: 700; color: var(--purple); font-size: 1rem; }
.rv-loc { font-size: 0.82rem; color: var(--muted); }

/* GUARANTEE */
.guarantee-section { background: var(--white); padding: 70px 48px; }
.guar-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 280px 1fr; align-items: center; gap: 64px; }
.guar-img { display: flex; justify-content: center; }
.guar-img img { max-width: 100%; filter: drop-shadow(0 6px 20px rgba(45,27,105,0.12)); }
.guar-text h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 700; color: var(--purple); margin-bottom: 16px; line-height: 1.25; }
.guar-text p { font-size: 1.04rem; line-height: 1.88; color: var(--muted); margin-bottom: 14px; }

/* BENEFITS */
.benefits-section { background: var(--off-white); padding: 70px 48px; }
.benefits-numbered { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }
.bn-item { display: flex; gap: 24px; align-items: flex-start; padding: 22px 0; border-bottom: 1px solid var(--border-soft); }
.bn-item:last-child { border-bottom: none; }
.bn-num { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 700; color: var(--gold); min-width: 36px; line-height: 1; padding-top: 4px; flex-shrink: 0; }
.bn-body strong { font-family: 'Source Sans 3', sans-serif; font-size: 1rem; font-weight: 700; color: var(--purple); display: block; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.3px; }
.bn-body p { font-size: 1rem; line-height: 1.82; color: var(--muted); margin: 0; }

/* FAQs */
.faq-section { background: var(--white); padding: 70px 48px; }
.faq-list { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--off-white); border: 1px solid var(--border-soft); border-radius: var(--radius); overflow: hidden; transition: border-color 0.2s; }
.faq-item.open { border-color: var(--lavender); }
.faq-question { width: 100%; background: none; border: none; text-align: left; padding: 20px 26px; font-family: 'Cormorant Garamond', serif; font-size: 1.08rem; font-weight: 700; color: var(--purple); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; transition: background 0.2s; line-height: 1.4; }
.faq-question:hover { background: var(--lav-pale); }
.faq-item.open .faq-question { background: var(--lav-pale); color: var(--purple-mid); }
.faq-arrow { font-size: 1rem; transition: transform 0.3s; color: var(--gold); flex-shrink: 0; }
.faq-answer { display: none; padding: 16px 26px 22px; font-size: 1.02rem; line-height: 1.82; color: var(--muted); border-top: 1px solid var(--border-soft); background: var(--white); }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }

/* ORDER HOW */
.order-how-section { background: var(--off-white); padding: 70px 48px; }
.order-how-inner { max-width: 900px; margin: 0 auto; }
.order-how-inner p { font-size: 1.06rem; line-height: 1.88; color: var(--muted); margin-bottom: 16px; }
.order-img-wrap { text-align: center; margin-top: 36px; }
.order-img-wrap a img { max-width: 960px; width: 100%; height: auto; border-radius: var(--radius); transition: transform 0.3s; box-shadow: 0 4px 24px rgba(45,27,105,0.1); }
.order-img-wrap a:hover img { transform: scale(1.01); }

/* FINAL CTA */
.cta-final {
  background: linear-gradient(160deg, var(--lav-pale) 0%, var(--white) 55%);
  padding: 80px 48px; text-align: center;
  border-top: 4px solid var(--gold); border-bottom: 4px solid var(--gold);
  position: relative; overflow: hidden;
}
.cta-final::before { content: ''; position: absolute; top: -80px; left: 50%; transform: translateX(-50%); width: 700px; height: 700px; background: radial-gradient(circle, rgba(139,92,246,0.07) 0%, transparent 70%); pointer-events: none; }
.cta-final h2 { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; font-weight: 700; color: var(--purple); margin-bottom: 10px; line-height: 1.18; position: relative; }
.cta-sub { font-size: 1.1rem; color: var(--muted); font-style: italic; margin-bottom: 36px; display: block; }
.cta-img { max-width: 340px; margin: 0 auto 28px; }
.cta-img a img { width: 100%; height: auto; filter: drop-shadow(0 12px 32px rgba(45,27,105,0.2)); transition: transform 0.4s; }
.cta-img a:hover img { transform: scale(1.04); }
.cta-programs-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; margin-bottom: 20px; }
.cta-programs-row span { font-size: 1rem; font-weight: 600; color: var(--purple); padding: 8px 18px; background: var(--lav-pale); border: 1.5px solid var(--border); border-radius: var(--radius-pill); }
.cta-pricing { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 28px; margin-bottom: 24px; }
.cta-pricing span { font-size: 0.92rem; font-weight: 700; color: var(--lavender); text-transform: uppercase; letter-spacing: 0.3px; }
.cta-perks { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 28px; margin-bottom: 32px; }
.cta-perks span { font-size: 0.88rem; font-weight: 600; color: var(--muted); }

/* FOOTER */
footer { background: var(--midnight); padding: 52px 48px 28px; border-top: 3px solid var(--lavender); }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 700; color: var(--lav-light); text-align: center; letter-spacing: 1px; margin-bottom: 6px; font-style: italic; }
.footer-tag { font-family: 'Source Sans 3', sans-serif; font-size: 0.84rem; color: var(--lavender); text-align: center; font-style: italic; margin-bottom: 28px; }
.footer-cols { max-width: 1100px; margin: 0 auto 28px; display: flex; flex-wrap: wrap; justify-content: center; }
.footer-cols a { color: var(--lav-light); text-decoration: none; font-size: 0.88rem; font-weight: 400; transition: color 0.2s; padding: 5px 16px; border-right: 1px solid rgba(196,181,253,0.2); white-space: nowrap; }
.footer-cols a:last-child { border-right: none; }
.footer-cols a:hover { color: var(--white); }
.footer-legal { max-width: 1100px; margin: 0 auto; border-top: 1px solid rgba(196,181,253,0.12); padding-top: 24px; }
.footer-legal p { font-size: 0.84rem; color: #4A3870; line-height: 1.75; margin-bottom: 12px; }
.footer-policy { text-align: center; margin-bottom: 18px; }
.footer-policy a { color: #3A2860; text-decoration: none; font-size: 0.86rem; margin: 0 10px; transition: color 0.2s; }
.footer-policy a:hover { color: var(--lav-light); }
.footer-copy { text-align: center; font-size: 0.84rem; color: #2A1850; }
.footer-copy a { color: #3A2875; text-decoration: none; }
.footer-copy a:hover { color: var(--lav-light); }

/* FADE-UP */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* RESPONSIVE */
@media (max-width: 1060px) {
  .hero-text-top h1 { font-size: 2.5rem; }
  .what-is-inner { grid-template-columns: 340px 1fr; }
  .sc-inner { grid-template-columns: 1fr 340px; }
  .prog-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 900px) {
  .hero-center { grid-template-columns: 1fr; gap: 32px; }
  .hero-img-wrap a img { max-width: 300px; }
  .hero-trust-bar { flex-wrap: wrap; }
  .htb-sep { display: none; }
  .htb-item { width: 45%; }
  .sc-inner { grid-template-columns: 1fr; }
  .what-is-inner { grid-template-columns: 1fr; }
  .guar-inner { grid-template-columns: 1fr; text-align: center; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .hw-three { grid-template-columns: 1fr; }
  .prog-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  nav { padding: 0 16px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero { padding: 44px 20px 40px; }
  .hero-text-top h1 { font-size: 2rem; }
  .sec-title-band { padding: 40px 20px 34px; }
  .sec-title-band h2 { font-size: 1.8rem; }
  .prog-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .subconscious-section, .what-is-section, .programs-section,
  .how-works-section, .reviews-section, .guarantee-section,
  .benefits-section, .faq-section, .order-how-section { padding: 44px 20px; }
  .price-img-section { padding: 28px 20px; }
  .cta-final { padding: 56px 20px; }
  .cta-final h2 { font-size: 1.9rem; }
  .cta-programs-row { gap: 8px; }
  .cta-perks { flex-direction: column; align-items: center; gap: 8px; }
  footer { padding: 36px 20px 22px; }
  .footer-cols a { border-right: none; padding: 4px 10px; }
}