:root {
  /* Brand, VLINK ASIA */
  --navy: #1A2E4E;
  --navy-deep: #0F1F3A;
  --navy-soft: #2E4670;
  --navy-tint: rgba(26, 46, 78, 0.08);
  --navy-line: rgba(26, 46, 78, 0.15);

  /* Light surfaces */
  --bg: #FAFAF7;
  --bg-pure: #FFFFFF;
  --bg-cream: #F4F1E8;
  --bg-card: #FFFFFF;
  --bg-navy-tint: #EFF2F7;

  /* Accents */
  --orange: #E8550A;
  --orange-deep: #C2410C;
  --orange-soft: rgba(232, 85, 10, 0.08);
  --gold: #B8893B;
  --gold-soft: rgba(184, 137, 59, 0.1);
  --red: #C0392B;
  --green: #2C7A5C;

  /* Text */
  --text: #1A1A1A;
  --text-soft: #4A4A4A;
  --muted: #7A7A7A;
  --muted-2: #A8A8A8;

  /* Borders */
  --border: #E5E1D8;
  --border-2: #D0CBC0;

  /* Fonts */
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'IBM Plex Sans', system-ui, sans-serif;
  --mono: 'JetBrains Mono', monospace;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.container { max-width: 1240px; margin: 0 auto; padding: 0 32px; position: relative; }
.container-narrow { max-width: 880px; margin: 0 auto; padding: 0 32px; position: relative; }

section { padding: 120px 0; position: relative; }
@media (max-width: 768px) { section { padding: 80px 0; } }

.eyebrow { display: flex; align-items: center; gap: 16px; margin-bottom: 32px; }
.eyebrow-line { width: 48px; height: 1px; background: var(--orange); }
.eyebrow-num { font-family: var(--mono); font-size: 11px; color: var(--orange); letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500; }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; line-height: 1.1; letter-spacing: -0.02em; color: var(--navy); }
h1 { font-size: clamp(40px, 6vw, 84px); font-weight: 300; font-variation-settings: "opsz" 144; }
h2 { font-size: clamp(32px, 4.5vw, 56px); font-weight: 400; font-variation-settings: "opsz" 144; }
h3 { font-size: clamp(24px, 3vw, 36px); font-variation-settings: "opsz" 72; }
h4 { font-size: 22px; font-variation-settings: "opsz" 36; color: var(--navy); }

.em { color: var(--orange); font-style: italic; }
.em-navy { color: var(--navy); font-style: italic; font-weight: 500; }


/* ============================================================ */
/* STYLING FOR GLOBAL LINKS AND CONTRAST                     */
/* ============================================================ */
a {
  color: var(--orange-deep);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease, background-color 0.2s ease;
}

a:hover {
  color: var(--navy);
  text-decoration-color: currentColor;
}

a:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

a.btn-primary,
a.btn-secondary,
a.pricing-cta {
  text-decoration: none;
}

.positioning a:not(.btn-primary):not(.btn-secondary):not(.pricing-cta),
.transform a:not(.btn-primary):not(.btn-secondary):not(.pricing-cta),
.final-cta a:not(.btn-primary):not(.btn-secondary):not(.pricing-cta),
.pricing-card.featured a:not(.btn-primary):not(.btn-secondary):not(.pricing-cta),
.prompt-mockup a:not(.btn-primary):not(.btn-secondary):not(.pricing-cta),
.footer a {
  color: #FFD7B8;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255, 215, 184, 0.75);
}

.positioning a:not(.btn-primary):not(.btn-secondary):not(.pricing-cta):hover,
.transform a:not(.btn-primary):not(.btn-secondary):not(.pricing-cta):hover,
.final-cta a:not(.btn-primary):not(.btn-secondary):not(.pricing-cta):hover,
.pricing-card.featured a:not(.btn-primary):not(.btn-secondary):not(.pricing-cta):hover,
.prompt-mockup a:not(.btn-primary):not(.btn-secondary):not(.pricing-cta):hover,
.footer a:hover {
  color: #FFFFFF;
  text-decoration-color: #FFFFFF;
}

.pricing-card.featured .pricing-list a {
  color: #FFD7B8;
}

