/*
Theme Name: BitcoinATM24
Theme URI: https://bitcoinatm24.com/
Author: BitcoinATM24
Description: Nowoczesny czarno-pomarańczowy motyw WordPress dla katalogu lokalizacji Bitcoin ATM.
Version: 1.1.0
Text Domain: bitcoinatm24
*/

:root {
  --bg: #070707;
  --bg-soft: #0c0c0c;
  --surface: #111111;
  --surface-2: #161616;
  --surface-3: #1b1b1b;
  --text: #f5f5f2;
  --muted: #9b9b96;
  --muted-2: #72726e;
  --line: #282825;
  --line-soft: #1d1d1b;
  --accent: #ff8a00;
  --accent-2: #ff6500;
  --accent-soft: rgba(255, 138, 0, .12);
  --accent-line: rgba(255, 138, 0, .35);
  --white: #ffffff;
  --black: #050505;
  --radius: 22px;
  --radius-lg: 30px;
  --shadow: 0 26px 80px rgba(0, 0, 0, .36);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--accent); color: #111; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.orange { color: var(--accent); }

.topbar { border-bottom: 1px solid var(--line-soft); background: #050505; color: #7f7f79; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.topbar-inner { min-height: 30px; display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.topbar-inner > span:first-child { color: var(--accent); }
.topbar-separator { opacity: .45; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(7, 7, 7, .88); border-bottom: 1px solid rgba(40, 40, 37, .9); backdrop-filter: blur(20px); }
.admin-bar .site-header { top: 32px; }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: -.04em; }
.brand-mark { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(145deg, var(--accent), var(--accent-2)); color: #121212; font-size: 23px; font-weight: 950; box-shadow: 0 9px 28px rgba(255, 122, 0, .2); transform: rotate(-3deg); }
.brand-word { font-size: 19px; }
.brand-word > span { color: var(--accent); }
.site-nav { display: flex; align-items: center; gap: 26px; font-size: 13px; font-weight: 760; color: #c9c9c5; }
.site-nav a { transition: color .18s ease, border-color .18s ease, background .18s ease; }
.site-nav a:hover { color: var(--white); }
.site-nav li { list-style: none; margin: 0; padding: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 9px; min-height: 42px; padding: 0 16px; border: 1px solid var(--accent-line); border-radius: 999px; color: var(--white); background: var(--accent-soft); }
.nav-cta:hover { background: rgba(255, 138, 0, .18); border-color: rgba(255, 138, 0, .62); }
.nav-cta-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(255, 138, 0, .1); }

.hero { position: relative; overflow: hidden; padding: 86px 0 0; background: radial-gradient(circle at 78% 24%, rgba(255, 116, 0, .14), transparent 25%), linear-gradient(180deg, #090909 0%, #070707 100%); }
.hero::after { content: ""; position: absolute; inset: auto -10% -30% auto; width: 55vw; height: 55vw; border-radius: 50%; background: radial-gradient(circle, rgba(255, 138, 0, .06), transparent 67%); pointer-events: none; }
.hero-grid-lines { position: absolute; inset: 0; opacity: .26; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black 0%, transparent 84%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr); gap: 76px; align-items: center; min-height: 580px; }
.hero-copy-wrap { padding-bottom: 52px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--accent); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow { padding: 7px 10px; border: 1px solid var(--accent-line); border-radius: 999px; background: var(--accent-soft); }
.eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.hero h1 { margin: 22px 0 22px; max-width: 760px; font-size: clamp(48px, 6.5vw, 86px); line-height: .94; letter-spacing: -.065em; font-weight: 900; }
.hero-copy { max-width: 690px; margin: 0; color: #aaa9a4; font-size: 18px; line-height: 1.72; }
.hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 17px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-2); color: var(--text); font-weight: 820; font-size: 13px; cursor: pointer; transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-1px); border-color: #3b3b37; background: #1b1b19; }
.btn-primary { background: linear-gradient(135deg, var(--accent), #ff7500); border-color: var(--accent); color: #111; box-shadow: 0 10px 34px rgba(255, 122, 0, .16); }
.btn-primary:hover { background: linear-gradient(135deg, #ff9800, #ff7a00); border-color: #ff9c22; box-shadow: 0 14px 42px rgba(255, 122, 0, .24); }
.btn-secondary { background: #171715; color: #d7d7d3; }
.btn-ghost { background: rgba(255,255,255,.025); color: #dcdcd8; }
.btn-large { min-height: 52px; padding-inline: 21px; border-radius: 14px; }
.btn-wide { width: 100%; min-height: 50px; }
.btn-icon { width: 44px; flex: 0 0 44px !important; padding: 0; font-size: 17px; }
.popular-inline { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; margin-top: 24px; color: #777771; font-size: 12px; }
.popular-inline span { font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.popular-inline a { color: #b7b7b2; border-bottom: 1px solid #373733; }
.popular-inline a:hover { color: var(--accent); border-color: var(--accent); }

.hero-visual { position: relative; min-height: 470px; }
.hero-glow { position: absolute; width: 340px; height: 340px; border-radius: 50%; top: 36px; left: 50%; transform: translateX(-50%); background: radial-gradient(circle, rgba(255, 126, 0, .24) 0, rgba(255, 126, 0, .08) 35%, transparent 68%); filter: blur(7px); }
.coin-orbit { position: absolute; width: 300px; height: 300px; left: 50%; top: 50px; transform: translateX(-50%); display: grid; place-items: center; }
.coin-ring { position: absolute; inset: 0; border: 1px solid rgba(255, 138, 0, .32); border-radius: 50%; box-shadow: inset 0 0 70px rgba(255, 138, 0, .035); }
.coin-ring::before, .coin-ring::after { content: ""; position: absolute; inset: 29px; border: 1px dashed rgba(255,255,255,.1); border-radius: 50%; }
.coin-ring::after { inset: 70px; border-style: solid; border-color: rgba(255, 138, 0, .16); }
.coin-core { position: relative; z-index: 2; width: 124px; height: 124px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(145deg, #ff9a17, #f76800); color: #16120d; font-size: 70px; font-weight: 900; box-shadow: 0 0 0 14px rgba(255, 138, 0, .06), 0 28px 80px rgba(255, 112, 0, .28); }
.orbit-dot { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 22px rgba(255, 138, 0, .8); }
.dot-one { top: 33px; right: 46px; }
.dot-two { left: 19px; bottom: 87px; width: 7px; height: 7px; background: #fff; box-shadow: 0 0 17px rgba(255,255,255,.5); }
.hero-stat-card { position: absolute; z-index: 4; border: 1px solid rgba(255,255,255,.09); background: rgba(18,18,18,.86); backdrop-filter: blur(12px); box-shadow: var(--shadow); }
.stat-main { left: 0; bottom: 35px; width: 190px; padding: 19px; border-radius: 20px; }
.stat-main strong { display: block; margin-top: 8px; color: var(--accent); font-size: 47px; line-height: .9; letter-spacing: -.05em; }
.stat-label { color: #898984; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.stat-note { display: block; margin-top: 8px; color: #9e9e99; font-size: 12px; }
.stat-city, .stat-map { display: flex; align-items: center; gap: 12px; padding: 13px 15px; border-radius: 16px; }
.stat-city { right: 4px; top: 100px; }
.stat-map { right: 20px; bottom: 64px; }
.mini-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--accent-soft); color: var(--accent); font-size: 18px; }
.stat-city strong, .stat-map strong { display: block; font-size: 15px; line-height: 1.2; }
.stat-city div > span, .stat-map div > span { display: block; margin-top: 3px; color: #878782; font-size: 10px; }
.trust-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-bottom: 0; border-radius: 24px 24px 0 0; background: #0d0d0d; overflow: hidden; }
.trust-strip > div { display: flex; align-items: center; gap: 15px; min-height: 100px; padding: 20px 25px; border-right: 1px solid var(--line); }
.trust-strip > div:last-child { border-right: 0; }
.trust-icon { color: var(--accent); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; font-weight: 900; }
.trust-strip p { margin: 0; }
.trust-strip strong, .trust-strip small { display: block; }
.trust-strip strong { font-size: 14px; }
.trust-strip small { margin-top: 2px; color: var(--muted-2); font-size: 11px; }

.section { padding: 84px 0; }
.section-locations { background: #0a0a0a; }
.section-dark { background: #050505; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.section-cities { background: #090909; }
.section-head { margin-bottom: 30px; }
.split-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-head h2, .seo-grid h2, .faq-intro h2, .narrow-copy h2 { margin: 10px 0 0; max-width: 850px; font-size: clamp(34px, 4.8vw, 58px); line-height: 1.02; letter-spacing: -.052em; }
.section-head p, .faq-intro > p { margin: 10px 0 0; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: #bdbdb8; font-size: 13px; font-weight: 800; white-space: nowrap; }
.text-link span { color: var(--accent); }
.text-link:hover { color: var(--white); }

.finder { display: grid; grid-template-columns: minmax(0, 1fr) 280px auto; gap: 9px; padding: 9px; border: 1px solid var(--line); border-radius: 18px; background: #11110f; box-shadow: 0 20px 60px rgba(0,0,0,.18); }
.finder-field { display: flex; align-items: center; gap: 9px; min-height: 54px; padding: 0 14px; border: 1px solid #282824; border-radius: 12px; background: #0b0b0a; }
.finder-field:focus-within { border-color: rgba(255, 138, 0, .62); box-shadow: 0 0 0 3px rgba(255, 138, 0, .08); }
.finder-icon { flex: 0 0 auto; color: var(--accent); font-size: 18px; }
.finder input, .finder select { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: #ededeb; }
.finder input::placeholder { color: #666660; }
.finder select { appearance: auto; color-scheme: dark; }
.finder .btn { min-height: 54px; }
.finder-status { margin: 12px 2px 20px; color: #73736d; font-size: 12px; font-weight: 700; }

.locations-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.location-card { min-width: 0; overflow: hidden; border: 1px solid #232320; border-radius: var(--radius); background: var(--surface); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.location-card:hover { transform: translateY(-4px); border-color: #393934; box-shadow: 0 22px 60px rgba(0,0,0,.24); }
.location-card[hidden] { display: none !important; }
.location-image { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background: #1a1a18; }
.location-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.34), transparent 45%); pointer-events: none; }
.location-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.04); transition: transform .35s ease, filter .35s ease; }
.location-card:hover .location-image img { transform: scale(1.035); filter: saturate(1) contrast(1.02); }
.image-badge { position: absolute; z-index: 2; left: 13px; bottom: 12px; display: inline-flex; padding: 5px 8px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(8,8,8,.72); backdrop-filter: blur(8px); color: #eaeae7; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.location-body { padding: 18px; }
.location-topline { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.location-city { display: inline-flex; padding: 5px 8px; border-radius: 999px; background: var(--accent-soft); color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.status-dot { display: inline-flex; align-items: center; gap: 6px; color: #6f6f6a; font-size: 10px; }
.status-dot::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #6b6b66; }
.location-body h3 { margin: 12px 0 7px; font-size: 20px; line-height: 1.18; letter-spacing: -.035em; }
.location-body h3 a:hover { color: var(--accent); }
.location-address { min-height: 44px; color: #8f8f89; font-size: 13px; line-height: 1.55; }
.location-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 15px; padding-top: 14px; border-top: 1px solid var(--line-soft); }
.location-meta > div { min-width: 0; }
.location-meta b, .location-meta span { display: block; }
.location-meta b { margin-bottom: 3px; color: #65655f; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.location-meta span { overflow: hidden; color: #b8b8b3; font-size: 11px; line-height: 1.45; }
.card-actions { display: flex; gap: 8px; margin-top: 16px; }
.card-actions .btn { flex: 1; min-height: 42px; padding-inline: 12px; font-size: 11px; }
.empty-state { grid-column: 1 / -1; padding: 42px; border: 1px dashed #343430; border-radius: 18px; background: #0f0f0e; color: var(--muted); text-align: center; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-card { position: relative; overflow: hidden; min-height: 250px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #11110f, #0b0b0a); }
.step-card::after { content: ""; position: absolute; width: 140px; height: 140px; right: -52px; bottom: -58px; border-radius: 50%; background: radial-gradient(circle, rgba(255,138,0,.11), transparent 66%); }
.step-card > span { display: inline-grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--accent-line); border-radius: 11px; background: var(--accent-soft); color: var(--accent); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; font-weight: 900; }
.step-card h3 { margin: 54px 0 10px; font-size: 22px; letter-spacing: -.035em; }
.step-card p { margin: 0; color: #85857f; font-size: 13px; }

.city-total { color: #6f6f69; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.city-cloud { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.city-chip { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 0 15px; border: 1px solid var(--line); border-radius: 12px; background: #10100f; color: #c5c5c0; font-size: 12px; font-weight: 760; transition: border-color .18s ease, background .18s ease, color .18s ease; }
.city-chip small { display: grid; place-items: center; min-width: 25px; height: 25px; padding-inline: 5px; border-radius: 8px; background: #1b1b18; color: #787872; font-size: 9px; }
.city-chip:hover { border-color: var(--accent-line); background: var(--accent-soft); color: var(--white); }
.city-chip:hover small { color: var(--accent); }

.seo-section { border-top: 1px solid var(--line-soft); background: #060606; }
.seo-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.seo-copy { padding-top: 4px; }
.seo-copy p { margin: 0 0 17px; color: #90908a; font-size: 15px; }
.seo-copy strong { color: #dcdcd8; }
.section-faq { background: #0a0a0a; border-top: 1px solid var(--line-soft); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 76px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 42px 22px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 18px; right: 4px; color: var(--accent); font-size: 22px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 720px; margin: -6px 0 22px; color: #8e8e88; font-size: 13px; }

.page-hero { position: relative; overflow: hidden; padding: 68px 0 62px; border-bottom: 1px solid var(--line-soft); background: radial-gradient(circle at 88% 18%, rgba(255, 125, 0, .12), transparent 25%), #080808; }
.page-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 58px 58px; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { margin: 17px 0 14px; max-width: 950px; font-size: clamp(42px, 6vw, 72px); line-height: .98; letter-spacing: -.058em; }
.page-hero > .container > p { max-width: 760px; margin: 0; color: #969690; font-size: 16px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 21px; color: #696963; font-size: 11px; }
.breadcrumbs a { color: #92928c; }
.breadcrumbs a:hover { color: var(--accent); }
.archive-section, .city-list-section { padding-top: 54px; }
.city-seo-section { padding-top: 10px; background: #090909; }
.narrow-copy { max-width: 900px; }
.narrow-copy h2 { font-size: clamp(30px, 4vw, 46px); }
.narrow-copy p { max-width: 800px; color: #8f8f89; }

.single-hero { position: relative; overflow: hidden; padding: 58px 0 34px; background: radial-gradient(circle at 82% 10%, rgba(255, 130, 0, .12), transparent 27%), #080808; }
.single-title-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: end; }
.single-title-grid h1 { margin: 16px 0 0; max-width: 920px; font-size: clamp(40px, 6vw, 67px); line-height: .98; letter-spacing: -.057em; }
.single-address { display: flex; gap: 8px; align-items: center; margin: 14px 0 0; color: #92928c; font-size: 15px; }
.single-address span { color: var(--accent); }
.single-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(310px, .55fr); gap: 22px; padding-top: 22px; padding-bottom: 80px; }
.single-main { min-width: 0; }
.gallery { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; gap: 7px; min-height: 480px; margin-bottom: 22px; overflow: hidden; border-radius: var(--radius); background: #151513; }
.gallery img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; }
.gallery img:first-child { grid-row: 1 / span 2; }
.panel { border: 1px solid var(--line); border-radius: var(--radius); background: #10100f; padding: 26px; }
.panel-heading { margin-bottom: 20px; }
.panel-heading h2, .panel-heading h3 { margin: 8px 0 0; letter-spacing: -.038em; }
.panel-heading h2 { font-size: 29px; }
.panel-heading h3 { font-size: 22px; }
.location-content h1, .location-content h2, .location-content h3 { color: #e7e7e3; letter-spacing: -.03em; }
.location-content h2 { margin-top: 30px; font-size: 25px; }
.location-content h3 { margin-top: 24px; font-size: 20px; }
.location-content p, .location-content li { color: #999993; font-size: 14px; }
.location-content a { color: var(--accent); text-decoration: underline; text-decoration-color: rgba(255,138,0,.35); text-underline-offset: 3px; }
.location-content strong { color: #e1e1dd; }
.location-content ul, .location-content ol { padding-left: 22px; }
.map-frame { width: 100%; height: 440px; border: 0; border-radius: 16px; margin-top: 24px; background: #171715; filter: grayscale(.2) contrast(.95); }
.sidebar-stack { display: grid; gap: 10px; align-content: start; position: sticky; top: 124px; }
.detail-panel { padding: 22px; }
.detail-list { display: grid; }
.detail-row { display: grid; grid-template-columns: 95px 1fr; gap: 14px; padding: 13px 0; border-top: 1px solid var(--line-soft); }
.detail-row:first-child { border-top: 0; padding-top: 0; }
.detail-row b { color: #65655f; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.detail-row span, .detail-row a { color: #c7c7c2; font-size: 12px; overflow-wrap: anywhere; }
.detail-row a:hover { color: var(--accent); }
.sidebar-note { display: flex; gap: 10px; padding: 13px 14px; border: 1px solid var(--line-soft); border-radius: 14px; color: #73736d; background: #0b0b0a; }
.sidebar-note > span { flex: 0 0 20px; width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid #33332f; border-radius: 50%; color: #8a8a84; font-size: 10px; font-weight: 900; }
.sidebar-note p { margin: 0; font-size: 10px; line-height: 1.55; }

.not-found-section { min-height: 66vh; display: grid; align-items: center; padding: 70px 0; }
.not-found-card { max-width: 760px; text-align: center; }
.error-code { display: block; color: var(--accent); font-size: 84px; line-height: .9; font-weight: 950; letter-spacing: -.08em; }
.not-found-card h1 { margin: 14px 0; font-size: clamp(42px, 6vw, 66px); letter-spacing: -.05em; }
.not-found-card p { color: var(--muted); }
.not-found-card .hero-actions { justify-content: center; }
.generic-content { display: grid; gap: 16px; }
.generic-entry h2 { margin-top: 0; }

.site-footer { border-top: 1px solid var(--line); background: #050505; }
.footer-top { display: grid; grid-template-columns: 1.4fr .5fr .5fr; gap: 55px; padding-top: 58px; padding-bottom: 50px; }
.footer-copy { max-width: 540px; margin: 18px 0 0; color: #767670; font-size: 12px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; color: #a4a49e; font-size: 12px; }
.footer-column a:hover { color: var(--accent); }
.footer-label { margin-bottom: 6px; color: #5f5f59; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 62px; border-top: 1px solid var(--line-soft); color: #55554f; font-size: 10px; }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr); gap: 40px; }
  .locations-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .city-cloud { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .single-layout { grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); }
}

@media (max-width: 900px) {
  .admin-bar .site-header { top: 46px; }
  .site-nav { gap: 16px; }
  .site-nav > a:not(.nav-cta), .site-nav > li { display: none; }
  .hero { padding-top: 62px; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy-wrap { padding-bottom: 0; }
  .hero-visual { width: min(100%, 600px); min-height: 430px; margin-inline: auto; }
  .trust-strip { margin-top: 22px; }
  .finder { grid-template-columns: 1fr 240px; }
  .finder > .btn { grid-column: 1 / -1; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 210px; }
  .step-card h3 { margin-top: 34px; }
  .seo-grid, .faq-grid { grid-template-columns: 1fr; gap: 36px; }
  .faq-intro { position: static; }
  .city-cloud { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .single-layout { grid-template-columns: 1fr; }
  .sidebar-stack { position: static; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand-block { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .topbar-inner { justify-content: center; min-height: 28px; font-size: 9px; }
  .header-inner { min-height: 66px; }
  .brand-mark { width: 34px; height: 34px; border-radius: 10px; font-size: 20px; }
  .brand-word { font-size: 17px; }
  .nav-cta { min-height: 38px; padding-inline: 12px; font-size: 11px; }
  .hero { padding-top: 46px; }
  .hero h1 { font-size: clamp(43px, 14vw, 62px); }
  .hero-copy { font-size: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .popular-inline { line-height: 1.8; }
  .hero-visual { min-height: 365px; transform: scale(.92); transform-origin: center top; margin-bottom: -25px; }
  .coin-orbit { width: 265px; height: 265px; }
  .coin-core { width: 108px; height: 108px; font-size: 60px; }
  .stat-main { left: 0; bottom: 20px; }
  .stat-city { right: 0; }
  .stat-map { right: 0; bottom: 42px; }
  .trust-strip { grid-template-columns: 1fr; border-bottom: 1px solid var(--line); border-radius: 20px; }
  .trust-strip > div { min-height: 82px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip > div:last-child { border-bottom: 0; }
  .section { padding: 62px 0; }
  .split-head { align-items: start; flex-direction: column; gap: 16px; }
  .section-head h2, .seo-grid h2, .faq-intro h2, .narrow-copy h2 { font-size: 38px; }
  .finder { grid-template-columns: 1fr; padding: 7px; }
  .finder > .btn { grid-column: auto; }
  .locations-grid { grid-template-columns: 1fr; }
  .location-address { min-height: auto; }
  .city-cloud { grid-template-columns: 1fr; }
  .page-hero { padding: 46px 0; }
  .page-hero h1 { font-size: 43px; }
  .single-hero { padding-top: 42px; }
  .single-title-grid { grid-template-columns: 1fr; align-items: start; }
  .single-title-grid .btn { width: 100%; }
  .single-title-grid h1 { font-size: 43px; }
  .gallery { display: flex; min-height: 0; overflow-x: auto; scroll-snap-type: x mandatory; border-radius: 16px; background: transparent; }
  .gallery img, .gallery img:first-child { flex: 0 0 88%; height: 300px; min-height: 300px; border-radius: 16px; scroll-snap-align: start; }
  .panel { padding: 20px; }
  .detail-row { grid-template-columns: 80px 1fr; }
  .map-frame { height: 340px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 17px 0; }
}

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