/* Bloomit portfolio styles: professional B2B tone */
:root {
  --bg: #f7f9fc;
  --surface: #ffffff;
  --surface-muted: #f1f5f9;
  --ink: #101828;
  --ink-strong: #07111f;
  --muted: #667085;
  --muted-2: #98a2b3;
  --line: #e4e7ec;
  --line-strong: #d0d5dd;
  --navy: #0b1f3a;
  --blue: #2563eb;
  --blue-dark: #1d4ed8;
  --green: #0f766e;
  --shadow: 0 20px 45px rgba(16, 24, 40, 0.08);
  --soft: 0 10px 24px rgba(16, 24, 40, 0.06);
  --max: 1180px;
  --r-xl: 22px;
  --r-lg: 18px;
  --r-md: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Apple SD Gothic Neo", "Noto Sans KR", "Segoe UI", sans-serif;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 38%, #f7f9fc 100%);
  line-height: 1.62;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid rgba(37, 99, 235, 0.28); outline-offset: 4px; }
.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }

.brand-top {
  background: #0b1f3a;
  color: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.brand-top-inner {
  min-height: 46px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  font-weight: 700;
}
.brand-formula {
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size: 14px;
  letter-spacing: .01em;
  white-space: nowrap;
}
.brand-formula .word {
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.06);
}
.brand-formula .equals { color: #8bb7ff; }
.brand-top-copy {
  color: rgba(255,255,255,.7);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -.01em;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav { height: 72px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.brand { display:flex; align-items:center; gap:12px; font-weight: 900; font-size:20px; letter-spacing:-.035em; }
.mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #0b1f3a;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.mark::after {
  content:"";
  position:absolute;
  left: 10px;
  top: 8px;
  width: 13px;
  height: 17px;
  border-radius: 12px 12px 12px 3px;
  background: #ffffff;
  transform: rotate(32deg);
}
.links { display:flex; align-items:center; gap:24px; color:#475467; font-size:14px; font-weight:700; }
.links a { padding: 25px 0; border-bottom: 2px solid transparent; transition: color .18s ease, border-color .18s ease; }
.links a:hover, .links a.is-active { color: var(--blue); border-bottom-color: var(--blue); }
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 10px;
  border: 1px solid #0b1f3a;
  background: #0b1f3a;
  color:#fff;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(11,31,58,.16);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); background:#102b50; box-shadow: 0 14px 30px rgba(11,31,58,.2); }
.btn.light { background:#fff; color:#172033; border-color: var(--line-strong); box-shadow:none; }
.btn.light:hover { border-color:#98a2b3; background:#f9fafb; box-shadow:none; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 72px;
  border-bottom:1px solid var(--line);
  --split-progress: 0;
}
.hero::before {
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(circle at 50% 16%, rgba(37,99,235,.12), transparent 36%);
  pointer-events:none;
}
.hero-layout {
  position: relative;
  z-index: 2;
  display:grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 56px;
  align-items:center;
}
.hero-split {
  position:absolute;
  inset: 0 0 auto;
  z-index: 1;
  height: min(52vw, 600px);
  pointer-events:none;
  user-select:none;
  opacity: calc(0.30 - (var(--split-progress) * 0.26));
  filter: blur(calc(var(--split-progress) * 7px));
}
.hero-split-word {
  position:absolute;
  top: 34%;
  color:#0b1f3a;
  font-size: clamp(96px, 18vw, 250px);
  line-height: .82;
  font-weight: 950;
  letter-spacing: -.095em;
  white-space: nowrap;
  transform: translate3d(0, -50%, 0) scale(calc(1 + (var(--split-progress) * .08)));
  transition: opacity .08s linear;
}
.split-left {
  right: 50%;
  transform: translate3d(calc(var(--split-progress) * -76vw), -50%, 0) scale(calc(1 + (var(--split-progress) * .12)));
}
.split-right {
  left: 50%;
  transform: translate3d(calc(var(--split-progress) * 76vw), -50%, 0) scale(calc(1 + (var(--split-progress) * .12)));
}
.eyebrow {
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom: 22px;
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before { content:""; width:34px; height:1px; background: var(--blue); }
h1,h2,h3,p { margin-top:0; }
.hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 5.2vw, 70px);
  line-height: 1.04;
  letter-spacing: -.055em;
  margin-bottom: 24px;
  color: var(--ink-strong);
}
.hero h1 span { color: var(--navy); }
.hero h1 span::after { display:none; }
.lead { font-size: clamp(16px, 1.35vw, 19px); color:#475467; max-width: 720px; margin-bottom: 28px; }
.actions { display:flex; flex-wrap:wrap; gap:12px; }
.hero-proof {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top: 28px;
}
.hero-proof span {
  padding: 8px 11px;
  border:1px solid var(--line);
  border-radius: 999px;
  background:#fff;
  color:#344054;
  font-size: 13px;
  font-weight: 800;
}

.service-stack {
  position: relative;
  padding: 28px;
  border-radius: var(--r-xl);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.service-stack::before {
  content:"";
  position:absolute;
  inset: 0 auto 0 0;
  width:4px;
  border-radius: var(--r-xl) 0 0 var(--r-xl);
  background: var(--blue);
}
.stack-title { padding: 0 0 20px; border-bottom:1px solid var(--line); margin-bottom:16px; }
.stack-title strong { display:block; font-size:20px; letter-spacing:-.035em; }
.stack-title span { color: var(--muted); font-size:14px; }
.mini-services { display:grid; gap:10px; }
.mini-service {
  display:grid;
  grid-template-columns: 48px 1fr auto;
  align-items:center;
  gap:14px;
  padding:14px 0;
  border-bottom:1px solid var(--line);
}
.mini-service:last-child { border-bottom:0; padding-bottom:0; }
.mini-icon {
  width:48px;
  height:48px;
  border-radius: 12px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:#f8fafc;
  border:1px solid var(--line);
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
}
.mini-icon img { width:100%; height:100%; object-fit:cover; display:block; }
.mini-icon.placeholder { background:#f8fafc; }
.mini-service h3 { margin:0 0 2px; font-size:18px; letter-spacing:-.035em; }
.mini-service p { margin:0; color: var(--muted); font-size:13px; }
.mini-service b { color: #475467; font-size:12px; white-space:nowrap; font-weight:800; }

.delivery-list { display:grid; gap:0; }
.delivery-list div { display:grid; grid-template-columns:44px 1fr; gap:12px; align-items:start; padding:16px 0; border-bottom:1px solid var(--line); }
.delivery-list div:last-child { border-bottom:0; padding-bottom:0; }
.delivery-list strong { color:var(--blue); font-size:13px; letter-spacing:.08em; font-weight:950; }
.delivery-list span { color:#344054; font-weight:750; }

.scope-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.scope-card { padding:26px; border-radius:16px; background:#fff; border:1px solid var(--line); box-shadow:none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.scope-card:hover { transform:translateY(-2px); border-color:#cbd5e1; box-shadow:var(--soft); }
.scope-code { display:inline-flex; margin-bottom:20px; padding:5px 9px; border-radius:8px; background:#eff6ff; color:var(--blue); font-size:12px; font-weight:950; letter-spacing:.08em; }
.scope-card h3 { margin-bottom:8px; font-size:23px; line-height:1.2; letter-spacing:-.04em; color:var(--ink-strong); }
.scope-card p { margin:0; color:var(--muted); }

.fit-section { padding-top: 72px; }
.fit-panel { display:grid; grid-template-columns:.72fr 1.28fr; gap:34px; padding:34px; border-radius:22px; background:#fff; border:1px solid var(--line); box-shadow:var(--soft); }
.fit-panel h2 { font-size:clamp(30px,3.5vw,48px); line-height:1.12; letter-spacing:-.05em; margin:0; color:var(--ink-strong); }
.fit-list { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.fit-list div { padding:18px; border-radius:14px; background:#f8fafc; border:1px solid var(--line); }
.fit-list strong { display:block; margin-bottom:6px; color:var(--ink-strong); letter-spacing:-.02em; }
.fit-list span { color:var(--muted); font-size:14px; }

section { padding: 84px 0; }
.section-head { display:flex; justify-content:space-between; align-items:end; gap: 32px; margin-bottom: 34px; }
.kicker { color: var(--blue); font-weight:900; letter-spacing:.13em; text-transform:uppercase; font-size:12px; margin-bottom:10px; }
.section-head h2 { font-size: clamp(30px, 3.6vw, 50px); line-height:1.12; letter-spacing:-.05em; margin-bottom:0; max-width:780px; color:var(--ink-strong); }
.section-head p { color:var(--muted); margin-bottom:0; max-width:430px; font-size:15px; }

.product-showcase { display:grid; gap:18px; }
.product {
  --accent: var(--blue);
  display:grid;
  grid-template-columns: 300px 1fr;
  overflow:hidden;
  border-radius: var(--r-lg);
  background:#fff;
  border:1px solid var(--line);
  box-shadow: var(--soft);
}
.product.goody { --accent:#2563eb; }
.product.malt { --accent:#92400e; }
.product.stock { --accent:#047857; }
.product.scan { --accent:#5b21b6; }
.product.more { --accent:#334155; }
.product-side {
  min-height: 286px;
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:#f8fafc;
  border-right:1px solid var(--line);
}
.product.goody .product-side,
.product.malt .product-side,
.product.stock .product-side,
.product.scan .product-side,
.product.more .product-side { background:#f8fafc; }
.product-logo {
  width:64px;
  height:64px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line-strong);
  box-shadow:none;
  color: var(--accent);
  font-size: 20px;
  font-weight: 950;
  letter-spacing:-.04em;
}
.product-logo img { width:100%; height:100%; object-fit:cover; display:block; }
.product-side h3 { font-size:34px; line-height:1.05; letter-spacing:-.055em; margin-bottom:8px; color:var(--ink-strong); }
.product-side p { margin:0; font-weight:800; color:#475467; }
.product-body { padding: 32px; border-left: 4px solid var(--accent); }
.problem {
  display:inline-flex;
  padding:7px 10px;
  border-radius: 8px;
  color: var(--accent);
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  font-weight: 900;
  font-size:12px;
  margin-bottom:16px;
}
.product.malt .problem { background:#fff7ed; border-color:#fed7aa; }
.product.stock .problem { background:#ecfdf5; border-color:#a7f3d0; }
.product.scan .problem { background:#f5f3ff; border-color:#ddd6fe; }
.product.more .problem { background:#f8fafc; border-color:#cbd5e1; }
.product-body h4 { font-size:26px; line-height:1.25; letter-spacing:-.04em; margin:0 0 12px; color:var(--ink-strong); }
.product-body > p { color:var(--muted); margin-bottom:22px; max-width:720px; }
.detail-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.detail-box { padding:18px; border-radius: 12px; background:#f8fafc; border:1px solid var(--line); }
.detail-box strong { display:block; margin-bottom:10px; letter-spacing:-.02em; }
.tags { display:flex; flex-wrap:wrap; gap:8px; padding:0; margin:0; list-style:none; }
.tags li { padding:6px 9px; border-radius: 7px; background:#fff; border:1px solid var(--line); font-size:12px; font-weight:800; color:#475467; }
.more-proof { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin-top:18px; }
.more-proof div { padding:16px; border-radius: 12px; background:#f8fafc; border:1px solid var(--line); }
.more-proof strong { display:block; font-size:22px; letter-spacing:-.04em; margin-bottom:3px; }
.more-proof span { color:var(--muted); font-size:13px; font-weight:800; }

.goody-panel {
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:22px;
  padding:22px;
  border-radius: var(--r-xl);
  background:#fff;
  border:1px solid var(--line);
  box-shadow: var(--shadow);
}
.goody-copy { padding:34px; border-radius: 16px; background:#0b1f3a; color:#fff; border:1px solid rgba(255,255,255,.08); }
.goody-copy .kicker { color:#93c5fd; }
.goody-copy h2 { font-size: clamp(32px,3.4vw,48px); line-height:1.12; letter-spacing:-.05em; margin-bottom:16px; }
.goody-copy p { color:rgba(255,255,255,.72); }
.goody-copy .btn.light { background:rgba(255,255,255,.08); color:#fff; border-color:rgba(255,255,255,.22); }
.goody-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:24px; }
.goody-showcase { display:grid; gap:16px; }
.store-images { display:grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap:14px; }
.store-shot { margin:0; position:relative; overflow:hidden; border-radius: 16px; background:#111827; border:1px solid var(--line); box-shadow:none; min-height:420px; }
.store-shot img { width:100%; height:100%; min-height:420px; object-fit:cover; display:block; }
.store-shot:first-child img, .store-shot:nth-child(2) img { object-position:center top; }
.store-caption { position:absolute; left:12px; right:12px; bottom:12px; padding:10px 12px; border-radius: 10px; background:rgba(15,23,42,.78); backdrop-filter:blur(10px); color:#fff; font-weight:800; font-size:13px; }
.download-note { display:flex; align-items:center; justify-content:space-between; gap:14px; padding:18px; border-radius: 14px; background:#f8fafc; border:1px solid var(--line); }
.download-note strong { display:block; margin-bottom:3px; letter-spacing:-.02em; }
.download-note span { color:var(--muted); font-size:14px; }
.feature-grid { display:grid; grid-template-columns: repeat(2,1fr); gap:12px; }
.feature { padding:18px; border-radius: 12px; background:#fff; border:1px solid var(--line); }
.feature strong { display:block; margin-bottom:6px; }
.feature span { color:var(--muted); font-size:14px; }

.strengths { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.card { padding:26px; border-radius: 16px; background:#fff; border:1px solid var(--line); box-shadow:none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.card:hover { transform: translateY(-2px); border-color:#cbd5e1; box-shadow: var(--soft); }
.card .num { color:var(--blue); font-weight:950; margin-bottom:16px; font-size:13px; letter-spacing:.08em; }
.card h3 { font-size:23px; line-height:1.24; letter-spacing:-.04em; margin-bottom:10px; color:var(--ink-strong); }
.card p { margin:0; color:var(--muted); }

.process { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; counter-reset:step; }
.step { counter-increment:step; min-height:176px; padding:22px; border-radius: 14px; background:#fff; border:1px solid var(--line); }
.step::before { content:"0" counter(step); display:block; color:var(--blue); font-weight:950; font-size:12px; letter-spacing:.08em; margin-bottom:14px; }
.step h3 { margin-bottom:8px; font-size:18px; letter-spacing:-.03em; }
.step p { color:var(--muted); margin:0; font-size:14px; }

.cta { text-align:center; padding:68px 28px; border-radius: 22px; background:#0b1f3a; color:#fff; border:1px solid #0b1f3a; box-shadow: var(--shadow); }
.cta h2 { font-size: clamp(34px,4.5vw,58px); line-height:1.08; letter-spacing:-.055em; max-width:900px; margin:0 auto 18px; }
.cta p { color:rgba(255,255,255,.72); font-size:18px; max-width:760px; margin:0 auto 28px; }
.cta .btn { background:#fff; color:#0b1f3a; border-color:#fff; box-shadow:none; }
.cta .btn.light { background:transparent; color:#fff; border-color:rgba(255,255,255,.28); }
.footer { padding:36px 0 54px; color:var(--muted); font-size:14px; }
.footer-inner { border-top:1px solid var(--line); padding-top:24px; display:flex; justify-content:space-between; gap:18px; }

/* Scroll reveal: fast, subtle rise on viewport entry. */
.reveal { opacity:0; transform:translate3d(0,14px,0); transition: opacity .34s ease-out, transform .34s ease-out; transition-delay: var(--reveal-delay, 0ms); will-change: opacity, transform; }
.reveal.is-visible { opacity:1; transform:translate3d(0,0,0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .reveal { opacity:1 !important; transform:none !important; transition:none !important; }
  .hero { --split-progress: 0 !important; }
  .hero-split { opacity:.08; filter:none; }
  .split-left, .split-right { transform: translate3d(0, -50%, 0) !important; }
}

@media (max-width: 980px) {
  .hero-layout, .product, .goody-panel { grid-template-columns:1fr; }
  .section-head { display:block; }
  .section-head p { margin-top:14px; max-width:760px; }
  .product-side { min-height:220px; border-right:0; border-bottom:1px solid var(--line); }
  .product-body { border-left:0; border-top:4px solid var(--accent); }
  .scope-grid, .fit-panel { grid-template-columns:1fr; }
  .strengths { grid-template-columns:1fr 1fr; }
  .process { grid-template-columns:1fr 1fr; }
}

@media (max-width: 700px) {
  .container { width:min(100% - 28px,var(--max)); }
  .brand-top-inner { align-items:flex-start; flex-direction:column; justify-content:center; gap:6px; padding:10px 0; }
  .brand-top-copy { font-size:13px; }
  .brand-formula { flex-wrap:wrap; white-space:normal; }
  .links { display:none; }
  .nav { height:auto; padding:16px 0; }
  .hero { padding:58px 0 52px; }
  .hero-split { inset: 20px 0 auto; height: 300px; opacity: calc(0.20 - (var(--split-progress) * 0.17)); }
  .hero-split-word { font-size: clamp(76px, 30vw, 142px); }
  .split-left { right:50%; transform: translate3d(calc(var(--split-progress) * -86vw), -50%, 0) scale(calc(1 + (var(--split-progress) * .12))); }
  .split-right { left:50%; transform: translate3d(calc(var(--split-progress) * 86vw), -50%, 0) scale(calc(1 + (var(--split-progress) * .12))); }
  .hero h1 { font-size:42px; letter-spacing:-.045em; }
  section { padding:58px 0; }
  .fit-section { padding-top: 44px; }
  .service-stack, .goody-panel { padding:18px; }
  .mini-service { grid-template-columns:44px 1fr; }
  .mini-service b { grid-column:2; }
  .detail-grid, .feature-grid, .scope-grid, .fit-list, .strengths, .process, .store-images, .more-proof { grid-template-columns:1fr; }
  .product-body, .goody-copy { padding:24px; }
  .store-shot, .store-shot img { min-height:360px; }
  .download-note { align-items:flex-start; flex-direction:column; }
  .footer-inner { flex-direction:column; }
}

/* Value-first homepage refinements */
.value-grid,
.solution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.solution-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.value-card,
.solution-card {
  padding: 26px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: none;
}
.value-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .1em;
}
.value-card h3,
.solution-card h3 {
  margin-bottom: 9px;
  color: var(--ink-strong);
  font-size: 22px;
  line-height: 1.24;
  letter-spacing: -.04em;
}
.value-card p,
.solution-card p { margin: 0; color: var(--muted); }
.solutions-section { background: #fff; border-block: 1px solid var(--line); }
.compact-head { margin-bottom: 22px; }
.case-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.case-mini {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
}
.case-mini img,
.case-mini > span {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #f8fafc;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--blue);
  font-weight: 950;
}
.case-mini img { object-fit: cover; }
.case-mini h3 { margin: 0 0 3px; font-size: 17px; letter-spacing: -.03em; }
.case-mini p { margin: 0; color: var(--muted); font-size: 13px; }

/* Inquiry page */
.inquiry-hero {
  padding: 78px 0 42px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.inquiry-title h1 {
  max-width: 780px;
  margin-bottom: 18px;
  color: var(--ink-strong);
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -.055em;
}
.inquiry-title p { max-width: 720px; margin: 0; color: var(--muted); font-size: 18px; }
.inquiry-section { padding: 48px 0 86px; }
.inquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 22px;
  align-items: start;
}
.inquiry-form,
.inquiry-summary {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--soft);
}
.inquiry-form { padding: 28px; }
.form-block { padding: 0 0 26px; margin-bottom: 26px; border-bottom: 1px solid var(--line); }
.form-block:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.form-block h2 { margin-bottom: 14px; font-size: 22px; letter-spacing: -.04em; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.choice-grid label,
.dynamic-options label,
.checkbox-grid label {
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.choice-grid label { display: flex; gap: 12px; padding: 16px; }
.choice-grid input { margin-top: 5px; }
.choice-grid strong { display: block; margin-bottom: 2px; }
.choice-grid small { color: var(--muted); }
.choice-grid label:has(input:checked),
.dynamic-options label:has(input:checked),
.checkbox-grid label:has(input:checked) {
  border-color: #93c5fd;
  background: #eff6ff;
  box-shadow: inset 0 0 0 1px #bfdbfe;
}
.dynamic-options,
.checkbox-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.dynamic-options label,
.checkbox-grid label { display: flex; align-items: center; gap: 8px; padding: 12px; color: #344054; font-weight: 750; }
.two-col-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-block label { display: grid; gap: 8px; color: #344054; font-weight: 800; }
select,
textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  padding: 12px 13px;
}
textarea { resize: vertical; min-height: 130px; }
.inquiry-summary {
  position: sticky;
  top: 94px;
  padding: 24px;
}
.inquiry-summary h2 { margin-bottom: 14px; font-size: 22px; letter-spacing: -.04em; }
.inquiry-summary pre {
  min-height: 280px;
  margin: 0 0 18px;
  padding: 16px;
  border-radius: 14px;
  background: #0b1f3a;
  color: rgba(255,255,255,.9);
  white-space: pre-wrap;
  word-break: keep-all;
  font: 13px/1.65 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
.summary-actions { display: grid; gap: 10px; }
.summary-actions .btn { width: 100%; }
.summary-note { margin: 14px 0 0; color: var(--muted); font-size: 13px; }

@media (max-width: 980px) {
  .value-grid,
  .solution-grid,
  .case-strip,
  .inquiry-layout { grid-template-columns: 1fr 1fr; }
  .inquiry-summary { position: static; }
}
@media (max-width: 700px) {
  .value-grid,
  .solution-grid,
  .case-strip,
  .inquiry-layout,
  .choice-grid,
  .dynamic-options,
  .checkbox-grid,
  .two-col-form { grid-template-columns: 1fr; }
  .inquiry-form { padding: 20px; }
}

/* Horizontal process timeline */
.process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  padding-top: 34px;
}
.process-line::before {
  content: "";
  position: absolute;
  left: 8.4%;
  right: 8.4%;
  top: 48px;
  height: 2px;
  background: linear-gradient(90deg, #2563eb, #0b1f3a);
  opacity: .42;
}
.line-step {
  position: relative;
  padding: 42px 14px 0;
}
.line-step span {
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 1;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #0b1f3a;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  box-shadow: 0 0 0 8px #f7f9fc;
}
.line-step h3 {
  margin: 0 0 8px;
  color: var(--ink-strong);
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -.035em;
}
.line-step p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 14px;
}
.line-step b {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 8px;
  background: #eff6ff;
  color: var(--blue);
  font-size: 11px;
  line-height: 1.2;
}
@media (max-width: 980px) {
  .process-line {
    grid-template-columns: 1fr 1fr;
    gap: 18px 10px;
    padding-top: 0;
  }
  .process-line::before { display: none; }
  .line-step {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
  }
  .line-step span {
    position: static;
    margin-bottom: 16px;
    box-shadow: none;
  }
}
@media (max-width: 700px) {
  .process-line { grid-template-columns: 1fr; }
}