.pricing-card.featured .pricing-list a:hover {
  color: #FFFFFF;
}

.final-cta-sub a {
  color: #FFFFFF;
  text-decoration-color: rgba(255, 255, 255, 0.75);
}

.final-cta-sub a:hover {
  color: #FFD7B8;
  text-decoration-color: #FFD7B8;
}

.footer-meta a {
  color: #FFD7B8;
}

.footer-meta a:hover {
  color: #FFFFFF;
}



/* ============================================================ */
/* STYLING FOR BUTTONS                                       */
/* ============================================================ */
.btn-primary { background: var(--navy); color: white; padding: 18px 36px; border-radius: 2px; text-decoration: none; font-weight: 500; font-size: 15px; transition: all 0.25s; display: inline-flex; align-items: center; gap: 12px; box-shadow: 0 4px 20px rgba(26, 46, 78, 0.15); }
.btn-primary:hover { background: var(--navy-deep); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(26, 46, 78, 0.25); }
.btn-primary .arrow { transition: transform 0.2s; }
.btn-primary:hover .arrow { transform: translateX(4px); }
.btn-secondary { background: transparent; color: var(--navy); padding: 18px 36px; border: 1.5px solid var(--navy); border-radius: 2px; text-decoration: none; font-weight: 500; font-size: 15px; transition: all 0.2s; }
.btn-secondary:hover { background: var(--navy); color: white; }

/* ============================================================ */
/* STYLING FOR HERO                                          */
/* ============================================================ */
.hero { min-height: 100vh; display: flex; align-items: center; padding: 140px 0 80px; position: relative; background: var(--bg); overflow: hidden; }
.hero::before { content: ""; position: absolute; top: -200px; right: -300px; width: 800px; height: 800px; background: radial-gradient(circle, var(--orange-soft) 0%, transparent 60%); pointer-events: none; }
.hero::after { content: ""; position: absolute; bottom: -300px; left: -200px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(26, 46, 78, 0.05) 0%, transparent 60%); pointer-events: none; }
.hero-content { position: relative; z-index: 2; }
.hero-meta { display: inline-flex; align-items: center; gap: 12px; font-family: var(--mono); font-size: 11px; color: var(--navy); letter-spacing: 0.2em; text-transform: uppercase; padding: 8px 18px; border: 1px solid var(--navy-line); background: var(--bg-pure); border-radius: 100px; margin-bottom: 32px; font-weight: 500; }
.hero-meta-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
.hero h1 { max-width: 1100px; margin-bottom: 32px; }
.hero-sub { font-size: clamp(18px, 2vw, 22px); color: var(--text-soft); max-width: 720px; margin-bottom: 56px; line-height: 1.6; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 80px; }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; max-width: 760px; padding-top: 40px; border-top: 1px solid var(--border); }
@media (max-width: 640px) { .hero-stats { grid-template-columns: repeat(2, 1fr); } }
.hero-stat-num { font-family: var(--serif); font-size: 48px; font-weight: 400; color: var(--navy); line-height: 1; margin-bottom: 8px; font-variation-settings: "opsz" 144; }
.hero-stat-num .unit { font-family: var(--mono); font-size: 14px; color: var(--muted); margin-left: 4px; font-weight: 500; }
.hero-stat-label { font-family: var(--mono); font-size: 11px; color: var(--muted); letter-spacing: 0.15em; text-transform: uppercase; }

/* ============================================================ */
/* STYLING FOR PROBLEM                                       */
/* ============================================================ */
.problem { background: var(--bg-pure); }
.problem-quote { font-family: var(--serif); font-size: clamp(32px, 4.5vw, 56px); font-weight: 300; line-height: 1.2; letter-spacing: -0.015em; color: var(--navy); }
.problem-quote p { margin-bottom: 24px; }
.problem-byline { font-family: var(--mono); font-size: 12px; color: var(--orange); letter-spacing: 0.2em; text-transform: uppercase; margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--border); font-weight: 600; }

