:root {
  --black: #090909;
  --graphite: #151513;
  --gold: #c89b3c;
  --gold-light: #e4bb64;
  --ivory: #f0ece4;
  --muted: #b8b2a8;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ivory);
  background: var(--black);
}

* { box-sizing: border-box; }
html { max-width: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body { max-width: 100%; margin: 0; overflow-x: hidden; background: radial-gradient(circle at 70% 15%, #2c2419 0, var(--black) 38%); }

/* Ekran wejściowy: czyste zdjęcie. Kliknięcie w dowolne miejsce otwiera stronę firmową. */
.entrance-page { min-height: 100vh; background: #070806; }
.entrance { width: 100%; min-height: 100svh; background: #070806 url("hero-eucalyptus-entrance-wide.png") center center / cover no-repeat; }
.entrance-link { position: relative; display: block; width: 100%; min-height: 100svh; cursor: pointer; text-decoration: none; }
.entrance-brand { position: absolute; top: 43%; right: clamp(54px, 11vw, 220px); display: grid; justify-items: center; gap: clamp(5px, 1vw, 14px); width: min(27vw, 420px); transform: translateY(-50%); isolation: isolate; filter: drop-shadow(0 12px 28px rgba(0, 0, 0, .76)) drop-shadow(0 0 16px rgba(225, 170, 65, .18)); }
.entrance-brand::before { content: ""; position: absolute; inset: -28%; z-index: -1; background: radial-gradient(ellipse, rgba(4, 6, 4, .52) 0%, rgba(4, 6, 4, .25) 43%, transparent 72%); }
.entrance-emblem { width: clamp(142px, 13vw, 240px); height: auto; }
.entrance-wordmark { width: 100%; height: auto; }
.entrance-link::after { content: ""; position: absolute; right: clamp(24px, 5vw, 72px); bottom: clamp(22px, 4vw, 52px); width: 42px; height: 1px; background: linear-gradient(90deg, transparent, rgba(228,187,100,.92), transparent); box-shadow: 0 0 16px rgba(228,187,100,.66); opacity: .74; animation: entrance-glow 2.8s ease-in-out infinite; }
.entrance-glow { position: absolute; inset: 0; background: radial-gradient(circle at 18% 38%, rgba(255,197,91,.09), transparent 26%), linear-gradient(90deg, rgba(0,0,0,.16), transparent 54%); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@keyframes entrance-glow { 0%, 100% { opacity: .35; transform: scaleX(.72); } 50% { opacity: .94; transform: scaleX(1); } }

@media (max-width: 700px) {
  .entrance-brand { top: 47%; right: auto; left: 50%; width: min(70vw, 390px); transform: translate(-50%, -50%); }
  .entrance-emblem { width: clamp(126px, 30vw, 198px); }
}

.site-shell { min-height: 100vh; overflow: hidden; background: linear-gradient(120deg, rgba(0,0,0,.78), rgba(7,7,7,.86)), url("assets/hero-forest-clean.png") center/cover fixed; }
.release-bar { display: flex; align-items: center; justify-content: center; min-height: 29px; padding: 6px 20px; border-bottom: 1px solid rgba(200,155,60,.28); color: #cfc8bc; background: rgba(11,11,10,.92); font-size: 11px; letter-spacing: .08em; text-align: center; }
.release-bar strong { margin-right: 7px; color: var(--gold-light); font-weight: 600; }
.subpage-shell::before { content: "WERSJA STRONY WWW: v7.2  ·  AKTUALIZACJA: 26.08.2026"; display: flex; align-items: center; justify-content: center; min-height: 29px; padding: 6px 20px; border-bottom: 1px solid rgba(200,155,60,.28); color: #cfc8bc; background: rgba(11,11,10,.92); font-size: 11px; letter-spacing: .08em; text-align: center; }
.site-header { height: 86px; display: flex; align-items: center; gap: clamp(16px,2vw,32px); padding: 12px clamp(22px, 4vw, 66px); border-bottom: 1px solid rgba(200,155,60,.35); background: rgba(7,7,7,.72); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; width: 260px; min-width: 220px; height: 56px; overflow: hidden; text-decoration: none; }
.brand-emblem { width: 47px; height: 50px; object-fit: contain; object-position: center; border-radius: 6px; }
.brand-wordmark { width: 170px; height: 32px; object-fit: contain; object-position: center; margin-left: 6px; }
/* Zatwierdzony wizerunek logo pozostaje bez zmian. Pliki mają miękką
   przezroczystość techniczną, dlatego znak nie ma czarnego prostokąta
   ani krawędzi „wyciętej nożyczkami”. */
nav { display: flex; justify-content: center; gap: clamp(14px, 1.7vw, 30px); flex: 1; }
/* Kolejność zatwierdzona dla menu: Współpraca B2B, O nas, Wsparcie, Produkty, Kontakt. */
nav a[href="wspolpraca.html"] { order: 1; }
nav a[href="o-nas.html"] { order: 2; }
nav a[href="wsparcie.html"] { order: 3; }
nav a[href="produkty.html"] { order: 4; }
nav a[href="kontakt.html"] { order: 5; }
nav a, .partner-link { color: #d8d3ca; text-decoration: none; font-size: 14px; }
nav a:hover, nav .active, .partner-link:hover { color: var(--gold-light); }
nav .active { padding-bottom: 9px; border-bottom: 1px solid var(--gold); }
.partner-link { white-space: nowrap; }
.partner-link::before { content: "◌"; color: var(--gold); margin-right: 8px; }

.hero { min-height: 605px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(390px, .72fr); gap: 62px; align-items: center; padding: 60px clamp(24px, 8vw, 190px); background: linear-gradient(90deg, rgba(3,3,3,.88) 0%, rgba(9,9,9,.78) 51%, rgba(10,10,10,.82) 100%); }
.hero-copy { max-width: 730px; }
.eyebrow { margin: 0 0 22px; color: var(--gold-light); font-size: 13px; letter-spacing: .16em; font-weight: 600; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { margin: 0; max-width: 760px; font-size: clamp(52px, 6vw, 92px); line-height: 1.08; letter-spacing: -.035em; }
.lead { max-width: 620px; margin: 25px 0 36px; font-size: clamp(17px, 1.5vw, 22px); color: #dfd9d0; line-height: 1.5; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 32px; min-width: 210px; padding: 17px 25px; border-radius: 8px; border: 1px solid var(--gold); font: inherit; text-decoration: none; cursor: pointer; }
.button-primary { color: #211708; background: linear-gradient(120deg, #e6bd69, #b98831); box-shadow: 0 10px 25px rgba(0,0,0,.24); }
.button-primary:hover { filter: brightness(1.08); }

.login-card { padding: 28px 40px 30px; border: 1px solid rgba(218,177,91,.64); border-radius: 17px; background: linear-gradient(135deg, rgba(35,35,33,.82), rgba(12,12,12,.88)); box-shadow: 0 18px 55px rgba(0,0,0,.35); text-align: center; }
.panel-mark { display: flex; justify-content: center; margin: 0 0 2px; }
.panel-mark img { height: 60px; width: 57px; object-fit: cover; object-position: center; border-radius: 7px; }
.panel-wordmark { display: block; width: 148px; height: 25px; object-fit: contain; margin: 2px auto 20px; }
.login-card h2 { margin: 0 0 22px; font-size: clamp(26px, 2.2vw, 36px); }
form { display: grid; gap: 9px; text-align: left; }
label { color: #d7d1c9; font-size: 14px; }
input { width: 100%; border: 1px solid #595650; border-radius: 7px; padding: 14px; color: var(--ivory); background: rgba(7,7,7,.42); font: inherit; }
input:focus { outline: 1px solid var(--gold); border-color: var(--gold); }
form .button { width: 100%; margin-top: 10px; }
.login-note { margin: 15px 0 0; color: var(--gold-light); font-size: 13px; line-height: 1.5; }

.benefits { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 42px clamp(24px, 8vw, 190px) 55px; background: linear-gradient(160deg, rgba(25,25,24,.98), rgba(9,9,9,.98)); }
.benefits article { min-height: 205px; padding: 0 12%; text-align: center; border-right: 1px solid rgba(205,193,166,.18); }
.benefits article:last-child { border-right: 0; }
.icon { display: grid; place-items: center; width: 76px; height: 76px; margin: 0 auto 19px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-size: 34px; }
.benefits h2 { margin: 0 0 15px; font-size: clamp(22px, 2vw, 31px); }
.benefits p { max-width: 300px; margin: auto; color: var(--muted); line-height: 1.55; }
.products-section { padding: 100px clamp(24px,8vw,190px); background: radial-gradient(circle at 8% 85%, rgba(166,111,27,.16), transparent 31%), linear-gradient(135deg,#080908,#151411); }
.products-intro { max-width: 680px; }
.products-intro h2 { margin: 0; max-width: 660px; font-size: clamp(45px,5.5vw,74px); line-height: 1.02; }
.section-line { display: block; width: 78px; height: 1px; margin: 28px 0 23px; background: var(--gold); }
.products-intro > p:not(.eyebrow) { margin: 0; color: #d6cfc4; font-size: clamp(17px,1.6vw,21px); line-height: 1.55; }
.product-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 62px; border-top: 1px solid rgba(224,175,67,.37); border-left: 1px solid rgba(224,175,67,.37); }
.product-grid article { min-height: 246px; padding: clamp(28px,4vw,46px); border-right: 1px solid rgba(224,175,67,.37); border-bottom: 1px solid rgba(224,175,67,.37); background: linear-gradient(145deg,rgba(45,43,36,.48),rgba(13,14,13,.2)); }
.product-symbol { display: block; min-height: 32px; color: var(--gold-light); font-family: Georgia,serif; font-size: 36px; line-height: 1; }
.product-symbol-cross { font-size: 39px; }
.product-grid h3 { margin: 28px 0 13px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(27px,2.8vw,37px); font-weight: 400; line-height: 1.05; }
.product-grid p { max-width: 440px; margin: 0; color: #d1cabf; font-size: 17px; line-height: 1.55; }
.subpage-shell { min-height: 100vh; background: radial-gradient(circle at 80% 5%, rgba(167,112,25,.16), transparent 30%), linear-gradient(135deg,#070807,#151410); }
.subpage-hero, .cooperation-page { max-width: 1120px; margin: 0 auto; padding: 105px clamp(24px,8vw,190px) 70px; }
.subpage-hero h1, .cooperation-page h1 { max-width: 780px; font-size: clamp(50px,6vw,86px); line-height: 1.08; }
.subpage-hero > p:not(.eyebrow) { max-width: 620px; margin: 26px 0 0; color: #d9d2c8; font-size: 20px; line-height: 1.55; }
.support-grid { max-width: 1120px; margin: 0 auto; padding: 0 clamp(24px,8vw,190px) 100px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid rgba(224,175,67,.35); border-left: 1px solid rgba(224,175,67,.35); }
.support-grid article { min-height: 230px; padding: 38px; border-right: 1px solid rgba(224,175,67,.35); border-bottom: 1px solid rgba(224,175,67,.35); }
.support-grid h2, .contact-note h2, .contact-card h2, .cooperation-points h2 { margin: 0 0 15px; font-size: clamp(27px,2.7vw,37px); line-height: 1.2; }
.support-grid p, .contact-note p, .contact-wait, .cooperation-points p { margin: 0; color: #d2cbc0; line-height: 1.6; }
.contact-page { width: min(100%, 1440px); margin: 0 auto; padding: 100px clamp(24px,8vw,150px); display: grid; grid-template-columns: minmax(0,.95fr) minmax(360px,1fr); gap: clamp(42px,6vw,96px); }
.contact-page h1 { margin: 0; max-width: 600px; font-size: clamp(48px,5.2vw,76px); line-height: 1.1; overflow-wrap: anywhere; }
.contact-note { max-width: 520px; margin-top: 48px; padding-top: 28px; border-top: 1px solid rgba(224,175,67,.45); }
.contact-note h2 { display: flex; align-items: center; gap: 12px; color: var(--gold-light); }
.contact-icon { width: 24px; height: 24px; flex: 0 0 auto; color: var(--gold-light); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-card { padding: clamp(29px,4vw,48px); border: 1px solid rgba(218,177,91,.68); border-radius: 26px; background: linear-gradient(135deg,rgba(35,35,33,.86),rgba(7,7,7,.94)); }
.contact-card dl { display: grid; gap: 18px; margin: 30px 0; }
.contact-card dl div { display: grid; gap: 5px; }
.contact-card dt { color: var(--muted); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.contact-card dd { margin: 0; font-size: 18px; letter-spacing: .04em; }
.contact-method { display: flex; align-items: center; gap: 11px; }
.contact-method .contact-icon { width: 19px; height: 19px; color: var(--gold); }
.subpage-products { min-height: calc(100vh - 86px); }
.subpage-about { min-height: calc(100vh - 86px); }
.cooperation-page .lead { max-width: 690px; }
.partner-film { max-width: 900px; margin: 58px 0 8px; padding: clamp(24px,4vw,42px); border: 1px solid rgba(218,177,91,.58); border-radius: 22px; background: linear-gradient(135deg, rgba(35,35,33,.78), rgba(7,7,7,.94)); box-shadow: 0 22px 60px rgba(0,0,0,.28); }
.partner-film-copy { max-width: 610px; margin-bottom: 24px; }
.partner-film-copy .eyebrow { margin-bottom: 12px; }
.partner-film-copy h2 { margin: 0 0 12px; font-size: clamp(30px,3.3vw,45px); line-height: 1.15; }
.partner-film-copy > p:not(.eyebrow), .film-note { margin: 0; color: #d2cbc0; line-height: 1.6; }
.partner-film-player { display: block; width: 100%; aspect-ratio: 16 / 9; border: 1px solid rgba(224,175,67,.36); border-radius: 12px; background: #050505; object-fit: contain; }
.film-note { margin-top: 14px; font-size: 13px; color: var(--muted); }
.cooperation-points { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 55px 0; }
.cooperation-points article { padding: 0 clamp(22px,4vw,52px); border-right: 1px solid rgba(224,175,67,.3); }
.cooperation-points article:first-child { padding-left: 0; }
.cooperation-points article:last-child { border-right: 0; }
.vat-ue-info { max-width: 900px; margin: 0 0 55px; padding: clamp(24px,4vw,42px); border: 1px solid rgba(218,177,91,.58); border-radius: 22px; background: linear-gradient(135deg,rgba(35,35,33,.78),rgba(7,7,7,.94)); box-shadow: 0 22px 60px rgba(0,0,0,.28); }
.vat-ue-info .eyebrow { margin-bottom: 11px; }
.vat-ue-info h2 { max-width: 680px; margin: 0 0 15px; font-size: clamp(30px,3.3vw,45px); line-height: 1.16; }
.vat-ue-info > p:not(.eyebrow) { max-width: 720px; margin: 0; color: #d2cbc0; line-height: 1.6; }
.vat-ue-info ol { display: grid; gap: 14px; margin: 29px 0; padding: 0; list-style: none; counter-reset: vat-ue-steps; }
.vat-ue-info li { position: relative; min-height: 54px; padding: 6px 0 6px 62px; counter-increment: vat-ue-steps; color: #f0ebe2; line-height: 1.45; }
.vat-ue-info li::before { content: counter(vat-ue-steps); position: absolute; top: 1px; left: 0; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(224,175,67,.7); border-radius: 50%; color: var(--gold-light); font-size: 15px; font-weight: 700; }
.vat-ue-info li strong, .vat-ue-info li span { display: block; }
.vat-ue-info li span { margin-top: 3px; color: var(--muted); }
.vat-ue-info .vat-ue-note { padding-top: 20px; border-top: 1px solid rgba(224,175,67,.3); font-size: 14px; }
.vat-ue-link { display: inline-flex; align-items: center; gap: 11px; margin-top: 24px; color: var(--gold-light); font-weight: 700; text-decoration: none; }
.vat-ue-link:hover { color: var(--ivory); }
.first-order-page { max-width: 980px; padding-top: 74px; padding-bottom: 88px; }
.first-order-page h1 { max-width: 720px; font-size: clamp(48px,4.6vw,68px); line-height: 1.08; }
.first-order-page .lead { max-width: 730px; font-size: 20px; line-height: 1.58; }
.first-order-page .vat-ue-info { max-width: none; padding: clamp(28px,4vw,44px); }
.first-order-page .vat-ue-info h2 { max-width: 710px; font-size: clamp(34px,3.3vw,46px); line-height: 1.16; }
.first-order-page .vat-ue-info > p:not(.eyebrow) { max-width: 760px; font-size: 18px; line-height: 1.62; }
.first-order-page .vat-ue-info ol { gap: 18px; margin: 30px 0; }
.first-order-page .vat-ue-info li { min-height: 56px; padding: 4px 0 4px 66px; font-size: 17px; line-height: 1.52; }
.first-order-page .vat-ue-info li::before { width: 42px; height: 42px; font-size: 16px; }
.first-order-page .vat-ue-info li strong { font-size: 19px; }
.first-order-page .vat-ue-info li span { margin-top: 4px; }
.first-order-page .vat-ue-info .vat-ue-note { font-size: 16px; line-height: 1.58; }
.first-order-page .vat-ue-link { font-size: 16px; }
.about-section { display: grid; grid-template-columns: minmax(300px,.78fr) minmax(360px,1.05fr); gap: clamp(54px,9vw,150px); padding: 105px clamp(24px,8vw,190px); background: radial-gradient(circle at 13% 22%, rgba(182,132,49,.15), transparent 33%), linear-gradient(135deg,#090909,#171715 58%,#0b0b0a); }
.about-intro { align-self: start; max-width: 530px; }
.about-intro h2 { margin: 0; font-size: clamp(45px,5vw,76px); line-height: .98; }
.about-lead { margin: 28px 0 0; color: var(--gold-light); font-family: Georgia,serif; font-size: clamp(21px,2vw,29px); line-height: 1.28; }
.about-story { display: grid; gap: 25px; max-width: 670px; padding: 8px 0 8px 38px; border-left: 1px solid rgba(218,177,91,.58); }
.about-story p { margin: 0; color: #d9d3ca; font-size: clamp(16px,1.25vw,19px); line-height: 1.75; }
.partner-application { display: grid; grid-template-columns: minmax(280px,.75fr) minmax(420px,1fr); align-items: start; gap: clamp(48px,8vw,140px); padding: 90px clamp(24px,8vw,190px); background: linear-gradient(145deg,#0a0a0a,#171715 55%,#090909); }
.application-copy { min-width: 0; align-self: start; max-width: 540px; }
.application-copy h2 { margin: 0 0 22px; font-size: clamp(42px,4.6vw,70px); line-height: 1; }
.application-copy > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 19px; line-height: 1.6; }
.application-copy ul { list-style: none; margin: 38px 0 0; padding: 0; display: grid; gap: 17px; color: var(--gold-light); font-family: Georgia,serif; font-size: 22px; }
.application-copy li::before { content: "◇"; margin-right: 14px; color: var(--gold); }
.application-form { min-width: 0; gap: 10px; padding: clamp(24px,3vw,42px); border: 1px solid rgba(218,177,91,.67); border-radius: 18px; background: linear-gradient(135deg,rgba(35,35,33,.86),rgba(7,7,7,.94)); box-shadow: 0 24px 65px rgba(0,0,0,.4); }
.application-form textarea { width: 100%; resize: vertical; border: 1px solid #595650; border-radius: 7px; padding: 14px; color: var(--ivory); background: rgba(7,7,7,.42); font: inherit; }
.application-form textarea:focus { outline: 1px solid var(--gold); border-color: var(--gold); }
.application-form label span { color: var(--muted); }
.consents { display: grid; gap: 14px; margin: 13px 0 0; padding: 17px; border: 1px solid rgba(205,193,166,.24); border-radius: 10px; }
.consents legend { padding: 0 7px; color: var(--gold-light); font-size: 13px; }
.consents label { min-width: 0; display: flex; align-items: flex-start; gap: 10px; overflow-wrap: anywhere; line-height: 1.45; }
.consents input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--gold); flex: 0 0 auto; }
.consents a { color: var(--gold-light); }
.consents b { color: var(--gold-light); }
.consents em { margin-left: 4px; color: var(--muted); font-style: normal; }
.form-note { margin: 2px 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.legal-page { max-width: 840px; min-height: 100vh; margin: 0 auto; padding: 90px 28px; color: var(--ivory); line-height: 1.7; }
.legal-page h1 { font-size: clamp(42px,5vw,68px); }
.legal-page a { color: var(--gold-light); }

@media (max-width: 980px) {
  .site-header { height: auto; flex-wrap: wrap; gap: 16px; }
  .brand { width: 220px; }
  nav { order: 3; flex-basis: 100%; justify-content: flex-start; overflow-x: auto; padding-bottom: 4px; }
  .hero { grid-template-columns: 1fr; padding: 65px 8vw; }
  .login-card { max-width: 560px; }
  .about-section, .partner-application { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .release-bar { min-height: 32px; padding: 7px 16px; font-size: 10px; line-height: 1.35; }
  .subpage-shell::before { min-height: 32px; padding: 7px 16px; font-size: 10px; line-height: 1.35; }
  .site-header { display: grid; grid-template-columns: 1fr; padding: 13px 18px 16px; }
  .brand { min-width: 0; width: 190px; }
  .brand-wordmark { width: 118px; }
  nav { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 11px 8px; overflow: visible; }
  nav a { padding: 7px 0; font-size: 12px; line-height: 1.2; text-align: center; white-space: normal; }
  nav .active { padding-bottom: 6px; }
  .partner-link { display: none; }
  .hero { min-height: auto; gap: 38px; padding: 55px 24px; }
  .login-card { padding: 25px 20px; }
  .benefits { grid-template-columns: 1fr; gap: 42px; padding: 48px 24px; }
  .benefits article { min-height: 0; padding: 0 8px 42px; border-right: 0; border-bottom: 1px solid rgba(205,193,166,.18); }
  .benefits article:last-child { border-bottom: 0; padding-bottom: 0; }
  .products-section, .about-section, .partner-application { padding: 60px 24px; gap: 42px; }
  .partner-film { margin-top: 42px; padding: 22px; }
  .product-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .product-grid article { min-height: 0; padding: 32px 28px; }
  .about-story { padding-left: 22px; }
  .application-copy ul { font-size: 20px; }
  h1, .subpage-hero h1, .cooperation-page h1, .contact-page h1 { font-size: clamp(38px, 11.5vw, 54px); line-height: 1.13; overflow-wrap: anywhere; }
  .application-copy h2 { font-size: clamp(37px, 11vw, 50px); overflow-wrap: anywhere; }
  .products-intro h2, .about-intro h2 { font-size: clamp(38px, 10.5vw, 52px); overflow-wrap: anywhere; }
  .about-story, .contact-page > *, .partner-application > * { min-width: 0; }
  .consents { padding: 15px 13px; }
  .consents label { font-size: 13px; gap: 8px; }
  .consents a { overflow-wrap: anywhere; }
  input, textarea { min-width: 0; }
  .subpage-hero, .cooperation-page, .contact-page { padding: 62px 24px; }
  .support-grid, .contact-page { grid-template-columns: 1fr; }
  .support-grid { padding: 0 24px 60px; }
  .support-grid article { min-height: 0; padding: 28px; }
  .cooperation-points { grid-template-columns: 1fr; gap: 28px; }
  .cooperation-points article, .cooperation-points article:first-child { padding: 0 0 28px; border-right: 0; border-bottom: 1px solid rgba(224,175,67,.3); }
  .cooperation-points article:last-child { border-bottom: 0; }
}

@media (max-width: 380px) {
  .brand { width: 100%; }
  .brand-emblem { width: 41px; height: 45px; }
  .brand-wordmark { width: 110px; }
  nav { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hero { padding-right: 18px; padding-left: 18px; }
  .login-card { padding: 24px 18px; }
  .button { min-width: 0; gap: 18px; padding: 16px 19px; }
}
