:root {
  --blue: #1d6bc7;
  --blue-light: #54a3ec;
  --blue-deep: #103d72;
  --navy: #061b35;
  --navy-soft: #0b2d57;
  --sky: #eef6fd;
  --paper: #ffffff;
  --paper-alt: #f5f8fc;
  --ink: #172337;
  --ink-soft: #5f6d82;
  --line: #dce6f1;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 8px 26px rgba(16, 61, 114, .08);
  --shadow-md: 0 20px 56px rgba(16, 61, 114, .14);
  --container: 1240px;
  --font: "Inter", system-ui, sans-serif;
  --display: "Oswald", "Arial Narrow", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
[hidden] { display: none !important; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 116px 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 16px; color: #fff; background: var(--blue); border-radius: 999px; font-weight: 700; }
.skip-link:focus { transform: none; }

/* Header */
.classic-header { position: fixed; z-index: 100; inset: 0 0 auto; color: #fff; background: rgba(6, 27, 53, .36); border-bottom: 1px solid rgba(255, 255, 255, .1); backdrop-filter: blur(14px); transition: .25s ease; }
.classic-header.scrolled { color: var(--ink); background: rgba(255, 255, 255, .96); border-color: var(--line); box-shadow: 0 3px 18px rgba(16, 61, 114, .08); }
.nav-shell { min-height: 78px; display: flex; align-items: center; gap: 36px; }
.classic-brand { flex: 0 0 auto; }
.classic-brand img { width: 176px; height: 58px; object-fit: contain; }
.classic-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.classic-nav a { position: relative; color: rgba(255, 255, 255, .82); font-size: 13px; font-weight: 600; }
.classic-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--blue-light); transition: right .2s ease; }
.classic-nav a:hover::after, .classic-nav a:focus-visible::after { right: 0; }
.classic-header.scrolled .classic-nav a { color: var(--ink-soft); }
.classic-header.scrolled .classic-nav a:hover { color: var(--blue); }
.nav-actions, .lang-switch { display: flex; align-items: center; }
.nav-actions { gap: 11px; }
.lang-switch { padding: 3px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 999px; background: rgba(255, 255, 255, .08); }
.classic-header.scrolled .lang-switch { border-color: var(--line); background: var(--paper-alt); }
.lang-btn { min-width: 38px; padding: 7px 8px; border: 0; border-radius: 999px; color: rgba(255, 255, 255, .68); background: none; font-size: 11px; font-weight: 800; cursor: pointer; }
.classic-header.scrolled .lang-btn { color: #7c8799; }
.lang-btn.active { color: #fff !important; background: var(--blue); }
.nav-pdf { display: inline-flex; align-items: center; gap: 7px; padding: 9px 14px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 999px; font-size: 12px; font-weight: 700; }
.classic-header.scrolled .nav-pdf { color: var(--blue); border-color: var(--line); }
.nav-pdf:hover { color: var(--blue-deep); background: #fff; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; border-radius: 50%; color: inherit; background: rgba(255, 255, 255, .1); cursor: pointer; }
.menu-toggle span { width: 20px; height: 2px; display: block; margin: 4px auto; background: currentColor; transition: .2s ease; }

/* Shared */
.classic-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 24px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.classic-button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue-light), var(--blue)); box-shadow: 0 12px 28px rgba(29, 107, 199, .32); }
.button-primary:hover { box-shadow: 0 16px 36px rgba(29, 107, 199, .42); }
.button-glass { color: #fff; border-color: rgba(255, 255, 255, .35); background: rgba(255, 255, 255, .08); backdrop-filter: blur(10px); }
.button-glass:hover { background: rgba(255, 255, 255, .16); }
.button-white { color: var(--blue-deep); background: #fff; box-shadow: var(--shadow-sm); }
.section-heading h2, .contact-card h2 { margin: 8px 0 0; font-family: var(--display); font-size: clamp(42px, 6vw, 72px); line-height: 1; letter-spacing: -.02em; text-transform: uppercase; }
.section-number { display: inline-grid; place-items: center; width: 40px; height: 40px; color: var(--blue); border: 1px solid var(--line); border-radius: 50%; font-family: var(--display); font-size: 13px; }
.section-kicker { margin: 15px 0 0; color: var(--blue); font-family: var(--display); font-size: 13px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }

/* Hero */
.classic-hero { position: relative; min-height: 900px; overflow: hidden; color: #fff; background: radial-gradient(circle at 76% 42%, #174e88 0%, #0a2b54 38%, #061b35 78%); }
.hero-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(84, 163, 236, .14) 1px, transparent 1px), linear-gradient(90deg, rgba(84, 163, 236, .14) 1px, transparent 1px); background-size: 52px 52px; mask-image: radial-gradient(circle at 72% 43%, #000 10%, transparent 65%); }
.radar { position: absolute; width: 120px; height: 120px; top: 47%; left: 72%; border: 1px solid rgba(84, 163, 236, .55); border-radius: 50%; transform: translate(-50%, -50%); animation: radar-pulse 5s ease-out infinite; }
.radar-two { animation-delay: 2.5s; }
@keyframes radar-pulse { from { opacity: .75; transform: translate(-50%, -50%) scale(.3); } to { opacity: 0; transform: translate(-50%, -50%) scale(7); } }
.hero-layout { position: relative; z-index: 2; min-height: 860px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 70px; padding-top: 90px; padding-bottom: 66px; }
.hero-copy { position: relative; z-index: 6; }
.hero-badge { display: inline-flex; align-items: center; gap: 11px; padding: 8px 15px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; color: #cde6fb; background: rgba(255, 255, 255, .06); font-family: var(--display); font-size: 11px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.hero-badge > span:first-child { width: 8px; height: 8px; border-radius: 50%; background: var(--blue-light); box-shadow: 0 0 14px var(--blue-light); }
.hero-copy h1 { max-width: 650px; margin: 27px 0 24px; font-family: var(--display); font-size: clamp(68px, 8vw, 116px); line-height: .88; letter-spacing: -.03em; text-transform: uppercase; text-shadow: 0 12px 40px rgba(0, 0, 0, .18); }
.hero-copy > p { max-width: 650px; margin: 0; color: rgba(255, 255, 255, .76); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.hero-stats { max-width: 590px; display: grid; grid-template-columns: repeat(3, 1fr); margin: 58px 0 0; border-top: 1px solid rgba(255, 255, 255, .16); }
.hero-stats div { padding: 20px 16px 0 0; }
.hero-stats div + div { padding-left: 22px; border-left: 1px solid rgba(255, 255, 255, .16); }
.hero-stats dt { font-family: var(--display); font-size: 30px; line-height: 1; }
.hero-stats dd { margin: 8px 0 0; color: rgba(255, 255, 255, .5); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-orbit { position: relative; height: 690px; }
.orbit-ring { position: absolute; top: 50%; left: 50%; border: 1px dashed rgba(117, 187, 244, .23); border-radius: 50%; transform: translate(-50%, -50%); }
.ring-one { width: 330px; height: 330px; animation: orbit-spin 50s linear infinite; }
.ring-two { width: 510px; height: 510px; animation: orbit-spin 80s linear infinite reverse; }
.ring-three { width: 675px; height: 675px; opacity: .65; animation: orbit-spin 110s linear infinite; }
@keyframes orbit-spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
.orbit-core { position: absolute; z-index: 3; top: 50%; left: 50%; width: 260px; height: 260px; display: grid; place-content: center; justify-items: center; padding: 30px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; background: radial-gradient(circle, rgba(52, 119, 185, .74), rgba(6, 27, 53, .94)); box-shadow: 0 0 90px rgba(84, 163, 236, .28); transform: translate(-50%, -50%); text-align: center; }
.orbit-core img { width: 180px; max-height: 118px; object-fit: contain; }
.orbit-core span { margin-top: 12px; color: #bad9f4; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.featured-node { position: absolute; z-index: 4; width: 106px; height: 106px; overflow: visible; padding: 0; border: 3px solid rgba(255, 255, 255, .82); border-radius: 50%; color: #fff; background: #e8f2fb; box-shadow: 0 12px 38px rgba(0, 0, 0, .28); cursor: pointer; animation: node-float 5s ease-in-out infinite; }
.featured-node img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.featured-node span { position: absolute; left: 50%; top: calc(100% + 7px); padding: 5px 9px; border-radius: 999px; color: #fff; background: rgba(6, 27, 53, .88); font-family: var(--display); font-size: 9px; letter-spacing: .06em; white-space: nowrap; transform: translateX(-50%); opacity: .8; }
.featured-node:hover { z-index: 8; border-color: var(--blue-light); box-shadow: 0 14px 42px rgba(0, 0, 0, .34), 0 0 30px rgba(84, 163, 236, .5); }
@keyframes node-float { 50% { translate: 0 -8px; } }
.hero-directions { position: absolute; z-index: 10; inset: auto 0 0; overflow: hidden; color: var(--blue-deep); background: #d7ebfb; border-block: 1px solid rgba(255, 255, 255, .35); }
.directions-track { width: max-content; display: flex; align-items: center; gap: 26px; padding: 13px 0; animation: direction-scroll 32s linear infinite; }
.directions-track span { font-family: var(--display); font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.directions-track i { width: 5px; height: 5px; background: var(--blue); transform: rotate(45deg); }
@keyframes direction-scroll { to { transform: translateX(-50%); } }

/* Product slider from the original template */
.classic-slider-section { overflow: hidden; padding: 92px 0 100px; background: #fff; border-bottom: 1px solid var(--line); }
.slider-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.slider-heading .section-kicker { margin-top: 0; }
.slider-heading h2 { margin: 9px 0 0; font-family: var(--display); font-size: clamp(38px, 5vw, 62px); line-height: 1; letter-spacing: -.02em; text-transform: uppercase; }
.slider-controls { display: flex; align-items: center; gap: 10px; }
.slider-counter { min-width: 78px; margin-right: 5px; color: var(--ink-soft); font-family: var(--display); font-size: 13px; letter-spacing: .08em; text-align: right; }
.slider-arrow { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); background: #fff; box-shadow: var(--shadow-sm); cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.slider-arrow:hover { color: #fff; background: var(--blue); transform: translateY(-2px); }
.slider-viewport { overflow-x: auto; padding: 0 max(24px, calc((100vw - var(--container)) / 2)); scroll-padding-inline: max(24px, calc((100vw - var(--container)) / 2)); scroll-snap-type: x mandatory; scrollbar-width: none; outline: none; }
.slider-viewport::-webkit-scrollbar { display: none; }
.slider-viewport:focus-visible { box-shadow: inset 0 0 0 2px var(--blue-light); }
.slider-track { width: max-content; display: flex; gap: 18px; padding: 3px 0 25px; }
.slider-card { width: 294px; flex: 0 0 auto; overflow: hidden; scroll-snap-align: start; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); background: var(--paper-alt); box-shadow: var(--shadow-sm); cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.slider-card:hover { transform: translateY(-6px); border-color: #a9cfea; box-shadow: var(--shadow-md); }
.slider-card-image { position: relative; height: 190px; overflow: hidden; background: radial-gradient(circle at 65% 18%, #fff, #e5f0f9 52%, #c9deef); }
.slider-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.slider-card:hover .slider-card-image img { transform: scale(1.05); }
.slider-card-index { position: absolute; top: 13px; right: 13px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-deep); background: rgba(255, 255, 255, .92); font-family: var(--display); font-size: 10px; box-shadow: var(--shadow-sm); }
.slider-card-body { min-height: 156px; padding: 20px; }
.slider-card-category { display: block; overflow: hidden; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.slider-card-title { margin: 13px 0 8px; font-family: var(--display); font-size: 27px; line-height: 1; text-transform: uppercase; }
.slider-card-subtitle { display: -webkit-box; margin: 0; overflow: hidden; color: var(--ink-soft); font-size: 11px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.slider-card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; padding-top: 13px; border-top: 1px solid var(--line); color: #8793a4; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.slider-card-footer svg { width: 16px; color: var(--blue); }

/* About */
.classic-about { background: linear-gradient(180deg, #fff, var(--paper-alt)); }
.centered-heading { max-width: 850px; margin: 0 auto; text-align: center; }
.section-lead { margin: 26px auto 0; color: var(--ink-soft); font-size: 17px; line-height: 1.8; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 58px; }
.value-grid article { min-height: 270px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.value-grid article:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.value-icon { width: 58px; height: 58px; display: grid; place-items: center; color: #fff; border-radius: 16px; background: linear-gradient(135deg, var(--blue-light), var(--blue-deep)); font-family: var(--display); font-size: 13px; letter-spacing: .08em; box-shadow: 0 10px 26px rgba(29, 107, 199, .24); }
.value-grid h3 { margin: 34px 0 10px; font-family: var(--display); font-size: 24px; text-transform: uppercase; }
.value-grid p { margin: 0; color: var(--ink-soft); font-size: 14px; }

/* Products */
.classic-products { background: var(--paper-alt); border-top: 1px solid var(--line); }
.products-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.products-note { max-width: 390px; margin: 0 0 3px; color: var(--ink-soft); }
.catalog-panel { display: flex; align-items: center; gap: 20px; margin-top: 52px; }
.search-box { min-height: 58px; flex: 1; display: flex; align-items: center; gap: 12px; padding: 0 19px; border: 1px solid var(--line); border-radius: 999px; background: #fff; box-shadow: var(--shadow-sm); }
.search-box svg { flex: 0 0 auto; color: var(--blue); }
.search-box input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; }
.search-box input::placeholder { color: #929daf; }
.results-count { min-width: 180px; color: var(--ink-soft); font-size: 12px; font-weight: 700; text-align: right; }
.category-pills { display: flex; gap: 8px; overflow-x: auto; padding: 18px 0 34px; scrollbar-width: none; }
.category-pills::-webkit-scrollbar { display: none; }
.pill { flex: 0 0 auto; padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; color: #66748a; background: #fff; font-size: 11px; font-weight: 700; cursor: pointer; }
.pill:hover { color: var(--blue); border-color: #99c5ea; }
.pill.active { color: #fff; border-color: var(--blue); background: var(--blue); box-shadow: 0 8px 20px rgba(29, 107, 199, .24); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-7px); border-color: #a9cfea; box-shadow: var(--shadow-md); }
.product-card-button { width: 100%; display: block; padding: 0; border: 0; color: inherit; background: none; text-align: left; cursor: pointer; }
.product-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: radial-gradient(circle at 66% 20%, #fff 0%, #e8f2fa 50%, #cee2f2 100%); }
.product-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.94); transition: transform .55s ease, filter .25s ease; }
.product-card:hover .product-media img { transform: scale(1.045); filter: saturate(1.04); }
.product-badge { position: absolute; left: 15px; bottom: 15px; max-width: calc(100% - 30px); padding: 7px 11px; border-radius: 999px; color: #fff; background: rgba(13, 61, 111, .88); backdrop-filter: blur(8px); font-size: 9px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.product-index { position: absolute; top: 14px; right: 14px; width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-deep); background: rgba(255, 255, 255, .9); font-family: var(--display); font-size: 10px; box-shadow: var(--shadow-sm); }
.product-body { min-height: 260px; display: flex; flex-direction: column; padding: 25px; }
.product-title { margin: 0; font-family: var(--display); font-size: 29px; line-height: 1; letter-spacing: -.01em; text-transform: uppercase; }
.product-subtitle { margin-top: 9px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.product-description { display: -webkit-box; margin: 18px 0 0; overflow: hidden; color: var(--ink-soft); font-size: 13px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 22px; color: #8793a4; border-top: 1px solid var(--line); font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.product-arrow { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); transition: transform .2s ease; }
.product-arrow svg { width: 16px; }
.product-card:hover .product-arrow { transform: translateX(3px); }
.no-results { padding: 76px 20px; border: 1px dashed #b9cce0; border-radius: var(--radius); background: #fff; text-align: center; }
.no-results > span { color: #a0bbd5; font-family: var(--display); font-size: 56px; }
.no-results h3 { margin: 0; font-family: var(--display); font-size: 30px; text-transform: uppercase; }
.no-results p { margin: 8px 0 25px; color: var(--ink-soft); }

/* Contact and footer */
.classic-contact { background: #fff; }
.contact-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 50px; padding: 64px; color: #fff; border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--blue), var(--blue-deep)); box-shadow: 0 28px 70px rgba(16, 61, 114, .25); }
.contact-card::after { content: ""; position: absolute; width: 440px; height: 440px; right: -180px; top: -250px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255, 255, 255, .03), 0 0 0 140px rgba(255, 255, 255, .025); }
.contact-card > * { position: relative; z-index: 1; }
.contact-card .section-number { color: #fff; border-color: rgba(255, 255, 255, .35); }
.contact-card .section-kicker { color: #cce7fb; }
.contact-card h2 { font-size: clamp(46px, 6vw, 72px); }
.contact-card p:last-child { max-width: 610px; margin: 23px 0 0; color: rgba(255, 255, 255, .75); }
.contact-actions { display: flex; align-items: stretch; flex-direction: column; gap: 12px; }
.classic-footer { color: #a7bfd4; background: var(--navy); }
.classic-footer .container { min-height: 150px; display: flex; align-items: center; gap: 28px; }
.classic-footer img { width: 170px; }
.classic-footer p { margin: 0 auto; font-size: 11px; }
.classic-footer a { font-size: 11px; font-weight: 700; }
.classic-footer a:hover { color: #fff; }

/* Modal */
.classic-modal { position: fixed; z-index: 300; inset: 0; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(6, 27, 53, .72); backdrop-filter: blur(8px); cursor: pointer; }
.modal-dialog { position: relative; width: min(1060px, 100%); max-height: calc(100dvh - 40px); overflow: auto; border-radius: var(--radius-lg); background: #fff; box-shadow: 0 38px 100px rgba(0, 0, 0, .4); }
.modal-close { position: absolute; z-index: 5; top: 16px; right: 16px; width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--ink); background: rgba(255, 255, 255, .92); box-shadow: var(--shadow-sm); cursor: pointer; }
.modal-close:hover { color: #fff; background: var(--blue); }
.modal-detail { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 670px; }
.modal-media { position: relative; min-height: 590px; overflow: hidden; border-radius: var(--radius-lg) 0 0 var(--radius-lg); background: radial-gradient(circle at 64% 20%, #fff, #dcebf7 50%, #bdd8ed); }
.modal-media img { width: 100%; height: 100%; object-fit: cover; }
.modal-media::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7, 34, 65, .8)); }
.modal-media-copy { position: absolute; z-index: 2; left: 27px; right: 27px; bottom: 27px; color: #fff; }
.modal-media-copy span { color: #b8ddfa; font-family: var(--display); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.modal-media-copy p { margin: 7px 0 0; color: rgba(255, 255, 255, .72); font-size: 12px; }
.modal-body { padding: 52px 46px 42px; }
.modal-category { color: var(--blue); font-family: var(--display); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.modal-title { margin: 13px 0 7px; font-family: var(--display); font-size: clamp(46px, 6vw, 72px); line-height: .95; text-transform: uppercase; }
.modal-subtitle { color: var(--blue-deep); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.modal-description { margin: 25px 0 28px; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.modal-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.modal-meta span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.spec-title { margin: 0 0 10px; color: var(--blue-deep); font-family: var(--display); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.spec-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.spec-list li { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.spec-key { color: #7e8b9d; }
.spec-value { font-weight: 700; text-align: right; }
.modal-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.modal-actions .classic-button { min-height: 46px; }
.modal-actions .button-secondary { color: var(--blue); border-color: var(--line); background: #fff; }
.noscript { margin: 0; padding: 14px; color: #fff; background: #982e2e; text-align: center; }

@media (max-width: 1100px) {
  .hero-layout { grid-template-columns: .9fr 1.1fr; gap: 25px; }
  .hero-orbit { transform: scale(.86); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 88px 0; }
  .classic-brand img { width: 150px; height: 50px; }
  .nav-pdf { display: none; }
  .menu-toggle { display: block; }
  .classic-nav { position: absolute; top: 70px; left: 16px; right: 16px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px 20px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 16px; background: rgba(6, 27, 53, .98); box-shadow: var(--shadow-md); }
  .classic-header.menu-open .classic-nav { display: flex; }
  .classic-nav a, .classic-header.scrolled .classic-nav a { padding: 14px 0; color: rgba(255, 255, 255, .86); border-bottom: 1px solid rgba(255, 255, 255, .1); }
  .classic-nav a:last-child { border-bottom: 0; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 140px; padding-bottom: 90px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-stats { margin-inline: auto; text-align: left; }
  .hero-orbit { height: 640px; margin-top: -35px; transform: scale(.9); }
  .slider-heading { align-items: flex-start; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: 220px; }
  .products-heading { align-items: flex-start; flex-direction: column; }
  .catalog-panel { align-items: stretch; flex-direction: column; }
  .results-count { text-align: left; }
  .contact-card { grid-template-columns: 1fr; padding: 46px 38px; }
  .modal-detail { grid-template-columns: 1fr; }
  .modal-media { min-height: 390px; border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .nav-shell { min-height: 70px; }
  .classic-brand img { width: 128px; height: 44px; }
  .lang-btn { min-width: 32px; padding-inline: 5px; }
  .menu-toggle { width: 38px; height: 38px; }
  .classic-nav { top: 66px; left: 12px; right: 12px; }
  .classic-hero { min-height: auto; }
  .hero-layout { padding-top: 116px; }
  .hero-copy h1 { font-size: clamp(58px, 19vw, 82px); }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .classic-button { width: 100%; }
  .hero-stats dd { font-size: 8px; }
  .hero-orbit { height: 480px; margin: -5px -55px 0; transform: scale(.72); }
  .classic-slider-section { padding: 68px 0 75px; }
  .slider-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
  .slider-heading h2 { font-size: 42px; }
  .slider-controls { width: 100%; }
  .slider-counter { margin-right: auto; text-align: left; }
  .slider-viewport { padding-inline: 12px; scroll-padding-inline: 12px; }
  .slider-card { width: min(82vw, 310px); }
  .section-heading h2, .contact-card h2 { font-size: 43px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-body { min-height: 230px; }
  .contact-card { padding: 38px 24px; border-radius: 22px; }
  .classic-footer .container { align-items: flex-start; flex-direction: column; gap: 15px; padding: 35px 0; }
  .classic-footer p { margin: 0; }
  .classic-modal { padding: 0; }
  .modal-dialog { width: 100%; max-height: 100dvh; border-radius: 0; }
  .modal-media { min-height: 300px; border-radius: 0; }
  .modal-body { padding: 38px 22px; }
  .modal-title { font-size: 46px; }
  .spec-list li { grid-template-columns: 1fr; gap: 3px; }
  .spec-value { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
