/*
 * LideraTec Shop 1.0.0
 * Global visual layer. Commerce-specific presentation lives in woocommerce.css.
 */
:root {
  --lt-bg: #0f172a;
  --lt-bg-2: #102139;
  --lt-surface: #1b2639;
  --lt-surface-2: #29354d;
  --lt-border-dark: rgba(54, 66, 91, 0.55);

  --lt-heading-dark: #e7eaf0;
  --lt-text-dark: #ced1da;
  --lt-muted-dark: #a3adbd;

  --lt-primary: #5871ef;
  --lt-primary-hover: #4962dc;
  --lt-info: #2797d1;
  --lt-success: #16b291;
  --lt-warning: #ef9b0d;

  /* Identidad CTA recuperada del landing LideraTec: naranja -> magenta. */
  --lt-cta: linear-gradient(90deg, #ff6a00 0%, #ff2d8d 100%);
  --lt-cta-hover: linear-gradient(90deg, #ff7a1a 0%, #ff4aa2 100%);
  --lt-cta-soft: radial-gradient(circle at 20% 20%, rgba(255, 106, 0, 0.18) 0%, rgba(255, 45, 141, 0.10) 35%, rgba(15, 23, 42, 0) 70%);
  --lt-cta-shadow: 0 10px 26px rgba(255, 45, 141, 0.20);

  --lt-ink: #0f172a;
  --lt-muted: #64748b;
  --lt-line: #e2e8f0;
  --lt-cloud: #f8fafc;
  --lt-white: #ffffff;
  --lt-danger: #dc2626;

  --lt-radius-lg: 20px;
  --lt-radius: 16px;
  --lt-radius-sm: 12px;
  --lt-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  --lt-container: 1280px;
  --lt-content: 760px;
  --lt-transition: 160ms ease;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--lt-ink);
  background: var(--lt-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, h5, h6, p { overflow-wrap: break-word; }

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.lt-skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 9999;
  padding: 10px 14px;
  background: var(--lt-white);
  color: var(--lt-bg);
  border-radius: 8px;
  transform: translateY(-160%);
}
.lt-skip-link:focus { transform: none; }
.lt-container { width: min(calc(100% - 40px), var(--lt-container)); margin-inline: auto; }
.lt-narrow { max-width: 860px; }
.lt-main { min-height: 55vh; }
.lt-content-shell { padding: 72px 0; }
.lt-muted { color: var(--lt-muted); }

/* ---------- Header ---------- */
.lt-topbar { background: #090f1c; color: var(--lt-muted-dark); font-size: 12px; }
.lt-topbar__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.lt-topbar a { color: #dce6f3; }
.lt-topbar a:hover { text-decoration: underline; text-underline-offset: 3px; }

.lt-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(15, 23, 42, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--lt-border-dark);
}
.admin-bar .lt-header { top: 32px; }
.lt-header__inner {
  position: relative;
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.lt-brand { flex: 0 0 auto; }
.lt-brand .custom-logo { display: block; max-height: 46px; width: auto; }
.lt-brand__link { display: inline-flex; align-items: center; gap: 10px; color: var(--lt-white); font-weight: 850; letter-spacing: -0.02em; }
.lt-brand__mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(88, 113, 239, 0.55);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(88, 113, 239, 0.28), rgba(39, 151, 209, 0.14));
  color: #eef2ff;
  font-size: 13px;
  box-shadow: 0 0 26px rgba(88, 113, 239, 0.12);
}
.lt-brand__text { font-size: 20px; }
.lt-nav { margin-left: auto; }
.lt-nav__list { list-style: none; display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; }
.lt-nav__list li { position: relative; margin: 0; }
.lt-nav__list a { display: block; color: #cbd5e1; font-size: 14px; font-weight: 650; line-height: 1.35; }
.lt-nav__list a:hover, .lt-nav__list .current-menu-item > a { color: var(--lt-white); }
.lt-nav__list .sub-menu {
  position: absolute;
  display: none;
  min-width: 210px;
  padding: 10px;
  margin: 12px 0 0;
  list-style: none;
  background: var(--lt-bg-2);
  border: 1px solid var(--lt-border-dark);
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}
.lt-nav__list li:hover > .sub-menu, .lt-nav__list li:focus-within > .sub-menu { display: block; }
.lt-nav__list .sub-menu a { padding: 9px 10px; }
.lt-header__actions { display: flex; align-items: center; gap: 12px; }
.lt-link-button { color: #dbeafe; font-size: 14px; font-weight: 700; }
.lt-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: transparent;
  border-radius: 10px;
  padding: 9px;
  cursor: pointer;
}
.lt-nav-toggle__bar { display: block; height: 2px; background: var(--lt-white); margin: 4px 0; border-radius: 2px; }

/* ---------- Buttons ---------- */
.lt-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-block-button__link,
.wc-block-components-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 20px !important;
  border: 1px solid transparent !important;
  border-radius: var(--lt-radius-sm) !important;
  background: var(--lt-primary) !important;
  color: var(--lt-white) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(88, 113, 239, 0.20);
  transition: transform var(--lt-transition), box-shadow var(--lt-transition), background var(--lt-transition);
}
.lt-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wp-block-button__link:hover,
.wc-block-components-button:hover {
  background: var(--lt-primary-hover) !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(88, 113, 239, 0.26);
}
.lt-button--cta,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #payment #place_order,
.wc-block-components-checkout-place-order-button {
  background: var(--lt-cta) !important;
  box-shadow: var(--lt-cta-shadow) !important;
}
.lt-button--cta:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #payment #place_order:hover,
.wc-block-components-checkout-place-order-button:hover {
  background: var(--lt-cta-hover) !important;
  box-shadow: 0 12px 30px rgba(255, 45, 141, 0.28) !important;
}
.lt-button--small { min-height: 40px; padding: 0 16px !important; font-size: 13px; }
.lt-button--ghost {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(148, 163, 184, 0.32) !important;
  color: #e2e8f0 !important;
  box-shadow: none !important;
}
.lt-button--ghost:hover { background: rgba(255, 255, 255, 0.09) !important; }
.lt-text-link { color: var(--lt-primary); font-weight: 800; font-size: 14px; }
.lt-text-link:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Shared typography ---------- */
.lt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #b8c3ff;
  font-weight: 850;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.lt-eyebrow::before { content: ""; flex: 0 0 24px; width: 24px; height: 2px; border-radius: 999px; background: var(--lt-cta); }
.lt-eyebrow--light { color: var(--lt-primary); }

/* ---------- Hero ---------- */
.lt-hero {
  position: relative;
  overflow: hidden;
  background:
    var(--lt-cta-soft),
    radial-gradient(800px 460px at 83% 16%, rgba(88, 113, 239, 0.15), transparent 62%),
    linear-gradient(180deg, var(--lt-bg) 0%, var(--lt-bg-2) 100%);
  color: var(--lt-white);
  padding: 84px 0 88px;
}
.lt-hero__glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.12; pointer-events: none; }
.lt-hero__glow--one { width: 360px; height: 360px; background: var(--lt-primary); right: -110px; top: 60px; }
.lt-hero__glow--two { width: 300px; height: 300px; background: #ff2d8d; left: -160px; bottom: -150px; }
.lt-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.82fr);
  gap: clamp(44px, 6vw, 82px);
  align-items: center;
}
.lt-hero__content { min-width: 0; }
.lt-hero h1 {
  max-width: 760px;
  margin: 18px 0 20px;
  color: var(--lt-white);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.06;
  letter-spacing: -0.045em;
  font-weight: 880;
  text-wrap: balance;
}
.lt-hero__lead {
  max-width: 660px;
  margin: 0;
  color: var(--lt-text-dark);
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.65;
}
.lt-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.lt-trust-list {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin: 28px 0 0;
  padding: 0;
  color: var(--lt-muted-dark);
  font-size: 13px;
}
.lt-trust-list li { display: inline-flex; align-items: center; gap: 8px; margin: 0; }
.lt-trust-list li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--lt-success); box-shadow: 0 0 12px rgba(22, 178, 145, 0.62); }

