:root {
  --navy: #132d55;
  --navy-deep: #0c203f;
  --gold: #d7a928;
  --gold-soft: #f1e4bf;
  --ink: #1c2a3d;
  --muted: #667085;
  --paper: #f7f7f5;
  --line: #e1e5eb;
  --white: #ffffff;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 20; padding: 10px 14px; background: var(--white); color: var(--navy); }

.site-header {
  position: sticky; top: 0; z-index: 10;
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid rgba(225,229,235,.9);
  backdrop-filter: blur(12px);
}
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { color: var(--navy); font-weight: 800; letter-spacing: -.04em; white-space: nowrap; }
.brand small { display: block; color: var(--gold); font-size: 10px; letter-spacing: .16em; font-weight: 700; line-height: 1.2; }
.nav-links { display: flex; align-items: center; gap: 20px; color: #536174; font-size: 14px; }
.nav-links a:hover { color: var(--navy); }
.nav-links .language { color: var(--navy); border: 1px solid var(--line); padding: 7px 11px; border-radius: 999px; }
.nav-links .nav-cta { color: var(--white); background: var(--navy); padding: 9px 14px; border-radius: 999px; }
.mobile-nav { display: none; }

.hero { background: linear-gradient(120deg, var(--navy-deep), var(--navy)); color: var(--white); overflow: hidden; }
.hero-grid { min-height: 610px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; }
.eyebrow, .kicker { color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero h1 { margin: 16px 0 18px; font-size: clamp(2.6rem, 5.3vw, 5.2rem); line-height: 1.06; letter-spacing: -.055em; }
.hero-lead { max-width: 560px; margin: 0; color: rgba(255,255,255,.74); font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-visual { position: relative; min-height: 500px; display: flex; align-items: end; justify-content: center; }
.hero-visual::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(241,228,191,.25); border-radius: 50%; }
.hero-visual img { position: relative; z-index: 1; max-height: 520px; object-fit: contain; filter: drop-shadow(0 24px 30px rgba(0,0,0,.2)); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.trust-chip { padding: 7px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.75); font-size: 13px; }

.section { padding: 92px 0; }
.section-gray { background: var(--paper); }
.section-head { margin-bottom: 38px; }
.section-title { margin: 8px 0 12px; color: var(--navy); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.15; letter-spacing: -.055em; }
.section-desc { max-width: 650px; color: var(--muted); margin: 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.card h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.25rem; letter-spacing: -.03em; }
.card p { margin: 0; color: var(--muted); }
.card-link { display: flex; flex-direction: column; min-height: 220px; transition: transform .2s, box-shadow .2s; }
.card-link:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(19,45,85,.1); }
.card-link .arrow { margin-top: auto; padding-top: 24px; color: var(--gold); font-weight: 800; }
.number { display: block; color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .12em; margin-bottom: 18px; }

.doctor-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.doctor-photo { overflow: hidden; border-radius: 18px; background: #eae9e5; }
.doctor-photo img { width: 100%; aspect-ratio: .82; object-fit: cover; object-position: center top; }
.quote { margin: 0 0 24px; padding-left: 18px; border-left: 4px solid var(--gold); color: var(--navy); font-size: clamp(1.7rem, 3.2vw, 2.7rem); line-height: 1.3; font-weight: 800; letter-spacing: -.05em; }
.career { display: grid; gap: 8px; margin-top: 30px; color: #526175; font-size: 14px; }
.career span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin: 0 11px 2px 0; border-radius: 50%; background: var(--gold); }

.cta { padding: 70px 0; background: var(--navy); color: var(--white); }
.cta .section-title { color: var(--white); }
.cta .section-desc { color: rgba(255,255,255,.7); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 11px 17px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; font-size: 14px; cursor: pointer; }
.btn-gold { background: var(--gold); color: var(--navy-deep); }
.btn-white { background: var(--white); color: var(--navy); }
.btn-outline { border-color: rgba(255,255,255,.35); color: var(--white); }
.btn-outline-dark { border-color: var(--navy); color: var(--navy); }
.btn-mail { margin-top: 24px; }

.page-hero { padding: 86px 0 72px; background: var(--paper); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 800px; margin: 10px 0 14px; color: var(--navy); font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1.05; letter-spacing: -.06em; }
.page-hero p { max-width: 700px; margin: 0; color: var(--muted); font-size: 1.1rem; }
.breadcrumb { margin-bottom: 24px; color: var(--muted); font-size: 13px; }
.breadcrumb a { color: var(--navy); font-weight: 700; }
.prose { max-width: 800px; }
.prose h2 { margin: 42px 0 12px; color: var(--navy); font-size: 1.75rem; letter-spacing: -.04em; }
.prose h3 { margin: 28px 0 8px; color: var(--navy); font-size: 1.15rem; }
.prose p, .prose li { color: #526175; }
.prose ul { padding-left: 20px; }
.notice { padding: 20px 22px; border: 1px solid #e4d8ae; border-radius: 14px; background: #fffaf0; color: #5f5128; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 560px; }
th, td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: var(--navy); color: var(--white); font-size: 14px; }
td { color: #526175; background: var(--white); }
td:last-child, th:last-child { white-space: nowrap; text-align: right; }
.faq { display: grid; gap: 12px; }
.faq details { padding: 18px 20px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.faq summary { cursor: pointer; color: var(--navy); font-weight: 800; }
.faq p { margin: 12px 0 0; color: var(--muted); }
.map { width: 100%; min-height: 360px; border: 0; border-radius: 14px; }
.hours { display: grid; gap: 0; margin-top: 20px; border-top: 1px solid var(--line); }
.hours div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); color: #526175; }
.hours strong { color: var(--navy); }
.contact-box { padding: 26px; background: var(--navy); color: var(--white); border-radius: var(--radius); }
.contact-box h2 { margin-top: 0; }
.contact-box p { color: rgba(255,255,255,.72); }
.contact-box a { color: var(--gold-soft); text-decoration: underline; text-underline-offset: 3px; }

footer { padding: 44px 0 86px; background: var(--navy-deep); color: rgba(255,255,255,.62); font-size: 13px; }
.footer-grid { display: flex; justify-content: space-between; gap: 32px; }
.footer-name { margin: 0 0 9px; color: var(--white); font-weight: 800; font-size: 17px; }
.footer-grid p { margin: 0; }
.footer-links { display: flex; gap: 14px; align-items: flex-start; }
.footer-links a { color: var(--gold-soft); }
.copyright { margin-top: 28px !important; color: rgba(255,255,255,.38); }
.mobile-fixed { display: none; }

@media (max-width: 860px) {
  .nav-links { display: none; }
  .mobile-nav { display: block; font-size: 13px; color: var(--navy); }
  .hero-grid, .doctor-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-grid { min-height: auto; padding: 80px 0 0; }
  .hero-visual { min-height: 360px; }
  .hero-visual img { max-height: 390px; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .doctor-photo { max-width: 420px; }
  .footer-grid { flex-direction: column; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1120px); }
  .section { padding: 64px 0; }
  .page-hero { padding: 60px 0 52px; }
  .hero h1 { font-size: 2.65rem; }
  .hero-lead { font-size: 1rem; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .card { padding: 23px; }
  .hero-actions .btn { width: 100%; }
  .mobile-fixed { display: grid; grid-template-columns: 1fr 1fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 12; background: var(--white); box-shadow: 0 -8px 28px rgba(12,32,63,.12); }
  .mobile-fixed a { padding: 13px 8px; text-align: center; font-weight: 800; font-size: 14px; }
  .mobile-fixed a:first-child { color: var(--navy); }
  .mobile-fixed a:last-child { color: var(--white); background: var(--gold); }
}


/* ===================== INTEGRATED ADDITIONS ===================== */

.nav-links a.is-active { color: var(--navy); font-weight: 700; }

/* trust strip under the hero */
.quickbar { border-bottom: 1px solid var(--line); background: var(--white); }
.quickgrid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quickgrid > div { padding: 26px 22px; border-right: 1px solid var(--line); }
.quickgrid > div:first-child { padding-left: 0; }
.quickgrid > div:last-child { border-right: 0; padding-right: 0; }
.quickgrid strong { display: block; margin-bottom: 4px; color: var(--navy); font-size: 1rem; letter-spacing: -.02em; }
.quickgrid span { display: block; color: var(--muted); font-size: 14px; line-height: 1.6; }

/* 4-up condition cards */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.card-sm { padding: 22px 20px; }
.card-sm h3 { font-size: 1.05rem; margin-bottom: 7px; }
.card-sm p { font-size: 14px; line-height: 1.65; }

/* wider gutter between two columns */
.gap-lg { gap: 44px; align-items: start; }
.narrow { width: min(860px, calc(100% - 40px)); }

/* fee lists */
.feelist { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 0; }
.feelist li { display: flex; justify-content: space-between; align-items: baseline; gap: 18px;
  padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 14px; }
.feelist li:last-child { border-bottom: 0; }
.feelist strong { white-space: nowrap; font-variant-numeric: tabular-nums; }
.contact-box .feelist span { color: rgba(255,255,255,.78); }
.contact-box .feelist strong { color: var(--gold-soft); }
.feelist.dark-text li { border-bottom-color: var(--line); }
.feelist.dark-text span { color: var(--muted); }
.feelist.dark-text strong { color: var(--navy); }

.small { font-size: 13px; line-height: 1.7; }
.contact-box .small { color: rgba(255,255,255,.62); }
.card .small { color: var(--muted); margin: 14px 0 0; }
.contact-box .btn-gold { color: var(--navy-deep); text-decoration: none; }

.muted-note { margin-top: 18px; color: var(--muted); font-size: 14px; line-height: 1.8; }

/* alert variant of the notice box */
.notice-alert { border-color: #e3c3bb; background: #fdf5f3; color: #6b4038; }
.notice-alert strong { color: #8c3a2a; }

/* Korean address block for taxi drivers */
.addr-ko { margin: 26px 0; padding: 18px 20px; border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: 12px; background: var(--white); }
.addr-ko span { display: block; margin-bottom: 6px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.addr-ko strong { color: var(--navy); font-size: 1.02rem; line-height: 1.6; }

.plainlist { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 0; border-top: 1px solid var(--line); }
.plainlist li { padding: 12px 0; border-bottom: 1px solid var(--line); color: #526175; font-size: 14.5px; line-height: 1.7; }
.plainlist strong { color: var(--navy); }

.side-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); background: #eae9e5; }

.cta-note { margin: 20px 0 0; color: rgba(255,255,255,.55); font-size: 13.5px; }
.cta-note a { color: var(--gold-soft); text-decoration: underline; text-underline-offset: 3px; }

.disclaimer { margin: 26px 0 0 !important; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.42); font-size: 12.5px; line-height: 1.8; max-width: 900px; }

.reviewed { margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line); color: #8A8F98; font-size: 13px; line-height: 1.8; }
.reviewed strong { color: #667080; }

.prose ol { padding-left: 20px; }
.prose ol li, .prose ul li { margin: 7px 0; }
.prose a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }
.notice a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.faq p a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1000px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .quickgrid { grid-template-columns: repeat(2, 1fr); }
  .quickgrid > div { border-bottom: 1px solid var(--line); padding-left: 0; padding-right: 22px; }
  .quickgrid > div:nth-child(2n) { border-right: 0; }
  .quickgrid > div:nth-last-child(-n+2) { border-bottom: 0; }
}
@media (max-width: 860px) {
  .gap-lg { gap: 30px; }
  .narrow { width: min(100% - 40px, 860px); }
}
@media (max-width: 560px) {
  .grid-4, .quickgrid { grid-template-columns: 1fr; }
  .quickgrid > div { padding: 20px 0; border-right: 0; }
  .quickgrid > div:last-child { border-bottom: 0; }
  .narrow { width: min(100% - 28px, 860px); }
  .feelist li { font-size: 13.5px; }
  .hero h1 { letter-spacing: -.045em; }
}

/* anchor offset for the sticky header */
section[id] { scroll-margin-top: 88px; }
