/* =====================================================
   B-MAT TOOLKIT — OCEAN DARK PREMIUM THEME
   Palette:
   - Deep Ocean:   #07101e, #0c1a2e, #0f2040
   - Mid Navy:     #132642, #1a3356, #1e3a5f
   - Accent Gold:  #e8a045, #f5b742, #ffd27d (lighthouse beam)
   - Accent Teal:  #38b2c8, #00d4e8, #7ee8fa (water)
   - Accent Purple:#7c3aed, #9b59ff, #c084fc (matching ref img)
   - Glass:        rgba(255,255,255, 0.05-0.1)
   ===================================================== */

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

:root {
  --ocean-black:    #04090f;
  --ocean-deepest:  #07101e;
  --ocean-deep:     #0c1a2e;
  --ocean-mid:      #0f2040;
  --ocean-card:     #132642;
  --ocean-card2:    #1a3356;
  --ocean-border:   rgba(255,255,255,0.08);
  --ocean-border2:  rgba(255,255,255,0.12);

  --gold:           #e8a045;
  --gold-light:     #f5b742;
  --gold-bright:    #ffd27d;
  --gold-glow:      rgba(232,160,69,0.2);
  --gold-glow2:     rgba(232,160,69,0.08);

  --teal:           #38b2c8;
  --teal-light:     #5ccfe0;
  --teal-bright:    #7ee8fa;
  --teal-glow:      rgba(56,178,200,0.15);

  --purple:         #7c3aed;
  --purple-mid:     #9b59ff;
  --purple-light:   #c084fc;
  --purple-glow:    rgba(124,58,237,0.2);

  --white:          #ffffff;
  --text-primary:   #e8edf5;
  --text-secondary: #8fa3bc;
  --text-muted:     #4a6080;

  --grad-hero:      linear-gradient(180deg, #04090f 0%, #0c1a2e 60%, #0f2040 100%);
  --grad-gold:      linear-gradient(135deg, #e8a045, #f5b742, #ffd27d);
  --grad-purple:    linear-gradient(135deg, #7c3aed, #9b59ff, #c084fc);
  --grad-teal:      linear-gradient(135deg, #38b2c8, #7ee8fa);
  --grad-ocean:     linear-gradient(135deg, #0c1a2e, #1a3356);
  --grad-text:      linear-gradient(135deg, #f5b742, #38b2c8);

  --glass-bg:       rgba(255,255,255,0.04);
  --glass-bg2:      rgba(255,255,255,0.07);
  --glass-border:   rgba(255,255,255,0.1);

  --r-sm: 8px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 36px;
  --r-full: 9999px;

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --trans: 0.3s var(--ease);
  --trans-slow: 0.6s var(--ease);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Be Vietnam Pro', system-ui, sans-serif;
  background: var(--ocean-deepest);
  color: var(--text-primary);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--ocean-deepest); }
::-webkit-scrollbar-thumb { background: var(--ocean-card2); border-radius: 3px; }

/* ===== UTILITY ===== */
.section-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}

.section-header { margin-bottom: 60px; }
.section-header.center { text-align: center; }

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 16px;
  background: rgba(56,178,200,0.1);
  border: 1px solid rgba(56,178,200,0.25);
  border-radius: var(--r-full);
  color: var(--teal-light);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section-h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-primary);
  margin-bottom: 14px;
}

.section-sub {
  font-size: 1.05rem;
  color: var(--text-secondary);
  max-width: 560px;
  margin: 0 auto;
}

.text-gradient {
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-gold {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===== NAVBAR ===== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 22px 0;
  transition: all var(--trans);
}

.navbar.scrolled {
  background: rgba(7, 16, 30, 0.92);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--ocean-border);
  padding: 14px 0;
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-mark { font-size: 1.2rem; }

.logo-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.05em;
}

.logo-sub {
  font-size: 0.7rem;
  color: var(--text-muted);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 4px;
  margin-left: auto;
}

.nav-links a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 7px 14px;
  border-radius: var(--r-full);
  transition: all var(--trans);
}

.nav-links a:hover {
  color: var(--white);
  background: var(--glass-bg2);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  padding: 9px 22px;
  background: var(--grad-gold);
  color: #07101e;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  border-radius: var(--r-full);
  transition: all var(--trans);
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(232,160,69,0.35);
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(232,160,69,0.5);
}

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
}

.burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-secondary);
  border-radius: 2px;
  transition: all var(--trans);
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 120px 40px 80px;
}

.hero-ocean-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ocean-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.6;
}

.ocean-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(4,9,15,0.3) 0%,
    rgba(7,16,30,0.5) 30%,
    rgba(7,16,30,0.8) 70%,
    rgba(7,16,30,1) 100%
  );
}

/* Fog layers */
.fog-layer {
  position: absolute;
  width: 200%;
  height: 200px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 200'%3E%3Cpath fill='rgba(7,16,30,0.15)' d='M0,100 C240,150 480,50 720,100 C960,150 1200,50 1440,100 L1440,200 L0,200Z'/%3E%3C/svg%3E") repeat-x;
  z-index: 1;
}

.fog-1 {
  bottom: 0;
  left: -100%;
  animation: fog-drift 20s linear infinite;
}

.fog-2 {
  bottom: 40px;
  left: -50%;
  opacity: 0.5;
  animation: fog-drift 28s linear infinite reverse;
}

@keyframes fog-drift {
  from { transform: translateX(0); }
  to { transform: translateX(50%); }
}

.hero-content-wrap {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 860px;
  width: 100%;
  animation: hero-rise 0.9s var(--ease) both;
}

@keyframes hero-rise {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

.founder-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 22px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--r-full);
  backdrop-filter: blur(10px);
  color: var(--text-secondary);
  font-size: 0.88rem;
  font-weight: 500;
  margin-bottom: 32px;
  animation: hero-rise 0.6s var(--ease) 0.1s both;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: var(--gold-light);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--gold);
  animation: pulse-anim 2s ease infinite;
}

@keyframes pulse-anim {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.6; }
}

.hero-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 900;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 10px;
  animation: hero-rise 0.7s var(--ease) 0.15s both;
}

.hero-em {
  font-style: italic;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-tagline {
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-weight: 600;
  color: var(--gold-light);
  margin-bottom: 20px;
  animation: hero-rise 0.7s var(--ease) 0.2s both;
}

.hero-desc {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 620px;
  margin: 0 auto 40px;
  animation: hero-rise 0.7s var(--ease) 0.25s both;
}

.hero-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 52px;
  animation: hero-rise 0.7s var(--ease) 0.3s both;
}

.btn-primary-hero {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: var(--grad-gold);
  color: #07101e;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  border-radius: var(--r-full);
  transition: all var(--trans);
  box-shadow: 0 6px 30px rgba(232,160,69,0.4);
}

.btn-primary-hero:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(232,160,69,0.55);
}

.btn-primary-hero svg { transition: transform var(--trans); }
.btn-primary-hero:hover svg { transform: translateX(4px); }

.btn-ghost-hero {
  display: inline-flex;
  align-items: center;
  padding: 16px 28px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--text-secondary);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border-radius: var(--r-full);
  backdrop-filter: blur(10px);
  transition: all var(--trans);
}

.btn-ghost-hero:hover {
  background: rgba(255,255,255,0.1);
  color: var(--white);
  border-color: rgba(255,255,255,0.25);
}

.hero-stats-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  animation: hero-rise 0.7s var(--ease) 0.4s both;
}

.hstat { display: flex; flex-direction: column; align-items: center; }

.hstat-n {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  background: var(--grad-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.hstat-l {
  font-size: 0.78rem;
  color: var(--text-muted);
  white-space: nowrap;
}

.hstat-sep {
  width: 1px;
  height: 36px;
  background: var(--ocean-border);
}

/* Scroll hint */
.scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: 0.75rem;
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, transparent, var(--text-muted));
  animation: scroll-line-anim 2s ease infinite;
}

@keyframes scroll-line-anim {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ===== METAPHOR SECTION ===== */
.metaphor-section {
  background: linear-gradient(180deg, var(--ocean-deepest) 0%, var(--ocean-deep) 100%);
  padding: 100px 0;
  overflow: hidden;
}

.metaphor-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.section-label {
  display: inline-flex;
  margin-bottom: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--teal-light);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.metaphor-h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-primary);
  margin-bottom: 24px;
}

.metaphor-p {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.85;
  margin-bottom: 20px;
}

.metaphor-p strong { color: var(--text-primary); }

.symptoms-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 12px;
}

