:root {
  --navy: #1e3a8a;
  --navy-2: #16296b;
  --blue: #192bff;
  --blue-dark: #1220cc;
  --blue-light: #6d7bff;
  --ink: #0f172a;
  --slate: #64748b;
  --slate-light: #94a3b8;
  --bg: #f8fafc;
  --card: #eef2f9;
  --card-blue: #ecedff;
  --warm-bg: #faf7f2;
  --line: #e2e8f0;
  --success: #22c55e;
  --success-light: #86efac;
  --amber: #f59e0b;
  --white: #ffffff;

  --font: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Malgun Gothic', sans-serif;
  --container: 1200px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 16px;
  --shadow-card: 0 8px 20px rgba(15,23,42,0.08);
  --shadow-lift: 0 16px 40px rgba(15,23,42,0.16);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: var(--blue); }
a:hover { color: var(--blue-dark); }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, select { font-family: inherit; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 20px; }

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

/* Top bar */
.top-bar { background: #fff; border-bottom: 1px solid var(--line); font-size: 14px; }
.top-bar-inner { max-width: var(--container); margin: 0 auto; padding: 10px 20px; display: flex; justify-content: space-between; align-items: center; gap: 8px; flex-wrap: wrap; }
.top-bar-reg { font-weight: 600; color: var(--ink); }
.top-bar-tel a { color: var(--blue); font-weight: 800; }

/* Header */
header#mainHeader { position: sticky; top: 0; z-index: 500; background: var(--navy); }
header#mainHeader nav.nav-bar { max-width: var(--container); margin: 0 auto; padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; }
.logo img { height: 25px; }
.nav-menu { display: flex; align-items: center; gap: 24px; }
.nav-menu-item { color: #cbd5e1; font-weight: 500; font-size: 15px; }
.nav-menu-item:hover { color: #fff; }
.nav-menu a.nav-cta { background: var(--amber); color: #fff; padding: 10px 20px; border-radius: 20px; font-weight: 700; font-size: 14px; }
.nav-menu a.nav-cta:hover { color: #fff; opacity: .92; }

.hamburger-btn { display: none; background: none; border: none; font-size: 24px; color: #fff; line-height: 1; padding: 4px; }
.mobile-drawer {
  position: absolute; top: 60px; right: 16px; background: #fff; border-radius: 16px;
  box-shadow: 0 16px 40px rgba(15,23,42,0.25); overflow: hidden; width: 220px; z-index: 700;
  display: none;
}
.mobile-drawer.open { display: block; }
.mobile-drawer a { display: block; padding: 16px 20px; color: var(--ink); font-size: 15px; font-weight: 600; border-bottom: 1px solid #f1f5f9; }
.mobile-drawer a.faq-link { background: var(--blue); color: #fff; font-weight: 700; }
.mobile-drawer a:last-child { border-bottom: none; }
.drawer-scrim { position: fixed; inset: 0; z-index: 600; display: none; }
.drawer-scrim.open { display: block; }

/* Hero */
.hero { background: linear-gradient(180deg,#eaf3fc,#dbeafe 60%,#eaf3fc); padding: clamp(40px,7vw,80px) 0; }
.hero-badges { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
@media (max-width: 640px) {
  .hero-badges { flex-wrap: wrap; overflow-x: auto; -webkit-overflow-scrolling: touch; padding-bottom: 6px; scrollbar-width: none; }
  .hero-badges::-webkit-scrollbar { display: none; }
  .hero-badge { flex-shrink: 0; white-space: nowrap; }
}
.hero-badge { background: #fff; border: 1px solid #bfdbfe; color: var(--navy); font-size: 13px; font-weight: 700; padding: 8px 16px; border-radius: 20px; }
.hero-flex { display: flex; gap: 48px; flex-wrap: wrap; align-items: center; }
.hero-left { flex: 1 1 420px; min-width: 300px; }
.hero-title { font-size: clamp(32px,4.8vw,54px); font-weight: 900; line-height: 1.2; margin: 0 0 20px; color: var(--ink); letter-spacing: -1px; }
.hero-sub { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: clamp(20px,2.6vw,28px); font-weight: 800; color: var(--ink); margin-bottom: 36px; }
.hero-sub .box { border: 2px solid var(--blue); color: var(--blue); padding: 4px 14px; border-radius: 8px; }
.hero-mini-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(150px,1fr)); gap: 16px; max-width: 600px; }
@media (max-width: 600px) { .hero-mini-grid { grid-template-columns: 1fr; max-width: 100%; } }
.hero-mini-card { background: var(--card); border-radius: 14px; padding: 20px 16px; text-align: center; transition: transform .2s ease, box-shadow .2s ease; }
.hero-mini-card:hover { transform: translateY(-6px); box-shadow: 0 14px 28px rgba(15,23,42,0.14); }
.hero-mini-rate { font-size: 14px; color: var(--slate); font-weight: 600; margin-bottom: 4px; }
.hero-mini-rate b { color: var(--ink); }
.hero-mini-rate2 { font-size: 13px; color: var(--slate-light); margin-bottom: 12px; }
.hero-mini-icon { font-size: 28px; margin-bottom: 12px; }
.hero-mini-btn { display: block; background: var(--blue); color: #fff; padding: 10px; border-radius: 20px; font-weight: 700; font-size: 13px; }
.hero-mini-btn:hover { color: #fff; opacity: .92; }

.hero-right { flex: 1 1 320px; min-width: 280px; position: relative; }
.hero-image-box {
  background: linear-gradient(135deg,#93c5fd,#dbeafe); border-radius: 20px; height: clamp(280px,36vw,380px);
  display: flex; align-items: center; justify-content: center; font-size: 72px;
}
.hero-callout {
  position: absolute; top: -16px; right: 10px; background: var(--blue); color: #fff; padding: 16px 20px;
  border-radius: 16px 16px 16px 2px; font-weight: 700; font-size: 14px; line-height: 1.5; max-width: 220px;
  box-shadow: 0 8px 20px rgba(25,43,255,0.3);
}

/* Section heads */
.sec-eyebrow { color: var(--blue); font-weight: 700; font-size: 14px; margin-bottom: 10px; }
.sec-title { font-size: clamp(24px,3.2vw,38px); font-weight: 900; color: var(--ink); margin: 0 0 12px; }
.sec-sub { color: var(--slate); font-size: 15px; margin: 0; }
.sec-head { text-align: center; margin-bottom: 40px; }
.sec-head .sec-title, .sec-head .sec-sub { text-align: center; }
@media (max-width: 640px) { .sec-head { text-align: center !important; } .sec-head .sec-title, .sec-head .sec-sub { text-align: center !important; } }

/* Situations */
.situations { padding: clamp(56px,7vw,88px) 0; background: #fff; }
.situation-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 20px; }
.situation-card { background: var(--card); border-radius: 14px; padding: 24px 20px; transition: transform .2s ease, box-shadow .2s ease; }
@media (max-width: 640px) {
  .situation-card { display: flex; flex-direction: column; align-items: center; text-align: center; }
}
.situation-card:hover { transform: translateY(-6px); box-shadow: 0 14px 28px rgba(15,23,42,0.1); }
.situation-icon { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 14px; }
.situation-pre { color: var(--slate); font-size: 13px; margin-bottom: 6px; }
.situation-title { font-weight: 800; font-size: 16px; }

/* Watermark sections */
.wm-section { position: relative; padding: 120px 20px; overflow-x: clip; }
.wm-bgtext { position: absolute; font-size: clamp(48px,9vw,120px); font-weight: 900; color: #e2e8f0; line-height: 1; white-space: nowrap; z-index: 0; }
.wm1 { background: var(--bg); }
.wm1 .wm-bgtext { bottom: 0; left: 0; }
.wm2 { background: #fff; }
.wm2 .wm-bgtext { top: 0; left: 0; color: #f1f5f9; }
.wm-inner { max-width: var(--container); margin: 0 auto; position: relative; z-index: 1; display: flex; gap: 40px; flex-wrap: wrap; align-items: center; }
.wm2 .wm-inner { flex-wrap: wrap-reverse; }
.wm-text { flex: 1 1 380px; min-width: 280px; }
.wm-title { font-size: clamp(22px,2.8vw,30px); font-weight: 900; color: var(--ink); line-height: 1.4; margin: 0 0 16px; }
.wm-title .hl { color: var(--blue); }
.wm-desc { color: var(--slate); font-size: 15px; line-height: 1.7; margin: 0; }
.wm-image { flex: 1 1 280px; min-width: 240px; border-radius: 16px; height: 220px; display: flex; align-items: center; justify-content: center; font-size: 48px; }
.wm1 .wm-image { background: linear-gradient(135deg,#cbd5e1,#e2e8f0); }
.wm2 .wm-image { background: linear-gradient(135deg,#dbeafe,#eff6ff); }
.wm-pre { color: var(--slate); font-size: 15px; margin: 0 0 10px; }
.wm-tag { color: var(--blue); font-weight: 700; font-size: 14px; margin: 0; }

/* Products */
.products { padding: clamp(56px,8vw,96px) 0; background: var(--bg); }
.product-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 24px; }
.product-card { background: var(--card); border-radius: 16px; padding: 28px; display: flex; flex-direction: column; gap: 14px; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 16px 32px rgba(15,23,42,0.12); }
.product-icon { width: 52px; height: 52px; border-radius: 12px; background: var(--card-blue); display: flex; align-items: center; justify-content: center; font-size: 26px; }
.product-title { font-weight: 800; font-size: 19px; color: var(--ink); }
.product-desc { color: var(--slate); font-size: 14px; line-height: 1.6; flex: 1; }
.product-specs { border-top: 1px solid #e2e8f0; padding-top: 12px; font-size: 13px; }
.spec-row { display: flex; align-items: baseline; gap: 8px; padding: 5px 0; }
.spec-row .k { flex: 0 0 62px; color: var(--slate-light); font-weight: 700; }
.spec-row .v { color: #334155; line-height: 1.5; }
.product-cta { margin-top: 8px; text-align: center; background: var(--ink); color: #fff; padding: 12px; border-radius: 8px; font-weight: 700; font-size: 14px; }
.product-cta:hover { color: #fff; opacity: .9; }

/* Process */
.process { padding: clamp(56px,8vw,96px) 0; background: var(--warm-bg); }
.process-head { margin-bottom: 48px; }
.process-row { display: flex; align-items: stretch; gap: 14px; flex-wrap: wrap; }
.process-item { display: flex; align-items: stretch; gap: 14px; flex: 1; min-width: 220px; }
.process-card { background: #fff; border-radius: 16px; padding: 28px 22px; flex: 1; transition: transform .2s ease, box-shadow .2s ease; }
.process-card:hover { transform: translateY(-6px); box-shadow: 0 14px 28px rgba(15,23,42,0.15); }
.process-icon { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 16px; }
.process-step-label { color: #6366f1; font-size: 12px; font-weight: 700; letter-spacing: .5px; margin-bottom: 6px; }
.process-title { font-weight: 800; font-size: 17px; color: var(--ink); margin-bottom: 8px; }
.process-desc { color: #475569; font-size: 13px; line-height: 1.6; }
.process-arrow { color: var(--slate-light); font-size: 22px; flex-shrink: 0; align-self: center; }
@media (max-width: 760px) { .process-row { flex-direction: column; } .process-item { flex-direction: column; } .process-arrow { transform: rotate(90deg); align-self: center; margin: 4px 0; } }

/* Apply section */
.apply { padding: clamp(56px,8vw,96px) 20px; background: linear-gradient(155deg,var(--navy),var(--blue) 60%); }
.apply-flex { max-width: 1100px; margin: 0 auto; display: flex; gap: 48px; flex-wrap: wrap; align-items: center; }
.apply-left { flex: 1 1 360px; min-width: 280px; }
.apply-eyebrow { color: var(--blue-light); font-weight: 700; font-size: 13px; margin-bottom: 12px; }
.apply-title { color: #fff; font-size: clamp(26px,3.2vw,36px); font-weight: 900; margin: 0 0 16px; line-height: 1.3; }
.apply-note { color: #94a3b8; font-size: 14px; line-height: 1.6; margin: 0 0 20px; }
.apply-hours { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.08); color: #e2e8f0; font-size: 13px; font-weight: 600; padding: 8px 14px; border-radius: 20px; margin-bottom: 20px; }
.apply-safe { background: rgba(34,197,94,0.12); border: 1px solid rgba(34,197,94,0.3); color: var(--success-light); font-size: 13px; font-weight: 600; padding: 14px 16px; border-radius: 10px; }
.apply-right { flex: 1 1 360px; min-width: 300px; }
.ticker-card { background: #fff; border-radius: 16px; padding: 28px; }
.ticker-card-head { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.ticker-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); flex-shrink: 0; }
.ticker-card-title { font-weight: 800; font-size: 16px; color: var(--ink); }
.ticker-viewport { height: 220px; overflow: hidden; position: relative; -webkit-mask-image: linear-gradient(to bottom,transparent,#000 8%,#000 92%,transparent); mask-image: linear-gradient(to bottom,transparent,#000 8%,#000 92%,transparent); }
.ticker-track { display: flex; flex-direction: column; gap: 12px; animation: scroll-up 14s linear infinite; }
@keyframes scroll-up { from { transform: translateY(0); } to { transform: translateY(-50%); } }
.ticker-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 13px; color: #334155; flex-wrap: wrap; }
.ticker-row-left { display: flex; align-items: center; gap: 8px; }
.ticker-tag { background: var(--card-blue); color: var(--blue); padding: 3px 8px; border-radius: 6px; font-size: 11px; font-weight: 700; white-space: nowrap; }
.ticker-row-cat { color: var(--blue); }
.ticker-cta { margin-top: 16px; width: 100%; background: var(--blue); color: #fff; border: none; padding: 16px; border-radius: 10px; font-weight: 800; font-size: 15px; }
.ticker-cta:hover { opacity: .92; }

/* Reviews */
.reviews { padding: clamp(56px,8vw,96px) 0; background: var(--bg); }
.review-scroller-outer { overflow-x: hidden; overflow-y: visible; padding: 12px 20px; }
.review-track { display: flex; gap: 20px; width: max-content; animation: scroll-left 60s linear infinite; }
.review-track:hover { animation-play-state: paused; }
@keyframes scroll-left { from { transform: translateX(0); } to { transform: translateX(-33.3333%); } }
.review-card { background: var(--card); border-radius: 14px; overflow: hidden; width: 270px; flex-shrink: 0; transition: transform .2s ease, box-shadow .2s ease; }
.review-card:hover { transform: translateY(-6px); box-shadow: 0 14px 28px rgba(15,23,42,0.1); }
.review-photo { position: relative; height: 150px; background: linear-gradient(135deg,#cbd5e1,#e2e8f0); display: flex; align-items: center; justify-content: center; font-size: 40px; overflow: hidden; }
.review-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.review-cat-badge { position: absolute; top: 12px; left: 12px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 20px; }
.review-body { padding: 22px; }
.review-name { font-weight: 700; font-size: 15px; color: var(--ink); margin-bottom: 10px; }
.review-need { color: var(--slate); font-size: 13px; line-height: 1.6; margin-bottom: 6px; }
.review-approach { color: var(--slate-light); font-size: 12px; line-height: 1.6; margin-bottom: 14px; }
.review-result { background: var(--card-blue); color: var(--blue-dark); font-size: 13px; font-weight: 700; padding: 10px 12px; border-radius: 8px; }

/* FAQ */
.faq { padding: clamp(56px,8vw,96px) 0; background: #fff; }
.faq-list { 
  /* max-width: 800px;  */
  margin: 0 auto; display: flex; flex-direction: column; gap: 12px; 
}

.faq-item { background: var(--card); border-radius: 16px; overflow: hidden; cursor: pointer; }
.faq-q { width: 100%; background: transparent; border: none; padding: 22px; display: flex; justify-content: space-between; align-items: center; text-align: left; font-size: 17px; font-weight: 800; color: var(--navy); }
.faq-mark { color: var(--slate-light); font-size: 18px; transition: transform .3s ease; display: inline-block; }
.faq-item.open .faq-mark { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s ease; padding: 0 22px 0; }
.faq-item.open .faq-a { max-height: 600px; padding: 0 22px 22px; }
.faq-a-inner { color: #475569; font-size: 14px; line-height: 1.7; }

/* Footer */
.footer-outer { background: #e2e8f0; padding: 48px 20px 0; }
.footer-legal { background: var(--navy); border-radius: 16px 16px 0 0; padding: clamp(24px,4vw,40px); color: #c7d2fe; font-size: 12px; line-height: 1.8; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 16px; margin-bottom: 24px; }
.footer-logo { height: 20px; filter: brightness(0) invert(1); opacity: .9; }
.footer-tel-label { color: var(--slate-light); }
.footer-tel { color: #fff; font-size: 20px; font-weight: 800; }
.footer-tel a { color: #fff; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(140px,1fr)); gap: 16px; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.15); }
.footer-grid .lbl { color: var(--slate-light); }
.footer-grid .val { color: #e2e8f0; font-weight: 700; }
.footer-block { margin-bottom: 16px; }
.footer-block b { color: #e2e8f0; }
.footer-links a { color: #93c5fd; }
.footer-bottom-legal { border-top: 1px solid rgba(255,255,255,0.15); padding-top: 16px; }
.footer-copy { padding: 20px 0; text-align: center; color: var(--slate-light); font-size: 12px; }

/* Mobile bottom nav (always visible on mobile) */
.mobile-bottom-nav {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 590;
  background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(15,23,42,0.08);
  padding: 10px 12px; gap: 8px; align-items: center;
}
.mbn-btn {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  height: 48px; border-radius: 12px; font-weight: 700; font-size: 14px;
}
.mbn-icon { flex: 0 0 48px; width: 48px; font-size: 19px; }
.mbn-icon.call { background: var(--navy); color: #fff; }
.mbn-icon.top { background: #f1f5f9; color: var(--ink); border: 1px solid var(--line); }
.mbn-wide { flex: 1; }
.mbn-wide.primary { background: var(--blue); color: #fff; }
.mbn-wide.secondary { background: #fff; color: var(--ink); border: 1px solid var(--line-strong,#cbd5e1); }

/* Quick apply panel (shared form; repositioned via CSS for mobile/desktop) */
.quick-apply-panel {
  position: fixed; z-index: 610; background: #fff;
  opacity: 0; visibility: hidden; transform: translateY(16px);
  transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
}
.quick-apply-panel.show { opacity: 1; visibility: visible; transform: translateY(0); }
.qa-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.qa-title { font-weight: 800; font-size: 16px; color: var(--ink); }
.qa-title span { color: var(--blue); font-size: 13px; font-weight: 700; }
.qa-close { background: none; border: none; font-size: 18px; color: var(--slate-light); }
.qa-close.panel-close {
  position: absolute; top: 10px; right: 12px; z-index: 2;
  width: 28px; height: 28px; display: flex; align-items: center; justify-content: center;
  border-radius: 50%; background: rgba(15,23,42,0.06);
}
.qa-scrim { position: fixed; inset: 0; z-index: 605; background: transparent; display: none; pointer-events: none; }
.qa-scrim.show { display: block; }
@media (max-width: 859px) { .qa-scrim.show { pointer-events: auto; } }
.qa-success { text-align: center; color: var(--ink); font-weight: 700; padding: 12px 0; }
.qa-form-row { display: flex; flex-direction: column; gap: 10px; }
.qa-duration-wrap { display: flex; flex-direction: column; gap: 6px; }
.qa-mini-label { font-size: 12px; font-weight: 700; color: var(--slate); padding-left: 2px; }
.qa-duration-group { display: flex; gap: 10px; }
.qa-radio-option {
  flex: 1; position: relative; display: flex; align-items: center; justify-content: center;
  padding: 12px 8px; border: 1px solid #cbd5e1; border-radius: 8px; font-size: 14px; font-weight: 600;
  color: var(--slate); cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.qa-radio-option input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.qa-radio-option:has(input:checked) { border-color: var(--blue); background: var(--card-blue); color: var(--blue); }
.qa-field { width: 100%; box-sizing: border-box; padding: 12px; border: 1px solid #cbd5e1; border-radius: 8px; font-size: 14px; }
.qa-phone-group { display: flex; align-items: center; gap: 6px; }
.qa-phone-group .qa-field { flex: 1; min-width: 0; }
.qa-agree { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--slate); }
.qa-agree a { text-decoration: underline; font-size: 12px; }
.qa-submit { background: var(--blue); color: #fff; border: none; padding: 14px; border-radius: 10px; font-weight: 800; font-size: 15px; }
.qa-submit:hover { opacity: .92; }
.qa-submit:disabled { opacity: .6; }

@media (max-width: 859px) {
  .mobile-bottom-nav { display: flex; }
  .nav-menu { display: none; }
  .hamburger-btn { display: block; }
  .quick-apply-panel { left: 16px; right: 16px; bottom: 76px; border-radius: 16px; box-shadow: var(--shadow-lift); padding: 20px; }
}
@media (min-width: 860px) {
  .quick-apply-panel { left: 0; right: 0; bottom: 0; border-top: 1px solid var(--line); box-shadow: 0 -8px 24px rgba(15,23,42,0.1); }
  .qa-desktop-inner { max-width: var(--container); margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
  .qa-desktop-label { min-width: 110px; }
  .qa-desktop-form { display: flex; flex-direction: row; align-items: center; gap: 12px; flex: 1; flex-wrap: wrap; }
  .qa-desktop-form .qa-field { flex: 1 1 130px; }
  .qa-desktop-form .qa-phone-group { flex: 1 1 220px; }
  .qa-desktop-form .qa-duration-wrap { flex: 1 1 220px; }
  .qa-desktop-form .qa-agree { white-space: nowrap; }
  .qa-desktop-form .qa-submit { flex: 0 0 auto; padding: 13px 28px; white-space: nowrap; }
}

/* ============================================================
   SOLUTIONS SLIDER (재도입) + 업종 카테고리 티커
   ============================================================ */
.solutions { padding: clamp(48px,7vw,72px) 0 clamp(56px,8vw,88px); background: #fff; }
.solutions-heading { text-align: center; font-size: clamp(22px,2.8vw,30px); font-weight: 900; color: var(--ink); margin-bottom: 24px; }

.solutions-slider { position: relative; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lift); }
.solutions-slide-track { display: flex; transition: transform .6s cubic-bezier(.65,0,.35,1); }
.solutions-slide { flex: 0 0 100%; position: relative; height: clamp(300px,38vw,460px); }
.solutions-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.solutions-slide::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(15,23,42,0.78) 0%, rgba(15,23,42,0.42) 48%, rgba(15,23,42,0.08) 78%);
}
.solutions-slide-content { position: absolute; left: 0; top: 0; bottom: 0; display: flex; flex-direction: column; justify-content: center; padding: 32px 5% ; max-width: 560px; z-index: 2; }
.solutions-badge { display: inline-block; background: var(--amber); color: #fff; font-size: 12.5px; font-weight: 800; padding: 6px 14px; border-radius: 20px; margin-bottom: 16px; width: max-content; }
.solutions-slide-title { color: #fff; font-size: clamp(22px,3.2vw,34px); font-weight: 900; line-height: 1.3; margin: 0 0 14px; }
.solutions-slide-desc { color: rgba(255,255,255,0.86); font-size: 14.5px; line-height: 1.7; margin: 0 0 12px; }
.solutions-slide-fine { color: rgba(255,255,255,0.6); font-size: 11.5px; line-height: 1.6; margin: 0 0 20px; }
.solutions-slide-cta { display: inline-block; background: var(--blue); color: #fff; font-weight: 700; font-size: 14px; padding: 12px 22px; border-radius: 8px; width: max-content; }
.solutions-slide-cta:hover { color: #fff; opacity: .92; }

.solutions-dots { position: absolute; left: 5%; bottom: 20px; display: flex; gap: 6px; z-index: 3; }
.solutions-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.4); cursor: pointer; transition: background .2s ease, width .2s ease; }
.solutions-dot.active { background: var(--amber); width: 22px; border-radius: 4px; }
.solutions-arrows { position: absolute; right: 20px; bottom: 18px; display: flex; gap: 8px; z-index: 3; }
.solutions-arrow {
  width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.16);
  backdrop-filter: blur(4px); color: #fff; display: flex; align-items: center; justify-content: center;
  cursor: pointer; border: 1px solid rgba(255,255,255,0.3); font-size: 15px;
}
.solutions-arrow:hover { background: rgba(255,255,255,0.32); }

.cat-ticker-strip { margin-top: 32px; }
.cat-ticker-row { display: flex; overflow: hidden; mask-image: linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent); -webkit-mask-image: linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent); }
.cat-ticker-row + .cat-ticker-row { margin-top: 10px; }
.cat-ticker-track { display: flex; flex-shrink: 0; gap: 10px; padding-right: 10px; animation: catTickerLeft 38s linear infinite; }
.cat-ticker-row.reverse .cat-ticker-track { animation-name: catTickerRight; }
@keyframes catTickerLeft { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes catTickerRight { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.cat-badge {
  font-size: 13px; font-weight: 600; color: var(--ink); background: #fff; border: 1px solid var(--line);
  padding: 8px 16px; border-radius: 999px; white-space: nowrap; box-shadow: var(--shadow-card);
}

@media (max-width: 640px) {
  .solutions-slide-content { max-width: 100%; padding: 24px 6%; }
  .solutions-slide-desc { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .solutions-slide-fine { display: none; }
}

.modal-overlay { position: fixed; inset: 0; background: rgba(15,23,42,0.55); display: flex; align-items: center; justify-content: center; z-index: 2000; opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; padding: 20px; }
.modal-overlay.open { opacity: 1; visibility: visible; }
.modal-box { background: #fff; border-radius: 16px; max-width: 620px; width: 100%; max-height: 80vh; display: flex; flex-direction: column; box-shadow: var(--shadow-lift); }
.modal-header { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; border-bottom: 1px solid var(--line); }
.modal-title { font-size: 17px; font-weight: 700; }
.modal-x-btn { font-size: 18px; color: var(--slate); }
.modal-body { padding: 24px; overflow-y: auto; font-size: 13px; color: var(--slate); line-height: 1.75; }
.modal-notice { background: var(--bg); padding: 14px 16px; border-radius: 8px; margin-bottom: 18px; font-size: 12.5px; }
.modal-section { margin-bottom: 18px; }
.modal-section h4 { font-size: 13.5px; color: var(--ink); margin-bottom: 6px; }
.modal-confirm-btn { width: 100%; background: var(--navy); color: #fff; font-weight: 700; padding: 13px; border-radius: 10px; margin-top: 8px; }
