/* ============================================================
   Любощі — "Іграшки для неї" landing page
   Editorial · category tiles · buying guide · materials · FAQ
   ============================================================ */

/* Hide parent theme chrome — for-her, for-him, for-pair, AND for-lubes landing pages */
html body.lyu-page-toys-her .lte-page-header,
html body.lyu-page-toys-her header.lte-page-header,
html body.lyu-page-toys-her .lte-header-wrapper.hasBreadcrumbs > header,
html body.lyu-page-toys-her .lte-header-h1-wrapper,
html body.lyu-page-toys-her ul.breadcrumbs,
html body.lyu-page-toys-him .lte-page-header,
html body.lyu-page-toys-him header.lte-page-header,
html body.lyu-page-toys-him .lte-header-wrapper.hasBreadcrumbs > header,
html body.lyu-page-toys-him .lte-header-h1-wrapper,
html body.lyu-page-toys-him ul.breadcrumbs,
html body.lyu-page-toys-pair .lte-page-header,
html body.lyu-page-toys-pair header.lte-page-header,
html body.lyu-page-toys-pair .lte-header-wrapper.hasBreadcrumbs > header,
html body.lyu-page-toys-pair .lte-header-h1-wrapper,
html body.lyu-page-toys-pair ul.breadcrumbs,
html body.lyu-page-toys-lubes .lte-page-header,
html body.lyu-page-toys-lubes header.lte-page-header,
html body.lyu-page-toys-lubes .lte-header-wrapper.hasBreadcrumbs > header,
html body.lyu-page-toys-lubes .lte-header-h1-wrapper,
html body.lyu-page-toys-lubes ul.breadcrumbs,
html body.lyu-page-toys-lingerie .lte-page-header,
html body.lyu-page-toys-lingerie header.lte-page-header,
html body.lyu-page-toys-lingerie .lte-header-wrapper.hasBreadcrumbs > header,
html body.lyu-page-toys-lingerie .lte-header-h1-wrapper,
html body.lyu-page-toys-lingerie ul.breadcrumbs,
html body.lyu-page-toys-stim .lte-page-header,
html body.lyu-page-toys-stim header.lte-page-header,
html body.lyu-page-toys-stim .lte-header-wrapper.hasBreadcrumbs > header,
html body.lyu-page-toys-stim .lte-header-h1-wrapper,
html body.lyu-page-toys-stim ul.breadcrumbs {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}
html body.lyu-page-toys-her .lte-header-wrapper.hasBreadcrumbs,
html body.lyu-page-toys-her .container.main-wrapper,
html body.lyu-page-toys-her .lte-wc-wrapper.margin-default,
html body.lyu-page-toys-her .lte-wc-wrapper > .row,
html body.lyu-page-toys-her .lte-wc-wrapper > .row > [class*="col-"],
html body.lyu-page-toys-him .lte-header-wrapper.hasBreadcrumbs,
html body.lyu-page-toys-him .container.main-wrapper,
html body.lyu-page-toys-him .lte-wc-wrapper.margin-default,
html body.lyu-page-toys-him .lte-wc-wrapper > .row,
html body.lyu-page-toys-him .lte-wc-wrapper > .row > [class*="col-"],
html body.lyu-page-toys-lubes .lte-header-wrapper.hasBreadcrumbs,
html body.lyu-page-toys-lubes .container.main-wrapper,
html body.lyu-page-toys-lubes .lte-wc-wrapper.margin-default,
html body.lyu-page-toys-lubes .lte-wc-wrapper > .row,
html body.lyu-page-toys-lubes .lte-wc-wrapper > .row > [class*="col-"],
html body.lyu-page-toys-lingerie .lte-header-wrapper.hasBreadcrumbs,
html body.lyu-page-toys-lingerie .container.main-wrapper,
html body.lyu-page-toys-lingerie .lte-wc-wrapper.margin-default,
html body.lyu-page-toys-lingerie .lte-wc-wrapper > .row,
html body.lyu-page-toys-lingerie .lte-wc-wrapper > .row > [class*="col-"],
html body.lyu-page-toys-stim .lte-header-wrapper.hasBreadcrumbs,
html body.lyu-page-toys-stim .container.main-wrapper,
html body.lyu-page-toys-stim .lte-wc-wrapper.margin-default,
html body.lyu-page-toys-stim .lte-wc-wrapper > .row,
html body.lyu-page-toys-stim .lte-wc-wrapper > .row > [class*="col-"],
html body.lyu-page-toys-pair .lte-header-wrapper.hasBreadcrumbs,
html body.lyu-page-toys-pair .container.main-wrapper,
html body.lyu-page-toys-pair .lte-wc-wrapper.margin-default,
html body.lyu-page-toys-pair .lte-wc-wrapper > .row,
html body.lyu-page-toys-pair .lte-wc-wrapper > .row > [class*="col-"] {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  max-width: none !important;
}
/* Suppress parent theme's blockquote pseudo-element quote marks across all three landing pages */
html body.lyu-page-toys-her blockquote::before,
html body.lyu-page-toys-her blockquote::after,
html body.lyu-page-toys-him blockquote::before,
html body.lyu-page-toys-him blockquote::after,
html body.lyu-page-toys-pair blockquote::before,
html body.lyu-page-toys-pair blockquote::after {
  display: none !important;
  content: none !important;
}
html body.lyu-page-toys-her blockquote .lte-triangle,
html body.lyu-page-toys-him blockquote .lte-triangle,
html body.lyu-page-toys-pair blockquote .lte-triangle {
  display: none !important;
}

