:root {
  --bg: #f5f6f8;
  --surface: #ffffff;
  --surface-2: #edf0f4;
  --ink: #111a26;
  --muted: #637083;
  --line: #dfe3e9;
  --nav: rgba(255,255,255,.92);
  --red: #e31c25;
  --deep: #091522;
  --shadow: 0 18px 50px rgba(8,21,34,.10);
}

/* Product-card reveal, restrained banner motion and a size-safe header logo. */
@media (hover:hover) and (min-width:851px){
  .product-card{min-height:410px}.product-card .product-image{height:100%}.product-card .product-body{position:absolute;z-index:2;inset:auto 0 0;padding:76px 27px 27px;background:linear-gradient(transparent,rgba(5,16,26,.96) 48%);color:#fff;transform:translateY(24px);transition:transform .7s cubic-bezier(.2,.75,.2,1),background .55s ease}
  .product-card .product-body p,.product-card .product-body a{opacity:.78;transform:translateY(4px);transition:opacity .55s ease .08s,transform .55s ease .08s}.product-card:hover .product-body,.product-card:focus-within .product-body{transform:translateY(0);background:linear-gradient(transparent,rgba(5,16,26,.98) 44%)}.product-card:hover .product-body p,.product-card:hover .product-body a,.product-card:focus-within .product-body p,.product-card:focus-within .product-body a{opacity:1;transform:none}.product-card .product-body h3{color:#fff}.product-card .product-body a{position:static;display:inline-flex;margin-top:20px}
}
.site-header .brand{min-width:0;max-height:100%;overflow:hidden}.site-header .brand img,.site-header.scrolled .brand img{display:block;max-width:112px!important;width:112px!important;max-height:62px!important;height:62px!important;object-fit:contain;object-position:center}
@media(max-width:600px){.site-header .brand img,.site-header.scrolled .brand img{width:78px!important;height:46px!important}}

/* Interactive two-page flipbook */
body .flip-stage{perspective:2200px;touch-action:none}
body .flip-page{
  width:min(1120px,calc(100vw - 190px));
  height:min(78vh,790px);
  max-width:none;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:stretch;
  gap:0;
  filter:drop-shadow(0 28px 30px rgba(0,0,0,.55));
  cursor:grab;
  transform-style:preserve-3d;
}
.flip-page.is-dragging{cursor:grabbing}
.book-page{position:relative;display:grid;place-items:center;min-width:0;min-height:0;overflow:hidden;background:#fff;backface-visibility:hidden;transform-style:preserve-3d}
.flip-page .book-page canvas{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;background:#fff}
.book-page-left{border-radius:5px 0 0 5px;box-shadow:inset -24px 0 30px -30px rgba(0,0,0,.85)}
.book-page-right{border-radius:0 5px 5px 0;box-shadow:inset 24px 0 30px -30px rgba(0,0,0,.85)}
.book-page-left:after,.book-page-right:before{content:"";position:absolute;z-index:2;top:0;bottom:0;width:26px;pointer-events:none}
.book-page-left:after{right:0;background:linear-gradient(90deg,transparent,rgba(0,0,0,.2))}
.book-page-right:before{left:0;background:linear-gradient(90deg,rgba(0,0,0,.22),transparent)}
.book-page.is-empty{visibility:hidden}
.flip-page.is-cover{grid-template-columns:1fr 1fr}
.flip-page.is-cover .book-page-right{grid-column:2;box-shadow:-12px 12px 24px rgba(0,0,0,.35)}
.flip-page.turn-forward .book-page-right{animation:bookTurnForward .9s cubic-bezier(.22,.75,.2,1)}
.flip-page.turn-backward .book-page-left{animation:bookTurnBackward .9s cubic-bezier(.22,.75,.2,1)}
.flip-arrow:disabled{opacity:.25;cursor:not-allowed}
@keyframes bookTurnForward{0%{transform:rotateY(-52deg) scaleX(.94);filter:brightness(.82);opacity:.72}100%{transform:rotateY(0) scaleX(1);filter:brightness(1);opacity:1}}
@keyframes bookTurnBackward{0%{transform:rotateY(52deg) scaleX(.94);filter:brightness(.82);opacity:.72}100%{transform:rotateY(0) scaleX(1);filter:brightness(1);opacity:1}}
body .flip-page.book-opening{animation:bookOpening .85s cubic-bezier(.18,.76,.22,1) both}
@keyframes bookOpening{0%{opacity:0;transform:perspective(1800px) rotateX(8deg) scale(.9)}100%{opacity:1;transform:perspective(1800px) rotateX(0) scale(1)}}
.flipbook-dialog>header{justify-content:flex-end!important;padding:10px 14px!important;background:rgba(4,13,22,.92)}
.flipbook-dialog>header>div[hidden]{display:none!important}
.flip-toolbar{display:flex;align-items:center;gap:7px}
.flip-toolbar .flip-tool,.flip-toolbar .flip-download,.flip-toolbar [data-flip-close]{display:grid;place-items:center;width:42px;height:38px;min-width:42px;padding:0;border-radius:7px;background:#102131;color:#fff;font-size:17px;line-height:1;transition:background .22s,border-color .22s,transform .22s}
.flip-toolbar .flip-download{width:auto;padding:0 13px;font-size:12px}
.flip-toolbar .flip-tool:hover,.flip-toolbar .flip-download:hover,.flip-toolbar [data-flip-close]:hover{border-color:var(--red);background:#182c3e;transform:translateY(-1px)}
.flipbook-dialog>footer,.flip-arrow{display:none!important}
.flipbook-dialog{grid-template-rows:auto 1fr!important}
body .flip-stage{overflow:auto;scrollbar-width:thin;scrollbar-color:#33485b transparent}
body .flip-stage.is-zoomed{place-items:start center}

/* Theme-aware scroll-controlled banner between certificates and contact */
.theme-banner-scroll{position:relative;height:clamp(440px,52svh,500px);background:#07131f}
.theme-banner-stage{position:relative;top:auto;height:100%;overflow:hidden;background:#06111b}
.theme-banner-video{display:block;width:100%;height:100%;object-fit:cover;object-position:center 58%}
.theme-banner-shade{position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(3,10,17,.94) 0%,rgba(3,10,17,.82) 28%,rgba(3,10,17,.22) 53%,transparent 76%),linear-gradient(0deg,rgba(3,10,17,.28),transparent 38%)}
.theme-banner-copy{position:absolute;z-index:2;left:max(24px,calc((100vw - 1180px)/2));top:50%;width:min(520px,42vw);color:#fff;transform:translateY(-50%)}
.theme-banner-copy .eyebrow{margin-bottom:12px}
.theme-banner-copy h2{margin:0 0 18px;font-size:clamp(38px,4vw,64px);line-height:.95;letter-spacing:-.055em}
.theme-banner-copy h2 em{color:var(--red);font-style:normal}
.theme-banner-copy>p:not(.eyebrow){max-width:500px;margin-bottom:24px;color:#c5cfda;font-size:16px;line-height:1.65}
.theme-banner-copy .btn{display:inline-flex}
.theme-banner-hint{position:absolute;right:max(24px,calc((100vw - 1380px)/2));bottom:25px;display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:5px;background:rgba(3,10,17,.52);color:#fff;font-size:10px;letter-spacing:.14em;text-transform:uppercase;backdrop-filter:blur(8px)}
.theme-banner-hint span{width:17px;height:28px;border:1px solid rgba(255,255,255,.65);border-radius:12px}
.theme-banner-hint span:after{content:"";display:block;width:3px;height:6px;margin:5px auto;border-radius:3px;background:var(--red);animation:scrollDot 1.45s infinite}
html[data-theme="light"] .theme-banner-scroll,html[data-theme="light"] .theme-banner-stage{background:#e8edf2}
html[data-theme="light"] .theme-banner-video{filter:brightness(1.05) contrast(.95) saturate(.9)}
html[data-theme="light"] .theme-banner-shade{background:linear-gradient(90deg,rgba(246,249,252,.97) 0%,rgba(246,249,252,.88) 30%,rgba(246,249,252,.18) 58%,transparent 78%)}
html[data-theme="light"] .theme-banner-copy{color:#101b28}
html[data-theme="light"] .theme-banner-copy>p:not(.eyebrow){color:#526174}
@media(max-width:700px){.theme-banner-scroll{height:480px}.theme-banner-video{object-position:65% 58%}.theme-banner-shade{background:linear-gradient(90deg,rgba(3,10,17,.94),rgba(3,10,17,.62))}.theme-banner-copy{left:22px;width:calc(100% - 44px)}.theme-banner-copy h2{font-size:38px}.theme-banner-copy>p:not(.eyebrow){max-width:85%;font-size:14px}}
@media(max-width:760px){
  .flipbook-modal{padding:8px}.flipbook-dialog{height:calc(100vh - 16px)}
  body .flip-stage{padding:12px 6px}body .flip-page{width:calc(100vw - 28px);height:68vh}
  .flip-arrow{top:auto;bottom:8px;width:44px;height:48px}.flip-arrow.prev{left:8px}.flip-arrow.next{right:8px}
}

/* Managed blogs and e-catalog */
.btn-catalog{border:1px solid rgba(227,28,37,.55);background:rgba(227,28,37,.08);color:var(--text)!important;white-space:nowrap}.btn-catalog:hover{background:var(--red);color:#fff!important}
.dynamic-blog-detail{max-width:920px;padding-top:120px;padding-bottom:90px}.dynamic-blog-detail h1{font-size:clamp(44px,6vw,78px);line-height:.98;letter-spacing:-.055em}.blog-lead{font-size:21px;line-height:1.65;color:var(--muted)}.blog-article-body{font-size:18px;line-height:1.85;margin:36px 0}.blog-article-body p{margin:0 0 24px}
.catalog-hero{min-height:520px}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.catalog-card{border:1px solid var(--line);background:var(--surface);overflow:hidden;transition:.35s}.catalog-card:hover{transform:translateY(-8px);border-color:var(--red);box-shadow:var(--shadow)}.catalog-card button{display:block;width:100%;padding:0;border:0;background:none;color:inherit;text-align:left;cursor:pointer}.catalog-cover{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:#07111d}.catalog-cover img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.catalog-card:hover img{transform:scale(1.045)}.catalog-cover i{position:absolute;right:18px;top:18px;display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--red);color:#fff;font-style:normal;font-weight:900;box-shadow:0 12px 28px rgba(227,28,37,.35)}.catalog-meta{display:flex;flex-direction:column;gap:12px;padding:25px}.catalog-meta small{color:var(--red);font-weight:800;letter-spacing:.12em;text-transform:uppercase}.catalog-meta strong{font-size:25px;line-height:1.15}.catalog-meta>span{color:var(--muted);line-height:1.6}.catalog-meta b{margin-top:6px;color:var(--red)}.catalog-empty{grid-column:1/-1;padding:70px;text-align:center;border:1px dashed var(--line);background:var(--surface)}
.flipbook-modal{position:fixed;inset:0;z-index:9999;padding:24px;background:rgba(1,7,13,.88);backdrop-filter:blur(14px)}.flipbook-modal[hidden]{display:none}.flipbook-dialog{width:min(1180px,100%);height:calc(100vh - 48px);margin:auto;display:grid;grid-template-rows:auto 1fr auto;border:1px solid #31465a;background:#07131f;box-shadow:0 35px 100px #000}.flipbook-dialog>header,.flipbook-dialog>footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 24px;border-bottom:1px solid #26394b}.flipbook-dialog>footer{border-top:1px solid #26394b;border-bottom:0}.flipbook-dialog h2{margin:3px 0 0;color:#fff}.flipbook-dialog small{color:var(--red);font-weight:800;text-transform:uppercase}.flipbook-dialog header>div:last-child{display:flex;align-items:center;gap:12px}.flip-download,.flipbook-dialog button{border:1px solid #40566a;background:#102131;color:#fff;padding:11px 15px;font-weight:800;cursor:pointer}.flipbook-dialog header button{font-size:24px;padding:5px 14px}.flip-stage{position:relative;min-height:0;display:grid;place-items:center;overflow:hidden;padding:24px;background:radial-gradient(circle at 50% 50%,#1b2c3d,#030a11 68%);perspective:1800px}.flip-page{position:relative;height:100%;max-width:calc(100% - 120px);display:grid;place-items:center;transform-origin:left center;filter:drop-shadow(0 25px 28px rgba(0,0,0,.55))}.flip-page.turning{animation:catalogPageTurn .52s ease}.flip-page canvas{display:block;max-width:100%;max-height:100%;background:#fff}.flip-loading{position:absolute;color:#fff;background:#0d1c29;padding:16px 22px}.flip-loading a{color:var(--red)}.flip-arrow{position:absolute;z-index:2;top:50%;transform:translateY(-50%);width:52px;height:70px;font-size:40px;padding:0!important}.flip-arrow.prev{left:20px}.flip-arrow.next{right:20px}.flipbook-dialog footer input{flex:1;accent-color:var(--red)}.modal-open{overflow:hidden}@keyframes catalogPageTurn{0%{transform:rotateY(0)}45%{transform:rotateY(-16deg) scale(.985)}100%{transform:rotateY(0)}}
.file-control{display:grid;gap:8px;padding:16px;border:1px dashed #c7d1dc;border-radius:8px;background:#f7f9fb}.file-current{font-size:12px;color:#65758a;overflow-wrap:anywhere}.publish-toggle{display:flex!important;flex-direction:row!important;align-items:center;gap:10px}.publish-toggle input{width:auto!important}.card-title-row{display:flex;align-items:center;justify-content:space-between;gap:15px}.card-title-row button{background:#fff0f1;color:#d51d28;border:1px solid #ffc8cc;padding:8px 12px}
@media(max-width:1000px){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.btn-catalog{display:none}.flipbook-modal{padding:0}.flipbook-dialog{height:100vh}.flip-page{max-width:calc(100% - 76px)}.flip-arrow{width:42px}.flip-arrow.prev{left:6px}.flip-arrow.next{right:6px}}
@media(max-width:650px){.catalog-grid{grid-template-columns:1fr}.dynamic-blog-detail{padding-top:75px}.flipbook-dialog>header{padding:12px}.flip-download{display:none}.flip-stage{padding:10px}.flipbook-dialog>footer{padding:12px}.catalog-meta strong{font-size:22px}}

html.i18n-pending body{opacity:0!important}
body{transition:opacity .26s ease}
@media(prefers-reduced-motion:reduce){body{transition:none}}

[data-theme="dark"] {
  --bg: #08111c;
  --surface: #0d1926;
  --surface-2: #111f2e;
  --ink: #f2f5f8;
  --muted: #9ba9b9;
  --line: #203142;
  --nav: rgba(8,17,28,.9);
  --deep: #050b12;
  --shadow: 0 22px 60px rgba(0,0,0,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
html[dir="rtl"] body { text-align:right; }
html[dir="rtl"] .site-header { direction:rtl; }
html[dir="rtl"] .hero-content { direction:rtl; }
html[dir="rtl"] .hero-buttons,.hero-buttons { flex-wrap:wrap; }
html[dir="rtl"] .banner-switcher { left:auto; right:max(24px,calc((100vw - 1380px)/2)); }
html[dir="rtl"] .banner-scroll-hint { right:auto; left:max(24px,calc((100vw - 1380px)/2)); }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Arial, Helvetica, sans-serif; transition: background .3s, color .3s; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 105px 0; }
.eyebrow { margin: 0 0 14px; color: var(--red); font-size: 12px; font-weight: 850; letter-spacing: .16em; }
h1,h2,h3,p { margin-top: 0; }
h2 { margin-bottom: 24px; font-size: clamp(36px, 4.4vw, 62px); line-height: .98; letter-spacing: -.055em; }
h2 span { color: var(--red); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 3px; font-weight: 750; font-size: 14px; cursor: pointer; transition: transform .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 10px 28px rgba(227,28,37,.25); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.38); background: rgba(8,18,30,.3); }
.btn.compact { min-height: 42px; padding: 0 16px; gap: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 26px; min-height: 96px; height:96px; padding: 8px max(24px, calc((100vw - 1380px)/2)); border-bottom: 1px solid var(--line); background: var(--nav); backdrop-filter: blur(16px); transition:box-shadow .3s,background .3s,border-color .3s; }
.site-header nav .nav-e-catalog{color:var(--red);font-weight:850}.site-header nav .nav-e-catalog:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 12px currentColor}.site-header nav .nav-e-catalog.active{color:var(--red)}
.header-catalog-btn{background:#b8101a;border-color:#e31c25;box-shadow:0 10px 28px rgba(227,28,37,.2)}.header-catalog-btn:hover{background:#e31c25}
@media(min-width:1500px){.site-header,.site-header.scrolled{padding-left:max(18px,calc((100vw - 1540px)/2));padding-right:max(18px,calc((100vw - 1540px)/2));gap:20px}.site-header nav{gap:clamp(10px,1vw,18px)}}
.site-header.scrolled { min-height:96px; height:96px; padding-top:8px; padding-bottom:8px; box-shadow:0 14px 35px rgba(0,0,0,.18); }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: .06em; }
.brand img { width:110px; height:58px; padding:2px; object-fit:contain; border-radius:50%; background:radial-gradient(ellipse,rgba(255,255,255,.38),rgba(255,255,255,.09) 55%,transparent 74%); filter:drop-shadow(0 0 18px rgba(227,28,37,.58)) drop-shadow(0 0 7px rgba(255,255,255,.32)); transition:width .3s,height .3s,transform .3s,filter .3s; }
[data-theme="light"] .brand img { background:radial-gradient(ellipse,rgba(255,255,255,.95),rgba(255,255,255,.25) 58%,transparent 74%); filter:drop-shadow(0 4px 10px rgba(9,21,34,.2)) drop-shadow(0 0 8px rgba(227,28,37,.25)); }
.brand:hover img { transform:scale(1.04); }
.brand:hover img { filter:drop-shadow(0 0 16px rgba(237,28,36,.42)); }
.site-header.scrolled .brand img { width:110px;height:58px; }
.brand-copy { display:grid; gap:4px; white-space:nowrap; line-height:1; text-shadow:0 2px 14px rgba(0,0,0,.35); }
.brand-copy b { font-size:17px; letter-spacing:.13em; }
.brand-copy small { color:var(--muted); font-size:8px; font-weight:900; letter-spacing:.17em; }
nav { display: flex; min-width:0; align-items: center; justify-content: center; gap: clamp(12px, 1.35vw, 24px); }
nav a { position: relative; display:inline-flex; min-height:42px; align-items:center; white-space:nowrap; line-height:1; font-size: 12px; font-weight: 700; color: var(--muted); }
nav a:hover { color: var(--red); }
nav a.active { color: var(--red); }
nav a.active:after { content:""; position:absolute; left:0; right:0; bottom:-27px; height:2px; background:var(--red); }
.header-actions { display: flex; gap: 10px; align-items: center; white-space:nowrap; }
.theme-toggle{display:grid;grid-template-columns:36px 36px;align-items:center;width:76px;min-width:76px;height:42px;min-height:42px;padding:3px;border:1px solid #304255;border-radius:7px;background:#0b1724;box-shadow:0 8px 20px rgba(0,0,0,.18);cursor:pointer;transition:border-color .25s,box-shadow .25s}.theme-toggle:hover{border-color:rgba(227,28,37,.7);box-shadow:0 8px 24px rgba(227,28,37,.12)}.theme-toggle .theme-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:5px;background:transparent;color:#718094;transition:background .25s,color .25s,box-shadow .25s}.theme-toggle .theme-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.theme-toggle:not(.is-dark) .theme-sun{background:#fff;color:#db8b00;box-shadow:0 3px 10px rgba(0,0,0,.2)}.theme-toggle.is-dark .theme-moon{background:var(--red);color:#fff;box-shadow:0 4px 13px rgba(227,28,37,.35)}.theme-toggle .theme-name{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.language-select { min-height:42px; max-width:132px; padding:0 30px 0 11px; color:#fff; border:1px solid rgba(255,255,255,.18); border-radius:3px; background-color:#0b1724; font-weight:800; cursor:pointer; }
.language-select:hover,.language-select:focus { border-color:rgba(227,28,37,.65); outline:none; }
.language-picker{position:relative;min-width:138px}.language-select-native{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;opacity:0!important;pointer-events:none}.language-trigger{display:grid;grid-template-columns:22px 1fr 12px;align-items:center;gap:8px;width:100%;height:42px;padding:0 10px;border:1px solid rgba(255,255,255,.18);border-radius:4px;background:#0b1724;color:#fff;font-size:12px;font-weight:800;cursor:pointer}.language-trigger:hover,.language-picker.open .language-trigger{border-color:var(--red)}.language-trigger i{color:#aebaca;font-style:normal;font-size:15px}.locale-flag{display:flex;width:22px;height:15px;overflow:hidden;border-radius:2px;box-shadow:0 0 0 1px rgba(255,255,255,.28)}.locale-flag svg{display:block;width:100%;height:100%}.language-menu{position:absolute;z-index:120;top:calc(100% + 7px);left:0;display:none;width:100%;padding:6px;border:1px solid #304357;border-radius:6px;background:#0b1724;box-shadow:0 18px 42px rgba(0,0,0,.42)}.language-picker.open .language-menu{display:grid}.language-menu button{display:grid;grid-template-columns:22px 1fr;align-items:center;gap:9px;width:100%;padding:9px 8px;border:0;border-radius:4px;background:transparent;color:#dfe7ef;text-align:left;font-size:12px;font-weight:700;cursor:pointer}.language-menu button:hover,.language-menu button.active{background:rgba(227,28,37,.16);color:#fff}
.theme-toggle span:first-child { font-size: 20px; color: var(--red); }
.menu-toggle { display: none; background: none; border: 0; color: var(--ink); font-size: 26px; cursor: pointer; }
.scroll-progress { position:fixed; z-index:100; top:0; left:0; width:100%; height:3px; transform:scaleX(0); transform-origin:left center; background:linear-gradient(90deg,var(--red),#ff5a62); box-shadow:0 0 16px rgba(227,28,37,.75); }
.whatsapp-widget{position:fixed;z-index:90;right:24px;bottom:24px}.whatsapp-fab{display:flex;align-items:center;gap:9px;min-height:54px;padding:0 18px;border:0;border-radius:30px;background:#20b866;color:#fff;box-shadow:0 14px 35px rgba(12,100,53,.35);font-weight:900;cursor:pointer}.whatsapp-fab span{display:grid;width:28px;height:28px;place-items:center;border:2px solid #fff;border-radius:50%}.whatsapp-popup{position:absolute;right:0;bottom:68px;width:min(390px,calc(100vw - 32px));overflow:hidden;border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:0 25px 70px rgba(3,12,20,.3);color:var(--ink)}.whatsapp-popup header{display:flex;justify-content:space-between;gap:16px;padding:22px 22px 16px;background:#0a1724;color:#fff}.whatsapp-popup small{color:#35d07d;font-weight:900;letter-spacing:.16em}.whatsapp-popup h2{margin:5px 0 0;font-size:23px;letter-spacing:-.03em}.whatsapp-close{width:34px;height:34px;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:transparent;color:#fff;font-size:22px;cursor:pointer}.whatsapp-popup>p{margin:0;padding:15px 22px;color:var(--muted);font-size:13px}.whatsapp-contacts{display:grid;padding:0 12px 12px}.whatsapp-contacts a{display:flex;align-items:center;gap:12px;padding:13px 10px;border-top:1px solid var(--line);color:var(--ink);text-decoration:none}.whatsapp-contacts a:hover{border-radius:10px;background:rgba(32,184,102,.08)}.whatsapp-contacts i{display:grid;width:34px;height:34px;place-items:center;border-radius:9px;background:#e8f8ef;color:#168a4c;font-style:normal;font-size:11px;font-weight:900}.whatsapp-contacts span{min-width:0;flex:1}.whatsapp-contacts strong,.whatsapp-contacts small{display:block}.whatsapp-contacts small{margin-top:3px;color:var(--muted);font-weight:600;letter-spacing:0}.whatsapp-contacts b{color:#20b866}

.hero-scroll { position:relative; height:auto; background:#07111b; }
.hero { position: relative; min-height: 670px; display: grid; align-items: center; overflow: hidden; color: #fff; background: #07111b; }
.hero-stage { position:relative; top:auto; height:calc(100vh - 96px); min-height:620px; --hero-copy-opacity:1; --hero-overlay-opacity:1; }
.hero-media { position:absolute; inset:0; background:#07111b; }
.hero-video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; opacity:0; transform:scale(1.012); transition:opacity 1.4s cubic-bezier(.4,0,.2,1),transform 6s linear; will-change:opacity,transform; }
.hero-video.is-active { opacity:1; transform:scale(1); }
.hero-carousel-controls{position:absolute;z-index:5;left:max(24px,calc((100vw - 1380px)/2));bottom:25px;display:flex;direction:ltr;flex-direction:row;align-items:center;justify-content:flex-start;width:87px;gap:7px}.hero-carousel-controls:before{content:"KAYDIR";position:absolute;left:0;bottom:calc(100% + 7px);color:rgba(255,255,255,.58);font:750 8px var(--font-geist-mono),monospace;letter-spacing:.16em}.hero-carousel-controls button{position:relative;flex:0 0 40px;width:40px;height:36px;overflow:hidden;border:1px solid rgba(255,255,255,.25);border-radius:3px;background:rgba(5,14,23,.64);color:rgba(255,255,255,.75);font:850 11px var(--font-geist-mono),monospace;cursor:pointer;backdrop-filter:blur(10px);transition:color .25s,border-color .25s,background .25s}.hero-carousel-controls button:after{content:"";position:absolute;left:7px;right:7px;bottom:5px;height:2px;border-radius:3px;background:var(--red);transform:scaleX(0);transition:transform .35s ease}.hero-carousel-controls button.is-active{border-color:rgba(227,28,37,.75);background:rgba(227,28,37,.18);color:#fff}.hero-carousel-controls button.is-active:after{transform:scaleX(1)}
.hero-image { position: absolute; inset: -4% 0 0; width: 100%; height: 108%; object-fit: cover; object-position: center; transform:scale(1.04); will-change:transform; }
.hero-overlay { position: absolute; inset: 0; opacity:var(--hero-overlay-opacity); background: linear-gradient(90deg, rgba(3,10,17,.97) 0%, rgba(4,13,22,.87) 38%, rgba(4,12,20,.23) 74%, rgba(4,12,20,.2)), linear-gradient(0deg, rgba(5,13,21,.5), transparent 45%); transition:opacity .12s linear; }
.hero-content { position: relative; z-index: 1; padding: 78px 0 110px; opacity:var(--hero-copy-opacity); transition:opacity .12s linear,transform .12s linear; }
.banner-scroll-hint { position:absolute; z-index:3; right:max(24px,calc((100vw - 1380px)/2)); bottom:26px; display:flex; align-items:center; gap:10px; color:rgba(255,255,255,.78); font-size:11px; letter-spacing:.14em; text-transform:uppercase; opacity:var(--hero-copy-opacity); }
.banner-scroll-hint span { width:24px; height:38px; border:1px solid rgba(255,255,255,.48); border-radius:20px; position:relative; }
.banner-scroll-hint span:after { content:""; position:absolute; left:50%; top:7px; width:3px; height:8px; border-radius:4px; background:var(--red); transform:translateX(-50%); animation:scrollDot 1.5s ease-in-out infinite; }
.banner-switcher { position:absolute; z-index:4; left:max(24px,calc((100vw - 1380px)/2)); bottom:24px; display:flex; gap:8px; }
.banner-switcher button { width:48px; height:38px; border:1px solid rgba(255,255,255,.25); background:rgba(5,14,23,.72); color:#fff; font-weight:900; cursor:pointer; backdrop-filter:blur(8px); }
.banner-switcher button.active { border-color:var(--red); background:var(--red); box-shadow:0 8px 24px rgba(227,28,37,.3); }
@keyframes scrollDot { 0%{transform:translate(-50%,0);opacity:0} 30%{opacity:1} 80%{transform:translate(-50%,13px);opacity:0} 100%{opacity:0} }
.hero-content .eyebrow { animation:heroIn .7s .05s both; }
.hero-content h1 { animation:heroIn .85s .16s both; }
.hero-content .hero-copy { animation:heroIn .85s .29s both; }
.hero-content .hero-buttons { animation:heroIn .85s .41s both; }
.btn-video{border-color:rgba(255,255,255,.35);background:rgba(5,15,24,.55);color:#fff;backdrop-filter:blur(10px)}.btn-video:hover{border-color:var(--red);background:rgba(227,28,37,.18)}.btn-video .play-mark{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#fff;color:var(--red);font-size:11px;padding-left:2px}.btn-video b{font:inherit}.corporate-video-modal{width:min(1180px,calc(100% - 30px));max-width:none;padding:0;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:#050d15;color:#fff;box-shadow:0 35px 100px rgba(0,0,0,.72)}.corporate-video-modal::backdrop{background:rgba(1,6,10,.88);backdrop-filter:blur(9px)}.corporate-video-shell{padding:18px}.corporate-video-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:2px 2px 16px}.corporate-video-head small{color:var(--red);font-weight:900;letter-spacing:.18em}.corporate-video-head h2{margin:5px 0 0;font-size:clamp(20px,3vw,34px)}.corporate-video-head button{width:44px;height:44px;border:1px solid #344453;border-radius:50%;background:#0b1824;color:#fff;font-size:25px;cursor:pointer}.corporate-video-modal video{display:block;width:100%;max-height:76vh;background:#000;border-radius:8px}@media(max-width:600px){.corporate-video-shell{padding:10px}.corporate-video-head h2{font-size:18px}.btn-video{width:100%}}
.hero h1 { max-width: 830px; margin-bottom: 24px; font-size: clamp(52px, 6vw, 88px); line-height: .94; letter-spacing: -.065em; }
.hero h1 em { color: var(--red); font-style: normal; }
.hero-copy { max-width: 560px; margin-bottom: 34px; color: #bec7d2; font-size: 18px; line-height: 1.65; }
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-strip { position:relative; z-index:3; margin-top:0; padding:30px 0 36px; color:#fff; background:radial-gradient(circle at 50% -80%,#20384f 0,transparent 52%),#07111b; }
.trust-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:0; overflow:hidden; border:1px solid #2b4053; border-radius:14px; background:linear-gradient(110deg,#0d2031,#081522); box-shadow:0 22px 55px rgba(0,0,0,.34); }
.trust-grid div { position:relative; display:grid; grid-template-columns:52px 1fr; grid-template-areas:"icon value" "icon label"; column-gap:16px; align-items:center; min-height:118px; padding:24px 25px; border-right:1px solid #263b4c; background:linear-gradient(180deg,rgba(255,255,255,.025),transparent); }
.trust-grid div:last-child{border-right:0}.trust-grid div:before{content:"";position:absolute;left:24px;right:24px;top:0;height:2px;background:linear-gradient(90deg,var(--red),transparent);opacity:.9}
.trust-icon { grid-area:icon; display:grid; width:52px; height:52px; place-items:center; border:1px solid rgba(227,28,37,.5); border-radius:10px; background:linear-gradient(145deg,rgba(227,28,37,.16),rgba(227,28,37,.03)); color:#fff; font-style:normal; box-shadow:inset 0 0 22px rgba(227,28,37,.08),0 8px 22px rgba(0,0,0,.18); }
.trust-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.trust-grid b { grid-area:value; color:var(--red); font-size:27px; line-height:1; }
.trust-grid span { grid-area:label; align-self:start; margin-top:5px; color:#d4dae1; font-size:11px; line-height:1.35; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.about-copy > p:not(.eyebrow) { max-width: 610px; color: var(--muted); line-height: 1.75; font-size: 15px; }
.mini-features { display: flex; gap: 34px; padding: 18px 0 24px; margin-top: 8px; border-top: 1px solid var(--line); }
.mini-features div { display: grid; }
.mini-features b { font-size: 22px; color: var(--red); }
.mini-features span { color: var(--muted); font-size: 12px; font-weight: 650; }
.text-link { display: inline-flex; gap: 22px; color: var(--red); font-weight: 800; font-size: 13px; }
.factory-card { overflow: hidden; border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow); }
.factory-photo { display:block; width:100%; height:390px; object-fit:cover; transition:transform .7s cubic-bezier(.2,.8,.2,1); }
.factory-card:hover .factory-photo { transform:scale(1.035); }
.factory-visual { position: relative; height: 390px; overflow: hidden; background: linear-gradient(#bed4e2 0 43%, #8399a4 43% 45%, #58646a 45%); }
.factory-visual:after { content:""; position:absolute; inset:0; background: linear-gradient(115deg, transparent 50%, rgba(255,255,255,.25) 51%, transparent 54%); }
.factory-building { position: absolute; left: 7%; right: 5%; bottom: 15%; height: 47%; display: grid; grid-template-columns: repeat(6, 1fr); gap: 5px; padding: 42px 14px 13px; background: linear-gradient(110deg,#33434d,#1a2b35); border-top: 9px solid #24343e; clip-path: polygon(5% 12%, 100% 0, 100% 100%, 0 100%, 0 25%); }
.factory-building i { background: linear-gradient(135deg,#38515f,#7893a0 48%,#223640 50%); border: 2px solid #0e1a21; }
.factory-sign { position: absolute; z-index: 2; top: 40%; left: 50%; transform: translateX(-50%); color: #ff3039; font-size: 22px; font-weight: 900; letter-spacing: .17em; }
.factory-ground { position: absolute; bottom: 0; width: 100%; height: 18%; background: linear-gradient(170deg,#687278,#2d3336); }
.factory-caption { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 20px 24px; }
.factory-caption span { color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.factory-caption strong { font-size: 13px; }

.products { background: var(--surface-2); }
.section-heading { display: flex; justify-content: space-between; gap: 60px; align-items: flex-end; margin-bottom: 52px; }
.section-heading h2 { margin: 0; }
.section-heading > p { max-width: 410px; color: var(--muted); line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.product-card { position: relative; min-height: 410px; padding: 0; overflow: hidden; border: 1px solid var(--line); background: var(--surface); transition: transform .25s, border-color .25s; }
.product-card:hover { transform: translateY(-9px); border-color: var(--red); box-shadow:0 24px 55px rgba(0,0,0,.16); }
.product-image{position:relative;height:205px;overflow:hidden;background:#0a1724}
.product-image:after{content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(transparent,rgba(5,14,23,.58))}
.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.product-card:hover .product-image img{transform:scale(1.055)}
.product-image span{position:absolute;z-index:2;left:18px;top:18px;display:grid;place-items:center;width:38px;height:30px;border-radius:5px;background:var(--red);color:#fff;font-family:var(--font-geist-mono);font-size:11px;font-weight:800}
.product-body{padding:24px 27px 68px}
.product-card h3 { margin-bottom: 13px; font-size: 23px; }
.product-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.product-card a { position: absolute; left:27px; bottom: 25px; color: var(--red); font-size: 13px; font-weight: 800; }
.product-card a span { margin-left: 16px; }

.surface { min-height: 520px; display: grid; grid-template-columns: 1fr 1fr; color: #fff; background: #06111c; }
.surface-art { position: relative; overflow: hidden; background: radial-gradient(circle at 20% 30%,#243a4d,transparent 38%), repeating-linear-gradient(135deg,#0c1b29 0 2px,#07111b 2px 20px); }
.surface-photo img { width:100%; height:100%; object-fit:cover; opacity:.86; transition:transform 1s ease; }
.surface:hover .surface-photo img { transform:scale(1.035); }
.surface-photo:after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,transparent 55%,#06111c); }
.spring { position: absolute; left: -7%; width: 76%; height: 42px; transform: rotate(-15deg); border-radius: 24px; background: linear-gradient(#202b35 0 22%,#030609 22% 74%,#27323b 74%); box-shadow: 0 14px 28px rgba(0,0,0,.45); }
.spring:after { content:""; position:absolute; left:95%; top:12px; width:240px; height:18px; background: linear-gradient(#fff,#4b5c69,#dce4e8); }
.s1 { top: 26%; }.s2 { top: 45%; left: -15%; }.s3 { top: 64%; left: -3%; }
.surface-content { padding: 92px clamp(40px,7vw,110px); align-self: center; }
.surface-content h2 { font-size: clamp(34px,4vw,56px); }
.surface-content > p:not(.eyebrow) { color: #a9b5c2; max-width: 680px; line-height: 1.75; }
.processes { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 36px; border-top: 1px solid #253646; }
.processes span { padding: 22px 12px 0 0; color: #e5eaf0; font-size: 12px; font-weight: 750; }
.processes span:before { content:"+"; display:block; margin-bottom:10px; color:var(--red); font-size:22px; }

.center-heading { text-align: center; margin-bottom: 50px; }
.reason-grid { display: grid; grid-template-columns: repeat(6,1fr); border: 1px solid var(--line); background: var(--surface); }
.reason-grid article { padding: 28px 20px; text-align: center; border-right: 1px solid var(--line); }
.reason-grid article:last-child { border: 0; }
.reason-grid b { display: block; margin-bottom: 20px; color: var(--red); font-size: 32px; }
.reason-grid h3 { min-height: 42px; font-size: 14px; }
.reason-grid p { color: var(--muted); font-size: 12px; line-height: 1.6; }

.numbers { padding: 70px 0; color:#fff; background: radial-gradient(circle at 60% 50%,rgba(227,28,37,.18),transparent 27%), #071320; border-block: 1px solid #263747; }
.number-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.number-grid div { display:grid; padding: 18px 30px 5px; border-right: 1px solid #2b3c4c; }
.number-grid div:first-child { padding-left:0; }
.number-grid div:last-child { border:0; }
.number-grid strong { font-size: clamp(40px,5vw,66px); line-height:1; }
.number-grid span { margin-top:10px; color:#9dacba; font-size:13px; font-weight:700; }

.certificates { background: var(--surface-2); }
.cert-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.cert-grid article { display:grid; justify-items:center; min-height:240px; padding:30px 18px; text-align:center; border:1px solid var(--line); background:var(--surface); box-shadow:var(--shadow); }
.cert-grid article div { display:grid; place-items:center; width:82px; height:82px; margin-bottom:20px; border:2px solid var(--red); border-radius:50%; color:var(--red); font-size:22px; font-weight:900; }
.cert-grid strong { font-size:14px; }
.cert-grid span { margin-top:8px; color:var(--muted); font-size:12px; }

.contact { padding: 100px 0; background: linear-gradient(135deg,var(--surface-2),var(--bg)); }
.contact-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:90px; }
.contact-grid > div > p:not(.eyebrow) { color:var(--muted); line-height:1.7; }
.contact ul { padding:0; margin:30px 0 0; list-style:none; }
.contact li { display:grid; grid-template-columns:80px 1fr; padding:13px 0; color:var(--muted); border-bottom:1px solid var(--line); font-size:14px; }
.contact li b { color:var(--ink); }
.contact-value{min-width:0;overflow-wrap:break-word;word-break:normal}
form { display:grid; grid-template-columns:1fr 1fr; gap:18px; padding:34px; border:1px solid var(--line); background:var(--surface); box-shadow:var(--shadow); }
label { display:grid; gap:8px; }
label span { color:var(--muted); font-size:11px; font-weight:750; text-transform:uppercase; letter-spacing:.08em; }
input,textarea { width:100%; color:var(--ink); border:1px solid var(--line); border-radius:2px; outline:none; background:var(--bg); padding:14px 15px; }
input:focus,textarea:focus { border-color:var(--red); }
textarea { min-height:125px; resize:vertical; }
label.wide { grid-column:1/-1; }
form .btn { justify-self:start; }

footer { color:#d8e0e8; background:#050d16; }
.footer-grid { display:grid; grid-template-columns:1.5fr repeat(3,1fr); gap:60px; padding:65px 0 45px; }
.footer-brand img { width:65px; height:65px; object-fit:contain; vertical-align:middle; margin-right:12px; }
.footer-brand > strong { font-size:17px; }
.footer-grid h3 { color:#fff; font-size:13px; text-transform:uppercase; letter-spacing:.1em; }
.footer-grid p,.footer-grid a { display:block; margin:0 0 9px; color:#8696a7; font-size:12px; line-height:1.7; }
.copyright { display:flex; justify-content:space-between; gap:20px; padding:20px 0; border-top:1px solid #1d2c3b; color:#667789; font-size:11px; }

.page-hero { position:relative; min-height:430px; display:grid; align-items:end; overflow:hidden; padding:100px 0 75px; color:#fff; background:#071320; }
.page-hero:before { content:""; position:absolute; inset:0; background:radial-gradient(circle at 78% 25%,rgba(227,28,37,.25),transparent 24%), repeating-linear-gradient(135deg,transparent 0 24px,rgba(255,255,255,.02) 24px 26px); }
.page-hero .wrap { position:relative; z-index:1; }
.breadcrumbs { display:flex; gap:10px; margin-bottom:22px; color:#91a0af; font-size:12px; font-weight:700; }
.breadcrumbs a { color:#fff; }
.page-hero h1 { max-width:900px; margin:0; font-size:clamp(52px,7vw,94px); line-height:.94; letter-spacing:-.065em; }
.page-hero h1 span { color:var(--red); }
.surface-page-hero{min-height:610px;align-items:end}.page-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 54%;filter:saturate(.88) contrast(1.04)}.surface-page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,10,17,.96) 0%,rgba(3,10,17,.72) 43%,rgba(3,10,17,.18) 76%),linear-gradient(0deg,rgba(3,10,17,.82),transparent 58%)}.surface-page-hero .wrap{z-index:2}.surface-process-banner{margin-top:0;border-top:3px solid var(--red)}.surface-process-banner img{object-position:center 44%}
.page-intro { max-width:760px; margin-top:24px; color:#adbac7; font-size:18px; line-height:1.65; }
.content-section { padding:90px 0; }
.content-section.alt { background:var(--surface-2); }
.prose-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:90px; align-items:start; }
.prose-grid h2 { position:sticky; top:120px; }
.prose { color:var(--muted); font-size:16px; line-height:1.85; }
.prose h3 { margin-top:34px; color:var(--ink); font-size:24px; }
.timeline { display:grid; gap:0; margin-top:34px; border-left:1px solid var(--line); }
.timeline div { position:relative; padding:0 0 38px 36px; }
.timeline div:before { content:""; position:absolute; left:-6px; top:4px; width:11px; height:11px; border-radius:50%; background:var(--red); }
.timeline strong { display:block; color:var(--red); font-size:26px; }
.detail-list { display:grid; gap:18px; }
.detail-card { display:grid; grid-template-columns:90px 1fr; gap:28px; padding:34px; border:1px solid var(--line); background:var(--surface); scroll-margin-top:100px; }
.detail-card .num { color:var(--red); font:800 28px var(--font-geist-mono),monospace; }
.detail-card h2 { margin-bottom:12px; font-size:36px; }
.detail-card p { color:var(--muted); line-height:1.7; }
.specs { display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; }
.specs span { padding:8px 11px; border:1px solid var(--line); color:var(--muted); font-size:11px; font-weight:700; }
.process-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.process-card { padding:38px; border:1px solid var(--line); background:var(--surface); }
.process-card b { color:var(--red); font-size:12px; letter-spacing:.12em; }
.process-card h2 { margin:40px 0 16px; font-size:36px; }
.process-card p { color:var(--muted); line-height:1.7; }
.quality-table { width:100%; border-collapse:collapse; background:var(--surface); }
.quality-table th,.quality-table td { padding:20px; text-align:left; border:1px solid var(--line); }
.quality-table th { color:var(--red); font-size:12px; text-transform:uppercase; letter-spacing:.1em; }
.quality-table td { color:var(--muted); }
.blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.blog-card { overflow:hidden; border:1px solid var(--line); background:var(--surface); }
.blog-visual { min-height:190px; padding:22px; color:#fff; background:linear-gradient(145deg,#1a2d3e,#07111c); }
.blog-visual img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .6s ease; }
.blog-card:hover .blog-visual img { transform:scale(1.06); }
.blog-visual span { position:relative; z-index:2; display:inline-block; padding:8px 10px; background:var(--red); font-size:11px; font-weight:800; }
.blog-card .body { padding:24px; }
.blog-card h2 { font-size:23px; line-height:1.2; letter-spacing:-.03em; }
.blog-card p { color:var(--muted); line-height:1.65; font-size:14px; }
.blog-card a { color:var(--red); font-size:12px; font-weight:800; }
.blog-card { transition:transform .3s,border-color .3s,box-shadow .3s; }
.blog-card:hover { transform:translateY(-8px); border-color:var(--red); box-shadow:var(--shadow); }
.blog-visual { position:relative; overflow:hidden; }
.blog-visual:after { content:""; position:absolute; inset:-60% -30%; background:linear-gradient(110deg,transparent 40%,rgba(255,255,255,.12) 50%,transparent 60%); transform:translateX(-60%); transition:transform .8s; }
.blog-card:hover .blog-visual:after { transform:translateX(60%); }
.contact-page { padding:90px 0; }
.contact-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-bottom:55px; }
.contact-cards article { padding:30px; border:1px solid var(--line); background:var(--surface); }
.contact-cards b { display:block; margin-bottom:16px; color:var(--red); font-size:12px; letter-spacing:.1em; }
.contact-cards p { margin:0; color:var(--muted); line-height:1.6; }
.media-feature { position:relative; overflow:hidden; min-height:520px; background:#07111c; }
.media-feature img { display:block; width:100%; height:520px; object-fit:cover; transition:transform 1s cubic-bezier(.2,.8,.2,1); }
.media-feature:hover img { transform:scale(1.025); }
.media-feature:after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(3,10,17,.8),transparent 54%); pointer-events:none; }
.media-caption { position:absolute; z-index:2; left:max(20px,calc((100% - 1180px)/2)); bottom:42px; display:grid; gap:10px; color:#fff; }
.media-caption span { color:var(--red); font-size:11px; font-weight:900; letter-spacing:.15em; }
.media-caption strong { max-width:680px; font-size:clamp(24px,3vw,42px); letter-spacing:-.035em; }
.inline-visual { margin:12px 0; overflow:hidden; border:1px solid var(--line); background:var(--surface); }
.inline-visual img { display:block; width:100%; max-height:520px; object-fit:cover; }
.inline-visual figcaption { padding:18px 24px; color:var(--muted); font-size:13px; }

.reveal { opacity:0; transform:translateY(34px); transition:opacity .72s ease var(--reveal-delay,0ms),transform .72s cubic-bezier(.2,.8,.2,1) var(--reveal-delay,0ms); }
.reveal.is-visible { opacity:1; transform:none; }
.btn { position:relative; overflow:hidden; }
.btn:after { content:""; position:absolute; inset:0; background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.2) 50%,transparent 80%); transform:translateX(-120%); transition:transform .55s; }
.btn:hover:after { transform:translateX(120%); }

@keyframes heroIn {
  from { opacity:0; transform:translateY(28px); }
  to { opacity:1; transform:none; }
}
@keyframes springPulse {
  0%,100% { transform:rotate(-18deg) translateX(0); }
  45% { transform:rotate(-18deg) translateX(-12px); }
}

@media (max-width: 1360px) {
  .site-header { grid-template-columns:auto auto 1fr; }
  .menu-toggle { display:block; order:3; justify-self:end; }
  nav { position:absolute; display:none; top:96px; left:0; right:0; padding:22px; flex-direction:column; align-items:flex-start; background:var(--surface); border-bottom:1px solid var(--line); }
  .site-header.scrolled nav { top:76px; }
  nav a.active:after { display:none; }
  nav.open { display:flex; }
  .header-actions { order:2; justify-self:end; }
  .split,.contact-grid { gap:45px; }
  .reason-grid { grid-template-columns:repeat(3,1fr); }
  .reason-grid article { border-bottom:1px solid var(--line); }
}
@media (min-width:1361px){
  html[data-locale]:not([data-locale="tr_TR"]) .site-header,html[data-locale]:not([data-locale="tr_TR"]) .site-header.scrolled{grid-template-columns:auto minmax(0,1fr) auto;min-height:118px;gap:18px;padding-top:10px;padding-bottom:10px}
  html[data-locale]:not([data-locale="tr_TR"]) .menu-toggle{display:none}
  html[data-locale]:not([data-locale="tr_TR"]) .site-header nav,html[data-locale]:not([data-locale="tr_TR"]) .site-header.scrolled nav{position:static;display:flex;min-width:0;max-height:none;overflow:visible;padding:0;flex-flow:row wrap;align-items:center;align-content:center;justify-content:center;column-gap:clamp(10px,1.05vw,18px);row-gap:4px;background:transparent;border:0;box-shadow:none}
  html[data-locale]:not([data-locale="tr_TR"]) .site-header nav a{display:flex;width:auto;max-width:175px;min-height:34px;align-items:center;justify-content:center;white-space:normal;text-align:center;font-size:11px;line-height:1.18}
  html[data-locale]:not([data-locale="tr_TR"]) .site-header nav a.active:after{display:block;bottom:0}
  html[data-locale]:not([data-locale="tr_TR"]) .header-actions{order:initial;justify-self:end}
  html[data-locale]:not([data-locale="tr_TR"]) .hero-stage{top:118px;height:calc(100vh - 118px)}
}
@media (max-width: 780px) {
  .wrap { width:min(100% - 28px,1180px); }
  .section { padding:75px 0; }
  .site-header,.site-header.scrolled { min-height:76px; height:76px; padding:6px 14px; gap:10px; }
  .brand img,.site-header.scrolled .brand img { width:84px; height:46px; padding:0; }.brand span { display:none; }
  nav,.site-header.scrolled nav { top:76px; }
  .header-actions .btn { display:none; }
  .theme-toggle span:last-child { display:none; }
  .hero { min-height:700px; }
  .hero-scroll { height:165vh; }
  .hero-stage { top:76px; height:calc(100vh - 76px); min-height:620px; }
  .hero-video { object-position:center; }
  .banner-scroll-hint { right:16px; bottom:18px; }
  .banner-switcher { left:16px; bottom:18px; }
  .language-select { max-width:82px; min-height:40px; padding-left:8px; font-size:12px; }
  .whatsapp-widget{right:14px;bottom:14px}.whatsapp-fab{min-width:52px;padding:0 12px}.whatsapp-fab>b{display:none}
  .hero-image { object-position:64% center; opacity:.7; }
  .hero-overlay { background:linear-gradient(90deg,rgba(3,10,17,.97),rgba(3,10,17,.62)),linear-gradient(0deg,#06111d,transparent); }
  .hero-content { padding:90px 0 130px; }
  .hero h1 { font-size:clamp(45px,13vw,68px); }
  .hero-copy { font-size:16px; }
  .trust-strip { margin-top:0; padding-top:16px; }
  .trust-grid { grid-template-columns:1fr 1fr; }
  .trust-grid div { padding:16px; }
  .split,.surface,.contact-grid { grid-template-columns:1fr; }
  .split { gap:50px; }
  .factory-visual { height:290px; }
  .factory-photo { height:300px; }
  .section-heading { display:block; }
  .section-heading > p { margin-top:24px; }
  .product-grid { grid-template-columns:1fr; }
  .product-card { min-height:290px; }
  .surface-art { min-height:330px; }
  .surface-content { padding:65px 28px; }
  .processes { grid-template-columns:1fr 1fr; }
  .reason-grid { grid-template-columns:1fr 1fr; }
  .number-grid { grid-template-columns:1fr 1fr; gap:30px 0; }
  .number-grid div:nth-child(2) { border:0; }
  .cert-grid { grid-template-columns:1fr 1fr; }
  form { grid-template-columns:1fr; padding:24px; }
  label.wide { grid-column:auto; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .prose-grid { grid-template-columns:1fr; gap:35px; }
  .prose-grid h2 { position:static; }
  .process-grid,.blog-grid,.contact-cards { grid-template-columns:1fr; }
  .detail-card { grid-template-columns:1fr; }
  .media-feature,.media-feature img { min-height:350px; height:350px; }
}
@media (max-width: 480px) {
  .btn { width:100%; }
  .mini-features { gap:15px; }
  .reason-grid,.cert-grid,.footer-grid { grid-template-columns:1fr; }
  .reason-grid article { border-right:0; }
  .copyright { flex-direction:column; }
}

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

.vehicle-heading{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:60px;margin-bottom:34px}.vehicle-heading h2{margin:5px 0 0;font-size:clamp(34px,4vw,58px);line-height:1.02}.vehicle-heading h2 span{color:var(--red)}.vehicle-heading>p{max-width:520px;color:var(--muted);line-height:1.8}
.vehicle-category-grid{display:grid;grid-template-columns:1.15fr repeat(4,1fr);margin-bottom:22px;border-radius:18px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}
.vehicle-category{position:relative;min-height:150px;padding:22px;text-align:left;border:0;border-right:1px solid rgba(255,255,255,.1);background:#081522;color:#fff;cursor:pointer;transition:.25s ease}.vehicle-category:nth-child(even){background:#f4f6f8;color:#101820}.vehicle-category:last-child{border-right:0}.vehicle-category small{display:block;color:var(--red);font-weight:800;margin-bottom:34px}.vehicle-category strong{display:block;font-size:18px;letter-spacing:.06em}.vehicle-category span{display:block;margin-top:7px;font-size:12px;opacity:.65}.vehicle-category:hover,.vehicle-category.active{background:var(--red);color:#fff;transform:translateY(-4px);z-index:1}.vehicle-category.active small{color:#fff}
.vehicle-search{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:end;padding:28px;background:linear-gradient(120deg,#07131f,#10263a);border:1px solid rgba(255,255,255,.12);border-radius:18px}
.vehicle-select-label{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important}
.vehicle-search label{display:grid;gap:8px;font-weight:700}.vehicle-search input,.vehicle-search select{min-height:50px;padding:0 14px;border:1px solid var(--line);border-radius:9px;background:var(--bg);color:var(--text);font:inherit}
.vehicle-search label span{color:#fff;font-size:12px;letter-spacing:.12em}.vehicle-search input{min-height:58px;background:#fff;color:#101820;border:0;padding:0 20px;font-size:16px}.vehicle-search .btn{min-height:58px}
.results-heading{display:flex;align-items:center;justify-content:space-between;margin:32px 0 12px}.results-heading>div{display:flex;align-items:center;gap:10px;letter-spacing:.09em}.result-dot{width:10px;height:10px;border-radius:50%;background:var(--red);box-shadow:0 0 0 6px color-mix(in srgb,var(--red) 15%,transparent)}.search-status{margin:0;color:var(--muted)}
.table-scroll{overflow:auto;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:var(--shadow)}
.vehicle-table{width:100%;min-width:980px;border-collapse:separate;border-spacing:0}.vehicle-table th,.vehicle-table td{padding:16px;border-bottom:1px solid var(--line);text-align:left}.vehicle-table th{position:sticky;top:0;background:#07131f;color:#fff;font-size:11px;letter-spacing:.08em}.vehicle-table th:nth-child(even){background:#eef1f4;color:#101820}.vehicle-table td:nth-child(odd){background:color-mix(in srgb,var(--dark) 5%,var(--surface))}.vehicle-table td:nth-child(even){background:color-mix(in srgb,var(--surface) 92%,#fff)}.vehicle-table td:first-child strong{color:var(--red)}.vehicle-table tr:hover td{box-shadow:inset 0 0 0 999px color-mix(in srgb,var(--red) 7%,transparent)}
.search-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin:24px 0}.search-pagination button{padding:10px 16px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--text);cursor:pointer}.search-pagination button:disabled{opacity:.4;cursor:not-allowed}
@media(max-width:900px){.vehicle-category-grid{grid-template-columns:repeat(2,1fr)}.vehicle-category:first-child{grid-column:1/-1}.vehicle-heading{grid-template-columns:1fr;gap:15px}}
@media(max-width:760px){.vehicle-search{grid-template-columns:1fr}.vehicle-search .btn{width:100%}.vehicle-category-grid{grid-template-columns:1fr 1fr}.vehicle-category{min-height:125px}.vehicle-category small{margin-bottom:20px}.results-heading{align-items:flex-start;gap:10px;flex-direction:column}}
.cert-grid article>a{display:flex;flex-direction:column;align-items:center;gap:8px;color:inherit;text-decoration:none}
.official-cert-grid{grid-template-columns:repeat(3,1fr)}.official-cert-grid figure{margin:0;padding:14px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}.official-cert-grid img{display:block;width:100%;height:430px;object-fit:contain;background:#fff}@media(max-width:900px){.official-cert-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.official-cert-grid{grid-template-columns:1fr}.official-cert-grid img{height:auto}}
.prose>article{padding:42px 0;border-bottom:1px solid var(--line);scroll-margin-top:110px}.content-image{width:100%;max-height:520px;object-fit:cover;border-radius:18px;margin:18px 0}

/* Restored compact vehicle catalog and content details */
.vehicle-search{display:grid;grid-template-columns:220px 1fr auto;gap:14px;align-items:end;padding:24px;background:var(--surface);border:1px solid var(--line);border-radius:18px}
.vehicle-search label{position:static!important;width:auto!important;height:auto!important;overflow:visible!important;clip:auto!important;display:grid;gap:8px;font-weight:700;color:var(--text)}
.vehicle-search label span{color:inherit;font-size:inherit;letter-spacing:normal}.vehicle-search input,.vehicle-search select{min-height:50px;padding:0 14px;border:1px solid var(--line);border-radius:9px;background:var(--bg);color:var(--text);font:inherit}
.vehicle-search .btn{min-height:50px}.search-status{margin:24px 0 12px;color:var(--muted)}
.vehicle-table{width:100%;min-width:980px;border-collapse:collapse}.vehicle-table th,.vehicle-table td{padding:14px;border-bottom:1px solid var(--line);text-align:left;background:transparent!important;box-shadow:none!important}.vehicle-table th{position:sticky;top:0;background:var(--dark)!important;color:#fff!important}.vehicle-table tr:hover td{background:color-mix(in srgb,var(--red) 8%,transparent)!important}
.detail-visual{margin:0 0 34px;border-radius:20px;overflow:hidden;position:relative}.detail-visual img{display:block;width:100%;height:320px;object-fit:cover}.detail-visual figcaption{position:absolute;left:20px;bottom:20px;padding:10px 14px;border-radius:8px;background:rgba(4,12,20,.86);color:#fff;font-weight:700}
.certificate-modal{width:min(720px,calc(100% - 32px));border:1px solid var(--line);border-radius:22px;padding:0;background:var(--surface);color:var(--text);box-shadow:0 30px 90px rgba(0,0,0,.45)}.certificate-modal::backdrop{background:rgba(2,8,14,.78);backdrop-filter:blur(7px)}.certificate-modal-inner{padding:42px}.certificate-modal-close{position:absolute;right:18px;top:18px;width:40px;height:40px;border:0;border-radius:50%;background:var(--red);color:#fff;font-size:22px;cursor:pointer}.certificate-modal-mark{font-size:14px;color:var(--red);font-weight:900;letter-spacing:.14em}.certificate-modal h2{font-size:clamp(32px,5vw,54px);margin:12px 0}.certificate-modal p{color:var(--muted);line-height:1.8}.cert-grid article a{cursor:pointer}
@media(max-width:760px){.vehicle-search{grid-template-columns:1fr}.detail-visual img{height:230px}}
.admin-content-form{display:block}.admin-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:35px}.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:18px 0 45px}.admin-grid fieldset{padding:22px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.admin-grid legend{padding:0 8px;color:var(--red);font-weight:800}.admin-grid label{display:grid;gap:7px;margin:12px 0}.admin-grid input,.admin-grid textarea{width:100%;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--bg);color:var(--text);font:inherit}.admin-grid textarea{min-height:100px;resize:vertical}
@media(max-width:700px){.admin-grid{grid-template-columns:1fr}.admin-toolbar{align-items:flex-start;flex-direction:column}}
.blog-card-link{display:block;color:inherit}.blog-title-link{color:inherit;text-decoration:none;transition:color .2s ease}.blog-title-link:hover,.blog-title-link:focus-visible{color:var(--red)}.blog-card-link img{transition:transform .45s ease}.blog-card-link:hover img{transform:scale(1.045)}
.technical-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:28px;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--line)}.technical-details section{padding:22px;background:var(--surface)}.technical-details section:nth-child(2){background:color-mix(in srgb,var(--surface) 92%,var(--red))}.technical-details h3{margin:0 0 9px;font-size:14px;color:var(--red);letter-spacing:.04em}.technical-details p{margin:0!important;font-size:14px;line-height:1.65;color:var(--muted)}.detail-card>div:last-child{min-width:0}
@media(max-width:850px){.technical-details{grid-template-columns:1fr}}

/* Blog card link and responsive fixes */
.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.blog-card{min-width:0}.blog-card .blog-visual{color:#fff}.blog-card .blog-visual span{color:#fff!important}.blog-card h2{overflow-wrap:anywhere}.blog-card h2 .blog-title-link{display:block;color:var(--text);font-size:inherit;font-weight:inherit;line-height:inherit}.blog-card h2 .blog-title-link:hover{color:var(--red)}.blog-card .body>a:not(.blog-title-link){color:var(--red);font-size:12px;font-weight:800}
.panel-link{margin-top:15px!important;color:#fff!important;font-weight:800}.admin-access{position:fixed;z-index:90;right:18px;bottom:18px;padding:10px 16px;border-radius:999px;background:var(--red);color:#fff!important;font-size:12px;font-weight:800;box-shadow:0 10px 30px rgba(227,28,37,.35)}
@media(max-width:1100px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.blog-grid{grid-template-columns:1fr}.admin-access{right:12px;bottom:12px}}
.vehicle-results-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:28px 0 12px}.vehicle-results-title>div{display:flex;align-items:center;gap:10px}.vehicle-results-title>div span{width:9px;height:9px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px rgba(227,28,37,.12)}.vehicle-results-title strong{font-size:13px;letter-spacing:.1em}.vehicle-results-title .search-status{margin:0}
.vehicle-table thead{display:table-header-group!important}.vehicle-table thead tr{background:var(--deep)!important}.vehicle-table thead th{visibility:visible!important;opacity:1!important;background:var(--deep)!important;color:#fff!important;font-size:12px!important;font-weight:800!important;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-right:1px solid rgba(255,255,255,.1)}.vehicle-table thead th:last-child{border-right:0}
@media(max-width:650px){.vehicle-results-title{align-items:flex-start;flex-direction:column;gap:8px}}

/* Stable Car Gas Spring results table */
.table-scroll{width:100%;overflow-x:auto;overflow-y:visible;border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:0 18px 45px rgba(3,12,20,.09);scrollbar-width:thin;scrollbar-color:var(--red) var(--surface-2)}
.vehicle-table{width:100%;min-width:1040px;table-layout:fixed;border-collapse:collapse;background:var(--surface)}
.vehicle-table th,.vehicle-table td{box-sizing:border-box;padding:15px 16px;border:0;border-bottom:1px solid var(--line);vertical-align:middle;text-align:left;background:var(--surface)!important;color:var(--text);line-height:1.4;box-shadow:none!important}
.vehicle-table thead th{position:sticky;z-index:2;top:0;padding-top:17px;padding-bottom:17px;background:#071522!important;color:#fff!important;font-size:11px!important;font-weight:900!important;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.vehicle-table th:nth-child(1),.vehicle-table td:nth-child(1){width:150px}.vehicle-table th:nth-child(2),.vehicle-table td:nth-child(2){width:250px}.vehicle-table th:nth-child(3),.vehicle-table td:nth-child(3){width:90px}.vehicle-table th:nth-child(4),.vehicle-table td:nth-child(4){width:110px}.vehicle-table th:nth-child(5),.vehicle-table td:nth-child(5){width:90px}.vehicle-table th:nth-child(6),.vehicle-table td:nth-child(6){width:90px}.vehicle-table th:nth-child(7),.vehicle-table td:nth-child(7){width:260px}
.vehicle-table tbody tr:nth-child(even) td{background:color-mix(in srgb,var(--surface) 94%,var(--muted))!important}.vehicle-table tbody tr:hover td{background:color-mix(in srgb,var(--surface) 91%,var(--red))!important}.vehicle-table tbody tr:last-child td{border-bottom:0}.vehicle-table td:first-child strong{display:inline-block;color:var(--red);font-weight:900;white-space:nowrap}.vehicle-table td:nth-child(3),.vehicle-table td:nth-child(4),.vehicle-table td:nth-child(5),.vehicle-table td:nth-child(6){white-space:nowrap}.vehicle-table td:last-child{overflow-wrap:anywhere;white-space:pre-line}.vehicle-empty{padding:34px!important;text-align:center!important;color:var(--muted)!important}
.vehicle-results-title{padding:0 2px}.vehicle-results-title strong{color:var(--text)}.search-pagination button:not(:disabled):hover{border-color:var(--red);color:var(--red)}
@media(max-width:760px){.vehicle-table{min-width:900px}.vehicle-table th,.vehicle-table td{padding:13px 12px}.table-scroll{border-radius:12px}.vehicle-results-title{margin-top:22px}}

/* Full-frame product photography */
.detail-visual,.inline-visual{border:1px solid var(--line);border-radius:18px;background:var(--surface);overflow:hidden}
.detail-visual img,.inline-visual img{display:block;width:100%;height:auto!important;max-height:none!important;aspect-ratio:auto;object-fit:contain}
.detail-visual figcaption{position:static;display:block;padding:18px 24px;border-radius:0;background:var(--surface);color:var(--muted);font-size:13px;font-weight:500}
.nav-panel-link{padding:8px 11px!important;border-radius:7px;background:var(--red);color:#fff!important;font-weight:800}
.whatsapp-fab span{display:grid;width:30px;height:30px;place-items:center;border:0;background:transparent}.whatsapp-fab svg{display:block;width:30px;height:30px;fill:currentColor}

/* Phone layout refinements */
@media (max-width:600px){
  html,body{max-width:100%;overflow-x:hidden}
  .site-header,.site-header.scrolled{grid-template-columns:auto 1fr auto;min-height:70px;height:70px;padding:6px 12px;gap:8px}
  .brand{gap:0}.brand img,.site-header.scrolled .brand img{width:74px;height:43px}.brand span{display:none}
  .header-actions{justify-self:end;gap:6px}.header-actions .btn{display:none}
  .language-select{width:76px;max-width:76px;min-height:38px;padding:0 22px 0 7px;font-size:11px}
  .theme-toggle{width:38px;min-height:38px;justify-content:center;padding:0}.theme-toggle span:last-child{display:none}.theme-toggle span:first-child{font-size:18px}
  .menu-toggle{font-size:23px;padding:5px}.site-header nav,.site-header.scrolled nav{top:70px;max-height:calc(100vh - 70px);overflow:auto;padding:18px}
  nav a{width:100%;min-height:44px;font-size:14px}
  .wrap{width:calc(100% - 24px)}
  .section{padding:58px 0}.eyebrow{font-size:10px;letter-spacing:.16em}
  .hero-scroll{height:150vh}.hero,.hero-stage{min-height:560px}.hero-stage{top:70px;height:calc(100svh - 70px)}
  .hero-content{padding:70px 0 118px}.hero h1{max-width:100%;margin-bottom:18px;font-size:clamp(36px,11vw,50px);line-height:.98;letter-spacing:-.05em}
  .hero-copy{max-width:94%;margin-bottom:24px;font-size:14px;line-height:1.55}.hero-buttons{display:grid;grid-template-columns:1fr;gap:10px;width:min(100%,310px)}
  .hero-buttons .btn{width:100%;min-height:48px}.banner-scroll-hint{display:none}.banner-switcher{left:12px;bottom:14px}
  .trust-grid{grid-template-columns:1fr 1fr}.trust-grid div{min-height:82px;padding:14px 12px}.trust-grid b{font-size:22px}.trust-grid span{font-size:10px}
  h2,.surface-content h2{font-size:clamp(30px,9vw,42px)}.section-heading{margin-bottom:30px}.section-heading>p{margin-top:15px}
  .split{gap:32px}.factory-visual,.factory-photo{height:250px}.factory-caption{left:10px;right:10px;bottom:10px;padding:13px}
  .product-grid{gap:12px}.product-card{min-height:265px}.product-card h3{font-size:23px}
  .surface-art{min-height:260px}.surface-content{padding:46px 20px}.processes{grid-template-columns:1fr;gap:10px}
  .reason-grid{grid-template-columns:1fr}.reason-grid article{padding:22px 18px;border-right:0}.reason-grid h3{min-height:0}
  .number-grid{grid-template-columns:1fr 1fr;gap:20px 0}.number-grid div{padding:10px 16px}.number-grid div:nth-child(odd){padding-left:0}.number-grid strong{font-size:36px}
  .cert-grid{grid-template-columns:1fr}.cert-grid article{min-height:205px;padding:24px 16px}
  .contact-grid{gap:28px}form{padding:18px;gap:14px}input,textarea,select{max-width:100%}
  .footer-grid{grid-template-columns:1fr;gap:26px;padding:45px 0 30px}.copyright{align-items:flex-start;gap:10px}
  .page-hero{padding:70px 0 55px}.page-hero h1{font-size:clamp(38px,12vw,56px);line-height:1}.page-intro{font-size:15px}
  .media-feature,.media-feature img{height:270px;min-height:270px}.media-caption{left:12px;right:12px;bottom:12px;padding:14px}
  .detail-card{padding:25px 18px}.technical-details{gap:12px}.detail-visual img,.inline-visual img{width:100%;height:auto}.detail-visual figcaption{padding:14px 16px}
  .blog-card .body{padding:20px}.blog-card h2{font-size:22px}.prose{font-size:15px}.content-image{max-height:290px;object-fit:cover}
  .certificate-modal{width:calc(100% - 20px);border-radius:14px}.certificate-modal-inner{padding:50px 20px 24px}.certificate-modal h2{font-size:30px}
  .whatsapp-widget{right:10px;bottom:10px}.whatsapp-fab{width:52px;height:52px;min-width:52px;padding:0;justify-content:center}.whatsapp-fab>b{display:none}.whatsapp-popup{right:0;bottom:62px;width:calc(100vw - 20px);max-height:72vh;overflow:auto}
  .whatsapp-popup header{padding:18px 16px 14px}.whatsapp-popup h2{font-size:20px}.whatsapp-popup>p{padding:13px 16px}
}

/* Full-width, size-stable desktop header */
@media (min-width:1500px){
  .site-header,.site-header.scrolled{
    position:sticky;top:0;
    width:100%;max-width:none;
    height:96px;min-height:96px;
    grid-template-columns:245px minmax(0,1fr) auto;
    gap:18px;
    padding:8px 28px;
  }
  .brand,.site-header.scrolled .brand{gap:11px}
  .brand img,.site-header.scrolled .brand img{width:125px;height:68px}
  .brand-copy b{font-size:16px}.brand-copy small{font-size:8px}
  .site-header nav,.site-header.scrolled nav,
  html[data-locale]:not([data-locale="tr_TR"]) .site-header nav,
  html[data-locale]:not([data-locale="tr_TR"]) .site-header.scrolled nav{
    position:static;display:flex;
    flex-flow:row nowrap;
    justify-content:center;align-items:center;
    gap:clamp(10px,.8vw,16px);
    min-width:0;max-height:none;overflow:visible;
    padding:0;border:0;background:transparent;box-shadow:none;
  }
  .site-header nav>a,.site-header nav>.nav-products>a,
  html[data-locale]:not([data-locale="tr_TR"]) .site-header nav>a,
  html[data-locale]:not([data-locale="tr_TR"]) .site-header nav>.nav-products>a{
    width:auto;max-width:none;min-height:42px;
    padding:0;
    white-space:nowrap;
    font-size:11.5px;line-height:1;
    letter-spacing:0;text-align:center;
  }
  .header-actions{gap:10px}.language-picker{min-width:138px}
  .header-actions .btn.compact{min-height:44px;padding:0 17px;font-size:13px}
  .theme-toggle{width:76px;min-width:76px;grid-template-columns:36px 36px}
  .hero-stage{top:96px;height:calc(100vh - 96px)}
}

/* The wheel scrubs the video in place; no extra blank scroll runway is needed. */
.hero-scroll{height:calc(100svh - 96px)}
.hero-scroll .hero-stage{position:sticky;top:96px;height:calc(100svh - 96px)}
html[data-theme="light"] .hero-scroll{height:calc(100svh - 96px)}
@media(max-width:1360px){.hero-scroll,html[data-theme="light"] .hero-scroll{height:calc(100svh - 76px)}.hero-scroll .hero-stage{top:76px;height:calc(100svh - 76px)}}
@media(max-width:600px){.hero-scroll,html[data-theme="light"] .hero-scroll{height:calc(100svh - 118px)}.hero-scroll .hero-stage{top:118px;height:calc(100svh - 118px)}.banner-scroll-hint{display:none}}

@media (max-width:600px){
  .header-actions .theme-toggle{display:grid;grid-template-columns:1fr 1fr;width:100%;min-width:0;height:40px;min-height:40px;padding:3px;gap:0}
  .header-actions .theme-toggle .theme-icon{display:grid;width:100%;height:32px;font-size:initial}
  .header-actions .theme-toggle .theme-name{position:absolute;display:block;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
}

/* Product navigation, OEM access and theme-specific header treatments */
.nav-products{position:relative;display:flex;align-items:center}.nav-products>a:after{content:"+";position:static;width:auto;height:auto;margin-left:5px;background:none!important;color:var(--red);font-size:14px;font-weight:900;line-height:1}.product-submenu{position:absolute;z-index:130;top:calc(100% + 25px);left:50%;display:none;width:310px;padding:10px;border:1px solid #2b4053;border-radius:10px;background:#0a1724;box-shadow:0 24px 55px rgba(0,0,0,.38);transform:translateX(-50%)}.nav-products:hover .product-submenu,.nav-products:focus-within .product-submenu,.nav-products.open .product-submenu{display:grid}.product-submenu a{display:grid;grid-template-columns:35px 1fr;gap:10px;width:100%;min-height:43px;padding:8px 10px;border-radius:6px;color:#d6dee7}.product-submenu a:hover{background:rgba(227,28,37,.13);color:#fff}.product-submenu a:after{display:none!important}.product-submenu b{display:grid;place-items:center;color:var(--red);font:800 10px var(--font-geist-mono),monospace}.product-submenu span{align-self:center}.product-submenu .oem-menu-link{margin-top:6px;border-top:1px solid #2a3c4e;border-radius:0 0 6px 6px;background:rgba(227,28,37,.08)}
.detail-card .specs{display:none}.oem-detail-link{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:25px;padding:18px 20px;border:1px solid var(--line);border-left:3px solid var(--red);border-radius:8px;background:var(--surface-2);transition:transform .2s,border-color .2s}.oem-detail-link:hover{transform:translateY(-2px);border-color:var(--red)}.oem-detail-link span{display:grid;gap:5px}.oem-detail-link small{color:var(--red);font-size:9px;font-weight:900;letter-spacing:.15em}.oem-detail-link strong{font-size:14px}.oem-detail-link>b{white-space:nowrap;color:var(--red);font-size:13px}.dual-product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:34px}.dual-product-gallery .detail-visual{margin:0}.dual-product-gallery img{width:100%;height:330px!important;object-fit:cover!important}
[data-theme="light"] .language-trigger,[data-theme="light"] .language-menu{border-color:#dbe2e9;background:#fff;color:#172230;box-shadow:0 12px 30px rgba(10,24,38,.13)}[data-theme="light"] .language-menu button{color:#344355}[data-theme="light"] .language-menu button:hover,[data-theme="light"] .language-menu button.active{background:#fff0f1;color:#172230}[data-theme="light"] .theme-toggle{border-color:#dbe2e9;background:#fff;box-shadow:0 10px 28px rgba(10,24,38,.14)}[data-theme="light"] .hero-video{filter:brightness(1.13) contrast(.92) saturate(.82)}[data-theme="light"] .product-submenu{border-color:#dbe2e9;background:#fff;box-shadow:0 20px 45px rgba(10,24,38,.16)}[data-theme="light"] .product-submenu a{color:#344355}[data-theme="light"] .product-submenu a:hover{color:#172230;background:#fff0f1}
@media(max-width:850px){.dual-product-gallery{grid-template-columns:1fr}.dual-product-gallery img{height:auto!important}.oem-detail-link{align-items:flex-start;flex-direction:column}.nav-products{display:grid;width:100%}.product-submenu{position:static;width:100%;margin:4px 0 10px;padding:6px;transform:none;box-shadow:none}.nav-products:hover .product-submenu:not(:focus-within):not(.open){display:none}.nav-products.open .product-submenu{display:grid}}

@media(min-width:851px){
  .product-submenu{top:calc(100% + 18px)}
  .product-submenu:before{content:"";position:absolute;left:0;right:0;top:-20px;height:20px}
}

/* Stable typography for longer translated content */
.page-hero h1,.prose-grid>h2,.section-heading h2,.contact .center-heading h2,.detail-card h2{overflow-wrap:normal;word-break:normal;text-wrap:balance}
html[data-locale]:not([data-locale="tr_TR"]) .page-hero h1{max-width:1050px;font-size:clamp(52px,6.2vw,96px);line-height:.96}
html[data-locale]:not([data-locale="tr_TR"]) .prose-grid>h2{font-size:clamp(38px,4.1vw,60px);line-height:.96}
html[data-locale]:not([data-locale="tr_TR"]) .section-heading h2{font-size:clamp(42px,4.7vw,68px);line-height:1}
html[data-locale]:not([data-locale="tr_TR"]) .contact .center-heading h2{font-size:clamp(40px,4.6vw,68px);line-height:1.02}
html[lang="ru"] .page-hero h1,html[lang="ru"] .prose-grid>h2,html[lang="ar"] .page-hero h1,html[lang="ar"] .prose-grid>h2{font-size:clamp(40px,5.2vw,78px)}
.technical-details h3,.oem-detail-link strong{overflow-wrap:anywhere}
@media(max-width:760px){html[data-locale]:not([data-locale="tr_TR"]) .page-hero h1,html[data-locale]:not([data-locale="tr_TR"]) .prose-grid>h2{font-size:clamp(36px,11vw,54px)}}
.product-submenu span{text-align:center}
@media(min-width:1361px){html[data-locale]:not([data-locale="tr_TR"]) .site-header,html[data-locale]:not([data-locale="tr_TR"]) .site-header.scrolled{height:96px;min-height:96px;padding-top:8px;padding-bottom:8px}html[data-locale]:not([data-locale="tr_TR"]) .site-header nav,html[data-locale]:not([data-locale="tr_TR"]) .site-header.scrolled nav{flex-wrap:nowrap;row-gap:0}html[data-locale]:not([data-locale="tr_TR"]) .site-header nav a{max-width:145px;font-size:10px}html[data-locale]:not([data-locale="tr_TR"]) .hero-stage{top:96px;height:calc(100vh - 96px)}}

/* Balanced desktop navigation for long translated labels */
@media(min-width:1361px) and (max-width:1599px){
  .site-header,.site-header.scrolled{grid-template-columns:270px minmax(0,1fr) 304px;gap:10px;padding-left:18px;padding-right:18px}
  .brand{gap:10px}.brand img,.site-header.scrolled .brand img{width:135px;height:70px}.brand-copy b{font-size:15px}.brand-copy small{font-size:7px}
  .site-header nav{gap:clamp(5px,.6vw,9px)}.site-header nav a{font-size:9.7px;letter-spacing:-.01em}.header-actions{gap:7px}.language-picker{min-width:122px}.theme-toggle{width:70px;min-width:70px;grid-template-columns:32px 32px}.btn.compact{padding:0 12px;font-size:12px}
  html[data-locale]:not([data-locale="tr_TR"]) .site-header nav a{max-width:125px;font-size:9.5px;line-height:1.12}
}
.nav-products>a{justify-content:center;text-align:center}.nav-products>a:after{display:inline-block;margin-left:5px;transform:translateY(-1px)}
.product-submenu{width:330px}.product-submenu a{grid-template-columns:32px minmax(0,1fr) 32px}.product-submenu a>b{grid-column:1}.product-submenu a>span{grid-column:2;text-align:center}.product-submenu a:after{content:""!important;display:block!important;position:static!important;grid-column:3;width:32px!important;height:1px!important;background:none!important}
.site-header nav .product-submenu>a{display:grid!important;grid-template-columns:32px minmax(0,1fr) 32px!important;align-items:center!important;width:100%!important;max-width:none!important;min-height:46px!important;padding:8px 10px!important;white-space:normal!important;text-align:center!important;line-height:1.2!important}.site-header nav .product-submenu>a>b{grid-column:1!important;justify-self:center}.site-header nav .product-submenu>a>span{grid-column:2!important;display:block!important;width:100%!important;justify-self:stretch!important;text-align:center!important}.site-header nav .product-submenu>a:after{grid-column:3!important}

@media (max-width:600px){
  .site-header,.site-header.scrolled{grid-template-columns:auto 1fr auto;grid-template-rows:58px 48px;min-height:118px;height:118px;padding:6px 12px;gap:0 8px}
  .brand{grid-column:1;grid-row:1}.menu-toggle{grid-column:3;grid-row:1;order:initial;justify-self:end}
  .header-actions{grid-column:1/-1;grid-row:2;display:grid;grid-template-columns:1fr 1fr;align-items:center;width:100%;gap:8px;padding-top:4px;border-top:1px solid rgba(255,255,255,.08)}
  .header-actions .language-select{width:100%;max-width:none;height:40px;padding:0 34px 0 12px;font-size:12px}
  .header-actions .theme-toggle{display:flex;width:100%;height:40px;justify-content:center;padding:0 12px;gap:8px}
  .header-actions .theme-toggle span:last-child{display:inline;font-size:12px;font-weight:800}
  .header-actions .btn{display:none}
  .site-header nav,.site-header.scrolled nav{top:118px}
  .hero-stage{top:118px;height:calc(100svh - 118px)}
}

/* Final desktop header sizing: must remain after translated-label overrides. */
@media (min-width:1500px){
  html .site-header,html .site-header.scrolled,
  html[data-locale]:not([data-locale="tr_TR"]) .site-header,
  html[data-locale]:not([data-locale="tr_TR"]) .site-header.scrolled{
    position:sticky;top:0;width:100%;max-width:none;
    grid-template-columns:245px minmax(0,1fr) auto;
    height:96px;min-height:96px;
    gap:18px;padding:8px 28px;
  }
  html .site-header nav,html .site-header.scrolled nav,
  html[data-locale]:not([data-locale="tr_TR"]) .site-header nav,
  html[data-locale]:not([data-locale="tr_TR"]) .site-header.scrolled nav{
    position:static;display:flex;flex-flow:row nowrap;
    align-items:center;justify-content:center;
    gap:clamp(10px,.8vw,16px);
    min-width:0;max-height:none;overflow:visible;
    padding:0;border:0;background:transparent;box-shadow:none;
  }
  html .site-header nav>a,html .site-header nav>.nav-products>a,
  html[data-locale]:not([data-locale="tr_TR"]) .site-header nav>a,
  html[data-locale]:not([data-locale="tr_TR"]) .site-header nav>.nav-products>a{
    width:auto;max-width:none;min-height:42px;padding:0;
    white-space:nowrap;text-align:center;
    font-size:11.5px;line-height:1;letter-spacing:0;
  }
  html .brand img,html .site-header.scrolled .brand img{width:125px;height:68px}
  html .brand-copy b{font-size:16px}html .brand-copy small{font-size:8px}
  html .header-actions{gap:10px}html .language-picker{min-width:138px}
  html .header-actions .btn.compact{min-height:44px;padding:0 17px;font-size:13px}
}

/* Final media and header corrections. */
.certificate-showcase{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.certificate-showcase article{min-width:0;min-height:420px;padding:14px;border:1px solid var(--line);background:var(--surface)}.certificate-showcase button{width:100%;height:100%;display:grid;grid-template-rows:220px 82px auto auto;justify-items:center;align-items:center;padding:0;border:0;background:transparent;color:var(--text);cursor:zoom-in;font:inherit}.certificate-showcase .certificate-thumb{width:100%;height:210px;margin:0;object-fit:contain;background:#fff;transition:.3s ease}.certificate-showcase article div{display:grid;place-items:center;width:82px;height:82px;margin:0;border:2px solid var(--red);border-radius:50%;color:var(--red);font-size:22px;font-weight:900}.certificate-showcase strong{font-size:14px}.certificate-showcase span{min-height:34px;color:var(--muted);font-size:12px;text-align:center}.certificate-showcase button:hover .certificate-thumb{transform:translateY(-3px);filter:drop-shadow(0 12px 20px rgba(0,0,0,.3))}.site-header,.header-inner,.brand,.main-nav,.header-actions{min-width:0}.header-inner{width:min(100% - 32px,1500px);margin-inline:auto}.main-nav a{white-space:nowrap;font-size:clamp(10px,.72vw,13px)}.header-actions{flex-shrink:1}.header-actions .btn{white-space:nowrap;padding-inline:clamp(10px,1vw,18px)}.page-hero h1,.section-heading h2{overflow-wrap:anywhere}.page-hero .wrap{min-width:0}html,body{max-width:100%;overflow-x:hidden}@media(max-width:1000px){.certificate-showcase{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.certificate-showcase{grid-template-columns:1fr}.certificate-showcase article{min-height:390px}}
.vehicle-search{grid-template-columns:minmax(160px,.75fr) minmax(190px,1fr) minmax(260px,1.45fr) minmax(125px,.55fr) auto}.vehicle-search label{min-width:0}.vehicle-search select,.vehicle-search input{width:100%}@media(max-width:1050px){.vehicle-search{grid-template-columns:1fr 1fr}.vehicle-search .btn{align-self:end}}@media(max-width:620px){.vehicle-search{grid-template-columns:1fr}}
.corporate-video-shell{position:relative;padding:10px}.corporate-video-close{position:absolute;z-index:3;right:20px;top:20px;width:46px;height:46px;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:rgba(3,10,17,.8);color:#fff;font-size:25px;cursor:pointer}.certificate-thumb{display:block;width:100%;height:210px;margin-bottom:14px;object-fit:contain;background:#fff}.cert-grid article:has(.certificate-thumb){padding:14px}.certificate-preview{display:block;max-width:100%;max-height:62vh;margin:0 auto 18px;object-fit:contain;background:#fff}.certificate-modal p span{display:block}.site-header .brand{overflow:visible!important}.site-header .brand img,.site-header.scrolled .brand img{width:104px!important;height:58px!important;max-width:104px!important;max-height:58px!important;padding:0!important;border-radius:0!important;background:none!important;object-fit:contain!important;filter:drop-shadow(0 0 11px rgba(227,28,37,.45))!important}

/* Clickable product technology families */
.product-family-section{background:var(--surface-2)}
.sector-groups-heading{padding-bottom:26px;background:var(--bg)}.sector-groups-heading+.media-feature{margin-top:0}.sector-groups-heading .section-heading{margin-bottom:0}
.product-family-list{display:grid;gap:12px;margin-top:34px}
.product-family{border:1px solid var(--line);border-radius:12px;background:var(--surface);overflow:hidden;transition:border-color .3s,box-shadow .3s}
.product-family[open]{border-color:rgba(227,28,37,.6);box-shadow:0 18px 45px rgba(3,12,20,.12)}
.product-family summary{display:grid;grid-template-columns:54px 120px minmax(0,1fr) auto;align-items:center;gap:18px;min-height:118px;padding:16px 24px;cursor:pointer;list-style:none}
.product-family summary::-webkit-details-marker{display:none}
.product-family summary>b{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;border:1px solid var(--red);color:var(--red);font:800 11px var(--font-geist-mono),monospace}
.product-family-thumb{width:120px;height:84px;border-radius:8px;object-fit:cover;background:var(--surface-2)}
.product-family summary>span{display:grid;gap:7px}.product-family summary strong{font-size:22px}.product-family summary small{max-width:850px;color:var(--muted);font-size:14px;line-height:1.55}
.product-family summary em{color:var(--red);font-style:normal;font-size:12px;font-weight:800;white-space:nowrap}.product-family summary em:after{content:' +';font-size:18px}.product-family[open] summary em:after{content:' −'}
.product-family-content{display:grid;grid-template-columns:1fr 1fr auto;align-items:stretch;gap:14px;padding:0 24px 24px 96px;animation:familyReveal .35s ease both}
.product-family-content article{padding:20px;border:1px solid var(--line);background:var(--surface-2)}.product-family-content h3{margin:0 0 9px;color:var(--red);font-size:14px}.product-family-content p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.product-family-content .btn{align-self:center;white-space:nowrap}
@keyframes familyReveal{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}
.certificate-showcase{grid-template-columns:repeat(4,minmax(0,1fr))}.certificate-showcase article button{width:100%;height:100%;border:0;background:transparent;color:inherit;cursor:pointer}.certificate-showcase article:hover{border-color:var(--red);transform:translateY(-5px)}
@media(max-width:980px){.product-family-content{grid-template-columns:1fr;padding-left:24px}.certificate-showcase{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.product-family summary{grid-template-columns:42px 76px 1fr;padding:14px}.product-family-thumb{width:76px;height:66px}.product-family summary>b{width:38px;height:38px}.product-family summary em{display:none}.product-family summary strong{font-size:18px}.product-family-content{padding:0 15px 15px}.certificate-showcase{grid-template-columns:1fr}}

.product-family-content{display:none}
.family-rich-detail{display:grid;grid-template-columns:220px minmax(0,1fr);gap:30px;padding:0 24px 30px;border-top:1px solid var(--line)}
.family-side-nav{position:sticky;top:112px;align-self:start;display:grid;gap:14px;margin-top:32px;padding:18px;border:1px solid var(--line);background:var(--surface-2)}.family-side-nav>strong{padding:4px 0 12px;border-bottom:1px solid var(--line);font-size:16px}.family-side-nav nav{display:grid}.family-side-nav nav a{padding:10px 6px;border-bottom:1px solid var(--line);color:var(--muted);font-size:12px;font-weight:700;line-height:1.35;transition:.2s}.family-side-nav nav a:hover{padding-left:10px;color:var(--red)}.family-back,.family-back-bottom{color:var(--red);font-size:12px;font-weight:800}.family-main{min-width:0}
.family-overview{display:grid;grid-template-columns:minmax(280px,.85fr) 1.15fr;gap:32px;padding:32px 0}
.family-overview>img{width:100%;height:310px;object-fit:cover;border:1px solid var(--line);background:var(--surface-2)}
.family-overview>div>h3{margin:8px 0 14px;font-size:34px}.family-overview>div>p:not(.eyebrow){color:var(--muted);font-size:16px;line-height:1.75}
.family-facts{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.family-facts article{display:grid;gap:8px;padding:18px;border:1px solid var(--line);background:var(--surface-2)}.family-facts b{color:var(--red);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.family-facts span{color:var(--muted);font-size:14px;line-height:1.6}
.family-series{padding-top:6px}.family-model{display:grid;grid-template-columns:54px minmax(0,1fr) 190px;align-items:start;gap:22px;padding:34px 0;border-top:1px solid var(--line);scroll-margin-top:120px}.family-model>span{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--red);border-radius:50%;color:var(--red);font:700 11px var(--font-geist-mono),monospace}.family-model h3{margin:0 0 12px;font-size:22px}.family-model p{margin:0 0 12px;color:var(--muted);font-size:14px;line-height:1.78}.family-model ul{display:grid;gap:8px;margin:16px 0 0;padding:0;list-style:none}.family-model li{padding:10px 12px;border-left:2px solid var(--red);background:var(--surface-2);color:var(--muted);font-size:13px;line-height:1.55}.family-model li b{color:var(--text)}.family-model img{width:190px;height:152px;object-fit:cover;border:1px solid var(--line)}
.family-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding-top:26px;border-top:1px solid var(--line)}.family-back-bottom{margin-left:auto}
@media(max-width:980px){.family-rich-detail{grid-template-columns:1fr;padding:0 24px 28px}.family-side-nav{position:static;margin-top:24px}.family-side-nav nav{grid-template-columns:repeat(2,minmax(0,1fr))}.family-overview{grid-template-columns:1fr}.family-overview>img{height:240px}.family-model{grid-template-columns:44px 1fr}.family-model img{display:none}}
@media(max-width:620px){.family-rich-detail{padding:0 15px 22px}.family-side-nav nav{grid-template-columns:1fr}.family-facts{grid-template-columns:1fr}.family-overview>div>h3{font-size:27px}.family-model{gap:12px}.family-actions .btn{width:100%}.family-back-bottom{margin-left:0}}

/* Locale-safe text flow without changing the page geometry. */
html[data-locale]:not([data-locale="tr_TR"]) .contact-grid{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:clamp(42px,6vw,90px)}
html[data-locale]:not([data-locale="tr_TR"]) .contact h2{font-size:clamp(42px,4.7vw,72px);line-height:1.03}
html[data-locale="ar"] .contact li{grid-template-columns:minmax(90px,auto) 1fr;text-align:right}
@media(max-width:900px){html[data-locale]:not([data-locale="tr_TR"]) .contact-grid{grid-template-columns:1fr}.contact li{grid-template-columns:90px minmax(0,1fr)}}

/* CMS-selected still image for the interactive hero. */
.hero-managed-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:none}
.hero-scroll.is-static-media{height:auto;min-height:calc(100vh - 96px)}
.hero-scroll.is-static-media .hero-stage{position:relative;top:0;height:calc(100vh - 96px);min-height:650px}
.hero-scroll.is-static-media .hero-managed-image{display:block}

/* Branded mouse follower */
.tst-cursor-layer{position:fixed!important;inset:0 auto auto 0!important;width:0!important;height:0!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;overflow:visible!important;pointer-events:none!important;z-index:2147483647!important}
.tst-cursor-layer::backdrop{display:none!important}
.tst-cursor-dot,.tst-cursor-ring{position:fixed;z-index:2147483647;left:0;top:0;pointer-events:none;opacity:0;will-change:transform;transform:translate3d(-30px,-30px,0)}
.tst-cursor-dot{width:7px;height:7px;margin:-3.5px 0 0 -3.5px;border-radius:50%;background:var(--red);box-shadow:0 0 13px rgba(237,28,36,.9);transition:opacity .18s}
.tst-cursor-ring{width:28px;height:28px;margin:-14px 0 0 -14px;border:1px solid rgba(237,28,36,.52);border-radius:50%;background:rgba(237,28,36,.04);transition:width .2s,height .2s,margin .2s,background .2s,border-color .2s,opacity .18s}
.tst-cursor-dot.visible,.tst-cursor-ring.visible{opacity:1}.tst-cursor-ring.active{width:42px;height:42px;margin:-21px 0 0 -21px;border-color:rgba(237,28,36,.82);background:rgba(237,28,36,.12)}
@media(hover:hover) and (pointer:fine){html,body,body *{cursor:none!important}}
@media(hover:none),(pointer:coarse){.tst-cursor-layer,.tst-cursor-dot,.tst-cursor-ring{display:none!important}}


/* 2026-08 clean navigation and header alignment */
.site-header .brand{display:flex;align-items:center;gap:10px;min-width:170px;overflow:visible}
.site-header .brand img,.site-header.scrolled .brand img{width:104px!important;height:58px!important;max-width:104px!important;max-height:58px!important;padding:0!important;border-radius:0!important;background:none!important;object-fit:contain;object-position:left center;filter:drop-shadow(0 0 13px rgba(227,28,37,.38))!important}
.site-header .brand-copy{align-content:center;gap:3px}
.site-header .brand-copy b{font-size:16px}.site-header .brand-copy small{font-size:8px}
.site-header nav{gap:clamp(10px,1vw,17px)}
.header-quote-btn{background:var(--red)!important;border-color:var(--red)!important;color:#fff!important}
.header-quote-btn:hover{background:#bb1119!important}
.dual-product-gallery{display:none!important}
@media(max-width:1360px){.site-header .brand{min-width:125px}.site-header .brand img,.site-header.scrolled .brand img{width:86px!important;height:50px!important}.site-header .brand-copy{display:none}.site-header nav{gap:9px}.site-header nav a{font-size:11px}}
@media(max-width:850px){.site-header .brand{min-width:0}.site-header .brand img,.site-header.scrolled .brand img{width:78px!important;height:46px!important}.header-quote-btn{width:100%}}

/* End fittings product headings: content/images can be added later from CMS. */
#baglantilar .family-overview{grid-template-columns:1fr}
#baglantilar .family-overview>img{display:none}
#baglantilar .family-model--heading{grid-template-columns:54px minmax(0,1fr);align-items:center;padding:20px 0}
#baglantilar .family-model--heading h3{margin:0;font-size:20px}
#baglantilar .family-model--heading p,#baglantilar .family-model--heading ul,#baglantilar .family-model--heading img{display:none}


/* 2026-08-03 v2: Amortisör Tasarla ana CTA */
.header-actions .header-quote-btn{display:inline-flex!important;background:var(--red)!important;border-color:var(--red)!important;color:#fff!important;white-space:nowrap}
@media(max-width:1450px){.header-actions .header-catalog-btn{display:none!important}}
@media(max-width:850px){.header-actions .header-quote-btn{display:inline-flex!important;width:100%!important;grid-column:1/-1}}