/* Panel is in normal document flow: no absolute layout/overlap. */
.lt-hero__panel { min-width: 0; }
.lt-stack-card {
  border: 1px solid var(--lt-border-dark);
  background: rgba(27, 38, 57, 0.70);
  backdrop-filter: blur(14px);
  border-radius: var(--lt-radius-lg);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.23);
}
.lt-stack-card--main { position: relative; padding: 30px; }
.lt-stack-card--main::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(88, 113, 239, 0.07), rgba(255, 45, 141, 0.04));
}
.lt-stack-card--main > * { position: relative; z-index: 1; }
.lt-stack-card--main > strong {
  display: block;
  max-width: 330px;
  margin: 18px 0 28px;
  color: var(--lt-heading-dark);
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.18;
  letter-spacing: -0.03em;
}
.lt-status { display: inline-flex; align-items: center; gap: 8px; color: var(--lt-muted-dark); font-size: 11px; line-height: 1.3; text-transform: uppercase; letter-spacing: 0.08em; }
.lt-status span { width: 8px; height: 8px; border-radius: 50%; background: var(--lt-success); box-shadow: 0 0 14px rgba(22, 178, 145, 0.60); }
.lt-stack-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.lt-stack-grid div { min-width: 0; padding: 16px; border: 1px solid rgba(148, 163, 184, 0.14); background: rgba(255, 255, 255, 0.025); border-radius: 14px; }
.lt-stack-grid b { display: block; color: #ff7a1a; font-size: 11px; }
.lt-stack-grid span { display: block; margin-top: 7px; color: #e2e8f0; font-size: 14px; font-weight: 750; line-height: 1.35; }
.lt-stack-card--float {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: -18px 22px 0 auto;
  padding: 15px 20px;
  background: var(--lt-white);
  color: var(--lt-ink);
  border-color: var(--lt-line);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.15);
}
.lt-stack-card--float span { display: block; color: var(--lt-muted); font-size: 10px; line-height: 1.3; text-transform: uppercase; letter-spacing: 0.08em; }
.lt-stack-card--float strong { display: block; margin-top: 3px; font-size: 18px; line-height: 1.25; }

/* ---------- Sections ---------- */
.lt-section { padding: 84px 0; }
.lt-section--compact { padding: 0; background: var(--lt-white); }
.lt-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  z-index: 3;
  margin-top: -28px;
  background: var(--lt-white);
  border: 1px solid var(--lt-line);
  border-radius: var(--lt-radius-lg);
  box-shadow: var(--lt-shadow);
  overflow: hidden;
}
.lt-value-card { min-width: 0; padding: 29px 30px; border-right: 1px solid var(--lt-line); }
.lt-value-card:last-child { border-right: 0; }
.lt-value-card__index { display: block; color: #ff5d20; font-size: 11px; font-weight: 900; letter-spacing: 0.10em; }
.lt-value-card h2 { margin: 8px 0 7px; font-size: 19px; line-height: 1.25; letter-spacing: -0.02em; }
.lt-value-card p { margin: 0; color: var(--lt-muted); font-size: 14px; line-height: 1.65; }

.lt-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}
.lt-section-heading > div { min-width: 0; }
.lt-section-heading h2 { max-width: 760px; margin: 10px 0 0; font-size: clamp(30px, 3vw, 42px); line-height: 1.14; letter-spacing: -0.035em; text-wrap: balance; }
.lt-section-heading .lt-text-link { flex: 0 0 auto; margin-bottom: 4px; }

