:root {
  --navy: #000225;
  --navy-2: #14213a;
  --ink: #2e3c58;
  --muted: #66738f;
  --line: #dbe2ee;
  --pale: #f3f7fe;
  --orange: #ff6b35;
  --yellow: #fff49e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; word-break: keep-all; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
main { overflow: hidden; }
main>section {margin-bottom: 0;}
.container { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 100px 0; }
.section-dark { background: var(--navy); color: white; }
.section-heading { margin-bottom: 48px; text-align: center; }
.section-heading h2, .problem-copy h2, .calculator-copy h2, .consult-copy h2, .fcd-body h2 { margin: 0; color: var(--navy-2); font-size: 42px; font-weight: 800; letter-spacing: -1.7px; line-height: 1.28; }
.section-dark h2 { color: white; }
.section-heading p { margin: 13px 0 0; color: var(--muted); font-size: 16px; letter-spacing: -0.4px; }
.section-heading em, h1 em, h2 em { color: var(--orange); font-style: normal; }
.eyebrow { display: inline-block; margin-bottom: 10px; color: var(--orange); font-size: 14px; font-weight: 700; letter-spacing: -0.2px; }

.hero { padding: 50px 0; }
.hero-inner { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 50px; min-height: 303px; }
.metric-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.metric-pills span { padding: 7px 15px; border: 1px solid var(--orange); border-radius: 999px; background: rgba(255, 107, 53, .1); color: #fff; font-size: 14px; font-weight: 600; letter-spacing: -0.35px; white-space: nowrap; }
.metric-pills strong { margin-left: 5px; color: var(--orange); }
.hero h1 { margin: 0; color: #fff; font-size: 46px; font-weight: 800; letter-spacing: -1.7px; line-height: 1.25; }
.hero h1 em { margin-right: 1px; }
.hero-copy > p { margin: 20px 0 0; color: #94a3b8; font-size: 16px; letter-spacing: -0.35px; }
.hero-visual { position: relative; aspect-ratio: 1280 / 720; overflow: hidden; margin: 0; border-radius: 10px; box-shadow: 0 4px 30px rgba(0,0,0,.5); }
.hero-caption { margin: 9px 0 0; color: #94a3b8; font-size: 12px; letter-spacing: -0.3px; line-height: normal; text-align: right; }
.hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .65s ease; }
.hero-slide.is-active { opacity: 1; }

/*
@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; }
}*/

.audience-section { background: white; }
.audience-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.audience-card { display: flex; min-width: 0; flex-direction: column; gap: 10px; overflow: clip; border-radius: 10px; background: white; text-align: center; }
.audience-visual { position: relative; width: 100%; height: 150px; flex: 0 0 150px; }
.portrait { position: absolute; bottom: 0; left: 50%; width: 100px; height: 100px; overflow: hidden; border-radius: 50%; background: #e7edf6; transform: translateX(-50%); }
.portrait img { position: absolute; display: block; max-width: none; object-fit: cover; }
.portrait--instructor img { top: -71px; left: calc(50% - 90px); width: 180px; height: 242px; }
.portrait--academy img { top: -18px; left: -42px; width: 184px; height: 184px; }
.portrait--worker { background: #a6a6a6; }
.portrait--worker img { top: -52px; left: -55px; width: 196px; height: 196px; }
.portrait--professional { background: #999; }
.portrait--professional img { top: -45px; left: -76px; width: 189px; height: 189px; }
.portrait--professor { background: #b2b2b2; }
.portrait--professor img { top: -40px; left: -40px; width: 180px; height: 180px; }
.portrait--retired { background: #9a9a9a; }
.portrait--retired img { top: -25px; left: -41px; width: 176px; height: 176px; }
.speech { position: absolute; top: 0; left: 50%; z-index: 1; padding: 10px; border-radius: 4px; background: var(--yellow); color: var(--muted); font-size: 12px; letter-spacing: -0.3px; line-height: normal; text-align: left; transform: translateX(-50%); }
.speech > img { position: absolute; bottom: -10.5px; width: 10px; height: 10.5px; }
.speech--instructor { width: 99px; }
.speech--instructor > img { left: calc(50% - 19px); }
.speech--academy { white-space: nowrap; }
.speech--academy > img { left: calc(50% - 19.5px); }
.speech--worker { width: 127px; }
.speech--worker > img { left: 40px; }
.speech--professional { white-space: nowrap; }
.speech--professional > img { left: 40px; }
.speech--professor { white-space: nowrap; }
.speech--professor > img { left: 44px; }
.speech--retired { white-space: nowrap; }
.speech--retired > img { left: 42px; }
.audience-card h3 { margin: 0; color: var(--ink); font-size: 24px; font-weight: 700; letter-spacing: -0.9px; }

.problem-section { padding: 100px 0; background: #f5f8fe; }
.problem-layout { display: flex; flex-direction: column; align-items: center; gap: 30px; }
.concerns { display: flex; width: 100%; flex-wrap: wrap; align-items: flex-start; justify-content: center; gap: 30px 50px; }
.concern-pill { position: relative; display: flex; align-items: center; justify-content: center; min-height: 64px; padding: 16px 26px; border: 1px solid #e2e8f0; border-radius: 500px; background: white; box-shadow: 0 4px 8px rgba(0, 0, 0, .03); }
.concern-pill p { margin: 0; color: var(--navy-2); font-size: 20px; font-weight: 700; letter-spacing: -0.5px; line-height: normal; white-space: nowrap; }
.concern-pill em { color: var(--orange); font-style: normal; }
.concern-pill > img { position: absolute; top: 50%; left: -12px; height: 30px; object-fit: cover; transform: translateY(-50%); }
.concern-pill--1 > img { width: 21px; }
.concern-pill--2 > img { left: -15px; width: 32px; }
.concern-pill--3 > img { width: 25px; }
.concern-pill--4 > img { left: -13px; width: 35px; }
.concern-pill--5 > img { left: -13px; width: 28px; }
.problem-copy { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.problem-copy p { margin: 0; color: var(--muted); font-size: 32px; font-weight: 800; letter-spacing: -0.8px; line-height: normal; }
.problem-copy h2 { margin: 0; color: var(--navy-2); font-size: 32px; font-weight: 800; letter-spacing: -0.8px; line-height: normal; }

.process-section { background: #fff; }
.process-section .section-heading { display: flex; flex-direction: column; align-items: center; gap: 4px; margin-bottom: 48px; }
.process-kicker { margin: 0; color: #2a5ce0; font-size: 16px; font-weight: 700; letter-spacing: -0.4px; line-height: normal; }
.process-section .section-heading h2 { font-size: 42px; }
.process-section .section-heading em { color: #2a5ce0; }
.process-cards { display: flex; width: 100%; align-items: stretch; gap: 10px; }
.process-card { display: flex; min-width: 0; min-height: 144px; flex: 1 1 0; flex-direction: column; align-items: flex-start; gap: 10px; padding: 16px; border: 1px solid #e2e8f0; border-radius: 16px; background: white; box-shadow: 0 12px 12px rgba(10, 37, 64, .05); }
.process-card > span { color: #2a5ce0; font-size: 14px; font-weight: 800; letter-spacing: -0.35px; line-height: normal; }
.process-card h3 { width: 100%; margin: 0; color: var(--navy-2); font-size: 20px; font-weight: 700; letter-spacing: -0.5px; line-height: normal; }
.process-card p { width: 100%; margin: 0; color: var(--muted); font-size: 14px; font-weight: 500; letter-spacing: -0.35px; line-height: normal; }
.process-arrow { width: 16px; height: 16px; flex: 0 0 16px; align-self: center; }

.deliverables-section { background: #f5f8fe; }
.deliverables-section .section-heading em { color: #2a5ce0; }
.deliverables-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.deliverables-grid article { display: flex; min-width: 0; flex-direction: column; gap: 12px; }
.deliverables-grid img { width: 100%; height: 120px; border: 1px solid #e2e8f0; border-radius: 10px; object-fit: cover; }
.deliverables-grid h3 { width: 100%; margin: 0; color: var(--navy-2); font-size: 15px; font-weight: 700; letter-spacing: -0.375px; line-height: normal; text-align: center; }

.transformation-section { background: white; }
.transformation-section .section-heading { margin-bottom: 30px; }
.transformation-section .section-heading em { color: #2a5ce0; }
.transformation-flow { display: grid; grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr); align-items: center; gap: 32px; }
.comparison-card { position: relative; display: flex; height: 300px; min-width: 0; flex-direction: column; align-items: flex-start; gap: 20px; overflow: hidden; padding: 30px; border: 1px solid #e2e8f0; border-radius: 24px; background: #f4f6fa; }
.comparison-card--after { border: 2px solid #2a5ce0; box-shadow: 0 12px 12px rgba(10, 37, 64, .05); }
.comparison-photo, .comparison-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.comparison-photo { object-fit: cover;}
.comparison-card:first-child .comparison-photo {filter: grayscale(1);}
.comparison-overlay { background: rgba(0, 0, 0, .5); }
.comparison-badge { position: relative; z-index: 1; padding: 6px 16px; border-radius: 100px; background: #66738f; color: white; font-size: 16px; font-weight: 700; letter-spacing: -0.4px; line-height: normal; }
.comparison-card--after .comparison-badge { background: #2a5ce0; }
.comparison-card ul { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 16px; padding: 0; margin: 0; list-style: none; }
.comparison-card li { display: flex; align-items: center; gap: 12px; color: white; font-size: 20px; font-weight: 700; letter-spacing: -0.5px; line-height: normal; white-space: nowrap; }
.comparison-card--before li { color: #eff4ff; font-weight: 600; }
.comparison-card li img { width: 20px; height: 20px; flex: 0 0 20px; }
.transform-arrow { display: grid; width: 64px; height: 64px; place-items: center; border-radius: 32px; background: #2a5ce0; box-shadow: 0 12px 12px rgba(10, 37, 64, .05); color: white; font-size: 24px; font-weight: 800; }

.stories-section { background: #f4f6fa; }
.stories-section .section-heading { margin-bottom: 30px; }
.stories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.testimonial-card { position: relative; display: flex; min-height: 200px; min-width: 0; flex-direction: column; gap: 24px; padding: 32px; border: 1px solid #e2e8f0; border-radius: 10px; background: white; box-shadow: 0 12px 12px rgba(10, 37, 64, .03); }
.quote { margin: 0; color: var(--navy-2); font-size: 20px; font-weight: 700; letter-spacing: -0.5px; line-height: normal; }
.story-person { display: flex; width: 100%; align-items: center; justify-content: space-between; }
.person-info { display: flex; min-width: 0; flex: 1 1 auto; align-items: center; gap: 12px; }
.person-info img { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 50%; object-fit: cover; }
.person-info span { display: flex; flex-direction: column; gap: 2px; }
.person-info b { color: var(--navy-2); font-size: 16px; letter-spacing: -0.4px; line-height: normal; }
.person-info small { color: var(--muted); font-size: 13px; letter-spacing: -0.325px; line-height: normal; }
.story-person em { flex: 0 0 auto; padding: 6px 12px; border-radius: 6px; background: #eff4ff; color: #2a5ce0; font-size: 13px; font-style: normal; font-weight: 700; letter-spacing: -0.325px; line-height: normal; white-space: nowrap; }
.quote-mark { position: absolute; width: 20px; height: 15px; }
.quote-mark--open { top: -8px; left: 15px; }
.quote-mark--close { right: 17px; bottom: 8px; }
.disclaimer { margin: 30px 0 0; color: var(--muted); font-size: 12px; opacity: .7; text-align: center; }

.income-section { border-top: 1px solid #e2e8f0; background: white; }
.income-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.income-grid article { overflow: hidden; border: 1px solid #e2e8f0; border-radius: 10px; background: white; box-shadow: 0 8px 16px rgba(10, 37, 64, .02); }
.income-grid img { width: 100%; height: 160px; object-fit: cover; }
.income-grid div { display: flex; flex-direction: column; gap: 8px; padding: 16px 10px; }
.income-grid b { color: var(--navy-2); font-size: 18px; letter-spacing: -0.45px; line-height: normal; }
.income-grid p { margin: 0; color: var(--muted); font-size: 14px; font-weight: 500; letter-spacing: -0.35px; line-height: normal; }

.calculator-section { padding: 100px 0; background: #16264a; }
.calculator-shell { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 10px; box-shadow: 0 24px 30px rgba(12, 20, 40, .32); }
.calculator-controls { display: flex; min-width: 0; flex-direction: column; gap: 20px; padding: 40px; background: #16264a; }
.calculator-heading { display: flex; flex-direction: column; gap: 4px; }
.calculator-heading h2 { margin: 0; color: white; font-size: 20px; font-weight: 700; letter-spacing: -0.5px; line-height: normal; }
.calculator-heading p { margin: 0; color: #949fb5; font-size: 14px; letter-spacing: -0.35px; line-height: normal; }
.calculator-field { display: flex; width: 100%; flex-direction: column; }
.field-label, .range-meta > span:first-child { color: #bfc9dc; font-size: 16px; font-weight: 600; letter-spacing: -0.4px; line-height: normal; }
.calculator-type, .grade-field { gap: 4px; }
.tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 5px; border-radius: 10px; background: rgba(255, 255, 255, .05); }
.tabs button { min-height: 39px; border: 0; border-radius: 8px; background: transparent; color: #97a3bd; font-size: 14px; font-weight: 600; letter-spacing: -0.35px; }
.tabs button.active { background: #ff6b35; box-shadow: 0 4px 12px -4px rgba(255, 107, 53, .7); color: white; }
.calculator-range { gap: 14px; padding: 4px 0; }
.range-meta { display: flex; width: 100%; align-items: center; justify-content: space-between; }
.range-meta output { color: #ff9e63; font-size: 18px; font-weight: 700; letter-spacing: -0.45px; line-height: normal; }
.calculator-range input[type="range"] { width: 100%; height: 22px; margin: -8px 0; appearance: none; background: transparent; cursor: pointer; }
.calculator-range input[type="range"]::-webkit-slider-runnable-track { height: 6px; border-radius: 999px; background: rgba(255, 255, 255, .12); }
.calculator-range input[type="range"]::-webkit-slider-thumb { width: 22px; height: 22px; margin-top: -8px; border: 4px solid #ff6b35; border-radius: 50%; appearance: none; background: white; box-shadow: 0 2px 8px rgba(0, 0, 0, .4); }
.calculator-range input[type="range"]::-moz-range-track { height: 6px; border-radius: 999px; background: rgba(255, 255, 255, .12); }
.calculator-range input[type="range"]::-moz-range-thumb { width: 14px; height: 14px; border: 4px solid #ff6b35; border-radius: 50%; background: white; box-shadow: 0 2px 8px rgba(0, 0, 0, .4); }
#gradesVod { display: flex; flex-wrap: wrap; gap: 6px; }
#gradesVod button { display: flex; align-items: center; justify-content: center; gap: 2px; padding: 10px 14px; border: 0; border-radius: 10px; background: rgba(255, 255, 255, .05); color: #97a3bd; font-size: 14px; letter-spacing: -0.35px; line-height: normal; }
#gradesVod button b { font-weight: 400; }
#gradesVod button span { font-weight: 500; }
#gradesVod button.active { background: #ff6b35; color: white; box-shadow: 0 4px 12px -4px rgba(255, 107, 53, .7); }
#gradesVod button.active b { font-weight: 700; }

#gradesOther { display: none; flex-wrap: wrap; gap: 6px; }
#gradesOther button { display: flex; align-items: center; justify-content: center; gap: 2px; padding: 10px 14px; border: 0; border-radius: 10px; background: rgba(255, 255, 255, .05); color: #97a3bd; font-size: 14px; letter-spacing: -0.35px; line-height: normal; }
#gradesOther button b { font-weight: 400; }
#gradesOther button span { font-weight: 500; }
#gradesOther button.active { background: #ff6b35; color: white; box-shadow: 0 4px 12px -4px rgba(255, 107, 53, .7); }
#gradesOther button.active b { font-weight: 700; }

.calc-result { display: flex; min-width: 0; flex-direction: column; justify-content: space-between; padding: 40px; background: linear-gradient(150.72deg, #e85420 0%, #c9430f 100%); }
.result-main { display: flex; flex-direction: column; gap: 24px; }
.monthly-result { display: flex; flex-direction: column; color: white; }
.monthly-result > span { color: rgba(255, 255, 255, .75); font-size: 16px; font-weight: 600; letter-spacing: -0.4px; line-height: normal; }
.monthly-result > strong { display: flex; align-items: center; margin: 0; color: white; font-size: 50px; font-weight: 700; letter-spacing: -1.25px; line-height: normal; }
.monthly-result > strong span { margin-left: 3px; font-size: 30px; letter-spacing: -0.75px; }
.monthly-result > p { margin: 0; color: rgba(255, 255, 255, .78); font-size: 13.5px; font-weight: 500; letter-spacing: -0.3375px; line-height: normal; }
.result-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding-top: 25px; border-top: 1px solid rgba(255, 255, 255, .18); }
.result-stats div { display: flex; flex-direction: column; gap: 6px; }
.result-stats span { color: rgba(255, 255, 255, .72); font-size: 14px; letter-spacing: -0.35px; line-height: normal; }
.result-stats b { color: white; font-size: 24px; letter-spacing: -0.6px; line-height: normal; }
.result-notice { margin: 0; color: rgba(255, 255, 255, .62); font-size: 12px; letter-spacing: -0.3px; line-height: normal; }

.pricing-section { background: white; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.pricing-card { position: relative; display: flex; min-height: 463px; flex-direction: column; padding: 28px; border: 1px solid #dde4ef; border-radius: 10px; background: white; }
.pricing-card.featured { z-index: 1; border: 2px solid var(--orange); box-shadow: 0 13px 30px rgba(255, 107, 53, .15); }
.pricing-card header > span { color: var(--ink); font-size: 21px; font-weight: 800; }
.pricing-card header > strong { display: block; margin: 6px 0 3px; color: var(--navy-2); font-size: 38px; letter-spacing: -1px; line-height: 1.1; }
.pricing-card header > strong small { margin-left: 2px; font-size: 18px; }
.pricing-card header p { min-height: 21px; margin: 6px 0 18px; color: var(--muted); font-size: 13px; }
.pricing-card ul { flex: 1; padding: 17px 0 0; margin: 0 0 20px; border-top: 1px solid #e7ecf4; list-style: none; color: #586883; font-size: 14px; }
.pricing-card li { margin: 9px 0; }
.pricing-card li::before { margin-right: 8px; color: #3977e7; content: "✓"; }
.pricing-card a { display: grid; min-height: 48px; place-items: center; border-radius: 6px; background: #eff3fa; color: var(--ink); font-size: 15px; font-weight: 800; }
.pricing-card.featured a { background: var(--orange); color: white; }
.recommended, .limited { position: absolute; top: -13px; right: 20px; padding: 5px 10px; border-radius: 999px; background: var(--orange); color: white; font-size: 11px; }
.limited { background: var(--navy-2); }
.payment-note { margin: 16px 0 0; padding: 12px; border-radius: 5px; background: #f2f6ff; color: #5e6d87; font-size: 13px; text-align: center; }

.why-section { background: #f4f8ff; }
.why-layout { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 74px; }
.section-heading.left { margin-bottom: 30px; text-align: left; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.why-grid article { min-height: 145px; padding: 19px; border: 1px solid #dae4f4; border-radius: 8px; background: white; }
.why-grid strong { display: block; color: #3977e7; font-size: 21px; letter-spacing: -0.8px; }
.why-grid b { display: block; margin: 3px 0 5px; color: var(--ink); font-size: 14px; }
.why-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.42; }
.why-images { position: relative; min-height: 360px; }
.why-images img { position: absolute; width: 74%; border: 7px solid white; border-radius: 8px; box-shadow: 0 15px 32px rgba(50, 76, 122, .16); object-fit: cover; }
.why-images img:first-child { top: 0; left: 0; height: 249px; }
.why-images img:last-child { right: 0; bottom: 0; height: 200px; }

.fcd-section { background: white; }
.fcd-card { display: grid; grid-template-columns: 1fr 1.12fr; overflow: hidden; min-height: 344px; border-radius: 12px; background: #d9ebff; }
.fcd-photo { min-height: 344px; background: #99c8fa; }
.fcd-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.fcd-body { padding: 42px 50px; }
.fcd-body .eyebrow { color: #3977e7; font-size: 11px; }
.fcd-body h2 { font-size: 31px; }
.fcd-body p { margin: 12px 0 18px; color: #526785; font-size: 14px; }
.fcd-body blockquote { margin: 0 0 16px; padding: 11px 14px; border-radius: 6px; background: rgba(255,255,255,.76); color: #446080; font-size: 13px; line-height: 1.55; }
.fcd-body > b { color: #315a8e; font-size: 15px; }
.fcd-body small { margin-left: 6px; color: #6f86a2; font-size: 12px; font-weight: 500; }

.faq-section { background: #f4f8ff; }
.faq-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.faq-list details { overflow: hidden; border: 1px solid #dde6f2; border-radius: 7px; background: white; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; padding: 0px 18px; color: var(--ink); font-size: 15px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #8492a9; font-size: 20px; transition: transform .2s ease; }
.faq-list details p { margin: 0 18px 17px; color: var(--muted); font-size: 13px; line-height: 1.55; }

.consultation-section { padding: 75px 0; }
.consult-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 84px; }
.consult-copy h2 { font-size: 38px; }
.consult-copy p { margin: 18px 0; color: #aab7d0; }
.consult-copy ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.consult-copy li { padding: 5px 10px; border-radius: 999px; background: rgba(255,255,255,.1); color: #e8edf9; font-size: 12px; }
.consult-copy li::before { margin-right: 5px; color: #ff8a61; content: "✓"; }
.consult-form { padding: 28px; border-radius: 10px; background: white; color: var(--ink); box-shadow: 0 18px 35px rgba(0,0,0,.24); }
.consult-form header b { color: var(--navy-2); font-size: 19px; }
.consult-form header p { margin: 3px 0 20px; color: #74829b; font-size: 13px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-grid label { display: block; color: #5b6a84; font-size: 12px; font-weight: 700; }
.form-grid input { width: 100%; height: 39px; margin-top: 5px; padding: 0 11px; border: 1px solid #dce3ee; border-radius: 5px; color: var(--ink); font-size: 13px; outline-color: #3977e7; }
.form-grid input::placeholder { color: #aeb8c9; }
.consent { display: flex; align-items: center; gap: 7px; margin: 17px 0; color: #75839a; font-size: 12px; }
.consent input { accent-color: #3977e7; }
.consult-form > button { width: 100%; min-height: 48px; border: 0; border-radius: 5px; background: #225cc8; color: white; font-weight: 800; }
.consult-form > button span { margin-left: 7px; font-size: 18px; }
.form-message { min-height: 18px; margin: 9px 0 0; color: #2c70d8; font-size: 12px; text-align: center; }

/* Pricing, credibility, FCD, FAQ and consultation — Figma nodes 367:6080–6269 */
.pricing-section { background: white; }
.pricing-section .section-heading { margin-bottom: 30px; }
.pricing-section .section-heading h2 { color: #14213a; font-size: 42px; font-weight: 800; letter-spacing: -1.05px; line-height: normal; }
.pricing-grid { gap: 24px; }
.pricing-card { display: flex; min-height: 0; flex-direction: column; gap: 20px; padding: 24px; border: 1px solid #e2e8f0; border-radius: 20px; box-shadow: 0 12px 12px rgba(10, 37, 64, .02); }
.pricing-card header { display: flex; min-height: 112px; flex-direction: column; align-items: flex-start; gap: 10px; }
.pricing-card header h3 { margin: 0; color: #14213a; font-size: 20px; font-weight: 800; letter-spacing: -0.5px; line-height: normal; }
.pricing-card header > strong { display: block; margin: 0; color: #2a5ce0; font-size: 36px; font-weight: 800; letter-spacing: -0.9px; line-height: normal; }
.pricing-card header p { min-height: 0; margin: 0; color: #66738f; font-size: 14px; letter-spacing: -0.35px; line-height: normal; }
.pricing-divider { width: 100%; height: 1px; }
.pricing-card ul { display: flex; flex: 1 1 auto; flex-direction: column; gap: 10px; padding: 0; margin: 0; border: 0; color: #14213a; font-size: 16px; font-weight: 400; letter-spacing: -0.4px; line-height: normal; }
.pricing-card li { display: flex; align-items: center; gap: 10px; margin: 0; }
.pricing-card li::before { content: none; }
.pricing-card li img { width: 18px; height: 18px; flex: 0 0 18px; }
.pricing-badge { display: inline-flex; min-height: 19px; align-items: center; padding: 4px 10px; border-radius: 4px; color: white; font-size: 11px; font-weight: 800; letter-spacing: -0.275px; line-height: normal; }
.pricing-badge--popular { background: #ef4444; }
.pricing-badge--limited { background: #ff6b35; }
.pricing-card--premium { border: 0; background: linear-gradient(180deg, #1e3a72 0%, #12224a 100%); box-shadow: 0 16px 16px rgba(18, 34, 74, .15); }
.pricing-card--premium header h3, .pricing-card--premium li { color: white; }
.pricing-card--premium header > strong { color: #00d4ff; }
.pricing-card--premium header p { color: #eff4ff; }
.pricing-card--vip { border-color: #ff6b35; background: #fff4f0; }
.pricing-card--vip header h3, .pricing-card--vip header > strong { color: #ff6b35; }
.payment-note { margin: 30px 0 0; padding: 18px 32px; border: 0; border-left: 4px solid #2a5ce0; border-radius: 6px; background: #eff4ff; color: #2a5ce0; font-size: 14px; letter-spacing: -0.35px; line-height: normal; text-align: left; }

.why-section { border-top: 1px solid #e2e8f0; background: #f4f6fa; }
.why-section .section-heading { margin-bottom: 56px; }
.why-section .section-heading h2 { color: #14213a; font-size: 42px; font-weight: 800; letter-spacing: -1.05px; line-height: normal; }
.why-section .section-heading em { color: #2a5ce0; }
.why-layout { grid-template-columns: minmax(0, 1fr) 500px; align-items: start; gap: 48px; }
.why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.why-grid article { display: flex; min-height: 140px; flex-direction: column; align-items: flex-start; gap: 12px; padding: 28px; border: 1px solid #e2e8f0; border-radius: 16px; background: white; }
.why-grid strong { color: #2a5ce0; font-size: 28px; font-weight: 900; letter-spacing: -0.7px; line-height: normal; }
.why-grid h3 { width: 100%; margin: 0; color: #14213a; font-size: 18px; font-weight: 800; letter-spacing: -0.45px; line-height: normal; }
.why-grid p { width: 100%; margin: 0; color: #66738f; font-size: 14px; font-weight: 500; letter-spacing: -0.35px; line-height: normal; }
.why-images { display: flex; min-height: 0; flex-direction: column; gap: 20px; }
.why-images img, .why-images img:first-child, .why-images img:last-child { position: static; width: 100%; height: 220px; border: 1px solid #e2e8f0; border-radius: 16px; box-shadow: none; object-fit: cover; }

.fcd-section { padding: 100px 0; background: white; }
.fcd-card { display: flex; width: min(1120px, calc(100% - 48px)); min-height: 300px; margin: 0 auto; overflow: hidden; border: 1px solid #2a5ce0; border-radius: 24px; background: #c7d9ff; }
.fcd-portrait { position: relative; width: 300px; height: 300px; flex: 0 0 300px; overflow: hidden; }
.fcd-circle { position: absolute; top: 30px; left: 30px; width: 240px; height: 240px; }
.fcd-person { position: absolute; top: -3.58%; left: -31.52%; width: 163.04%; height: 163.04%; max-width: none; }
.fcd-body { display: flex; flex: 1 1 auto; flex-direction: column; justify-content: center; gap: 24px; padding: 0 40px 0 0; }
.fcd-body header { display: flex; flex-direction: column; gap: 12px; }
.fcd-body h2 { margin: 0; color: #14213a; font-size: 28px; font-weight: 800; letter-spacing: -0.7px; line-height: normal; }
.fcd-body h2 em { color: #2a5ce0; }
.fcd-body header p { margin: 0; color: #66738f; font-size: 16px; font-weight: 400; letter-spacing: -0.4px; line-height: normal; }
.fcd-body blockquote { display: flex; width: 100%; flex-direction: column; gap: 12px; margin: 0; padding: 20px; border: 0; border-left: 4px solid #2a5ce0; border-radius: 0 8px 8px 0; background: white; color: #14213a; }
.fcd-body blockquote p { margin: 0; color: #14213a; font-size: 15px; font-weight: 600; letter-spacing: -0.375px; line-height: normal; }
.fcd-body blockquote footer { display: flex; align-items: center; justify-content: flex-end; gap: 8px; background-color: #fff;}
.fcd-body blockquote footer b { color: #14213a; font-size: 14px; font-weight: 800; letter-spacing: -0.35px; line-height: normal; }
.fcd-body blockquote footer span { color: #66738f; font-size: 13px; letter-spacing: -0.325px; line-height: normal; }

.faq-section { background: #f4f6fa; }
.faq-section .section-heading { margin-bottom: 50px; }
.faq-section .section-heading h2 { color: #14213a; font-size: 42px; font-weight: 800; letter-spacing: -1.05px; line-height: normal; }
.faq-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.faq-card { min-width: 0; overflow: hidden; padding: 28px; border: 1px solid #e2e8f0; border-radius: 16px; background: white; }
.faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 10px; cursor: pointer; list-style: none; }
.faq-question::-webkit-details-marker { display: none; }
.faq-question h3 { display: flex; min-width: 0; align-items: center; gap: 8px; margin: 0; color: #14213a; font-size: 16px; font-weight: 800; letter-spacing: -0.4px; line-height: normal; }
.faq-question h3 span { flex: 0 0 auto; color: #2a5ce0; }
.faq-question > img { width: 14px; height: 8px; flex: 0 0 14px; transition: transform .2s ease; }
.faq-card[open] .faq-question > img { transform: rotate(180deg); }
.faq-answer { display: flex; flex-direction: column; gap: 16px; padding-top: 16px;}
.faq-divider { width: 100%; height: 1px; }
.faq-answer p { margin: 0; color: #66738f; font-size: 14px; font-weight: 500; letter-spacing: -0.35px; line-height: normal; }

.consultation-section { padding: 100px 0; background: linear-gradient(90deg, #182948 0%, #1b3568 50%, #1c46b8 100%); }
.consult-layout { grid-template-columns: minmax(0, 1fr) 500px; gap: 48px; }
.consult-copy { display: flex; flex-direction: column; gap: 40px; }
.consult-copy h2 { color: white; font-size: 50px; font-weight: 800; letter-spacing: -1.25px; line-height: normal; }
.consult-copy h2 em { color: #8fb4ff; }
.consult-copy p { margin: 0; color: #eff4ff; font-size: 16px; font-weight: 500; letter-spacing: -0.4px; line-height: normal; }
.consult-copy ul { gap: 12px; }
.consult-copy li { padding: 10px 18px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 6px; background: transparent; color: white; font-size: 14px; font-weight: 700; letter-spacing: -0.35px; line-height: normal; }
.consult-copy li::before { content: none; }
.consult-form { width: 500px; padding: 40px; border-radius: 20px; box-shadow: 0 16px 16px rgba(0, 0, 0, .15); }
.consult-form header { display: flex; flex-direction: column; gap: 6px; margin-bottom: 24px; }
.consult-form header b { color: #14213a; font-size: 20px; font-weight: 800; letter-spacing: -0.5px; line-height: normal; }
.consult-form header p { margin: 0; color: #66738f; font-size: 13px; font-weight: 500; letter-spacing: -0.325px; line-height: normal; }
.form-grid { column-gap: 12px; row-gap: 16px; margin-bottom: 16px; }
.form-grid label { display: flex; flex-direction: column; gap: 6px; color: #14213a; font-size: 12px; font-weight: 700; letter-spacing: -0.3px; line-height: normal; }
.form-grid label:nth-child(n + 3) { grid-column: 1 / -1; }
.form-grid input { height: 42px; margin: 0; padding: 12px; border: 1px solid #e2e8f0; border-radius: 6px; background: #f8fafc; color: #14213a; font-size: 14px; font-weight: 400; letter-spacing: -0.35px; line-height: normal; }
.form-grid input::placeholder { color: #66738f; opacity: 1; }
.consent { gap: 8px; margin: 0 0 24px; color: #66738f; font-size: 12px; font-weight: 600; letter-spacing: -0.3px; line-height: normal; }
.consent input { width: 18px; height: 18px; flex: 0 0 18px; margin: 0; appearance: none; border-radius: 4px; background: #2a5ce0 url('/static/main/assets/knowledgeStartup/consult-check.svg') center / 10px 10px no-repeat; }
.consent input:not(:checked) { border: 1px solid #e2e8f0; background: white; }
.consult-form > button { min-height: 52px; border-radius: 8px; background: #2a5ce0; color: white; font-size: 16px; font-weight: 700; letter-spacing: -0.4px; line-height: normal; }
.form-message { min-height: 0; margin: 0; }

.floating-cta { z-index: 10; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.floating-cta span { padding: 12px 19px; border-radius: 999px; background: linear-gradient(115deg, #ff6b35, #e85420); box-shadow: 0 14px 32px -10px rgba(255,107,53,.8); color: white; font-size: 15px; font-weight: 800; }
.floating-cta b { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid #949fb5; border-radius: 50%; background: white; color: var(--ink); font-size: 22px; }

.floating-actions {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}

@media (max-width: 1000px) {
  .section { padding: 75px 0; }
  .hero-inner { gap: 30px; }
  .hero h1 { font-size: 37px; }
  .section-heading h2, .problem-copy h2, .calculator-copy h2, .consult-copy h2 { font-size: 34px; }
  .audience-grid { grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
  .calculator-shell, .consult-layout { grid-template-columns: 1fr; gap: 38px; }
  .concerns { gap: 24px 32px; }
  .process-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .process-arrow { display: none; }
  .deliverables-grid { grid-template-columns: repeat(3, 1fr); }
  .deliverables-grid article:nth-last-child(-n+2) { grid-column: span 1; }
  .why-layout { grid-template-columns: 1fr; gap: 40px; }
  .why-images { max-width: 560px; width: 100%; margin: 0 auto; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, 540px); }
  .section { padding: 58px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2, .problem-copy h2, .calculator-copy h2, .consult-copy h2 { font-size: 28px; letter-spacing: -1.2px; }
  .section-heading p { font-size: 14px; }
  .hero { padding: 32px 0 40px; }
  .hero-inner { grid-template-columns: 1fr; gap: 28px; }
  .metric-pills { gap: 6px; }
  .metric-pills span { padding: 6px 10px; font-size: 11px; }
  .hero h1 { font-size: 31px; letter-spacing: -1.3px; }
  .hero-copy > p { font-size: 14px; }
  .hero-visual { width: 100%; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 10px; }
  .audience-visual { height: 136px; flex-basis: 136px; }
  .speech { min-height: 0; margin: 0; font-size: 11px; }
  .portrait { width: 84px; height: 84px; }
  .portrait img { top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; object-position: center 45%; }
  .audience-card h3 { font-size: 19px; }
  .problem-layout { gap: 26px; }
  .concerns { gap: 16px; }
  .concern-pill { max-width: calc(100% - 24px); min-height: 52px; padding: 12px 18px; }
  .concern-pill p { font-size: 14px; text-align: center; white-space: normal; }
  .concern-pill > img { height: 24px; }
  .concern-pill--1 > img { width: 17px; }
  .concern-pill--2 > img { width: 26px; }
  .concern-pill--3 > img { width: 20px; }
  .concern-pill--4 > img { width: 28px; }
  .concern-pill--5 > img { width: 22px; }
  .problem-copy p, .problem-copy h2 { font-size: 25px; }
  .process-cards { grid-template-columns: 1fr; }
  .process-card { min-height: 0; }
  .deliverables-grid { grid-template-columns: repeat(2, 1fr); }
  .deliverables-grid article:last-child { grid-column: 1 / -1; width: calc(50% - 7px); justify-self: center; }
  .transformation-flow { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 14px; }
  .comparison-card { width: 100%; height: 250px; padding: 20px; border-radius: 18px; }
  .comparison-card li { gap: 9px; font-size: 16px; }
  .comparison-card li img { width: 17px; height: 17px; flex-basis: 17px; }
  .comparison-badge { padding: 5px 12px; font-size: 14px; }
  .transform-arrow { width: 40px; height: 40px; transform: rotate(90deg); }
  .stories-grid, .income-grid, .pricing-grid, .faq-list { grid-template-columns: 1fr; }
  .testimonial-card { min-height: 180px; padding: 26px 22px; }
  .income-grid { gap: 10px; }
  .income-grid article {  }
  .income-grid img { min-height: 110px; }
  .calculator-section { padding: 58px 0; }
  .calculator-controls, .calc-result { padding: 26px 18px; }
  .calculator-controls { gap: 18px; }
  .calculator-heading h2 { font-size: 18px; }
  .calculator-heading p { font-size: 12px; }
  .field-label, .range-meta > span:first-child { font-size: 14px; }
  .tabs button, #gradesVod button, #gradesOther button { font-size: 12px; }
  #gradesVod button, #gradesOther button { padding: 9px 10px; }
  .monthly-result > strong { font-size: 38px; }
  .monthly-result > strong span { font-size: 24px; }
  .result-stats b { font-size: 20px; }
  .pricing-card { min-height: 0; }
  .why-grid { grid-template-columns: 1fr; }
  .why-images { min-height: 280px; }
  .why-images img:first-child { height: 195px; }
  .why-images img:last-child { height: 150px; }
  .fcd-card { grid-template-columns: 1fr; }
  .fcd-photo { min-height: 245px; max-height: 290px; }
  .fcd-body { padding: 30px 24px; }
  .fcd-body h2 { font-size: 26px; }
  .consult-layout { gap: 34px; }
  .form-grid { grid-template-columns: 1fr; gap: 10px; }
  .consult-form { padding: 22px 18px; }
  .floating-cta { right: 16px; bottom: 16px; }
  .floating-cta span { padding: 10px 15px; font-size: 13px; }
  .floating-cta b { width: 32px; height: 32px; }
}

@media (max-width: 1000px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 540px; margin: 0 auto; }
  .why-layout { grid-template-columns: 1fr; }
  .why-images { width: min(500px, 100%); margin: 0 auto; }
  .consult-layout { grid-template-columns: 1fr; gap: 48px; }
  .consult-copy { align-items: center; text-align: center; }
  .consult-copy ul { justify-content: center; }
  .consult-form { margin: 0 auto; }
}

@media (max-width: 720px) {
  .pricing-section .section-heading { margin-bottom: 26px; }
  .pricing-section .section-heading h2, .why-section .section-heading h2, .faq-section .section-heading h2 { font-size: 28px; letter-spacing: -0.7px; }
  .pricing-grid { gap: 14px; }
  .pricing-card { gap: 16px; padding: 20px; border-radius: 16px; }
  .pricing-card header { min-height: 0; }
  .pricing-card header h3 { font-size: 18px; }
  .pricing-card header > strong { font-size: 30px; }
  .pricing-card header p, .pricing-card ul { font-size: 13px; }
  .pricing-card ul { gap: 9px; }
  .pricing-card li { align-items: flex-start; }
  .pricing-card li img { width: 16px; height: 16px; flex-basis: 16px; }
  .payment-note { margin-top: 18px; padding: 14px 16px; font-size: 12px; }

  .why-section .section-heading { margin-bottom: 32px; }
  .why-layout { gap: 28px; }
  .why-grid { grid-template-columns: 1fr; gap: 12px; }
  .why-grid article { min-height: 0; gap: 8px; padding: 20px; border-radius: 12px; }
  .why-grid strong { font-size: 24px; }
  .why-grid h3 { font-size: 16px; }
  .why-grid p { font-size: 13px; }
  .why-images { gap: 12px; }
  .why-images img, .why-images img:first-child, .why-images img:last-child { height: 180px; border-radius: 12px; }

  .fcd-section { padding: 58px 0; }
  .fcd-card { width: calc(100% - 32px); flex-direction: column; border-radius: 18px; }
  .fcd-portrait { align-self: center; }
  .fcd-body { gap: 18px; padding: 0 20px 24px; }
  .fcd-body header { gap: 8px; }
  .fcd-body h2 { font-size: 23px; }
  .fcd-body header p { font-size: 14px; }
  .fcd-body blockquote { gap: 10px; padding: 16px; }
  .fcd-body blockquote p { font-size: 13px; }

  .faq-section .section-heading { margin-bottom: 32px; }
  .faq-list { grid-template-columns: 1fr; gap: 12px; }
  .faq-card { padding: 20px; border-radius: 12px; }
  .faq-question h3 { font-size: 14px; }
  .faq-answer { gap: 14px; padding-top: 14px; }
  .faq-answer p { font-size: 13px; line-height: 1.5; }

  .consultation-section { padding: 58px 0; }
  .consult-layout { gap: 32px; }
  .consult-copy { gap: 28px; align-items: flex-start; text-align: left; }
  .consult-copy h2 { font-size: 32px; letter-spacing: -0.8px; }
  .consult-copy p { font-size: 14px; }
  .consult-copy ul { justify-content: flex-start; gap: 8px; }
  .consult-copy li { padding: 8px 12px; font-size: 12px; }
  .consult-form { width: 100%; padding: 22px 18px; border-radius: 16px; }
  .consult-form header { margin-bottom: 20px; }
  .consult-form header b { font-size: 18px; }
  .form-grid { grid-template-columns: 1fr; gap: 12px; margin-bottom: 14px; }
  .form-grid label:nth-child(n + 3) { grid-column: auto; }
  .consent { margin-bottom: 20px; }
}