/* ============================================================ */
/* STYLING FOR FOUR PROBLEMS                                 */
/* ============================================================ */
.four-problems { background: var(--bg-cream); }
.problems-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 64px; }
@media (max-width: 768px) { .problems-grid { grid-template-columns: 1fr; } }
.problem-card { background: var(--bg-pure); padding: 48px 40px; border: 1px solid var(--border); position: relative; transition: all 0.3s; }
.problem-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(26, 46, 78, 0.08); border-color: var(--navy-line); }
.problem-card-num { font-family: var(--serif); font-size: 88px; font-weight: 300; color: var(--orange); line-height: 1; margin-bottom: 24px; font-style: italic; font-variation-settings: "opsz" 144; }
.problem-card h4 { margin-bottom: 16px; color: var(--navy); }
.problem-card p { color: var(--text-soft); font-size: 15px; line-height: 1.65; }
.problem-flow { color: var(--muted); font-size: 13px; margin-top: 20px; padding-top: 16px; border-top: 1px dashed var(--border-2); font-family: var(--mono); line-height: 1.5; }
.problem-flow .arrow { color: var(--orange); font-weight: 700; }

/* ============================================================ */
/* STYLING FOR WHY BUILT                                     */
/* ============================================================ */
.why-built { background: var(--bg); }
.why-built-statement { font-family: var(--serif); font-size: clamp(28px, 3.8vw, 44px); font-weight: 300; line-height: 1.3; color: var(--navy); max-width: 880px; }
.signature { margin-top: 64px; padding-top: 32px; border-top: 1px solid var(--border); display: flex; align-items: center; gap: 16px; }
.sig-avatar { width: 56px; height: 56px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 22px; color: white; font-weight: 500; }
.sig-name { font-weight: 600; color: var(--navy); }
.sig-role { font-family: var(--mono); font-size: 12px; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 2px; }

/* ============================================================ */
/* STYLING FOR POSITIONING NAVY HIGHLIGHT                    */
/* ============================================================ */
.positioning { background: var(--navy); color: white; position: relative; overflow: hidden; }
.positioning::before { content: ""; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(232, 85, 10, 0.15) 0%, transparent 70%); pointer-events: none; }
.positioning .eyebrow-num { color: var(--orange); }
.positioning .eyebrow-line { background: var(--orange); }
.positioning-headline { font-family: var(--serif); font-size: clamp(36px, 5vw, 64px); font-weight: 300; line-height: 1.15; max-width: 980px; margin-bottom: 48px; color: white; position: relative; }
.positioning-headline .em { color: var(--orange); }
.positioning-body { max-width: 720px; font-size: 19px; line-height: 1.7; color: rgba(255, 255, 255, 0.85); position: relative; }
.positioning-body strong { color: white; font-weight: 500; }

/* ============================================================ */
/* STYLING FOR ANTI TRICK                                    */
/* ============================================================ */
.anti-trick { background: var(--bg); }
.anti-trick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 64px; }
@media (max-width: 900px) { .anti-trick-grid { grid-template-columns: 1fr; } }
.anti-trick-card { background: var(--bg-pure); border: 1px solid var(--border); padding: 40px 32px; transition: all 0.3s; position: relative; }
.anti-trick-card::before { content: ""; position: absolute; top: 0; left: 0; width: 4px; height: 0; background: var(--orange); transition: height 0.3s; }
.anti-trick-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(26, 46, 78, 0.08); }
.anti-trick-card:hover::before { height: 100%; }
.anti-trick-num { font-family: var(--mono); font-size: 11px; color: var(--orange); letter-spacing: 0.2em; margin-bottom: 32px; font-weight: 600; }
.anti-trick-headline { font-family: var(--serif); font-size: 26px; font-weight: 400; line-height: 1.2; margin-bottom: 16px; color: var(--navy); }
.anti-trick-body { font-size: 15px; color: var(--text-soft); line-height: 1.6; }

