:root {
  --navy-950: #031126;
  --navy-900: #061b3d;
  --navy-800: #0a2d63;
  --blue-700: #0c4194;
  --cyan-500: #20c7e8;
  --cyan-300: #7ee8f5;
  --silver-50: #f8fafc;
  --silver-100: #f3f6f9;
  --silver-200: #e1e8ef;
  --silver-300: #cbd6e1;
  --silver-400: #aab8c9;
  --ink: #0a1b32;
  --muted: #566a82;
  --white: #ffffff;
  --line: rgba(117, 151, 185, .25);
  --wrap: min(1380px, calc(100vw - 96px));
  --radius-lg: 28px;
  --radius: 20px;
  --radius-sm: 12px;
  --shadow: 0 30px 80px rgba(3, 17, 38, .10);
  --ease: cubic-bezier(.2, .75, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-gutter: stable; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.48; -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { border: 0; }
sup { font-size: .58em; line-height: 0; }
::selection { color: var(--navy-950); background: var(--cyan-300); }

.page-wrap { width: var(--wrap); margin-inline: auto; }
#companies, #contacts, .company-card, .projects-section { scroll-margin-top: 100px; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 12px 18px; color: var(--navy-950); background: var(--cyan-300); border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { width: 100%; height: 86px; padding: 0 42px; position: fixed; inset: 0 0 auto; z-index: 800; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; color: var(--white); border-bottom: 1px solid rgba(126,232,245,.13); background: radial-gradient(circle at 88% -100%,rgba(32,199,232,.16),transparent 42%),linear-gradient(105deg,rgba(3,17,38,.94),rgba(5,31,67,.91) 62%,rgba(6,47,84,.86)); box-shadow: 0 10px 34px rgba(1,9,21,.13); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 43px; height: 43px; object-fit: contain; }
.brand__company { color: #c7d5e4; font-size: 9px; line-height: 1.15; letter-spacing: .09em; text-transform: uppercase; }
.brand__company strong { color: var(--white); font-size: 15px; letter-spacing: .05em; }
.brand__section { margin-left: 4px; padding-left: 16px; border-left: 1px solid rgba(255,255,255,.25); font-size: 14px; font-weight: 800; letter-spacing: .055em; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: 15px; }
.site-nav a { color: #d5e0eb; font-size: 12px; font-weight: 650; }
.site-nav > .site-nav__current, .site-nav__projects-trigger, .site-nav > .site-nav__home { min-width: 156px; min-height: 38px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(126,232,245,.18); border-radius: 999px; color: #e8f1f8; background: rgba(126,232,245,.045); font-size: 11px; font-weight: 700; white-space: nowrap; cursor: pointer; transition: color .22s ease, border-color .22s ease, background .22s ease; }
.site-nav > .site-nav__current:hover, .site-nav > .site-nav__current:focus-visible, .site-nav__projects-trigger:hover, .site-nav__projects-trigger:focus-visible, .site-nav__projects.is-projects-open .site-nav__projects-trigger, .site-nav > .site-nav__home:hover, .site-nav > .site-nav__home:focus-visible { border-color: rgba(126,232,245,.38); color: var(--cyan-300); background: rgba(126,232,245,.1); }
.site-nav > .site-nav__current:focus-visible, .site-nav__projects-trigger:focus-visible, .site-nav > .site-nav__home:focus-visible { outline: 1px solid rgba(126,232,245,.32); outline-offset: 2px; }
.site-nav__projects { position: relative; }
.site-nav__projects-trigger { gap: 10px; }
.site-nav__projects-trigger::after { content: ""; width: 6px; height: 6px; margin-top: -3px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); transition: transform .22s ease, margin .22s ease; }
.site-nav__projects.is-projects-open .site-nav__projects-trigger::after { margin-top: 3px; transform: rotate(225deg); }
.site-nav > .site-nav__home { gap: 10px; }
.site-nav > .site-nav__home::after { content: "↗"; color: #7390a7; font-size: 10px; line-height: 1; }
.site-nav__project-panel { width: 286px; padding: 10px; position: absolute; z-index: 2; top: calc(100% + 14px); left: 50%; opacity: 0; visibility: hidden; transform: translate(-50%,-8px); border: 1px solid rgba(126,232,245,.2); border-radius: 15px; background: radial-gradient(circle at 92% 0,rgba(32,199,232,.12),transparent 35%),rgba(3,17,38,.98); box-shadow: 0 24px 60px rgba(0,0,0,.28); pointer-events: none; transition: opacity .22s ease, visibility .22s ease, transform .22s var(--ease); }
.site-nav__projects.is-projects-open .site-nav__project-panel { opacity: 1; visibility: visible; transform: translate(-50%,0); pointer-events: auto; }
.site-nav__label { padding: 9px 11px 12px; display: block; color: #829db3; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 7px; line-height: 1; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.site-nav__project-links { display: grid; }
.site-nav__project-links a { min-height: 48px; padding: 0 11px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.075); transition: color .2s ease, background .2s ease, padding .2s ease; }
.site-nav__project-links a:last-child { border-bottom: 0; }
.site-nav__project-links a::after { content: "↗"; color: #66839b; font-size: 10px; line-height: 1; }
.site-nav__project-links a:hover, .site-nav__project-links a:focus-visible { padding-left: 15px; color: var(--white); background: rgba(126,232,245,.055); }
.site-nav__project-links a:hover::after, .site-nav__project-links a:focus-visible::after { color: var(--cyan-300); }
.site-nav__contacts { display: none; }
.menu-toggle { width: 44px; height: 44px; padding: 11px 9px; display: none; flex-direction: column; justify-content: center; gap: 5px; border: 1px solid rgba(126,232,245,.18); border-radius: 11px; color: var(--white); background: rgba(255,255,255,.025); cursor: pointer; }
.menu-toggle:focus-visible { outline: 1px solid rgba(126,232,245,.24); outline-offset: 1px; }
.menu-toggle span { width: 100%; height: 2px; display: block; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
.site-header.is-menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header.is-menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.site-header.is-menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.menu-backdrop { display: none; }

.hero { min-height: 880px; padding: 174px 0 0; position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 78% 18%, rgba(32,199,232,.17), transparent 25%), radial-gradient(circle at 8% 100%, rgba(12,65,148,.34), transparent 28%), linear-gradient(135deg, var(--navy-950), var(--navy-900) 52%, #072a5d); }
.hero::before { content: ""; width: 720px; height: 720px; position: absolute; right: -250px; top: 34px; border: 1px solid rgba(126,232,245,.10); border-radius: 50%; box-shadow: 0 0 0 84px rgba(126,232,245,.025), 0 0 0 168px rgba(126,232,245,.014); }
.hero::after { content: "UWIN"; position: absolute; left: -12px; bottom: 78px; color: rgba(255,255,255,.018); font-size: clamp(180px, 24vw, 410px); line-height: .7; font-weight: 900; letter-spacing: -.08em; pointer-events: none; }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr; align-items: center; }
.hero__content { max-width: 1050px; }
.eyebrow, .section-kicker { margin: 0 0 24px; color: var(--cyan-300); font-size: 9px; font-weight: 850; letter-spacing: .22em; }
.hero h1 { max-width: 1120px; margin: 0; font-size: clamp(56px, 6vw, 92px); line-height: .98; letter-spacing: -.052em; font-weight: 650; }
.hero h1 span { color: #b8c8d8; font-weight: 500; }
.hero__lead { max-width: 720px; margin: 38px 0 0; color: #e1e9f1; font-size: clamp(18px, 1.55vw, 24px); line-height: 1.48; font-weight: 520; }
.hero__note { max-width: 670px; margin: 20px 0 0; color: #8fa5ba; font-size: 14px; line-height: 1.7; }
.hero__actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border-radius: 12px; font-size: 12px; font-weight: 800; letter-spacing: .01em; transition: transform .25s var(--ease), background .25s ease, border-color .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button--primary { color: var(--navy-950); background: var(--cyan-300); }
.button--primary:hover { background: #a5f1f8; }
.button--ghost { border: 1px solid rgba(255,255,255,.24); color: var(--white); background: rgba(255,255,255,.035); }
.button--ghost:hover { border-color: var(--cyan-300); background: rgba(126,232,245,.08); }

.hero-facts { min-height: 150px; margin-top: 94px; position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.12); }
.hero-facts > div { padding: 30px 24px; display: flex; align-items: center; gap: 18px; border-right: 1px solid rgba(255,255,255,.1); }
.hero-facts > div:first-child { padding-left: 0; }
.hero-facts > div:last-child { border-right: 0; }
.hero-facts strong { color: var(--white); font-size: clamp(28px, 2.6vw, 42px); letter-spacing: -.05em; }
.hero-facts span { color: #91a7bc; font-size: 10px; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }

.companies-section { padding: 132px 0 148px; background: var(--white); }
.section-heading { margin-bottom: 72px; display: grid; grid-template-columns: 1.05fr .75fr; align-items: end; gap: clamp(54px, 8vw, 140px); }
.section-heading h2 { margin: 0; color: var(--navy-900); font-size: clamp(45px, 4.7vw, 72px); line-height: .98; letter-spacing: -.052em; font-weight: 650; }
.section-heading > p { max-width: 590px; margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.section-kicker { color: #078eaa; }
.companies-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.company-card { --card-accent: #159fbd; min-height: 760px; padding: clamp(28px, 3vw, 44px); display: flex; flex-direction: column; position: relative; overflow: hidden; border: 1px solid #d7e1ea; border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 18px 46px rgba(3,17,38,.045); transition: transform .35s var(--ease), border-color .35s ease, box-shadow .35s ease; }
.company-card:hover { transform: translateY(-7px); border-color: #b7cadc; box-shadow: var(--shadow); }
.company-card::before { content: ""; height: 3px; position: absolute; z-index: 2; inset: 0 0 auto; background: var(--card-accent); }
.company-card::after { content: ""; width: 250px; height: 250px; position: absolute; right: -130px; bottom: -130px; border: 1px solid rgba(32,199,232,.24); border-radius: 50%; box-shadow: 0 0 0 44px rgba(32,199,232,.028); pointer-events: none; }
.company-card__top { min-height: 154px; padding: 18px 18px 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; overflow: hidden; border: 1px solid #dce6ee; border-radius: 18px; background: linear-gradient(135deg,#f0f6fb,#fff); }
.company-card__number { position: relative; z-index: 1; color: var(--card-accent); font-size: 50px; line-height: 1; font-weight: 300; letter-spacing: -.08em; }
.company-card__logo { width: min(58%,260px); height: 116px; padding: 0; position: relative; display: grid; place-items: center; overflow: hidden; border: 0; border-radius: 14px; background: transparent; }
.company-card__logo--dark { background: #050505; }
.company-card__logo img { width: 100%; max-width: none; height: 100%; position: absolute; inset: 0; object-fit: cover; border-radius: 10px; }
#uwin-group { --card-accent: #0c4194; }
#uwin-group .company-card__top { background: linear-gradient(135deg,#ebf5ff,#fff 72%); }
#uwin-group .company-card__logo img { object-fit: contain; transform: scale(1.22); }
#schneider-competence { --card-accent: #2e3440; }
#schneider-competence .company-card__top { background: linear-gradient(135deg,#f3f0e9,#fff 72%); }
#schneider-bauholding { --card-accent: #c59a4a; }
#schneider-bauholding .company-card__top { border-color: #252525; background: radial-gradient(circle at 80% 20%,rgba(197,154,74,.14),transparent 34%),#050505; }
#schneider-bauholding .company-card__number { color: #d2aa61; }
#torgservise-122 { --card-accent: #111; }
#torgservise-122 .company-card__top { border-color: #262626; background: linear-gradient(135deg,#050505,#232323); }
#torgservise-122 .company-card__number { color: #fff; }
#retrans-scarlet-hund { --card-accent: #a80f23; }
#retrans-scarlet-hund .company-card__top { border-color: #efdadc; background: linear-gradient(135deg,#fff1f3,#fff 72%); }
#retrans-scarlet-hund .company-card__logo img { object-fit: contain; transform: scale(1.12); }
#schneider-invest-industry { --card-accent: #8ca6bd; }
#schneider-invest-industry .company-card__top { border-color: #242b32; background: radial-gradient(circle at 78% 18%,rgba(126,232,245,.1),transparent 34%),#050505; }
#schneider-invest-industry .company-card__number { color: #bed0de; }
#schneider-invest-industry .company-card__logo img { object-fit: contain; object-position: center; transform: translateY(7px) scale(1.5); }
.company-card__identity { margin-top: 30px; }
.company-card__identity p { margin: 0 0 11px; color: #7d91a5; font-size: 9px; font-weight: 850; letter-spacing: .17em; }
.company-card__identity h3 { margin: 0; color: var(--navy-800); font-size: clamp(25px, 2.2vw, 34px); line-height: 1.08; font-weight: 650; letter-spacing: -.025em; }
.company-card__identity span { margin-top: 13px; display: inline-flex; color: #087f99; font-size: 11px; line-height: 1.4; font-weight: 800; }
.company-card__description { min-height: 112px; margin: 25px 0 27px; color: var(--muted); font-size: 14px; line-height: 1.68; }
.company-card__facts { margin: auto 0 0; padding: 5px 0 0; border-top: 1px solid var(--silver-200); }
.company-card__facts > div { min-height: 54px; padding: 0 12px; display: grid; grid-template-columns: minmax(130px, .68fr) 1.2fr; align-items: center; gap: 20px; border-bottom: 1px solid var(--silver-200); }
.company-card__facts dt { color: #71869a; font-size: 10px; }
.company-card__facts dd { margin: 0; color: var(--ink); font-size: 12px; font-weight: 760; line-height: 1.4; }
.company-card__facts .fact--year dd, .company-card__facts .fact--tax dd { color: var(--navy-800); font-size: 14px; }
.company-card__facts .fact--capital { min-height: 62px; margin: 5px 0; border: 1px solid #cfe1ec; border-left: 3px solid #18a9c7; border-radius: 11px; background: linear-gradient(90deg,rgba(32,199,232,.075),rgba(12,65,148,.025)); }
.company-card__facts .fact--capital dd { color: var(--navy-800); font-size: 16px; letter-spacing: -.015em; }
.company-card__facts a { color: #087f99; overflow-wrap: anywhere; }
.company-card__facts a:hover { text-decoration: underline; text-underline-offset: 3px; }
.company-card__actions { margin-top: 28px; position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 13px; }
.card-button { min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 10px; font-size: 11px; font-weight: 800; transition: transform .25s var(--ease), border-color .25s ease, background .25s ease; }
.card-button:hover { transform: translateY(-2px); }
.card-button--primary { color: var(--white); background: var(--navy-900); }
.card-button--primary span { color: var(--cyan-300); font-size: 8px; letter-spacing: .12em; }
.card-button--primary:hover { background: var(--blue-700); }
.card-button--download { border: 1px solid var(--silver-300); color: var(--navy-800); background: var(--white); }
.card-button--download:hover { border-color: #8fb5ca; background: var(--silver-50); }
.company-card__registry { min-height: 38px; grid-column: 1 / -1; display: inline-flex; align-items: center; justify-content: flex-end; gap: 9px; color: #087f99; font-size: 10px; font-weight: 780; }
.company-card__registry span { font-size: 13px; line-height: 1; }
.company-card__registry:hover { text-decoration: underline; text-underline-offset: 3px; }
.companies-note { margin: 34px 0 0; padding: 18px 22px; color: #667b90; border-left: 3px solid #0a91b0; background: var(--silver-50); font-size: 11px; line-height: 1.6; }

.request-section { padding: 130px 0; position: relative; overflow: clip; background: var(--silver-100); }
.request-section::before { content: "UWIN"; position: absolute; right: -28px; bottom: -38px; color: rgba(6,27,61,.024); font-size: clamp(150px,22vw,340px); line-height: .72; font-weight: 900; letter-spacing: -.08em; pointer-events: none; }
.request-section > .page-wrap { position: relative; z-index: 1; }
.request-layout { min-height: 900px; display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.38fr); gap: 24px; align-items: start; }
.request-form { padding: clamp(28px,4vw,54px); border: 1px solid #d5e0e9; border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 24px 70px rgba(3,17,38,.075); }
.request-form__contacts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.request-field { min-width: 0; display: grid; align-content: start; gap: 10px; }
.request-field--wide { grid-column: 1 / -1; }
.request-field > span, .request-field legend { color: #466078; font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.request-field select, .request-field input, .request-field textarea { width: 100%; min-height: 54px; padding: 13px 15px; border: 1px solid #cad6e1; border-radius: 10px; color: var(--ink); outline: 0; background: var(--white); font-size: 13px; line-height: 1.45; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.request-field textarea { min-height: 132px; resize: vertical; }
.request-field input::placeholder, .request-field textarea::placeholder { color: #93a3b4; }
.request-field select:focus, .request-field input:focus, .request-field textarea:focus { border-color: #0a91b0; box-shadow: 0 0 0 4px rgba(32,199,232,.10); background: #fbfeff; }
.request-tax { margin: 0; padding: 0; border: 0; }
.request-tax legend { margin-bottom: 10px; padding: 0; }
.request-tax__options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.request-tax__options label { min-width: 0; position: relative; cursor: pointer; }
.request-tax__options input { width: 1px; height: 1px; min-height: 0; padding: 0; position: absolute; opacity: 0; pointer-events: none; }
.request-tax__options span { min-height: 52px; padding: 0 14px; display: flex; align-items: center; justify-content: center; border: 1px solid #cad6e1; border-radius: 10px; color: #466078; background: var(--white); font-size: 11px; font-weight: 760; text-align: center; transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.request-tax__options label:hover span { border-color: #8fb5ca; background: #f8fcfe; }
.request-tax__options input:checked + span { color: var(--white); border-color: var(--navy-800); background: var(--navy-800); box-shadow: 0 7px 18px rgba(6,27,61,.14); }
.request-tax__options input:focus-visible + span { outline: 3px solid var(--cyan-300); outline-offset: 3px; }
.request-consent { margin-top: 24px; display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 12px; color: #65798d; font-size: 10px; line-height: 1.55; cursor: pointer; }
.request-consent input { width: 18px; height: 18px; margin: 0; accent-color: var(--navy-800); }
.request-consent a { color: #087f99; text-decoration: underline; text-underline-offset: 2px; }
.request-honeypot { width: 1px; height: 1px; position: absolute; left: -10000px; overflow: hidden; }
.request-form__submit { margin-top: 30px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 15px 22px; }
.request-form__submit .button { border: 0; cursor: pointer; }
.request-form__submit .button:disabled { opacity: .65; cursor: wait; transform: none; }
.request-form__preview, .request-form__status { margin: 0; color: #73879a; font-size: 9px; line-height: 1.55; }
.request-form__status:empty { display: none; }
.request-contacts { min-height: 470px; padding: clamp(30px,3.4vw,46px); position: sticky; top: 24px; overflow: hidden; color: var(--white); border-radius: var(--radius-lg); background: radial-gradient(circle at 90% 8%, rgba(32,199,232,.2), transparent 28%), linear-gradient(145deg,#031126,#0a3975); box-shadow: 0 26px 70px rgba(3,17,38,.18); }
.request-contacts::after { content: ""; width: 250px; height: 250px; position: absolute; right: -140px; bottom: -140px; border: 1px solid rgba(126,232,245,.18); border-radius: 50%; box-shadow: 0 0 0 42px rgba(126,232,245,.025); }
.request-contacts > p { margin: 0; color: var(--cyan-300); font-size: 8px; font-weight: 850; letter-spacing: .19em; }
.request-contacts h3 { margin: 38px 0 13px; font-size: clamp(32px,3vw,46px); line-height: 1; letter-spacing: -.05em; }
.request-contacts > span { display: block; color: #9db1c4; font-size: 12px; line-height: 1.6; }
.request-contacts > a { margin-top: 28px; padding-top: 18px; position: relative; z-index: 1; display: grid; gap: 7px; border-top: 1px solid rgba(255,255,255,.13); }
.request-contacts small { color: #8fa8bd; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.request-contacts strong { color: var(--white); font-size: clamp(16px,1.7vw,22px); overflow-wrap: anywhere; }
.request-contacts__note { margin-top: 34px; padding: 16px; position: relative; z-index: 1; color: #b5c6d6; border: 1px solid rgba(126,232,245,.18); border-radius: 11px; background: rgba(255,255,255,.045); font-size: 10px; line-height: 1.55; }

.projects-section { padding: 92px 0 104px; border-top: 1px solid var(--silver-200); background: var(--white); }
.projects-heading { margin-bottom: 42px; display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.55fr); align-items: end; gap: 60px; }
.projects-heading .section-kicker { margin-bottom: 18px; }
.projects-heading h2 { margin: 0; color: var(--navy-900); font-size: clamp(36px,3.7vw,54px); line-height: 1; font-weight: 650; letter-spacing: -.045em; }
.projects-heading > p { max-width: 470px; margin: 0 0 3px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.projects-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid #d5e0e9; border-bottom: 1px solid #d5e0e9; }
.project-link { --project-accent: #8399ad; min-height: 150px; padding: 25px 28px; position: relative; display: grid; grid-template-columns: auto 1fr; align-content: center; gap: 8px 18px; border-right: 1px solid #d5e0e9; touch-action: manipulation; transition: background .25s ease, transform .25s var(--ease); }
.project-link:last-child { border-right: 0; }
.project-link::before { content: ""; width: 42px; height: 2px; position: absolute; left: 28px; top: 0; background: var(--project-accent); }
.project-link:hover { background: var(--silver-50); transform: translateY(-3px); }
.project-link > span { grid-row: 1 / span 2; color: var(--project-accent); font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.project-link strong { color: var(--navy-800); font-size: clamp(20px,2vw,28px); line-height: 1; letter-spacing: -.03em; }
.project-link small { color: #71869a; font-size: 10px; line-height: 1.45; }
.project-link--oil { --project-accent: #b28a43; }
.project-link--aqua { --project-accent: #0c9fbd; }
.project-link--food { --project-accent: #8b3144; }

.thanks-page { min-height: 100dvh; display: grid; grid-template-rows: auto 1fr auto; color: var(--white); background: radial-gradient(circle at 82% 12%, rgba(32,199,232,.18), transparent 24%), radial-gradient(circle at 8% 92%, rgba(12,65,148,.36), transparent 28%), linear-gradient(145deg,#020d1e,#061a38 62%,#082a59); }
.thanks-header { min-height: 92px; padding: 0 clamp(20px,4vw,62px); display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid rgba(255,255,255,.1); }
.thanks-header__phone { color: var(--white); font-size: 13px; font-weight: 760; letter-spacing: .02em; }
.thanks-main { padding: 64px 20px; display: grid; place-items: center; }
.thanks-card { width: min(820px,100%); padding: clamp(34px,6vw,78px); position: relative; overflow: hidden; border: 1px solid rgba(126,232,245,.22); border-radius: 28px; background: rgba(4,24,52,.74); box-shadow: 0 38px 100px rgba(0,0,0,.26); backdrop-filter: blur(14px); }
.thanks-card::after { content: ""; width: 320px; height: 320px; position: absolute; right: -190px; bottom: -190px; border: 1px solid rgba(126,232,245,.16); border-radius: 50%; box-shadow: 0 0 0 54px rgba(126,232,245,.025); }
.thanks-card__signal { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid rgba(126,232,245,.35); border-radius: 50%; color: var(--navy-950); background: var(--cyan-300); font-size: 28px; font-weight: 900; }
.thanks-card__kicker { margin: 34px 0 22px; color: var(--cyan-300); font-size: 9px; font-weight: 850; letter-spacing: .2em; }
.thanks-card h1 { margin: 0; font-size: clamp(60px,9vw,106px); line-height: .88; letter-spacing: -.07em; }
.thanks-card h2 { margin: 25px 0 0; color: #c2d2e1; font-size: clamp(24px,3.4vw,39px); line-height: 1.12; letter-spacing: -.035em; }
.thanks-card__lead { max-width: 600px; margin: 22px 0 0; color: #9eb2c5; font-size: 15px; line-height: 1.72; }
.thanks-card__actions { margin-top: 36px; position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 11px; }
.thanks-card__note { max-width: 540px; margin: 25px 0 0; color: #6f879e; font-size: 9px; line-height: 1.55; }
.thanks-footer { min-height: 74px; padding: 0 clamp(20px,4vw,62px); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #6f879e; font-size: 9px; }
.thanks-footer a { color: var(--cyan-300); font-size: 11px; font-weight: 700; }

.site-footer { padding: 78px 0 0; position: relative; overflow: hidden; color: #9db0c4; background: radial-gradient(circle at 12% 4%, rgba(32,199,232,.1), transparent 28%), linear-gradient(145deg, #020d1e, #061a38 64%, #08264e); border-top: 1px solid rgba(126,232,245,.18); }
.site-footer::before { content: ""; width: 540px; height: 540px; position: absolute; right: -260px; top: -310px; border: 1px solid rgba(126,232,245,.09); border-radius: 50%; box-shadow: 0 0 0 72px rgba(126,232,245,.018), 0 0 0 144px rgba(126,232,245,.012); pointer-events: none; }
.footer-main { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .7fr .75fr 1.05fr; gap: clamp(34px, 5vw, 80px); padding-bottom: 64px; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; }
.footer-logo { display: inline-flex; align-items: center; gap: 14px; color: var(--white); }
.footer-logo img { width: 54px; height: 54px; object-fit: contain; }
.footer-logo span { color: #9db0c4; font-size: 10px; line-height: 1.2; text-transform: uppercase; }
.footer-logo strong { color: var(--white); font-size: 19px; letter-spacing: .06em; }
.footer-brand > p { max-width: 310px; margin: 24px 0 0; color: #8096ac; font-size: 12px; line-height: 1.62; }
.footer-column, .footer-contacts { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-column > strong, .footer-contacts > strong { margin-bottom: 8px; color: var(--cyan-300); font-size: 8px; letter-spacing: .19em; }
.footer-column a { position: relative; z-index: 1; color: #a4b5c6; font-size: 12px; line-height: 1.35; touch-action: manipulation; transition: color .25s ease, transform .25s ease; }
.footer-column a:hover { color: var(--white); transform: translateX(3px); }
.footer-column a span { color: var(--cyan-300); }
.footer-column .footer-link--home { margin-top: 4px; padding-top: 13px; border-top: 1px solid rgba(126,232,245,.14); color: var(--cyan-300); font-weight: 760; }
.footer-contacts address { display: grid; gap: 13px; color: #91a5b9; font-size: 11px; font-style: normal; line-height: 1.55; }
.footer-contacts > a[href^="tel:"] { margin-top: 5px; color: var(--white); font-size: 20px; font-weight: 760; }
.footer-contacts .footer-mail { color: var(--cyan-300); font-size: 13px; font-weight: 700; }
.footer-bottom { min-height: 76px; position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); color: #667e95; font-size: 9px; }
.footer-bottom strong { justify-self: center; color: #a8bacb; font-size: 9px; letter-spacing: .08em; }
.footer-bottom a { color: var(--cyan-300); }

.return-beacon { min-height: 38px; padding: 0 15px; position: fixed; z-index: 720; right: 18px; bottom: 20px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(126,232,245,.24); border-radius: 999px; color: rgba(237,251,255,.86); background: rgba(3,17,38,.72); box-shadow: 0 10px 26px rgba(0,17,45,.18); backdrop-filter: blur(14px); font-size: 10px; font-weight: 760; white-space: nowrap; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(8px); transition: opacity .26s ease, visibility .26s ease, transform .26s var(--ease), background .2s ease; }
.return-beacon.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.return-beacon:hover, .return-beacon:focus-visible { color: var(--white); background: rgba(5,29,63,.9); }

body.document-modal-open { overflow: hidden; }
.document-modal { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; overflow: hidden; border: 0; color: var(--white); background: transparent; }
.document-modal::backdrop { background: rgba(1,9,21,.82); backdrop-filter: blur(8px); }
.document-modal[open] { display: grid; place-items: center; }
.document-modal__panel { width: min(1280px, calc(100vw - 28px)); height: calc(100dvh - 28px); display: grid; grid-template-rows: auto minmax(0,1fr); overflow: hidden; border: 1px solid rgba(126,232,245,.24); border-radius: 20px; background: var(--navy-950); box-shadow: 0 34px 100px rgba(0,0,0,.42); }
.document-modal__header { min-height: 76px; padding: 12px 14px 12px 20px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.12); background: var(--navy-900); }
.document-modal__header > div:first-child { min-width: 0; display: grid; gap: 6px; }
.document-modal__header > div:first-child span { color: var(--cyan-300); font-size: 7px; font-weight: 850; letter-spacing: .18em; }
.document-modal__header strong { overflow: hidden; color: var(--white); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.document-modal__actions { display: flex; gap: 8px; }
.document-modal__actions a, .document-modal__actions button { min-height: 44px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid rgba(126,232,245,.28); border-radius: 10px; color: var(--white); background: rgba(255,255,255,.04); cursor: pointer; font-size: 10px; font-weight: 800; }
.document-modal__actions a { color: var(--navy-950); background: var(--cyan-300); border-color: var(--cyan-300); }
.document-modal__actions button span { color: var(--cyan-300); font-size: 20px; line-height: 1; }
.document-modal__viewport { min-height: 0; padding: 22px; overflow: auto; overscroll-behavior: contain; background: #dce3e9; }
.document-modal__viewport img { width: min(1040px, 100%); height: auto; margin: 0 auto; border-radius: 4px; background: var(--white); box-shadow: 0 18px 54px rgba(3,17,38,.18); }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--cyan-300); outline-offset: 4px; }

/* Standalone document viewer fallback */
.document-page { min-height: 100vh; color: var(--white); background: var(--navy-950); }
.document-header { min-height: 82px; padding: 0 28px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; border-bottom: 1px solid rgba(255,255,255,.12); background: var(--navy-900); }
.document-header .brand__section { color: var(--white); }
.document-title { justify-self: center; color: #b8c8d8; font-size: 11px; font-weight: 720; }
.document-actions { display: flex; gap: 10px; }
.document-action { min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid rgba(126,232,245,.28); border-radius: 10px; color: var(--white); background: rgba(255,255,255,.04); font-size: 10px; font-weight: 800; }
.document-action--download { color: var(--navy-950); background: var(--cyan-300); border-color: var(--cyan-300); }
.document-shell { width: min(1180px, calc(100vw - 40px)); min-height: calc(100vh - 122px); margin: 20px auto; padding: 20px; overflow: hidden; border: 1px solid rgba(126,232,245,.18); border-radius: 18px; background: #dfe5eb; }
.document-image { width: min(1040px, 100%); height: auto; margin: 0 auto; border-radius: 4px; background: var(--white); box-shadow: 0 18px 54px rgba(3,17,38,.16); }
.document-error { min-height: calc(100vh - 124px); padding: 50px; display: grid; place-items: center; color: var(--ink); text-align: center; }
.document-error div { max-width: 560px; }
.document-error h1 { margin: 0 0 16px; font-size: 40px; }
.document-error p { color: var(--muted); line-height: 1.6; }

@media (max-width: 1180px) {
  :root { --wrap: min(calc(100% - 48px), 1080px); }
  .site-header { padding: 0 24px; grid-template-columns: minmax(0,1fr) auto; gap: 12px; background: radial-gradient(circle at 96% -110%,rgba(32,199,232,.1),transparent 48%),linear-gradient(108deg,rgba(3,17,38,.96),rgba(5,29,62,.94) 68%,rgba(6,39,72,.92)); box-shadow: 0 8px 28px rgba(1,9,21,.11); }
  .site-nav { padding: 18px; position: absolute; top: 74px; right: 24px; display: grid; gap: 0; opacity: 0; visibility: hidden; transform: translateY(-10px); border: 1px solid rgba(126,232,245,.22); border-radius: 14px; background: rgba(3,17,38,.98); box-shadow: 0 24px 60px rgba(0,0,0,.25); pointer-events: none; transition: opacity .25s ease, visibility .25s ease, transform .25s ease; }
  .site-nav__projects { min-width: 0; margin-top: 12px; padding: 17px 12px 8px; display: block; border-top: 1px solid rgba(126,232,245,.18); border-bottom: 1px solid rgba(255,255,255,.09); }
  .site-nav__projects-trigger { display: none; }
  .site-nav__project-panel { width: auto; padding: 0; position: static; opacity: 1; visibility: visible; transform: none; border: 0; border-radius: 0; background: none; box-shadow: none; pointer-events: auto; }
  .site-nav__label { padding: 0 0 3px; color: #93abc0; border-bottom: 0; }
  .site-nav__project-links { display: grid; gap: 0; }
  .site-nav__project-links a { min-height: 0; padding-inline: 0; justify-content: flex-start; background: none; }
  .site-nav__project-links a::after { display: none; }
  .site-nav > .site-nav__current { min-height: 44px; border-radius: 10px; }
  .site-nav a { min-width: 190px; padding: 14px 12px; border-bottom: 1px solid rgba(255,255,255,.09); }
  .site-nav > .site-nav__current, .site-nav > .site-nav__home, .site-nav__project-links a { display: flex; align-items: center; }
  .site-nav > .site-nav__current::before, .site-nav__project-links a::before { content: "→"; margin-left: auto; order: 2; color: #68839a; font-size: 11px; line-height: 1; }
  .site-nav > .site-nav__home::before { content: "↗"; margin-left: auto; order: 2; color: var(--cyan-300); font-size: 11px; line-height: 1; }
  .site-nav .site-nav__home { min-width: 0; min-height: 0; padding: 14px 12px; justify-content: flex-start; border: 0; border-bottom: 1px solid rgba(255,255,255,.09); border-radius: 0; color: var(--cyan-300); background: none; font-size: 12px; }
  .site-nav .site-nav__home::after { display: none; }
  .site-nav__contacts { margin-top: 9px; padding-top: 9px; display: grid; border-top: 1px solid rgba(126,232,245,.18); }
  .site-nav__contacts > span { padding: 8px 12px 5px; color: #7f98af; font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
  .site-nav__contacts a { color: #e7f3fb; }
  .site-nav__contacts a:last-child { border-bottom: 0; color: var(--cyan-300); }
  .site-header.is-menu-open .site-nav { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
  body.site-menu-open { width: 100%; position: fixed; left: 0; right: 0; overflow: hidden; overscroll-behavior: none; }
  .menu-backdrop { position: fixed; z-index: 780; inset: 0; display: block; visibility: hidden; opacity: 0; pointer-events: none; background: rgba(1,9,21,.58); backdrop-filter: blur(3px); transition: opacity .25s ease, visibility .25s ease; }
  .site-header.is-menu-open + .menu-backdrop { visibility: visible; opacity: 1; pointer-events: auto; }
  .menu-toggle { display: flex; }
  .hero { min-height: auto; padding-top: 150px; }
  .hero__content { max-width: 900px; }
  .hero-facts { margin-top: 70px; }
  .company-card { min-height: 800px; }
  .request-contacts { top: 106px; }
  .projects-heading { grid-template-columns: 1fr; gap: 20px; }
  .footer-main { grid-template-columns: 1.2fr .75fr .9fr; }
  .footer-contacts { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .request-layout { min-height: 0; grid-template-columns: 1fr; }
  .request-contacts { min-height: 0; position: relative; top: auto; }
}

@media (max-width: 780px) {
  :root { --wrap: calc(100% - 32px); }
  .site-header { height: 76px; padding: 0 16px; gap: 8px; }
  .brand__company { display: none; }
  .brand__section { margin-left: 0; padding-left: 0; border-left: 0; font-size: 11px; letter-spacing: .04em; }
  .brand img { width: 40px; height: 40px; }
  .site-nav { width: 100%; max-height: calc(100dvh - 76px); padding: 14px 16px 18px; position: fixed; top: 76px; left: 0; right: 0; overflow-y: auto; border-inline: 0; border-radius: 0 0 18px 18px; }
  .site-nav a { min-width: 0; min-height: 48px; display: flex; align-items: center; }
  .hero { padding-top: 126px; }
  .hero::before { width: 340px; height: 340px; right: -190px; top: 132px; display: block; border-color: rgba(126,232,245,.075); box-shadow: 0 0 0 38px rgba(126,232,245,.018), 0 0 0 76px rgba(126,232,245,.01); }
  .hero::after { left: -18px; bottom: 72px; font-size: 146px; letter-spacing: -.075em; }
  .hero h1 { font-size: clamp(40px, 10.5vw, 52px); line-height: 1; letter-spacing: -.035em; }
  .hero__lead { margin-top: 28px; font-size: 17px; }
  .hero__note { font-size: 12px; }
  .menu-toggle { border-color: rgba(126,232,245,.14); background: rgba(255,255,255,.018); }
  .hero__actions { display: grid; }
  .button { width: 100%; }
  .hero-facts { margin-top: 58px; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hero-facts > div { min-width: 0; min-height: 96px; padding: 18px 10px; display: grid; grid-template-columns: auto minmax(0,1fr); gap: 10px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero-facts > div:first-child { padding-left: 10px; }
  .hero-facts > div:nth-child(2) { border-right: 0; }
  .hero-facts strong { font-size: 29px; letter-spacing: -.035em; }
  .hero-facts span { min-width: 0; font-size: 8px; line-height: 1.35; letter-spacing: .045em; overflow-wrap: break-word; }
  .companies-section { padding: 92px 0; }
  .section-heading { margin-bottom: 48px; grid-template-columns: 1fr; gap: 28px; }
  .section-heading h2 { font-size: clamp(40px, 11vw, 54px); }
  .section-heading > p { font-size: 14px; }
  .companies-grid { grid-template-columns: 1fr; }
  .company-card { min-height: 0; padding: 24px; }
  .company-card__top { min-height: 140px; padding: 14px 14px 14px 17px; gap: 12px; border-radius: 15px; }
  .company-card__number { font-size: 40px; }
  .company-card__logo { width: min(74%,232px); height: 108px; border-radius: 12px; }
  .company-card__identity h3 { font-size: 26px; letter-spacing: .012em; overflow-wrap: anywhere; }
  .company-card__description { min-height: 0; font-size: 13px; }
  .company-card__facts > div { grid-template-columns: 96px minmax(0,1fr); gap: 10px; }
  .company-card__facts dd { min-width: 0; font-size: 11px; }
  .company-card__facts .fact--year dd, .company-card__facts .fact--tax dd { font-size: 13px; }
  .company-card__facts .fact--capital { min-height: 58px; }
  .company-card__facts .fact--capital dd { font-size: 14px; }
  .company-card__actions { margin-top: 30px; grid-template-columns: 1fr; gap: 14px; }
  .card-button { min-height: 52px; }
  .company-card__registry { min-height: 44px; padding-top: 2px; justify-content: flex-start; }
  .request-section { padding: 74px 0; }
  .request-section::before { right: -16px; bottom: 10px; font-size: 118px; }
  #contacts .section-heading { margin-bottom: 36px; gap: 20px; }
  #contacts .section-heading h2 { font-size: clamp(40px,11vw,52px); }
  #contacts .section-heading > p { font-size: 13px; line-height: 1.6; }
  .request-layout { display: block; }
  .request-form { padding: 20px 18px; border-radius: 18px; box-shadow: 0 18px 46px rgba(3,17,38,.06); }
  .request-form__contacts { grid-template-columns: 1fr; gap: 14px; }
  .request-field--wide { grid-column: auto; }
  .request-field { gap: 7px; }
  .request-field select, .request-field input, .request-field textarea { min-height: 50px; padding: 11px 13px; }
  .request-field textarea { min-height: 108px; }
  .request-tax__options { gap: 6px; }
  .request-tax__options input { width: 1px; height: 1px; min-height: 0; padding: 0; }
  .request-tax__options span { min-height: 48px; padding: 0 8px; font-size: 10px; }
  .request-consent { margin-top: 18px; }
  .request-form__submit { margin-top: 22px; grid-template-columns: 1fr; }
  .request-form__submit .button { width: 100%; }
  .request-contacts { display: none; }
  .projects-section { padding: 72px 0 78px; }
  .projects-heading { margin-bottom: 32px; }
  .projects-heading h2 { font-size: 36px; line-height: 1.04; letter-spacing: -.03em; }
  .projects-heading > p { font-size: 12px; }
  .projects-list { grid-template-columns: 1fr; }
  .project-link { min-height: 116px; padding: 21px 20px; border-right: 0; border-bottom: 1px solid #d5e0e9; }
  .project-link:last-child { border-bottom: 0; }
  .project-link::before { left: 20px; }
  .thanks-header { min-height: 76px; padding-inline: 16px; }
  .thanks-header .brand__company { display: none; }
  .thanks-header__phone { font-size: 11px; }
  .thanks-main { padding: 32px 16px; }
  .thanks-card { padding: 32px 24px; border-radius: 20px; }
  .thanks-card__signal { width: 54px; height: 54px; }
  .thanks-card__kicker { margin-top: 27px; }
  .thanks-card h1 { font-size: clamp(56px,18vw,74px); }
  .thanks-card__actions { display: grid; }
  .thanks-footer { min-height: 84px; padding: 18px 16px; align-items: flex-start; flex-direction: column; gap: 10px; }
  .footer-main { grid-template-columns: 1fr; gap: 42px; padding-bottom: 46px; }
  .footer-contacts { grid-column: auto; }
  .footer-bottom { padding: 22px 0; grid-template-columns: 1fr auto; }
  .footer-bottom strong { display: none; }
  .return-beacon { min-height: 42px; right: 12px; bottom: 14px; padding-inline: 14px; }
  .document-modal__panel { width: 100vw; height: 100dvh; border: 0; border-radius: 0; }
  .document-modal__header { padding: 10px 12px; grid-template-columns: 1fr; gap: 10px; }
  .document-modal__header strong { font-size: 11px; }
  .document-modal__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .document-modal__actions a, .document-modal__actions button { min-height: 42px; padding: 0 10px; }
  .document-modal__viewport { padding: 8px; }
  .document-header { min-height: 76px; padding: 0 14px; grid-template-columns: minmax(0,1fr) auto; gap: 10px; }
  .document-header .brand__section, .document-title { display: none; }
  .document-actions { justify-self: end; }
  .document-action { min-width: 76px; padding: 0 10px; }
  .document-shell { width: calc(100vw - 16px); margin: 8px auto; padding: 6px; border-radius: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}

.cookie-banner {
  width: min(680px,calc(100vw - 32px));
  padding: 16px;
  position: fixed;
  z-index: 1200;
  left: 50%;
  bottom: 18px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(126,232,245,.24);
  border-radius: 16px;
  color: #d8e5f0;
  background: rgba(3,17,38,.96);
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translate(-50%,12px);
  transition: opacity .18s ease, transform .18s ease;
}
.cookie-banner.is-visible { opacity: 1; transform: translate(-50%,0); }
.cookie-banner.is-closing { opacity: 0; transform: translate(-50%,12px); }
.cookie-banner p { margin: 0; font-size: 11px; line-height: 1.55; }
.cookie-banner a { color: var(--cyan-300); text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner__actions { display: flex; gap: 8px; }
.cookie-banner__button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--cyan-300);
  border-radius: 9px;
  color: var(--navy-950);
  background: var(--cyan-300);
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}
.cookie-banner__button--secondary { color: #d8e5f0; background: transparent; border-color: rgba(216,229,240,.3); }

@media (max-width: 620px) {
  .cookie-banner { grid-template-columns: 1fr; gap: 12px; bottom: 12px; }
  .cookie-banner__actions { display: grid; grid-template-columns: 1fr 1fr; }
}
