:root { color: #101a2b; background: #f6f4ee; font-family: Pretendard, "Noto Sans KR", system-ui, sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f6f4ee; color: #101a2b; }
a { color: inherit; }
.search-page { min-height: 100vh; }
.search-nav { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 0 max(22px, calc((100vw - 1240px) / 2)); border-bottom: 1px solid rgba(16,26,43,.13); background: rgba(246,244,238,.93); backdrop-filter: blur(18px); }
.search-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: Geist, sans-serif; font-size: 1.06rem; font-weight: 900; letter-spacing: -.04em; }
.search-brand img { width: 30px; height: 30px; }
.search-nav nav { display: flex; align-items: center; gap: 20px; color: #596579; font-size: .87rem; font-weight: 760; }
.search-nav a { text-decoration: none; }
.search-nav .search-primary { padding: 10px 17px; border-radius: 8px; background: #101a2b; color: #fffdf9; }
.search-hero { width: min(1240px, calc(100% - 44px)); margin: 0 auto; padding: clamp(78px, 10vw, 140px) 0 90px; }
.search-hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); gap: clamp(48px, 8vw, 110px); align-items: end; }
.search-kicker { color: #2e62d0; font-size: .76rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.search-hero h1 { max-width: 13ch; margin: 18px 0 26px; font-size: clamp(3rem, 6.8vw, 6.6rem); line-height: .96; letter-spacing: -.075em; word-break: keep-all; }
.search-lede { max-width: 700px; color: #596579; font-size: clamp(1.04rem, 2vw, 1.22rem); line-height: 1.82; word-break: keep-all; }
.search-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.search-actions a { padding: 13px 19px; border: 1px solid rgba(16,26,43,.18); border-radius: 8px; background: #fffdf9; text-decoration: none; font-weight: 850; }
.search-actions a:first-child { border-color: #2e62d0; background: #2e62d0; color: white; }
.search-visual { position: relative; overflow: hidden; min-height: 460px; margin: 0; border: 1px solid rgba(16,26,43,.13); background: #e9e6de; }
.search-visual img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; }
.search-visual figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 14px 16px; background: rgba(255,253,249,.9); color: #4f5968; font-size: .82rem; line-height: 1.5; backdrop-filter: blur(12px); }
.search-facts { display: grid; grid-template-columns: repeat(4, 1fr); width: min(1240px, calc(100% - 44px)); margin: 0 auto 92px; border: 1px solid rgba(16,26,43,.13); background: rgba(16,26,43,.13); gap: 1px; }
.search-facts div { min-height: 118px; padding: 22px; background: #fffdf9; }
.search-facts dt { color: #77808c; font-size: .74rem; font-weight: 850; letter-spacing: .08em; }
.search-facts dd { margin: 14px 0 0; font-size: 1.05rem; font-weight: 900; line-height: 1.4; }
.search-section { width: min(1240px, calc(100% - 44px)); margin: 0 auto; padding: 92px 0; border-top: 1px solid rgba(16,26,43,.13); }
.search-section > header { display: grid; grid-template-columns: .72fr 1.28fr; gap: 36px; margin-bottom: 44px; }
.search-section h2 { max-width: 15ch; margin: 0; font-size: clamp(2.1rem, 4.2vw, 3.9rem); line-height: 1.03; letter-spacing: -.06em; word-break: keep-all; }
.search-section > header p { max-width: 720px; margin: 0; color: #596579; line-height: 1.85; word-break: keep-all; }
.search-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid rgba(16,26,43,.13); background: rgba(16,26,43,.13); }
.search-grid article { min-height: 250px; padding: 28px; background: #fffdf9; }
.search-grid span { color: #2e62d0; font-family: "Geist Mono", monospace; font-size: .74rem; font-weight: 850; }
.search-grid h3 { margin: 54px 0 13px; font-size: 1.3rem; letter-spacing: -.04em; word-break: keep-all; }
.search-grid p { color: #596579; line-height: 1.75; word-break: keep-all; }
.search-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: process; }
.search-process article { counter-increment: process; padding: 25px 0; border-top: 2px solid #101a2b; }
.search-process article::before { content: "0" counter(process); color: #2e62d0; font-family: "Geist Mono", monospace; font-size: .78rem; font-weight: 900; }
.search-process h3 { margin: 24px 0 12px; }
.search-process p { color: #596579; line-height: 1.75; }
.search-price { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1px; background: rgba(16,26,43,.13); border: 1px solid rgba(16,26,43,.13); }
.search-price > div { padding: clamp(28px, 5vw, 58px); background: #fffdf9; }
.search-price strong { display: block; font-size: clamp(2rem, 4vw, 3.6rem); letter-spacing: -.06em; }
.search-price p, .search-price li { color: #596579; line-height: 1.75; }
.search-note { margin-top: 18px; padding: 18px 20px; border-left: 3px solid #2e62d0; background: #eef3ff; color: #3f4d63; line-height: 1.7; }
.search-faq { border-top: 1px solid rgba(16,26,43,.13); }
.search-faq details { padding: 23px 0; border-bottom: 1px solid rgba(16,26,43,.13); }
.search-faq summary { cursor: pointer; font-size: 1.08rem; font-weight: 900; word-break: keep-all; }
.search-faq p { max-width: 820px; color: #596579; line-height: 1.8; word-break: keep-all; }
.search-related { display: flex; flex-wrap: wrap; gap: 12px; }
.search-related a { padding: 12px 16px; border: 1px solid rgba(16,26,43,.15); background: #fffdf9; text-decoration: none; font-weight: 800; }
.search-footer { padding: 54px max(22px, calc((100vw - 1240px) / 2)); background: #101a2b; color: #b9c1cc; }
.search-footer strong { color: white; }
.search-footer nav { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 18px; }
@media (max-width: 860px) { .search-nav nav a:not(.search-primary) { display: none; } .search-hero-grid, .search-section > header, .search-price { grid-template-columns: 1fr; } .search-facts { grid-template-columns: 1fr 1fr; } .search-grid { grid-template-columns: 1fr; } .search-process { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .search-hero, .search-facts, .search-section { width: min(100% - 32px, 1240px); } .search-facts { grid-template-columns: 1fr; } .search-visual, .search-visual img { min-height: 340px; } }