/* ============================================================ */
/* STYLING FOR WHAT THIS IS                                  */
/* ============================================================ */
.what-this-is { background: var(--bg-pure); }
.what-block { padding: 28px 0; border-bottom: 1px solid var(--border); display: grid; grid-template-columns: 120px 1fr; gap: 32px; align-items: baseline; }
.what-block:last-child { border-bottom: none; padding-top: 40px; padding-bottom: 8px; background: var(--orange-soft); margin-top: 16px; padding: 32px; border: 1px solid var(--orange); position: relative; }
.what-block:last-child::before { content: ""; position: absolute; top: 0; left: 0; width: 6px; height: 100%; background: var(--orange); }
.what-tag { font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; padding-top: 8px; font-weight: 600; }
.what-tag.no { color: var(--red); }
.what-tag.yes { color: var(--orange); }
.what-text { font-family: var(--serif); font-size: clamp(22px, 2.8vw, 32px); font-weight: 400; line-height: 1.3; color: var(--text-soft); }
.what-text.is { color: var(--navy); font-weight: 500; }
.what-text.is .em { color: var(--orange); }

/* ============================================================ */
/* STYLING FOR SESSIONS OVERVIEW                             */
/* ============================================================ */
.sessions-overview { background: var(--bg-cream); text-align: center; position: relative; overflow: hidden; }
.sessions-overview::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 900px; height: 900px; background: radial-gradient(circle, rgba(232, 85, 10, 0.08) 0%, transparent 60%); pointer-events: none; }
.sessions-overview > .container-narrow { position: relative; }
.big-stat { margin: 48px 0; display: flex; align-items: baseline; justify-content: center; gap: 24px; flex-wrap: wrap; }
.big-stat-num { font-family: var(--serif); font-size: clamp(80px, 14vw, 180px); font-weight: 300; color: var(--navy); line-height: 1; font-variation-settings: "opsz" 144; }
.big-stat-equals { font-family: var(--serif); font-size: clamp(60px, 10vw, 140px); color: var(--orange); font-style: italic; line-height: 1; }
.big-stat-result { font-family: var(--serif); font-size: clamp(80px, 14vw, 180px); color: var(--orange); line-height: 1; font-style: italic; font-weight: 400; }
.big-stat-unit { font-family: var(--mono); font-size: 12px; color: var(--muted); letter-spacing: 0.2em; text-transform: uppercase; display: block; margin-top: 12px; font-weight: 600; }
.sessions-tagline { font-family: var(--serif); font-size: clamp(20px, 2.4vw, 28px); font-weight: 400; color: var(--text-soft); max-width: 720px; margin: 32px auto 0; font-style: italic; line-height: 1.4; }
.sessions-tagline .em { color: var(--navy); font-weight: 500; font-style: normal; }

/* ============================================================ */
/* STYLING FOR CURRICULUM                                    */
/* ============================================================ */
.curriculum { background: var(--bg); }
.curriculum-list { margin-top: 64px; }
.session-row { display: grid; grid-template-columns: 100px 1fr auto; gap: 40px; padding: 32px 0; border-bottom: 1px solid var(--border); align-items: center; transition: all 0.3s; }
.session-row:hover { padding-left: 16px; }
.session-row:hover .session-num { color: var(--orange); }
.session-num { font-family: var(--serif); font-size: 52px; font-weight: 300; color: var(--border-2); transition: color 0.3s; font-variation-settings: "opsz" 144; font-style: italic; }
.session-content h4 { margin-bottom: 8px; font-size: 24px; color: var(--navy); }
.session-content p { color: var(--muted); font-size: 13px; font-family: var(--mono); letter-spacing: 0.02em; }
.session-tag { font-family: var(--mono); font-size: 10px; letter-spacing: 0.15em; padding: 6px 14px; border: 1px solid var(--border); background: var(--bg-pure); border-radius: 100px; text-transform: uppercase; white-space: nowrap; font-weight: 500; }
.session-tag.psychology { color: var(--gold); border-color: rgba(184, 137, 59, 0.3); background: var(--gold-soft); }
.session-tag.structure { color: var(--navy); border-color: var(--navy-line); background: var(--bg-navy-tint); }
.session-tag.ai { color: var(--orange); border-color: rgba(232, 85, 10, 0.3); background: var(--orange-soft); }
.session-tag.seo { color: var(--green); border-color: rgba(44, 122, 92, 0.3); background: rgba(44, 122, 92, 0.06); }
.session-tag.workshop { color: var(--navy-deep); border-color: var(--navy); background: var(--bg-pure); font-weight: 600; }
@media (max-width: 768px) { .session-row { grid-template-columns: 60px 1fr; gap: 20px; } .session-num { font-size: 36px; } .session-tag { display: none; } }

