:root {
    --ink: #17231d;
    --muted: #66736c;
    --line: #dce4df;
    --surface: #f5f8f6;
    --green: #176b4d;
    --green-dark: #0d5038;
    --green-soft: #dff1e8;
    --gold: #d4a84e;
    --white: #fff;
    --radius: 22px;
    --shadow: 0 18px 45px rgba(18, 47, 34, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Pretendard, "Noto Sans KR", system-ui, sans-serif; line-height: 1.6; }
h1, h2, h3 { word-break: keep-all; overflow-wrap: break-word; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.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; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 16px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(220,228,223,.9); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 700; white-space: nowrap; }
.brand strong { color: var(--green); }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 13px; color: white; background: var(--green); font-family: Georgia, serif; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 650; }
.main-nav a:hover { color: var(--green); }
.location-link { padding: 11px 17px; border-radius: 12px; color: white !important; background: var(--green); }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 10px; padding: 8px 12px; background: white; }

.hero { padding: 52px 0 46px; background: radial-gradient(circle at 20% 0%, #e9f6ef 0, transparent 35%), linear-gradient(180deg, #fbfdfc, #fff); }
.hero-copy { max-width: 760px; margin-bottom: 24px; }
.eyebrow, .card-kicker { display: inline-block; margin-bottom: 8px; color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: .06em; }
.hero h1 { margin: 0 0 18px; font-size: clamp(38px, 5vw, 64px); line-height: 1.16; letter-spacing: -.045em; }
.hero-copy p { max-width: 650px; color: var(--muted); font-size: 18px; }
.path-shortcuts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0 0 15px; }
.path-shortcuts a { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 42px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.75); font-size: 13px; font-weight: 800; }
.path-shortcuts a:hover { background: white; box-shadow: 0 8px 20px rgba(18,47,34,.06); }
.path-shortcuts span { font-size: 11px; letter-spacing: .08em; }
.path-shortcuts .shortcut-franchise, .shortcut-franchise span { color: var(--green); }
.path-shortcuts .shortcut-independent, .shortcut-independent span { color: #a86810; }
.path-shortcuts .shortcut-undecided, .shortcut-undecided span { color: #4d5fc1; }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.path-card { --path-color: var(--green); --path-soft: #eaf6f0; position: relative; min-width: 0; padding: 28px; overflow: hidden; border: 1px solid #cfe4da; border-radius: var(--radius); background: white; box-shadow: var(--shadow); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.path-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--path-color); }
.path-card:hover { transform: translateY(-5px); border-color: var(--path-color); box-shadow: 0 24px 50px rgba(18,47,34,.13); }
.path-card:focus-visible { outline: 4px solid color-mix(in srgb, var(--path-color) 24%, transparent); outline-offset: 3px; }
.path-independent { --path-color: #b97818; --path-soft: #fff5df; border-color: #ead8b7; }
.path-undecided { --path-color: #4d5fc1; --path-soft: #eef0ff; border-color: #d6daf3; }
.path-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.path-number { color: var(--path-color); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.path-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; color: var(--path-color); background: var(--path-soft); font-size: 18px; font-weight: 900; }
.path-label { display: block; margin-bottom: 11px; color: var(--path-color); font-size: 14px; font-weight: 850; }
.path-card h2 { margin: 0 0 13px; font-size: clamp(24px, 2.15vw, 30px); line-height: 1.3; letter-spacing: -.035em; }
.path-card > p { min-height: 78px; margin: 0; color: var(--muted); font-size: 14px; }
.path-points { display: grid; gap: 7px; min-height: 63px; margin: 22px 0 24px; padding: 17px 18px; list-style: none; border-radius: 14px; background: var(--path-soft); }
.path-points li { position: relative; padding-left: 17px; color: #3e4e46; font-size: 13px; font-weight: 700; }
.path-points li::before { content: "✓"; position: absolute; left: 0; color: var(--path-color); font-weight: 900; }
.path-action { display: flex; align-items: center; justify-content: space-between; color: var(--path-color); font-size: 14px; font-weight: 850; }
.path-action b { font-size: 20px; transition: transform .2s ease; }
.path-card:hover .path-action b { transform: translateX(4px); }
.search-form { display: flex; gap: 8px; margin: 24px 0 16px; }
.search-form input { min-width: 0; flex: 1; height: 52px; padding: 0 16px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.search-form input:focus { outline: 3px solid rgba(23,107,77,.14); border-color: var(--green); }
.search-form button { border: 0; border-radius: 12px; padding: 0 20px; color: white; background: var(--green); font-weight: 750; cursor: pointer; }
.quick-links, .filter-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.quick-links a, .filter-pills a { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--muted); font-size: 13px; }
.undecided-panel { margin-top: 22px; padding: 25px 30px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-radius: var(--radius); background: var(--ink); color: white; }
.undecided-panel h2 { margin: 0; font-size: 22px; }
.undecided-panel p { margin: 5px 0 0; color: #bbc8c1; }
.undecided-panel .card-kicker { color: #83d2ad; }
.market-entry { margin-top: 18px; padding: 24px 28px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; border: 1px solid #cfe0d7; border-radius: var(--radius); background: linear-gradient(120deg, #f1faf5, #fff); transition: .2s ease; }
.market-entry:hover { border-color: #8fc3aa; box-shadow: var(--shadow); transform: translateY(-2px); }
.market-entry-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 17px; color: white; background: var(--green); font-size: 27px; font-weight: 900; }
.market-entry h2 { margin: 0 0 3px; font-size: 21px; letter-spacing: -.02em; }
.market-entry p { margin: 0; color: var(--muted); font-size: 14px; }
.market-entry-action { color: var(--green); font-weight: 800; white-space: nowrap; }

.section { padding: 74px 0; }
.section-muted { background: var(--surface); }
.section-heading { margin-bottom: 26px; display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.section-heading h2, .support-layout h2, .information-grid h2, .location-inner h2 { margin: 0; font-size: clamp(28px, 3vw, 40px); line-height: 1.25; letter-spacing: -.035em; }
.section-heading > a, .text-link { color: var(--green); font-weight: 750; }
.franchise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.franchise-card { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.card-topline { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 13px; }
.compare-button { border: 0; padding: 5px 8px; color: var(--green); background: var(--green-soft); border-radius: 8px; font-size: 12px; cursor: pointer; }
.franchise-card h3 { margin: 14px 0; font-size: 21px; }
.franchise-card dl { margin: 0; }
.franchise-card dl div { display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; border-bottom: 1px dashed var(--line); font-size: 13px; }
.franchise-card dt { color: var(--muted); }
.franchise-card dd { margin: 0; text-align: right; font-weight: 700; }
.data-year { color: var(--muted); font-size: 11px; }
.item-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.item-card { padding: 24px; border: 1px solid transparent; border-radius: 18px; background: white; transition: .2s ease; }
.item-card:hover { transform: translateY(-3px); border-color: var(--line); box-shadow: var(--shadow); }
.item-icon { font-size: 29px; }
.item-card h3 { margin: 13px 0 5px; }
.item-card p { min-height: 48px; color: var(--muted); font-size: 14px; }

.support-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.section-description { color: var(--muted); }
.support-list { display: grid; gap: 10px; }
.support-row { display: grid; grid-template-columns: 80px 1fr 70px 70px; gap: 14px; align-items: center; padding: 16px; border: 1px solid var(--line); border-radius: 13px; }
.support-row:hover { border-color: var(--green); }
.support-row > span:not(.status-badge) { color: var(--muted); font-size: 13px; text-align: right; }
.status-badge { color: var(--green); font-size: 12px; font-weight: 800; }
.primary-button, .secondary-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 20px; border-radius: 12px; font-weight: 750; }
.primary-button { color: white; background: var(--green); }
.secondary-button { border: 1px solid var(--line); background: white; }
.inline-button { justify-self: start; margin-top: 8px; }

.section-dark { background: var(--ink); color: white; }
.section-dark .eyebrow { color: #83d2ad; }
.information-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.light-link { display: inline-block; margin-top: 24px; color: #9fdbbf; font-weight: 750; }
.article-list { border-top: 1px solid #425048; }
.article-list a { display: grid; grid-template-columns: 90px 1fr auto; gap: 15px; padding: 17px 0; border-bottom: 1px solid #425048; }
.article-list span { color: #9faca5; font-size: 13px; }
.location-cta { padding: 60px 0; background: #eef7f2; }
.location-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.location-inner p { color: var(--muted); }
.cta-actions { display: flex; gap: 10px; flex-shrink: 0; }

.site-footer { padding: 45px 0 25px; background: #101713; color: #cad3ce; }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; }
.footer-grid p { color: #8f9c95; }
.footer-grid nav { display: flex; gap: 18px; flex-wrap: wrap; font-size: 13px; }
.disclaimer { margin-top: 24px; padding-top: 20px; border-top: 1px solid #354039; color: #8f9c95; font-size: 12px; }
.not-found { min-height: 60vh; padding: 100px 0; text-align: center; }
.page-hero { padding: 76px 0 58px; background: linear-gradient(145deg, #f2f7ff 0%, #fff 72%); border-bottom: 1px solid var(--line); }
.page-hero h1 { margin: 10px 0 14px; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.045em; }
.page-hero p { max-width: 720px; color: var(--muted); font-size: 1.08rem; }
.wide-search { max-width: 720px; margin-top: 28px; }
.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: start; }
.content-card { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.content-card h2 { margin-top: 0; }
.detail-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.detail-list div { padding: 18px; border-radius: 12px; background: var(--surface); }
.detail-list dt { color: var(--muted); font-size: .85rem; }
.detail-list dd { margin: 8px 0 0; font-weight: 700; }
.notice-box { margin: 22px 0; padding: 18px 20px; border-left: 4px solid var(--green); border-radius: 8px; background: #f4f7fb; color: #3d4b60; }
.notice-box p { margin-bottom: 0; }
.check-list { padding-left: 1.25rem; line-height: 1.8; }
.empty-state { grid-column: 1 / -1; padding: 48px; text-align: center; border: 1px dashed var(--line); border-radius: 16px; }
.table-wrap { overflow-x: auto; }
.compare-table { width: 100%; min-width: 840px; border-collapse: collapse; background: #fff; }
.compare-table th, .compare-table td { padding: 18px 16px; border-bottom: 1px solid var(--line); text-align: left; }
.compare-table thead th { background: var(--surface); font-size: .88rem; }
.light-list article { display: grid; grid-template-columns: 130px minmax(220px, 1fr) 2fr; gap: 24px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.light-list article span { color: var(--green); font-weight: 700; }
.light-list article p { margin: 0; color: var(--muted); }
.choice-actions { display: flex; gap: 12px; margin-top: 24px; }
.narrow-content { max-width: 800px; }

.market-hero { padding: 72px 0 92px; color: white; background: radial-gradient(circle at 82% 18%, rgba(100,205,155,.28), transparent 27%), linear-gradient(125deg, #10281d, #176b4d 72%, #278863); }
.market-hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 70px; }
.market-hero .eyebrow { color: #9ee0c1; }
.market-hero h1 { margin: 7px 0 18px; font-size: clamp(40px, 5.5vw, 65px); line-height: 1.12; letter-spacing: -.05em; }
.market-hero > .container > div > p { max-width: 650px; color: #d2e5db; font-size: 18px; }
.source-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.source-chips span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #e4f2eb; background: rgba(255,255,255,.07); font-size: 12px; font-weight: 700; }
.market-safety-note { padding: 24px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: rgba(255,255,255,.09); backdrop-filter: blur(8px); }
.market-safety-note strong { display: block; margin-bottom: 7px; color: #a5e4c6; }
.market-safety-note p { margin: 0; color: #d9e9e1; font-size: 14px; }
.market-search-section { margin-top: -45px; position: relative; z-index: 3; }
.market-search-card { padding: 27px 30px 22px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); }
.market-search-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 20px; }
.market-search-heading > div, .market-result-head > div { display: flex; align-items: center; gap: 12px; }
.market-search-heading h2 { margin: 0; font-size: 22px; }
.step-number { display: grid; place-items: center; flex: 0 0 auto; width: 31px; height: 31px; border-radius: 10px; color: white; background: var(--green); font-size: 13px; font-weight: 900; }
.demo-label { padding: 6px 10px; border-radius: 999px; color: #9a6a12; background: #fff5db; font-size: 11px; font-weight: 800; }
.market-fields { display: grid; grid-template-columns: 1fr 1fr 1.15fr .75fr auto; align-items: end; gap: 12px; }
.market-fields label > span { display: block; margin-bottom: 7px; color: #344b3f; font-size: 12px; font-weight: 800; }
.market-fields select { width: 100%; height: 50px; padding: 0 37px 0 13px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: white; }
.market-fields button { height: 50px; padding: 0 22px; border: 0; border-radius: 11px; color: white; background: var(--green); cursor: pointer; font-weight: 800; white-space: nowrap; }
.market-fields button:hover { background: var(--green-dark); }
.market-form-hint { margin: 13px 0 0; color: var(--muted); font-size: 12px; }
.market-results { padding-top: 55px; }
.market-result-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 22px; }
.market-result-head .eyebrow { margin: 0; }
.market-result-head h2 { margin: 1px 0 0; font-size: 28px; }
.market-result-head > p { margin: 0; color: var(--muted); font-size: 13px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.metric-grid article { padding: 21px; border: 1px solid var(--line); border-radius: 17px; background: white; }
.metric-grid article > span { display: block; color: var(--muted); font-size: 12px; font-weight: 750; }
.metric-grid strong { display: inline-block; margin-top: 8px; font-size: 30px; letter-spacing: -.03em; }
.metric-grid small { margin-left: 3px; font-weight: 800; }
.metric-grid p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.metric-grid .metric-highlight { color: white; border-color: var(--green); background: var(--green); }
.metric-grid .metric-highlight > span, .metric-grid .metric-highlight p { color: #cde8da; }
.metric-grid .metric-highlight strong { font-size: 17px; }
.market-dashboard { display: grid; grid-template-columns: 1.45fr .55fr; gap: 18px; margin-top: 18px; }
.map-card, .insight-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; }
.card-heading { min-height: 86px; padding: 20px 22px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.card-heading h3 { margin: 0; font-size: 18px; }
.card-heading p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.map-legend { display: flex; gap: 13px; color: var(--muted); font-size: 11px; white-space: nowrap; }
.map-legend span { display: flex; align-items: center; gap: 5px; }
.pin { display: block; width: 9px; height: 9px; border-radius: 50%; }
.pin.franchise { background: #176b4d; }.pin.independent { background: #df9731; }
.demo-map { position: relative; min-height: 410px; overflow: hidden; background: linear-gradient(35deg, transparent 49%, rgba(80,135,106,.08) 50%, transparent 52%), #edf2ee; }
.road { position: absolute; display: block; border-radius: 999px; background: #fff; box-shadow: 0 0 0 1px #e2e8e4; }
.road-one { width: 130%; height: 38px; left: -15%; top: 46%; transform: rotate(-13deg); }
.road-two { width: 37px; height: 130%; left: 57%; top: -15%; transform: rotate(8deg); }
.road-three { width: 100%; height: 20px; left: 0; top: 20%; transform: rotate(17deg); }
.radius-ring { position: absolute; width: 270px; height: 270px; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 2px solid rgba(23,107,77,.27); border-radius: 50%; background: rgba(23,107,77,.06); }
.map-center { position: absolute; z-index: 3; left: 50%; top: 50%; transform: translate(-50%,-50%); display: grid; justify-items: center; color: var(--green-dark); font-size: 11px; font-weight: 800; }
.map-center span { width: 19px; height: 19px; border: 5px solid white; border-radius: 50%; background: var(--green); box-shadow: 0 4px 12px rgba(10,65,43,.35); }
.map-pin { position: absolute; z-index: 4; width: 29px; height: 29px; border: 3px solid white; border-radius: 50% 50% 50% 8px; transform: rotate(-45deg); color: white; box-shadow: 0 5px 12px rgba(20,40,30,.2); cursor: pointer; font-size: 10px; font-weight: 900; }
.map-pin.franchise { background: var(--green); }.map-pin.independent { background: #df9731; }
.map-pin.p1 { left: 30%; top: 29%; }.map-pin.p2 { left: 69%; top: 25%; }.map-pin.p3 { left: 72%; top: 66%; }.map-pin.p4 { left: 34%; top: 69%; }.map-pin.p5 { left: 48%; top: 18%; }
.map-watermark { position: absolute; right: 14px; bottom: 12px; padding: 5px 8px; border-radius: 7px; color: #718078; background: rgba(255,255,255,.82); font-size: 10px; }
.insight-list { margin: 0; padding: 10px 22px 20px; list-style: none; }
.insight-list li { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 15px 0; border-bottom: 1px solid #edf1ee; }
.insight-list li:last-child { border: 0; }
.insight-list li > span { color: var(--green); font-size: 12px; font-weight: 900; }
.insight-list strong { font-size: 14px; }
.insight-list p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.market-next-step { margin-top: 20px; padding: 27px 30px; display: flex; justify-content: space-between; align-items: center; gap: 25px; border-radius: 20px; background: var(--surface); }
.market-next-step h2 { margin: 0; font-size: 23px; }
.market-next-step p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.market-next-step > div:last-child { display: flex; gap: 9px; flex-shrink: 0; }

@media (max-width: 980px) {
    .franchise-grid { grid-template-columns: repeat(2, 1fr); }
    .item-grid { grid-template-columns: repeat(3, 1fr); }
    .support-layout, .information-grid { grid-template-columns: 1fr; gap: 35px; }
    .main-nav { gap: 17px; }
    .path-grid { gap: 10px; }
    .path-card { padding: 20px 17px; }
    .path-card-top { margin-bottom: 17px; }
    .path-card h2 { font-size: 21px; }
    .path-card > p { min-height: 90px; font-size: 13px; }
    .path-points { min-height: 63px; padding: 14px; }
    .path-action { font-size: 12px; }
    .market-hero-grid, .market-dashboard { grid-template-columns: 1fr; gap: 22px; }
    .market-fields { grid-template-columns: repeat(2, 1fr); }
    .market-fields button { width: 100%; }
    .metric-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
    .container { width: min(100% - 28px, 1180px); }
    .header-inner { min-height: 64px; }
    .menu-toggle { display: block; }
    .main-nav { display: none; position: absolute; left: 14px; right: 14px; top: 68px; padding: 15px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
    .main-nav.is-open { display: flex; }
    .main-nav a { padding: 8px; }
    .hero { padding-top: 50px; }
    .hero h1 { font-size: 38px; }
    .path-shortcuts { gap: 5px; }
    .path-shortcuts a { gap: 4px; min-height: 39px; padding: 0 4px; font-size: 11px; }
    .path-shortcuts span { font-size: 9px; }
    .path-grid { grid-template-columns: 1fr; gap: 16px; }
    .path-card { padding: 24px; }
    .path-card > p, .path-points { min-height: 0; }
    .undecided-panel, .location-inner, .footer-grid { align-items: stretch; flex-direction: column; }
    .franchise-grid, .item-grid { grid-template-columns: 1fr; }
    .support-row { grid-template-columns: 70px 1fr; }
    .support-row > span:not(.status-badge) { text-align: left; }
    .location-inner { display: flex; }
    .cta-actions { flex-direction: column; }
    .article-list a { grid-template-columns: 80px 1fr auto; }
    .page-hero { padding: 52px 0 40px; }
    .detail-grid, .detail-list { grid-template-columns: 1fr; }
    .light-list article { grid-template-columns: 1fr; gap: 8px; }
    .choice-actions { flex-direction: column; }
    .market-entry { grid-template-columns: auto 1fr; padding: 21px; }
    .market-entry-action { grid-column: 2; }
    .market-hero { padding: 48px 0 76px; }
    .market-hero h1 { font-size: 39px; }
    .market-safety-note { display: none; }
    .market-search-card { padding: 21px 17px 17px; }
    .market-fields, .metric-grid { grid-template-columns: 1fr; }
    .market-result-head { align-items: flex-start; flex-direction: column; }
    .market-result-head h2 { font-size: 23px; }
    .card-heading { align-items: flex-start; flex-direction: column; }
    .demo-map { min-height: 340px; }
    .market-next-step { align-items: stretch; flex-direction: column; }
    .market-next-step > div:last-child { flex-direction: column; }
}
