:root {
  color-scheme: light;
  --ink: #101820;
  --muted: #506070;
  --line: #d6e2eb;
  --paper: #fff;
  --soft: #f3f7fb;
  --blue: #0072ce;
  --blue-dark: #005aa4;
  --telegram: #087db5;
  --telegram-hover: #05689a;
  --whatsapp: #138448;
  --whatsapp-hover: #0c6e3a;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; border-top: 4px solid var(--blue); }
a { color: inherit; text-decoration: none; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
p, h1, h2, h3 { margin: 0; }
p { font-size: 1rem; line-height: 1.6; }
img { display: block; max-width: 100%; }
.wrap { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 30; background: white; padding: 16px; }
.skip-link:focus { top: 16px; }

.header { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; z-index: 2; background: #fff; }
.brand { font-size: 1.8rem; font-weight: 800; letter-spacing: -.075em; white-space: nowrap; }
.brand > span { color: var(--blue); }
.header-right { display: flex; align-items: center; gap: 22px; font-size: .9375rem; }
.city { color: var(--muted); }
.header-phone { font-weight: 700; padding-block: 14px; }
.languages { display: flex; gap: 3px; padding: 3px; border: 1px solid var(--line); border-radius: 8px; }
.languages a { display: grid; place-items: center; min-width: 44px; min-height: 44px; font-size: .875rem; font-weight: 700; border-radius: 5px; }
.languages a[aria-current=page] { background: var(--ink); color: white; }
.languages a:hover:not([aria-current]) { background: #edf4fa; }

.hero { position: relative; isolation: isolate; overflow: hidden; background: #edf5fb; border-block: 1px solid var(--line); }
.hero-inner { position: relative; z-index: 1; min-height: 584px; padding-block: 42px 40px; display: grid; grid-template-columns: minmax(0, 516px) 1fr; align-content: center; gap: 24px 36px; }
.contact-panel { grid-column: 1; min-width: 0; background: #fffffff5; border: 1px solid #fff; border-radius: 20px; padding: 25px; box-shadow: 0 20px 60px #17416d13, 0 1px 4px #17416d08; backdrop-filter: blur(7px); }
.panel-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
.panel-heading > div { min-width: 0; }
.panel-title { font-size: 1.0625rem; font-weight: 700; line-height: 1.4; }
.panel-description { margin-top: 8px; font-size: .875rem; font-weight: 400; line-height: 1.5; color: var(--muted); max-width: 340px; }
.region-label { flex: none; font-size: .8125rem; color: var(--blue); font-weight: 700; letter-spacing: .02em; padding-top: 3px; }
.call-main { display: flex; align-items: center; gap: 18px; position: relative; background: var(--blue); color: white; border-radius: 12px; min-height: 108px; padding: 21px 20px; transition: background .15s, transform .15s; }
.call-main:hover { background: var(--blue-dark); transform: translateY(-2px); }
.call-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #ffffff24; flex: none; }
.call-icon img { filter: brightness(0) invert(1); width: 24px; height: 24px; }
.call-copy { min-width: 0; flex: 1; }
.action-label { display: block; font-size: .9375rem; line-height: 1.4; margin-bottom: 5px; }
.phone-number { display: block; font-size: 1.9rem; font-weight: 700; letter-spacing: -.04em; line-height: 1.15; white-space: nowrap; }
.action-arrow { font-size: 1.3rem; align-self: flex-start; line-height: 1.2; }
.messengers { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 12px; margin-top: 12px; }
.channel { position: relative; display: flex; align-items: center; min-width: 0; min-height: 101px; border-radius: 12px; padding: 18px; color: var(--ink); transition: background .15s, transform .15s; }
.channel:hover { transform: translateY(-2px); }
.telegram { background: var(--telegram); color: #fff; }
.telegram:hover { background: var(--telegram-hover); }
.whatsapp { background: var(--whatsapp); color: #fff; }
.whatsapp:hover { background: var(--whatsapp-hover); }
.channel-icon { position: absolute; right: 17px; top: 17px; width: 24px; height: 24px; }
.channel-icon, .closing-link img, .mobile-telegram img, .mobile-whatsapp img { filter: brightness(0) invert(1); }
.channel-copy { display: block; width: 100%; min-width: 0; }
.channel .action-label { padding-right: 32px; margin-bottom: 12px; }
.channel strong { display: block; font-size: 1.2rem; line-height: 1.3; }
.hero-copy { grid-column: 1; padding-left: 5px; min-width: 0; }
.hero h1 { font-size: 2.1rem; line-height: 1.2; letter-spacing: -.035em; font-weight: 700; max-width: 490px; }
.hero h1 br { display: none; }

.map-background { position: absolute; z-index: -1; inset: 0; pointer-events: none; }
.map-background picture { display: block; width: 100%; height: 100%; }
.map-background img { width: 100%; height: 100%; object-fit: cover; object-position: center center; opacity: .82; }
.map-background:after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #f1f7fcf5 0%, #f1f7fca6 33%, #edf5fb00 62%); }
.map-credit { position: absolute; right: 24px; bottom: 14px; z-index: 2; font-size: .75rem; color: #536d81; background: #ffffffbd; padding: 3px 6px; border-radius: 3px; line-height: 1.5; }
.map-credit:hover { text-decoration: underline; }

.hours-section { background: var(--ink); color: #fff; }
.hours-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; min-height: 116px; padding-block: 23px; }
.hours-inner h2 { font-size: 1.35rem; font-weight: 500; line-height: 1.5; }
.hours-inner h2 span { display: inline-block; margin-left: 12px; color: #fff; background: var(--blue); font-weight: 700; font-size: 1.4rem; border-radius: 7px; padding: 4px 12px; white-space: nowrap; }
.hours-inner p { font-size: .9375rem; color: #c8d6e3; max-width: 300px; line-height: 1.5; }
.eyebrow { font-size: .8125rem; font-weight: 700; letter-spacing: .12em; line-height: 1.5; color: var(--blue); }
.details-section { background: #fff; border-bottom: 1px solid var(--line); }
.details-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 90px; padding-block: 66px; }
.details-grid h2 { font-size: 2.1rem; line-height: 1.2; letter-spacing: -.035em; margin-top: 20px; }
.detail { display: flex; gap: 22px; padding-block: 24px; border-bottom: 1px solid var(--line); }
.detail:first-child { padding-top: 0; }
.detail:last-child { border: 0; padding-bottom: 0; }
.detail-index { font-size: .875rem; color: var(--blue); padding-top: 4px; font-variant-numeric: tabular-nums; font-weight: 700; }
.detail > div { min-width: 0; }
.detail h3 { font-size: 1.125rem; line-height: 1.4; margin-bottom: 7px; }
.detail p { color: var(--muted); }
.closing { display: flex; align-items: center; justify-content: space-between; gap: 48px; padding-block: 62px; }
.closing h2 { font-size: 2.25rem; line-height: 1.2; letter-spacing: -.035em; margin-top: 20px; }
.closing p:last-child { max-width: 490px; color: var(--muted); margin-top: 17px; }
.closing-link { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-shrink: 0; background: var(--telegram); color: #fff; border-radius: 10px; padding: 21px 24px; font-weight: 700; line-height: 1.4; }
.closing-link img { flex: none; }
.closing-link:hover { background: var(--telegram-hover); }
.footer { background: var(--ink); color: #fff; padding-block: 42px; }
.footer .brand > span { color: #39a1f6; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.footer-links { display: flex; gap: 28px; flex-wrap: wrap; }
.footer-links a { font-size: .9375rem; line-height: 1.5; padding-block: 10px; }
.footer-links a:hover { text-decoration: underline; }
.terms { border-top: 1px solid #354453; padding-top: 25px; margin-top: 25px; }
.terms p { max-width: 850px; font-size: .875rem; color: #bac8d6; line-height: 1.65; }
.terms p + p { margin-top: 9px; }
.terms p strong { color: #fff; font-size: .9375rem; }
.mobile-contact { display: none; }

@media (max-width: 1024px) {
  .wrap { width: calc(100% - max(24px, env(safe-area-inset-left)) - max(24px, env(safe-area-inset-right))); }
  .header-right { gap: 15px; }
  .hero-inner { grid-template-columns: minmax(0, 484px) 1fr; }
  .details-grid { gap: 48px; }
  .phone-number { font-size: 1.8rem; }
  .closing { gap: 28px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - max(16px, env(safe-area-inset-left)) - max(16px, env(safe-area-inset-right))); }
  .header { min-height: 68px; gap: 12px; }
  .header .brand { font-size: 1.45rem; }
  .header-right { gap: 10px; }
  .header-right .city, .header-phone { display: none; }
  .languages { padding: 2px; }
  .languages a { min-width: 44px; min-height: 44px; font-size: .8125rem; }
  .hero-inner { display: flex; flex-direction: column; align-items: stretch; min-height: 0; gap: 20px; padding-block: 18px 28px; }
  .contact-panel { border-radius: 16px; padding: 18px; backdrop-filter: none; }
  .panel-heading { margin-bottom: 17px; gap: 10px; }
  .panel-title { font-size: 1rem; }
  .panel-description { margin-top: 7px; font-size: .875rem; }
  .region-label { font-size: .75rem; }
  .call-main { min-height: 94px; padding: 18px 15px; gap: 13px; }
  .call-icon { width: 40px; height: 40px; }
  .call-icon img { width: 21px; height: 21px; }
  .phone-number { font-size: clamp(1.45rem, 5.9vw, 1.9rem); }
  .action-label { font-size: .875rem; }
  .action-arrow { font-size: 1.1rem; }
  .messengers { gap: 10px; margin-top: 10px; }
  .channel { padding: 15px 13px; min-height: 93px; }
  .channel-icon { top: 14px; right: 13px; width: 22px; height: 22px; }
  .channel .action-label { padding-right: 27px; margin-bottom: 12px; }
  .channel strong { font-size: 1.125rem; }
  .hero-copy { padding-inline: 4px; min-height: 242px; }
  .hero h1 { font-size: 1.75rem; line-height: 1.22; letter-spacing: -.035em; max-width: 330px; }
  .hero h1 br { display: initial; }
  .map-background { top: auto; bottom: 12px; height: 204px; }
  .map-background img { object-fit: contain; object-position: center bottom; opacity: .96; }
  .map-background:after { background: linear-gradient(180deg, #edf5fb 0%, #edf5fb00 20%); }
  .map-credit { font-size: .75rem; bottom: 8px; right: 16px; background: #ffffffdc; padding: 1px 4px; }
  .hours-inner { display: block; min-height: 0; padding-block: 26px; }
  .hours-inner h2 { font-size: 1.125rem; line-height: 1.5; }
  .hours-inner h2 span { font-size: 1.25rem; padding: 3px 10px; margin-left: 7px; }
  .hours-inner p { font-size: .875rem; margin-top: 9px; max-width: 340px; }
  .details-grid { display: block; padding-block: 38px; }
  .eyebrow { font-size: .75rem; }
  .details-grid h2 { font-size: 1.8rem; margin-top: 15px; }
  .details-list { margin-top: 28px; }
  .detail { gap: 16px; padding-block: 22px; }
  .detail h3 { font-size: 1.0625rem; }
  .closing { display: block; padding-block: 40px; }
  .closing h2 { font-size: 1.9rem; }
  .closing-link { justify-content: center; width: 100%; margin-top: 24px; padding-inline: 18px; }
  .footer { padding-block: 30px calc(112px + env(safe-area-inset-bottom)); }
  .footer-top { display: block; }
  .footer-links { gap: 18px; margin-top: 14px; }
  .terms { margin-top: 20px; padding-top: 20px; }
  .mobile-contact { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; position: fixed; z-index: 10; bottom: 0; left: 0; width: 100%; padding: 8px max(12px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)); background: #fffffffa; border-top: 1px solid var(--line); box-shadow: 0 -4px 22px #17416d0a; }
  .mobile-contact a { min-height: 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 7px 4px; border-radius: 9px; font-size: .875rem; line-height: 1.2; font-weight: 700; color: var(--ink); }
  .mobile-contact a img { height: 20px; width: 20px; }
  .mobile-contact .mobile-phone { color: white; background: var(--blue); }
  .mobile-contact .mobile-phone:hover { background: var(--blue-dark); }
  .mobile-phone img { filter: brightness(0) invert(1); }
  .mobile-contact .mobile-telegram { background: var(--telegram); color: #fff; }
  .mobile-telegram:hover { background: var(--telegram-hover); }
  .mobile-contact .mobile-whatsapp { background: var(--whatsapp); color: #fff; }
  .mobile-whatsapp:hover { background: var(--whatsapp-hover); }
}
@media (max-width: 360px) {
  .header .brand { font-size: 1.3rem; }
  .contact-panel { padding: 15px; }
  .panel-heading { display: block; }
  .region-label { display: none; }
  .call-main { gap: 10px; padding-inline: 12px; }
  .call-icon { width: 32px; height: 32px; }
  .call-icon img { width: 18px; height: 18px; }
  .phone-number { font-size: 1.45rem; }
  .action-arrow { display: none; }
  .channel { padding-inline: 11px; }
  .channel-icon { right: 11px; width: 20px; height: 20px; }
  .channel strong { font-size: 1.0625rem; }
  .hero-copy { min-height: 226px; }
  .hero h1 { font-size: 1.65rem; }
  .map-background { height: 190px; }
  .hours-inner h2 { font-size: 1.0625rem; }
  .hours-inner h2 span { margin-left: 3px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; animation: none !important; }
}
