:root {
--c-black:    #131417;
    --c-coal:     #1a1d22;
    --c-graphite: #262626;
    --c-red:      #9b111e;
    --c-red-dark: #701018;
    --c-gray:     #737373;
    
    --c-text-muted: #3d3d3d;
    
    --c-text-eyebrow: #6e1420;
    --c-light:    #f5f5f5;
    --c-white:    #ffffff;

    --c-topbar-bg:  #1e1e1e;
    --c-footer-bg:  #131417;
    --c-footer-text:        rgba(255, 255, 255, 0.85);
    --c-footer-text-muted:  rgba(255, 255, 255, 0.72);
    --c-footer-text-subtle: rgba(255, 255, 255, 0.65);
    --c-footer-accent:      #f87171;
    --c-header-bg-glass: rgba(34, 39, 46, .2);
    --c-header-bg-scrolled: rgba(10, 13, 19, .92);
    --c-main-bg:    #ffffff;
    --c-text:       #1a1d22;
    --c-newsletter-bg: #9b111e;
    --c-hero-bg:    #05080e;
    --c-cta-accent: #701018;
    --c-cta-glow:   rgba(112, 16, 24, .18);
    --c-surface:    #f6f7f9;
    --c-border:     #eef0f3;
    --c-topbar-accent: #f87171;
    --c-outline-btn: #131417;
    --c-eyebrow-bg: rgba(127, 29, 29, 0.09);
    --c-eyebrow-border: rgba(127, 29, 29, 0.18);
    --header-h:           92px;
    --topbar-h:           38px;
    
    --header-glass-pad-y: 14px;
    --header-stick-total: calc(var(--header-h) + 2 * var(--header-glass-pad-y));

    --radius-sm:  6px;
    --radius:     10px;
    --radius-lg:  16px;

    --shadow-sm:  0 2px 8px rgba(0,0,0,.06);
    --shadow:     0 8px 24px rgba(0,0,0,.10);
    --shadow-lg:  0 20px 60px rgba(0,0,0,.20);

    --transition: 250ms cubic-bezier(.4,0,.2,1);
}

* {
box-sizing: border-box;
}

html {
scroll-behavior: smooth; -webkit-text-size-adjust: 100%;
}

body {
position: relative;
    margin: 0;
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--c-text);
    background: var(--c-black);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;

    
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
display: block;
    margin: 0;
    padding: 0;
    
    flex: 1 0 auto;
    background: var(--c-main-bg);
}

img, svg, video {
max-width: 100%; height: auto; display: block;
}

a {
color: inherit; text-decoration: none;
}

button {
font: inherit; cursor: pointer; background: none; border: 0; color: inherit;
}

input, textarea, select {
font: inherit;
}

.container {
width: 100%;
    max-width: 1240px;
    margin-inline: auto;
    padding-inline: 1rem;
}

@media (min-width: 640px) {
  .container {
padding-inline: 1.5rem;
}
}

@media (min-width: 1024px) {
  .container {
padding-inline: 2rem;
}
}

.io-scroll-gate {
position: absolute; left: 0; width: 1px; height: 1px;
    margin: 0; padding: 0; overflow: hidden; white-space: nowrap; border: 0;
    clip: rect(0, 0, 0, 0); clip-path: inset(50%);
    pointer-events: none; user-select: none; visibility: hidden;
}

.io-scroll-gate[data-scroll-gate="20"] {
top: 20px;
}

.io-scroll-gate[data-scroll-gate="400"] {
top: 400px;
}

.sr-only {
position: absolute !important; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0);
    white-space: nowrap; border: 0;
}

.skip-link {
position: absolute; top: -100px; left: 1rem; z-index: 9999;
    background: var(--c-red); color: var(--c-white);
    padding: .75rem 1.25rem; border-radius: var(--radius-sm);
    font-weight: 600;
    transition: top var(--transition);
}

.skip-link:focus {
top: 1rem;
}

body.no-scroll {
overflow: hidden;
}

.is-invalid {
outline: 2px solid var(--c-red) !important; outline-offset: 1px;
}

.btn-primary, .btn-outline, .btn-ghost {
display: inline-flex; align-items: center; justify-content: center;
    gap: .5rem; padding: .75rem 1.5rem;
    font-weight: 600; font-size: .95rem; line-height: 1;
    border-radius: var(--radius-sm); border: 2px solid transparent;
    transition: all var(--transition); white-space: nowrap; cursor: pointer;
    letter-spacing: .01em;
}

.btn-primary {
background: var(--c-red); color: var(--c-white);
    box-shadow: 0 4px 14px rgba(155,17,30,.25);
}

