﻿:root {
  --bg: #0d1320;
  --panel: #1a2335;
  --panel-2: #243047;
  --text: #fbfdff;
  --muted: #d7dfeb;
  --line: rgba(255,255,255,.2);
  --line-strong: rgba(255,255,255,.32);
  --brand: #ff7a00;
  --brand-soft: rgba(255,122,0,.18);
  --success: #5ee173;
  --shadow: 0 24px 64px rgba(4,8,18,.28);
  --radius: 24px;
  --glass-unified-bg:
    linear-gradient(180deg, rgba(255,255,255,.24) 0, rgba(255,255,255,.12) 16%, rgba(255,255,255,.05) 48%, rgba(255,255,255,.08) 100%),
    linear-gradient(135deg, rgba(178,208,255,.18), rgba(255,255,255,.08) 44%, rgba(255,193,153,.12) 100%);
  --glass-unified-border: rgba(255,255,255,.26);
  --glass-unified-border-strong: rgba(255,255,255,.34);
  --glass-unified-shadow:
    0 24px 56px rgba(7,11,24,.18),
    inset 0 1px 0 rgba(255,255,255,.34),
    inset 0 10px 24px rgba(255,255,255,.07),
    inset 0 -18px 30px rgba(120,154,255,.06);
  --glass-unified-shadow-strong:
    0 28px 62px rgba(7,11,24,.22),
    inset 0 1px 0 rgba(255,255,255,.42),
    inset 0 12px 26px rgba(255,255,255,.08),
    inset 0 -20px 34px rgba(120,154,255,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;width:100%;min-width:100%}
body{width:100%;min-width:100%;margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;background:#0d1320;color:var(--text);line-height:1.65;position:relative;min-height:100vh;overflow-x:hidden}
body.modal-open{overflow:hidden}
body.modal-open > main{z-index:160}
body.modal-open > footer{z-index:1}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{
  outline:3px solid rgba(255,140,58,.82);
  outline-offset:3px;
}
body::before,body::after{content:"";position:fixed;inset:0;pointer-events:none;z-index:-2}
body::before{
  background:linear-gradient(180deg, #1b2741 0, #11192b 44%, #0a0f19 100%);
}
body::after{
  display:none;
}
body > *{position:relative;z-index:1}
main::before,main::after{display:none}
@media (hover: hover) and (pointer: fine){
  body:not([data-visual-edit="1"]),
  body:not([data-visual-edit="1"]) a,
  body:not([data-visual-edit="1"]) button,
  body:not([data-visual-edit="1"]) select,
  body:not([data-visual-edit="1"]) input,
  body:not([data-visual-edit="1"]) textarea,
  body:not([data-visual-edit="1"]) label,
  body:not([data-visual-edit="1"]) summary,
  body:not([data-visual-edit="1"]) [role="button"]{
    cursor:url('../images/cursor-arrowhead.svg') 5 4, auto !important;
  }
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
picture{display:block}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important}
.container{width:min(1760px, calc(100% - 40px));margin:0 auto}
.site-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:120;background:linear-gradient(180deg, rgba(24,32,50,.92), rgba(16,22,36,.82));backdrop-filter:blur(22px);border-bottom:1px solid var(--line-strong);box-shadow:0 16px 42px rgba(8,12,24,.18)}
main{padding-top:88px}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:52px;height:52px;object-fit:contain;filter:drop-shadow(0 0 14px rgba(255,122,0,.2))}
.brand picture{flex:0 0 auto}
.brand strong{display:block;font-size:1.1rem}
.brand span{display:block;font-size:.85rem;color:var(--muted)}
.nav{display:flex;align-items:center;gap:18px}
.nav a{color:#d7deea;font-size:.95rem;font-weight:600}
.nav a:hover,.nav a.active{color:#fff}
.lang-switcher{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,190,127,.42);background:linear-gradient(135deg, rgba(255,122,0,.34), rgba(60,95,185,.58));color:#fff;font-size:.92rem;box-shadow:0 0 0 1px rgba(255,255,255,.08) inset, 0 12px 30px rgba(255,122,0,.18);position:relative;overflow:hidden}
.lang-switcher::before{content:"";position:absolute;inset:-40% auto -40% -55%;width:58%;background:linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);transform:skewX(-20deg);animation:language-sheen 3.2s ease-in-out infinite;pointer-events:none}
.lang-switcher:hover{border-color:rgba(255,216,170,.72);box-shadow:0 0 0 1px rgba(255,255,255,.14) inset, 0 16px 36px rgba(255,122,0,.24), 0 0 34px rgba(255,190,127,.16)}
.lang-switcher-icon{position:relative;z-index:1;display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:rgba(255,122,0,.18);box-shadow:0 0 0 1px rgba(255,206,120,.3) inset, 0 0 16px rgba(255,122,0,.26);overflow:hidden}
.lang-switcher-icon img{width:27px;height:27px;object-fit:contain;filter:drop-shadow(0 0 5px rgba(255,210,92,.5))}
.lang-switcher-icon picture{display:grid;place-items:center;width:100%;height:100%}
.lang-switcher:hover .lang-switcher-icon{background:rgba(255,122,0,.26);box-shadow:0 0 0 1px rgba(255,236,180,.42) inset, 0 0 22px rgba(255,122,0,.38)}
.lang-switcher:hover .lang-switcher-icon img{filter:drop-shadow(0 0 7px rgba(255,226,128,.68))}
.lang-switcher select{position:relative;z-index:1;min-width:128px;padding:7px 30px 7px 12px;border:1px solid rgba(255,255,255,.32);border-radius:12px;background:rgba(31,42,66,.78);color:#fbfdff;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:linear-gradient(45deg, transparent 50%, #ffde59 50%),linear-gradient(135deg, #ffde59 50%, transparent 50%);background-position:calc(100% - 16px) calc(50% - 2px),calc(100% - 11px) calc(50% - 2px);background-size:5px 5px,5px 5px;background-repeat:no-repeat}
.lang-switcher select option{background:#2a3650;color:#fbfdff}
.lang-switcher select:focus{box-shadow:0 0 0 3px rgba(255,122,0,.14)}
.nav-toggle{display:none;background:none;border:none;color:#fff;font-size:1.6rem}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border-radius:999px;background:linear-gradient(135deg, #ff7a00, #ff9f47);color:#120d08;font-weight:800;box-shadow:var(--shadow)}
.btn.ghost{background:rgba(255,255,255,.06);color:#fff;border:1px solid var(--line-strong);box-shadow:none}
.btn.btn-sm{padding:8px 12px;border-radius:12px;font-size:.84rem;font-weight:700;box-shadow:none}
.btn.btn-view{background:rgba(93,155,255,.16);color:#cfe0ff;border:1px solid rgba(93,155,255,.24)}
.btn.btn-edit{background:rgba(255,170,84,.16);color:#ffd7a6;border:1px solid rgba(255,170,84,.24)}
.btn.btn-delete{background:rgba(255,101,101,.16);color:#ffc3c3;border:1px solid rgba(255,101,101,.24)}
.btn.block{width:100%}
.hero{padding:72px 0 28px}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:stretch}
.kicker{display:inline-flex;background:var(--brand-soft);color:#ffbe7f;padding:8px 14px;border:1px solid rgba(255,122,0,.2);border-radius:999px;font-size:.9rem;margin-bottom:14px}
.hero h1{font-size:clamp(2.3rem, 4vw, 4.5rem);line-height:1.04;margin:0 0 14px;letter-spacing:-.03em}
.hero p{color:var(--muted);font-size:1.03rem;max-width:650px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:26px}
.hero-card,.panel,.stat-card,.product-card,.empty-card,.admin-card{background:linear-gradient(180deg, rgba(31,42,64,.86), rgba(19,27,42,.8));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);backdrop-filter:blur(12px)}
.hero-card{padding:28px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}
.hero-card::before{content:"";position:absolute;inset:auto -40px -40px auto;width:220px;height:220px;background:radial-gradient(circle, rgba(122,153,255,.2), transparent 62%)}
.hero-card::after{content:"";position:absolute;inset:-20% auto auto 55%;width:220px;height:220px;background:radial-gradient(circle, rgba(255,126,58,.12), transparent 66%);filter:blur(16px)}
.hero-showcase{padding:0;min-height:420px}
.hero-showcase::before,.hero-showcase::after{display:none}
.hero-slideshow{position:relative;height:100%;min-height:420px;border-radius:inherit;overflow:hidden;background:#1a2336}
.hero-slideshow::before{display:none}
.hero-slideshow::after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px var(--line-strong), inset 0 0 26px rgba(8,10,18,.18), inset 0 0 68px rgba(8,10,18,.18);pointer-events:none;z-index:2}
.hero-slide{position:absolute;inset:0;margin:0;opacity:0;filter:brightness(.92) saturate(108%) blur(0);transition:opacity 1s ease, filter 1s ease, transform 1s ease;transform:scale(1.02);will-change:opacity,filter,transform}
.hero-slide.is-active{opacity:1;filter:brightness(1.08) saturate(118%) blur(0);transform:scale(1)}
.hero-slide::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at center, transparent 70%, rgba(13,18,30,.06) 88%, rgba(13,18,30,.12) 100%);pointer-events:none;z-index:1}
.hero-slide picture{width:100%;height:100%}
.hero-slide img{width:100%;height:100%;object-fit:cover;transform:scale(1.01);transition:transform 6s ease, filter 1s ease}
.hero-slide.is-active img{transform:scale(1)}
.hero-slide-nav{position:absolute;top:50%;z-index:4;width:48px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(7,10,18,.52);color:#fff;display:grid;place-items:center;transform:translateY(-50%);backdrop-filter:blur(14px);box-shadow:0 10px 26px rgba(0,0,0,.28);transition:background .2s ease, border-color .2s ease, transform .2s ease;cursor:pointer}
.hero-slide-nav:hover{background:rgba(255,122,0,.24);border-color:rgba(255,164,102,.42)}
.hero-slide-nav:focus-visible{outline:2px solid rgba(255,170,116,.72);outline-offset:3px}
.hero-slide-nav span{font-size:1.8rem;line-height:1;transform:translateY(-1px)}
.hero-slide-nav.prev{left:16px}
.hero-slide-nav.next{right:16px}
.hero-slideshow-empty{display:grid;place-items:center;gap:18px;padding:28px;text-align:center}
.hero-slideshow-empty picture{display:block}
.hero-slideshow-empty img{width:min(140px, 34%);opacity:.92;filter:drop-shadow(0 16px 34px rgba(0,0,0,.28))}
.hero-empty-copy{display:grid;gap:8px;max-width:320px}
.hero-empty-copy strong{font-size:1.2rem}
.hero-empty-copy span{color:var(--muted)}
.logo-lockup{display:flex;align-items:center;gap:18px;margin-bottom:18px}
.logo-lockup img{width:74px}
.mini-list{display:grid;gap:10px;color:#ddd;font-size:.95rem}
.mini-list span{display:inline-flex;align-items:center;gap:8px}
.mini-list span::before{content:"";width:7px;height:7px;border-radius:999px;background:var(--brand);box-shadow:0 0 10px rgba(255,122,0,.24);flex:0 0 7px}
.stats{padding:24px 0 40px}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.stat-card{padding:22px}
.stat-card .label{color:#d6deea;font-size:.92rem}
.stat-card .number{font-size:2.4rem;font-weight:800;letter-spacing:-.04em;margin:8px 0}
.stat-card .pulse{display:inline-flex;padding:6px 10px;border-radius:999px;background:rgba(94,225,115,.12);color:#a7f7b1;font-size:.8rem}
.section{padding:32px 0 60px}
.section,.site-footer{content-visibility:auto;contain-intrinsic-size:1px 720px}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}
.section-head h2{margin:0;font-size:1.9rem}
.section-head p{color:var(--muted);max-width:620px;margin:8px 0 0}
.home-hero{padding-bottom:10px}
.home-stats{padding:10px 0 18px}
.home-feature-section{padding:18px 0 24px}
.home-featured-section{padding:16px 0 48px}
.home-feature-section .section-head,
.home-featured-section .section-head{margin-bottom:14px}
.products-grid,.feature-grid,.quick-grid{display:grid;gap:18px}
.products-rail{position:relative}
.products-grid{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(260px, calc((100% - 90px) / 6));
  overflow-x:auto;
  overflow-y:hidden;
  padding:6px 0 10px;
  scroll-snap-type:x proximity;
  scrollbar-width:none;
}
.products-grid::-webkit-scrollbar{display:none}
.products-grid > *{scroll-snap-align:start}
.products-rail-arrow{
  position:absolute;
  top:50%;
  z-index:4;
  width:72px;
  height:72px;
  margin-top:-36px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(12,18,31,.78);
  color:#fff;
  display:grid;
  place-items:center;
  box-shadow:0 20px 44px rgba(3,6,16,.32);
  backdrop-filter:blur(18px);
  opacity:0;
  transform:scale(.92);
  pointer-events:none;
  transition:opacity .2s ease, transform .2s ease, background .2s ease, border-color .2s ease;
}
.products-rail-arrow:hover{background:rgba(255,122,0,.24);border-color:rgba(255,193,145,.46)}
.products-rail-arrow[disabled]{opacity:0 !important;pointer-events:none}
.products-rail-arrow span{font-size:2.8rem;line-height:1;transform:translateY(-2px)}
.products-rail-arrow--prev{left:18px}
.products-rail-arrow--next{right:18px}
.products-rail.is-scrollable:hover .products-rail-arrow,
.products-rail.is-scrollable:focus-within .products-rail-arrow{
  opacity:1;
  transform:scale(1);
  pointer-events:auto;
}
.feature-grid{grid-template-columns:repeat(3,1fr)}
.quick-grid{grid-template-columns:repeat(2,1fr)}
.product-card,.panel,.empty-card{overflow:hidden}
.product-image,.post-image{aspect-ratio:16/11;background:linear-gradient(145deg, rgba(255,158,92,.18), rgba(255,255,255,.08));display:flex;align-items:center;justify-content:center;padding:14px}
.product-image{
  position:relative;
  overflow:hidden;
}
.product-image::before{
  content:"";
  position:absolute;
  inset:8px;
  border-radius:18px;
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.14),
    inset 0 0 34px rgba(255,255,255,.05),
    0 18px 36px rgba(5,8,18,.22);
  pointer-events:none;
  z-index:2;
}
.product-image-slide{
  position:absolute;
  inset:8px;
  margin:0;
  opacity:0;
  transform:scale(1.018);
  transition:opacity .56s ease, transform .56s ease, filter .56s ease;
  border-radius:18px;
  overflow:hidden;
  filter:saturate(.96) brightness(.96);
  box-shadow:
    0 18px 36px rgba(5,8,18,.28),
    0 0 0 1px rgba(255,255,255,.12),
    inset 0 0 28px rgba(255,255,255,.04);
}
.product-image-slide picture{width:100%;height:100%}
.product-image-slide::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.12),
    inset 0 0 42px rgba(255,255,255,.06);
  pointer-events:none;
}
.product-image-slide.is-active{
  opacity:1;
  transform:scale(1);
  filter:saturate(1.04) brightness(1);
}
.product-image img,.post-image img{
  max-height:100%;
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 16px 30px rgba(0,0,0,.22));
  transition:transform .4s ease, filter .4s ease;
}
.post-image picture,
.post-hero picture,
.product-gallery-item picture,
.contact-widget-qr picture{
  width:100%;
  height:100%;
}
.product-body,.post-body,.panel-body{padding:20px}
.product-body{display:grid;grid-template-rows:auto minmax(calc(2 * 1.08em), auto) auto 1fr;gap:10px}
.product-body h3{margin:0;min-height:calc(2 * 1.08em);display:flex;align-items:flex-start}
.product-name-trigger{appearance:none;border:0;background:none;padding:0;color:#fff;font:inherit;font-size:1.56rem;font-weight:800;line-height:1.08;letter-spacing:-.03em;text-align:left;cursor:pointer;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.product-name-trigger:hover{color:#ffcf9d}
.tag{display:inline-flex;padding:7px 12px;border-radius:999px;background:var(--brand-soft);color:#ffbe7f;font-size:.8rem;border:1px solid rgba(255,122,0,.18)}
.product-pricing{position:relative;display:grid;gap:6px;align-content:start;padding-bottom:4px}
.product-pricing::before{content:"";position:absolute;left:-14px;right:-14px;top:8px;height:20px;background:linear-gradient(90deg, transparent 0%, rgba(255,236,185,.06) 24%, rgba(255,175,89,.3) 50%, rgba(255,236,185,.06) 76%, transparent 100%);filter:blur(12px);opacity:.7;pointer-events:none;animation:price-wind 3.4s linear infinite}
.price-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.price-current{position:relative;display:inline-block;font-size:1.62rem;font-weight:900;line-height:1;letter-spacing:-.04em;background:linear-gradient(90deg, #fff6cf 0%, #ffffff 14%, #ffd58e 32%, #ff8e3c 48%, #fff4d6 66%, #ffffff 84%, #ffb45e 100%);background-size:240% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:price-cyclone 4.8s linear infinite;filter:drop-shadow(0 0 18px rgba(255,155,61,.18));isolation:isolate}
.price-current::after{content:attr(data-price-display);position:absolute;inset:0;z-index:-1;background:inherit;background-size:inherit;-webkit-background-clip:text;background-clip:text;color:transparent;opacity:.55;filter:blur(10px);animation:price-cyclone 4.8s linear infinite reverse}
.price-current:hover,.price-current:hover::after{animation-duration:2.7s}
.product-card-link:active .price-current,
.product-card-link:active .price-current::after,
.product-card-link:focus-visible .price-current,
.product-card-link:focus-visible .price-current::after{
  animation-duration:2.7s;
}
.product-card-link:active .price-current,
.product-card-link:focus-visible .price-current{
  filter:brightness(1.12) drop-shadow(0 0 22px rgba(255,173,84,.28));
}
.product-card-link:active .product-pricing::before,
.product-card-link:focus-visible .product-pricing::before{
  opacity:.95;
}
.price-discount-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;background:rgba(255,122,0,.18);border:1px solid rgba(255,180,112,.34);color:#ffe1c1;font-size:.82rem;font-weight:800;box-shadow:0 10px 22px rgba(255,122,0,.14)}
.price-original{font-size:.88rem;font-style:italic;color:#ff7d7d;text-decoration:line-through;text-decoration-thickness:1.5px;text-decoration-color:rgba(255,76,76,.92)}
.spec-list{padding:0;margin:0;list-style:none;display:grid;gap:8px;color:var(--muted);font-size:.95rem}
.spec-list li{position:relative;padding-left:16px}
.spec-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.68em;
  width:6px;
  height:6px;
  border-radius:999px;
  background:var(--brand);
  box-shadow:0 0 10px rgba(255,122,0,.24);
}
.card-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.product-score-list{display:grid;gap:10px;padding:16px 18px;border-radius:22px;background:#2d3953;border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}
.product-score-row{display:grid;gap:8px}
.product-score-row header{display:flex;justify-content:space-between;gap:12px;color:#d8dae1;font-size:.92rem}
.product-score-bar{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}
.product-score-bar span{display:block;height:10px;border-radius:999px;background:rgba(255,255,255,.08)}
.product-score-bar span.is-active{background:linear-gradient(90deg, #ff7a00, #ffb36f)}
.product-card-link{display:flex;flex-direction:column;height:100%;color:inherit}
.product-card-link:hover .product-name-trigger{color:#ffcf9d}
.product-card-link:hover .product-image-slide.is-active img{
  transform:scale(1.028);
  filter:drop-shadow(0 20px 34px rgba(0,0,0,.28));
}
.muted{color:var(--muted)}
main :is(h1,h2,h3,h4,p,li,blockquote,figcaption,td,th,strong,label,.muted,.tag,.inline-link,.product-name-trigger,.price-original,.price-discount-badge),
.site-footer :is(h3,h4,p,li,a,span,strong){
  transition:color .24s ease, text-shadow .24s ease, filter .24s ease;
}
main :is(h1,h2,h3,h4,p,li,blockquote,figcaption,td,th,strong,label,.muted,.tag,.inline-link,.product-name-trigger,.price-original,.price-discount-badge):hover,
.site-footer :is(h3,h4,p,li,a,span,strong):hover{
  color:#fff8ec;
  text-shadow:0 0 12px rgba(255,244,220,.42), 0 0 26px rgba(255,122,0,.34), 0 0 44px rgba(255,122,0,.18);
  filter:brightness(1.16);
}
.price-current{transition:filter .24s ease, text-shadow .24s ease}
.price-current:hover{filter:brightness(1.12) drop-shadow(0 0 22px rgba(255,173,84,.28))}
.feature-card{padding:18px;background:linear-gradient(180deg, rgba(34,45,68,.84), rgba(21,28,44,.78));border-radius:22px;border:1px solid var(--line);backdrop-filter:blur(8px)}
.feature-card-link{display:grid;color:inherit;text-decoration:none;cursor:pointer;transition:border-color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease}
.feature-card-link:hover{border-color:rgba(255,122,0,.45);background:linear-gradient(180deg, rgba(255,122,0,.14), rgba(21,28,44,.8));box-shadow:0 18px 42px rgba(255,122,0,.12), var(--shadow);transform:translateY(-2px)}
.feature-card-link:hover .inline-link{color:#ffd7b1}
.feature-card h3{margin:6px 0 8px;line-height:1.2}
.feature-card .muted{margin:0;line-height:1.45}
.feature-card .inline-link{display:inline-flex;margin-top:12px}
.inline-link{color:#ffbe7f}
.page-hero{padding:56px 0 24px}
.page-hero h1{margin:0;font-size:clamp(2rem,3vw,3.4rem)}
.page-hero p{margin:10px 0 0;color:var(--muted);max-width:800px}
.page-hero--blog{padding:8px 0 0}
.page-hero--blog h1{font-size:clamp(1.35rem,1.8vw,2rem);max-width:18ch}
.page-hero--blog p{margin-top:3px;max-width:520px;font-size:.82rem}
.page-hero--post{padding:30px 0 14px}
.page-hero--post h1{font-size:clamp(2rem,2.8vw,3.1rem)}
.page-hero--post p{max-width:860px}
.breadcrumb{color:#9b9ba7;font-size:.9rem;margin-bottom:12px}
.breadcrumb a{color:inherit;text-decoration:none}
.breadcrumb a:hover{text-decoration:underline}
@keyframes price-cyclone{
  0%{background-position:0% 50%}
  100%{background-position:240% 50%}
}
@keyframes price-wind{
  0%{transform:translateX(-18%) scaleX(.88);opacity:.22}
  45%{transform:translateX(10%) scaleX(1.08);opacity:.62}
  100%{transform:translateX(24%) scaleX(.92);opacity:.22}
}
.contact-widget{
  position:fixed;
  left:22px;
  bottom:22px;
  z-index:110;
  display:grid;
  gap:12px;
  align-items:end;
}
.contact-widget-main{
  min-width:238px;
  min-height:58px;
  padding:8px 18px 8px 10px;
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  align-items:center;
  gap:14px;
  border-radius:999px;
  background:rgba(255,255,255,.98);
  border:1.5px solid rgba(255,94,94,.9);
  box-shadow:0 16px 34px rgba(8,13,26,.22);
  color:#181d2a;
  transition:transform .24s ease, box-shadow .24s ease, min-width .28s ease;
  cursor:pointer;
}
.contact-widget:hover .contact-widget-main,
.contact-widget.is-expanded .contact-widget-main{
  min-width:268px;
  transform:translateY(-2px);
  box-shadow:0 22px 42px rgba(8,13,26,.28);
}
.contact-widget-icon{
  position:relative;
  width:58px;
  height:58px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:radial-gradient(circle at 35% 35%, #ff8b8b 0%, #ff5b66 58%, #ff4453 100%);
  box-shadow:0 12px 24px rgba(255,87,97,.34);
  overflow:visible;
}
.contact-widget-icon svg{
  width:28px;
  height:28px;
  fill:#fff;
  animation:phone-swing 1.2s ease-in-out infinite;
  transform-origin:50% 70%;
}
.contact-widget-ring{
  position:absolute;
  inset:-7px;
  border-radius:999px;
  border:2px solid rgba(255,118,128,.35);
  animation:phone-ring 1.8s ease-out infinite;
}
.contact-widget-ring--delay{animation-delay:.9s}
.contact-widget-copy{
  display:grid;
  gap:2px;
  min-width:0;
}
.contact-widget-copy strong{
  font-size:1rem;
  line-height:1;
  font-weight:900;
  color:#181d2a;
}
.contact-widget-phone{
  display:inline-block;
  font-size:1.95rem;
  line-height:1;
  font-weight:900;
  letter-spacing:-.03em;
  color:#ff4f5c;
  transition:text-shadow .24s ease, transform .24s ease, color .24s ease;
}
.contact-widget:hover .contact-widget-phone,
.contact-widget.is-expanded .contact-widget-phone{
  color:#ff3347;
  text-shadow:0 0 18px rgba(255,98,112,.3);
  transform:translateX(2px);
}
.contact-widget-qr{
  width:0;
  max-height:0;
  opacity:0;
  overflow:hidden;
  margin-left:16px;
  padding:0;
  border-radius:18px;
  background:rgba(255,255,255,.98);
  border:1px solid rgba(255,183,183,.18);
  box-shadow:0 18px 38px rgba(8,13,26,.26);
  display:grid;
  justify-items:center;
  gap:10px;
  transform:translateY(8px);
  transition:
    width .28s ease,
    max-height .28s ease,
    opacity .22s ease,
    transform .28s ease,
    padding .28s ease;
}
.contact-widget.is-expanded .contact-widget-qr{
  width:min(276px, calc(100vw - 44px));
  max-height:420px;
  opacity:1;
  padding:16px 16px 14px;
  transform:translateY(0);
}
.contact-widget-qr img{
  width:100%;
  max-width:220px;
  aspect-ratio:1;
  object-fit:contain;
  border-radius:14px;
  background:#fff;
}
.contact-widget-qr span{
  color:#5d6273;
  text-align:center;
  font-size:.92rem;
  line-height:1.45;
}
.contact-widget-qr a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:128px;
  padding:10px 14px;
  border-radius:999px;
  background:linear-gradient(180deg, #ff6771, #ff4e5c);
  color:#fff;
  font-weight:800;
  box-shadow:0 12px 24px rgba(255,85,102,.22);
}
@keyframes phone-swing{
  0%,100%{transform:rotate(0deg)}
  18%{transform:rotate(-18deg)}
  36%{transform:rotate(14deg)}
  54%{transform:rotate(-12deg)}
  72%{transform:rotate(8deg)}
}
@keyframes phone-ring{
  0%{transform:scale(.82);opacity:.75}
  100%{transform:scale(1.34);opacity:0}
}
@keyframes language-sheen{
  0%,42%{transform:translateX(0) skewX(-20deg);opacity:0}
  52%{opacity:.82}
  72%,100%{transform:translateX(330%) skewX(-20deg);opacity:0}
}
.site-footer{padding:40px 0 20px;border-top:1px solid var(--line-strong);background:linear-gradient(180deg, rgba(28,38,58,.52), rgba(16,22,34,.82))}
.footer-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:24px}
.footer-grid h3,.footer-grid h4{margin:0 0 12px}
.footer-grid p,.footer-grid li{color:var(--muted)}
.footer-grid a{display:inline-flex;color:#dde6f5;transition:color .2s ease, transform .2s ease, text-shadow .2s ease}
.footer-grid a:hover{color:#fff8ec;transform:translateX(4px);text-shadow:0 0 16px rgba(255,122,0,.38), 0 0 34px rgba(255,209,168,.24)}
.footer-grid ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.footer-facebook{display:grid;gap:10px;margin-top:18px;max-width:320px}
.footer-facebook-link{
  width:max-content;
  align-items:center;
  gap:10px;
  padding:9px 13px;
  border-radius:8px;
  color:#fff;
  background:linear-gradient(135deg,#1877f2,#0a55bf);
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 10px 24px rgba(24,119,242,.24), inset 0 0 0 1px rgba(255,255,255,.08);
}
.footer-facebook-link svg{width:22px;height:22px;fill:currentColor;filter:drop-shadow(0 0 10px rgba(255,255,255,.32))}
.footer-facebook-link:hover{
  color:#fff;
  transform:translateY(-2px);
  text-shadow:0 0 14px rgba(255,255,255,.55);
  box-shadow:0 14px 32px rgba(24,119,242,.34), 0 0 28px rgba(24,119,242,.22);
}
.footer-facebook-follow{
  display:block;
  width:min(300px,100%);
  max-width:100%;
  height:96px;
  border-radius:8px;
  background:rgba(255,255,255,.08);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line-strong);padding-top:18px;margin-top:24px;color:#b8c0cb;font-size:.9rem}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.form-grid > div{min-width:0}
.btn[disabled]{opacity:.55;cursor:not-allowed;pointer-events:none}
.split{display:flex;align-items:center;justify-content:space-between;gap:16px}
.tiny{font-size:.86rem;color:var(--muted)}
.empty-card{padding:28px;text-align:center}
.site-background-media{
  position:fixed;
  inset:-3%;
  z-index:-4;
  overflow:hidden;
  pointer-events:none;
  contain:paint;
}
.site-background-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(10,15,28,.12), rgba(8,12,22,.36));
}
.site-background-media picture{width:100%;height:100%}
.site-background-media img,
.site-background-media video{
  width:100%;
  height:100%;
  object-fit:cover;
}
.site-background-media img{
  filter:blur(5px) saturate(108%) brightness(.82);
  transform:scale(1.06);
}
.site-background-media video{
  filter:brightness(.6) saturate(.94);
  transform:translateZ(0) scale(1.01);
}
.site-background-video{
  position:absolute;
  inset:0;
  opacity:0;
  transition:opacity .6s ease;
  backface-visibility:hidden;
  will-change:opacity,transform;
}
.site-background-poster{
  opacity:1;
  transition:opacity .6s ease;
}
.site-background-media.is-video-ready .site-background-video{opacity:1}
.site-background-media.is-video-ready .site-background-poster{opacity:0}
body.has-custom-background::before{
  background:linear-gradient(180deg, rgba(16,22,36,.34), rgba(10,14,24,.48));
}
body.has-custom-background::after{display:none}
body.has-background-video .site-header{
  background:linear-gradient(180deg, rgba(18,24,36,.88), rgba(14,20,31,.78));
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
body.has-background-video .lang-switcher,
body.has-background-video .hero-card,
body.has-background-video .panel,
body.has-background-video .stat-card,
body.has-background-video .product-card,
body.has-background-video .empty-card,
body.has-background-video .admin-card,
body.has-background-video .feature-card,
body.has-background-video .product-score-list{
  backdrop-filter:blur(14px) saturate(114%);
  -webkit-backdrop-filter:blur(14px) saturate(114%);
}
@media (max-width: 1024px), (pointer: coarse){
  body.has-background-video .site-header,
  body.has-background-video .lang-switcher,
  body.has-background-video .hero-card,
  body.has-background-video .panel,
  body.has-background-video .stat-card,
  body.has-background-video .product-card,
  body.has-background-video .empty-card,
  body.has-background-video .admin-card,
  body.has-background-video .feature-card,
  body.has-background-video .product-score-list{
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
  }
  body.has-background-video .site-header{
    background:rgba(17,24,37,.94);
  }
  body.has-background-video .lang-switcher,
  body.has-background-video .hero-card,
  body.has-background-video .panel,
  body.has-background-video .stat-card,
  body.has-background-video .product-card,
  body.has-background-video .empty-card,
  body.has-background-video .admin-card,
  body.has-background-video .feature-card,
  body.has-background-video .product-score-list{
    background:
      linear-gradient(180deg, rgba(33,43,63,.9), rgba(20,28,42,.88)),
      linear-gradient(135deg, rgba(178,206,255,.1), rgba(255,193,155,.08));
  }
}
.lang-switcher,
.hero-card,.panel,.stat-card,.product-card,.empty-card,.admin-card,
.feature-card,
.product-score-list{
  background:
    linear-gradient(180deg, rgba(255,255,255,.24), rgba(255,255,255,.08) 34%, rgba(255,255,255,.04)),
    linear-gradient(135deg, rgba(178,206,255,.18), rgba(255,255,255,.06) 40%, rgba(255,193,155,.12) 100%);
  border-color:rgba(255,255,255,.28);
  box-shadow:
    0 26px 58px rgba(7,11,24,.2),
    inset 0 1px 0 rgba(255,255,255,.36),
    inset 0 18px 22px rgba(255,255,255,.08),
    inset 0 -20px 36px rgba(120,154,255,.08);
  backdrop-filter:blur(30px) saturate(156%);
  -webkit-backdrop-filter:blur(30px) saturate(156%);
  position:relative;
  isolation:isolate;
}
.lang-switcher::before,
.lang-switcher::after,
.hero-card::before,.hero-card::after,
.panel::before,.panel::after,
.stat-card::before,.stat-card::after,
.product-card::before,.product-card::after,
.empty-card::before,.empty-card::after,
.admin-card::before,.admin-card::after,
.feature-card::before,.feature-card::after,
.product-score-list::before,.product-score-list::after{
  display:none;
}
.site-header{
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.06)),
    linear-gradient(180deg, rgba(21,29,47,.62), rgba(15,21,35,.48));
}
.lang-switcher,
.lang-switcher select{
  background:
    linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.06)),
    linear-gradient(180deg, rgba(34,46,72,.64), rgba(24,32,50,.52));
  border-color:rgba(255,255,255,.2);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18), inset 0 -12px 20px rgba(84,116,183,.06);
}
.lang-switcher{
  background:linear-gradient(135deg, rgba(255,122,0,.34), rgba(60,95,185,.58));
  border-color:rgba(255,190,127,.42);
  box-shadow:0 0 0 1px rgba(255,255,255,.08) inset, 0 12px 30px rgba(255,122,0,.18);
}
.lang-switcher::before{
  display:block;
}
.lang-switcher select{
  background-color:rgba(31,42,66,.78);
  border-color:rgba(255,255,255,.32);
}
.product-score-list{
  background:
    linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,.08)),
    linear-gradient(145deg, rgba(186,212,255,.16), rgba(255,255,255,.05) 44%, rgba(255,187,144,.1));
}
.product-image,.post-image{
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04)),
    linear-gradient(145deg, rgba(167,198,255,.14), rgba(255,186,138,.08));
  border:1px solid rgba(255,255,255,.18);
}
@keyframes starPulseA{
  0%,18%,100%{opacity:.38;transform:scale(1)}
  20%{opacity:1;transform:scale(1.85)}
  22%{opacity:.62;transform:scale(1.1)}
  54%{opacity:.3;transform:scale(.95)}
  58%{opacity:.94;transform:scale(1.65)}
  61%{opacity:.5;transform:scale(1)}
}
@keyframes starPulseB{
  0%,42%,100%{opacity:.24;transform:scale(.95)}
  45%{opacity:.92;transform:scale(1.9)}
  47%{opacity:.48;transform:scale(1.04)}
  78%{opacity:.22;transform:scale(.9)}
  82%{opacity:.88;transform:scale(1.55)}
  84%{opacity:.4;transform:scale(1)}
}
@media (max-width: 980px){
  .hero-grid,.footer-grid,.feature-grid,.stats-grid{grid-template-columns:1fr 1fr}
  .products-grid{grid-auto-columns:minmax(250px, calc((100% - 36px) / 3))}
}
@media (max-width: 760px){
  .nav-toggle{display:block}
  main{padding-top:82px}
  .nav{position:absolute;left:16px;right:16px;top:78px;padding:18px;border-radius:22px;background:rgba(14,14,18,.98);border:1px solid var(--line);display:none;flex-direction:column;align-items:stretch}
  .nav.open{display:flex}
  .lang-switcher{width:100%;justify-content:space-between}
  .hero{
    padding:22px 0 12px;
  }
  .stats{
    padding:8px 0 14px;
  }
  .section{
    padding:18px 0 30px;
  }
  .section-head{
    margin-bottom:14px;
  }
  .section-head h2{
    font-size:1.56rem;
  }
  .section-head p{
    font-size:.92rem;
    margin-top:6px;
  }
  .home-hero{
    padding-bottom:6px;
  }
  .home-stats{
    padding:6px 0 10px;
  }
  .home-feature-section{
    padding:10px 0 16px;
  }
  .home-featured-section{
    padding:10px 0 26px;
  }
  .home-feature-section .section-head,
  .home-featured-section .section-head{
    margin-bottom:10px;
  }
  .contact-widget{
    left:10px;
    right:auto;
    bottom:10px;
    gap:8px;
  }
  .contact-widget-main{
    min-width:0;
    width:min(calc(100vw - 20px), 212px);
    min-height:50px;
    padding:6px 12px 6px 8px;
    grid-template-columns:42px minmax(0,1fr);
    gap:10px;
  }
  .contact-widget:hover .contact-widget-main,
  .contact-widget.is-expanded .contact-widget-main{
    min-width:0;
    width:min(calc(100vw - 20px), 232px);
  }
  .contact-widget-icon{
    width:42px;
    height:42px;
  }
  .contact-widget-icon svg{
    width:20px;
    height:20px;
  }
  .contact-widget-ring{
    inset:-5px;
  }
  .contact-widget-copy strong{
    font-size:.72rem;
    letter-spacing:.04em;
  }
  .contact-widget-phone{
    font-size:1.1rem;
    white-space:nowrap;
  }
  .contact-widget-qr{
    margin-left:0;
  }
  .contact-widget.is-expanded .contact-widget-qr{
    width:min(210px, calc(100vw - 20px));
    padding:12px 12px 10px;
  }
  .contact-widget-qr img{
    max-width:160px;
  }
  .contact-widget-qr span{
    font-size:.74rem;
  }
  .hero-grid,.feature-grid,.stats-grid,.quick-grid,.form-grid,.footer-grid{grid-template-columns:1fr}
  .footer-facebook{max-width:100%}
  .footer-facebook-follow{width:100%}
  .stats-grid{
    display:grid;
    grid-template-columns:none;
    grid-auto-flow:column;
    grid-auto-columns:minmax(220px, 82vw);
    gap:12px;
    overflow-x:auto;
    overflow-y:hidden;
    padding:2px 2px 8px;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
  }
  .stats-grid::-webkit-scrollbar{
    display:none;
  }
  .stats-grid > *{
    scroll-snap-align:start;
    height:100%;
  }
  .stat-card{
    min-height:220px;
    padding:16px 18px;
    display:grid;
    align-content:start;
    gap:8px;
  }
  .stat-card .label{
    font-size:.84rem;
    line-height:1.45;
    min-height:calc(2 * 1.45em);
  }
  .stat-card .number{
    font-size:1.92rem;
    margin:0;
    line-height:1;
  }
  .stat-card .pulse{
    padding:5px 10px;
    font-size:.76rem;
    align-self:end;
    margin-top:auto;
  }
  .feature-grid{
    display:grid;
    grid-template-columns:none;
    grid-auto-flow:column;
    grid-auto-columns:minmax(268px, 86vw);
    gap:12px;
    overflow-x:auto;
    overflow-y:hidden;
    padding:2px 2px 8px;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
  }
  .feature-grid::-webkit-scrollbar{
    display:none;
  }
  .feature-grid > *{
    scroll-snap-align:start;
    height:100%;
  }
  .feature-card{
    min-height:260px;
    padding:18px;
    display:grid;
    grid-template-rows:auto minmax(calc(2 * 1.14em), auto) minmax(calc(4 * 1.55em), auto) auto;
    align-content:start;
  }
  .feature-card h3{
    font-size:1.04rem;
    line-height:1.14;
    margin:6px 0 10px;
    min-height:calc(2 * 1.14em);
  }
  .feature-card .muted{
    margin:0;
    font-size:.9rem;
    line-height:1.55;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    overflow:hidden;
  }
  .feature-card .inline-link{
    margin-top:12px;
    align-self:end;
  }
  .products-grid{
    gap:12px;
    grid-auto-columns:minmax(196px, calc((100% - 12px) / 1.7));
  }
  .products-rail-arrow{display:none}
  .product-card{
    border-radius:18px;
  }
  .product-image{
    aspect-ratio:16/9;
    padding:14px;
  }
  .product-body{
    padding:12px 12px 14px;
    grid-template-rows:auto minmax(calc(2 * 1.04em), auto) auto 1fr;
    gap:8px;
  }
  .product-body h3{
    min-height:calc(2 * 1.04em);
  }
  .product-name-trigger{
    font-size:1.12rem;
    line-height:1.04;
  }
  .tag{
    padding:5px 10px;
    font-size:.72rem;
  }
  .product-pricing{
    gap:4px;
    padding-bottom:0;
  }
  .price-row{
    gap:8px;
  }
  .price-current{
    font-size:1.28rem;
  }
  .price-discount-badge{
    padding:4px 8px;
    font-size:.7rem;
  }
  .price-original{
    font-size:.76rem;
  }
  .product-card .spec-list{
    gap:4px;
    font-size:.8rem;
    line-height:1.42;
  }
  .product-card .spec-list li:nth-child(n+5){
    display:none;
  }
  .card-actions{
    margin-top:10px;
  }
  .footer-bottom,.section-head,.split,.visual-editor-toolbar,.visual-editor-actions,.visual-editor-adminbar,.visual-editor-admin-menu{flex-direction:column;align-items:flex-start}
  .hero h1{max-width:10ch}
  .price-current{
    animation:price-cyclone 6.6s linear infinite;
  }
  .price-current::after{
    animation:price-cyclone 6.6s linear infinite reverse;
  }
  .product-pricing::before{
    animation:price-wind 5.4s linear infinite;
    opacity:.58;
  }
  .price-current::after{
    filter:blur(7px);
  }
}
@media (max-width: 420px){
  .products-grid{
    grid-auto-columns:minmax(182px, calc((100% - 10px) / 1.55));
  }
  .product-image{
    padding:12px;
  }
  .product-name-trigger{
    font-size:1.02rem;
  }
  .price-current{
    font-size:1.18rem;
  }
  .product-card .spec-list{
    font-size:.76rem;
  }
  .contact-widget-main{
    width:min(calc(100vw - 20px), 196px);
  }
  .contact-widget:hover .contact-widget-main,
  .contact-widget.is-expanded .contact-widget-main{
    width:min(calc(100vw - 20px), 214px);
  }
  .contact-widget-phone{
    font-size:1rem;
  }
}
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
    transition-duration:.001ms !important;
  }
}