.symptom-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 18px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-md);
  font-size: 0.95rem;
  color: var(--text-secondary);
  transition: all var(--trans);
}

.symptom-item:hover {
  background: var(--glass-bg2);
  border-color: rgba(232,160,69,0.2);
  color: var(--text-primary);
}

.sym-icon { font-size: 1.2rem; flex-shrink: 0; line-height: 1.4; }

/* Image col */

.img-frame {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
}

.metaphor-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.8s var(--ease);
}

.img-frame:hover .metaphor-img { transform: scale(1.03); }

.img-overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 48px 28px 28px;
  background: linear-gradient(0deg, rgba(4,9,15,0.95) 0%, transparent 100%);
}

.overlay-quote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.4;
}

.fear-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(4,9,15,0.85);
  border: 1px solid rgba(56,178,200,0.25);
  border-radius: var(--r-md);
  backdrop-filter: blur(16px);
  max-width: 200px;
}

.fear-icon { font-size: 1.5rem; flex-shrink: 0; }

.fear-badge strong {
  display: block;
  font-size: 0.85rem;
  color: var(--teal-light);
  font-weight: 700;
}

.fear-badge small {
  font-size: 0.72rem;
  color: var(--text-muted);
  line-height: 1.4;
}

/* ===== STORY SECTION ===== */
.story-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.story-ocean-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.story-ocean-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}

.story-ocean-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--ocean-deep) 0%, rgba(15,32,64,0.9) 50%, var(--ocean-deep) 100%);
}

.story-inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
}

.story-label-wrap { margin-bottom: 32px; }

.story-label-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  background: rgba(232,160,69,0.1);
  border: 1px solid rgba(232,160,69,0.25);
  border-radius: var(--r-full);
  color: var(--gold-light);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: 52px 56px;
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
}

.story-quote-mark {
  position: absolute;
  top: -10px;
  left: 40px;
  font-family: 'Playfair Display', serif;
  font-size: 9rem;
  color: rgba(232,160,69,0.06);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.story-placeholder-text {
  display: none;
}

.letter-meta {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.letter-meta strong {
  color: var(--gold-light);
}

.letter-salutation {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--text-primary);
  margin-bottom: 24px;
}

.letter-content {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--text-secondary);
}

.letter-content p {
  margin-bottom: 20px;
}

.letter-content em {
  color: var(--text-primary);
}

.letter-hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232,160,69,0.15), transparent);
  margin: 32px 0;
}

.check-list-letter {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.check-list-letter li {
  position: relative;
  padding-left: 28px;
  color: var(--text-primary);
}

.check-list-letter li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 1.5rem;
  line-height: 1;
}

.letter-signature {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.letter-signature p {
  margin-bottom: 16px;
  font-style: italic;
  color: var(--text-muted);
}

.sig-flex {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sig-avatar {
  width: 52px;
  height: 52px;
  background: var(--grad-gold);
  border-radius: var(--r-full);
  display: grid;
  place-items: center;
  color: #07101e;
  font-weight: 800;
  font-size: 1.1rem;
  box-shadow: 0 4px 15px rgba(232,160,69,0.3);
}

.sig-text {
  display: flex;
  flex-direction: column;
}

.sig-text strong {
  font-size: 1.1rem;
  color: var(--text-primary);
}

.sig-text span {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.story-spacer { height: 100px; }

.story-author {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--ocean-border);
}

.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--grad-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.85rem;
  color: #07101e;
  flex-shrink: 0;
}

.story-author strong {
  display: block;
  font-size: 0.95rem;
  color: var(--text-primary);
  font-weight: 700;
}

.story-author span {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* ===== LIGHTHOUSE SECTION ===== */
.lighthouse-section {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.lh-img-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.lh-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lh-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(7,16,30,0.96) 0%,
    rgba(7,16,30,0.8) 45%,
    rgba(7,16,30,0.2) 100%
  );
}

.lh-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  width: 100%;
}

.lh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 16px;
  background: rgba(232,160,69,0.12);
  border: 1px solid rgba(232,160,69,0.3);
  border-radius: var(--r-full);
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.lh-h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--white);
  margin-bottom: 20px;
  max-width: 500px;
}

.lh-desc {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.8;
  max-width: 460px;
  margin-bottom: 36px;
}

.lh-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 460px;
}

