@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Barlow+Semi+Condensed:wght@500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow-x: hidden; width: 100%; }
body { overflow-x: hidden; width: 100%; min-height: 100vh; }

:root {
  --blue: #2669bb;
  --blue-d: #1c5198;
  --blue-l: #6ba6e8;
  --navy: #0f2236;
  --ink: #25323f;
  --grey: #586675;
  --line: #e2e7ec;
  --soft: #f3f5f8;
  --steel: #eef1f5;
  --sans: 'Barlow', 'Segoe UI', sans-serif;
  --head: 'Barlow Semi Condensed', 'Barlow', sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, monospace;
  --wrap: 1180px;
  --head-h: 72px;
}

body { font-family: var(--sans); color: var(--grey); background: #fff; font-size: 16.5px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { font-family: var(--head); color: var(--navy); font-weight: 700; line-height: 1.12; letter-spacing: -0.005em; }
h1 { font-size: clamp(2.4rem, 5.5vw, 4rem); }
h2 { font-size: clamp(1.75rem, 3.6vw, 2.7rem); }
h3 { font-size: 1.24rem; font-weight: 600; }
p { margin-bottom: 1rem; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
ul { list-style: none; }
strong { color: var(--ink); font-weight: 600; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(18px, 5vw, 44px); }
.section { padding: clamp(58px, 8vw, 96px) 0; }
.soft { background: var(--soft); }

/* Section title */
.title { text-align: center; margin-bottom: clamp(36px, 5vw, 56px); }
.title h2 { color: var(--navy); }
.title .rule { width: 50px; height: 3px; background: var(--blue); margin: 16px auto 0; }
.title p { max-width: 640px; margin: 16px auto 0; font-size: 1.05rem; }
.kicker { display: none; }

/* Buttons */
.btn, .btn--amber { display: inline-flex; align-items: center; gap: 9px; font-family: var(--sans); font-weight: 600; font-size: 0.98rem; padding: 12px 26px; border-radius: 3px; cursor: pointer; border: 1.5px solid var(--blue); background: var(--blue); color: #fff; transition: background 0.18s, border-color 0.18s, color 0.18s; }
.btn:hover, .btn--amber:hover { background: var(--blue-d); border-color: var(--blue-d); }
.btn svg, .btn--amber svg { width: 17px; height: 17px; }
.btn--ghost { background: transparent; color: var(--blue); }
.btn--ghost:hover { background: var(--blue); color: #fff; }
.btn--light { background: #fff; border-color: #fff; color: var(--navy); }
.btn--light:hover { background: var(--steel); border-color: var(--steel); color: var(--navy); }
.more { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-weight: 600; font-size: 0.94rem; margin-top: auto; padding-top: 16px; }
.more svg { width: 15px; height: 15px; transition: transform 0.2s; }

/* ===== Header ===== */
.header { position: sticky; top: 0; z-index: 100; background: #fff; height: var(--head-h); display: flex; align-items: center; border-bottom: 1px solid var(--line); }
.header .wrap { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.brand { font-family: var(--head); font-weight: 700; font-size: 1.42rem; color: var(--navy); letter-spacing: -0.01em; line-height: 1; white-space: nowrap; }
.brand span { color: var(--blue); }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a.lnk { color: var(--ink); font-size: 0.96rem; font-weight: 600; padding: 6px 0; border-bottom: 2px solid transparent; transition: color 0.2s, border-color 0.2s; }
.nav a.lnk:hover { color: var(--blue); }
.nav a.lnk.active { color: var(--blue); border-bottom-color: var(--blue); }
.nav .tel { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 700; font-size: 0.98rem; }
.nav .tel svg { width: 16px; height: 16px; color: var(--blue); }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { width: 24px; height: 2px; background: var(--navy); border-radius: 2px; }

.mnav { position: fixed; inset: 0; background: rgba(15,34,54,0.98); z-index: 999; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.mnav.open { opacity: 1; pointer-events: auto; }
.mnav a { color: #fff; font-family: var(--head); font-size: 1.5rem; font-weight: 600; padding: 12px; }
.mnav .btn { margin-top: 16px; }
.mclose { position: fixed; top: 16px; right: 18px; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.14); color: #fff; border: 0; font-size: 1.6rem; line-height: 1; cursor: pointer; z-index: 1000; }

/* ===== Pages ===== */

/* ===== Hero ===== */
.hero { background: var(--soft); border-bottom: 1px solid var(--line); }
.hero .wrap { display: grid; grid-template-columns: 1.06fr 0.94fr; gap: clamp(34px, 6vw, 68px); align-items: center; padding-top: clamp(26px, 4vw, 52px); padding-bottom: clamp(48px, 7vw, 84px); }
.hero__rule { width: 50px; height: 3px; background: var(--blue); margin-bottom: 24px; }
.hero h1 { color: var(--navy); margin-bottom: 20px; }
.hero h1 i { font-style: normal; color: var(--blue); }
.hero__excl { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-d); font-weight: 600; font-size: 0.96rem; margin-bottom: 16px; }
.hero__excl svg { width: 16px; height: 16px; }
.hero__p { color: var(--ink); max-width: 480px; font-size: 1.1rem; }
.hero__cta { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
.hero__tel { font-weight: 700; color: var(--navy); display: inline-flex; align-items: center; gap: 8px; }
.hero__tel:hover { color: var(--blue); }
.hero__tel svg { width: 18px; height: 18px; color: var(--blue); }
.hero__art { display: flex; justify-content: center; }
.hero__disc { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: clamp(22px, 4vw, 38px); box-shadow: 0 18px 44px rgba(15,34,54,0.09); width: 100%; max-width: 460px; }
.hero__disc img { width: 100%; height: auto; display: block; }
.hero__badge { display: none; }

/* Brands strip */
.facts { background: #fff; border-bottom: 1px solid var(--line); }
.facts .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 26px; padding: 20px 0; }
.facts .lbl { color: var(--grey); font-size: 0.82rem; letter-spacing: 0.04em; }
.facts .bn { font-family: var(--head); font-weight: 600; font-size: clamp(1.05rem, 2vw, 1.28rem); color: var(--navy); }
.facts .dot { width: 1px; height: 18px; background: var(--line); }

/* Product cards (home + catalog share .pcard look) */
.prods, .cat { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.prod, .ccard { background: #fff; border: 1px solid var(--line); border-radius: 5px; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow 0.22s, transform 0.22s, border-color 0.22s; }
.prod:hover, .ccard:hover { box-shadow: 0 14px 30px rgba(15,34,54,0.1); transform: translateY(-3px); border-color: #d3dbe3; }
.prod__img, .ccard__img { display: block; aspect-ratio: 4 / 3; background: #fff; border-bottom: 1px solid var(--line); position: relative; }
.prod__img::before, .ccard__img::before { content: ''; position: absolute; top: 0; left: 0; height: 3px; width: 0; background: var(--blue); transition: width 0.3s; }
.prod:hover .prod__img::before, .ccard:hover .ccard__img::before { width: 100%; }
.prod__img img, .ccard__img img { width: 100%; height: 100%; object-fit: contain; padding: 24px; }
.prod__b, .ccard__b { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.prod__code, .ccard .brandline { font-family: var(--mono); font-size: 0.74rem; color: var(--grey); margin-bottom: 8px; letter-spacing: 0.01em; }
.prod h3, .ccard h3 { color: var(--navy); }
.prod p, .ccard p { font-size: 0.92rem; margin: 8px 0 0; }
.prod__offer, .ccard__offer { font-size: 0.82rem; color: var(--blue-d); font-weight: 600; margin: 9px 0 0; line-height: 1.45; }

/* Split / story */
.frame { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: clamp(24px, 4vw, 40px); box-shadow: 0 16px 40px rgba(15,34,54,0.08); max-width: 440px; margin: 0 auto; }
.frame img { width: 100%; height: auto; display: block; }
.split { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(34px, 5vw, 70px); align-items: center; }
.split h2, .story h2 { color: var(--navy); margin-bottom: 12px; }
.split p, .story p { font-size: 1.02rem; }
.checks { margin: 20px 0 26px; display: grid; gap: 12px; }
.checks li { position: relative; padding-left: 26px; color: var(--ink); font-size: 0.98rem; }
.checks li::before { content: ''; position: absolute; left: 0; top: 8px; width: 10px; height: 10px; background: var(--blue); border-radius: 2px; }
.story { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(34px, 5vw, 70px); align-items: center; }

/* CTA band */
.cta { background: var(--blue); color: #fff; text-align: center; }
.cta .wrap { padding-top: clamp(50px, 7vw, 76px); padding-bottom: clamp(50px, 7vw, 76px); }
.cta h2 { color: #fff; }
.cta p { color: rgba(255,255,255,0.86); max-width: 560px; margin: 14px auto 26px; font-size: 1.06rem; }
.cta__tel { font-family: var(--head); font-size: clamp(1.7rem, 3.6vw, 2.4rem); font-weight: 700; color: #fff; display: inline-block; margin-bottom: 24px; }
.cta__tel:hover { text-decoration: underline; }

/* Inner page head */
.phead { background: var(--soft); border-bottom: 1px solid var(--line); text-align: center; padding: clamp(26px, 4vw, 46px) 0 clamp(36px, 5vw, 58px); }
.phead .crumb { font-size: 0.85rem; color: var(--grey); margin-bottom: 14px; }
.phead .crumb a:hover { color: var(--blue); }
.phead h1 { color: var(--navy); font-size: clamp(1.9rem, 4vw, 2.9rem); }
.phead .rule { width: 50px; height: 3px; background: var(--blue); margin: 16px auto 0; }
.phead p { max-width: 620px; margin: 16px auto 0; }

/* Practice list */
.prac { max-width: 840px; margin: 0 auto; }
.prac__row { display: grid; grid-template-columns: auto 1fr; gap: 26px; padding: 26px 0; border-top: 1px solid var(--line); align-items: start; }
.prac__row:last-child { border-bottom: 1px solid var(--line); }
.prac__n { font-family: var(--head); font-weight: 700; font-size: 2rem; color: var(--blue); line-height: 1; min-width: 34px; }
.prac__row h3 { color: var(--navy); margin-bottom: 6px; }
.prac__row p { margin: 0; font-size: 0.98rem; }

/* Extras */
.extras { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(26px, 4vw, 44px); text-align: center; }
.extras h3 { color: var(--navy); margin-bottom: 6px; }
.extras p { font-size: 0.94rem; margin: 0; }
.extras svg { width: 32px; height: 32px; color: var(--blue); margin-bottom: 14px; }

/* Contact */
.contact-top { max-width: 760px; margin: 0 auto; text-align: center; }
.cline { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-weight: 600; font-size: 1.02rem; margin: 4px 14px; }
.cline svg { width: 17px; height: 17px; color: var(--blue); }
.cline.muted { color: var(--ink); }
.company { margin: 24px auto 0; color: var(--ink); font-size: 0.96rem; line-height: 1.9; }
.company strong { display: block; font-family: var(--head); font-size: 1.1rem; color: var(--navy); }

.cform { max-width: 740px; margin: 38px auto 0; }
.field { margin-bottom: 16px; }
.cform label, .modal label { display: block; font-size: 0.86rem; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
input, textarea { width: 100%; font-family: var(--sans); font-size: 1rem; color: var(--ink); padding: 13px 15px; border: 1px solid #d3dbe5; border-radius: 3px; background: #fff; outline: none; transition: border-color 0.2s, box-shadow 0.2s; }
textarea { min-height: 136px; resize: vertical; }
input:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(38,105,187,0.1); }
input[readonly] { background: var(--soft); color: var(--navy); font-weight: 600; cursor: default; }
.cform .btn { width: 100%; padding: 15px; font-size: 0.96rem; justify-content: center; }
.note { font-size: 0.8rem; color: var(--grey); margin-top: 10px; text-align: center; }
.ok { display: none; text-align: center; background: #e8f4ec; border: 1px solid #b8ddc4; color: #1c7a3d; font-weight: 600; padding: 14px; border-radius: 3px; margin-bottom: 18px; }
.ok.show { display: block; }
.form-err { display: none; background: #fdeaea; border: 1px solid #f3c3c3; color: #b3261e; font-size: 0.9rem; font-weight: 600; padding: 11px 14px; border-radius: 3px; margin-bottom: 14px; }
/* Honeypot — hidden from humans, visible to bots */
.hp { position: absolute !important; left: -9999px !important; top: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

.map { max-width: 980px; margin: 0 auto; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; line-height: 0; }
.map iframe { width: 100%; height: 360px; border: 0; }

/* FAQ */
.faq { max-width: 800px; margin: 0 auto; }
.faqi { border-bottom: 1px solid var(--line); }
.faqi:first-child { border-top: 1px solid var(--line); }
.faqq { width: 100%; background: none; border: 0; cursor: pointer; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 4px; font-family: var(--head); font-weight: 600; font-size: 1.12rem; color: var(--navy); }
.faqq .pm { color: var(--blue); font-size: 1.5rem; line-height: 1; transition: transform 0.25s; flex: none; }
.faqi.open .faqq .pm { transform: rotate(45deg); }
.faqa { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faqa p { padding: 0 4px 20px; margin: 0; font-size: 0.97rem; }

/* Legal */
.legal { max-width: 800px; margin: 0 auto; }
.legal h2 { font-size: 1.4rem; margin: 30px 0 12px; color: var(--navy); }
.legal h2:first-child { margin-top: 0; }
.legal p, .legal li { font-size: 0.97rem; margin-bottom: 12px; }
.legal ul { list-style: disc; padding-left: 22px; margin-bottom: 14px; }

/* Product detail page */
.pbar { background: var(--soft); border-bottom: 1px solid var(--line); padding: 15px 0; }
.pbar .crumb { font-size: 0.85rem; color: var(--grey); }
.pbar .crumb a:hover { color: var(--blue); }
.pg { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 56px); align-items: start; }
.gal__main { background: #fff; border: 1px solid var(--line); border-radius: 5px; aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.gal__main img { width: 100%; height: 100%; object-fit: contain; padding: 28px; }
.gal__thumbs { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; }
.gal__thumb { width: 78px; height: 78px; border: 1px solid var(--line); border-radius: 4px; background: #fff; cursor: pointer; padding: 7px; }
.gal__thumb img { width: 100%; height: 100%; object-fit: contain; }
.gal__thumb.active { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(38,105,187,0.18); }
.pg__brand { font-family: var(--mono); color: var(--grey); font-size: 0.78rem; }
.pg h1 { color: var(--navy); font-size: clamp(1.7rem, 3.2vw, 2.4rem); margin: 8px 0 16px; }
.pg__info > p { font-size: 1.02rem; }
.pg .prod__offer { margin: 16px 0 0; }
.pg__price { display: flex; align-items: baseline; gap: 9px; margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.pg__price b { font-family: var(--head); font-size: 1.4rem; color: var(--navy); font-weight: 700; }
.pg__price span { font-size: 0.86rem; color: var(--grey); }
.pg__buy { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.pg__meta { margin-top: 24px; display: grid; gap: 10px; }
.pg__meta div { display: flex; gap: 10px; align-items: center; font-size: 0.92rem; color: var(--grey); }
.pg__meta svg { width: 17px; height: 17px; color: var(--blue); flex: none; }
ul.sp { display: grid; gap: 9px; margin: 16px 0 0; }
ul.sp li { position: relative; padding-left: 22px; font-size: 0.96rem; color: var(--ink); }
ul.sp li::before { content: ''; position: absolute; left: 0; top: 9px; width: 9px; height: 9px; background: var(--blue); border-radius: 2px; }

/* Footer */
.footer { background: var(--navy); color: #97a5b4; }
.footer .wrap { padding-top: clamp(48px, 7vw, 72px); padding-bottom: 0; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1.3fr; gap: 40px; padding-bottom: 44px; }
.footer .brand { color: #fff; display: inline-block; margin-bottom: 16px; }
.footer .brand span { color: var(--blue-l); }
.footer__about p { font-size: 0.92rem; max-width: 320px; margin-bottom: 18px; }
.footer h4 { color: #fff; font-family: var(--head); font-size: 1.05rem; margin-bottom: 16px; font-weight: 600; }
.footer__links { display: grid; gap: 11px; }
.footer__links a { font-size: 0.94rem; color: #97a5b4; }
.footer__links a:hover { color: #fff; }
.footer__c { display: grid; gap: 12px; font-size: 0.94rem; }
.footer__c a, .footer__c div { display: flex; gap: 10px; align-items: flex-start; color: #97a5b4; }
.footer__c svg { width: 16px; height: 16px; color: var(--blue-l); flex: none; margin-top: 3px; }
.footer__c a:hover { color: #fff; }
.anpc { display: flex; gap: 10px; }
.anpc img { height: 38px; border-radius: 3px; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 18px 0; display: flex; flex-wrap: wrap; gap: 10px 24px; align-items: center; justify-content: space-between; }
.footer__bottom p { font-size: 0.82rem; margin: 0; }
.footer__legal { display: flex; flex-wrap: wrap; gap: 16px; }
.footer__legal a { font-size: 0.82rem; }
.footer__legal a:hover { color: #fff; }

/* Floating */
.call { position: fixed; right: 18px; bottom: 18px; width: 52px; height: 52px; border-radius: 50%; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(38,105,187,0.4); z-index: 90; }
.call svg { width: 22px; height: 22px; }
.top { position: fixed; right: 18px; bottom: 80px; width: 44px; height: 44px; border-radius: 50%; background: var(--navy); color: #fff; border: 0; cursor: pointer; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s; z-index: 90; }
.top.show { opacity: 0.92; pointer-events: auto; }
.top svg { width: 18px; height: 18px; }

/* Cookie */
.cookie { position: fixed; left: 0; right: 0; bottom: 0; background: var(--navy); color: #d4dbe4; padding: 16px clamp(18px, 5vw, 44px); display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: center; z-index: 120; transform: translateY(110%); transition: transform 0.4s; }
.cookie.show { transform: translateY(0); }
.cookie p { margin: 0; font-size: 0.88rem; max-width: 640px; }
.cookie .btn { padding: 9px 22px; }
.cookie a.link { color: var(--blue-l); font-weight: 600; font-size: 0.86rem; cursor: pointer; }

/* Preloader */
.pre { position: fixed; inset: 0; background: var(--navy); z-index: 1000; display: flex; align-items: center; justify-content: center; color: #fff; font-family: var(--head); font-weight: 700; font-size: 1.3rem; transition: opacity 0.4s; }
.pre.hide { opacity: 0; pointer-events: none; }

/* Modal */
.modal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 18px; opacity: 0; pointer-events: none; transition: opacity 0.25s; }
.modal.open { opacity: 1; pointer-events: auto; }
.modal__ov { position: absolute; inset: 0; background: rgba(10,21,34,0.6); }
.modal__card { position: relative; background: #fff; border-radius: 6px; width: 100%; max-width: 520px; max-height: 92vh; overflow-y: auto; box-shadow: 0 30px 80px rgba(0,0,0,0.4); border-top: 3px solid var(--blue); transform: translateY(18px); transition: transform 0.3s cubic-bezier(0.22,1,0.36,1); }
.modal.open .modal__card { transform: none; }
.modal__head { padding: 26px 28px 0; }
.modal__head h3 { color: var(--navy); font-size: 1.5rem; }
.modal__head p { font-size: 0.92rem; margin: 8px 0 0; }
.modal__body { padding: 18px 28px 28px; }
.modal__x { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border-radius: 50%; border: 0; background: var(--soft); color: var(--navy); font-size: 1.4rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 1; }
.modal__x:hover { background: var(--blue); color: #fff; }
.modal .cform { max-width: none; margin: 0; }
body.lock { overflow: hidden; }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .nav__menu, .nav .lnk, .nav .tel { display: none; }
  .burger { display: flex; }
  .hero .wrap { grid-template-columns: 1fr; }
  .hero__art { order: -1; }
  .hero__disc { max-width: 380px; }
  .split, .story { grid-template-columns: 1fr; }
  .split__art, .story__art { order: -1; }
  .prods, .cat { grid-template-columns: repeat(2, 1fr); }
  .pg { grid-template-columns: 1fr; }
  .extras { grid-template-columns: 1fr; gap: 28px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  /* Stack the brands strip cleanly */
  .facts .wrap { gap: 6px 18px; }
  .facts .dot { display: none; }
  /* On phones, CTA buttons go full-width so they're easy to tap */
  .hero__cta .btn, .cta .btn, .pg__buy .btn, .pg__buy a { width: 100%; justify-content: center; }
  .hero__cta, .pg__buy { gap: 12px; }
}
@media (max-width: 560px) {
  .prods, .cat { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
  .cline { display: flex; justify-content: center; margin: 4px 0; }
  .brand { font-size: 1.18rem; }
  h1 { font-size: clamp(2rem, 8vw, 2.6rem); }
  .gal__main img { padding: 18px; }
  .modal__head, .modal__body { padding-left: 20px; padding-right: 20px; }
  .cookie { flex-direction: column; align-items: stretch; text-align: center; gap: 10px; }
  .cookie .btn { justify-content: center; }
}
@media (max-width: 380px) {
  .brand { font-size: 1.05rem; }
  .call { width: 48px; height: 48px; }
  .top { width: 40px; height: 40px; bottom: 74px; }
}

/* ===== WordPress: meniu nav + buton card produs ===== */
.nav__menu { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav__menu li { margin: 0; }
.nav__menu a { color: var(--ink); font-size: 0.96rem; font-weight: 600; padding: 6px 0; border-bottom: 2px solid transparent; transition: color 0.2s, border-color 0.2s; display: inline-block; }
.nav__menu a:hover { color: var(--blue); }
.nav__menu .current-menu-item > a, .nav__menu .current_page_item > a, .nav__menu .current-menu-parent > a { color: var(--blue); border-bottom-color: var(--blue); }
.mnav__menu { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; align-items: center; }
.mnav__menu li { margin: 0; }
.mnav__menu .current-menu-item > a { color: var(--blue-l); }
.prod__b .btn { margin-top: 16px; align-self: flex-start; }
.prod__b .btn svg { width: 15px; height: 15px; }
@media (max-width: 700px) { .prod__b .btn { width: 100%; justify-content: center; } }

/* Siguranță: preloaderul dispare și fără JS (evită ecran gol) */
.pre { animation: traterPreHide 0.4s ease 2s forwards; }
@keyframes traterPreHide { to { opacity: 0; visibility: hidden; } }

/* Mobil: ascunde meniul desktop și arată hamburgerul (override final, peste tot) */
@media (max-width: 900px) {
  .nav__menu { display: none !important; }
  .nav .tel { display: none !important; }
  .burger { display: flex !important; }
}
