:root {
  --ink: #102a43;
  --muted: #52677a;
  --blue: #3db4f0;
  --blue-dark: #209ed8;
  --cyan: #3db4f0;
  --surface: rgba(255,255,255,.78);
  --line: rgba(16,30,55,.11);
  --shadow: 0 30px 80px rgba(16,42,67,.14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 84% 12%, rgba(61,180,240,.23), transparent 29rem),
    radial-gradient(circle at 7% 88%, rgba(61,180,240,.11), transparent 27rem),
    #fff;
}
.home-page::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.95) 34%, rgba(255,255,255,.78) 59%, rgba(255,255,255,.47) 100%),
    linear-gradient(0deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.1) 27%, rgba(255,255,255,.08) 78%, rgba(255,255,255,.68) 100%),
    url("/assets/utibi-people-hero.webp") right center / cover no-repeat,
    #fff;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 20; padding: 25px 0; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand img { width: 136px; height: auto; }
.home-nav { display: flex; align-items: center; gap: 20px; }
.header-tagline { color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.home-link { padding: 8px 4px; color: var(--ink); font-size: 15px; font-weight: 700; white-space: nowrap; }
.home-link:hover { color: var(--blue); }
.nav-links { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; }
.nav-links a { padding: 10px 12px; border-radius: 999px; }
.nav-links a:hover { background: rgba(255,255,255,.65); }
.lang { display: inline-flex; align-items: center; gap: 7px; padding: 6px 8px 6px 6px !important; border: 1px solid rgba(61,180,240,.28); border-radius: 999px; background: rgba(255,255,255,.56); color: var(--ink); }
.lang span { display: grid; place-items: center; min-width: 29px; height: 29px; border-radius: 50%; background: var(--cyan); color: white; font-size: 10px; font-weight: 900; }
.lang strong { font-size: 12px; font-weight: 700; }
.lang:hover { border-color: var(--cyan); background: white !important; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.8); font-size: 21px; color: var(--ink); }

