:root {
  --ink: #111827;
  --muted: #657184;
  --line: #dfe5ec;
  --paper: #f6f8fb;
  --white: #ffffff;
  --navy: #0b1424;
  --blue: #2f6fed;
  --blue-dark: #1f52bc;
  --mint: #d8f4ea;
  --shadow: 0 24px 80px rgba(23, 38, 72, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 112px 0; }
.page-shell { overflow: hidden; }

.nav-wrap {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: rgba(255,255,255,0.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(18, 31, 51, 0.08);
}
.nav { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center;
  background: var(--navy); color: #fff; border-radius: 12px;
  font: 700 13px/1 "Manrope", sans-serif; letter-spacing: .08em;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font: 700 14px "Manrope", sans-serif; }
.brand-copy small { color: var(--muted); font-size: 11px; margin-top: 4px; }
.nav-links { display: flex; gap: 30px; font-size: 14px; font-weight: 600; color: #3f4c5e; }
.nav-links a:hover { color: var(--blue); }
.menu-button { display: none; border: 0; background: none; padding: 6px; }
.menu-button span { display: block; width: 23px; height: 2px; background: var(--ink); margin: 5px 0; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 22px; border-radius: 12px; background: var(--blue); color: #fff;
  font-weight: 700; font-size: 14px; box-shadow: 0 12px 28px rgba(47,111,237,.22);
  transition: .25s ease;
}
.button:hover { transform: translateY(-2px); background: var(--blue-dark); }
.button-small { padding: 11px 18px; border-radius: 10px; }
.button-light { background: #fff; color: var(--navy); box-shadow: none; }
.button-light:hover { background: #eef3ff; }
.full-width { width: 100%; }
.text-link { font-weight: 700; color: #344155; }
.text-link span { color: var(--blue); margin-left: 8px; }

.hero { position: relative; padding-top: 170px; min-height: 800px; background: linear-gradient(180deg,#fbfdff 0%, #f4f7fb 100%); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 86px; align-items: center; position: relative; z-index: 2; }
.hero-copy h1 { font: 800 clamp(56px, 7vw, 92px)/.98 "Manrope", sans-serif; letter-spacing: -.055em; margin: 20px 0 28px; max-width: 720px; }
.hero-copy h1 em { color: var(--blue); font-style: normal; }
.hero-lead { font-size: 19px; color: var(--muted); max-width: 660px; line-height: 1.75; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; color: #33435a; }
.eyebrow span { width: 24px; height: 2px; background: var(--blue); display: inline-block; }
.eyebrow.light { color: #c8d2e1; }
.eyebrow.light span { background: #7ea5ff; }
.hero-actions { display: flex; gap: 24px; align-items: center; margin-top: 38px; }
.trust-line { display: flex; align-items: center; gap: 18px; margin-top: 54px; }
.trust-line p { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.5; }
.trust-line strong { color: #29384d; }
.avatar-stack { display: flex; }
.mini-avatar { width: 34px; height: 34px; margin-left: -8px; border: 3px solid #fff; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(145deg,#d9e4f8,#b9cae9); font-size: 10px; font-weight: 800; color: #21334f; }
.mini-avatar:first-child { margin-left: 0; }
.hero-card-wrap { position: relative; }
.hero-card { background: rgba(255,255,255,.92); border: 1px solid rgba(18,31,51,.08); border-radius: 26px; padding: 30px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.card-topline { display: flex; align-items: center; gap: 9px; padding: 10px 13px; border-radius: 10px; background: #eef8f4; color: #23674c; font-size: 12px; font-weight: 700; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #2fb77d; box-shadow: 0 0 0 5px rgba(47,183,125,.13); }
.profile-block { display: flex; gap: 18px; align-items: center; padding: 30px 0 24px; border-bottom: 1px solid var(--line); }
.portrait-placeholder { width: 86px; height: 86px; border-radius: 22px; display: grid; place-items: center; background: linear-gradient(145deg,#0d1728,#274675); color: #fff; font: 800 25px "Manrope",sans-serif; }
.micro-label { text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 800; color: var(--blue); margin: 0 0 6px; }
.profile-block h3 { font: 800 25px "Manrope",sans-serif; margin: 0; }
.profile-block p:last-child { margin: 4px 0 0; color: var(--muted); font-size: 14px; }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 24px 0; }
.metric { border: 1px solid var(--line); border-radius: 14px; padding: 17px; }
.metric strong { display: block; font: 800 27px "Manrope",sans-serif; }
.metric span { color: var(--muted); font-size: 12px; }
.card-quote { display: flex; gap: 10px; background: var(--navy); border-radius: 16px; color: #dbe4f0; padding: 18px; }
.card-quote > span { color: #7ea5ff; font-size: 28px; line-height: 1; }
.card-quote p { margin: 0; font-size: 12px; }
.floating-note { position: absolute; padding: 12px 15px; border-radius: 12px; background: #fff; box-shadow: 0 14px 35px rgba(21,39,77,.14); font-weight: 700; font-size: 12px; }
.note-one { top: 100px; right: -58px; }
.note-two { bottom: 90px; left: -70px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .6; }
.hero-glow-one { width: 460px; height: 460px; background: radial-gradient(circle, rgba(88,143,255,.2), transparent 70%); top: 40px; right: -100px; }
.hero-glow-two { width: 370px; height: 370px; background: radial-gradient(circle, rgba(81,219,175,.14), transparent 70%); bottom: 20px; left: -130px; }

.proof-strip { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-grid > div { display: flex; align-items: center; gap: 14px; padding: 27px 22px; border-right: 1px solid var(--line); }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid span { font: 800 11px "Manrope"; color: var(--blue); }
.proof-grid p { margin: 0; font-size: 13px; font-weight: 700; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 54px; }
.section-heading h2, .process-intro h2, .faq-layout h2, .apply-copy h2 { font: 800 clamp(39px,5vw,62px)/1.08 "Manrope",sans-serif; letter-spacing: -.04em; margin: 16px 0 0; max-width: 700px; }
.section-heading > p { max-width: 440px; color: var(--muted); margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.service-card { position: relative; border: 1px solid var(--line); border-radius: 22px; padding: 34px; background: #fff; min-height: 320px; transition: .3s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 50px rgba(34,51,85,.1); }
.feature-service { background: var(--navy); color: #fff; grid-row: span 2; }
.service-number { position: absolute; right: 28px; top: 25px; font: 700 12px "Manrope"; color: #98a5b8; }
.service-icon { width: 48px; height: 48px; border-radius: 14px; background: #edf3ff; color: var(--blue); display: grid; place-items: center; font-size: 20px; }
.feature-service .service-icon { background: #1e2d45; color: #8bb0ff; }
.service-card h3 { font: 800 27px "Manrope",sans-serif; margin: 28px 0 12px; }
.service-card p { color: var(--muted); }
.feature-service p, .feature-service li { color: #b9c5d5; }
.service-card ul { padding-left: 18px; }
.service-card li { margin: 9px 0; }
.service-card > a { position: absolute; left: 34px; bottom: 30px; font-weight: 800; color: var(--blue); }
.feature-service > a { color: #8bb0ff; }
.wide-service { grid-column: span 2; min-height: auto; display: flex; justify-content: space-between; gap: 50px; align-items: center; background: #eef3ff; }
.wide-service > a { position: static; }
.price-block { min-width: 230px; padding-left: 38px; border-left: 1px solid #cad7ee; }
.price-block span { color: var(--muted); font-size: 12px; }
.price-block strong { display: block; font: 800 30px "Manrope"; margin: 6px 0 15px; }
.price-block .button { position: static; }

.dark-section { background: var(--navy); color: #fff; }
.section-heading.light > p { color: #9dabbf; }
.results-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #25334a; border-bottom: 1px solid #25334a; }
.result-stat { padding: 38px 24px; border-right: 1px solid #25334a; }
.result-stat:last-child { border-right: 0; }
.result-stat strong { display: block; font: 800 46px "Manrope"; letter-spacing: -.04em; }
.result-stat span { color: #98a8bd; font-size: 13px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 38px; }
.testimonial { background: #121f32; border: 1px solid #22314a; border-radius: 18px; padding: 28px; }
.stars { color: #7ea5ff; letter-spacing: 4px; }
.testimonial > p { color: #c5cfdd; min-height: 125px; }
.testimonial-author { display: flex; gap: 12px; align-items: center; border-top: 1px solid #26364e; padding-top: 18px; }
.testimonial-author > span { width: 38px; height: 38px; border-radius: 50%; background: #273954; display: grid; place-items: center; font-weight: 800; }
.testimonial-author strong { display: block; font-size: 13px; }
.testimonial-author small { color: #8090a7; }
.disclaimer { color: #6f7f96; font-size: 11px; margin-top: 18px; }

.process-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-intro p { color: var(--muted); max-width: 470px; margin-bottom: 30px; }
.timeline-item { display: grid; grid-template-columns: 56px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.timeline-item > span { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: #eef3ff; color: var(--blue); font-weight: 800; }
.timeline-item h3 { font: 800 23px "Manrope"; margin: 0 0 8px; }
.timeline-item p { margin: 0; color: var(--muted); }

.pricing-section { background: var(--paper); }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.pricing-grid-expanded { align-items: stretch; }
.pricing-card { border: 1px solid var(--line); border-radius: 20px; background: #fff; padding: 30px; display: flex; flex-direction: column; }
.pricing-card.featured { background: var(--navy); color: #fff; transform: translateY(-12px); }
.tag { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: #edf3ff; color: var(--blue); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 800; }
.featured .tag { background: #20304a; color: #8bb0ff; }
.pricing-card h3 { font: 800 24px "Manrope"; margin: 24px 0 10px; }
.pricing-card p { color: var(--muted); min-height: 85px; }
.featured p { color: #aebbcf; }
.pricing-card strong { display: block; font: 800 27px "Manrope"; margin: 25px 0; }
.pricing-card a { font-weight: 800; color: var(--blue); margin-top: auto; }
.price-list { display: grid; grid-template-columns: 1fr auto; gap: 9px 18px; margin: 20px 0 28px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-list span { color: var(--muted); font-size: 13px; }
.price-list strong { margin: 0; font: 800 16px "Manrope"; }
.featured a { color: #8bb0ff; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-layout > div:first-child > p { color: var(--muted); max-width: 420px; }
.faq-item { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq-item summary { list-style: none; cursor: pointer; font: 800 19px "Manrope"; position: relative; padding-right: 30px; }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary::after { content: "+"; position: absolute; right: 0; color: var(--blue); }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { color: var(--muted); max-width: 690px; }

.apply-section { padding-top: 30px; }
.apply-card { background: linear-gradient(135deg,#0b1424,#172b4a); color: #fff; border-radius: 28px; padding: 58px; display: grid; grid-template-columns: 1.1fr .7fr; gap: 72px; align-items: center; position: relative; overflow: hidden; }
.apply-card::after { content:""; position:absolute; width:420px; height:420px; border-radius:50%; background: radial-gradient(circle,rgba(72,121,230,.3),transparent 67%); right:-140px; top:-160px; }
.apply-copy { position: relative; z-index: 2; }
.apply-copy h2 { max-width: 700px; }
.apply-copy p { color: #aebbcf; max-width: 620px; }
.apply-panel { position: relative; z-index: 2; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; padding: 28px; backdrop-filter: blur(12px); }
.apply-panel h3 { font: 800 26px "Manrope"; margin: 6px 0 10px; }
.apply-panel p { color: #bdc8d7; }
.apply-panel small { display: block; color: #8190a6; margin-top: 12px; }

footer { padding: 60px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-bottom: 40px; }
.footer-grid > p { color: var(--muted); font-size: 13px; }
.footer-links { display: flex; justify-content: flex-end; gap: 24px; font-size: 13px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 20px; color: #8994a4; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 980px) {
  .nav-links, .nav-cta { display:none; }
  .menu-button { display:block; }
  .nav-links.open { display:flex; position:absolute; top:78px; left:20px; right:20px; flex-direction:column; background:#fff; padding:22px; border:1px solid var(--line); border-radius:16px; box-shadow:var(--shadow); }
  .hero-grid, .process-layout, .faq-layout, .apply-card { grid-template-columns: 1fr; }
  .hero { padding-top: 145px; }
  .hero-card-wrap { max-width: 580px; margin: 0 auto; }
  .note-one { right: -20px; }
  .note-two { left: -20px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div:nth-child(2) { border-right:0; }
  .proof-grid > div:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .section-heading { align-items:flex-start; flex-direction:column; }
  .process-intro { position:static; }
  .results-grid { grid-template-columns: 1fr 1fr; }
  .result-stat:nth-child(2) { border-right:0; }
  .result-stat:nth-child(-n+2) { border-bottom:1px solid #25334a; }
  .testimonial-grid, .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card.featured { transform:none; }
  .faq-layout { gap: 30px; }
  .apply-card { gap: 30px; }
}

@media (max-width: 680px) {
  .container { width:min(100% - 28px,1160px); }
  .section { padding: 78px 0; }
  .hero { padding-top: 125px; min-height:auto; }
  .hero-grid { gap: 50px; }
  .hero-copy h1 { font-size: 50px; }
  .hero-lead { font-size:16px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:16px; }
  .trust-line { align-items:flex-start; }
  .floating-note { display:none; }
  .hero-card { padding:20px; }
  .metric-grid { grid-template-columns:1fr 1fr; }
  .proof-grid { grid-template-columns:1fr; }
  .proof-grid > div { border-right:0; border-bottom:1px solid var(--line); }
  .proof-grid > div:last-child { border-bottom:0; }
  .service-grid { grid-template-columns:1fr; }
  .feature-service { grid-row:auto; }
  .wide-service { grid-column:auto; flex-direction:column; align-items:flex-start; }
  .price-block { min-width:0; width:100%; padding:24px 0 0; border-left:0; border-top:1px solid #cad7ee; }
  .results-grid { grid-template-columns:1fr; }
  .result-stat { border-right:0; border-bottom:1px solid #25334a; }
  .testimonial-grid { grid-template-columns:1fr; }
  .apply-card { padding:32px 24px; }
  .footer-grid { grid-template-columns:1fr; gap:24px; }
  .footer-links { justify-content:flex-start; }
  .footer-bottom { flex-direction:column; gap:8px; }
}

/* Language switcher */
.nav-actions { display: flex; align-items: center; gap: 12px; }
.language-toggle {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.78);
  color: #536174;
  border-radius: 10px;
  padding: 10px 12px;
  font: 700 12px "DM Sans", sans-serif;
  cursor: pointer;
  transition: .2s ease;
  white-space: nowrap;
}
.language-toggle:hover { border-color: #b8c7dc; color: var(--blue); background: #fff; }
.language-current { color: var(--blue); }
.language-divider { margin: 0 5px; color: #a9b3c1; }
html[lang="ko"] body { word-break: keep-all; }
html[lang="ko"] .hero-copy h1,
html[lang="ko"] .section-heading h2,
html[lang="ko"] .process-intro h2,
html[lang="ko"] .faq-layout h2,
html[lang="ko"] .apply-copy h2 { letter-spacing: -.035em; }

@media (max-width: 980px) {
  .nav-actions { margin-left: auto; margin-right: 10px; }
  .nav-cta { display: none; }
  .language-toggle { display: inline-flex; align-items: center; }
}

@media (max-width: 480px) {
  .brand-copy { display: none; }
  .language-toggle { padding: 9px 10px; font-size: 11px; }
}


/* V4 profile imagery and pricing tiers */
.brand-photo { overflow:hidden; padding:0; background:#fff; border:1px solid rgba(13,23,40,.12); }
.brand-photo img { width:100%; height:100%; object-fit:cover; object-position:center 27%; display:block; }
.portrait-photo { overflow:hidden; background:#eef2f7; }
.portrait-photo img { width:100%; height:100%; object-fit:cover; object-position:center 18%; display:block; }
.tier-legend { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:0 0 24px; }
.tier-legend > div { display:grid; grid-template-columns:auto 1fr; column-gap:10px; align-items:center; padding:16px 18px; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.72); }
.tier-legend small { grid-column:2; color:var(--muted); margin-top:2px; }
.tier-dot { width:10px; height:10px; border-radius:50%; display:block; }
.tier-dot.draft { background:#6f8198; }.tier-dot.guided { background:#315c8e; }.tier-dot.rescue { background:#a46b38; }
.service-pricing-grid .pricing-card { display:flex; flex-direction:column; }
.tier-price-list { margin:22px 0 18px; border-top:1px solid var(--line); }
.tier-price-list > div { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:13px 0; border-bottom:1px solid var(--line); }
.tier-price-list span { color:var(--muted); font-size:.9rem; }
.tier-price-list strong { font-size:1.22rem; white-space:nowrap; }
.tier-price-list .rescue-row { background:linear-gradient(90deg,rgba(164,107,56,.08),transparent); margin:0 -10px; padding-left:10px; padding-right:10px; }
.discount-note { font-size:.83rem !important; color:#315c8e !important; padding:10px 12px; border-radius:10px; background:rgba(49,92,142,.08); margin:-3px 0 16px !important; }
.pricing-card > a { margin-top:auto; }
.pricing-notes { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:22px; }
.pricing-notes > div { display:grid; grid-template-columns:42px 1fr auto; align-items:center; gap:14px; padding:20px; border-radius:18px; background:#0d1728; color:#fff; }
.pricing-notes > div > span { width:42px; height:42px; border-radius:12px; display:grid; place-items:center; background:rgba(255,255,255,.1); font-size:1.2rem; }
.pricing-notes p { color:rgba(255,255,255,.68); margin:4px 0 0; font-size:.88rem; }
.pricing-notes b { white-space:nowrap; font-family:"Manrope",sans-serif; }
@media(max-width:800px){.tier-legend,.pricing-notes{grid-template-columns:1fr}.pricing-notes>div{grid-template-columns:42px 1fr}.pricing-notes b{grid-column:2}.brand-mark{width:40px;height:40px}.portrait-placeholder{width:92px;height:92px}}
/* V5 pricing and text-only brand */
.brand { gap:0; }
.brand-copy { margin-left:0; }
.pricing-heading .eyebrow { white-space:nowrap; align-items:center; }
.pricing-heading .eyebrow span:first-child { flex:0 0 36px; }
.main-price { margin-top:auto !important; }
.support-options { display:grid; grid-template-columns:1fr 1fr; gap:22px; margin-top:34px; }
.support-option { border:1px solid var(--line); border-radius:24px; padding:34px; background:#fff; }
.guided-option { background:linear-gradient(145deg,#f7faff,#fff); }
.rescue-option { background:linear-gradient(145deg,#fff9f2,#fff); border-color:#ead7c1; }
.option-kicker { font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.12em; color:var(--blue); }
.rescue-option .option-kicker { color:#a96125; }
.support-option h3 { font:800 30px "Manrope"; margin:10px 0 14px; }
.support-option > p { color:var(--muted); line-height:1.75; }
.option-prices { display:grid; gap:10px; margin-top:24px; }
.option-prices span { display:flex; justify-content:space-between; gap:18px; padding:13px 0; border-top:1px solid var(--line); font-size:14px; }
.option-prices b { font:800 17px "Manrope"; white-space:nowrap; }
.single-note { grid-template-columns:1fr; }
@media(max-width:800px){
  .support-options{grid-template-columns:1fr}
  .pricing-heading{display:block}
  .pricing-heading>p{margin-top:20px}
  .pricing-heading .eyebrow{white-space:nowrap}
}