.lh-feat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(232,160,69,0.2);
  border-radius: var(--r-full);
  font-size: 0.88rem;
  color: var(--text-secondary);
  backdrop-filter: blur(10px);
  transition: all var(--trans);
}

.lh-feat:hover {
  background: rgba(232,160,69,0.1);
  border-color: rgba(232,160,69,0.4);
  color: var(--gold-light);
}

/* ===== FRAMEWORK SECTION ===== */
.framework-section {
  background: var(--ocean-deep);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.fw-bg-texture {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse 900px 500px at 50% 50%, rgba(56,178,200,0.04) 0%, transparent 70%),
    radial-gradient(ellipse 600px 400px at 10% 80%, rgba(124,58,237,0.06) 0%, transparent 60%);
  pointer-events: none;
}

.fw-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.fw-card {
  position: relative;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: 32px 24px;
  overflow: hidden;
  transition: all var(--trans);
  cursor: default;
}

.fw-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(232,160,69,0.04) 0%, transparent 60%);
  opacity: 0;
  transition: opacity var(--trans);
}

.fw-card:hover {
  transform: translateY(-8px);
  border-color: rgba(232,160,69,0.3);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 0 60px rgba(232,160,69,0.06);
}

.fw-card:hover::after { opacity: 1; }

.fw-card-top {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 20px;
}

.fw-letter {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  background: var(--grad-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.fw-letter-full {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.fw-card-icon {
  font-size: 1.6rem;
  margin-bottom: 14px;
  display: block;
  filter: grayscale(20%);
  transition: filter var(--trans);
}

.fw-card:hover .fw-card-icon { filter: grayscale(0); }

.fw-card-desc {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.75;
}

.fw-card-glow {
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(232,160,69,0.12) 0%, transparent 70%);
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--trans);
}

.fw-card:hover .fw-card-glow { opacity: 1; }

/* ===== PROCESS SECTION ===== */
.process-section {
  background: var(--ocean-deepest);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.process-compass-bg {
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  height: 600px;
  z-index: 0;
  pointer-events: none;
}

.compass-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.08;
  border-radius: 50%;
}

.compass-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, transparent 30%, var(--ocean-deepest) 70%);
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 680px;
}

.proc-step {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.proc-num-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.proc-num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(232,160,69,0.4);
  background: rgba(232,160,69,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gold-light);
  flex-shrink: 0;
  position: relative;
}

.proc-connector {
  width: 2px;
  height: 72px;
  background: linear-gradient(180deg, rgba(232,160,69,0.3), rgba(56,178,200,0.15));
  margin-top: 4px;
}

.proc-card {
  flex: 1;
  padding: 28px 32px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  margin-bottom: 24px;
  transition: all var(--trans);
}

.proc-card:hover {
  background: var(--glass-bg2);
  border-color: rgba(232,160,69,0.2);
  transform: translateX(6px);
}

.proc-card.highlight {
  border-color: rgba(232,160,69,0.35);
  background: rgba(232,160,69,0.05);
}

.proc-icon {
  font-size: 1.6rem;
  margin-bottom: 10px;
  display: block;
}

.proc-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.proc-desc {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

.proc-step.last .proc-card { margin-bottom: 0; }

/* ===== RESULTS SECTION ===== */
.results-section {
  background: var(--ocean-deep);
  padding: 100px 0;
}

.main-result-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px 44px;
  background: linear-gradient(135deg, rgba(232,160,69,0.12) 0%, rgba(56,178,200,0.06) 100%);
  border: 1px solid rgba(232,160,69,0.3);
  border-radius: 20px;
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
}

.main-result-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(232,160,69,0.05) 50%, transparent 100%);
  animation: shimmer-slow 4s linear infinite;
}

@keyframes shimmer-slow {
  from { transform: translateX(-100%); }
  to   { transform: translateX(100%); }
}

.main-result-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  display: block;
}

.main-result-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.3;
}

.main-result-emoji {
  font-size: 3.5rem;
  flex-shrink: 0;
  filter: drop-shadow(0 0 20px rgba(232,160,69,0.4));
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.res-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  padding: 28px 24px;
  transition: all var(--trans);
  position: relative;
  overflow: hidden;
}

.res-card:hover {
  border-color: rgba(232,160,69,0.25);
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.3);
}

.res-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: rgba(232,160,69,0.1);
  line-height: 1;
  margin-bottom: 4px;
}

