@font-face { font-family: 'Paperlogy'; src: url('assets/fonts/paperlogy/Paperlogy-4Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }




:root {
  --ink: #0b2545;
  --ink-soft: #355577;
  --muted: #7087a2;
  --line: #d7e3ef;
  --paper: #f4f7fb;
  --white: #ffffff;
  --lime: #c4df75;
  --blue: #1d63d5;
  --cyan: #a9c3e1;
  --orange: #ec8a3d;
  --shadow: 0 24px 60px rgba(12, 37, 67, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'Paperlogy', 'Pretendard', 'Noto Sans KR', sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(220, 230, 239, .9); background: rgba(245, 248, 251, .88); backdrop-filter: blur(18px); }
.header-inner { max-width: 1180px; margin: auto; padding: 20px 28px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.06em; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; color: var(--ink); background: var(--lime); font-size: 18px; transform: rotate(-8deg); }
.brand small { display: block; color: var(--muted); font-family: 'DM Mono', monospace; font-size: 8px; font-weight: 500; letter-spacing: .04em; line-height: 1; margin-top: 4px; }
.nav { display: flex; align-items: center; gap: 26px; color: var(--ink-soft); font-size: 13px; font-weight: 700; }
.nav a:hover { color: var(--blue); }
.header-call { display: flex; flex-direction: column; align-items: flex-end; gap: 3px; font-family: 'DM Mono', monospace; font-size: 12px; font-weight: 500; }
.header-call span { color: var(--blue); font-family: 'Noto Sans KR', sans-serif; font-size: 10px; font-weight: 800; }
.header-call strong { font: inherit; }
.header-menu { display: none; border: 0; background: none; font-size: 22px; }

.shell { overflow: hidden; }
.container { max-width: 1180px; margin: auto; padding: 0 28px; }
.eyebrow { display: none; }
.eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(23, 105, 255, .12); }
.hero { position: relative; padding: 106px 0 114px; background-color: var(--ink); background-image: linear-gradient(90deg, rgba(11, 37, 69, .99) 0%, rgba(11, 37, 69, .96) 34%, rgba(11, 37, 69, .6) 58%, rgba(11, 37, 69, .18) 100%), url('assets/hero-field.webp'); background-position: center, right center; background-size: auto, auto 100%; background-repeat: no-repeat; color: var(--white); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .34; background: radial-gradient(circle at 75% 35%, rgba(120, 217, 223, .36), transparent 27%), linear-gradient(130deg, transparent 42%, rgba(255, 255, 255, .06) 42.1%, transparent 42.3%); pointer-events: none; }
.hero::after { content: ''; position: absolute; right: -130px; top: -200px; width: 520px; height: 520px; border: 1px solid rgba(215, 243, 107, .26); border-radius: 50%; box-shadow: 0 0 0 34px rgba(215, 243, 107, .05), 0 0 0 68px rgba(215, 243, 107, .04); }
.hero .container { position: relative; z-index: 1; }
.hero .eyebrow { color: var(--lime); }
.hero .eyebrow::before { background: var(--lime); box-shadow: 0 0 0 5px rgba(215, 243, 107, .14); }
.hero h1 { max-width: 1100px; margin: 0 0 22px; font-size: clamp(38px, 5.2vw, 66px); line-height: 1.08; letter-spacing: -.075em; font-weight: 800; }
.hero h1 > span, .hero h1 em > span { display: block; white-space: nowrap; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-investment-note { margin: 30px 0 24px; color: #ff8d7c; font-family: 'Pretendard', 'Noto Sans KR', sans-serif; font-size: clamp(16px, 2vw, 28px); line-height: 1.55; font-weight: 700; letter-spacing: -.03em; white-space: nowrap; }
.hero-company-intro { margin: 0 0 8px; color: #e4edf5; font-size: 16px; line-height: 1.7; font-weight: 700; white-space: nowrap; }
.hero-copy { max-width: 550px; margin: 0; color: #b6c8da; font-size: 16px; line-height: 1.8; word-break: keep-all; }
.hero-subservices { display: flex; flex-wrap: wrap; gap: 8px 18px; max-width: 760px; color: #d5e2ee; font-size: 14px; line-height: 1.7; }
.hero-subservices span { position: relative; }
.hero-subservices span:not(:last-child)::after { content: '·'; position: absolute; right: -12px; color: var(--lime); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 21px; border: 1px solid transparent; border-radius: 9px; font-size: 13px; font-weight: 800; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--orange); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.05); }
.button-dark { color: var(--white); background: var(--ink); }
.hero-metrics { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); max-width: 1020px; margin-top: 76px; border-top: 1px solid rgba(255,255,255,.15); }
.hero-metric { padding: 23px 24px 0 0; border-right: 1px solid rgba(255,255,255,.15); }
.hero-metric + .hero-metric { padding-left: 24px; }
.hero-metric:last-child { border-right: 0; }
.hero-metric strong { display: block; margin-bottom: 6px; color: var(--lime); font-size: 21px; letter-spacing: -.06em; white-space: nowrap; }
.hero-metric span { color: #9fb4c8; font-size: 11px; line-height: 1.5; }

.situation-section { background: var(--white); }
.situation-section .section-head { align-items: flex-start; }
.situation-section .section-head > div { flex: 1 1 auto; min-width: 0; }
.situation-section .section-head h2 { max-width: 760px; font-size: clamp(30px, 3.4vw, 42px); }
.situation-section .section-head h2 span { white-space: nowrap; }
.situation-section .section-head h2 em { color: var(--blue); font-style: normal; }
.situation-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.situation-card { min-height: 205px; padding: 25px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); }
.situation-card:nth-child(2) { background: #e9f7f8; }
.situation-card:nth-child(3) { background: #eef1ff; }
.situation-card span { color: var(--orange); font-size: 12px; font-weight: 800; }
.situation-card h3 { margin: 49px 0 10px; font-size: 19px; letter-spacing: -.06em; }
.situation-card p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.7; word-break: keep-all; }
.situation-result { display: grid; grid-template-columns: .7fr .8fr 1.5fr; align-items: center; gap: 24px; margin-top: 14px; padding: 30px; border-radius: 14px; color: var(--white); background: var(--ink); }
.situation-result-stat { padding-right: 22px; border-right: 1px solid rgba(255,255,255,.18); }
.situation-result-stat strong { display: block; color: var(--lime); font-size: 25px; letter-spacing: -.06em; }
.situation-result-stat span { display: block; margin-top: 8px; color: #a1b6ca; font-size: 11px; }
.situation-result-copy h3 { margin: 0 0 9px; font-size: 19px; letter-spacing: -.05em; }
.situation-result-copy p { margin: 0; color: #b6c8da; font-size: 12px; line-height: 1.7; word-break: keep-all; }
.situation-note { margin: 15px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.company-section { background: #f7faff; }
.company-section .section-head h2 em { color: var(--blue); font-style: normal; }
.company-profile { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: 42px; }
.company-profile-copy { min-width: 0; }
.company-lead { margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.9; word-break: keep-all; }
.company-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 28px; }
.company-facts > div { min-height: 92px; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.company-facts strong { display: block; color: var(--blue); font-size: 20px; letter-spacing: -.06em; }
.company-facts span { display: block; margin-top: 8px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.company-certification { margin: 0; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
.company-certification img { display: block; width: 100%; height: auto; border-radius: 8px; }
.company-certification figcaption { margin-top: 12px; color: var(--muted); font-size: 11px; line-height: 1.6; text-align: center; }
.company-note { margin: 16px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

.section { padding: 108px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section-head h2 { max-width: 600px; margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.15; letter-spacing: -.07em; }
.section-head p { max-width: 400px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; word-break: keep-all; }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.feature-card { min-height: 220px; padding: 25px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); }
.feature-card:nth-child(2) { background: #e9f7f8; }
.feature-card:nth-child(3) { background: #eef1ff; }
.feature-card:nth-child(4) { background: #f0f3e7; }
.card-number { display: flex; align-items: center; justify-content: space-between; color: var(--blue); font-family: 'DM Mono', monospace; font-size: 11px; }
.card-number::after { content: '↗'; color: var(--orange); font-size: 20px; }
.feature-card h3 { margin: 72px 0 10px; font-size: 18px; letter-spacing: -.05em; }
.feature-card p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.65; word-break: keep-all; }

.dark-section { color: var(--white); background: var(--ink); }
.dark-section .eyebrow { color: var(--cyan); }
.dark-section .eyebrow::before { background: var(--cyan); box-shadow: 0 0 0 5px rgba(120, 217, 223, .14); }
.dark-section .section-head p { color: #a1b6ca; }
.process-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.process-step { min-height: 220px; padding: 24px 22px 20px 0; border-right: 1px solid rgba(255,255,255,.15); }
.process-step + .process-step { padding-left: 22px; }
.process-step:last-child { border-right: 0; }
.process-step .step-no { color: var(--lime); font-family: 'DM Mono', monospace; font-size: 11px; }
.process-step h3 { margin: 63px 0 10px; font-size: 17px; letter-spacing: -.04em; }
.process-step p { margin: 0; color: #a1b6ca; font-size: 12px; line-height: 1.6; word-break: keep-all; }

.visual-process-section { background: var(--white); }
.visual-process-section .section-head h2 em { color: var(--blue); font-style: normal; }
.visual-process-list { display: grid; gap: 26px; }
.visual-step { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(300px, .94fr); min-height: 340px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #f7faff; box-shadow: 0 16px 40px rgba(11, 37, 69, .06); }
.visual-step.is-reverse { grid-template-columns: minmax(300px, .94fr) minmax(0, 1.06fr); }
.visual-step.is-reverse .visual-step-image { order: 2; }
.visual-step.is-reverse .visual-step-copy { order: 1; }
.visual-step-image { min-height: 340px; background: #dce8f4; }
.visual-step-image img { display: block; width: 100%; height: 100%; min-height: 340px; object-fit: cover; }
.visual-step-copy { display: flex; flex-direction: column; justify-content: center; padding: 54px clamp(28px, 5vw, 72px); }
.visual-step-tag { color: var(--orange); font-family: 'DM Mono', monospace; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.visual-step-copy strong { display: block; margin-top: 25px; color: var(--blue); font-family: 'DM Mono', monospace; font-size: 48px; line-height: 1; }
.visual-step-copy h3 { margin: 18px 0 12px; font-size: clamp(24px, 3vw, 35px); letter-spacing: -.07em; }
.visual-step-copy p { max-width: 390px; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.8; word-break: keep-all; }
.visual-step-rule { margin-top: 33px; color: var(--muted); font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .05em; }

.tariff-section { background: #edf4f8; }
.tariff-section .section-head h2 em { color: var(--blue); font-style: normal; }
.tariff-compare { display: grid; grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr); align-items: center; gap: 18px; }
.tariff-compare-card { min-height: 236px; padding: 30px 32px; border: 1px solid #cfdee9; border-radius: 15px; background: var(--white); box-shadow: 0 16px 36px rgba(12, 37, 67, .06); }
.tariff-compare-card span { display: block; color: var(--blue); font-size: 12px; font-weight: 800; }
.tariff-compare-card small { display: block; margin-top: 18px; color: var(--ink-soft); font-size: 14px; font-weight: 800; }
.tariff-compare-card strong { display: block; margin-top: 42px; color: var(--ink); font-size: clamp(34px, 5vw, 56px); line-height: 1; letter-spacing: -.08em; }
.tariff-compare-card b { display: block; margin-top: 12px; color: var(--muted); font-size: 12px; font-weight: 700; }
.tariff-compare-card.tariff-high { border: 3px solid #ee7180; background: #fff5f6; }
.tariff-compare-card.tariff-low { border: 3px solid var(--blue); background: #eef5ff; }
.tariff-arrow { display: grid; place-items: center; width: 64px; height: 64px; margin: auto; border-radius: 50%; color: var(--white); background: var(--orange); font-size: 37px; font-weight: 900; line-height: 1; box-shadow: 0 12px 25px rgba(236, 138, 61, .24); }
.tariff-difference { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 24px auto 0; padding: 18px 24px; border-radius: 12px; color: var(--ink); background: var(--lime); }
.tariff-difference span { font-size: 13px; font-weight: 800; }
.tariff-difference strong { color: var(--orange); font-size: 25px; letter-spacing: -.05em; }
.tariff-difference small { color: var(--ink-soft); font-size: 11px; }
.tariff-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.tariff-card { min-height: 165px; padding: 24px; border: 1px solid #cfdee9; border-radius: 13px; background: var(--white); }
.tariff-card span { display: block; color: var(--blue); font-family: 'DM Mono', monospace; font-size: 11px; }
.tariff-card strong { display: block; margin: 42px 0 7px; font-size: 27px; letter-spacing: -.06em; }
.tariff-card small { color: var(--muted); font-size: 11px; }
.section-note { margin: 22px 0 0; color: var(--muted); font-size: 11px; line-height: 1.75; word-break: keep-all; }
.case-section { background: var(--white); }
.case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.case-card { min-height: 170px; padding: 25px; border-radius: 13px; color: var(--white); background: var(--ink); }
.case-card span { color: var(--cyan); font-family: 'DM Mono', monospace; font-size: 11px; }
.case-card strong { display: block; margin: 43px 0 9px; color: var(--lime); font-size: 23px; letter-spacing: -.05em; }
.case-card p { margin: 0; color: #a1b6ca; font-size: 12px; }
.case-photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 28px; }
.case-photo-card { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); }
.case-photo-card img { display: block; width: 100%; height: 210px; object-fit: cover; }
.case-photo-card div { padding: 18px 20px 21px; }
.case-photo-card h3 { margin: 0 0 7px; font-size: 16px; letter-spacing: -.04em; }
.case-photo-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; word-break: keep-all; }
.case-photo-note { margin: 18px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

.region-section { background: #eaf0f5; }
.region-summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 27px; padding: 20px 22px; border: 1px solid #d4e0eb; border-radius: 12px; background: rgba(255,255,255,.55); }
.region-summary strong { font-size: 19px; letter-spacing: -.05em; }
.region-summary span { color: var(--muted); font-size: 12px; }
.region-picker { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 14px; max-width: 940px; padding: 28px; border: 1px solid #d4e0eb; border-radius: 14px; background: var(--white); box-shadow: 0 18px 45px rgba(12, 37, 67, .06); }
.picker-field { display: grid; gap: 9px; }
.picker-field label { color: var(--ink-soft); font-size: 12px; font-weight: 800; }
.picker-field select { width: 100%; min-height: 52px; padding: 0 15px; border: 1px solid var(--line); border-radius: 9px; outline: 0; color: var(--ink); background: #fbfcfd; font-size: 13px; font-weight: 700; }
.picker-field select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23, 105, 255, .1); }
.picker-field select:disabled { color: #9baabd; background: #f1f4f7; }
.region-picker .button { min-width: 150px; }
.region-picker .button:disabled { cursor: not-allowed; color: #92a2b3; background: #dce4eb; }
.picker-help { max-width: 940px; margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.region-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.region-group { padding: 21px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.region-group-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.region-group h3 { margin: 0; font-size: 17px; letter-spacing: -.05em; }
.region-group-top span { color: var(--blue); font-family: 'DM Mono', monospace; font-size: 10px; }
.region-links { display: flex; flex-wrap: wrap; gap: 7px; padding-top: 16px; }
.region-link { padding: 7px 9px; border-radius: 6px; color: var(--ink-soft); background: #f2f5f8; font-size: 11px; transition: color .2s, background .2s; }
.region-link:hover { color: var(--ink); background: var(--lime); }
.region-link.is-hub { color: var(--blue); background: #edf3ff; font-weight: 800; }

.cta-band { padding: 78px 0; background: var(--lime); }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cta-band h2 { max-width: 650px; margin: 0; font-size: clamp(28px, 4vw, 44px); line-height: 1.15; letter-spacing: -.07em; }
.cta-band p { margin: 12px 0 0; color: #3e5320; font-size: 13px; }
.cta-band .button { flex: 0 0 auto; }
.site-footer { padding: 42px 0 48px; color: #9badc0; background: #06162a; font-size: 11px; }
.footer-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.site-footer .brand { color: var(--white); }
.footer-copy { max-width: 400px; margin-top: 18px; line-height: 1.7; }
.footer-meta { text-align: right; line-height: 1.9; }

.sub-hero { padding: 74px 0 78px; background: var(--ink); color: var(--white); }
.sub-hero h1 { max-width: 790px; margin: 0 0 18px; font-size: clamp(36px, 5vw, 62px); line-height: 1.1; letter-spacing: -.075em; }
.sub-hero h1 em { color: var(--lime); font-style: normal; }
.breadcrumb { display: flex; gap: 8px; color: #a8bbcf; font-size: 11px; }
.sub-hero-copy { max-width: 590px; color: #b6c8da; font-size: 14px; line-height: 1.75; word-break: keep-all; }
.local-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.local-pill { padding: 9px 12px; border: 1px solid rgba(255,255,255,.19); border-radius: 99px; color: #d4e2ee; font-size: 11px; }
.local-pill.active { color: var(--ink); border-color: var(--lime); background: var(--lime); font-weight: 800; }
.split-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.split-section h2 { margin: 14px 0 16px; font-size: clamp(28px, 4vw, 46px); line-height: 1.14; letter-spacing: -.07em; }
.split-section > div > p { color: var(--muted); font-size: 14px; line-height: 1.8; word-break: keep-all; }
.trust-list { display: grid; gap: 10px; margin-top: 30px; }
.trust-item { display: flex; gap: 12px; padding: 15px 0; border-top: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.trust-item b { display: grid; place-items: center; flex: 0 0 22px; height: 22px; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 11px; }
.service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.service-card { min-height: 150px; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.service-card .service-icon { color: var(--blue); font-size: 20px; }
.service-card h3 { margin: 24px 0 8px; font-size: 15px; letter-spacing: -.04em; }
.service-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; word-break: keep-all; }
.contact-section { background: #eaf0f5; }
.contact-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; padding: 40px; border-radius: 15px; background: var(--white); box-shadow: var(--shadow); }
.contact-card h2 { margin: 13px 0; font-size: 34px; line-height: 1.2; letter-spacing: -.07em; }
.contact-card p { color: var(--muted); font-size: 13px; line-height: 1.7; word-break: keep-all; }
.contact-role { display: block; margin-top: 23px; color: var(--blue); font-size: 12px; font-weight: 800; }
.contact-phone { display: block; margin-top: 4px; color: var(--blue); font-family: 'DM Mono', monospace; font-size: 23px; font-weight: 500; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--ink-soft); font-size: 11px; font-weight: 800; }
.field input, .field textarea { width: 100%; padding: 14px; border: 1px solid var(--line); border-radius: 8px; outline: 0; color: var(--ink); background: #fbfcfd; font-size: 12px; }
.field input:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23, 105, 255, .1); }
.field textarea { min-height: 94px; resize: vertical; }
.form-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 15px; color: var(--muted); font-size: 10px; }
.form-message { min-height: 15px; color: var(--blue); }

@media (max-width: 900px) {
  .nav, .header-call { display: none; }
  .header-menu { display: block; }
  .feature-grid, .region-grid, .situation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tariff-grid, .case-grid, .case-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-step:nth-child(2n) { border-right: 0; }
  .process-step:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.15); }
  .process-step:nth-child(odd) { padding-left: 0; }
  .split-section, .contact-card { grid-template-columns: 1fr; gap: 35px; }
  .company-profile { grid-template-columns: 1fr; gap: 30px; }
  .situation-result { grid-template-columns: 1fr 1fr; }
  .situation-result-copy { grid-column: 1 / -1; }
  .visual-step, .visual-step.is-reverse { grid-template-columns: 1fr; }
  .visual-step.is-reverse .visual-step-image, .visual-step.is-reverse .visual-step-copy { order: initial; }
  .region-picker { grid-template-columns: 1fr 1fr; }
  .region-picker .button { grid-column: 1 / -1; }
  .hero-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 760px; }
}
@media (max-width: 600px) {
  .container, .header-inner { padding-left: 19px; padding-right: 19px; }
  .hero { padding: 76px 0 80px; }
  .hero h1 > span, .hero h1 em > span, .situation-section .section-head h2 span { white-space: normal; }
  .hero-investment-note { white-space: normal; font-size: 16px; }
  .hero-company-intro { white-space: normal; }
  .hero-metrics { margin-top: 55px; }
  .hero-metric { padding-right: 10px; }
  .hero-metric + .hero-metric { padding-left: 10px; }
  .hero-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-metric { border-right: 0; }
  .hero-metric strong { font-size: 18px; }
  .hero-metric span { font-size: 9px; }
  .section { padding: 76px 0; }
  .section-head { display: block; }
  .section-head p { margin-top: 18px; }
  .feature-grid, .region-grid, .situation-grid, .service-list, .form-grid, .tariff-grid, .case-grid, .case-photo-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 175px; }
  .company-facts { grid-template-columns: 1fr; }
  .feature-card h3 { margin-top: 44px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step, .process-step + .process-step { min-height: 150px; padding: 22px 0; border-right: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .process-step:first-child { border-top: 0; }
  .process-step h3 { margin-top: 30px; }
  .visual-step-image, .visual-step-image img { min-height: 240px; height: 240px; }
  .visual-step-copy { min-height: 300px; padding: 34px 24px; }
  .visual-step-copy strong { margin-top: 20px; font-size: 39px; }
  .situation-result { display: block; padding: 24px; }
  .situation-result-stat { padding: 0 0 18px; margin-bottom: 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .tariff-compare { grid-template-columns: 1fr; gap: 10px; }
  .tariff-compare-card { min-height: 190px; padding: 24px; }
  .tariff-compare-card strong { margin-top: 28px; }
  .tariff-arrow { width: 48px; height: 48px; font-size: 28px; }
  .tariff-difference { display: grid; gap: 5px; justify-items: center; text-align: center; }
  .region-summary, .cta-band .container, .footer-inner { display: block; }
  .region-summary span { display: block; margin-top: 8px; }
  .region-picker { grid-template-columns: 1fr; padding: 20px; }
  .region-picker .button { grid-column: auto; width: 100%; }
  .cta-band .button { margin-top: 25px; }
  .footer-meta { margin-top: 25px; text-align: left; }
  .contact-card { padding: 25px 20px; }
  .form-foot { display: block; }
  .form-foot .button { width: 100%; margin-top: 14px; }
}