/* ============================================================ */
/* STYLING FOR TRANSFORMATION NAVY HIGHLIGHT                 */
/* ============================================================ */
.transform { background: var(--navy); color: white; position: relative; overflow: hidden; }
.transform::before { content: ""; position: absolute; bottom: -200px; left: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(232, 85, 10, 0.15) 0%, transparent 70%); pointer-events: none; }
.transform .eyebrow-num { color: var(--orange); }
.transform .eyebrow-line { background: var(--orange); }
.transform-quote { font-family: var(--serif); font-size: clamp(26px, 3.6vw, 44px); font-weight: 300; line-height: 1.3; color: white; max-width: 920px; position: relative; }
.transform-quote p { margin-bottom: 24px; }
.transform-quote .crossed { text-decoration: line-through; text-decoration-color: var(--orange); text-decoration-thickness: 2px; color: rgba(255,255,255,0.5); }
.transform-quote .em { color: var(--orange); font-weight: 400; }

/* ============================================================ */
/* STYLING FOR RCCOF                                         */
/* ============================================================ */
.rccof { background: var(--bg-pure); }
.rccof-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 56px; }
@media (max-width: 900px) { .rccof-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .rccof-grid { grid-template-columns: 1fr; } }
.rccof-card { background: var(--bg); border: 1px solid var(--border); padding: 36px 24px; text-align: center; transition: all 0.3s; position: relative; }
.rccof-card:hover { background: var(--bg-pure); border-color: var(--orange); transform: translateY(-6px); box-shadow: 0 20px 40px rgba(232, 85, 10, 0.1); }
.rccof-letter { font-family: var(--serif); font-size: 96px; font-weight: 400; line-height: 1; color: var(--navy); margin-bottom: 24px; font-variation-settings: "opsz" 144; font-style: italic; transition: color 0.3s; }
.rccof-card:hover .rccof-letter { color: var(--orange); }
.rccof-name { font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; color: var(--text); margin-bottom: 16px; text-transform: uppercase; font-weight: 600; }
.rccof-q { font-size: 13px; color: var(--muted); line-height: 1.5; font-style: italic; min-height: 40px; }

/* ============================================================ */
/* STYLING FOR DELIVERABLES                                  */
/* ============================================================ */
.deliverables { background: var(--bg-cream); }
.deliverables-list { margin-top: 56px; counter-reset: deliv; }
.deliverable { display: grid; grid-template-columns: 80px 1fr auto; gap: 32px; padding: 32px 0; border-bottom: 1px solid var(--border-2); align-items: center; transition: padding 0.2s; }
.deliverable:hover { padding-left: 16px; }
.deliverable:hover .deliv-num { color: var(--orange); }
.deliverable:last-child { border-bottom: none; }
.deliv-num { font-family: var(--mono); font-size: 14px; color: var(--muted); letter-spacing: 0.1em; transition: color 0.3s; font-weight: 600; }
.deliv-num::before { counter-increment: deliv; content: counter(deliv, decimal-leading-zero); }
.deliv-content h4 { font-family: var(--serif); font-size: 22px; font-weight: 400; margin-bottom: 6px; color: var(--navy); }
.deliv-content p { color: var(--text-soft); font-size: 14px; line-height: 1.5; }
.deliv-icon { font-family: var(--mono); font-size: 10px; padding: 8px 14px; background: var(--bg-pure); border: 1px solid var(--navy-line); color: var(--navy); letter-spacing: 0.15em; text-transform: uppercase; white-space: nowrap; font-weight: 600; }
@media (max-width: 768px) { .deliverable { grid-template-columns: 60px 1fr; gap: 20px; } .deliv-icon { display: none; } }