.res-icon {
  font-size: 1.8rem;
  margin-bottom: 12px;
  display: block;
}

.res-title {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 8px;
  line-height: 1.35;
}

.res-desc {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

/* ===== VALUE SECTION ===== */
.value-section {
  background: var(--ocean-deepest);
  padding: 100px 0;
}

.value-compare-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}

.val-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all var(--trans);
}

.val-old { opacity: 0.65; }

.val-new {
  border-color: rgba(232,160,69,0.3);
  background: rgba(232,160,69,0.04);
  box-shadow: 0 0 60px rgba(232,160,69,0.08);
}

.val-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(232,160,69,0.04) 0%, transparent 60%);
  pointer-events: none;
}

.val-icon { font-size: 2.2rem; display: block; margin-bottom: 12px; }

.val-title {
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.val-sub {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.val-price-strike {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: rgba(255,100,100,0.7);
  text-decoration: line-through;
}

.val-price-strike span { font-size: 0.9rem; }

.val-x {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 28px;
  height: 28px;
  background: rgba(255,80,80,0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,100,100,0.7);
  font-size: 0.9rem;
}

.val-vs {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--teal-light);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(56,178,200,0.3);
  background: rgba(56,178,200,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.val-checklist {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.val-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.check-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--grad-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 900;
  color: #07101e;
  flex-shrink: 0;
  margin-top: 2px;
}

.val-check span:last-child {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ===== AUDIENCE SECTION ===== */
.audience-section {
  background: var(--ocean-deep);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.aud-compass-wrap {
  position: absolute;
  left: -150px;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  opacity: 0.07;
  pointer-events: none;
}

.aud-compass-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.audience-content { position: relative; z-index: 2; }

.aud-text {
  font-size: 1.1rem;
  color: var(--text-secondary);
  line-height: 1.9;
  max-width: 700px;
  margin: 0 auto 36px;
}

.aud-text strong { color: var(--gold-light); }

.aud-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.aud-tag {
  padding: 10px 22px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-full);
  font-size: 0.9rem;
  color: var(--text-secondary);
  cursor: default;
  transition: all var(--trans);
}

.aud-tag:hover {
  border-color: rgba(232,160,69,0.35);
  color: var(--gold-light);
  background: rgba(232,160,69,0.05);
  transform: translateY(-2px);
}

/* ===== REGISTRATION SECTION ===== */
.registration-section {
  background: var(--ocean-deepest);
  padding: 100px 0;
  position: relative;
}

.registration-container {
  max-width: 800px;
  margin: 0 auto;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 60px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 40px 100px rgba(0,0,0,0.4);
}

.reg-header {
  text-align: center;
  margin-bottom: 40px;
}

.registration-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-left: 4px;
}

.form-group input {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 14px 20px;
  color: var(--white);
  font-size: 1rem;
  font-family: inherit;
  transition: all var(--trans);
}

.form-group input:focus {
  outline: none;
  background: rgba(255,255,255,0.08);
  border-color: var(--gold);
  box-shadow: 0 0 15px rgba(232,160,69,0.2);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.btn-submit {
  margin-top: 12px;
  padding: 18px 32px;
  background: var(--grad-gold);
  border: none;
  border-radius: var(--r-full);
  color: #07101e;
  font-weight: 800;
  font-size: 1rem;
  font-family: inherit;
  cursor: pointer;
  transition: all var(--trans);
  box-shadow: 0 6px 25px rgba(232,160,69,0.3);
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 35px rgba(232,160,69,0.45);
}

.btn-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.form-status {
  text-align: center;
  font-size: 0.9rem;
  margin-top: 10px;
  min-height: 24px;
  transition: all var(--trans);
}

.form-status.success { color: var(--gold-light); font-weight: 600; }
.form-status.error { color: #ff6b6b; }

@media (max-width: 768px) {
  .registration-container { padding: 40px 24px; }
  .form-row { grid-template-columns: 1fr; }
}

/* ===== CTA SECTION ===== */
.cta-section {
  position: relative;
  padding: 0;
  overflow: hidden;
  min-height: 700px;
  display: flex;
  align-items: center;
}

.cta-lh-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cta-lh-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cta-lh-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(4,9,15,0.96) 0%,
    rgba(7,16,30,0.88) 50%,
    rgba(4,9,15,0.95) 100%
  );
}

.cta-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-glass-card {
  width: 100%;
  max-width: 680px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 28px;
  padding: 56px;
  text-align: center;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,0.5), 0 0 0 1px rgba(232,160,69,0.1);
}

.cta-glass-shine {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}

.cta-badge-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  background: rgba(232,160,69,0.1);
  border: 1px solid rgba(232,160,69,0.3);
  border-radius: var(--r-full);
  color: var(--gold-light);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

.cta-h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 16px;
}

.cta-sub {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 36px;
}

.cta-price-wrap { margin-bottom: 10px; }

.cta-price {
  font-family: 'Playfair Display', serif;
  font-size: 3.8rem;
  font-weight: 700;
  background: var(--grad-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  filter: drop-shadow(0 0 30px rgba(232,160,69,0.3));
}

.cta-price-note {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 36px;
}

.cta-price-note strong { color: var(--gold-light); }

.cta-btn-secondary:hover {
  border-color: var(--teal);
  color: var(--teal-light);
  background: rgba(56,178,200,0.06);
}

/* ===== PRODUCT PREVIEW SECTION ===== */
.product-preview {
  background: var(--ocean-deepest);
  padding: 100px 0;
  position: relative;
}

.preview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.preview-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  overflow: hidden;
  transition: all var(--trans-slow);
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.preview-card:hover {
  transform: translateY(-10px);
  border-color: rgba(232,160,69,0.3);
  box-shadow: 0 30px 80px rgba(0,0,0,0.5), 0 0 40px rgba(232,160,69,0.1);
}

.preview-img-wrap {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease);
}

.preview-card:hover .preview-img {
  transform: scale(1.08);
}

.preview-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(7,16,30,0.8) 100%);
  pointer-events: none;
}