.lt-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.lt-product-card {
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--lt-line);
  border-radius: var(--lt-radius);
  background: var(--lt-white);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  transition: transform var(--lt-transition), box-shadow var(--lt-transition), border-color var(--lt-transition);
}
.lt-product-card:hover { transform: translateY(-3px); border-color: #cbd5e1; box-shadow: var(--lt-shadow); }
.lt-product-card__media { display: grid; place-items: center; aspect-ratio: 1.42 / 1; background: linear-gradient(145deg, #eef2ff, #f8fafc); overflow: hidden; }
.lt-product-card__media img { width: 100%; height: 100%; object-fit: cover; }
.lt-product-card__placeholder { display: grid; place-items: center; width: 74px; height: 74px; border-radius: 18px; background: var(--lt-bg); color: var(--lt-white); font-weight: 900; font-size: 20px; box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18); }
.lt-product-card__body { display: flex; flex-direction: column; align-items: flex-start; min-height: 210px; padding: 23px; }
.lt-product-card__type { color: var(--lt-primary); font-size: 11px; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.lt-product-card h3 { margin: 8px 0 10px; font-size: 20px; line-height: 1.28; letter-spacing: -0.02em; }
.lt-product-card__price { margin: 0 0 16px; color: var(--lt-ink); font-size: 18px; font-weight: 850; line-height: 1.3; }
.lt-product-card__price del { color: #94a3b8; font-size: 14px; font-weight: 500; }
.lt-product-card__body > .lt-text-link { margin-top: auto; }

.lt-empty-state { display: flex; align-items: center; gap: 22px; padding: 32px; border: 1px dashed #cbd5e1; border-radius: 18px; background: var(--lt-cloud); }
.lt-empty-state__mark { display: grid; place-items: center; flex: 0 0 58px; width: 58px; height: 58px; border-radius: 16px; background: var(--lt-bg); color: var(--lt-white); font-weight: 900; }
.lt-empty-state h1, .lt-empty-state h3 { margin: 0 0 4px; }
.lt-empty-state p { margin: 0; color: var(--lt-muted); }

.lt-section--dark { position: relative; overflow: hidden; background: var(--lt-bg); color: var(--lt-white); }
.lt-section--dark::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: var(--lt-cta-soft); opacity: 0.75; }
.lt-platform-grid { position: relative; display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(42px, 6vw, 72px); align-items: center; }
.lt-platform-grid > div { min-width: 0; }
.lt-platform-grid h2 { max-width: 590px; margin: 14px 0 18px; font-size: clamp(32px, 4vw, 50px); line-height: 1.08; letter-spacing: -0.04em; text-wrap: balance; }
.lt-platform-grid p { max-width: 590px; margin: 0; color: var(--lt-muted-dark); line-height: 1.7; }
.lt-platform-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.lt-platform-list div { min-width: 0; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; column-gap: 14px; row-gap: 3px; padding: 20px; border: 1px solid var(--lt-border-dark); border-radius: 15px; background: rgba(255, 255, 255, 0.025); }
.lt-platform-list span { grid-row: 1 / 3; color: #ff7a1a; font-size: 11px; font-weight: 900; line-height: 1.4; }
.lt-platform-list strong { font-size: 15px; line-height: 1.35; }
.lt-platform-list small { color: #91a0b5; line-height: 1.45; }

.lt-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding: 42px 46px;
  border: 1px solid #e0e7ff;
  border-radius: var(--lt-radius-lg);
  background: linear-gradient(135deg, #fff7ed 0%, #fff1f7 42%, #f8fafc 100%);
}
.lt-cta-panel > div { min-width: 0; }
.lt-cta-panel h2 { max-width: 760px; margin: 10px 0 8px; font-size: clamp(30px, 3vw, 36px); line-height: 1.18; letter-spacing: -0.035em; text-wrap: balance; }
.lt-cta-panel p { max-width: 700px; margin: 0; color: var(--lt-muted); }

/* ---------- Content ---------- */
.lt-prose { max-width: var(--lt-content); font-size: 17px; }
.lt-prose > *:first-child { margin-top: 0; }
.lt-prose h1, .lt-prose h2, .lt-prose h3, .lt-entry__header h1 { line-height: 1.18; letter-spacing: -0.03em; }
.lt-prose h2 { margin-top: 2em; }
.lt-prose a { color: var(--lt-primary); text-decoration: underline; text-underline-offset: 3px; }
.lt-prose pre { overflow: auto; padding: 20px; border-radius: 12px; background: var(--lt-bg); color: #dbeafe; }
.lt-prose code { font-size: 0.9em; }
.lt-prose table { width: 100%; border-collapse: collapse; }
.lt-prose th, .lt-prose td { padding: 11px; border: 1px solid var(--lt-line); text-align: left; }
.lt-prose blockquote { margin-left: 0; padding-left: 20px; border-left: 3px solid #ff2d8d; color: #475569; }
.lt-entry__header { margin-bottom: 28px; }
.lt-entry__header h1, .lt-archive-header h1 { margin: 8px 0 0; font-size: clamp(34px, 5vw, 54px); }
.lt-entry__meta, .lt-post-card__meta { color: var(--lt-muted); font-size: 13px; }
.lt-entry__image { margin-bottom: 30px; }
.lt-entry__image img { border-radius: 18px; }
.lt-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.lt-post-card { min-width: 0; overflow: hidden; border: 1px solid var(--lt-line); border-radius: 18px; background: var(--lt-white); }
.lt-post-card__media { display: block; aspect-ratio: 1.55 / 1; overflow: hidden; background: #eef2f7; }
.lt-post-card__media img { width: 100%; height: 100%; object-fit: cover; }
.lt-post-card__body { padding: 22px; }
.lt-post-card h2 { margin: 6px 0 10px; font-size: 21px; line-height: 1.28; }
.lt-post-card__excerpt { color: var(--lt-muted); font-size: 14px; }
.lt-archive-header { margin-bottom: 34px; }
.lt-comments { margin-top: 48px; padding-top: 30px; border-top: 1px solid var(--lt-line); }
.comment-list { padding-left: 22px; }
.comment-body { margin: 18px 0; padding: 18px; border: 1px solid var(--lt-line); border-radius: 12px; }
.lt-search-form { display: flex; align-items: stretch; gap: 10px; }

.lt-input {
  min-height: 46px;
  border: 1px solid #cbd5e1 !important;
  border-radius: 10px !important;
  background: var(--lt-white) !important;
  color: var(--lt-ink) !important;
  padding: 10px 12px !important;
  box-shadow: none !important;
}
.lt-input:focus {
  outline: 3px solid rgba(88, 113, 239, 0.14);
  border-color: var(--lt-primary) !important;
}
.lt-error-page { text-align: center; padding: 70px 20px; }
.lt-error-page > span { color: #ff5d20; font-size: 13px; font-weight: 900; letter-spacing: 0.16em; }
.lt-error-page h1 { margin: 12px 0; font-size: clamp(38px, 5vw, 50px); line-height: 1.12; }
.lt-error-page p { color: var(--lt-muted); margin-bottom: 26px; }


/* ---------- Interior pages ---------- */
.lt-page-shell {
  padding: clamp(52px, 6vw, 84px) 0 clamp(72px, 8vw, 112px);
  background:
    radial-gradient(540px 240px at 14% 0%, rgba(88, 113, 239, 0.065), transparent 72%),
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}
.lt-page-container { width: min(calc(100% - 40px), 1040px); margin-inline: auto; }
.lt-page-heading { max-width: 820px; margin-bottom: 30px; }
.lt-page-heading h1 {
  margin: 10px 0 10px;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.06;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.lt-page-heading p {
  max-width: 720px;
  margin: 0;
  color: var(--lt-muted);
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.7;
}
.lt-page-surface {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--lt-line);
  border-radius: 22px;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 18px 55px rgba(15,23,42,0.06);
}
.lt-page-surface::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--lt-cta);
}
.lt-page-surface .lt-prose { max-width: 820px; }
.lt-page-surface .lt-prose h2 {
  margin: 1.6em 0 0.55em;
  font-size: clamp(26px, 3vw, 34px);
}
.lt-page-surface .lt-prose h3 {
  margin: 1.5em 0 0.5em;
  font-size: clamp(20px, 2.3vw, 25px);
}
.lt-page-surface .lt-prose p,
.lt-page-surface .lt-prose li { color: #334155; }
.lt-page-surface .lt-prose ul,
.lt-page-surface .lt-prose ol { padding-left: 1.35em; }
.lt-page-surface .lt-prose li + li { margin-top: 6px; }

/* Prevent overly narrow system pages when WooCommerce renders through page.php. */
.lt-page-shell--commerce { padding-bottom: clamp(64px, 8vw, 100px); }
.lt-commerce-container { width: min(calc(100% - 40px), 1280px); margin-inline: auto; }
.lt-commerce-content,
.lt-prose--commerce { max-width: none; width: 100%; }
.lt-entry--commerce .lt-page-heading { max-width: 760px; margin-bottom: 26px; }

/* ---------- Footer ---------- */
.lt-footer { background: #080f1c; color: #9fb0c3; padding: 65px 0 20px; }
.lt-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; align-items: start; }
.lt-footer__brand { color: var(--lt-white); font-size: 24px; font-weight: 900; }
.lt-footer p { max-width: 430px; margin: 8px 0 0; font-size: 14px; }
.lt-footer__title { margin: 0 0 15px; color: #e2e8f0; font-size: 13px; line-height: 1.3; text-transform: uppercase; letter-spacing: 0.08em; }
.lt-footer__links { list-style: none; margin: 0; padding: 0; }
.lt-footer__links li { margin: 7px 0; }
.lt-footer__links a:hover { color: var(--lt-white); }
.lt-footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(148, 163, 184, 0.13); font-size: 12px; }

:focus-visible { outline: 3px solid rgba(255, 45, 141, 0.44); outline-offset: 3px; }

/* ---------- Responsive ---------- */
@media (max-width: 1050px) {
  .lt-header__actions .lt-link-button { display: none; }
  .lt-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr); gap: 42px; }
  .lt-product-grid, .lt-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .admin-bar .lt-header { top: 46px; }
  .lt-header__inner { min-height: 68px; }
  .lt-nav-toggle { display: block; margin-left: auto; }
  .lt-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    margin: 0;
    padding: 12px;
    background: var(--lt-bg-2);
    border: 1px solid var(--lt-border-dark);
    border-radius: 14px;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.30);
  }
  .lt-nav.is-open { display: block; }
  .lt-nav__list { display: block; }
  .lt-nav__list a { padding: 10px; }
  .lt-nav__list .sub-menu { position: static; display: block; min-width: 0; margin: 0 0 0 12px; padding: 0; border: 0; background: transparent; box-shadow: none; }
  .lt-header__actions { display: none; }

  .lt-hero { padding: 62px 0 74px; }
  .lt-hero__grid { grid-template-columns: 1fr; gap: 42px; }
  .lt-hero__content { text-align: center; }
  .lt-hero h1, .lt-hero__lead { margin-left: auto; margin-right: auto; }
  .lt-hero__actions, .lt-trust-list { justify-content: center; }
  .lt-eyebrow { justify-content: center; }
  .lt-hero__panel { width: min(100%, 560px); margin-inline: auto; }

  .lt-value-grid { grid-template-columns: 1fr; }
  .lt-value-card { border-right: 0; border-bottom: 1px solid var(--lt-line); }
  .lt-value-card:last-child { border-bottom: 0; }
  .lt-section-heading { align-items: flex-start; flex-direction: column; }
  .lt-platform-grid { grid-template-columns: 1fr; gap: 38px; }
  .lt-cta-panel { grid-template-columns: 1fr; align-items: start; gap: 24px; }
  .lt-footer__grid { grid-template-columns: 1fr 1fr; }
  .lt-footer__grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .lt-container { width: min(calc(100% - 28px), var(--lt-container)); }
  .lt-topbar__inner { justify-content: center; text-align: center; }
  .lt-topbar__inner a { display: none; }
  .lt-hero { padding-top: 52px; }
  .lt-hero h1 { font-size: clamp(36px, 10vw, 44px); letter-spacing: -0.035em; }
  .lt-hero__lead { font-size: 16px; }
  .lt-hero__actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .lt-hero__actions .lt-button { width: 100%; }
  .lt-trust-list { display: grid; grid-template-columns: 1fr; gap: 9px; justify-items: center; }
  .lt-stack-card--main { padding: 22px; }
  .lt-stack-grid { grid-template-columns: 1fr 1fr; }
  .lt-stack-card--float { margin-right: 12px; padding: 14px 17px; }

  .lt-section { padding: 64px 0; }
  .lt-value-grid { margin-top: -20px; }
  .lt-value-card { padding: 24px; text-align: left; }
  .lt-product-grid, .lt-post-grid { grid-template-columns: 1fr; }
  .lt-platform-list { grid-template-columns: 1fr; }
  .lt-cta-panel { padding: 30px 24px; }
  .lt-cta-panel .lt-button { width: 100%; }
  .lt-empty-state { align-items: flex-start; flex-direction: column; }
  .lt-footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .lt-footer__grid > div:first-child { grid-column: auto; }
  .lt-footer__bottom { align-items: flex-start; flex-direction: column; }
  .lt-search-form { flex-direction: column; }
}

@media (max-width: 380px) {
  .lt-stack-grid { grid-template-columns: 1fr; }
}


@media (max-width: 782px) {
  .admin-bar .lt-header { top: 46px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.001ms !important; animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; }
}

/* ========================================================================== */
/* LideraTec Shop 0.5.0 — friendlier storefront UX                           */
/* ========================================================================== */

:root {
  --lt-soft-blue: #eef4ff;
  --lt-soft-warm: #fff5f1;
  --lt-soft-pink: #fff1f7;
  --lt-surface-hover: #f9fbff;
  --lt-focus: rgba(255, 45, 141, 0.42);
}

.lt-topbar {
  background: #09111f;
  color: #c5d1df;
}
.lt-topbar__inner {
  min-height: 34px;
  justify-content: center;
  gap: 26px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.015em;
}
.lt-topbar__inner span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.lt-topbar__inner span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--lt-success);
  box-shadow: 0 0 10px rgba(22, 178, 145, 0.38);
}

.lt-header__inner { min-height: 72px; gap: 24px; }
.lt-nav__list { gap: 22px; }
.lt-nav__list a { font-size: 13px; }
.lt-header__actions { gap: 10px; }
.lt-cart-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 10px;
  color: #dbeafe;
  font-size: 13px;
  font-weight: 750;
  border-radius: 10px;
}
.lt-cart-link:hover { background: rgba(255,255,255,0.055); color: var(--lt-white); }
.lt-cart-count {
  display: inline-grid;
  place-items: center;
  min-width: 21px;
  height: 21px;
  padding-inline: 5px;
  border-radius: 999px;
  background: var(--lt-cta);
  color: var(--lt-white);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}
.lt-nav__mobile-actions { display: none; }

.lt-button {
  min-height: 48px;
  border-radius: 13px !important;
}
.lt-button--soft {
  background: #eef2ff !important;
  border-color: #dbe3ff !important;
  color: #3949b8 !important;
  box-shadow: none !important;
}
.lt-button--soft:hover {
  background: #e1e8ff !important;
  color: #2f3da0 !important;
  box-shadow: none !important;
}
.lt-button--block { width: 100%; }

.lt-hero {
  padding: 74px 0 82px;
  background:
    radial-gradient(680px 380px at 78% 26%, rgba(88, 113, 239, 0.13), transparent 65%),
    radial-gradient(420px 300px at 4% 86%, rgba(255, 45, 141, 0.07), transparent 72%),
    linear-gradient(180deg, #0f172a 0%, #111d31 100%);
}
.lt-hero__grid {
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.84fr);
  gap: clamp(46px, 6vw, 78px);
}
.lt-hero h1 {
  max-width: 720px;
  margin-top: 16px;
  margin-bottom: 20px;
  font-size: clamp(40px, 4.6vw, 62px);
  line-height: 1.075;
}
.lt-hero__lead {
  max-width: 630px;
  color: #c8d2df;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.7;
}
.lt-trust-list { margin-top: 24px; }

.lt-hero-guide {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.965);
  color: var(--lt-ink);
  box-shadow: 0 28px 70px rgba(0,0,0,0.22);
}
.lt-hero-guide__header {
  padding: 25px 25px 20px;
  border-bottom: 1px solid #edf1f6;
  background: linear-gradient(145deg, #ffffff 0%, #f9fbff 100%);
}
.lt-hero-guide__header .lt-status { color: #68758a; }
.lt-hero-guide__header strong {
  display: block;
  margin-top: 12px;
  font-size: 26px;
  line-height: 1.18;
  letter-spacing: -0.03em;
}
.lt-hero-guide__header p {
  margin: 7px 0 0;
  color: var(--lt-muted);
  font-size: 14px;
  line-height: 1.55;
}
.lt-hero-guide__items { padding: 10px; }
.lt-hero-guide__items > a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  padding: 14px;
  border-radius: 14px;
  transition: background var(--lt-transition), transform var(--lt-transition);
}
.lt-hero-guide__items > a:hover {
  background: var(--lt-soft-blue);
  transform: translateX(2px);
}
.lt-guide-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(145deg, #eef2ff, #f8fafc);
  border: 1px solid #dfe6f4;
  color: #4457c7;
  font-size: 12px;
  font-weight: 900;
}
.lt-hero-guide__items b {
  display: block;
  color: var(--lt-ink);
  font-size: 14px;
  line-height: 1.32;
}
.lt-hero-guide__items small {
  display: block;
  margin-top: 3px;
  color: #748196;
  font-size: 12px;
  line-height: 1.45;
}
.lt-guide-arrow { color: #7785a0; font-size: 18px; }

.lt-section--soft { background: #f8fafc; }
.lt-section-heading p {
  max-width: 680px;
  margin: 10px 0 0;
  color: var(--lt-muted);
  line-height: 1.65;
}
.lt-section-heading--center {
  justify-content: center;
  text-align: center;
}
.lt-section-heading--center > div { max-width: 760px; }
.lt-section-heading--center .lt-eyebrow { justify-content: center; }
.lt-section-heading--center h2 { margin-inline: auto; }
.lt-section-heading--center p { margin-inline: auto; }

.lt-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.lt-choice-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 250px;
  padding: 27px;
  border: 1px solid var(--lt-line);
  border-radius: 18px;
  background: var(--lt-white);
  box-shadow: 0 8px 24px rgba(15,23,42,0.035);
  transition: transform var(--lt-transition), border-color var(--lt-transition), box-shadow var(--lt-transition);
}
.lt-choice-card:hover {
  transform: translateY(-3px);
  border-color: #cbd5e1;
  box-shadow: 0 16px 36px rgba(15,23,42,0.07);
}
.lt-choice-card__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: linear-gradient(135deg, #fff1e8 0%, #fff0f7 100%);
  color: #e64966;
  font-size: 11px;
  font-weight: 950;
}
.lt-choice-card h3 {
  margin: 20px 0 8px;
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -0.025em;
}
.lt-choice-card p {
  margin: 0;
  color: var(--lt-muted);
  font-size: 14px;
  line-height: 1.65;
}
.lt-choice-card__link {
  margin-top: auto;
  padding-top: 20px;
  color: var(--lt-primary);
  font-size: 13px;
  font-weight: 850;
}

.lt-product-grid { gap: 20px; }
.lt-product-card {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  box-shadow: 0 9px 28px rgba(15,23,42,0.045);
}
.lt-product-card__media { aspect-ratio: 1.5 / 1; }
.lt-product-card__body {
  flex: 1;
  min-height: 280px;
  padding: 22px;
}
.lt-product-card h3 { margin-bottom: 8px; }
.lt-product-card__description {
  margin: 0 0 18px;
  color: var(--lt-muted);
  font-size: 13px;
  line-height: 1.6;
}
.lt-product-card__footer {
  width: 100%;
  margin-top: auto;
}
.lt-product-card__price { margin-bottom: 14px; }

.lt-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--lt-line);
  border-radius: 20px;
  background: var(--lt-white);
}
.lt-steps article {
  position: relative;
  min-width: 0;
  padding: 30px;
}
.lt-steps article + article { border-left: 1px solid var(--lt-line); }
.lt-steps article > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--lt-cta);
  color: var(--lt-white);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(255,45,141,0.16);
}
.lt-steps h3 { margin: 17px 0 7px; font-size: 19px; line-height: 1.3; }
.lt-steps p { margin: 0; color: var(--lt-muted); font-size: 14px; line-height: 1.65; }