/* ============================================================ */
/* STYLING FOR PROMPT PREVIEW                                */
/* ============================================================ */
.prompt-preview { background: var(--bg); }
.prompt-mockup { background: var(--navy-deep); border: 1px solid var(--navy); margin-top: 56px; overflow: hidden; border-radius: 6px; box-shadow: 0 30px 60px rgba(26, 46, 78, 0.2); }
.prompt-mockup-head { background: var(--navy); padding: 14px 24px; border-bottom: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; gap: 12px; }
.prompt-mockup-dots { display: flex; gap: 6px; }
.prompt-mockup-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.2); }
.prompt-mockup-dot:nth-child(1) { background: #FF5F57; }
.prompt-mockup-dot:nth-child(2) { background: #FEBC2E; }
.prompt-mockup-dot:nth-child(3) { background: #28C840; }
.prompt-mockup-title { font-family: var(--mono); font-size: 12px; color: rgba(255,255,255,0.6); flex: 1; text-align: center; }
.prompt-mockup-body { padding: 32px; font-family: var(--mono); font-size: 13px; line-height: 1.8; color: rgba(255,255,255,0.85); }
.prompt-line { margin-bottom: 4px; }
.prompt-tag { color: var(--orange); font-weight: 600; }
.prompt-fill { background: rgba(232, 85, 10, 0.15); color: #FFB380; padding: 1px 6px; border-radius: 2px; }
.prompt-comment { color: rgba(255,255,255,0.4); }
.prompt-divider { color: rgba(255,255,255,0.15); margin: 16px 0; }

/* ============================================================ */
/* STYLING FOR WHO FOR                                       */
/* ============================================================ */
.who { background: var(--bg-pure); }
.who-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 56px; align-items: stretch; }
@media (max-width: 900px) { .who-grid { grid-template-columns: 1fr; } }
.who-block { padding: 48px 40px; border: 1px solid var(--border); }
.who-block.yes { background: var(--bg); border-color: var(--orange); position: relative; }
.who-block.yes::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--orange); }
.who-block.no { background: var(--bg-cream); }
.who-block h3 { margin-bottom: 32px; }
.who-block.yes h3 { color: var(--navy); }
.who-block.no h3 { color: var(--muted); }
.who-list { list-style: none; }
.who-list li { padding: 16px 0; border-bottom: 1px solid var(--border); display: flex; align-items: flex-start; gap: 16px; font-size: 16px; line-height: 1.5; }
.who-list li:last-child { border-bottom: none; }
.who-list .marker { font-family: var(--serif); font-size: 20px; font-weight: 500; flex-shrink: 0; line-height: 1.3; }
.who-list .marker.yes-m { color: var(--orange); }
.who-list .marker.no-m { color: var(--muted-2); }
.who-list li.yes-item { color: var(--navy); font-weight: 500; }
.who-list li.no-item { color: var(--muted); }

/* ============================================================ */
/* STYLING FOR TRACK RECORD                                  */
/* ============================================================ */
.track-record { background: var(--bg); }
.track-record-statement { font-size: 19px; color: var(--text-soft); line-height: 1.7; max-width: 720px; }
.track-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
@media (max-width: 768px) { .track-stats { grid-template-columns: 1fr; } }
.track-stat { padding: 40px 32px; border: 1px solid var(--border); background: var(--bg-pure); position: relative; }
.track-stat::before { content: ""; position: absolute; top: -1px; left: -1px; width: 40px; height: 40px; border-top: 3px solid var(--orange); border-left: 3px solid var(--orange); }
.track-stat-num { font-family: var(--serif); font-size: 64px; font-weight: 300; color: var(--navy); line-height: 1; font-style: italic; margin-bottom: 12px; font-variation-settings: "opsz" 144; }
.track-stat-label { font-family: var(--mono); font-size: 11px; color: var(--muted); letter-spacing: 0.15em; text-transform: uppercase; font-weight: 600; }

/* ============================================================ */
/* STYLING FOR COMPARISON                                    */
/* ============================================================ */
.comparison { background: var(--bg-cream); }
.compare-table { margin-top: 56px; border: 1px solid var(--border); background: var(--bg-pure); }
.compare-head { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.compare-head-cell { padding: 24px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; border-right: 1px solid var(--border); border-bottom: 2px solid var(--border); font-weight: 600; }
.compare-head-cell:last-child { border-right: none; }
.compare-head-cell.label { color: var(--muted); background: var(--bg); }
.compare-head-cell.dim { color: var(--muted); background: var(--bg); }
.compare-head-cell.bright { color: var(--orange); background: var(--orange-soft); border-bottom-color: var(--orange); }
.compare-row { display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid var(--border); }
.compare-row:first-of-type { border-top: none; }
.compare-cell { padding: 20px 24px; font-size: 15px; line-height: 1.6; border-right: 1px solid var(--border); }
.compare-cell:last-child { border-right: none; }
.compare-cell.label { font-family: var(--mono); font-size: 13px; color: var(--muted); background: var(--bg); font-weight: 500; }
.compare-cell.other { color: var(--text-soft); }
.compare-cell.us { color: var(--navy); background: var(--orange-soft); font-weight: 500; }
@media (max-width: 768px) { .compare-head { grid-template-columns: 1fr 1fr; } .compare-row { grid-template-columns: 1fr 1fr; } .compare-cell.label, .compare-head-cell.label { display: none; } }

/* ============================================================ */
/* STYLING FOR FAQ                                           */
/* ============================================================ */
.faq { background: var(--bg); }
.faq-list { margin-top: 56px; max-width: 880px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item[open] { background: var(--bg-pure); margin-left: -32px; margin-right: -32px; padding: 0 32px; border-radius: 4px; box-shadow: 0 10px 30px rgba(26,46,78,0.06); border-bottom: 1px solid transparent; }
.faq-question { padding: 28px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; gap: 24px; transition: all 0.2s; }
.faq-question h4 { font-family: var(--serif); font-size: 22px; font-weight: 400; color: var(--navy); line-height: 1.3; }
.faq-toggle { width: 36px; height: 36px; border: 1px solid var(--navy-line); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--navy); font-family: var(--mono); font-weight: 500; flex-shrink: 0; transition: all 0.25s; background: var(--bg-pure); }
details[open] .faq-toggle { background: var(--orange); border-color: var(--orange); color: white; transform: rotate(45deg); }
.faq-answer { padding: 0 0 28px 0; color: var(--text-soft); font-size: 16px; line-height: 1.7; max-width: 760px; }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }

/* ============================================================ */
/* STYLING FOR PRICING                                       */
/* ============================================================ */
.pricing { background: var(--bg-pure); }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 56px; }
@media (max-width: 768px) { .pricing-grid { grid-template-columns: 1fr; } }
.pricing-card { background: var(--bg); border: 1px solid var(--border); padding: 48px 40px; position: relative; transition: all 0.3s; }
.pricing-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(26, 46, 78, 0.1); }
.pricing-card.featured { background: var(--navy); color: white; border-color: var(--navy); }
.pricing-card.featured::before { content: "ƯU ĐÃI TEAM"; position: absolute; top: -14px; left: 40px; background: var(--orange); color: white; padding: 6px 14px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; font-weight: 600; }
.pricing-tier { font-family: var(--mono); font-size: 11px; color: var(--muted); letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 16px; font-weight: 600; }
.pricing-card.featured .pricing-tier { color: var(--orange); }
.pricing-name { font-family: var(--serif); font-size: 32px; font-weight: 400; margin-bottom: 24px; color: var(--navy); }
.pricing-card.featured .pricing-name { color: white; }
.pricing-price { font-family: var(--serif); font-size: 56px; font-weight: 300; color: var(--navy); line-height: 1; margin-bottom: 4px; font-variation-settings: "opsz" 144; }
.pricing-card.featured .pricing-price { color: white; }
.pricing-price .currency { font-size: 24px; color: var(--muted); margin-left: 4px; }
.pricing-card.featured .pricing-price .currency { color: rgba(255,255,255,0.6); }
.pricing-period { font-family: var(--mono); font-size: 12px; color: var(--muted); letter-spacing: 0.1em; margin-bottom: 32px; font-weight: 500; }
.pricing-card.featured .pricing-period { color: rgba(255,255,255,0.6); }
.pricing-list { list-style: none; margin-bottom: 32px; }
.pricing-list li { padding: 12px 0; border-bottom: 1px dashed var(--border); color: var(--text-soft); font-size: 14px; display: flex; gap: 12px; align-items: flex-start; }
.pricing-card.featured .pricing-list li { border-bottom-color: rgba(255,255,255,0.15); color: rgba(255,255,255,0.85); }
.pricing-list li::before { content: "→"; color: var(--orange); font-weight: 600; flex-shrink: 0; }
.pricing-list li:last-child { border-bottom: none; }
.pricing-cta { display: block; padding: 16px 24px; text-align: center; background: var(--navy); color: white; text-decoration: none; transition: all 0.2s; font-size: 14px; font-weight: 500; letter-spacing: 0.02em; }
.pricing-cta:hover { background: var(--navy-deep); transform: translateY(-2px); }
.pricing-card.featured .pricing-cta { background: var(--orange); }
.pricing-card.featured .pricing-cta:hover { background: var(--orange-deep); }

