:root {
      --paper: #f5f7f6;
      --white: #fff;
      --ink: #182125;
      --graphite: #20292c;
      --graphite-2: #2c393d;
      --muted: #60706d;
      --line: #dce4df;
      --green: #9be83c;
      --green-soft: #e8f8d7;
      --violet: #7167d9;
      --red: #ff4b3e;
      --max: 1180px;
      --shadow: 0 24px 70px rgba(21, 35, 39, .13);
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
    a { color: inherit; }
    button, input, textarea { font: inherit; }
    .wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
    .topline { background: var(--graphite); color: #e9f1ed; font-size: 13px; }
    .topline-inner { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; }
    .topline a { text-decoration: none; font-weight: 800; }
    header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(220, 228, 223, .85); background: rgba(245, 247, 246, .94); backdrop-filter: blur(18px); }
    .nav { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
    .logo-picture { display: inline-flex; width: 184px; flex: 0 0 184px; }
    .logo-picture img { display: block; width: 100%; height: auto; }
    nav { display: flex; align-items: center; gap: 18px; color: #526164; font-size: 13px; font-weight: 700; }
    nav a { position: relative; padding: 7px 0; text-decoration: none; }
    nav a:hover, nav a.active { color: var(--ink); }
    nav a.active::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; border-radius: 3px; background: var(--green); }
    .socials { display: flex; align-items: center; gap: 8px; }
    .social-link { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #fff; text-decoration: none; font-weight: 900; }
    .tiktok { background: var(--ink); }
    .youtube { background: var(--red); }
    .menu { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: none; color: var(--ink); font-size: 24px; cursor: pointer; }
    .nav-cta, .button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 11px; text-decoration: none; font-weight: 800; }
    .nav-cta { padding: 0 16px; background: var(--green); white-space: nowrap; }
    .hero { padding: 74px 0 80px; }
    .hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 68px; align-items: center; }
    .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--violet); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
    .kicker::before { content: ""; width: 28px; height: 3px; background: var(--green); }
    h1 { max-width: 720px; margin: 18px 0 22px; font-size: clamp(48px, 7vw, 86px); line-height: .94; letter-spacing: -.04em; }
    .lead { max-width: 610px; margin: 0; color: var(--muted); font-size: 18px; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
    .button { padding: 0 22px; }
    .button-primary { background: var(--red); color: #fff; }
    .button-secondary { border: 1px solid var(--line); background: var(--white); }
    .contact-board { position: relative; overflow: hidden; min-height: 430px; padding: 34px; border-radius: 24px; background: var(--graphite); color: #fff; box-shadow: var(--shadow); }
    .contact-board::after { content: ""; position: absolute; width: 230px; height: 230px; right: -105px; top: -105px; border-radius: 50%; background: var(--violet); opacity: .46; }
    .board-label { position: relative; z-index: 1; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
    .address { position: relative; z-index: 1; margin: 22px 0 28px; font-size: 23px; font-style: normal; font-weight: 800; line-height: 1.2; }
    .hours { position: relative; z-index: 1; padding-top: 18px; border-top: 1px solid #455357; color: #c5d0cd; }
    .hours strong { display: block; margin-top: 3px; color: #fff; font-size: 20px; }
    .phone-list { position: relative; z-index: 1; display: grid; gap: 6px; margin-top: 26px; }
    .phone-list a { width: fit-content; color: #fff; text-decoration: none; font-size: 18px; font-weight: 800; }
    .phone-list a:hover { color: var(--green); }
    .email { position: relative; z-index: 1; display: inline-flex; margin-top: 22px; color: var(--green); font-weight: 800; overflow-wrap: anywhere; }
    .route { padding: 80px 0; background: var(--white); }
    .section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
    h2 { max-width: 720px; margin: 14px 0 0; font-size: clamp(38px, 5vw, 64px); line-height: .98; letter-spacing: -.035em; }
    .section-head p { max-width: 430px; margin: 0; color: var(--muted); }
    .map-frame { overflow: hidden; height: min(62vw, 560px); min-height: 420px; border-radius: 20px; background: #e4e9e6; box-shadow: var(--shadow); }
    .map-frame iframe { width: 100%; height: 100%; display: block; border: 0; }
    .route-meta { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 22px; }
    .route-meta p { margin: 0; color: var(--muted); }
    .route-link { min-width: 210px; background: var(--green); }
    .requisites { padding: 80px 0; background: var(--paper); }
    .requisites-sheet { border-top: 1px solid #bfcac5; border-bottom: 1px solid #bfcac5; }
    .requisites-grid { display: grid; grid-template-columns: .9fr 1.1fr; }
    .requisites-column { padding: 34px 44px 36px 0; }
    .requisites-column + .requisites-column { padding-right: 0; padding-left: 44px; border-left: 1px solid #bfcac5; }
    .requisites-column h3 { margin: 0 0 26px; font-size: 25px; letter-spacing: -.025em; }
    .requisite-list { display: grid; gap: 0; margin: 0; }
    .requisite-row { display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: 18px; padding: 13px 0; border-top: 1px solid var(--line); }
    .requisite-row:first-child { border-top: 0; padding-top: 0; }
    .requisite-row dt { color: var(--muted); font-size: 13px; font-weight: 800; }
    .requisite-row dd { min-width: 0; margin: 0; font-weight: 700; overflow-wrap: anywhere; }
    .requisite-row a { color: var(--ink); text-underline-offset: 3px; }
    .requisite-row a:hover { color: var(--violet); }
    .bank-value { font-variant-numeric: tabular-nums; letter-spacing: .015em; }
    footer { padding: 52px 0 26px; background: var(--graphite); color: #d7e0dc; }
    .footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 35px; }
    .footer-logo { display: inline-flex; width: 230px; }
    .footer-logo img { display: block; width: 100%; max-height: 48px; object-fit: contain; }
    footer p, footer a { color: #98a8a5; font-size: 13px; }
    footer a:hover { color: var(--green); }
    .footer-title { margin-bottom: 12px; color: #fff; font-weight: 800; }
    .footer-links { display: grid; gap: 7px; }
    .footer-links a { min-height: 32px; display: flex; align-items: center; }
    .copyright { margin-top: 36px; padding-top: 20px; border-top: 1px solid #3e4b4e; color: #7e908d; font-size: 12px; }
    :focus-visible { outline: 3px solid rgba(113, 103, 217, .48); outline-offset: 3px; }
    @media (max-width: 980px) {
      nav { gap: 10px; }
      .nav-cta { display: none; }
      .hero-grid, .requisites-grid { grid-template-columns: 1fr; gap: 36px; }
      .contact-board { min-height: 0; }
      .requisites-column, .requisites-column + .requisites-column { padding: 30px 0; border-left: 0; }
      .requisites-column + .requisites-column { border-top: 1px solid #bfcac5; }
    }
    @media (max-width: 680px) {
      .wrap { width: min(100% - 28px, var(--max)); }
      .topline-inner { flex-direction: column; gap: 2px; }
      header { position: relative; }
      .nav { min-height: 70px; gap: 8px; }
      .logo-picture { width: 142px; flex-basis: 142px; }
      .socials { margin-left: auto; }
      .social-link { width: 44px; height: 44px; }
      .menu { display: block; }
      nav { display: none; position: absolute; top: 70px; right: 14px; left: 14px; max-height: calc(100dvh - 76px); overflow-y: auto; padding: 13px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .99); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
      nav.open { display: flex; }
      nav a { min-height: 44px; display: flex; align-items: center; padding: 10px; }
      nav a.active::after { right: auto; width: 4px; height: auto; top: 8px; bottom: 8px; }
      .hero { padding: 52px 0 58px; }
      h1 { font-size: clamp(43px, 14vw, 62px); }
      .lead { font-size: 16px; }
      .contact-board { padding: 25px; border-radius: 18px; }
      .address { font-size: 20px; }
      .route, .requisites { padding: 62px 0; }
      .section-head { display: block; }
      .section-head p { margin-top: 16px; }
      .map-frame { height: 480px; min-height: 0; border-radius: 16px; }
      .route-meta { align-items: stretch; flex-direction: column; }
      .route-link { width: 100%; }
      .requisite-row { grid-template-columns: 1fr; gap: 4px; }
      .footer-grid { grid-template-columns: 1fr; gap: 26px; }
      .footer-links a { min-height: 44px; }
    }
    @media (max-width: 380px) {
      .socials { display: none; }
      .logo-picture { width: 136px; flex-basis: 136px; }
      h1 { font-size: 41px; }
      .hero-actions { display: grid; }
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
    }