.lt-platform-list div {
  background: rgba(255,255,255,0.035);
  transition: background var(--lt-transition), border-color var(--lt-transition);
}
.lt-platform-list div:hover {
  background: rgba(255,255,255,0.055);
  border-color: rgba(148,163,184,0.24);
}

.lt-cta-panel {
  border-color: #f2d9e3;
  background:
    radial-gradient(440px 180px at 85% 20%, rgba(255,45,141,0.09), transparent 70%),
    linear-gradient(135deg, #fff9f5 0%, #fff4f8 52%, #ffffff 100%);
}


@media (max-width: 1100px) {
  .lt-header__actions .lt-link-button { display: none; }
  .lt-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr); }
}

@media (max-width: 900px) {
  .lt-choice-grid { grid-template-columns: 1fr; }
  .lt-choice-card { min-height: 0; }
  .lt-steps { grid-template-columns: 1fr; }
  .lt-steps article + article { border-left: 0; border-top: 1px solid var(--lt-line); }
}

@media (max-width: 820px) {
  .lt-topbar__inner span:nth-child(2),
  .lt-topbar__inner span:nth-child(3) { display: none; }
  .lt-nav__mobile-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 8px;
    padding-top: 10px;
    border-top: 1px solid var(--lt-border-dark);
  }
  .lt-nav__mobile-actions > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 11px 12px;
    border: 1px solid rgba(148,163,184,0.18);
    border-radius: 10px;
    color: #e2e8f0;
    font-size: 13px;
    font-weight: 750;
  }
  .lt-hero { padding-top: 58px; }
  .lt-hero__grid { grid-template-columns: 1fr; }
  .lt-hero-guide { width: min(100%, 600px); margin-inline: auto; }
}