/* ============================================================
   Design tokens
   ============================================================ */
.lyu-toys {
  --red:        #f2053c;
  --red-dark:   #cb003d;
  --red-soft:   rgba(242,5,60,.06);
  --grad:       linear-gradient(135deg, #f2053c 0%, #cb003d 100%);
  --grad-soft:  linear-gradient(135deg, rgba(242,5,60,.10), rgba(203,0,61,.04));
  --dark:       #0a0c14;
  --dark-2:     #14171f;
  --dark-3:     #1c2030;
  --line:       rgba(255,255,255,.10);
  --line-2:     rgba(255,255,255,.18);
  --line-light: #e6e8ee;
  --text:       #f5f5f7;
  --text-2:     #c8cad2;
  --text-3:     #8c8f9a;
  --ink:        #14171f;
  --ink-2:      #4a4d58;
  --ink-muted:  #6b6e78;
  --surface:    #f4f4f8;
  --surface-2:  #ebebf0;
  --card:       #ffffff;
  --r-sm:       8px;
  --r:          14px;
  --r-lg:       22px;
  --r-xl:       30px;
  --shadow-sm:  0 2px 6px rgba(20,23,31,.06);
  --shadow-md:  0 8px 28px rgba(20,23,31,.10);
  --shadow-lg:  0 18px 50px rgba(20,23,31,.16);
  --shadow-cta: 0 14px 36px rgba(242,5,60,.32);
  --ease:       cubic-bezier(.2,.65,.3,1);
  --serif:      "Iowan Old Style", "Apple Garamond", Baskerville, "Hoefler Text", "Times New Roman", Times, serif;
  --sans:       "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;

  position: relative;
  background: var(--surface);
  color: var(--ink);
  padding: 0 0 100px;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-family: var(--sans);
}
.lyu-toys *,
.lyu-toys *::before,
.lyu-toys *::after { box-sizing: border-box; }

.lyu-toys__wrap {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.lyu-toys__grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .035;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 1 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 240px 240px;
}

/* ============================================================
   BREADCRUMBS
   ============================================================ */
.lyu-toys__bc {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 22px 0 8px;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.lyu-toys__bc a { color: var(--ink-muted); text-decoration: none; transition: color .22s var(--ease); }
.lyu-toys__bc a:hover { color: var(--red); }
.lyu-toys__bc-sep { color: var(--line-light); }
.lyu-toys__bc-current { color: var(--ink); font-weight: 600; }

/* ============================================================
   HERO
   ============================================================ */
.lyu-toys__hero {
  position: relative;
  margin: 16px 0 28px;
  padding: 96px 64px 80px;
  background: var(--dark);
  background-image:
    radial-gradient(1100px 500px at 110% -10%, rgba(242,5,60,.28), transparent 60%),
    radial-gradient(700px 360px at -10% 110%, rgba(203,0,61,.18), transparent 60%),
    linear-gradient(180deg, #0a0c14 0%, #14171f 100%);
  border-radius: var(--r-xl);
  color: var(--text);
  overflow: hidden;
  isolation: isolate;
}
.lyu-toys__hero-glow {
  position: absolute;
  inset: -1px;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 1 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/></svg>");
  background-size: 200px 200px;
  opacity: .06;
  mix-blend-mode: screen;
}
.lyu-toys__hero-ornament {
  position: absolute;
  top: 32px;
  right: 40px;
  color: var(--red);
  opacity: .8;
  z-index: 2;
  animation: lyu-th-pulse 6s ease-in-out infinite;
}
@keyframes lyu-th-pulse {
  0%,100% { transform: scale(1); opacity: .8; }
  50%     { transform: scale(1.06); opacity: 1; }
}
.lyu-toys__hero > * { position: relative; z-index: 2; }

.lyu-toys__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 28px;
  padding: 6px 14px 6px 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-2);
  animation: lyu-th-rise .9s var(--ease) both .05s;
}
.lyu-toys__eyebrow-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--grad);
  box-shadow: 0 0 12px rgba(242,5,60,.6);
}

.lyu-toys__title {
  margin: 0 0 24px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(46px, 8vw, 108px);
  line-height: .98;
  letter-spacing: -.03em;
  color: var(--text);
  max-width: 16ch;
  animation: lyu-th-rise 1s var(--ease) both .15s;
}
.lyu-toys__title em {
  font-style: italic;
  background: linear-gradient(135deg, #ff5b7e 0%, #f2053c 60%, #cb003d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  padding-right: .04em;
}

.lyu-toys__lede {
  margin: 0 0 40px;
  max-width: 62ch;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.65;
  color: var(--text-2);
  animation: lyu-th-rise 1s var(--ease) both .3s;
}

/* Hero stats row */
.lyu-toys__hero-stats {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 56px;
  margin: 0 0 44px;
  padding: 28px 0 0;
  border-top: 1px solid rgba(255,255,255,.10);
  animation: lyu-th-rise 1s var(--ease) both .4s;
}
.lyu-toys__hstat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.lyu-toys__hstat-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
  letter-spacing: -.03em;
  color: var(--text);
}
.lyu-toys__hstat-num sup {
  font-size: .45em;
  color: var(--red);
  font-style: normal;
  vertical-align: super;
  margin-left: 2px;
}
.lyu-toys__hstat-num small {
  font-size: .35em;
  color: var(--text-3);
  font-style: normal;
  margin-left: 4px;
}
.lyu-toys__hstat-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-3);
}