.btn-primary:hover {
background: var(--c-red-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(155,17,30,.40);
}

.btn-outline {
border-color: var(--c-outline-btn); color: var(--c-outline-btn); background: transparent;
}

.btn-outline:hover {
background: var(--c-outline-btn); color: var(--c-white); transform: translateY(-2px);
}

.btn-lg {
padding: .95rem 1.85rem; font-size: 1rem;
}

.btn-xl {
padding: 1.1rem 2.25rem; font-size: 1.05rem;
}

.section-header {
text-align: center;
    max-width: 720px;
    margin: 0 auto 3rem;
}

.section-header--small {
margin-bottom: 2rem;
}

.section-eyebrow {
display: inline-block;
    font-size: .8rem; font-weight: 700; letter-spacing: .14em;
    text-transform: uppercase;
    color: #000000;
    padding: .35rem .85rem;
    background: var(--c-eyebrow-bg);
    border: 1px solid var(--c-eyebrow-border);
    border-radius: 999px; margin-bottom: 1rem;
}

.section-title {
font-family: 'Space Grotesk', Inter, sans-serif;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 700; color: var(--c-black);
    margin: 0 0 1rem; line-height: 1.15;
    letter-spacing: -.02em;
}

.section-text {
color: var(--c-text-muted); font-size: 1.05rem; margin: 0;
}

[class^="flag-"] {
display: inline-block; width: 18px; height: 12px;
    border-radius: 2px; overflow: hidden;
    box-shadow: 0 0 0 1px rgba(255,255,255,.10);
    flex-shrink: 0;
}

.flag-tr { background: #e30a17 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 20'><circle cx='12' cy='10' r='4.5' fill='%23fff'/><circle cx='13.2' cy='10' r='3.6' fill='%23e30a17'/><polygon points='17.5,10 14.7,11.5 14.7,8.5' fill='%23fff'/></svg>") center/cover no-repeat; }
.flag-en { background: linear-gradient(180deg, #012169 33%, #fff 33% 66%, #c8102e 66%); position: relative; }
.flag-en::before { content: ''; position: absolute; inset: 0; background:
    linear-gradient(45deg, transparent 45%, #fff 45% 55%, transparent 55%),
    linear-gradient(-45deg, transparent 45%, #fff 45% 55%, transparent 55%); }
.flag-de { background: linear-gradient(180deg, #000 33%, #dd0000 33% 66%, #ffce00 66%); }
.flag-ar { background: linear-gradient(180deg, #ce1126 33%, #fff 33% 66%, #000 66%); }

.site-header {
position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;

    padding-block: var(--header-glass-pad-y);

    
    background: var(--c-header-bg-glass);
    backdrop-filter: blur(12px) saturate(110%);
    -webkit-backdrop-filter: blur(12px) saturate(110%);

    transform: translateZ(0);
    will-change: background-color, backdrop-filter;
    transition: background-color .28s ease, box-shadow .28s ease;
    contain: layout style;
}

.site-header.is-scrolled {
background: var(--c-header-bg-scrolled);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .32);
}

.header-topbar {
position: relative;
    z-index: 102;
    min-height: var(--topbar-h);
    background: var(--c-topbar-bg);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .78);
    font-size: .73rem;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.topbar-inner {
min-height: var(--topbar-h);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.topbar-utility {
display: inline-flex;
    align-items: center;
    gap: .7rem;
    margin-left: auto;
}

.topbar-mini {
display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: rgba(255, 255, 255, .82);
    font-weight: 500;
    transition: color .2s ease;
}

.topbar-mini:hover {
color: #fff;
}

.topbar-mini svg {
color: var(--c-topbar-accent);
}

.header-topbar .lang-switcher {
position: relative;
}

.header-topbar .lang-toggle {
display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .14rem .42rem;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: transparent;
    color: rgba(255, 255, 255, .9);
    font-size: .7rem;
    transition: background .2s ease, border-color .2s ease;
}

.header-topbar .lang-toggle:hover {
background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .28);
}

.header-topbar .lang-code {
font-weight: 600; letter-spacing: .08em;
}

.header-topbar .lang-dropdown {
position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 168px;
    margin: 0;
    padding: .32rem;
    list-style: none;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(10, 14, 22, .96);
    box-shadow: 0 18px 36px rgba(0, 0, 0, .4);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: all .2s ease;
    z-index: 150;
}

.header-topbar .lang-switcher.is-open .lang-dropdown {
opacity: 1; pointer-events: auto; transform: translateY(0);
}

.header-topbar .lang-dropdown a {
display: flex;
    align-items: center;
    gap: .6rem;
    padding: .46rem .6rem;
    border-radius: 7px;
    color: rgba(255, 255, 255, .9);
    font-size: .8rem;
}

.header-topbar .lang-dropdown a:hover {
background: rgba(255, 255, 255, .08);
}

.header-main {
height: var(--header-h);
    display: flex;
    align-items: center;
}

.header-inner {
width: 100%;
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.header-island {
display: inline-flex;
    align-items: center;
}

.header-island--nav {
margin-left: auto;
    padding: .28rem .38rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    
    box-shadow: 0 6px 18px rgba(0, 0, 0, .12), inset 0 1px 0 rgba(255, 255, 255, .08);
    transition: background-color .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.site-header.is-scrolled .header-island--nav {
background: rgba(255, 255, 255, .07);
    border-color: rgba(255, 255, 255, .14);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .1);
}

.header-logo, .footer-logo {
display: inline-flex;
    align-items: center;
    gap: .62rem;
}

.header-logo .logo-image,
.footer-logo .logo-image {
display: block;
    height: clamp(40px, 5.5vw, 52px);
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.footer-logo .logo-image {
height: clamp(36px, 4.4vw, 48px);
}

.mobile-menu-toggle {
display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--c-red);
    color: #fff;
    border: 1px solid rgba(255,255,255,.22);
    box-shadow: 0 8px 18px rgba(155, 17, 30, .28);
}

.mobile-nav-drawer {
display: none;
}

.nav-sep {
display: inline-block;
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, .22);
    margin: 0 .4rem 0 .55rem;
    flex-shrink: 0;
}

.header-island--nav .nav-list {
margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 2px;
}

.site-header .nav-link {
position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 .88rem;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: .78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .78);
    white-space: nowrap;
    transition: color .2s ease, background .2s ease;
}

.site-header .nav-link::after {
content: '';
    position: absolute;
    left: .88rem; right: .88rem;
    bottom: 5px;
    height: 2px;
    border-radius: 2px;
    background: var(--c-red);
    opacity: 0;
    transform: scaleX(0);
    transition: opacity .2s ease, transform .22s ease;
}

.site-header .nav-link:hover {
color: #fff;
}

.site-header .nav-link.is-active {
color: #fff;
}

.site-header .nav-link.is-active::after {
opacity: 1;
    transform: scaleX(1);
}

.nav-item--products {
position: relative;
}

.mega-products {
position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    width: min(860px, 78vw);
    padding: 1.15rem 1.15rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(26, 26, 26, .96);
    box-shadow: 0 20px 46px rgba(0, 0, 0, .28);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    z-index: 120;
}

.mega-products::before {
content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    height: 20px;
}

.nav-item--products:hover .mega-products,
.nav-item--products:focus-within .mega-products,
.nav-item--products.is-open .mega-products {
opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.mega-products__col {
display: flex;
    flex-direction: column;
    gap: .34rem;
}

.mega-products__title {
color: #fff;
    font-weight: 700;
    font-size: .96rem;
    padding-bottom: .4rem;
    margin-bottom: .2rem;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.mega-products__col a {
font-size: .88rem;
    line-height: 1.3;
    transition: color .18s ease, background .18s ease;
}

.mega-products__col a:not(.mega-products__title) {
display: block;
    color: rgba(255,255,255,.58);
    padding: .3rem .5rem;
    margin: 0 -.25rem;
    border-radius: 8px;
}

.mega-products__col a:not(.mega-products__title):hover {
color: rgba(255,255,255,.88);
    background: rgba(255,255,255,.055);
}

.nav-item--has-children {
position: relative;
}

.nav-dropdown {
position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    min-width: 200px;
    margin: 0;
    padding: .5rem 0;
    list-style: none;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(26, 26, 26, .96);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .28);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    z-index: 120;
}

.nav-dropdown::before {
content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    height: 20px;
}

.nav-item--has-children:hover .nav-dropdown,
.nav-item--has-children:focus-within .nav-dropdown,
.nav-item--has-children.is-open .nav-dropdown {
opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.nav-dropdown li {
list-style: none;
    margin: 0;
}

.nav-dropdown li a {
display: block;
    padding: .55rem 1.05rem;
    color: rgba(255,255,255,.78);
    font-size: .85rem;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
    transition: background .16s ease, color .16s ease;
}

.nav-dropdown li a:hover {
background: rgba(255,255,255,.06);
    color: #fff;
}

@media (max-width: 991px) {
  .nav-dropdown {
display: none;
}
}

.header-island--nav .icon-btn {
width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: rgba(255, 255, 255, .82);
    flex-shrink: 0;
    transition: all .2s ease;
}

.header-island--nav .icon-btn:hover {
color: #fff;
    background: rgba(255, 255, 255, .1);
}

@media (max-width: 1023px) {
  .header-inner {
gap: .6rem;
}
  .site-header .nav-link {
padding: 0 .6rem; font-size: .74rem;
}
}

@media (max-width: 767px) {
  .header-topbar {
background: rgba(30, 30, 30, .9);
        border-bottom: 1px solid rgba(255, 255, 255, .08);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
}
  .site-header {
padding-block: 8px;
}
  .header-main {
height: auto; min-height: 64px;
}
  .header-inner {
flex-direction: row; align-items: center; justify-content: space-between; gap: .5rem;
}
  .header-logo {
justify-content: flex-start; width: auto;
}
  .header-logo .logo-image {
height: clamp(36px, 9vw, 44px);
}
  .header-island--nav {
display: none;
}
  .mobile-menu-toggle {
display: inline-flex;
}
  .mobile-nav-drawer {
position: fixed;
        inset: 0;
        z-index: 180;
        display: block;
        pointer-events: none;
        opacity: 0;
        background: rgba(0, 0, 0, .42);
        transition: opacity .2s ease;
}
  .mobile-nav-drawer.is-open {
pointer-events: auto;
        opacity: 1;
}
  .mobile-nav {
position: absolute;
        left: 50%;
        top: calc(var(--topbar-h) + var(--header-stick-total) + 8px);
        transform: translateX(-50%) translateY(8px);
        width: min(94vw, 460px);
        height: auto;
        max-height: calc(100dvh - (var(--topbar-h) + var(--header-stick-total) + 20px));
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: pan-y;
        pointer-events: auto;
        background: rgba(26, 26, 26, .96);
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 10px;
        padding: 3.45rem .75rem .75rem;
        transition: transform .24s ease, opacity .24s ease;
        opacity: 0;
        display: flex;
        flex-direction: column;
        gap: .3rem;
        min-height: 0;
}
  .mobile-nav > a,
    .mobile-nav > .mobile-submenu {
flex-shrink: 0;
}
  .mobile-nav-drawer.is-open .mobile-nav {
transform: translateX(-50%) translateY(0);
        opacity: 1;
}
  .mobile-nav a {
padding: .78rem .9rem;
        border-radius: 0;
        color: rgba(255,255,255,.92);
        font-weight: 700;
        font-size: .95rem;
        letter-spacing: .02em;
        text-transform: uppercase;
        border: 0;
}
  .mobile-nav a.is-active,
    .mobile-nav a[aria-current="page"] {
background: var(--c-red);
        color: #fff;
}
  .mobile-nav .mobile-submenu-title,
    .mobile-nav .mobile-submenu-item {
text-transform: none;
        letter-spacing: 0;
        border-radius: 0;
}
  .mobile-nav-close {
position: absolute;
        top: .52rem;
        right: .58rem;
        width: 34px;
        height: 34px;
        border-radius: 8px;
        color: #fff;
        background: rgba(255,255,255,.08);
        border: 1px solid rgba(255,255,255,.16);
}
  .mobile-submenu {
border-radius: 0;
        overflow: visible;
        margin-bottom: .15rem;
}
  .mobile-submenu-toggle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .75rem;
        text-align: left;
        padding: .78rem .9rem;
        border-radius: 0;
        color: rgba(255,255,255,.92);
        font-size: .95rem;
        font-weight: 700;
        letter-spacing: .02em;
        text-transform: uppercase;
        border: 0;
        background: transparent;
    }
  .mobile-submenu-toggle.is-active {
background: var(--c-red);
        color: #fff;
}
  .mobile-submenu-toggle svg {
transition: transform .2s ease;
}
  .mobile-submenu-toggle[aria-expanded="true"] svg {
transform: rotate(180deg);
}
  .mobile-submenu-panel {
        display: none;
        margin: 0;
        padding: .25rem 0 .35rem;
        max-height: none;
        overflow: visible;
    }
  .mobile-submenu-panel.is-open {
display: block;
        max-height: min(52vh, 360px);
        max-height: min(52dvh, 360px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: pan-y;
}
  .mobile-submenu-group {
margin: 0; padding: .35rem 0 .25rem;
}
  .mobile-submenu-title {
display: block;
        color: #fff;
        font-weight: 600;
        font-size: 1rem;
        padding: .55rem .9rem .4rem;
        line-height: 1.25;
        text-decoration: none;
}
  .mobile-nav .mobile-submenu-item {
display: block;
        margin: 0;
        padding: .55rem .9rem .55rem 1.4rem;
        color: rgba(255, 255, 255, .55);
        font-size: .85rem;
        font-weight: 400;
        line-height: 1.3;
        position: relative;
        border: 0;
        text-decoration: none;
}
  .mobile-nav .mobile-submenu-item::after {
content: '';
        position: absolute;
        left: 1.4rem;
        right: .9rem;
        bottom: 0;
        height: 1px;
        background: rgba(255, 255, 255, .14);
}
  .mobile-submenu-group .mobile-submenu-item:last-child::after {
display: none;
}
  .mega-products {
display: none;
}
  .footer-col--brand,
    .footer-grid > .footer-col:nth-child(2),
    .footer-grid > .footer-col:nth-child(3) {
display: none;
}
  .footer-grid {
grid-template-columns: 1fr;
}
}

body {
padding-top: 0;
}

.search-overlay {
position: fixed; inset: 0; z-index: 200;
    background: rgba(19,20,23,.96); color: var(--c-white);
    display: grid; place-items: center;
    opacity: 0; pointer-events: none;
    transition: opacity var(--transition);
}

.search-overlay.is-open {
opacity: 1; pointer-events: auto;
}

.search-close {
position: absolute; top: 2rem; right: 2rem;
    color: var(--c-white);
    transition: transform var(--transition);
}

.search-close:hover {
transform: rotate(90deg); color: var(--c-red);
}

.search-form {
width: min(92%, 720px);
    display: flex; align-items: center; gap: 1rem;
    border-bottom: 2px solid var(--c-white);
    padding: .5rem 0;
}

.search-form input {
flex: 1; background: transparent; border: 0; outline: 0;
    color: var(--c-white); font-size: clamp(1.25rem, 3vw, 1.75rem);
    padding: .5rem 0;
}

.search-form input::placeholder {
color: rgba(255,255,255,.5);
}

.search-form button {
color: var(--c-white); transition: color var(--transition);
}

.search-form button:hover {
color: var(--c-red);
}

.sr-page {
background: #fff;
    padding: clamp(2.4rem, 6vw, 4.5rem) 0 clamp(3rem, 7vw, 5rem);
}

.sr-head {
max-width: 880px;
    margin: 0 auto clamp(2rem, 5vw, 3.4rem);
    text-align: center;
}

.sr-head__eyebrow {
display: inline-block;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .22em;
    color: var(--c-red);
    margin-bottom: .9rem;
}

.sr-head__title {
font-size: clamp(1.7rem, 4.5vw, 2.6rem);
    font-weight: 700;
    line-height: 1.15;
    color: #0a0d13;
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
}

.sr-head__title em {
font-style: normal;
    color: var(--c-red);
    font-weight: 700;
}

.sr-head__meta {
margin: 0;
    color: #64748b;
    font-size: .96rem;
    line-height: 1.55;
}

.sr-head__meta strong {
color: #0a0d13; font-weight: 600;
}

.sr-empty {
max-width: 520px;
    margin: 0 auto;
    text-align: center;
    color: #64748b;
    padding: clamp(2rem, 5vw, 3rem) 1rem 0;
}

.sr-empty__icon {
width: 64px; height: 64px;
    margin: 0 auto 1.2rem;
    border-radius: 50%;
    display: grid; place-items: center;
    background: var(--c-surface);
    color: #cbd5e1;
}

.sr-empty p {
margin: 0;
    font-size: 1rem;
    line-height: 1.6;
}

.sr-empty strong {
color: #0a0d13; font-weight: 600;
}

.sr-empty__hint {
margin-top: 1rem !important;
    font-size: .85rem;
    color: #94a3b8;
}

.sr-section + .sr-section {
margin-top: clamp(2.4rem, 5vw, 3.6rem);
}

.sr-section__head {
display: flex; align-items: baseline; justify-content: space-between;
    gap: 1rem;
    padding-bottom: .9rem;
    margin-bottom: 1.4rem;
    border-bottom: 1px solid var(--c-border);
}

.sr-section__title {
margin: 0;
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: #0a0d13;
}

.sr-section__count {
font-size: .78rem;
    font-weight: 500;
    color: #94a3b8;
    letter-spacing: .04em;
}

.sr-list {
list-style: none;
    margin: 0; padding: 0;
}

.sr-row + .sr-row {
border-top: 1px solid var(--c-border);
}

.sr-row__link {
display: flex; align-items: center; gap: 1.2rem;
    padding: 1.1rem 0;
    text-decoration: none;
    color: inherit;
    transition: padding-left .25s ease;
}

.sr-row__link:hover {
padding-left: .55rem;
}

.sr-row__link:hover .sr-row__title {
color: var(--c-red);
}

.sr-row__thumb {
flex-shrink: 0;
    width: 64px; height: 64px;
    border-radius: 6px;
    background: var(--c-surface);
    overflow: hidden;
    display: grid; place-items: center;
}

.sr-row__thumb img {
width: 100%; height: 100%;
    object-fit: cover;
}

.sr-row__thumb--contain img {
object-fit: contain; padding: 6px;
}

.sr-row__main {
flex: 1;
    min-width: 0;
    display: flex; flex-direction: column; gap: .25rem;
}

.sr-row__type {
font-size: .7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #94a3b8;
}

.sr-row__type b {
color: var(--c-red);
    font-weight: 700;
}

.sr-row__title {
font-size: 1.08rem;
    font-weight: 600;
    color: #0a0d13;
    line-height: 1.35;
    margin: 0;
    transition: color .15s ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sr-row__excerpt {
font-size: .9rem;
    color: #64748b;
    line-height: 1.5;
    margin: .15rem 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sr-row__chev {
flex-shrink: 0;
    color: #cbd5e1;
    transition: color .15s ease, transform .25s ease;
}

.sr-row__link:hover .sr-row__chev {
color: var(--c-red);
    transform: translateX(4px);
}

@media (max-width: 540px) {
  .sr-row__thumb {
width: 52px; height: 52px;
}
  .sr-row__title {
font-size: .98rem;
}
  .sr-row__excerpt {
-webkit-line-clamp: 1;
}
  .sr-row__chev {
display: none;
}
}

.features {
padding: 6rem 0 5rem;
    background: var(--c-white);
    position: relative;
    overflow: hidden;
}

.features::before {
content: '';
    position: absolute; inset: 0;
    background-image:
        radial-gradient(circle at 85% 15%, rgba(155, 17, 30, 0.05) 0%, transparent 45%),
        radial-gradient(circle at 15% 90%, rgba(0, 0, 0, 0.03) 0%, transparent 50%),
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'><path d='M0 59h60M59 0v60' fill='none' stroke='rgba(0,0,0,0.025)' stroke-width='1'/></svg>");
    pointer-events: none;
}

.features .section-title {
font-size: clamp(calc(1.75rem / 2), calc(3.5vw / 2), calc(2.5rem / 2));
}

.features-grid {
display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    background: transparent;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    counter-reset: feature-counter;
    position: relative;
    z-index: 1;
}

.feature-card {
position: relative;
    padding: 2.25rem 1.75rem 2rem;
    background: var(--c-white);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 18px;
    text-align: left;
    overflow: hidden;
    isolation: isolate;
    counter-increment: feature-counter;
    
    transform: translateZ(0);
    transition: transform 350ms cubic-bezier(.4, 0, .2, 1),
                background-color 350ms cubic-bezier(.4, 0, .2, 1),
                border-color 350ms cubic-bezier(.4, 0, .2, 1),
                box-shadow 350ms cubic-bezier(.4, 0, .2, 1);
}

.feature-card:hover {
will-change: transform, box-shadow;
}

.feature-card::before {
content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 4px;
    background: var(--c-red);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 400ms cubic-bezier(.4, 0, .2, 1);
}

.feature-card::after {
content: counter(feature-counter, decimal-leading-zero);
    position: absolute;
    top: 1.25rem; right: 1.5rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.04em;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.10);
    transition: all 400ms cubic-bezier(.4, 0, .2, 1);
    pointer-events: none;
}

.feature-card:hover {
background: var(--c-black);
    border-color: var(--c-black);
    color: var(--c-white);
    transform: translateY(-10px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.30);
}

.feature-card:hover::before {
transform: scaleY(1);
}

.feature-card:hover::after {
-webkit-text-stroke: 0;
    color: var(--c-red);
}

.feature-icon {
position: relative;
    width: 60px; height: 60px;
    margin: 0 0 2.5rem 0;
    display: grid; place-items: center;
    background: rgba(155, 17, 30, 0.08);
    color: var(--c-red);
    border-radius: 14px;
    transition: all 400ms cubic-bezier(.4, 0, .2, 1);
}

.feature-icon::before {
content: '';
    position: absolute;
    inset: -7px;
    border: 1.5px dashed rgba(155, 17, 30, 0.20);
    border-radius: 18px;
    opacity: 0;
    transform: scale(.85) rotate(-15deg);
    transition: all 500ms cubic-bezier(.4, 0, .2, 1);
}

.feature-icon svg {
width: 28px; height: 28px;
}

.feature-card:hover .feature-icon {
background: var(--c-red);
    color: var(--c-white);
    transform: rotate(-6deg);
    box-shadow: 0 10px 25px rgba(155, 17, 30, 0.45);
}

.feature-card:hover .feature-icon::before {
opacity: 1;
    transform: scale(1) rotate(0);
    border-color: rgba(155, 17, 30, 0.45);
    animation: spin-slow 12s linear infinite;
}

.feature-title {
font-family: 'Space Grotesk', sans-serif;
    font-size: 1.25rem; font-weight: 700;
    margin: 0 0 .65rem;
    color: var(--c-black);
    line-height: 1.25;
    letter-spacing: -.01em;
    transition: color var(--transition);
}

.feature-card:hover .feature-title {
color: var(--c-white);
}

.feature-text {
color: var(--c-gray);
    font-size: .94rem;
    margin: 0 0 1.25rem;
    transition: color var(--transition);
}

.feature-card:hover .feature-text {
color: rgba(255, 255, 255, 0.72);
}

.feature-card .feature-arrow {
display: inline-flex; align-items: center; gap: .4rem;
    font-size: .82rem; font-weight: 600;
    color: var(--c-red);
    opacity: 0;
    transform: translateX(-6px);
    transition: all 350ms cubic-bezier(.4, 0, .2, 1);
}

.feature-card:hover .feature-arrow {
opacity: 1;
    transform: translateX(0);
}

.page-header {
background: linear-gradient(180deg, #f5f7fa 0%, #eef2f6 100%);
    color: #0f172a;
    padding: 4rem 0 2.5rem;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e2e8f0;
}

.page-header::before {
content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(148, 163, 184, .14) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, .14) 1px, transparent 1px);
    background-size: 26px 26px;
    mask-image: radial-gradient(ellipse at 50% 35%, #000 28%, transparent 88%);
    -webkit-mask-image: radial-gradient(ellipse at 50% 35%, #000 28%, transparent 88%);
    opacity: .45;
    pointer-events: none;
}

.page-header > .container {
position: relative; z-index: 1;
}

.breadcrumb {
display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.2rem 0.7rem;
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-transform: uppercase;
    color: #94a3b8;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.breadcrumb a {
color: #94a3b8;
    text-decoration: none;
    transition: color .2s ease;
}

.breadcrumb a:hover {
color: var(--c-red, #9b111e);
}

.breadcrumb a::after {
display: none;
    content: none;
}

.breadcrumb svg {
display: none;
}

.breadcrumb [aria-current="page"] {
font-weight: 600;
    color: #475569;
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: currentColor;
}

.breadcrumb__sep {
display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    flex-shrink: 0;
    user-select: none;
    pointer-events: none;
    color: #cbd5e1;
    font-size: inherit;
}

.breadcrumb__sep::before {
content: '>';
    display: inline;
    width: auto;
    height: auto;
    border: 0;
    transform: none;
    color: #cbd5e1;
}

@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }

  .page-header--minimal:not(:has(.product-bc-bar__nav)) {
    display: none;
  }

  .page-header--minimal:has(.product-bc-bar__nav) {
    padding: 0.85rem 0;
  }

  .page-header--minimal:has(.product-bc-bar__nav) .container {
    display: none;
  }
}

.products-listing {
padding: 4rem 0 5rem;
    background: var(--c-white);
}

.products-listing__head {
margin-bottom: 1.35rem;
}

.products-listing__title {
margin: 0;
    font-family: 'Space Grotesk', Inter, sans-serif;
    font-size: clamp(1.45rem, 2.35vw, 2rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #111827;
}

.filter-bar {
display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ebebeb;
}

.filter-tabs {
display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.filter-tab {
display: inline-flex;
    align-items: center;
    padding: .55rem 1.15rem;
    font-size: .88rem;
    font-weight: 600;
    color: var(--c-coal);
    background: var(--c-light);
    border-radius: 999px;
    border: 1px solid transparent;
    transition: all var(--transition);
}

.filter-tab:hover {
background: rgba(155, 17, 30, 0.08);
    color: var(--c-red);
}

.filter-tab.is-active {
background: var(--c-black);
    color: var(--c-white);
    border-color: var(--c-black);
}

.filter-meta {
font-size: .88rem;
    color: var(--c-gray);
}

.filter-count strong {
color: var(--c-black); font-weight: 700;
}

@media (min-width: 768px) {
  .filter-bar {
flex-direction: row;
        align-items: center;
}
}

.product-grid--listing {
margin-bottom: 3rem;
    
    contain: layout style;
}

.pagination {
display: flex;
    justify-content: center;
    align-items: center;
    gap: .35rem;
    margin-top: 1rem;
}

.page-num, .page-arrow {
    width: 42px; height: 42px;
    display: grid; place-items: center;
    font-size: .9rem;
    font-weight: 600;
    color: var(--c-coal);
    background: var(--c-white);
    border: 1px solid #ebebeb;
    border-radius: 10px;
    transition: all var(--transition);
}

.page-num:hover, .page-arrow:hover:not(.is-disabled) {
border-color: var(--c-red);
    color: var(--c-red);
    transform: translateY(-2px);
}

.page-num.is-active {
background: var(--c-black);
    color: var(--c-white);
    border-color: var(--c-black);
}

.page-arrow.is-disabled {
opacity: .35;
    pointer-events: none;
}

.empty-state {
text-align: center;
    padding: 4rem 1rem;
    background: var(--c-light);
    border-radius: var(--radius-lg);
}

.empty-state svg {
margin: 0 auto 1.5rem;
    color: var(--c-gray);
    opacity: .5;
}

.empty-state h2 {
font-family: 'Space Grotesk', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 .5rem;
    color: var(--c-black);
}

.empty-state p {
color: var(--c-gray);
    margin: 0 0 1.75rem;
    font-size: .95rem;
}

.products {
padding: 5rem 0; background: var(--c-light);
}

.tabs-nav {
display: flex; flex-wrap: wrap; justify-content: center;
    gap: .5rem; margin-bottom: 3rem;
    padding: .5rem;
    background: var(--c-white);
    border-radius: 999px;
    width: fit-content; margin-inline: auto;
    box-shadow: var(--shadow-sm);
}

.tab-btn {
padding: .8rem 1.6rem;
    font-size: .92rem; font-weight: 600;
    color: var(--c-coal);
    border-radius: 999px;
    transition: all var(--transition);
}

.tab-btn:hover {
color: var(--c-red);
}

.tab-btn.is-active {
background: var(--c-black); color: var(--c-white);
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
}

.tab-panel {
display: none;
}

.tab-panel.is-active {
display: block; animation: fadeInUp .5s ease-out;
}

.product-grid {
display: grid; grid-template-columns: 1fr;
    gap: 1.5rem;
}

.product-card {
background: var(--c-white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all var(--transition);
    border: 1px solid transparent;
}

.product-card.is-hidden,
.product-card[hidden] {
display: none !important;
}

.product-card:hover {
transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--c-red);
}

.product-media {
position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    
    background: var(--c-surface);
    
    padding: 14px;
}

.product-media img {
width: 100%; height: 100%;
    
    object-fit: contain;
    object-position: center;
    transition: transform 600ms ease;
}

.product-card:hover .product-media img {
transform: scale(1.04);
}

.product-media__placeholder {
width: 100%; height: 100%;
    display: grid; place-items: center;
    background: linear-gradient(135deg, #e2e8f0 0%, #f1f5f9 100%);
    color: #94a3b8;
}

.category-description {
font-size: .94rem;
    line-height: 1.65;
    color: #475569;
    max-width: 760px;
    margin: 0 0 1.75rem;
}

.product-badge {
position: absolute; top: 1rem; left: 1rem;
    padding: .35rem .75rem;
    background: var(--c-white); color: var(--c-black);
    font-size: .7rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: .08em;
    border-radius: var(--radius-sm);
    z-index: 2;
}

.product-body {
padding: 1.25rem 1.25rem 1.5rem;
    display: flex; flex-direction: column; gap: .75rem;
}

.product-title {
font-family: 'Space Grotesk', sans-serif;
    font-size: .95rem; font-weight: 700;
    margin: 0; color: var(--c-black);
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    max-width: 100%;
}

.product-title a {
display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
    vertical-align: bottom;
    transition: color var(--transition);
}

.product-title a:hover {
color: var(--c-red);
}

.products .product-title {
font-size: calc(.95rem - 1px);
}

.product-cta {
display: inline-flex; align-items: center; gap: .4rem;
    color: var(--c-red); font-size: .85rem; font-weight: 600;
    text-decoration: none;
    transition: gap var(--transition), color var(--transition);
    align-self: flex-start;
}

.product-cta:hover {
color: var(--c-black);
}

.product-card:hover .product-cta {
gap: .75rem;
}

.products-footer {
text-align: center;
    margin-top: 3rem;
}

.cta-banner {
position: relative;
    background:
        linear-gradient(135deg, var(--c-black) 0%, var(--c-graphite) 60%, var(--c-cta-accent) 100%);
    color: var(--c-white);
    overflow: hidden;
}

.cta-banner::before {
content: ''; position: absolute; inset: 0;
    background-image:
        radial-gradient(circle at 20% 50%, var(--c-cta-glow) 0%, transparent 35%),
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'><path d='M0 39h40M39 0v40' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1'/></svg>");
    pointer-events: none;
}

.cta-inner {
position: relative;
    padding: 4rem 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem; align-items: center;
}

.cta-eyebrow {
display: inline-block;
    font-size: .8rem; font-weight: 700;
    letter-spacing: .16em; text-transform: uppercase;
    color: var(--c-red); margin-bottom: .85rem;
}

.cta-title {
font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.15rem, 2vw, 1.6rem);
    font-weight: 700; line-height: 1.3;
    margin: 0; letter-spacing: -.015em;
}

.cta-action {
display: flex;
}

@media (max-width: 767px) {
  .cta-text {
text-align: center;
}
  .cta-action {
justify-content: center;
}
}

.references {
padding: 5rem 0;
    background: var(--c-white);
}

.ref-marquee {
position: relative;
    overflow: hidden;
    width: 100%;
    
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.ref-track {
display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: max-content;
    gap: .35rem;
    animation: ref-scroll 38s linear infinite;
    will-change: transform;
}

.ref-marquee:hover .ref-track {
animation-play-state: paused;
}

@keyframes ref-scroll {
from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

.ref-item {
flex: 0 0 auto;
    width: 180px;
    height: 90px;
    display: grid; place-items: center;
    padding: 0 2rem;
}

.ref-item img {
max-width: 100%; max-height: 100%;
    width: auto; height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .65;
    transition: filter .25s ease, opacity .25s ease, transform .25s ease;
}

.ref-item:hover img {
filter: grayscale(0);
    opacity: 1;
    transform: scale(1.06);
}

.ref-item svg {
width: 100%; max-width: 140px; height: auto;
    fill: var(--c-gray);
    filter: grayscale(100%); opacity: .55;
    transition: all var(--transition);
}

.ref-item:hover svg {
fill: var(--c-red);
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.08);
}

@media (prefers-reduced-motion: reduce) {
  .ref-track {
animation: none; flex-wrap: wrap; width: 100%; justify-content: center;
}
}

.faq {
padding: 5rem 0;
    background: linear-gradient(180deg, var(--c-light) 0%, var(--c-white) 100%);
}

.faq-wrap {
display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}

.faq-side {
align-self: start;
}

.faq-side .section-eyebrow {
margin-bottom: 1rem;
}

.faq-side .section-title {
margin-bottom: 1rem;
}

.faq-side .section-text {
margin-bottom: 1.75rem;
}

.faq-link {
display: inline-flex; align-items: center; gap: .5rem;
    padding: .75rem 1.25rem;
    font-weight: 600; font-size: .9rem;
    color: var(--c-black);
    background: var(--c-white);
    border: 2px solid var(--c-black);
    border-radius: 999px;
    transition: all var(--transition);
}

.faq-link:hover {
background: var(--c-red);
    border-color: var(--c-red);
    color: var(--c-white);
    gap: .75rem;
}

.faq-link svg {
transition: transform var(--transition);
}

.faq-link:hover svg {
transform: translateX(3px);
}

.faq-list {
display: flex; flex-direction: column; gap: .75rem;
}

@media (min-width: 900px) {
  .faq-wrap {
grid-template-columns: 1fr 1.5fr;
        gap: 4rem;
}
  .faq-side {
position: sticky;
        top: calc(var(--header-stick-total) + 2rem);
}
}

.faq-item {
background: var(--c-white);
    border: 1px solid #e5e5e5;
    border-radius: var(--radius);
    overflow: hidden;
    transition: all var(--transition);
}

.faq-item[open] {
border-color: var(--c-red);
    box-shadow: 0 8px 24px rgba(155,17,30,.10);
}

.faq-item summary {
display: flex; justify-content: space-between; align-items: center; gap: 1rem;
    padding: 1.25rem 1.5rem;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600; font-size: 1.05rem;
    color: var(--c-black);
    list-style: none;
    cursor: pointer;
    transition: color var(--transition);
}

.faq-item summary::-webkit-details-marker {
display: none;
}

.faq-item summary:hover {
color: var(--c-red);
}

.faq-icon {
position: relative;
    width: 28px; height: 28px;
    display: grid; place-items: center;
    background: var(--c-light);
    border-radius: 50%;
    flex-shrink: 0;
    transition: all var(--transition);
}

.faq-icon::before, .faq-icon::after {
content: ''; position: absolute;
    width: 12px; height: 2px;
    background: var(--c-black);
    border-radius: 2px;
    transition: transform var(--transition), background var(--transition);
}

.faq-icon::after {
transform: rotate(90deg);
}

.faq-item[open] .faq-icon {
background: var(--c-red);
}

.faq-item[open] .faq-icon::before {
background: var(--c-white);
}

.faq-item[open] .faq-icon::after {
background: var(--c-white); transform: rotate(0);
}

.faq-content {
padding: 0 1.5rem 1.5rem;
    color: var(--c-gray);
    font-size: .98rem;
    line-height: 1.7;
}

.faq-content p {
margin: 0;
}

.page-header--minimal {
position: relative;
    padding: 2.6rem 0 2.2rem;
    background: linear-gradient(180deg, #f5f7fa 0%, #eef2f6 100%);
    text-align: center;
    overflow: hidden;
    isolation: isolate;
}

.page-header--minimal::before {
content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(148, 163, 184, .14) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, .14) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: radial-gradient(ellipse at 50% 50%, #000 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 30%, transparent 80%);
    z-index: -1;
    pointer-events: none;
}

.page-header--minimal::after {
content: '';
    position: absolute;
    left: 50%; bottom: 0;
    transform: translateX(-50%);
    width: clamp(140px, 30vw, 260px);
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(148, 163, 184, .35) 50%, transparent 100%);
}

.page-header--minimal .breadcrumb {
justify-content: center;
    margin: 0 auto;
    max-width: 100%;
    gap: 0.35rem 1rem;
}

.page-header--minimal .breadcrumb a {
display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    min-width: 48px;
    padding: 0.65rem 0.85rem;
    border-radius: 10px;
    box-sizing: border-box;
}

.product-bc-bar__nav {
position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    min-width: 48px;
    min-height: 48px;
    box-sizing: border-box;
    padding: 0.65rem 0.85rem;
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    color: inherit;
    text-decoration: none;
    background: transparent;
    border: 0;
    border-radius: 10px;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transition: transform .25s ease, background-color .2s ease;
    z-index: 2;
    max-width: clamp(160px, 22vw, 260px);
}

.product-bc-bar__nav--prev {
left: clamp(1rem, 2.5vw, 2.25rem);
}

.product-bc-bar__nav--next {
right: clamp(1rem, 2.5vw, 2.25rem);
}

.product-bc-bar__nav:hover {
background: transparent;
    border: 0;
    box-shadow: none;
}

.product-bc-bar__nav--prev:hover {
transform: translateY(-50%) translateX(-3px);
}

.product-bc-bar__nav--next:hover {
transform: translateY(-50%) translateX(3px);
}

.product-bc-bar__col {
display: flex;
    flex-direction: column;
    gap: 0.18rem;
    line-height: 1.2;
    min-width: 0;
}

.product-bc-bar__nav--prev .product-bc-bar__col {
text-align: left;
    align-items: flex-start;
}

.product-bc-bar__col--right {
text-align: right;
    align-items: flex-end;
}

.product-bc-bar__label {
font-size: 0.7rem;
    font-weight: 500;
    color: #94a3b8;
    letter-spacing: 0.02em;
    text-transform: none;
    white-space: nowrap;
}

.product-bc-bar__name {
font-size: 0.82rem;
    font-weight: 700;
    color: var(--c-red, #9b111e);
    letter-spacing: -0.005em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    transition: color .2s ease;
}

.product-bc-bar__arrow {
display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    flex-shrink: 0;
    transition: color .25s ease;
}

.product-bc-bar__arrow svg {
width: 26px;
    height: 26px;
    display: block;
}

.product-bc-bar__nav:hover .product-bc-bar__arrow {
color: var(--c-red, #9b111e);
}

@media (max-width: 1024px) {
  .product-bc-bar__nav {
max-width: clamp(140px, 20vw, 200px);
}
  .product-bc-bar__name {
font-size: 0.74rem;
}
  .product-bc-bar__label {
font-size: 0.65rem;
}
}

@media (max-width: 720px) {
  .product-bc-bar__nav {
gap: 0; max-width: none;
    min-width: 48px;
    min-height: 48px;
    padding: 13px;
}
  .product-bc-bar__nav--prev {
left: 0.75rem;
}
  .product-bc-bar__nav--next {
right: 0.75rem;
}
  .product-bc-bar__col {
display: none;
}
  .product-bc-bar__arrow svg {
width: 22px; height: 22px;
}
}

@keyframes ci-pulse {
0%, 100% { box-shadow: 0 0 0 4px rgba(155, 17, 30, .18); }
    50%      { box-shadow: 0 0 0 7px rgba(155, 17, 30, .08); }
}

.contact-shell-section {
background: #fff;
    padding: 3rem 0 4rem;
}

.contact-shell {
background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .08);
    display: grid;
    grid-template-columns: 1fr;
}

.contact-shell__aside {
position: relative;
    padding: 2rem 1.6rem 1.8rem;
    background:
        linear-gradient(160deg, #111827 0%, #0b1120 60%, #0a0f1d 100%);
    color: rgba(255, 255, 255, .85);
    overflow: hidden;
    isolation: isolate;
}

.contact-shell__aside::before {
content: '';
    position: absolute;
    top: -90px; right: -90px;
    width: 280px; height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(155, 17, 30, .55) 0%, rgba(155, 17, 30, 0) 70%);
    filter: blur(8px);
    z-index: -1;
    pointer-events: none;
}

.contact-shell__aside::after {
content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: radial-gradient(ellipse at 30% 20%, #000 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at 30% 20%, #000 30%, transparent 75%);
    z-index: -1;
    opacity: .9;
    pointer-events: none;
}

.aside-top {
margin-bottom: 1.6rem;
}

.aside-eyebrow {
display: inline-block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .55);
    padding: .25rem .65rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    margin-bottom: .9rem;
}

.aside-title {
font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.45rem, 2.8vw, 1.85rem);
    font-weight: 700;
    line-height: 1.18;
    color: #fff;
    margin: 0 0 .8rem;
    letter-spacing: -.01em;
}

.aside-title span {
color: var(--c-red);
    background: linear-gradient(180deg, transparent 65%, rgba(155, 17, 30, .25) 65%);
    padding: 0 .15rem;
}

.aside-lead {
margin: 0;
    font-size: .94rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, .68);
    max-width: 38ch;
}

.aside-lead strong {
color: #fff; font-weight: 700;
}

.aside-channels {
list-style: none;
    margin: 0 0 1.6rem;
    padding: 0;
    display: grid;
    gap: .9rem;
}

.aside-channels li {
display: flex;
    align-items: flex-start;
    gap: .85rem;
    padding-bottom: .9rem;
    border-bottom: 1px dashed rgba(255, 255, 255, .08);
}

.aside-channels li:last-child {
padding-bottom: 0;
    border-bottom: 0;
}

.aside-channels__icon {
flex-shrink: 0;
    width: 38px; height: 38px;
    border-radius: 10px;
    display: grid; place-items: center;
    color: #fff;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
}

.aside-channels__icon svg {
display: block;
}

.aside-channels__label {
display: block;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .45);
    margin-bottom: .15rem;
}

.aside-channels__value {
display: block;
    color: #fff;
    font-size: .94rem;
    font-weight: 600;
    word-break: break-word;
}

a.aside-channels__value {
color: #fff;
}

a.aside-channels__value:hover {
color: var(--c-red);
}

.aside-channels__value--multiline {
line-height: 1.55; white-space: normal;
}

.aside-social a {
width: 36px; height: 36px;
    border-radius: 10px;
    display: grid; place-items: center;
    color: #fff;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.aside-social a:hover {
background: var(--c-red);
    border-color: var(--c-red);
    transform: translateY(-2px);
}

.contact-shell__main {
padding: 1.8rem 1.4rem 2rem;
    background: #fff;
}

.shell-form__head {
margin-bottom: 1.4rem;
}

.shell-form__title {
font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.2rem, 2.2vw, 1.45rem);
    font-weight: 700;
    color: var(--c-coal);
    margin: 0 0 .35rem;
    letter-spacing: -.005em;
}

.shell-form__sub {
margin: 0;
    color: #64748b;
    font-size: .92rem;
    line-height: 1.6;
}

.shell-form .form-row--recaptcha {
align-items: flex-start;
}

.shell-form .form-row--recaptcha .g-recaptcha {
transform-origin: 0 0;
    min-height: 78px;
}

.shell-form {
display: grid;
    grid-template-columns: 1fr;
    gap: .9rem;
}

.shell-form .form-row {
display: flex;
    flex-direction: column;
    gap: .4rem;
}

.shell-form label {
font-size: .82rem;
    font-weight: 700;
    color: #334155;
}

.shell-form label span[aria-hidden="true"] {
color: var(--c-red);
}

.form-row.has-error > label:not(.checkbox-wrap) {
color: #9b111e;
}

.shell-form .form-row.has-error input:not([type="checkbox"]),
.shell-form .form-row.has-error textarea,
.pd-quote__form .form-row.has-error input:not([type="checkbox"]),
.pd-quote__form .form-row.has-error textarea {
border-color: #c94a56 !important;
    box-shadow: 0 0 0 3px rgba(155, 17, 30, 0.12);
}

.form-row.has-error:has(.checkbox-wrap) {
padding: 0.7rem 0.85rem;
    margin: 0.15rem -0.35rem 0.4rem;
    border-radius: 12px;
    background: rgba(155, 17, 30, 0.07);
    outline: 2px solid rgba(155, 17, 30, 0.42);
    outline-offset: 0;
    animation: form-kvkk-attention 1.15s ease-in-out 2;
}

.form-row.has-error:has(.checkbox-wrap) .checkbox-wrap {
animation: form-kvkk-boxshake 0.55s ease-in-out 1;
}

.form-row.has-error:has(.checkbox-wrap) .checkbox-mark {
border-color: #9b111e;
}

@keyframes form-kvkk-attention {
0%, 100% { outline-color: rgba(155, 17, 30, 0.42); outline-width: 2px; }
    40% { outline-color: rgba(155, 17, 30, 0.78); outline-width: 3px; }
}

@keyframes form-kvkk-boxshake {
0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-4px); }
    40% { transform: translateX(4px); }
    60% { transform: translateX(-2px); }
    80% { transform: translateX(2px); }
}

.shell-form input,
.shell-form textarea,
.shell-form select {
width: 100%;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: var(--c-coal);
    border-radius: 10px;
    padding: .8rem .9rem;
    font-size: .93rem;
    font-family: inherit;
    transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

.shell-form input::placeholder,
.shell-form textarea::placeholder {
color: #94a3b8;
}

.shell-form input:focus,
.shell-form textarea:focus,
.shell-form select:focus {
outline: none;
    border-color: var(--c-red);
    box-shadow: 0 0 0 4px rgba(155, 17, 30, .12);
    background: #fff;
}

.shell-form textarea {
resize: vertical;
    min-height: 130px;
}

.select-wrap select {
appearance: none;
    -webkit-appearance: none;
    padding-right: 2.4rem;
    cursor: pointer;
}

.checkbox-wrap {
display: flex;
    align-items: flex-start;
    gap: .65rem;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.checkbox-wrap input {
position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkbox-mark {
flex-shrink: 0;
    position: relative;
    width: 20px; height: 20px;
    border-radius: 6px;
    border: 1.5px solid #cbd5e1;
    background: #fff;
    display: block;
    margin-top: .1rem;
    transition: background .2s ease, border-color .2s ease;
}

.checkbox-wrap input:checked ~ .checkbox-mark::after {
content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.checkbox-wrap input:checked ~ .checkbox-mark {
background: var(--c-red);
    border-color: var(--c-red);
}

.checkbox-wrap input:focus-visible ~ .checkbox-mark {
box-shadow: 0 0 0 4px rgba(155, 17, 30, .18);
}

.checkbox-text {
font-size: .85rem;
    color: #475569;
    line-height: 1.55;
}

.checkbox-text a {
color: var(--c-red); text-decoration: underline; text-underline-offset: 2px;
}

.form-actions {
display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .9rem 1.1rem;
    margin-top: .35rem;
}

.form-actions .btn-primary {
display: inline-flex;
    align-items: center;
    gap: .55rem;
}

.form-actions__hint strong {
color: var(--c-coal); font-weight: 700;
}

.form-inline-alert {
width: 100%;
    display: flex;
    align-items: center;
    gap: .7rem;
    padding: .9rem 1.1rem;
    border-radius: 12px;
    font-size: .95rem;
    line-height: 1.45;
    font-weight: 500;
    border: 1px solid transparent;
    box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

.form-inline-alert svg {
flex-shrink: 0;
}

.form-inline-alert--success {
background: #ecfdf5;
    color: #065f46;
    border-color: #6ee7b7;
}

.form-inline-alert--success svg {
color: #10b981;
}

.form-inline-alert--error {
background: #fef2f2;
    color: #701018;
    border-color: #fca5a5;
}

.form-inline-alert--error svg {
color: #9b111e;
}

.contact-map-section {
background: #fff;
    padding: 0;
}

.map-frame {
position: relative;
    background: #fff;
}

.map-frame--pending {
min-height: 380px;
    display: grid;
    place-items: center;
    background: linear-gradient(160deg, #f8fafc 0%, #eef2f7 100%);
    border-top: 1px solid #e5e7eb;
}

.map-frame__maps-link {
font-size: .95rem;
    font-weight: 600;
    color: var(--c-red);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.map-frame__maps-link:hover {
color: var(--c-red-dark);
}

.map-frame__iframe {
width: 100%;
    height: 380px;
    border: 0;
    display: block;
    filter: grayscale(.15) contrast(1.02);
}

@media (min-width: 720px) {
  .shell-form {
grid-template-columns: 1fr 1fr;
        gap: 1rem;
}
  .shell-form .form-row--full {
grid-column: 1 / -1;
}
}

@media (min-width: 1024px) {
  .page-header--minimal {
padding: 3rem 0 2.4rem;
}
  .contact-shell-section {
padding: 3rem 0 5rem;
}
  .contact-shell {
grid-template-columns: minmax(0, .9fr) minmax(0, 1.35fr);
}
  .contact-shell__aside {
padding: 2.6rem 2.2rem 2.4rem;
}
  .contact-shell__main {
padding: 2.4rem 2.2rem 2.6rem;
}
  .map-frame__iframe {
height: 460px;
}
  .map-frame--pending {
min-height: 460px;
}
}

.site-footer {
background: var(--c-footer-bg);
    color: var(--c-footer-text-muted);
    position: relative;
}

.footer-newsletter {
background: var(--c-newsletter-bg);
    padding: 2.5rem 0;
}

.newsletter-inner {
display: grid; grid-template-columns: 1fr;
    gap: 1.5rem; align-items: center;
}

.newsletter-title {
font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.3rem, 2.5vw, 1.7rem);
    font-weight: 700; margin: 0 0 .35rem;
    color: var(--c-white);
}

.newsletter-sub {
margin: 0; color: #fff; font-size: .95rem;
}

.newsletter-form {
display: flex; gap: .5rem;
    background: var(--c-white);
    padding: .35rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.newsletter-form input {
flex: 1; min-width: 0;
    background: transparent; border: 0; outline: 0;
    padding: .85rem 1rem;
    font-size: .95rem;
    color: var(--c-coal);
}

.newsletter-form .btn-primary {
background: var(--c-black);
    box-shadow: none;
    transition: background-color .25s ease, color .25s ease, opacity .25s ease;
    min-width: 11rem;
    justify-content: center;
}

.newsletter-form .btn-primary:hover {
background: var(--c-graphite); transform: none;
}

.newsletter-form .btn-primary.is-loading {
opacity: .75; cursor: progress;
}

.newsletter-form .btn-primary.is-loading:hover {
background: var(--c-black);
}

.newsletter-form .btn-primary.is-success {
background: #16a34a; color: #fff; cursor: default;
}

.newsletter-form .btn-primary.is-success:hover {
background: #15803d;
}

.newsletter-form .btn-primary.is-error {
background: #9b111e; color: #fff;
}

.newsletter-form .btn-primary.is-error:hover {
background: #701018;
}

.newsletter-form .btn-primary[disabled] {
pointer-events: none;
}

@media (max-width: 767px) {
  .newsletter-inner {
gap: 1rem;
}
  .newsletter-text {
width: 100%;
        min-width: 0;
}
  .newsletter-sub {
font-size: .9rem;
}
  .newsletter-form {
flex-direction: column;
        align-items: stretch;
        width: 100%;
        min-width: 0;
}
  .newsletter-form input,
    .newsletter-form .btn-primary {
width: 100%;
        min-width: 0;
}
  .newsletter-form .btn-primary {
justify-content: center;
}
}

.footer-main {
padding: 3.5rem 0 1.4rem;
}

.footer-grid {
display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.footer-col--brand p {
margin: 1rem 0; font-size: .95rem;
    color: var(--c-footer-text-muted);
    max-width: 320px;
}

.footer-logo .logo-line-1 {
color: var(--c-white);
}

.footer-logo .logo-line-2 {
color: var(--c-footer-text-muted);
}

.footer-logo .logo-mark {
width: 44px; height: 44px;
    display: grid; place-items: center;
    background: var(--c-coal);
    color: var(--c-white);
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700; font-size: 1.4rem;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.footer-logo .logo-mark::before {
content: '';
    position: absolute; top: 0; left: 0;
    width: 4px; height: 100%;
    background: var(--c-red);
}

.footer-logo .logo-mark::after {
content: '';
    position: absolute; right: 6px; bottom: 6px;
    width: 7px; height: 7px;
    background: var(--c-red);
    border-radius: 50%;
}

.footer-tagline {
margin-top: 1.4rem;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    gap: .8rem;
}

.footer-tagline__eyebrow {
display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: 0;
    line-height: 1;
}

.ft-flame {
color: #9b111e;
    filter: drop-shadow(0 0 6px rgba(155, 17, 30, .35));
    transform-origin: center bottom;
    animation: ft-flicker 2.4s ease-in-out infinite;
    flex-shrink: 0;
}

.ft-eyebrow-text {
font-size: .72rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--c-footer-text-muted);
    line-height: 1;
}

@keyframes ft-flicker {
0%, 100% {
        opacity: 1;
        transform: scaleY(1);
        filter: drop-shadow(0 0 6px rgba(155, 17, 30, .35));
    }
    25% {
        opacity: .85;
        transform: scaleY(.95);
        filter: drop-shadow(0 0 4px rgba(155, 17, 30, .25));
    }
    55% {
        opacity: 1;
        transform: scaleY(1.04);
        filter: drop-shadow(0 0 8px rgba(155, 17, 30, .5));
    }
    80% {
        opacity: .92;
        transform: scaleY(.98);
        filter: drop-shadow(0 0 5px rgba(155, 17, 30, .3));
    }
}

.footer-tagline__line {
margin: 0;
    font-family: 'Space Grotesk', 'Inter', system-ui, sans-serif;
    font-size: clamp(1.55rem, 2.2vw, 1.95rem);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.015em;
    color: var(--c-footer-text);
}

.footer-tagline__line em {
font-style: italic;
    font-weight: 700;
    color: var(--c-footer-accent);
}

@keyframes ft-shimmer-text {
0%   { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

.footer-tagline__bar {
display: block;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(155, 17, 30, .35) 20%,
        #9b111e 50%,
        rgba(155, 17, 30, .35) 80%,
        transparent 100%
    );
    background-size: 200% 100%;
    animation: ft-shimmer-bar 3.6s ease-in-out infinite;
    opacity: .75;
}

@keyframes ft-shimmer-bar {
0%   { background-position: -100% 50%; }
    100% { background-position:  100% 50%; }
}

@media (prefers-reduced-motion: reduce) {
  .ft-flame,
    .footer-tagline__line em,
    .footer-tagline__bar {
animation: none;
}
}

@media (max-width: 767px) {
  .footer-tagline {
max-width: 100%;
}
  .footer-tagline__line {
font-size: 1.5rem;
}
}

.footer-title {
font-family: 'Inter', system-ui, sans-serif;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--c-footer-text-muted);
    margin: 0 0 .85rem;
    padding-bottom: 0;
}

.footer-links, .footer-contact {
list-style: none; padding: 0; margin: 0;
}

.footer-links li {
margin-bottom: 0;
}

.footer-links a {
display: flex;
    align-items: center;
    gap: .55rem;
    color: var(--c-footer-text-muted);
    font-size: .88rem;
    font-weight: 500;
    padding: .3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    transition: color .2s ease, gap .2s ease;
    position: relative;
}

.footer-links li:last-child a {
border-bottom: 0;
}

.footer-links a:hover {
color: rgba(255, 255, 255, .95);
    gap: .85rem;
}

.fl-dot {
display: inline-block;
    width: 4px; height: 4px;
    border-radius: 50%;
    background: rgba(155, 17, 30, .7);
    flex-shrink: 0;
    transition: background .2s ease, transform .2s ease;
}

.footer-links a:hover .fl-dot {
background: var(--c-red);
    transform: scale(1.4);
}

.footer-contact {
display: flex; flex-direction: column; gap: 0;
}

.footer-contact li {
display: flex;
    align-items: center;
    gap: .7rem;
    padding: .38rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    font-size: .875rem;
    font-weight: 500;
    color: var(--c-footer-text-muted);
}

.footer-contact li:last-child {
border-bottom: 0;
}

.fc-icon {
width: 30px; height: 30px;
    flex-shrink: 0;
    display: grid; place-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
    color: rgba(155, 17, 30, .9);
}

.footer-contact a {
transition: color .2s ease; color: var(--c-footer-text-muted);
}

.footer-contact a:hover {
color: rgba(255, 255, 255, .95);
}

.footer-bottom {
border-top: 1px solid rgba(255,255,255,.08);
    padding: 0.85rem 0 1.1rem;
    font-size: .85rem; color: var(--c-footer-text-subtle);
}

.footer-bottom-inner {
display: flex; flex-direction: column; gap: 0.5rem;
    align-items: center; text-align: center;
}

.footer-bottom-inner p {
margin: 0;
}

.footer-bottom-inner strong {
color: var(--c-footer-text); font-weight: 600;
}

.footer-bottom-links a {
transition: color var(--transition); color: var(--c-footer-text-muted);
}

.footer-bottom-links a:hover {
color: var(--c-red);
}

.cookie-banner {
position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 9000;
    max-width: 760px; margin: 0 auto;
    background: rgba(19, 20, 23, .96);
    color: rgba(255, 255, 255, .92);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transform: translateY(120%);
    opacity: 0;
    transition: transform .35s cubic-bezier(.2,.8,.2,1), opacity .25s ease;
}

.cookie-banner.is-visible {
transform: translateY(0); opacity: 1;
}

.cookie-banner__inner {
display: flex; align-items: center; gap: 1rem;
    padding: .9rem 1.1rem;
    flex-wrap: wrap;
}

.cookie-banner__icon {
flex-shrink: 0;
    width: 38px; height: 38px;
    display: grid; place-items: center;
    background: rgba(155, 17, 30, .15);
    color: var(--c-red, #9b111e);
    border-radius: 10px;
}

.cookie-banner__text {
flex: 1 1 260px;
    font-size: .88rem;
    line-height: 1.5;
}

.cookie-banner__text a {
color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 600;
}

.cookie-banner__text a:hover {
color: var(--c-red, #9b111e);
}

.cookie-banner__actions {
flex-shrink: 0;
}

.cookie-banner__btn {
display: inline-flex; align-items: center; justify-content: center;
    padding: .55rem 1.25rem;
    font-size: .84rem; font-weight: 700; letter-spacing: .02em;
    background: var(--c-red, #9b111e);
    color: #fff;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    transition: background .2s ease, transform .15s ease;
}

.cookie-banner__btn:hover {
background: #701018;
}

.cookie-banner__btn:active {
transform: scale(.97);
}

@media (max-width: 540px) {
  .cookie-banner__inner {
padding: .85rem; gap: .75rem;
}
  .cookie-banner__text {
font-size: .82rem;
}
  .cookie-banner__btn {
width: 100%; padding: .65rem 1rem;
}
  .cookie-banner__actions {
flex: 1 1 100%;
}
}

.back-to-top {
position: fixed; right: 1.5rem; bottom: 4rem; z-index: 80;
    width: 44px; height: 44px;
    display: grid; place-items: center;
    background: var(--c-black); color: var(--c-white);
    border-radius: 50%;
    box-shadow: var(--shadow);
    opacity: 0; pointer-events: none;
    transform: translateY(20px);
    transition: all var(--transition);
}

.back-to-top.is-visible {
opacity: 1; pointer-events: auto; transform: translateY(0);
}

.back-to-top:hover {
background: var(--c-red); transform: translateY(-4px);
}

@keyframes fadeInUp {
from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes scrollPulse {
0%, 100% { transform: translateY(0); opacity: 1; }
    50%      { transform: translateY(14px); opacity: .3; }
}

@keyframes spin-slow {
from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

@media (min-width: 640px) {
  .product-grid {
grid-template-columns: repeat(2, 1fr);
}
  .features-grid {
grid-template-columns: repeat(2, 1fr);
}
  .newsletter-inner {
grid-template-columns: 1fr 1.4fr;
}
  .footer-bottom-inner {
flex-direction: row; justify-content: center;
}
}

@media (min-width: 768px) {
  .footer-grid {
grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
}
  .cta-inner {
grid-template-columns: 1fr auto; gap: 3rem;
}
}

@media (min-width: 1024px) {
  .product-grid {
grid-template-columns: repeat(4, 1fr);
}
  .features-grid {
grid-template-columns: repeat(4, 1fr); gap: 1.5rem;
}
  .feature-card {
padding: 2.5rem 1.85rem 2.25rem;
}
  .feature-card::after {
font-size: 3.75rem; top: 1.5rem; right: 1.75rem;
}
  .header-topbar {
font-size: .82rem;
}
}

@media (min-width: 1280px) {
  .container {
max-width: 1240px;
}
}

@media print {
  .header-topbar,
    .site-header,
    .site-footer,
    .hero-arrow,
    .hero-dots,
    .back-to-top,
    .search-overlay {
display: none !important;
}
  body {
padding-top: 0; color: #000;
}
}

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

.flash-stack {
  position: fixed;
  top: 80px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 400px;
}

.flash {
  padding: 14px 40px 14px 16px;
  border-radius: 8px;
  color: #fff;
  font: 500 14px/1.5 system-ui, -apple-system, sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  position: relative;
  animation: flashIn .3s ease-out;
}

.flash-list {
  margin: 0;
  padding: 0 0 0 18px;
}

.flash-success { background: #16a34a; }
.flash-error   { background: #9b111e; }
.flash-warning { background: #f59e0b; color: #1f2937; }
.flash-info    { background: #0ea5e9; }

.flash-close {
  position: absolute;
  top: 6px;
  right: 8px;
  background: transparent;
  border: 0;
  color: inherit;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  opacity: .7;
}

.flash-close:hover { opacity: 1; }

@keyframes flashIn {
  from { transform: translateX(100%); opacity: 0; }
  to   { transform: translateX(0); opacity: 1; }
}