@media (max-width: 600px) {
  .lt-hero h1 { font-size: clamp(34px, 10vw, 42px); }
  .lt-hero-guide__header { padding: 22px 20px 18px; }
  .lt-hero-guide__items > a { padding: 13px 10px; }
  .lt-guide-icon { width: 36px; height: 36px; }
  .lt-choice-card { padding: 23px; }
  .lt-product-card__body { min-height: 0; }
  .lt-steps article { padding: 25px; }
}

/* Header fit refinements for medium desktop widths. */
.lt-topbar__inner span,
.lt-link-button,
.lt-cart-link { white-space: nowrap; }
@media (max-width: 1250px) {
  .lt-header__actions .lt-link-button { display: none; }
  .lt-nav__list { gap: 18px; }
}

/* ---------- 0.4.0 interior responsive refinements ---------- */
@media (max-width: 820px) {
  .lt-page-container,
  .lt-commerce-container { width: min(calc(100% - 28px), 1280px); }
  .lt-page-heading { margin-bottom: 24px; }
  .lt-page-heading h1 { font-size: clamp(34px, 9vw, 46px); }
  .lt-page-surface { padding: 26px 22px; border-radius: 18px; }
}
@media (max-width: 480px) {
  .lt-page-shell { padding-top: 42px; padding-bottom: 70px; }
  .lt-page-heading p { font-size: 15px; line-height: 1.65; }
  .lt-page-surface { padding: 22px 17px; border-radius: 16px; }
  .lt-page-surface::before { width: 3px; }
  .lt-page-surface .lt-prose { font-size: 16px; }
}

/* ========================================================================== */
/* LideraTec Shop 0.5.0 — Support experience                                 */
/* ========================================================================== */
.lt-support-page {
  background:
    radial-gradient(620px 280px at 18% 0%, rgba(88, 113, 239, 0.08), transparent 72%),
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}
.lt-support-hero { padding: clamp(56px, 7vw, 92px) 0 28px; }
.lt-support-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: end;
}
.lt-support-hero h1 {
  max-width: 780px;
  margin: 12px 0 16px;
  color: var(--lt-ink);
  font-size: clamp(42px, 5.4vw, 66px);
  line-height: 1.03;
  letter-spacing: -0.05em;
  text-wrap: balance;
}
.lt-support-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--lt-muted);
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.72;
}
.lt-support-hero__note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid #dfe7f2;
  border-radius: 18px;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 14px 38px rgba(15,23,42,0.055);
}
.lt-support-hero__status {
  flex: 0 0 11px;
  width: 11px;
  height: 11px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--lt-success);
  box-shadow: 0 0 0 5px rgba(22,178,145,0.11);
}
.lt-support-hero__note strong { display: block; color: var(--lt-ink); font-size: 15px; }
.lt-support-hero__note span:last-child { display: block; margin-top: 5px; color: var(--lt-muted); font-size: 13px; line-height: 1.55; }