.lyu-toys__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  animation: lyu-th-rise 1s var(--ease) both .55s;
}
.lyu-toys__hbtn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .22s var(--ease), gap .22s var(--ease), box-shadow .22s var(--ease);
}

/* Primary hero button — red gradient bg, white text in ALL states.
   Parent theme has `.elementor a:hover { color: var(--main) }` style rules
   that turn the text red on hover (blending with the bg). Force white. */
.lyu-toys .lyu-toys__hero a.lyu-toys__hbtn--primary,
.lyu-toys .lyu-toys__hero a.lyu-toys__hbtn--primary:link,
.lyu-toys .lyu-toys__hero a.lyu-toys__hbtn--primary:visited,
.lyu-toys .lyu-toys__hero a.lyu-toys__hbtn--primary:hover,
.lyu-toys .lyu-toys__hero a.lyu-toys__hbtn--primary:focus,
.lyu-toys .lyu-toys__hero a.lyu-toys__hbtn--primary:active {
  background: var(--grad) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: var(--shadow-cta);
}
.lyu-toys .lyu-toys__hero a.lyu-toys__hbtn--primary span,
.lyu-toys .lyu-toys__hero a.lyu-toys__hbtn--primary svg,
.lyu-toys .lyu-toys__hero a.lyu-toys__hbtn--primary:hover span,
.lyu-toys .lyu-toys__hero a.lyu-toys__hbtn--primary:hover svg {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  stroke: #ffffff !important;
}
.lyu-toys .lyu-toys__hero a.lyu-toys__hbtn--primary:hover {
  transform: translateY(-2px);
  gap: 14px;
  box-shadow: 0 18px 44px rgba(242,5,60,.42) !important;
}

/* Ghost hero button — light text on dark hero, also forced */
.lyu-toys .lyu-toys__hero a.lyu-toys__hbtn--ghost,
.lyu-toys .lyu-toys__hero a.lyu-toys__hbtn--ghost:link,
.lyu-toys .lyu-toys__hero a.lyu-toys__hbtn--ghost:visited,
.lyu-toys .lyu-toys__hero a.lyu-toys__hbtn--ghost:hover,
.lyu-toys .lyu-toys__hero a.lyu-toys__hbtn--ghost:focus {
  background: rgba(255,255,255,.06) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border: 1px solid rgba(255,255,255,.16);
}
.lyu-toys .lyu-toys__hero a.lyu-toys__hbtn--ghost span,
.lyu-toys .lyu-toys__hero a.lyu-toys__hbtn--ghost svg,
.lyu-toys .lyu-toys__hero a.lyu-toys__hbtn--ghost:hover span,
.lyu-toys .lyu-toys__hero a.lyu-toys__hbtn--ghost:hover svg {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  stroke: #ffffff !important;
}
.lyu-toys .lyu-toys__hero a.lyu-toys__hbtn--ghost:hover {
  background: rgba(255,255,255,.12) !important;
  border-color: rgba(255,255,255,.28) !important;
}

.lyu-toys__hbtn svg { transition: transform .22s var(--ease); }
.lyu-toys__hbtn--primary:hover svg { transform: translateY(2px); }
.lyu-toys__hbtn--ghost:hover svg   { transform: translateX(3px); }

@keyframes lyu-th-rise {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.lyu-toys__trust {
  list-style: none;
  margin: 0 0 72px;
  padding: 22px 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 32px;
  background: var(--card);
  border: 1px solid var(--line-light);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
}
.lyu-toys__trust li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
}
.lyu-toys__trust svg { color: var(--red); flex-shrink: 0; }

/* ============================================================
   SECTION HEADERS (numbered)
   ============================================================ */
.lyu-toys__shead {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  margin: 0 0 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line-light);
}
.lyu-toys__snum {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  color: var(--red);
  padding: 7px 13px;
  border: 1.5px solid var(--red);
  border-radius: 999px;
  background: var(--red-soft);
  line-height: 1;
  margin-top: 6px;
}
.lyu-toys__shead-text {
  flex: 1;
  min-width: 0;
}
.lyu-toys__stitle {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--ink);
}
.lyu-toys__stitle em {
  font-style: italic;
  color: var(--red);
}
.lyu-toys__slede {
  margin: 0;
  max-width: 64ch;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-muted);
}

/* ============================================================
   CATEGORY TILES (9 in a 3-col grid)
   ============================================================ */
.lyu-toys__categories { margin: 0 0 80px; }

.lyu-toys__cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0 0 32px;
}
.lyu-toys__cat {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 32px 28px 28px;
  background: var(--card);
  border: 1px solid var(--line-light);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.lyu-toys__cat::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--grad);
  transform: translateY(-100%);
  transition: transform .35s var(--ease);
}
.lyu-toys__cat:hover {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: var(--shadow-md);
}
.lyu-toys__cat:hover::before {
  transform: translateY(0);
}
.lyu-toys__cat-num {
  position: absolute;
  top: 22px;
  right: 26px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: var(--ink-muted);
  opacity: .5;
  letter-spacing: .02em;
}
.lyu-toys__cat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: var(--grad);
  color: #fff;
  box-shadow: 0 8px 22px rgba(242,5,60,.30);
}
.lyu-toys__cat-name {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 1.2;
  letter-spacing: -.015em;
  color: var(--ink);
}
.lyu-toys__cat-desc {
  margin: 0 0 18px;
  flex: 1;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink-2);
}
.lyu-toys__cat-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--surface);
  color: var(--ink-muted);
  margin-top: auto;
  transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
}
.lyu-toys__cat:hover .lyu-toys__cat-arrow {
  background: var(--grad);
  color: #fff;
  transform: translateX(4px);
}

