:root {
  --orange: #f26419;
  --orange-dark: #c2410c;
  --orange-soft: #fff5ed;
  --orange-pale: #fffaf6;
  --ink: #172033;
  --muted: #667085;
  --line: #e9e4df;
  --surface: #ffffff;
  --surface-alt: #faf9f7;
  --shadow: 0 22px 60px rgba(83, 47, 22, 0.1);
  --radius-lg: 28px;
  --radius-md: 18px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; background: var(--ink); color: #fff; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(233,228,223,.8); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: #fff; background: var(--orange); border-radius: 12px 12px 12px 5px; font-size: 17px; box-shadow: 0 8px 20px rgba(242,100,25,.25); }
.brand-name { font-size: 22px; }
.home-nav { display: flex; align-items: center; gap: 30px; color: #454d5d; font-size: 14px; font-weight: 700; }
.home-nav a { transition: color .2s ease; }
.home-nav a:hover, .home-nav a:focus-visible { color: var(--orange-dark); }
.home-nav .nav-accent { padding: 10px 16px; color: var(--orange-dark); background: var(--orange-soft); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.menu-toggle-icon, .menu-toggle-icon::before, .menu-toggle-icon::after { display: block; width: 22px; height: 2px; background: currentColor; content: ""; transition: .2s ease; }
.menu-toggle-icon { position: relative; }
.menu-toggle-icon::before { position: absolute; top: -7px; }
.menu-toggle-icon::after { position: absolute; top: 7px; }

.hero { position: relative; overflow: hidden; padding: 104px 0 92px; background: linear-gradient(180deg, #fff 0%, #fffaf6 100%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .7fr); align-items: center; gap: 82px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 430px; height: 430px; right: -160px; top: -210px; background: rgba(242,100,25,.1); }
.hero-orb-two { width: 200px; height: 200px; left: 48%; bottom: -150px; border: 48px solid rgba(242,100,25,.055); }
.eyebrow, .section-kicker { color: var(--orange-dark); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 22px; padding: 8px 12px; background: var(--orange-soft); border: 1px solid #ffe2cc; border-radius: 999px; letter-spacing: -.01em; }
.eyebrow span { width: 7px; height: 7px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 4px rgba(242,100,25,.12); }
.hero h1 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.12; letter-spacing: -.065em; }
.hero h1 strong { position: relative; color: var(--orange); font-weight: 900; }
.hero h1 strong::after { position: absolute; left: 2px; right: 0; bottom: -5px; height: 7px; background: rgba(242,100,25,.14); border-radius: 50%; content: ""; }
.hero-description { max-width: 620px; margin: 26px 0 32px; color: var(--muted); font-size: 18px; }
.hero-search { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; max-width: 650px; min-height: 66px; padding: 7px 7px 7px 20px; background: #fff; border: 1px solid #e7ded6; border-radius: 18px; box-shadow: 0 18px 46px rgba(87,50,24,.12); }
.hero-search:focus-within { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(242,100,25,.1), var(--shadow); }
.hero-search svg { width: 20px; fill: none; stroke: #89909d; stroke-width: 1.8; stroke-linecap: round; }
.hero-search input { width: 100%; min-width: 0; padding: 12px; border: 0; outline: 0; color: var(--ink); background: transparent; }
.hero-search input::placeholder { color: #9aa1ad; }
.hero-search button, .button-primary { padding: 13px 25px; border: 0; color: #fff; background: var(--orange-dark); border-radius: 12px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.hero-search button:hover, .button-primary:hover { background: #9a3412; transform: translateY(-1px); }
.keyword-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 20px; color: var(--muted); font-size: 13px; }
.keyword-row span { font-weight: 700; }
.keyword-row a { padding: 5px 10px; background: #fff; border: 1px solid var(--line); border-radius: 999px; }
.keyword-row a:hover { color: var(--orange-dark); border-color: #f7b98f; }

.hero-panel { padding: 20px; background: rgba(255,255,255,.95); border: 1px solid #efe5dd; border-radius: var(--radius-lg); box-shadow: var(--shadow); transform: rotate(1deg); }
.panel-head { display: flex; align-items: center; gap: 9px; padding: 4px 4px 15px; color: #555d6c; font-size: 13px; font-weight: 800; }
.panel-head small { margin-left: auto; color: #a8aeb8; letter-spacing: .12em; }
.status-dot { width: 8px; height: 8px; background: #22a06b; border-radius: 50%; box-shadow: 0 0 0 4px rgba(34,160,107,.12); }
.panel-card { display: flex; align-items: center; gap: 15px; margin-top: 10px; padding: 17px; background: #fff; border: 1px solid #eee8e3; border-radius: 16px; }
.panel-card-primary { border-color: #ffd6ba; background: var(--orange-pale); }
.panel-icon { display: grid; flex: 0 0 auto; place-items: center; width: 43px; height: 43px; color: #fff; background: var(--orange); border-radius: 13px; font-size: 21px; font-weight: 850; }
.panel-icon-soft { color: var(--orange-dark); background: #ffe7d5; }
.panel-icon-pale { color: #26684c; background: #e2f4eb; }
.panel-card strong { display: block; margin-bottom: 2px; font-size: 15px; }
.panel-card p { margin: 0; color: var(--muted); font-size: 12px; }

.trust-strip { border-block: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid div { position: relative; display: grid; gap: 2px; padding: 23px 34px; text-align: center; }
.trust-grid div + div::before { position: absolute; left: 0; top: 24px; bottom: 24px; width: 1px; background: var(--line); content: ""; }
.trust-grid strong { font-size: 14px; }
.trust-grid span { color: var(--muted); font-size: 12px; }

.section { padding: 100px 0; scroll-margin-top: 76px; }
.section-tinted { background: var(--surface-alt); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section-kicker { margin: 0 0 8px; }
.section-heading h2, .compact-copy h2, .guide-card h2 { margin: 0; font-size: clamp(30px, 4vw, 44px); line-height: 1.2; letter-spacing: -.045em; }
.section-heading p:not(.section-kicker), .compact-copy > p:not(.section-kicker) { margin: 10px 0 0; color: var(--muted); }
.section-badge { padding: 8px 13px; color: var(--orange-dark); background: var(--orange-soft); border-radius: 999px; font-size: 12px; font-weight: 800; }
.empty-state { display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 190px; padding: 38px; background: var(--orange-pale); border: 1px dashed #efb58d; border-radius: var(--radius-md); text-align: left; }
.empty-icon { display: grid; flex: 0 0 auto; place-items: center; width: 54px; height: 54px; color: var(--orange-dark); background: #fff; border-radius: 16px; box-shadow: 0 10px 25px rgba(88,47,17,.1); font-size: 25px; font-weight: 800; }
.empty-state h3, .empty-state h2 { margin: 0 0 4px; font-size: 18px; }
.empty-state p { margin: 0; color: var(--muted); font-size: 14px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { position: relative; min-height: 310px; padding: 30px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: #f4b78d; box-shadow: 0 18px 42px rgba(73,45,25,.09); }
.feature-card-featured { color: #fff; background: var(--orange); border-color: var(--orange); }
.feature-number { position: absolute; right: 23px; top: 18px; color: rgba(23,32,51,.12); font-size: 54px; font-weight: 900; line-height: 1; }
.feature-card-featured .feature-number { color: rgba(255,255,255,.2); }
.feature-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 31px; color: var(--orange-dark); background: var(--orange-soft); border-radius: 15px; font-size: 22px; font-weight: 900; }
.feature-card-featured .feature-icon { color: var(--orange-dark); background: #fff; }
.feature-card h3 { margin: 0 0 10px; font-size: 23px; letter-spacing: -.03em; }
.feature-card p { margin: 0 0 28px; color: var(--muted); font-size: 14px; }
.feature-card-featured p { color: rgba(255,255,255,.88); }
.feature-card a { position: absolute; left: 30px; bottom: 27px; color: var(--orange-dark); font-size: 13px; font-weight: 850; }
.feature-card-featured a { color: #fff; }
.feature-card a span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.feature-card a:hover span { transform: translateX(4px); }

.compact-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.compact-copy > p:not(.section-kicker) { max-width: 480px; }
.quick-placeholder { position: relative; min-height: 230px; padding: 38px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.quick-line { display: block; height: 14px; margin-bottom: 17px; background: linear-gradient(90deg, #f1ede9 60%, transparent 60%); border-radius: 999px; }
.quick-line:nth-child(2) { width: 82%; }.quick-line:nth-child(3) { width: 68%; }
.quick-placeholder strong { position: absolute; right: 25px; bottom: 24px; padding: 8px 13px; color: var(--orange-dark); background: var(--orange-soft); border-radius: 999px; font-size: 12px; }

.guide-section { padding: 0 0 100px; }
.guide-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; padding: 35px 38px; color: #fff; background: var(--ink); border-radius: var(--radius-lg); }
.guide-mark { display: grid; place-items: center; width: 55px; height: 55px; color: var(--orange-dark); background: #fff; border-radius: 17px; font-family: Georgia, serif; font-size: 26px; font-weight: 900; }
.guide-card .section-kicker { color: #ffb27c; }
.guide-card h2 { font-size: 28px; }
.guide-card p:not(.section-kicker) { max-width: 700px; margin: 8px 0 0; color: #c5cad3; font-size: 14px; }
.button-secondary { padding: 11px 17px; color: #fff; border: 1px solid #495269; border-radius: 12px; font-size: 13px; font-weight: 800; white-space: nowrap; }
.button-secondary:hover { border-color: #fff; }

.site-footer { padding: 52px 0 24px; background: #f7f5f2; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: start; justify-content: space-between; gap: 40px; }
.footer-brand .brand-mark { width: 33px; height: 33px; border-radius: 10px 10px 10px 4px; font-size: 14px; }
.footer-brand .brand-name { font-size: 19px; }
.footer-inner p { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.footer-nav { display: flex; gap: 22px; color: #525b69; font-size: 13px; font-weight: 700; }
.footer-nav a:hover { color: var(--orange-dark); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 35px; padding-top: 20px; color: #8a919d; border-top: 1px solid #e5e0da; font-size: 11px; }

.content-page, .error-page { min-height: 62vh; padding-block: 90px; }
.content-header { margin-bottom: 35px; }.content-header h1 { margin: 0; font-size: 42px; }
.content-list { display: grid; gap: 18px; }.content-card { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); }
.content-card h2 { margin: 0 0 8px; }.content-card p { color: var(--muted); }
.error-page { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.error-code { margin: 0; color: var(--orange); font-size: 88px; font-weight: 950; line-height: 1; }
.error-page h1 { margin: 20px 0 8px; font-size: 34px; }.error-page > p:not(.error-code) { margin: 0 0 28px; color: var(--muted); }

@media (max-width: 900px) {
  .hero { padding-top: 76px; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { text-align: center; }.hero-description, .hero-search { margin-inline: auto; }.keyword-row { justify-content: center; }
  .hero-panel { max-width: 560px; width: 100%; margin-inline: auto; transform: none; }
  .feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 260px; }
  .compact-grid { grid-template-columns: 1fr; gap: 36px; }
  .guide-card { grid-template-columns: auto 1fr; }.guide-card .button-secondary { grid-column: 2; justify-self: start; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-inner { min-height: 66px; }
  .menu-toggle { display: flex; align-items: center; gap: 10px; }.menu-toggle-label { font-size: 12px; font-weight: 800; }
  .home-nav { position: absolute; left: 14px; right: 14px; top: 58px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .home-nav.is-open { display: flex; }.home-nav a { padding: 12px; }.home-nav .nav-accent { border-radius: 10px; }
  .hero { padding: 64px 0 60px; }.hero h1 { font-size: 40px; }.hero-description { font-size: 16px; }
  .hero-search { grid-template-columns: 22px 1fr; padding: 10px 14px; border-radius: 16px; }.hero-search button { grid-column: 1 / -1; width: 100%; margin-top: 4px; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 8px; }.trust-grid div { padding: 16px; }.trust-grid div + div::before { left: 15%; right: 15%; top: 0; bottom: auto; width: auto; height: 1px; }
  .section { padding: 76px 0; }.section-heading { align-items: start; flex-direction: column; margin-bottom: 28px; }
  .empty-state { flex-direction: column; text-align: center; }
  .guide-section { padding-bottom: 76px; }.guide-card { grid-template-columns: 1fr; padding: 28px; }.guide-card .button-secondary { grid-column: 1; }
  .footer-inner, .footer-bottom { flex-direction: column; }.footer-nav { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
