:root {
  --ink: #0b1f3a;
  --ink-2: #17375d;
  --blue: #2f6fff;
  --blue-dark: #1d55d6;
  --sky: #eaf2ff;
  --line: #dbe5f0;
  --muted: #5b6b80;
  --paper: #ffffff;
  --soft: #f6f9fc;
  --gold: #f7c873;
  --green: #11795b;
  --shadow: 0 20px 50px rgba(11, 31, 58, .1);
  color-scheme: light;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.topline { background: var(--ink); color: rgba(255,255,255,.78); font-size: 13px; }
.topline-inner { display:flex; justify-content:space-between; gap:20px; align-items:center; min-height:36px; }
.topline a { color: #fff; font-weight: 700; }
.topline-left { display:flex; align-items:center; gap:10px; }
.topline-mark { width:7px; height:7px; border-radius:50%; background:var(--gold); }
.header { position: sticky; top:0; z-index:20; background:rgba(255,255,255,.96); border-bottom:1px solid rgba(219,229,240,.85); backdrop-filter: blur(14px); }
.header-inner { display:flex; align-items:center; justify-content:space-between; min-height:80px; gap:28px; }
.brand { display:flex; align-items:center; gap:12px; min-width:220px; }
.brand-mark { width:38px; height:38px; border-radius:11px; display:grid; place-items:center; color:var(--gold); background:var(--ink); font-weight:900; font-size:14px; letter-spacing:-.08em; box-shadow:0 8px 18px rgba(11,31,58,.18); }
.brand-text { display:flex; flex-direction:column; line-height:1.15; }
.brand-text strong { font-size:17px; letter-spacing:-.04em; }
.brand-text span { color:var(--muted); font-size:11px; letter-spacing:.12em; margin-top:4px; }
.nav { display:flex; align-items:center; justify-content:center; gap:20px; flex:1; }
.nav a { color:#41516a; font-size:14px; font-weight:700; white-space:nowrap; padding:28px 0 25px; border-bottom:2px solid transparent; }
.nav a:hover, .nav a.active { color:var(--blue-dark); border-bottom-color:var(--blue); }
.header-actions { display:flex; gap:8px; align-items:center; white-space:nowrap; }
.header-phone { font-size:14px; font-weight:800; color:var(--ink); }
.lang-link { font-size:13px; border:1px solid var(--line); border-radius:999px; padding:7px 11px; color:var(--muted); font-weight:700; }
.menu-toggle { display:none; border:0; background:transparent; padding:8px; color:var(--ink); cursor:pointer; }

.button { display:inline-flex; align-items:center; justify-content:center; gap:9px; min-height:48px; border-radius:10px; padding:11px 18px; border:1px solid transparent; font-weight:800; font-size:15px; letter-spacing:-.02em; transition:transform .2s ease, box-shadow .2s ease, background .2s ease; cursor:pointer; }
.button:hover { transform:translateY(-2px); box-shadow:0 10px 24px rgba(20,55,110,.14); }
.button-primary { color:#fff; background:var(--blue); }
.button-primary:hover { background:var(--blue-dark); }
.button-dark { color:#fff; background:var(--ink); }
.button-light { color:var(--ink); background:#fff; }
.button-outline { color:var(--ink); background:#fff; border-color:var(--line); }
.button-ghost { color:var(--blue-dark); background:var(--sky); }
.button-small { min-height:38px; padding:8px 13px; font-size:13px; }

.hero { overflow:hidden; color:#fff; background:linear-gradient(118deg, #07162c 0%, #102d55 57%, #1d4d8f 100%); position:relative; }
.hero:before { content:""; position:absolute; width:580px; height:580px; border-radius:50%; right:-160px; top:-260px; border:1px solid rgba(255,255,255,.12); box-shadow:0 0 0 40px rgba(255,255,255,.035), 0 0 0 90px rgba(255,255,255,.025); }
.hero:after { content:""; position:absolute; right:7%; bottom:-70px; width:290px; height:160px; border-top:1px solid rgba(247,200,115,.5); border-radius:50%; transform:rotate(-17deg); }
.hero-inner { position:relative; z-index:1; display:grid; grid-template-columns:1.08fr .92fr; gap:56px; align-items:center; padding:95px 0 90px; }
.eyebrow { display:inline-flex; align-items:center; gap:9px; color:var(--gold); font-size:13px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.eyebrow:before { content:""; width:25px; height:2px; background:var(--gold); }
.hero h1 { max-width:700px; margin:18px 0 18px; font-size:clamp(38px,5.2vw,70px); line-height:1.13; letter-spacing:-.075em; word-break:keep-all; }
.hero h1 em { color:var(--gold); font-style:normal; }
.hero-lead { max-width:610px; color:rgba(255,255,255,.78); font-size:18px; line-height:1.75; word-break:keep-all; }
.hero-actions { display:flex; flex-wrap:wrap; gap:11px; margin-top:30px; }
.hero-note { display:flex; align-items:center; gap:10px; margin-top:22px; color:rgba(255,255,255,.63); font-size:13px; }
.hero-note strong { color:#fff; }
.hero-panel { padding:26px; border:1px solid rgba(255,255,255,.16); border-radius:18px; background:rgba(5,19,40,.36); box-shadow:0 28px 60px rgba(0,0,0,.16); }
.hero-panel-top { display:flex; align-items:flex-start; justify-content:space-between; gap:20px; margin-bottom:22px; }
.hero-panel h2 { margin:0; font-size:20px; line-height:1.35; letter-spacing:-.04em; }
.hero-panel p { margin:8px 0 0; color:rgba(255,255,255,.66); font-size:14px; }
.route-badge { padding:7px 10px; border:1px solid rgba(247,200,115,.5); color:var(--gold); border-radius:999px; font-size:12px; font-weight:800; white-space:nowrap; }
.hero-panel-list { display:grid; gap:10px; }
.hero-panel-item { display:flex; align-items:center; gap:12px; padding:12px 13px; border-radius:11px; background:rgba(255,255,255,.08); color:#fff; font-size:14px; }
.hero-panel-item b { display:grid; place-items:center; width:25px; height:25px; border-radius:50%; background:var(--gold); color:var(--ink); font-size:12px; }

.trust-strip { background:var(--soft); border-bottom:1px solid var(--line); }
.trust-grid { display:grid; grid-template-columns:repeat(3, 1fr); gap:0; }
.trust-item { display:flex; align-items:center; gap:13px; padding:22px 26px 22px 0; min-height:86px; }
.trust-item + .trust-item { padding-left:26px; border-left:1px solid var(--line); }
.trust-icon { flex:none; display:grid; place-items:center; width:38px; height:38px; border-radius:12px; color:var(--blue-dark); background:#dce9ff; font-weight:900; }
.trust-item strong { display:block; font-size:14px; letter-spacing:-.03em; }
.trust-item span { display:block; color:var(--muted); font-size:13px; }

.section { padding:96px 0; }
.section-sm { padding:65px 0; }
.section-heading { display:flex; justify-content:space-between; align-items:end; gap:30px; margin-bottom:32px; }
.section-heading h2 { margin:0; font-size:clamp(28px,3.5vw,46px); line-height:1.2; letter-spacing:-.065em; word-break:keep-all; }
.section-heading p { margin:12px 0 0; max-width:610px; color:var(--muted); word-break:keep-all; }
.section-kicker { margin:0 0 10px; color:var(--blue-dark); font-weight:900; font-size:13px; letter-spacing:.08em; text-transform:uppercase; }
.section-link { color:var(--blue-dark); font-size:14px; font-weight:800; white-space:nowrap; }
.section-link:after { content:"  →"; }

.service-grid { display:grid; grid-template-columns:repeat(4, 1fr); gap:14px; }
.service-card { min-height:190px; display:flex; flex-direction:column; justify-content:space-between; padding:23px; border:1px solid var(--line); border-radius:15px; background:#fff; transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform:translateY(-4px); border-color:#a9c5fb; box-shadow:var(--shadow); }
.service-number { color:var(--blue); font-size:12px; font-weight:900; letter-spacing:.08em; }
.service-card h3 { margin:18px 0 5px; font-size:19px; letter-spacing:-.05em; }
.service-card p { margin:0; color:var(--muted); font-size:14px; line-height:1.6; word-break:keep-all; }
.service-card-arrow { align-self:flex-end; color:var(--blue-dark); font-size:20px; line-height:1; }

.feature-band { color:#fff; background:var(--ink); }
.feature-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:70px; align-items:center; }
.feature-band .section-kicker { color:var(--gold); }
.feature-band h2 { margin:0; font-size:clamp(30px,4.4vw,55px); line-height:1.18; letter-spacing:-.07em; word-break:keep-all; }
.feature-band p { color:rgba(255,255,255,.68); word-break:keep-all; }
.feature-points { display:grid; gap:12px; margin:28px 0 0; }
.feature-point { display:flex; gap:14px; align-items:flex-start; padding:15px 0; border-top:1px solid rgba(255,255,255,.14); }
.feature-point b { color:var(--gold); font-size:14px; }
.feature-point span { color:rgba(255,255,255,.8); font-size:14px; }
.feature-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:29px; }
.feature-card { padding:27px; border-radius:18px; background:linear-gradient(145deg, #173861, #0f2748); border:1px solid rgba(255,255,255,.12); }
.feature-card-header { display:flex; justify-content:space-between; align-items:flex-start; gap:20px; margin-bottom:18px; }
.feature-card h3 { margin:0; font-size:20px; letter-spacing:-.04em; }
.feature-card small { color:var(--gold); }
.feature-card ul { display:grid; gap:11px; list-style:none; margin:0; padding:0; }
.feature-card li { display:flex; gap:11px; align-items:flex-start; color:rgba(255,255,255,.78); font-size:14px; }
.feature-card li:before { content:"✓"; color:var(--gold); font-weight:900; }

.check-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:28px; align-items:stretch; }
.check-intro { padding:35px; border-radius:18px; background:linear-gradient(145deg,#eaf2ff,#f7faff); border:1px solid #d7e5ff; }
.check-intro h2 { margin:0; font-size:34px; line-height:1.25; letter-spacing:-.07em; word-break:keep-all; }
.check-intro p { color:var(--muted); word-break:keep-all; }
.check-result { margin-top:26px; padding-top:22px; border-top:1px solid #c9dcff; }
.check-result strong { display:block; margin-bottom:4px; }
.check-result p { margin:0; font-size:14px; }
.check-box { padding:28px; border:1px solid var(--line); border-radius:18px; background:#fff; box-shadow:0 15px 40px rgba(21,57,110,.07); }
.check-list { display:grid; grid-template-columns:repeat(2,1fr); gap:11px; }
.check-option { display:flex; gap:11px; align-items:flex-start; padding:14px; border:1px solid var(--line); border-radius:11px; cursor:pointer; transition:background .2s, border-color .2s; }
.check-option:hover, .check-option:has(input:checked) { background:#f2f6ff; border-color:#a8c4fb; }
.check-option input { width:18px; height:18px; margin-top:3px; accent-color:var(--blue); }
.check-option span { font-size:14px; line-height:1.45; }
.check-actions { display:flex; flex-wrap:wrap; align-items:center; gap:12px; margin-top:22px; }
.check-status { color:var(--muted); font-size:13px; }

.audience-band { background:var(--soft); }
.audience-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.audience-card { padding:26px; border:1px solid var(--line); background:#fff; border-radius:15px; }
.audience-card h3 { margin:0 0 8px; font-size:19px; letter-spacing:-.05em; }
.audience-card p { margin:0; color:var(--muted); font-size:14px; word-break:keep-all; }

.blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }
.blog-card { display:flex; flex-direction:column; min-height:205px; padding:24px; border:1px solid var(--line); border-radius:15px; background:#fff; }
.blog-meta { color:var(--blue-dark); font-size:12px; font-weight:900; }
.blog-card h3 { margin:13px 0; font-size:17px; line-height:1.45; letter-spacing:-.045em; word-break:keep-all; }
.blog-card a { margin-top:auto; color:var(--blue-dark); font-size:13px; font-weight:800; }

.cta-band { padding:70px 0; color:#fff; background:linear-gradient(100deg,#154b9b,#2f6fff); }
.cta-inner { display:flex; justify-content:space-between; align-items:center; gap:25px; }
.cta-band h2 { margin:0; font-size:clamp(28px,3.8vw,44px); line-height:1.2; letter-spacing:-.07em; word-break:keep-all; }
.cta-band p { margin:10px 0 0; color:rgba(255,255,255,.74); }
.cta-actions { display:flex; flex-wrap:wrap; gap:10px; flex:none; }

.page-hero { color:#fff; background:linear-gradient(118deg,#07162c,#183a67); }
.page-hero-inner { padding:70px 0 66px; }
.page-hero h1 { max-width:820px; margin:16px 0 14px; font-size:clamp(35px,5vw,61px); line-height:1.16; letter-spacing:-.075em; word-break:keep-all; }
.page-hero p { max-width:710px; margin:0; color:rgba(255,255,255,.76); font-size:18px; word-break:keep-all; }
.breadcrumbs { display:flex; flex-wrap:wrap; gap:8px; color:rgba(255,255,255,.57); font-size:13px; }
.breadcrumbs a:hover { color:#fff; }
.page-layout { display:grid; grid-template-columns:minmax(0,1fr) 300px; gap:58px; align-items:start; }
.content-column { min-width:0; }
.content-column > h2 { margin:0 0 16px; font-size:30px; letter-spacing:-.06em; line-height:1.3; word-break:keep-all; }
.content-column > p.lead { margin:0 0 32px; color:var(--muted); font-size:17px; word-break:keep-all; }
.info-block { margin-top:44px; padding-top:35px; border-top:1px solid var(--line); }
.info-block h2 { margin:0 0 16px; font-size:25px; letter-spacing:-.055em; }
.info-block p { color:var(--muted); word-break:keep-all; }
.info-list { display:grid; gap:11px; margin:0; padding:0; list-style:none; }
.info-list li { position:relative; padding:14px 17px 14px 42px; border:1px solid var(--line); border-radius:11px; background:#fff; word-break:keep-all; }
.info-list li:before { content:"✓"; position:absolute; left:17px; top:14px; color:var(--blue); font-weight:900; }
.process { display:grid; grid-template-columns:repeat(5,1fr); gap:8px; margin-top:18px; }
.process-item { position:relative; padding:16px 12px; min-height:111px; border-radius:11px; background:var(--soft); border:1px solid var(--line); }
.process-item:after { content:"→"; position:absolute; right:-11px; top:41px; color:var(--blue); font-weight:900; z-index:2; }
.process-item:last-child:after { display:none; }
.process-item b { display:block; color:var(--blue-dark); font-size:12px; }
.process-item span { display:block; margin-top:6px; font-size:14px; font-weight:800; line-height:1.45; word-break:keep-all; }
.faq-list { display:grid; gap:12px; }
.faq { padding:17px 19px; border:1px solid var(--line); border-radius:11px; }
.faq summary { cursor:pointer; font-weight:800; list-style:none; }
.faq summary::-webkit-details-marker { display:none; }
.faq summary:after { content:"+"; float:right; color:var(--blue); font-size:20px; line-height:1; }
.faq[open] summary:after { content:"−"; }
.faq p { margin:11px 0 0; color:var(--muted); font-size:14px; word-break:keep-all; }
.notice { padding:18px 20px; border-left:4px solid var(--gold); background:#fff8e9; color:#6e5318; border-radius:0 10px 10px 0; font-size:14px; word-break:keep-all; }
.side-card { position:sticky; top:111px; padding:23px; border:1px solid var(--line); border-radius:15px; background:var(--soft); }
.side-card h2 { margin:0 0 16px; font-size:19px; letter-spacing:-.05em; }
.side-links { display:grid; gap:7px; margin-bottom:20px; }
.side-links a { padding:10px 12px; border-radius:8px; font-size:14px; color:#40516a; }
.side-links a:hover, .side-links a.active { color:var(--blue-dark); background:#fff; }
.side-contact { padding-top:17px; border-top:1px solid var(--line); }
.side-contact small { display:block; color:var(--muted); font-size:12px; }
.side-contact a { display:block; margin-top:5px; color:var(--ink); font-weight:900; font-size:18px; }
.side-card .button { width:100%; margin-top:17px; }

.situation-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:13px; }
.situation-card { display:flex; align-items:center; gap:16px; min-height:120px; padding:22px; border:1px solid var(--line); border-radius:14px; background:#fff; transition:transform .2s, box-shadow .2s; }
.situation-card:hover { transform:translateY(-3px); box-shadow:var(--shadow); }
.situation-card b { display:grid; place-items:center; width:39px; height:39px; flex:none; color:var(--blue-dark); background:var(--sky); border-radius:12px; }
.situation-card h3 { margin:0; font-size:17px; letter-spacing:-.05em; }
.situation-card p { margin:4px 0 0; color:var(--muted); font-size:13px; line-height:1.45; }

.office-grid { display:grid; grid-template-columns:1fr 1fr; gap:28px; }
.office-card { padding:30px; border-radius:17px; border:1px solid var(--line); background:#fff; }
.office-card h2 { margin:0 0 19px; font-size:25px; letter-spacing:-.06em; }
.office-details { display:grid; gap:14px; }
.office-detail { display:grid; grid-template-columns:95px 1fr; gap:16px; padding-bottom:14px; border-bottom:1px solid var(--line); }
.office-detail:last-child { padding-bottom:0; border-bottom:0; }
.office-detail small { color:var(--muted); }
.office-detail div { word-break:keep-all; }
.map-placeholder { min-height:100%; display:flex; flex-direction:column; justify-content:center; padding:36px; border-radius:17px; color:#fff; background:linear-gradient(145deg,#0b1f3a,#1d4d8f); }
.map-placeholder h2 { margin:0 0 10px; font-size:27px; letter-spacing:-.06em; }
.map-placeholder p { margin:0; color:rgba(255,255,255,.72); }
.map-placeholder .button { align-self:flex-start; margin-top:24px; }

.form-card { max-width:800px; padding:32px; border:1px solid var(--line); border-radius:17px; background:#fff; box-shadow:var(--shadow); }
.form-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.field { display:grid; gap:7px; }
.field-full { grid-column:1 / -1; }
.field label { font-size:14px; font-weight:800; }
.field input, .field select, .field textarea { width:100%; border:1px solid #cfdbe8; border-radius:9px; padding:12px 13px; color:var(--ink); background:#fff; outline:none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(47,111,255,.13); }
.field textarea { min-height:150px; resize:vertical; }
.consent { display:flex; gap:10px; align-items:flex-start; margin-top:19px; color:var(--muted); font-size:13px; }
.consent input { margin-top:5px; accent-color:var(--blue); }
.form-actions { display:flex; align-items:center; flex-wrap:wrap; gap:13px; margin-top:23px; }
.form-message { color:var(--green); font-size:14px; font-weight:700; }

.footer { padding:52px 0 90px; color:rgba(255,255,255,.72); background:#07162c; }
.footer-grid { display:grid; grid-template-columns:1.2fr 1fr 1fr; gap:40px; }
.footer h2, .footer h3 { color:#fff; margin:0 0 14px; letter-spacing:-.04em; }
.footer h2 { font-size:19px; }
.footer h3 { font-size:14px; }
.footer p { margin:0; font-size:13px; word-break:keep-all; }
.footer-links { display:grid; gap:7px; font-size:13px; }
.footer-links a:hover { color:#fff; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; align-items:center; margin-top:40px; padding-top:20px; border-top:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.45); font-size:12px; }
.mobile-cta { display:none; }

@media (max-width: 1050px) {
  .nav { gap:12px; }
  .nav a { font-size:13px; }
  .header-phone { display:none; }
  .service-grid { grid-template-columns:repeat(2,1fr); }
  .hero-inner { gap:35px; }
}
@media (max-width: 800px) {
  body { padding-bottom:63px; }
  .container { width:min(100% - 32px, 680px); }
  .topline-inner { min-height:32px; font-size:12px; }
  .topline-left span:last-child { display:none; }
  .header-inner { min-height:67px; }
  .brand { min-width:0; }
  .brand-mark { width:34px; height:34px; font-size:12px; }
  .brand-text strong { font-size:15px; }
  .brand-text span { font-size:9px; }
  .menu-toggle { display:block; }
  .nav { display:none; position:absolute; top:67px; left:0; right:0; flex-direction:column; align-items:stretch; gap:0; padding:8px 16px 15px; background:#fff; border-bottom:1px solid var(--line); box-shadow:0 15px 25px rgba(11,31,58,.1); }
  .nav.open { display:flex; }
  .nav a { padding:12px 5px; border-bottom:1px solid #eef2f6; }
  .header-actions { margin-left:auto; }
  .lang-link { padding:6px 9px; }
  .hero-inner { grid-template-columns:1fr; padding:64px 0 58px; }
  .hero h1 { font-size:43px; }
  .hero-lead { font-size:16px; }
  .hero-panel { padding:20px; }
  .trust-grid { grid-template-columns:1fr; }
  .trust-item, .trust-item + .trust-item { padding:14px 0; min-height:0; border-left:0; border-bottom:1px solid var(--line); }
  .trust-item:last-child { border-bottom:0; }
  .section { padding:68px 0; }
  .section-heading { display:block; margin-bottom:24px; }
  .section-link { display:inline-block; margin-top:16px; }
  .service-grid { gap:10px; }
  .service-card { min-height:170px; padding:18px; }
  .service-card h3 { font-size:17px; }
  .service-card p { font-size:13px; }
  .feature-grid, .check-grid, .page-layout, .office-grid { grid-template-columns:1fr; gap:26px; }
  .feature-band .section { padding:68px 0; }
  .check-intro, .check-box, .form-card, .office-card { padding:23px; }
  .check-list, .situation-grid { grid-template-columns:1fr; }
  .audience-grid, .blog-grid { grid-template-columns:1fr; }
  .cta-inner { display:block; }
  .cta-actions { margin-top:24px; }
  .page-hero-inner { padding:54px 0 48px; }
  .page-hero h1 { font-size:41px; }
  .page-hero p { font-size:16px; }
  .side-card { position:static; order:-1; }
  .process { grid-template-columns:1fr; gap:8px; }
  .process-item { min-height:0; padding:13px 15px 13px 54px; }
  .process-item b { position:absolute; left:16px; top:14px; }
  .process-item span { margin:0; }
  .process-item:after { content:"↓"; top:auto; bottom:-17px; right:50%; }
  .process-item:last-child:after { display:none; }
  .form-grid { grid-template-columns:1fr; gap:14px; }
  .field-full { grid-column:auto; }
  .footer-grid { grid-template-columns:1fr; gap:28px; }
  .footer-bottom { display:block; }
  .footer-bottom span { display:block; margin-top:7px; }
  .mobile-cta { position:fixed; z-index:30; display:grid; grid-template-columns:repeat(3,1fr); left:0; right:0; bottom:0; min-height:62px; background:#fff; border-top:1px solid var(--line); box-shadow:0 -10px 25px rgba(11,31,58,.1); }
  .mobile-cta a { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:1px; color:var(--ink); border-right:1px solid var(--line); font-size:12px; font-weight:800; }
  .mobile-cta a:last-child { color:#fff; background:var(--blue); border-right:0; }
  .mobile-cta b { font-size:18px; line-height:1.1; }
}
@media (max-width: 420px) {
  .hero h1, .page-hero h1 { font-size:36px; }
  .hero-actions, .feature-actions, .cta-actions { display:grid; grid-template-columns:1fr; }
  .button { width:100%; }
  .service-grid { grid-template-columns:1fr; }
}

.article-image { display:block; width:100%; max-height:420px; object-fit:cover; margin:24px 0; border-radius:16px; border:1px solid var(--line); }
.admin-shell { min-height:100vh; padding:56px 20px 80px; color:var(--ink); background:var(--soft); }
.admin-shell > * { width:min(100%, 980px); margin-left:auto; margin-right:auto; }
.admin-top { display:flex; justify-content:space-between; align-items:flex-end; gap:24px; margin-bottom:26px; }
.admin-top h1 { margin:8px 0 4px; font-size:clamp(30px,4vw,46px); line-height:1.15; letter-spacing:-.07em; }
.admin-top p { margin:0; color:var(--muted); }
.admin-top-actions { display:flex; gap:9px; flex-wrap:wrap; }
.admin-note { padding:18px 20px; margin-bottom:18px; border-left:4px solid var(--gold); background:#fff8e9; border-radius:0 10px 10px 0; color:#6e5318; }
.admin-message { color:var(--green); font-weight:800; }
.admin-card { margin-top:18px; padding:28px; border:1px solid var(--line); border-radius:16px; background:#fff; box-shadow:var(--shadow); }
.admin-card-heading { display:flex; justify-content:space-between; align-items:flex-end; gap:20px; margin-bottom:22px; }
.admin-card h2 { margin:5px 0 0; font-size:24px; letter-spacing:-.06em; }
.admin-form-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.admin-form-grid label { display:grid; gap:7px; color:var(--ink); font-size:14px; font-weight:800; }
.admin-form-grid input, .admin-form-grid textarea { width:100%; border:1px solid #cfdbe8; border-radius:9px; padding:11px 12px; color:var(--ink); background:#fff; outline:none; font-weight:400; }
.admin-form-grid textarea { min-height:120px; resize:vertical; }
.admin-form-grid input:focus, .admin-form-grid textarea:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(47,111,255,.13); }
.admin-field-full { grid-column:1 / -1; }
.admin-actions { display:flex; gap:10px; flex-wrap:wrap; }
.admin-post-list { display:grid; gap:8px; }
.admin-post-row { display:grid; grid-template-columns:110px minmax(0,1fr) 210px; gap:12px; align-items:center; width:100%; padding:13px 15px; text-align:left; border:1px solid var(--line); border-radius:10px; background:#fff; color:var(--ink); cursor:pointer; }
.admin-post-row:hover { border-color:#a9c5fb; background:#f6f9ff; }
.admin-post-row span, .admin-post-row em { color:var(--muted); font-size:12px; font-style:normal; }
.admin-post-row strong { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.admin-count { color:var(--muted); font-size:13px; }
.admin-inquiries { display:grid; gap:12px; }
.admin-inquiry { padding:16px; border:1px solid var(--line); border-radius:12px; background:#fbfdff; }
.admin-inquiry-head { display:flex; justify-content:space-between; gap:12px; align-items:center; }
.admin-inquiry-head span, .admin-inquiry-meta { color:var(--muted); font-size:12px; }
.admin-inquiry p { margin:8px 0 0; font-size:14px; }
.admin-inquiry-message { white-space:pre-wrap; line-height:1.7; }
@media (max-width: 700px) {
  .admin-shell { padding:34px 16px 55px; }
  .admin-top { display:block; }
  .admin-top-actions { margin-top:18px; }
  .admin-top-actions .button { width:auto; }
  .admin-card { padding:21px; }
  .admin-card-heading { display:block; }
  .admin-card-heading .button { margin-top:14px; }
  .admin-form-grid { grid-template-columns:1fr; }
  .admin-field-full { grid-column:auto; }
  .admin-post-row { grid-template-columns:1fr; gap:3px; }
  .admin-inquiry-head { display:block; }
  .admin-inquiry-head span { display:block; margin-top:4px; }
}