/* "More" chip strip */
.lyu-toys__cat-more {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 14px;
  padding: 20px 24px;
  background: var(--card);
  border: 1px dashed var(--line-light);
  border-radius: var(--r);
}
.lyu-toys__cat-more-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-muted);
  flex-shrink: 0;
  margin-right: 4px;
}
.lyu-toys__cat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.lyu-toys__chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: var(--surface);
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-2);
  text-decoration: none;
  transition: all .22s var(--ease);
}
.lyu-toys__chip:hover {
  background: #fff;
  border-color: var(--red);
  color: var(--red);
  transform: translateY(-1px);
}

/* ============================================================
   POPULAR PRODUCTS (live WC)
   ============================================================ */
.lyu-toys__popular { margin: 0 0 80px; }

.lyu-toys__products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 0 0 32px;
}
.lyu-toys__product {
  background: var(--card);
  border: 1px solid var(--line-light);
  border-radius: var(--r);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.lyu-toys__product:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.lyu-toys__product-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.lyu-toys__product-img {
  position: relative;
  aspect-ratio: 1;
  background: var(--surface);
  overflow: hidden;
}
.lyu-toys__product-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s var(--ease);
}
.lyu-toys__product:hover .lyu-toys__product-img img {
  transform: scale(1.05);
}
.lyu-toys__product-sale {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  background: var(--grad);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(242,5,60,.36);
}
.lyu-toys__product-name {
  margin: 0;
  padding: 16px 16px 4px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: var(--ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3em;
}
.lyu-toys__product-price {
  padding: 0 16px 16px;
  font-size: 15px;
  font-weight: 700;
  color: var(--red);
}
.lyu-toys__product-price del {
  color: var(--ink-muted);
  font-weight: 400;
  font-size: 12px;
  margin-right: 6px;
}
.lyu-toys__product-price ins {
  text-decoration: none;
}

.lyu-toys__see-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 999px;
  background: var(--card);
  border: 1.5px solid var(--ink);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .22s var(--ease);
}
.lyu-toys__see-all:hover {
  background: var(--ink);
  color: #fff;
  gap: 14px;
}

/* Wrapper, що центрує "Переглянути всі товари лістингом" під product grid */
.lyu-toys__see-all-wrap {
  display: flex;
  justify-content: center;
  margin: 32px 0 0;
}

