:root {
  --blue: #323c8d;
  --blue-deep: #102b61;
  --blue-dark: #071f49;
  --red: #e31e24;
  --paper: #f8f5eb;
  --white: #fff;
  --ink: #102b61;
  --muted: #66728d;
  --line: #d9ddeb;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Roboto, Arial, sans-serif; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.maintenance-page { min-height: 100svh; position: relative; overflow: hidden; display: grid; grid-template-rows: auto 1fr auto; padding: 38px 5vw 28px; background: var(--paper); }
.maintenance-page::before { content: ""; position: absolute; inset: 0 0 0 56%; background: var(--blue-dark); clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%); }
.maintenance-page::after { content: ""; position: absolute; width: 320px; height: 9px; right: -50px; top: 14%; background: var(--red); transform: rotate(-18deg); }
.maintenance-pattern { position: absolute; z-index: 0; width: min(78vw, 1000px); aspect-ratio: 1; right: -25vw; top: -18vw; border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 22px, rgba(255,255,255,.12) 23px 24px, transparent 25px 43px); }
.maintenance-header, .maintenance-content, .maintenance-footer { position: relative; z-index: 1; }
.maintenance-header { display: flex; align-items: center; gap: 18px; }
.maintenance-header img { width: 148px; height: 70px; object-fit: contain; }
.maintenance-header span { padding-left: 18px; border-left: 1px solid var(--line); max-width: 128px; color: var(--blue-deep); font-size: 12px; font-weight: 800; line-height: 1.25; }
.maintenance-content { align-self: center; max-width: 760px; padding: 7vh 0; }
.maintenance-eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.maintenance-eyebrow::before { content: ""; width: 30px; height: 3px; background: var(--red); }
.maintenance-content h1 { margin: 0; color: var(--blue-deep); font-size: clamp(54px, 7.4vw, 112px); line-height: .88; letter-spacing: -.055em; text-transform: uppercase; }
.maintenance-lead { max-width: 580px; margin: 32px 0 38px; color: var(--muted); font-size: clamp(16px, 1.3vw, 20px); line-height: 1.55; }
.maintenance-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.maintenance-contact { min-width: 365px; display: grid; grid-template-columns: 1fr auto; gap: 4px 26px; padding: 18px 20px; background: var(--red); color: white; box-shadow: 0 18px 42px rgba(227,30,36,.22); }
.maintenance-contact small { grid-column: 1; opacity: .72; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.maintenance-contact strong { grid-column: 1; font-size: 17px; }
.maintenance-contact span { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 22px; }
.maintenance-admin { color: var(--blue); border-bottom: 1px solid var(--blue); padding: 8px 0; font-size: 12px; font-weight: 800; }
.maintenance-admin:hover { color: var(--red); border-color: var(--red); }
.maintenance-footer { display: flex; justify-content: space-between; width: min(720px, 50vw); color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.login-page { min-height: 100svh; display: grid; place-items: center; position: relative; padding: 28px; background: repeating-radial-gradient(circle at 85% 20%, transparent 0 24px, rgba(255,255,255,.08) 25px 26px, transparent 27px 45px), var(--blue-dark); }
.login-brand { position: absolute; top: 34px; left: 5vw; display: block; padding: 8px 16px; background: white; }
.login-brand img { display: block; width: 124px; height: 58px; object-fit: contain; }
.login-card { width: min(520px, 100%); padding: 48px; background: var(--paper); box-shadow: 0 30px 80px rgba(0,0,0,.3); border-top: 5px solid var(--red); }
.login-card h1 { margin: 20px 0 12px; color: var(--blue-deep); font-size: clamp(34px, 5vw, 50px); line-height: .96; letter-spacing: -.04em; text-transform: uppercase; }
.login-card > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.5; }
.login-card form { padding: 22px 0 10px; border: 0; background: transparent; }
.login-card form label { color: var(--blue-deep); font-weight: 800; }
.login-card form input { border: 1px solid var(--line); background: white; }
.login-card form .button { width: 100%; margin-top: 4px; }
.login-error { margin: 14px 0 0; color: var(--red); font-size: 12px; }
.login-back { display: inline-block; margin-top: 18px; color: var(--blue); font-size: 12px; font-weight: 800; }

.topbar {
  height: 86px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between;
  background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20;
  box-shadow: 0 8px 30px rgba(16,43,97,.07); backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; gap: 16px; }
.brand img { display: block; width: 126px; height: 62px; object-fit: contain; }
.brand-slogan { padding-left: 15px; border-left: 1px solid var(--line); color: var(--blue-deep); font-size: 11px; font-weight: 700; line-height: 1.25; }
nav { display: flex; gap: 34px; color: var(--blue-deep); font-size: 14px; font-weight: 600; }
nav a { border-bottom: 2px solid transparent; padding: 8px 0; }
nav a:hover { color: var(--red); border-color: var(--red); }
.header-cta { background: var(--blue); color: white; padding: 13px 20px; font-size: 13px; font-weight: 700; }
.header-cta:hover { background: var(--red); }

.image-hero { position: relative; overflow: hidden; background: #f6f1df; }
.hero-art { display: block; width: 100%; height: auto; }
.hero-toolbar {
  display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px 6vw;
  background: white; border-bottom: 1px solid var(--line); box-shadow: 0 14px 35px rgba(16,43,97,.06);
}
.hero-toolbar p { margin: 0; font-size: 19px; }
.hero-toolbar p b { color: var(--red); }
.hero-toolbar > div { display: flex; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; border: 0; padding: 16px 21px; font-weight: 700; cursor: pointer; }
.button.primary { background: var(--red); color: white; }
.button.primary:hover { background: #c9151b; }
.button.secondary { color: var(--blue); border: 1px solid var(--blue); background: white; }
.button.secondary:hover { background: var(--blue); color: white; }

.eyebrow { text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; color: rgba(255,255,255,.7); display: flex; gap: 10px; align-items: center; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--red); }
.eyebrow.dark { color: var(--blue); }
.catalog-section, .news { padding: 90px 6vw; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 45px; }
.section-heading h2, .request-copy h2, .about h2 { font-size: clamp(40px, 5vw, 72px); line-height: .95; letter-spacing: -.045em; text-transform: uppercase; margin: 18px 0 0; }
.section-heading > p { color: var(--muted); line-height: 1.55; max-width: 460px; font-size: 14px; }

.category-strip { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: rgba(255,255,255,.55); }
.category-strip button { min-height: 150px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 6px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; padding: 20px; cursor: pointer; text-align: left; color: var(--blue-deep); }
.category-strip button:hover, .category-strip button.active { background: var(--blue); color: white; }
.category-icon { width: 36px; height: 36px; color: var(--red); margin-bottom: auto; }
.category-strip span.category-icon { display: grid; place-items: center; font-size: 30px; font-weight: 400; line-height: 1; }
.category-strip button:hover .category-icon, .category-strip button.active .category-icon { color: white; }
.category-strip b { font-size: 13px; }
.category-strip small { color: #7c86a0; }
.category-strip button.active small, .category-strip button:hover small { color: rgba(255,255,255,.7); }

.search-box { height: 64px; margin: 38px 0; background: white; display: flex; align-items: center; gap: 15px; padding: 0 20px; border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(16,43,97,.05); }
.search-box span { color: var(--red); font-size: 24px; }
.search-box input { border: 0; outline: 0; flex: 1; color: var(--blue-deep); font-size: 15px; }
kbd { color: #7b86a0; border: 1px solid var(--line); padding: 4px 7px; font-size: 10px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.product-card { appearance: none; color: var(--ink); text-align: left; background: white; padding: 16px; border: 1px solid var(--line); cursor: pointer; transition: transform .2s, box-shadow .2s; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 18px 35px rgba(16,43,97,.1); }
.part-visual {
  height: 210px; display: grid; place-items: center; overflow: hidden; position: relative;
  background:
    repeating-radial-gradient(circle at 52% 48%, transparent 0 18px, rgba(50,60,141,.13) 19px 20px, transparent 21px 36px),
    linear-gradient(145deg, #fff 0%, #f0f2f8 100%);
}
.part-visual::after { content: ""; position: absolute; width: 110px; height: 3px; background: var(--red); transform: rotate(-18deg); opacity: .85; }
.part-visual svg { position: relative; z-index: 1; width: 76px; height: 76px; color: var(--blue); filter: drop-shadow(0 8px 12px rgba(16,43,97,.16)); }
.part-1 { background: repeating-radial-gradient(circle at 42% 55%, transparent 0 15px, rgba(227,30,36,.12) 16px 17px, transparent 18px 33px), #f5f2e7; }
.part-2 { background: repeating-radial-gradient(circle at 62% 42%, transparent 0 17px, rgba(50,60,141,.14) 18px 19px, transparent 20px 37px), #eef1f8; }
.article { color: var(--red) !important; font-size: 10px !important; letter-spacing: .12em; font-weight: 800; margin-top: 20px !important; }
.product-brand { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .16em; margin: 20px 0 0; }
.product-card h3 { font-size: 18px; margin: 9px 0; color: var(--blue-deep); }
.product-card > p { color: var(--muted); font-size: 13px; margin: 0; }
.product-card .product-brand { color: var(--blue); margin-top: 20px; }
.product-card .article { margin-top: 6px !important; }
.product-photo { height: auto; aspect-ratio: 4 / 3; padding: 18px; background: white; border-bottom: 1px solid var(--line); }
.product-photo::after { display: none; }
.product-photo img { position: relative; z-index: 2; display: block; width: auto; height: auto; max-width: 100%; max-height: 100%; margin: auto; object-fit: contain; object-position: center; mix-blend-mode: multiply; }
.photo-fallback { position: absolute; inset: 0; display: none; place-items: center; }
.photo-fallback { color: var(--blue); font-size: 56px; }
.product-photo.image-missing .photo-fallback { display: grid; }
.card-more { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--blue); font-size: 11px; font-weight: 800; margin-top: 20px; padding-top: 14px; }
.card-more b { display: grid; place-items: center; width: 32px; height: 32px; background: var(--blue); color: white; }
.product-meta { border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; margin-top: 20px; padding-top: 14px; font-size: 11px; }
.product-meta a { width: 32px; height: 32px; display: grid; place-items: center; background: var(--blue); color: white; }
.product-meta a:hover { background: var(--red); }
.empty { grid-column: 1/-1; padding: 50px; text-align: center; color: var(--muted); }

.about { position: relative; overflow: hidden; background: var(--blue-dark); color: white; padding: 90px 6vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.about > *:not(.brand-orbit) { position: relative; z-index: 1; }
.brand-orbit { position: absolute; width: 780px; height: 780px; right: -180px; top: -240px; border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 23px, rgba(255,255,255,.12) 24px 25px, transparent 26px 43px); }
.brand-orbit::after { content: ""; position: absolute; inset: 20%; border: 5px solid var(--red); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(22deg); }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.18); }
.principles article { background: rgba(7,31,73,.82); padding: 30px 25px; min-height: 245px; }
.principles span { color: var(--red); font-size: 11px; font-weight: 800; }
.principles h3 { margin-top: 80px; font-size: 16px; }
.principles p { color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.5; }

.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.news-grid article { padding: 30px 28px 24px 0; border-bottom: 1px solid var(--line); min-height: 270px; display: flex; flex-direction: column; }
.news-grid article + article { padding-left: 28px; border-left: 1px solid var(--line); }
.news-grid time { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.news-meta { display: flex; align-items: center; gap: 12px; }
.news-meta span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.news-grid h3 { font-size: 21px; max-width: 360px; line-height: 1.25; margin-bottom: 12px; }
.news-grid article > p { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 0 0 22px; }
.news-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: auto; }
.news-actions button { display: inline-flex; align-items: center; gap: 8px; border: 0; padding: 8px 0; background: transparent; color: var(--blue); font-size: 12px; font-weight: 800; cursor: pointer; }
.news-actions button:hover { color: var(--red); }
.news-actions .news-share { color: var(--muted); font-size: 11px; }
.news-actions svg { width: 15px; height: 15px; }

.news-modal { position: fixed; inset: 0; z-index: 55; display: grid; place-items: center; padding: 30px; background: rgba(4,18,45,.78); backdrop-filter: blur(8px); }
.news-detail { position: relative; width: min(860px, 100%); max-height: calc(100vh - 60px); overflow: auto; background: white; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.news-detail-head { padding: 64px 70px 38px; background: var(--paper); border-bottom: 3px solid var(--red); }
.news-detail-head h2 { max-width: 690px; margin: 18px 0 20px; color: var(--blue-deep); font-size: clamp(32px, 4.2vw, 52px); line-height: 1.03; overflow-wrap: anywhere; }
.news-detail-head > p { max-width: 680px; margin: 0; color: var(--blue); font-size: 17px; line-height: 1.55; }
.news-detail-body { padding: 40px 70px 22px; color: var(--blue-deep); }
.news-detail-body p { font-size: 16px; line-height: 1.75; margin: 0 0 20px; }
.news-detail-body ul { margin: 8px 0 20px; padding: 22px 26px 22px 44px; background: var(--paper); border-left: 3px solid var(--red); }
.news-detail-body li { margin: 8px 0; line-height: 1.5; }
.news-detail-actions { position: sticky; bottom: 0; display: flex; gap: 12px; padding: 20px 70px 32px; background: linear-gradient(to top, white 78%, rgba(255,255,255,0)); }
.news-detail-actions .button { border: 0; cursor: pointer; min-height: 52px; }
.news-detail-actions svg { width: 17px; height: 17px; }
.copy-link { background: white; color: var(--blue); border: 1px solid var(--line) !important; }
.copy-link:hover { border-color: var(--blue) !important; }

.request-section { position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; background: var(--blue-dark); color: white; }
.request-section::before { content: ""; position: absolute; width: 820px; height: 820px; left: 23%; bottom: -560px; border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 24px, rgba(255,255,255,.11) 25px 26px, transparent 27px 45px); }
.request-section::after { content: ""; position: absolute; width: 240px; height: 5px; right: -36px; top: 62px; background: var(--red); transform: rotate(-18deg); }
.request-copy { position: relative; z-index: 1; padding: 90px 6vw; }
.request-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); line-height: 1.6; max-width: 440px; }
.request-note { margin-top: 70px; border-left: 3px solid var(--red); padding-left: 16px; display: flex; flex-direction: column; font-size: 13px; }
.request-note span { color: rgba(255,255,255,.6); margin-top: 4px; }
form { position: relative; z-index: 1; padding: 70px 6vw; border-left: 1px solid rgba(255,255,255,.15); background: rgba(50,60,141,.16); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
form label, fieldset { display: flex; flex-direction: column; gap: 9px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 18px; }
form input, form textarea { width: 100%; background: rgba(255,255,255,.96); border: 1px solid white; color: var(--blue-deep); padding: 15px; outline: 0; text-transform: none; letter-spacing: 0; }
form input::placeholder, form textarea::placeholder { color: #8991a6; }
form input:focus, form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 2px rgba(227,30,36,.2); }
fieldset { border: 0; padding: 0; flex-direction: row; align-items: center; gap: 24px; }
fieldset legend { margin-bottom: 12px; }
.radio { flex-direction: row; align-items: center; margin: 0; text-transform: none; }
.radio input { width: auto; accent-color: var(--red); }
.submit { width: 100%; }
.consent { color: rgba(255,255,255,.55); display: block; margin-top: 12px; font-size: 10px; }
.form-status { margin: 14px 0 0; font-size: 13px; }.success { color: #baf0cd; }.error { color: #ffd0d0; }

footer { position: relative; overflow: hidden; background: var(--paper); color: var(--blue-deep); padding: 52px 6vw 30px; display: grid; grid-template-columns: 2fr 1fr 1fr auto; gap: 30px; align-items: center; border-top: 4px solid var(--red); }
footer::after { content: ""; position: absolute; width: 500px; height: 500px; right: -260px; top: -310px; border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 18px, rgba(50,60,141,.11) 19px 20px, transparent 21px 34px); pointer-events: none; }
.footer-brand {
  width: fit-content;
}
.footer-brand img { width: 135px; }
.footer-brand .brand-slogan { color: var(--blue-deep); border-color: var(--line); }
footer > div:not(.brand) { display: flex; flex-direction: column; gap: 8px; }
footer small { color: var(--muted); font-size: 10px; }
.admin-link { color: var(--blue); font-size: 11px; border-bottom: 1px solid var(--line); padding-bottom: 4px; }
footer > p { grid-column: 1/-1; color: var(--muted); border-top: 1px solid var(--line); padding-top: 22px; font-size: 10px; }

.floating-lead {
  position: fixed; z-index: 30; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 28px;
  min-width: 255px; padding: 13px 13px 13px 18px; background: rgba(255,255,255,.96); color: var(--blue-deep);
  border: 1px solid var(--line); border-left: 3px solid var(--red); box-shadow: 0 14px 38px rgba(7,31,73,.18);
  opacity: 0; visibility: hidden; transform: translateY(16px); pointer-events: none;
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease, box-shadow .2s ease;
  backdrop-filter: blur(12px);
}
.floating-lead.visible { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.floating-lead:hover { box-shadow: 0 18px 45px rgba(7,31,73,.28); }
.floating-lead span { display: flex; flex-direction: column; gap: 3px; }
.floating-lead small { color: var(--muted); font-size: 9px; }
.floating-lead b { font-size: 14px; }
.floating-lead strong { display: grid; place-items: center; width: 40px; height: 40px; margin-left: auto; background: var(--red); color: white; font-size: 17px; }

.product-modal { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 30px; background: rgba(4,18,45,.78); backdrop-filter: blur(8px); }
.product-detail { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; width: min(1100px, 100%); height: min(820px, calc(100vh - 60px)); overflow: hidden; background: white; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.modal-close { position: absolute; z-index: 3; top: 16px; right: 16px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--blue-dark); color: white; font-size: 28px; line-height: 1; cursor: pointer; }
.modal-close:hover { background: var(--red); }
.detail-visual { position: relative; display: grid; place-items: center; min-height: 520px; padding: 40px; background: repeating-radial-gradient(circle at 50% 52%, transparent 0 25px, rgba(50,60,141,.1) 26px 27px, transparent 28px 48px), var(--paper); }
.detail-visual img { position: relative; z-index: 1; display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; }
.detail-fallback { display: none; place-items: center; position: absolute; inset: 0; color: var(--blue); }
.detail-fallback { font-size: 90px; }
.detail-fallback svg { width: 110px; height: 110px; }
.detail-visual.image-missing .detail-fallback { display: grid; }
.detail-copy { min-height: 0; overflow: hidden; display: flex; flex-direction: column; padding: 56px 50px 34px; }
.detail-copy .article { margin-top: 8px !important; }
.detail-copy h2 { color: var(--blue-deep); font-size: clamp(28px, 3vw, 44px); line-height: 1.06; margin: 14px 0 36px; max-width: 100%; overflow-wrap: anywhere; word-break: normal; }
.detail-copy h2.long-title { font-size: clamp(23px, 2vw, 33px); line-height: 1.02; margin-bottom: 22px; }
.detail-copy h2.very-long-title { font-size: clamp(20px, 1.65vw, 28px); line-height: 1; margin: 10px 0 18px; }
.detail-subheading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.detail-subheading h3 { margin: 0; color: var(--blue); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.detail-subheading span { color: var(--muted); font-size: 10px; white-space: nowrap; }
.cross-table { min-height: 150px; flex: 1; overflow: auto; border-top: 2px solid var(--blue); margin-top: 14px; }
.cross-head, .cross-row { display: grid; grid-template-columns: 1.1fr 1.2fr .5fr .6fr; gap: 14px; padding: 12px 8px; border-bottom: 1px solid var(--line); }
.cross-head { position: sticky; top: 0; z-index: 1; background: white; color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.cross-row { color: var(--blue-deep); font-size: 12px; }
.detail-cta { flex: none; width: 100%; min-height: 56px; margin: 26px 0 8px; }

.admin-shell { min-height: 100vh; background: var(--paper); }
.admin-header { height: 76px; background: var(--blue-dark); color: white; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; }
.admin-header > div { display: flex; align-items: center; gap: 22px; font-size: 12px; color: rgba(255,255,255,.66); }
.admin-header > div a { color: white; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 3px; }
.admin-logout { padding: 0 0 3px; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); background: transparent; color: white; cursor: pointer; font-size: 12px; }
.admin-content { padding: 60px 5vw 90px; }
.admin-title { display: flex; align-items: end; gap: 25px; margin-bottom: 36px; }
.admin-title h1 { color: var(--blue-deep); font-size: 58px; margin: 0; line-height: 1; }
.admin-title > p:last-child { color: var(--muted); margin: 0 0 6px; }
.settings-card { background: white; padding: 24px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 22px; margin-bottom: 24px; color: var(--blue-deep); border: 1px solid var(--line); }
.settings-card > div p { margin: 6px 0 0; color: var(--muted); font-size: 12px; text-transform: none; letter-spacing: 0; }
.settings-card input, .settings-card textarea { background: #f5f6fa; color: var(--blue-deep); border-color: var(--line); resize: vertical; }
.settings-card small { color: #23804c; grid-column: 2; }
.leads-table { background: white; border: 1px solid var(--line); }
.lead-row { display: grid; grid-template-columns: 165px 1.3fr 1fr 1.5fr; gap: 22px; padding: 20px 24px; border-bottom: 1px solid var(--line); font-size: 13px; }
.lead-row > span { display: flex; flex-direction: column; gap: 5px; line-height: 1.4; }
.lead-row small { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.lead-row a { color: var(--blue); }
.lead-head { background: var(--blue); color: white; text-transform: uppercase; font-size: 9px; letter-spacing: .1em; }
.admin-empty { padding: 40px 24px; color: var(--muted); }

@media (max-width: 900px) {
  nav { display: none; }
  .category-strip { grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .about, .request-section { grid-template-columns: 1fr; }
  .principles { margin-top: 30px; }
  .hero-toolbar { align-items: flex-start; }
  .product-detail { grid-template-columns: 1fr 1.2fr; }
  .detail-visual { min-height: 420px; padding: 24px; }
  .detail-copy { padding: 50px 30px 36px; }
}

@media (max-width: 600px) {
  .maintenance-page { padding: 24px 22px; }
  .maintenance-page::before { inset: auto -35% -18% 30%; width: 105%; height: 44%; clip-path: polygon(35% 0, 100% 15%, 100% 100%, 0 100%); }
  .maintenance-pattern { width: 120vw; right: -65vw; top: auto; bottom: -35vw; }
  .maintenance-header img { width: 118px; height: 58px; }
  .maintenance-header span { font-size: 10px; }
  .maintenance-content { align-self: start; padding-top: 11vh; }
  .maintenance-content h1 { font-size: clamp(46px, 14vw, 68px); }
  .maintenance-lead { margin: 25px 0 30px; font-size: 15px; }
  .maintenance-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .maintenance-contact { min-width: 0; width: 100%; }
  .maintenance-admin { width: fit-content; }
  .maintenance-footer { width: 100%; color: rgba(255,255,255,.72); }
  .login-page { align-items: start; padding: 112px 18px 30px; }
  .login-brand { top: 22px; left: 18px; }
  .login-card { padding: 34px 24px; }
  .topbar { height: 72px; padding: 0 18px; }
  .brand img { width: 104px; height: 54px; }
  .brand-slogan, .header-cta { display: none; }
  .image-hero { height: 510px; }
  .hero-art { height: 100%; width: 100%; object-fit: cover; object-position: 18% center; }
  .hero-toolbar { padding: 22px; align-items: stretch; flex-direction: column; }
  .hero-toolbar > div { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-toolbar .button { padding: 14px; gap: 8px; font-size: 12px; }
  .catalog-section, .news, .about { padding: 65px 22px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .category-strip { grid-template-columns: repeat(2, 1fr); }
  .category-strip button { min-height: 125px; }
  .product-grid, .news-grid, .principles, .form-grid { grid-template-columns: 1fr; }
  .news-grid article + article { padding-left: 0; border-left: 0; }
  .news-grid article { min-height: 250px; padding-right: 0; }
  .news-modal { align-items: end; padding: 0; }
  .news-detail { width: 100%; max-height: 92vh; }
  .news-detail-head { padding: 58px 22px 28px; }
  .news-detail-head h2 { font-size: 32px; }
  .news-detail-head > p { font-size: 15px; }
  .news-detail-body { padding: 28px 22px 12px; }
  .news-detail-body p { font-size: 15px; }
  .news-detail-actions { padding: 18px 22px 28px; flex-direction: column; }
  .news-detail-actions .button { width: 100%; justify-content: center; }
  .request-copy, form { padding: 65px 22px; }
  form { border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
  footer { grid-template-columns: 1fr; padding: 45px 22px; }
  footer > p { grid-column: 1; }
  .footer-brand .brand-slogan { display: block; }
  .floating-lead { left: 14px; right: 14px; bottom: 14px; min-width: 0; padding: 10px 10px 10px 15px; }
  .floating-lead small { display: none; }
  .floating-lead strong { width: 38px; height: 38px; }
  .admin-title { align-items: flex-start; flex-direction: column; }
  .settings-card { grid-template-columns: 1fr; }
  .settings-card small { grid-column: 1; }
  .lead-head { display: none; }
  .lead-row { grid-template-columns: 1fr; }
  .product-modal { align-items: end; padding: 0; }
  .product-detail { grid-template-columns: 1fr; width: 100%; height: auto; max-height: 92vh; overflow: auto; }
  .detail-visual { min-height: 260px; height: 300px; }
  .detail-copy { overflow: visible; display: block; padding: 34px 22px 76px; }
  .detail-copy h2 { font-size: 29px; }
  .cross-head, .cross-row { grid-template-columns: 1fr 1fr .45fr; }
  .cross-table { overflow: visible; }
  .cross-head span:last-child, .cross-row span:last-child { display: none; }
}

/* Figma homepage — layout from “Главная страница сайта”, tokens from “Правила”. */
.cadic-figma-home {
  --blue: #323c8d;
  --blue-dark: #01183c;
  --red: #e31e24;
  --paper: #f9f9f9;
  --line: #d2d2d2;
  background: var(--paper);
  color: #000;
  font-family: "Golos Text", Arial, sans-serif;
}
.cadic-figma-home main { max-width: 1920px; margin: 0 auto; overflow: hidden; background: var(--paper); }
.cadic-figma-home h1, .cadic-figma-home h2, .cadic-figma-home h3 { font-family: "Roboto Condensed", Arial Narrow, sans-serif; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.fd-header {
  height: 117px; display: grid; grid-template-columns: 158px 255px minmax(340px, 1fr) 190px 118px 118px;
  align-items: center; gap: 20px; padding: 0 clamp(30px, 5.6vw, 107px); background: #fff; position: relative; z-index: 40;
}
.fd-logo img { display: block; width: 158px; max-height: 69px; }
.fd-promise { display: flex; flex-direction: column; gap: 7px; padding-left: 20px; border-left: 1px solid #d9d9d9; font-size: 15px; line-height: 1.15; }
.fd-header-search { display: grid; grid-template-columns: 1fr 76px; height: 60px; margin: 0; padding: 0; border: 0; background: transparent; }
.fd-header-search input { width: 100%; padding: 0 19px; border: 1px solid #c0c0c0; border-radius: 6px 0 0 6px; outline: 0; color: #111; font-size: 17px; }
.fd-header-search input::placeholder { color: #c0c0c0; text-decoration: underline; text-underline-offset: 3px; }
.fd-header-search button { border: 0; border-radius: 0 6px 6px 0; background: var(--red); cursor: pointer; }
.fd-header-search button img { width: 31px; height: 31px; filter: brightness(0) invert(1); }
.fd-phone { display: flex; flex-direction: column; gap: 7px; text-align: center; }
.fd-phone a { color: var(--blue); font-size: 18px; font-weight: 600; white-space: nowrap; }
.fd-phone span { font-size: 14px; white-space: nowrap; }
.fd-head-link { min-height: 62px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding-left: 18px; border-left: 1px solid #d9d9d9; color: var(--blue); font-size: 11px; font-weight: 600; text-transform: uppercase; text-align: center; }
.fd-head-link img { width: 36px; height: 40px; object-fit: contain; }
.fd-head-link:last-of-type img { width: 44px; object-position: center; }
.fd-menu-toggle { display: none; }
.fd-menu-toggle:focus:not(:focus-visible) { outline: 0; }

.fd-nav { height: 42px; position: relative; display: block; background: transparent; }
.fd-nav::before { content: ""; position: absolute; inset: 0 auto 0 0; width: min(700px, 58vw); background: var(--blue-dark); clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%); }
.fd-nav::after { content: ""; position: absolute; top: 0; left: min(640px, 53vw); width: 280px; height: 42px; background: linear-gradient(154deg, transparent 0 39%, var(--red) 40% 43%, transparent 44% 49%, var(--blue) 50% 56%, transparent 57%); opacity: .95; }
.fd-nav > div { position: relative; z-index: 1; height: 42px; width: min(700px, 58vw); display: flex; align-items: center; justify-content: center; gap: 38px; padding-left: clamp(24px, 5.5vw, 105px); }
.fd-nav a, .fd-nav button { padding: 4px 0; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #fff; font-family: "Roboto Condensed", sans-serif; font-size: 14px; font-weight: 600; text-transform: uppercase; cursor: pointer; }
.fd-nav a:hover, .fd-nav button:hover { color: #fff; border-bottom-color: var(--red); }

.fd-hero {
  height: min(40.89vw, 785px); min-height: 630px; position: relative; isolation: isolate; overflow: hidden; background: #fff;
}
.fd-hero::after { content:""; position:absolute; z-index:2; inset:0; pointer-events:none; background:radial-gradient(ellipse 34% 76% at 47% 50%, rgba(255,255,255,.96) 0 22%, rgba(255,255,255,.82) 38%, rgba(255,255,255,.28) 58%, transparent 76%); }
.fd-hero-background { position: absolute; z-index: 0; left: .9%; top: -11.4%; width: 99.1%; height: 128.7%; object-fit: fill; opacity:.42; filter:saturate(.72) contrast(.94); }
.fd-hero-ellipse { display: none; }
.fd-hero-ellipse-left { left: -1.15%; top: 0; width: 37.6%; height: 100%; }
.fd-hero-ellipse-main { left: 21.46%; top: -8.92%; width: 50.1%; height: 112.5%; }
.fd-hero-ellipse-bottom { left: -20.84%; top: 65.6%; width: 40.68%; height: 45.5%; }
.fd-hero-copy { position: absolute; z-index: 4; left: 5.47%; top: 16.8%; width: 27%; }
.fd-hero-copy h1 { margin: 0; font-weight: 900; text-transform: uppercase; line-height: .82; letter-spacing: -.035em; }
.fd-hero-copy h1 em { display: block; margin-bottom: 12px; color: var(--red); font-style: normal; font-size: clamp(120px, 9.74vw, 187px); }
.fd-hero-copy h1 span { display: block; color: #0e1766; font-size: clamp(38px, 2.34vw, 45px); line-height: .975; }
.fd-hero-divider { display: block; width: 303px; max-width: 82%; height: auto; margin: 40px 0 22px 8px; }
.fd-product-lines { width: min(480px, 100%); display: grid; grid-template-columns: auto 9px auto; gap: 8px 12px; align-items: center; margin: 0 0 34px 7px; color: var(--blue-dark); font-family: "Golos Text", sans-serif; font-size: clamp(15px, 1.25vw, 24px); font-weight: 600; line-height: 1; text-transform: uppercase; }
.fd-product-lines i { width: 8px; height: 8px; border-radius: 50%; background: var(--red); }
.fd-button { min-width: 300px; min-height: 63px; display: inline-flex; align-items: center; justify-content: space-between; padding: 0 28px 0 42px; border: 0; border-radius: 5px; background: var(--red); color: #fff; font-family: "Roboto Condensed", sans-serif; font-size: 21px; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.fd-button:hover { background: #c8171d; }
.fd-hero-scheme { position: absolute; z-index: 3; left: 30.26%; top: 0; width: 31.3%; height: 100%; overflow: hidden; pointer-events: none; }
.scheme-node { position: absolute; width: 30%; transform: translate(-50%,-50%); color: var(--blue); font-size: clamp(8px,.84vw,16px); line-height: 1; text-align: center; white-space: nowrap; }
.scheme-circle { width: 50%; aspect-ratio: 1; display: grid; place-items: center; margin: 0 auto 5px; overflow: hidden; border: 1.5px solid #9ca6d4; border-radius: 50%; background: rgba(255,255,255,.9); box-shadow:0 2px 10px rgba(8,31,71,.07); }
.scheme-circle img { display: block; width: 83%; height: 83%; object-fit: contain; }
.scheme-bolt { color: var(--red); font-size: clamp(26px,3vw,58px); font-weight: 300; line-height: 1; }
.scheme-energy,.scheme-starter,.scheme-coil,.scheme-engine,.scheme-generator { width: 30%; }
.scheme-energy::after,.scheme-starter::after,.scheme-coil::after,.scheme-engine::after,.scheme-generator::after { content: "↓"; position: absolute; left: 50%; top: calc(100% + 1px); transform: translateX(-50%); color: var(--red); font-size: clamp(14px,1.25vw,24px); }
.scheme-energy { left:52.25%; top:7%; }.scheme-starter { left:52.25%; top:24.2%; }.scheme-coil { left:52.25%; top:41.4%; }.scheme-engine { left:52.25%; top:58.6%; }.scheme-generator { left:52.25%; top:75.8%; }.scheme-battery { left:52.25%; top:93%; width:34%; }
.scheme-bendix { left:22.1%; top:20.7%; }.scheme-relay { left:12.5%; top:39.6%; }.scheme-brushes { left:12.5%; top:60%; }.scheme-bearing { left:22.1%; top:79.5%; }
.scheme-regulator { left:80.4%; top:20.7%; width:35%; }.scheme-bridge { left:90.5%; top:39.6%; }.scheme-stator { left:90.5%; top:60%; }.scheme-rotor { left:80.4%; top:79.5%; }
.scheme-bendix::after,.scheme-relay::after,.scheme-brushes::after { content:"↙"; position:absolute; right:4%; top:calc(100% + 1px); color:var(--red); font-size:clamp(14px,1.25vw,24px); }
.scheme-regulator::after,.scheme-bridge::after,.scheme-stator::after { content:"↘"; position:absolute; left:4%; top:calc(100% + 1px); color:var(--red); font-size:clamp(14px,1.25vw,24px); }
.fd-hero-products { position: absolute; z-index: 3; inset: 0; pointer-events: none; }
.fd-hero-products img { position: absolute; display: block; object-fit: contain; filter: drop-shadow(0 15px 18px rgba(1,24,60,.12)); }
.hp-coil { width: 13%; height: 47.6%; top: 17.6%; left: 72.24%; }.hp-starter { width: 21.46%; height: 39.2%; top: 50.2%; left: 62.92%; }.hp-generator { width: 19.7%; height: 46.9%; top: 26.75%; left: 80.68%; }.hp-bendix { width: 8.9%; height: 23.8%; top: 61.3%; left: 81.2%; }

.fd-advantages { min-height: 153px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 0; padding: 0 clamp(30px, 5.2vw, 100px); background: var(--blue-dark); color: #fff; }
.fd-advantages article { min-height: 68px; display: grid; grid-template-columns: 60px 1fr; align-items: center; gap: 14px; padding: 0 28px; border-right: 1px solid rgba(255,255,255,.62); }
.fd-advantages article:first-child { padding-left: 0; }.fd-advantages article:last-child { border: 0; padding-right: 0; }
.fd-advantages img { width: 59px; height: 64px; object-fit: contain; }
.fd-advantages h2 { margin: 0 0 7px; color: #fff; font-family: "Golos Text", sans-serif; font-size: 18px; font-weight: 600; text-transform: uppercase; white-space: nowrap; }
.fd-advantages p { margin: 0; color: #fff; font-size: 12px; line-height: 1.25; }

.fd-popular { padding: 52px clamp(32px, 5.55vw, 107px) 42px; background: var(--paper); }
.fd-section-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 31px; }
.fd-section-title h2 { margin: 0; font-size: clamp(38px, 3vw, 58px); font-weight: 700; line-height: 1; text-transform: uppercase; }
.fd-section-title a, .fd-panel-head button, .fd-store-list { padding: 0 0 3px; border: 0; border-bottom: 1px solid var(--red); background: transparent; color: var(--red); font-size: 14px; font-weight: 600; text-transform: uppercase; cursor: pointer; }
.fd-section-title a span, .fd-panel-head button span, .fd-store-list span { margin-left: 12px; }
.fd-category-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.fd-category-card { height: 498px; position: relative; overflow: hidden; display: block; padding: 35px 23px 27px; border: 1px solid var(--line); border-radius: 18px; background: transparent; box-shadow: 0 4px 4px rgba(0,0,0,.2); color: #000; text-align: left; cursor: pointer; }
.fd-category-card:hover { background: #fff; transform: translateY(-3px); }
.fd-category-card h3 { margin: 0; font-size: clamp(24px, 1.9vw, 37px); font-weight: 600; line-height: .84; text-transform: uppercase; }
.fd-category-card > p { width: 78%; margin: 13px 0 0; font-size: 15px; font-weight: 500; line-height: 1.1; }
.fd-category-image { height: 300px; display: grid; place-items: center; }
.fd-category-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.fd-category-card small { display: block; margin-top: -4px; font-size: 12px; }
.fd-articles { display: block; margin-top: 6px; font-size: 12px; word-spacing: 9px; white-space: nowrap; }
.fd-card-arrow { position: absolute; right: 0; bottom: 0; width: 56px; height: 66px; }

.cadic-figma-home .catalog-section { padding: 70px clamp(32px, 5.55vw, 107px); background: var(--paper); }
.cadic-figma-home .section-heading h2 { color: #000; font-family: "Roboto Condensed", sans-serif; font-weight: 700; }
.cadic-figma-home .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.cadic-figma-home .product-card { min-width: 0; border-color: var(--line); border-radius: 18px; background: transparent; box-shadow: 0 4px 4px rgba(0,0,0,.12); }
.cadic-figma-home .product-card:hover { background: #fff; box-shadow: 0 14px 34px rgba(1,24,60,.14); }
.cadic-figma-home .product-card h3 { font-family: "Golos Text", sans-serif; }
.cadic-figma-home .category-strip button { font-family: "Golos Text", sans-serif; }
.cadic-figma-home .category-strip .category-icon { display: none; }
.cadic-figma-home .category-strip button { min-height: 92px; justify-content: center; }

.fd-editorial, .fd-business { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; padding: 42px clamp(32px, 5.55vw, 107px) 0; background: var(--paper); }
.fd-news-panel, .fd-blog-panel, .fd-stores, .fd-dealer { min-height: 316px; padding: 26px 31px 25px; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 4px 4px rgba(0,0,0,.18); }
.fd-panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 23px; }
.fd-panel-head h2, .fd-dealer h2, .fd-stores h2 { margin: 0; font-size: 36px; font-weight: 600; line-height: 1; text-transform: uppercase; }
.fd-panel-head button { font-size: 11px; }
.fd-news-list { display: grid; grid-template-columns: 1fr 1fr; gap: 27px; }
.fd-news-list button { display: grid; grid-template-columns: 45% 1fr; gap: 12px; padding: 0; border: 0; background: transparent; color: #000; text-align: left; cursor: pointer; }
.fd-news-list img { width: 100%; height: 210px; border-radius: 10px; object-fit: cover; }
.fd-news-list span { display: flex; flex-direction: column; gap: 15px; }
.fd-news-list time, .fd-blog-body time { color: #000; font-size: 12px; font-weight: 600; }
.fd-news-list b { font-size: 16px; line-height: 1.2; }
.fd-blog-body { display: grid; grid-template-columns: 46% 1fr; gap: 24px; }
.fd-video { height: 213px; position: relative; display: grid; place-items: center; overflow: hidden; padding: 0; border: 0; border-radius: 12px; background: #9e9d94; cursor: pointer; }
.fd-video img { width: 86%; height: 86%; object-fit: contain; filter: grayscale(.4); }
.fd-video > span { position: absolute; width: 58px; height: 58px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50%; color: #fff; font-size: 21px; padding-left: 4px; }
.fd-blog-body > div { display: flex; flex-direction: column; }
.fd-blog-body h3 { margin: 40px 0 0; font-family: "Golos Text", sans-serif; font-size: 18px; line-height: 1.2; }
.fd-blog-body button { width: fit-content; margin-top: auto; padding: 0 0 4px; border: 0; border-bottom: 1px solid var(--blue); background: transparent; color: var(--blue); font-size: 12px; font-weight: 600; cursor: pointer; }

.fd-business { padding-bottom: 45px; }
.fd-dealer { position: relative; overflow: hidden; background: var(--blue-dark); color: #fff; }
.fd-dealer::after { content: "★"; position: absolute; right: 20px; top: 16px; color: var(--red); font-size: 44px; }
.fd-dealer h2 { color: #fff; }
.fd-dealer ul { display: grid; gap: 6px; margin: 20px 0 14px; padding: 0; list-style: none; }
.fd-dealer li { display: flex; align-items: center; gap: 10px; font-size: 12px; }
.fd-dealer li img { width: 21px; height: 21px; }
.fd-dealer .fd-button { min-width: 270px; min-height: 52px; font-size: 16px; }
.fd-stores { position: relative; }
.fd-stores > p { margin: 30px 0 18px; font-size: 14px; }
.fd-stores > label { width: 42%; height: 40px; display: grid; grid-template-columns: 1fr 45px; }
.fd-stores > label input { min-width: 0; padding: 0 12px; border: 1px solid #c0c0c0; border-radius: 5px 0 0 5px; }
.fd-stores > label button { border: 0; border-radius: 0 5px 5px 0; background: var(--red); }
.fd-stores > label img { width: 20px; filter: brightness(0) invert(1); }
.fd-map { position: absolute; right: 25px; top: 70px; width: 49%; height: 190px; overflow: hidden; border-radius: 50% 38% 48% 40%; background: repeating-linear-gradient(35deg, #fff 0 22px, #d7d9df 23px 26px, #fff 27px 42px); }
.fd-map::before, .fd-map::after { content: ""; position: absolute; background: #fff; border: 4px solid var(--blue); border-radius: 50%; }
.fd-map::before { width: 38px; height: 38px; left: 24%; top: 43%; }.fd-map::after { width: 22px; height: 22px; right: 24%; top: 25%; border-color: var(--red); }
.fd-map b { position: absolute; left: 42%; top: 52%; color: var(--blue); font-size: 13px; }
.fd-store-list { position: absolute; left: 31px; bottom: 27px; font-size: 11px; }

.fd-footer {
  min-height: 251px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.4fr repeat(3, .8fr) 1.35fr; gap: 42px;
  align-items: start; padding: 38px clamp(32px, 5.55vw, 107px); border: 0; background: var(--blue-dark); color: #fff;
}
.fd-footer::after { content: "★"; position: absolute; right: -15px; bottom: -45px; width: 240px; height: 220px; display: grid; place-items: center; clip-path: polygon(55% 0,100% 20%,100% 100%,0 100%); background: var(--red); color: #fff; font-size: 76px; pointer-events: none; }
.fd-footer > div { display: flex; flex-direction: column; gap: 8px; }
.fd-footer h2 { margin: 12px 0 4px; color: #fff; font-size: 17px; font-weight: 900; text-transform: uppercase; }
.fd-footer a, .fd-footer p, .fd-footer button { margin: 0; color: #fff; font-size: 13px; line-height: 1.35; }
.fd-footer > div > button { width: fit-content; padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.fd-footer-brand > img { width: 157px; height: 66px; object-fit: contain; object-position: left center; }
.fd-footer-brand > p { margin: 8px 0 10px; }
.fd-footer-brand > div { display: flex; flex-direction: row; gap: 14px; }
.fd-footer-brand > div button { display: block; padding: 0; border: 0; background: transparent; cursor: pointer; }
.fd-footer-brand > div img { width: 34px; height: 34px; }
.fd-footer-contact > a:first-child { margin-top: 10px; font-family: "Roboto Condensed", sans-serif; font-size: 26px; font-weight: 700; }
.fd-footer-contact p { margin: 10px 0; }
.fd-footer .admin-link { width: fit-content; color: rgba(255,255,255,.7); border-color: rgba(255,255,255,.4); font-size: 10px; }

.request-modal { position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; padding: 30px; background: rgba(1,24,60,.82); backdrop-filter: blur(8px); }
.request-modal .request-section { width: min(1180px, 100%); max-height: calc(100vh - 60px); overflow: auto; border-radius: 18px; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.request-modal .modal-close { position: fixed; top: max(40px, calc(50vh - 380px)); right: max(40px, calc(50vw - 570px)); }
.request-modal form { background: rgba(50,60,141,.45); }

.info-modal { position: fixed; inset: 0; z-index: 58; display: grid; place-items: center; padding: 30px; background: rgba(1,24,60,.82); backdrop-filter: blur(8px); }
.info-detail { position: relative; width: min(760px, 100%); max-height: calc(100vh - 60px); overflow: auto; padding: 58px 64px 52px; border-top: 5px solid var(--red); background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.info-detail h2 { margin: 16px 0 24px; color: var(--blue-dark); font-size: clamp(34px, 4vw, 52px); line-height: .98; text-transform: uppercase; }
.info-detail #info-body { color: var(--blue-dark); font-size: 16px; line-height: 1.6; }
.info-detail #info-body p { margin: 0 0 16px; }
.info-detail #info-body ul { margin: 18px 0; padding-left: 24px; }
.info-detail #info-body button { width: 100%; display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 16px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--blue-dark); text-align: left; cursor: pointer; }
.info-detail #info-body button time { color: var(--red); font-size: 12px; font-weight: 600; }
.info-detail #info-body button b { font-size: 15px; }
.info-actions { margin-top: 30px; }

@media (max-width: 1450px) {
  .fd-header { grid-template-columns: 140px 210px minmax(280px, 1fr) 170px 95px; gap: 14px; padding-inline: 35px; }
  .fd-head-link:last-of-type { display: none; }
  .fd-promise { font-size: 12px; }
}

@media (max-width: 1200px) {
  .fd-header { grid-template-columns: 140px 1fr minmax(300px, 1.5fr) 170px 95px; gap: 14px; padding-inline: 35px; }
  .fd-head-link:last-of-type { display: none; }
  .fd-promise { font-size: 12px; }
  .fd-hero { height: 680px; min-height: 680px; }
  .fd-hero-copy { left: 4.6%; width: 28%; }
  .fd-hero-copy h1 em { font-size: 126px; }
  .fd-hero-copy h1 span { font-size: 34px; }
  .fd-product-lines { font-size: 15px; }
  .cadic-figma-home .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fd-advantages h2 { font-size: 14px; }.fd-advantages p { font-size: 10px; }
  .fd-advantages article { grid-template-columns: 48px 1fr; padding: 0 16px; }.fd-advantages img { width: 46px; }
  .fd-category-card { height: 440px; }.fd-category-image { height: 255px; }
}

@media (max-width: 900px) {
  .fd-header { height: 88px; grid-template-columns: 128px 1fr 48px; padding: 0 24px; }
  .fd-logo img { width: 128px; }.fd-promise { border: 0; }.fd-header-search, .fd-phone, .fd-head-link { display: none; }
  .fd-menu-toggle { display: flex; flex-direction: column; gap: 5px; padding: 10px; border: 0; background: transparent; }
  .fd-menu-toggle span { width: 28px; height: 3px; background: var(--blue); }
  .fd-nav { height: auto; max-height: 0; overflow: hidden; background: var(--blue-dark); transition: max-height .24s ease; }
  .fd-nav::before, .fd-nav::after { display: none; }
  .fd-nav > div { position: relative; width: 100%; height: auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 24px; background: var(--blue-dark); box-shadow: 0 20px 40px rgba(1,24,60,.18); }
  .nav-open .fd-nav { max-height: 420px; }
  .fd-nav a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .fd-nav button { width: 100%; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.16); text-align: left; }
  .fd-hero { height: 760px; min-height: 760px; }
  .fd-hero::after { display:none; }
  .fd-hero-background { left: -22%; top: -4%; width: 145%; height: 110%; object-fit: cover; opacity: .48; filter: saturate(.78); }
  .fd-hero-ellipse-left { left: -18%; top: 0; width: 62%; height: 82%; }
  .fd-hero-ellipse-main { left: 35%; top: 0; width: 78%; height: 88%; }
  .fd-hero-ellipse-bottom { display: none; }
  .fd-hero-copy { left: 32px; top: 75px; width: 47%; }
  .fd-hero-copy h1 em { font-size: 118px; }
  .fd-hero-copy h1 span { font-size: 39px; }
  .fd-hero-divider { margin-top: 32px; }
  .fd-product-lines { font-size: 14px; }
  .fd-hero-scheme { display: none; }
  .fd-hero-products { display: block; }
  .hp-coil { width: 16%; height: 28%; top: 42%; left: 67%; }.hp-starter { width: 30%; height: 29%; top: 58%; left: 45%; }.hp-generator { width: 31%; height: 32%; top: 55%; left: 68%; }.hp-bendix { width: 13%; height: 18%; top: 70%; left: 62%; }
  .fd-advantages { grid-template-columns: 1fr 1fr; gap: 20px 0; padding-block: 28px; }.fd-advantages article:nth-child(2) { border: 0; }.fd-advantages article { padding: 0 22px; }
  .cadic-figma-home .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fd-category-cards { grid-template-columns: 1fr 1fr; }.fd-category-card { height: 470px; }
  .fd-editorial, .fd-business { grid-template-columns: 1fr; gap: 24px; }
  .fd-footer { grid-template-columns: 1.3fr 1fr 1fr; }.fd-footer-contact { grid-column: 2 / 4; }
}

@media (max-width: 600px) {
  .fd-header { height: 76px; padding: 0 18px; }.fd-logo img { width: 112px; }.fd-promise { font-size: 9px; padding: 0; }
  .fd-hero { height: 880px; min-height: 880px; }
  .fd-hero-background { left: -48%; top: -2%; width: 205%; height: 105%; opacity: .42; }
  .fd-hero-ellipse-left { left: -42%; top: 8%; width: 145%; height: 64%; }
  .fd-hero-ellipse-main { left: 19%; top: 38%; width: 128%; height: 62%; }
  .fd-hero-copy { left: 20px; top: 54px; width: calc(100% - 40px); }
  .fd-hero-copy h1 em { font-size: 96px; }.fd-hero-copy h1 span { font-size: 45px; line-height: .9; }
  .fd-hero-divider { width: 260px; margin: 30px 0 20px; }
  .fd-product-lines { width: 100%; font-size: 15px; margin: 0 0 28px; }.fd-button { min-width: 100%; min-height: 56px; font-size: 17px; }
  .hp-coil { width: 20%; height: 22%; top: 58%; left: 58%; }.hp-starter { width: 39%; height: 27%; top: 67%; left: 12%; }.hp-generator { width: 41%; height: 30%; top: 64%; left: 58%; }.hp-bendix { width: 17%; height: 15%; top: 76%; left: 49%; }
  .fd-advantages { grid-template-columns: 1fr 1fr; gap: 0; padding: 20px 16px; }.fd-advantages article, .fd-advantages article:nth-child(2) { min-height: 110px; border: 0; border-bottom: 1px solid rgba(255,255,255,.24); padding: 14px 10px; grid-template-columns: 42px 1fr; }.fd-advantages img { width: 40px; height: 48px; }.fd-advantages h2 { white-space: normal; }
  .fd-popular, .fd-editorial, .fd-business { padding-inline: 20px; }.fd-section-title { align-items: flex-start; flex-direction: column; gap: 18px; }
  .fd-section-title h2 { font-size: 38px; }.fd-category-cards { grid-template-columns: 1fr; }.fd-category-card { height: 470px; }
  .cadic-figma-home .catalog-section { padding-top: 58px; }
  .cadic-figma-home .product-grid { grid-template-columns: 1fr; }
  .fd-news-list, .fd-blog-body { grid-template-columns: 1fr; }.fd-news-list img { height: 170px; }.fd-blog-body h3 { margin-top: 15px; }.fd-blog-body button { margin-top: 22px; }
  .fd-news-panel, .fd-blog-panel, .fd-stores, .fd-dealer { padding: 24px 20px; }
  .fd-stores { min-height: 420px; }.fd-stores > label { width: 100%; }.fd-map { left: 20px; right: 20px; top: 165px; width: auto; }.fd-stores > a { left: 20px; }
  .fd-footer { grid-template-columns: 1fr 1fr; gap: 28px 18px; padding: 38px 20px 90px; }.fd-footer-brand { grid-column: 1 / -1; }.fd-footer-contact { grid-column: 1 / -1; }.fd-footer::after { width: 150px; height: 120px; font-size: 46px; }
  .request-modal { align-items: end; padding: 0; }.request-modal .request-section { width: 100%; max-height: 94vh; border-radius: 18px 18px 0 0; }.request-modal .modal-close { position: absolute; top: 14px; right: 14px; }
  .info-modal { align-items: end; padding: 0; }.info-detail { width: 100%; max-height: 94vh; padding: 48px 22px 36px; border-radius: 18px 18px 0 0; }.info-detail #info-body button { grid-template-columns: 88px 1fr; }
}