/* ============================================================ */
/* STYLING FOR URGENCY                                       */
/* ============================================================ */
.urgency { background: var(--bg-cream); position: relative; overflow: hidden; }
.urgency::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(232, 85, 10, 0.1) 0%, transparent 50%); pointer-events: none; }
.urgency-content { text-align: center; position: relative; }
.urgency-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
@media (max-width: 768px) { .urgency-grid { grid-template-columns: 1fr; gap: 16px; } }
.urgency-item { padding: 40px 32px; border: 1px solid var(--border); background: var(--bg-pure); }
.urgency-num { font-family: var(--serif); font-size: 80px; font-weight: 300; color: var(--orange); line-height: 1; margin-bottom: 16px; font-variation-settings: "opsz" 144; font-style: italic; }
.urgency-label { font-family: var(--mono); font-size: 11px; color: var(--muted); letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; }

/* ============================================================ */
/* STYLING FOR FINAL CTA NAVY HIGHLIGHT                      */
/* ============================================================ */
.final-cta { background: var(--navy); color: white; text-align: center; position: relative; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 900px; height: 900px; background: radial-gradient(circle, rgba(232, 85, 10, 0.15) 0%, transparent 60%); pointer-events: none; }
.final-cta > .container-narrow { position: relative; }
.final-cta .eyebrow-num { color: var(--orange); }
.final-cta .eyebrow-line { background: var(--orange); }
.final-cta h2 { max-width: 920px; margin: 0 auto 48px; color: white; }
.final-cta h2 .em { color: var(--orange); }
.final-cta-sub { font-family: var(--serif); font-size: clamp(24px, 3vw, 36px); font-style: italic; color: var(--orange); margin: 48px 0 64px; font-weight: 400; line-height: 1.3; }
.final-cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 64px; }
.final-cta .btn-primary { background: var(--orange); box-shadow: 0 4px 20px rgba(232, 85, 10, 0.3); }
.final-cta .btn-primary:hover { background: var(--orange-deep); box-shadow: 0 12px 28px rgba(232, 85, 10, 0.4); }
.final-cta .btn-secondary { color: white; border-color: rgba(255,255,255,0.4); }
.final-cta .btn-secondary:hover { background: white; color: var(--navy); border-color: white; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 880px; margin: 0 auto; padding-top: 56px; border-top: 1px solid rgba(255,255,255,0.15); }
@media (max-width: 768px) { .contact-grid { grid-template-columns: 1fr; gap: 16px; } }
.contact-item { padding: 24px; border: 1px solid rgba(255,255,255,0.15); text-align: left; background: rgba(255,255,255,0.03); }
.contact-label { font-family: var(--mono); font-size: 11px; color: var(--orange); letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 8px; font-weight: 600; }
.contact-value { font-family: var(--serif); font-size: 20px; font-weight: 500; color: white; }

/* ============================================================ */
/* STYLING FOR FOOTER                                        */
/* ============================================================ */
.footer { padding: 48px 0; background: var(--navy-deep); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand-mark { width: 32px; height: 32px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.footer-brand-mark::before { content: ""; width: 14px; height: 14px; border: 1.5px solid var(--navy); transform: rotate(45deg); }
.footer-brand-text { font-family: var(--sans); font-size: 14px; color: white; font-weight: 700; letter-spacing: 0.05em; }
.footer-meta { font-family: var(--mono); font-size: 11px; color: rgba(255,255,255,0.5); letter-spacing: 0.1em; }