/* Section header з action-кнопкою справа (Топ продажів → "Усі товари") */
.lyu-toys__shead--with-action {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.lyu-toys__shead--with-action .lyu-toys__shead-main {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  flex: 1 1 auto;
  min-width: 0;
}
.lyu-toys__shead-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  margin-top: 6px;
  border-radius: 999px;
  background: transparent;
  border: 1.5px solid var(--ink, #14171f);
  color: var(--ink, #14171f);
  font-family: var(--sans, "Open Sans", system-ui, sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background .22s var(--ease, cubic-bezier(.2,.65,.3,1)),
              color .22s var(--ease, cubic-bezier(.2,.65,.3,1)),
              gap .22s var(--ease, cubic-bezier(.2,.65,.3,1)),
              transform .22s var(--ease, cubic-bezier(.2,.65,.3,1)),
              box-shadow .22s var(--ease, cubic-bezier(.2,.65,.3,1));
}
.lyu-toys__shead-link:hover,
.lyu-toys__shead-link:focus-visible {
  background: var(--ink, #14171f);
  color: #fff;
  gap: 12px;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(20, 23, 31, 0.18);
  outline: none;
}

@media (max-width: 720px) {
  .lyu-toys__shead--with-action {
    flex-direction: column;
    gap: 14px;
  }
  .lyu-toys__shead-link {
    align-self: flex-start;
    margin-top: 0;
    padding: 9px 16px;
    font-size: 11px;
  }
  .lyu-toys__see-all-wrap {
    margin-top: 24px;
  }
  .lyu-toys__see-all {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    font-size: 12px;
  }
}

/* ============================================================
   BUYING GUIDE (6 cards)
   ============================================================ */
.lyu-toys__guide { margin: 0 0 60px; }
.lyu-toys__guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
/* 4-column variant for sections with exactly 4 cards (e.g., scenarios for two) */
.lyu-toys__guide-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
.lyu-toys__guide-card {
  position: relative;
  padding: 32px 28px 28px;
  background: var(--card);
  border: 1px solid var(--line-light);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.lyu-toys__guide-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.lyu-toys__guide-step {
  display: inline-block;
  margin-bottom: 18px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -.04em;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.lyu-toys__guide-h {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -.015em;
  color: var(--ink);
}
.lyu-toys__guide-p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-2);
}

/* ============================================================
   SEO LONGFORM BLOCK (term description from WC admin)
   Used on /product-category/lubrykanty-ta-zmazky/ та інших
   category-лендингах де хочеться повний editorial-текст.
   ============================================================ */
.lyu-toys__seo { margin: 0 0 80px; }
.lyu-toys__seo-article {
  max-width: 760px;
  margin: 0 auto;
  font-family: var(--sans, "Open Sans", system-ui, sans-serif);
  font-size: 17px;
  line-height: 1.72;
  color: var(--ink-2, #4a4d58);
  padding: 0 4px;
}
.lyu-toys__seo-article > *:first-child { margin-top: 0; }
.lyu-toys__seo-article > *:last-child  { margin-bottom: 0; }

.lyu-toys__seo-article h2 {
  margin: 56px 0 18px;
  font-family: var(--serif, "Iowan Old Style", Baskerville, serif);
  font-weight: 400;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.18;
  letter-spacing: -.01em;
  color: var(--ink, #14171f);
  scroll-margin-top: 96px;
}
.lyu-toys__seo-article h2:first-child { margin-top: 0; }
.lyu-toys__seo-article h3 {
  margin: 36px 0 14px;
  font-family: var(--serif, "Iowan Old Style", Baskerville, serif);
  font-weight: 400;
  font-size: clamp(20px, 1.9vw, 24px);
  line-height: 1.25;
  color: var(--ink, #14171f);
}
.lyu-toys__seo-article h4 {
  margin: 28px 0 10px;
  font-family: var(--sans, "Open Sans", system-ui, sans-serif);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  color: var(--ink, #14171f);
  letter-spacing: -.005em;
}
.lyu-toys__seo-article p {
  margin: 0 0 18px;
}
.lyu-toys__seo-article p strong,
.lyu-toys__seo-article li strong {
  color: var(--ink, #14171f);
  font-weight: 700;
}
.lyu-toys__seo-article a {
  color: var(--red, #f2053c);
  text-decoration: underline;
  text-decoration-color: rgba(242, 5, 60, .35);
  text-underline-offset: 3px;
  transition: text-decoration-color .2s ease;
}
.lyu-toys__seo-article a:hover {
  text-decoration-color: var(--red, #f2053c);
}

.lyu-toys__seo-article ul,
.lyu-toys__seo-article ol {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.lyu-toys__seo-article ul li,
.lyu-toys__seo-article ol li {
  position: relative;
  padding: 4px 0 4px 30px;
  line-height: 1.6;
}
.lyu-toys__seo-article ul li::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 14px;
  width: 8px;
  height: 8px;
  background: var(--grad, linear-gradient(135deg, #f2053c 0%, #cb003d 100%));
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(242, 5, 60, .08);
}
.lyu-toys__seo-article ol {
  counter-reset: lyu-seo-ol;
}
.lyu-toys__seo-article ol li {
  counter-increment: lyu-seo-ol;
  padding-left: 36px;
}
.lyu-toys__seo-article ol li::before {
  content: counter(lyu-seo-ol, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 4px;
  font-family: var(--serif, serif);
  font-style: italic;
  font-size: 17px;
  color: var(--red, #f2053c);
  font-weight: 400;
}

.lyu-toys__seo-article blockquote {
  margin: 22px 0;
  padding: 18px 22px;
  background: rgba(242, 5, 60, .05);
  border-left: 3px solid var(--red, #f2053c);
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: var(--ink-2, #4a4d58);
}
.lyu-toys__seo-article blockquote p:last-child { margin-bottom: 0; }

/* Comparison tables (e.g., types-of-lubes matrix) */
.lyu-toys__seo-article table {
  width: 100%;
  margin: 26px 0 32px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--line-light, #e6e8ee);
  border-radius: 14px;
  overflow: hidden;
  font-size: 14.5px;
  line-height: 1.55;
  background: var(--card, #fff);
}
.lyu-toys__seo-article thead th {
  text-align: left;
  background: linear-gradient(180deg, rgba(242, 5, 60, .07), rgba(242, 5, 60, .03));
  padding: 14px 18px;
  font-family: var(--serif, "Iowan Old Style", serif);
  font-weight: 400;
  font-size: 15px;
  color: var(--ink, #14171f);
  letter-spacing: -.005em;
  border-bottom: 1px solid var(--line-light, #e6e8ee);
  vertical-align: bottom;
}
.lyu-toys__seo-article tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--line-light, #e6e8ee);
  color: var(--ink-2, #4a4d58);
  vertical-align: top;
}
.lyu-toys__seo-article tbody tr:last-child td { border-bottom: 0; }
.lyu-toys__seo-article tbody tr:nth-child(even) td {
  background: rgba(20, 23, 31, .015);
}
.lyu-toys__seo-article tbody td:first-child {
  font-weight: 700;
  color: var(--ink, #14171f);
}

@media (max-width: 720px) {
  .lyu-toys__seo-article { font-size: 16px; line-height: 1.7; }
  .lyu-toys__seo-article h2 { margin-top: 44px; font-size: 24px; }
  .lyu-toys__seo-article h3 { margin-top: 28px; font-size: 19px; }
  .lyu-toys__seo-article table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 14px;
  }
  .lyu-toys__seo-article table thead th,
  .lyu-toys__seo-article table tbody td {
    white-space: normal;
    min-width: 160px;
  }
}

/* ── Collapse/expand wrapper ───────────────────────────── */
.lyu-toys__seo-wrap {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}
.lyu-toys__seo-wrap .lyu-toys__seo-article {
  max-width: none; /* override the article's own max-width */
  margin: 0;
}

/* Closed state — clamp height + gradient fade */
.lyu-toys__seo-wrap.is-collapsed .lyu-toys__seo-article {
  max-height: 540px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, #000 0, #000 70%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 0, #000 70%, transparent 100%);
}
.lyu-toys__seo-wrap.is-collapsed .lyu-toys__seo-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: linear-gradient(
    to bottom,
    rgba(244, 244, 248, 0) 0%,
    rgba(244, 244, 248, .6) 45%,
    rgba(244, 244, 248, .96) 88%,
    rgba(244, 244, 248, 1) 100%
  );
  pointer-events: none;
  border-radius: 0 0 14px 14px;
}
/* Open state — full height, no mask, no fade */
.lyu-toys__seo-wrap:not(.is-collapsed) .lyu-toys__seo-article {
  max-height: none;
  -webkit-mask-image: none;
          mask-image: none;
}
.lyu-toys__seo-wrap:not(.is-collapsed) .lyu-toys__seo-fade {
  display: none;
}

/* No-JS fallback — show full content (graceful degradation) */
.no-js .lyu-toys__seo-wrap.is-collapsed .lyu-toys__seo-article {
  max-height: none;
  -webkit-mask-image: none;
          mask-image: none;
}
.no-js .lyu-toys__seo-wrap.is-collapsed .lyu-toys__seo-fade,
.no-js .lyu-toys__seo-actions { display: none; }

/* ── The toggle button itself ──────────────────────────── */
.lyu-toys__seo-actions {
  display: flex;
  justify-content: center;
  margin: 26px auto 0;
  max-width: 760px;
  position: relative;
  z-index: 2;
}
.lyu-toys__seo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 30px;
  background: var(--ink, #14171f);
  color: #fff;
  border: 1px solid var(--ink, #14171f);
  border-radius: 999px;
  font-family: var(--sans, "Open Sans", system-ui, sans-serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.22s var(--ease, cubic-bezier(.2,.65,.3,1)),
              box-shadow 0.22s var(--ease, cubic-bezier(.2,.65,.3,1)),
              background 0.22s var(--ease, cubic-bezier(.2,.65,.3,1));
  -webkit-tap-highlight-color: transparent;
}
.lyu-toys__seo-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--grad, linear-gradient(135deg, #f2053c 0%, #cb003d 100%));
  opacity: 0;
  transition: opacity 0.28s var(--ease, cubic-bezier(.2,.65,.3,1));
  z-index: -1;
}
.lyu-toys__seo-btn:hover,
.lyu-toys__seo-btn:focus-visible {
  transform: translateY(-2px);
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(242, 5, 60, 0.32);
  outline: none;
}
.lyu-toys__seo-btn:hover::before,
.lyu-toys__seo-btn:focus-visible::before {
  opacity: 1;
}
.lyu-toys__seo-btn:active {
  transform: translateY(0);
}
.lyu-toys__seo-btn-label {
  position: relative;
}
.lyu-toys__seo-btn-chev {
  position: relative;
  transition: transform 0.35s var(--ease, cubic-bezier(.2,.65,.3,1));
}
.lyu-toys__seo-btn[aria-expanded="true"] .lyu-toys__seo-btn-chev {
  transform: rotate(180deg);
}

@media (max-width: 720px) {
  .lyu-toys__seo-wrap.is-collapsed .lyu-toys__seo-article {
    max-height: 480px;
  }
  .lyu-toys__seo-btn {
    padding: 12px 22px;
    font-size: 13px;
    letter-spacing: 0.04em;
  }
  .lyu-toys__seo-actions {
    margin-top: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lyu-toys__seo-btn,
  .lyu-toys__seo-btn::before,
  .lyu-toys__seo-btn-chev { transition: none; }
  .lyu-toys__seo-btn:hover { transform: none; }
}

/* ============================================================
   MATERIALS COMPARISON TABLE
   ============================================================ */
.lyu-toys__materials { margin: 0 0 80px; }
.lyu-toys__mat-table {
  display: flex;
  flex-direction: column;
  background: var(--card);
  border: 1px solid var(--line-light);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.lyu-toys__mat-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 2fr;
  gap: 16px;
  padding: 18px 24px;
  align-items: center;
  border-bottom: 1px solid var(--line-light);
  font-size: 14px;
}
.lyu-toys__mat-row:last-child { border-bottom: none; }

.lyu-toys__mat-head {
  background: var(--surface);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.lyu-toys__mat-name {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  font-size: 17px;
  color: var(--ink);
}
.lyu-toys__mat-rating {
  display: inline-flex;
  gap: 3px;
  letter-spacing: 0;
}
.lyu-toys__mat-star {
  color: var(--line-light);
  font-size: 14px;
}
.lyu-toys__mat-star.is-on {
  color: var(--red);
}
.lyu-toys__mat-lube,
.lyu-toys__mat-notes {
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.5;
}

/* ============================================================
   CONSULT CTA CARD (dark callout)
   ============================================================ */
.lyu-toys__consult {
  position: relative;
  margin: 0 0 80px;
  background: var(--dark);
  background-image:
    radial-gradient(800px 400px at 100% 0%, rgba(242,5,60,.22), transparent 60%),
    radial-gradient(500px 300px at 0% 100%, rgba(203,0,61,.14), transparent 60%),
    linear-gradient(180deg, #14171f, #0a0c14);
  border-radius: var(--r-xl);
  color: var(--text);
  overflow: hidden;
  isolation: isolate;
}
.lyu-toys__consult-glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 1 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/></svg>");
  background-size: 200px 200px;
  opacity: .06;
  mix-blend-mode: screen;
}
.lyu-toys__consult-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 64px 56px 56px;
}
.lyu-toys__consult-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--text-2);
}
.lyu-toys__consult-title {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.05;
  letter-spacing: -.025em;
  color: var(--text);
}
.lyu-toys__consult-title em {
  font-style: italic;
  background: linear-gradient(135deg, #ff5b7e, #f2053c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.lyu-toys__consult-text {
  margin: 0 0 32px;
  max-width: 56ch;
  font-size: clamp(15px, 1.3vw, 16px);
  line-height: 1.65;
  color: var(--text-2);
}
.lyu-toys__consult-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.lyu-toys__consult-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform .22s var(--ease), gap .22s var(--ease), box-shadow .22s var(--ease);
}
.lyu-toys .lyu-toys__consult a.lyu-toys__consult-btn--primary,
.lyu-toys .lyu-toys__consult a.lyu-toys__consult-btn--primary:link,
.lyu-toys .lyu-toys__consult a.lyu-toys__consult-btn--primary:visited {
  background: var(--grad) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: var(--shadow-cta);
}
.lyu-toys .lyu-toys__consult a.lyu-toys__consult-btn--primary span,
.lyu-toys .lyu-toys__consult a.lyu-toys__consult-btn--primary svg {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
.lyu-toys .lyu-toys__consult a.lyu-toys__consult-btn--primary:hover {
  transform: translateY(-2px);
  gap: 14px;
  box-shadow: 0 18px 44px rgba(242,5,60,.42);
}
.lyu-toys .lyu-toys__consult a.lyu-toys__consult-btn--ghost,
.lyu-toys .lyu-toys__consult a.lyu-toys__consult-btn--ghost:link,
.lyu-toys .lyu-toys__consult a.lyu-toys__consult-btn--ghost:visited {
  background: rgba(255,255,255,.06) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border: 1px solid rgba(255,255,255,.18);
}
.lyu-toys .lyu-toys__consult a.lyu-toys__consult-btn--ghost span,
.lyu-toys .lyu-toys__consult a.lyu-toys__consult-btn--ghost svg {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
.lyu-toys .lyu-toys__consult a.lyu-toys__consult-btn--ghost:hover {
  background: rgba(255,255,255,.12) !important;
}

/* ============================================================
   FAQ
   ============================================================ */
.lyu-toys__faq { margin: 0 0 80px; }
.lyu-toys__faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 960px;
}
.lyu-toys__faq-item {
  background: var(--card);
  border: 1px solid var(--line-light);
  border-radius: var(--r);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: border-color .22s var(--ease), box-shadow .22s var(--ease);
}
.lyu-toys__faq-item[open] {
  border-color: var(--red);
  box-shadow: 0 8px 24px rgba(242,5,60,.08);
}
.lyu-toys__faq-q {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.lyu-toys__faq-q::-webkit-details-marker { display: none; }
.lyu-toys__faq-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--red);
  flex-shrink: 0;
  line-height: 1;
}
.lyu-toys__faq-q-text {
  flex: 1;
  font-family: var(--serif);
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 400;
  line-height: 1.3;
  color: var(--ink);
}
.lyu-toys__faq-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--surface);
  color: var(--ink-muted);
  flex-shrink: 0;
  transition: background .25s var(--ease), color .25s var(--ease), transform .35s var(--ease);
}
.lyu-toys__faq-item[open] .lyu-toys__faq-toggle {
  background: var(--grad);
  color: #fff;
  transform: rotate(45deg);
}
.lyu-toys__faq-a {
  padding: 0 24px 22px 60px;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--ink-2);
}

/* ============================================================
   TRUST BLOCK (3 cards)
   ============================================================ */
.lyu-toys__trust-block { margin: 0 0 80px; }
.lyu-toys__trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.lyu-toys__trust-card {
  padding: 36px 32px 32px;
  background: var(--card);
  border: 1px solid var(--line-light);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.lyu-toys__trust-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.lyu-toys__trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: var(--grad);
  color: #fff;
  box-shadow: 0 8px 22px rgba(242,5,60,.28);
}
.lyu-toys__trust-h {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  font-size: clamp(22px, 2vw, 26px);
  line-height: 1.2;
  letter-spacing: -.015em;
  color: var(--ink);
}
.lyu-toys__trust-p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-2);
}

/* ============================================================
   SIBLINGS (2 cross-link cards)
   ============================================================ */
.lyu-toys__siblings {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0 0 60px;
}
.lyu-toys__sibling {
  position: relative;
  padding: 36px 32px 32px 36px;
  background: var(--card);
  border: 1px solid var(--line-light);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  color: inherit;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
  overflow: hidden;
}
.lyu-toys__sibling::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--grad);
  transform: translateX(-100%);
  transition: transform .35s var(--ease);
}
.lyu-toys__sibling:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.lyu-toys__sibling:hover::before { transform: translateX(0); }

.lyu-toys__sibling-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-muted);
}
.lyu-toys__sibling-h {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--ink);
}
.lyu-toys__sibling-h em {
  font-style: italic;
  color: var(--red);
}
.lyu-toys__sibling-p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 36ch;
}
.lyu-toys__sibling-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--surface);
  color: var(--ink);
  transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
}
.lyu-toys__sibling:hover .lyu-toys__sibling-arrow {
  background: var(--grad);
  color: #fff;
  transform: translateX(4px);
}

/* ============================================================
   FINAL CTA STRIP (red gradient)
   ============================================================ */
.lyu-toys__cta {
  position: relative;
  padding: 72px 56px;
  background: var(--grad);
  border-radius: var(--r-xl);
  color: #fff;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}
.lyu-toys__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 1 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/></svg>");
  background-size: 240px 240px;
  opacity: .08;
  mix-blend-mode: overlay;
}
.lyu-toys__cta > * { position: relative; z-index: 1; }
.lyu-toys__cta-title {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.05;
  letter-spacing: -.025em;
  color: #fff;
}
.lyu-toys__cta-title em {
  font-style: italic;
  color: #ffe7ed;
}
.lyu-toys__cta-text {
  margin: 0 auto 36px;
  max-width: 56ch;
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.6;
  color: rgba(255,255,255,.88);
}
.lyu-toys .lyu-toys__cta a.lyu-toys__cta-btn,
.lyu-toys .lyu-toys__cta a.lyu-toys__cta-btn:link,
.lyu-toys .lyu-toys__cta a.lyu-toys__cta-btn:visited {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: #ffffff !important;
  color: #f2053c !important;
  -webkit-text-fill-color: #f2053c !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(20,23,31,.18);
  transition: transform .22s var(--ease), gap .22s var(--ease), box-shadow .22s var(--ease);
}
.lyu-toys .lyu-toys__cta a.lyu-toys__cta-btn span,
.lyu-toys .lyu-toys__cta a.lyu-toys__cta-btn svg {
  color: #f2053c !important;
  -webkit-text-fill-color: #f2053c !important;
}
.lyu-toys .lyu-toys__cta a.lyu-toys__cta-btn:hover {
  transform: translateY(-2px);
  gap: 16px;
  box-shadow: 0 14px 34px rgba(20,23,31,.26);
}
.lyu-toys .lyu-toys__cta a.lyu-toys__cta-btn svg {
  transition: transform .22s var(--ease);
}
.lyu-toys .lyu-toys__cta a.lyu-toys__cta-btn:hover svg {
  transform: translateX(3px);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .lyu-toys__cat-grid,
  .lyu-toys__guide-grid,
  .lyu-toys__trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lyu-toys__products {
    grid-template-columns: repeat(3, 1fr);
  }
  .lyu-toys__hero-stats {
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .lyu-toys__hero {
    padding: 64px 32px 56px;
    margin-bottom: 24px;
  }
  .lyu-toys__hero-ornament {
    top: 22px;
    right: 24px;
    width: 38px;
    height: 38px;
  }
  .lyu-toys__hero-stats {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 22px;
  }
  .lyu-toys__trust {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 22px;
    margin-bottom: 48px;
  }
  .lyu-toys__cat-grid,
  .lyu-toys__guide-grid,
  .lyu-toys__trust-grid {
    grid-template-columns: 1fr;
  }
  .lyu-toys__products {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .lyu-toys__siblings {
    grid-template-columns: 1fr;
  }
  .lyu-toys__shead {
    flex-direction: column;
    gap: 14px;
  }
  .lyu-toys__snum {
    margin-top: 0;
    align-self: flex-start;
  }

  /* Materials table — collapse to stacked rows */
  .lyu-toys__mat-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 16px 20px;
  }
  .lyu-toys__mat-head {
    display: none;
  }
  .lyu-toys__mat-name { font-size: 18px; margin-bottom: 4px; }
  .lyu-toys__mat-rating { margin-bottom: 2px; }
  .lyu-toys__mat-lube::before { content: "Лубрикант: "; color: var(--ink-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
  .lyu-toys__mat-notes::before { content: "Особливості: "; color: var(--ink-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }

  .lyu-toys__consult-inner {
    padding: 44px 28px 36px;
  }
  .lyu-toys__cta {
    padding: 56px 28px;
    border-radius: var(--r-lg);
  }
  .lyu-toys__cat-more {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}

@media (max-width: 480px) {
  .lyu-toys__wrap { padding: 0 16px; }
  .lyu-toys__hero {
    padding: 48px 22px 40px;
    border-radius: var(--r-lg);
  }
  .lyu-toys__hero-actions {
    flex-direction: column;
  }
  .lyu-toys__hbtn {
    width: 100%;
    justify-content: center;
  }
  .lyu-toys__products {
    grid-template-columns: 1fr;
  }
  .lyu-toys__cat {
    padding: 28px 24px 24px;
  }
  .lyu-toys__faq-q {
    padding: 16px 18px;
    gap: 14px;
  }
  .lyu-toys__faq-a {
    padding-left: 24px;
  }
  .lyu-toys__cta-btn {
    width: 100%;
    justify-content: center;
  }
  .lyu-toys__consult-actions .lyu-toys__consult-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lyu-toys__eyebrow,
  .lyu-toys__title,
  .lyu-toys__lede,
  .lyu-toys__hero-stats,
  .lyu-toys__hero-actions,
  .lyu-toys__hero-ornament {
    animation: none !important;
  }
}