.preview-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 6px 14px;
  background: rgba(7,16,30,0.8);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-full);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gold-light);
}

.preview-info {
  padding: 32px;
}

.preview-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.4;
}

.preview-desc {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

.cta-guarantee {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ===== FOOTER ===== */
.footer {
  background: #07101e;
}

.footer-wave {
  margin-top: -2px;
}

.footer-wave svg { display: block; width: 100%; height: 60px; }

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 40px;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--ocean-border);
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.footer-tagline {
  font-size: 0.88rem;
  color: var(--text-muted);
  max-width: 300px;
  line-height: 1.6;
  margin-top: 10px;
}

.footer-nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-nav a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.88rem;
  transition: color var(--trans);
}

.footer-nav a:hover { color: var(--gold-light); }

.footer-bottom p {
  font-size: 0.82rem;
  color: var(--text-muted);
  text-align: center;
}

/* ===== SCROLL REVEAL ===== */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }
.reveal-d4 { transition-delay: 0.4s; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .fw-grid { grid-template-columns: repeat(2, 1fr); }
  .results-grid { grid-template-columns: repeat(2, 1fr); }
  .metaphor-inner { grid-template-columns: 1fr; gap: 48px; }
  .value-compare-wrap { grid-template-columns: 1fr; max-width: 480px; }
  .val-vs { margin: 0 auto; }
  .lh-overlay {
    background: linear-gradient(
      90deg,
      rgba(7,16,30,0.98) 0%,
      rgba(7,16,30,0.92) 60%,
      rgba(7,16,30,0.7) 100%
    );
  }
}

@media (max-width: 768px) {
  .section-wrap { padding: 0 24px; }
  .metaphor-inner { padding: 0 24px; }
  .nav-links, .nav-cta { display: none; }
  .burger { display: flex; }
  .nav-inner { gap: 0; }
  .fw-grid { grid-template-columns: 1fr; }
  .results-grid { grid-template-columns: 1fr; }
  .main-result-card { flex-direction: column; text-align: center; padding: 28px 24px; }
  .story-card { padding: 36px 28px; }
  .cta-glass-card { padding: 36px 24px; }
  .cta-btns { flex-direction: column; align-items: center; }
  .hero-btns { flex-direction: column; align-items: center; }
  .lh-h2 { font-size: 2rem; }
  .footer-top { flex-direction: column; }
  .process-steps { padding: 0 4px; }
}

@media (max-width: 480px) {
  .hero-stats-row { gap: 18px; flex-wrap: wrap; justify-content: center; }
  .hstat-sep { display: none; }
  .aud-tags { gap: 8px; }
}