.lt-support-options { padding: 18px 0 34px; }
.lt-support-options__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.lt-support-option {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 19px;
  border: 1px solid var(--lt-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15,23,42,0.045);
  transition: transform var(--lt-transition), border-color var(--lt-transition), box-shadow var(--lt-transition);
}
.lt-support-option:hover {
  transform: translateY(-3px);
  border-color: #cbd5e1;
  box-shadow: 0 18px 40px rgba(15,23,42,0.08);
}
.lt-support-option__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #eef2ff 0%, #fff1f7 100%);
  color: #475bd7;
  font-weight: 900;
  font-size: 20px;
}
.lt-support-option strong { display: block; color: var(--lt-ink); font-size: 15px; line-height: 1.35; }
.lt-support-option small { display: block; margin-top: 4px; color: var(--lt-muted); font-size: 12px; line-height: 1.5; }
.lt-support-option__arrow { color: #94a3b8; font-size: 19px; transition: transform var(--lt-transition); }
.lt-support-option:hover .lt-support-option__arrow { transform: translateX(3px); color: var(--lt-primary); }

.lt-support-main { padding: 22px 0 clamp(76px, 8vw, 112px); }
.lt-support-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(290px, 0.72fr);
  gap: 24px;
  align-items: start;
}
.lt-support-form-card,
.lt-support-sidebar__card,
.lt-support-existing-content {
  border: 1px solid var(--lt-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(15,23,42,0.055);
}
.lt-support-form-card { padding: clamp(24px, 4vw, 38px); }
.lt-support-section-heading { max-width: 680px; margin-bottom: 26px; }
.lt-support-section-heading h2 {
  margin: 10px 0 8px;
  color: var(--lt-ink);
  font-size: clamp(28px, 3.5vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}
.lt-support-section-heading p { margin: 0; color: var(--lt-muted); line-height: 1.65; }
.lt-support-sidebar { display: grid; gap: 18px; position: sticky; top: 126px; }
.admin-bar .lt-support-sidebar { top: 158px; }
.lt-support-sidebar__card { padding: 24px; }
.lt-support-sidebar__card h2 { margin: 0 0 12px; color: var(--lt-ink); font-size: 20px; line-height: 1.25; }
.lt-support-sidebar__card p { color: var(--lt-muted); font-size: 14px; line-height: 1.65; }
.lt-support-sidebar__card--soft {
  overflow: hidden;
  background:
    radial-gradient(260px 160px at 90% 0%, rgba(255,45,141,0.09), transparent 70%),
    linear-gradient(145deg, #fff8f4 0%, #fff5fa 100%);
  border-color: #f7dce8;
}
.lt-support-sidebar__kicker { display: block; margin-bottom: 7px; color: #d43d75; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.lt-check-list { list-style: none; margin: 0; padding: 0; }
.lt-check-list li { position: relative; padding-left: 27px; color: #475569; font-size: 13px; line-height: 1.58; }
.lt-check-list li + li { margin-top: 11px; }
.lt-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #eafaf6;
  color: #0f8e74;
  font-size: 11px;
  font-weight: 900;
}
.lt-support-admin-notice { padding: 16px 18px; border: 1px solid #fed7aa; border-radius: 14px; background: #fff7ed; color: #9a3412; }
.lt-support-admin-notice p { margin: 5px 0 0; }
.lt-support-existing-content { margin-top: 24px; padding: clamp(22px, 3vw, 32px); color: #475569; }
.lt-support-existing-content > h1:first-child { display: none; }
.lt-support-existing-content h2 { margin: 0 0 12px; color: var(--lt-ink); font-size: 22px; }
.lt-support-existing-content h3 { color: var(--lt-ink); }
.lt-support-existing-content p:last-child { margin-bottom: 0; }

/* Companion support-form presentation. The form remains functional without this theme. */
.lt-support-form { display: grid; gap: 18px; }
.lt-support-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.lt-support-field { min-width: 0; }
.lt-support-field--full { grid-column: 1 / -1; }
.lt-support-field label { display: block; margin: 0 0 7px; color: #334155; font-size: 13px; font-weight: 800; }
.lt-support-field .lt-required { color: #d92f69; }
.lt-support-field input,
.lt-support-field select,
.lt-support-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #fff;
  color: var(--lt-ink);
  box-shadow: 0 1px 2px rgba(15,23,42,0.02);
}
.lt-support-field textarea { min-height: 150px; resize: vertical; }
.lt-support-field input:focus,
.lt-support-field select:focus,
.lt-support-field textarea:focus { outline: 3px solid rgba(88,113,239,0.13); border-color: var(--lt-primary); }
.lt-support-field__hint { display: block; margin-top: 6px; color: #7b8798; font-size: 11px; line-height: 1.5; }
.lt-support-consent { display: flex; gap: 10px; align-items: flex-start; padding: 13px 14px; border-radius: 12px; background: #f8fafc; color: #475569; font-size: 12px; line-height: 1.55; }
.lt-support-consent input { flex: 0 0 auto; margin-top: 3px; }
.lt-support-form__actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.lt-support-form__privacy { color: #7b8798; font-size: 11px; line-height: 1.5; }
.lt-support-alert { margin-bottom: 20px; padding: 14px 16px; border-radius: 13px; font-size: 13px; line-height: 1.55; }
.lt-support-alert--success { border: 1px solid #a7f3d0; background: #ecfdf5; color: #065f46; }
.lt-support-alert--error { border: 1px solid #fecaca; background: #fef2f2; color: #991b1b; }
.lt-support-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 920px) {
  .lt-support-hero__grid,
  .lt-support-layout { grid-template-columns: 1fr; }
  .lt-support-hero__note { max-width: 620px; }
  .lt-support-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lt-support-options__grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .lt-support-hero { padding-top: 48px; }
  .lt-support-hero h1 { font-size: clamp(38px, 12vw, 50px); }
  .lt-support-sidebar { grid-template-columns: 1fr; }
  .lt-support-form__grid { grid-template-columns: 1fr; }
  .lt-support-field--full { grid-column: auto; }
  .lt-support-form__actions .lt-button { width: 100%; }
  .lt-support-option { grid-template-columns: 44px minmax(0, 1fr) auto; padding: 16px; }
  .lt-support-option__icon { width: 44px; height: 44px; }
}

/* ========================================================================== */
/* LideraTec Shop 0.6.0 — Implementations and FAQ                            */
/* ========================================================================== */
.lt-implementation-page,
.lt-faq-page {
  background:
    radial-gradient(760px 320px at 12% 0%, rgba(88,113,239,.085), transparent 72%),
    linear-gradient(180deg, #fff 0%, #fbfcff 100%);
}

.lt-implementation-hero { padding: clamp(62px, 8vw, 104px) 0 clamp(54px, 7vw, 84px); }
.lt-implementation-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .7fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}
.lt-implementation-hero__content { min-width: 0; }
.lt-implementation-hero h1 {
  max-width: 820px;
  margin: 12px 0 18px;
  color: var(--lt-ink);
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1.01;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.lt-implementation-hero__content > p {
  max-width: 720px;
  margin: 0;
  color: var(--lt-muted);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.75;
}
.lt-implementation-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.lt-button--ghost-dark {
  border: 1px solid #cbd5e1;
  background: #fff;
  color: var(--lt-ink);
  box-shadow: 0 8px 24px rgba(15,23,42,.045);
}
.lt-button--ghost-dark:hover { border-color: #9aa9bd; color: var(--lt-primary); transform: translateY(-1px); }
.lt-implementation-hero__panel {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 3.5vw, 38px);
  border: 1px solid #dce5f1;
  border-radius: 24px;
  background:
    radial-gradient(340px 170px at 100% 0%, rgba(255,45,141,.10), transparent 72%),
    linear-gradient(145deg, #0f1b31 0%, #16233d 100%);
  color: #fff;
  box-shadow: 0 24px 62px rgba(15,23,42,.16);
}
.lt-implementation-hero__panel::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -75px;
  bottom: -90px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
}
.lt-implementation-hero__panel-kicker {
  display: block;
  margin-bottom: 9px;
  color: #8de6d3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.lt-implementation-hero__panel strong { display: block; max-width: 330px; font-size: clamp(22px, 2.4vw, 30px); line-height: 1.2; }
.lt-implementation-hero__panel ul { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.lt-implementation-hero__panel li { position: relative; padding-left: 25px; color: #cad5e5; font-size: 14px; line-height: 1.55; }
.lt-implementation-hero__panel li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #53ddc1;
  font-weight: 900;
}

.lt-implementation-services { padding: 0 0 clamp(72px, 9vw, 112px); }
.lt-section-heading--compact { margin-bottom: 30px; }
.lt-section-heading--compact > p { max-width: 540px; color: var(--lt-muted); }
.lt-implementation-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.lt-implementation-card {
  position: relative;
  min-width: 0;
  padding: clamp(24px, 3.2vw, 34px);
  border: 1px solid var(--lt-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15,23,42,.045);
  transition: transform var(--lt-transition), border-color var(--lt-transition), box-shadow var(--lt-transition);
}
.lt-implementation-card:hover { transform: translateY(-3px); border-color: #cdd8e7; box-shadow: 0 22px 46px rgba(15,23,42,.075); }
.lt-implementation-card__number {
  display: inline-grid;
  place-items: center;
  min-width: 40px;
  height: 30px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,106,0,.11), rgba(255,45,141,.11));
  color: #d94362;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}
.lt-implementation-card h3 { margin: 0 0 10px; color: var(--lt-ink); font-size: clamp(20px, 2.3vw, 27px); line-height: 1.23; letter-spacing: -.025em; }
.lt-implementation-card p { margin: 0; color: var(--lt-muted); font-size: 14px; line-height: 1.7; }

.lt-implementation-process { padding: 0 0 clamp(72px, 9vw, 112px); }
.lt-implementation-process__shell {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(32px, 5vw, 70px);
  padding: clamp(30px, 4.5vw, 54px);
  border: 1px solid #dfe7f2;
  border-radius: 24px;
  background: #f8faff;
}
.lt-implementation-process__heading h2 { margin: 12px 0 0; font-size: clamp(30px, 4vw, 43px); line-height: 1.1; letter-spacing: -.04em; }
.lt-implementation-steps { display: grid; gap: 13px; }
.lt-implementation-steps article {
  display: grid;
  grid-template-columns: 46px minmax(0,1fr);
  gap: 16px;
  align-items: start;
  padding: 19px 20px;
  border: 1px solid #e0e7f1;
  border-radius: 16px;
  background: #fff;
}
.lt-implementation-steps article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #eef2ff;
  color: var(--lt-primary);
  font-size: 13px;
  font-weight: 900;
}
.lt-implementation-steps strong { display: block; margin: 1px 0 4px; color: var(--lt-ink); font-size: 16px; }
.lt-implementation-steps p { margin: 0; color: var(--lt-muted); font-size: 13px; line-height: 1.58; }

.lt-implementation-cta { padding: 0 0 clamp(74px, 9vw, 116px); }
.lt-implementation-cta__panel {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid #f1dce5;
  border-radius: 24px;
  background:
    radial-gradient(480px 180px at 100% 0%, rgba(255,45,141,.11), transparent 75%),
    linear-gradient(135deg,#fff9f5,#fff4f8 52%,#fff);
}
.lt-implementation-cta h2 { margin: 8px 0 8px; font-size: clamp(28px, 3.6vw, 40px); line-height: 1.12; letter-spacing: -.035em; }
.lt-implementation-cta p { max-width: 670px; margin: 0; color: var(--lt-muted); }

.lt-faq-hero { padding: clamp(64px, 8vw, 100px) 0 34px; text-align: center; }
.lt-faq-hero .lt-eyebrow { justify-content: center; }
.lt-faq-hero h1 {
  margin: 12px auto 14px;
  color: var(--lt-ink);
  font-size: clamp(44px, 6vw, 68px);
  line-height: 1.02;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.lt-faq-hero > .lt-container > p { max-width: 720px; margin: 0 auto; color: var(--lt-muted); font-size: clamp(16px, 1.8vw, 19px); line-height: 1.7; }
.lt-faq-search {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  align-items: center;
  width: min(100%, 680px);
  min-height: 58px;
  margin: 30px auto 0;
  overflow: hidden;
  border: 1px solid #dce5f1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(15,23,42,.055);
}
.lt-faq-search__icon { color: #8492a7; font-size: 25px; }
.lt-faq-search input { width: 100%; min-width: 0; height: 56px; padding: 0 18px 0 0; border: 0 !important; outline: 0; background: transparent; color: var(--lt-ink); box-shadow: none !important; font: inherit; }
.lt-faq-search:focus-within { border-color: #9bb0f8; box-shadow: 0 0 0 4px rgba(88,113,239,.10), 0 16px 40px rgba(15,23,42,.06); }

.lt-faq-main { padding: 20px 0 clamp(78px, 9vw, 118px); }
.lt-faq-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 28px; align-items: start; }
.lt-faq-list { display: grid; gap: 12px; min-width: 0; }
.lt-faq-item {
  overflow: clip;
  border: 1px solid #dfe6f0;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(15,23,42,.035);
}
.lt-faq-item[hidden] { display: none; }
.lt-faq-item summary {
  display: grid;
  grid-template-columns: minmax(0,1fr) 34px;
  gap: 18px;
  align-items: center;
  min-height: 72px;
  padding: 18px 20px;
  cursor: pointer;
  color: var(--lt-ink);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.45;
  list-style: none;
}
.lt-faq-item summary::-webkit-details-marker { display: none; }
.lt-faq-item summary > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #eef2ff;
  color: var(--lt-primary);
  font-size: 20px;
  font-weight: 600;
  transition: transform var(--lt-transition), background var(--lt-transition);
}
.lt-faq-item[open] { border-color: #ced9ee; box-shadow: 0 14px 34px rgba(15,23,42,.05); }
.lt-faq-item[open] summary > span { transform: rotate(45deg); background: linear-gradient(135deg,#fff0e6,#ffeaf4); color: #df4667; }
.lt-faq-item__answer { padding: 0 20px 20px; border-top: 1px solid #eef2f7; }
.lt-faq-item__answer p { margin: 17px 0 0; color: var(--lt-muted); line-height: 1.72; }
.lt-faq-empty { padding: 24px; border: 1px dashed #d7dfeb; border-radius: 16px; background: #fff; color: var(--lt-muted); text-align: center; }
.lt-faq-aside { position: sticky; top: 120px; display: grid; gap: 15px; }
.lt-faq-help-card,
.lt-faq-tip-card { padding: 24px; border: 1px solid #dfe6f0; border-radius: 19px; background: #fff; box-shadow: 0 10px 30px rgba(15,23,42,.045); }
.lt-faq-help-card__badge { display: grid; place-items: center; width: 43px; height: 43px; margin-bottom: 18px; border-radius: 14px; background: linear-gradient(135deg,#ff6a00,#ff2d8d); color:#fff; font-size: 19px; font-weight: 900; box-shadow: 0 10px 24px rgba(255,45,141,.16); }
.lt-faq-help-card h2 { margin: 0 0 9px; font-size: 22px; line-height: 1.2; }
.lt-faq-help-card p,
.lt-faq-tip-card p { margin: 0 0 18px; color: var(--lt-muted); font-size: 14px; line-height: 1.65; }
.lt-faq-tip-card { background: #f8faff; box-shadow: none; }
.lt-faq-tip-card strong { display: block; margin-bottom: 6px; color: var(--lt-ink); }
.lt-faq-tip-card p { margin-bottom: 0; }

@media (max-width: 900px) {
  .lt-implementation-hero__grid,
  .lt-implementation-process__shell,
  .lt-faq-layout { grid-template-columns: 1fr; }
  .lt-implementation-hero__panel { width: min(100%, 620px); }
  .lt-faq-aside { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 680px) {
  .lt-implementation-hero { padding-top: 50px; }
  .lt-implementation-hero h1,
  .lt-faq-hero h1 { font-size: clamp(38px, 11vw, 48px); }
  .lt-implementation-hero__actions { display: grid; grid-template-columns: 1fr; }
  .lt-implementation-hero__actions .lt-button { width: 100%; }
  .lt-implementation-grid { grid-template-columns: 1fr; }
  .lt-implementation-process__shell { padding: 24px 18px; }
  .lt-implementation-steps article { grid-template-columns: 40px minmax(0,1fr); padding: 17px 15px; }
  .lt-implementation-steps article > span { width: 38px; height: 38px; }
  .lt-implementation-cta__panel { grid-template-columns: 1fr; padding: 26px 20px; }
  .lt-implementation-cta__panel .lt-button { width: 100%; }
  .lt-faq-hero { padding-top: 52px; }
  .lt-faq-layout { gap: 20px; }
  .lt-faq-aside { grid-template-columns: 1fr; }
  .lt-faq-item summary { min-height: 66px; padding: 16px; font-size: 15px; }
  .lt-faq-item__answer { padding: 0 16px 16px; }
  .lt-faq-search { grid-template-columns: 38px minmax(0,1fr); min-height: 54px; }
  .lt-faq-search input { height: 52px; font-size: 14px; }
}

/* ========================================================================== */
/* LideraTec Shop 1.0.0 — configurable footer + legal pages                  */
/* ========================================================================== */

/* Footer: four clear information zones, configurable menus and socials. */
.lt-footer {
  padding: 72px 0 22px;
  background:
    radial-gradient(520px 240px at 8% 10%, rgba(88, 113, 239, 0.10), transparent 72%),
    #080f1c;
}
.lt-footer__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.45fr) repeat(3, minmax(150px, 0.72fr));
  gap: clamp(34px, 4vw, 64px);
  align-items: start;
}
.lt-footer__about { min-width: 0; }
.lt-footer__brand {
  display: inline-flex;
  color: var(--lt-white);
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.lt-footer__brand:hover { color: #ffffff; }
.lt-footer__about > p {
  max-width: 420px;
  margin: 12px 0 0;
  color: #9fb0c3;
  font-size: 14px;
  line-height: 1.75;
}
.lt-footer__column { min-width: 0; }
.lt-footer__title {
  margin: 2px 0 17px;
  color: #f1f5f9;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}
.lt-footer__links {
  list-style: none;
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
}
.lt-footer__links li { margin: 0; }
.lt-footer__links a {
  display: inline-flex;
  color: #a9b8ca;
  font-size: 14px;
  line-height: 1.5;
  transition: color var(--lt-transition), transform var(--lt-transition);
}
.lt-footer__links a:hover {
  color: #ffffff;
  transform: translateX(2px);
}
.lt-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}
.lt-footer__social {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(148, 163, 184, 0.20);
  border-radius: 11px;
  background: rgba(255,255,255,0.035);
  color: #dbeafe;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.03em;
  transition: transform var(--lt-transition), background var(--lt-transition), border-color var(--lt-transition);
}
.lt-footer__social:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 106, 0, 0.42);
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.16), rgba(255, 45, 141, 0.16));
  color: #ffffff;
}
.lt-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 56px;
  padding-top: 22px;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  color: #8292a7;
  font-size: 12px;
  line-height: 1.55;
}

/* Legal pages: readable, calm, easy to scan, no theme logic in legal content. */
.lt-legal-shell {
  padding: clamp(52px, 6vw, 82px) 0 clamp(78px, 8vw, 116px);
  background:
    radial-gradient(600px 280px at 12% 0%, rgba(88, 113, 239, 0.075), transparent 72%),
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}
.lt-legal-container { width: min(calc(100% - 40px), 1180px); }
.lt-legal-hero {
  max-width: 880px;
  margin-bottom: 34px;
}
.lt-legal-hero h1 {
  margin: 12px 0 12px;
  color: var(--lt-ink);
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.06;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.lt-legal-hero > p {
  max-width: 760px;
  margin: 0;
  color: var(--lt-muted);
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.72;
}
.lt-legal-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 9px 12px;
  border: 1px solid var(--lt-line);
  border-radius: 999px;
  background: #ffffff;
  color: #64748b;
  font-size: 12px;
  box-shadow: 0 8px 24px rgba(15,23,42,0.035);
}
.lt-legal-meta strong { color: #334155; }
.lt-legal-layout {
  display: grid;
  grid-template-columns: minmax(220px, 250px) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}
.lt-legal-nav {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid var(--lt-line);
  border-radius: 18px;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 14px 38px rgba(15,23,42,0.055);
}
.admin-bar .lt-legal-nav { top: 144px; }
.lt-legal-nav > strong {
  padding: 8px 10px 11px;
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.lt-legal-nav a {
  display: block;
  padding: 10px 11px;
  border-radius: 10px;
  color: #475569;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.4;
}
.lt-legal-nav a:hover { background: #f8fafc; color: var(--lt-primary); }
.lt-legal-nav a.is-current {
  background: linear-gradient(135deg, #eef2ff 0%, #fff2f7 100%);
  color: #4457c7;
}
.lt-legal-nav__divider {
  height: 1px;
  margin: 8px 10px;
  background: var(--lt-line);
}
.lt-legal-card {
  min-width: 0;
  padding: clamp(30px, 4vw, 52px);
  border: 1px solid var(--lt-line);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(15,23,42,0.065);
}
.lt-legal-prose { max-width: 830px; }
.lt-legal-prose h2 {
  margin: 2.05em 0 0.65em;
  color: var(--lt-ink);
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.03em;
}
.lt-legal-prose h2:first-child { margin-top: 0; }
.lt-legal-prose h3 {
  margin: 1.65em 0 0.55em;
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.25;
}
.lt-legal-prose p,
.lt-legal-prose li {
  color: #334155;
  line-height: 1.78;
}
.lt-legal-prose p { margin: 0 0 1.15em; }
.lt-legal-prose ul,
.lt-legal-prose ol { margin: 0 0 1.35em; padding-left: 1.4em; }
.lt-legal-prose li + li { margin-top: 7px; }
.lt-legal-prose strong { color: #172033; }
.lt-legal-prose a { overflow-wrap: anywhere; }
.lt-legal-prose hr { margin: 36px 0; border: 0; border-top: 1px solid var(--lt-line); }
.lt-legal-admin-warning {
  margin: 0 0 28px;
  padding: 15px 17px;
  border: 1px solid #fed7aa;
  border-radius: 13px;
  background: #fff7ed;
  color: #9a3412;
  font-size: 13px;
  line-height: 1.6;
}
.lt-legal-admin-warning strong { color: #7c2d12; }

@media (max-width: 980px) {
  .lt-footer__grid {
    grid-template-columns: 1.25fr repeat(2, minmax(0, 0.8fr));
  }
  .lt-footer__column:last-child { grid-column: 2 / -1; }
  .lt-legal-layout { grid-template-columns: 1fr; }
  .lt-legal-nav {
    position: static;
    display: flex;
    overflow-x: auto;
    gap: 6px;
    padding: 10px;
    scrollbar-width: thin;
  }
  .lt-legal-nav > strong,
  .lt-legal-nav__divider { display: none; }
  .lt-legal-nav a { flex: 0 0 auto; white-space: nowrap; }
}

@media (max-width: 720px) {
  .lt-footer { padding-top: 56px; }
  .lt-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 28px; }
  .lt-footer__about { grid-column: 1 / -1; }
  .lt-footer__column:last-child { grid-column: auto; }
  .lt-footer__bottom { align-items: flex-start; flex-direction: column; margin-top: 42px; }
  .lt-legal-container { width: min(calc(100% - 28px), 1180px); }
  .lt-legal-card { padding: 26px 20px; border-radius: 19px; }
}

@media (max-width: 480px) {
  .lt-footer__grid { grid-template-columns: 1fr; }
  .lt-footer__about { grid-column: auto; }
  .lt-footer__social { width: 40px; height: 40px; }
  .lt-legal-hero h1 { font-size: clamp(34px, 11vw, 44px); }
  .lt-legal-meta { align-items: flex-start; flex-direction: column; border-radius: 14px; }
}