.hero { min-height: calc(100svh - 150px); display: grid; align-items: center; padding: 30px 0 58px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr); align-items: center; gap: clamp(44px, 7vw, 96px); }
.eyebrow { display: flex; align-items: center; gap: 13px; color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 35px; height: 3px; border-radius: 9px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 740px; margin: 35px 0 25px; font-size: clamp(3rem, 4.55vw, 5.05rem); line-height: 1.02; letter-spacing: -.038em; font-weight: 900; text-wrap: balance; }
h1 .accent { position: relative; display: inline-block; color: var(--blue); white-space: nowrap; }
h1 .accent::after { content: ""; position: absolute; left: 1%; right: -2%; bottom: -.06em; height: .12em; background: var(--cyan); border-radius: 999px; transform: rotate(-1.1deg); z-index: -1; opacity: .7; }
.rotating-lead { display: block; min-height: 1.03em; transition: opacity .22s ease, transform .22s ease; }
.rotating-lead.is-changing { opacity: 0; transform: translateY(-.12em); }
.lead { max-width: 740px; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.65; font-weight: 400; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 58px; padding: 0 27px; border: 1px solid var(--ink); border-radius: 16px; background: var(--ink); color: white; font-weight: 900; transition: transform .2s, box-shadow .2s, background .2s; }
.button::after { content: "\2192"; font-size: 1.45rem; line-height: 1; }
.button:hover { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(10,18,36,.19); }
.button.secondary { background: transparent; color: var(--ink); }
.button.secondary:hover { background: white; }
.store-block { display: grid; gap: 8px; }
.store-label { font-size: 13px; font-weight: 700; }
.store-links { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.store-link { display: block; flex: 0 0 auto; width: auto; height: auto; padding: 0; overflow: visible; border: 0; border-radius: 0; background: transparent; line-height: 0; box-shadow: none; transition: transform .2s ease; }
.store-link:hover { transform: translateY(-2px); }
.store-link img { width: auto; height: 44px; max-width: none; overflow: visible; object-fit: contain; }
.store-link-google-en { width: 145px; height: 44px; overflow: hidden; }
.store-link-google-en img { width: 165px; height: 64px; max-width: none; transform: translate(-10px, -10px); }

.map-card { position: relative; min-height: 560px; padding: 38px; border: 1px solid rgba(255,255,255,.8); border-radius: 44px; background: var(--surface); box-shadow: var(--shadow); overflow: hidden; isolation: isolate; }
.map-card::after { content: ""; position: absolute; width: 270px; height: 270px; right: -80px; top: -90px; border-radius: 50%; background: rgba(61,180,240,.14); filter: blur(30px); z-index: -1; }
.map-card .eyebrow::before { display: none; }
.map-card h2 { margin: 7px 0 0; font-size: clamp(1.65rem, 2.5vw, 2.25rem); letter-spacing: -.025em; font-weight: 900; }
.poland { position: absolute; inset: 106px 25px 16px 34px; width: calc(100% - 60px); height: calc(100% - 122px); }
.map-shape { width: 100%; height: 100%; }
.map-route { fill: none; stroke: #9cddfb; stroke-width: 5; stroke-linecap: round; stroke-dasharray: 8 13; }
.map-point { fill: var(--blue); stroke: white; stroke-width: 5; }
.map-point.future { fill: #9aa9c0; }
.map-label { position: absolute; display: flex; align-items: center; gap: 10px; padding: 11px 15px; border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: 0 15px 32px rgba(36,59,102,.13); font-size: 12px; line-height: 1.25; }
.map-label strong { display: block; font-size: 14px; font-weight: 900; }
.map-label span { color: var(--muted); font-weight: 700; }
.pin { width: 14px; height: 14px; flex: 0 0 auto; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 6px rgba(61,180,240,.16); }
.map-label.tricity { top: 126px; right: 46px; }
.map-label.warsaw { top: 54%; right: 16px; }
.map-label.zakopane { right: 18px; bottom: 30px; }
.map-label.zakopane .pin { background: #9aa9c0; box-shadow: 0 0 0 6px rgba(154,169,192,.15); }

.trust-strip { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0 30px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.trust-strip span:last-child { color: var(--muted); font-weight: 400; }
.minimal-footer { padding: 22px 0 28px; }
.minimal-footer .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 12px; }
.minimal-footer strong { font-size: 13px; }
.minimal-footer nav { display: flex; align-items: center; gap: 20px; color: var(--muted); }
.minimal-footer a:hover { color: var(--blue); }
.section { padding: 105px 0; }
.section.alt { background: rgba(255,255,255,.55); border-block: 1px solid rgba(16,30,55,.06); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(2.2rem, 3.65vw, 4rem); line-height: 1.08; letter-spacing: -.025em; font-weight: 900; }
.section-heading p { margin-bottom: 0; color: var(--muted); font-size: 1.12rem; font-weight: 300; line-height: 1.7; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 27px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.82); }
.card .number { display: grid; place-items: center; width: 39px; height: 39px; margin-bottom: 42px; border-radius: 12px; color: var(--blue); background: #e7f7fe; font-weight: 900; }
.card h3 { margin-bottom: 9px; font-size: 1.25rem; letter-spacing: -.012em; font-weight: 700; }
.card p { margin-bottom: 0; color: var(--muted); }
.audience-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.audience-main { min-height: 430px; padding: clamp(30px, 5vw, 62px); border-radius: var(--radius); background: var(--blue); color: white; overflow: hidden; position: relative; }
.audience-main::after { content: ""; position: absolute; width: 330px; height: 330px; right: -110px; bottom: -140px; border: 70px solid rgba(255,255,255,.1); border-radius: 50%; }
.audience-main h2 { max-width: 680px; font-size: clamp(2.3rem, 4.35vw, 4.4rem); line-height: 1.06; letter-spacing: -.028em; font-weight: 900; }
.audience-main p { max-width: 560px; font-size: 1.12rem; color: rgba(255,255,255,.79); }
.audience-list { display: grid; gap: 18px; }
.audience-list .card { display: flex; gap: 17px; align-items: flex-start; }
.audience-list .icon { font-size: 1.5rem; }
.local-links { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 32px; }
.local-links.five { grid-template-columns: repeat(5,1fr); }
.local-link { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.72); font-weight: 700; transition: transform .2s, border-color .2s; }
.local-link span { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; font-weight: 400; }
.local-link:hover { transform: translateY(-3px); border-color: rgba(61,180,240,.55); }
.faq { max-width: 840px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 18px; padding: 23px 0; cursor: pointer; font-weight: 700; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--blue); font-size: 1.4rem; }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { padding: 0 40px 23px 0; color: var(--muted); }
.cta-panel { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: clamp(34px, 6vw, 76px); border-radius: 34px; background: var(--ink); color: white; }
.cta-panel h2 { margin-bottom: 12px; font-size: clamp(2.25rem, 4.15vw, 4.35rem); line-height: 1.06; letter-spacing: -.025em; font-weight: 900; }
.cta-panel p { margin: 0; color: #aeb9ca; }
.cta-panel .button { background: var(--cyan); border-color: var(--cyan); color: var(--ink); }
.cta-stores { display: grid; justify-items: start; gap: 10px; }
.cta-stores > span { color: rgba(255,255,255,.72); font-size: 13px; font-weight: 700; }
.cta-stores .store-link { box-shadow: none; }
.cta-stores .text-link { color: white; font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.how-hero { padding: 78px 0 92px; }
.how-hero-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); align-items: center; gap: clamp(46px,7vw,100px); }
.how-hero h1 { max-width: 820px; font-size: clamp(3.2rem, 5.5vw, 5.8rem); }
.how-hero .lead { max-width: 820px; }
.how-hero .button { margin-top: 34px; }
.how-visual { position: relative; aspect-ratio: 1; max-width: 470px; margin-inline: auto; border-radius: 50%; background: radial-gradient(circle, rgba(61,180,240,.17), rgba(61,180,240,.05) 52%, transparent 53%); }
.visual-orbit { position: absolute; inset: 13%; border: 1px dashed rgba(61,180,240,.38); border-radius: 50%; }
.visual-orbit.orbit-two { inset: 29%; border-style: solid; border-color: rgba(61,180,240,.2); }
.visual-core, .visual-icon { position: absolute; display: grid; place-items: center; border: 1px solid rgba(61,180,240,.18); background: rgba(255,255,255,.92); box-shadow: 0 18px 45px rgba(16,42,67,.12); }
.visual-core { inset: 34%; border-radius: 32%; background: var(--cyan); color: white; transform: rotate(-7deg); }
.visual-core svg { width: 54%; transform: rotate(7deg); }
.visual-icon { width: 76px; height: 76px; border-radius: 24px; color: var(--blue); }
.visual-icon svg { width: 44px; }
.how-visual svg { fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.icon-mood { top: 4%; left: 14%; transform: rotate(-6deg); }
.icon-place { top: 12%; right: 5%; transform: rotate(7deg); }
.icon-time { bottom: 7%; left: 5%; transform: rotate(5deg); }
.icon-spark { right: 12%; bottom: 3%; transform: rotate(-5deg); }
.profile-steps .card { min-height: 245px; }
.profile-disclaimer { max-width: 760px; margin: 24px 0 0; color: var(--muted); font-size: .88rem; }
.app-showcase { position: relative; overflow: hidden; padding: 100px 0; background: var(--ink); color: white; }
.app-showcase::before { content: ""; position: absolute; width: 620px; height: 620px; right: -170px; top: -220px; border-radius: 50%; background: rgba(61,180,240,.13); filter: blur(16px); }
.app-showcase-grid { position: relative; display: grid; grid-template-columns: minmax(300px,.75fr) minmax(520px,1.25fr); align-items: center; gap: clamp(50px,8vw,120px); }
.app-showcase .eyebrow { color: var(--cyan); }
.app-showcase h2 { max-width: 590px; margin: 24px 0 20px; font-size: clamp(2.6rem,4.5vw,4.8rem); line-height: 1.05; letter-spacing: -.028em; font-weight: 900; text-wrap: balance; }
.app-showcase-copy p { max-width: 560px; margin: 0; color: rgba(255,255,255,.7); font-size: 1.08rem; }
.phone-gallery { display: flex; align-items: flex-start; justify-content: center; gap: clamp(18px,3vw,38px); }
.phone-shot { width: min(280px,44%); margin: 0; }
.phone-shot.shot-two { margin-top: 80px; }
.phone-frame { overflow: hidden; border: 7px solid #243b50; border-radius: 38px; background: #09131b; box-shadow: 0 34px 80px rgba(0,0,0,.38); }
.phone-frame img { width: 100%; height: auto; }
.phone-shot figcaption { display: flex; align-items: center; gap: 10px; margin-top: 15px; color: rgba(255,255,255,.75); font-size: 13px; font-weight: 400; line-height: 1.35; }
.phone-shot figcaption span { display: grid; place-items: center; flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; background: var(--cyan); color: var(--ink); font-size: 11px; font-weight: 700; }

.local-modern-hero { padding: 78px 0 92px; }
.local-hero-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(310px,.8fr); align-items: center; gap: clamp(48px,8vw,110px); }
.local-modern-hero h1 { max-width: 880px; font-size: clamp(3.1rem,5.7vw,6rem); }
.local-modern-hero .lead { max-width: 820px; }
.local-place-card { position: relative; display: flex; align-items: center; gap: 22px; min-height: 230px; padding: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 34px; background: rgba(255,255,255,.72); box-shadow: var(--shadow); }
.local-place-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -75px; bottom: -95px; border: 42px solid rgba(61,180,240,.12); border-radius: 50%; }
.local-pin { display: grid; place-items: center; flex: 0 0 auto; width: 76px; height: 76px; border-radius: 24px; background: var(--cyan); color: white; transform: rotate(-4deg); }
.local-pin svg { width: 45px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; transform: rotate(4deg); }
.local-place-card small { display: block; margin-bottom: 4px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.local-place-card strong { display: block; font-size: clamp(1.65rem,2.5vw,2.35rem); letter-spacing: -.02em; font-weight: 900; }
.local-place-card p { margin: 3px 0 0; color: var(--muted); font-size: 14px; }
.local-context-grid { display: grid; grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr); gap: clamp(44px,8vw,110px); align-items: start; }
.local-context-grid h2 { margin: 20px 0 0; font-size: clamp(2.4rem,4vw,4.4rem); line-height: 1.06; letter-spacing: -.028em; font-weight: 900; }
.context-copy { margin: 0; color: var(--muted); font-size: 1.1rem; }
.nearby-modern { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 30px; }
.nearby-modern a { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.72); font-size: 14px; font-weight: 700; transition: transform .2s, border-color .2s; }
.nearby-modern a span { color: var(--blue); font-size: 18px; }
.nearby-modern a:hover { transform: translateY(-2px); border-color: rgba(61,180,240,.55); }

.investor-hero { padding: 95px 0 70px; }
.investor-hero h1 { max-width: 980px; font-size: clamp(3.15rem, 6.2vw, 6.4rem); line-height: 1.03; letter-spacing: -.032em; }
.investor-hero .lead { max-width: 800px; }
.investor-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.investor-card { padding: 30px; border-radius: 22px; border: 1px solid var(--line); background: rgba(255,255,255,.75); }
.investor-card small { color: var(--blue); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.investor-card h3 { margin: 25px 0 10px; font-size: 1.45rem; }
.investor-card p { margin: 0; color: var(--muted); }

.site-footer { padding: 42px 0 30px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3,.8fr); gap: 32px; }
.footer-grid h3 { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a, .footer-grid p { display: block; margin: 7px 0; color: var(--muted); font-size: 13px; }
.footer-grid a:hover { color: var(--blue); }
.footer-cookie-button { display: block; margin: 7px 0; padding: 0; border: 0; background: none; color: var(--muted); font: inherit; font-size: 13px; cursor: pointer; text-align: left; }
.footer-cookie-button:hover { color: var(--blue); }
.footer-bottom .footer-cookie-button { display: inline; margin: 0; }
.footer-brand img { width: 122px; margin-bottom: 15px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 35px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

.cookie-banner { position: fixed; left: 50%; bottom: 14px; z-index: 50; width: min(880px, calc(100% - 28px)); padding: 14px 16px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); transform: translateX(-50%); display: none; align-items: center; grid-template-columns: 1fr auto; gap: 18px; }
.cookie-banner.visible { display: grid; }
.cookie-banner p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.cookie-actions { display: flex; gap: 9px; }
.cookie-actions button { padding: 9px 13px; border: 1px solid var(--line); border-radius: 10px; background: white; font-weight: 700; cursor: pointer; }
.cookie-actions .accept { background: var(--ink); color: white; border-color: var(--ink); }

@media (max-width: 920px) {
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 78px; left: 20px; right: 20px; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .map-card { min-height: 510px; }
  .section-heading, .audience-grid { grid-template-columns: 1fr; }
  .how-hero-grid { grid-template-columns: 1fr; }
  .how-visual { width: min(440px,90%); }
  .app-showcase-grid { grid-template-columns: 1fr; }
  .phone-gallery { max-width: 620px; margin-inline: auto; }
  .local-hero-grid, .local-context-grid { grid-template-columns: 1fr; }
  .local-place-card { max-width: 560px; }
  .card-grid, .investor-grid { grid-template-columns: 1fr 1fr; }
  .local-links, .local-links.five { grid-template-columns: 1fr 1fr; }
  .cta-panel { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .home-page::before {
    background:
      linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.93) 48%, rgba(255,255,255,.72) 72%, rgba(255,255,255,.96) 100%),
      url("/assets/utibi-people-hero.webp") 72% center / auto 100% no-repeat,
      #fff;
  }
  .container { width: min(100% - 28px, 1180px); }
  .site-header { padding: 17px 0; }
  .header-tagline { display: none; }
  .home-nav { gap: 10px; }
  .home-link { font-size: 13.5px; }
  .hero { padding: 22px 0 52px; }
  h1 { margin-top: 26px; font-size: clamp(2.85rem, 13vw, 4.25rem); line-height: 1.02; letter-spacing: -.04em; }
  .hero-actions { align-items: stretch; }
  .button { width: 100%; }
  .store-block { width: 100%; }
  .store-links { flex-wrap: wrap; }
  .store-links { display: flex; width: 100%; }
  .store-link img { height: 42px; max-width: 155px; }
  .store-link-google-en { width: 138px; height: 42px; }
  .store-link-google-en img { width: 158px; height: 61px; transform: translate(-10px, -9.5px); }
  .map-card { min-height: 435px; padding: 25px; border-radius: 28px; }
  .app-showcase { padding: 76px 0; }
  .app-showcase-grid { gap: 42px; }
  .phone-gallery { gap: 12px; }
  .phone-shot { width: 48%; }
  .phone-shot.shot-two { margin-top: 38px; }
  .phone-frame { border-width: 4px; border-radius: 24px; }
  .phone-shot figcaption { align-items: flex-start; font-size: 11px; }
  .local-modern-hero { padding: 48px 0 70px; }
  .local-place-card { min-height: 185px; padding: 25px; border-radius: 26px; }
  .local-pin { width: 62px; height: 62px; border-radius: 19px; }
  .local-pin svg { width: 37px; }
  .nearby-modern { grid-template-columns: 1fr; }
  .poland { inset: 98px 0 10px 8px; width: calc(100% - 8px); height: calc(100% - 108px); }
  .map-label { padding: 9px 10px; }
  .map-label.tricity { top: 108px; right: 24px; }
  .map-label.warsaw { top: 54%; right: 4px; }
  .map-label.zakopane { right: 8px; bottom: 16px; }
  .section { padding: 75px 0; }
  .section-heading { gap: 20px; margin-bottom: 34px; }
  .card-grid, .investor-grid { grid-template-columns: 1fr; }
  .card .number { margin-bottom: 27px; }
  .local-links, .local-links.five, .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .minimal-footer .container { align-items: flex-start; flex-direction: column; }
  .minimal-footer nav { flex-wrap: wrap; }
  .trust-strip { flex-direction: column; }
  .cookie-banner.visible { display: block; }
  .cookie-banner p { margin-bottom: 12px; }
}

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